/*
Theme Name: Hello theme

WooCommerce styles override
*/

/**
 * Shop tables
 */
table.shop_table_responsive thead {
	display: none;
}

table.shop_table_responsive tbody th {
	display: none;
}

table.shop_table_responsive tr td {
	display: block;
	text-align: right;
	clear: both;
}

table.shop_table_responsive tr td::before {
	content: attr(data-title) ": ";
	float: left;
}

table.shop_table_responsive tr td.product-remove a {
	text-align: left;
}

table.shop_table_responsive tr td.product-remove::before {
	display: none;
}

table.shop_table_responsive tr td.actions::before,
table.shop_table_responsive tr td.download-actions::before {
	display: none;
}

table.shop_table_responsive tr td.download-actions .button {
	display: block;
	text-align: center;
}

@media screen and (min-width: 48em) {

	table.shop_table_responsive thead {
		display: table-header-group;
	}

	table.shop_table_responsive tbody th {
		display: table-cell;
	}

	table.shop_table_responsive tr th,
	table.shop_table_responsive tr td {
		text-align: left;
	}

	table.shop_table_responsive tr td {
		display: table-cell;
	}

	table.shop_table_responsive tr td::before {
		display: none;
	}
}

/**
 * Products
 */
ul.products {
	margin: 0;
	padding: 0;
}

ul.products li.product {
	list-style: none;
	position: relative;
	margin-bottom: 2em;
}

ul.products li.product img {
	display: block;
}

ul.products li.product .button {
	display: block;
}

@media screen and (min-width: 48em) {

	ul.products li.product {
		width: 30.79667%;
		float: left;
		margin-right: 3.8%;
	}

	ul.products li.product.first {
		clear: both;
	}

	ul.products li.product.last {
		margin-right: 0;
	}

	ul.products.columns-1 li.product {
		float: none;
		width: 100%;
	}

	ul.products.columns-2 li.product {
		width: 48.1%;
	}

	ul.products.columns-3 li.product {
		width: 30.79667%;
	}

	ul.products.columns-4 li.product {
		width: 22.15%;
	}

	ul.products.columns-5 li.product {
		width: 16.96%;
	}

	ul.products.columns-6 li.product {
		width: 13.49333%;
	}
}

/**
 * Single product
 */
.single-product div.product {
	position: relative;
}

.single-product div.product .woocommerce-product-gallery {
	position: relative;
	float: left;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 2em;
	right: 1em;
	display: block;
	z-index: 99;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
	margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	margin: 0;
	padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	cursor: pointer;
	float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
	opacity: 0.5;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
	width: 48.1%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
	width: 30.79667%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: 22.15%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
	width: 16.96%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
	clear: both;
}

.stock:empty::before {
	display: none;
}

.stock.in-stock {
	color: #0f834d;
}

.stock.out-of-stock {
	color: #e2401c;
}

/**
 * Checkout
 */
@media screen and (min-width: 768px) {

	.col2-set .form-row-first {
		float: left;
		margin-right: 3.8%;
	}

	.col2-set .form-row-last {
		float: right;
		margin-right: 0;
	}

	.col2-set .form-row-first,
	.col2-set .form-row-last {
		width: 48.1%;
	}
}

/**
 * General WooCommerce components
 */

/**
 * Header cart
 */
.site-header-cart {
	position: relative;
	margin: 0;
	padding: 0;
}

.site-header-cart .cart-contents {
	text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
	display: none;
}

.site-header-cart .product_list_widget {
	margin: 0;
	padding: 0;
}

/**
 * Star rating
 */
.star-rating {
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	width: 5.3em;
	font-family: star;
	font-weight: 400;
}

.star-rating::before {
	content: "\53\53\53\53\53";
	opacity: 0.25;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.star-rating span::before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
	color: #4169e1;
}

p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	margin-right: 1px;
	font-weight: 400;
}

p.stars a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: star;
	content: "\53";
	color: #404040;
	text-indent: 0;
	opacity: 0.25;
}

p.stars a:hover ~ a::before {
	content: "\53";
	color: #404040;
	opacity: 0.25;
}

p.stars:hover a::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

p.stars.selected a.active::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

p.stars.selected a.active ~ a::before {
	content: "\53";
	color: #404040;
	opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.woocommerce-tabs ul.tabs li {
	display: block;
	margin: 0;
	position: relative;
}

.woocommerce-tabs ul.tabs li a {
	padding: 1em 0;
	display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
	margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
	text-align: right;
}

.woocommerce-password-strength.strong {
	color: #0f834d;
}

.woocommerce-password-strength.short {
	color: #e2401c;
}

.woocommerce-password-strength.bad {
	color: #e2401c;
}

.woocommerce-password-strength.good {
	color: #3d9cd2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
	box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
	box-shadow: inset 2px 0 0 #e2401c;
}

.required {
	color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	background-color: #0f834d;
	clear: both;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
	background-color: #3d9cd2;
}

.woocommerce-error {
	background-color: #e2401c;
}

.demo_store {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 1em;
	background-color: #3d9cd2;
	z-index: 9999;
}

@media screen and (min-width: 48em) {

	/**
	 * Header cart
	 */
	.site-header-cart .widget_shopping_cart {
		position: absolute;
		top: 100%;
		width: 100%;
		z-index: 999999;
		left: -999em;
		display: block;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	}

	.site-header-cart:hover .widget_shopping_cart,
	.site-header-cart.focus .widget_shopping_cart {
		left: 0;
		display: block;
	}
}

/**
 * WooCommerce widgets
 */

/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
	margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4;
}

.widget_price_filter .price_slider_amount .button {
	float: left;
}

.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	cursor: ew-resize;
	outline: none;
	background: #4169e1;
	box-sizing: border-box;
	margin-top: -0.25em;
	opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
	box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	background: #4169e1;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
	height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	height: 100%;
}


.products-list .product {
	box-shadow: 0px 5px 20px 0px #0000001A;
	border-radius: 24px;
	overflow: hidden;
	position: relative;
}
.products-list .product .product-thumbnail{
	position: relative;

}
.products-list .product .onsale{
	position: absolute;
	z-index: 1;
	background: linear-gradient(180deg, #FFCACA 0%, #FF3D41 100%);
	padding: 10px;
	border-top-left-radius: 24px;
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
	font-weight: 600;
	font-size: 12px;
	line-height: 1.1;
	color: #FFFFFF;



}
.products-list .product .product-entry{
	padding: 16px;
	    padding-bottom: 70px;
}

.products-list .product-entry h2.woocommerce-loop-product__title{
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 10px;
	color: #000000;

}
.products-list .product-entry .price{
	display: flex;
	flex-wrap: wrap;

}
.products-list .product-entry .price .amount{
		font-weight: 700;
	font-size: 14px;
	color: #FF4A4D;
}
.products-list .product-entry .price del .amount{
	color: #777777;
	font-weight: 400;

}
.products-list .product-entry .price> *{
	width: 100%;
}

.products-list .tb-chi-tiet{
	position: absolute;
	bottom: 17px;

	left: 0;
	    width: 100%;
	    text-align: center;
}
.products-list .tb-chi-tiet a{
	display: block;
	border-radius: 12px;
	padding: 10px 0;
	background-color: #19A199;
	font-weight: 600;
	font-size: 14px;
	color: #FFFFFF;
	    margin: 0 16px;
}
.products-list .tb-chi-tiet a:hover{
	opacity: 0.8;
}
.product-list-tabs .tab-item:not(.active){
	height: 0;
	opacity: 0;
	overflow: hidden;
}

.products-list .products-slider{
	padding: 5px;
}
.products.products-list.products-list-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.woocommerce-products-header .woocommerce-products-header__title.page-title{
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.woocommerce-products-header {
	margin-bottom: 20px;
}

.woocommerce-products-header .orderby{
	column-gap: 7px;
}

.woocommerce-products-header .orderby a{
	border-radius: 8px;
    padding-top: 6px;
    padding-right: 16px;
    padding-bottom: 6px;
    padding-left: 16px;
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
}
.woocommerce-products-header .orderby a.co_ban {
    background-color: #DFFDFF;
    color: #19A199;
}
.woocommerce-products-header .orderby a.trung_cap {
    background-color: #EFFFDF;
    color: #51A700;
}
.woocommerce-products-header .orderby a.cao_cap {
    background-color: #FFE8DA;
    color: #FA8805;
}

.woocommerce-products-header .orderby-product{
	column-gap: 10px;

}
.woocommerce-products-header .orderby-product p{
	font-weight: 700;
	font-size: 14px;
	color: #19A199;

}

.entry-summary .product_title{
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #000;
	margin-bottom: 7.5px;
}
.entry-summary .price .amount{
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	color: #FF4A4D;

}
.entry-summary .price del .amount{
	font-weight: 400;
	color: #777777;

}

.woocommerce-product-details__short-description{
	border-radius: 32px;
	padding: 16px;
	background: #F8F8F8;
}
.woocommerce-product-details__short-description ul{
	margin-left: 13px;
}

.woocommerce-product-details__short-description .qua-tang{
	display: flex ;
	margin-top: 16px;
}
.woocommerce-product-details__short-description .qua-tang div{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #FFE5E5;
    border-radius: 12px;
    padding-top: 14px;
    padding-right: 16px;
    padding-bottom: 14px;
    padding-left: 16px;
    font-weight: 400;
    font-size: 14px;
    color: #FF5255;

}
.woocommerce-product-details__short-description .qua-tang span.iocns{
    width: 24;
	height: 24;
	display: flex;
	justify-content: center;
	align-items: center;
}

.woocommerce-product-details__short-description .qua-tang span.text{
	padding-left: 10px;
}
.variations_form .variations {
	border: none !important;
	margin-bottom: 0;
}
.variations_form .variations th,
.variations_form .variations td{
	padding: 0;
    border: none !important;
}
.variations_form .variations th{
	padding-bottom: 7.5px;
}
.variations_form .variations th label{
	margin-bottom: 75px;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item){
	width: 32px;
	height: 32px;
	border: 1px solid #D5D5D5;
	box-shadow: none;
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item){
	border-radius: 100%;
}
.woo-variation-swatches .variable-items-wrapper .variable-item .variable-item-contents{
	border-radius: 100%;
	overflow: hidden;
}

input[type="number"] {
  -moz-appearance: textfield;
}
.quantity input[type="number"]::-webkit-outer-spin-button,
.quantity input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity input[type="number"]{
	width: 40px;
	height: 40px;
	padding: 5px;
	text-align: center;
	border: 1px solid #F8F8F8;
	font-weight: 400;
	font-size: 14px;
	line-height: 32px;
}

.quantity .quantity-selector{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.quantity .quantity-selector input[type="button"]{
	width: 32px;
	height: 40px;
	border-width: 1px;
	padding: 10px;
	background: #F9F9F9;
	border: 1px solid #F8F8F8;
}

form.cart .woocommerce-variation-add-to-cart{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 7.5px;
}
form.cart button.single_add_to_cart_button{
	background: linear-gradient(180deg, #F58E01 0%, #FC701B 100%);
	height: 40px;
	border-radius: 12px;
	padding-top: 8px;
	padding-right: 40px;
	padding-bottom: 8px;
	padding-left: 40px;
	font-weight: 700;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	border: none !important;
}

.entry-summary .product_meta{
   display: none !important;
}

.contact-product{
	gap: 10px;
}
.contact-product a{
	display: inline-block;
	padding-top: 10px;
	padding-right: 24px;
	padding-bottom: 10px;
	padding-left: 24px;
	border-radius: 12px;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	min-width: 167px;

}
.contact-product a.contact-zalo{
	background: #DD011B;
}
.contact-product a.contact-facebook{
	background: #FF9F03;
}
.single .product-images{
	position: relative;
}
.single .product-images .onsale{
	position: absolute;
    z-index: 1;
    background: linear-gradient(180deg, #FFCACA 0%, #FF3D41 100%);
    padding: 10px;
    border-top-left-radius: 24px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.1;
    color: #FFFFFF;
}
.woocommerce-tabs .tabs.wc-tabs{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;

}
.woocommerce-tabs .tabs.wc-tabs li a{
    padding: 5px 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	display: inline-block;
	position: relative;
}
.woocommerce-tabs .tabs.wc-tabs li a:after{
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 0;
	background-color:#19A199;
	opacity: 0;
	left: 0;
}
.woocommerce-tabs .tabs.wc-tabs li.active a{
	color: #19A199;

}
.woocommerce-tabs .tabs.wc-tabs li.active a:after{
	opacity: 1;
}

.woocommerce-tabs .tab-content .content {
    max-height: 100px;
    overflow: hidden;
    transition: all 0.3s;
}
.readmore-more {
    margin-top: 20px;
    display: none;
}
.readmore-more a{
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: #19A199;
	display: inline-block;
}
.phan-hoi-khach-hang,
.woocommerce-product-video,
.related.products{
	border-radius: 32px;
	padding: 24px;
	box-shadow: 0px 5px 20px 0px #0000001A;
	margin-bottom: 20px;
}

.header-title{
	justify-content: space-between;
	margin-bottom:20px;

}
.header-title h2{
	margin-bottom: 0;
	font-weight: 700;
	font-style: Bold;
	font-size: 20px;
	text-transform: uppercase;

}
.header-title a{
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	color: #19A199;

}

.posts-list .item-post .excerpt{
  font-size: 14px;
}
.phan-hoi-khach-hang .icons-img {
  margin-bottom: 6px;
}
.phan-hoi-khach-hang .icons-img img{
  border-radius: 100%;
}

.phan-hoi-khach-hang h3.name{
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
}
.phan-hoi-khach-hang .text{
  font-weight: 400;
  font-size: 14px;
  text-align: justify;

}
.phan-hoi-khach-hang .item-cam-nhan-khach-hang{
  border-radius: 24px;
  padding: 16px;
  border: 1px solid #C9C9C9;

border-style: dashed;
}
#wpgs-gallery .wcgs-carousel .wcgs-spswiper-arrow,
#wpgs-gallery .wcgs-carousel .wcgs-spswiper-arrow{
	border-radius: 100% !important;
	background-color: #fff !important;
	border-width:1px !important;
	border-style: solid;
	border-color: #E9E9E9;
	box-shadow: none;
}
#wpgs-gallery .wcgs-carousel .wcgs-spswiper-arrow:before, #wpgs-gallery .wcgs-carousel .wcgs-spswiper-arrow:before,
#wpgs-gallery .wcgs-carousel .wcgs-spswiper-arrow:hover::before, #wpgs-gallery .wcgs-carousel .wcgs-spswiper-arrow:hover::before {
        color: #19A199 !important;
}
#wpgs-gallery .wcgs-thumb.spswiper-slide:hover img, #wpgs-gallery .wcgs-thumb.spswiper-slide-thumb-active.wcgs-thumb:hover img,
#wpgs-gallery .wcgs-thumb.spswiper-slide-thumb-active.wcgs-thumb img{
	border-color: #19A199 !important;
}

.search-product{
	position: relative;

}
.search-product .search-header{
	position: relative;

}

.search-product .show-search {
	    background: #FFFFFF;
    position: absolute;
    width: 100%;
    top: calc(100% + 2px);
    top: -moz-calc(100% + 2px);
    top: -webkit-calc(100% + 2px);
    box-shadow: 0px 3px 7px -3px rgba(0, 0, 0, 0.3), 0px 6px 12px -2px rgba(50, 50, 93, 0.25);
    border-radius: 8px;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 400px;
    z-index: 999;
    display: none;
}
.search-product .woocommerce-product-search input[type="search"]::-webkit-search-decoration,
.search-product .woocommerce-product-search input[type="search"]::-webkit-search-cancel-button,
.search-product .woocommerce-product-search input[type="search"]::-webkit-search-results-button,
.search-product .woocommerce-product-search input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance:none;
}
.search-product .show-search.active-search {
    display: block;
}

.search-product .content-search{
  padding: 30px;
}
.search-product .item-product {
	margin-bottom: 10px;
}
.search-product .item-product:last-child {
	margin-bottom: 0;
}
.search-product .item-product a{
   display: flex;
   flex-wrap: wrap;
}
.search-product .item-product a .thumb{
	width: 80px;
}
.search-product .item-product a .entry{
	width: calc(100% - 80px);
	  width: -moz-calc(100% - 80px);
	  width: -webkit-calc(100% - 80px);
	      padding-left: 20px;
}
.search-product .item-product h3{
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
}
.search-product .item-product .price .amount{
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	color: #FF4A4D;
}
.search-product .item-product .price del .amount{
	color: #777777;
	font-weight: 400;
}
.search-product-responsive-overlay{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1000;
  display: none;
}
.search-product-responsive-overlay.active-search {
    display: block;
}


@media(max-width:1199px){
	.products.products-list.products-list-grid {
	    grid-template-columns: repeat(4, 1fr);
	}
}

@media(max-width:991px){
  .search-product .show-search{
        position: static;
        box-shadow: none;
        padding: 15px 0;
        border-radius: 0;
  }
  .search-product .content-search{
  	padding: 0;
  }
  .products.products-list.products-list-grid {
    grid-template-columns: repeat(3, 1fr);
	}
	.woocommerce-products-header .woocommerce-products-header__title.page-title{
		width: 100%;
		margin-bottom: 15px;
		font-size: 16px;
	}
	.woocommerce-products-header .orderby-product p{
		display: none;
	}
	.header-title h2{
		font-size: 16px;
	}
}

@media(max-width:768px){
  .products.products-list.products-list-grid {
    grid-template-columns: repeat(2, 1fr);
	}
	.phan-hoi-khach-hang, .woocommerce-product-video, .related.products{
		    padding-top: 20px;
	    padding-right: 16px;
	    padding-bottom: 20px;
	    padding-left: 16px;
	     border-radius: 0;
	     margin-right: -10px;
	    margin-left: -10px;
	}

}

