.looks-title {
    margin-top: 60px;
    margin-bottom: 40px;
    font-size: 34px;
}
.looks-block {
    display: flex;
}
.looks-image {
    position: relative;
    width: 20%;
    min-width: 300px;
}
.looks-image img {
    display: block;
    max-width: 100%;
}
.looks-details {
    width: calc(100% - 20%);
    padding-left: 20px;
}


/* slider */
.looks-slider {
    position: relative;
    width: 100%;
    margin-bottom: 70px;
}
.looks-slider-content {
    display: flex;
}
.looks-slider-content .slick-prev,
.looks-slider-content .slick-next {
    position: absolute;
    top: 20px;
    text-align: center;
    line-height: 48px;
    right: 100px;
    width: 41px;
    height: 19px;
    background: url('/local/templates/adaptive/sprite.svg') no-repeat;
    background-position-x: -629px;
    background-position-y: -174px;
    cursor: pointer;
    outline: none;
    transition: all .3s;
}
.looks-slider-content .slick-prev {
    transform: scaleX(-1);
    top: -35px;
    right: 120px;
}
.looks-slider-content .slick-next {
    top: -35px;
    right: 25px;
}
.looks-slider-item {
    display: none;
    position: relative;
    margin: 0 10px;
    width: 310px;
    overflow: hidden;
}
.looks-slider-item .looks-slider-item-name {
    display: block;
}
.looks-slider-item img {
    margin-bottom: 10px;
    width: 100%;
}
.looks-slider-item__info {
    position: relative;
}
.looks-slider-item-more {
    position: absolute;
    width: 100%;
    top: 100px;
    background-color: #ffffffba;
    display: flex;
    justify-content: center;
    padding: 10px 0;
    flex-direction: column;
    align-items: center;
}
.looks-buttons {
    border: transparent;
}
.looks-slider-item .price_old {
    margin-left: 10px;
}
.looks-slider-item .button_small {
    margin-bottom: 0;
    margin-top: 0;
}
.looks-slider-item-empty {
    font-size: 12px;
    color: #b4b2b2;
}
.looks__basket {
    margin-bottom: 0;
}

/* buttons */
.radio_sizes {
    margin-top: 10px;
}
.radio_sizes span {
    margin: 0 4px;
    border-radius: 8px;
    font-size: 12px;
    padding: 0 6px;
    border: 1px solid transparent;
    cursor: pointer;
}
.radio_sizes label input:checked ~ span {
    border: 1px solid #000000;
}
.radio_sizes span:hover {
    border-color: #000000;
}
.looks-buttons-ordered {
    display: flex;
    width: 100%;
    max-width: 400px;
    border-width: 1px;
    border-color: transparent;
}
.looks-buttons-ordered .button_small {
    border: 0 none;
    margin: 0;
    text-decoration: none;
    background-color: transparent;
}
.looks-buttons-ordered button {
    position: relative;
    width: 50px;
    padding: 0;
}
.looks-buttons-ordered button::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 15%;
    left: 0;
    height: 70%;
    border-left: 1px solid;
    opacity: 0.2;
}
/* buttons end */

.looks__cart {
    display: none;
}
@media (max-width: 1350px) {
    .looks-image {
        width: 25%;
    }
    .looks-details {
        width: calc(100% - 25%);
    }
}
@media (max-width: 1024px) {
    .looks-block:hover .looks-image .button {
        display: none;
    }
    .looks__cart {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 18px;
        height: 20px;
        background-position-x: -189px;
        background-position-y: -173px;
        z-index: 2;
        transform: scale(1.2);
        background-image: url('/local/templates/adaptive/sprite.svg');
        background-repeat: no-repeat;
        background-color: #ffffff;
    }
    .looks-block {
        flex-direction: column;
    }
    .looks-slider {
        margin-top: 60px;
    }
    .looks-slider-item {
        padding: 0;
    }
    .looks-image {
        margin: 0 auto;
        width: 100%;
    }
    .looks-image img {
        margin: auto;
    }
    .looks-details {
        width: 100%;
        padding: 20px 0 0;
    }
    .looks-mobile-image, .looks-block.active .looks-details, .looks-close,
    .looks-slider-content {
        display: block;
    }
    .looks-slider-item .looks-slider-item-name {
        display: inherit;
        width: auto;
    }
    .looks-buttons-order {
        width: 100%;
    }
    .looks-buttons-ordered .button_small:first-child {
        width: 100%;
        text-align: center;
    }
    .looks-buttons {
        order: 2;
        margin-bottom: 0;
    }
    .radio_sizes {
        margin-top: 10px;
        margin-bottom: 0;
    }
    .looks-slider-item {
        margin-left: 0;
    }
}
@media (max-width: 768px) {
    .looks-title {
        margin-top: 40px;
        margin-bottom: 40px;
        font-size: 26px;
    }
}
@media (max-width: 480px) {
    .looks-slider-item-more.mobile {
        display: flex;
        position: fixed;
        bottom: 0;
        top: unset;
        z-index: 12;
        left: 0;
        padding: 20px 10px;
        background-color: rgb(255, 255, 255);
    }
    .looks-slider-content .slick-track {
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 100% !important;
        transform: none !important;
    }
    .looks-slider {
        margin-top: 20px;
    }
    .looks-slider-item {
        width: 100% !important;
        display: flex !important;
        flex-direction: column;
        align-items: center;
        margin: 0 0 20px 0;
    }
    .looks-slider-item img {
        margin-bottom: 0;
    }
    .looks-slider-item__info {
        width: 100%;
    }
    .looks-slider-item-name {
        font-size: 16px;
        margin-bottom: 2px;
    }
    .price, .price_old, .price-percent {
        font-size: 14px;
        line-height: 22px;
    }
}
/* slider end */
