.woocommerce .woocommerce-result-count {
	display: none !important;
}

/* product-category */
.product-filter {
	padding: 8px 9px;
	border-bottom: 1px solid #eee;
	overflow: hidden;
	line-height: 30px;
	background: #f9f9f9;
	border: 1px solid #e9e9e9;
	margin-bottom: 10px;
}

.woocommerce .product-filter .woocommerce-result-count,
.woocommerce .product-filter .woocommerce-ordering {
	margin: 0;
}

/* product list */
.added_to_cart.wc-forward {
	display: none !important;
}

.archive.woocommerce #main ul.products {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0;
}

.woocommerce #main ul.products li.product,
.woocommerce-page #main ul.products li.product {
	width: 32%;
	margin: 0 1% 20px 0;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	padding: 12px !important;
	position: relative;
	border: 1px solid #ddd;
	border-radius: 5px;
	background: #fff;
	text-align: center;
}

.woocommerce #main span.onsale,
.woocommerce #main ul.products li.product .onsale {
	background: transparent url('../css/images/bg-sale.png');
	background-repeat: no-repeat;
	background-color: transparent;
	top: 10px;
	right: 10px;
	width: 50px !important;
	background-size: 33px;
	background-position: center;
	display: inline;
	padding-top: 20px;
	font-size: 11px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	color: #5d5e60;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding-bottom: 0 !important;
	margin-bottom: 10px !important;
	line-height: 1.3;
}

.woocommerce-product-details__short-description p,
.products .woocommerce-product-details__short-description {
	color: #666;
	font-size: 13px;
	line-height: 1.4;
	height: 37px;
	overflow: hidden;
	margin-bottom: 10px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 0;
}

.products .woocommerce-product-details__short-description {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 37px;
}

body.woocommerce ul.products li.product .price {
	display: block;
	font-weight: bold;
	color: #fa5776;
	font-size: 16px;
	line-height: 24px;
}

.woocommerce .sp-vua-xem-content ul li .amount {
	font-weight: bold;
	color: #fa5776;
	font-size: 16px;
	line-height: 24px;
}

body.woocommerce ul.products li.product .price del,
.woocommerce .sp-vua-xem-content ul li del .amount {
	color: #b9b9b9;
	text-decoration: line-through;
	display: block;
	margin-bottom: 5px;
}

body.woocommerce ul.products li.product .price ins,
.woocommerce .sp-vua-xem-content ul li ins {
	text-decoration: none;
}

body.woocommerce #respond input#submit,
body.woocommerce a.button,
body.woocommerce button.button,
body.woocommerce input.button {
	border-radius: 3px;
	padding: 0 20px;
	height: 32px;
	font-weight: normal;
	text-transform: uppercase;
	color: #060;
	font-size: 14px;
	background: transparent;
	line-height: 32px;
}

body.woocommerce #respond input#submit:hover,
body.woocommerce a.button:hover,
body.woocommerce button.button:hover,
body.woocommerce input.button:hover {
	background: #060;
	color: #fff !important;
}

.woocommerce ul.products li.product .button {
	margin-top: 5px !important;
}

/* product view */
.woocommerce div.product .product_title {
	color: #222222;
	font-size: 21px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	font-size: 24px !important;
	font-weight: bold;
}
.woocommerce .quantity .qty {
	height: 28px;
}

.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;
}

.box_share {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	float: left;
}

.box_share>* {
	float: left;
	margin-right: 10px !important;
}

/* 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;
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
	background: #c01700 !important;
	color: #fff !important;
	border: 1px solid #fff !important;
	float: left !important;

}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
	width: 120px !important;
	box-shadow: none;
}

.woocommerce-message {
	border-top-color: #c01700 !important;
}

.woocommerce-message::before {
	color: #c01700 !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 {
	border-color: #ddd !important;
}

.woocommerce table.shop_table td {
	border-color: #ddd !important;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
	border-color: #ddd !important;
}

.woocommerce table.shop_table td.product-name a {
	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 #9f9f9f;
	padding: 5px;
	height: 35px;
	border-radius: 5px;
}

.woocommerce form.woocommerce-checkout .form-row .select2-selection {
	border: 1px solid #9f9f9f;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
	width: 100% !important;
	overflow: visible;
}

/* yith quick-view*/
#yith-quick-view-content div.images {
	box-sizing: border-box;
}

#yith-quick-view-content div.summary {
	box-sizing: border-box;
}


/**/
.archive.woocommerce nav.woocommerce-pagination,
nav.navigation.pagination {
	float:left;
	width:100%;
	margin:20px 0;
	text-align:center
}
.archive.woocommerce nav.woocommerce-pagination ul,
nav.navigation.pagination .nav-links {
	display:inline-block;
	background:#fff;
	position:relative;
	z-index:999;
	padding:0 60px;
	margin:0;
	border:0
}
.archive.woocommerce nav.woocommerce-pagination ul li a,
.archive.woocommerce nav.woocommerce-pagination ul li span,
nav.navigation.pagination .page-numbers {
	padding:5px;
	text-decoration:none;
	display:inline-block;
	margin:0 2.5px;
	border-radius:50%;
	width:40px;
	background:transparent;
	text-align:center;
	height:40px;
	font-size:14px;
	padding:0;
	line-height:40px;
	border:none;
	text-decoration:none
}
.archive.woocommerce nav.woocommerce-pagination ul li {
	border:0
}
.archive.woocommerce nav.woocommerce-pagination ul li a:focus,
.archive.woocommerce nav.woocommerce-pagination ul li a:hover,
.archive.woocommerce nav.woocommerce-pagination ul li span.current,
nav.navigation.pagination a.page-numbers:hover,
nav.navigation.pagination span.page-numbers.current {
	background-color:#226fe9;
	border-color:#226fe9;
	color:#fff
}
/*single tab*/
.woocommerce-tabs{
    padding-top: 20px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding:0 !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 {
    background: #226fe9 !important;
    z-index: 2;
    border-bottom-color: #226fe9 !important;
    color: #fff !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin-right: 10px !important;
    background: #f2f4f9 !important;
    border: 0 !important;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    background: #f2f4f9 !important;
    padding: 0px !important;
    border-bottom: 0px !important;
    margin-top: 0px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 16px !important;
    padding: 7px 20px !important;
    color: #fff !important;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
	.woocommerce ul.products li.product a.button {
		font-size: 12px;
	}
}

@media only screen and (max-width: 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;
	}

	.woocommerce #main ul.products li.product, .woocommerce-page #main ul.products li.product {
		width: 49%;
	}
}

@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 #main ul.products li.product, .woocommerce-page #main ul.products li.product {
		width: 100%;
	}
}