.signup--header {
	display: flex;
	justify-content: space-between;
}

.signup--header label a {
	font-size: 13px;
	font-weight: 600;
	text-decoration: underline;
}

.login--forgotPassword {
	font-size: 13px;
	font-weight: 600;
	text-decoration: underline;
	color: #484848;
}


.btn_fill {
	color: #fff;
	font-size: 21px;
	font-weight: 500;
	line-height: 21px;
	border-radius: 4px;
	text-align: center;
	background: #2F85FE;
	border: 2px solid #2F85FE;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.btn_outline {
	color: #606d7a;
	font-size: 21px;
	font-weight: 500;
	line-height: 21px;
	border-radius: 4px;
	background: #fff;
	text-align: center;
	padding: 12px 16px;
	border: 2px solid #606d7a
}

.btn_fill.blue {
	background: #2F85FE;
	border-radius: 4px !important;
	padding: 12px 16px !important;
	border: none;
}

.btn_fill.blue:focus,
.btn_fill.blue:hover {
	color: #2F85FE;
	background: #fff
}

@media screen and (max-width : 767px) {
	.home--screen--slider .owl-stage-outer {
		padding: 0 15px;
	}
}

/* Product details pages for Buy now btn fixed for smaller screen */
@media screen and (max-width : 430px) {
	#btn-section a.subscribe_btn {
		min-width: 100px;
	}
}

/* forgot password screen issue SSD-784 */
@media screen and (max-width:992px) {
	#forgot-password-section {
		padding: 44px 0 50px 0;
	}
}

@media screen and (min-width: 1200px) {
	#forgot-password-section {
		padding: 44px 100px 50px 0;
	}

	html[lang=ar] #forgot-password-section {
		padding: 44px 0 50px 100px;
	}
}








/* Model CSS for new Screens and old POP-UPs */





#cheers-old-popUp .modal-header-top,
.modal-header-top {
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99;
	pointer-events: auto;
}

#cheers-old-popUp .modal-header-top button.close,
.modal-header-top button.close {
	font-size: 24px;
	font-weight: 300;
	height: 50px;
	width: 50px;
	margin: 0;
}

/* .is_epc_cheer{
    width: 100%;
} */
.old-upsellmodel.upsellmodal .modal-dialog,
.genericModalConsent.old-genericModalConsent .modal-dialog {
	max-width: 630px;
}

.old-upsellmodel.upsellmodal .modal-content,
.genericModalConsent.old-genericModalConsent .modal-content {
	border-radius: 8px;
}

.genericModalConsent.old-genericModalConsent .modal-body {
	padding: 40px 85px 30px 85px;
}

.old-upsellmodel.upsellmodal .checkList .selected .nice_check,
.membership-type .checkList .selected .nice_check,
.old-upsellmodel.upsellmodal .optList li.checked .niceradio,
.genericModalConsent.old-genericModalConsent .checkList .selected .nice_check,
.genericModalConsent.old-genericModalConsent .optList li.checked .niceradio,
.membership-type .optList li.checked .niceradio {
	background: #2F85FE;
	border-color: #2F85FE;
}

.old-upsellmodel.upsellmodal .checkList .nice_check,
.old-upsellmodel.upsellmodal .optList .niceradio,
.genericModalConsent.old-genericModalConsent .checkList .nice_check,
.genericModalConsent.old-genericModalConsent .optList .niceradio,
.membership-type .checkList .nice_check {
	border: solid 0.8px #dbdbdb;
	background-color: #f5f5f5;
}

.old-upsellmodel.upsellmodal .checkList .nice_check,
.old-upsellmodel.upsellmodal .optList .niceradio,
.genericModalConsent.old-genericModalConsent .checkList .nice_check,
.genericModalConsent.old-genericModalConsent .optList .niceradio,
.membership-type .checkList .nice_check {
	top: 3px;
}

.old-upsellmodel.upsellmodal .checkList li,
.old-upsellmodel.upsellmodal .optList li,
.genericModalConsent.old-genericModalConsent .checkList li,
.genericModalConsent.old-genericModalConsent .optList li,
.membership-type .optList li {
	padding-left: 45px;
	font-size: 16px;
	line-height: 21px;
	color: #5d6d7b
}

.old-upsellmodel.upsellmodal .checkList li.error .nice_check,
.old-upsellmodel.upsellmodal .optList li.error .niceradio,
.genericModalConsent.old-genericModalConsent .checkList li.error .nice_check,
.membership-type .checkList li.error .nice_check,
.genericModalConsent.old-genericModalConsent .optList li.error .niceradio {
	border-color: #d10800 !important;
}

.old-upsellmodel.upsellmodal .checkList .nice_check::before,
.old-upsellmodel.upsellmodal .optList .niceradio::before,
.genericModalConsent.old-genericModalConsent .checkList .nice_check::before,
.membership-type .checkList .nice_check::before,
.genericModalConsent.old-genericModalConsent .optList .niceradio::before {
	top: 6px;
	left: 4px;
	width: 14px;
	height: 12px;
	background: url('../images19/checked.svg') no-repeat;
	background-size: 14px;
}

.old-upsellmodel.upsellmodal h3,
.genericModalConsent.old-genericModalConsent h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.31;
	color: #282828;
	margin-bottom: 16px;
}

.old-upsellmodel.upsellmodal p,
.genericModalConsent.old-genericModalConsent p {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.31;
	color: #5d6d7b;
	margin-bottom: 24px;
}

.old-upsellmodel.upsellmodal .checkList,
.genericModalConsent.old-genericModalConsent .checkList,
.membership-type .checkList {
	margin-bottom: 27px;
}

.old-upsellmodel.upsellmodal .btn,
.genericModalConsent.old-genericModalConsent .btn {
	width: 280px;
	margin: 0 auto;
	color: #fff;
	position: static;
	transform: none;
}

.old-genericModalConsent.separateProduct .btn {
	width: 215px;
	float: left;
	margin-right: 10px;
}

.not-logged-in-modal.genericModalConsent .modal-body {
	padding-top: 80px;
	padding-bottom: 80px;
}

.not-logged-in-modal.genericModalConsent h3 {
	margin-bottom: 30px;
}

.not-logged-in-modal.genericModalConsent .btn {
	min-width: auto;
	width: auto;
}

/* Product Upsell End's Here */
/*** Subscription Modal Terms ***/
.old-subscription_terms_modal.subscription_terms_modal .modal-body {
	/* padding: 35px 80px; */

	/* Pop Up Css was distrub in the mobile view */
}

.old-subscription_terms_modal.subscription_terms_modal .modal-body h3 {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: 21px;
	margin: 0 0 20px;
}

.old-subscription_terms_modal.subscription_terms_modal .checkList {
	margin: 0 0 30px;
}

.old-subscription_terms_modal.subscription_terms_modal .checkList li {
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
	color: #626c7a;
}

.old-button-default.button-default {
	opacity: 1;
	width: 280px;
	height: 46px;
	padding: 0 25px;
	font-size: 18px;
	line-height: 46px;
	font-weight: 700;
	background: #2F85FE;
	color: #fff !important;
	border: 1px solid #2F85FE;
	border-radius: 4px;
	text-transform: uppercase;
}

/*** End Subscription Modal Terms ***/

.couponSuccess .alert p {
	margin: 0
}

.error .icon {
	display: inline-block
}

.error .icon img {
	height: 20px
}

.error .icon-text {
	vertical-align: sub
}

.error {
	color: #ed0d1b
}

#addons_toggle_dv p {
	margin-bottom: 10px
}

#addons_toggle_dv h3 {
	font-weight: 900;
	margin: 0 0 30px
}

.product_info .modal-dialog {
	max-width: 100%;
	background: rgba(0, 0, 0, .71);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: end;
	min-height: 100%;
	margin: 0
}

.modal-open .product_info .modal-dialog {
	position: relative;
	z-index: 9999
}

.generic_popup .modal-body {
	padding: 0
}

.generic_popup .modal-dialog {
	max-width: 610px
}

.generic_popup.adv_club .modal-dialog {
	padding: 0 30px;
}

.generic_popup.adv_club .modal-content {
	border-radius: 7px;
}

.generic_popup.adv_club .modal-content h2 {
	margin: 0 0 15px;
}

.generic_popup .modal-content {
	padding: 50px 20px;
	border-radius: 0
}

.generic_popup .modal-header,
.modal-footer {
	padding: 0;
	border: none
}

.generic_popup h4 {
	font-size: 38px;
	font-weight: 700;
	margin-bottom: 15px
}

.generic_popup p {
	font-size: 21px;
	font-weight: 500;
	color: #606d7a;
	margin-bottom: 75px
}

.generic_popup a {
	font-size: 21px;
	font-weight: 700;
	line-height: 1.52;
	text-align: center;
	color: #fff;
	padding: 13px 86px;
	background: #5ee8b3;
	border: 2px solid #5ee8b3;
	border-radius: 0;
	margin: 0 auto;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.generic_popup a:active,
.generic_popup a:focus,
.generic_popup a:hover {
	/* border: 2px solid #5ee8b3; */
	/* color: #5ee8b3; */
	background: 0 0
}

.generic_popup button.close {
	position: absolute;
	top: 15px;
	right: 15px;
	opacity: 1
}

.generic_popup button.close img {
	margin-bottom: 6px
}

.modal {
	z-index: 9999999
}

.subscribe_btn,
.subscribe_btn_outline,
.swal2-styled.swal2-confirm {
	padding: 12px 16px;
	border-radius: 4px;
	font-size: 18px;
	font-weight: bold;
	min-width: 220px;
	line-height: 1.44;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.badge_transparent {
	border-radius: 11px;
	background-color: #e02020;
	font-size: 12px;
	line-height: 14px;
	padding: 4px 12px;
	font-weight: 500;
	color: #ffffff !important;
	display: block;
	margin-bottom: 8px;
}

.percentage_off {
	color: #e02020;
	font-weight: 500;
}

.subscribe_btn {
	background-color: #2F85FE;
	border-color: #2F85FE;
	color: #fff;
}

.swal2-styled.swal2-confirm,
.epc-payment-success-modal .subscribe_btn {
	border-radius: 4px !important;
	background-color: #2F85FE !important;
	border-color: #2F85FE !important;

}

.epc-payment-success-modal .subscribe_btn:hover {
	/* color: #fff !important; */
}


.subscribe_btn:not(:disabled):not(.disabled).active,
.subscribe_btn:not(:disabled):not(.disabled):active,
.show>.subscribe_btn.dropdown-toggle {
	background-color: #2F85FE;
	border-color: #2F85FE;
	box-shadow: none;
}

.subscribe_btn.focus,
.subscribe_btn:focus {
	color: #fff;
	background-color: #2F85FE;
	border-color: #2F85FE;
}

.subscribe_btn:hover {
	opacity: 0.8;
	/* color: #fff; */
}

.subscribe_btn_outline {
	background-color: transparent;
	border: 1px solid #2F85FE;
	color: #2F85FE !important;
}

.subscribe_btn_outline:hover,
.subscribe_btn_outline:active,
.subscribe_btn_outline:focus {
	background-color: #2F85FE;
	/* color: #fff !important; */
}

.home_products .product_box .product_details .btn_bottom a,
.inline-link {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.07;
	color: #2F85FE;
	text-decoration: none;
}

/********* ztest start ********/

.zcheers_popup {
	padding: 35px 35px 35px 35px !important;
}

.zcheers_popup .cheersCntBtn {
	display: block;
	width: auto;
}

.zcheers_popup a {
	width: 100% !important;
}

/* Model CSS for new Screens and old POP-UPs */


/* Cart Promo Btn color fixed */
#btn-purchase.btn_holder {
	display: flex;
	justify-content: center;
	margin-left: -15px;
}


@media screen and (max-width : 767px) {

	.moblink,
	.search {
		display: none !important;
	}

	.moblink,
	.merchant-wrapper.searchbox {
		display: none;
	}

	.logo {
		/* margin-top : 12px; */
	}
}

.navbar.fixed-top {
	height: 77px;
}

.sticky-product-details {
	z-index: 99 !important;
}

@media only screen and (max-width: 767px) {
	#mob-tab.tab-content.merchant-wrapper {
		padding-left: 10px !important;
	}
}

[v-cloak] {
	display: none;
}

html[lang=ar] .merchant-search-body:lang(ar) #wrapper {
	direction: ltr !important;
}

html[lang=ar] .merchant-search-body:lang(ar) {
	text-align: left;
}


html[lang=ar] .billed_annually_mobile_detail,
html[lang=ar] #old-postpay-widget {
	text-align: right;
}

html[lang=ar] #old-search-results-wrap {
	left: 30px !important;
}

/*********  web app view location popup direction issue *******************/
html[lang=ar] .location_popup_web_view {
	direction: rtl !important;
}

html[lang=ar] .mobile_webAppView {
	direction: rtl !important;
}


html[lang=ar] .old-upsellmodel.upsellmodal .checkList li {
	padding-right: 45px;
	font-size: 16px;
	line-height: 21px;
	color: #5d6d7b;
}

html[lang=ar] .old-upsellmodel.upsellmodal .checkList li .nice_check {
	right: 0 !important;
}

html[lang=ar] .niceradio {
	right: 0;

}

/*** ztest start ***/
/*** for outlets details pg ***/
@media screen and (max-width: 767px) {
	#entProductSection .subscribe_btn {
		min-width: auto;
	}
}

/*** for outlets details pg end ***/
/*** for iphone 14 notch ***/
@media screen and (max-width: 767px) {
	.iphone-14 #wrapper.header_mobile {
		padding: 123px 0 58px;
	}

	.iphone-14 #cart_header {
		/*background: aquamarine  !important;*/
	}

	.checkout-page #cart_header .holder, .product-detail-page #cart_header .holder {
		margin-top: 0px !important;
	}

	.iphone-14 #wrapper.header_mobile .product_detail {
		padding-top: 0 !important;
		padding-bottom: 240px;
	}

	.iphone-14 #wrapper.header_mobile .filter-search .merchant-wrapper {
		margin-top: 50px !important;
	}

	/*** for iphone 14 notch cat 2 pages only ***/
	.iphone-14.ios_checkout #cart_header .holder {
		margin-top: 0px !important;
	}

	.iphone-14.ios_checkout #wrapper.header_mobile {
		padding: 74px 0 58px !important;
	}

	/*** for iphone 14 notch cat 2 pages only ***/
	/*** mobile cart page wab and app ***/
	#wrapper .cart_page_outer {
		margin-top: 20px !important;
	}

	#wrapper .shop_proc_btns_outer .btn_fill.blue {
		background-color: #007bff;
		border-color: #007bff;
	}

	/*** mobile cart page wab and app ***/
}

/*** for iphone 14 notch end ***/
/*** for product details start ***/
.product_detail .TravelDate_wrap {
	margin-top: 24px;
	margin-bottom: 80px;
	margin-top: 6px;
	margin-bottom: 0;
}

.product_detail .TravelDate_wrap h5 {
	font-weight: 600;
	font-size: 13px;
	color: #484848;
}

.product_detail .TravelDate_wrap input {
	position: relative;
	width: 220px;
	height: 20px;
	padding: 17px 30px;
	background: transparent;
	border: 1px solid #E3E3E3;
	border-radius: 4px;
	font-weight: 400;
	font-size: 13px;
	color: #A3A2A2;
	z-index: 2;
}

.TravelDate_wrap_new .subscribe_btn {
	width: 100%;
}

.product_detail .TravelDate_wrap ::placeholder,
.product_detail .TravelDate_wrap input::placeholder {
	color: #A3A2A2;
	/* opacity: 1; */
}

.product_detail .TravelDate_wrap :-ms-input-placeholder,
.product_detail .TravelDate_wrap input:-ms-input-placeholder {
	color: #A3A2A2;
}

.product_detail .TravelDate_wrap ::-ms-input-placeholder,
.product_detail .TravelDate_wrap input::-ms-input-placeholder {
	color: #A3A2A2;
}

html[lang=ar] .product_detail .TravelDate_wrap svg.calendar-icon {
	z-index: 1;
}

/* html[lang=ar] .product_detail .TravelDate_wrap svg.calendar-icon {
		right: auto;
		left: 5px;
		} */
#btn-section .TravelDate_wrap {
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 5px;
}

/* #btn-section .TravelDate_wrap input {
			width: 132px;
			height: auto;
			padding: 5px;
			} */

.merchant-wrapper .inner-details .product-offer-type {
	height: auto !important;
}

.merchant-wrapper .inner-details .product-offer-type span {
	height: auto;
}

@media only screen and (max-width: 420px) {

	html[lang=ar] .product_detail .offer_btm_bnr_sec h2,
	html[lang=ar] .sticky-product-details .offer_btm_bnr_sec .price-right {
		text-align: right !important;
	}

	html[lang=ar] .price-wrap .price-right .align-items-center {
		align-items: start !important;
	}
}

@media screen and (max-width: 767px) {
	.sticky-product-details .offer_btm_bnr_sec .price-wrap {
		max-width: 56%;
		padding-right: 10px;
	}

	html[lang=ar] .sticky-product-details .offer_btm_bnr_sec .price-wrap {
		padding-left: 10px;
		padding-right: 0;
	}

	.dubai_insurance_class .inner-wrap {
		padding: 0;
	}

	.sticky-product-details .dubai_insurance_class .text-right,
	.sticky-product-details .dubai_insurance_class .price-wrap {
		text-align: left !important;
	}

	html[lang=ar] .sticky-product-details .dubai_insurance_class .text-right,
	html[lang=ar] .sticky-product-details .dubai_insurance_class .price-wrap {
		text-align: right !important;
	}

	.sticky-product-details .dubai_insurance_class .align-items-center {
		align-items: start !important;
	}

	.sticky-product-details .dubai_insurance_class hr {
		margin: 8px 0;
	}

	.sticky-product-details .dubai_insurance_class .vat_info {
		margin: 0 !important;
	}

	.sticky-product-details .dubai_insurance_class .offer_btm_bnr_sec .subscribe_btn {
		min-width: 100% !important;
		margin: 0 0 7px 0 !important;
	}
}

.travel_disclaimer {
	margin-top: 0;
	color: #737373;
	font-size: 13px;
	font-weight: 300;
	/* text-align: left; */
}

@media screen and (max-width: 767px) {
	.travel_disclaimer {
		font-size: 11px;
	}
}

.iicon {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 4px;
	padding: 0;
	font-size: 10px;
	line-height: 13px;
	text-align: center;
	border: 1px solid;
	background-color: transparent;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.product_detail .subscribedProductsBtn,
.product_detail .subscribedProductsBtn:hover .product_detail .subscribedProductsBtn:active,
.product_detail .subscribedProductsBtn:visited,
.product_detail .subscribedProductsBtn:focus,
.product_detail .subscribedProductsBtn:target {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #F1F1F1 !important;
	border: #F1F1F1 !important;
	color: #8F8F8F !important;
	font-size: 15px;
	font-weight: 300;
}

.product_detail .subscribedProductsBtn::before {
	content: " ";
	display: inline-block;
	position: relative;
	width: 8px;
	height: 8px;
	margin: 0 7px 0 7px;
	background-color: #4EA11E;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

html[lang="ar"] .product_detail .subscribedProductsBtn::before {
	margin: 0 7px 2px 7px;
}

.product_detail .subscribedProductsBtn .iicon {
	margin-top: 5px;
	width: 12px;
	height: 12px;
	line-height: 12px;
	color: #8F8F8F;
	border-color: #8F8F8F;

}

html[lang="ar"] .product_detail .Buynow .iicon {
	margin-top: 2px;

}

html[lang="ru"] .product_detail .Buynow .iicon {
	margin-top: 3px;

}

.active_poup_modal h3 {
	font-size: 20px;
	font-weight: 600;
}

.active_poup_modal .modal-dialog {
	max-width: 355px;
	margin-left: auto;
	margin-right: auto;
}

.active_poup_modal .active_poup_modal_content {
	padding: 18px 0 24px 0;
	font-size: 15px;
	font-weight: 400;
}

.active_poup_modal .btn {
	color: #fff !important;
	display: block;
}

.active_poup_modal.vip_key_modal .modal-dialog {
	max-width: 500px;
	top:30%;
}
.active_poup_modal.vip_key_modalfade:not(.show)
{
	opacity: 1 !important;
}
/*** for product details end ***/

/*** for product details dubai_insurance_only start ***/
.dubai_insurance_only .offer_list li {
	display: none !important;
}
.dubai_insurance_only .offer_list.di_view_all li,
.dubai_insurance_only .offer_list li:first-child,
.dubai_insurance_only .offer_list li:nth-child(2) {
	display: inline-flex !important;
}

.di_offerlist_more {
	display: none;
	font-size: 15px;
    font-weight: 500;
    color: #0092cf;
	text-decoration: underline;
	cursor: pointer;
}

@media screen and (max-width: 767px) {
	.dubai_insurance_only .di_view_all .di_offerlist_more {
		display: none;
	}
	.dubai_insurance_only .di_offerlist_more {
		display: inline-block;
	}

}

/*** for product details end ***/

/*** ztest end ***/