/* 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: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.woocommerce .products.columns-4 ul::after, 
.woocommerce .products.columns-4 ul::before, 
.woocommerce ul.products.columns-4::after, 
.woocommerce ul.products.columns-4::before {
    display: none;
}
.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;
    margin: 0 !important;
}
.woocommerce ul.products li.type-product,
.woocommerce-page ul.products li.type-product {
    box-sizing: border-box;
    padding: 0 !important;
    margin-bottom: 0 !important;
}

.woocommerce ul.products li.type-product.last:not(.swiper-slide),
.woocommerce-page ul.products li.type-product.last:not(.swiper-slide) {
    margin-right: 0 !important;
}
.woocommerce ul.products li.type-product .product_thumbnail_kw{
    border-radius: 13px;
    overflow: hidden;
    margin-bottom: 10px;
}
.woocommerce ul.products li.product a .product_thumbnail_kw img {
    display: block;
    width: 100%;
    margin: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.woocommerce ul.products li.product a:hover img {
    transform: scale(1.1,1.1);
}
.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: #000;
    width: 100%;
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
    font-size: 16px !important;
    font-weight: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.woocommerce ul.products li.product a.button {
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    margin-right: 6px;
    border: 1px solid #000 !important;
    display: inline-block;
    color: #000 !important;
    font-size: 14px;
    cursor: pointer;
    background-color: transparent !important;
    padding: 0 !important;
    margin: 0 5px !important;
}
.woocommerce ul.products li.product a.button::before {
	font-family: FontAwesome;
}
.woocommerce ul.products li.product a.button.product_type_variable::before {
	content: "\f013";
}
.woocommerce ul.products li.product a.button.product_type_simple.ajax_add_to_cart::before {
	content: "\f07a";
}
.woocommerce ul.products li.product a.button.product_type_simple::before {
	content: "\f06e";
}
.woocommerce ul.products li.product a.yith-wcqv-button::before {
    content: "\f002";
}

.woocommerce ul.products li.product a.added::after,
.woocommerce ul.products li.product a.added_to_cart.wc-forward {
	display: none !important;
}
.woocommerce ul.products li.product .price {
    color: #000 !important;
    margin: 0 0 20px;
    font-size: 16px !important;
    font-weight: 500 !important;
}
.woocommerce ul.products li.product .price ins .amount{
	font-size: 15px;
}
.woocommerce ul.products li.product .price del .amount{
	font-size: 12px;
}
.woocommerce div.product span.onsale,
.woocommerce ul.products li.product .onsale {
	position: absolute;
	z-index: 8;
	right: 0;
	display: inline-block;
	width: 40px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	padding: 0px 0px;
	background: #e42323;
	color: #fff;
	font-size: 13px;
	min-width: auto;
	min-height: auto;
	border-radius: 0;
	font-weight: normal;
	right: 16px !important;
	top: 10px !important;
}
.woocommerce div.product span.onsale::before,
.woocommerce ul.products li.product .onsale::before {
	content: "";
	position: absolute;
	top: 0px;
	left: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 0;
	border-color: transparent #e42323 transparent transparent;
}
.woocommerce div.product span.onsale::after,
.woocommerce ul.products li.product .onsale::after {
	content: "";
	position: absolute;
	top: 10px;
	left: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 10px 10px;
	border-color: transparent transparent #e42323 transparent;
}

/* product view */
.woocommerce div.product .product_title {
    color: #2f2f33;
    font-size: 24px;
}
.single-product .flex-viewport {
	margin-bottom: 20px;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
	border: 1px solid #ebebeb;
	opacity: 1 !important;
}
 .woocommerce div.product div.images .flex-control-thumbs li img.flex-active{
 	border-color: #ec407a;
 }
.woocommerce div.product div.images .flex-control-thumbs{
    overflow: visible !important;
}
.stock_wrapper {
	font-size: 13px;
	font-weight: 500;
	color: #2f2f33;
	margin-bottom: 10px;
}
.stock_wrapper .status {
	color: #a6ca3f;
	font-weight: 400;
}
.stock_wrapper .status.hethang {
	color: red;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #CA9432 !important;
}
.woocommerce div.product .summary span.price ins,
.woocommerce div.product .summary p.price ins {
    text-decoration: none;
}
.woocommerce div.product .summary span.price,
.woocommerce div.product .summary p.price{
	font-size: 20px;
}
.woocommerce div.product .summary p.price del,
.woocommerce div.product .summary span.price del {
	color: #76767e;
	font-size: 16px;
	margin-right: 15px;
}
.woocommerce-variation-price{
	margin-bottom: 10px;
}
.woocommerce div.product .summary form.cart {
	border-top: solid 1px #ebebeb;
	padding: 15px 0px 0px 0px !important;
	margin-top: 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 {
	margin: 0 0 10px 0;
    width: 100%;
}
.woocommerce .quantity .qty_button, 
.woocommerce .quantity .qty {
    border-left: 1px solid #e1e1e1;
    outline: none;
    height: 30px;
    text-align: center;
    width: 30px;
    float: left;
    margin-right: 0;
    cursor: pointer;
    font-weight: bold;
    padding: 0 !important;
    border-color: #cccccc;
    font-size: 15px;
}
.woocommerce .quantity .qty_button.minus{
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.woocommerce .quantity .qty_button.plus{
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.woocommerce .quantity .qty {
    width: 40px !important;
    border-left: 0 !important;
    border-right: 0 !important;
    font-weight: normal;
}

.single_variation_wrap .single-product-btn {
    display: none;
}
.woocommerce div.product .woocommerce-tabs .panel {
    overflow: hidden;
}

.woocommerce div.product form.cart .button {
    margin-right: 10px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: normal;
    padding: 0 20px;
    line-height: 40px;
    border-radius: 3px;
    border: 0 !important;
}
.woocommerce div.product form.cart .button.single_add_to_cart_button  {
    background: #fd6e1d;
    background: -webkit-linear-gradient(top, #f59000, #fd6e1d) !important;
    background: -moz-linear-gradient(top, #f59000, #fd6e1d) !important;
    background: -ms-linear-gradient(top, #f59000, #fd6e1d) !important;
    background: -o-linear-gradient(top, #f59000, #fd6e1d) !important;
}
.woocommerce div.product form.cart .buy_now_button {
    background-color: #28a745 !important;
}
.woocommerce a.added_to_cart {
    display: none !important;
}
/**/

section.related.products>h2 {
    color: #cb9433;
    text-align: center;
    font-size: 28px;
}
section.related.products>h2::after {
    content: "";
    background-color: #cb9433;
    height: 3px;
    width: 100px;
    display: block;
    margin: 10px auto;
}

.summary .box_share {
	border: 0;
	justify-content: flex-start;
	padding-left: 0;
	margin-left: -10px;
}

.box_share>* {
    float: left;
    margin-right: 10px !important;
}

/*tabs*/
.woocommerce-tabs{
    padding-top:0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding:0 !important;
  text-align: left;
  border-bottom: 1px solid #eee;
}
.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 a{
    background: #333 !important;
    color: #fafafa !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 {
    border: 0 !important;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    background: #fff !important;
    padding: 0px !important;
    border-bottom: 0px !important;
    margin: 0px 5px 5px 0 !important;
    position: relative;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: normal !important;
    font-size: 15px !important;
    color: #000 !important;
    font-weight: 500 !important;
    padding: 5px 15px !important;
    background-color: #eee;
    font-weight: normal !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li+li a::after {
	content: "";
	position: absolute;
	left: -10px;
	top: 20px;
}
/*end tabs*/


/* 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: #ec407a !important;
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
    color: #fff !important;
    background: #ec407a !important;
}

.woocommerce-message {
    border-top-color: #ec407a !important;
}

.woocommerce-message::before {
    color: #ec407a !important;
}

.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    padding: 8px 6px 8px !important;
}
.woocommerce table.shop_table .wrap-quantity {
    display: flex;
}
.woocommerce table.shop_table td.product-name a {
    text-decoration: none;
    font-size: 14px;
}

.woocommerce table.shop_table td.product-name a:hover {
    text-decoration: underline;
}

/*cart*/
.woocommerce-cart table.cart img {
 width:110px!important;
 float:left;
 height:auto!important
}
@media only screen and (min-width: 769px) {
	.woocommerce-cart table.shop_table .product-name{
		width: 40%;
	}
}
.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) {
    /*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;
}
.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;
}
/**/
/**/
/*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-modal .yith-wcqv-wrapper {
    width: 900px;
    overflow: hidden;
    border-radius: 5px;
}
@media only screen and (max-width: 767px) {
    .woocommerce form.login,
    .woocommerce form.register,
    .woocommerce form.lost_reset_password,
    .woocommerce .register {
        width: 90%;
    }
}
/*end login*/
.page code,
.woocommerce table.shop_table{
    font-family: roboto;
}

@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:not(.swiper-slide),
    .woocommerce-page ul.products li.product-category:not(.swiper-slide) {
        width: 24.05% !important;
        margin: 0 1.2% 2.992em 0 !important;
    }

}

@media only screen and (max-width: 768px) {
    .content-page-cart .shop_table_responsive .quantity,
    .content-page-cart .shop_table_responsive .quantity .wrap-quantity{
        display: flex;
        justify-content: flex-end;
    }
    .content-page-cart div.cart-collaterals .cart_totals,
    .content-page-cart div.cart-collaterals{
        width: 100%;
    }
    .woocommerce-tabs {
        padding-top: 20px;
    }
    .woocommerce div.product .woocommerce-tabs .panel {
        padding: 0 !important;
    }
    /* 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: 810px) {
    .woocommerce ul.products.columns-4:not(.swiper-wrapper), 
    .woocommerce.columns-4 ul.products:not(.swiper-wrapper) {
        grid-template-columns: repeat(3,1fr);
    }
}
@media only screen and (max-width: 700px) {
    .woocommerce div.product .product_title {
        font-size: 20px;
    }
    .woocommerce div.product .summary p.price {
        font-size: 18px;
    }
    .woocommerce div.product div.summary {
        margin-bottom: 0 !important;
    }
    .woocommerce ul.products.columns-4:not(.swiper-wrapper), 
    .woocommerce.columns-4 ul.products:not(.swiper-wrapper) {
        grid-template-columns: repeat(2,1fr);
    }
    section.related.products > h2 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 500px) {
    .woocommerce ul.products li.product a.button {
        font-size: 12px;
    }
}
@media only screen and (max-width: 400px) {
    .woocommerce ul.products.columns-4:not(.swiper-wrapper), 
    .woocommerce.columns-4 ul.products:not(.swiper-wrapper) {
        grid-template-columns: 1fr;
    }
}