.cart-discount-container {
	background: rgba(235, 252, 233, 1);
	border: 3px solid rgba(215, 238, 211, 1);
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 40px;
}

.cart-discount-container .info-text {
	width: 80%;
	margin: auto;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 22.5px;
	text-align: center;
}

.cart-discount-container .info-text span {
	font-weight: 600;
}

.cart-discount-container .progress-bar {
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
	position: relative;
}

.cart-discount-container .progress-bar .steep {
	text-align: center;
	width: 120px;
}

.cart-discount-container .progress-bar .svg-cont {
	width: 40px;
	margin: auto;
	background: #ebfce9;
	position: relative;
}

.cart-discount-container .progress-bar .svg-cont::after,
.cart-discount-container .progress-bar .svg-cont::before {
	content: "";
	position: absolute;
	top: 50%;
	width: 120px;
	height: 3px;
	background: #b6b6b6;
	z-index: 1;
	left: -120px;
}

.cart-discount-container .progress-bar .steep:first-of-type .svg-cont::after,
.cart-discount-container .progress-bar .steep:first-of-type .svg-cont::before {
	content: none;
}

.cart-discount-container .progress-bar .steep.active .svg-cont::before {
	background: green;
	z-index: 2;
}


.cart-discount-container .progress-bar .svg-cont svg {
	background: rgba(182, 182, 182, 1);
	border-radius: 50%;
	width: 30px;
	height: 30px;
	padding: 5px;
	margin: auto;
	position: relative;
}

.cart-discount-container .progress-bar .steep.active svg {
	background: green;
}

.cart-discount-container .progress-bar .steep .title {
	margin: 0;
	margin-top: 10px;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-weight: 300;
	line-height: 22px;
	text-align: center;
	color: rgba(0, 0, 0, 1);
}

.cart-discount-container .progress-bar .steep.active .title {
	color: green;
	font-weight: 600;
}

.cart-items .cart_item.promoted {
	background: rgba(252, 248, 231, 1);
	border: 2px solid rgba(243, 223, 173, 1);
	grid-template-columns: 75px 1fr 90px 135px;
}
.cart-items .cart_item.promoted .cart_item-info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.cart_item.promoted .product-variation-select {
	border: 1px solid rgba(217, 217, 217, 1);
	border-radius: 5px;
	width: 70px;
	padding: 7px 10px;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
    font-weight: 600;
	color: var(--wd-form-color);
	height: auto;
	text-transform: uppercase;
	background: rgb(255, 255, 255) url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAfklEQVR4nM3OsQnCABCF4c8IEUFQxEJwBRfJDu7hCm6QDVJY2dkFrKxsJG1mUZQrQiAk6fI3B+/+dxyTZ4YTkh4vCe/n26JCgbSjkMa+Cv/PBg+UWLcKK9zxxK59bYEr3jhEtscLNyy7/p4jR40sZh55L2d8cBkiNzmOLUyEL+wwD7xhCxBAAAAAAElFTkSuQmCC') no-repeat right 10px center;
	appearance: none;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	transition: all 0.3s ease-in-out;
}

.cart_item.promoted .product-variation-select:hover { 
	border: 1px solid #000;
}

.cart-items .cart_item.promoted .product-variation-select option {
	text-transform: uppercase;
}

.cart-items .cart_item.promoted .promoted-text {
	width: 100%;
	background: rgba(249, 160, 0, 1);
	border-radius: 5px;
	padding: 10px 20px;
	font-family: 'Poppins', sans-serif;
	font-size: 11px;
	font-weight: 700;
	line-height: 16.5px;
	text-align: center;
	color: white;
}

.cart_item.promoted .product-subtotal {
	display: block;
	text-align: right;
}

.cart_item.promoted .product-subtotal .amount.old {
	font-size: 13px;
	color: rgb(151, 151, 151);
	text-decoration: line-through;
}

.cart_item.promoted .product-subtotal .amount.sale {
	color: rgba(215, 0, 0, 1);
}

.cart_item.promoted .actions a {
	background: rgba(52, 168, 83, 1);
	border-radius: 10px;
	color: white;
	text-transform: none;
	width: 100%;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
    font-weight: 600;
}

.cart_item.promoted .actions a:hover,
.cart_item.promoted .actions a:active {
    background: green;
}

.cart_item.promoted .actions a[disabled="disabled"] {
	opacity: 0.6;
}

.cart_item.promoted .attr-item__options .product-subtotal {
	display: none;
}

.checkout-promoted {
	margin-top: 40px;
}

.checkout-promoted .cart_item.promoted {
	display: block;
	padding: 20px 10px;
	background: rgba(252, 248, 231, 1);
	border: 2px solid rgba(243, 223, 173, 1);
	position: relative;
}

.checkout-promoted .cart_item-info {
	grid-template-columns: 100%;
}

.checkout-promoted .cart_item.promoted .cart_item-title.product-name {
	margin: 10px 0;
}

.checkout-promoted .cart_item.promoted .promoted-text {
	position: absolute;
	top: -17px;
	font-family: Poppins;
	font-size: 11px;
	font-weight: 700;
	line-height: 16.5px;
	background: rgba(249, 160, 0, 1);
	padding: 8px 20px;
	border-radius: 5px;
	left: 45px;
	color: white;
	width: 230px;
	text-align: center;
}

.checkout-promoted .cart_item.promoted .d-flex {
	display: flex;
}

.checkout-promoted .cart_item.promoted .cart_item-image.product-thumbnail {
	margin: 0;
}

.checkout-promoted .cart_item.promoted .d-flex img {
	width: 130px;
	height: auto;
	margin: auto;
	object-fit: cover;
	border-radius: 10px;
}

.checkout-promoted .cart_item.promoted .cart_item-info {
	margin-left: 15px;
}

.checkout-promoted .cart_item.promoted .product-subtotal {
	text-align: left;
}

.checkout-promoted .cart_item.promoted .actions a {
	padding-top: 10px;
	padding-bottom: 10px;
}

.waranty-wrapper {
	position: relative;
	display: flex;
	padding: 13px 11px 11px 20px;
	border: 2px solid #d1d1d1;
	border-radius: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	cursor: pointer;
	margin-top: 30px;
	flex-direction: column;
}

.waranty-wrapper.active {
	border: 2px solid rgba(70, 180, 38, 1);
	background: rgba(237, 247, 237, 1);
}

.waranty-wrapper .top {
	display: flex;
	gap: 10px;
}

.waranty-wrapper .title {
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	text-align: left;
}

.waranty-wrapper .price {
	background: rgba(225, 239, 225, 1);
	font-size: 14px;
	font-weight: 700;
	text-align: left;
	color: rgba(52, 168, 83, 1);
	padding: 1px 10px;
	border-radius: 5px;
	height: 25px;
}

.bottom {
	margin-top: 10px;
	font-size: 13px;
	font-weight: 400;
	line-height: 21px;
	text-align: left;
	color: rgba(102, 102, 102, 1);
}

.checkbox-wrapper-46 input[type="checkbox"] {
	display: none;
	visibility: hidden;
}

.checkbox-wrapper-46 .cbx {
	margin: auto;
	-webkit-user-select: none;
	user-select: none;
	cursor: pointer;
	pointer-events: none;
}

.checkbox-wrapper-46 .cbx span {
	display: inline-block;
	vertical-align: middle;
	transform: translate3d(0, 0, 0);
}

.checkbox-wrapper-46 .cbx span:first-child {
	position: relative;
	width: 18px;
	height: 18px;
	border-radius: 3px;
	transform: scale(1);
	vertical-align: middle;
	border: 1px solid #9098A9;
	transition: all 0.2s ease;
}

.checkbox-wrapper-46 .cbx span:first-child svg {
	position: absolute;
	top: 3px;
	left: 2px;
	fill: none;
	stroke: #FFFFFF;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-dasharray: 16px;
	stroke-dashoffset: 16px;
	transition: all 0.3s ease;
	transition-delay: 0.1s;
	transform: translate3d(0, 0, 0);
}

.checkbox-wrapper-46 .cbx span:first-child:before {
	content: "";
	width: 100%;
	height: 100%;
	background: green;
	display: block;
	transform: scale(0);
	opacity: 1;
	border-radius: 50%;
}

.checkbox-wrapper-46 .cbx span:last-child {
	padding-left: 8px;
}

.checkbox-wrapper-46 .cbx:hover span:first-child {
	border-color: green;
}

.checkbox-wrapper-46 .inp-cbx:checked+.cbx span:first-child {
	background: green;
	border-color: green;
	animation: wave-46 0.4s ease;
}

.checkbox-wrapper-46 .inp-cbx:checked+.cbx span:first-child svg {
	stroke-dashoffset: 0;
}

.checkbox-wrapper-46 .inp-cbx:checked+.cbx span:first-child:before {
	transform: scale(3.5);
	opacity: 0;
	transition: all 0.6s ease;
}

@keyframes wave-46 {
	50% {
		transform: scale(0.9);
	}
}

@media screen and (max-width: 767px) {
	.cart-discount-container {
		margin-bottom: 30px;
		padding: 20px 10px;
	}

	.cart-content-wrapper .woocommerce-notices-wrapper {
		grid-column: unset;
	}

	.cart-discount-container .info-text {
		width: 100%;
	}

	.cart-discount-container .progress-bar .steep {
		width: 70px;
	}

	.cart-discount-container .progress-bar .svg-cont::after,
	.cart-discount-container .progress-bar .svg-cont::before {
		width: 40px;
		left: -40px;
	}

	.cart-items .cart_item.promoted {
		grid-template-columns: 75px 1fr;
	}

	.cart-items .cart_item.promoted .product-subtotal {
		display: none;
	}

	.cart-items .cart_item.promoted .attr-item__options {
		width: 100%;
		display: flex;
		justify-content: space-between;
		gap: 10px;
	}

	.cart-items .cart_item.promoted .attr-item__options .product-subtotal {
		display: block;
	}

	.cart-items .cart_item.promoted .promoted-text {
		font-size: 13px;
		margin: 15px 0;
		padding: 10px 15px;
	}

	.cart-items .cart_item.promoted .actions a {
		width: max-content;
		font-size: 15px;
	}

	.checkout-promoted .cart_item.promoted .promoted-text {
		left: 17%;
	}

	.waranty-wrapper .price {
		white-space: nowrap;
	
	}

}