.woocommerce-shipping-calculator {
	margin-top: 30px;
}

.shipping-calculator-form {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 10px;
}

.cart_partition {
	display: flex;
	flex-wrap: wrap;
	column-gap: 40px;
	align-items: flex-start;
}

.cart_partition_left,
.cart_partition_right {
	background: #ffffff;
}

.cart_partition_left {
	width: 65%;
	padding: 50px;
	border-radius: 20px;
}

.cart_partition_left_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
}

.cart_partition_left_title h2 {
	font-size: 26px;
	line-height: 1;
	margin: 0;
	font-weight: 700;
	text-transform: uppercase;
}

.cart_partition_left_title .clear {
	display: inline-block;
	color: #a4a4a4;
	font-size: 20px;
	font-weight: 400;
	text-decoration: underline;
	transition: color .4s ease-in-out;
}

.cart_partition_left_title .clear:hover {
	color: #000000;
}

.cart_partition_right {
	padding: 50px 40px;
	border-radius: 30px;
	width: calc(35% - 40px);
}

/* -------------------------------------------------------- */

.wac-quantity {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 14px;
	width: 120px !important;
	min-width: fit-content !important;
	height: 50px;
	text-align: center;
	margin: auto;
	border: 1px solid #717172;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	padding: 0 5px;
}

.wac-quantity>* {
	border: none !important;
}

.wac-qty-button {
	font-size: 0 !important;
}

.wac-btn-sub {
	background: url(../images/minus.png) no-repeat;
	background-position: center center;
}

.wac-btn-inc {
	background: url(../images/plus.png) no-repeat;
	background-position: center center;
}

.wac-quantity input {
	width: 40px;
	height: 48px;
	padding: 0;
	font-size: 20px;
	text-align: center;
}

.wac-quantity input::placeholder {
	color: #070707;
	opacity: 1;
}

.wac-quantity input::-ms-input-placeholder {
	color: #070707;
}

/* ------------------------------------------------- */

#calc_shipping_state_field {
	margin-bottom: 0;
}

#calc_shipping_city_field label {
	margin-top: 15px;
}

/* ------------------------------------------------- */
.shop_table_head {
	display: flex;
	flex-wrap: wrap;
	background: #13e0cd;
	border-radius: 100px;
	overflow: hidden;
}

.shop_table_head li {
	padding: 22px 0;
	color: #363636;
	font-size: 18px;
	font-weight: 500;
}

.shop_table_head li:first-child {
	width: 3.5%;
}

.shop_table_head li:nth-child(2) {
	width: 36%;
}

.shop_table_head li:nth-child(3) {
	width: 15%;
}

.shop_table_head li:nth-child(4) {
	width: 20%;
	text-align: center;
}

.shop_table_head li:nth-child(5) {
	width: 20%;
	text-align: center;
}

.shop_table_head li:nth-child(6) {
	width: 5%;
}

/* --------------------------------------------------------------------------------- */

.shop_table_body>div:not(:last-child) {
	border-bottom: 1px solid #e3e3e3;
}


.shop_table_item {
	--width: 75px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 30px 0;
}

.shop_table_image {
	width: var(--width);
	height: var(--width);
	border: 1px solid #e3e3e3;
	align-content: center;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.shop_table_image img {
	width: 100%;
}

.cart-txt-block {
	display: block;
	padding-left: 25px;
}

.cart-txt-block a {
	color: #11142d;
	font-size: 16px;
	font-weight: 400;
	display: block;
}

.cart-txt-block .variation {
	display: flex;
	flex-wrap: wrap;
}

.shop_table_content {
	width: calc(100% - 75px);
}

.shop_table_content ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}

.shop_table_content .cart-txt-block a:only-child {
	margin: 0;
}

.shop_table_item li:first-child {
	width: 33%;
	padding-right: 10px;
}

.shop_table_item li:nth-child(2) {
	width: 17%;
}

.shop_table_item li:nth-child(2) .amount,
.shop_table_item li:nth-child(4) .amount {
	font-size: var(--fz-24);
	color: #11142D;
}

.shop_table_item li:nth-child(3) {
	width: 22%;
	text-align: center;
}

.shop_table_item li:nth-child(4) {
	width: 18%;
	text-align: center;
}

.shop_table_item li:nth-child(4) .amount {
	font-weight: 700;
	font-size: 20px;
}

.shop_table_item li:nth-child(4) .amount .woocommerce-Price-currencySymbol {
	font-size: 17px;
}

.shop_table_item li:nth-child(5) {
	width: 10%;
	display: flex;
	justify-content: center;
}

/* -------------------------------------------------------------------------------------- */

.cart_subtotal {
	margin-bottom: 15px;
}

.cart_subtotal,
.woocommerce-shipping-totals {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-content: space-between;
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
}

.cart_subtotal:last-child {
	border-bottom: 0px;
}

.shipping_outside_notice {
	margin-top: 15px;
	margin-bottom: 15px;
}

.cart_subtotal span {
	color: #555555;
	font-size: 18px;
	font-weight: 500;
}

.cart_subtotal :last-child,
.woocommerce-shipping-totals .set {
	text-align: right;
}

.review_order_total {
	margin-top: 50px;
	background: #E5FCFA;
	padding: 30px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.review_order_total>* {
	width: 48%;
}

.review_order_total .amount {
	margin: 5px 0 10px 0;
	/* font-size: 25px; */
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
}

.review_order_total>* {
	display: block;

}



.review_order_total strong {
	margin: 7px 0;
	display: block;
	text-align: right;
}

.woocommerce-shipping-methods {
	text-align: right;
}

.review_order_wrap .lable-txt {
	font-size: 14px;
	font-weight: 400;
}

.review_order_wrap .lable-txt b {
	display: block;
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 5px;
}

.review_order_total strong .amount {
	font-size: 30px;
}

.review_order_total strong .amount .woocommerce-Price-currencySymbol {
	font-size: 23px;
}

/* -------------------------------------------------------------------------------------- */

.cart_totals h2 {
	line-height: 1;
	font-size: 26px;
	display: block;
	margin: 0;
	font-weight: bold;
	padding-bottom: 50px;
	text-transform: uppercase;
}

.cart_totals .shipping-calculator-button {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: underline;
	display: block;
}

.wc-proceed-to-checkout {
	margin-top: 40px;
}

.delivery_address {
	margin-top: 30px;
	margin-bottom: 25px;
}

.delivery_address h5 {
	color: #1d1d1d;
	font-size: 26px;
	line-height: 48px;
	font-weight: 700;
	text-transform: uppercase;
}

.woocommerce-shipping-destination {
	color: #636363;
	text-align: left;
	background: url(../images/tick.svg) top 6px left 0 no-repeat;
	padding: 0 0 0 30px;
	display: block;
	width: 100%;
}

/* -------------------------------------------------------------------------------------- */

.table-coupon {
	--height: 48px;
	row-gap: 15px;
	justify-content: space-between;
	margin-top: 90px;
}

.table-coupon,
.coupon_inner {
	display: flex;
	flex-wrap: wrap;
}

.coupon_inner {
	width: 100%;
	max-width: 510px;
}

.coupon_inner .form-field {
	width: calc(100% - 112px);
	padding: 0 10px 0 20px;
	-moz-border-radius: 100px 0 0 100px;
	-webkit-border-radius: 100px 0 0 100px;
	border-radius: 100px 0 0 100px;
}

.rtl .coupon_inner .form-field {
	-moz-border-radius: 0 100px 100px 0;
	-webkit-border-radius: 0 100px 100px 0;
	border-radius: 0 100px 100px 0;
}

.coupon_inner input.form-field {
	font-size: 14px;
	font-family: "Hisense Sans Alfabet", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.coupon_inner .apply {
	width: 112px;
	color: #ffffff;
	font-size: 16px;
	border: none;
	text-transform: capitalize;
	background: rgba(18, 223, 204, 1);
	-moz-border-radius: 0 100px 100px 0;
	-webkit-border-radius: 0 100px 100px 0;
	border-radius: 0 100px 100px 0;
	position: relative;
	overflow: hidden;
	z-index: 0;
	font-weight: 400;
	font-family: Hisense Sans Alfabet;
}

.rtl .coupon_inner .apply {
	-moz-border-radius: 100px 0 0 100px;
	-webkit-border-radius: 100px 0 0 100px;
	border-radius: 100px 0 0 100px;
}

.coupon_inner .apply::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: var(--color-gradient);
	opacity: 1;
	visibility: visible;
	transition: opacity var(--time), visibility var(--time);
	z-index: -1;
}

.coupon_inner .apply:hover::after {
	visibility: hidden;
	opacity: 0;
}

.update_cart .applay-but {
	height: var(--height);
	line-height: var(--height);
	width: 200px;
	padding: 0 25px;
	border: none;
	background: rgba(18, 223, 204, 1);
	color: #ffffff;
	font-size: 16px;
	text-transform: uppercase;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.coupon_inner .apply,
.update_cart .applay-but {
	transition: background .4s ease-in-out;
}

.update_cart .applay-but::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: var(--color-gradient);
	opacity: 1;
	visibility: visible;
	transition: opacity var(--time), visibility var(--time);
	z-index: -1;
}

.update_cart .applay-but:hover::after {
	visibility: hidden;
	opacity: 0;
}

.agree-btn-wrap {
	display: flex;
	align-items: center;
}

.agree-btn-wrap a {
	margin-left: auto;
	font-weight: 400;
	padding: 0px 30px;
	text-transform: capitalize;
}

.rtl .agree-btn-wrap a {
	margin-left: inherit;
	margin-right: auto !important;
}


.agree-btn-wrap input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}

.agree-btn-wrap label {
	position: relative;
	cursor: pointer;
}

.agree-btn-wrap label:before {
	content: '';
	-webkit-appearance: none;
	background-color: transparent;
	border: 1px solid #D1D1D1;
	padding: 11px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 10px;
	border-radius: 4px;
	top: -2px;
}

.rtl .agree-btn-wrap label:before {
	margin-right: auto;
	margin-left: 10px;
}

.rtl .agree-btn-wrap input:checked+label:after {
	left: inherit;
	right: 9px;
}

.rtl .cart_subtotal :last-child,
.rtl .woocommerce-shipping-totals .set {
	text-align: left;
}


.agree-btn-wrap input:checked+label:before {
	background: #000;
}

.agree-btn-wrap input:checked+label:after {
	content: '';
	display: block;
	position: absolute;
	top: -2px;
	top: 3px;
	left: 9px;
	width: 6px;
	height: 12px;
	border: solid #00B3AC;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.shipping-calculator-form .address-field>span {
	width: 100%;
	margin-top: 10px;
}

/*  */

.woocommerce-cart .delivery_address a.shipping-calculator-button {
	display: none !important;
}

.woocommerce-cart .cart_totals>* {
	width: 100%;
}

.woocommerce-cart .cart_totals {
	display: flex;
	flex-wrap: wrap;
}

.woocommerce-cart .cart_totals>h2 {
	order: 1;
}

.woocommerce-cart .shop_table.shop_table_responsive {
	order: 2;
}

.woocommerce-cart .coupon {
	order: 3;
}

.woocommerce-cart .review_order_total {
	order: 4;
}

.woocommerce-cart .coupons-section {
	order: 5;
}

.woocommerce-cart .delivery_address {
	order: 3;
}

/* .woocommerce-cart .shop_table_body.shop_table .table-coupon {
    display: none !important;
} */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	width: 100%;
	text-align: center;
	font-weight: 400;
	text-transform: capitalize;
	font-size: 16px;
	padding: 0;
	margin-bottom: 0;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.disabled {
	pointer-events: none;
	opacity: 0.5;
}

.cart-discount.coupon-testcode {
	order: 2;
}

@media (max-width: 1500px) {
	.cart_partition {
		column-gap: 30px;
	}

	.cart_partition_right {
		width: calc(35% - 30px);
	}

	.cart_partition_left {
		padding: 40px;
	}

	.cart_partition_right {
		padding: 40px 30px;
	}

	.cart-txt-block {
		padding-left: 15px;
	}

	.cart_totals h2 {
		font-size: 24px;
		padding-bottom: 40px;
	}

	.cart_partition_left_title h2 {
		font-size: 24px;
	}

	.shop_table_item li:nth-child(4) .amount {
		font-size: 18px;
	}

	.shop_table_item li:nth-child(4) .amount .woocommerce-Price-currencySymbol {
		font-size: 15px;
	}

	.review_order_total strong .amount {
		font-size: 26px;
	}

	.review_order_total strong .amount .woocommerce-Price-currencySymbol {
		font-size: 20px;
	}

	.review_order_total {
		padding: 30px 20px;
	}
}

@media (max-width: 1199px) {
	.cart_partition {
		flex-wrap: wrap;
	}

	.cart_partition_left {
		width: 100%;
	}

	.cart_partition_right {
		width: 100%;
		margin-top: 30px;
	}

	.coupon_inner {
		max-width: 100%;
	}
}

@media (max-width: 991px) {
	.shop_table_content {
		width: 100%;
	}

	.shop_table_content ul li,
	.shop_table_content ul li:first-child,
	.shop_table_item li:nth-child(2),
	.shop_table_item li:nth-child(3),
	.shop_table_item li:nth-child(4) {
		width: 100%;
	}

	.shop_table_item {
		position: relative;
		--width: 60px;
	}

	.shop_table_image {
		position: absolute;
		top: 10px;
		left: 0px;
	}

	

	.shop_table_content ul li:first-child {
		padding: 15px 35px 15px 70px;
	}

	.rtl .shop_table_content ul li:first-child {
		padding: 15px 70px 15px 35px;
	}

	.rtl .shop_table_image {
		left: unset !important;
		right: 0;
	}

	.rtl .shop_table_item li:nth-child(5) {
		right: unset !important;
		left: 0;
	}

	.rtl .cart-txt-block {
		padding-left: 0;
		padding-right: 15px;
	}


	.shop_table_content ul li>div:before {
		content: attr(data-title);
		color: #363636;
		font-size: 18px;
		font-weight: 500;
	}

	.shop_table_content ul li>div {
		display: flex;
		align-items: center;
	}

	.shop_table_item ul li {
		padding-top: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid #e5e5e5;
	}

	.shop_table_item ul li:last-child {
		border-bottom: 0px;
	}

	.shop_table_item ul li .amount,
	.shop_table_item ul li .wac-quantity {
		margin-left: auto;
		margin-right: 0px;
	}

	.rtl .shop_table_item ul li .amount,
	.rtl .shop_table_item ul li .wac-quantity {
		margin-left: 0;
		margin-right: auto;
	}

	.shop_table_item li:nth-child(5) {
		position: absolute;
		top: 20px;
		right: 0px;
		width: auto;
		padding: 0px;
	}

	.shop_table_head {
		display: none;
	}

	.shop_table_body>div:not(:last-child) {
		border-bottom: 0px;
		padding: 0px;
	}

	.table-coupon {
		margin-top: 40px;
	}
}

@media (max-width: 767px) {
	.agree-btn-wrap {
		flex-wrap: wrap;
		row-gap: 15px;
	}

	.cart_subtotal span {
		font-size: 15px !important;
	}
}

@media (max-width: 640px) {

	.cart_partition_left_title h2,
	.cart_totals h2 {
		font-size: 20px;
	}

	.cart_partition_left_title .clear {
		font-size: 16px;
	}

	.cart_partition_left,
	.cart_partition_right {
		padding: 30px 20px;
	}

	.review_order_total strong .amount {
		font-size: 18px;
	}

	.review_order_total strong .amount .woocommerce-Price-currencySymbol {
		font-size: 16px;
	}

	.cart_totals h2 {
		padding-bottom: 20px
	}

	.cart-txt-block a {
		font-size: 13px;
	}

	.cart-txt-block p {
		font-size: 13px;
	}
}

@media (max-width: 480px) {
	.review_order_total {
		margin-top: 30px;
	}

	.review_order_wrap .lable-txt b {
		font-size: 16px;
	}
}


.return-to-shop a.button {
	text-align: center;
}