body {
    background-color: #f3f5f7
}

.product-bg-white {
    background-color: #fff;
    border-radius: 5px;
    padding: 10px
}

    .product-bg-white.no-padding-top {
        padding-top: 0;
        padding-bottom: 0;
        overflow: hidden
    }

@media (max-width: 480px) {
    .product-bg-white {
        padding: 7px
    }

        .product-bg-white.no-padding-top {
            padding-top: 7px
        }
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}

.animated-background, .evo-may-be-like-list .list-bestsell-item .product-image img:not(.loaded), .related-product .evo-owl-product .evo-product-block-item .product-item-photo img:not(.loaded) {
    animation-duration: 1.25s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #F6F6F6;
    background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
    background-size: 700px 104px;
    position: relative
}

#btnnewreview {
    background: #4a90e2 !important
}

.bizweb-product-reviews-form input, .bizweb-product-reviews-form input[type="text"], .bizweb-product-reviews-form input[type="email"], .bizweb-product-reviews-form textarea {
    border-radius: 3px !important;
    outline: none !important;
    box-shadow: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    border: 1px solid #ebebeb !important
}

    .bizweb-product-reviews-form input:focus, .bizweb-product-reviews-form input[type="text"]:focus, .bizweb-product-reviews-form input[type="email"]:focus, .bizweb-product-reviews-form textarea:focus {
        outline: none !important;
        box-shadow: none !important
    }

.bizweb-product-reviews-form .bpr-button-submit {
    background: #4a90e2 !important;
    border-color: #4a90e2 !important;
    min-width: 100px;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .details-product .product-image-block {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

@media (max-width: 767px) {
    .details-product .product-image-block {
        margin-bottom: 10px
    }
}

.details-product .product-image-block .slider-big-video .slick-dots {
    text-align: center;
    position: absolute;
    bottom: 10px;
    width: 100%
}

    .details-product .product-image-block .slider-big-video .slick-dots li {
        display: inline-block
    }

        .details-product .product-image-block .slider-big-video .slick-dots li button {
            border-radius: 4px;
            height: 4px;
            width: 18px;
            border: none;
            background-color: #f5f5f5;
            font-size: 0;
            padding: 0
        }

        .details-product .product-image-block .slider-big-video .slick-dots li + li {
            margin-left: 3px
        }

        .details-product .product-image-block .slider-big-video .slick-dots li.slick-active button {
            border-color: none;
            background-color: #4a90e2;
            border-radius: 4px;
            width: 18px
        }

.details-product .product-image-block .slider-has-video .slider-nav .slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    line-height: 30px;
    text-align: center
}

@media (max-width: 767px) {
    .details-product .product-image-block .slider-has-video .slider-nav .slick-arrow {
        display: none !important
    }
}

.details-product .product-image-block .slider-has-video .slider-nav .slick-arrow.slick-prev {
    left: -15px
}

    .details-product .product-image-block .slider-has-video .slider-nav .slick-arrow.slick-prev:before {
        content: "";
        background-image: url(//bizweb.dktcdn.net/100/378/751/themes/759146/assets/back.svg?1627725064117);
        height: 30px;
        width: 30px;
        display: block
    }

.details-product .product-image-block .slider-has-video .slider-nav .slick-arrow.slick-next {
    right: -15px
}

    .details-product .product-image-block .slider-has-video .slider-nav .slick-arrow.slick-next:before {
        content: "";
        background-image: url(//bizweb.dktcdn.net/100/378/751/themes/759146/assets/right-arrow.svg?1627725064117);
        height: 30px;
        width: 30px;
        display: block
    }

.details-product .product-image-block .slider-has-video .slider-nav .slick-slide {
    height: 73px;
    position: relative
}

@media (max-width: 1024px) {
    .details-product .product-image-block .slider-has-video .slider-nav .slick-slide {
        height: 58px
    }
}

@media (max-width: 991px) {
    .details-product .product-image-block .slider-has-video .slider-nav .slick-slide {
        height: 68px
    }
}

@media (max-width: 480px) {
    .details-product .product-image-block .slider-has-video .slider-nav .slick-slide {
        height: 90px
    }
}

@media (max-width: 376px) {
    .details-product .product-image-block .slider-has-video .slider-nav .slick-slide {
        height: 81px
    }
}

@media (max-width: 321px) {
    .details-product .product-image-block .slider-has-video .slider-nav .slick-slide {
        height: 67px
    }
}

.details-product .product-image-block .slider-has-video .slider-nav .slick-slide img {
    width: auto !important;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 2px solid transparent;
    border-radius: 3px
}

.details-product .product-image-block .slider-has-video .slider-nav .slick-slide:hover, .details-product .product-image-block .slider-has-video .slider-nav .slick-slide:focus {
    box-shadow: none;
    outline: none
}

.details-product .product-image-block .slider-nav {
    min-height: 70px
}

@media (min-width: 768px) {
    .details-product .product-image-block .slider-nav {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width: 1024px) {
    .details-product .product-image-block .slider-nav {
        min-height: 82px
    }
}

@media (max-width: 991px) {
    .details-product .product-image-block .slider-nav {
        min-height: 72px
    }
}

.details-product .product-image-block .slider-nav .slick-slide {
    border: 1px solid #e6e6e6;
    margin: 5px;
    border-radius: 3px
}

    .details-product .product-image-block .slider-nav .slick-slide.slick-current {
        border-color: #4a90e2
    }

@media (min-width: 1025px) {
    .details-product .product-image-block .slider-nav .slick-slide:hover, .details-product .product-image-block .slider-nav .slick-slide:focus {
        border-color: #4a90e2;
        outline: none;
        box-shadow: none
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .details-product .product-image-block .slider-nav {
        margin-bottom: 10px
    }
}

@media (min-width: 768px) {
    .details-product .details-pro {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

.details-product .details-pro .product-top .product-with-wish-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

    .details-product .details-pro .product-top .product-with-wish-list .title-head {
        -ms-flex: 1;
        flex: 1;
        margin-top: 0;
        font-size: 20px;
        line-height: 29px;
        font-weight: 500;
        margin-bottom: 10px;
        color: #000
    }

@media (max-width: 767px) {
    .details-product .details-pro .product-top .product-with-wish-list .title-head {
        font-size: 17px
    }
}

.details-product .details-pro .product-top .product-with-wish-list .product-wish {
    margin-left: 10px;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex
}

    .details-product .details-pro .product-top .product-with-wish-list .product-wish button {
        border: none;
        padding: 0;
        box-shadow: none;
        outline: none;
        background-color: transparent
    }

        .details-product .details-pro .product-top .product-with-wish-list .product-wish button svg {
            height: 20px !important;
            width: 20px !important
        }

            .details-product .details-pro .product-top .product-with-wish-list .product-wish button svg path {
                fill: #bec0c8 !important
            }

            .details-product .details-pro .product-top .product-with-wish-list .product-wish button svg.evo-added path {
                fill: red !important
            }

@media (min-width: 1024px) {
    .details-product .details-pro .product-top .product-with-wish-list .product-wish button:hover, .details-product .details-pro .product-top .product-with-wish-list .product-wish button:focus {
        box-shadow: none;
        outline: none;
        background-color: transparent
    }

        .details-product .details-pro .product-top .product-with-wish-list .product-wish button:hover svg path, .details-product .details-pro .product-top .product-with-wish-list .product-wish button:focus svg path {
            fill: #000 !important
        }
}

.details-product .details-pro .product-top .sku-product {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    margin: 5px 0
}

    .details-product .details-pro .product-top .sku-product .variant-sku, .details-product .details-pro .product-top .sku-product .vendor {
        color: #1cd172;
        font-weight: 600;
        text-transform: none
    }

    .details-product .details-pro .product-top .sku-product .item-sku {
        display: block;
        float: left;
        width: 100%;
        font-size: 13px
    }

        .details-product .details-pro .product-top .sku-product .item-sku .item-title {
            min-width: 100px;
            display: inline-block
        }

        .details-product .details-pro .product-top .sku-product .item-sku + .item-sku {
            margin-top: 3px
        }

@media (max-width: 767px) {
    .details-product .details-pro .product-top .panel-product-rating {
        line-height: 1.1;
        margin-top: 10px
    }
}

.details-product .details-pro .product-top .panel-product-rating .bizweb-product-reviews-badge {
    display: inline-block;
    float: left;
    margin-right: 10px
}

@media (max-width: 767px) {
    .details-product .details-pro .product-top .panel-product-rating .bizweb-product-reviews-badge {
        float: none
    }
}

.details-product .details-pro .product-top .panel-product-rating .bizweb-product-reviews-badge .bizweb-product-reviews-star {
    padding: 0
}

    .details-product .details-pro .product-top .panel-product-rating .bizweb-product-reviews-badge .bizweb-product-reviews-star i {
        font-size: 14px;
        color: #edc419 !important
    }

.details-product .details-pro .product-top .panel-product-rating .bizweb-product-reviews-badge div:nth-child(2), .details-product .details-pro .product-top .panel-product-rating .bizweb-product-reviews-badge div:nth-child(3) {
    display: none
}

.details-product .details-pro .product-top .panel-product-rating .iddanhgia {
    float: left;
    color: #bfbfbf
}

@media (max-width: 767px) {
    .details-product .details-pro .product-top .panel-product-rating .iddanhgia {
        float: none;
        display: inline-block
    }
}

.details-product .details-pro .product-top .panel-product-rating .iddanhgia:hover {
    cursor: pointer;
    color: #4a90e2
}

.details-product .details-pro .price-box .special-price .product-price {
    font-size: 24px;
    font-weight: bold;
    color: #e5101d;
    display: inline-block
}

@media (max-width: 480px) {
    .details-product .details-pro .price-box .special-price .product-price {
        line-height: 1.1
    }
}

.details-product .details-pro .price-box .old-price {
    margin-left: 10px;
    font-size: 13px
}

@media (max-width: 480px) {
    .details-product .details-pro .price-box .old-price {
        font-size: 0
    }
}

.details-product .details-pro .price-box .old-price .product-price-old {
    font-size: 15px;
    color: #999
}

@media (max-width: 480px) {
    .details-product .details-pro .price-box .old-price .product-price-old {
        font-size: 14px
    }
}

.details-product .details-pro .price-box .save-price {
    display: block;
    font-weight: 500;
    color: #000
}

@media (max-width: 767px) {
    .details-product .details-pro .price-box .save-price {
        text-align: left;
        margin-top: 10px
    }
}

.details-product .details-pro .price-box .save-price .product-price-save {
    color: #ff4c4c
}

    .details-product .details-pro .price-box .save-price .product-price-save span {
        color: #000
    }

.details-product .details-pro .inventory_quantity {
    display: block;
    font-weight: 500;
    margin-bottom: 10px;
    border-bottom: 1px dashed #eaebf3;
    padding-bottom: 10px;
    font-size: 13px
}

    .details-product .details-pro .inventory_quantity .stock-brand-title {
        display: inline-block;
        min-width: 100px
    }

    .details-product .details-pro .inventory_quantity .a-stock {
        color: #1cd172
    }

.details-product .details-pro .evo-product-summary.product_description .rte-summary img {
    max-width: 100% !important;
    height: auto !important
}

.details-product .details-pro .evo-product-summary.product_description .rte-summary p {
    margin-bottom: 7px
}

.details-product .details-pro .evo-product-summary.product_description .rte-summary iframe {
    max-width: 100% !important
}

.details-product .details-pro .evo-product-summary.product_description .rte-summary ul {
    list-style: none inside
}

    .details-product .details-pro .evo-product-summary.product_description .rte-summary ul li {
        padding-left: 15px;
        position: relative
    }

        .details-product .details-pro .evo-product-summary.product_description .rte-summary ul li:before {
            content: "";
            display: inline-block;
            position: absolute;
            top: 9px;
            left: 0;
            width: 6px;
            height: 6px;
            background: #000;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            border-radius: 100%
        }

.details-product .details-pro .evo-product-summary.product_description .rte-summary table tbody tr td {
    border: 1px solid #fff;
    padding: 10px
}

    .details-product .details-pro .evo-product-summary.product_description .rte-summary table tbody tr td:first-child {
        width: 168px;
        padding: 10px;
        font-size: 14px;
        background: #f6f6f6
    }

.details-product .details-pro .evo-promotion-products {
    margin-bottom: 15px
}

    .details-product .details-pro .evo-promotion-products .product-promotions-list {
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        position: relative;
        padding-top: 20px;
        margin-top: 20px;
        border: #d0021b solid 1px;
        padding-left: 10px;
        padding-right: 10px
    }

        .details-product .details-pro .evo-promotion-products .product-promotions-list .product-promotions-list-title {
            background: #ec1933;
            border-radius: 13px;
            color: #fff;
            font-size: 14px;
            font-weight: normal;
            position: absolute;
            top: -13px;
            left: 10px;
            vertical-align: middle;
            line-height: 26px;
            clear: both;
            padding: 0 15px 0 30px;
            margin: 0
        }

            .details-product .details-pro .evo-promotion-products .product-promotions-list .product-promotions-list-title:before {
                content: '';
                background: url(//bizweb.dktcdn.net/100/378/751/themes/759146/assets/icon-qua-tang.png?1627725064117);
                width: 16px;
                height: 15px;
                background-size: 16px 15px;
                float: left;
                margin: 4px 5px 0 -15px
            }

        .details-product .details-pro .evo-promotion-products .product-promotions-list .product-promotions-list-content {
            padding-bottom: 10px;
            background: #fff
        }

            .details-product .details-pro .evo-promotion-products .product-promotions-list .product-promotions-list-content p {
                margin-bottom: 7px
            }

.details-product .details-pro .form-product {
    margin-bottom: 0
}

    .details-product .details-pro .form-product .select-swatch {
        margin-bottom: 15px
    }

        .details-product .details-pro .form-product .select-swatch .swatch {
            margin: 0
        }

            .details-product .details-pro .form-product .select-swatch .swatch + .swatch {
                margin-top: 15px
            }

            .details-product .details-pro .form-product .select-swatch .swatch .header {
                font-weight: 500;
                color: #333f48;
                letter-spacing: 0.5px
            }

@media (max-width: 480px) {
    .details-product .details-pro .form-product .select-swatch .swatch .header {
        width: 100%;
        margin-bottom: 7px
    }
}

.details-product .details-pro .form-product .form-group {
    width: 100%
}

    .details-product .details-pro .form-product .form-group .qty-ant {
        display: flex;
        align-items: center;
        height: 45px;
        margin-right: 15px
    }

@media (min-width: 768px) and (max-width: 991px) {
    .details-product .details-pro .form-product .form-group .qty-ant {
        margin-right: 5px
    }
}

@media (max-width: 767px) {
    .details-product .details-pro .form-product .form-group .qty-ant {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px
    }
}

.details-product .details-pro .form-product .form-group .qty-ant label {
    font-weight: 500;
    color: #333f48;
    float: left;
    letter-spacing: 0.5px;
    margin-right: 10px
}

@media (min-width: 768px) and (max-width: 991px) {
    .details-product .details-pro .form-product .form-group .qty-ant label {
        margin-right: 5px
    }
}

.details-product .details-pro .form-product .form-group .qty-ant .custom-btn-numbers {
    float: left;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    border: 1px solid #ebebeb;
    min-height: unset;
    width: auto;
    background-color: transparent;
    height: auto
}

@media (max-width: 480px) {
    .details-product .details-pro .form-product .form-group .qty-ant .custom-btn-numbers {
        width: 100%
    }
}

.details-product .details-pro .form-product .form-group .qty-ant .custom-btn-numbers .btn-cts {
    font-size: 20px;
    line-height: 0px;
    border: none;
    display: inline-block;
    width: 45px;
    height: 45px;
    background: #fff;
    float: left;
    color: #000;
    text-align: center;
    padding: 0px;
    border-radius: 0
}

@media (min-width: 768px) and (max-width: 991px) {
    .details-product .details-pro .form-product .form-group .qty-ant .custom-btn-numbers .btn-cts {
        width: 40px
    }
}

.details-product .details-pro .form-product .form-group .qty-ant .custom-btn-numbers #qty {
    height: 45px;
    font-size: 1em;
    margin: 0;
    width: 45px;
    padding: 0 2px;
    text-align: center;
    background: #fff;
    min-height: unset;
    display: block;
    float: left;
    box-shadow: none;
    border-radius: 0px;
    border: none;
    color: #000
}

@media (min-width: 768px) and (max-width: 991px) {
    .details-product .details-pro .form-product .form-group .qty-ant .custom-btn-numbers #qty {
        width: 35px
    }
}

@media (max-width: 480px) {
    .details-product .details-pro .form-product .form-group .qty-ant .custom-btn-numbers #qty {
        width: calc(100% - 90px)
    }
}

.details-product .details-pro .form-product form .form-group .btn-mua {
    display: inline-block
}

@media (max-width: 767px) {
    .details-product .details-pro .form-product form .form-group .btn-mua {
        width: 100%;
        display: block
    }
}

.details-product .details-pro .form-product .form-group .btn-mua button {
    color: #fff;
    background-color: #1cd172;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    height: auto;
    line-height: inherit;
    box-shadow: none;
    border: 1px solid #1cd172;
    padding: 0px 20px;
    border-radius: 0;
    min-width: 250px;
    height: 45px;
    line-height: 43px
}

@media (min-width: 992px) and (max-width: 1024px) {
    .details-product .details-pro .form-product .form-group .btn-mua button {
        min-width: 210px
    }
}

@media (max-width: 991px) {
    .details-product .details-pro .form-product .form-group .btn-mua button {
        width: 100%;
        min-width: unset
    }
}

@media (min-width: 992px) {
    .details-product .details-pro .form-product .form-group .btn-mua button:hover, .details-product .details-pro .form-product .form-group .btn-mua button:focus {
        color: #fff;
        background-color: #0f9f54;
        border-color: #0f9f54
    }
}

.details-product .support-block .module-news-promotion {
    padding-bottom: 10px
}

    .details-product .support-block .module-news-promotion .evo-pro-title {
        margin-bottom: 0;
        font-weight: 500;
        font-size: 14px;
        text-transform: uppercase;
        color: #4a90e2
    }

    .details-product .support-block .module-news-promotion .kythuat_content {
        padding: 10px;
        font-size: 14px;
        color: #333;
        max-height: 230px;
        overflow-y: auto
    }

        .details-product .support-block .module-news-promotion .kythuat_content ul {
            counter-reset: my-awesome-counter
        }

            .details-product .support-block .module-news-promotion .kythuat_content ul li {
                counter-increment: my-awesome-counter;
                position: relative;
                padding-left: 30px;
                line-height: 1.4;
                margin-bottom: 7px
            }

                .details-product .support-block .module-news-promotion .kythuat_content ul li:before {
                    content: counter(my-awesome-counter);
                    width: 22px;
                    height: 22px;
                    display: inline-block;
                    background: #76abe9;
                    color: #fff;
                    text-align: center;
                    border-radius: 50%;
                    margin: 0;
                    position: absolute;
                    left: 0;
                    top: 50%;
                    transform: translate(0, -50%);
                    line-height: 22px;
                    text-align: center;
                    font-size: 13px
                }

        .details-product .support-block .module-news-promotion .kythuat_content p {
            margin-bottom: 4px
        }

        .details-product .support-block .module-news-promotion .kythuat_content::-webkit-scrollbar-track {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            border-radius: 0;
            background-color: #F5F5F5
        }

        .details-product .support-block .module-news-promotion .kythuat_content::-webkit-scrollbar {
            width: 5px;
            background-color: #F5F5F5
        }

        .details-product .support-block .module-news-promotion .kythuat_content::-webkit-scrollbar-thumb {
            border-radius: 0;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            background-color: #e5e5e5
        }

.evo-may-be-like-list .list-bestsell-item {
    padding: 7px;
    border-bottom: 1px dashed #e5e5e5
}

    .evo-may-be-like-list .list-bestsell-item .product-image {
        width: 80px;
        margin-right: 10px;
        float: left;
        position: relative;
        height: 80px;
        position: relative
    }

        .evo-may-be-like-list .list-bestsell-item .product-image img {
            width: auto !important;
            max-height: 100%;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto
        }

            .evo-may-be-like-list .list-bestsell-item .product-image img:not(.loaded) {
                width: 100% !important;
                height: 100% !important;
                opacity: 0.2
            }

    .evo-may-be-like-list .list-bestsell-item .product-meta {
        padding-left: 90px
    }

        .evo-may-be-like-list .list-bestsell-item .product-meta .names {
            line-height: 1.3
        }

            .evo-may-be-like-list .list-bestsell-item .product-meta .names a {
                color: #333
            }

                .evo-may-be-like-list .list-bestsell-item .product-meta .names a:hover, .evo-may-be-like-list .list-bestsell-item .product-meta .names a:focus {
                    color: #4a90e2
                }

        .evo-may-be-like-list .list-bestsell-item .product-meta .product-price-and-shipping {
            margin-top: 7px
        }

            .evo-may-be-like-list .list-bestsell-item .product-meta .product-price-and-shipping .price {
                display: inline-block;
                color: #e5101d;
                font-weight: 500
            }

            .evo-may-be-like-list .list-bestsell-item .product-meta .product-price-and-shipping .regular-price {
                display: inline-block;
                margin-left: 5px;
                font-weight: normal;
                text-decoration: line-through;
                color: #8a8a8a;
                font-size: 14px
            }

    .evo-may-be-like-list .list-bestsell-item:last-child {
        border-bottom: none
    }

@media (min-width: 768px) and (max-width: 991px) {
    .evo-may-be-like-list .list-bestsell-item {
        width: 50%;
        float: left
    }

        .evo-may-be-like-list .list-bestsell-item:nth-child(2n+1) {
            clear: left
        }

        .evo-may-be-like-list .list-bestsell-item:last-child {
            border-bottom: 1px dashed #e5e5e5
        }
}

.line-clamp {
    position: relative;
    max-height: 37px;
    overflow: hidden;
    display: block
}

    .line-clamp:after {
        content: "";
        text-align: right;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 20%;
        height: 18px;
        background: linear-gradient(to right, rgba(255,255,255,0), #fff 50%)
    }

@supports (-webkit-line-clamp: 2) {
    .line-clamp {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        max-height: 37px;
        height: auto
    }

        .line-clamp:after {
            display: none
        }
}

.product-gray {
    margin-top: 20px
}

@media (max-width: 569px) {
    .product-gray {
        margin-top: 10px
    }
}

.evo-tab-details-product .product-tab .tabs-title {
    display: flex;
    margin: 0 0 20px;
    justify-content: center;
    position: relative
}

@media (min-width: 768px) {
    .evo-tab-details-product .product-tab .tabs-title {
        background-color: #2c2c43;
        border-radius: 5px
    }
}

.evo-tab-details-product .product-tab .tabs-title li {
    margin-right: 0;
    font-size: 15px;
    font-weight: 500;
    color: #666;
    display: block;
    padding: 0;
    position: relative;
    background-color: #fff;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .evo-tab-details-product .product-tab .tabs-title li {
        color: #fff;
        background-color: transparent
    }
}

.evo-tab-details-product .product-tab .tabs-title li span {
    padding: 5px 20px;
    display: block;
    color: #666;
    position: relative;
    border: 1px solid #f3f5f7;
    min-width: 150px;
    text-align: center;
    border-radius: 4px
}

@media (min-width: 768px) {
    .evo-tab-details-product .product-tab .tabs-title li span {
        border: none;
        color: #fff;
        border-bottom: 4px solid transparent;
        border-radius: 0
    }
}

.evo-tab-details-product .product-tab .tabs-title li:hover span, .evo-tab-details-product .product-tab .tabs-title li.current span {
    color: #4a90e2;
    border-color: #4a90e2
}

@media (min-width: 768px) {
    .evo-tab-details-product .product-tab .tabs-title li:hover span, .evo-tab-details-product .product-tab .tabs-title li.current span {
        color: #fff;
        border-color: transparent;
        border-bottom-color: #fff
    }
}

.evo-tab-details-product .product-tab .tabs-title li + li {
    margin-left: 15px
}

@media (min-width: 768px) {
    .evo-tab-details-product .product-tab .rte img {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        height: auto !important
    }
}

@media (max-width: 767px) {
    .evo-tab-details-product .product-tab .rte img {
        max-width: 100% !important;
        height: auto !important
    }
}

.evo-tab-details-product .product-tab .rte iframe {
    max-width: 100% !important
}

@media (max-width: 767px) {
    .evo-tab-details-product .product-tab .rte .table-responsive {
        border-color: #ebebeb
    }
}

.evo-tab-details-product .product-tab .rte .table-responsive .table tbody tr td {
    border: 1px solid #fff
}

    .evo-tab-details-product .product-tab .rte .table-responsive .table tbody tr td:first-child {
        width: 168px;
        padding: 10px;
        font-size: 14px;
        background: #f6f6f6
    }

.evo-tab-details-product .product-tab .rte p {
    margin-bottom: 7px
}

.evo-tab-details-product .product-tab .rte ul {
    list-style: none inside
}

    .evo-tab-details-product .product-tab .rte ul li {
        padding-left: 15px;
        position: relative
    }

        .evo-tab-details-product .product-tab .rte ul li:before {
            content: "";
            display: inline-block;
            position: absolute;
            top: 9px;
            left: 0;
            width: 6px;
            height: 6px;
            background: #000;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            border-radius: 100%
        }

.evo-tab-details-product .product-tab .rte table tbody tr td {
    border: 1px solid #fff;
    padding: 10px
}

    .evo-tab-details-product .product-tab .rte table tbody tr td:first-child {
        width: 168px;
        padding: 10px;
        font-size: 14px;
        background: #f6f6f6;
        font-weight: 600
    }

.related-product .home-title {
    padding-bottom: 5px
}

@media (max-width: 767px) {
    .related-product .home-title {
        background-color: #fff;
        text-align: center;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        padding-top: 10px
    }
}

.related-product .home-title h2 {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin: 0
}

@media (max-width: 767px) {
    .related-product .home-title h2 {
        font-size: 18px;
        margin-top: 0
    }
}

.related-product .home-title h2 a {
    color: #000
}

    .related-product .home-title h2 a strong {
        font-weight: 500
    }

    .related-product .home-title h2 a:hover, .related-product .home-title h2 a:focus {
        color: #4a90e2
    }

.related-product .home-title h2 span {
    color: #4a90e2
}

.related-product .evo-owl-product {
    margin-left: -5px;
    margin-right: -5px
}

    .related-product .evo-owl-product .slick-slide {
        margin: 5px
    }

        .related-product .evo-owl-product .slick-slide:hover, .related-product .evo-owl-product .slick-slide:focus {
            outline: none;
            box-shadow: none;
            border: none
        }

    .related-product .evo-owl-product .slick-arrow {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 50%;
        display: block;
        width: 30px;
        height: 30px;
        padding: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        cursor: pointer;
        color: transparent;
        border: none;
        outline: none;
        background: transparent;
        line-height: 30px;
        text-align: center;
        z-index: 2
    }

@media (max-width: 991px) {
    .related-product .evo-owl-product .slick-arrow {
        display: none !important
    }
}

.related-product .evo-owl-product .slick-arrow.slick-prev {
    left: -35px;
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px)
}

    .related-product .evo-owl-product .slick-arrow.slick-prev:before {
        content: "";
        background-image: url(//bizweb.dktcdn.net/100/378/751/themes/759146/assets/back.svg?1627725064117);
        height: 30px;
        width: 30px;
        display: block
    }

.related-product .evo-owl-product .slick-arrow.slick-next {
    right: -35px;
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translateX(30px);
    transform: translateX(30px)
}

    .related-product .evo-owl-product .slick-arrow.slick-next:before {
        content: "";
        background-image: url(//bizweb.dktcdn.net/100/378/751/themes/759146/assets/right-arrow.svg?1627725064117);
        height: 30px;
        width: 30px;
        display: block
    }

.related-product .evo-owl-product .slick-dots {
    text-align: center
}

    .related-product .evo-owl-product .slick-dots li {
        display: inline-block
    }

        .related-product .evo-owl-product .slick-dots li button {
            border-radius: 0;
            height: 10px;
            width: 10px;
            border: 1px solid #e5e5e5;
            background-color: #fff;
            padding: 0;
            font-size: 0
        }

        .related-product .evo-owl-product .slick-dots li + li {
            margin-left: 5px
        }

        .related-product .evo-owl-product .slick-dots li.slick-active button {
            border-color: #4a90e2;
            background-color: #4a90e2;
            border-radius: 0;
            width: 10px
        }

.related-product .evo-owl-product:hover .slick-arrow.slick-next {
    right: -15px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.related-product .evo-owl-product:hover .slick-arrow.slick-prev {
    left: -15px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.related-product .evo-owl-product .evo-product-block-item .product-item-photo {
    height: 210px
}

@media (max-width: 1024px) {
    .related-product .evo-owl-product .evo-product-block-item .product-item-photo {
        height: 180px
    }
}

@media (max-width: 991px) {
    .related-product .evo-owl-product .evo-product-block-item .product-item-photo {
        height: 227px
    }
}

@media (max-width: 767px) {
    .related-product .evo-owl-product .evo-product-block-item .product-item-photo {
        height: 167px
    }
}

@media (max-width: 668px) {
    .related-product .evo-owl-product .evo-product-block-item .product-item-photo {
        height: 167px
    }
}

@media (max-width: 569px) {
    .related-product .evo-owl-product .evo-product-block-item .product-item-photo {
        height: 176px
    }
}

@media (max-width: 480px) {
    .related-product .evo-owl-product .evo-product-block-item .product-item-photo {
        height: 195px
    }
}

@media (max-width: 376px) {
    .related-product .evo-owl-product .evo-product-block-item .product-item-photo {
        height: 176px
    }
}

@media (max-width: 321px) {
    .related-product .evo-owl-product .evo-product-block-item .product-item-photo {
        height: 148px
    }
}

.related-product .evo-owl-product .evo-product-block-item .product-item-photo img {
    width: auto !important;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

    .related-product .evo-owl-product .evo-product-block-item .product-item-photo img:not(.loaded) {
        width: 100% !important;
        height: 100% !important;
        opacity: 0.2
    }

@media (max-width: 767px) {
    .product_recent .product-bg-white {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }
}

.xem-cung .related-product .home-title {
    margin-bottom: 20px;
    margin-top: 0
}

    .xem-cung .related-product .home-title h2 {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 400;
        margin: 0;
        display: inline-block;
        width: 100%
    }

@media (max-width: 480px) {
    .xem-cung .related-product .home-title h2 {
        font-size: 15px
    }
}

@media (max-width: 1024px) {
    #pbZoomBtn {
        display: none
    }
}

@media (max-width: 767px) {
    #pbZoomBtn {
        display: none
    }

    .evo-tab-product-mobile .tab-content {
        opacity: 1;
        visibility: visible;
        height: auto;
        overflow: hidden
    }

        .evo-tab-product-mobile .tab-content .evo-product-tabs-header {
            font-size: 12px;
            font-weight: 500;
            text-transform: uppercase;
            color: #1c1c1c;
            padding: 10px 0;
            position: relative;
            letter-spacing: 1px;
            border-bottom: 1px solid #ebebeb;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-right: 10px
        }

            .evo-tab-product-mobile .tab-content .evo-product-tabs-header svg {
                transition: .2s all
            }

        .evo-tab-product-mobile .tab-content .rte {
            padding-top: 10px;
            display: none
        }

            .evo-tab-product-mobile .tab-content .rte h3 {
                font-size: 15px
            }

        .evo-tab-product-mobile .tab-content.active .rte {
            display: block
        }

        .evo-tab-product-mobile .tab-content.active .evo-product-tabs-header {
            color: #4a90e2
        }

            .evo-tab-product-mobile .tab-content.active .evo-product-tabs-header svg {
                transform: rotate(90deg)
            }

                .evo-tab-product-mobile .tab-content.active .evo-product-tabs-header svg path {
                    stroke: #4a90e2
                }
}

@media (max-width: 480px) {
    .bizweb-product-reviews-form {
        min-width: 230px !important
    }

    #pbZoomBtn {
        display: none !important
    }
}

.product-reviews-summary-actions #btnnewreview:hover, .product-reviews-summary-actions #btnnewreview:focus {
    color: #fff;
    background-color: #2275d7 !important
}

.product-margin {
    margin-bottom: 0px
}

@media (max-width: 569px) {
    .product-margin {
        margin-bottom: 10px
    }
}

.product_recent .product-bg-white {
    padding: 10px
}

@media (max-width: 480px) {
    .product_recent .product-bg-white {
        padding: 7px
    }
}

.bread-crumb {
    margin-bottom: 0 !important
}

@media (max-width: 767px) {
    .js-free-shipping {
        margin-top: 0px
    }
}

.tableparameter h2 {
    line-height: 1.3em;
    font-size: 20px;
    color: #333;
    margin-bottom: 10px
}

.timer {
    background: #ee0979;
    background: -webkit-linear-gradient(to right, #ff6a00, #ee0979);
    background: linear-gradient(to right, #ff6a00, #ee0979);
    padding: 5px;
    color: #fff;
    border-radius: 4px
}

@media (min-width: 768px) and (max-width: 991px) {
    .timer {
        text-align: center
    }
}

@media (max-width: 480px) {
    .timer {
        text-align: center
    }
}

.timer h5 {
    color: #fff;
    margin: 0;
    font-size: 14px;
    float: left;
    line-height: 38px
}

@media (min-width: 768px) and (max-width: 991px) {
    .timer h5 {
        float: none;
        line-height: inherit;
        padding-bottom: 10px
    }
}

@media (max-width: 480px) {
    .timer h5 {
        float: none;
        line-height: inherit;
        padding-bottom: 10px
    }
}

.timer .timer-view {
    float: right;
    padding-bottom: 15px
}

@media (min-width: 768px) and (max-width: 991px) {
    .timer .timer-view {
        float: none;
        text-align: center;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 480px) {
    .timer .timer-view {
        float: none;
        text-align: center;
        margin-left: auto;
        margin-right: auto
    }
}

.flip-clock-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

.flip-clock-wrapper a {
    cursor: pointer;
    text-decoration: none;
    color: #fff
}

    .flip-clock-wrapper a:hover {
        color: #fff
    }

.flip-clock-wrapper ul {
    list-style: none
}

.flip-clock-wrapper.clearfix {
    *zoom: 1
}

.flip-clock-wrapper {
    font-size: 11px;
    -webkit-user-select: none
}

.flip-clock-meridium {
    background: none !important;
    box-shadow: 0 0 0 !important;
    font-size: 36px !important
}

    .flip-clock-meridium a {
        color: #313333
    }

.flip-clock-wrapper {
    text-align: center;
    position: relative;
    width: 100%
}

    .flip-clock-wrapper:before, .flip-clock-wrapper:after {
        content: " ";
        display: table
    }

    .flip-clock-wrapper:after {
        clear: both
    }

    .flip-clock-wrapper ul {
        position: relative;
        float: left;
        margin: 0 1px;
        width: 18px;
        height: 23px;
        font-size: 30px;
        font-weight: bold;
        line-height: 23px;
        border-radius: 3px;
        background: #fff
    }

@media (min-width: 768px) and (max-width: 991px) {
    .flip-clock-wrapper ul {
        float: none;
        display: inline-block
    }
}

@media (max-width: 480px) {
    .flip-clock-wrapper ul {
        float: none;
        display: inline-block
    }
}

.flip-clock-wrapper ul li {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 23px;
    text-decoration: none !important
}

    .flip-clock-wrapper ul li:first-child {
        z-index: 2
    }

    .flip-clock-wrapper ul li a {
        display: block;
        height: 100%;
        -webkit-perspective: 200px;
        -moz-perspective: 200px;
        perspective: 200px;
        margin: 0 !important;
        overflow: visible !important;
        cursor: default !important
    }

        .flip-clock-wrapper ul li a div {
            z-index: 1;
            position: absolute;
            left: 0;
            width: 100%;
            height: 50%;
            font-size: 80px;
            overflow: hidden;
            outline: 1px solid transparent
        }

            .flip-clock-wrapper ul li a div .shadow {
                position: absolute;
                width: 100%;
                height: 100%;
                z-index: 2
            }

            .flip-clock-wrapper ul li a div.up {
                -webkit-transform-origin: 50% 100%;
                -moz-transform-origin: 50% 100%;
                -ms-transform-origin: 50% 100%;
                -o-transform-origin: 50% 100%;
                transform-origin: 50% 100%;
                top: 0
            }

                .flip-clock-wrapper ul li a div.up:after {
                    content: "";
                    position: absolute;
                    top: 44px;
                    left: 0;
                    z-index: 5;
                    width: 100%;
                    height: 3px;
                    background-color: #000;
                    background-color: rgba(0,0,0,0.4)
                }

            .flip-clock-wrapper ul li a div.down {
                -webkit-transform-origin: 50% 0;
                -moz-transform-origin: 50% 0;
                -ms-transform-origin: 50% 0;
                -o-transform-origin: 50% 0;
                transform-origin: 50% 0;
                bottom: 0;
                border-bottom-left-radius: 6px;
                border-bottom-right-radius: 6px
            }

            .flip-clock-wrapper ul li a div div.inn {
                position: absolute;
                left: 0;
                z-index: 1;
                width: 100%;
                height: 200%;
                color: red;
                text-align: center;
                background-color: #fff;
                border-radius: 4px;
                font-size: 13px
            }

            .flip-clock-wrapper ul li a div.up div.inn {
                top: 0
            }

            .flip-clock-wrapper ul li a div.down div.inn {
                bottom: 0
            }

.flip-clock-wrapper ul.play li.flip-clock-before {
    z-index: 3
}

.flip-clock-wrapper ul.play li.flip-clock-active {
    -webkit-animation: asd 0.01s 0.49s linear both;
    -moz-animation: asd 0.01s 0.49s linear both;
    animation: asd 0.01s 0.49s linear both;
    z-index: 5
}

.flip-clock-divider {
    float: left;
    display: inline-block;
    position: relative;
    width: 10px;
    height: 23px
}

@media (min-width: 768px) and (max-width: 991px) {
    .flip-clock-divider {
        top: -8px;
        float: none
    }
}

@media (max-width: 480px) {
    .flip-clock-divider {
        top: -8px;
        float: none
    }
}

.flip-clock-divider:first-child {
    width: 0
}

.flip-clock-divider .flip-clock-label {
    position: relative;
    color: #fff;
    text-shadow: none;
    font-size: 12px;
    bottom: -22px
}

.flip-clock-divider.days .flip-clock-label {
    right: -17px
}

.flip-clock-divider.hours .flip-clock-label {
    right: -20px
}

.flip-clock-divider.minutes .flip-clock-label {
    right: -17px
}

.flip-clock-divider.seconds .flip-clock-label {
    right: -17px
}

.flip-clock-dot {
    display: block;
    background: #fff;
    width: 3px;
    height: 3px;
    position: absolute;
    border-radius: 50%;
    left: 3px
}

    .flip-clock-dot.top {
        top: 16px
    }

    .flip-clock-dot.bottom {
        bottom: 16px
    }

@-webkit-keyframes asd {
    0% {
        z-index: 2
    }

    100% {
        z-index: 4
    }
}

@-moz-keyframes asd {
    0% {
        z-index: 2
    }

    100% {
        z-index: 4
    }
}

@-o-keyframes asd {
    0% {
        z-index: 2
    }

    100% {
        z-index: 4
    }
}

@keyframes asd {
    0% {
        z-index: 2
    }

    100% {
        z-index: 4
    }
}

.flip-clock-wrapper ul.play li.flip-clock-active .down {
    z-index: 2;
    -webkit-animation: turn 0.5s 0.5s linear both;
    -moz-animation: turn 0.5s 0.5s linear both;
    animation: turn 0.5s 0.5s linear both
}

@-webkit-keyframes turn {
    0% {
        -webkit-transform: rotateX(90deg)
    }

    100% {
        -webkit-transform: rotateX(0deg)
    }
}

@-moz-keyframes turn {
    0% {
        -moz-transform: rotateX(90deg)
    }

    100% {
        -moz-transform: rotateX(0deg)
    }
}

@-o-keyframes turn {
    0% {
        -o-transform: rotateX(90deg)
    }

    100% {
        -o-transform: rotateX(0deg)
    }
}

@keyframes turn {
    0% {
        transform: rotateX(90deg)
    }

    100% {
        transform: rotateX(0deg)
    }
}

.flip-clock-wrapper ul.play li.flip-clock-before .up {
    z-index: 2;
    -webkit-animation: turn2 0.5s linear both;
    -moz-animation: turn2 0.5s linear both;
    animation: turn2 0.5s linear both
}

@-webkit-keyframes turn2 {
    0% {
        -webkit-transform: rotateX(0deg)
    }

    100% {
        -webkit-transform: rotateX(-90deg)
    }
}

@-moz-keyframes turn2 {
    0% {
        -moz-transform: rotateX(0deg)
    }

    100% {
        -moz-transform: rotateX(-90deg)
    }
}

@-o-keyframes turn2 {
    0% {
        -o-transform: rotateX(0deg)
    }

    100% {
        -o-transform: rotateX(-90deg)
    }
}

@keyframes turn2 {
    0% {
        transform: rotateX(0deg)
    }

    100% {
        transform: rotateX(-90deg)
    }
}

.flip-clock-wrapper ul li.flip-clock-active {
    z-index: 3
}

.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
    background: -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, #000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0.1)), color-stop(100%, #000));
    background: linear,top,rgba(0,0,0,0.1) 0%,#000 100%;
    background: -o-linear-gradient(top, rgba(0,0,0,0.1) 0%, #000 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.1) 0%, #000 100%);
    background: linear,to bottom,rgba(0,0,0,0.1) 0%,#000 100%;
    -webkit-animation: show 0.5s linear both;
    -moz-animation: show 0.5s linear both;
    animation: show 0.5s linear both
}

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
    background: -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, #000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0.1)), color-stop(100%, #000));
    background: linear,top,rgba(0,0,0,0.1) 0%,#000 100%;
    background: -o-linear-gradient(top, rgba(0,0,0,0.1) 0%, #000 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.1) 0%, #000 100%);
    background: linear,to bottom,rgba(0,0,0,0.1) 0%,#000 100%;
    -webkit-animation: hide 0.5s 0.3s linear both;
    -moz-animation: hide 0.5s 0.3s linear both;
    animation: hide 0.5s 0.3s linear both
}

.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
    background: -moz-linear-gradient(top, #000 0%, rgba(0,0,0,0.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000), color-stop(100%, rgba(0,0,0,0.1)));
    background: linear,top,#000 0%,rgba(0,0,0,0.1) 100%;
    background: -o-linear-gradient(top, #000 0%, rgba(0,0,0,0.1) 100%);
    background: -ms-linear-gradient(top, #000 0%, rgba(0,0,0,0.1) 100%);
    background: linear,to bottom,#000 0%,rgba(0,0,0,0.1) 100%;
    -webkit-animation: show 0.5s linear both;
    -moz-animation: show 0.5s linear both;
    animation: show 0.5s linear both
}

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
    background: -moz-linear-gradient(top, #000 0%, rgba(0,0,0,0.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000), color-stop(100%, rgba(0,0,0,0.1)));
    background: linear,top,#000 0%,rgba(0,0,0,0.1) 100%;
    background: -o-linear-gradient(top, #000 0%, rgba(0,0,0,0.1) 100%);
    background: -ms-linear-gradient(top, #000 0%, rgba(0,0,0,0.1) 100%);
    background: linear,to bottom,#000 0%,rgba(0,0,0,0.1) 100%;
    -webkit-animation: hide 0.5s 0.3s linear both;
    -moz-animation: hide 0.5s 0.3s linear both;
    animation: hide 0.5s 0.2s linear both
}

@-webkit-keyframes show {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes show {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-o-keyframes show {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes show {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes hide {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes hide {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-o-keyframes hide {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes hide {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

#tab-1 .product-well {
    min-height: 20px;
    padding: 0;
    padding-bottom: 35px;
    background-color: #fff;
    position: relative;
    margin-bottom: 18px;
    box-shadow: none;
    outline: none;
    border: none;
    border-radius: 0
}

    #tab-1 .product-well .ba-text-fpt {
        height: 450px;
        overflow: hidden;
        -webkit-transition: height 0.2s;
        -moz-transition: height 0.2s;
        transition: height 0.2s
    }

    #tab-1 .product-well.expanded .ba-text-fpt {
        height: auto;
        -webkit-transition: height 0.2s;
        -moz-transition: height 0.2s;
        transition: height 0.2s
    }

    #tab-1 .product-well.expanded .less-text {
        display: block
    }

    #tab-1 .product-well.expanded .more-text {
        display: none
    }

    #tab-1 .product-well.expanded .show-more::before {
        display: none
    }

    #tab-1 .product-well .show-more {
        position: relative
    }

        #tab-1 .product-well .show-more .btn--view-more {
            position: absolute;
            top: 100%;
            left: 50%;
            width: 120px;
            margin-left: -60px;
            margin-top: 0px;
            text-align: center;
            background-color: transparent;
            color: #4a90e2;
            font-weight: normal;
            outline: none;
            box-shadow: none
        }

            #tab-1 .product-well .show-more .btn--view-more:hover, #tab-1 .product-well .show-more .btn--view-more:focus {
                color: #333;
                border-color: #333;
                outline: none;
                box-shadow: none
            }

                #tab-1 .product-well .show-more .btn--view-more:hover:after, #tab-1 .product-well .show-more .btn--view-more:focus:after {
                    border-top-color: #333
                }

            #tab-1 .product-well .show-more .btn--view-more:after {
                content: '';
                width: 0;
                right: 0;
                border-top: 6px solid #4a90e2;
                border-left: 6px solid transparent;
                border-right: 6px solid transparent;
                display: inline-block;
                vertical-align: middle;
                margin: -2px 0 0 5px
            }

            #tab-1 .product-well .show-more .btn--view-more.active {
                display: none
            }

        #tab-1 .product-well .show-more::before {
            display: block;
            content: "";
            height: 120px;
            position: absolute;
            top: -120px;
            width: 100%;
            left: 0;
            background: rgba(255,255,255,0.6);
            background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,0.33) 33%, rgba(255,255,255,0.8) 83%, #fff)
        }

    #tab-1 .product-well .less-text {
        display: none
    }

.detail-p-compare {
    padding: 2px 0;
    width: 100%
}

    .detail-p-compare a {
        color: #ff0000
    }

        .detail-p-compare a:hover, .detail-p-compare a:focus {
            color: #4a90e2
        }
