.btn.btn-comp {
    background: #1f262b;
    display: block;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    border: 1px solid transparent;
    padding: 12px 5px;
    font-size: 15px;
    border-radius: 0.25rem;
}

.confirm-order--label {
    color:#73b830;
    background: rgba(115, 184, 48, 0.10);
}

.single-slider-product__content .product-price {
    text-align: center;
}

#errors 
{
    padding: 5px;
}

.success, .errorMsg {
    text-align:left;
    color: #fff;
    margin: 10px;
    padding: 10px;
}

.success
{
    background-color: #376e37;
}
.errorMsg{
    background-color: #ca0b00;
}


.phone-header p a,
.phone-header span {
    color: #216155;
}

.phone-header p a:hover {
    color: black;
}

.mega-menu.four-column {
    width: 200px;
    flex-direction: column;
    padding: 16px;
}

.mega-menu.four-column > li {
    width: 100%;
}

.mega-menu > li > a {
    font-size: 13px;
    margin-bottom: 8px;
}

.hero-slider-item-wrapper {
    height: 480px;
}


.header-area.is-sticky .top-nav {
    display: none!important;
}

.header-area.is-sticky .navigation-top {
    display: block!important;
}

.header-area.is-sticky .navigation-menu-area {
    background-color: #fff;
    position: relative;
}

.header-area.is-sticky .navigation-menu-area:hover {
    background-color: #fff;
}

.header-area .header-cart-icon.scroll {
    display: none!important;
    position: absolute!important;
    right: 0!important;
    top: 5px;
}

.header-area.is-sticky .header-cart-icon.scroll {
    display: block!important;
}


.header-area.is-sticky .navigation-menu-area {
    background-color: #fff;
    position: relative;
}

.header-area.is-sticky .navigation-menu-area:hover {
    background-color: #fff;
}

.header-area .header-cart-icon.scroll {
    display: none!important;
    position: absolute!important;
    right: 0!important;
    top: 5px;
}

.header-area.is-sticky .header-cart-icon.scroll {
    display: block!important;
}

.scroll-top {
    z-index: 800!important;
}

.small-cart {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    margin-top: 0!important;
    z-index: 9999999!important;
}

.cart-calculation-table {
    width: 100%;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 0!important;
    z-index: 8000; 
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
}

.overlay.open {
    opacity: 100;
    visibility: visible;
}

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

.small-cart-item-wrapper {
    height: calc(100% - (320px));
    overflow-y: auto;
}

.cart-calculation-table {
    position: absolute;
    bottom: 0;
}


body.disable-scroll {
    overflow: hidden;
}

.scroll-top {
    display: none;
}

.header-cart-icon .small-cart-trigger {
    color: #193002;
}

.header-cart-icon .small-cart-trigger .cart-counter {
    background-color: #193002;
}


.scroll-button {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    padding: 10px;
    z-index: 8000;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.4) 100%);
    opacity: 0;
    
    visibility: hidden;
}


@media only screen and (max-width: 991px) {
    .scroll-button {
        opacity: 0;
        visibility: hidden;
        display: block;
        transition: all 0.1s ease-in;
    }

    .scroll-button.active {
        opacity: 100;
        visibility: visible;
        transition: all 0.2s ease-out;
    }


    .disable-scroll .scroll-button,
    .disable-scroll .scroll-button.active  {
        display: none;
    }


    .scroll-top {
        display: none!important;
    }

    .product-detail-content .quantity {
        flex-wrap: wrap;
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .category-slider-wrapper-one .single-category-item__image__content {
        width: 90%;
    }
    .category-slider-wrapper-one .single-category-item__image__content {
        padding: 16px 6px;
    }

    .category-slider-wrapper-one .single-category-item__image__content .category-title a {
        font-size: 14px;
    }

    .category-slider-wrapper-one .single-category-item__image a {
        font-size: 13px;
    }
    

    .logo-header {
        max-width: 198px;
        margin-left: 42px;
        margin-top: 10px;
    }

    .header-cart-icon .small-cart-trigger {
        border: none;
    }
}

.search-fade{position:fixed;_position:absolute;top:0;left:0;width:100%;height:100%;background-color:black;z-index:11;opacity:.6;filter:alpha(opacity=60);display:none}

.checkout-page #header .top-nav,
.checkout-page #header .header-search,
.checkout-page #header .navigation-menu-area,
.checkout-page #header .mobile-menu-wrapper {
  display: none!important;
}

.labels-product-list {
    position: absolute;
    top: 20px;
    left: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: stretch;
    gap: 8px;

}

@media only screen and (max-width: 768px) {
    .labels-product-list {
        top: 8px;
        gap: 4px;
    }  
}

.labels-product-list .label {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 28px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;

}

.label.label--red {
    background: red;
    color: white;
}

.label.label--orange {
    background: orange;
    color: white;
}

.label.label--green {
    background: #73b830;
    color: white;
}

.label.label--white {
    background: #fff;
    color: #73b830;
}