@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
footer.footer {
    width: 100%;
    display: block;
    max-width: 100%;
    background-color: var(--color-black);
    clear: both;
    margin: 20px 0px 0px 0px;
    font-family: "Inter", sans-serif;
}

footer.footer .footer-container {
    background-color: transparent;
    max-width: 1440px;
    margin: 0px auto;
    padding: 0 32px;
    float: none;
    width: 100%;
}

footer.footer .footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 32px 0px 16px 0px;
}

footer.footer .footer-links {
    float: none;
    width: 100%;
    margin: unset;
    padding: 0px 98px 0px 80px;
    display: flex;
    justify-content: space-between;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    text-transform: capitalize;
}

.quick-link {
    padding: 0px 10px;
}

footer.footer span.close-btn {
    cursor: pointer;
}

footer.footer .quick-link h4 {
    color: var(--grey-color-tone-five);
    margin-bottom: 27px;
    line-height: 14px;
    font-size: 14px;
    font-weight: 400;
    pointer-events: none;
}

footer.footer .quick-link ul li a svg {
    width: 20px;
    margin-right: 2px;
}

footer.footer .quick-link ul li a {
    color: var(--gray-bg);
    margin-bottom: 14px;
    display: inline-block;
    position: relative;
    line-height: 18px;
}

footer.footer .quick-link ul li:last-child a {
    margin: 0px;
}

footer.footer .contact-link ul li a {
    margin-bottom: 11px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}

footer.footer hr {
    margin: 13px 0px;
}

footer.footer .quick-link ul li a:hover:after {
    width: 100%;
    display: inline-block;
}

footer.footer .quick-link a:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    background: var(--white-color);
    height: 1px;
    left: 0;
    right: 0;
    bottom: -3px;
    transition: all .5s ease;
}

footer.footer .quick-link:last-child ul li a:before {
    content: "";
    background-image: url(../images/footer-img/arrow-key.svg);
    position: absolute;
    right: -18px;
    height: 10px;
    width: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

footer.footer .quick-link li a:hover {
    color: var(--white-color);
}

footer.footer .quick-link:last-child ul li a  img {
    margin-right: 4px;
}

footer.footer .footer-top .footer-left img.logo {
    max-width: 165px;
    margin-right: 29px;
}

footer.footer img.logo {
    margin-bottom: 20px;
}

footer.footer .selectors {
    display: flex;
    flex-wrap: wrap;
}

footer.footer .selectors .cform-group {
    height: 32px;
    padding: 0px;
    max-width: 80px;
    margin-bottom: 0px;
}

footer.footer .selectors .language.cform-group {
    max-width: 152px;
    width: 100%;
    padding: 0px;
    margin-right: 8px;
    margin-bottom: 0px;
}

footer.footer .cform-group .nice-select {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;;
}

footer.footer .selectors .cform-group .nice-select {
    padding: 0 8px;
    height: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer.footer .certifications {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20.8px;
}

footer.footer .dist-box {
    width: 260px;
    height: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 17px 15px 15px;
    border-radius: 8px;
    border: 1px solid var(--gray-bg);
    background-color: var(--gray-bg);
    margin-bottom: 10.5px;
}

footer.footer .dist-box:last-child {
    margin-bottom: 0px;
}

footer.footer .dist-box span {
    font-weight: 400;
    font-size: 13px;
    line-height: 14px;
    display: inline;
    letter-spacing: 0%;
}

footer.footer .certifications div span {
    font-weight: 500;
    font-style: medium;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 0%;
    color: var(--gray-bg);;
}

footer.footer .certifications div img {
    width: 100%;
    display: block;
    max-width: 45px;
    text-align: center;
    margin: 0px auto;
}

footer.footer .certifications div {
    text-align: center;
}

footer.footer footer hr {
    margin: 0px;
}

footer.footer .shipping {
    margin-top: 20.8px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

footer.footer .shipping-card {
    width: 52px;
    max-width: 52px;
    height: 32px;
    border-radius: 6.4px;
    border-width: 1px;
    background-color: var(--gray-bg);
    border-color: var(--grey-color-tone-seven);
    margin-right: 10.76px;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer.footer .shipping-card:last-child {
    margin-right: 0px;
}

footer.footer .footer-bottom {
    padding: 32px 0px 43px 0px;
}

footer.footer .payments-media {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: 35px;
    margin-bottom: 20px;
}

footer.footer .payments {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 1060px;
    flex-wrap: wrap;
}

footer.footer .payments img:not(:last-child) {
    margin-right: 23px;
}

footer.footer .socials a:not(:last-child) {
    margin-right: 20px;
    display: inline-block;
}

footer.footer .disclaimer {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: var(--grey-color-tone-five);
}

footer.footer .disclaimer p {
    margin-bottom: 8px;
}

footer.footer .disclaimer p:last-child {
    margin-bottom: 0px;
}

footer.footer .custom-select {
    position: relative;
}

footer.footer .website, footer.footer .language, footer.footer .currency {
    width: 100%;
    margin-bottom: 8px;
}

footer.footer .select-selected {
    border-radius: 10px;
    padding: 8px;
    cursor: pointer;
    border: 1px solid var(--grey-color-tone-seven);
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 32px;
    background-color: var(--gray-bg);
}

footer.footer .select-selected img {
    margin-right: 8px;
    border-radius: 100%;
    width: 22px;
    height: 22px;
    object-fit: cover;
    background-color: var(--gray-bg);
}

footer.footer .cform-group .nice-select:after {
    border-bottom: 1px solid var(--color-black);
    border-right: 1px solid var(--color-black);
    height: 6px;
    right: 9px;
    width: 6px;
    top: 60%;
}

footer.footer .cform-checkbox {
    margin: 9px 0px 21px 0px;
    display: block;
    width: 100%;
    text-align: left;
}

footer.footer .select-selected span {
    display: flex;
    align-items: center;
}

footer.footer .select-flag {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-size: cover;
    margin-right: 10px;
    background-position: center;
}

footer.footer .cform-checkbox label {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    padding-left: 24px;
}

footer.footer .select-label {
    color: var(--blue-primary);
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
}

footer.footer .select-items {
    position: absolute;
    background-color: var(--white-color);
    border-radius: 10px;
    width: 100%;
    z-index: 1;
    display: none;
    margin-top: 5px;
    overflow-y: auto;
    max-height: 200px;
    box-shadow: 0px 0px 4px 0px #00000026;
}

footer.footer .select-items .dropdown-items {
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

footer.footer .select-items .dropdown-items:hover {
    background-color: var(--gray-bg);
}

footer.footer .select-arrow {
    border: solid #000;
    border-width: 0px 1px 1px 0;
    padding: 3px;
    transform: rotate(45deg);
    margin-right: 0px;
    margin-bottom: 2px;
}

footer.footer .show {
    display: block;
}

footer.footer .location-box {
    border: 1px solid #DDD;
    border-radius: 16px;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    box-shadow: 0px 0px 4px 0px #00000026;
    background: #00000008;
    max-width: 310px;
    width: 100%;
}

footer.footer .flag-and-text {
    display: flex;
    align-items: center;
    gap: 10px;
}

footer.footer .flag {
    width: 30px;
    height: auto;
}

footer.footer .country-name {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: var(--color-black);
    text-align: left;
}

footer.footer .site-link {
    color: #007AFF;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

footer.footer .dropdown-items img {
    width: 22px;
    height: 22px;
    margin-right: 8px;
    border-radius: 100%;
}

footer.footer .search-box {
    display: flex;
    width: 100%;
    position: relative;
    padding: 16px 12px 8px 16px;
}

footer.footer .search-box input {
    background: var(--gray-bg);
    border: none;
    outline: none;
    width: 100%;
    position: relative;
    border-radius: 32px;
    height: 36px;
    padding: 0px 0px 0px 38px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: var(--dark-gray-text);
}

footer.footer .search-box svg {
    width: 14px;
    height: 15px;
    position: absolute;
    top: 25px;
    z-index: 1;
    margin-left: 16px;
}

footer.footer .cform-group .nice-select > span {
    padding-right: 0px;
    font-size: 14px;
    white-space: nowrap;
}

footer.footer .language.cform-group .nice-select > span {
    max-width: 120px;
}

footer.footer .currency.cform-group .nice-select > span {
    max-width: 55px;
    padding: 0px;
}

footer .select-items.show::-webkit-scrollbar {
    width: 5px;
}

footer.footer .select-items.show::-webkit-scrollbar-track {
    background: #FFF;
    border-radius: 10px;
}

footer.footer .select-items.show::-webkit-scrollbar-thumb {
    background-color: #DDD;
    border-radius: 10px;
}

footer.footer .cform-group .nice-select .list .option {
    font-size: 14px;
    padding: 11px !important;
    color: var(--na-paragraph-color);
    font-weight: 400;
    line-height: 14px;
}

footer.footer .cform-group .nice-select .option:hover {
    background-color: var(--gray-bg);
    color: var(--na-paragraph-color);
}

footer.footer .cform-group .nice-select .list {
    padding: 0px;
}

footer.footer .nice-select-search-box {
    display: none;
}

footer.footer .nice-select.open .nice-select-search-box +.list {
    margin-top: 4px !important;
    border-radius: 8px;
    min-height: 50px;
    min-width: 220px;
}

footer.footer .cform-group .nice-select .option.focus, footer.footer .cform-group .nice-select .option.selected,
footer.footer .cform-group .nice-select .option.selected.focus {
    font-size: 14px;
    color: var(--color-black);
    font-weight: 400;
    line-height: 14px;
    background-image: url(../images/footer-img/check-select.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
}

/* call model popup */
footer.footer .call-card {
    max-width: 312px;
    width: 100%;
    background-color: #1E1E1E;
    color: var(--white-color);
    border-radius: 12px;
    padding: 16px;
    font-family: arial, sans-serif;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
    position: relative;
}

footer.footer .card-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-transform: none;
}

footer.footer button.close-btn {
    background: none;
    border: none;
    color: var(--gray-bg);
    font-size: 21px;
    cursor: pointer;
    transition: color 0.3s ease;
    width: 17px;
    opacity: 1;
    border-width: 1.78px;
    padding: 0px;
    height: 15px;
    line-height: 15px;
}

footer.footer .phone {
    display: flex;
    align-items: center;
    margin: 16px 3px 16px 0px;
}

footer.footer span.phone-number a {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: var(--gray-bg);
    text-transform: none;
}

footer.footer .hours div {
    display: flex;
    justify-content: space-between;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    margin-bottom: 8px;
    color: var(--grey-color-tone-five);
}

footer.footer .hours div:last-child {
    margin: 0px;
}

footer.footer .contact-phone-model {
    background: #242529E5;
    color: var(--white-color);
    max-width: 320px;
    position: absolute;
    top: 130px;
    z-index: 1000;
    width: 280px;
    padding: 16px;
    opacity: 1;
    border-radius: 20px;
    box-shadow: 0px 0px 16px 0px #00000040;
    backdrop-filter: blur(5px);
}

footer.footer .model-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer.footer .close-model {
    background: none;
    border: none;
    color: #AAA;
    font-size: 20px;
    cursor: pointer;
}

footer.footer #model2 {
    top: 190px;
}

footer.footer span.phone-icon {
    margin-right: 6px;
}

footer.footer .footer-left {
    min-width: 240px;
}

footer.footer .element-padding .shipping {
    margin-top: 32px;
}

footer.footer .element-padding img.logo {
    margin-bottom: 32px;
}

footer.footer .element-padding .payments-media {
    margin-bottom: 19px;
}

footer.footer .element-padding .contact-phone-model {
    top: 130px;
}

footer.footer a.load-more {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    text-decoration: underline;
    color: var(--gray-bg);
    text-underline-offset: 2px;
}

footer.footer .store-footer .shipping {
    margin: 0px;
}

footer.footer .dist-box:hover {
    color: #2C2C2C;
    background-color: #F7F7F7;
}

footer.footer .dist-box span:hover {
    color: #2C2C2C;
}

/* responsive  */
@media (max-width: 1360px) {

    footer.footer .payments img:not(:last-child) {
        margin-right: 20px;
    }

    .socials {
        flex-wrap: nowrap;
        display: flex;
    }

}

@media (max-width: 1299px) {

    footer.footer .footer-bottom {
        padding: 20px 0px;
    }

    footer.footer .footer-container {
        padding: 0 15px;
    }

    footer.footer .footer-links {
        padding: 0px 30px 0px 0px;
        width: calc(100% - 270px);
    }

    footer.footer .footer-left {
        max-width: 240px;
    }

    footer.footer .footer-top {
        flex-wrap: wrap;
    }

    footer.footer .dist-box {
        display: flex;
        justify-content: space-between;
        padding: 16px 8px;
        width: 19%;
        margin-right: 1%;
    }

    footer.footer .dist-box:last-child {
        margin-right: 0;
}

    footer.footer .distributors {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin-top: 20px;
    }

    footer.footer .dist-box span {
        text-align: right;
    }

    footer.footer .contact-phone-model {
        right: 15px;
}

}

@media (min-width: 991px) {

    footer.footer .footer-links ul.accordion {
        display: block;
    }

    footer.footer .show-nav::before {
        display: none;
    }

}

@media (max-width: 1080px) {

    footer.footer .payments-media {
        flex-wrap: wrap;
        height: unset;
    }

    footer.footer .socials {
        margin-top: 15px;
    }

    footer.footer .payments, footer.footer .socials {
        width: 100%;
        flex-wrap: wrap;
    }

}

@media (max-width: 991px) {

    footer.footer .show-nav::before {
        display: block;
}

    footer.footer .footer-links ul.accordion {
        display: none;
    }

    footer.footer .footer-links .show-nav::before {
        top: 3px;
    }

    footer.footer .quick-link h4 {
        padding: 0px;
        pointer-events: inherit;
    }

    footer.footer .footer-links {
        display: flex;
        flex-wrap: wrap;
        padding: 0px;
    }

    footer.footer .footer-links .quick-link {
        width: 100%;
        cursor: pointer;
    }

    footer.footer .footer-links .quick-link:not(:first-child) {
        margin-top: 16px;
    }

    footer.footer .quick-link {
        border-bottom: 1px solid;
        position: relative;
    }

    footer.footer .payments img {
        margin-bottom: 15px;
    }

    footer.footer .payments img:not(:last-child) {
        margin-right: 15px;
    }

    footer.footer .contact-phone-model {
        top: 100px;
        right: unset;
    }

    footer.footer #model2 {
        top: 160px;
    }

    footer.footer .element-padding #model2 {
        top: 160px;
    }

    footer.footer .dist-box {
        width: 32%;
}

}

@media (max-width: 767px) {

    footer.footer .footer-left {
        width: 100%;
    }

    footer.footer .selectors {
        justify-content: space-between;
    }

    footer.footer .selectors .language.cform-group, footer.footer .selectors .cform-group {
        max-width: 48%;
        width: 100%;
    }

    footer.footer .certifications, footer.footer .shipping, footer.footer .payments {
        justify-content: center;
    }

    footer.footer .socials {
        display: block;
        text-align: center;
    }

    footer.footer .certifications div {
        text-align: center;
        margin-left: 10px;
    }

    footer.footer .footer-links {
        width: 100%;
        margin: 25px 0px 0px 0px;
    }

    footer.footer .dist-box {
        width: 48%;
    }

    footer.footer .distributors {
        justify-content: space-between;
    }

    footer.footer .footer-left .shipping {
        justify-content: flex-start;
    }

}

@media (max-width: 575px) {

    footer.footer .dist-box {
        width: 100%;
        margin-right: 0;
}

}
