﻿
.item_product_main.item_product_list_mini {
    margin-bottom: 0 !important;
    background: #fff;
    padding: 15px 0;
    border-bottom: dashed 1px #ebebeb
}

    .item_product_main.item_product_list_mini:last-child {
        border-bottom: 0
    }

    .item_product_main.item_product_list_mini .product-thumbnail {
        width: 70px;
        float: left;
        border: 0;
        margin: 0
    }

        .item_product_main.item_product_list_mini .product-thumbnail .image_thumb {
            height: 70px;
            padding: 0
        }

            .item_product_main.item_product_list_mini .product-thumbnail .image_thumb img {
                width: 100%;
                height: 70px;
                min-height: auto
            }

                .item_product_main.item_product_list_mini .product-thumbnail .image_thumb img.loaded {
                    width: auto;
                    height: auto;
                    min-height: auto
                }

    .item_product_main.item_product_list_mini .product-info {
        width: calc(100% - 90px);
        float: left;
        text-align: left;
        padding: 0;
        padding-left: 10px;
        margin: 0
    }

@media(max-width:767px) {
    .item_product_main.item_product_list_mini .product-info {
        width: calc(100% - 100px)
    }
}

.item_product_main.item_product_list_mini .product-info .btn-views {
    opacity: 1
}

@media(max-width:767px) {
    .item_product_main.item_product_list_mini .product-info .btn-views {
        display: none
    }
}

.item_product_main {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 30px rgba(19,28,25,.1);
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

    .item_product_main form {
        margin-bottom: 0
    }

@media(max-width:767px) {
    .item_product_main {
        padding: 10px
    }
}

.item_product_main .image_thumb {
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

@media(max-width:767px) {
    .item_product_main .image_thumb {
        padding: 0
    }
}

.item_product_main .image_thumb img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 200px;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

    .item_product_main .image_thumb img.loaded {
        width: unset;
        min-height: unset;
        height: unset
    }

.item_product_main .product-thumbnail {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 20px
}

@media(max-width:991px) {
    .item_product_main .product-thumbnail {
        margin: 0 0 20px
    }
}

@media(min-width:1199px) {
    .item_product_main .product-thumbnail .product_overlay {
        content: "";
        width: 100%;
        height: 100%;
        background: #fff;
        opacity: 0;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        -webkit-transition: all 150ms ease-in-out;
        -moz-transition: all 150ms ease-in-out;
        -ms-transition: all 150ms ease-in-out;
        -o-transition: all 150ms ease-in-out;
        transition: all 150ms ease-in-out
    }
}

.item_product_main .product-thumbnail .product-action {
    left: 50%;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(-50%,-50%) scale(0);
    -webkit-transform: translate(-50%,-50%) scale(0);
    -moz-transform: translate(-50%,-50%) scale(0);
    -o-transform: translate(-50%,-50%) scale(0);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    position: absolute;
    z-index: 9
}

.item_product_main .btn-views {
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    width: 100%;
    display: inline-block;
    color: #fff;
    margin-bottom: 15px;
    border: 1px solid #da2328;
    background: #da2328;
    border-radius: 10px;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    padding: 0 15px;
    margin-top: 10px;
    box-shadow: none;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    text-decoration: none;
    z-index: 10
}

    .item_product_main .btn-views:hover {
        background: #fff;
        color: #da2328;
        border-color: #da2328;
    }

.item_product_main .wishlist-button {
    border-radius: 50%;
    margin-left: 2px;
    width: 27px;
    height: 27px;
    box-shadow: none;
    outline: none;
    border-style: none;
    background-color: #f5f4f9;
    border: solid 1px #f5f4f9;
    display: inline-block;
    line-height: 27px;
    text-align: center;
    padding: 0;
    float: left;
    text-decoration: none;
    position: relative;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

    .item_product_main .wishlist-button.active {
        background: #f76758;
        border-color: #f76758
    }

        .item_product_main .wishlist-button.active svg {
            color: #fff
        }

    .item_product_main .wishlist-button svg {
        width: 16px;
        height: 16px;
        color: #00bc86;
        transform: translateY(3px)
    }

    .item_product_main .wishlist-button:hover {
        background: #f76758;
        border-color: #f76758
    }

        .item_product_main .wishlist-button:hover svg path {
            fill: #fff
        }

.item_product_main .product-info .product_type {
    padding: 5px 12px;
    background: #f79012;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #00bc86;
    margin: 0 5px 5px 0;
    display: inline-block;
    border-radius: 10px
}

@media(max-width:767px) {
    .item_product_main .product-info .product_type {
        padding: 2px 9px;
        font-size: 10px
    }
}

.item_product_main .product-info .product_type.hard {
    background: rgba(247,103,88,.26);
    color: #f76758
}

.item_product_main .product-info .product_type.ez {
    background: #f79012;
    color: white;
}

.item_product_main .product-info .category_product {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #da2328;
    display: block;
    margin: 0 0 5px
}

@media(max-width:767px) {
    .item_product_main .product-info .category_product {
        font-size: 14px
    }
}

.item_product_main .product-info .price-box {
    color: #f76758;
    line-height: 30px;
    display: block;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

@media(max-width:767px) {
    .item_product_main .product-info .price-box {
        font-size: 16px
    }
}

.item_product_main .product-info .price-box .compare-price {
    text-decoration: line-through;
    font-size: 13px;
    color: #929292;
    font-weight: 400;
    margin-right: 10px
}

@media(max-width:767px) {
    .item_product_main .product-info .price-box .compare-price {
        font-size: 12px
    }
}

.item_product_main .product-info .sapo-product-reviews-badge .sapo-product-reviews-star i {
    font-size: 12px
}

.item_product_main .product-name {
    padding: 0;
    text-decoration: none;
    line-height: 25px;
    text-decoration: none;
    font-size: 20px;
    margin: 0 0 10px;
    font-weight: 700;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #403938;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: unset;
    height: 48px
}

@media(max-width:767px) {
    .item_product_main .product-name {
        font-size: 16px
    }
}

.item_product_main .product-name:hover {
    color: #f76758
}

.item_product_main .product-name a {
    color: #403938
}

    .item_product_main .product-name a:hover {
        color: #da2328;
    }

.item_product_main .product_hover {
    opacity: 0;
    position: absolute;
    border: none;
    display: block;
    width: 100%;
    padding: 15px;
    left: 0;
    top: 0;
    z-index: 1;
    background: #fff;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

@media(max-width:1199px) {
    .item_product_main .product_hover {
        display: none
    }
}

.item_product_main .product_hover .blog-bar-content {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    display: none;
}

    .item_product_main .product_hover .blog-bar-content .blog-thumbnail.lazyload {
        background-size: cover;
        width: 61px;
        background-position: center;
        background-repeat: no-repeat;
        background-color: transparent;
        position: relative;
        height: 61px;
        border-radius: 50%;
        float: left
    }

    .item_product_main .product_hover .blog-bar-content .content_blog {
        width: calc(100% - 61px);
        float: left;
        padding-left: 10px
    }

        .item_product_main .product_hover .blog-bar-content .content_blog a {
            font-size: 16px;
            font-weight: 700;
            line-height: 28px;
            margin: 0;
            display: block;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            text-decoration: none;
            color: #333
        }

            .item_product_main .product_hover .blog-bar-content .content_blog a:hover {
                color: #00bc86
            }

        .item_product_main .product_hover .blog-bar-content .content_blog .summary_blog {
            font-weight: 400;
            font-size: 12px;
            line-height: 21px;
            color: #666;
            margin: 0
        }

.item_product_main .product_hover .product-name {
    color: #00bc86
}

    .item_product_main .product_hover .product-name:hover {
        color: #f76758
    }

    .item_product_main .product_hover .product-name a {
        color: #da2328;
    }

        .item_product_main .product_hover .product-name a:hover {
            color: #da2328;
        }

.item_product_main .product_hover .desproduct {
    margin: 0 0 15px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    white-space: unset;
    -webkit-box-orient: vertical;
    max-height: 108px;
    color: #676767;
    font-size: 16px;
    overflow: hidden
}

.item_product_main .product_hover .group_tag {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    font-size: 14px;
    color: #2e2e2e;
    font-weight: 400
}

    .item_product_main .product_hover .group_tag .lesson_tag svg, .item_product_main .product_hover .group_tag .time_tag svg {
        transform: translateY(4px)
    }

.item_product_main .product_hover .social_hover {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background: #f5f4f9;
    line-height: 27px;
    display: inline-block;
    text-align: center;
    float: right;
    cursor: pointer;
    border: solid 1px #f5f4f9;
    position: relative;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

    .item_product_main .product_hover .social_hover svg {
        width: 16px;
        height: 16px;
        transform: translateY(3px)
    }

        .item_product_main .product_hover .social_hover svg path {
            fill: #00bc86
        }

    .item_product_main .product_hover .social_hover:hover {
        background: #00bc86;
        border-color: #00bc86
    }

        .item_product_main .product_hover .social_hover:hover svg path {
            fill: #fff
        }

        .item_product_main .product_hover .social_hover:hover .social-media {
            display: block
        }

    .item_product_main .product_hover .social_hover .social-media {
        display: none;
        position: absolute;
        top: 0;
        right: 15px;
        width: 85px
    }

        .item_product_main .product_hover .social_hover .social-media label {
            display: none !important
        }

        .item_product_main .product_hover .social_hover .social-media a {
            width: 27px;
            height: 27px;
            border-radius: 50%;
            background: #f5f4f9;
            line-height: 27px;
            float: left;
            text-align: center;
            margin: 0 5px;
            display: inline-block;
            border: solid 1px #f5f4f9;
            position: relative;
            -webkit-transition: all ease .3s;
            -moz-transition: all ease .3s;
            -ms-transition: all ease .3s;
            -o-transition: all ease .3s;
            transition: all ease .3s
        }

            .item_product_main .product_hover .social_hover .social-media a.share-facebook svg path {
                fill: #3b5998
            }

            .item_product_main .product_hover .social_hover .social-media a.share-facebook:hover {
                background: #3b5998;
                border-color: #3b5998
            }

                .item_product_main .product_hover .social_hover .social-media a.share-facebook:hover svg path {
                    fill: #fff
                }

            .item_product_main .product_hover .social_hover .social-media a.share-twitter svg path {
                fill: #1da1f2
            }

            .item_product_main .product_hover .social_hover .social-media a.share-twitter:hover {
                background: #1da1f2;
                border-color: #1da1f2
            }

                .item_product_main .product_hover .social_hover .social-media a.share-twitter:hover svg path {
                    fill: #fff
                }

            .item_product_main .product_hover .social_hover .social-media a svg {
                width: 17px;
                height: 17px
            }

@media(min-width:1200px) {
    .item_product_main:hover {
        background: #fff
    }

        .item_product_main:hover .product-thumbnail .product_overlay {
            opacity: .5
        }

        .item_product_main:hover .product_hover {
            transform: translateY(0);
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -o-transform: translateY(0);
            height: 100%;
            opacity: 1
        }
}

h1.product_title.entry-title {
    font-size: 22px;
    margin-bottom: 15px;
    color: #000000;
    font-family: 'UTM-NEO-SANS-INTELBOLD';
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 10px;
    margin-top: 15px;
}

.button_actions .btn_base {
    height: 50px;
    line-height: 50px;
    float: left;
    position: relative;
    text-decoration: none;
    text-transform: none;
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
    padding: 0 25px;
    margin-bottom: 15px;
    color: #fff;
    border: 1px solid #d70606;
    background: #d70606;
    margin-top: 10px;
    border-radius: 10px;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

.table input::-webkit-outer-spin-button,
.table input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.table input[type=number] {
    -moz-appearance: textfield;
}

.table input {
    -webkit-appearance: none;
    margin: 0;
    pointer-events: none;
}

.woocommerce-checkout #customer_details {
    width: calc(78.6667% - 140px);
    float: left;
    padding: 60px 50px;
    display: block;
}

.woocommerce-checkout #order_review {
    width: 33.3333%;
    float: left;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table {
    display: none;
}

.form.checkout.woocommerce-checkout {
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 0 87px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

    .form.checkout.woocommerce-checkout div#payment {
        position: relative;
        border-radius: 0;
        float: left;
    }

        .form.checkout.woocommerce-checkout div#payment:before {
            position: absolute;
            background-image: url(../images/before_payment.png);
            height: 215px;
            width: 100%;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: bottom;
            content: '';
            left: 0;
            z-index: -1;
            bottom: 0;
        }

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background: transparent;
    color: white;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    color: white;
    border-bottom: unset;
}

.woocommerce-checkout #payment div.payment_box::before {
    display: none;
}

#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
    font-size: 16px;
}

#add_payment_method #payment div.payment_box *, .woocommerce-cart #payment div.payment_box *, .woocommerce-checkout #payment div.payment_box * {
    background: transparent;
    border: none;
    color: white;
    font-size: 14px;
    line-height: 1.5;
}

#add_payment_method #payment div.payment_box p:last-child, .woocommerce-cart #payment div.payment_box p:last-child, .woocommerce-checkout #payment div.payment_box p:last-child {
    margin-bottom: 20px;
}

.woocommerce-checkout div#banner_gr,
.woocommerce-checkout header.entry-header,
ul.woocommerce-error {
    display: none;
}

.woocommerce-checkout .woocommerce {
    margin: 90px 0;
}

.cart_item {
    display: flex;
    border-radius: 10px;
    background-color: #f1efefb5;
    overflow: hidden;
    margin-bottom: 30px;
}

    .cart_item .product_preview_info {
        padding: 12px 20px;
        width: calc(100% - 200px);
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }

.product_preview_info_button {
    float: right;
    display: flex;
}

button.plus {
    border-radius: 23px 0 0 0;
    border: 1px solid #999999;
    border-right: none;
    background: transparent;
    color: #999999;
    margin-right: 0;
    outline: none;
    min-height: 41px;
}

div.quantity {
    margin: 0;
    outline: none !important;
    border-left: none;
    border-right: none;
}

button.minus {
    border-radius: 0 0 23px 0;
    border: 1px solid #999999;
    border-left: none;
    background: transparent;
    color: #999999;
    margin-right: 10px;
    outline: none;
}

.cart_item .product_preview_info {
    padding: 12px 20px;
    width: calc(100% - 4px);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product_preview_img {
    width: 160px;
    min-width: 160px;
}

.product_preview_info_detail {
    display: inline-block;
}

    .product_preview_info_detail .product_name {
        font-size: 16px;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .product_preview_info_detail .product-total {
        font-size: 17px;
        font-family: "Lora-Bold";
        color: #8D388A;
    }

.product_name .product-quantity {
    border: none;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    color: white;
    border-bottom: unset;
    margin: 0;
}

.woocommerce-checkout .col_details {
    padding: 0;
}

.pred-de .category_product {
    padding: 9px 23px;
    background: #f79012;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: white;
    margin: 0 15px 0px 0;
    display: inline-block;
    border-radius: 10px;
}

.tttv-control i {
    margin-right: 5px;
}

.taixuong-ee {
    display: block;
}

    .taixuong-ee a {
        font-size: 14px;
        border: 1px solid #d01a1a;
        line-height: 28px;
        text-align: center;
        color: #d01a1a;
        border-radius: 6px;
        padding: 3px 10px;
        display: inline-block;
        margin: 5px 0;
    }

    .taixuong-ee i {
        margin-right: 2px;
    }

.cart_item .number-sidebar {
    min-height: 41px;
}

.group {
    padding: 10px 15px;
    background: #cf2126 !important;
    margin-bottom: 10px;
}

#message-error {
    color: red;
    margin-bottom: 5px;
}

ul.bankList {
    clear: both;
    height: 202px;
    width: 636px;
}

.boxContent {
    margin-left: 20px;
    padding: 20px;
    display: none;
    border: 1px solid #e4e4e4;
}

.active .boxContent {
    display: block !important;
}

ul.bankList li {
    list-style-position: outside;
    list-style-type: none;
    cursor: pointer;
    float: left;
    margin-right: 0;
    padding: 5px 2px;
    text-align: center;
    width: 90px;
}

.list-content li {
    list-style: none outside none;
    margin: 0 0 10px !important;
    float: left;
    width: 100%;
}

    .list-content li .boxContent {
        display: none;
        width: 100%;
        border: 1px solid #cccccc;
        padding: 10px;
        margin: 0;
        float: left;
    }

    .list-content li.active .boxContent {
        display: block;
    }

    .list-content li .boxContent ul {
        height: 280px;
    }

ul.cardList li {
    cursor: pointer;
    float: left;
    margin-right: 0;
    padding: 5px 4px;
    text-align: center;
    width: 90px;
}

.prdimg {
    float: left;
    width: 100px;
    margin-right: 10px;
}

.ttgh {
    border: 1px solid #f0f0f0;
    padding: 10px;
}

.tta {
    margin-top: 10px;
    padding: 10px 0px 10px 0px;
    text-align: right;
    border-top: 1px solid #f0f0f0;
}

.itghslg {
    float: left;
}

.itghtt {
    float: right;
    color: red;
}

.ghit {
    padding: 5px 0px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.ttdh table {
    width: 100%;
    border-left: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
}

    .ttdh table td {
        padding: 5px;
    }

    .ttdh table tr {
        border-bottom: 1px solid #f0f0f0;
        border-right: 1px solid #f0f0f0;
    }

.cart_detail h3 {
    font-size: 14px;
    font-weight: bold;
    padding: 6px 0px 15px 0px;
}

.title_c {
    width: 94px;
    display: inline-block;
}

.d_buyinfo {
    float: left;
}

.d_payment {
}

#pnordersuccess {
    margin-bottom: 30px;
}

#pnmessage {
    text-align: center;
    font-weight: bold;
    margin: 50px 0px;
}

.cardList {
    list-style: none;
}

.tool_cart {
    margin-bottom: 10px;
}

.list-content {
    margin: 0 !important;
    padding: 10px 0;
    float: left;
    width: 100%;
}


@media (max-width: 375px) {
}

@media (max-width: 424px) {
}

@media (max-width: 430px) {
}

@media (max-width: 480px) {
}

@media (max-width: 543px) and (min-width: 480px) {
}

@media (max-width: 543px) {
}


@media (max-width: 767px) {
.woocommerce-checkout #customer_details {
    width: 100%;
    float: left;
    padding: 20px 20px;
    display: block;
}
.product_preview_img {
    width: 140px;
    min-width: 140px;
}
.woocommerce-checkout #order_review {
    width: 100%;
    float: left;
}
}


@media (max-width: 768px) {
}

@media (max-width: 991px) and (min-width: 768px) {
}

@media (max-width: 991px) {
}

@media (max-width: 991px) and (max-width: 991px) {
}


@media (min-width: 992px) {
}


@media (min-width: 992px) and (max-width: 1199px) {
}

@media (max-width: 1199px) {
}


@media (min-width: 1200px) {
}
