#catalog-filters-wrapper{
    display: flex;
    justify-content:flex-start;
    align-items: center;
    background: #FBFBFB;
    border: 1px solid #ECECEC;
    margin: 0 0 50px 0;
    padding: 30px;
}
#catalog-filters-wrapper .catalog-form-close-wrapper{
    display: flex;
    justify-content:flex-start;
    align-items: center;
    width: 100%;
}
#catalog-filters-wrapper form{
    width: 100%;
    display: flex;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.catalog-filter-select-wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
    cursor: pointer;
}
.catalog-filter-select{
    padding: 20px 20px;
    background: #FFFFFF;
    border: 1px solid #F2F4F8;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    width: 250px;
    align-items: center;
}
.catalog-filter-select>span{
    font-style: normal;
    font-weight: normal;
    display: flex;
    align-items: center;
    color: #909090;
}

.catalog-filter-select.active svg {
    transform: rotate(180deg);
}
.catalog-filter-wrapper {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    background: #FFFFFF;
    border: 1px solid #F2F4F8;
    box-sizing: border-box;
    padding: 0;
    z-index: 12;
    overflow: auto;
    width: 100%;
    max-height: 163px;
}
.price-filter-select-wrapper .catalog-filter-wrapper {
    max-height: 218px;
}
.catalog-filter-wrapper::-webkit-scrollbar {
    width: 6px;
}
.catalog-filter-wrapper::-webkit-scrollbar-track {
    background: rgba(196, 196, 196, 0.6);
}
.catalog-filter-wrapper::-webkit-scrollbar-thumb {
    background: #000000;
}

.catalog-filter-item{
    padding: 10px 20px;
}
.catalog-filter-item.active{
    background: #FBFBFB;
}
.catalog-filter-item.price-range {
    border-top: 1px solid #F2F4F8;
    padding: 20px 20px 30px 20px;
}
.catalog-filter-item label{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -0.3px;
    color: #909090;
}
input[type=radio] + .radio-checkbox-label:before {
    display: none;
}
.radio .radio-checkbox-label {
    padding: 0;
}
.single-item.category-item .title-wrapper h3 {
    font-size: 36px;
    text-align: center;
}

/*Продукт*/
.product-header-wrapper {
    display: flex;
    justify-content: space-between;
    background: #FFFFFF;
    padding: 50px;
}
.product-gallery-wrapper {
    width: 405px;
    flex-basis: 405px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 70px;
}
.product-gallery-wrapper .product-gallery-big{
    width: 405px;
    height: 405px;
    /*    overflow: hidden;*/
    flex-basis: 405px;
    flex-grow: 0;
    flex-shrink: 0;
}
.product-gallery-wrapper .product-gallery-big .product-swiper-slide{
    width: 100%;
    height: 405px;
    position: relative;
    display: flex;
}
.product-gallery-wrapper .product-gallery-big .product-swiper-slide img{
    width: 100%;
    height: 100%; 
    object-fit: cover;
}
.product-gallery-wrapper .product-gallery-big .product-swiper-slide .zoom-wrapper{
    position: absolute;
    bottom:0;
    right: 0;
    padding: 15px;
    background: rgba(255, 255, 255, 0.58);
}
.product-gallery-wrapper .product-gallery-big .product-swiper-slide .zoom-wrapper:hover{
    background:#7B61FF;
}
.product-gallery-wrapper .product-gallery-big .product-swiper-slide .zoom-wrapper img{
    width: 22px;
}
.product-gallery-wrapper .product-gallery-big .product-swiper-slide .zoom-wrapper:hover img{
    filter: brightness(0) invert(1);
}
.product-gallery-wrapper .product-gallery-thumb{
    width: 410px;
    flex-basis: 410px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-top: 20px;
    overflow: hidden;
}
.product-gallery-wrapper .product-gallery-thumb .slick-list{
    margin: 0 -10px!important;
}
.product-gallery-wrapper .product-gallery-thumb .product-swiper-slide{
    display: block;
    position: relative; 
    cursor: pointer;
    box-sizing: border-box;
    margin: 0 10px;
}
.product-gallery-wrapper .product-gallery-thumb .product-swiper-slide.slick-current{}
.product-gallery-wrapper .product-gallery-thumb .product-swiper-slide img{
    width: 100%;
}
.product-summary-wrapper { 
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-width: 665px;
    margin: 0;
}
.product-summary-wrapper>div {
    margin: 0 0 25px 0;
}
.product-summary-wrapper>div:last-child {
    margin: 0;
}
.product-header-wrapper h1{  
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 135%;
    color: #201E1E;
    margin: 0 0 25px 0;
    letter-spacing: -0.1px;
    order: 0;
}
.product-header-wrapper p{
    margin: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 135%;
    color: #201E1E;
}


@media (max-width: 1200px) {
    .catalog-filter-select{
        width: 187px;
    }
    .product-gallery-wrapper {
        width: 396px;
        flex-basis: 396px;
    }
    .product-gallery-wrapper .product-gallery-big {
        width: 308px;
        flex-basis: 308px;
    }
}
@media (max-width: 768px) {
    #catalog-filters-wrapper form{
        justify-content: flex-start;
        flex-direction: column;
        align-items: flex-start;
        margin: 0;
    }
    .catalog-filter-wrapper {
        position: relative;
        top: 0;
        border: none;
    }
    .catalog-filter-item{
        border: 1px solid #F2F4F8;
        border-bottom: none;
    }
    .catalog-filter-item:last-child{
        border: 1px solid #F2F4F8;
        border-bottom: 1px solid #F2F4F8;
    }
    .catalog-filter-select-wrapper {
        width: 100%;
        margin:0;
    }
    .catalog-filter-select-wrapper:last-of-type {
        margin-bottom: 20px;
    }
    .catalog-filter-select{
        width: 100%;
    } 
    .catalog-filter-select>span {
        font-size: 17px;
        line-height: 24px;
        color: #000000;
        font-weight: bold;
    }
    .single-item.category-item .title-wrapper h3 {
        font-size: 24px;
    }

}

.add-comment-wrapper {
    background: #F6F6F6;
    padding: 20px;
}
.rating-stars ul {
    list-style-type:none;
    padding:0;
    margin: 0 0 20px 0;
    -moz-user-select:none;
    -webkit-user-select:none;
}
.rating-stars ul > li {
    display:inline-block;
    font-size: 50px;
    line-height: 100%;
}
.rating-stars ul > li.hover,.rating-stars ul > li:hover {
    color:#F1D02B;
}
.rating-stars ul > li.selected {
    color:#F84E45;
}
#commentresp {
    font-size: 30px;
    font-weight: 900;
}

.comment-wrapper {
    display: flex;
    margin-bottom: 20px;
}
.comment-wrapper .img-wrapper{
    width: 80px;
    min-width: 80px;
}
.comment-wrapper .img-wrapper img{
    width: 100%;
}
.comment-wrapper .comment-info-wrapper{
    border: 1px solid #ddd;
    margin-left: 26px;
    padding: 10px 20px;
    position: relative;
    border-radius: 3px;
}
.comment-wrapper .comment-info-wrapper:before{
    background: #fff;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    content: '';
    display: block;
    height: 10px;
    left: -6px;
    position: absolute;
    top: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px;
}
.comment-wrapper .ratings-wrapper{
    display: flex;
    justify-content: flex-start;
    margin: 0 0 20px 0;
}
.comment-wrapper .ratings-wrapper .star-wrappper {
    position: relative;
    color: #CCCCCC;
}
.comment-wrapper .ratings-wrapper .star-wrappper::before {
    content: "★ ★ ★ ★ ★";
}
.comment-wrapper .ratings-wrapper .star-wrappper .star {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    color: #1C1309;
}
.comment-wrapper .ratings-wrapper .star-wrappper .star::before {
    content: "★ ★ ★ ★ ★";
}
.comment-wrapper .ratings-wrapper .rating-num {
    margin: 0 0 0 5px;
}
.comment-wrapper .comment-text-wrapper {
    margin: 0 0 20px 0;
}
.comment-wrapper .comment-text-wrapper {
    margin: 0 0 20px 0;
}
.comment-wrapper .comment-user-wrapper {
    margin: 0;
    color:#CCCCCC;
}
.comment-wrapper .comment-user-wrapper span:first-of-type{
    font-weight: 700;
}