.border {
	background-color: #fff;
}
.cart-sec {
	transition: .2s all;
}
.cart-sec.loading {
	opacity: .5;
	pointer-events: none;
}
.cart-group {
	overflow: hidden;
	border-radius: 8px;
}
.cart-group:before {
	border-radius: 8px;
}
.cart-group + .cart-group {
	margin-top: 33px;
}
.cart-item__eye {
	padding: 15px 20px;
	font-size: 14px;
	font-weight: 700;
}
.cart-item__row {
	padding: 20px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.cart-item__eye + .cart-item__row {
	padding-top: 0;
} 
.cart-item__thumb {
	width: 100%;
	height: 0;
	padding-bottom: 60%;
	position: relative;
	border: 1px solid var(--gold);
	border-radius: 12px;
	margin-bottom: 10px;
}
.cart-item__thumb img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.cart-item__title-block {
	padding: 0;
	width: 100%;
}
.cart-item__title {
	font-family: 'Outfit',sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.42em;
	margin: 10px 0;
}
.cart-item__price {
	width: 100%;
	text-align: right;
	font-family: "Work Sans",sans-serif;
	font-size: 18px;
	font-weight: 600;
	margin-top: 10px;
}

.cart-item__qty-block {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	margin: 10px 0;
}
.cart-item__qty-block .qty-input {
	display: none;
}
.cart-item__qty-block .qty-input-button {
	width: 50px;
	height: 50px;
	border: 1px solid var(--gold);
	background-size: 14px 14px;
	background-position: center;
	background-repeat: no-repeat;
}
.cart-item__qty-block .qty-input-value {
	width: calc(100% - 100px);
	height: 50px;
	border-top: 1px solid var(--gold);
	border-bottom: 1px solid var(--gold);
	line-height: 48px;
	text-align: center;
	font-family: 'Outfit',sans-serif;
	font-size: 14px;
	font-weight: 600;
}
.cart-item__qty-block .qty-input-button--minus {
	border-radius: 6px 0 0 6px;
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.80702 6.62695C1.65453 6.63029 1.5094 6.69319 1.40273 6.80222C1.29606 6.91126 1.23633 7.05776 1.23633 7.2103C1.23633 7.36283 1.29606 7.50927 1.40273 7.6183C1.5094 7.72733 1.65453 7.7903 1.80702 7.79364H12.3047C12.4572 7.7903 12.6024 7.72733 12.709 7.6183C12.8157 7.50927 12.8754 7.36283 12.8754 7.2103C12.8754 7.05776 12.8157 6.91126 12.709 6.80222C12.6024 6.69319 12.4572 6.63029 12.3047 6.62695H1.80702Z' fill='black'/%3E%3C/svg%3E%0A");
}
.cart-item__qty-block .qty-input-button--plus {
	border-radius: 0 6px 6px 0;
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.4229 5.28711H6.78223V0.646484C6.78223 0.409168 6.58986 0.216797 6.35254 0.216797C6.11522 0.216797 5.92285 0.409168 5.92285 0.646484V5.28711H1.28223C1.04491 5.28711 0.852539 5.47948 0.852539 5.7168C0.852539 5.95411 1.04491 6.14648 1.28223 6.14648H5.92285V10.7871C5.92285 11.0244 6.11522 11.2168 6.35254 11.2168C6.58986 11.2168 6.78223 11.0244 6.78223 10.7871V6.14648H11.4229C11.6602 6.14648 11.8525 5.95411 11.8525 5.7168C11.8525 5.47948 11.6602 5.28711 11.4229 5.28711Z' fill='black'/%3E%3C/svg%3E%0A");
}
.cart-group__user-name {
	font-family: "Work Sans",sans-serif;
	font-size: 16px;
	font-weight: 600;
	padding: 16px 20px 13px;
}
.cart-group__top-line {
	background-color: var(--gold);
	padding: 0 20px 0 70px;
	min-height: 48px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	font-size: 14px;
	line-height: 1.6em;
	font-weight: 500;
	position: relative;
}
.cart-group__top-line::before {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	background-color: var(--dark-blue);
	border-radius: 4px;
	position: absolute;
	top: calc(50% - 11px);
	left: 20px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='none'%3E%3Cpath d='M14.1122 2.45997C13.679 2.02623 12.9756 2.0265 12.5419 2.45997L5.47452 9.52763L2.33337 6.38651C1.89963 5.95277 1.19654 5.95277 0.762805 6.38651C0.329065 6.82025 0.329065 7.52333 0.762805 7.95707L4.68907 11.8833C4.90581 12.1001 5.19 12.2087 5.47422 12.2087C5.75844 12.2087 6.0429 12.1003 6.25963 11.8833L14.1122 4.0305C14.5459 3.59706 14.5459 2.89368 14.1122 2.45997Z' fill='white'/%3E%3C/svg%3E");
	background-size: 15px 15px;
	background-position: center;
	background-repeat: no-repeat;
}
.cart-group__btns-row {
	padding: 30px 20px 40px;
	text-align: center;
}
.cart-group__btn.default-btn {
	width: 200px;
}
.cart-group__btn {
	margin: 3px;
}
.remove-item-cart-btn {
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 50px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30' width='30px' height='30px'%3E%3Cpath fill='%23E57571' d='M 14.984375 2.4863281 A 1.0001 1.0001 0 0 0 14 3.5 L 14 4 L 8.5 4 A 1.0001 1.0001 0 0 0 7.4863281 5 L 6 5 A 1.0001 1.0001 0 1 0 6 7 L 24 7 A 1.0001 1.0001 0 1 0 24 5 L 22.513672 5 A 1.0001 1.0001 0 0 0 21.5 4 L 16 4 L 16 3.5 A 1.0001 1.0001 0 0 0 14.984375 2.4863281 z M 6 9 L 7.7929688 24.234375 C 7.9109687 25.241375 8.7633438 26 9.7773438 26 L 20.222656 26 C 21.236656 26 22.088031 25.241375 22.207031 24.234375 L 24 9 L 6 9 z'/%3E%3C/svg%3E");
	background-size: 30px 30px;
	background-position: center;
	background-repeat: no-repeat;
}
.prescription_form_data {
	display: none;
}
.total-block__subtotal,
.total-block__total {
	position: relative;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.total-block__subtotal {
	padding: 20px 20px 10px;
}
.total-block__total {
	padding: 10px 20px 0;
}
.total-block__subtotal:after,
.total-block__total:after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	background: linear-gradient(90deg, var(--gold) 84%, #fffbed 100%);
}
.total-block__subtotal:after {
	top: 100%;
}
.total-block__total:after {
	bottom: calc(100% - 2px);
}
.total-block__subtotal-title,
.total-block__total-title,
.wc-block-components-totals-item__label {
	font-size: 16px;
	font-weight: 600;
}
.total-block__subtotal-price,
.total-block__total-price,
.rebate-checkout-block .wc-block-components-totals-item__value {
	text-align: right;
	font-family: "Work Sans",sans-serif;
	font-size: 18px;
	font-weight: 600;
}
.total-block__btns-block {
	padding: 32px 20px;
}
.total-block__btn {
	width: 100%;
}
.total-block__btn:not(:last-child) {
	margin-bottom: 11px;
}

/* POPUP */
.popup__close {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    z-index: 10;
}
.popup__close::before,
.popup__close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -3px;
    display: block;
    width: 16px;
    height: 2px;
    background-color: #000;
}
.popup__close::before {
    transform: translate(0,-2px) rotate(45deg);
}
.popup__close::after {
    transform: translate(0,-2px) rotate(-45deg);
}
.popup-bg {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(223, 190, 82, 0.57);
	backdrop-filter: blur(10px);
    z-index: 99;
    transition: .3s all;
}
.popup-bg.open {
    opacity: 1;
    pointer-events: auto;
}
.popup__container {
    width: 100%;
    max-height: 100%;
    overflow-y: auto;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.popup__block {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 627px;
    padding: 62px 15px;
    background-color: #fff;
    border-radius: 23px;
}
#rebate-popup .popup__block {
	padding: 62px 35px;
}
.popup__block .section-title {
	text-align: center;
	margin-bottom: 18px;
}
.prescription-popup__title {
	font-family: 'Outfit',sans-serif;
	text-align: center;
	font-size: 24px;
	margin: 0 0 20px;
}
.prescription-popup__form-container {
	padding: 0 20px;
}
#rebate-popup .rebate-popup__content *:first-child {
	margin-top: 0;
}
#rebate-popup .rebate-popup__content *:last-child {
	margin-bottom: 0;
}
.prescription-popup__form-container .prescription-input {
	width: 100%;
	margin-bottom: 17px;
}
.prescription-popup__product-data {
	margin: 0 -15px 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--dark-gold);
}
.prescription-popup__product-thumb {
	text-align: center;
}
.prescription-popup__product-title {
	font-family: 'Outfit',sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.42em;
}
.prescription-popup__save-btn {
	display: block;
	width: 100%;
	max-width: 409px;
	margin: 40px auto 0;
}
.upload-img-btn__wrong-image-text {
	font-weight: 500;
}
.upload-img-btn {
	text-align: center;
	margin: 25px 0 0;
}
.file-label {
    font-weight: 600;
    text-decoration-line: underline;
    margin: 0 5px;
}
.prescription_img_preview {
	border-radius: 23px;
}
.prescription_pdf_name {
	text-align: center;
}
.disabled-col,
.prescription_img_preview,
.prescription_pdf_name {
	display: none;
}
.prescription_img_preview.visible,
.prescription_pdf_name.visible {
	display: block;
}
.input-container {
	position: relative;
	display: block;
}
.input-container__label {
	position: absolute;
	top: 4px;
    font-size: 13px;
    left: 17px;
    color: #8b8b8b;
    pointer-events: none;
}
.input-container input,
.input-container select {
	padding-top: 10px;
}

.total-block__rebate {
	position: relative;
}
.loading-placeholder {
	position: absolute;
	top: 2px;
	left: 2px;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	transition: .2s all;
	background-color: #fff;
}
.loading-placeholder img {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: calc(50% - 20px);
	left: calc(50% - 20px);
}
.total-block__rebate:not(.loading) .loading-placeholder {
	opacity: 0;
	pointer-events: none;
}
.total-block__rebate.loading .loading-placeholder {
	opacity: 1;
}

/* responsive */
@media screen and (min-width:576px) {
	.prescription-popup__title {
		font-size: 36px;
	}
	.cart-item__thumb {
		width: 145px;
		height: 88px;
		padding: 0;
		margin-bottom: 0;
	}
	.popup__close {
	    top: 35px;
	    right: 27px;
	}
	.popup__block {
	    border-radius: 40px;
	}
	.popup__block .section-title {
		font-size: 40px;
	}
	.cart-item__title-block {
		padding-left: 24px;
		width: calc(100% - 145px);
	}
	.cart-item__qty-block {
		width: 222px;
	}
	.cart-item__price {
		width: calc(100% - 222px);
	}
}
@media screen and (min-width:768px) {
	.prescription-popup__title {
		font-size: 40px;
	}
	.cart-item__thumb {
		width: 100%;
		height: 0;
		padding-bottom: 60%;
		margin-bottom: 10px;
	}
	.cart-item__title-block {
		padding: 0;
	}
	.cart-item__title-block,
	.cart-item__qty-block,
	.cart-item__price {
		width: 100%;
		margin: 10px 0;
	}
}
@media screen and (min-width:992px) {
	.cart-item__thumb {
		width: 145px;
		height: 88px;
		padding: 0;
		margin-bottom: 0;
	}
	.cart-item__title-block {
		padding-left: 24px;
		width: calc(100% - 145px);
	}
	.cart-item__qty-block {
		width: 222px;
	}
	.cart-item__price {
		width: calc(100% - 222px);
	}
}
@media screen and (min-width:1200px) {
	.cart-item__title-block {
		padding-right: 24px;
	    width: calc(100% - 436px);
	}
	.cart-item__qty-block {
		width: 180px;
	}
	.cart-item__price {
		width: 110px;
	}
}
@media screen and (min-width:1400px) {
	.cart-item__title-block {
	    padding: 0 24px;
		width: calc(100% - 507px);
	}
	.cart-item__qty-block {
		width: 222px;
	}
	.cart-item__price {
		width: 140px;
	}
}

.rebate-checkout-block {
    font-size: 14px;
    padding: 10px 20px;
}
.rebate-checkout-block .wc-block-components-totals-item__label,
.rebate-checkout-block tr:not(:last-child) .wc-block-components-totals-item__value {
	color: var(--pink);
}
.rebate-checkout-block table {
    width: 100%;
}
.rebate-checkout-block tr:not(:last-child) td {
    padding-bottom: 10px;
}
.rebate-checkout-block.border {
    padding: 20px;
    background: #fff;
    margin-bottom: 36px;
}
.rebate-checkout-item__options {
    display: block;
    font-size: .875em;
}
.rebate-checkout-item__price-col {
    vertical-align: top;
    text-align: right;
}
.rebate-checkout-block .wc-block-components-totals-item__label:after {
	display: inline-block;
	content: ":";
	margin-bottom: 10px;
}