.s-product-page .sets {
    margin: 0 0 20px 0
}
.s-product-page .sets .sets-title{
    font-weight: bold;
    margin: 0 0 15px;
    font-size: 15px
}
.s-product-page .owl-carousel .owl-dots {
    display: none
}
.s-product-page .owl-carousel {
    position: relative;
}

.s-product-page .owl-carousel .owl-nav {
    padding: 15px 0 0 0;
    position: relative;
    text-align: center;
}
.s-product-page .owl-carousel .owl-nav > div{
    position: relative;
    display: inline-block;
}
.s-product-page .owl-carousel .owl-nav .owl-prev{
    margin: 0 5px 0 0
}
.s-product-page .owl-carousel .owl-nav .owl-next{
    margin: 0 0 0 5px;
    left: auto;
    right: auto
}

/*.s-product-page .owl-carousel .owl-nav .owl-next{
    top: 30px;
    left: auto;
    right: -20px;
    z-index: 20;
    border: 0px;
    border-radius: 20px;
}
.s-product-page .owl-carousel .owl-nav .owl-prev{
    top: 30px;
    left: -20px;
    right: auto;
    border: 0px;
    border-radius: 20px;

}*/


.s-product-page .owl-carousel .owl-item img {
    width: auto
}
.s-product-page .sets .book-item .img{
    display: block;
    margin: 0px auto 5px auto;
    width: 70px;
    height: 100px;
}
.s-product-page .sets .book-item .img img{
    max-width: 100%;
    max-height: 100px
}
.s-product-page .sets .book-item .tit {
    margin: 0 0 5px;
    line-height: 1.3
}
.s-product-page .sets .book-item .tit a{
    font-size: 12px;
    text-decoration: none
}
.s-product-page .sets .book-item .price.old{
    font-size: 12px;
}
.s-product-page .sets .book-item .price.new{
    font-size: 14px;
    line-height: 1
}

@media (max-width: 360px) {
    #commentWin {
        width: 100%!important;
        left: auto!important;
        margin-left: auto!important;
    }
}
.comment-form-block {
    display: none;
}
.reviews-block .w-button {
    margin-top: 10px;
    margin-bottom: 15px;
}
.reviews-block .button {
    width: 100%;
}
.reviews-title {
    padding: 17px 20px 13px 40px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1px;
    cursor: pointer;
}
.reviews-title.active, .reviews-stat-block.active {
    background: #f2f2f2;
}
.reviews-stat-block {
    padding-top: 1px;
    padding-bottom: 10px;
    padding-left: 40px;
}
.reviews-stat-block:not(.not-active) {
    cursor: pointer;
}
.reviews-stat-block:not(.not-active):hover {
    background: #f2f2f2;
}
.count-all-reviews, .reivews-count {
    color: rgba(0,0,0,0.4);
}
.reviews-stat {
    padding: 17px 20px 5px 0px;
    display: flex;
    justify-content: space-between;
}
.reviews-stars .fa-star {
    color: rgba(0, 0, 0, 0.6);
}
.reviews-indicate {
    padding-right: 20px;
}
.prog-line {
    display: block;
    height: 2px;
    position: relative;
    background: rgba(0,0,0,0.1);
}
.prog-stat {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.8);
}
.stars-hide .fa-star{
    color: rgba(0, 0, 0, 0.1);
}
.comment-form .rprod-title {
    font-weight: bold;
}
.comment-form .rprod-img {
    width: 100px;
    text-align: right;
}
.comment-form .section-name {
    display: flex;
    justify-content: space-around;
}
#commentWin .close {
    margin: 10px 15px 0 0;
    width: 15px;
}
.comment-form {
    padding: 15px 15px 0 15px;
}
.comment-form textarea {
    border-radius: 5px;
}
.comment-form label {
    font-weight: bold;
    margin-top: 15px;
}
.comment-form .fa-star {
    font-size:30px;
    padding-right:5px;
}
.comment-form .button {
    border-radius: 5px;
}
.comment-form .button.gray {
    background: #f1f1f1;
    color: black;
    border: 1px solid #f1f1f1;
    margin-right: 10px;
}
.comment-form .button.gray:hover {
    background: #C2BFBFFF;
}
.comment-form .button.close {
    position: unset;
    float: unset;
    display: unset;
    height: unset;
    width: unset;
}
.reviews-mobile-menu .icon i {
    width: fit-content;
    font-size: 20px;
    border: 1px solid #ccc;
    padding: 3px 15px;
    border-radius: 3px;
    color: #7F7F7F;
}
.reviews-mobile-menu .icon i.active {
    background: #E5E5E5;
}
.reviews-mobile-menu {
    text-align: right;
    display: none;
}
#mob-reviews-button {
    display: none;
}
@media (max-width: 1200px) {
    #mob-reviews-button {
        display: block;
        margin-top: 10px;
        text-align: center;
        width: 100%;
    }
    #mob-reviews-button input {
        width: 100%;
    }
    .reviews-block .w-button input {
        display: none;
    }
    .not-reviews-block.w-button input {
        display: none;
    }
    .reviews-h2 {
        display: none;
    }
    .reviews-block {
        display: none;
        width: 180px;
        float: right;
        position: absolute;
        background: #fff;
        z-index: 2;
        right: 11px;
        top: 28px;
        border-radius: 5px;
        box-shadow: 0 2px 7px 0 rgb(0 0 0 / 50%);
    }
    .reviews-title {
        padding-left: 20px;
        margin-top: 10px;
    }
    .reviews-stat-block {
        padding-left: 20px;
    }
    .reviews-mobile-menu {
        display: block;
    }
    .count-reviews {
        float: left;
        font-size: 20px;
        font-weight: bold;
    }
}