#rev_slider_2_1 .tp-bullet,
#rev_slider_16_1 .tp-bullet {
    display: none;
}

.tp-loop-wrap #slide-4-layer-3 {
    min-width: 720px !important;
}

.footer-widget .widget-menu a {
    line-height: 10px;
    color: #c9c7c7;

}

.footer-widget .contact-info__item span a {
    color: #c9c7c7;
    line-height: 10px;

}

.copyright-text {
    color: #c9c7c7;
}

.container-fluid-nav,
.header-toolbar-nav {
    align-content: center;
}

.logo--transparency {
    /* height: 120px !important; */
}

.is-sticky .logo--normal {
    /* height: 100px !important; */
}

.is-sticky .sticky--pinned.header-inner {
    padding: 1em;
}

.main-navigation .mainmenu__link {
    color: #000000;

}

.header-toolbar__item>a {
    /*color: #000000;*/
}

.main-navigation .mainmenu__item.menu-item-has-children>ul {

    margin-top: 0;
}


.product-badge {
    padding: 5px;
}

.product-badge {
    width: auto;
    height: auto;
    line-height: normal;
    border-radius: 0;
}

.swatch-wrapper.selected {
    border: 2px solid transparent;
    border-color: #cf987e; /* Highlight color */
}

/* Mobile */
@media (max-width: 576px) {
    .tp-bgimg {
        background-position: center top !important;
        background-size: contain !important;
    }
    #rev_slider_1_1_wrapper {
        height: 240px !important;
    }
    #rev_slider_1_1 {
        height: 240px !important;
    }

    .forcefullwidth_wrapper_tp_banner {
        height: 240px !important;
    }

    #rev_slider_2_1_forcefullwidth {
        height: 240px !important;
    }

    #rev_slider_16_1_forcefullwidth {
        height: 490px !important;
    }

    #rev_slider_16_1_wrapper {
        height: 650px !important;
    }

    .slotholder {
        height: 470px !important;
    }
    .tp-fullwidth-forcer, .tp-revslider-slidesli {
        height: 460px !important;
    }
    
    #rev_slider_16_1_wrapper {
        z-index: -99 !important;
    }

    .header-toolbar {
        justify-content: flex-start;
    }
}

@media (max-width: 35.94em) {
    .ml-xs--10 {
        margin-inline-start: 1rem !important;
    }
}

/* .searchform__popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
    transition: all ease-in-out .25s;
    z-index: 12;
    color: #232324;
} */

/* 
.searchform__body {
    display: inline-block;
    max-width: 90%;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out .3s;
}

.searchform__popup .search-form {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
}

.searchform__popup .search-results {
    max-width: 100%;
    width: 1170px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

.searchform__popup .results-container {
    max-height: 63vh;
    overflow: auto;
    margin-bottom: 10px;
}

.searchform__submit {
    padding: 15px 2px;
    top: auto;
    display: inline;
    transform: none;
}

@media (max-width: 35.94em) {
    .searchform__popup .btn-close {
        top: 9%;
    }
} */