tr.order-total,
/* .shop_table_content .product_sku, */
.quantity .screen-reader-text {
	display: none;
}

.cart-txt-block-inside {
	padding: 12px;
	font-weight: 600;
	background: var(--color-light);
	width: fit-content;
	border: 1px solid #ddd;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}



.cart-txt-block-inside .product_sku {
	font-weight: 600;
}

.cart-txt-block .variation {
	display: flex;
}

.cart-txt-block .variation:not(:last-child) {
	margin-bottom: 7px;
}

.variation-Measurement p,
.variation-RequiredQuantity p {
	line-height: 1;
}

.cart-txt-block .variation-Measurement:last-child,
.cart-txt-block .variation-RequiredQuantity:last-child,
.cart-txt-block .variation-TotalQuantity:last-child {
	padding-left: 5px;
}

.cart-quantity {
	display: flex;
	align-items: center;
	padding: 6px;
	font-weight: 600;
	font-size: 14px;
	background: var(--color-light);
	width: fit-content;
	margin: auto;
	border: 1px solid #ddd;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}


/* ------------------------------------------------- */

#calc_shipping_state_field {
	margin-bottom: 0;
}

#calc_shipping_city_field label {
	margin-top: 15px;
}

.shipping-calculator-form .button {
	display: inline-block;
	padding: 9px 15px;
	background: #000;
	color: #ffffff;
	min-width: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
}

/* ------------------------------------------------- */
.main {
	--fz-20: 18px;
	--fz-24: 20px;
	--fz-28: 22px;
}

.shop_table_head {
	display: flex;
	flex-wrap: wrap;
	background: var(--color-primary);
	border-radius: 100px;
	overflow: hidden;
}

.shop_table_head li {
	font-size: var(--fz-24);
	padding: 14px 0;
	text-align: left;
	color: #000000;
	font-weight: 600;
}

.shop_table_head li:first-child {
	width: 8%;
}

.shop_table_head li:nth-child(2) {
	width: 25%;
}

.shop_table_head li:nth-child(3) {
	width: 15%;
}

.shop_table_head li:nth-child(4) {
	width: 25%;
	text-align: center;
}

.shop_table_head li:nth-child(5) {
	width: 20%;
}

.shop_table_head li:nth-child(6) {
	width: 5%;
}

/* --------------------------------------------------------------------------------- */

.shop_table_body>div+div {
	border-top: 1px solid #e3e3e3;
}

.shop_table_item {
	--width: 80px;
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0;
}

.shop_table_image {
	width: 8%;
	padding-right: 15px;
}

.shop_table_image img {
	width: 100%;
	border: 1px solid #e3e3e3;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.shop_table_content {
	width: 90%;
}

.shop_table_content ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}

.shop_table_content .cart-txt-block a {
	font-size: 16px;
	color: #11142D;
	line-height: 22px;
	font-weight: 700;
	margin-bottom: 7px;
	display: inline-block;
}

.shop_table_content .cart-txt-block a:only-child {
	margin: 0;
}

.shop_table_item li:first-child {
	width: 28%;
	padding-right: 30px;
}

.shop_table_item li:nth-child(2) {
	width: 16%;
}

.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: 28%;
	text-align: center;
}

.shop_table_item li:nth-child(4) {
	width: 22%;
}

.shop_table_item li:nth-child(4) .amount {
	font-weight: 700;
}

.shop_table_item li:nth-child(5) {
	width: 6%;
	display: flex;
	justify-content: center;
}

/* -------------------------------------------------------------------------------------- */

.cart-collaterals {
	margin-top: 100px;
}

.cart_totals {
	--radius: 30px;
	width: 35%;
	margin-left: auto;
	padding: 50px 35px;
	background: var(--color-light);
	-webkit-border-radius: var(--radius);
	-moz-border-radius: var(--radius);
	border-radius: var(--radius);
}

.cart_totals .shop_table {
	border-collapse: collapse;
}

.cart_totals .shop_table tr+tr {
	border-top: 1px solid #e5e5e5;
}

.cart_totals h2 {
	line-height: 1;
	font-size: var(--fz-28);
	display: block;
	margin: 0;
	font-weight: bold;
	padding-bottom: 15px;
	text-transform: uppercase;
	font-family: var(--font-primary);
}

.cart_totals .shop_table td {
	padding: 18px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.order-total {
	margin-top: 20px;
	background: #ffffff;
	padding: 7%;
	width: 100%;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.cart_totals .order-total td {
	padding: 0;
}

.cart_totals .order-total td .lable-txt {
	color: #757575;
	font-size: 13px;
	font-weight: 400;
}

.cart_totals .order-total>* {
	display: block;
}

.order-total .lable-txt {
	font-size: 12px;
}

.cart_totals .order-total .amount {
	margin: 5px 0 8px 0;
	font-size: 22px;
	display: block;
	line-height: 1;
	font-weight: 700;
}

.cart_totals .order-total .includes-text {
	font-size: 13px;
	/* color: #858585; */
	font-weight: 400;
}

.cart_totals .order-total .includes-text span {
	margin: 0;
	font-size: 14px;
	display: inline-block;
}

.cart_totals .order-total+h5 {
	margin: 25px 0 10px 0;
	line-height: 1;
	text-transform: uppercase;
}

.cart_totals .shipping-calculator-button {
	font-size: 14px;
	text-transform: uppercase;
	padding-left: 30px;
	font-weight: 600;
	text-decoration: underline;
	display: block;
}

.cart_totals .shipping-calculator-button:hover {
	color: var(--color-secondary);
}

.cart_totals .shipping td>.lable-txt {
	width: 50%;
}

.cart_totals .shipping td>ul {
	width: 50%;
	float: right;
	text-align: right;
}

.wc-proceed-to-checkout {
	margin-top: 20px;
}

.cart-subtotal {
	color: #555555;
	/* font-weight: 600; */
}

/* -------------------------------------------------------------------------------------- */


.woocommerce-shipping-destination {
	text-align: left;
	background: url(../images/tick.svg) top 6px left 0 no-repeat;
	padding: 0 0 0 30px;
	display: block;
	width: 100%;
}

.woocommerce-shipping-destination strong {
	font-weight: 400;
	color: #555555;
}

.table-coupon {
	--height: 48px;
	row-gap: 15px;
	justify-content: space-between;
	padding: 40px 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.table-coupon,
.coupon_inner {
	display: flex;
	flex-wrap: wrap;
}

.coupon_inner {
	width: 100%;
	max-width: 510px;
}

.coupon_inner .form-field {
	width: calc(100% - 150px);
	padding: 0 5px 0 25px;
	-moz-border-radius: 100px 0 0 100px;
	-webkit-border-radius: 100px 0 0 100px;
	border-radius: 100px 0 0 100px;
}

.coupon_inner .apply {
	width: 150px;
	color: #ffffff;
	font-size: 16px;
	border: none;
	text-transform: uppercase;
	background: var(--color-third);
	-moz-border-radius: 0 100px 100px 0;
	-webkit-border-radius: 0 100px 100px 0;
	border-radius: 0 100px 100px 0;
}

.update_cart .applay-but {
	height: var(--height);
	line-height: var(--height);
	width: 200px;
	padding: 0 25px;
	border: none;
	background: var(--color-third);
	color: #ffffff;
	font-size: 16px;
	text-transform: uppercase;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
}

.coupon_inner .apply:hover,
.update_cart .applay-but:hover {
	background: var(--color-secondary);
}

.shipping-calculator-form .address-field>span {
	width: 100%;
	margin-top: 10px;
}

/* -------------------------------------------------------------------------------------- */

.quantity input {
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 15px;
	padding: 0;
	margin: auto;
}

/* -------------------------------------------------------------------------------------- */

@media (max-width: 1200px) {
	.cart_totals {
		width: 45%;
		padding: 40px 20px;
	}

	.shop_table_head li {
		padding: 10px 0;
	}

	.shop_table_image {
		padding-right: 10px;
	}
}

@media (max-width: 860px) {
	.main {
		--fz-20: 16px;
		--fz-24: 18px;
		--fz-28: 22px
	}

	.shop_table_item {
		padding: 10px 0;
	}

	.cart_totals {
		--radius: 15px;
		width: 100%;
		padding: 30px 20px;
	}

	.cart-collaterals {
		margin-top: 50px;
	}

	.order-total {
		padding: 15px;
	}

	.cart_totals .shop_table td {
		padding: 12px 0;
	}

	.update_cart .applay-but {
		width: auto;
	}

	.table-coupon {
		padding: 30px 0;
	}

	.shop_table .cart-txt-block a {
		line-height: 24px;
		margin-bottom: 6px;
	}

	.cart_totals .order-total+h5 {
		font-size: 22px;
	}

	.shop_table_item li:nth-child(2),
	.shop_table_item li:nth-child(3) {
		width: 20%;
	}

}

@media (max-width: 767px) {
	.main {
		--fz-24: 16px;
	}

	.cart-quantity {
		justify-content: flex-start;
	}

	.table-coupon {
		--height: 44px;
	}

	.checkout-txt-block li:last-child {
		text-align: left;
	}

	.shop_table_head {
		display: none;
	}

	.order-total .amount {
		font-size: 22px;
	}

	.shop_table_item {
		align-items: initial;
	}

	.woocommerce-checkout-payment>h4 {
		margin-bottom: 15px;
	}

	.shop_table_image {
		width: 25%;
		padding-right: 15px;
	}

	.shop_table_item li:nth-child(2) {
		display: none;
	}

	.shop_table_item li:first-child,
	.shop_table_item li:nth-child(3),
	.shop_table_item li:nth-child(4) {
		width: 100%;
		text-align: left;
		font-size: 12px;
	}

	.shop_table_item li:nth-child(4) {
		font-size: 14px;
	}

	.shop_table_item li:nth-child(5) {
		width: 20px;
		display: flex;
		justify-content: flex-end;
		position: absolute;
		top: 0;
		right: 0;
	}

	.shop_table_content {
		width: 75%;
	}

	.shop_table_content ul {
		padding-right: 25px;
	}

	.coupon_inner .form-field {
		width: calc(100% - 90px);
		padding: 0 5px 0 20px;
		font-size: 14px;
	}

	.coupon_inner .apply {
		width: 90px;
	}

	.coupon_inner .apply,
	.update_cart .applay-but {
		font-size: 14px;
	}

	.quantity input {
		height: 24px;
		font-size: 12px;
		margin-left: 0;
	}

	.amount {
		margin-top: 10px;
	}
}

@media (max-width: 640px) {
	.woocommerce-info .showcoupon {
		margin-left: initial;
	}

	body:not(.logged-in) .woocommerce-info {
		justify-content: normal;
		flex-direction: column;
		text-align: center;
	}
}