#popup-cart .modal-title {
	text-transform: uppercase;
}

#popup-cart .modal-body .wrap-cart {
	padding: 0px;
	box-shadow: none;
	border: 0px;
}

#popup-cart .modal-footer {
	padding: 0.75rem 0 0 0;
	border-top: 0px;
}

.buymore-cart {
	color: var(--color-red);
	cursor: pointer;
	margin: 0px;
}

.buymore-cart i {
	margin-right: 2px;
	margin-top: 5px;
	vertical-align: top;
	font-size: 12px;
}

.wrap-cart {
	padding: 20px 15px;
	background: #ffffff;
	/* border:1px solid #d8d8d8; */
	box-shadow: 0 0 20px rgba(0, 0, 0, .15);
	position: relative;
	border-radius: 5px;
	padding: 40px;
	box-sizing: border-box;
	background: #ecf0f3;
	box-shadow: 14px 14px 20px #cbced1, -14px -14px 20px white;
	max-width: 1000px;
	margin: 0 auto;
}

.top-cart {
	border-left: 1px solid #eee;
}

#popup-cart .top-cart {
	border: none;
}

.quantity-procart {
	height: fit-content
}

.procart {
	padding: 15px 0;
	border-bottom: 1px solid #eee;
	border-top: 0px;
	background: #fff;
	border-radius: 6px;
	margin-bottom: 10px;
}

.pic-procart {
	text-align: center;
	height: fit-content;
	border-radius: 4px;
	overflow: hidden;
	max-width: 130px;
}

#popup-cart .pic-procart {
	max-width: 100px;
}

.pic-procart img {
	max-width: 100%;
	height: inherit;
	border: 1px solid #ced4da;
	border-radius: 4px;
}

.del-procart:hover {
	color: red
}

.del-procart {
	cursor: pointer;
	color: grey;
	padding: 3px 5px;
}

.pic-procart .del-procart {
	color: #999;
	font-size: 12px;
	display: block;
	margin-top: 5px;
	cursor: pointer;
}

.pic-procart .del-procart:hover {
	color: red;
}

.qtyMiniCart {
	padding: 0px 3px;
	border-radius: 3px;
	color: #fff;
	background-color: orangered;
	font-family: inherit;
	font-weight: normal;

}

.name-procart a {
	font-size: 14px;
	color: #0064c8;
	display: block;
	margin-bottom: 5px;
}

.name-procart a:hover {
	color: var(--color-hover-text);
}

.properties-procart {
	display: block;
	font-size: 13px;
	margin: 5px 0;
}

.properties-procart p {
	display: inline-block;
	margin-bottom: 0px;
}

.properties-procart p:first-child {
	margin-right: 10px;
}

.properties-procart p strong {
	font-family: var(--font-body);
	font-weight: unset;
	background-color: var(--color-title);
	color: #fff;
	border-radius: 2px;
	font-size: 12px;
	line-height: 1;
	padding: 2px 5px;
}

.quantity-procart p {
	margin-bottom: 0px;
}

.quantity-counter-procart {
	border: 1px solid #dfdfdf;
	width: 80px;
	height: 20px;
	line-height: normal;
	text-align: center;
	border-radius: 3px;
}

.counter-procart {
	background-color: transparent;
	border: 0px;
	width: 20px;
	color: #333;
	outline: none;
	cursor: pointer;
	font-size: 14px;
}

.counter-procart:hover,
.counter-procart:focus {
	color: #12331e;
	background: #dcdcdc;
}

.counter-procart:disabled,
.counter-procart:disabled:hover {
	color: #ccc;
	cursor: not-allowed;
}

.counter-procart-minus {
	/* line-height: 20px; */
}

.counter-procart-plus {
	/* line-height: 24px; */
}

.quantity-counter-procart .quantity-procart {
	width: calc(100% - 40px);
	box-sizing: border-box;
	border: 0px;
	border-right: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	outline: none;
	box-shadow: none;
	padding: 0px;
	color: #333;
	font-size: 14px;
	text-align: center;
}

.price-procart {
	width: 20%;
	/* text-align: right; */
	line-height: 1;
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	width: calc(100% - 30px);
	margin-bottom: 0px;
}

.price-procart-rp {
	display: none;
	width: 100%;
	margin-bottom: 10px;
	font-size: 13.5px;
}

.price-simple-procart .price-new-cart {
	color: #333;
}

.price-simple-procart {
	align-items: center;
	justify-content: center;
	flex-direction: column;
	display: flex;
}

.price-new-cart {
	color: var(--color-title);
	margin-bottom: 0px;
	margin-right: 10px;
	/* font-weight: bold; */
}

.price-old-cart {
	color: #999;
	text-decoration: line-through;
	margin-bottom: 0;
}

.procart-label {
	border: 0px;
	/* background:#eee; */
	padding: 10px;
	margin: 0px;
	text-transform: capitalize;
	background-color: #0066cc;
	background-image: linear-gradient(to right, #0066cc, #cc3333);
	color: #fff;
}

.procart-label .quantity-procart p:last-child {
	display: none;
}

.money-procart {
	margin-top: 15px;
	background: #fff;
	border-radius: 4px;
}

.coupon-order {
	margin-top: 15px;
	/* background: #fff;
	border-radius: 4px;
	padding: 20px 10px; */
}

.boxCouponOrder {
	margin: 5px;
	width: calc(100%/3 - 10px);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding: 10px;
	flex-wrap: wrap;
	height: inherit;
	background-color: #fff;
	border-radius: 6px;
	user-select: none;
	position: relative;
}

.boxCouponOrder::after {
	content: '';
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 20px;
	height: 20px;
	border: 1px solid #dcdcdc;
	border-radius: 50%;
	box-shadow: 1px 1px 3px #dcdcdc;
	background: #0000000a;
}

.boxCouponOrder.selected::after {
	content: '\f00c';
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	background: green;
}

.boxCouponOrder.un-select {
	filter: brightness(0.92);
	opacity: .8;
}

.boxCouponOrder img {
	width: 70px;
}

.boxCouponOrder .desc {
	font-size: .85rem;
	width: calc(100% - 80px);
}

.boxCouponOrder .time {
	width: 100%;
	font-size: 13px;
	color: grey;
	text-align: center;
}

.total-procart {
	/* background:#eee; */
	padding: 7px 10px;
	/* border:1px solid #dddfe2; */
	margin-bottom: -1px;
	/* background-color: #0066cc; */
	/* background-image: linear-gradient(to right, #0066cc, #cc3333); */
	/* color: #fff; */
}

.total-price.load-price-total {
	color: var(--color-title);
	font-size: 1.1rem;
}

.total-procart p {
	margin-bottom: 0px;
	font-size: 15px;
}

.total-procart p:last-child {
	/* color: #fff; */
	font-family: var(--font-title-card);
}

.section-cart {
	position: -webkit-sticky;
	position: sticky;
	top: 15px;
}

.title-cart {
	font-size: 18px;
	color: #000;
	/* border-bottom: 1px solid #eee; */
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-family: var(--font-title);
	text-transform: uppercase;
	color: var(--color-title);
}

.title-cart span {
	font-weight: 400;
	font-size: 13px;
}

.title-cart b {
	color: #f00;
}

.information-cart {
	margin-bottom: 1.5rem;
}

.input-cart {
	margin-bottom: 10px;
	position: relative;
}

.input-cart label {
	margin-bottom: 5px;
}

.input-cart textarea {
	resize: none;
	height: 100px;
}

.input-cart select {
	cursor: pointer;
	/* background: #ecf0f3; */
	padding: 10px;
	/* padding-left: 20px; */
	height: 42px;
	font-size: 14px;
}

.payments-cart {
	text-align: left;
	margin-bottom: 5px;
	min-height: auto;
}

.payments-cart:last-child {
	margin-bottom: 0px;
}

.payments-cart input {
	top: calc(50% - 1.25rem/2);
}

.payments-label {
	cursor: pointer;
	background: #ecf0f3;
	display: block;
	padding: 10px 15px;
	border-radius: 3px;
	margin-bottom: 0px;
	text-decoration: none !important;
	color: #313131 !important;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #ced4da;
}

.payments-label::before,
.payments-label::after {
	top: calc(50% - 1rem/2);
	border-radius: 50%;
	top: 50% !important;
	transform: translateY(-50%);
}

.custom-control-input:checked~.custom-control-label.payments-label::before {
	color: #fff;
	border-color: var(--color-primary);
	background-color: var(--color-primary);
}

.payments-label.active {
	background: var(--color-primary);
	color: #ffffff !important;
}

.payments-info {
	opacity: 0;
	visibility: hidden;
	height: 0px;
	overflow: hidden;
	background: #fff;
	border-radius: 5px;
}

.payments-info p {
	margin-bottom: 1em;
}

.payments-info.active {
	padding: 10px 15px;
	margin-top: 5px;
	opacity: 1;
	visibility: visible;
	height: auto;
}

.btn-cart {
	outline: none !important;
	box-shadow: none !important;
	font-size: 16px;
	text-transform: uppercase;
	background: var(--color-primary);
	transition: all .2s ease;
	border: 3px solid var(--color-primary);
	border-width: 0 1px 3px 0;
	padding: 5px 15px;
	border-radius: 4px;
	color: #fff;
}

.section-cart input.btn-cart:hover,
.modal-footer a.btn-cart:hover {
	transition: all 0.2s ease;
	background-color: var(--color-primary);
	border-color: var(--color-primary);
}

.empty-cart {
	padding: 25px 30px;
	display: block;
	text-align: center;
	color: #23527c !important;
	width: 100%;
}

.empty-cart i {
	color: red;
	font-size: 70px;
}

.empty-cart p {
	margin: 15px 0px;
	color: #333;
	font-size: 18px;
}

.empty-cart span {
	display: inline-block;
	border: 1px solid #f00;
	border-radius: 3px;
	padding: 10px;
	font-size: 16px;
	text-transform: uppercase;
	width: 100%;
	max-width: 325px;
	background: #da251c;
	color: #fff;
}

@media(max-width:991px) {
	.top-cart {
		margin-bottom: 2rem;
	}
}

@media(max-width:767px) {
	/* .quantity-procart {
		text-align: right;
	} */

	.price-procart,
	.procart-label .quantity-procart p:first-child {
		display: none;
	}

	.price-procart-rp,
	.procart-label .quantity-procart p:last-child {
		display: block;
	}
}

@media(max-width:567px) {

	.procart-label,
	.name-procart a {
		font-size: 13px;
	}
}

/* Chá»‰nh popup giá» hÃ ng */
#popup-cart .modal-dialog {
	max-width: 300px;
	margin: 0 0 0 auto;

}

/* width */
#popup-cart {
	padding-right: 0 !important;
	z-index: 999999;
}

#popup-cart .modal-header h6 {
	font-size: 18px;
}

#popup-cart .modal-header {
	background: #12331e;
	color: #fff;
	border-radius: 0;
}

#popup-cart::-webkit-scrollbar {
	width: 0px;
}

#popup-cart .modal-content {
	border-radius: 0;
	border: 0;
	min-height: 100vh;
	box-shadow: rgb(0 0 0 / 30%) 0px 1px 2px 0px, rgb(0 0 0 / 28%) 0px 2px 3px 2px;
}

#popup-cart .modal-body .wrap-cart {
	background: transparent;
}

.form-cart .form-control,
.form-cart select {
	background: #fff;
}

.head-procart {
	background-color: #fff;
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 4px;
	overflow: hidden;
}

.mw-100px {
	max-width: 100px;
}

.info-cart-review {
	font-family: var(--font-title-card);
	margin-left: 10px;
}

.label-cart-review {
	font-size: 14px;
	margin-bottom: 5px;
}

.row--infoCartReview {
	display: flex;
}

.mw-300px {
	max-width: 300px;
}