.flex-start-between {
	display: flex;
	align-items: start;
	justify-content: space-between;
}

.wl_my_account_container {
	width: 100%;
    max-width: 1600px;
    padding: 0 16px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}

.wl_my_account__title {
    text-align: right;
    position: relative;
    font-size: 60px;
    margin-top: 88px;
    padding: 51px 72px 46px 0;
}

.wl_my_account__title:before {
    content: "";
    position: absolute;
    display: block;
    right: -9px;
    z-index: -1;
    border-radius: 50%;
    background: #f8cf38;
    background: linear-gradient(45deg, #f8cf38 0%, #f8b838 25%, #f8ac38 75%, #f89f39 100%);
    width: 160px;
    height: 100%;
    top: 0;
}

.wl_my_account__card_wrap {
	position: relative;
	z-index: 1;
    margin-bottom: 228px;
}

.wl_my_account__card_wrap img.wl_my_account__card_bg_full {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -1;
    object-fit: cover;
    object-position: center;
}

.wl_my_account__card_title {
    max-width: 1214px;
    margin: 0 auto;
    padding-top: 25px;
}

.wl_my_account__card_title h2 {
    font-size: 74px;
    position: relative;
    left: 46px;
    margin-top: 21px;
}

.wl_my_account__card_title img {
    width: 50%;
    max-width: 560px;
    padding-right: 20px;
    box-sizing: border-box;
}

.wl_my_account__card {
    background: white;
    max-width: 898px;
    margin: 14px auto 0 auto;
}

.wl_my_account__card__left_part {
    padding-top: 30px;
    padding-right: 28px;
    box-sizing: border-box;
    padding-left: 15px;
}

.wl_my_account__card__right_part {
    width: 100%;
    max-width: 470px;
    padding-right: 48px;
    box-sizing: border-box;
    padding-bottom: 76px;
    box-shadow: 27px 0px 0 -26px #e3e6d5;
}

.wl_my_account__card__field {
    width: 100%;
    max-width: 116px;
    padding-bottom: 4px;
    border-bottom: solid 1px #e1e3ce;
}

.wl_my_account__card__field .val {
    font-size: 25px;
    font-weight: 500;
    color: #1d549d;
    margin: 20px -1px 0 0;
}

.wl_my_account__card__field_txt {
    font-size: 13px;
    margin-top: -2px;
    color: #1d549d;
    display: block;
}

.wl_my_account__card__field .dec,
.wl_my_account__card__field .inc {
	color: #c5c6b5;
    cursor: pointer;
    user-select: none;
    transition: .5s;
}

.wl_my_account__card__field .dec:hover,
.wl_my_account__card__field .inc:hover {
    color: #595b3c;
}

.wl_my_account__card__field .dec {
    margin-left: 12px;
}
.wl_my_account__card__field .inc {
    margin-right: 8px;
}

.wl_my_account__card__field_text_in_round {
    font-size: 18px;
    font-weight: 600;
    width: 91px;
    height: 91px;
    text-align: center;
    background: linear-gradient(45deg, #f8cf38 0%, #f8b838 25%, #f8ac38 75%, #f89f39 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: 50%;
    position: relative;
    left: 40px;
    top: 4px;
    margin-right: 46px;
    outline: unset;
    border: unset;
    transition: .5s;
    cursor: pointer;
}

.wl_my_account__card__field_text_in_round:hover {
    opacity: .7;
}

.wl_my_account__card__txtxt {
    margin: 44px 2px 0 0;
    font-size: 18px;
    letter-spacing: -0.2px;
    color: #1c549d;
}

.wl_my_account__card__txtxt span {
    font-weight: 600;	
}

.wl_my_account__card__left_part .wl_my_account__card__txtxt {
    margin-top: 13px;
}

.wl_my_account_container h4 {
    color: #1c549d;
    text-align: center;
    font-size: 28px;
    padding: 10px 0 100px 16px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}
.wl_my_account_container h4 a{
    color: #1c549d;
}
.wl_my_account_container h4 a:hover{
    color: #f89f39;
}

span.error,
#login-form .error {
    color: red;
    text-align: center; 
}

.wl_popup_wrap_border {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    background: linear-gradient(90deg, #1e549b 0%, #2a5894 25%, #b58044 75%, #f7941d 100%);
    padding: 3px;
    display: none;
    width: 90vw;
    max-width: 800px;
    color: #1e549b;
}
.popup-container.wl_popup_wrap_border {
	max-width: none;
	background: rgba(255, 255, 255, 0.7);
	width: 100%;
	padding: 0;
}
.wl_popup_wrap_border.my_account_user_no_data {
    display: block;
}

.wl_popup_wrap {
    padding: 40px 16px;
    box-sizing: border-box;
    background: white;
    text-align: center;
}

.wl_popup_wrap .close {
    position: absolute;
    right: 4px;
    top: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 40px;
    cursor: pointer;
    transition: .5s;
}

.wl_popup_wrap p {
    font-size: 16px;
    margin: 0;
}

.wl_popup_wrap .close:hover {
    color: #397fd7;
}

/*page single product START*/
button[name="add-to-cart"] {
    outline: none;
}

.wl_popup_wrap.big {
    min-height: calc(60vh - 86px);
    display: flex;
    align-items: center;
    justify-content: center; 
    flex-direction: column;
}

.wl_popup_wrap_border p {
    font-size: 30px;
    max-width: 550px;
    text-align: center;
    font-weight: 600;
}

.wl_popup_wrap_border a,
.wl_popup_wrap_border .a_close {
    background: linear-gradient(#feae30, #f19400);
    color: white;
    font-size: 26px;
    padding: 16px 26px;
    font-weight: bold;
    margin-top: 50px;
    text-decoration: unset;
}

/*page single product END*/

/*popup-password_recovery START*/
.popup-password_recovery,
.popup-password_recovery form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.popup-password_recovery .form_title {
    text-align: center;
}

.popup-password_recovery form.hide {
    display: none;
}

.popup-password_recovery form p {
    margin: 40px 0 16px 0;
    color: #1e549b;
    font-weight: 600;
    font-size: 30px;
}

.popup-password_recovery form p:not(:first-child) {
    margin: 0;
}
/*popup-password_recovery END*/

.rtl .navbar .nav li .sub-menu {
   /* width: 100%;*/
}

.single_product__add_to_cart {
    /*font-size: 1.8vw !important;*/
	font-size: 1.4vw !important;
}

.single-product .related-products h5 {
    font-size: 2.34375vw;
    width: 100%;
}

.flight-history {
	background: white;
	max-width: 898px;
	margin: 0px auto 0 auto;
}
.flight-history-title {
	padding: 0 28px;
	overflow: hidden;
}
.flight-history-title .history-title-container{
	font-weight: 600;
	font-size: 18px;
	letter-spacing: -0.2px;
	color: #1c549d;
	line-height: 50px;
	float: right;
	cursor: pointer;
}
.flight-history-title .history-decor{
	width: 20px;
	height: 20px;
	display: block;
	background-color: #f4972d;
	float: right;
	margin-top: 15px;
	margin-right: 5px;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
	
}
.flight-history-title .history-decor::after{
	top: 8px;
	left: 4px;
}
.flight-history-title .history-decor::before{
	top: 8px;
	left: 4px;
	transform: rotate(90deg);
	transition: all 0.2s ease-out;
}
.flight-history-title .history-decor::after,
.flight-history-title .history-decor::before{
	content: "";
	display: block;
	width: 12px;
	height: 2px;
	background-color: #fff;
	position: absolute;
}
.flight-history-title.opened .history-decor::before{
	transform: rotate(0deg);
}

.flight-history-list-container {
	font-size: 18px;
	letter-spacing: -0.2px;
	color: #1c549d;
	display: none;
}
.flight-history-list-container.opened {
	display: block;
}
.flight-history-list-container {
}

.flight-history-titles {
	display: table;
	width: 100%;
	background-color: #eaf2fd;
}
.history-title {
	display: table-cell;
	width: 25%;
	text-align: center;
	line-height: 60px;
}
.flight-history-items {
	display: table;
	width: 100%;
}
.flight-history-items:nth-child(odd) {
	background-color: #eaf2fd;
}
.history-item {
	display: table-cell;
	width: 25%;
	text-align: center;
	line-height: 43px;
}


/*MAX WIDTH 1440 START*/
@media (max-width: 1440px) {
    
    .wl_my_account__card_title h2 {
        left: 0;
    }
}
/*MAX WIDTH 1440 END*/


/*MAX WIDTH 992 START*/
@media (max-width: 992px) {
    
    .wl_my_account__card_title h2 {
        font-size: 50px;
    }

    .wl_my_account__card__field_text_in_round {
        left: 10px;
        margin-right: 0px;
    }

    .single_product__add_to_cart {
        font-size: 2.2vw !important;
        width: 8vw !important;
        height: 8vw !important;
    }
}
/*MAX WIDTH 992 END*/


/*MAX WIDTH 768 START*/
@media (max-width: 768px) {
    
    .wl_my_account__card_title {
        flex-direction: column-reverse;
        align-items: center;
    }

    .wl_my_account__card {
        flex-direction: column;
    }

    .wl_my_account__card__right_part {
        max-width: 470px;
        padding-right: 28px;
        padding-bottom: 28px;
    }

    .wl_my_account__card__fields {
        flex-wrap: wrap;
        padding-left: 10px;
    }

    .wl_my_account__card__fields > * {
        margin: 2px;
    }

    .wl_my_account__title {
        font-size: 40px;
    }

    .wl_my_account__title:before {
        width: 140px;
    }

    .wl_my_account__card_title h2 {
        font-size: 32px;
    }

    .wl_my_account__card_title img {
        width: 100%;
        padding-right: 0px;
    }

    /*.wl_popup_wrap_border {
        padding: 0;
        background: unset;
    }*/

    .wl_popup_wrap_border {
        width: 95vw;
    }

    .wl_popup_wrap_border.single_product p {
        font-size: 20px;
    }

    .wl_popup_wrap_border.single_product a {
        font-size: 18px;
    }
}
/*MAX WIDTH 768 END*/


/*MAX WIDTH 640 START*/
@media (max-width: 640px) {
    .single_product__add_to_cart {
        font-size: 5.625vw !important;
        line-height: 11.7vw !important;
        height: 22.7vw !important;
        width: 22.7vw !important;
    }

    .single-product .related-products h5,
    .single-product-description h4 {
        font-size: 6.75675676vw;
    }

    body,
    .single-data .product-main-data .product-short-description,
    .single-data .product-main-data .product-first-date,
    .single-data .product-main-data .product-second-date,
    .single-data .product-main-data .product-amount-of-coupons,
    .related-products-container .related-product-item .product-title h5 {
        font-size: 4vw;
    }

    .related-products-container .related-product-item .product-title h2 {
        font-size: 5vw;
    }

    .single-data .product-main-data .product-button {
        bottom: 3vw;
    }

    .club-benefits-block h2 {
        width: 75vw;
    }
	
	.flight-history-list-container {
		font-size: 14px;
	}
}
/*MAX WIDTH 640 END*/