:root {
    --header-height: 60px;
    --header-bottom: 60px;
    --theme-color: #c00;
}

@media (min-width: 1024px) {
    :root {
        --header-height: 60px;
        --header-bottom: 60px;
    }
}

.ud-product-icons a {
    position: relative;
}

.ud-product-icons a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    border-radius: var(--bs-border-radius);
}

.ud-product-icons a .title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 30px;
    z-index: 99999;
    font-weight: bold;
}

.ud-product-icons a .title .btn-outline-danger {
    --bs-btn-hover-bg: var(--theme-color);
    --bs-btn-color: #fff;
    --bs-btn-border-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out;
    position: absolute;
}

.ud-product-icons a:hover .title .btn-outline-danger {
    opacity: 1;
    visibility: visible;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

#MainContent {
    padding-top: 0px !important;
}

#shopify-section-ud-homepage-features .row:nth-child(2n) {
    flex-direction: row-reverse;
}

#shopify-section-ud-homepage-features .row:nth-child(2n-1) {
    flex-direction: row;
}

#shopify-section-store-finder {
    height: 150px;
    padding-top: 10px;
}

#shopify-section-store-finder .bg-theme-color {
    background-color: var(--theme-color);
    height: 100%;
    color: #fff;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.copy-right {
    text-align: center;
    font-size: 14px;
}

.copy-right a {
    margin: 0 8px;
}

#inset .inset_banner {
    position: relative;
}

#inset .inset_banner_tit {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: clamp(2rem, 1.515rem + 2.07vw, 4rem);
    z-index: 99999;
    font-weight: bold;
}

.inset_banner_tit h1 {
    color: #fff;
}

.inset_type {
    position: absolute;
    bottom: 0;
    width: 100%;
    justify-content: center;
    background-color: transparent;
    margin-left: 0;
}

.inset_type li a {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    width: 100%;
    height: 100%;
    display: block;
}

.inset_type li.active {
    background-color: #fff;
}

.inset_type li.active a {
    color: var(--theme-color);
}

.filter-check a {
    display: flex;
    align-items: center;
}

.contact {
    max-width: 1230px;
    margin: 0 auto;
    font-family: monospace;
    font-size: 18px;
    line-height: 25px;
    font-weight: 300 !important;
    color: rgba(45, 45, 45, 1);
    margin-top: 30px;
    display: flex;
    justify-content: space-evenly;
}

.contact ul {
    list-style: inside;
}

.contact .row-1 div,
.contact .row-2 ul:last-child {
    margin: 30px 0;
    margin-bottom: 50px;
}

.contact .row-1 div span:last-child {
    font-size: 28px;
    font-weight: bold;
}

.inquire {
    width: 90%;
    max-width: 700px;
    margin: 30px auto;
}

.inquire input,.inquire textarea {
    border-color: #c00;
    border-radius: 0 !important;
}

.inquire .submitBtn {
    background-color: #c00 !important;
    border-radius: 0 !important;
}

.line-down {
    position: relative;
}

.line-down::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 100%;
    max-width: 120px;
    height: 3px;
    background-color: #c00;
}

.map {
    width: 90%;
    margin: 50px auto;
    height: 600px;
}

.accordion-item {
    display: block;
    box-sizing: border-box;
    padding: 20px;
}

.accordion-item:hover {
    background-color: #f5f5f5;
}

.accordion-header .collapsed {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.accordion-header .collapsed span:first-child {
    font-weight: bold;
    font-size: 22px;
}

.proCat-type-content {
    display: none;
}

@media (min-width: 992px) {
    .navbar.fixed-top.start {
        background: rgba(0, 0, 0, 0);
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #ffffff;
    }

    .navbar.fixed-top.start .nav-link {
        color: #fff;
    }

    .navbar.fixed-top.start .where-to-buy {
        background-color: rgba(0, 0, 0, 0);
    }

    .navbar.fixed-top.start .where-to-buy .nav-link {
        color: #fff;
        border: 1px solid #fff;
    }

    .navbar.fixed-top.start .white-logo {
        display: block;
    }

    .navbar.fixed-top.start .red-logo {
        display: none;
    }

    .navbar.fixed-top.start .nav-right input {
        background: rgba(255, 255, 255, 0.3);
        color: #fff;
    }

    .navbar.fixed-top.start .nav-right input::placeholder {
        color: #fff;
    }

    footer .logo {
        margin-bottom: 10px;
    }

}

@media (max-width: 768px) {

    .ud-product-icons .row {
        flex-direction: column;
    }

    .ud-product-icons .row .col {
        margin-bottom: 10px;
    }

    .ud-product-icons-container .icons-text {
        width: 90%;
    }

    .copy-right a {
        display: block;
    }

    .inset_type {
        display: none;
    }

    .inset_type_h5 {
        display: block;
    }

    .contact {
        flex-direction: column;
        width: 96%;
    }

    .accordion-header .collapsed {
        flex-direction: column;
        margin-bottom: 10px;
    }

    .accordion-header .collapsed span:last-child {
        margin-top: 10px;
        text-align: right;
    }
}
