@charset "UTF-8";

.btn-content {
    color: #d00;
    cursor: pointer;
    margin: auto;
    padding-top: 1em;
    text-align: center;
    width: 200px
}

    .btn-content .hide {
        display: none
    }

        .btn-content .hide svg {
            transform: rotate(180deg)
        }

.detail.active .css-content {
    max-height: unset
}

.btn-content.active .hide {
    display: block
}

.btn-content.active .show {
    display: none
}


@media (max-width:1024px) {

    .product-slide__gallery .extra_icon img {
        height: 65px !important;
        width: auto !important;
        position: absolute;
        z-index: 222
    }
}

.align-start {
    align-items: flex-start !important;
    flex-wrap: wrap
}

.text-right {
    text-align: right
}

.condition {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    margin: 0 auto 15px;
    overflow: hidden;
    text-align: justify;
}

.condition-title {
    text-align: center
}

    .condition-title p {
        color: #444;
        font-size: 15px;
        font-weight: 700;
        border-bottom: 1px solid #ededed;
        padding: 4px 0;
    }

.condition-content {
    padding: 10px 15px;
}

    .condition-content div, .condition-content p {
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 5px;
    }

.event {
    background: #FFFBEB;
    border: 1px solid #F8B500;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 10px 15px;
    text-align: center;
}

    .event .event-name {
        line-height: 1.35;
        margin-bottom: 5px;
    }

.product-event {
    color: #757575;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}

    .product-event .event-edu {
        width: 45%;
        margin: 15px auto;
    }

    .product-event .event-member {
        width: 45%;
        margin: 15px auto;
    }

    .product-event .separate {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        color: #757575;
        font-size: 11px;
        border-radius: 8px;
        line-height: 1.5;
        width: 10%;
    }


    .product-event .event-name {
        color: #1e1e1e;
        margin-bottom: 10px;
        font-size: clamp(12px, 2.5vw, 14px);
        font-weight: 500;
    }

    .product-event .event-price {
        margin-bottom: 5px;
        color: #d70018;
        font-weight: 700;
    }

        .product-event .event-price span {
            font-size: 14px
        }


    .product-event .event-price-product {
        border-radius: 8px;
        color: #d70018;
        display: inline-block;
        font-size: clamp(18px, 3vw, 22px) !important;
        font-weight: 700;
        padding: 0;
        line-height: 22px;
    }

.gift {
    border-radius: 8px;
    margin: 0 auto 15px;
    overflow: hidden;
    text-align: left;
}

    .gift.discount {
        background: #fcf9ec;
        border: 2px dashed rgb(253 230 138);
    }

.gift-title {
    background-color: #fee2e2;
    font-weight: 700;
    padding-left: 15px;
    display: flex;
}

    .gift-title p {
        color: #d00;
        font-size: 16px;
        padding: 4px 0;
    }

    .gift-title.km-hssv p {
        width: 50%;
    }

    .gift-title p svg {
        height: 22px;
        vertical-align: text-bottom;
        width: 22px
    }

        .gift-title p svg path {
            fill: #d00
        }

    .gift-title.km-hssv .gift-hssv {
        background: #d00;
        color: #fff;
        padding: 4px 0;
        width: 50%;
        font-size: 12px;
    }

.gift-hssv .text-up {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.gift-title.km-hssv .gift-hssv span {
    color: #fff;
}

.gift-content {
    border: 1px solid #fee2e2;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: auto;
    padding: 15px 15px 5px 15px
}

.gift.discount .gift-content {
    border: none;
    background: #fff;
}

.gift.discount .gift-title {
}

.gift-content * {
    font-size: 13px !important;
    font-family: -apple-system,BlinkMacSystemFont,"Inter",sans-serif !important
}

.gift-content ul li {
    display: block;
    margin-bottom: 6px;
}

.gift-content__item {
    align-items: baseline;
    display: flex;
    padding: 2px 0
}

    .gift-content__item > span {
        background-color: #d00;
        border-radius: 50%;
        color: #fff;
        flex: 0 0 16px;
        font-size: 12px;
        font-weight: 700;
        height: 16px;
        line-height: 16px;
        margin-right: 10px;
        padding-right: 1px;
        text-align: center
    }

.gift-content__choose {
    padding: 2px 0
}

    .gift-content__choose label {
        display: inline-block
    }

.gift-detail {
    flex: 0 0 calc(100% - 26px);
    font-size: 14px
}

    .gift-detail p, .gift-detail span {
        font-size: 14px;
        line-height: 22px
    }


.gift-content > p {
    margin-left: 15px;
}

.gift-content > p, .gift-content > ul > li, .gift-content > ol > li {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 10px;
    position: relative;
    padding-left: 10px
}


.gift-content {
    counter-reset: section1;
}

    .gift-content > ol, .gift-content > ul {
        margin-left: 15px;
        margin-top: 0;
        counter-reset: section;
        list-style-type: none
    }

    .gift-content > p {
        margin-left: 15px;
        list-style-type: none
    }

        .gift-content > p::before {
            counter-increment: section1;
            content: ""counter(section1)"";
            background: #d00;
            font-size: 12px;
            width: 16px;
            height: 16px;
            left: -20px;
            top: 3px;
            border-radius: 50%;
            position: absolute;
            z-index: 0;
            text-align: center;
            color: #fff;
            line-height: 16px;
        }


    .gift-content > ol > li::before, .gift-content > ul > li::before {
        counter-increment: section;
        content: ""counter(section)"";
        background: #d00;
        font-size: 12px;
        width: 16px;
        height: 16px;
        left: -20px;
        top: 3px;
        border-radius: 50%;
        position: absolute;
        z-index: 0;
        text-align: center;
        color: #fff;
        line-height: 16px;
    }


.product-top {
    margin-bottom: 30px;
    margin-top: 30px
}

.product-name {
    color: #000;
    flex: 0 0 100%;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px
}

.product-meta {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 5px
}

    .product-meta ul {
        display: inline-block;
        letter-spacing: -.3em
    }

        .product-meta ul li {
            display: inline-block;
            letter-spacing: normal
        }

            .product-meta ul li svg {
                font-size: 14px
            }

                .product-meta ul li svg path {
                    fill: #ffe45f
                }

    .product-meta p {
        display: inline-block;
        font-size: 14px;
        line-height: 14px;
        vertical-align: text-top
    }

    .product-meta div {
        display: flex;
        align-items: center;
        margin-left: 10px;
        color: #278aec;
    }

        .product-meta div span {
            cursor: pointer;
            font-size: 13px;
        }

    .product-meta_location {
        margin-bottom:10px !important;
        font-size:13px;
    }

        .product-meta_location span {
            color: #278aec;
            cursor:pointer;
            font-size:13px;
            position:relative;
            padding-right:12px;
        }

            .product-meta_location span::after {
                border-bottom: 1px solid #278aec;
                border-right: 1px solid #278aec;
                content: "";
                height: 6px;
                position: absolute;
                transform: rotate(45deg);
                top: 3px;
                right: 0px;
                width: 6px;
            }

            .product-info-box {
                position: sticky;
                top: 75px;
            }

.product-slide {
    margin-bottom: 1rem;
}

.product-slide__gallery {
    align-items: center;
    border: 1px solid #d1d5db;
    border-radius: 15px;
    height: 100%;
    margin: 0 0 10px;
    width: 100%;
    position: relative;
}

    .product-slide__gallery .extra_icon img {
        height: 81px !important;
        width: auto !important;
        position: absolute;
        z-index: 222
    }

    .product-slide__gallery .extra_icon .top-left {
        top: 0;
        left: 0;
        max-width: 33% !important;
        width: 150px !important;
        border-radius: 0 0 4px 0;
        height: auto !important;
    }

    .product-slide__gallery .extra_icon .top-right {
        top: 0;
        right: 0
    }

    .product-slide__gallery .extra_icon .bottom-left {
        bottom: 0;
        left: 0
    }

    .product-slide__gallery .extra_icon .bottom-right {
        bottom: 0;
        right: 0
    }


    .product-slide__gallery .swiper-button-next, .product-slide__gallery .swiper-button-prev {
        opacity: 0;
        align-items: center;
        background: rgba(0,0,0,.3);
        box-shadow: 0 0 4px 0 rgba(0,0,0,.2);
        display: flex;
        height: 60px;
        justify-content: center;
        opacity: 0;
        outline: none;
        top: 50%;
        transition: .3s;
        width: 30px;
    }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0 !important;
}

.product-slide__gallery .swiper-button-next {
    right: 0;
    border-radius: 100px 0 0 100px;
    padding-right: 0;
}

.product-slide__gallery .swiper-button-prev {
    left: 0;
    border-radius: 0 100px 100px 0;
    padding-left: 0;
}

.product-slide__gallery:hover .swiper-button-next, .product-slide__gallery:hover .swiper-button-prev {
    opacity: 1;
}


.product-slide__gallery .swiper-slide {
    display: flex;
    height: 100%;
    background: #fff;
    cursor: pointer;
}

    .product-slide__gallery .swiper-slide .item-iframe {
        width: 100%;
        display: flex;
    }

.product-slide__gallery iframe, .product-slide__gallery video {
    display: block;
    width: 100%;
    height: 365px;
}

.product-slide__gallery img {
    max-width: 100%;
    margin: auto;
    display: block;
    height: 365px;
}

.product-slide__gallery .item-feature {
    align-content: center;
    text-align: center;
    background: linear-gradient(90deg,#f04a4a,#ee9a9a);
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    min-height: 70px;
    padding: 10px;
}

    .product-slide__gallery .item-feature span.text-up {
        color: #fff;
        display: block;
        flex: 0 0 100%;
        font-weight: 700;
        margin-bottom: 10px;
        text-align: center
    }

    .product-slide__gallery .item-feature img {
        background: #fff;
        border-radius: 8px;
        display: block;
        margin: 0 auto 15px;
        max-width: 125px;
        height: auto;
    }


    .product-slide__gallery .item-feature ul {
        flex: 0 0 100%;
        list-style: disc;
        padding-left: 25px;
        text-align: left;
        color: #fff;
        font-size: 14px;
        line-height: 25px;
        position: relative;
        max-height: 200px;
        overflow: auto;
    }

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 22px;
}


.product-slide__thumbnail .swiper-wrapper {
    padding: 1px;
}

.product-slide__thumbnail .swiper-slide {
    background: #fff;
    border-radius: 0.5rem;
    cursor: pointer;
    height: 65px;
    overflow: hidden;
    width: 75px;
    border: 1px solid #d3d3d3;
    text-align: center;
}


    .product-slide__thumbnail .swiper-slide.swiper-slide-thumb-active {
        border-color: #d70018
    }


    .product-slide__thumbnail .swiper-slide img {
        max-height: 63px;
        width: auto;
        margin: auto;
    }

.product-slide__thumbnail .swiper-slide {
    align-items: center;
    display: flex;
    align-content: center;
}

.product-slide__thumbnail .item-featured {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}


.fancybox__infobar span {
    color: #fff;
}

.f-thumbs__slide {
    background: #f5f5f5;
    border-radius: 8px;
}

.f-thumbs__slide__img {
    max-height: 100% !important;
    max-width: 100% !important;
    object-fit: contain !important;
}

.product-flashsale-title {
    background: linear-gradient(90deg, #f64850, #fb810b);
    border-radius: 8px 8px 0 0;
    padding: 5px 5px 5px 15px;
    display: flex;
    gap: 5px;
    align-items: center;
}

    .product-flashsale-title span {
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        font-style: italic;
        color: #fff;
    }

.product-discount-title {
    background: linear-gradient(90deg, #f64850, #fb810b);
    border-radius: 8px 8px 0 0;
    padding: 5px 5px 5px 15px;
    display: flex;
    gap: 5px;
    align-items: center;
}

    .product-discount-title span {
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        text-transform: uppercase;
    }

.product-price-container {
    background: #f2f2f2;
    border-radius: 5px;
    margin-bottom: 15px;
    min-height: 65px;
    padding: 15px;
}

    .product-price-container.flashsale-price {
        background: #FFFBEB;
        border: 1px solid #ffce4a96;
    }

    .product-price-container.discount-price {
        background: #FFFBEB;
        border: 1px solid #ffce4a96;
    }

.product-price-container-event {
    background: #f9f9f9;
    margin-bottom: 15px;
    border: 1px solid #ffbdc4;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);
}

.product-price {
    max-width: 45%;
    width: 100%
}

    .product-price .price {
        border-radius: 8px;
        color: #d00;
        display: inline-block;
        font-size: clamp(22px, 2.5vw, 24px) !important;
        font-weight: 700;
        padding: 0;
    }

    .product-price .price-old {
        color: #000;
        font-size: 12px;
        font-weight: 700;
        line-height: 16px;
        text-decoration: line-through;
        margin-bottom: 3px;
    }

.installment-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: -5px;
}
    .installment-box h2 {
        margin-bottom: 10px;
        font-size: clamp(14px, 2.5vw, 16px) !important;
    }


    .installment-box a {
        display: flex;
        gap: 10px;
        padding: 5px 10px;
        border-radius: 4px;
        background: none;
        width: 90%;
        color: #1e1e1e;
    }

        .installment-box a strong {
            display: flex;
            flex-direction: column;
            text-transform: uppercase;
            font-size: clamp(13px, 2.5vw, 14px) !important;
        }

            .installment-box a strong span {color:#999;text-transform:capitalize;font-size:13px;font-weight:400;}

            .installment-box a:hover {
                color: #d70018
            }

.product-installment {
    display: block;
    font-size: 12px;
    margin: 0 0 0 auto;
    max-width: 55%;
    width: 100%;
}

    .product-installment span {
        background-color: #f8b500;
        border-radius: 4px;
        color: #fff;
        display: inline-block;
        margin-bottom: 2px;
        padding: 2px 10px;
        font-size: 12px;
    }

    .product-installment p {
        border-radius: 4px;
        display: inline-block;
        line-height: normal;
        padding: 0 5px;
        font-size: 12px;
        vertical-align: middle;
    }

        .product-installment p b {
            font-size: 16px;
        }

.product-action-bar {
    position: fixed;
    width: 100%;
    height: 65px;
    z-index: 999999999;
    display: none;
}

    .product-action-bar.sticky-top {
        top: 65px;
        left: 0;
        background: #fff;
        box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .1), 0 2px 6px 2px rgba(60, 64, 67, .15);
    }

.product-action {
    margin-bottom: 15px
}

    .product-action.product-action--bottom .product-action--bottom-container {
        position: fixed;
        bottom: -100px;
        width: calc(100% - 12px);
        max-width: 1170px;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 99999;
        background: #fff;
        padding: 15px 6px;
        margin-bottom: 0;
        border-radius: 8px 8px 0 0;
        box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .102), 0 2px 6px 2px rgba(60, 64, 67, .149);
        display: flex;
        gap: 10px;
        justify-content: center;
        align-items: center;
        transition: all ease-in-out 0.5s
    }

.cta-product-info {
    display: flex;
    align-items: center;
    max-width:40%;
    gap:5px;
}
    .cta-product-info img { border-radius:4px;}


    .cta-product-info strong {
        max-width: 300px;
        font-weight: 500 !important;
        font-size:14px;
    }

        .cta-product-info span {font-size:13px;font-weight:400;}

        .cta-product-button {
            display: flex;
            flex-wrap: nowrap;
            gap: 10px;
        }

.cta-product-button {
    max-width: 100%;
}

.cta-product-renewed {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    background: #FCF9EC;
    padding-right:10px;
    border-radius: 8px;
}

    .cta-product-renewed img {
        width: 45px;
        height: 45px;
    }

    .cta-product-renewed > div {
        display: flex;
        flex-direction: column;
        align-items: baseline;
        gap: 2px;
    }

    .cta-product-renewed span {
        font-size: 12px;
    }

        .cta-product-renewed span.check {
            color: #d70018
        }

    .cta-product-renewed strong.mb {font-size:12px;line-height:1.5}

    .out-of-stock {
        text-align: center;
        width: 100%;
    }

    .out-of-stock strong {
        color: #d00;
        font-size: 22px;
    }


.product-action.product-action--bottom .add-to-cart {
    margin-bottom: 0;
}

.product-action.product-action--bottom .pre-order {
    padding:10px 20px;
}

    .product-action.product-action--bottom .product-action__item {
        flex: unset !important;
        padding: 8px 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        line-height: 1.7;
    }

    .product-action.product-action--bottom .product-action__item strong {margin:auto;}

    .product-action .order-available {
        display: flex;
        align-items: stretch;
        gap: 10px;
    }

        .product-action .order-available .product-action__item.installment-combined {width:180px;display:flex;align-items:center;}
    .product-action .order-available .product-action__item {
        padding: 10px 15px;
        width: calc(100% - 190px)
    }

        .product-action .order-available .product-action__item strong {
            font-size: 16px;
            margin:auto;
        }
            .product-action .order-available .product-action__item span {}

            .product-action a, .product-action p {
                border-radius: 8px;
                color: #fff !important;
                cursor: pointer;
                display: block;
                font-size: 16px;
                font-weight: 700;
                line-height: normal;
                padding: 6px 0;
                text-align: center;
                text-transform: uppercase
            }

    .product-action a span, .product-action p span {
        color: #fff;
        display: block;
        font-size: 11px;
        font-weight: 400;
        line-height: 14px;
        text-transform: initial;

    }

.product-action.product-action--bottom a span, .product-action.product-action--bottom p span {
    letter-spacing: -0.5px;
}

.variant-sms {
    color: #d00;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.5;
    text-align: center;
}

.product-action .add-to-cart {
    background-color: #d00;
}

    .product-action .add-to-cart:hover {
        color: #fff
    }

.product-action .add-to-renewed {

}

    .product-action .add-to-renewed span:first-child {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 16px;
        display: block;
        line-height: 24px;
    }

    .product-action .add-to-renewed span:last-child {
        color: #1e1e1e;
        border: 1px solid #FCD34D;
        border-radius: 20px;
        display: inline-block;
        align-items: center;
        padding: 4px 12px;
        background: #FFF7D8;
        margin-top: 5px;
    }

.product-action-installment {
    justify-content: space-between;
}

.product-action__item {
    background-color: #007eaf;
    color: #fff;
}

    .product-action__item:hover {
        color: #fff
    }

    .product-action__item:first-child {
    }


.product-action.product-action--bottom p, .product-action.product-action--bottom a {
    white-space: nowrap;
    overflow: hidden;
    font-size: clamp(12px, 2vw, 14px);
}

.product-action.product-action--bottom .product-action__item--address {
    background: #fff;
    color: #1e1e1e;
    border: 1px solid rgba(255,0,0,0.5)
}

    .product-action.product-action--bottom .product-action__item--address svg {
        margin-bottom: 3px;
        font-weight: normal;
        width: 18px;
        height: 20px;
    }

    .product-action.product-action--bottom .product-action__item--address span {
        font-size: 11px;
        font-weight: 600;
        color: #1e1e1e;
    }

.product-content {
    border: 1px solid #ddd;
    border-radius: 8px;
    /*box-shadow: 0 1px 2px 0 rgba(60,64,67,.1),0 2px 6px 2px rgba(60,64,67,.15);*/
    margin-bottom: 15px;
    padding: 15px 10px
}

.product-content__featured {
    background-color: #f2f2f2;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 10px
}

    .product-content__featured h3 {
        color: #d00;
        font-size: 16px;
        margin-bottom: 10px;
        text-align: center
    }

    .product-content__featured ul {
        list-style: disc;
        padding-left: 25px
    }

        .product-content__featured ul li {
            line-height: 24px;
            font-size: 14px;
        }

.product-content.show .css-content {
    max-height: unset
}

.product-content.show p.show {
    display: none
}

.product-content.show p.hide {
    display: block
}

.product-content .css-content {
    max-height: 635px;
    overflow: hidden
}

.product-content__show p {
    border: 1px solid #006ba3;
    border-radius: 8px;
    color: #006ba3;
    cursor: pointer;
    display: block;
    font-size: 14px !important;
    font-weight: 600;
    line-height: 27px;
    margin: 20px auto 0;
    overflow: hidden;
    padding: 5px 10px;
    position: relative;
    width: 114px
}

    .product-content__show p:after {
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #006ba3;
        content: "";
        display: inline-block;
        margin: -2px 0 0 5px;
        right: 0;
        vertical-align: middle;
        width: 0
    }

    .product-content__show p.show {
        display: block
    }

    .product-content__show p.hide {
        display: none;
        width: 85px
    }

        .product-content__show p.hide:after {
            transform: rotate(180deg)
        }


.product-policy {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px 15px;
    margin-bottom: 15px;
}

.product-policy__title {
    font-weight: bold;
    font-size: 15px;
    color: #444;
    margin-bottom: 8px;
}

.product-policy__content {
    font-size: 13px !important;
}

    .product-policy__content p, .product-policy__content li {
        margin-bottom: 8px;
    }

    .product-policy__content * {
        font-size: 13px !important;
        line-height: 1.5;
    }




.product-policy__content {
}

    .product-policy__content > ol, .product-policy__content > ul {
        margin-left: 15px;
        margin-top: 0;
        list-style-type: none
    }

        .product-policy__content > ol > li, .product-policy__content > ul > li {
            position: relative;
        }

    .product-policy__content > p {
        margin-left: 15px;
        list-style-type: none;
        position: relative;
    }

        .product-policy__content > p::before {
            content: "✓";
            background: #007eaf;
            font-size: 12px;
            width: 16px;
            height: 16px;
            left: -20px;
            top: 3px;
            border-radius: 50%;
            position: absolute;
            z-index: 0;
            text-align: center;
            color: #fff;
            line-height: 16px;
        }


    .product-policy__content > ol > li::before, .product-policy__content > ul > li::before {
        content: "✓";
        background: #d00;
        font-size: 12px;
        width: 16px;
        height: 16px;
        left: -20px;
        top: 3px;
        border-radius: 50%;
        position: absolute;
        z-index: 0;
        text-align: center;
        color: #fff;
        line-height: 16px;
    }



.product-specification {
    position: sticky;
    top: 75px;
    border: 1px solid #ddd;
    border-radius: 8px;
    /*box-shadow: 0 1px 2px 0 rgba(60,64,67,.1),0 2px 6px 2px rgba(60,64,67,.15);*/
    margin-bottom: 15px;
    padding: 15px 10px
}

.product-specification__title {
    margin-bottom: 0
}

    .product-specification__title p {
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        margin-bottom: 10px;
    }

.product-specification__thumb {
    margin-bottom: 15px;
    text-align: center;
}

    .product-specification__thumb img {
        max-height: 180px;
    }

.product-specification__content {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    margin-bottom: 10px;
    max-height: 410px;
    overflow: hidden
}

.product-specification__show p {
    align-items: center;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,.1),0 2px 6px 2px rgba(60,64,67,.15);
    color: #212529;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    height: 34px;
    justify-content: center;
    max-width: 200px;
    margin: auto;
}

    .product-specification__show p svg {
        margin-left: 7px
    }

    .product-specification__show p.hide {
        display: none
    }

        .product-specification__show p.hide svg {
            transform: rotate(180deg)
        }

.product-specification__content table {
    border-collapse: collapse;
    font-size: 13px;
    max-width: 100%;
    text-align: left;
    width: 100%
}

    .product-specification__content table td, .product-specification__content table th {
        font-weight: 400;
        padding: 12px 8px
    }

    .product-specification__content table th {
        color: #969696;
        width: 40%
    }

    .product-specification__content table td {
        font-size: 14px;
        width: 60%
    }

    .product-specification__content table tr:nth-child(odd) {
        background-color: #f2f2f2
    }

.product-specification.show .product-specification__content {
    max-height: unset
}

.product-specification.show p.show {
    display: none
}

.product-specification.show p.hide {
    display: flex
}

.product-selected {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    margin: 0 auto 15px;
    overflow: hidden;
}

.product-selected_title {
    text-align: center
}

.product-condition {
    padding: 15px 15px 10px 15px;
}

    .product-condition p {
        line-height: 1.5;
        margin-bottom: 8px;
        font-size: 13px;
    }

.product-selected_title {
    display: none;
}

    .product-selected_title p {
        background: #f2f2f2;
        color: #444;
        font-size: 15px;
        font-weight: 700;
        border-bottom: 1px solid #ededed;
        padding: 4px 0;
    }

.product-selected_name {
    display: none;
}

    .product-selected_name p {
        padding: 15px 15px 0 15px;
        font-weight: 600;
        line-height: 1.5;
        text-align: center;
    }

        .product-selected_name p span {
            font-weight: 400;
            background: #f5f5f5;
            border-radius: 2px;
            padding: 2px 8px;
            margin-top: 3px;
            font-size: 12px;
        }

.product-selected_content {
}

    .product-selected_content > p:last-child {
        display: none
    }

.product-selected_note {
    text-align: center;
    margin-bottom: 8px;
    font-size: 13px;
}

.product-selected_content .table {
    margin-bottom: 0;
}

#warranty-breakdown tr td {
    vertical-align: middle;
}

#warranty-breakdown td p {
    line-height: 1.25;
    margin-bottom: 8px;
}

    #warranty-breakdown td p:last-child {
        margin-bottom: 0;
    }

#warranty-breakdown tr th {
    vertical-align: middle;
}

    #warranty-breakdown tr td:first-child, #warranty-breakdown tr th:first-child {
        background: #f5f5f5;
        width: 40%;
        text-align: left;
    }

    #warranty-breakdown tr td:nth-child(2), #warranty-breakdown tr th:nth-child(2) {
        width: 30%;
    }

    #warranty-breakdown tr td:nth-child(3), #warranty-breakdown tr th:nth-child(3) {
        width: 30%;
    }

#warranty-breakdown tr td:nth-child(2) {
    border-right: 1px solid #ededed;
    text-align: left;
}

#warranty-breakdown tr td:nth-child(3) {
    text-align: left;
}

#warranty-breakdown tr td:nth-child(3), #warranty-breakdown tr th:nth-child(3) {
    color: #d70018;
    background: #FFF3F3;
    border-color: #fee2e2 !important;
}

    #warranty-breakdown tr td:nth-child(3) p, #warranty-breakdown tr th:nth-child(3) p {
        color: #d70018;
    }

#warranty-breakdown * {
    font-size: 13px !important
}

#warranty-breakdown .warranty-line {
    text-align: center;
    text-transform: uppercase;
}

    #warranty-breakdown .warranty-line strong:first-child {
        color: #000 !important
    }

    #warranty-breakdown .warranty-line.active {
        position: relative;
        border-top: 1px solid #fd2424 !important
    }

        #warranty-breakdown .warranty-line.active:before {
            border: 10px solid transparent;
            border-top-color: #fd2424;
            top: -1px;
            content: "";
            left: calc(50% - 5px);
            position: absolute;
        }

.warranty-line strong:last-child {
    color: #d70018
}

.warranty-line span {
    text-transform: initial !important
}

#warranty-breakdown .warranty-line.basic {
}

#warranty-breakdown .warranty-line.gold {
}


#warranty-breakdown .warranty-line strong {
    display: block;
}

#warranty-breakdown .warranty-line span {
    font-weight: 400;
    color: #555;
    font-size: 13px;
}


@media (max-width: 767.98px) {

    .product-selected_name {
        font-size: 14px;
        line-height: 1.4
    }

    #warranty-breakdown .warranty-line.basic {
    }

    #warranty-breakdown .warranty-line.gold {
    }

    #warranty-breakdown .warranty-line span {
        font-size: 11px !important
    }

    #warranty-breakdown .warranty-line strong {
        font-size: 12px !important
    }
}

.btn-discount {
    display: flex;
    gap: 10px
}

    .btn-discount .item {
        cursor: pointer;
        border: 1px solid #F4F4F4;
        border-radius: 5px;
        gap: 4px;
        padding: 8px;
        background: transparent linear-gradient(180deg,#ffffff 0%,#c3c3c3 100%) 0% 0% no-repeat padding-box;
        display: flex;
        text-align: center;
        flex-direction: column;
        justify-items: center;
        justify-content: center;
        align-items: center;
        width: 100%
    }

        .btn-discount .item .title {
            font-size: 15px;
            font-weight: 700;
            line-height: 18.15px;
            text-align: center
        }

        .btn-discount .item .bestPrice {
            font-weight: bold;
            font-size: 20px
        }

        .btn-discount .item .item-more {
            padding: 4px 7px;
            background: var(--red-red-2,#DD283B);
            color: #FB810B;
            border-radius: 8px;
            width: fit-content;
            display: flex;
            font-size: 9px
        }

        .btn-discount .item.event {
            background: linear-gradient(90deg,#F64850,#FB810B);
            color: #fff
        }

        .btn-discount .item.event {
            background: linear-gradient(90deg,#F64850,#FB810B);
            color: #fff; /* display:none;*/
        }

            .btn-discount .item.event .item-more {
                background: white;
                color: #FB810B
            }

        .btn-discount .item.renew .item-more {
            color: white
        }


    .btn-discount .member-price {
        display: flex;
        flex-basis: 100%;
        flex-direction: column;
        border-radius: 6px;
        color: #fff;
        padding: 10px 0;
        text-align: center;
        justify-content: center;
        justify-items: center;
        text-align: left;
        min-height: 100px;
    }

        .btn-discount .member-price .title {
            color: #757575;
        }

        .btn-discount .member-price .member-price-value {
            font-size: 20px;
            font-weight: bold;
        }

        .btn-discount .member-price .label label {
            padding: 4px 7px;
            border-radius: 5px;
            font-size: 10px;
        }

    .btn-discount .diamond {
        background: url(/Content/web/img/diamond-bg.png) no-repeat center/cover;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 12px 20px;
        border: 1px solid #757575;
        color: #fff;
    }

        .btn-discount .diamond .member-price-strike strike {
            color: #FFF !important;
        }

        .btn-discount .diamond .title {
            color: #fff !important;
        }

        .btn-discount .diamond .separate {
            display: flex;
            align-items: center;
            position: relative;
            color: #FFF !important;
            font-size: 12px;
        }

            .btn-discount .diamond .separate::before {
                content: "";
                position: absolute;
                left: 12px;
                right: 0;
                top: 6px;
                height: 32px;
                background: radial-gradient(circle, #FFF 20%, transparent 20%) 0 100%;
                background-size: 8px 4px;
                width: 4px;
            }

            .btn-discount .diamond .separate::after {
                content: "";
                position: absolute;
                left: 12px;
                right: 0;
                bottom: 6px;
                height: 32px;
                background: radial-gradient(circle, #FFF 20%, transparent 20%) 0 100%;
                background-size: 8px 4px;
                width: 4px;
            }

        .btn-discount .diamond .label label {
            background: #4c4c4c;
        }

        .btn-discount .diamond .price-installment {
            color: #FFF !important;
            font-size: 18px;
            line-height: 27px;
            font-weight: 600;
        }

    .btn-discount .gold {
        background: linear-gradient(#FFF7D8, #FFFFFF);
        color: #FBB31E;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 12px 20px;
        border: 1px solid #FCD34D;
    }

        .btn-discount .gold .label label {
            background: rgba(219, 105, 51, 1);
            color: #fff;
        }


    .btn-discount .silver {
        background: linear-gradient(#DDDDDD, #FFFFFF);
        color: #191919;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 12px 20px;
        border: 1px solid #757575;
    }

        .btn-discount .silver .label label {
            background: rgba(219, 105, 51, 1);
            color: #fff;
        }

    .btn-discount .bronze {
        background: linear-gradient(#FFDAC8, #FFFFFF);
        color: #757575;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 12px 20px;
        border: 1px solid #DB6933;
    }

        .btn-discount .bronze .label label {
            background: rgba(219, 105, 51, 1);
            color: #fff;
        }

    .btn-discount .edu {
        background: linear-gradient(#E1F4FF, #FFFFFF);
        color: #009FFF;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 12px 20px;
        border: 1px solid #009FFF;
    }

        .btn-discount .edu .label label {
            background: rgba(219, 105, 51, 1);
            color: #fff;
        }

    .btn-discount .member {
        background: linear-gradient(#DBF9EB, #FFFFFF);
        color: #757575;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 12px 20px;
        border: 1px solid #009981;
    }

        .btn-discount .member .bestPrice {
            color: #009981;
        }

        .btn-discount .member .label label {
            background: #1a7499;
            color: #fff;
        }

    .btn-discount .newmember {
        background: linear-gradient(#DBF9EB, #FFFFFF);
        color: #757575;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 12px 20px;
        border: 1px solid #009981;
    }

        .btn-discount .newmember .bestPrice {
            color: #009981;
        }

        .btn-discount .newmember .label label {
            background: #1a7499;
            color: #fff;
        }

    .btn-discount .member-price .extra-point {
        color: #FBB31E;
        border: 1px solid #FCD34D;
        border-radius: 20px;
        display: flex;
        align-items: center;
        gap: 4px;
        padding: 4px 12px;
        background: #FFF7D8;
    }

    .btn-discount .member-price .member-price-wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        justify-content: space-between;
    }

    .btn-discount .member-price .member-price-strike {
        display: flex;
        align-items: center;
        gap: 4px;
    }

        .btn-discount .member-price .member-price-strike strike {
            color: #757575;
        }

        .btn-discount .member-price .member-price-strike span {
            font-size: 13px;
            font-weight: 600;
            line-height: 20px;
            color: #FD475A;
        }

    .btn-discount .member-price .separate {
        display: flex;
        align-items: center;
        position: relative;
        color: #757575;
        font-size: 12px;
    }

        .btn-discount .member-price .separate::before {
            content: "";
            position: absolute;
            left: 12px;
            right: 0;
            top: 6px;
            height: 32px;
            background: radial-gradient(circle, #C9C9C9 20%, transparent 20%) 0 100%;
            background-size: 8px 4px;
            width: 4px;
        }

        .btn-discount .member-price .separate::after {
            content: "";
            position: absolute;
            left: 12px;
            right: 0;
            bottom: 6px;
            height: 32px;
            background: radial-gradient(circle, #C9C9C9 20%, transparent 20%) 0 100%;
            background-size: 8px 4px;
            width: 4px;
        }

    .btn-discount .member-price .installment {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        width: 40%;
    }

    .btn-discount .member-price .price-installment {
        color: #191919;
        font-size: 18px;
        line-height: 27px;
        font-weight: 600;
    }


.endow {
}

.endow-title {
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
}

    .endow-title::after {
        position: absolute;
        content: '';
        height: 1px;
        width: 100%;
        background: #ededed;
        top: 50%;
        left: 50px;
    }

    .endow-title p {
        color: #444;
        font-weight: 700;
        text-transform: capitalize;
        font-size: 15px;
    }

        .endow-title p svg {
            width: 18px
        }

            .endow-title p svg path {
                fill: #000
            }

.endow-content {
    font-size: 13px;
}

    .endow-content * {
        font-size: 13px !important;
        font-family: -apple-system,BlinkMacSystemFont,"Inter",sans-serif !important;
        line-height: 1.5;
    }

    .endow-content p {
        margin-bottom: 8px;
        position: relative;
        padding-left: 40px;
    }

        .endow-content p:before {
            background: #f7941e 0 0 no-repeat padding-box;
            border-radius: 3px;
            box-shadow: 0 4px 6px rgba(0,0,0,.161);
            color: #fff;
            content: "KM";
            font-size: 11px;
            font-weight: 600;
            left: 0;
            line-height: normal;
            padding: 2px 4px;
            position: absolute;
            top: 2px
        }

.gift .btn-view-gift-content {
    background: none;
    color: #1e1e1e;
    font-size: 12px !important;
    text-align: center;
    font-weight: 500;
    border: none;
    outline: none;
    display: block;
    padding: 0.35rem 0.5rem;
    margin: 0.5rem auto -5px;
    cursor: pointer;
    border: 1px solid #ffbdc4;
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
}

.related_versions {
    margin-bottom: 5px
}

.list {
    letter-spacing: -.3em
}

.list-title {
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 0;
    line-height: 1.25;
}

.list-item {
    border: 1px solid #b7b7b7;
    border-radius: 8px;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    letter-spacing: normal;
    margin: 0 10px 8px 0;
    text-align: center;
    vertical-align: top;
    width: calc(32.33333% - 3.33333px)
}

    .list-item:hover {
        background-color: #e0e0e0 !important
    }

    .list-item a {
        display: block;
        padding: 5px
    }

    .list-item p {
        font-weight: 500;
        line-height: 18px;
        margin-bottom: 3px;
        font-size: 13px;
    }

    .list-item:nth-child(3n) {
        margin-right: 0
    }


.related_versions .list-item.active, .related_versions .list-item:hover {
    position: relative;
    border: 1px solid #d00;
}

    .related_versions .list-item.active::after {
        background-color: #d70018;
        border-radius: 0 3px 0 5px;
        color: #fff;
        content: "✓";
        font-size: 10px;
        height: 13px;
        left: unset;
        right: 0;
        padding-bottom: 2px;
        padding-left: 4px;
        position: absolute;
        top: 0;
        width: 11px;
    }

.related_versions__item p {
    text-transform: capitalize;
    max-height: 36px;
    overflow: hidden;
    /*white-space: nowrap;*/
}

.list-related {
    margin-bottom: 10px
}

.list-related__header {
    flex: 0 0 100%;
    margin-bottom: 15px
}

    .list-related__header ul {
        letter-spacing: -.3em
    }

        .list-related__header ul li {
            background-color: #f3f3f3;
            border: 1px solid #ededed;
            border-radius: 8px;
            color: #000;
            cursor: pointer;
            display: inline-block;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: normal;
            margin-right: 5px;
            max-height: 30px;
            padding: 6px 10px
        }

            .list-related__header ul li.active {
                background-color: #fcf2f2;
                border: 1px solid #c51f27;
                color: #c51f27;
            }

.list-related__title {
    margin-bottom: 10px;
    width: 100%
}

    .list-related__title p {
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase
    }

.list-related__content {
    flex: 0 0 100%
}

    .list-related__content .list-products {
        display: none
    }

        .list-related__content .list-products.show {
            display: flex
        }

    .list-related__content .list-products__item {
        flex: 0 0 calc(20% - 10px);
        margin: 0 5px 10px;
        max-width: calc(20% - 10px);
    }


.list-variant {
    margin-bottom: 5px
}

    .list-variant p {
        flex-wrap: nowrap;
        margin-bottom: 0
    }

        .list-variant p img {
            vertical-align: middle;
            width: 40px
        }

.list-variant--warranty {
    display: grid;
    gap: 0.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

    .list-variant--warranty .list-item {
        width: auto !important;
        margin: 0 !important;
    }

        .list-variant--warranty .list-item .font-red {
            color: #d00;
        }

        .list-variant--warranty .list-item .font-normal {
            color: #666 !important;
            font-size: 12px !important;
        }

.list-variant__item {
    border: 1px solid #b7b7b7;
    text-align: left
}

.list-variant--warranty .list-variant__item p {
    padding: 5px 10px !important;
    white-space: normal;
}

.list-variant__item.active, .list-variant__item:hover {
    background-color: transparent !important;
    border: 1px solid #d00 !important;
    position: relative;
}

    .list-variant__item.active::after {
        background-color: #d70018;
        border-radius: 0 3px 0 5px;
        color: #fff;
        content: "✓";
        font-size: 10px;
        height: 13px;
        left: unset;
        right: 0;
        padding-bottom: 2px;
        padding-left: 4px;
        position: absolute;
        top: 0;
        width: 11px;
    }

.list-variant__item p {
    padding: 5px 10px;
    white-space: nowrap;
    text-align: center;
}

    .list-variant__item p span {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .list-variant__item p span.font-normal {
            font-size: 13px;
        }

.key_1 .list-variant__item p {
    padding: 5px 10px;
    text-align: left;
}

.list-variant-service .list-item {
    width: 100% !important;
}

    .list-variant-service .list-item p {
        width: 100% !important;
        gap:10px;
    }

        .list-variant-service .list-item p img { border-radius:4px;}



        .warranty {
            margin-bottom: 15px;
            border: 1px solid #e5e7eb;
            border-radius: 8px;
        }

.warranty-title {
    background-color: #f2f2f2;
    border-radius: 8px 8px 0 0;
    padding: 5px 5px 5px;
    display: flex;
}

    .warranty-title svg {
        margin-right: 0.25rem;
    }

    .warranty-title p {
        background-color: #f2f2f2;
        color: #444;
        font-weight: 700;
        text-align: center;
        text-transform: capitalize;
        font-size: 15px;
        line-height: 24px;
    }

.warranty-content {
    font-size: 13px;
    padding: 10px 10px 5px 10px;
}



.flashsale-discount {
    margin-bottom: 15px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
}

.flashsale__title {
    background: linear-gradient(90deg, #f64850, #fb810b);
    border-radius: 8px 8px 0 0;
    padding: 5px 5px 5px 15px;
    display: flex;
}

    .flashsale__title svg {
        margin-right: 0.25rem;
    }

    .flashsale__title p {
        color: #444;
        font-weight: 700;
        text-align: center;
        text-transform: capitalize;
        font-size: 15px;
        line-height: 24px;
        text-transform: uppercase;
        font-style: italic
    }

.flashsale__content {
    padding: 15px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flashsale__content__left {
    display: flex;
}

    .flashsale__content__left img {
        width: 60px;
    }

    .flashsale__content__left > p {
        text-align: right
    }

        .flashsale__content__left > p > span {
            display: block;
            color: #1e1e1e;
        }

            .flashsale__content__left > p > span:last-child {
                color: #d70018;
                font-size: clamp(14px, 2.5vw, 18px);
            }

.flashsale__content__right span {
    display: inline-block;
    color: #fff;
    background: #d70018;
    border-radius: 16px;
    padding: 8px 20px;
    cursor: pointer;
}

    .flashsale__content__right span:hover {
        background: #d00;
        opacity: 0.9
    }



.renewed {
    margin-bottom: 15px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
}

.renewed__title {
    background-color: #f2f2f2;
    border-radius: 8px 8px 0 0;
    padding: 5px 5px 5px 15px;
    display: flex;
}

    .renewed__title svg {
        margin-right: 0.25rem;
    }

    .renewed__title p {
        background-color: #f2f2f2;
        color: #444;
        font-weight: 700;
        text-align: center;
        text-transform: capitalize;
        font-size: 15px;
        line-height: 24px;
    }

.renewed__content {
    padding: 15px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.renewed__content__left {
    display: flex;
}

    .renewed__content__left img {
        width: 60px;
    }

    .renewed__content__left > p {
        text-align: right
    }

        .renewed__content__left > p > span {
            display: block;
        }

            .renewed__content__left > p > span:last-child {
                color: #d70018;
                font-size: clamp(14px, 2.5vw, 18px);
            }

.renewed__content__right span {
    display: inline-block;
    color: #fff;
    background: #d70018;
    border-radius: 16px;
    padding: 8px 20px;
    cursor: pointer;
}

    .renewed__content__right span:hover {
        background: #d00;
        opacity: 0.9
    }

.installment {
    margin-bottom: 10px
}

.installment-title {
    background: #007eaf;
    border: 1px solid #007eaf;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    padding: 1px 10px;
    text-align: center;
    text-transform: capitalize
}

    .installment-title p {
        color: #fff
    }

.installment-content {
    border: 1px solid #007eaf;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 10px 10px 5px
}

.installment-content__item {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap
}

    .installment-content__item p {
        display: inline-block;
        flex: 0 0 calc(100% - 16px);
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 5px;
        padding-left: 10px
    }

    .installment-content__item span {
        align-items: center;
        background-color: #d00;
        border-radius: 50%;
        color: #fff;
        display: inline-flex;
        flex: 0 0 16px;
        font-size: 11px;
        height: 16px;
        justify-content: center
    }

.advisory {
    margin-bottom: 15px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
}

.advisory-title {
    background-color: #f2f2f2;
    border-radius: 8px;
    padding: 5px 5px 10px;
    text-align: center
}

    .advisory-title p {
        color: #444;
        font-weight: 700;
        margin-bottom: 2px;
        font-size: 15px;
    }

    .advisory-title svg {
        vertical-align: middle;
        width: 18px
    }

        .advisory-title svg path {
            fill: #007eaf
        }

    .advisory-title form {
        border-radius: 4px;
        overflow: hidden;
        position: relative;
        width: 100%;
        border: 1px solid #ddd;
        display: flex;
        justify-content: space-between;
    }

        .advisory-title form input {
            font-size: 14px;
            padding: 9px 0 9px 15px;
            width: calc(100% - 60px);
            border: none;
        }

        .advisory-title form button {
            background-color: #fee2e2;
            border: 0;
            border-radius: 0 5px 5px 0;
            color: #d00;
            cursor: pointer;
            font-weight: 700;
            height: 100%;
            position: absolute;
            right: 0;
            text-transform: uppercase;
            top: 0;
            padding: 0 5px 0 0;
            width: 60px;
        }

            .advisory-title form button svg path {
                fill: #d00;
            }

.advisory-content {
    padding: 10px
}

.advisory-content__item {
    display: flex;
    margin: 3px 0
}

    .advisory-content__item:first-chikd {
        margin-top: 0
    }

    .advisory-content__item:last-child {
        margin-bottom: 0
    }

    .advisory-content__item > span {
        align-items: center;
        background-color: #d00;
        border-radius: 50%;
        display: flex;
        flex: 0 0 16px;
        height: 16px;
        padding: 2px
    }

        .advisory-content__item > span svg {
            width: 12px
        }

            .advisory-content__item > span svg path {
                fill: #fff
            }

    .advisory-content__item p {
        font-size: 14px;
        line-height: 20px;
        margin-top: -2px;
        padding-left: 5px
    }

    .advisory-content__item a {
        color: #d00;
        font-weight: 700
    }

.variant-select {
    margin-bottom: 10px
}

.variant-select__title span {
    border: 1px solid #b7b7b7;
    border-radius: 8px;
    cursor: pointer;
    display: block;
    font-size: 14px;
    line-height: 24px;
    padding: 5px 15px;
    text-transform: capitalize
}

.variant-select__title:hover p {
    border: 1px solid #d00
}

.variant-select__item {
    border: 1px solid #ddd;
    border-radius: 8px;
    color: rgba(0,0,0,.8);
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 15px !important
}

    .variant-select__item p {
        padding: 10px
    }

    .variant-select__item:last-child {
        margin-bottom: 0 !important
    }

    .variant-select__item label {
        cursor: pointer
    }

    .variant-select__item:last-child {
        margin-bottom: 0
    }

.variant-select.active .variant-select__list {
    opacity: 1;
    visibility: visible
}

.variant-select__list {
    background-color: #fff;
    border-radius: 15px;
    left: 50%;
    opacity: 0;
    padding: 15px;
    position: fixed;
    top: 50%;
    transform: translate(-50%,-50%);
    visibility: hidden;
    z-index: 99999
}

.block-rate_product .block-rate__star {
    flex: unset;
    padding: 0
}

#quick-order {
    padding-top: 40px;
}

    #quick-order .quick-order-title {
        position: absolute;
        background: #f5f5f5;
        top: 0;
        left: 0;
        width: 100%;
        margin: 0;
        border-radius: 8px 8px 0 0;
        overflow: hidden;
        padding: 10px 15px;
        font-size: 17px;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.5;
    }

    #quick-order .product-slide {
        text-align: center;
    }

        #quick-order .product-slide img {
            max-height: 200px;
            margin: auto;
        }

    #quick-order .product-name {
        font-size: 18px;
        line-height: 1.25;
    }

    #quick-order .product-price {
        margin-bottom: 0;
    }

        #quick-order .product-price .price {
            font-size: 20px !important;
        }


    #quick-order .product-name-variant {
        margin-top: 5px;
        color: #777;
        display: block;
        font-size: 14px;
        margin-bottom: 10px
    }

    #quick-order .product-price-container {
        margin-bottom: 15px;
    }

    #quick-order .event:before {
        top: -15px
    }
/*Cart*/
.err_show {
    color: red !important;
    display: none;
    font-size: 12px !important;
    line-height: 14px;
    margin-bottom: 5px;
    width: 100%
}

.color-primary {
    color: #d00
}



.cart-area {
    margin-top: 15px
}



.cart-area__content .action {
    text-align: center;
}

    .cart-area__content .action .note {
        line-height: 1.5;
        text-align: center;
        color: #333;
        margin-bottom: 15px;
    }

    .cart-area__content .action .add-to-cart {
        background-color: #d00;
        margin-bottom: 10px;
        font-size: 13px;
        padding: 0.75rem 2rem;
        border: none;
        outline: none;
        border-radius: 4px;
        color: #fff;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        margin: auto;
        cursor: pointer;
    }

        .cart-area__content .action .add-to-cart:hover {
            opacity: 0.7;
        }

.cart-area__content .top {
    margin-bottom: 15px;
    position: relative;
    font-size: 15px;
}

    .cart-area__content .top .back {
        color: #d00;
        padding-left: 15px
    }

        .cart-area__content .top .back:before {
            border-bottom: 7px solid transparent;
            border-right: 7px solid #e10c00;
            border-top: 7px solid transparent;
            content: "";
            height: 0;
            left: 0;
            position: absolute;
            top: 2px;
            width: 0
        }

    .cart-area__content .top .text {
        position: absolute;
        right: 0
    }

.cart-area__content .info {
}

    .cart-area__content .info .payment-customer {
        display: flex;
        flex-wrap: wrap;
    }

    .cart-area__content .info p {
        font-size: 14px;
    }

    .cart-area__content .info .title {
        font-size: 13px;
        margin-bottom: 5px
    }

    .cart-area__content .info .form-row {
        flex: 0 0 100%;
        margin-bottom: 10px;
    }

        .cart-area__content .info .form-row .form-control {
            background-color: #fff;
            background-image: none;
            border: 1px solid #ccc;
            border-radius: 4px;
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
            color: #555;
            display: block;
            font-size: 14px;
            line-height: 1.5;
            max-height: 38px;
            padding: 8px 12px;
            transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
            width: 100%
        }

        .cart-area__content .info .form-row select {
            width: 100%;
            height: 38px;
        }

        .cart-area__content .info .form-row .ship_note {
            max-height: unset;
            overflow: auto;
            resize: vertical;
            min-height: 70px;
        }

    .cart-area__content .info .row-name, .cart-area__content .info .row-phone {
        flex: 0 0 calc(50% - 7.5px)
    }

    .cart-area__content .info .row-name {
        margin-right: 15px
    }

    .cart-area__content .info .ship-address {
        display: none
    }

    .cart-area__content .info .detail__list {
        border: 1px dashed #d3ced2;
        border-radius: 4px;
        margin-bottom: 15px;
        padding: 10px
    }

    .cart-area__content .info .detail__list--item {
        border-bottom: 1px dashed #d3ced2;
        border-right: 0;
        font-size: 13px;
        line-height: 1;
        margin-bottom: 10px;
        margin-right: 0;
        padding-bottom: 5px;
        text-transform: uppercase;
        width: 100%
    }

        .cart-area__content .info .detail__list--item:last-child {
            border-bottom: 0;
            margin-bottom: 0
        }

    .cart-area__content .info .list table {
        border: 1px solid rgba(0,0,0,.1);
        border-collapse: separate;
        border-radius: 5px;
        border-spacing: 0;
        font-size: 13px;
        margin: 0 -1px 24px 0;
        text-align: left;
        width: 100%
    }

        .cart-area__content .info .list table th {
            background: #f1f1f1
        }

        .cart-area__content .info .list table td, .cart-area__content .info .list table th {
            border-top: 1px solid rgba(0,0,0,.1);
            line-height: 1.5em;
            padding: 6px 12px
        }

        .cart-area__content .info .list table .product-total {
            text-align: right
        }

        .cart-area__content .info .list table .item .remove {
            align-items: center;
            border-radius: 10px;
            display: flex;
            height: 20px;
            justify-content: center;
            width: 20px
        }

            .cart-area__content .info .list table .item .remove:hover {
                background: red
            }

                .cart-area__content .info .list table .item .remove:hover svg {
                    fill: #fff
                }

    .cart-area__content .info .method {
        background: #fff;
    }

    .cart-area__content .info .method__list {
        border: 1px solid #d3ced2;
        list-style: none outside;
        margin: 0 0 15px 0;
        padding: 1rem 1em;
        text-align: left;
        display: flex;
        justify-content: space-between;
        border-radius: 4px;
    }

    .cart-area__content .info .method__list--item {
        width: 48%;
        font-weight: bold;
        font-size: 13px;
        line-height: 1.3;
        margin: 0;
        text-align: left;
        display: flex;
    }

        .cart-area__content .info .method__list--item .input-radio {
            margin-right: 5px;
            vertical-align: middle;
        }

        .cart-area__content .info .method__list--item label {
            vertical-align: middle;
            cursor: pointer;
            white-space: nowrap;
            text-transform: uppercase;
        }

        .cart-area__content .info .method__list--item .payment_box {
            background-color: #dfdcde;
            border-radius: 2px;
            box-sizing: border-box;
            color: #515151;
            font-size: .92em;
            line-height: 1.5;
            margin: 1em 0;
            padding: 1em;
            position: relative;
            width: 100%
        }

            .cart-area__content .info .method__list--item .payment_box:before {
                border: 1em solid transparent;
                border-bottom-color: #dfdcde;
                content: "";
                display: block;
                left: 0;
                margin: -1em 0 0 2em;
                position: absolute;
                top: -.75em
            }

    .cart-area__content .info .action {
        padding: 1em
    }

        .cart-area__content .info .action .note {
            margin-bottom: 20px;
            font-size: 12px;
        }

            .cart-area__content .info .action .note.red {
                font-size: 13px;
                color: red;
                text-transform: uppercase;
                font-weight: 700;
            }

        .cart-area__content .info .action button {
            background-color: #c21d32;
            border: 0;
            border-radius: 4px;
            color: #fff;
            cursor: pointer;
            font-size: 16px;
            font-weight: 600;
            line-height: 1;
            margin: 0;
            padding: 1em
        }

.edu-promo .input-text {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    color: #555;
    font-size: clamp(12px, 2.5vw, 14px);
    line-height: 1.5;
    max-height: 38px;
    padding: clamp(6px, 1.5vw, 8px) 12px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%;
}

@media(max-width:766px) {
    .payment-customer {
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    .cart-area__content .info .form-row {
        flex: 0 0 100% !important;
        margin-bottom: 10px;
        width: 100%;
    }

    .ship-address .flex {
        flex-direction: column;
    }

    .row-name, .row-phone, .row-select {
        margin-right: 0 !important;
        flex-direction: column
    }

    .cart-area__content .info .form-row .ship_note {
        min-height: 70px;
    }

    .ship-note {
        align-items: normal;
        display: flex;
        flex-direction: column;
    }
}



@media (max-width:800px) {

    .product-meta {margin-bottom:15px;}

    .list-related .list-related__content {
        width: 100%;
    }

    .list-related .list-related__content .flex {
        align-items: flex-start;
        flex-wrap: nowrap;
        width: 100%;
        overflow-x:auto;
    }

    .list-related .list-related__content .list-products__item {
        flex: 0 0 calc(55% - 10px);
        max-width: calc(55% - 10px)
    }


    .list-related .list-variant__item p {
        padding: 10px;
    }
}

@media (max-width:768px) {


    .renewed__content__left img {
        width: 40px;
    }

    .renewed__content__left > p {
        text-align: right
    }

        .renewed__content__left > p > span {
            font-size: 12px;
            line-height: 18px;
        }

            .renewed__content__left > p > span:last-child {
                color: #d70018;
                font-size: 14px !important;
            }

    .renewed__content__right span {
        font-size: 13px !important;
        padding: 5px 15px;
    }

        .renewed__content__right span:hover {
            background: #d00;
            opacity: 0.9
        }

    #quick-order .product-name {
        font-size: 18px;
        line-height: 1.4;
    }

    .product-top {
        margin-top: 15px
    }

    .product-name {
        font-size: 20px;
        font-weight: 400
    }

    .product-slide__gallery img, .product-slide__gallery iframe, .product-slide__gallery video {
        height: 315px;
    }

    .product-slide__thumbnail .swiper-slide img {
        max-height: 50px;
    }

    .product-slide__gallery .item-feature {
        font-size: 12px;
    }

        .product-slide__gallery .item-feature ul {
            max-height: 160px;
            overflow: auto;
        }

    .product-slide__gallery iframe, .product-slide__gallery video {
        margin-top: 0;
    }

    .product-slide__gallery .item-feature img {
        max-width: 120px;
    }

    .product-slide__thumbnail .item-featured span {
        font-size: 12px;
    }


    .fancybox__container {
        z-index: 99999 !important
    }
}

@media (max-width:414px) {
    .product-price .price {
        font-size: 20px !important
    }

    .product-action .flex {
        flex-wrap: wrap
    }
}

@media (max-width:390px) {
    .product-price .price {
        display: block;
    }

    .product-installment span {
        margin-bottom: 4px
    }
}

@media (max-width:360px) {
    .list-item {
        width: calc(50% - 2.5px)
    }

        .list-item:nth-child(2n) {
            margin-right: 0
        }

        .list-item:nth-child(3n) {
            margin-right: 5px
        }
}

@media (max-width:320px) {
    .product-installment, .product-price {
        max-width: 100%
    }
}

