#popup-cart .modal-title {
	/* text-transform: uppercase; */
	font-family: qs-b;
	color: #073000;
	font-size: 24px;
}

#popup-cart .modal-header {
	padding: 10px 20px 0px 20px;
	border-bottom: none;
}

#popup-cart .modal-body {
	padding-top: 10px
}

.wrap-cart .invalid-feedback {
	left: 25px;
}

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

#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: 20px;
	padding: 40px;
	box-sizing: border-box;
	background: #ecf0f3;
	box-shadow: 14px 14px 20px #cbced1, -14px -14px 20px white;
}

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

.procart {
	padding: 20px 10px;
	border-bottom: 1px solid #eee;
	border-top: 0px;
}

.pic-procart {
	text-align: center;
}

.pic-procart img {
	max-height: 100px;
	height: inherit;
}

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

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

.del-procart:hover {
	color: red;
	cursor: pointer;
}

.name-procart a {
	font-size: 14px;
	color: #000;
	display: block;
}

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

.properties-procart {
	display: block;
}

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

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

.properties-procart p strong {
	font-family: qs-b;
}

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

.quantity-counter-procart {
	/* border: 1px solid #dfdfdf; */
	/* width: fit-content; */
	height: 30px;
	line-height: normal;
	text-align: center;
	border-radius: 3px;
	max-width: 100%;
	/* margin-left: auto; */
	max-width: 60%;
	display: flex;
	justify-content: space-between;
}

.counter-procart {
	background-color: transparent;
	border: 0px;
	width: 30%;
	color: #333;
	outline: none;
	cursor: pointer;
	font-size: 22px;
	background: #fff;
	width: 50px;
	border-radius: 4px;
	height: 40px;
	line-height: 30px;
	border: 1px solid #cccccc;
}

.counter-procart:hover,
.counter-procart:focus {
	background: #333;
	color: #fff;
}

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

.counter-procart-minus {
	line-height: 37px;
}

.counter-procart-plus {
	line-height: 37px;
}

.qty-procart .del-procart {
	width: fit-content;
	margin-left: auto;
}

.quantity-counter-procart .quantity-procart {
	width: 100%;
	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;
	text-align: center;
	border: 1px solid #cccccc;
	height: 40px;
	margin: 0 5px;
}
.list-procart .form-row{}
.price-procart {
	width: 20%;
	text-align: right;
}

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

.price-new-cart {
	color: #ba0101;
	margin-bottom: 0px;
	font-size: 16px;
}

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

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

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

.money-procart {
	margin-top: 15px;
}

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

#popup-cart .total-procart p:not(.total-price) {
	color: #fff
}

.total-procart p {
	margin-bottom: 0px;
	font-size: 16px;
	color: #333333;
}

.total-procart p:last-child {
	color: #154b9b;
	font-size: 18px;
}

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

.title-cart {
	font-size: 15px;
	text-transform: capitalize;
	color: #000;
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
	margin-bottom: 0px;
	font-weight: bold;
}

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

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

.checkgiamgia .information-cart .input-cart {
	width: calc(100% - 85px);
}

.checkgiamgia .information-cart {
	display: flex;
	justify-content: space-between;
}

.information-cart {
	margin-bottom: 10px;
}

.input-cart {
	margin-bottom: 0.5rem;
	position: relative;
}

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

.input-cart select {
	cursor: pointer;
	background: #ecf0f3;
	padding: 10px;
	padding-left: 20px;
	height: 50px;
	font-size: 14px;
	box-shadow: inset 6px 6px 6px #cbced1, inset -6px -6px 6px white;
	color: #495057;
}

.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: 5px 10px;
	border-radius: 3px;
	margin-bottom: 0px;
	color: #313131 !important;
	font-family: var(--font-title);
	/* border: 1px solid #dcdcdc; */
}

.payments-label::before,
.payments-label::after {
	top: calc(50% - 1rem/2);
}

.payments-label.active {
	background: var(--Gradient, linear-gradient(180deg, #00a9ef 0%, #0063fb 100%));
	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;
	margin-top: 5px;
	opacity: 1;
	visibility: visible;
	height: auto;
	box-shadow: inset 3px 3px 6px #cbced1, inset -6px -6px 6px white;
}

.btn-cart:hover {
	filter: invert(1);
	transition: all .2s;
}

.btn-cart {
	outline: none !important;
	box-shadow: none !important;
	border-color: transparent !important;
	font-size: 14px;
	text-transform: uppercase;
	/* background:#fd6e1d; */
	/* background:-webkit-gradient(linear,0% 0%,0% 100%,from(#fd6e1d),to(#f59000)); */
	/* background:-webkit-linear-gradient(top,#f59000,#fd6e1d); */
	background: -moz-linear-gradient(top, #f59000, #fd6e1d);
	background: -ms-linear-gradient(top, #f59000, #fd6e1d);
	background: -o-linear-gradient(top, #f59000, #fd6e1d);
	background-color: #0066cc;
	background-image: var(--Gradient, linear-gradient(180deg, #00a9ef 0%, #0063fb 100%));
	font-family: qs-b;
	transition: all .2s;
	background: var(--Gradient, linear-gradient(180deg, #0a2a59 0%, #0a2a59 100%));
}

.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;
	font-weight: bold;
}

.section-cart input.btn-cart:hover,
.modal-footer a.btn-cart:hover {
	transition: all 0.3s;
	transform: scale(0.97);
	box-shadow: 1px 1px 3px #0000004a !important;
}

.empty-cart span,
.procart-label-top,
.section-cart input.btn-cart,
.title-cart,
.total-procart,
.price-new-cart,
.name-procart {
	font-family: var(--font-title);
}

.form-cart .form-control,
.form-cart .form-control-plaintext:not(textarea),
.form-cart .custom-select {
	background-color: #fff;
	box-shadow: inset 3px 3px 6px #cbced1, inset -6px -6px 6px white;
	font-family: qs-b;
}

.procart:nth-child(odd) {
	background: #ffffff;
}

.procart {
	padding: 10px 10px;
	background: #fff;
	margin: 0 5px;
	/* box-shadow: 1px 1px 5px #80808099; */
	/* border-radius: 5px; */
	position: relative;
}

.form-cart .quantity-procart {
	/* margin-left: auto; */
	max-width: 400px;
}

#popup-cart .form-cart .total-procart {
	background-color: #0a2a59;
	background: var(--Gradient, linear-gradient(180deg, #0a2a59 0%, #0a2a59 100%));
}

.form-cart .total-procart {
	border-radius: 5px;
	padding: 10px 10px;
	background-color: #ffffff;
	background-image: unset;
	box-shadow: 1px 1px 10px #dcdcdc;
	margin-bottom: 7px;
}

.group-cart-od {
	top: 40px !important;
}

#popup-cart .procart-label {
	background: #0a2a59;
	font-family: qs-b;
	background: var(--Gradient, linear-gradient(180deg, #0a2a59 0%, #0a2a59 100%));
}

#popup-cart .top-cart {
	box-shadow: unset;
	padding: 0;
	background-color: transparent;
}

.top-cart {
	padding: 10px;
	box-shadow: inset 3px 3px 6px #cbced1, inset -6px -6px 6px white;
}

.input-cart select {
	box-shadow: inset 3px 3px 6px #cbced1, inset -6px -6px 6px white;
}

.procart-label {
	background-color: #000;
	background-image: unset;
	border-radius: 5px 5px 0 0;
}
@media(max-width:992px) {
	#popup-cart .procart-label{
		display: none;
	}
	.pic-procart{
    flex: 0 0 20%;
    max-width: 20%;
    -ms-flex: 0 0 20%;
}
	.info-procart{
    flex: 0 0 45%;
    max-width: 45%;
    -ms-flex: 0 0 45%;
}
	.qty-procart{flex: 0 0 25%;max-width: 25%;-ms-flex: 0 0 25%;}
	.qty-procart .quantity-counter-procart{max-width:100%}
	.price-procart{
	    text-align: center;
	    position: absolute;
	    bottom: 38px;
	    right: 58px;
	}
}
@media(max-width:767px) {
	.quantity-procart {
		text-align: right;
	}

	.info-procart {
		text-align: left;
	}
	.group-list-cart-card{
		order: 2;
	}
	.group-list-cart-product{order: 1;}

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

	.price-procart-rp,
	.procart-label .quantity-procart p:last-child {
		display: block;
	}*/
	.del-procart.d-none{display: block !important;}
	.del-procart.d-block{display: none !important;}
}

@media(max-width:567px) {

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

	.procart,
	.top-cart {
		box-shadow: unset;
	}
}

@media (max-width: 500px) {
	.wrap-cart {
		padding: 0px;
		box-shadow: unset;
		background: unset;
	}
	.price-procart{
	    bottom: 25px;
	    right: 50px;
	}
}

@media (max-width: 375px) {
	.price-procart{
	    bottom: 5px;
	    right: 35px;
	}
}

.wap-slider {
	background: #ecf0f3;
}