.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
	margin-bottom: 50px;
	color: rgb(43, 145, 43);
	background: #E9F5F5;
	border: 1px solid var(--hisense-border);
	height: 45px;
	line-height: 45px;
	padding: 0 18px;
	border-radius: 5px;
	font-size: 16px;
}

.woocommerce-error li,
.woocommerce-info.cart-empty,
.woocommerce-notices-wrapper.woocommerce-error li {
	color: rgb(212, 52, 52);
}

.woocommerce-error li {
	padding: 0 10px;
}



/* ------------cart----------------- */

.order_left {
	width: 68.66%;

}



.order_left .order_item_card {
	flex: 1;
	padding: 12px 20px 28px 25px;
	border: 1px solid #d9d9d9;
	border-radius: 10px;
}

.order_left .order_item_card+.order_item_card {
	margin-top: 25px;
}

.order_left .remove-item {
	text-align: right;
	margin-bottom: 18px;
}

.order_left .remove-item a {
	color: #091016;
	text-decoration: underline;
}

.order_left .remove-item p {
	color: var(--color-black);
	font-size: 18px;
	font-weight: 400;
	text-decoration: underline;
	cursor: pointer;
	transition: 0.35s all ease;
}

.order_left .remove-item:hover p {
	color: #41AAFB;
}

.order_left .order-item {
	display: flex;
	align-items: flex-start;
}

.order_left .order-image {
	width: 186px;
	min-width: 186px;
	height: 164px;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #e5e5e5;
	padding: 5px;
}

.order_left .order-image img {
	height: 100%;
	object-fit: contain;
}

.order_left .order-item img {
	width: 100%;
}

.order_left .order-details {
	flex-grow: 1;
	padding-left: 5%;
}

.order_left .order-details h6 {
	color: #3a4045;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
}

.order_left .order-details h6 a{
	color: #3a4045;
}

.order_left .order-details h6 span {
	color: var(--color-black);
	font-size: 18px;
	font-weight: 400;
}

.order_left .product-cart-specs {

	display: flex;
	flex-wrap: wrap;
	column-gap: 10%;
	row-gap: 15px;
	font-size: 14px;
	color: #333;
}

.order_left .cart-spec-item {
	display: flex;
	flex-direction: column;
}

.order_left .spec-label {
	color: #000000;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}

.product-quantity {
	display: flex;
	align-items: center;
	gap: 5px;
	border:solid 1px #ccc;
	border-radius:5px;
}


.order-details .product-quantity{ padding-left: 10px; padding-right: 10px;}


.product-quantity .qty { border:none !important;}

.order_left .cart-spec-item p,
.order_left .cart-spec-item input {
	color: #606060;
	font-size: 18px;
	font-weight: 400;
}

.cart-spec-item .woocommerce-Price-amount i,
.amount-total .woocommerce-Price-amount i {
	font-size: 13px;
	position: relative;
	bottom: 1px;
}


.order_left .cart-spec-item p {
	padding-top: 5px;
}

.order_left .cart-spec-item input {
	width: 62px;
	height: 34px;
	border-radius: var(--sm-radius);
	border: 1px solid #e5f0f7;
	text-align: center;
}

.order_left .wishlist-btn {
	background-color: #ffffff;
	min-width: 50px;
	width: 50px;
	height: 50px;
}

.order_left .wishlist-btn img {
	width: 20px !important;
}

.order_right {
	width: 29.33%;
	margin-left: 2%;
	background: #f9fbfd;
	padding: 30px 23px 16px
}

.order_right .section_title+p {
	color: #6e6e6e;
	font-size: 18px;
	font-weight: 600;
	margin: 5px 0 20px;
}

.order_right .coupon-code {
	position: relative;
	border-radius: var(--sm-radius);
	background-color: rgba(5, 106, 184, 6%);
	height: 56px;
	display: flex;
	padding: 10px 24px 10px 20px;
}

.order_right .coupon-code input {
	color: #000000;
	background: transparent;
	border: 0;
	outline: 0;
	border-radius: var(--sm-radius);
	flex-grow: 1;
	font-size: 18px;
	font-weight: 400;

}

.order_right .coupon-code input::placeholder {
	color: #000000;
}

.order_right .coupon-code input::-webkit-input-placeholder {
	color: #000000;
}

.order_right .coupon-code input::-moz-placeholder {
	color: #000000;
}

.order_right .coupon-code button {
	background: transparent;
	border: 0;
	outline: 0;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	transition: all 0.35s ease;
}

.order_right .coupon-code button:hover {
	color: #0066b3;
}

.order_right .amount-total {
	margin-top: 25px;
}


.order_right .amount-total li {
	display: flex;
	justify-content: space-between;
}

.order_right .amount-total li+li {
	margin-top: 25px;
}

.order_right .amount-total li label,
.order_right .amount-total li p {
	color: var(--color-black);
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 0;
}

.order_right .amount-total .coupon-discount p {
	color: var(--color-black);
}

.order_right .amount-total .coupon-discount {
	position: relative;
}

.order_right .amount-total .coupon-discount .remove-coupon {
	position: absolute;
	top: -7px;
	right: -15px;
	width: 18px;
	height: 18px;
	font-size: 22px !important;
	line-height: 1.1;
	border-radius: 6px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

/* .order_right .amount-total .coupon-discount .woocommerce-Price-amount {
	margin-right: 18px;
} */

.order_right .amount-total .coupon-discount p .woocommerce-Price-currencySymbol img {
	filter: brightness(0) saturate(100%) invert(15%) sepia(94%) saturate(5646%) hue-rotate(358deg) brightness(91%) contrast(86%);
	margin-left: 4px;
}

.order_right .amount-total li label span {
	color: #6e6e6e;
	font-size: 12px;
	font-weight: 600;
}

.cod_btn {
	background: #f4f5ff;
	border-radius: var(--sm-radius);
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;

	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
}

.order_right .cod_btn {
	margin-top: 25px;
}

.card_btn {
	background: #ffffff;
	border-radius: var(--sm-radius);
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #D9D9D9;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
}

.order_right .card_btn {
	margin-top: 5px;
}

.order_right .black_btn {
	margin-top: 55px;
	width: 100%;
}

@media (max-width: 1480px) {
	.order_left .remove-item p {
		font-size: 17px;
		margin-bottom: 8px;
	}

	.order_left .order-details h6 {
		font-size: 18px;
		line-height: 27px;
	}

	.order_left .order-details h6 span {
		font-size: 16px;
	}

	.order_left .order-image {
		width: 170px;
		min-width: 170px;
		height: 150
	}

	.order_left .spec-label {
		font-size: 16px;
	}

	.order_left .cart-spec-item p,
	.order_left .cart-spec-item input {
		font-size: 16px;
	}

	.order_right .section_title+p {
		font-size: 16px;
		margin: 5px 0 15px;
	}

	.order_right .coupon-code input {
		font-size: 17px;
	}

	.order_right .amount-total li label,
	.order_right .amount-total li p {
		font-size: 17px;
	}

	.order_right .coupon-code {
		height: 52px;
	}

	.cod_btn,
	.card_btn {
		height: 40px;
	}

	.order_right .cod_btn {
		margin-top: 20px;
	}

	.order_right .black_btn {
		margin-top: 45px;
	}

	.order_left .remove-item {
		margin-bottom: 20px;
	}

	.order_left .order_item_card {
		padding: 9px 15px 24px 20px;
	}

	.cart-spec-item .woocommerce-Price-amount img,
	.amount-total .woocommerce-Price-amount img {
		font-size: 12px;
		position: relative;
		bottom: 1px;
	}

	.order_right .amount-total {
		margin-top: 20px;
	}

	.order_right .amount-total li+li {
		margin-top: 20px;
	}

	.cart-spec-item .woocommerce-Price-amount i,
	.amount-total .woocommerce-Price-amount i {
		font-size: 12px;
	}

	.order_left .wishlist-btn {
		background-color: #ffffff;
		min-width: 42px;
		width: 42px;
		height: 42px;

	}

	.order_left .wishlist-btn img {
		width: 18px !important;
	}

}

@media (max-width: 1280px) {
	.order_left .order-image {
		width: 145px;
		min-width: 145px;
		height: 135px;
	}

	.order_right {
		width: 34.33%;
	}

	.order_left {
		width: 63.66%;
	}
}

@media (max-width: 991px) {

	.order_right {
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}

	.order_left {
		width: 100%;
	}
}

@media (max-width: 700px) {
	.order_left .order-image {
		width: 120px;
		min-width: 120px;
		height: 120px;
	}

.product-quantity.quantity{ width: 120px;}





}

@media (max-width: 480px) {

	.order_left .order-item {
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.order_left .order-details {
		padding-top: 15px;
		padding-left: 0;
		width: 100%;
		order: 3;
	}

	.order_left .cart-spec-item:last-child {
		width: 100%;
	}
}


