@charset "UTF-8";
:root {
    --woocommerce: #a46497;
    --wc-green: #7ad03a;
    --wc-red: #a00;
    --wc-orange: #ffba00;
    --wc-blue: #2ea2cc;
    --wc-primary: #a46497;
    --wc-primary-text: white;
    --wc-secondary: #ebe9eb;
    --wc-secondary-text: #515151;
    --wc-highlight: #77a464;
    --wc-highligh-text: white;
    --wc-content-bg: #fff;
    --wc-subtext: #767676;
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@font-face {
    font-family: star;
    src: url(../fonts/star.eot);
    src: url(../fonts/star.eot?#iefix) format("embedded-opentype"), url(../fonts/star.woff) format("woff"), url(../fonts/star.ttf) format("truetype"), url(../fonts/star.svg#star) format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: WooCommerce;
    src: url(../fonts/WooCommerce.eot);
    src: url(../fonts/WooCommerce.eot?#iefix) format("embedded-opentype"), url(../fonts/WooCommerce.woff) format("woff"), url(../fonts/WooCommerce.ttf) format("truetype"), url(../fonts/WooCommerce.svg#WooCommerce) format("svg");
    font-weight: 400;
    font-style: normal;
}
/* css product */
.woocommerce .woocommerce-breadcrumb {
    margin-top: 10px;
    padding: 0;
    font-size: 14px;
    color: #767676;
    margin-bottom: 10px;
}
.woocommerce div.product {
    margin-bottom: 0;
    position: relative;
    background: #fff;
    float: left;
    width: 100%;
}
.woocommerce-product-gallery {
    width: 450px;
    float: left;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
    margin: 0;
    padding: 0;
}
.woocommerce-product-gallery img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
figure.woocommerce-product-gallery__wrapper {
    margin: 0px;
}
.woocommerce-page div.product div.summary {
    float: right;
    width: calc(100% - 480px);
    clear: none;
}
.woocommerce div.product .product_title {
    clear: none;
    margin-top: 10px;
    padding: 0;
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
}
.woocommerce div.product p.price {
    color: #e00019;
    font-size: 23px;
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    align-items: center;
    line-height: 1;
}
.gban {
    color: #e00019;
    font-size: 23px;
    font-weight: 500;
    display: block;
}
.ptgg {
    order: 3;
    margin-left: 10px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 2px;
    white-space: nowrap;
    height: 24px;
    line-height: 24px;
    padding: 0px 5px;
    font-weight: 500;
    background: linear-gradient(to right, #e73f3b, #e73f3b);
}
.woocommerce div.product p.price del {
    opacity: 0.5;
    display: inline-block;
    order: 2;
    color: #333;
}
.woocommerce div.product p.price ins {
    font-size: 23px;
    background: inherit;
    font-weight: 700;
    display: inline-block;
    order: 2;
    text-decoration: none;
}
.woocommerce div.product p.price span.woocommerce-Price-amount.amount {
    margin-right: 5px;
    margin-left: 5px;
}
.quantity, .minus, .plus {
    float: left;
}
.lable_sl {
    float: left;
    margin-right: 10px;
    line-height: 35px;
    font-weight: 600;
}
.minus, .plus {
    height: 35px;
    width: 35px;
    font-size: 20px;
    border: 0px;
}
.woocommerce.single-product .quantity .qty {
    height: 35px;
    border: 1px solid #eee;
    width: 45px;
    font-size: 14px;
    text-align: center;
}
.plus {
    float: right;
}
.woocommerce.single-product div.product form.cart .button {
    vertical-align: middle;
    float: left;
    clear: both;
}
.woocommerce.single-product a.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 0.618em 1em;
    font-weight: 700;
    border-radius: 0px;
    left: auto;
    color: #fff !important;
    background-color: #f05d40;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}
.woocommerce.single-product button.button.alt {
    background: rgba(255,87,34,.1);
    color: #ee4d2d;
    border: 1px solid #ee4d2d;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 3%);
    margin-top: 15px;
    margin-right: 15px;
    font-size: 14px;
    height: 46px;
    min-width: 180px;
}
.buynowent {
    display: block;
    float: left;
    margin-top: 15px;
    height: 46px;
    line-height: 46px;
    background: linear-gradient(to right, #e02622, #e02622);
    width: 146px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    font-size: 14px;
}
.buynowent:hover {
    color: #fff;
}
.woocommerce.single-product div.product form.cart {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.product-meta-ent {
    float: left;
    width: 100%;
}
section.related.products>.ph2 {
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 1px solid #f4f4f4;
    padding: 8px 10px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
}
section.related.products {
    float: left;
    background: #fff;
    width: calc(100%);
    margin-top: 15px;
    border: 1px solid #f4f4f4;
    margin-bottom: 50px;
}
.ent-woocommer ul.products li {
    position: relative;
    text-align: center;
}
.woocommerce-loop-product__title {
    font-size: 16px;
    font-weight: 500;
    padding: 0px 5px;
    margin: 8px 0px;
    margin-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 45px;
}
ul.products li.product .price {
    color: red;
    font-weight: 500;
    font-size: 15px;
    display: flex;
    margin: auto;
    justify-content: center;
}
ul.products li.product .price del {
    color: #333;
    opacity: 0.5;
    display: inline-block;
    order: 1;
}
span.woocommerce-Price-amount.amount {
    margin-left: 5px;
    margin-right: 5px;
}
ul.products li.product .price ins {
    background: 0 0;
    font-weight: 700;
    display: inline-block;
    text-decoration: none;
    order: 2;
}
.products.product-slider {
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
    padding: 15px;
}
.woocommerce div.product form.cart .variations {
    margin-bottom: 0px;
    border: 0;
    width: 100%;
    position: relative;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    border: 0;
    vertical-align: top;
    line-height: 2em;
        padding: 0px;
}
.woocommerce div.product form.cart .variations label {
    font-weight: 700;
    font-size: 15px;
}
.reset_variations {
    float: left;
    width: 21px;
    height: 20px;
    text-align: center;
    font-size: 0px !important;
    background: red;
    border-radius: 100%;
    position: absolute;
    top: 0px;
    right: 5px;
}
.reset_variations:before {
    content: "\f00d";
    font-family: 'FontAwesome';
    font-size: 12px;
    position: relative;
    top: -4px;
    color: #fff;
    left: 0px;
}
.single_variation_wrap {
    margin-top: 10px;
}
.woocommerce div.product span.price del {
    opacity: 0.5;
    display: inline-block;
    order: 2;
    color: #333;
}
.woocommerce div.product span.price {
    color: #e00019;
    font-size: 17px;
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    align-items: center;
    line-height: 1;
}
.woocommerce-variation-price span.woocommerce-Price-amount.amount {
    margin-left: 0px;
}
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
    float: left;
    width: 100%;
    position: relative;
}
.added_to_cart.wc-forward {
    position: absolute;
    right: 0px;
    bottom: 9px;
    padding: 5px 15px;
    background: linear-gradient(to right, #a1091d, #e73f3b);
    color: #fff;
}
.woocommerce-variation.single_variation {
    color: red;
}
/* end css product */
/* css shop */
.onsale {
    position: absolute;
    z-index: 1;
    top: 0px;
    right: 0px;
    color: #fff;
    font-size: 13px;
}
._2xsPH4 {
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;
    font-weight: 400;
    line-height: .8125rem;
    color: #ee4d2d;
    text-transform: uppercase;
    font-size: 13px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 2px 3px;
    background-color: rgba(255,212,36,.9);
}
._2xsPH4:after {
    content: "";
    width: 0;
    height: 0;
    left: 0;
    bottom: -4px;
    position: absolute;
    border-color: transparent rgba(255,212,36,.9);
    border-style: solid;
    border-width: 0 18px 4px;
}
.percent {
    font-weight: 500;
}
.rfD_2w {
    color: #fff;
    margin-top: 5px;
}
/* end css shop */
/* css chung */
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid #473b2b;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    font-family: WooCommerce;
    content: "\e028";
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em;
}
.woocommerce-message::before {
    content: "\e015";
    color: #473b2b;
}
.woocommerce-error .button, 
.woocommerce-info .button, 
.woocommerce-message .button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 0.618em 1em;
    font-weight: 700;
    border-radius: 0px;
    left: auto;
    color: #fff !important;
    background: linear-gradient(to right, #a1091d, #e73f3b);
    border: 0;
    display: inline-block;
    box-shadow: none;
    text-shadow: none;
    top: -7px;
}
.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
    float: right;
}
/* end css chung */