.language-switcher {
    display: flex;
    justify-content: center;
    align-items: center;
}

.language-switcher img, .language-switcher-mb img {
    height: 32px;
    width: auto;
    cursor: pointer;
}

.language-switcher-mb {
    display: none
}


.productsWrap {
    padding: 50px 0 50px;
    border-top: 1px solid #bebfc0;
    position: relative;
}
.productsWrap a {
    color: #555;
    display: block;
    text-decoration: none
}
.productsWrap a:hover,
.productsWrap a:focus {
    color: #500b01;
}
.productsWrap .pageTitle {
    font-family: 'BeauLuloClean-OneBold';
    font-size: 20px;
    margin-bottom: 25px;
    text-transform: capitalize;
    display: none;
}
.productsWrap .shopProducts {
    margin-top: -30px;
    position: relative;
}
.productsWrap .product-categories .catItem {
    cursor: pointer;
}
.productsWrap .product-categories .catItem.active,
.productsWrap .product-categories .catItem:hover {
    color: #500b01;
    position: relative;
}
.productsWrap .product-categories .catItem.active:before,
.productsWrap .product-categories .catItem:hover:before {
    content: '';
    height: 2px;
    width: 15px;
    background: #500b01;
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
    opacity: 1;
}
.productsWrap .product-categories a {
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}
.productsWrap .itemProducts {
    cursor: pointer;
    margin-bottom: 30px;
    position: relative;
}
.productsWrap .itemProducts .itemProducts_label .itemProducts_label_like {
    position: absolute;
    top: 15px;
    /* right: 15px; */
    width: 35px;
}
.productsWrap .itemProducts .itemProducts_label.second_label .itemProducts_label_like {
    position: absolute;
    top: 15px;
    right: inherit;
    left: 15px;
    width: 35px;
}

.productsWrap .itemProducts .itemProducts_label .itemProducts_label_new span {
    width: 170px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    top: 15px;
    right: -50px;
    z-index: 2;
    overflow: hidden;
    -webkit-transform: rotate(45deg);
    background: #500b01;
    text-align: center;
    color: #fff;
    font-size: 27px;
    text-transform: uppercase;
    font-weight: normal;
}
.productsWrap .itemProducts .itemProducts_label .itemProducts_label_new.type_img {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 70px;
}
.productsWrap .itemProducts .imgPrd {
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    margin-bottom: 10px;
}
.productsWrap .itemProducts .imgPrd > img {
    border: 1px solid #500b01;
}
.productsWrap .itemProducts a:hover img,
.productsWrap .itemProducts a:focus img {
    /* color: #3c5e2c; */
    opacity: 0.5;
}
.productsWrap .itemProducts .price {
    color: #AE590B;
    font-size: 14px;
    font-weight: bold;
}

.page-shoponline .price {
    color: #AE590B;
    font-size: 14px;
    font-weight: bold;
}


.modal-price {
    font-size: 16px;
    font-weight: bold;
    color: #AE590B;
    margin: -16px 0 5px;
}
.productsWrap .itemProducts .price: hover {
    text-decoration: none;
}
.productsWrap .itemProducts .itemTitle {
    font-family: 'BeauLuloClean-OneBold';
    font-size: 18px;
    margin-bottom: 5px;
    text-transform: capitalize;
    color: #500b01;
}
.productsWrap .itemProducts .itemTitle: hover {
    text-decoration: none;
}
.productsWrap .block_menu_item_title {
    font-family: 'BeauLuloClean-OneBold';
    font-size: 20px;
    margin-bottom: 25px;
    text-transform: capitalize;
    padding-top: 30px;
    color: #500b01;
}

.stikySidebar {
    top: 30px;
    position: sticky;
    left: 0;
    width: 23%;
}
.float_left {
    float: left;
}
.sidebarProduct {
    padding-top: 35px;
}
.shopProducts_Wrap {
    padding-left: 25%;
    width: 100%;
}

.border_right_before:before {
    content: '';
    position: absolute;
    left: -20px;
    width: 1px;
    height: 100%;
    top: 30px;
    background: #bebfc0;
}

.stikySidebar {
    top: 30px;
    position: sticky;
    left: 0;
    width: 23%;
}

@media (min-width: 1200px) {
    .website-c .slide {
        height: calc(100vh - 110px);
    }
    .website-c .slide .item {
        height: calc(100vh - 110px);
    }
}
@media (max-width: 1199px) {
    .website-c .slide .item {
        height: 500px;
    }
}
@media (max-width: 767px) {

    .language-switcher-mb {
        display: flex;
        justify-content: center;
        position: fixed;
        top: 14px;
        left: calc(50% - 64px);
        align-items: center;
    }

    .language-switcher {
        display: none
    }

    .website-c .slide .item {
        height: 300px;
    }
    .stikySidebar {
        float: none;
        position: relative;
        width: 100% !important;
        display: flex;
    }
    .sidebarProduct {
        padding-top: 0;
        width: 100%;
        margin-bottom: 60px;
    }
    .sidebarProduct ul.product-categories {
        display: inline;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        -ms-flex-wrap: wrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch;
        background: #f1f1f1;
        padding: 5px 10px;
    }
    .sidebarProduct ul.product-categories .catItem {
        margin-right: 25px;
    }
    .sidebarProduct ul.product-categories .catItem.active:before,
    .sidebarProduct ul.product-categories .catItem:hover:before {
        display: none;
    }
    .sidebarProduct ul.product-categories a {
        margin-bottom: 0;
        padding: 3px;
    }

    ..productsWrap {
        padding-top: 0;
    }


    .shopProducts_Wrap {
        padding-left: 0;
    }
}
html {
    scroll-behavior: smooth;
  }