.salesticker {
    position: absolute;
    z-index: 6;
    left: 13px;
    top: 20px;
}
.saletext {
    position: absolute;
    left: 10px;
    color: white;
    top: 8px;
    font-weight: 700;
}
.salesticker.detail {
    left: -5px;
    top: 70px;
}
.salesticker.detail .saletext{

    top: 3px;
}

.carousel .salesticker{
    left: -8px;

}
.carousel .salesticker .saletext{
    top: 4px;
}
.intresting-box ul li a{
    min-height: 108px;
}
.card-setting .b-set-aside__link.inv {
	background: #399AE0;
    border-color: #399AE0; 
    color: #fff;
}
.card-reviews-form__star .star.selected {
   filter:  invert(1);
}
.tab-clothes-wrap__text .h3 {
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}

.tab-clothes-wrap__text .h4 {
    font-size: 15px;
    line-height: 1.2;
    margin: 0;
    font-weight: bold;
    color: #000;
}

@media (max-width: 480px) {
    .tab-clothes-wrap__text .h3 {
        font-size: 18px;
    }
    .tab-clothes-wrap__text .h4 {
        font-size: 14px;
    }
}

.filter-hidden-chek{
    display: none;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: url('/images/play-icon.png') no-repeat center center;
    background-size: contain;
    cursor: pointer;
}

.nav-mobile {
    background: #fff;
}