h1.woocommerce-products-header__title.page-title {
	margin-top: 0;
    font-size: 20px;
    display: none;
}

/* 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.columns-4:not(.swiper-wrapper),
.woocommerce.columns-4 ul.products:not(.swiper-wrapper){
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.woocommerce ul.products.columns-4 li.type-product:not(.swiper-slide),
.woocommerce.columns-4 ul.products li.type-product:not(.swiper-slide){
    width: 25% !important;
    margin: 0 0 20px 0 !important;
    padding: 0 10px !important;
}

.woocommerce ul.products li.type-product,
.woocommerce-page ul.products li.type-product {
    box-sizing: border-box;
    overflow: hidden;
}

.woocommerce ul.products li.type-product::after,
.woocommerce-page ul.products li.type-product::after {
	width: 100%;
	opacity: 0.5;
	height: 100%;
	background: rgba(255, 255, 255, 0.67);
	-webkit-transition: 0.75s ease-in-out;
	-moz-transition: 0.75s ease-in-out;
	-ms-transition: 0.75s ease-in-out;
	-o-transition: 0.75s ease-in-out;
	transition: 0.75s ease-in-out;
	-webkit-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	-moz-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	-o-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	-ms-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0,-100%,0);

	content: '';
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 1;
	pointer-events: none;

	background: rgba(255,255,255,0.65);
}
.woocommerce ul.products li.type-product:hover::after,
.woocommerce-page ul.products li.type-product:hover::after{
	-webkit-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
	-moz-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
	-o-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
	-ms-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
	transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0,100%,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: #05406d;
    width: 100%;
    font-size: 16px !important;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 10px !important;
    padding: 0 !important;
}

.nd-product-thumbnail{
}
.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: red !important;
    margin: 0;
    text-align: center;
    font-size: 15px !important;
}

.woocommerce ul.products li.product .onsale {
    transform: rotate(35deg);
    top: 19px !important;
    right: 4px !important;
    left: auto !important;
}

/* product view */
.woocommerce #content div.product div.images, 
.woocommerce div.product div.images, 
.woocommerce-page #content div.product div.images, 
.woocommerce-page div.product div.images,
.woocommerce #content div.product div.summary, 
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, 
.woocommerce-page div.product div.summary {
    float: none !important;
    width: 100% !important;
}
.flex-viewport {
    margin-bottom: 10px;
}
.woocommerce div.product .product_title {
    font-size: 36px;
    color: #05406d;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px !important;
    margin-bottom: 20px;
    margin-top: 0 !important;
    text-transform: uppercase;
}

.woocommerce div.product .summary .price {
    text-align: left;
    font-size: 25px !important;
    margin: 10px 0;
    color: #10723A !important;
    font-weight: bold;
}
.woocommerce div.product .summary .price ins{
    text-decoration: none;
}
.single-product .summary .woocommerce-product-details__short-description {
    margin-bottom: 25px;
}

/**/
.woocommerce div.product .summary form.cart {
    margin-top: 10px;
    margin-bottom: 20px;
}
div.select_option.selected span {
    color: #ff5722;
    box-shadow: 0 1px 9px 0 rgba(4,4,4,.14);
    border-color: #ff5722;
}

.woocommerce div.product .summary form.cart div.quantity {
     float: none; 
    margin: 0 4px 0 0;
}
.woocommerce .quantity .qty_button, .woocommerce .quantity .qty {
    outline: none;
    height: 40px;
    text-align: center;
    width: 40px;
    float: left;
    margin-right: 0;
    border: 1px solid #f3f4f4;
    cursor: pointer;
    font-weight: bold;
    border-radius: 8px;
}
.woocommerce .quantity .qty_button.minus, 
.woocommerce .quantity .qty_button.plus {
    background-color: #00b46e;
    color: #fff;
}
.woocommerce .quantity .qty {
    width: 44px !important;
    font-weight: bold;
    border: 1px solid #919191;
    margin: 0 5px;
}
.woocommerce div.product form.cart button.button.alt {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 0 20px;
    border-radius: 6px;
    border: none !important;
    text-transform: uppercase;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #00b46e !important;
}
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button{
    color: #fff !important;
    border: 1px solid !important;
}
.woocommerce ul.products li.product a.button:hover,
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover{
}

.woocommerce div.product form.cart .button{
    margin-left: 10px;
}
.woocommerce div.product form.cart button.buy_now_button {
    width: 100%;
    background-color: #f28900 !important;
    color: #fff;
    border-radius: 4px;
    line-height: initial;
    padding-top: 8px;
    padding-bottom: 5px;
    margin-left: 0;
    margin-top: 10px;
}

.woocommerce div.product form.cart .variations td {
   display:block;
   margin-bottom:5px;
/*   width: 50%;*/
}
.woocommerce div.product form.cart .variations label {
 margin:0 0 10px 0;
 text-align:left;
 z-index:0;
}
div.select_option.select_option_label span,
div.select_option.select_option_label img {
 width:auto;
 min-width: 35px;
 padding:0 5px;
 height:auto;
}
div.select_option.selected span {
    color: #000;
    border: 1px solid#e4393c;
}
div.select_option.selected::after {
    background-image: url('images/select-pro.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom left;
    position: absolute;
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    bottom: 0;
    right: 0;
}
.select_option.selected {
    border-color: #c0020f;
    position: relative;
}
.select_option {
    border:1px solid #ddd !important;
    margin-right: 10px !important;
    overflow: hidden;
}
.woocommerce div.product form.cart .variations {
    margin:0 !important;
}

.box_share {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    clear: both;
}

/*tabs*/
.woocommerce-tabs{
    padding-top:0px;
    width: 100%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding:0 !important;
  text-align: left;
  border-bottom: 1px solid #31823a;
}
.woocommerce div.product .woocommerce-tabs .panel {
    padding: 0 10px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs ,
.woocommerce div.product .woocommerce-tabs ul.tabs li a{

}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
    border-bottom: 3px solid  #31823a !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
    color: #31823a !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after{
    display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    background-color: #d7b401;
    width: 100%;
    height: 5px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0 !important;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    padding: 0px 20px !important;
    border-bottom: 0px !important;
    margin-top: 0px !important;
    position: relative;
    margin-right: 20px !important; 
    position: relative;
    margin: 0;
    background-color: transparent !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: normal !important;
    font-size: 18px !important;
    padding-top: 20px !important; 
    color: #000 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li+li a::after {
    content: "";
    position: absolute;
    left: -10px;
    top: 20px;
}
/*end tabs*/
.related.products {
    padding: 0 10px;
}
section.related.products>h2{
    text-align: center;
    color: #31823a;
    font-size: 35px;
    margin-bottom: 40px;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
}
/*cart*/
.woocommerce-cart table.cart .quantity .qty_button {
    display: none;
}
#add_payment_method table.cart img, 
.woocommerce-cart table.cart img, 
.woocommerce-checkout table.cart img {
    width: 100px !important;
}
.woocommerce table.shop_table .variation {
    color: #686868;
    font-size: 14px;
    display: flex;
    margin-top: 0 ;
    text-transform: capitalize;
}
.woocommerce table.shop_table .variation dt{
    display: none !important; 
}
.woocommerce .wc-item-meta dd, 
.woocommerce dl.variation dd {
    margin: 0;
}
.woocommerce .wc-item-meta p, .woocommerce .wc-item-meta:last-child, 
.woocommerce dl.variation p, .woocommerce dl.variation:last-child {
    margin: 5px 0;
}
.woocommerce table.shop_table .variation dd p::after{
    content: " / ";
}
.woocommerce table.shop_table .variation dd:last-child p::after{
    display: none; 
}
/* checkout */
.woocommerce .form-row-last input.button {
    color: #fff !important;
}

.woocommerce .form-row-last input.button:hover {
    background: #ffff !important;
    border: 1px solid;
}
 .woocommerce-cart table.cart td.actions .coupon .input-text{
    height: 35px;
 }

/*check out*/
.checkout .form-row label {
    color: #333333;
}

.woocommerce-info {
    border-color: #48cab2 !important;
}

.checkout .form-row input,
.woocommerce .woocommerce-checkout form.checkout_coupon .form-row input.input-text,
.woocommerce .woocommerce-checkout form.checkout_coupon .form-row textarea,
.woocommerce .woocommerce-checkout form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
    box-shadow: 0 0 0 1px #d9d9d9;
    transition: all 0.2s ease-out;
    background-color: white;
    color: #333333;
    border-radius: 4px;
    display: block;
    box-sizing: border-box !important;
    width: 100% !important;
    padding: 0.94em 2.8em 0.94em 0.8em;
    word-break: normal;
    border: 1px solid #d9d9d9;
}

.checkout_coupon .input-text,
.woocommerce-checkout div.col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper input.input-text {
    box-shadow: none;
    transition: all 0.2s ease-out;
    background-color: white;
    color: #333333;
    border-radius: 4px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 0.94em 2.8em 0.94em 0.8em;
    word-break: normal;
}

.woocommerce-form-coupon-toggle {
    display: none !important;
}

#place_order {
    width: 100%;
    margin-top: 20px;
}

.woocommerce-checkout div.col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce-checkout div.col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_first_name_field,
.woocommerce-checkout div.col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_address_1_field,
.woocommerce-checkout div.col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_phone_field,
.woocommerce-checkout div.col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_email_field {
    width: 100%;
}

.woocommerce-checkout div.col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_city_field {
    width: 50%;
}

.woocommerce-checkout div.col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_address_2_field {
    width: 50%;
    padding-right: 0px;
}

body.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
    display: none !important;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

body.woocommerce .woocommerce-checkout .col2-set div.col-1,
.woocommerce-page .woocommerce-checkout .col2-set div.col-1 {
    width: 100%
}

.checkout-tu-tao {
    float: left;
    width: 48%;
    display: flex;
}

.checkout-tu-tao #customer_details .col-1 {
    width: 100% !important;
}

#customer_details h3 {
    margin-top: 0px;
    margin-bottom: 10px
}

.phuongthuc_ship {
    margin-bottom: 20px;
}

.checkout.woocommerce-checkout.woocommerce-checkout-tao,
.full-checkout .woocommerce-message {
    float: right;
    width: 48%;
}

.woocommerce-checkout-tao #customer_details {
    display: none;
}

.order_review_toggle_mobile {
    margin: 15px 0;
    display: none;
}

.billing_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.billing_bottom a {
    text-decoration: none;
    color: #338dbc;
}

.billing_bottom button {
    padding: 1.4em 1.7em;
    border-radius: 4px;
    background: #338dbc;
    color: #fff;
    transition: 0.4s all;
    border: none;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.woocommerce .button.apply_input_coupon {
    padding: .9em 1.5em !important;
    border-radius: 3px !important;
    border: none !important;
    color: #fff !important;
    background: #338dbc !important;
    cursor: pointer !important;
}

.woocommerce .button.apply_input_coupon:hover {
    color: #fff !important;
    background: #338dbc !important;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody th {
    text-align: left;
}

/*step2*/
.woocommerce-checkout-step2 #customer_details .col-1 {
    display: none;
}

.checkout.woocommerce-checkout.woocommerce-checkout-step2 #order_review {
    width: 48%;
    float: right;
}

.checkout.woocommerce-checkout.woocommerce-checkout-step2 .col2-set {
    width: 48%;
    float: left;
}

#shipping_method {
    border: 1px solid #ebebeb;
}

.woocommerce ul#shipping_method li+li {
    border-top: 1px solid #ebebeb;
}

.woocommerce ul#shipping_method li {
    padding: 10px;
}

#payment {
    background: none !important;
}

.wc_payment_methods.payment_methods.methods {
    padding: 0 !important;
    border: 1px solid #ebebeb;
}

.wc_payment_methods.payment_methods.methods li+li {
    border-top: 1px solid #ebebeb;
}

.wc_payment_methods.payment_methods.methods li {
    padding: 10px;
}

.form-row.place-order,
#order_review #payment {
    display: none;
}

/*end step2*/

.woocommerce .woocommerce-checkout form.checkout_coupon {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.submit_input_coupon {
    display: flex;
    justify-content: space-around;
    padding: 10px;
}

.name_coupon_product {
    padding: .9em;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    flex-grow: 1;
    margin-right: 20px;
}

.submit_input_coupon p {
    padding: 0.9em 1.5em;
    border-radius: 3px;
    border: none;
    color: #fff !important;
    background: #338dbc;
    cursor: pointer;
    text-transform: initial;
    margin: 0;
}

.checkout .cart_item .thumbnail_product_checkout {
    width: 20%;
    position: relative;
}

.checkout .cart_item .thumbnail_product_checkout img {
    border-radius: 10px;
    border: 1px solid #dadada;
    padding: 0;
    overflow: hidden;
}

.checkout .cart_item .thumbnail_product_checkout .product-quantity {
    position: absolute;
    top: 0;
    right: 0px;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50px;
    background: #48cab2;
    color: white;
    font-weight: normal;
    line-height: 20px;
    font-size: 13px;
}

@media only screen and (max-width: 991px) {
    .submit_input_coupon p {
        padding: 0.9em 1em;
    }
}

@media only screen and (max-width: 768px) {
    .shop_table.cart .nd-quantity-input,
    .woocommerce td.product-name dl.variation {
        justify-content: flex-end;
    }
    /*checkout*/
    #order_review_heading,
    div.woocommerce-billing-fields h3 {
        margin-bottom: 10px;
    }

    .woocommerce table.shop_table.woocommerce-checkout-review-order-table td {
        text-align: right;
    }

    .full-checkout {
        display: flex;
        flex-direction: column;
    }

    .checkout-tu-tao,
    .woocommerce-checkout-tao {
        width: 100% !important;
        order: 2;
    }

    .checkout.woocommerce-checkout {
        display: flex;
        flex-direction: column;
        order: 1;
    }

    .woocommerce-checkout-step2 #customer_details {
        width: 100%;
        order: 2;
    }

    .submit_input_coupon {
        padding: 0;
    }

    #order_review,
    .checkout.woocommerce-checkout.woocommerce-checkout-tao,
    .full-checkout .woocommerce-message {
        width: 100% !important;
    }
}

/*cam on*/
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    width: 100%;
    display: flex;
    padding: 20px 10px;
    background: #fafafafa;
}

.woocommerce-order .woocommerce-notice {
    text-align: center;
    padding: 20px;
    font-size: 20px;
    color: #226fe9;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
}

.woocommerce ul.order_details li,
.woocommerce table.shop_table th,
.woocommerce table.shop_table td,
.woocommerce table.shop_table td .amount {
    font-size: 15px;
    font-weight: normal;
}

.woocommerce ul.order_details li {
    float: none !important;
    width: 25%;
    padding-right: 10px;
    margin-right: 10px;
    font-size: 14px !important;
    font-weight: bold;
}

.woocommerce ul.order_details li strong {
    font-weight: bold;
    color: #333333;
    font-size: 14px !important;
    margin-top: 10px;
}
.shop_table.cart .nd-sl{
    display: none;
}
.shop_table.cart .nd-quantity-input {
    display: flex;
}
.shop_table.cart .quantity .qty_button,.shop_table.cart   .quantity .qty{
    flex: none !important;
}

/**/
/**/
/*login*/
.headding_login {
    text-align: center;
    margin-bottom: 20px
}

.woocommerce form.login,
.woocommerce form.register,
.woocommerce form.lost_reset_password,
.woocommerce .register {
    width: 50%;
    margin: 0 auto !important
}

.woocommerce form.login input,
.woocommerce form.lost_reset_password input,
.woocommerce form.register input {
    height: 42px;
    border: 1px solid #ededed;
    padding: 10px
}

.woocommerce form.login button,
.woocommerce form.lost_reset_password button,
.woocommerce form.register button {
    background-color: #ff5722;
    padding: 15px 20px;
    border: 0;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
}

.woocommerce form.lost_reset_password input {
    width: 100%
}


/* 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% 20px 0 !important;
    }
}

@media only screen and (max-width: 1024px) {
    .woocommerce div.product .product_title {
        font-size: 26px;
        margin-bottom: 15px;
        padding-bottom: 15px !important;
    }
}
@media only screen and (max-width: 800px) {
    .woocommerce ul.products.columns-4 li.type-product:not(.swiper-slide), 
    .woocommerce.columns-4 ul.products li.type-product:not(.swiper-slide) {
        width: 33.333% !important;
    }
}
@media only screen and (max-width: 768px) {
    /* 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;
    }
    div.product .col-mb {
        width: 100%;
    }
    .woocommerce div.product .product_title{
        font-size: 22px;
    }
    /**/
    .box_detail_btn .gc_btn {
        margin-left: 0;
    }
    .woocommerce div.product div.summary {
        margin-bottom: 0 !important;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        font-size: 16px !important;
        padding-top: 15px !important;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        padding: 0px 14px !important;
        margin-right: 5px !important;
    }
    section.related.products > h2 {
        font-size: 27px;
        margin-bottom: 20px;
    }
    section.related.products > h2::before {
        width: 16px;
        height: 16px;
        top: 36px;
    }
    /**/
    .woocommerce div.product .summary .price {
        font-size: 20px !important;
    }
}

@media only screen and (max-width: 640px) {
    .woocommerce ul.products.columns-4 li.type-product:not(.swiper-slide), 
    .woocommerce.columns-4 ul.products li.type-product:not(.swiper-slide) {
        width: 50% !important;
    }
    .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 {
        font-size: 14px !important;
    }
    .woocommerce div.product .product_title{
        font-size: 20px;
    }
    .woocommerce div.product form.cart button.button.alt {
        height: 40px;
        line-height: 40px;
    }

}
@media only screen and (max-width: 500px) {
    .woocommerce ul.products li.product a.button {
        font-size: 12px;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        font-size: 14px !important;
        padding-top: 10px !important;
    }
    .box_detail_btn a {
        padding: 10px 0;
        margin: 5px auto;
    }
}
@media only screen and (max-width: 400px) {
    .woocommerce ul.products.columns-4 li.type-product:not(.swiper-slide), 
    .woocommerce.columns-4 ul.products li.type-product:not(.swiper-slide) {
        width: 100% !important;
    }
}