@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;
    float: left;
    width: 100%;
}
.woocommerce-product-gallery {
    width: 400px;
    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% - 430px);
    clear: none;
}
.woocommerce div.product .product_title {
    clear: none;
    margin-top: 10px;
    padding: 0;
    margin-bottom: 0px;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.3;
    text-transform: capitalize;
    margin-top: 0px;
}
.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: #d10000;
}
.woocommerce div.product p.price del {
    opacity: 0.5;
    display: inline-block;
    order: 2;
    color: #333;
    font-size: 18px;
}
.woocommerce div.product p.price ins {
    font-size: 18px;
    background: inherit;
    font-weight: 700;
    display: inline-block;
    order: 2;
    text-decoration: none;
    color: #d10000;
}
.woocommerce div.product p.price span.woocommerce-Price-amount.amount {
    margin-right: 5px;
}
.quantity, .minus, .plus {
    float: left;
}
.lable_sl {
    float: left;
    margin-right: 10px;
    line-height: 35px;
    font-weight: 600;
    display: none;
}
.minus, .plus {
    height: 40px;
    width: 40px;
    font-size: 20px;
    border: 0px;
}
.woocommerce.single-product .quantity .qty {
    height: 40px;
    border: 1px solid #eee;
    width: 40px;
    font-size: 14px;
    text-align: center;
}
.plus {
    float: right;
}
.woocommerce.single-product div.product form.cart .button {
    vertical-align: middle;
    float: left;
}
.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;
    border-radius: 4px;
}
.woocommerce.single-product button.button.alt {
    background: #0000;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 3%);
    margin-left: 10px;
    font-size: 15px;
    height: 40px;
    width: calc(100% - 130px);
    background-color: #252a40;
    border-width: 0px;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}
.buynowent {
    display: block;
    float: left;
    margin-top: 13px;
    background: #252a40;
    width: 100%;
    text-align: center;
    font-weight: 500;
    padding: 9px 0;
    border-radius: 4px;
    font-size: 18px;
}
.buynowent strong {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 5px;
    margin-top: 2px;
}
.buynowent span {
    display: block;
    font-size: 14px;
    color: #fff;
    text-transform: none;
    margin: 2px 0 0;
}
.buynowent:hover {
    color: #000;
}
.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: 30px;
    margin-bottom: 50px;
}
section.related.products .texth2 {
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-size: 28px auto;
    font-size: 16px;
    background-position-y: 2px;
}
.ent-woocommer ul.products li {
    text-align: center;
    border: 2px solid #252a40;
    padding: 10px;
    position: relative;
}

.woocommerce-loop-product__title {
    font-size: 15px;
    font-weight: 500;
    padding: 0px 10px;
    margin: 10px 0px;
    margin-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: center;
    line-height: 1.5
}

.content-auto ul.products li.product .price{
    display: block;
}
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: 600;
    display: inline-block;
    text-decoration: none;
/*    order: 2;*/
    font-size: 17px;
    margin-right: 5px;
}
.product .price ins {
    margin-right: 5px;
}
.products.product-slider {
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}
.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: "✕";
    font-size: 12px;
    position: relative;
    top: -4px;
    color: #fff;
    left: 0px;
}
.single_variation_wrap {
    margin-top: 10px;
}
.woocommerce div.product span.price del {
    display: inline-block;
    order: 2;
}

.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;
}
.inlineblock {
    float: left;
    width: 100%;
    display: inline-block;
}
.rightproduct {
    width: calc(75% - 25px);
    float: left;
}
.sidebar-woo {
    float: right;
    width: 25%;
}
.product-sliderre img {
    height: auto;
    width: 100%;
        border-radius: 5px;
}
.product-sliderre {
    margin: 0px;
    padding: 0px;
}
.product-sliderre .price del,
.product-sliderre .price ins {
    font-size: 14px !important;
}
.box-title.box-title-Sgg {
    position: relative;
    font-size: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #999;
    padding-bottom: 5px;
    color: #333;
}
.box-title.box-title-Sgg span {
    border-bottom: 3px solid #7a0d13;
    font-size: 18px;
    padding-bottom: 7px;
    font-weight: 500;
    text-transform: uppercase;
}
.sidebar-woo iframe {
    width: 100%;
    height: 170px;
}
.sidebar-woo {
    top: 0px;
    position: sticky;
}
.detail_product_right {
    width: 100%;
    float: left;
    margin-top: 20px;
}
.depro_right_name {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
}
.depro_right_content .item {
    display: flex;
    align-items: center;
    padding: 10px;
}
.depro_right_content .item:nth-child(odd) {
    background: #f5f5f5;
}
.depro_right_content .item p:first-child {
    width: 250px;
}
.depro_right_name {
    margin-bottom: 15px;
}
.depro_right_content .item p {
    margin: 0px;
}
/* end css product */
/* css shop */

/* 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, #000, #000);
    border: 0;
    display: inline-block;
    box-shadow: none;
    text-shadow: none;
    top: -7px;
}
.woocommerce-message .button {
    border-radius: 4px;
}
nav.woocommerce-MyAccount-navigation ul {
    display: flex;
    list-style-type: disc;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
    justify-content: space-between;
    flex-wrap: wrap;
}
nav.woocommerce-MyAccount-navigation ul li {
    padding: 10px;
    background: #000;
    color: #fff;
    width: calc(50% - 5px);
    text-align: center;
    margin-bottom: 10px;
    border-radius: 5px;
}
.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 */
.tax-product_cat .ent-woocommer ul {
    margin: 0px;
    padding: 0px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
    margin-bottom: 20px;
    background: #fff;
    grid-gap: 15px;
}
.tax-product_cat .ent-woocommer ul .product .price del, .tax-product_cat .ent-woocommer ul .product .price ins {
    margin-top: 10px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}
.tax-product_cat .ent-woocommer ul li img {
    width: 100%;
    height: auto;
    margin: auto;
    padding-bottom: 0px;
    border: 1px solid #ccc;
}
h1.woocommerce-products-header__title.page-title {
    margin: 0px;
    line-height: 1;
    font-size: 22px;
    font-weight: 500;
}
.topheader {
    margin-bottom: 15px;
    align-items: center;
}
.woocommerce-ordering .orderby {
    border: 1px solid #ccc;
    height: 32px;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
.product-slider-4 {
    margin: 0px;
    padding: 0px;
}
.product-slider-4 img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.content-auto .woocommerce {
    padding: 10px;
    background: #f5f5f5;
}
.content-auto ul.product-slider-4 li {
    border: 0px solid #ffff;
    background: #fff;
    padding-bottom: 10px;
    padding: 5px;
    border-radius: 5px;
    list-style: none;
    margin: initial;
}
.product-slider-4 .owl-prev {
    position: absolute;
    left: -10px;
    top: 45%;
    width: 35px;
    height: 35px;
    border-radius: 0px !important;
    background: #ccc !important;
}
.product-slider-4 .owl-next {
    position: absolute;
    right: -10px;
    top: 45%;
    width: 35px;
    height: 35px;
    border-radius: 0px !important;
    background: #ccc !important;
}
.product-slider-4 .owl-prev i,.product-slider-4 .owl-next i {
    position: relative;
    top: 4px;
    font-size: 16px;
}
.product-slider-4 .owl-nav {
    margin: 0px !important;
}
.buynowent.alt.disabled {
    opacity: 0.5;
    cursor: unset;
}