.banner-category {margin-top: 15px}

.banner-category::before, .banner-category::after {
	content: "";
	display: none;
	background-size: contain;
	background-repeat: no-repeat;
}

.banner-category::before {display: block}

@media(max-width: 678px){
	.banner-category::after {display: block}
	.banner-category::before {display: none}
}

.gr-product h2 {margin: 30px 0 25px 0}

ul.list-product {
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.list-product > li {
	width: calc((100% - 3 *15px) / 4);
	padding-bottom: 12px;
	margin-bottom: 25px;
}

.title-meta {
	padding: 10px;
	border-radius: 0 0 3px 3px;
	border: 1px solid #e4e4e4;
	border-top: 0;
}

.title-meta h3 {
	margin: 0 0 10px 0;
	font-size: 0.8em !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	overflow: hidden;
/* 	height: 39px !important; */
}

.title-meta .star {
	margin-bottom: 3px;
}

.list-product .star-rating-2 {margin-bottom: 3px}

.price {
	color: #d0011b;
	font-weight: 600;
}

.price-regular {
	text-decoration-line: line-through;
	font-size: 0.7em;
	margin-left: 15px;
	display: flex;
	align-items: end;
	color: #505050;
}

.list-product .img {
	position: relative;
	overflow: hidden;
	border-radius: 3px 3px 0 0;
}

.percent {
	position: absolute;
	top: 10px;
	background: #cf8423e8;
	font-size: 0.62em;
	color: #fff;
	font-weight: 600;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	right: 10px;
	z-index: 99;
}

/* CẤU TRÚC BLOCK SẢN PHẨM CHUNG WIDE-2 */
.wide-2 a {display: flex;justify-content: space-between}
.wide-2 .img {width: 80px}
.wide-2 .title-meta {width: calc(100% - 90px);padding: 0}
.wide-2 .title-meta h3 {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	overflow: hidden;
}
.wide-2 .hover-product {width: max-content;text-align: left}
/* CẤU TRÚC BLOCK SẢN PHẨM CHUNG WIDE-2 */

/* CẤU TRÚC BLOCK SẢN PHẨM SIDEBAR */
.gr-product-sidebar {margin-top: 0px}
.gr-product-sidebar h2 {
	margin-top: 0px;
	text-transform: uppercase;
	font-weight: bold;
}
.gr-product-sidebar .list-product > li {width: 100%}
.gr-product-sidebar .title-meta {border: none}
/* CẤU TRÚC BLOCK SẢN PHẨM SIDEBAR */

/* HOVER PRODUCT */
.back-product, .next-backpr {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-repeat: no-repeat;
	background-size: cover;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s;
}

.hovering .back-product {
	visibility: visible;
	opacity: 1;
}

.hover-product {
	position: absolute;
	width: 100%;
	bottom: -50px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s;
	z-index: 9;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}
.hovering .hover-product {
	visibility: visible;
	opacity: 1;
	bottom: 0;
}
.hover-product > div {
	display: inline-block;
	background: #2d68a4cf;
	padding: 8px 10px;
	border-radius: 16px;
	margin: 5px;
	font-size: 0.8em;
}
.hover-product > div:hover {background: #214b74}
/* HOVER PRODUCT */


button.lmore {
	display: block;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	border-radius: 21px;
	padding: 8px 20px;
	border: 1px solid #007776;
	text-transform: uppercase;
	margin: 10px auto 45px;
}
button.lmore:hover {box-shadow: rgba(0,0,0,0.35) 0px 5px 15px}

/* PHẦN GIỎ HÀNG */
.gh-item {
	border-top: 1px solid #dbdbdb;
	padding: 15px 0px;
	width: 100% !important;
	transition: all 0.3s;
	scrollbar-width: none;
	user-select: none;
}
.gh-item:first-child {border-top: none}

.right-item {
	width: 75px;
	border-radius: 3px;
	overflow: hidden;
}

.left-item {
	width: calc(100% - 90px);
	position: relative;
	font-size: 14px;
}

.gh-item .remove-item {
	left: 64px;
	top: 3px;
}

.left-item span:nth-child(1) {
    font-size: 13px;
    font-weight: 600;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
}

.left-item span:nth-child(2) {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #b20909;
    font-weight: bold;
    font-size: 13px;
}
.quantity {position: absolute;bottom: 0px}

.quantity > div {
	width: 25px;
	display: flex;
	border: 1px solid #e6e6e6;
	cursor: pointer;
	height: 25px;
	justify-content: center;
	align-items: center;
}

.quantity .input-count {
	border-left: none;
	border-right: none;
}

.input-count input {
	padding: 0;
	border: none;
	margin: 0;
	height: 100%;
	text-align: center;
	font-size: 12px;
	width: 100%;
}

.total {
	margin-top: 25px;
	border-top: 1px solid #d0cdcd;
	padding-top: 10px;
	margin-bottom: 30px;
}

.total td, .total input {
	padding: 3px 0;
	border: none;
	font-size: 15px;
	margin: 0;
	font-weight: bold;
	color: #b20909;
}

.prices tr:first-child td,
.prices tr:last-child td {text-transform: uppercase}
.total input {pointer-events: none}
.total tr td:last-child, .total input {
	text-align: right;
	width: 120px;
}
.content-giohang .submit-form {margin-top: 15px}

.prices_value {
	text-align: right;
	font-size: 16px;
	color: red;
	font-weight: 600;
}
td.ship .shipping {
	position: absolute;
	top: 0;
	left: -85px;
	font-size: 0.8em;
}
/* PHẦN GIỎ HÀNG */





@media(max-width: 992px){
.list-product > li {width: calc(100% / 3 - 15px)}
}

@media(max-width: 810px){

.list-item-slider .wide-2 a {display: block}
.list-item-slider .wide-2 .img, .wide-2 .title-meta {width: 100%}	
.list-item-slider .wide-2 .title-meta {padding: 10px}

}

@media(max-width: 678px){

.list-product > li {width: calc((100% - 10px)/ 2)}
.price {width: 40%;font-size: 15px}

}