#panel-orders {
	position: relative;
}
.account-tab-title a {
	cursor: pointer;
}
.my-account-order-list .my-account-order-list-item .main-info {
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 30px);
    flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
}
.my-account-order-list-item .main-info .main-info-product {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin-bottom: 12px;
}
.my-account-order-list-item .main-info .main-info-product:last-child {
	margin-bottom: 0;
}
.my-account-order-list-item .main-info p {
	line-height: 28px;
}
.my-account-order-group {
	margin-bottom: 24px;
}
.my-account-order-group:last-child {
	margin-bottom: 0;
}
.my-account-order-group-title {
	margin-bottom: 12px;
}
.my-account-order-group-title h4 {
	font-size: 24px;
	font-weight: 700;
	line-height: 38px;
	color: #1D1D1D;
	margin-bottom: 0;
}
.my-account-order-group .my-account-order-list-item .main-info p {
	line-height: 28px;
}
.my-account-order-group .my-account-order-list-item .main-info p.title-item-gap {
	margin-bottom: 12px;
}
.my-account-order-list-item {
	position: relative;
}
.my-account-order-list-item.is-loading {
	opacity: 0.5;
    pointer-events: none;
}
.my-account-order-list-item.is-loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    border: 4px solid #ccc;
    border-top-color: #171717;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 10;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.my-account-order-single-item {
	border: 1px solid #535353;
	padding: 12px;
	background-color: #ffffff;
}
.my-account-order-single-item .order-single-item-block {
	padding-top: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid #C8C8C8
}
.my-account-order-single-item .order-single-item-block:first-child {
	padding-top: 0;
}
.my-account-order-single-item .order-single-item-block:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.my-account-order-single-item p {
	margin-bottom: 0;
}
.single-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	color: #000000;
}
.single-subtitle {
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	color: #535353;
}
.single-subtitle a {
	text-decoration: underline;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	color: #535353;
}
@media (hover: hover) {
	.single-subtitle a:hover {
		color: #000000;
	}
}

.edit-product-item-date-button {
	-webkit-appearance: none;
    appearance: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 6px 45px;
    width: auto;
    background-color: #ffffff;
    border: 1px solid #171717;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    color: #000000;
    margin-top: 16px;
    transition: .3s;
}
.edit-product-item-date-button svg {
    width: 16px;
    height: 16px;
}
@media (hover: hover) {
	.edit-product-item-date-button:hover {
		background-color: #FFCC00;
	}
}

.order-single-info-item.multipleItems {
	padding: 12px;
	border: 1px solid #C8C8C8;
	margin-top: 16px;

}

.edit-product-item-date-button {

}

.single-date, .single-card, .single-item-date, .single-item-price {
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	color: #535353;
}
.single-quantity {
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	color: #000000;
}
.single-price {
	font-size: 18px;
	font-weight: 600;
	line-height: 38px;
	color: #000000;
}
#order-single-shortcode.no-shortcode {
	display: none;
}
#order-single-shortcode p img {
	display: block;
	width: 150px;
	height: 150px;
	margin: auto;
}
.order-single-buttons {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}
.order-single-button-item {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 12px);
    flex: 0 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
}
.only-cancel-option .order-single-button-item.main-section-edit-btn {
	display: none;
}
.only-cancel-option .order-single-button-item {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.order-single-button-item button {
	-webkit-appearance: none;
	appearance: none;
    
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 5px;

	padding: 11px 33px;
    width: 100%;
    background-color: #ffffff;
	border: 1px solid #171717;
    border-radius: 30px;

	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	color: #000000;
}
.order-single-button-item button svg {
	width: 16px;
	height: 16px;
}
@media (hover: hover) {
	.order-single-button-item button:hover {
		background-color: #FFCC00;
	}
}
.order-single-button-item button.disable {
	background-color: #ffffff;
	border: 1px solid #AFAFAF;
	color: #AFAFAF;
}
.order-single-button-item button.disable svg path {
	stroke: #AFAFAF;
}

#my-account-order-single {
	display: none;
}

#my-account-order-single-cancel {
	display: none;
}

#my-account-order-single-edit {
	display: none;
}

#my-account-order-single-cancel-successfully {
	display: none;
}

.my-account-order-single-note {
	padding: 12px;
	margin-top: 24px;
	background-color: #FFF8E1;
}
.note-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	color: #171717;
	margin-bottom: 4px;
}
.note-text {
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	color: #171717;
}


.account-order-popup {
	display: none;

	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 50;
}
.account-order-popup-body {
	width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000b3;
    padding: 0 15px;
}
.account-order-popup-inner {
	background-color: #ffffff;
	padding: 16px 24px;
	width: 468px;
	height: auto;
	transition: .3s;
}
.account-order-popup.is-loading .account-order-popup-inner > * {
	opacity: 0.6;
	pointer-events: none;
}
.account-order-popup.is-loading .account-order-popup-inner::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    border: 4px solid #ccc;
    border-top-color: #171717;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 10;
}

.account-order-popup-title {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 8px 0;
	border-bottom: 1px solid #9A9A9A;
	margin-bottom: 24px;
}
.account-order-popup-title button {
	-webkit-appearance: none;
	appearance: none;

	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	background-color: #ffffff;
	border: none;
	cursor: pointer;
}
@media (hover: hover) {
	.account-order-popup-title button:hover {
	    background-color: #00000011;
	}
}
.account-order-popup-title p {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 30px);
    flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);

    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: #171717;
    margin-bottom: 0;
}
.account-order-popup-text {
	margin-bottom: 24px;
}
.account-order-popup-text p {
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	margin-bottom: 0;
	color: #171717;
}
.account-order-popup-buttons {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}
.account-order-popup-button-item {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 12px);
    flex: 0 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
}
.account-order-popup-button-item button {
	-webkit-appearance: none;
	appearance: none;
    
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 5px;

	padding: 11px 33px;
    width: 100%;
    background-color: #FFCC00;
	border: 2px solid #FFCC00;
    border-radius: 30px;

	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	color: #000000;
}
.account-order-popup-button-item button.close-popup {
	border-color: #171717;
	background-color: #ffffff;
}
@media (hover: hover) {
	.account-order-popup-button-item button:hover {
	    background-color: #F3BD0A;
    	border-color: #F3BD0A;
	}
	.account-order-popup-button-item button.close-popup:hover {
		opacity: .5;
		background-color: #ffffff;
		border-color: #171717;
	}
}

.single-cancel-group .my-account-order-single-item {
	margin-bottom: 24px;
}
.single-cancel-group .my-account-order-single-item .order-single-item-block {
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: none;
}
.single-cancel-group .edit-product-item-date-button {
	display: none!important;
}
.single-cancel-group .my-account-order-single-item .order-single-item-block:first-child {
	padding-top: 0;
}
.single-cancel-group .my-account-order-single-item .order-single-item-block:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}
.single-cancel-group .order-single-buttons {
	margin-top: 24px;
}

.cancel-reason-input-inner {
    position: relative;
}
.cancel-reason-input-inner select {
    width: 100%;
    padding: 11px 20px 11px 50px;
    font-size: 20px;
    line-height: 28px;
    color: #535353;
    font-weight: 500;
    border-radius: 0;
    border: 1px solid #535353;
    background-color: #ffffff;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    cursor: pointer;
}
.cancel-reason-input-inner select:focus-visible {
	outline-color: rgb(68, 68, 68);
    outline-width: 1px;
}
.cancel-reason-input-inner select option {
	color: #000000;
}
.cancel-reason-input-arrow {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-single-button-item button.cancel-confirm-button {
	background-color: #FFCC00;
    border: 2px solid #FFCC00;
}
@media (hover: hover) {
	.order-single-button-item button.cancel-confirm-button:hover {
	    background-color: #F3BD0A;
	    border-color: #F3BD0A;
	}
}
.order-single-button-item button.cancel-confirm-button[disabled] {
	cursor: not-allowed;
	background-color: #9A9A9A;
	border-color: #9A9A9A;
	color: #ffffff;
}


.order-cancel-successfully {
	border: 1px solid #535353;
	padding: 36px 15px;
}
.order-cancel-successfully-inner {
	text-align: center;
}
.order-cancel-successfully-img {

}
.order-cancel-successfully-title {
	margin-top: 24px;
	margin-bottom: 24px;
}
.order-cancel-successfully-title h2 {
	font-size: 42px;
	line-height: 48px;
	font-weight: 700;
	color: #1D1D1D;
}
.order-cancel-successfully-text {
	margin: auto;
	max-width: 420px;
}
.order-cancel-successfully-text p {
	margin-bottom: 0;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #171717;
}
.order-cancel-successfully-btn {
	margin-top: 24px;
}
.order-cancel-successfully-btn button {
	-webkit-appearance: none;
	appearance: none;
    
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 5px;

	padding: 11px 33px;
    width: 50%;
    margin: auto;
    background-color: #FFCC00;
	border: 2px solid #FFCC00;
    border-radius: 30px;

	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	color: #000000;
}
@media (hover: hover) {
	.order-cancel-successfully-btn button:hover {
	    background-color: #F3BD0A;
    	border-color: #F3BD0A;
	}
}

/*Edit order*/
#my-account-order-single-edit-date {
	display: none;
}
#edit-single-order-popup {
	display: none;
}
#my-account-order-single-edit-participant-successfully {
	display: none;
}
#edit-single-order-popup-date {
	display: none;
}
.single-edit-group-block {
	border: 1px solid #535353;
	padding: 12px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    cursor: pointer;
}
.single-edit-group-block:last-child {
	margin-bottom: 0;
}
.single-edit-group-block-body {
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 30px);
    flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
}
.single-edit-group-block-arrow {
	cursor: pointer;
    width: 30px;
    text-align: center;
    height: 30px;
}
.single-edit-group-block-arrow svg {
    height: 30px;
}
.single-edit-group-block-body h5 {
	font-weight: 700;
	font-size: 20px;
	line-height: 38px;
	margin-bottom: 0;
	color: #000000;
}
.single-edit-group-block-body p {
	font-weight: 400;
	font-size: 16px;
	line-height: 38px;
	margin-bottom: 0;
	color: #535353;
}

.order-single-edit-date-form {
	border: 1px solid #535353;
	padding: 12px;
}
.edit-date-form-title {
	padding-bottom: 24px;
	border-bottom: 1px solid #C8C8C8;
}
.edit-date-form-title h6 {
	font-weight: 700;
	font-size: 20px;
	line-height: 38px;
	margin-bottom: 0;
	color: #000000;
}
.edit-date-form-title p {
	font-weight: 600;
	font-size: 18px;
	line-height: 38px;
	margin-bottom: 0;
	color: #535353;
}
.edit-date-form-calendar {
	padding: 24px 0;
	position: relative;
}
.edit-date-form-calendar.is-loading > * {
	opacity: 0.3;
    pointer-events: none;
}
.edit-date-form-calendar.is-loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    border: 4px solid #ccc;
    border-top-color: #171717;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 10;
}
.edit-date-form-calendar-label p {
	font-weight: 600;
	font-size: 18px;
	line-height: 29px;
	margin-bottom: 0;
	color: #535353;
}
.edit-date-form-calendar-input {
	margin-bottom: 24px;
}
.edit-date-form-calendar-input:last-child {
	margin-bottom: 0;
}
.wrap_product_date_cal {
    position: relative;
}
.wrap_product_date_cal input {
	width: 100%;
    padding: 11px 20px 11px 50px;
    font-size: 20px;
    line-height: 28px;
    color: #535353;
    font-weight: 500;
    border-radius: 0;
    border: 1px solid #535353;
    background-color: #ffffff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

.edit-date-form-calendar-input .wrap_product_time {
	width: 100%!important;
	margin-left: 0!important;
	margin-right: 0!important;
}
.edit-date-form-calendar-input .wrap_product_time input {
	width: 100%;
    padding: 11px 20px 11px 50px;
    font-size: 20px;
    line-height: 28px;
    color: #535353;
    font-weight: 500;
    border-radius: 0;
    border: 1px solid #535353;
    background-color: #ffffff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}
.edit-date-form-calendar-input .popup_time_list {
	width: 100%;
    height: auto;
	bottom: auto;
    top: 100%;
    padding: 8px;
    border: 1px solid #F3F3F3;
    border-radius: 0;
    box-shadow: 0px 4px 17px 0px #0000001A;
    text-align: initial;
}
.edit-date-form-calendar-input .popup_time_list .popup_time_list_inner {
	margin-bottom: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;

	display: flex;
	flex-wrap: wrap;
	max-height: 130px;
}
.edit-date-form-calendar-input .popup_time_list .popup_time_list_inner span {
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	color: #000000;
	padding: 8px;
	width: 100%;
	cursor: pointer;
	background-color: #ffffff;
	transition: .3s;
}
@media (hover: hover) {
	.edit-date-form-calendar-input .popup_time_list .popup_time_list_inner span:hover {
		background-color: #cccccc11;
	}
}

.edit-order-date-popup .account-order-popup-buttons {
	justify-content: center;
}
.edit-order-date-popup .account-order-popup-button-item {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.edit-successfully-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.order-cancel-successfully-btn.edit-successfully-btns button {
	width: calc(50% - 12px);
}
.order-cancel-successfully-btn.edit-successfully-btns button.white-btn {
    background-color: #ffffff;
    border: 1px solid #171717;
    color: #000000;
}
@media (hover: hover) {
	.order-cancel-successfully-btn.edit-successfully-btns button.white-btn:hover {
	    background-color: #FFCC00;
	}
}


.my-account-info-note {
	padding: 16px;
	background-color: #FFF8E1;
	border: 1.5px solid #FFCC00;
	margin-bottom: 36px;
}
.my-account-info-note-item > * {
	margin-bottom: 8px;
}
.my-account-info-note-item > *:last-child {
	margin-bottom: 0;
}
.info-note-title {
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	color: #1D1D1D;
}
.info-note-text {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color: #7D7D7A;
}
.info-note-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
}
.info-note-links a {
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	text-decoration: underline;
	color: #000000;
	cursor: pointer
}
.thankyou-main .my-account-info-note {
	text-align: initial;
	max-width: 648px;
    margin-right: auto;
    margin-left: auto;
}
@media only screen and (max-width: 992px) {
	.info-note-title {
		font-size: 20px;
	}
}
@media only screen and (max-width: 600px) {
	.info-note-title {
		font-size: 18px;
		line-height: 28px;
		font-weight: 700;
	}
	.info-note-title span {
		display: block;
		width: 100%;
		font-size: 24px;
		font-weight: 700;
		line-height: 28px;
	}
	.info-note-text {
		font-size: 16px;
		line-height: 20px;
		font-weight: 400;
		color: #7D7D7A;
	}
}

/*popup*/
@media only screen and (max-width: 992px) {
	.account-order-popup-title p {
		font-size: 20px;
		line-height: 28px;
	}
	.account-order-popup-text p {
		font-size: 18px;
		line-height: 22px;
	}
}
@media only screen and (max-width: 600px) {
	.account-order-popup-title {
		padding: 0 0 8px;
	}
	.account-order-popup-buttons {
	    width: 100%;
	    display: flex;
	    flex-wrap: wrap;
	    gap: 10px;
	}
	.account-order-popup-button-item {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 calc(50% - 5px);
	    flex: 0 0 calc(50% - 5px);
	    max-width: calc(50% - 5px);
	}
}
@media only screen and (max-width: 400px) {
	.account-order-popup-button-item {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	.account-order-popup-button-item button {
		padding: 7px 33px;
	}
}




#header .new-header-links a.create-account {
	margin-left: 0;
	margin-right: 15px;
}
.rtl #header .new-header-links a.create-account {
	margin-left: 15px;
	margin-right: 0;
}

.my-account-header-icon {
	position: relative;
	display: inline-block;
}
.new-header-links .my-account-header-icon a {
	width: 36px;
	height: 36px;
}
.new-header-links .my-account-header-icon a svg {
	width: 16px;
	height: 16px;
}
#header .new-header-links .my-account-header-icon.show-popup a {
	border: 1px solid #FFCC00;
}

.my-account-header-popup {
	display: none;

	position: absolute;
    top: 100%;
    left: 18px;
    right: auto;
    background: #ffffff;
    width: 212px;
    padding: 12px;
    border-radius: 8px;
    border-top-left-radius: 0;
    border-top-right-radius: 8px;
    text-align: initial;
    z-index: 1;
}
.rtl .my-account-header-popup {
	left: auto;
    right: 18px;
    border-top-left-radius: 8px;
    border-top-right-radius: 0;
}
.my-account-header-popup::before {
	content: "";
	position: absolute;
	top: -7px;
	left: 0;
	right: auto;
	width: 0;
	height: 0;
	border-left: 0;
	border-right: 16px solid transparent;
	border-bottom: 8px solid #ffffff;
}
.rtl .my-account-header-popup::before {
	left: auto;
	right: 0;
	border-left: 16px solid transparent;
	border-right: 0;
}

.my-account-header-icon.show-popup .my-account-header-popup {
	display: block;
}
#header .col-links .cl-auth {
	position: relative;
	margin-left: 10px;
	margin-right: 0;
}
.rtl #header .col-links .cl-auth {
	margin-left: 0;
	margin-right: 10px;
}
#header .col-links .cl-auth .lg-btn {
	display: flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
	padding: 0;
	margin: 0;
}
.cl-auth .my-account-header-popup {
	top: calc(100% + 8px);
}
.cl-auth .my-account-header-popup::before {
	top: -6px;
}
.cl-auth.show-popup .my-account-header-popup {
	display: block;
}


.my-account-header-popup-head {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: 8px;
}
.my-account-header-popup-close {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 22px;
    flex: 0 0 22px;
    max-width: 22px;
}
.my-account-header-popup-close button {
	-webkit-appearance: none;
    appearance: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	background: none;
    border: 0;
	cursor: pointer;
}
@media (hover: hover) {
    .my-account-header-popup-close button:hover {
        background-color: #00000011;
    }
}
.my-account-header-popup-title {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 22px);
    flex: 0 0 calc(100% - 22px);
    max-width: calc(100% - 22px);
}
.my-account-header-popup-title-badges {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	margin-bottom: 12px;
}
.my-account-header-popup-title-badges span {
	display: block;
	padding: 4px 8px;
	border-radius: 16px;
	background-color: #FFF8E1;
	border: 0.5px solid #FFC979;
	font-weight: 600;
	font-size: 12px;
	line-height: normal;
	color: #171717;
}
.my-account-header-popup-title-text {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
}
.my-account-header-popup-title-text svg {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    max-width: 16px;
}
.my-account-header-popup-title-text h6 {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 22px);
    flex: 0 0 calc(100% - 22px);
    max-width: calc(100% - 22px);

    line-height: normal;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.5%;
    color: #170F49;
    margin-bottom: 0;
}

.my-account-header-popup-body {

}
.my-account-header-popup-text p {
	font-size: 14px;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 0;
}
.my-account-header-popup-text p.bold {
	font-weight: 600;
}
.my-account-header-popup-button {
	margin-top: 16px;
}

.my-account-header-popup-button {
    display: flex;
    flex-wrap: wrap;
	width: 100%;
    gap: 8px;
}
.my-account-header-popup-button-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 84px;
    flex: 0 0 84px;
    max-width: 84px;
}
.my-account-header-popup-button-item.close-popup {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 92px);
    flex: 0 0 calc(100% - 92px);
    max-width: calc(100% - 92px);
}
.my-account-header-popup-button-item button {
    -webkit-appearance: none;
    appearance: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;

    padding: 5px 10px;
    width: 100%;
    background-color: #FFCC00;
    border: 1px solid #FFCC00;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #171717;
}
.my-account-header-popup-button-item.close-popup button {
    border-color: #171717;
    background-color: #ffffff;
    font-weight: 400;
}
@media (hover: hover) {
	.my-account-header-popup-button-item button:hover {
	    background-color: #F3BD0A;
    	border-color: #F3BD0A;
	}
	.my-account-header-popup-button-item.close-popup button:hover {
		opacity: .5;
		background-color: #ffffff;
		border-color: #171717;
	}
}


.my-account-bigreg-popup {
	display: none;

	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 50;
}
.my-account-bigreg-popup.show-popup {
	display: block;
}
.my-account-bigreg-popup-body {
	width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000b3;
    padding: 0 15px;
}
.my-account-bigreg-popup-wrap {
	width: 600px;
	height: auto;
	transition: .3s;
}
.my-account-bigreg-popup-head {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	padding-bottom: 16px;
}
.my-account-bigreg-popup-head button {
	-webkit-appearance: none;
    appearance: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background-color: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
}
@media (hover: hover) {
    .my-account-bigreg-popup-head button:hover svg path {
        fill: #cccccc;
    }
}
.my-account-bigreg-popup-inner {
    background-color: #ffffff;
    padding: 40px 24px;
}
.my-account-bigreg-popup-content {
	text-align: center;
}
.my-account-bigreg-popup-image {
	margin-bottom: 20px;
}
.my-account-bigreg-popup-image-mob {
	display: none;
}
.my-account-bigreg-popup-image-mob img {
	display: block;
	max-width: 150px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.my-account-bigreg-popup-image-desk {
	display: block;
}
.my-account-bigreg-popup-image-desk img {
	display: block;
	max-width: 350px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.bigreg-popup-title {
	font-size: 34px;
	line-height: 40px;
	font-weight: 700;
	color: #1D1D1D;
	margin-bottom: 8px;
}
.bigreg-popup-text {
	font-size: 20px;
	line-height: 26px;
	font-weight: 500;
	color: #171717;
	margin-bottom: 0;
}
.bigreg-popup-text span {
	font-weight: 700;
}
.my-account-bigreg-popup-buttons {
	margin-top: 32px;
	display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.my-account-bigreg-popup-button-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 8px);
    flex: 0 0 calc(50% - 8px);
    max-width: calc(50% - 8px);
}
.my-account-bigreg-popup-button-item button {
    -webkit-appearance: none;
    appearance: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 12px;
    width: 100%;
    background-color: #FFCC00;
    border: 1px solid #FFCC00;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #000000;
}
.my-account-bigreg-popup-button-item.close-popup button {
    border-color: #171717;
    background-color: #ffffff;
}
@media (hover: hover) {
	.my-account-bigreg-popup-button-item button:hover {
	    background-color: #F3BD0A;
    	border-color: #F3BD0A;
	}
	.my-account-bigreg-popup-button-item.close-popup button:hover {
		opacity: .5;
		background-color: #ffffff;
		border-color: #171717;
	}
}

@media only screen and (max-width: 768px) {
	.my-account-bigreg-popup {
		z-index: 101;
	}
	.my-account-bigreg-popup-image-mob {
		display: block;
	}
	.my-account-bigreg-popup-image-desk {
		display: none;
	}
	.my-account-bigreg-popup-image {
	    margin-bottom: 30px;
	}
	.bigreg-popup-text span {
		display: block;
	}
}
@media only screen and (max-width: 440px) {
	.bigreg-popup-title {
	    font-size: 30px;
	    line-height: 36px;
	}
	.my-account-bigreg-popup-button-item {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}

}