*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root {
    --main-font-color: #212121;

    /* color */
    --main-color_1: #BB0871;
    --main-color_2: #FFC000;
    --main-color_3: #F3CA4C;
    --main-color_4: #FFEBA5;
    --main-color_5: #FFF8D6;

    --primary-color_1: #C6CDD4;
    --primary-color_2: #898989;
    --primary-color_3: #BABABA;
    --primary-color_4: #F0F1F2;
    --primary-color_5: #FFFFFF;
    --primary-color_6: #646464;
    --primary-color_7: #f7f7f7;
    --primary-color_8: #E2E2E2;
    
}
body{
    color: var(--main-font-color);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; 
}

a {
    color: #BB0871;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1400px;
}
.top_header{
     background: var(--main-font-color);
     padding: 5px 0;
}
.top_heaader_menu--ul{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top_heaader_menu--ul li a {
    font-size: 14px;
    line-height: normal;
    color: var(--primary-color_3);
}
.top_heaader_menu--ul li a:hover{
    color: var(--primary-color_5);
    /* font-weight: 600; */
    text-decoration: none;
}
.search_wrapper{
    position: relative;
}
.search_wrapper .button-search {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.search_wrapper .button-search:hover svg path{
    fill: var(--main-color_1);
}
.search_wrapper input[type="text"] {
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--primary-color_3);
    color: var(--primary-color_3);
    font-size: 12px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    width: 90%;
}
.search_wrapper input[type="text"]:focus-visible {
    outline: none;
    border-bottom: 1px solid var(--main-color_1);
}
.btn_callback{
    padding: 6px 10px;
    border-radius: 4px;
    background: var(--main-color_1);
    max-width: 165px;
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-color_5);
    border: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
    margin: 0 auto;
}
.btn_callback:hover{
    background: var(--primary-color_3);
    color: var(--main-font-color);
}
.phone_head_wrapper {
    display: flex;
    align-items: center;
}
.phone_head{
    color: var(--primary-color_5);
}
.phone_head_current {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    cursor: pointer;
}
.phone_head_wrapper svg{
    margin-right: 8px;
}
@media (min-width: 1330px) {
    .dropdown-toggle::after {
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0;
        content: "";
        border: none;
        width: 10px;
        height: 10px;
        background: url(../../image/new_theme_image/arrow-down.svg) no-repeat;
    }
}
.authentication_wrapper a {
    font-size: 14px;
    color: var(--primary-color_3);
}
.authentication_wrapper a:hover{
    color: var(--primary-color_5);
    /* font-weight: 600; */
    text-decoration: none;
}
.authentication_wrapper span{
    margin: 0 8px;
    color: var(--primary-color_3);
}
.contact_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.head_messenger_wrapper a {
    display: inline-block;
    margin-right: 8px;
}
.head_messenger_wrapper a:hover{
    text-decoration: none;
}
.head_messenger_wrapper a:hover svg path{
    fill: var(--main-color_1);
}
.head_messenger_wrapper a:last-child{
    margin-right: 0px;    
}
.header_all{
    background: var(--primary-color_4);
    position: relative;
}
.logo_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.language_wrapper a{
    font-size: 14px;
    color: var(--main-font-color);
}
.language_wrapper a:hover{
    text-decoration: none;
    color: var(--main-color_1);
}
.language_wrapper a.active{
    font-weight: 700;
}
#cart{
    position: relative;
}
#cart a{
    color: var(--primary-color_5);
}
#cart a:hover{
    text-decoration: none;
}
.cart_header{
    margin-right: 15px;
}
span#cart-total {
    position: absolute;
    top: -12px;
    right: -20px;
}
span#count_cart_head {
    width: 26px;
    height: 26px;
    background: var(--main-color_1);
    border-radius: 50%;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    display: block;
    text-align: center;
    line-height: 24px;
}
.navbar-expand-xl .navbar-nav .nav-link {
    padding: 24px 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    color: var(--main-font-color);
}
.navbar-expand-xl .navbar-nav > li:last-child .nav-link{
    color: var(--main-color_1);
}
.navbar-expand-xl .navbar-nav .nav-link:hover,
.navbar-expand-xl .navbar-nav > li.active .nav-link{
    background: var(--main-color_1);
    color: var(--primary-color_5) !important;
}
.my_dropdown.dropdown-toggle::after {
    display: none;
}
.navbar{
    padding: 0;
}
.navbar .dropdown-menu {
    min-width: 265px;
    padding: 0 0;
    margin: 0;
    font-size: 14px;
    color: var(--main-font-color);
    border: none;
    box-shadow: 0px 10px 10px #0000004a;
}
.navbar .dropdown-item {
    padding: 5px 10px;
    color: var(--main-font-color);
}
.navbar .dropdown-item.active_child{
    color: var(--main-color_1);
}
.dropdown-item.active, .dropdown-item:active {
    background: var(--main-color_1);
    color: var(--primary-color_5);
    text-decoration: none;
}
.navbar-expand-xl .navbar-nav > li:last-child .dropdown-menu {
    left: auto;
    right: 0;
}
.footer_new_theme{
    background: var(--main-font-color);
    border-top: 3px solid var(--main-color_1);
}
.top_footer_new_theme{
    padding: 50px 0 40px;
}
.bottom_footer_new_theme{
    padding: 20px 0;
    border-top: 1px solid var(--primary-color_2);
    font-size: 12px;
    color: var(--primary-color_2);
}
.bottom_footer_new_theme a{
    color: var(--primary-color_2);
}
.footer_messenger_wrapper a{
    margin-right: 16px;
}
.footer_messenger_wrapper a:last-child{
    margin-right: 0px;
}
.footer_messenger_wrapper a svg path{
    fill: var(--primary-color_2);
}
.footer_messenger_wrapper a:hover{
    text-decoration: none;
}
.footer_messenger_wrapper a:hover svg path{
    fill: var(--main-color_1);
}
.footer_menu_name {
    color: var(--primary-color_5);
    margin-bottom: 15px;
    font-weight: 600;
}
.footer_menu_wr ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer_menu_wr ul li a{
    font-size: 14px;
    color: var(--primary-color_2);
    display: block;
}
.footer_menu_wr ul li{
    margin-bottom: 10px;
}
.footer_menu_wr ul li:last-child{
    margin-bottom: 0;
}
.footer_menu_wr ul li a:hover{
    text-decoration: none;
    color: var(--main-color_1);
}
.contact_footer_block{
    margin-bottom: 10px;
}
.grafik_footer_block, .contact_footer_block {
    display: flex;
}
.grafik_footer_block--text,
.contact_footer_block--tel a{
    color: var(--primary-color_5);
    font-size: 14px;
    line-height: 21px;
    display: block;
}
.contact_footer_block--icon,
.grafik_footer_block--icon{
    margin-right: 8px;
}
.slider_home{
    margin: 30px auto;
}
.navigation_slider {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}
.slider_home .navigation_slider{
    top: -45px;
    width: 90%;
    max-width: 1233px;
}
.navigation_slider .swiper-pagination {
    position: static;
}
.swiper-button:hover svg path{
    fill: var(--main-color_1);
}
.swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: var(--primary-color_2) !important;
}
.swiper-pagination-bullet-active{
    background: var(--main-color_1) !important;
}
#back-top {
    display: inline-block;
    background-color: var(--main-color_1);
    padding: 10px;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    border-radius: 0.25rem;
    transition: all 250ms linear;
    z-index: 1000;
    border: none;
}
#back-top a{
    color: var(--primary-color_5);
    font-size: 13px;
    text-align: center;
    display: block;
}
#back-top a:hover{
    text-decoration: none;
}
#back-top a span{
    display: block;
}
#back-top:hover {
    cursor: pointer;
    opacity: .7;
}
.swiper_carousel_wr{
    margin-bottom: 100px;
}
.title_block {
    position: relative;
    font-weight: 600;
    font-size: 40px;
    line-height: initial;
    padding-left: 15px;
}
.border_text{
    color: var(--primary-color_6);
}
.border_text p{
    color: var(--primary-color_6);
    font-size: 14px;
}
.home_page .welcome_wrap{
    margin-bottom: 100px;
}
.border_text h1,
.border_text h2,
.border_text h3,
.border_text h4,
.border_text h5,
.border_text h6{
    position: relative;
    font-weight: 600;
    font-size:30px;
    line-height: initial;
    padding-left: 15px;
    margin-bottom: 15px;
    color: var(--main-font-color);
}
.border_text h2,
.border_text h3,
.border_text h4,
.border_text h5,
.border_text h6{
    margin-top: 40px;
}
.title_block:before,
.border_text h1:before,
.border_text h2:before,
.border_text h3:before,
.border_text h4:before,
.border_text h5:before,
.border_text h6:before{
    content: '';
    display: block;
    width: 5px;
    height: 100%;
    background: var(--main-color_1);
    position: absolute;
    left: 0;
    top: 0;
}
.swiper_carousel img{
    filter: grayscale(100%);
}
.swiper_carousel .swiper-slide{
    text-align: center;
    border-radius: 10px;
}
.swiper_carousel .swiper-slide:hover {
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
}
.swiper_carousel .swiper-slide:hover img{
    filter: none;
}
.subscribe_mail{
    background: url(/catalog/view/theme/mirashop/image/new_theme_image/bg_basket_block.png) no-repeat;
    border-radius: 10px;    
    background-size: cover;
    margin-bottom: 100px;
}
.subscribe_mail--content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.subscribe_mail--text{
    font-weight: 600;
    font-size: 30px;
    color: var(--main-font-color);
    margin-bottom: 30px;
    line-height: initial;
}
.subscribe-block-btn{
    margin-left: 10px;
    cursor: pointer;
    padding: 12px 10px;
    border-radius: 4px;
    background: var(--main-color_1);
    max-width: 165px;
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-color_5);
    border: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
}
img.subscribe_mail--img {
    margin-top: -35px;
}
input#subscribe-block-email {
    border: 1px solid rgb(214, 215, 216);
    border-radius: 4px;
    font-size: 14px;
    padding: 13px;    
    max-width: 300px;
    width: 100%;
}
.subscribe_mail--form {
    display: flex;
    align-items: center;
}
.subscribe-block-msg {
    font-size: 12px;
}
.qfilter_home{
    margin-bottom: 100px;
}
.qfilter-nav{
    padding: 0;
    margin: 0 0 20px;
    list-style: none;
    border-bottom: 1px solid var(--primary-color_3);
    display: flex;
}
.qfilter-nav li {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin-right: 40px;
    padding: 8px 0;
    position: relative;
    cursor: pointer;
}
.qfilter-nav li:after{
    content: '';
    width: 100%;
    height: 2px;
    background: transparent;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.qfilter-nav li.active:after,
.qfilter-nav li:hover:after{
    background: var(--main-color_1);
}
.qfilter-nav li:last-child{
    margin-right: 0;
}
#grid_products {
    min-height: 300px;
    padding: 0;
    margin: 0;
    list-style: none;
}
#grid_products .mix {
    display: none;
    opacity: 0;
    position: relative;
}
.sticker99{
    /* background: url(../../image/pr.png) no-repeat;
    width: 125px;
    height: 76px; */
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 1000;
}
.sticker99:after{
    content: 'Продано';
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    padding: 5px 10px;
    text-transform: uppercase;
    color: var(--primary-color_5);
    border-radius: 0px 4px 4px 0px;
    background: rgb(255, 0, 0);
}
.sticker2{
	background: url(../../image/new.png) no-repeat;
	display: block;
	width: 68px;
	height: 76px;
	position: absolute;
	bottom: -3px;
	z-index: 1000;
}
.sticker1{
	background: url(../../image/sale.png) no-repeat;
	display: block;
	width: 68px;
	height: 76px;
	position: absolute;
	bottom: -3px;
	z-index: 1000;
}
.sticker3{
	background: url(../../image/hits.png) no-repeat;
	display: block;
	width: 68px;
	height: 76px;
	position: absolute;
	bottom: -3px;
	z-index: 1000;
}
.sticker5{
    background: url(/image/data/astickers/a-posl-razm.png) no-repeat;
    display: block;
    width: 100px;
    height: 76px;
    position: absolute;
    bottom: -3px;
    z-index: 1000;
}
.sticker6{
    background: url(/image/data/astickers/a-oghidaem.png) no-repeat;
    display: block;
    width: 90px;
    height: 93px;
    position: absolute;
    bottom: -3px;
    right: 0px;
    z-index: 1000;
}
.sticker7{
    background: url(/image/data/astickers/a-skidka.png) no-repeat;
    display: block;
    width: 90px;
    height: 93px;
    position: absolute;
    bottom: -3px;
    right: 0px;
    z-index: 1000;
}
.sticker8{
    background: url(/image/data/astickers/a-10.png) no-repeat;
    display: block;
    width: 93px;
    height: 44px;
    position: absolute;
    bottom: -3px;
    z-index: 1000;
}
.sticker9{
    background: url(/image/data/astickers/a-20.png) no-repeat;
    display: block;
    width: 93px;
    height: 44px;
    position: absolute;
    bottom: -3px;
    z-index: 1000;
}
.sticker10{
    background: url(/image/data/astickers/a-30.png) no-repeat;
    display: block;
    width: 93px;
    height: 44px;
    position: absolute;
    bottom: -3px;
    z-index: 1000;
}
.sticker11{
    background: url(/image/data/astickers/a-40.png) no-repeat;
    display: block;
    width: 93px;
    height: 44px;
    position: absolute;
    bottom: -3px;
    z-index: 1000;
}
.sticker12{
    background: url(/image/data/astickers/a-50.png) no-repeat;
    display: block;
    width: 93px;
    height: 74px;
    position: absolute;
    bottom: -3px;
    z-index: 1000;
}
.sticker13{
    background: url(/image/data/astickers/a-70.png) no-repeat;
    display: block;
    width: 93px;
    height: 74px;
    position: absolute;
    bottom: -3px;
    z-index: 1000;
}
.sticker14{
    background: url(/image/data/astickers/a-akciya.png) no-repeat;
    display: block;
    width: 90px;
    height: 93px;
    position: absolute;
    bottom: -3px;
    right: 0px;
    z-index: 1000;
}

.sticker4{
	background: url(../../image/best.png) no-repeat;
	display: block;
	width: 68px;
	height: 76px;
	position: absolute;
	bottom: -3px;
    z-index: 1000;
}
.wr_product_block{
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 16px;
    transition: all .3s;
    height: calc(100% - 20px); 
    margin-bottom: 20px;
}
.wr_product_block.no_stock .product_bottom,
.wr_product_block.no_stock .product_image img{
    filter: grayscale(100%);
}
.wr_product_block:hover{
    box-shadow: 0px 14px 34px 0px rgba(0, 0, 0, 0.08);
}
.product_image{
    position: relative;
    margin-bottom: 10px;
}
.product_image img{
    border-radius: 10px;
}
.product_name {
    margin-bottom: 10px;
    /* min-height: 65px; */
}
.product_name a{
    font-weight: 600;
    line-height: 20px;
    color: var(--main-font-color);
    transition: all .3s;
}
.product_block:hover .product_name a{
    color: var(--main-color_1);
}
.price-new{
    font-size: 30px;
}
.price-new span{
    font-size: 16px;
}
.wr_price_btn {
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.price-old{
    font-size: 14px;
    font-weight: 400;
    text-decoration-line: line-through;
}
.wr_rating_prod{
    font-size: 14px;
    color: var(--primary-color_6);
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.rating_prod{
    color: var(--primary-color_6);
    text-decoration: underline;
}
.rating_prod:hover{
    text-decoration: none;
    color: var(--primary-color_6);
}
.btn-primary {
    background-color: var(--main-color_1);
    border-color: var(--main-color_1);
}
.btn-primary:hover {
    background-color: var(--main-font-color);
    border-color: var(--main-font-color);
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle, .btn-primary.focus, .btn-primary:focus {
    color: var(--main-font-color);
    background-color: var(--primary-color_3);
    border-color:  var(--primary-color_3);
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgb(255 38 172 / 50%);
}
.home_category{
    margin-bottom: 90px;
}
.home_category_block a{
    display: block;
    position: relative;
    border-radius: 13px;
    margin-bottom: 10px;
    background-color: #000;
    color: transparent;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 10%);
    transition: all .3s;
}
.home_category_block a:after{
    content: '';
    border-radius: 10px;
    background: linear-gradient(180.00deg, rgba(0, 0, 0, 0) 30.258%,rgb(0 0 0 / 20%) 83.764%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.home_category_block a:hover{
    box-shadow: 0px 14px 18px 0px rgba(0, 0, 0, 0.17);
}
.home_category_block img{
    border-radius: 10px;
    width: -webkit-fill-available;
}
.home_category_title{
    padding: 0px 15px 0;
    width: 100%;
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    color: var(--primary-color_5);    
    position: absolute;
    bottom: 10px;
    left: 0px;
    z-index: 2;
}
.home_category .row .col:last-child .home_category_block a {
    border: 3px solid rgb(187, 8, 113);
    text-shadow: 1px 1px 1px rgb(153 17 114 / 65%);
}
ol, ul{
    list-style-position: inside;
}
.border_text ul li,
.border_text ol li {
    margin-top: 0;
    margin-bottom: 1rem;
}
.border_text .dop_link_text {
    border-top: 1px solid #BB0871;
    margin-top: 40px;
    padding: 10px;
    background-color: #dcdcdc;
}
.border_text .h_faq{
    margin-top: 15px;
    font-size: 24px;
}
div[itemprop=acceptedAnswer]{
    margin-top: 20px;
}
.page_content{
    margin: 30px 0 100px;
}
.breadcrumb {
    padding: 0;
    background-color: #fff;
    border-radius: 0;
}
.bread_item {
    font-size: 14px;
    font-weight: 400;
    color: var(--primary-color_2);
}
.bread_item a{
    color: var(--primary-color_2);
}
.separator_bread{
    margin: 0 6px 0 4px;
}
.home_bread{
    display: inline-flex;
    align-items: baseline;
}
.product_sort--item {
    display: flex;
    align-items: center;
}
.product_sort--name{
    color: var(--primary-color_2);
    text-transform: uppercase;
    font-size: 14px;
    margin-right: 10px;
}
.product_sort {
    margin-bottom: 20px;
}
.filterpro_title{
    font-size: 30px;
}
.sidebar_div {
    max-width: 297px;
    display: flex;
    flex-direction: column;
}
#filterpro .option_name, #filterpro .attribute_group_name{
    font-weight: 600;
    line-height: 20px;
    padding: 14px 0;    
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.ui-slider-horizontal {
    height: 3px;
}
#filterpro .ui-widget-header {
    background: var(--main-color_1);
    border: 0 none;
    color: var(--primary-color_5);
    font-weight: bold;
    height: 3px;
}
.ui-slider .ui-slider-handle {
    width: 12px;
    height: 12px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: none;
    border: 1px solid var(--main-color_1);
    background: var(--primary-color_5);
    font-weight: bold;
    border-radius: 50%;
    cursor: pointer;
}
.ui-widget-content {
    border: none;
    background: var(--main-font-color);
}
.ui-slider-horizontal .ui-slider-handle {
    top: -5px;
    margin: 0;
}
#slider-range .ui-slider-handle:last-child{
    transform: translateX(-12px);
}
#filterpro .ui-state-hover, #filterpro .ui-state-focus, #filterpro .ui-state-active {
    border: 1px solid var(--main-font-color);
    background: var(--main-font-color);
}
#filterpro select {
    width: 126px;
}
#filterpro .option_name svg path, #filterpro .attribute_group_name svg path{
    transform: rotate(180deg);
    transform-box: fill-box;
    transform-origin: center;
}
#filterpro .option_name.hided svg path, #filterpro .attribute_group_name.hided svg path {
    transform: rotate(0deg);
    transform-box: fill-box;
    transform-origin: center;
}
.collapsible.hided,
.attribute_box.hided{
    display: none;
}
.price_slider{
    border-bottom: 1px solid var(--primary-color_2);
    padding-bottom: 30px;
}
.custom-control-label {
    font-size: 14px;
    padding-left: 5px;
}
.custom-control-label::before {
    position: absolute;
    top: 1px;
    left: -1.5rem;
    display: block;
    width: 18px;
    height: 18px;
    pointer-events: none;
    content: "";
    border: 1px solid rgb(226, 226, 226);
    background: rgb(255, 255, 255);
}
.custom-checkbox .custom-control-label::before {
    border-radius: 4px;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: var(--main-color_1);
    background-color: var(--main-color_1);
}
.filter_item{
    margin-bottom: 10px;
}
.filter_item:last-child{
    margin-bottom: 0px;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3Csvg width='12.000000' height='9.000000' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M0 4.88293L4.10938 9L12 1.11719L10.8672 0L4.10938 6.75L1.11719 3.75781L0 4.88293Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:checked~.custom-control-label {
    font-weight: 600;
}
.custom-checkbox .custom-control-label::after {
    position: absolute;
    top: 1px;
    left: -1.5rem;
    display: block;
    width: 18px;
    height: 18px;
    content: "";
    background: 65%/70% 70% no-repeat;
}
.custom-radio .custom-control-label::after {
    position: absolute;
    top: 2px;
    left: -1.5rem;
    display: block;
    width: 17px;
    height: 17px;
    content: "";
    background: 60%/70% 72% no-repeat;
}
.collapsible {
    max-height: 330px;
    padding-right: 20px;
}
.simplebar-track.simplebar-vertical {
    top: 0;
    width: 8px;
}
.simplebar-scrollbar:before {
    background: var(--main-color_1);
    border-radius: 4px;
}
.simplebar-scrollbar.simplebar-visible:before {
    opacity: 1;
}
.filter_btn_toogle svg{
    width: 20px;
    height: 20px;
}
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: none;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    white-space: nowrap;
    width: auto; 
}
.product_sort--item .nice-select {
    border-radius: 0;
    border: none;
    height: auto;
    padding-left: 0;
    padding-right: 26px;
    width: auto;
}

.nice-select:hover {
    border-color: #dbdbdb; 
}
.nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; 
}
.nice-select:after {
      content: '';
      display: block;
      height: 10px;
      width: 10px;
      margin-top: -4px;
      position: absolute;
      right: 8px;
      top: 50%;
      background-image: url('data:image/svg+xml,<svg width="10.000000" height="10.000000" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M5 7.85022C4.8208 7.85022 4.6416 7.78174 4.50488 7.64514L0.205078 3.34534C-0.0683594 3.0719 -0.0683594 2.62842 0.205078 2.35498C0.478516 2.08154 0.921875 2.08154 1.19556 2.35498L5 6.15967L8.80444 2.3551C9.07812 2.08167 9.52124 2.08167 9.79468 2.3551C10.0684 2.62854 10.0684 3.07202 9.79468 3.34546L5.49512 7.64526C5.3584 7.78186 5.1792 7.85022 5 7.85022Z" fill="%23212121"/></svg>');
       
}
.nice-select.open:after {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); 
}
.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); 
}
.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; 
}
.nice-select.disabled:after {
    border-color: #cccccc; 
}
.nice-select.wide {
    width: 100%; 
}
.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important; 
}
.nice-select.right {
    float: right; 
}
.nice-select.right .list {
    left: auto;
    right: 0; 
}
.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}
.nice-select.small:after {
    height: 4px;
    width: 4px; 
}
.nice-select.small .option {
    line-height: 34px;
    min-height: 34px; 
}
.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; 
}
.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important; 
}
.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; 
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #f6f6f6; 
}
.nice-select .option.selected {
    font-weight: bold; 
}
.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default; 
}
.no-csspointerevents .nice-select .list {
    display: none; 
}
.no-csspointerevents .nice-select.open .list {
    display: block; 
}
.simplebar-scrollbar:before {
    opacity: 1;
}
.title_block.sidebar_link_name{
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px;
}
.sidebar_link,
.filterpro_box{
    margin-bottom: 50px;
}
.sidebar_link_ul ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.sidebar_link_ul ul li{
    margin-bottom: 10px;
    position: relative;
    display: flex;
    align-items: flex-start;
}
.sidebar_link_ul ul li:before {
    content: '';
    background: var(--main-color_1);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: inline-block;
    margin: 5px 15px 0 0px;
    flex: 0 0 5px;
}
.sidebar_link_ul ul li a{
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: var(--main-font-color);
}
.telegram_btn,
.banner_left{
    margin-bottom: 40px;
}
.telegram_btn a{
    display: block;
}
.pagination{
    align-items: center;
    margin-bottom: 40px;
}
.pagination .results{
    font-size: 12px;
    margin-left: auto;
}
.pagination .links ul{
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}
.pagination .links ul li,
.pagination .links ul li a{
    color: var(--main-font-color);
    font-size: 20px;
    line-height: 20px;
    transition: all .3s;
}
.pagination .links ul li a:hover{
    color: var(--main-color_1);
    text-decoration: none;
}
.pagination .links ul li{
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination .links ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 37px;
    height: 37px;
}
.pagination .links ul li a.act_pag{
    background: var(--main-color_1);
    color: var(--primary-color_5);
    border-radius: 50%;
}
.font-weight{
    font-weight: 600;
}
.table table th {
    background: var(--main-color_1);
    border: 1px solid var(--main-color_1) !important;
    color: var(--primary-color_5);
    padding: 7px;
}
.woman_sizes_result_item_head{
    font-size: 22px;
    font-weight: 600;
    color: var(--main-color_1);
}
.woman_sizes_result_item{
    margin-bottom: 5px;
}
.woman_sizes_result_item_text{
    font-weight: 600;
}
.woman_sizes_result_item_text strong{
    color: var(--main-color_1);
}
.border_radius_img{
    border-radius: 10px;
    margin: 0 auto;
    display: block;
}
.thumbnail_article {
    padding: 10px;
    box-shadow: 0px 14px 34px 0px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    margin-bottom: 30px;
    height: calc(100% - 30px);
}
.img_article{
    border-radius: 10px;
    overflow: hidden;
}
.img_article img {
    width: 300px!important;
    height: 300px!important;
    object-fit: cover;
}
.information_page {
    line-height: 26px;
}
.woman_sizes_table_in{
    margin-bottom: 20px;
}
.title_article{
    font-size: 14px;
}
.title_article a {
    color: var(--main-font-color);
}
.testimonials_item {
    padding: 20px;
    box-shadow: 0px 14px 34px 0px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    margin-bottom: 30px;
    height: calc(100% - 30px);
}
.testimonials_item--block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}
.testimonials_item--name{
    color: var(--main-color_1);
    font-weight: 600;
}
.testimonials_item--rating{
    margin-bottom: 10px;
}
.testimonials_item--content{
    font-size: 14px;
}
.testimonials_item--date{
    font-size: 14px;
    font-weight: 600;
}
.my_modal .modal-content,
div:where(.swal2-container) div:where(.swal2-popup) {
    background: url(../../image/new_theme_image/bg_modal.jpeg) center no-repeat !important;
    background-size: cover !important;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    background-color: var(--main-color_1) !important;
}
.my_modal .modal-title.title_block {
    font-size: 20px;
}
.my_modal .modal-header{
    border: none;
}
.testimonials_span{
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--main-color_1);
}
.form-testimonials .form-check-label {
    font-size: 12px;
}
.form-testimonials .warning {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    color: red;
}
.sitemap_page ul ul{
    margin-left: 20px;
}
.contact_form {
    background: var(--primary-color_7);
    padding: 30px;
    border-radius: 10px;
}
.wr_captcha {
    display: flex;
    align-items: center;
}

.name_captcha{
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.contact_form--titel {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    position: relative;
    margin-bottom: 30px;
}
.contact_form--titel:before {
    content: '';
    display: block;
    width: 5px;
    height: 100%;
    background: var(--main-color_1);
    position: absolute;
    left: -30px;
    top: 0;
}
input::placeholder,
textarea::placeholder {
    font-size: 14px;
}
.form-control{
    height: calc(1.5em + 1rem + 12px);
    font-size: 14px;
}
.wr_captcha input.form-control{
    height: calc(1.5em + 0.75rem + 2px);
}
.form-group {
    margin-bottom: 30px;
}
.small, small {
    font-size: .775em;
    font-weight: 400;
}
.contact_map{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    margin-top: 80px;
    border-radius: 10px;
    padding: 15px;
    overflow: hidden;
    box-shadow: 0px 14px 34px 0px rgba(0, 0, 0, 0.08);
}
.contact_map iframe{
    display: block;
}
.contact_item--name{
    color: rgb(100, 100, 100);
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.contact_item--text br{
    display: none;
}
.contact_item--text {
    line-height: 26px;
}
.contact_item--svg{
    margin-right: 15px;
    background: #f8e6f1;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex: 0 0 40px;
}
.contact_item {
    display: flex;
    align-items: start;
    margin-bottom: 30px;
}
.contact_item.contact_item--first {
    margin-top: 30px;
}
.contact_item:last-child{
    margin-bottom: 0;
}
.contact_item--text a{
    display: block;
    color: var(--main-font-color);
}
.social_contact {
    display: flex;
    align-items: center;
}
.social_contact--ul {
    display: flex;
}
.social_contact--ul a{
    display: block;
    margin-right: 20px;
}
.social_contact--ul a:last-child{
    margin-right: 0;
}
.manufacturer-heading {
    font-size: 30px;
    line-height: 45px;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--main-color_1);
}
.manufacturer_ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.manufacturer_li{
    margin-bottom: 10px;
}
.manufacturer_li a{
    text-transform: uppercase;
    color: var(--main-font-color);
}
.manufacturer-content{
    max-height: 185px;
    padding-right: 20px;
}
.fz-30{
    font-size: 24px;
}
.page_content.page_content_checkout {
    font-size: 14px;
}
.simple_table_row--title {
    margin-bottom: 15px;
    font-weight: 600;
}
.simplecheckout-required {
    color: var(--main-color_1);
    font-size: 16px;
}
.simplecheckout-block-content .nice-select,
.fl-none .nice-select {
    float: none;
}
.simplecheckout-block-content .form-group {
    margin-bottom: 10px;
}
.simplecheckout-block-content .badge {
    font-size: inherit;
    font-weight: 500;
}
.simplecheckout-block-content .badge-dark {
    background-color: var(--main-color_1);
}
.custom_block_shipping {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0;
}
.simplecheckout-warning-block {
    color: var(--main-color_1);    
    font-size: 12px;
}
.simplecheckout-login {
    width: 100%;
}
.simplecheckout-cart-total span.inputs {
    display: flex;
    justify-content: end;
}
.simplecheckout-cart-total b,
.simplecheckout-cart-total {
    font-weight: 400;
    font-size: 18px;
    padding: 0;
    margin-bottom: 15px;
}
.simplecheckout-cart-total b{
    font-weight: 600;
}
.color_theme{
    color: var(--main-color_1);
}
.form-control.input_q_cart {
    height: calc(1.5em + 0.5rem + 2px) !important;
    padding: 0.25rem 0.5rem;
    font-size: .875rem !important;
    line-height: 1.5;
    border-radius: 0.2rem;
    text-align: center;
}
.input_group_cart {
    display: flex;
    align-items: center;
}
.dop_text_block {
    font-size: 12px;
    line-height: 16px;
}
.close_total_cart {
    vertical-align: super;
    cursor: pointer;
}
.trash_cart{
    cursor: pointer;
}
.menu_account {
    margin-bottom: 30px;
    background: var(--primary-color_7);
    box-shadow: 0px 14px 34px 0px rgba(0, 0, 0, 0.08);
    padding: 20px;
    border-radius: 10px;
}
.menu_account .contact_form--titel:before{
    left: -20px;
}
.menu_account--ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu_account--ul li{
    display: flex;
    align-items: center;
}
.menu_account--ul li a{
    font-size: 13px;
    color: var(--main-font-color);
    text-transform: uppercase;
    display: inline-block;
    margin: 5px 0;
    font-weight: 500;
}
.menu_account--icon svg{
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.block_account_col--svg{
    display: block;
    margin-bottom: 10px;
}
.block_account_col--svg svg{
    width: 80px;
    height: 80px;
}
.block_account_ul a{
    font-size: 13px;
    height: 100%;
    color: var(--main-font-color);
    background: var(--primary-color_7);
    box-shadow: 0px 14px 34px 0px rgba(0, 0, 0, 0.08);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    display: block;
    transition: all .3s;
    text-transform: uppercase;
    font-weight: 600;
}
.block_account_ul a:hover{
    text-decoration: none;
    background: var(--primary-color_1);
}
.block_account_col {
    display: block;
    margin-bottom: 30px;
    height: calc(100% - 30px);
}
.address_item{
    margin-bottom: 30px;
    height: calc(100% - 30px);
    background: var(--primary-color_7);
    box-shadow: 0px 14px 34px 0px rgba(0, 0, 0, 0.08);
    padding: 20px;
    border-radius: 10px;
    font-size: 14px;
}
.no_br br{
    display: none;
}
.col_table_shadow{
    background: var(--primary-color_7);
    box-shadow: 0px 14px 34px 0px rgba(0, 0, 0, 0.08);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
    height: calc(100% - 30px);
}
.fz-14{
    font-size: 14px;
}
.fz-24{
    font-size: 24px;
}
.my_modal_btn button{
    margin: 10px;
}
.product-page {
    display: flex;
}
.zoomLens{
    border: 2px solid var(--main-color_1) !important;
    border-radius: 10px;
}
.gl_product{
    border-radius: 10px;
    overflow: hidden;
}
.gl_product img{
    border-radius: 10px;
}
.elevatezoom-gallery {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    display: inline-block;
}
.elevatezoom-gallery img{
    border-radius: 10px;
}
.elevatezoom-gallery.active:after,
.elevatezoom-gallery:hover:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(187,8,113,1) 100%);
}
.elevatezoom-gallery .img{
    border-radius: 10px;
}
a.pop_modal {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 20px;
}
.elevatezoom-gallery.active a.pop_modal,
.elevatezoom-gallery:hover a.pop_modal{
    display: inline-block;
}
.product_images_block{
    max-height: 825px;
    overflow: hidden;
}
.slider__flex .swiper-container {
    width: 100%;
    height: 100%;
}
.slider__flex {
    display: flex;
    align-items: flex-start;
}
.slider__col {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 106px;
    margin-right: 10px;
}
.slider__prev,
.slider__next {
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 100;
}
.slider__prev{
    top: 0;
}
.slider__next{
    bottom: 10px;
}
.slider__prev:focus,
.slider__next:focus {
    outline: none;
}
.slider__thumbs {
    height: calc(825px + 10px);
}
.slider__thumbs .slider__image {
    transition: 0.25s;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
}
.slider__thumbs .slider__image:hover {
    opacity: 1;
}
.slider__thumbs .swiper-slide-thumb-active .slider__image {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}
.slider__images {
    max-height: 825px;
}
.slider__images .slider__image img {
    transition: 3s;
}
.product_options_block{
    margin-bottom: 30px;
}
.info_product_block {
    display: flex;
    width: 100%;
    justify-content: space-between;
    line-height: initial;    
    border-bottom: 1px solid var(--primary-color_8);
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.product_info_manafucturer {
    display: flex;
    align-items: center;
}
.product_info_manafucturer--logo {
    margin-right: 20px;
}
.product_info_modal a {
    display: block;
    text-align: right;
    margin-bottom: 10px;
    font-size: 14px;
}
.product_info_modal a:last-child{
    margin-bottom: 0;
}
.product_info_manafucturer--model span{
    text-transform: uppercase;
}
.product_info_manafucturer--model {
    margin-bottom: 10px;
}
.option_prod--title {
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.option_prod_wr .nice-select{
    border-color: transparent;
    background: rgb(247, 247, 247);
    color: rgb(100, 100, 100);
}
.option_prod_wr .nice-select.open .list {
    width: 100%;
}
.product_price_block {
    border-radius: 4px;
    background: rgb(247, 247, 247);
    padding: 20px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 50px;
}
.product_qty{
    max-width: 100px;
}
.opt {
    border-radius: 4px;
    background: rgb(255, 255, 255);
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
}
.counter {
    display: flex;
    align-items: center;
}
input#count {
    margin: 0;
    border: none;
    text-align: center;
}
.product_btn_qty {
    display: flex;
    align-items: center;
}
.change-count{
    cursor: pointer;
}
.btn_cart_product{
    height: 50px;    
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}
.btn-outline-primary {
    color: var(--main-color_1);
    border:2px solid var(--main-color_1);
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: var(--main-font-color);
    border-color: var(--main-font-color);
}
#fast_order{
    max-width: 170px;
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    color: var(--main-font-color);
    background-color: var(--primary-color_3);
    border-color: var(--primary-color_3);
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(255 38 172 / 50%);
}
.prod-descr{
    max-height: 325px;
}
.prod-descr--text{
    padding-right: 32px;
}
.prod-descr--text ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.prod-descr--text ul li{
    margin-bottom: 5px;
    position: relative;
    padding-left: 15px;
}
.prod-descr--text ul li::before {
    content: "•";
    color: var(--main-color_1);
    font-size: 30px;
    position: absolute;
    top: -2px;
    left: 0;
}
.prod-descr--text ol {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: li;
}
.prod-descr--text ol li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 15px;
    counter-increment: li;
}
.prod-descr--text ol li::before {
    content: counter(li)'.'; 
    color: var(--main-color_1);
    font-size: 16px;
    position: absolute;
    top: 0px;
    left: 0;
}
.bg_grays{
    background: var(--primary-color_7);
    padding: 80px 0;
    margin-bottom: 80px;
}
.page_product, .products_relates{
    margin-bottom: 80px;
}
.swiper-button-disabled{
    display:none;   
}
.bg_white{
    background: var(--primary-color_5);
}
.frm_transp {
    border-color: transparent;
    background: rgb(246, 246, 246);
}

.star-rating {
    font-size: 0;
    white-space: nowrap;
    display: inline-block;
    /* width: 250px; remove this */
    height: 38px;
    overflow: hidden;
    position: relative;
    background: url('data:image/svg+xml,<svg width="40.000000" height="38.114258" viewBox="0 0 40 38.1143" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M39.9648 14.5059C39.8804 14.2466 39.6562 14.0576 39.3862 14.0183L26.4341 12.136L20.6416 0.399414C20.5215 0.154541 20.2725 0 20 0C19.728 0 19.478 0.154541 19.3589 0.399414L13.5654 12.1367L0.613281 14.019C0.34375 14.0583 0.120117 14.2466 0.0351562 14.5066C-0.0488281 14.7651 0.0205078 15.05 0.216309 15.2397L9.58887 24.3757L7.37598 37.2764C7.33008 37.5449 7.44043 37.8162 7.66016 37.9766C7.88135 38.1384 8.17432 38.1592 8.41406 38.031L20 31.9409L31.585 38.031C31.6895 38.0862 31.8047 38.1133 31.9185 38.1133C32.0669 38.1133 32.2144 38.0676 32.3394 37.9766C32.5601 37.8162 32.6704 37.5449 32.6235 37.2764L30.4111 24.3765L39.7842 15.2397C39.979 15.0486 40.0493 14.7644 39.9648 14.5059Z" fill="%23E9E9E9"/></svg>');
    background-size: contain;
  }
  .star-rating i {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    /* width: 20%; remove this */
    z-index: 1;
    background: url('data:image/svg+xml,<svg width="40.000000" height="38.114258" viewBox="0 0 40 38.1143" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M39.9648 14.5059C39.8804 14.2466 39.6562 14.0576 39.3862 14.0183L26.4341 12.136L20.6416 0.399414C20.5215 0.154541 20.2725 0 20 0C19.728 0 19.478 0.154541 19.3589 0.399414L13.5654 12.1367L0.613281 14.019C0.34375 14.0583 0.120117 14.2466 0.0351562 14.5066C-0.0488281 14.7651 0.0205078 15.05 0.216309 15.2397L9.58887 24.3757L7.37598 37.2764C7.33008 37.5449 7.44043 37.8162 7.66016 37.9766C7.88135 38.1384 8.17432 38.1592 8.41406 38.031L20 31.9409L31.585 38.031C31.6895 38.0862 31.8047 38.1133 31.9185 38.1133C32.0669 38.1133 32.2144 38.0676 32.3394 37.9766C32.5601 37.8162 32.6704 37.5449 32.6235 37.2764L30.4111 24.3765L39.7842 15.2397C39.979 15.0486 40.0493 14.7644 39.9648 14.5059Z" fill="%23FEC410"/></svg>');
    background-size: contain;
  }
  .star-rating input {
    -moz-appearance: none;
    -webkit-appearance: none;
    opacity: 0;
    display: inline-block;
    /* width: 20%; remove this */
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 2;
    position: relative;
  }
  .star-rating input:hover + i,
  .star-rating input:checked + i {
    opacity: 1;
  }
  .star-rating i ~ i {
    width: 40%;
  }
  .star-rating i ~ i ~ i {
    width: 60%;
  }
  .star-rating i ~ i ~ i ~ i {
    width: 80%;
  }
  .star-rating i ~ i ~ i ~ i ~ i {
    width: 100%;
  }

.star-rating.star-5 {width: 200px;}
.star-rating.star-5 input,
.star-rating.star-5 i {width: 20%;}
.star-rating.star-5 i ~ i {width: 40%;}
.star-rating.star-5 i ~ i ~ i {width: 60%;}
.star-rating.star-5 i ~ i ~ i ~ i {width: 80%;}
.star-rating.star-5 i ~ i ~ i ~ i ~i {width: 100%;}

.star-rating.star-3 {width: 150px;}
.star-rating.star-3 input,
.star-rating.star-3 i {width: 33.33%;}
.star-rating.star-3 i ~ i {width: 66.66%;}
.star-rating.star-3 i ~ i ~ i {width: 100%;}


.review_item {
    border-radius: 10px;
    background: var(--primary-color_5);
    padding: 20px;
    margin-bottom: 10px;
}
.review_item:last-child{
    margin-bottom: 0;
}
.review_item--name {
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.review_item--date{
    margin-left: 10px;
    font-size: 14px;
    font-weight: 400;
}
.review_item--text{
    margin-top: 25px;
    padding-top: 15px;
    font-size: 14px;
    color: rgb(100, 100, 100);
    font-weight: 400;
    border-top: 1px solid rgb(233, 233, 233);
}
.review_scroll{
    max-height: 497px;
    padding-right: 32px;
}

/* RESPONSIVE f8e6f1*/
.mobile_block_vis{
    display: none;
}
@media (max-width: 1330px) {
    .mobile_block_vis{
        display: block;
    }
    .language_wrapper{
        margin-left: auto;
        margin-right: 17px;
    }
    .top_header.top_header_mobile{
        display: block;
    }
    .search_wrapper {
        padding: 10px 0;
        display: flex;
        align-items: center;
    }
    .search_wrapper input[type="text"]{
        width: 100%;
    }
    .search_wrapper .button-search {
        position: static;
        margin: 0 20px;
    }
    .header_all {
        padding: 5px 0;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding: 5px 5px;
    }
    .navbar-collapse {
        position: fixed;
        top: 0px;
        left: 0;
        background: var(--primary-color_5);
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 75%;
        height: 100%;
        z-index: 1003;
        overflow-y: scroll;
    }
    body.active{
        overflow-y: hidden;
    }
    body.active:after{
        content: '';
        background: rgb(0 0 0 / 50%);
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
    .navbar-collapse.collapsing {
        left: -75%;
        transition: height 0s ease;
    }
    .navbar-collapse.show {
        left: 0;
        transition: left 300ms ease-in-out;
    }
    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: left 500ms ease-in-out;
    }
    .close_menu_mobile {
        padding: 0;
        display: flex;
        justify-content: end;
        cursor: pointer;
    }
    .top_mobile_menu{
        margin: 10px 0;    
        display: flex;
        align-items: start;
        width: 100%;
        justify-content: space-between;
    }
    .mobile_btn_callback{
        width: 100%;
    }
    .btn_callback{
        margin: 0;
    }
    .mobile_menu_tel--a{
        display: block;
        margin-top: 5px;

    }
    .mobile_block_vis .authentication_wrapper a {
        font-size: 14px;
        color: var(--main-font-color);
    }
    .authentication_wrapper,
    .mobile_menu_tel {
        padding: 5px 5px;

    }
    .mobile_block_vis .head_messenger_wrapper{
        padding: 0 5px;
        margin-top: 15px;
    }
    .mobile_block_vis .head_messenger_wrapper svg{
        width: 30px;
        height: 30px;
    }
    .mobile_block_vis  .head_messenger_wrapper svg path{
        fill: var(--main-color_1);
    }
    .navbar .dropdown-menu {
        margin: 0 0 15px;
    }
}
@media (max-width: 1280px) {
    .top_heaader_menu--ul li a,
    .authentication_wrapper a {
        font-size: 12px;
    }
    .subscribe_mail--text {
        font-size: 24px;
    }    
}
@media (max-width: 1200px) {
    .top_header{
        display: none;
    }
}
@media (max-width: 991px) {
    .menu_account {
        width: 100%;
        margin-top: 30px;
    }
    .sidebar_div {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .filter_btn_toogle {
        position: fixed;
        left: 10px;
        bottom: 0px;
        margin-bottom: 1rem;
        z-index: 1001;
    }
    .wr_filterpro_title {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .filterpro_box{
        display: none;
        position: fixed;
        left: -75%;
        transition: height 0s ease;
    }
    .filterpro_box.active {
        transition: all .3s;
        display: block;
        top: 0;
        left: 0;
        transition: left 300ms ease-in-out;
        background: #fff;
        z-index: 1002;
        max-width: 75%;
        padding: 15px;
        overflow-y: scroll;
        margin: 0;
        height: 100vh;
    }
    .pagination .results {
        font-size: 12px;
        margin: 10px auto 0;
    }
    .pagination .links ul {
        justify-content: center;
    }
    .pagination .links {
        width: 100%;
        margin-top: 10px;
    }
    .pagination{
        flex-wrap: wrap;
    }
    .product_image {
        text-align: center;
    }
    .qfilter-nav{
        flex-wrap: wrap;
    }
    .home_category_title{
        font-size: 16px;
    }
    .home_category,
    .swiper_carousel_wr,
    .qfilter_home,
    .subscribe_mail,
    .home_page .welcome_wrap,
    .page_content {
        margin-bottom: 30px;
    }
    #back-top {
        bottom: 0px;
        right: 10px;
    }
    span#count_cart_head {
        width: 20px;
        height: 20px;
        font-size: 12px;
        line-height: 20px;
    }
    span#cart-total {
        position: absolute;
        top: -5px;
        right: -10px;
    }
    .cart_header {
        margin-right: 0;
    }
    .subscribe_mail--img{
        display: none;
    }
    .subscribe_mail{
        padding: 10%;
    }
    .top_footer_new_theme {
        padding: 20px 0 0px;
    }
    .footer_logo {
        margin-bottom: 20px;
    }
    .footer_menu_wr {
        margin-bottom: 30px;
    }
    .bottom_footer_new_theme {
        padding: 12px 0;
    }
    .footer_messenger_wrapper{
        margin: 5px 0;
    }

    
}
@media (max-width: 767px){
    .product_images_block {
        max-height: 100%;
        overflow: visible;
    }
    .slider__flex {
        flex-direction: column-reverse;
    }
    .slider__col {
        flex-direction: row;
        align-items: center;
        margin-right: 0;
        margin-top: 24px;
        width: 100%;
        overflow: hidden;
    }
    .slider__images {
        width: 100%;
    }
    .slider__thumbs {
        width: calc(100% + 34px);
        height: calc(100% + 10px);
    }
    .slider__prev, .slider__next {
        height: auto;
        width: 32px;
        top: 0;
        bottom: 0;
    }
    .slider__prev {
        right: 0;
        left: auto;
    }
    .slider__next svg{
        transform: rotate(90deg);
    }
    .slider__prev svg{
        transform: rotate(90deg);
    }



    .img_article {
        text-align: center;
    }
    .img_article img {
        width: 400px!important;
        height: auto!important;
        object-fit: contain;
    }
    .caption_article {
        text-align: center;
    }
    .slider_home .navigation_slider {
        top: 4px;
    }
    .qfilter-nav li {
        font-size: 16px;
        line-height: 16px;
        margin: 0 5px;
        width: 45%;
    }
    .qfilter-nav li:after {
        width: 25%;
    }
    .border_text h1, .border_text h2, .border_text h3, .border_text h4, .border_text h5, .border_text h6 {
        font-size: 24px;
    }
    .title_block {
        font-size: 30px;
    }
    .info_product_block {
        flex-wrap: wrap;
    }
    .gl_product {
        text-align: center;
    }
}
@media (max-width: 565px) {
    .title_block {
        font-size: 24px;
    }
    .product_btn_qty {
        flex-wrap: wrap;
        width: 100%;
    }
    .product_price_wr_mobile,
    .product_qty {
        width: 50%;
        max-width: 100%;
    }
    .product_qty{
        margin-right: 0 !important;
    }
    .info_product_block {
        margin-bottom: 15px;
        padding-bottom: 10px;
    }
    .info_product_block {
        flex-wrap: wrap;
    }
    .product_btn {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 15px;
    }
    .product_btn .btn {
        width: 50%;
        max-width: 100% !important;
        font-size: 14px;
    }
    .page_product, .products_relates {
        margin-bottom: 40px;
    }
    .bg_grays {
        padding: 40px 0;
        margin-bottom: 40px;
    }
    .product_info_manafucturer {
        width: 100%;
        justify-content: space-between;
    }
    .product_info_modal {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        margin-top: 15px;
    }
    .product_info_modal a{
        text-align: left;
        width: 100%;
    }
    .my_modal_btn button{
        width: 100%;
    }
    .simplecheckout-cart-total span.inputs {
        justify-content: center;
        width: 100%;   
         margin-top: 20px;
    }
    .simplecheckout-cart-total span.inputs input[type=text] {
        width: 100%;
    }
    .simplecheckout-cart-total b, .simplecheckout-cart-total {
        font-weight: 600;
        font-size: 18px;
        padding: 0;
        text-align: left;
        margin-bottom: 5px;
    }
    .simplecheckout-cart-total b{
        font-size: 14px;
    }
    .input_group_cart {
        margin: 20px 0;
    }
    .product_sort--item {
        flex-wrap: wrap;
    }
    .product_sort--name {
        font-size: 13px;
        width: 100%;
        margin-right: 0;
        margin-bottom: -5px;
    }
    /* .wr_price_btn{
        flex-wrap: wrap;
    }
    .cart_product {
        width: 100%;
        margin-top: 10px;
    }
    .cart_product input{
        width: 100%;
    }
    .price_prod {
        margin: 0 auto;
    }
    .wr_rating_prod{
        justify-content: center;
    } */
}
@media (max-width: 380px) {
    .simplecheckout-block-heading{
        flex-wrap: wrap;
    }
    .wr_product_block {
        margin-bottom: 0px;
    }
    #logo img{
        max-width: 125px;
    }
    .subscribe_mail--text {
        font-size: 18px;
    }
    .subscribe_mail--form {
        flex-wrap: wrap;
    }
    .subscribe-block-btn {
        margin: 20px auto 0;
    }
}