.size_chart {
    display: inline-block;
    margin: 0 0 10px 15px;
    border: 1px solid var(--ds-primary-color);
    color: var(--ds-primary-color);
    background-color: transparent;
    font-weight: 500;
    padding: 5px 10px;
    cursor: pointer;
}
.size_chart img {
    max-width: 25px;
    height: auto;
}
.size_chart-text {
    font-size: 13px!important;
    display: inline;
    padding-left: 5px;
    color: rgb(0,168,232);
    cursor: pointer;
}

.ds-cart-item-img img {
    width: auto;
    height: 100px;
}


.slideshow-plus-module .ds-slideshow-item-full-img {
    margin-right: 20px;
    border-radius: 10px;
}
.slideshow-plus-module .ds-slideshow-item-full-img img {
    border-radius: 10px;
}

.ds-bannerplus-item_full {
    padding: 0!important;
    background: none!important;
}
.ds-bannerplus-item_full img {
    max-width: 100%;
    height: auto;
}

.slider_video {
    width: 80px;
    margin-left: 3px;
    height: 100px;
    position: relative;
    background: none;
    opacity: 1;
}
.slider_video .slider_popup-youtube {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.slider_video i {
    width: 100%;
}
.slider_video i:before {
    font-size: 60px;
}
.video_title {
    bottom: 0;
    background: transparent;
    color: #000;
    width: 100%;
    text-align: center;
    font-size: 13px;
    border-radius: 0 0 5px 5px;
    padding: 5px 0;
}
.slider_video-mobile {
    height: auto;
    margin: 0;
    position: absolute;
    bottom: -35px;
    left: 0;
    top: unset;
    right: unset;
}
.slider_video-mobile .slider_popup-youtube {
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.slider_video-mobile i:before {
    font-size: 30px;
}
.body-product .mfp-iframe-holder .mfp-content {
    width: 100%;
    max-width: 450px;
    height: 90%;
}
@media (min-width: 1200px) {
    .body-product .mfp-iframe-holder .mfp-content {
        height: 85%;
        top: 50%;
        transform: translateY(-50%);
    }
    .video_title {
        margin-bottom: 10px;
    }
    .slider_video-mobile {
        display: none!important;
    }
}
@media (max-width: 1200px) {
    .slider_video-desktop {
        display: none!important;
    }
}
@media (max-width: 768px) {
    .mfp-iframe-holder .mfp-content {
        max-width: 450px!important;
        height: 90%;
    }
}