


/* === GLOBAL === */

body {

}


/*.woocommerce-orders .woocommerce .profile-page__content .button,
.woocommerce-downloads .woocommerce .profile-page__content .button*/
.woocommerce-page .woocommerce .button {
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 16px 24px;
	gap: 10px;
	border-radius: var(--rounded-2xl);
	transition: .3s ease-in-out;
	font-weight: 600;
	font-size: 16px;
	line-height: 120%;
	position: relative;
	z-index: 1;
	text-align: center;
	background: var(--color-blue) !important;
	color: var(--color-white) !important;
	border: none;
}

/*.woocommerce-orders .woocommerce .profile-page__content .button:hover,
.woocommerce-downloads .woocommerce .profile-page__content .button:hover*/
.woocommerce-page .woocommerce .button:hover {
	color: var(--color-white);
	background-color: var(--color-blue);
}

/*.woocommerce-orders .woocommerce .profile-page__content .button::after,
.woocommerce-downloads .woocommerce .profile-page__content .button::after */
.woocommerce-page .woocommerce .button::after {
	position: absolute;
	inset: 0;
	content: "";
	border-radius: inherit;
	background: linear-gradient(90deg, #1455f5 0, #3870fb 50.48%, #1455f5 100%);
	box-shadow: 0 12px 20px rgba(20, 85, 245, .3), inset 0 -8px 10px hsla(0, 0%, 100%, .2);
	z-index: -1;
	transition: inherit;
	opacity: 0;
}

/*.woocommerce-orders .woocommerce .profile-page__content .button:hover::after,
.woocommerce-downloads .woocommerce .profile-page__content .button:hover::after*/
.woocommerce-page .woocommerce .button:hover::after {
	opacity: 1;
}
/* === // GLOBAL === */





/* === ORDER ORDER-VIEW DOWNLOADS === */
.woocommerce-orders .woocommerce .profile-page__content,
.woocommerce-view-order .woocommerce .profile-page__content,
.woocommerce-downloads .woocommerce .profile-page__content {
	padding: 40px;
	border-radius: var(--rounded-2xxl);
	background-color: var(--color-white);
	box-shadow: var(--shadow);
	width: 100%;
}

.woocommerce-orders .woocommerce .profile-page__content table,
.woocommerce-view-order .woocommerce .profile-page__content table,
.woocommerce-downloads .woocommerce .profile-page__content table {
	border: none;
}

@media (max-width: 980px){

	.woocommerce-orders .woocommerce .profile-page__body,
	.woocommerce-downloads .woocommerce .profile-page__body {
		flex-direction: column;
	}

	.woocommerce-orders .woocommerce .profile-page__content,
	.woocommerce-downloads .woocommerce .profile-page__content {
		width: unset;
	}
}

.woocommerce-view-order .woocommerce .profile-page__content .woocommerce-column__title {
	margin: 0 0 20px 0;
}
.woocommerce-view-order .woocommerce .woocommerce-customer-details address {
	padding: 12px 12px;
}
.woocommerce-view-order .woocommerce .woocommerce-customer-details address p {
	position: relative;
	margin: 10px 0 10px 0;
}
.woocommerce-view-order .woocommerce .woocommerce-customer-details address p:before {
	top: -5px;
}
/* === // ORDER ORDER-VIEW DOWNLOADS === */







/* === CHECKOUT === */
.woocommerce-checkout .woocommerce .delivery-form__form #billing_speczialnist_field #billing_speczialnist {

}
.woocommerce-checkout .woocommerce .delivery-form__form #billing_speczialnist_field .select__title {
	display: none;
}
.woocommerce-checkout .woocommerce .delivery-form__form #billing_not_doctor_field {
	margin: 0 0 10px 0;
}
.woocommerce-checkout .woocommerce .delivery-form__form #billing_not_doctor_field label {
	display: block;
	position: relative;
	margin: 0 0 0 0;
	padding-left: 30px;
	cursor: pointer;
}
.woocommerce-checkout .woocommerce .delivery-form__form #billing_not_doctor_field label #billing_not_doctor {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 5px;
	margin: 0;
	cursor: pointer;
}
.woocommerce-checkout .woocommerce .delivery-form__form {
	gap: 0px;
}
.woocommerce-checkout .woocommerce .delivery-form__form .woocommerce-billing-fields__field-wrapper .form-row {
	margin: 0 0 15px 0;
}
.woocommerce-checkout .woocommerce .delivery-form__form input[type="text"],
.woocommerce-checkout .woocommerce .delivery-form__form input[type="email"],
.woocommerce-checkout .woocommerce .delivery-form__form input[type="tel"],
.woocommerce-checkout .woocommerce .delivery-form__form textarea,
.woocommerce-checkout .woocommerce .delivery-form__form select {
	font-weight: 600;
	font-size: 16px;
	line-height: 120%;
	color: inherit;
	text-align: left;
	cursor: pointer;
	width: 100%;
	border-radius: 4px;
	padding: 12px 10px;
	border-bottom: 1px solid var(--color-black50);
	border-top: none;
	border-left: none;
	border-right: none;
	resize: none;
}
.woocommerce-checkout .woocommerce .delivery-form__form select option:first-of-type {
	color: var(--color-black50);
}
.woocommerce-checkout .woocommerce .delivery-form__form h3 {
	display: none;
}
.woocommerce-checkout .woocommerce .delivery-form__form #order_review {
	margin: 30px 0 0 0;
}
.woocommerce-checkout .woocommerce .delivery-form__form #payment {
	margin: 0 0 30px 0;
}

.woocommerce-checkout .woocommerce .delivery-form__form #billing_pib_field label,
.woocommerce-checkout .woocommerce .delivery-form__form #billing_email_field label,
.woocommerce-checkout .woocommerce .delivery-form__form #billing_phone_field label,
.woocommerce-checkout .woocommerce .delivery-form__form #billing_speczialnist_field label {
	display: none;
}

.woocommerce-checkout .woocommerce .delivery-form__form .add_gift_card_form h4 {
	display: none;
}
.woocommerce-checkout .woocommerce .delivery-form__form table {
	padding: 15px;
	border: none;
	background-color: #f5f5fc;
	border-radius: 30px;
	overflow: hidden;
}
.woocommerce-checkout .woocommerce .delivery-form__form table .cart-subtotal th,
.woocommerce-checkout .woocommerce .delivery-form__form table .cart-subtotal td,
.woocommerce-checkout .woocommerce .delivery-form__form table .cart-discount th,
.woocommerce-checkout .woocommerce .delivery-form__form table .cart-discount td {
	border-top: unset;
}
.woocommerce-checkout .woocommerce .delivery-form__form table .cart-discount th,
.woocommerce-checkout .woocommerce .delivery-form__form table .cart-discount td {
	padding: 9px 12px 20px 12px;
}
.woocommerce-checkout .woocommerce .delivery-form__form table .cart-subtotal th,
.woocommerce-checkout .woocommerce .delivery-form__form table .cart-discount th {
	font-size: 16px;
	line-height: 120%;
	font-weight: 400;
}
.woocommerce-checkout .woocommerce .delivery-form__form table .cart-subtotal td,
.woocommerce-checkout .woocommerce .delivery-form__form table .cart-discount td {
	font-size: 16px;
	line-height: 120%;
	font-weight: 600;
}
.woocommerce-checkout .woocommerce .delivery-form__form table .order-total th,
.woocommerce-checkout .woocommerce .delivery-form__form table .order-total td {
	padding: 20px 12px 9px 12px;
}
.woocommerce-checkout .woocommerce .delivery-form__form table .order-total th {
	font-size: 20px;
	line-height: 140%;
	font-weight: 400;
	text-transform: uppercase;
}
@media (max-width: 640px) {
	.woocommerce-checkout .woocommerce .delivery-form__form table .order-total th {
		font-size: 16px;
	}
}
.woocommerce-checkout .woocommerce .delivery-form__form table .order-total td .amount {
	font-size: 20px;
	line-height: 140%;
	font-weight: 600 !important;
	text-transform: uppercase;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	float: unset;
	width: 100%;
}

.woocommerce-checkout .woocommerce .delivery-form__form .add_gift_card_form {
	margin: 0 0 35px 0;
}
.woocommerce-checkout .woocommerce .delivery-form__form #payment {
	border-radius: 30px;
	background-color: #f5f5fc;
}
.woocommerce-checkout .woocommerce .delivery-form__form #payment ul li {
	position: relative;
	padding: 0 0 0 30px;
}
.woocommerce-checkout .woocommerce .delivery-form__form #payment ul li input[type="radio"] {
	position: absolute;
	left: 0;
	top: 5px;
	width: 20px;
	height: 20px;
}
.woocommerce-checkout .woocommerce .delivery-form__form .woocommerce-privacy-policy-text p {
	margin: 0 0 20px 0;
	line-height: 160%;
}
.woocommerce form.checkout_coupon {
	flex-direction: column;
	flex-wrap: wrap;
}
.woocommerce form.checkout_coupon p,
.woocommerce form.checkout_coupon button {
	display: block;
	width: 100%;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description {
	border-radius: var(--rounded-2xl);
	background-color: var(--color-blue);
}
.woocommerce form .form-row .woocommerce-input-wrapper .description::before {
	border-color: var(--color-blue) transparent transparent transparent;;
}
/* === // CHECKOUT === */



/* ADD product - cancel */
.toast-basket__timet span {
	cursor: pointer;
}
/* // ADD product - cancel */



/* certificate list */
.product-card__actions {
	flex-wrap: nowrap;
}
@media (max-width: 1024px) {
	.product-card__prices .btn--icon {
		display: flex;
		margin-left: auto;
		flex: none;
	}
	.product-card__prices {
		gap: 5px;
	}
	.product-card__prices .price--old {
		font-size: 11px;
	}
	.product-card__prices .price {
		font-size: 13px;
	}
	.product-card__actions {
		display: none;
	}
}
/* // certificate list */



.woocommerce table.my_account_orders td .button {
	margin: 5px 5px 5px 5px;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	line-height: 20px;
}
.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
	line-height: 20px;
}
.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
	line-height: 20px;
}

/*new*/
.woocommerce-error,
.woocommerce-info {
    padding: 10px 20px;
    text-align: left;
    background: var(--color-back);
    border-radius: 10px;
    line-height: 160%;
    border: none;
    color: var(--color-black);
}
.woocommerce-error::before,
.woocommerce-info::before {
    display: none;
}
.woocommerce-info a {
        color: var(--color-blue);
    text-decoration: underline;
}
.woocommerce-MyAccount-Giftcards-form input,
.woocommerce form .form-row .input-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: inherit;
    text-align: left;
    cursor: pointer;
    width: 100%;
    border-radius: 4px;
    padding: 12px 10px;
    border-bottom: 1px solid var(--color-black50);
    border-top: none;
    border-left: none;
    border-right: none;
    resize: none;
}
.woocommerce-error li {
    margin-bottom: 10px;
    line-height: 160%;
}
.woocommerce-error li:last-child {
    margin-bottom: 0;
}
#add_payment_method .checkout .checkout-inline-error-message, 
.woocommerce-cart .checkout .checkout-inline-error-message, 
.woocommerce-checkout .checkout .checkout-inline-error-message {
    font-size: 1em;
    margin-top: 10px;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description {
    display: block !important;
    margin: 10px 0 0 0 !important;
    padding: 0 !important;
    background: transparent;
    border-radius: 0;
    color: var(--color-black);
    text-align: left;
	height: initial !important;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description::before {
    display: none;
}
.woocommerce-checkout .woocommerce .delivery-form__form table td:last-child {
    text-align: right;
}
.woocommerce-checkout .woocommerce .delivery-form__form #payment,
.woocommerce-checkout .woocommerce .delivery-form__form table {
    border-radius: 20px;
}
.profile-page__content .woocommerce-info {
    box-shadow: var(--shadow);
    background-color: var(--color-white);
    max-width: 566px;
}
.product-modal__form {
    display: block;
}
.woocommerce-giftcards .profile-page__content {
    padding: 40px;
    box-shadow: var(--shadow);
    background-color: var(--color-white); 
    border-radius: 20px;
}
.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
    padding: 7px 12px;
}
.woocommerce-giftcards .profile-page__content h2,
.woocommerce-giftcards .profile-page__content h4 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 500;
}
.woocommerce-Giftcards .button {
    flex: none;
}
.woocommerce-MyAccount-Giftcards-form {
    gap: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.woocommerce-MyAccount-Giftcards-form input {
    margin: 0;
}
.woocommerce form .form-row textarea.input-text,
.field textarea {
    height: 44px !important;
    resize: none;
}
.product-modal__content.add-to-cart__loading {
    display: none !important;
}
.checkbox {
    gap: 10px;
    display: flex;
    align-items: center;
}
.checkbox__label {
    padding-left: 0;
}
.checkbox__input {
    width: 20px;
    height: 20px;
    opacity: 1;
	flex: none;
    border: 1px solid var(--color-black50);
    border-radius: 4px;
    	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
    position: relative;
	cursor: pointer;
}
.checkbox__input::before {
    position: absolute;
    display: block;
    content: " ";
    width: 14px;
    height: 14px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 3px;
    opacity: 0;
    scale: .5;
    background: var(--color-blue);
    transition: var(--transition);
}
.checkbox__input:checked:before {
    scale: 1;
    opacity: 1;
}
.checkbox__label:before,
.checkbox__label:after {
    display: none;
}

.woocommerce form.checkout_coupon {
    padding: 0;
    border: none;
    margin: 0;
}
.woocommerce-form-coupon-toggle {
    display: none !important;
}
.add_gift_card_form {
	display: none;
}
.woocommerce-checkout .woocommerce .delivery-form__form .add_gift_card_form {
	margin-bottom: 20px;
}
.checkbox_sertificat {
	margin-bottom: 20px;
}
.woocommerce-checkout .add_gift_card_form #wc_gc_cart_redeem_form input[type=text] {
    margin-bottom: 1em;
}
#woocommerce-checkout-form-coupon {
	display: block !important;
}
.link-item,
.profile-page__body {
	line-height: 160%;
}
.notifications-basket-timer {
    max-width: 80.5rem;
    margin: 0px auto;
    padding: 0px 1.25rem;
}
.notifications-basket-timer .toast {
	right: 0;
}

@media (max-width: 767.98px) {
    .woocommerce-giftcards .profile-page__content {
        padding: 25px 20px;
    }
    .woocommerce-MyAccount-Giftcards-form {
        display: block;
    }
    .woocommerce-Giftcards .button {
        width: 100%;
        margin-top: 20px !important;
    }
	.notifications-basket-timer .toast  {
		max-width: 100%;
	}
	.recommend .event-card__prices .btn--accent {
		display: none;
	}
}
@media (max-width: 470px) {
    .woocommerce form .form-row textarea.input-text#billing_my_speczialnist {
        height: 64px !important;
    }
	.toast-basket__line {
		flex-direction: column;
		align-items: flex-start;
	}
	.toast-basket__timet {
		padding: 0;
	}
}
@media (min-width: 767.98px) {
	.delivery-form .basket-card__head {
		padding-right: 0;
	}
}

.title-input {
    margin-bottom: 2px;
    color: #7f7f7f;
}

.form-subscription .frm-fluent-form .ff-t-cell:last-of-type {
	position: relative;
}
.form-subscription .frm-fluent-form .ff-t-cell:last-of-type .ff-btn-submit {
    position: absolute;
    top: 0px;
    right: 0;
    background: transparent !important;
    color: transparent;
    width: 50px !important;
    min-width: initial;
    border: none !important;
	background-image: url(./img/icons/arrow_search.svg) !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	box-shadow: none !important;
	margin: 0 !important;
}