/* product-category */

.woocommerce ul.products li.product-category,
.woocommerce-page ul.products li.product-category {
    border: 2px solid #ccc;
    box-sizing: border-box;
}

.woocommerce ul.products li.product-category:hover,
.woocommerce-page ul.products li.product-category:hover {
    border: 2px solid rgba(1, 149, 159, 0.6);
}

.woocommerce ul.products li.product-category.last,
.woocommerce-page ul.products li.product-category.last {
    margin-right: 0 !important;
}

.woocommerce ul.products li.product-category .woocommerce-loop-category__title,
.woocommerce ul.products li.product-category .woocommerce-loop-product__title,
.woocommerce ul.products li.product-category h3 {
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    left: 0;
    color: #01959f;
    bottom: 0;
    width: 100%;
    transition: opacity 0.3s, transform 0.3s, background-color 0.3s, -webkit-transform 0.3s;
    font-size: 12px !important;
    text-align: center;
    min-height: 30px;
    text-transform: uppercase;
}

.woocommerce ul.products li.product-category:hover .woocommerce-loop-category__title,
.woocommerce ul.products li.product-category:hover .woocommerce-loop-product__title,
.woocommerce ul.products li.product-category:hover h3 {
    background: rgba(1, 149, 159, 0.6);
    color: #fff !important;
}

.woocommerce ul.products li.product-category span.count {
    font-weight: normal;
    display: block;
    font-size: 11px;
}


/* product list */

div.woocommerce ul.products li.type-product,
.woocommerce-page ul.products li.type-product {
    margin: 0 calc(40px/3) calc(40px/3) 0;
    width: calc(100%/4 - 10px);
    background-color: white;
    box-sizing: border-box;
    transition: transform .3s, box-shadow .3s, background-color .3s, color .3s, opacity .3s, -webkit-transform .3s;
}

div.woocommerce ul.products li.product:nth-child(4n),
.woocommerce-page ul.products li.product:nth-child(4n) {
    margin-right: 0;
}

.woocommerce ul.products li.type-product:hover,
.woocommerce-page ul.products li.type-product:hover {
    box-shadow: none;
}

.woocommerce ul.products li.type-product .woocommerce-loop-category__title,
.woocommerce ul.products li.type-product .woocommerce-loop-product__title,
.woocommerce ul.products li.type-product h3 {
    color: #404040;
    width: 100%;
    font-size: 12px !important;
    text-align: center;
    min-height: 30px;
    text-transform: uppercase;
    margin: 0 !important;
    padding: 15px 0 0 0 !important;
}

.woocommerce ul.products li.product a.button,
.woocomece_thumbnail .form_button_cart_checkout .woocommerce-LoopProduct-link {
    text-align: center;
    display: inline-block;
    background: #49a010;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    margin: 0px 5px;
    min-width: 35px;
    border-radius: 50%;
    color: #fff;
    outline: none;
    box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.5);
}

.woocommerce ul.products li.product a.add_to_cart_button,
.woocommerce ul.products li.product a.product_type_simple {
    text-transform: capitalize;
    display: inline-block;
    width: auto;
    padding: 0 10px 0 10px;
    border-radius: 30px;
}

.woocomece_thumbnail .form_button_cart_checkout {
    width: max-content;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5%;
    display: flex;
    opacity: 0;
    transform: translateY(50px);
    transition: all 300ms ease-in-out;
}

.woocommerce ul.products li.product a.added_to_cart.wc-forward {
    position: absolute;
    left: 18px;
    bottom: -18px;
    font-size: 12px;
}

.woocommerce ul.products li.product a.yith-wcqv-button {
    display: none;
}

.woocommerce ul.products li.product a.yith-wcqv-button-icon {
    display: block!important;
}

.woocommerce ul.products li.product .price {
    color: #49a010;
    margin: 0;
    text-align: center;
    font-size: 14px !important;
}

.onsale {
    font-size: 14px !important;
    text-align: center !important;
    display: block;
    width: 41px;
    height: 41px;
    z-index: 7 !important;
    border-radius: 50% !important;
    line-height: 45px !important;
    position: absolute !important;
    top: 20px !important;
    background: #49a010 !important;
    color: #ffffff !important;
    right: 20px !important;
    left: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
}

.single-product .onsale {
    display: none !important;
}

.onsale:before {
    content: "";
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    border-bottom: 17px solid #63c54c;
    border-bottom-color: rgb(99, 197, 76);
    border-bottom-color: rgb(99, 197, 76);
    border-bottom-color: #49a010;
    position: absolute;
    top: -6px;
    right: -6px;
    transform: rotate(30deg);
}

.woocomece_thumbnail .form_button_cart_checkout .yith-wcqv-button-icon {
    padding: 0;
}

.woocomece_thumbnail {
    position: relative;
    overflow: hidden;
}

.woocommerce ul.products li.product:hover .woocomece_thumbnail .form_button_cart_checkout {
    display: flex;
    transition: all 300ms ease-in-out;
    opacity: 1;
    transition: all 300ms ease-in-out;
    transform: translateY(0px);
}

.woocommerce ul.products li.product:hover .woocomece_thumbnail img {
    opacity: 0.2;
}

.woocommerce ul.products li.product .woocomece_thumbnail img {
    transition: all 300ms ease-in-out;
    transform-style: preserve-3d;
}

.woocommerce ul.products li.type-product:hover,
.woocommerce-page ul.products li.type-product:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.page_content_archive_woocommerce {
    display: flex;
    flex-wrap: wrap;
}

.page_product_sidebar {
    flex: 0 0 calc(23%);
}

.page_content_archive_woocommerce .content_archive_woocommerce {
    flex: 0 0 calc(77% - 2%);
    margin-left: 2%;
}

.woocommerce .page_content_archive_woocommerce .content_archive_woocommerce .yit-wcan-container ul.products {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce-ordering select {
    padding: 10px;
    width: 45%;
}

.woocommerce nav.woocommerce-pagination ul {
    border: 1px solid #49a010 !important;
}

.woocommerce nav.woocommerce-pagination ul li {
    border-right: 1px solid #4ba113!important;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    color: #4ba113!important;
}


/* product view */

div.woocommerce ul.products {
    margin: 0
}

.show_list_pro_cat_home div.woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce div.product .product_title {
    color: #4a4a4a;
    font-size: 21px;
    font-weight: 500;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #49a010 !important;
    padding-bottom: 20px;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #49a010 !important;
}

.woocommerce div.product .woocommerce-tabs .panel {
    overflow: hidden;
}

.kw-box-contact {
    border: 1px dashed #f37022;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 5px;
    margin-top: 10px;
}

.kw-box-contact p {
    margin: 0;
    margin-bottom: 10px;
}

section.related.products h2 {
    color: #018791;
}

.box_share {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    float: left;
}

.box_share>* {
    float: left;
    margin-right: 10px !important;
}

.qr-create-cart {
    margin-top: 10px;
}

.qr-create-cart img {
    width: 100px;
    transition: 0.5s;
}

.qr-create-cart:hover img {
    width: 300px;
}

.page_single_product_woocommerce {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce div.product p span.pdLabelPrice {
    color: #9b9b9b !important;
}

.title_product_woocommerce,
.woocommerce .single_product_woocommerce div.product p.price,
.woocommerce .single_product_woocommerce div.product span.price,
.single_product_woocommerce .woocommerce-product-details__short-description {
    border-bottom: 1px solid #b5b5b5;
}

.variations .value select {
    padding: 15px;
}

.variations {
    margin-top: 20px;
}

.woocommerce .woocommerce-variation-add-to-cart button.single_add_to_cart_button {
    width: 100%;
    padding: 15px !important;
    margin-top: 20px;
}

.product_meta .posted_in a {
    color: #4f4f4f;
    text-decoration: none;
}

.product_meta .posted_in a:hover {
    color: #49a010;
}

.sku_wrapper,
.attribute_wrapper {
    font-weight: bold;
    color: #313131;
    margin-right: 19px;
}

.attribute,
.sku {
    color: #5b5b5b;
    font-weight: 500;
}

.woocommerce .single_product_woocommerce .product_meta {
    margin-top: 20px;
}

.woocommerce .single_product_woocommerce .product_meta .posted_in {
    color: #c22;
}

.woocommerce .single_related_products .related .headingSeasion h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    float: left;
    background: #49a010;
    padding: 15px;
    margin-top: 0px;
}

.woocommerce .single_related_products .related .headingSeasion {
    border-top: 2px solid;
    border-top-color: #49a010;
    background: #fff;
}

.woocommerce .single_product_woocommerce form.cart {
    margin: 15px 0;
}

.woocommerce form.cart .quantity {
    margin: 0px 0px 15px !important;
    width: 50%
}

.page_header_archiver_product .collection_title,
.page_header_archiver_product {
    float: left;
}

.page_header_archiver_product {
    background: #f2f2f2;
    width: 100%;
    margin-bottom: 15px;
}

.page_header_archiver_product .collection_title {
    font-weight: 500;
    margin-left: 10px;
}

.page_header_archiver_product .woocommerce-ordering {
    margin: 1em 1em !important;
    text-align: right;
}

.content_archive_woocommerce .woocommerce-products-header .banner img {
    display: block;
}

.page_header_archiver_product .woocommerce-ordering span {
    line-height: 40px;
}


/* single_product  */

.single_product_woocommerce {
    flex: 0 0 calc(77% - 2%);
    margin-right: 2%;
}

.single_product_woocommerce .flex-viewport {
    width: calc(85% - 15px);
    float: right;
    border: 1px solid #ededed;
}

.single_product_woocommerce .woocommerce-product-gallery ol.flex-control-nav {
    width: 15%;
    float: left;
}

.woocommerce div.product div.images ol.flex-control-thumbs li {
    width: 95%;
    border: 1px solid #e1dfdf;
    margin-bottom: 5px;
}

.border {
    border: 1px solid #368403;
}

.title_product_woocommerce {
    padding-bottom: 15px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none!important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    content: unset!important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: unset!important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    color: #49a010;
    border-bottom: 3px solid #49a010 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500!important;
}

.fb_iframe_widget_fluid_desktop iframe {
    width: 100% !important;
}

.single_product_woocommerce .variations tr td {
    float: left;
}

.single_product_woocommerce .variations tr td.value span {
    width: 45px;
}

.single_variation_wrap .quantity>h3 {
    float: left;
    margin: 10px 15px 0px 0px;
}

.single_variation_wrap .quantity input {
    padding: 5px 20px;
}

.woocommerce div.product form.cart table.variations {
    margin-bottom: 0px;
}

.woocommerce div.product form.cart a.reset_variations {
    color: #6a6a6a;
    text-decoration: none;
}

.woocommerce div.product form.cart a.reset_variations:hover {
    color: red;
}

.selected {
    border-color: #df2f2f!important;
}

.woocommerce .quantity .qty {
    height: 20px;
    border: 1px solid #b0b0b0;
}

.single_product_woocommerce .wrap-quantity {
    background: #eaeaea;
    float: left;
    padding: 5px 0px;
}

.single_product_woocommerce .wrap-quantity .minus,
.single_product_woocommerce .wrap-quantity .plus {
    border: none;
    background: #eaeaea;
}

.woocommerce form.cart .single_add_to_cart_button {
    width: 60%;
    padding: 15px;
    border-radius: 0px;
}

.woocommerce .single_product_woocommerce form.cart .single_add_to_cart_button {
    width: 100%;
}

.swiper-slide {
    height: auto !important;
}

.woocommerce div.product form.cart table.variations .selected {
    background: url('./images/select-pro.png') bottom right no-repeat;
}

.variations tr td.value span {
    border: none;
    padding: 0 10px;
}

.woocommerce-variation-price .price {
    border-bottom: none !important;
}


/* related  */

.single_related_products {
    width: 100%;
}

.single_related_products .related {
    display: flex;
    flex-wrap: wrap;
}

.single_related_products .related .headingSeasion,
.single_related_products .related .slide_related {
    width: 100%;
}


/* cart */

.woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before {
    content: unset!important;
}

.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 {
    color: #fff !important;
    background: #018791 !important;
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
    color: #fff !important;
    background: #018791 !important;
}

.woocommerce-message {
    border-top-color: #018791 !important;
}

.woocommerce-message::before {
    color: #018791 !important;
}

.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    border-color: #018791 !important;
    padding: 8px 6px 8px !important;
}

.woocommerce table.shop_table {
    border-color: #a6a6a6 !important;
}

.woocommerce table.shop_table td {
    border-color: #b6b7b7 !important;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    border-color: #018791 !important;
}

.woocommerce table.shop_table td.product-name a {
    color: #404040;
    text-decoration: none;
    font-size: 16px;
}

.woocommerce table.shop_table td.product-name a:hover {
    text-decoration: underline;
}

.product-thumbnail,
.product-price,
.product-quantity,
.product-subtotal {
    width: 15%;
}

.product-name {
    width: 30%
}

.product-remove {
    width: 10%;
}

.product-thumbnail img {
    width: 100%!important;
}

div.woocommerce a.remove {
    color: #555454 !important;
}

div.woocommerce a.remove:hover {
    color: #49a010 !important;
    background: white;
}

div.woocommerce a.button,
div.woocommerce button.button {
    border: 1px solid #49a010;
    color: white;
    background-color: #49a010;
    padding: 15px 50px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 500;
}

div.woocommerce a.button:hover,
div.woocommerce button.button:hover,
div.woocommerce button.button:disabled:hover,
div.woocommerce button.button:disabled[disabled]:hover {
    color: #49a010;
    background: white;
}

.woocommerce .wc-proceed-to-checkout-shop {
    display: flex;
    float: right;
    margin-bottom: 30px;
    width: 100%;
    justify-content: flex-end;
}

.woocommerce .wc-proceed-to-checkout-shop .to-shop {
    margin-right: 35px;
}

.wc-proceed-to-checkout {
    display: none;
}

div.woocommerce #respond input#submit.disabled,
div.woocommerce #respond input#submit:disabled,
div.woocommerce #respond input#submit:disabled[disabled],
div.woocommerce a.button.disabled,
div.woocommerce a.button:disabled,
div.woocommerce a.button:disabled[disabled],
div.woocommerce button.button.disabled,
div.woocommerce button.button:disabled,
div.woocommerce button.button:disabled[disabled],
divdiv.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
divdiv.woocommerce input.button:disabled[disabled] {
    padding: 15px 30px;
    color: white;
}

.woocommerce-cart div.wc-proceed-to-checkout {
    padding: 0 20px;
}

.dich_vu_khuyen_mai {
    float: right;
    margin-bottom: 30px;
}

.dich_vu_khuyen_mai h3 {
    border-bottom: 1px solid #999898;
    padding-bottom: 15px;
}

.dich_vu_khuyen_mai p {
    display: block;
    width: 100%;
    padding-left: 25px;
    background: url(//theme.hstatic.net/1000271724/1000376256/14/check-ser.png?v=78) left 2px no-repeat;
    padding-bottom: 0px;
    line-height: 1.4;
}

.added_to_cart {
    display: none !important;
}

.overflow {
    overflow: hidden;
}

.cart-total .woocommerce-Price-amount {
    font-size: 24px;
    color: #49a010;
    font-weight: 500;
}

.cart-total .order-total>th {
    font-size: 16px;
    color: #7d7d7d;
}

.woocommerce table.shop_table td.product-quantity .wrap-quantity {
    background: #efefef;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce table.shop_table td.product-quantity .wrap-quantity .minus,
.woocommerce table.shop_table td.product-quantity .wrap-quantity .plus {
    border: none;
}


/* minicart */

.widget_shopping_mini_cart ul.woocommerce-mini-cart {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget_shopping_mini_cart .woocommerce-mini-cart-item {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #b7b7b7;
}

.widget_shopping_mini_cart .woocommerce-mini-cart-item .thumbnail_minicart {
    width: 30%;
}

.widget_shopping_mini_cart .woocommerce-mini-cart-item .title_product_minicart {
    width: 65%;
    margin-left: 5%;
}

.widget_shopping_mini_cart .woocommerce-mini-cart__buttons .button {
    text-decoration: none;
    margin: 10px;
    padding: 10px 15px;
    border: 1px solid #49a010;
}

.widget_shopping_mini_cart .woocommerce-mini-cart__buttons .wc-forward {
    color: #49a010;
    background: #fff;
}

.widget_shopping_mini_cart .woocommerce-mini-cart__buttons .wc-forward:hover {
    color: #fff !important;
    background: #49a010;
}

.widget_shopping_mini_cart .woocommerce-mini-cart__buttons .checkout {
    color: #fff !important;
    background: #49a010;
}

.widget_shopping_mini_cart .woocommerce-mini-cart__buttons .checkout:hover {
    color: #49a010;
    background: #fff !important;
}

.remover_product_minicart .remove_from_cart_button {
    color: #535353;
    text-decoration: none;
}

.widget_shopping_mini_cart .woocommerce-mini-cart__buttons {
    margin: 0;
    padding: 25px;
    text-align: center;
}

.widget_shopping_mini_cart .thumbnail_minicart img {
    width: 100%!important;
}

.woocommerce a.remove:hover {
    background: unset!important;
}

body.woocommerce a.remove,
body.woocommerce a.remove:hover {
    color: #797979 !important;
    font-size: 13px;
}

body.woocommerce a.remove i {
    margin-top: 5px;
}

.remover_product_minicart a.remove {
    display: flex!important;
    color: #797979!important;
    width: 100%!important;
}


/* checkout */

.woocommerce form.woocommerce-checkout .form-row {
    width: 100%;
    padding: 0px;
    margin: 0 0 15px;
}

.woocommerce form.woocommerce-checkout .form-row input.input-text,
.woocommerce form.woocommerce-checkout .form-row textarea,
.woocommerce form.woocommerce-checkout .form-row select {
    border: 1px solid #a6a6a6;
    padding: 12px;
    border-radius: 5px;
}

.woocommerce form.woocommerce-checkout .form-row .select2-selection {
    border: 1px solid #018791;
}

.woocommerce form.woocommerce-checkout .form-row label {
    display: none;
}

.woocommerce form.woocommerce-checkout .col-flex-checkout {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce form.woocommerce-checkout .col-flex-checkout .col2-set,
.woocommerce form.woocommerce-checkout .col-flex-checkout .product-checkout-cart {
    flex: 0 0 calc(50% - 15px);
}

.woocommerce form .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    width: 100%!important;
}

.woocommerce form .product-checkout-cart {
    margin-left: 30px;
}

.woocommerce form .thumbnail_product_checkout {
    width: 20%;
    position: relative;
}

.woocommerce form .thumbnail_product_checkout img {
    border: 1px solid #a6a6a6;
    border-radius: 10px;
}

.woocommerce form .thumbnail_product_checkout .product-quantity_checkout {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background: #49a010;
    color: white;
    text-align: center;
    border-radius: 30px;
}

.woocommerce form .tbody_review {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.woocommerce form .tbody_review .coupon_checkout {
    width: 100%;
}

.woocommerce form .tbody_review .coupon_checkout td {
    width: 100%;
    display: flex;
    padding: 0;
}

.woocommerce form .tbody_review .coupon_checkout td .checkout_coupon {
    width: 100%;
    margin: 0;
}

.woocommerce form .review_order_pro {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce .tbody_review form.checkout_coupon {
    border: none;
    border-bottom: 1px solid #bbb;
    border-radius: 0;
}

.woocommerce .tbody_review form.checkout_coupon .form-row-first {
    width: 70%;
}

.woocommerce .tbody_review form.checkout_coupon .form-row-last {
    width: 30%;
}

.woocommerce .tbody_review form.checkout_coupon .form-row-last .button {
    margin-left: 10%;
    padding: 14px;
    color: white;
    background: #49a010;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.tbody_review .order-total td {
    border: none!important;
}

.woocommerce-checkout div#payment div.form-row {
    padding: 0;
}

.woocommerce-checkout div#payment div.form-row .woocommerce-terms-and-conditions-wrapper {
    padding: 0px 20px;
}

.woocommerce-checkout div#payment div.form-row #place_order {
    margin: 20px;
}

.woocommerce form.woocommerce-checkout .form-row textarea {
    height: 150px;
}


/* Acount */

.woocommerce-MyAccount-navigation {
    display: none;
}

.woocommerce-account div.woocommerce-MyAccount-content {
    width: 100%;
}

.main_account .woocommerce {
    width: 100%;
}

.transaction_history {
    display: flex;
}

.transaction_history .col-md-9 {
    width: 75%;
}

.transaction_history .col-md-3 {
    width: 30%;
    margin-left: 5%;
}

.title_head_account {
    color: #49a010;
}

.list_order {
    border: 1px solid #d7d7d7 !important;
}

.view_detail_order {
    text-decoration: none;
    color: white;
    background: #49a010;
    padding: 5px;
}

.edit_account_address {
    color: #fbf8f8;
    text-decoration: none;
    background: #49a010;
    border: 1px solid #49a010;
    padding: 15px;
    font-size: 16px;
}

.main_account form.woocommerce-form-login,
.woocommerce form.register {
    width: 60%;
    height: auto;
    margin: auto !important;
    text-align: center!important;
}

.main_account .woocommerce-form-login input,
.woocommerce-page form .form-row .input-text {
    padding: 8px;
    border-radius: 20px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    border: 1px solid #d6d6d6;
}

.button_dk {
    padding: 10px 35px;
    border-radius: 5px;
    background: #c6d708;
}

.button_dk a,
.cb_dn a {
    color: #fffefd;
    font-weight: 700;
    text-decoration: none;
}

.woocommerce-form-register {
    box-shadow: 0px 1px 10px #999;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    float: unset!important;
    margin-top: 15px;
}

.cb_dn {
    padding: 10px 14px;
    border-radius: 5px;
    background: #c6d708;
}

.woocommerce .woocommerce-MyAccount-content form .form-row label {
    display: block !important;
}

.title_header_dashboard {
    border-bottom: 1px solid #bbb;
}

#customer_login {
    width: 100% !important;
}

.login_submit_btn {
    padding: 15px 25px;
    border-radius: 5px;
    border: 1px solid #c6d708;
    background: #c6d708;
    color: white;
}

div.register a {
    background: #eaeaea;
    padding: 5px;
    border: 1px solid #a4a4a4;
}

.headding_login {
    text-align: center;
}

.headding_login span {
    font-size: 35px;
}

.re_login a {
    text-decoration: none;
    color: black;
    background: #e6e6e6;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #c4c4c4;
}

.customer_login .btn_login {
    text-align: center;
}

.main_account form.woocommerce-form-login p {
    text-align: center!important;
}

.woocommerce form.register p {
    text-align: center!important;
}

.block-content-signed-up {
    margin-bottom: 30px;
}


/* acount_mobile*/

.acount_mobile {
    display: flex;
    flex-wrap: wrap;
}

.acount_mobile .icon_acount {
    width: 15%;
    line-height: 0;
}

#mega-menu-max_mega_menu_1 #mega-menu-item-596 .mega-menu-link,
.acount_search_cart .div_acount_mobile {
    display: none!important;
}

.acount_mobile {
    background: #49a010;
    padding: 15px;
}

.acount_mobile .display_hover_mobile {
    width: 85%;
}

.acount_mobile .display_hover_mobile .helo_account_mobile {
    float: left;
    width: 45%;
    margin-left: 5%;
}

.acount_mobile .display_hover_mobile .logout_mobile {
    float: left;
    width: 50%;
    text-align: right;
    margin-top: 9px;
}

.acount_mobile .display_hover_mobile .logout_mobile a {
    text-decoration: none;
    color: #49a010;
    padding: 6px;
    border: 1px solid #49a010;
    background: white;
}

.acount_mobile .display_hover_mobile .helo_account_mobile p {
    margin: 0;
    margin-bottom: 0!important;
    color: white;
    line-height: 0.5;
}

.acount_mobile .display_hover_mobile .helo_account_mobile a {
    text-decoration: none;
    color: white;
    text-transform: capitalize;
    font-size: 20px;
}

.login_mobile a,
.registration_mobile a {
    text-decoration: none;
    color: #49a010;
    background: white;
    padding: 5px;
    float: left;
    margin-left: 5px;
    margin-top: 5px;
    border-radius: 5px;
}


/* yith quick-view*/

#yith-quick-view-content div.images {
    box-sizing: border-box;
}

#yith-quick-view-content div.summary {
    box-sizing: border-box;
}

#yith-quick-view-content .wrap-quantity {
    background: #eaeaea;
    float: left;
    padding: 5px 0px;
}

#yith-quick-view-content .wrap-quantity .minus,
#yith-quick-view-content .wrap-quantity .plus {
    border: none;
    background: #eaeaea;
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
    .woocommerce ul.products li.product a.button {
        font-size: 12px;
    }
}

@media only screen and (max-width: 1200px) {
    .woocomece_thumbnail .form_button_cart_checkout {
        width: -moz-fit-content;
        animation: unset;
    }
    .single_variation_wrap .quantity input {
        padding: 5px 15px;
    }
    div.woocommerce ul.products li.type-product,
    .woocommerce-page ul.products li.type-product {}
    .onsale {
        width: 38px;
        height: 38px;
    }
}

@media only screen and (max-width: 900px) {
    .single_product_woocommerce {
        flex: 0 0 calc(100%);
    }
    .form_button_cart_checkout {
        display: none !important;
    }
    div.woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: calc(100%/3 - 10px);
        margin: 0 15px 15px 0;
    }
    div.woocommerce ul.products li.product:nth-child(4n),
    .woocommerce-page ul.products li.product:nth-child(4n) {
        margin-right: 15px;
    }
    div.woocommerce ul.products li.product:nth-child(3n),
    .woocommerce-page ul.products li.product:nth-child(3n) {
        margin-right: 0;
    }
    .widget_shopping_mini_cart {
        display: none;
    }
    .page_content_archive_woocommerce .content_archive_woocommerce {
        flex: 0 0 calc(100%);
        margin: 0!important;
    }
}

@media only screen and (max-width: 768px) {
    .woocommerce .page_single_product_woocommerce div.product div.summary {
        float: left;
        margin-top: 20px;
    }
    /* cart */
    .woocommerce #content table.cart .product-thumbnail,
    .woocommerce table.cart .product-thumbnail,
    .woocommerce-page #content table.cart .product-thumbnail,
    .woocommerce-page table.cart .product-thumbnail {
        display: block!important;
    }
    .woocommerce table.shop_table_responsive tr,
    .woocommerce-page table.shop_table_responsive tr {
        display: flex!important;
        justify-content: right;
    }
    .woocommerce .woocommerce-cart-form table.shop_table_responsive thead,
    .woocommerce-page .woocommerce-cart-form table.shop_table_responsive thead {
        display: block!important;
        border-top: 1px solid #bdbdbd;
    }
    .woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,
    .woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
        border-top: 1px solid #b6b7b7 !important;
    }
    .woocommerce .woocommerce-cart-form table.shop_table {
        border: none!important;
        margin: 0;
    }
    .woocommerce .woocommerce-cart-form table.shop_table .product-price {
        display: none;
    }
    .woocommerce table.shop_table_responsive tbody th,
    .woocommerce-page table.shop_table_responsive tbody th {
        display: flex!important;
    }
    .woocommerce table.shop_table {
        text-align: center!important;
    }
    div.woocommerce table.shop_table_responsive tr td,
    .woocommerce-page table.shop_table_responsive tr td {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .wc-proceed-to-checkout-shop {
        width: 100%;
    }
    .product-thumbnail,
    .product-price,
    .product-quantity,
    .product-subtotal {
        width: 20%;
    }
    .woocommerce table.shop_table tbody th {
        padding: 0;
        display: flex;
        align-items: center;
    }
    .page_cart .cart-total {
        display: flex;
        flex-direction: column;
    }
    .woocommerce .wc-proceed-to-checkout-shop .to-shop {
        margin-right: 10px;
    }
    .page_cart .cart-total .shop_table_responsive {
        order: 2;
    }
    .page_cart .cart-total .dich_vu_khuyen_mai {
        order: 1;
    }
    .page_cart .cart-total .wc-proceed-to-checkout-shop {
        order: 3;
    }
    .dich_vu_khuyen_mai {
        display: none;
    }
    /*myaccount*/
    .woocommerce table.shop_table_responsive thead,
    .woocommerce-page table.shop_table_responsive thead {
        display: block!important;
    }
    .woocommerce table.my_account_orders th,
    .woocommerce table.my_account_orders td {
        width: 20%;
    }
    /* checkout */
    .woocommerce-checkout div#payment div.form-row #place_order {
        max-width: max-content;
    }
    .woocommerce form.woocommerce-checkout .col-flex-checkout .col2-set,
    .woocommerce form.woocommerce-checkout .col-flex-checkout .product-checkout-cart {
        flex: 0 0 calc(100%);
        margin-left: 0px;
    }
    .product-checkout-cart #order_review .cart_item {
        width: 100%;
    }
}

@media only screen and (max-width: 769px) {
    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product,
    div.woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: calc(100%/2 - 5px) !important;
        margin: 0 10px 10px 0 !important;
        float: left;
        clear: none !important;
    }
    div.woocommerce ul.products li.product:nth-child(4n),
    .woocommerce-page ul.products li.product:nth-child(4n) {
        margin-right: 0 !important;
    }
    div.woocommerce ul.products li.product:nth-child(3n),
    .woocommerce-page ul.products li.product:nth-child(3n) {
        margin-right: 10px !important;
    }
    div.woocommerce ul.products li.product:nth-child(2n),
    .woocommerce-page ul.products li.product:nth-child(2n) {
        margin-right: 0 !important;
    }
}

@media only screen and (max-width: 480px) {
    .woocommerce .single_product_woocommerce div.product div.summary,
    .woocommerce #content div.product div.images,
    .woocommerce div.product div.images,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page div.product div.images {
        float: left;
        width: 100%;
    }
    /* single_product */
    .single_product_woocommerce .flex-viewport {
        width: calc(100%);
    }
    .single_product_woocommerce .woocommerce-product-gallery ol.flex-control-nav {
        width: 100%;
        margin-top: 10px !important;
    }
    .woocommerce div.product div.images ol.flex-control-thumbs li {
        width: calc(100%/4 - 12px);
        margin-right: 10px;
    }
    .woocommerce div.product .product_title {
        margin-bottom: 0;
    }
    .title_product_woocommerce {
        padding: 0;
    }
    .woocommerce div.product p.price,
    .woocommerce div.product span.price {
        padding-bottom: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .variations {
        margin-top: 20px;
    }
    .woocommerce .woocommerce-variation-add-to-cart button.single_add_to_cart_button {
        margin-top: 0px;
    }
    .woocommerce .single_product_woocommerce form.cart {
        margin-bottom: 0 !important;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        font-size: 13px;
    }
    /*cart*/
    .show_list_pro_cat_home div.woocommerce ul.products li.type-product {
        width: calc(100%/2 - 10px);
        margin: 0 10px 10px 0;
    }
    .woocommerce .single_related_products .related .headingSeasion h2 {
        padding: 7px;
    }
    .woocommerce .woocommerce-cart-form table.shop_table_responsive thead {
        display: none !important;
    }
    /* checkout */
    .woocommerce .wc-proceed-to-checkout-shop {
        flex-wrap: wrap;
    }
    .wc-proceed-to-checkout-shop .to-shop,
    .wc-proceed-to-checkout-shop .to-checkout {
        flex: 0 0 calc(90%);
        margin: 10px auto!important;
    }
    .wc-proceed-to-checkout-shop .to-shop a.button,
    .wc-proceed-to-checkout-shop .wc-proceed-to-checkout button.button,
    .wc-proceed-to-checkout-shop .to-checkout a.checkout-button {
        width: 100%;
        text-align: center;
        padding: 15px 0px !important;
        font-size: 12px;
    }
    .woocommerce .woocommerce-cart-form table.shop_table .product-price,
    div.woocommerce .woocommerce-cart-form table.shop_table thead {
        display: none !important;
    }
    div.woocommerce table.shop_table td,
    .woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,
    .woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
        border-top: none !important;
    }
    div.woocommerce table.shop_table td.product-quantity,
    div.woocommerce table.shop_table td.product-subtotal,
    div.woocommerce table.shop_table td.product-remove {
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        padding-bottom: 15px;
    }
    .woocommerce table.shop_table_responsive tr,
    .woocommerce-page table.shop_table_responsive tr {
        flex-wrap: wrap;
    }
    .woocommerce table.shop_table_responsive .woocommerce-cart-form__cart-item .product-thumbnail {
        flex: 0 0 calc(50% - 6px);
    }
    .woocommerce table.shop_table_responsive .woocommerce-cart-form__cart-item .product-quantity,
    .woocommerce table.shop_table_responsive .woocommerce-cart-form__cart-item .product-subtotal {
        flex: 0 0 calc(40%);
        padding: 5px 0;
    }
    .woocommerce table.shop_table_responsive .woocommerce-cart-form__cart-item .product-remove {
        flex: 0 0 calc(20%);
        padding: 5px 0;
    }
    .woocommerce table.shop_table_responsive .woocommerce-cart-form__cart-item {
        margin-bottom: 15px;
    }
    .dich_vu_khuyen_mai p {
        width: 90%;
    }
    /* Acount */
    .woocommerce-MyAccount-content .transaction_history {
        flex-wrap: wrap;
    }
    .transaction_history .col-md-9 {
        width: 100%;
    }
    .transaction_history .col-md-3 {
        width: 100%;
    }
    .woocommerce table.my_account_orders th,
    .woocommerce table.my_account_orders .order td {
        padding: 0px !important;
        font-size: 10px;
        text-align: center !important;
    }
    .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table__product-name {
        width: 70%;
    }
    .woocommerce table.shop_table td.product-name a,
    .woocommerce table.shop_table td.product-total span {
        font-size: 10px;
    }
}

@media only screen and (max-width: 380px) {
    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product,
    div.woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: calc(100%) !important;
        margin: 0 0 10px 0 !important;
        float: left;
        clear: none !important;
    }
    div.woocommerce ul.products li.product:nth-child(3n),
    .woocommerce-page ul.products li.product:nth-child(3n) {
        margin-right: 0 !important;
    }
}