/*
Theme Name: dev_thegioiwebviet

WooCommerce styles override
*/

.woo-product .woocommerce-LoopProduct-link .size-woocommerce_thumbnail {
    border: 1px solid #ebebeb;
}

.sort-box {
    overflow: hidden;
}

.sort-box .woocommerce-result-count {
    float: left;
    padding: 10px 0;
    margin-bottom: 0;
}

.sort-box .woocommerce-ordering {
    float: right;
}

select.orderby {
    padding: 5px;
    border-radius: 3px;
    margin-bottom: 10px;
    cursor: pointer;
}

.woocommerce-page .hl-woo-page-global {
    padding-top: 20px;
    padding-bottom: 20px;
}

table.shop_table_responsive thead {
    display: none;
}

table.shop_table_responsive tbody th {
    display: none;
}

table.shop_table_responsive tr td {
    display: block;
    text-align: right;
    clear: both;
}

table.shop_table_responsive tr td:before {
    content: attr(data-title) ": ";
    float: left;
}

table.shop_table_responsive tr td.product-remove a {
    text-align: left;
}

table.shop_table_responsive tr td.product-remove:before {
    display: none;
}

table.shop_table_responsive tr td.actions:before,
table.shop_table_responsive tr td.download-actions:before {
    display: none;
}

table.shop_table_responsive tr td.download-actions .button {
    display: block;
    text-align: center;
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    overflow: hidden;
    margin-bottom: 10px;
}

.woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper div a,
.woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper div a img {
    display: block;
    width: 100%;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger img {
    display: none !important;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger::before {
    content: "\f00e";
    font-family: "Font Awesome 5 Free";
    white-space: pre;
    font-size: 20px;
    display: inline-block;
    font-weight: 900;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    color: #000;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    padding: 2px;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li img {
    border: 1px solid #3c3c3c;
}

div.quantity input[type="number"] {
    text-align: center;
}

.quantity .input-text {
    padding: 8px;
    border-radius: 3px;
    width: 75px;
    border: solid 1px #ccc;
    float: left;
    height: 38px;
}

.woocommerce-cart-form .quantity .input-text {
    margin-top: 3px;
}

form.cart .single_add_to_cart_button {
    background: #1B4F8B;
    border: solid 1px #1B4F8B;
    color: #fff;
    border-radius: 3px;
    padding: 10px 16px;
    line-height: 1.2;
    margin-left: 5px;
    transition: all 0.5s ease-in-out;
}

form.cart .single_add_to_cart_button:hover {
    background: #fff;
    color: #008fe5;
    border: solid 1px #008fe5;
}

.single-product div.product {
    display: block !important;
}

.title-tabs,
.woocommerce-Reviews-title {
    font-size: 20px;
    position: relative;
    color: #000;
    margin-left: 11px;
    margin-right: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 15px !important;
}

.woocommerce-Reviews-title {
    margin-left: 0;
    margin-right: 0;
}

.title-tabs::before,
.woocommerce-Reviews-title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    z-index: 1;
    background-color: #000;
}

.product_meta .posted_in {
    margin-bottom: 8px;
}

.product_meta .posted_in,
.product_meta .tagged_as {
    display: block;
}

.woocommerce-tabs.wc-tabs-wrapper {
    overflow: hidden;
}

.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel {
    margin-left: -10px;
    margin-right: -10px;
}

.elementor-editor-active .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel {
    margin-left: 0;
    margin-right: 0;
}

.woocommerce-billing-fields h3 {
    color: #1d1f1f;
    font-size: 19px;
    /* border-bottom: solid 1px #ced4da; */
    padding: 10px 0;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    color: #1d1f1f;
    font-size: 19px;
    padding: 10px 0;
}

#customer_details .form-row {
    margin-left: 0;
    margin-right: 0
}

#customer_details label {
    /* width: 20%; */
    width: 224px;
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

#customer_details .woocommerce-input-wrapper {
    /* width: 40%; */
    width: calc(672px - 224px);
}

#order_review .woocommerce-checkout-payment {
    max-width: 672px;
}

form.checkout.woocommerce-checkout {
    max-width: 672px;
    margin: 0 auto;
}

#customer_details .select2.select2-container.select2-container--default {
    width: 70%!important
}

#customer_details .input-text {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.select2-container .select2-selection--single {
    height: 38px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
    padding-left: .75rem;
    padding-right: .75rem
}

.select2-results__option,
.select2-search--dropdown {
    padding-left: .75rem;
    padding-right: .75rem
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px
}

#order_review_heading,
.woocommerce-billing-fields h3 {
    text-transform: uppercase;
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

#customer_details #ship-to-different-address label {
    width: 100%;
    cursor: pointer
}

#customer_details #ship-to-different-address {
    text-transform: uppercase;
    font-size: 16px;
    cursor: pointer
}

.hl-custom-woocommerce-form-login {
    margin-bottom: 15px;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout .woocommerce-error {
    padding: 15px 15px 15px 30px;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout .woocommerce-error li {
    margin-bottom: 5px;
}

.wc_payment_methods.payment_methods.methods {
    padding-left: 0;
    list-style: none
}

.wc_payment_methods.payment_methods.methods li {
    margin-bottom: 10px
}

.wc_payment_methods.payment_methods.methods li label {
    cursor: pointer
}

.payment_box {
    border: 1px solid #ccc;
    padding: 10px;
    margin-left: 20px
}

.payment_box p {
    margin-bottom: 0
}

.hl-cart-customlocation {
    position: relative;
    z-index: 999;
}

.hl-cart-customlocation>span {
    display: block;
    position: absolute;
    min-width: 1.6em;
    height: 1.6em;
    line-height: 1.5em;
    top: -.7em;
    right: -.7em;
    border-radius: 100%;
    color: #fff;
    background-color: #d9534f;
    text-align: center;
    font-size: 10px;
}

.hl-cart-customlocation .fa-cart-plus {
    font-size: 16px;
    color: #fff;
}

.cart-collaterals .woocommerce-shipping-destination {
    display: none;
}

#shipping_method {
    list-style: none;
    padding: 0;
    margin: 0;
}

#shipping_method label {
    margin-bottom: 0;
}

.woocommerce-bacs-bank-details {
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 20px;
}

.woocommerce-order {
    max-width: 672px;
    margin: 0 auto;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 20px;
    list-style: none;
    line-height: 1.5;
    width: 100%;
}

.woocommerce-order .woocommerce-notice {
    font-size: 20px;
}

.wc-bacs-bank-details-heading {
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
}

.woocommerce .woocommerce-notices-wrapper+.cart-empty.woocommerce-info {
    background-color: transparent !important;
    padding: 10px 15px;
    color: #000;
}

.list-empty li .woocommerce-info {
    color: #fff;
    border-radius: 4px;
    padding: 10px 15px;
}

.wc-bacs-bank-details.order_details.bacs_details {
    padding-left: 18px;
}

.wc-bacs-bank-details-account-name {
    color: #000;
    text-transform: capitalize;
    font-size: 20px;
}

.woocommerce-order-details__title {
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
}

.woocommerce-order-details {
    margin-top: 20px;
}

span.woocommerce-Price-amount.amount {
    color: #bd2026;
    /* color: #fff; */
    font-size: 14px;
    font-weight: 600;
}

.cart-collaterals {
    overflow: hidden;
}

.cart-collaterals .wc-proceed-to-checkout .checkout-button {
    margin-top: 0;
}

.woocommerce-customer-details address {
    line-height: 1.5;
}

.woocommerce-customer-details address p {
    margin-bottom: 5px;
}

.woocommerce-customer-details hl-woocommerce-column--1 {
    margin-bottom: 15px;
}

.cart_totals h2 {
    color: #000;
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 15px;
}

button[name='update_cart'] {
    display: block;
    padding: 7px 15px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border: solid 1px #1b4f8b;
    background: #1b4f8b;
    float: right;
    border-radius: 3px;
    transition: all 0.5s ease-in-out;
}

button[name='update_cart']:hover {
    border: solid 1px #008fe5;
    background: #008fe5;
}

.woocommerce-form-login-toggle {
    display: none !important;
}

h1.woocommerce-products-header__title.page-title {
    color: #000;
    font-size: 22px;
    padding-bottom: 5px;
    position: relative;
    margin-bottom: 15px;
}

@media screen and (min-width: 48em) {
    table.shop_table_responsive thead {
        display: table-header-group;
    }
    table.shop_table_responsive tbody th {
        display: table-cell;
    }
    table.shop_table_responsive tr th,
    table.shop_table_responsive tr td {
        text-align: left;
    }
    table.shop_table_responsive tr td {
        display: table-cell;
    }
    table.shop_table_responsive tr td:before {
        display: none;
    }
}


/**
 * Products
 */


/**
 * Products
 */

ul.products {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

ul.products li.product {
    list-style: none;
    position: relative;
    margin-bottom: 20px;
}

ul.products li.product .woocommerce-loop-product__title {
    font-size: 1rem;
    color: #000 !important;
    font-weight: bold;
    font-size: 14px;
}

ul.products li.product img {
    display: block;
    width: 100%;
}

ul.products li.product .button {
    display: block;
}

ul.products .product>.inner .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    display: block;
}

ul.products .product>.inner .woocommerce-LoopProduct-link.woocommerce-loop-product__link .wrap-two {
    width: 100%;
}

h1.woocommerce-products-header__title.page-title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background-color: #000;
    width: 30px;
}

.product .wrap-two {
    /*border: 1px solid #f5f6fb;*/
    overflow: hidden;
    background-color: #F5F6FB;
    border-radius: 3px;
    transition: all 0.5s ease-in-out;
}

.product .inner:hover .wrap-two {
    -moz-box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.12);
}

ul.product-categories {
    list-style: none;
    padding-left: 0;
}

.hl-wrap-title-price {
    background: #F5F6FB;
    padding: 5px 0 10px 0;
}

.product-categories li {
    padding: 10px 0px;
}

.product-categories li a {
    color: #000;
    font-size: 16px;
    text-decoration: none;
}

.product-categories li a:hover {
    color: #9a0e2b;
}

.woocommerce-loop-product__title {
    font-size: 14px !important;
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    color: #333;
    padding: 5px 10px;
    margin-bottom: 0;
    text-align: center;
}

.woocommerce-loop-product__title:hover {
    color: #9a0e2b !important;
}

.woo-widget.widget_layered_nav_filters ul {
    padding-left: 0;
    list-style: none;
}

.woo-widget.widget_recently_viewed_products ul,
.woo-widget.widget_top_rated_products ul {
    padding-left: 0;
    list-style: none;
    overflow: hidden;
    margin-bottom: 0;
}

.woo-widget.widget_recently_viewed_products ul li,
.woo-widget.widget_top_rated_products ul li {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}

.woo-widget.widget_recently_viewed_products ul li:last-child,
.woo-widget.widget_top_rated_products ul li:last-child {
    margin-bottom: 0;
}

.woo-widget.widget_recently_viewed_products ul li a,
.woo-widget.widget_top_rated_products ul li a {
    display: block;
    background-color: #F5F6FB;
    overflow: hidden;
    color: #000;
}

.woo-widget.widget_recently_viewed_products ul li a:hover,
.woo-widget.widget_top_rated_products ul li a:hover {
    opacity: .7;
}

.woo-widget.widget_recently_viewed_products .woo-wrap-img,
.woo-widget.widget_top_rated_products .woo-wrap-img {
    width: 85px;
    float: left;
    padding-bottom: 85px;
    position: relative;
    overflow: hidden;
}

.woo-widget.widget_recently_viewed_products .woo-wrap-img img,
.woo-widget.widget_top_rated_products .woo-wrap-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
}

.woo-widget.widget_recently_viewed_products .wrap-product-title,
.woo-widget.widget_top_rated_products .wrap-product-title {
    width: calc(100% - 85px);
    padding: 5px 10px;
    float: right;
    background-color: #F5F6FB;
}

.woo-widget.widget_recently_viewed_products .product-title,
.woo-widget.widget_top_rated_products .product-title {
    display: block;
    font-weight: bold;
    font-size: 14px;
}

.woo-widget.widget_recently_viewed_products del,
.woo-widget.widget_top_rated_products del {
    margin-right: 5px;
}

.related .related-title {
    font-size: 22px;
    color: #000;
    font-weight: 550;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.related.products {
    overflow: hidden;
    margin-top: 20px;
}

.related .related-title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background-color: #9a0e2b;
    width: 30px;
}

h1.product_title.entry-title {
    color: #000;
    font-size: 24px;
    font-weight: 530;
    padding-bottom: 5px;
    margin-bottom: 10px;
    padding-top: 5px;
}

.product_meta>span {
    display: block;
    margin-bottom: 5px;
}

.hl-link-product {
    padding-left: 0 !important;
}

.hl-link-single-product a {
    padding-left: 0 !important;
}

.woo-product .woocommerce-LoopProduct-link p {
    padding: 5px 10px;
    color: #333;
    line-height: 1.4;
}

.woocommerce-LoopProduct-link .price {
    display: block;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
}

.woo-wrap-img {
    overflow: hidden;
}

ul.products li.product a.woocommerce-loop-product__link:after {
    content: '';
    position: absolute;
    z-index: 0;
    background-color: #000;
    opacity: 0;
    left: 20px;
    top: 0;
    bottom: 0;
    right: 0;
    transition: all 0.5s ease-in-out;
}

.related.products ul.products li.product a.woocommerce-loop-product__link:after {
    left: 0;
}

.woo-full-widget-product.has-slider ul.products li.product a.woocommerce-loop-product__link:after {
    left: 0;
}

.related.products ul.products li.product a.add_to_cart_button {
    left: 50%;
    padding: 6px 12px !important;
    text-decoration: none !important;
}

.woo-full-widget-product.has-slider ul.products li.product a.add_to_cart_button {
    left: 50%;
    padding: 6px 12px !important;
    text-decoration: none !important;
}

ul.products li.product .inner:hover a.woocommerce-loop-product__link:after {
    opacity: .3;
}

.woo-wrap-img img {
    transition: all 0.5s ease-in-out;
}

.product .inner:hover .woo-wrap-img img {
    transform: scale(1.2);
}

.cat-title {
    text-align: center;
    color: #9a0e2b;
    font-weight: bold;
    font-size: 45px;
    padding: 30px 20px;
    text-transform: uppercase;
}

.woocommerce-additional-fields h3 {
    color: #000;
}

@media screen and (min-width: 48em) {
    ul.products li.product {
        width: calc(100% / 3);
        float: left;
        margin-right: 0;
    }
    ul.products li.product.first {
        clear: both;
    }
    ul.products li.product.last {
        margin-right: 0;
    }
    .columns-1 ul.products li.product {
        float: none;
        width: 100%;
    }
    .columns-2 ul.products li.product {
        width: 48.1%;
    }
    .columns-3 ul.products li.product {
        width: calc(100% / 3);
    }
    .hl-woo-page-global div.columns-3 ul.columns-4 li.product {
        width: calc(100% / 4);
    }
    .columns-3 ul.products {
        margin-left: -20px;
    }
    .columns-3 ul.products li.product a,
    ul.products li.product a {
        padding-left: 20px;
        display: block;
        text-decoration: none;
        color: #000;
    }
    .columns-4 ul.products li.product {
        width: 22.15%;
    }
    .columns-5 ul.products li.product {
        width: 16.96%;
    }
    .columns-6 ul.products li.product {
        width: 13.4933333333%;
    }
    .woo-full-widget-product .woocommerce.columns-4 {
        margin-left: -20px;
    }
    .woo-full-widget-product.has-slider .woocommerce.columns-4 {
        margin-left: 0;
    }
    .woo-full-widget-product .woocommerce.columns-4 ul.products li.product {
        width: 25%;
    }
    .woo-full-widget-product.woo-full-feature-product-2-cot .woocommerce.columns-4 ul.products li.product {
        width: 50%;
    }
    .woo-full-widget-product.woo-full-latest-product-2-cot .woocommerce.columns-4 ul.products li.product {
        width: 50%;
    }
}


/**
 * Single product
 */


/**
 * Single Product
 */

.single-product div.product {
    content: "";
    display: table;
    table-layout: fixed;
    position: relative;
}

.single-product div.product .woocommerce-product-gallery {
    position: relative;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 1em;
    right: 1em;
    display: block;
    z-index: 99;
    font-size: 0;
    margin: 5px;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
    margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    content: "";
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
    list-style: none;
    cursor: pointer;
    float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
    opacity: .5;
    width: 100%;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
    opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
    opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
    width: 48.1%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
    margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
    clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
    width: 30.7966666667%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
    margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
    clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 22.15%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
    margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    /* clear: both; */
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    width: 16.96%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
    margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
    clear: both;
}

.stock:empty:before {
    display: none;
}

.stock.in-stock {
    color: #0f834d;
}

.stock.out-of-stock {
    color: #e2401c;
}


/**
 * Checkout
 */


/**
 * Checkout
 */

@media screen and (min-width: 768px) {
    .col2-set .form-row-first {
        float: left;
        margin-right: 3.8%;
    }
    .col2-set .form-row-last {
        float: right;
        margin-right: 0;
    }
    .col2-set .form-row-first,
    .col2-set .form-row-last {
        width: 48.1%;
    }
}


/**
 * General WooCommerce components
 */


/**
 * Header cart
 */

.site-header-cart {
    position: relative;
    margin: 0;
    padding: 0;
    content: "";
    display: table;
    table-layout: fixed;
}

.site-header-cart .cart-contents {
    text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
    display: none;
}

.site-header-cart .product_list_widget {
    margin: 0;
    padding: 0;
}


/**
 * Star rating
 */

.star-rating {
    overflow: hidden;
    position: relative;
    height: 1.618em;
    line-height: 1.618;
    font-size: 1em;
    width: 5.3em;
    font-family: 'star';
    font-weight: 400;
}

.star-rating:before {
    content: "\53\53\53\53\53";
    opacity: .25;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

.star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
    color: royalblue;
}

p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    margin-right: 1px;
    font-weight: 400;
}

p.stars a:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: "star";
    content: "\53";
    color: #404040;
    text-indent: 0;
    opacity: .25;
}

p.stars a:hover~a:before {
    content: "\53";
    color: #404040;
    opacity: .25;
}

p.stars:hover a:before {
    content: "\53";
    color: royalblue;
    opacity: 1;
}

p.stars.selected a.active:before {
    content: "\53";
    color: royalblue;
    opacity: 1;
}

p.stars.selected a.active~a:before {
    content: "\53";
    color: #404040;
    opacity: .25;
}

p.stars.selected a:not(.active):before {
    content: "\53";
    color: royalblue;
    opacity: 1;
}


/**
 * Tabs
 */

.woocommerce-tabs ul.tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.woocommerce-tabs ul.tabs li {
    display: block;
    margin: 0;
    position: relative;
}

.woocommerce-tabs ul.tabs li a {
    padding: 1em 0;
    display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
    margin-bottom: 1em;
}


/**
 * Password strength meter
 */

.woocommerce-password-strength {
    text-align: right;
}

.woocommerce-password-strength.strong {
    color: #0f834d;
}

.woocommerce-password-strength.short {
    color: #e2401c;
}

.woocommerce-password-strength.bad {
    color: #e2401c;
}

.woocommerce-password-strength.good {
    color: #3D9CD2;
}


/**
 * Forms
 */

.form-row.woocommerce-validated input.input-text {
    box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
    box-shadow: inset 2px 0 0 #e2401c;
}

.required {
    color: red;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
    content: "";
    display: table;
    table-layout: fixed;
    background-color: #1B4F8B;
    clear: both;
    color: #fff;
    padding: 6px 12px;
    width: 100%;
    margin-bottom: 10px;
}

.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a,
.woocommerce-noreviews a,
p.no-comments a {
    color: #fff;
    padding: 4px 10px;
    background-color: #008fe5;
    border-radius: 3px;
}

.cart-collaterals .wc-proceed-to-checkout .checkout-button,
#place_order {
    display: block;
    padding: 7px 15px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border: solid 1px #1b4f8b;
    background: #1b4f8b;
    float: right;
    border-radius: 3px;
    transition: all 0.5s ease-in-out;
    text-decoration: none !important;
    margin-bottom: 15px;
}

.cart-collaterals .wc-proceed-to-checkout .checkout-button:hover,
#place_order:hover {
    background-color: #008fe5;
    border-color: #008fe5;
}

#customer_details #billing_company_field {
    display: none;
}

.woocommerce-order-details {
    margin-bottom: 15px;
}

#customer_details #shipping_company_field {
    display: none;
}

#customer_login {
    padding-top: 30px;
}

.site-main>.woocommerce {
    padding-top: 30px;
}

.list-empty {
    list-style: none;
    padding-left: 0;
    margin-bottom: 15px;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
    background-color: #885a5a;
    border-radius: 4px;
}

.woocommerce-error {
    background-color: #e2401c;
}

.demo_store {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 1em;
    background-color: #3D9CD2;
    z-index: 9999;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding-left: 0;
    width: 100%;
}

.woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #fff;
}

.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li:hover a {
    background-color: #008fe5;
    text-decoration: none;
}

.woocommerce-MyAccount-navigation ul li a {
    padding: 10px 15px;
    display: inline-block;
    background-color: #1B4F8B;
    color: #fff;
    display: block;
}

.woocommerce-MyAccount-content .woocommerce-message,
.woocommerce-MyAccount-content .woocommerce-Message {
    background-color: #456594 !important;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 15px;
}

.woocommerce-MyAccount-content .woocommerce-address-fields .form-row {
    margin-left: 0;
    margin-right: 0;
}

.woocommerce-MyAccount-content .woocommerce-address-fields label {
    width: 30%;
}

.woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-input-wrapper {
    width: 50%;
}

.woocommerce-MyAccount-content .woocommerce-address-fields .input-text {
    width: 100%;
    padding: 3px 10px;
    border-radius: 3px;
    border: 1px solid #aaa;
}

.woocommerce-MyAccount-content {
    margin-bottom: 15px;
}

.woocommerce-EditAccountForm span em {
    padding: 5px 0;
    display: inline-block;
}

.woocommerce-Address-title.title {
    margin-bottom: 10px;
}

.u-column1 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.site-main .entry-footer .edit-link {
    display: inline-block;
    margin-bottom: 15px;
}

@media screen and (min-width: 48em) {
    /**
     * Header cart
     */
    .site-header-cart .widget_shopping_cart {
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 999999;
        left: -999em;
        display: block;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    }
    .site-header-cart:hover .widget_shopping_cart,
    .site-header-cart.focus .widget_shopping_cart {
        left: 0;
        display: block;
    }
}


/**
 * WooCommerce widgets
 */


/**
 * WooCommerce Price Filter
 */

.widget_price_filter .price_slider {
    margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4em;
}

.widget_price_filter .price_slider_amount .button {
    float: left;
    background-color: #b75d02;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    padding: 0px 16px;
    cursor: pointer;
    float: left;
    border-radius: 3px;
}

.widget_price_filter .price_slider_amount .button:hover {
    opacity: .7;
}

.widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    cursor: ew-resize;
    outline: none;
    background: #885a5a;
    box-sizing: border-box;
    margin-top: -.25em;
    opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
    box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
    background: #885a5a;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
    height: .5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
    height: 100%;
}

.payment_box {
    margin-left: 0;
}

.product .woo-wrap-img {
    position: relative;
}

.product .onsale {
    display: inline-block;
    position: absolute;
    padding: 4px 10px;
    background: red;
    color: #fff;
    border-radius: 3px;
    z-index: 3;
    left: 4px;
    top: 4px;
}

.product .inner {
    position: relative;
}

ul.products li.product a.woocommerce-loop-product__link {
    position: relative;
    z-index: 1;
}

ul.products li.product a.add_to_cart_button {
    position: absolute;
    left: calc(50% - -10px);
    top: 50%;
    transform: translate(-50%);
    z-index: 2;
    display: inline-block;
    padding: 6px 12px;
    border-radius: 3px;
    color: #fff;
    background-color: #008fe5;
    border: 1px solid transparent;
    transition: all 0.5s ease-in-out;
    opacity: 0;
}

ul.products li.product a.add_to_cart_button:hover {
    background-color: #1B4F8B;
    border-color: #fff;
}

.product .inner:hover a.add_to_cart_button {
    opacity: 1;
}

.woocommerce-product-search {
    max-width: 285px;
    margin: 0 auto;
    position: relative;
}

.woocommerce-product-search .search-field {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 8px 46px 8px 15px;
    width: 100%;
}

.woocommerce-product-search button {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #9a0e2b;
    color: #fff;
    padding: 10px 12px;
    font-size: 12px;
    border: 0;
    width: 36px;
    position: absolute;
    top: 0;
    right: 0;
}

.hl-init-slider li.product {
    width: 100% !important;
}

.hl-init-relative-slider li.product {
    width: 100% !important;
    margin-bottom: 0;
}

.hl-init-widget-slider li.product {
    width: 100% !important;
    margin-bottom: 0;
}

.kaka-hl li.product {
    width: 100% !important;
}

.hl-init-slider li.product a {
    padding-left: 0 !important;
}

.hl-init-relative-slider li.product a {
    padding-left: 0 !important;
}

.hl-init-widget-slider li.product a {
    padding-left: 0 !important;
}

.kaka-hl li.product a {
    padding-left: 0 !important;
}

.hl-init-slider .owl-prev,
.hl-init-relative-slider .owl-prev,
.hl-init-widget-slider .owl-prev,
.hl-feature-slider .owl-prev {
    position: absolute;
    left: 5px;
    top: 50%;
    outline: 0;
}

.hl-init-slider .owl-prev span,
.hl-init-relative-slider .owl-prev span,
.hl-init-widget-slider .owl-prev span,
.hl-feature-slider .owl-prev span {
    font-size: 64px;
    height: 50px;
    display: block;
    margin-top: -120px;
    color: #fff !important;
}

.hl-init-slider .owl-next,
.hl-init-relative-slider .owl-next,
.hl-init-widget-slider .owl-next,
.hl-feature-slider .owl-next {
    position: absolute;
    right: 5px;
    top: 50%;
    outline: 0;
}

.hl-init-slider .owl-next span,
.hl-init-relative-slider .owl-next span,
.hl-init-widget-slider .owl-next span,
.hl-feature-slider .owl-next span {
    font-size: 64px;
    height: 50px;
    display: block;
    margin-top: -120px;
    color: #fff !important;
}

.woo-widget {
    margin-bottom: 15px;
}

.woo-title-sidebar {
    font-size: 20px;
    color: #000;
    font-weight: 550;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.woo-title-sidebar::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    width: 30px;
    border-top: 0.2rem solid #000;
}


.product .woo-wrap-img {
    display: block;
    height: 0;
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
}

.product .woo-wrap-img img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.ratio_image > a img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.ratio_image > a {
    display: block;
    height: 0;
    position: relative;
    padding-bottom: 75%;
    overflow: hidden;
}

/*equal height*/
.products.columns-4 {
    display: flex;
    flex-wrap: wrap;
}

.products.columns-4 .product > .inner {
    height: 100%;
}

.products.columns-4 .product > .inner .woocommerce-loop-product__link {
    height: 100%;   
}

.products.columns-4 .product > .inner .woocommerce-loop-product__link .wrap-two {
    height: 100%;   
}

/*end equal height*/


.product_meta .posted_in .fa,
.product_meta .tagged_as .fas {
    color: #000;
}
.product_meta .posted_in {
    margin-bottom: 8px;
}

.product_meta .posted_in,
.product_meta .tagged_as {
    display: block;
}

.hl_preview_pro .onsale {
    left: 14px;
    top: 4px;
}


.term-description p {
    margin-bottom: 8px;
}

/**
* Phan trang
 */
.woocommerce-pagination{
    margin-top: 1em;
}
.woocommerce-pagination ul.page-numbers .page-numbers     {
    display: inline-block;
    text-decoration: none !important;
    background: #fff;
    color: #000;
    padding: 3px 10px !important;
    border: 1px solid #2c2b3b !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.woocommerce-pagination ul .page-numbers.current,
.woocommerce-pagination ul .page-numbers:hover {
    background: #2c2b3b;
    color: #fff;
}

.woocommerce-pagination .page-numbers li{
    display: inline-block;
    margin: 2px;

}

.woocommerce .woocommerce-pagination {
    width: 100% !important;
    float: left;
    text-align: center !important;
}


/*equalheightcarousel relqative product*/

.related.products .owl-carousel .owl-stage {
    display: flex;
}

.related.products .owl-carousel li.product {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
    margin-bottom: 0;
}

.related.products .owl-carousel li.product > .inner {
    width: 100%;
    background-color: #F5F6FB;
}

.related.products .owl-carousel li.product > .inner .woocommerce-loop-product__link,
.related.products .owl-carousel li.product > .inner .woocommerce-loop-product__link .wrap-two {
    height: 100%;
}

/*equalheightcarousel*/

@media screen and (max-width: 767px) {
    .columns-3 ul.products {
        margin-left: -20px;
    }
    .woo-full-widget-product .woocommerce.columns-4 {
        margin-left: -20px;
    }
    .woo-full-widget-product.has-slider .woocommerce.columns-4 {
        margin-left: 0;
    }
    .columns-3 ul.products li.product a,
    ul.products li.product a {
        padding-left: 20px;
    }
    ul.products li.product a.woocommerce-loop-product__link:after {
        left: 20px;
    }
    .columns-3 ul.products li.product {
        width: 50%;
        float: left;
    }
    .woo-full-widget-product .woocommerce.columns-4 ul.products li.product {
        width: 50%;
        float: left;
    }
    h1.woocommerce-products-header__title.page-title {
        font-size: 22px;
    }
}

@media screen and (max-width: 479px) {
    .columns-3 ul.products li.product a,
    ul.products li.product a {
        /*padding-left: 0;*/
    }
    ul.products li.product a.woocommerce-loop-product__link:after {
        /*left: 0;*/
    }
    /*.columns-3 ul.products li.product {
        width: 100%;
        float: none;
    }*/
    .woo-full-widget-product .woocommerce.columns-4 ul.products li.product {
        /*width: 100%;
        float: none;*/
    }
    .columns-3 ul.products {
        /*margin-left: 0;*/
    }
    .woo-full-widget-product .woocommerce.columns-4 {
        /*margin-left: 0;*/
    }
    .sort-box .woocommerce-ordering,
    .sort-box .woocommerce-result-count {
        width: 100%;
        float: none;
    }

    .sort-box .woocommerce-ordering .orderby {
        width: 100%;
    }
}