

@media only screen and (max-width: 1113px) {

    .bor_comment_woo .row {
        flex-direction: column-reverse;
    }


}
@media only screen and (max-width: 768px) {

    .summary.entry-summary.content_pro {
        float: left !important;
    }

}

@media only screen and (max-width: 500px) {
    ol.commentlist {
        padding: 0;
    }

}

@media only screen and (max-width: 350px) {
    button#buy_now_button {
        width: 100% !important;
    }
    button.single_add_to_cart_button.button {
        width: 100% !important;
    }

}









/* achive product/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */


@media only screen and (min-width: 769px) {
    .woocommerce ul.columns-5 li.type-product, .woocommerce-page ul.columns-5 li.type-product {
        width: 19.05% !important;
        margin: 0 1.18% 0.992em 0 !important;
    }
}
.full_row.full_archive_woo {
    width: 100%;
    float: left;
}
.full_archive_woo {
    background: rgb(12 57 101);
}
header.woocommerce-products-header {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.left_hea_ar {
    width: 50%;
    float: left;
}

header.woocommerce-products-header form.woocommerce-ordering {
    width: 50%;
    order: 2;
    text-align: right;
    margin: 0;
}

header.woocommerce-products-header .woocommerce-notices-wrapper {
    order: 3;
    width: 100%;
}

h1.woocommerce-products-header__title.page-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 21px;
}
p#breadcrumbs1 a {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
}

p#breadcrumbs1 {
    color: #fff;
}

p#breadcrumbs1 span.breadcrumb_last {
    text-transform: uppercase;
    font-weight: 500;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
}
form.woocommerce-ordering select {
    background: hsl(0deg 0% 100% / 20%);
    padding: 10px 20px;
    border-radius: 30px;
    color: #fff;
    outline: none;
}
form.woocommerce-ordering select option {
    color: #333;
}
.full-row.full_archive_woo_content form.woocommerce-ordering {
    display: none!important;
}
.full-row.full_archive_woo_content .woocommerce-notices-wrapper {
    display: none !important;
}
.lits_pro_ar {
    width: 100%;
    float: left;
    margin: 20px 0;
}
.term-description {
    width: 100%;
    float: left;
    margin: 20px 0 0;
}
.woocommerce ul.products li.type-product, .woocommerce-page ul.products li.type-product {
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
    transition: transform .3s, box-shadow .3s, background-color .3s, color .3s, opacity .3s, -webkit-transform .3s;
    /* box-shadow: 0px 20px 25px 0px rgba(0, 0, 0, 0.2); */
}
ul.products li img {
    transition: transform 500ms ease;
}

ul.products li:hover img {
    transform: scale(1.1);
}
.product-categories {
    padding: 0 10px;
}

p.product-categories {
    margin: 0 0 5px;
    padding: 0;
    color: #848080;
    font-size: 14px;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
h2.woocommerce-loop-product__title{    
    color: #22417b;
    width: 100%;
    font-size: 15px !important;
    min-height: 30px;
    margin: 0 !important;
    padding: 0 10px !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-weight: 500;
}
.woocommerce ul.products li.type-product, .woocommerce-page ul.products li.type-product {
    border: 1px solid #ddd;
    box-sizing: border-box;
    transition: transform .3s, box-shadow .3s, background-color .3s, color .3s, opacity .3s, -webkit-transform .3s;
    /* box-shadow: 0px 20px 25px 0px rgba(0, 0, 0, 0.2); */
}

span.price {
    width: 100%;
    float: left;
    padding: 0 10px;
    margin: 10px 0 !important;
    display: flex !important;
    flex-wrap: wrap;
    gap: 5px;
    row-gap: 0;
    color: #d41c32 !important;
    align-items: center;
}
span.price del {
    width: 100%;
    display: flex!important;
    color: #5c5c5c !important;
    font-size: 15px;
}

span.price ins {
    width: 100%;
    display: flex!important;
    font-size: 15px;
    color: #d41c32;
    text-decoration: none;
}

span.price span.woocommerce-Price-amount.amount bdi {
    font-size: 15px;
    color: #d41c32;
    font-weight: 600;
}
.woocommerce ul.products li.product .price del span bdi {
    font-weight: 400;
    color: #5c5c5c;
}

nav.woocommerce-pagination {
    width: 100%;
    float: left;
}

.woocommerce-pagination ul.page-numbers {
    display: flex!important;
    width: 100%;
    float: left;
    border: none!important;
    justify-content: center;
    gap: 10px;
    align-items: center;
}
.woocommerce-pagination ul.page-numbers li {
    border: none !important;
}
.woocommerce-pagination ul.page-numbers li a {
    padding: 0!important;
}

.woocommerce-pagination ul.page-numbers li span.page-numbers.current {
    width: 40px;
    height: 40px;
    display: flex!important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #104c87 !important;
    color: #fff!important;
    border: 1px solid #104c87;
    font-weight: 600;
}

.woocommerce-pagination ul.page-numbers li a.page-numbers {
    width: 40px;
    height: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff !important;
    color: #000 !important;
    border: 1px solid #000;
    font-weight: 600;
}
ul.products.columns-5 li span.onsale {
    background-image: url(images/sale.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.woocommerce ul.products li.product .onsale {
    transform: rotate(0deg);
    top: 10px !important;
    right: 4px !important;
    left: -3px !important;
    width: 64px;
    height: 24px !important;
    padding: 0 !important;
    min-width: inherit !important;
    min-height: inherit !important;
    border-radius: inherit !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: inherit;
}
.woocommerce ul.products li.product .onsale span {
    font-size: 11px;
    transform: translateY(-2px);
    font-weight: 500;
}
.star-rating {
    padding: 10px;
    transform: translateX(10px);
}
.woocommerce .star-rating span::before {
    top: -3px!important;
    color: #f59e0b;
}
a.woocommerce-review-link {
    margin-left: 10px;
    color: blue;
}
.box_mota_cate {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
























/* single product/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

p.logged-in-as {
    display: none !important;
}
.product {
    width: 100%;
    float: left;
}

p#breadcrumbs {
    width: 100%;
    float: left;
    font-size: 13px;
    text-transform: uppercase;
    color: hsl(0deg 0% 40% / 70%);
    font-weight: 400;
    margin: 0;
    padding: 7px 0;
}

p#breadcrumbs a {
    color: hsl(0deg 0% 40% / 70%);
}

.content-single_product {
    width: 100%;
    float: left;
}

.content-single_product .woocommerce-message {
    padding: 1em 2em 1em 1.5em;
    margin: 0;
    position: relative;
    background-color: #fff;
    color: #8fae1b;
    border-top: none;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}

.content-single_product .woocommerce-message a {
    display: none;
}

.content-single_product .woocommerce-message::before {
    font-family: WooCommerce;
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 0;
}

.full_img_add_cart {
    width: 100%;
    float: left;
}

.right_img_single_woo {
    width: 100%;
    float: left;
    position: relative;
}

.slider_img {
    width: 100%;
    float: left;
}
.mySwiper2_product {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.mySwiper_product {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    padding: 1px;
    margin: 10px 0;
}
a.bor_img {
    width: 100%;
    float: left;
    position: relative;
    padding-bottom: 100%;
}

img.img_product_top {
    position: absolute;
    width: 100%;
    object-fit: cover;
    top: 50%;
    transform: translateY(-50%);
}
.swiper-slide.slider_pro {
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    height: 100px;
    position: relative;
    opacity: .5;
}

.slider_pro.swiper-slide-thumb-active {
    border: 1px solid #1d06b3;
    opacity: 1;
}

img.img_product_bt {
    position: absolute;
    width: 100%;
    height: 100%!important;
    object-fit: cover;
    transition: ease 500ms;
}

.swiper-slide.slider_pro:hover img.img_product_bt{
    transform: translateY(-5px);
}
.swiper-slide.slider_pro:hover{
    opacity: 1;
}

.swiper-button-prev_product, .swiper-button-next_product {
    background-image: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: ease-in 500ms;
    visibility: hidden;
}
.slider_img:hover .swiper-button-prev_product,
.slider_img:hover .swiper-button-next_product{
    visibility: visible;
    transform: translateY(-5px);
}
.slider_img:hover .swiper-button-prev_product{
    visibility: visible;
    transform: translateX(-5px);
}
.slider_img:hover .swiper-button-next_product{
    visibility: visible;
    transform: translateX(5px);
}

.swiper-button-prev_product i,
.swiper-button-next_product i {
    font-size: 25px;
    color: #4e4e4e82;
}

.content_pro {
    width: 100% !important;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
}
.box_lien_he_product {
    width: 100%;
    float: left;
    background: rgb(250 250 250);
    border-radius: 10px;
    border: 1px solid #dddd;
    padding: 10px 15px;
    text-align: center;
    box-shadow: 0 1px 3px -2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
}

p.title_p_lh {
    width: 100%;
    margin: 5px 0;
}

p.link_zalo_p_lh {
    width: 100%;
    float: left;
    margin: 5px 0;
}

p.link_zalo_p_lh a {
    color: #22417b;
    font-size: 30px;
    font-weight: 600;
}

p.text_call_zalo {
    width: 100%;
    float: left;
    margin: 5px 0;
}
a.contact_form_p_lh {
    margin: 5px 0;
    display: inline-block;
    overflow: hidden;
    padding: 6px 15px;
    font-size: 13px;
    line-height: normal;
    color: #fff;
    background: linear-gradient(90deg, #0061be 0%, #164085 50%, #20316b 100%) !important;
    border: 0;
    border-radius: 3px;
    clear: both;
    font-weight: 700;
}

a.contact_form_p_lh span {
    font-weight: 300;
}

div#contact_form_p_lh {
    max-width: 700px;
    padding: 30px;
}
p.text_pop {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}

label.item_popup {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    font-weight: 600;
}

label.item_popup span {
    width: 100%;
    margin-right: 0;
}

label.item_popup span input {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    border-radius: 3px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    outline: none;
}

label.item_popup span textarea {
    max-width: 100%;
    height: 100px!important;
    outline: none;
}
input#sb_pro {
    background: #b30000;
    padding: 5px 25px;
}
.popup_content p {
    width: 100%;
    float: left;
    margin: 0 0 14px;
}
.box_vat {
    width: 100%;
    float: left;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    border-radius: 10px;
}

ul.list_vat {
    width: 100%;
    margin: 0;
    list-style: none;
    padding: 15px;
}

ul.list_vat li {
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 35px;
    font-size: 13px;
}

ul.list_vat img {
    height: 20px;
}
p.stock-status {
    width: 100%;
    float: left;
    margin: 0 0 10px;
    font-size: 14px;
    text-align: right;
}

p.stock-status span {
    font-weight: 600;
    font-size: 15px;
}

/* table.variations {
    width: 100%;
    float: left;
}

table.variations td {
    width: 100%;
    float: left;
    margin: 0 0 10px;
}

 */

 .bor_comment_woo {
    width: 100%;
    float: left;
    margin: 20px 0;
}
.woocommerce-message a.button.wc-forward {
    display: none;
}

.swiper-slide.slider_pro.swiper-slide-thumb-active img {
    transform: translateY(-5px);
}
.woocommerce-product-rating {
    width: 100%;
    float: left;
}

table.variations td.label {
    width: 100%;
    float: left;
}

table.variations tr {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

table.variations td.value {
    width: 100%;
}
.select_box_label.select_box.attribute_pa_do-phan-giai-camera {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
}

.select_option_label.select_option {
    width: 30%;
    position: relative;
    height: 44px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.select_option_label.select_option span {
    transform: translateX(50px);
    width: calc(100% - 50px);
    height: 40px;
    text-align: justify;
    display: flex;
    align-items: center;
}

.select_option_label.select_option::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background-size: cover;
    background-position: center;
    top: 50%;
    transform: translateY(-50%);
}
.select_option_label.select_option.selected {
    border-color: #ff2121;
}
.select_option_label.select_option:hover {
    border-color: #ff2121;
}
.custom_single_price {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    padding: 10px;
    background: #eee;
    border-radius: 5px;
    margin: 10px 0;
}

.custom_single_price>div {
    display: grid;
    gap: 5px;
}

span.web_price {
    text-align: center;
}

span.label {
    font-weight: 600;
}

span.web_price.text_red {
    font-weight: 600;
}
a.reset_variations {
    color: red;
}
p.price_custom.price {
    width: 100%;
    float: left;
    margin: 0 0 10px;
    color: red !important;
    font-weight: 600;
}

/* mua ngay */

.woocommerce div.product form.cart div.quantity {
    float: left!important;
    width: 100%;
    margin: 5px 0 20px!important;
    display: flex;
}
button.minus {
    width: 40px;
    height: 50px;
    background: #fff;
    border-radius: 5px 0 0 5px;
    border: 1px solid #ddd;
    border-right-color: #fff;
    cursor: pointer;
    font-size: 24px;
    position: relative;
    color: #000;
}
button.plus {
    width: 40px;
    height: 50px;
    background: #fff;
    border-radius: 0 5px 5px 0;
    border: 1px solid #ddd;
    border-left-color: #fff;
    cursor: pointer;
    font-size: 24px;
    color: #000;
}
button.minus::before {
    content: '';
    width: 60px;
    height: 48px;
    position: absolute;
    background-color: #f6f6f600;
    right: 0;
    top: 0;
    transform: translateX(60px);
}
.quantity input {
    height: 50px !important;
    width: 60px !important;
    border: 1px solid #ddd !important;
    cursor: default;
    outline: none;
    background: #fff;
}

.woocommerce-variation-add-to-cart.variations_button {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    row-gap: 10px;
}
.full_left_mota {
    width: 100%;
    float: left;
}

.item_mota {
    width: 100%;
    float: left;
    margin: 0 0 30px;
}

.item_review {
    width: 100%;
    float: left;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.full_left_mota {
    width: 100%;
    float: left;
}

.item_mota {
    width: 100%;
    float: left;
    margin: 0 0 30px;
    position: relative;
    overflow: hidden;
}

.item_review {
    width: 100%;
    float: left;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

h2.woocommerce-Reviews-title {
    width: 100%;
    float: left;
    margin: 10px 0;
    font-size: 17px;
}
p.woocommerce-noreviews {
    width: 100%;
    float: left;
    margin: 10px 0;
}

div#comments {
    width: 100%;
    float: left;
}

div#review_form_wrapper {
    width: 100%;
    float: left;
}

span#reply-title {display: none;}

p.comment-form-comment>textarea {
    max-width: 100%;
    width: 100%!important;
}
.woocommerce p.stars a::before {
    color: #f59e0b;
}
h3.title_tss {
    width: 100%;
    float: left;
    margin: 0;
    padding-bottom: 10px;
    position: relative;
}

h3.title_tss::before {
    content: "";
    width: 90px;
    height: 2px;
    position: absolute;
    background: #cd1818;
    bottom: 0;
    left: 0;
    transform: translateY(2px);
}
.woocommerce table.shop_attributes {
    font-size: 14px;
}
p.form-submit>input {
    background: #104c87;
    color: #fff !important;
    text-transform: uppercase;
}

.mota_n {
    width: 100%;
    float: left;
    margin: 0 0 10px;
    display: grid;
}
h3.title_mota_n {
    width: 100%;
    float: left;
    margin: 0;
    padding-bottom: 10px;
    position: relative;
    border-bottom: 1px solid #ddd;
}

h3.title_mota_n::before {
    content: "";
    width: 90px;
    height: 2px;
    position: absolute;
    background: #cd1818;
    bottom: 0;
    left: 0;
    transform: translateY(2px);
}
.mota_n li {
    line-height: 40px;
}
.list_product_k {
    width: 100%;
    float: left;
    position: relative;
    margin: 20px 0;
}

h2.title_sp_tt {
    width: 100%;
    float: left;
}

.bor_list_swiper {
    width: 100%;
    float: left;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    display: none!important;
}

a.button.yith-wcqv-button {
    display: none!important;
}
a.button.product_type_simple {
    display: none !important;
}
a.button.product_type_variable.add_to_cart_button {
    display: none !important;
}
ol.commentlist {
    width: 100%;
    float: left;
}

span.price {
    height: 45px;
}
ul.item_pro_single {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.item_pro_single>li {
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
}
.mySwiper_list {
    overflow: hidden;
}
ul.item_pro_single li span.onsale {
    background-image: url(images/sale.png) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}
ul.item_pro_single li .onsale {
    transform: rotate(0deg);
    top: 10px !important;
    right: 4px !important;
    left: -3px !important;
    width: 64px;
    height: 24px !important;
    padding: 0 !important;
    min-width: inherit !important;
    min-height: inherit !important;
    border-radius: inherit !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: inherit;
}
ul.item_pro_single li .onsale span {
    font-size: 11px;
    transform: translateY(-2px);
    font-weight: 500;
}

ul.item_pro_single li img {
    transition: transform 500ms ease;
}
ul.item_pro_single:hover img {
    transform: scale(1.1);
}
ul.item_pro_single li .price del span bdi {
    font-weight: 400!important;
    color: #5c5c5c!important;
}
ul.item_pro_single li .star-rating {
    float: left!important;
}

.swiper-prev_single,
.swiper-next_single {
    background-image: none!important;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3);
    width: 30px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    visibility: hidden;
}

.swiper-prev_single i,
.swiper-next_single i {
    font-size: 20px;
}


.bor_list_swiper:hover .swiper-prev_single,
.bor_list_swiper:hover .swiper-next_single{
    visibility: visible;
}

form.variations_form.cart>button#buy_now_button {
    display: none;
}

button#buy_now_button {
    order: 2;
    width: 49%;
    background: #104c87 !important;
    height: 49px;
    text-transform: uppercase;
    font-size: 20px;
}

button.single_add_to_cart_button.button {
    order: 2;
    width: 49%;
    background: #ffd60d !important;
    height: 49px;
    text-transform: uppercase;
    font-size: 20px !important;
}
form.cart {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
}
form.variations_form.cart {
    display: inherit;
}

















/* 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 */

/* .woocommerce ul.products li.type-product, .woocommerce-page ul.products li.type-product {border: 1px solid #018791;box-sizing: border-box;transition: transform .3s, box-shadow .3s, background-color .3s, color .3s, opacity .3s, -webkit-transform .3s;box-shadow: 0px 20px 25px 0px rgba(0,0,0,0.2);} */

.woocommerce ul.products li.type-product.last, .woocommerce-page ul.products li.type-product.last {margin-right: 0 !important;}

.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: #01959f;width: 100%;font-size: 12px !important;text-align: center;min-height: 30px;text-transform: uppercase;margin: 0 !important;padding: 0 !important;} */

.woocommerce ul.products li.product a.button {margin-top: 3px !important;background: #018791;color: #fff;border-radius: 0;text-align: center;width: 50%;box-sizing: border-box;float: left;padding-left: 0;padding-right: 0;}

.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 {background: #f37022;}

.woocommerce ul.products li.product .price {color: #01959f;margin: 0;text-align: center;font-size: 12px !important;}

/* .woocommerce ul.products li.product .onsale {transform: rotate(35deg);top: 19px !important;right: 4px !important;left: auto !important;} */

/* product view */

.woocommerce div.product .product_title {font-size: 21px;}

 .woocommerce div.product span.price {color: #018791 !important;}

/* .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {background-color: #018791 !important;} */

.woocommerce .quantity .qty {height: 28px;border: 1px solid #018791;}

/* .woocommerce .product-type-simple span.onsale {transform: rotate(320deg);line-height: 15px;background: #f37022;border-radius: 5px;padding: 3px 5px;min-height: auto;top: 19px !important;left: 4px !important;font-size: 12px;font-weight: normal;} */

.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;}

/* cart */

.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: #018791 !important; */
}

.woocommerce table.shop_table td{border-color: #018791 }

.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: #018791;text-decoration: none;font-size: 16px;} */

.woocommerce table.shop_table td.product-name a:hover {text-decoration: underline;}

/* checkout */

.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 #018791;padding: 5px;}

.woocommerce form.woocommerce-checkout .form-row .select2-selection {border: 1px solid #018791;}

/* yith quick-view*/

#yith-quick-view-content div.images {box-sizing: border-box;}

#yith-quick-view-content div.summary {box-sizing: border-box;}

@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 (min-width: 769px) {

.woocommerce ul.products li.product-category, .woocommerce-page ul.products li.product-category {width: 24.05% !important;margin: 0 1.2% 2.992em 0 !important;}

.woocommerce ul.products li.type-product, .woocommerce-page ul.products li.type-product {/*width: 24.05% !important;margin: 0 1.2% 2.992em 0 !important;*/}

}

@media only screen and (max-width: 768px) {

.qr-create-cart {display: none;}

/* Fix lỗi small woo bị lỗi khi nén css*/

.woocommerce #content div.product div.images, .woocommerce #content div.product div.summary, .woocommerce div.product div.images, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.images, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.images, .woocommerce-page div.product div.summary {width: 100% !important;}

.woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-1, .woocommerce-page .col2-set .col-2{width: 100% !important;}

}

@media only screen and (max-width: 500px) {

.woocommerce ul.products li.product a.button {font-size: 12px;}

}

