.section-pview, .product-detail-left .wrapper-slide {
    display: flex;
    flex-wrap: wrap;
}

.wrapper-slide .slide-thumb {
    width: calc(100% / 6);
}
.wrapper-slide .slide-main {
    width: calc(100% - (100% / 6));
    padding-left: 15px;
    position: relative;
}
.wrapper-slide .slide-thumb .swiper-container {
    height: 550px;
}
.wrapper-slide .swiper-button-prev, .wrapper-slide .swiper-button-next {
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.3);
    color: #ee5a8a;
    border-radius: 50%;
    font-size: 20px;
}
.wrapper-slide .swiper-button-next {
    right: 10px;
}
.wrapper-slide .swiper-button-prev {
    left: 10px;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-prev:after, .swiper-button-next:after, .swiper-container-rtl .swiper-button-next:after {
    display: none;
}
.section-pview > div {
    padding: 0 15px;
}
.name-product {
    font-weight: 700;
    font-size: 24px;
    color: #000000;
}
.section-pview {
    margin: 15px 0;
}
.price-box {
    padding: 10px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.price-box .old-price {
    font-size: 18px;
    color: #DDDDDD;
    margin-left: 10px;
}
.group-status .brand {
    font-weight: 600;
}
.price-box .main-price-pview {
    font-size: 20px;
    color: #000000;
    line-height: 24px;
    font-family: inherit;
    font-weight: 700;
}
.color img {
    width: 33px;
    height: 33px;
    border-radius: 100%;
    transition: box-shadow .25s ease, transform .25s ease;
}
.color, .size {
    gap: 10px;
    margin: 10px 0;
}
.color a:hover img, .color a.active img {
    box-shadow: 0 0 0 1px #000, inset 0 0 0 4px #fff;
    transform: scale(1.1);
    padding: 5px;
}
.size a span {
    padding: 10px;
    font-size: 14px;
    height: 30px !important;
    min-width: 45px !important;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ccc;
    border-radius: 15px;
    overflow: hidden;
}
.size a.active span {
    border: 2px solid #000;
}
.product-quantity {
    border: none;
    display: flex;
    margin-bottom: 0;
    margin-top: 0;
    align-items: center;
}
.product-quantity .qty-btn {
    padding: 4px;
    width: 46px;
    border: 1px solid #ced4da;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8c9196;
    background: #fff;
}
.product-quantity .quantity__control {
    border: 0;
    width: 55px !important;
    text-align: center;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    height: 46px;
}
.product-quantity .qtyminus {
    border-right: none;
    border-radius: 5px 0 0 5px;
}
.product-quantity .qtyplus {
    border-radius: 0 5px 5px 0;
    border-left: none;
}
.product-quantity .quantity__control:focus {
    outline: 0;
}
.product-add {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 15px;
    margin-top: 20px;
}
.product-add .product-quantity {
    grid-area: 1 / 1 / 2 / 2;
}
.product-add .add_1 {
    grid-area: 1 / 2 / 2 / 5;
}
.product-add .buy-now {
    grid-area: 2 / 1 / 3 / 5;
}
.product-add .btnAddToCart {
    border: 1px solid #000;
    background: #fff;
}
.product-add .btnAddToCart span {
    color: #000;
    text-transform: uppercase;
}
.product-add .buy-now {
    background: #000;
}
.product-add .buy-now span {
    color: #fff;
}
.product_information {
    margin-top: 10px;
}
.product_information ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.product_information ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    cursor: pointer;
}
.product_information ul li i {
    font-weight: 500;
}
.product-related .title, .product-new .title {
    margin: 0 0 20px 10px;
    font-size: 24px;
    text-transform: uppercase;
}
.product-related, .product-new {
    margin-top: 40px;
}

.product-related .owl-nav button, .product-new .owl-nav button {
    position: absolute;
    top: -50px;
    z-index: 3;
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    border-radius: 50%;
    color: #858380;
    background: #fff;
    border: 1px solid #eae4e8;
    outline: none;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}
.product-related .owl-nav button i, .product-new .owl-nav button i {
    font-weight: 600;
    color: #858380;
}
.product-related .owl-prev, .product-new .owl-prev {
    right: 47px;
}
.product-related .owl-next, .product-new .owl-next {
    right: 7px;
}
.coupon_product {
    margin-bottom: 20px;
    display: inline-block;
    cursor: pointer;
}
.coupon_product:hover {
    color: #9013fe;
}
.coupon_product:hover .voucher-icon img {
    filter: invert(20%) sepia(76%) saturate(7070%) hue-rotate(271deg) brightness(97%) contrast(112%);
}
.coupon_product .voucher-icon, .coupon_product .coupon-toggle-btn {
    display: inline-block;
}
.coupon_product .voucher-icon img {
    width: 20px;
    height: 20px;
}
.coupon_product  .coupon-toggle-btn {
    margin-left: 10px;
}
#offcanvasCoupon.offcanvas-end {
    transition: all 0.5s cubic-bezier(0.47, 1.64, 0.41, 0.8);
}
.cart-coupon-header {
    box-shadow: 0px 0px 0px rgba(63, 63, 68, 0.05), 0px 1px 3px rgba(63, 63, 68, 0.15);
    font-weight: 500;
}
.cart-coupon-header .btn-close-coupon {
    position: absolute;
    padding: 8px 12px;
    top: 12px;
}
.cart-coupon-header .text-header {
    display: block;
    text-align: center;
    padding: 20px 12px;
}
.section_coupons {
    overflow: auto;
    padding: 20px;
    max-height: 100vh;
    padding-bottom: 100px;

}
.section_coupons .item {
    display: flex;
    position: relative;
    background: #fff;
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, .15));
    padding: 7px;
}
.section_coupons .item:hover {
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, .45));
}
.section_coupons .item .coupon_icon {
    width: 80px;
    flex: 0 0 80px;
    padding: 8px 4px 8px 8px;
    margin: auto;
}
.section_coupons .item .coupon_icon img {
    max-width: calc(100% - 12px);
}
.section_coupons .item .coupon_body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex: 1;
}
.section_coupons .item .coupon_body .coupon_head, .section_coupons .item .coupon_body .coupon_head .coupon_code {
    font-size: 14px;
}
.section_coupons .item .coupon_body .coupon_head .coupon_code {
    color: #7605d9;
}
.section_coupons .item .coupon_body .coupon_head  .coupon_name {
    color: #727272;
}
.coupon_copy {
    width: auto;
    background: #4a4a4a;
    color: #fff;
    padding: 2px 8px 3px 8px;
}
.coupon_copy:hover {
    color: #fff;
}
.section_coupons .item:not(:first-child) {
    margin-top: 25px;
}
.cart-coupon {
    position: fixed;
    width: 100vw;
    height: 100%;
    top: 0;
    right: 0;
    transform: translateX(412px);
    border-left: 1px solid #eee;
    z-index: 9999;
    background: #fff;
    margin: 0 !important;
    transition: all 0.5s cubic-bezier(0.47, 1.64, 0.41, 0.8);
    visibility: hidden;
    opacity: 0;
    max-width: 412px;
}
.cart-coupon.active {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
}
.cart-coupon.active + .cart-coupon-overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    z-index: 1001;
}
body.flow-hidden {
    overflow:hidden;
}
@media (max-width: 991px) {
    .product-detail-left .wrapper-slide {
        flex-direction: column-reverse;
    }
    .wrapper-slide .slide-thumb, .wrapper-slide .slide-main {
        width: 100%;
        padding-left: 0;
        margin-bottom: 20px;
    }
    .wrapper-slide .slide-thumb .swiper-container {
        height: unset;
    }
    .cart-coupon {
        width: 55vw;
    }
    .section-pview > div {
        padding: 0;
    }
}

@media (min-width: 992px) {
    .product-related .list-item, .product-new .list-item {
        margin: 10px 0;
    }
    .product-related .owl-nav button:hover, .product-new .owl-nav button:hover {
        background: #161718;
    }
    .product-related .owl-nav button:hover i, .product-new .owl-nav button:hover i{
        color: #fff;
    }
}

@media (min-width: 576px) {
    #choose_size .modal-dialog {
        max-width: 700px;
    }
}

.swiper-slide.swiper-slide-thumb-active {
    border: 1px solid #EE5A8A;
}
.slide-thumb .swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.slide-thumb .img-active {
    border: 1px solid #0d5cb6;
}
.vdrv-widget {
    position: fixed;
    left: 0px;
    z-index: 999999;
    bottom: 0px;
}
.vdrv-widget-video-wrapper {
    z-index: 999999;
    overflow: hidden;
    border-style: solid;
    background: #eee;
    position: absolute;
    left: 20px;
    bottom: 55px;
    border-radius: 20px;
    border-width: 3px;
    width: 170px;
    height: 220px;
    max-height: 92vh;
    box-shadow: 1px -2px 15px 5px rgba(0, 0, 0, 0.62);
    border-color: #fff;
    outline: none;
    cursor: pointer;
    box-sizing: border-box;
    transition: transform 0.2s ease-in-out, width 0.3s ease-in-out, height 0.3s ease-in-out, bottom 0.3s ease-in-out, border-color 0.2s ease-in-out, opacity 1s ease-in-out;
    opacity: 1;
    border-color: rgb(192, 162, 241);
}
.vdrv-widget-video-wrapper iframe {
    display: block;
    min-width: 100%;
    min-height: 137%;
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.vdrv-widget-video-wrapper.active {
    width: 280px;
    height: 500px;
    left: 25px;
    bottom: 25px;
    border-color: rgb(146, 91, 235);
}
.vdrv-widget-video-wrapper.active iframe{
    min-height: 162%;
}
.vdrv-widget-close {
    position: absolute;
    bottom: 6px;
    right: 6px;
    width: 20px;
    height: 20px;
    z-index: 250;
    opacity: 0.5;
    -webkit-transition: -webkit-transform 0.3s ease-in-out, opacity 0.2s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out;
    color: #fff;
}
.vdrv-widget-open {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 20px;
    height: 20px;
    z-index: 250;
    opacity: 0.5;
    -webkit-transition: -webkit-transform 0.3s ease-in-out, opacity 0.2s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out;
    color: #fff;
}
.vdrv-widget-open i, .vdrv-widget-close i {
    font-size: 20px;
}
.vdrv-widget-video-wrapper.active .vdrv-widget-open, .vdrv-widget-video-wrapper.active .vdrv-widget-close {
    opacity: 1;
}
.product-hotline a {
    font-weight: 600;
}
.btn-close:focus {
    outline: none;
    box-shadow: none;
}
p, h1, h2, h3, h4, h5, h6, strong, span, ul, li, table, a {
    font-family: "ElleFutura" !important;
}
#choose_size .btn-close {
    position: absolute;
    right: 15px;
}
#choose_size .modal-header {
    justify-content: center;
    padding: 5px;
}
#choose_size .modal-header .modal-title {
    font-weight: 600;
}
.open-size-modal {
    text-decoration: underline;
}
.open-size-modal:hover {
    color: #2F80ED;
}
.empty_voucher {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.empty_voucher i {
    font-size: 100px;
}
.empty_voucher span {
    font-size: 20px;
}
#short_description_offcanvas .btn-close, #detail_article_offcanvas .btn-close {
    position: absolute;
    left: 10px;
}
#short_description_offcanvas .offcanvas-header, #detail_article_offcanvas .offcanvas-header {
    justify-content: center;
    font-weight: 600;
}
.pview-color-name, .pview-size-name {
    font-weight: 600;
}
.product-hotline {
    padding: 10px 0;
}