.dcsoft-view {
    cursor: pointer;
}
/* Overlay */
.dcsoft-popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.6);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Popup */
.dcsoft-popup {
    background: #fff;
    width: 90%;
    max-width: 88.33rem;
    border-radius: 1.11rem;
    padding: 4.44rem;
    position: relative;
    /* trạng thái ban đầu */
    opacity: 0;
    transform: translateY(-4.17rem);
    transition: transform .45s cubic-bezier(.22,.61,.36,1);
    height: 45.83rem;
    overflow: hidden;
}
/* Khi active */
.dcsoft-popup-overlay.active .dcsoft-popup {
    transform: translateY(0);
    opacity: 1;
}
/* Close */
.dcsoft-close {
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 1.81rem;
    cursor: pointer;
    width: 2.5rem;
    height: 2.5rem;
    background: #253D4E;
    border-radius: 0 1.11rem 0 1.11rem;
    text-align: center;
    line-height: 2.5rem;
    color: #fff;
}
/* Content */
.dcsoft-popup-content {
    display: flex;
    gap: 2.22rem;
    justify-content: space-between;
}
@media (max-width: 768px) {
    .dcsoft-popup-content {
        flex-direction: column;
    }
}
/*css popup*/
.dcsoft-popup-content .dcsoft-info,
.dcsoft-popup-content .dcsoft-image{
    width: 50%;
}
.dcsoft-popup-content .dcsoft-info .btn-click {
    display: flex;
    gap: 1.11rem;
    margin-bottom: 0.5rem;
}
.dcsoft-popup-content .dcsoft-info button.freeship {
    margin: 0;
    padding: .56rem .83rem;
    display: flex;
    gap: .56rem;
    border-radius: 3.13rem;
    background: linear-gradient(90deg, #DF1F26 0%, #FF7606 100%);
    color: #fff;
    font-family: 'Quicksand Bold', sans-serif;
    font-weight: 700;
    font-size: .97rem;
    line-height: 1.39rem;
    text-transform: none;
    border: none;
}
.dcsoft-popup-content .dcsoft-info button.freeship svg {
    width: 1.39rem;
    height: 1.39rem;
}
.dcsoft-popup-content .dcsoft-info > h2 {
    margin: 0;
    padding: .21rem 0;
    display: flex;
    gap: .69rem;
    align-items: flex-start;
}
.dcsoft-popup-content .dcsoft-info > h2 .text {
    color: #253D4E;
    font-family: 'Quicksand Bold', sans-serif;
    font-weight: 700;
    font-size: 2.08rem;
    width: calc(100% - 5.69rem);
    margin-top: 0.7rem;
}
.dcsoft-popup-content .dcsoft-info .favorite {
    padding: .49rem .69rem;
    background: #DF1F26;
    border-radius: .28rem;
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: .83rem;
    line-height: 100%;
    color: #fff;
    display: flex;
    height: fit-content;
    align-items: center;
    cursor: pointer;
}
.dcsoft-popup-content .dcsoft-info .product-meta {
    margin: 1.67rem 0 0 0;
    display: flex;
    gap: 1.88rem;
    align-items: center;
}
.dcsoft-popup-content .dcsoft-info .star-rating {
    display: none;
}
.dcsoft-popup-content .dcsoft-info .rating-score {
    display: flex;
    gap: 1.04rem;
    align-items: center;
}
.dcsoft-popup-content .dcsoft-info .rating-score .int {
    font-family: Quicksand, sans-serif;
    font-weight: 600;
    font-size: 1.39rem;
    line-height: 1.39rem;
    color: #000000;
}
.dcsoft-popup-content .dcsoft-info .rating-score .stars-rating {
    display: flex;
    gap: .28rem;
    align-items: center;
}
.dcsoft-popup-content .dcsoft-info .rating-score .stars-rating .star {
    font-family: "fl-icons";
    font-size: 1.11rem;
    line-height: 1.11rem;
    color: #ADADAD;
}
.dcsoft-popup-content .dcsoft-info .rating-score .stars-rating .star.active {
    color: #FFC107;
}
.dcsoft-popup-content .dcsoft-info .rating-score .stars-rating .star:after {
    content: "";
}
.dcsoft-popup-content .dcsoft-info .product-meta .gray-text {
    display: flex;
    gap: .56rem;
    align-items: center;
    font-family: Quicksand, sans-serif;
    font-weight: 600;
    font-size: 1.39rem;
    line-height: 1.39rem;
    color: #7E7E7E;
}
.dcsoft-popup-content .dcsoft-info .product-meta .gray-text .int {
    font-family: Quicksand, sans-serif;
    font-weight: 600;
    font-size: 1.39rem;
    line-height: 1.39rem;
    color: #000000;
}
.dcsoft-popup-content .dcsoft-info {
    /*display: flex;
    flex-direction: column;*/
    max-height: 100%;
    overflow-y: scroll;
    padding-right: 1.39rem;
}
.dcsoft-popup-content .dcsoft-info .price-box {
    margin: 3.33rem 0;
    background: #FDF7E2;
    padding: 1.11rem;
    border-radius: 1.11rem;
    display: flex;
    gap: 1.67rem;
    flex-direction: column;
}
.dcsoft-popup-content .dcsoft-info .prices {
    display: flex;
    align-items: center;
}
.dcsoft-popup-content .dcsoft-info .prices .sale-price .amount {
    color: #E22D28;
    font-family: 'Quicksand Bold', sans-serif;
    font-weight: 700;
    font-size: 2.43rem;
    line-height: 100%;
}
.dcsoft-popup-content .dcsoft-info .prices .regular-price .amount {
    color: #7E7E7E;
    font-family: 'Quicksand Bold', sans-serif;
    font-weight: 700;
    font-size: 1.39rem;
    line-height: 1.39rem;
    text-decoration: line-through;
}
.dcsoft-popup-content .dcsoft-info .prices .regular-price {
    padding: 0 .42rem 0 1.67rem;
    line-height: 1;
}
.dcsoft-popup-content .dcsoft-info .prices .discount {
    background-image: url('/wp-content/uploads/2026/01/new_subtract.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 2.08rem;
    display: flex;
    align-items: center;
    padding: 0 1.25rem;
}
.dcsoft-popup-content .dcsoft-info .prices .discount .minus {
    text-align: center;
    background: linear-gradient(90deg, #DF1F26 0%, #FF7606 100%);
    color: transparent;
    background-clip: text;
    font-size: .97rem;
    line-height: 1.11rem;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    padding: 0 0 0 .35rem;
}
.dcsoft-popup-content .dcsoft-info .prices .discount img {
    width: .69rem;
    height: 1.25rem;
}
.dcsoft-popup-content .dcsoft-info .coupons {
    margin: 1.11rem 0 0 .63rem;
    background: #FFFFFF;
    border-radius: 1.11rem;
    padding: 2.22rem 1.11rem 1.67rem;
    position: relative;
}
.dcsoft-popup-content .dcsoft-info .coupons .coupon-title {
    background-image: url(/wp-content/uploads/2025/12/flash-sale.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    width: 19.79rem;
    aspect-ratio: 285/40;
    position: absolute;
    top: -1.11rem;
    left: -.63rem;
}
.dcsoft-popup-content .dcsoft-info .coupons .coupon-title .coupon-text {
    display: flex;
    height: 2.36rem;
    align-items: center;
    padding: 0 0 0 .35rem;
    gap: .56rem;
    font-family: Quicksand, sans-serif;
    font-weight: 600;
    font-size: 1.11rem;
    line-height: 1.67rem;
    color: #FFFFFF;
}
.dcsoft-popup-content .dcsoft-info .coupons .coupon-title .coupon-text svg {
    width: 1.67rem;
    height: 1.67rem;
    padding: .21rem;
}
.dcsoft-popup-content .dcsoft-info .coupons .coupon-block {
    display: flex;
    justify-content: space-between;
    gap: .56rem;
}
.dcsoft-popup-content .dcsoft-info .coupons .coupon-all .coupon-list {
    display: flex;
    gap: .56rem;
}
.dcsoft-popup-content .dcsoft-info .coupons .discount {
    background-image: url(/wp-content/uploads/2025/12/Subtract1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    display: flex;
    gap: .35rem;
    height: 2.08rem;
    align-items: center;
    padding: 0 1.25rem;
}
.dcsoft-popup-content .dcsoft-info .coupons .discount .minus {
    font-family: Quicksand, sans-serif;
    font-weight: 600;
    font-size: .97rem;
    line-height: 1.11rem;
    background: linear-gradient(90deg, #DF1F26 0%, #FF7606 100%);
    color: transparent;
    background-clip: text;
}
.dcsoft-popup-content .dcsoft-info .coupons .discount .thunder {
    width: .69rem;
    height: 1.25rem;
    line-height: 1;
}
.dcsoft-popup-content .dcsoft-info .coupons .discount .thunder img {
    object-fit: fill;
    height: 100%;
    width: 100%;
    line-height: 1;
}
.dcsoft-popup-content .dcsoft-info .voucher-list {
    position: absolute;
    top: calc(100% + .56rem);
    left: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-.42rem);
    transition: all 0.25s ease;
    padding: 1.11rem;
    border-radius: 1.11rem;
    box-shadow: 0 .42rem 1.11rem rgba(0, 0, 0, 0.1);
}
.dcsoft-popup-content .dcsoft-info .voucher-list.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.dcsoft-popup-content .dcsoft-info .voucher {
    display: flex;
    align-items: center;
    padding: 1.11rem .69rem;
    margin-bottom: 0.833rem;
    position: relative;
    background-image: url(/wp-content/themes/dcsoftflatsome-xuxifruit/widgets/products/subtract.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.dcsoft-popup-content .dcsoft-info .voucher-left {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: .97rem;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    align-items: center;
    width: 5.28rem;
    color: #ff4d4f;
}
.dcsoft-info .voucher-left .icon {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dcsoft-info .voucher .voucher-content {
    flex: 1;
    padding: 0 .42rem 0 1.11rem;
}
.dcsoft-info .voucher-content .title {
    color: #ff4d4f;
    margin-bottom: 0.15rem;
    font-size: 1.11rem;
    font-family: 'Quicksand Bold', sans-serif;
    font-weight: 700;
}
.dcsoft-info .voucher-content .desc {
    font-size: 0.91rem;
    color: #333;
    margin-bottom: 0.15rem;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
}
.dcsoft-info .voucher-content .note {
    font-size: 0.83rem;
    color: #888;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
}
.dcsoft-popup-content .dcsoft-info .share-product {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: .56rem 0;
    gap: 1.67rem;
}
.dcsoft-info .share-product .is-divider.medium {
    display: none;
}
.dcsoft-info .share-product .label {
    font-family: 'Quicksand Bold', sans-serif;
    font-weight: 700;
    font-size: 1.11rem;
    line-height: 100%;
    color: #253D4E;
}
.dcsoft-info .share-product .blog-share .share-icons {
    display: flex;
    gap: 1.11rem;
    align-items: center;
}
.dcsoft-info .share-product .blog-share .button.icon.circle {
    width: 2.43rem;
    height: 2.43rem;
    margin: 0;
    line-height: 2.43rem;
    color: #fff;
}
.dcsoft-info .share-product .blog-share .button.icon.facebook {
    background-color: rgb(58, 88, 157);
    border-color: rgb(58, 88, 157);
}
.dcsoft-info .share-product .blog-share .button.icon.whatsapp {
    background-color:rgb(81, 203, 90);
    border-color: rgb(81, 203, 90);
}
.dcsoft-info .share-product .blog-share .button.icon.twitter {
    background-color:rgb(36, 120, 186);
    border-color: rgb(36, 120, 186);
}
.dcsoft-info .share-product .blog-share .button.icon.email {
    background-color:rgb(17, 17, 17);
    border-color: rgb(17, 17, 17);
}
.dcsoft-info .share-product .blog-share .button.icon.pinterest {
    background-color:rgb(203, 35, 32);
    border-color: rgb(203, 35, 32);
}
.dcsoft-info .share-product .blog-share .button.icon.linkedin {
    background-color:rgb(0, 114, 183);
    border-color: rgb(0, 114, 183);
}
.dcsoft-popup-content .dcsoft-image .product-gallery {
    height: 6.94rem;
    display: flex;
    gap: .49rem;
}
.dcsoft-image .product-gallery .slide {
    width: 6.94rem;
    aspect-ratio: 1/1;
    border-radius: .56rem;
    background-color: #F9F9F9;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dcsoft-image .product-gallery .slide img {
    width: 100%;
    aspect-ratio: 1/1;
}
.dcsoft-popup-content .dcsoft-image {
    display: flex;
    flex-direction: column;
    gap: 1.67rem;
}
.dcsoft-popup-content {
    height: 100%;
}
.dcsoft-popup-content .dcsoft-image .bg-gray {
    height: calc(100% - 8.61rem);
    background: #F9F9F9;
    border-radius: 1.11rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.dcsoft-popup-content .dcsoft-image .bg-gray img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.dcsoft-popup-content .coupon-block > svg.rotate {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}
.dcsoft-popup-content .dcsoft-info::-webkit-scrollbar {
  width: .42rem;
}
.dcsoft-popup-content .dcsoft-info::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.dcsoft-popup-content .dcsoft-info::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: .69rem;
}
.dcsoft-popup-content .dcsoft-info::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.dcsoft-popup-content .dcsoft-info .flash-sale-popup {
    background: linear-gradient(90deg, #DF1F26 0%, #FF7606 100%);
    border-radius: 1.11rem;
    padding: 1.11rem;
}
.dcsoft-popup-content .dcsoft-info .flash-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dcsoft-popup-content .dcsoft-info .flash-left {
    display: flex;
    gap: .49rem;
}
.dcsoft-popup-content .dcsoft-info .flash-left svg {
    width: 1.11rem;
    height: 1.39rem;
}
.dcsoft-popup-content .dcsoft-info .flash-left span {
    font-family: Arial;
    font-weight: 700;
    font-size: 1.94rem;
    line-height: 100%;
    color: #FFFFFF;
    font-style: italic;
}
.dcsoft-popup-content .dcsoft-info .flash-right {
    background: #FFFFFF80;
    padding: .56rem 1.67rem;
    border-radius: 5.56rem;
    font-family: Quicksand, sans-serif;
    font-weight: 500;
    font-size: 1.11rem;
    line-height: 1.39rem;
    color: #000000;
    height: 2.5rem;
}
.dcsoft-popup-content .dcsoft-info .flash-countdown {
    margin: 1.11rem 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Quicksand, sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 100%;
    color: #fff;
}
.dcsoft-popup-content .dcsoft-info .flash-countdown > span:last-child {
    position: relative;
    padding: 0 0 0 1.25rem;
}
.dcsoft-popup-content .dcsoft-info .flash-countdown > span:last-child:before {
    content: '';
    width: .42rem;
    display: block;
    height: .42rem;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    border-radius: 100%;
}
.dcsoft-popup-content .dcsoft-info form.cart {
    margin: 0 0 3.33rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .83rem;
}
.dcsoft-popup-content .dcsoft-info .quantity {
    margin: 0;
    gap: .56rem;
    border: 1px solid #F9D2D4;
    padding: .83rem;
    height: 3.89rem;
    border-radius: 6.94rem;
    align-items: center;
}
.dcsoft-popup-content .dcsoft-info .quantity button {
    margin: 0;
    background: #ECECEC;
    padding: 0;
    width: 2.22rem;
    height: 2.22rem;
    border-radius: 100%;
    border: none;
    min-height: auto;
    line-height: 2.22rem;
    color: #7E7E7E;
    font-size: 1.53rem;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
}
.dcsoft-popup-content .dcsoft-info .quantity button:hover {
    background: #FADEDF;
    color: #DF1F26;
}
.dcsoft-popup-content .dcsoft-info .quantity input.quantity_xuxi {
    outline: none;
    border: none;
    background: transparent;
    box-shadow: none;
    font-family: 'Quicksand Bold', sans-serif;
    font-weight: 700;
    font-size: 1.11rem;
    line-height: 1.67rem;
    text-align: center;
    color: #253D4E;
    width: 3.89rem;
    max-width: none;
    height: 1.67rem;
}
.dcsoft-popup-content .dcsoft-info button.custom-add-to-cart,
.dcsoft-popup-content .dcsoft-info a.custom-add-to-cart {
    margin: 0;
    border: 1px solid #66B345;
    padding: 1.11rem 1.67rem;
    display: flex;
    gap: .56rem;
    align-items: center;
    font-family: 'Quicksand Bold', sans-serif;
    font-weight: 700;
    font-size: 1.11rem;
    line-height: 100%;
    color: #66B345;
    text-transform: none;
    background: transparent;
    border-radius: 6.94rem;
    height: 3.89rem;
}
.dcsoft-popup-content .dcsoft-info button.custom-add-to-cart svg,
.dcsoft-popup-content .dcsoft-info a.custom-add-to-cart svg {
    width: 1.39rem;
    height: 1.39rem;
}
.dcsoft-popup-content .dcsoft-info .custom-mua-ngay {
    background: #DF1F26;
    padding: 1.11rem 1.67rem;
    border-radius: 6.94rem;
    font-family: 'Quicksand Bold', sans-serif;
    font-weight: 700;
    font-size: 1.11rem;
    line-height: 100%;
    color: #FFFFFF;
    height: 3.89rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dcsoft-popup-content .dcsoft-image .slides {
  display: none;
  animation-name: fade_images;
  animation-duration: 1.5s;
}
@keyframes fade_images {
  from {opacity: .4}
  to {opacity: 1}
}
.dcsoft-popup-content .dcsoft-image a.prev,
.dcsoft-popup-content .dcsoft-image a.next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #00000080;
  width: 3.06rem;
  height: 3.06rem;
  border-radius: 100%;
  text-align: center;
  line-height: 3.06rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dcsoft-popup-content .dcsoft-image .bg-gray {
    position: relative;
}
.dcsoft-popup-content .dcsoft-image a.prev {
    left: 4.17rem;
}
.dcsoft-popup-content .dcsoft-image a.next {
    right: 4.17rem;
}
.dcsoft-popup-content .dcsoft-image a.prev svg {
    transform: rotate(180deg);
}
.dcsoft-popup-content .dcsoft-image .product-gallery > span {
    width: 6.94rem;
    aspect-ratio: 1/1;
    border-radius: .56rem;
    overflow: hidden;
    background: #F9F9F9;
    cursor: pointer;
}
.dcsoft-popup-content .dcsoft-image .max-content {
    max-width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
}
.dcsoft-popup-content .dcsoft-image .product-gallery {
    width: max-content;
}
.dcsoft-popup-content .dcsoft-image .max-content::-webkit-scrollbar {
  width: .35rem;
  height: .35rem;
}
.dcsoft-popup-content .dcsoft-image .max-content::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.dcsoft-popup-content .dcsoft-image .max-content::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: .42rem;
}
.dcsoft-popup-content .dcsoft-image .product-gallery .dots-img:not(.active) {
    opacity: .65;
}
@media only screen and (max-width: 767.9px) {
    .dcsoft-popup-overlay.active .dcsoft-popup {
        height: 95vh;
        width: 95%;
        max-width: 95%;
        border-radius: 4.1rem;
        padding: 4.1rem;
    }
    .dcsoft-close {
        font-size: 4.1rem;
        line-height: 7.68rem;
        width: 7.68rem;
        height: 7.68rem;
        border-radius: 0 4.1rem 0 4.1rem;
        z-index: 2;
    }
    .dcsoft-popup-content {
        gap: 4.1rem;
    }
    .dcsoft-popup-content .dcsoft-info, 
    .dcsoft-popup-content .dcsoft-image {
        width: 100%;
    }
    .dcsoft-popup-content .dcsoft-image {
        z-index: 1;
        gap: 4.1rem;
    }
    .dcsoft-popup-content .dcsoft-image .bg-gray {
        border-radius: 4.1rem;
        height: 66.6rem;
        width: 100%;
    }
    .dcsoft-popup-content .dcsoft-image .slides {
        width: 100%;
        overflow: hidden;
    }
    .dcsoft-popup-content .dcsoft-image .bg-gray img {
        object-position: center;
    }
    .dcsoft-popup-content .dcsoft-image a.prev {
        left: 7.68rem;
    }
    .dcsoft-popup-content .dcsoft-image a.next {
        right: 7.68rem;
    }
    .dcsoft-popup-content .dcsoft-image a.prev, 
    .dcsoft-popup-content .dcsoft-image a.next {
        width: 9.22rem;
        height: 9.22rem;
        line-height: 9.22rem;
    }
    .dcsoft-popup-content .dcsoft-image .product-gallery {
        gap: 1.79rem;
    }
    .dcsoft-popup-content .dcsoft-image .product-gallery > span {
        width: 22.03rem;
        border-radius: 2.05rem;
        height: 22.03rem;
    }
    .dcsoft-popup-content .dcsoft-image .max-content::-webkit-scrollbar {
        width: 1.28rem;
        height: 1.28rem;
    }
    .dcsoft-popup-content .dcsoft-image .max-content::-webkit-scrollbar-thumb {
        border-radius: 1.54rem;
    }
    .dcsoft-popup-content .dcsoft-info {
        padding-right: 2.05rem;
    }
    .dcsoft-popup-content .dcsoft-info::-webkit-scrollbar {
        width: 1.54rem;
    }
    .dcsoft-popup-content .dcsoft-info::-webkit-scrollbar-thumb {
        border-radius: 2.56rem;
    }
    .dcsoft-popup-content .dcsoft-info .btn-click {
        margin-bottom: 4.1rem;
        gap: 2.05rem;
        justify-content: space-between;
    }
    .dcsoft-popup-content .dcsoft-info button.freeship {
        padding: 2.05rem 2.56rem;
        gap: 1.54rem;
        font-size: 3.07rem;
        line-height: 100%;
        align-items: center;
        border-radius: 25.61rem;
    }
    .dcsoft-popup-content .dcsoft-info button.freeship svg {
        width: 4.1rem;
        height: 4.1rem;
    }
    .dcsoft-popup-content .dcsoft-info > h2 {
        margin: 0;
        gap: 2.56rem;
        padding: 0;
        flex-direction: column;
    }
    .dcsoft-popup-content .dcsoft-info .favorite {
        width: max-content;
        padding: 1.79rem 2.56rem;
        border-radius: 1.02rem;
        font-size: 3.07rem;
    }
    .dcsoft-popup-content .dcsoft-info > h2 .text {
        font-size: 5.89rem;
        line-height: 100%;
        width: 100%;
    }
    .dcsoft-popup-content .dcsoft-info .product-meta {
        margin: 4.1rem 0 0 0;
        gap: 0;
        justify-content: space-between;
    }
    .dcsoft-popup-content .dcsoft-info .rating-score {
        gap: 2.05rem;
    }
    .dcsoft-popup-content .dcsoft-info .rating-score .int {
        font-size: 4.35rem;
        line-height: 4.35rem;
    }
    .dcsoft-popup-content .dcsoft-info .rating-score .stars-rating {
        gap: 1.02rem;
    }
    .dcsoft-popup-content .dcsoft-info .rating-score .stars-rating .star {
        font-size: 4.1rem;
        line-height: 4.1rem;
    }
    .dcsoft-popup-content .dcsoft-info .product-meta .gray-text {
        gap: 2.05rem;
        font-size: 4.1rem;
        line-height: 100%;
    }
    .dcsoft-popup-content .dcsoft-info .product-meta .gray-text .int {
        font-size: 4.1rem;
        line-height: 100%;
    }
    .dcsoft-popup-content .dcsoft-info .price-box {
        margin: 6.15rem 0;
        padding: 4.1rem;
        border-radius: 4.1rem;
        gap: 4.1rem;
    }
    .dcsoft-popup-content .dcsoft-info .prices .sale-price .amount {
        font-size: 6.15rem;
    }
    .dcsoft-popup-content .dcsoft-info .prices .regular-price .amount {
        font-size: 4.35rem;
        line-height: 4.35rem;
    }
    .dcsoft-popup-content .dcsoft-info .prices .discount {
        height: 7.17rem;
        padding: 0 4.35rem;
    }
    .dcsoft-popup-content .dcsoft-info .prices .discount img {
        width: auto;
        height: auto;
    }
    .dcsoft-popup-content .dcsoft-info .prices .discount .minus {
        font-size: 3.59rem;
        line-height: 100%;
        padding: 0 0 0 1.28rem;
    }
    .dcsoft-popup-content .dcsoft-info .coupons {
        margin: 4.1rem 0 0 2.31rem;
        border-radius: 4.1rem;
        padding: 8.2rem 4.1rem 6.15rem;
    }
    .dcsoft-popup-content .dcsoft-info .coupons .coupon-title {
        top: -4.1rem;
        left: -2.31rem;
        width: 64.04rem;
        aspect-ratio: auto;
        height: 9.22rem;
    }
    .dcsoft-popup-content .dcsoft-info .coupons .coupon-title .coupon-text {
        gap: 1.28rem;
        height: 9.22rem;
        padding: 0 0 0 1.28rem;
        font-size: 3.59rem;
        line-height: 7.68rem;
        align-items: flex-start;
    }
    .dcsoft-popup-content .dcsoft-info .coupons .coupon-title .coupon-text svg {
        width: 5.64rem;
        height: 5.64rem;
        padding: 0 .77rem;
        margin: 1.28rem 0 0 0;
    }
    .dcsoft-popup-content .dcsoft-info .coupons .coupon-block {
        gap: 2.05rem;
        flex-wrap: wrap;
    }
    .dcsoft-popup-content .dcsoft-info .coupons .coupon-all .coupon-list {
        gap: 2.05rem;
    }
    .dcsoft-popup-content .dcsoft-info .coupons .discount {
        padding: 0 5.12rem;
        height: 7.68rem;
        gap: 1.28rem;
    }
    .dcsoft-popup-content .dcsoft-info .coupons .discount .thunder {
        width: 2.56rem;
        height: 4.61rem;
        align-items: center;
        display: flex;
    }
    .dcsoft-popup-content .dcsoft-info .coupons .discount .thunder img {
        width: auto;
        height: auto;
    }
    .dcsoft-popup-content .dcsoft-info .coupons .discount .minus {
        font-size: 3.59rem;
        line-height: initial;
    }
    .dcsoft-popup-content .dcsoft-info .voucher-list {
        top: calc(100% + 2.05rem);
        padding: 3.07rem;
        border-radius: 4.1rem;
        box-shadow: 0 1.54rem 4.1rem rgba(0, 0, 0, 0.1);
    }
    .dcsoft-popup-content .dcsoft-info .voucher {
        padding: 2.56rem 2.56rem;
        background-size: cover;
        background-position: left center;
        margin-bottom: 2.56rem;
        border-radius: 2.56rem;
        overflow: hidden;
    }
    .dcsoft-popup-content .dcsoft-info .voucher-left {
        font-size: 3.07rem;
        width: 16.91rem;
    }
    .dcsoft-info .voucher-left .icon {
        width: 7.17rem;
        height: 7.17rem;
    }
    .dcsoft-info .voucher .voucher-content {
        padding: 0 0px 0 4.1rem;
    }
    .dcsoft-info .voucher-content .title {
        font-size: 3.84rem;
        margin-bottom: 0;
        line-height: 120%;
    }
    .dcsoft-info .voucher-content .desc {
        font-size: 3.33rem;
        margin-bottom: 0;
    }
    .dcsoft-info .voucher-content .note {
        font-size: 3.07rem;
    }
    .dcsoft-popup-content .dcsoft-info .flash-sale-popup {
        border-radius: 4.1rem;
        padding: 3.07rem;
    }
    .dcsoft-popup-content .dcsoft-info .flash-left {
        gap: 1.79rem;
    }
    .dcsoft-popup-content .dcsoft-info .flash-left svg {
        width: 4.1rem;
        height: 5.12rem;
    }
    .dcsoft-popup-content .dcsoft-info .flash-left span {
        font-size: 5.64rem;
    }
    .dcsoft-popup-content .dcsoft-info .flash-right {
        padding: 2.05rem 3.07rem;
        font-size: 3.59rem;
        line-height: 5.12rem;
        height: 8.71rem;
    }
    .dcsoft-popup-content .dcsoft-info .flash-countdown {
        margin: 3.07rem 0 0 0;
        font-size: 3.84rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 1.54rem;
    }
    .dcsoft-popup-content .dcsoft-info .flash-countdown > span:last-child {
        margin-left: auto;
        padding: 0 0 0 3.84rem;
    }
    .dcsoft-popup-content .dcsoft-info form.cart {
        margin: 0 0 6.15rem 0;
        gap: 3.07rem;
        flex-wrap: wrap;
    }
    .dcsoft-popup-content .dcsoft-info .quantity {
        gap: 2.05rem;
        border: 1px solid #F9D2D4;
        padding: 3.07rem;
        height: 13.83rem;
        border-radius: 25.61rem;
    }
    .dcsoft-popup-content .dcsoft-info .quantity button {
        width: 8.2rem;
        height: 8.2rem;
        line-height: 8.2rem;
        font-size: 6.4rem;
    }
    .dcsoft-popup-content .dcsoft-info .quantity input.quantity_xuxi {
        font-size: 4.1rem;
        line-height: 6.15rem;
        height: 6.15rem;
        width: 14.34rem;
    }
    .dcsoft-popup-content .dcsoft-info button.custom-add-to-cart,
    .dcsoft-popup-content .dcsoft-info a.custom-add-to-cart {
        height: 13.83rem;
        border: 1px solid #66B345;
        padding: 4.1rem 5.64rem;
        gap: 2.05rem;
        font-size: 4.1rem;
        border-radius: 25.61rem;
    }
    .dcsoft-popup-content .dcsoft-info button.custom-add-to-cart svg,
    .dcsoft-popup-content .dcsoft-info a.custom-add-to-cart svg {
        width: 5.12rem;
        height: 5.12rem;
    }
    .dcsoft-popup-content .dcsoft-info .custom-mua-ngay {
        height: 13.83rem;
        padding: 4.1rem 5.64rem;
        border-radius: 25.61rem;
        font-size: 4.1rem;
    }
    .dcsoft-popup-content .dcsoft-info .share-product {
        flex-wrap: wrap;
        justify-content: flex-start;
        padding: 0;
        gap: 3.07rem;
    }
    .dcsoft-info .share-product .label {
        font-size: 3.84rem;
    }
    .dcsoft-popup-content .dcsoft-info .share-product .blog-share {
        margin-left: auto;
    }
    .dcsoft-info .share-product .blog-share .share-icons {
        gap: 3.07rem;
    }
    .dcsoft-info .share-product .blog-share .button.icon.circle {
        width: 8.71rem;
        height: 8.71rem;
        line-height: 8.71rem;
    }
    .dcsoft-info .share-product .blog-share .button.icon.circle i {
        font-size: 3.84rem;
    }
}
.dcsoft-popup-content .dcsoft-info form.cart a.added_to_cart.wc-forward {
    display: none;
}