/****************************** awesome.css start ******************************/

@import url(header-en.css?v5.3);
@import url(cart2020.css?v5.3);
@font-face {
    font-family: museo_sans;
    src: url(../fonts/museosans_100-webfont.eot) format('embedded-opentype');
    src: url(../fonts/museosans_100-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/museosans_100-webfont.woff2) format('woff2'), url(../fonts/museosans_100-webfont.woff) format('woff'), url(../fonts/museosans_100-webfont.ttf) format('truetype'), url(../fonts/museosans_100-webfont.svg#museo_sans100) format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: museo_sans;
    src: url(../fonts/museosans_300-webfont.eot);
    src: url(../fonts/museosans_300-webfont.eot?#iefix) format('embedded-opentype'), /* url(../fonts/museosans_300-webfont.woff2) format('woff2'),*/
    url(../fonts/museosans_300-webfont.woff) format('woff'), url(../fonts/museosans_300-webfont.ttf) format('truetype'), url(../fonts/museosans_300-webfont.svg#museo_sans300) format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: museo_sans;
    src: url(../fonts/museosans_500-webfont.eot);
    src: url(../fonts/museosans_500-webfont.eot?#iefix) format('embedded-opentype'), /*url(../fonts/museosans_500-webfont.woff2) format('woff2'),*/
    url(../fonts/museosans_500-webfont.woff) format('woff'), url(../fonts/museosans_500-webfont.ttf) format('truetype'), url(../fonts/museosans_500-webfont.svg#museo_sans500) format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: museo_sans;
    src: url(../fonts/museosans_700-webfont.eot);
    src: url(../fonts/museosans_700-webfont.eot?#iefix) format('embedded-opentype'), /*url(../fonts/museosans_700-webfont.woff2) format('woff2'),*/
    url(../fonts/museosans_700-webfont.woff) format('woff'), url(../fonts/museosans_700-webfont.ttf) format('truetype'), url(../fonts/museosans_700-webfont.svg#museo_sans700) format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: museo_sans;
    src: url(../fonts/museoSans_900-webfont.eot);
    src: url(../fonts/museoSans_900-webfont.eot?#iefix) format('embedded-opentype'), /*url(../fonts/museosans_900-webfont.woff2) format('woff2'),*/
    url(../fonts/museoSans_900-webfont.woff) format('woff'), url(../fonts/museoSans_900-webfont.ttf) format('truetype'), url(../fonts/museoSans_900-webfont.svg#museo_sans900) format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: fontello;
    src: url(../fonts/fontello.eot?42059801);
    src: url(../fonts/fontello.eot?42059801#iefix) format('embedded-opentype'), url(../fonts/fontello.woff?42059801) format('woff'), url(../fonts/fontello.ttf?42059801) format('truetype'), url(../fonts/fontello.svg?42059801#fontello) format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

body,
html {
    box-sizing: border-box
}

body,
body * {
    tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
    -o-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

body {
    color: #606d7a;
    background: #fff;
    min-width: 320px;
    font-weight: 300;
    font-size: 16px;
    font-family: museo_sans, Arial, sans-serif
}


/* body.menu_open {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
} */

iframe {
    border: none
}

a {
    outline: 0;
    cursor: pointer
}

.btn:focus,
.btn:hover,
button:focus,
a:focus,
a:hover {
    color: inherit;
    outline: 0;
    text-decoration: none;
    box-shadow: none
}

:focus {
    outline: none;
}

.btnGrn {
    background: #5ee8b3!important;
    border: none!important
}

.btn_fill {
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    line-height: 21px;
    border-radius: 0;
    text-align: center;
    /* background: #606d7a; */
    border: 2px solid #606d7a;
    -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_fill:focus,
.btn_fill:hover {
    color: #fff;
    background: #434f5b;
    border-color: #434f5b
}

.btn_fill.green {
    background: #5ee8b3;
    border-color: #5ee8b3
}

.btn_fill.green:focus,
.btn_fill.green:hover {
    color: #fff;
    background: #39d79a;
    border-color: #39d79a;
    opacity: 1!important
}

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

.btn_outline:focus,
.btn_outline:hover {
    color: #fff;
    background: #606d7a
}

.btn_fill.green2 {
    background: #08d4ad;
    border: 2px solid #08d4ad
}

.btn_fill.green2:focus,
.btn_fill.green2:hover {
    color: #08d4ad;
    background: #fff
}

.btn_fill.brown {
    background: #b1985c;
    border: 2px solid #b1985c
}

.btn_fill.brown:focus,
.btn_fill.brown:hover {
    color: #b1985c;
    background: #fff
}

.btn_fill.blue {
    background: #4fc9fd;
    border: 2px solid #4fc9fd
}

.btn_fill.blue:focus,
.btn_fill.blue:hover {
    color: #4fc9fd;
    background: #fff
}

form {
    margin: 0
}

h1 {
    color: #606d7a;
    font-size: 28px;
    line-height: 30px;
    margin: 0 0 16px;
    font-weight: 700
}

h2 {
    font-size: 24px;
    color: #5d6d7b;
    font-weight: 700;
    margin: 0 0 20px
}

h3 {
    font-size: 21px;
    color: #606d7a;
    font-weight: 700;
    margin: 0 0 20px
}

.title-1 {
    color: #606d7a;
    font-size: 28px;
    line-height: 30px;
}

[class*=" icon-"]:before,
[class^=icon-]:before {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@-webkit-viewport {
    width: device-width
}

@-moz-viewport {
    width: device-width
}

@-ms-viewport {
    width: device-width
}

@-o-viewport {
    width: device-width
}

@viewport {
    width: device-width
}

.site-error .btn {
    border-radius: 0
}

.site-error .btn:active,
.site-error .btn:focus,
.site-error .btn:hover {
    color: #fff;
    background: #39d79a
}

.form-control::-webkit-input-placeholder {
    color: #dde1e3
}

.form-control:-moz-placeholder {
    color: #dde1e3
}

.form-control::-moz-placeholder {
    color: #dde1e3;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #dde1e3
}

.form-control:focus {
    border-color: #b8bec4
}

.page_load.productLoader {
    display: block!important
}

.disabled {
    pointer-events: none
}

.btn[disabled=disabled] {
    opacity: 1
}

.bg_grey {
    background-color: #fbfbfb!important
}

.bg_blue {
    background: rgba(127, 180, 221, 1)!important
}

.bg_cheers {
    background: #1e1f20!important
}

.bg_body {
    background: #799cd6!important
}

.bg_abu_dhabi_body {
    background: #799cd6!important
}

.bg_dubai_body {
    background: #1ad2c8!important
}

.bg_dubai_fitness {
    background: #ff8b51!important
}

.bg_abu_dhabi {
    background: #20cd9e!important
}

.bg_abu_dhabi_bundle {
    background: #078f70!important
}

.bg_fine_dining {
    background: #d8ae64!important
}

.bg_dubai_bundle {
    background: #215eae!important
}

.bg_dubai {
    background: #4882cf!important
}

.bg_cape_town {
    background: #015596!important
}

.bg_durban {
    background: #000!important
}

.bg_JP {
    background: #e5292b!important
}

.bg_more_africa {
    background: #07b258!important
}

.bg_bahrain {
    background: #f15a22!important
}

.bg_riyadh_bahrain {
    background: #26357b!important
}

.bg_riyadh {
    background: #26357b!important
}

.bg_KSA_bundle {
    background: #078f70!important
}

.bg_jeddah {
    background: #a5065f!important
}

.bg_jeddah_bahrain {
    background: #a5065f!important
}

.bg_EP_bahrain {
    background: #b463af!important
}

.bg_EP {
    background: #b463af!important
}

.bg_kuwait {
    background: #20cd9e!important
}

.bg_oman {
    background: #1ebeca!important
}

.bg_qatar {
    background: #e5292b!important
}

.bg_athens {
    background: #86c44a!important
}

.bg_wales-town {
    background: #30b530!important
}

.bg_malta {
    background: #dc1d3c!important
}

.bg_scotland {
    background: #001495!important
}

.bg_england {
    background: #da1e3c!important
}

.bg_cyprus {
    background: #eb6235!important
}

.bg_singapore {
    background: #e52a2b!important
}

.bg_malaysia {
    background: #25347b!important
}

.bg_johor_bahru {
    background: #da1e3c!important
}

.bg_hong_kong {
    background: #681a63!important
}

.bg_bali {
    background: #92cb4f!important
}

.bg_south_africa_bundle {
    background: #00c2c2!important
}

.bg_black {
    background: #000!important
}

.bg_golden {
    background-color: #ffbc00!important
}

.bg_light_red {
    background-color: #f57f7f!important
}

.fs_21 {
    font-size: 21px
}

#wrapper {
    position: relative;
    overflow: auto
}

#wrapper.static-pages {
    padding-top: 0
}


/* Home Hero Start Here */

.carousel {
    background-color: #63BAC9 !important;
    position: relative;
    overflow: hidden;
    max-height: 595px;
}

.carousel .carousel-inner,
.carousel-item {
    max-height: 595px;
}

.home_mbBanner {
    display: block
}

.carousel .holder {
    padding: 111px 0 89px;
    max-width: 755px;
    margin: 0 auto
}

.carousel .holder:after {
    content: '';
    clear: both;
    display: block
}

.carousel .imgColumn {
    float: left;
    width: 345px;
    margin: 0 0 0 -39px
}

.carousel .textHolder {
    float: right;
    width: 410px;
    text-align: center;
    padding: 0 0 0 11px
}

.carousel .vidContent {
    color: #fff;
    width: 410px;
    font-size: 32px;
    font-weight: 700;
}

.carousel .vidContent p {
    margin: 0 0 30px;
    line-height: 30px;
    letter-spacing: -1px;
}

.carousel .mainVid_title {
    color: #fff;
    font-size: 64px;
    font-weight: 900;
    line-height: 60px;
    margin: 0 0 10px;
    letter-spacing: -2px;
    text-align: left;
    display: block;
}

html[lang=el] .carousel .mainVid_title {
    width: 480px;
    font-size: 38px;
    line-height: 40px;
    letter-spacing: normal
}

.carousel .btn {
    border: 0;
    color: #0b1756;
    font-size: 31px;
    font-weight: 900;
    line-height: 27px;
    background: #3bf9b1;
    border-radius: 24px;
    padding: 13px 20px;
    -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;
}

.carousel .btn:focus,
.carousel .btn:hover {
    color: #0b1756 !important;
    background: #3bf9b1;
}

.carousel .btn.btn-primary:active {
    color: #fff !important;
    background: #0b1756;
}

.carousel .btm_info {
    overflow: hidden;
    padding: 26px 0 0;
}

.carousel .btm_info a {
    display: inline-block;
    vertical-align: top;
    width: 105px;
}

.app-store-links {
    padding: 20px 0 0 33px;
}

.app-store-links img {
    max-width: 90px;
    display: block;
}

.app-store-links a:first-child {
    margin: 0;
}

.app-store-links a {
    margin-left: 6px;
}

.sticky_btn {
    position: absolute;
    margin: 0 auto;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    -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
}

.showBtn .sticky_btn {
    opacity: 1;
    pointer-events: inherit
}

.sticky_btn .holder {
    max-width: 1276px;
    margin: 0 auto
}

#btn_fixed {
    display: none;
}

.carousel-inner .video-holder {
    width: 100%;
    height: auto;
    position: relative;
}

.carousel-inner .video-holder video {
    height: auto;
}

.carousel-inner .video-textHolder {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    position: absolute;
}


/* Home Hero Ends Here */


/* SMS Starts Here */

#smsContainer {
    background: #39d79a;
    padding: 29px 0
}

#smsContainer:after {
    content: '';
    clear: both;
    display: block
}

#smsContainer h2 {
    font-size: 28px;
    font-weight: 700;
    margin: 0
}

#smsContainer .colHead p {
    font-size: 20px;
    font-weight: 300;
    margin: 0
}

#smsContainer .colCode {
    padding: 0
}

#smsContainer .colCode .icon {
    float: left;
    width: 32px;
    margin: -4px 10px 0 0
}

#smsContainer .colCode p {
    margin: 0
}

#smsContainer .intl-tel-input .selected-flag {
    padding: 5px 0;
    background: 0 0
}

#smsContainer .intl-tel-input .flag-container {
    padding: 0;
    height: 31px;
    position: static;
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px solid #fff
}

#smsContainer .intl-tel-input .selected-flag .iti-flag {
    position: static;
    margin: 4px 0 0;
    background-color: transparent!important
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    padding: 0 10px 0 0!important;
    font-weight: 500;
    color: #fff
}

#smsContainer .intl-tel-input {
    font-size: 14px
}

#smsContainer .intl-tel-input #phone::-webkit-input-placeholder {
    opacity: 1;
    color: #fff;
    border-bottom: 0;
    text-align: left;
    font-size: 20px
}

#smsContainer .intl-tel-input #phone::-moz-placeholder {
    opacity: 1;
    color: #fff;
    border-bottom: 0;
    text-align: left;
    font-size: 20px
}

#smsContainer .intl-tel-input #phone:-ms-input-placeholder {
    opacity: 1;
    color: #fff;
    border-bottom: 0;
    text-align: left;
    font-size: 20px
}

#smsContainer .intl-tel-input #phone:-moz-placeholder {
    opacity: 1;
    color: #fff;
    border-bottom: 0;
    text-align: left;
    font-size: 20px
}

#smsContainer #phone {
    width: 160px;
    height: 31px;
    padding: 0;
    font-weight: 300;
    font-size: 20px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    border-bottom: 1px solid #fff
}

#smsContainer .btn {
    width: 196px;
    color: #39d79a;
    font-size: 20px;
    font-weight: 700;
    background: #fff;
    padding: 10px 15px;
    border: 2px solid #39d79a
}

#smsContainer .btn:hover {
    color: #fff!important;
    background: #39d79a;
    border: 2px solid #fff
}


/* SMS End's Here */


/*** Home Products Start's Here ***/

.home_products {
    padding: 85px 0 50px;
}

.home_products h2.sec-title {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.21;
    color: #7c8996;
    margin-bottom: 50px;
}

.home_products .product_box {
    margin: 0 12.5px;
    border: solid 1px rgba(0, 0, 0, 0.06);
    position: relative;
}

.home_products .product_box .best_seller {
    border-radius: 0 16px 0 0;
    padding: 8px;
    background-color: #f7b500;
    width: 54px;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    text-align: center;
    text-transform: capitalize;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}

.billed_annually_mobile {
    text-align: center;
}

.home_products .product_box.epc-product .best_seller {
    font-size: 12px;
    line-height: 14px;
}

.home_products .product_box.already-member.epc-product .best_seller {
    width: 95px;
}

.product_box[product_location="Malta"] .best_seller {
    width: 85px;
}

.home_products .product_box .best_seller .icon {
    height: 16px;
    margin-bottom: 2px;
}

.home_products .product_box .best_seller .icon svg {
    width: 100%;
    height: 100%;
}

.home_products .product_box .product_img {
    height: 144px;
    margin: 0 auto 16px auto;
}

.home_products .product_box .product_img img {
    height: 100%;
    display: inline-block;
}

.home_products .product_box .top-content {
    padding: 24px 32px 50px 32px;
    border-top: solid 1px rgba(0, 0, 0, 0.06);
    border-bottom: solid 1px rgba(0, 0, 0, 0.06);
    background-color: #f9fbfb;
    border-radius: 16px 16px 0 0;
}

.home_products .product_box.already-member .top-content {
    min-height: 525px;
    padding-left: 0;
    padding-right: 0;
}

.home_products .product_box.already-member.epc-product .top-content {
    padding-left: 32px;
    padding-right: 32px;
}

.home_products .product_box.exclusive-added.atome-wrapper .desktop_product .top-content {
    padding-bottom: 50px;
}

.home_products .product_box.exclusive-added .top-content {
    min-height: 550px;
}

.home_products .product_box.exclusive-added.postpay-wrapper .top-content {
    min-height: 735px;
}

.home_products .product_box.exclusive-added.epc-product .top-content {
    min-height: 680px;
}

.home_products .product_box.epc-product.exclusive-added.postpay-wrapper .top-content {
    min-height: 740px;
}

.home_products .product_box.epc-product.exclusive-added.postpay-wrapper .top-content {
    min-height: 740px;
}

.home_products .product_box.exclusive-added[product_title="Oman 2021"] .top-content,
.home_products .product_box.exclusive-added[product_title="Jeddah 2021"] .top-content,
.home_products .product_box.exclusive-added[product_title="Riyadh 2021"] .top-content,
.home_products .product_box.exclusive-added[product_title="Eastern Province 2021"] .top-content,
.home_products .product_box.exclusive-added[product_title="Kuwait 2021"] .top-content,
.home_products .product_box.exclusive-added[product_title="Singapore 2021"] .top-content {
    min-height: 400px;
}

.home_products .product_box .bottom-content {
    padding: 24px 25px 24px 25px;
}

.membership-popup-text {
    font-size: 14px;
    color: #5d6d7b;
}

.membership-popup-text .btn {
    width: 12px;
    height: 12px;
    padding: 0;
    color: #0092cf;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 10px;
    font-size: 9px;
    margin: -4px 0 0 6px;
    border: 1px solid #0092cf;
}

.home_products .product_box .product_details {
    color: #5d6d7b;
}

.home_products .product_box .product_details .product_name {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.25;
    color: #5d6d7b;
    padding-bottom: 20px;
}

.home_products .product_box .product_details .product_price {
    order: 2;
    padding-top: 24px;
}

.home_products .product_box .product_details .short_desc {
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.36;
    color: #5d6d7b;
    position: absolute;
    top: 33%;
    width: 100%;
    left: 0;
}

.twlv_months_mbr_txt {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.36;
    color: #5d6d7b;
    position: absolute;
    top: 20%;
    width: 100%;
    left: 0;
}

.home_products .product_box.already-member .product_details .short_desc {
    top: 26%;
}

.home_products .product_box.exclusive-added .product_details .product_price {
    padding-top: 125px;
}

.home_products .product_box .exclusive-member {
    position: absolute;
    top: 260px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.home_products .product_box.exclusive-added .product_details .short_desc {
    top: 280px;
    padding: 0 15px;
}

.home_products .product_box.exclusive-added.epc-product .product_details .short_desc {
    top: 270px;
    padding: 0 15px;
    /* display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; */
}

.home_products .product_box .product_details .product_desc {
    opacity: 0.8;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.86;
    color: #606d7a;
    margin-bottom: 16px;
}

.home_products .product_box .product_details .product_features {
    margin: 0 auto;
    order: 4;
    min-height: 212px;
}

.home_products .product_box .product_details .product_features li {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.36;
    color: #606d7a;
    order: 4;
    padding-bottom: 16px;
    text-align: left;
}

.home_products .product_box .product_details .product_features li .text {
    padding-left: 23px;
}

.home_products .product_box .product_details .product_features li::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    background: url(../images19/ic-tick-green.png) no-repeat;
    background-size: contain;
    width: 17px;
    height: 12px;
}

.home_products .product_box .product_details .product_features li .icon {
    width: 23px;
    margin: 0 auto 4px auto;
}

.home_products .product_box .product_details .product_price .strike {
    color: #c51717;
}

.product_box .after_price .vat_info {
    font-size: 12px;
    font-weight: 500;
    color: #606d7a;
    display: inline-block;
    vertical-align: middle;
}

.strike {
    position: relative;
    white-space: nowrap;
    /* would center line-through in the middle of the wrapped lines */
}

.strike:after {
    border-top: 1px solid #c51717;
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    left: 0;
}

.before_price {
    color: #606d7a;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    position: relative;
}

.product_detail .before_price,
.product_detail .percentage_off {
    font-size: 14px;
}

.product_detail .membership-popup-text {
    padding: 15px 0 0;
}

.sticky-product-details .membership-popup-text {
    padding: 0 0 10px;
}

.home_products .product_box .product_details .product_price .after_price {
    font-size: 32px;
    font-weight: 900;
    line-height: 1.31;
    color: #0092cf;
    margin: 0;
}

.home_products .product_box .include-offers {
    margin: 15px 0 0;
    justify-content: center;
}

.home_products .product_box .include-title {
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    padding: 15px 0 0;
}

.home_products .product_box .include-offers li,
.prospect-user {
    border-radius: 11px;
    border: solid 1px #edf1f2;
    background-color: #ffffff;
    padding: 6px 16px;
    font-size: 14px;
    font-weight: 500;
    color: #616d7a;
    margin-bottom: 8px;
}

.home_products .postpay-product-widget-text {
    padding: 15px 15px 3px 15px;
}

.home_products .product_box .include-offers li {
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 10px;
    font-size: 14px;
    border-radius: 30px;
}

.home_products .product_box .include-offers li:last-child {
    margin-right: 0;
}

.prospect-user {
    max-width: 250px;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #606d7a;
    margin: 10px auto 0 auto;
    border-radius: 18px;
}

.home_products .product_box.epc-product .prospect-user {
    max-width: 100%;
}

.subscribe_btn,
.subscribe_btn_outline,
.swal2-styled.swal2-confirm {
    margin: 16px 0;
    padding: 10px 48px;
    border-radius: 24px;
    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: #0092cf;
    border-color: #0092cf;
    color: #fff;
}

.swal2-styled.swal2-confirm,
.epc-payment-success-modal .subscribe_btn {
    border-radius: 24px !important;
    background-color: #0092cf !important;
    border-color: #0092cf !important;
    padding-top: 6px;
    padding-bottom: 6px;
    opacity: 1;
}

.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: #0092cf;
    border-color: #0092cf;
    box-shadow: none;
}

.subscribe_btn.focus,
.subscribe_btn:focus {
    color: #fff !important;
    background-color: #0092cf;
    border-color: #0092cf;
}

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

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

.subscribe_btn_outline:hover,
.subscribe_btn_outline:active,
.subscribe_btn_outline:focus {
    background-color: #0092cf;
    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: #0092cf;
    text-decoration: none;
}

.home_products .product_slider .slick-track {
    margin: 0 auto;
}

.home_products .product_slider .slick-dots li {
    margin: 0 3px;
    height: auto;
    width: auto;
}

.home_products .product_slider .slick-dots li button {
    width: 25px;
    height: 25px;
}

.home_products .product_slider .slick-dots li button::before {
    height: 16px;
    width: 16px;
    background-color: transparent;
    border: 1px solid #0092cf;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

.home_products .product_slider .slick-dots li.slick-active button::before {
    opacity: 1;
    background-color: #0092cf;
}

.home_products .product_slider .product_box {
    margin-bottom: 40px;
    border-radius: 16px;
    border: solid 1px rgba(0, 0, 0, 0.06);
    border-top: none;
    min-height: 1100px;
}

.home_products .product_slider .product_box[product_title="Singapore 2021"] {
    min-height: auto;
}

.home_products .product_slider .slick-prev,
.home_products .product_slider .slick-next,
.related-products-slider .slick-prev,
.related-products-slider .slick-next {
    height: 44px;
    width: 44px;
    z-index: 99;
}

.home_products .product_slider .slick-prev,
.related-products-slider .slick-prev {
    left: -10px;
}

.home_products .product_slider .slick-next,
.related-products-slider .slick-next {
    right: -10px;
}

.home_products .product_slider .slick-prev::before,
.home_products .product_slider .slick-next::before,
.related-products-slider .slick-prev::before,
.related-products-slider .slick-next::before {
    content: '';
    display: block;
    background: url('../images19/arrow.svg') no-repeat;
    height: 100%;
    width: 100%;
    background-size: cover;
}

.home_products .product_slider .slick-next::before,
.related-products-slider .slick-next::before {
    background: url('../images19/arrow-right.svg') no-repeat;
}


/*** Home Products End's Here ***/


/*** Home Why Love Start's Here***/

.aapBft_section {
    color: #606d7a;
    overflow: hidden;
    padding: 50px 0 30px;
}

.aapBft_section h2 {
    color: #7c8996;
    font-size: 28px;
    margin: 0 0 32px;
    font-weight: 700
}

.aapBft_section .column {
    margin-bottom: 50px
}

.aapBft_section .hero_img {
    margin-bottom: 10px
}

.aapBft_section .bottom-content {
    max-width: 200px;
    margin: 0 auto !important;
}

.aapBft_section .bottom-content p {
    font-size: 16px;
    font-weight: 500;
    color: #606d7a;
}


/*** Home Why Love End's Here***/


/*** Home FAQ's Start's Here ***/

.faqs-home {
    padding: 38px 0 60px;
    background-image: linear-gradient(to left, rgba(78, 152, 209, 0.1), rgba(5, 108, 162, 0.1));
}

.faqs-home-slider {
    margin: 0 -12px;
}

.faqs-home .faq-card {
    min-height: 300px;
    border-radius: 8px;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.06);
    background-color: #ffffff;
    margin: 0 12px;
}

.faqs-home .slick-track {
    margin: 0 auto;
}

.faqs-home .faq-card h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0
}

.faqs-home .faq-card hr {
    margin: 9px 0 14px;
    opacity: 0.1;
    border-top: solid 1px #979797;
}

.faqs-home .faq-card p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    margin: 0;
}


/*** Home FAQ's End's Here ***/


/* Home Getaways Starts Here */

.gtwSection {
    overflow: hidden;
    text-align: center
}

.gtwSection .holder {
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
}

#btnMb_fixed {
    display: none;
}


/* Home Getaways Ends Here */


/* Signin/Register Start's Here */

.gridWrap {
    position: relative;
    overflow: hidden;
    padding: 0
}

.pg_form {
    padding: 44px 160px 50px 0
}

.pg_form h1 {
    margin: 0 0 40px
}

.form_holder:after {
    content: '';
    clear: both;
    display: block
}

.form_holder .field_holder {
    position: relative;
    margin: 0 0 28px
}

.form_holder .field_holder.mb_46 {
    margin: 0 0 46px
}

.form_holder .field_holder.mb_35 {
    margin: 0 0 35px
}

.form-control {
    border: 0;
    height: 40px;
    color: #606d7a;
    font-size: 16px;
    font-weight: 700;
    border-radius: 0;
    padding: 2px 0 10px;
    border-bottom: 1px solid #b8bec4
}

.form-control:focus {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}

textarea.form-control {
    background: #f4f4f4;
    padding: 15px 20px;
    height: 114px;
    resize: none;
    border: 0
}

textarea.form-control:focus {
    background: #f4f4f4
}

.form_holder label {
    display: block;
    color: #606d7a;
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
    margin: 0 0 2px
}

.forgot_link {
    right: 0;
    top: 29px;
    color: #578eb9;
    line-height: 21px;
    position: absolute
}

.forgot_link:hover {
    color: #578eb9;
    text-decoration: underline
}

.pg_signin .checkList {
    margin: -3px 0 41px
}

.optList {
    margin: 0 0 35px
}

.card-form-holder .optList {
    margin: 10px 0 35px
}

.checkList li,
.optList li {
    cursor: pointer;
    margin: 0 0 13px;
    position: relative;
    padding: 2px 0 0 32px
}

.checkList a {
    color: #578eb9
}

.checkList a:hover {
    text-decoration: underline
}

.checkList input {
    top: 2px;
    left: 0;
    border: 0;
    z-index: 9;
    width: 22px;
    height: 22px;
    position: absolute;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    opacity: 0
}

.checkList .nice_check,
.optList .niceradio {
    top: 2px;
    left: 0;
    width: 24px;
    height: 24px;
    background: #fff;
    position: absolute;
    border-radius: 50%;
    border: solid 2px #d8d8d8;
    -webkit-transition: background .3s ease-in;
    -moz-transition: background .3s ease-in;
    -ms-transition: background .3s ease-in;
    -o-transition: background .3s ease-in;
    transition: background .3s ease-in
}

.checkList .nice_check:before,
.optList .niceradio:before {
    top: 3px;
    left: 4px;
    opacity: 1;
    width: 10px;
    height: 13px;
    content: '';
    clear: both;
    position: absolute;
    -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;
    background: url(https://etsitecdn.theentertainerme.com/ic_Check_white.svg) no-repeat;
    background-size: cover
}

.checkList li:not(.selected) .nice_check:before,
.optList li:not(.checked) .niceradio:before {
    opacity: 0
}

.checkList .selected .nice_check,
.optList li.checked .niceradio {
    background: #606d7a
}

.checkList .error .nice_check {
    border-color: #ed0d1b
}

.form_holder .btn {
    padding: 16px 25px;
    min-width: 230px
}

.form_holder .btn_holder .btn {
    float: left
}

.form_holder .btn_holder .btn:last-child {
    float: right
}

.pg_checkout .pg_form {
    padding: 22px 137px 50px 0
}

.bg_page {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    position: fixed;
    z-index: 1;
    width: 50.3%;
    right: 0;
    top: 0;
    bottom: 0
}

.bg_signin {
    background-image: url(https://etsitecdn.theentertainerme.com/bg_signin.jpg)
}

.bg_register {
    background-image: url(https://etsitecdn.theentertainerme.com/bg_register.jpg)
}

.bg_checkout {
    background-image: url(https://etsitecdn.theentertainerme.com/bg_paynow.jpg)
}

.bg_success {
    background-image: url(https://etsitecdn.theentertainerme.com/bg_success.jpg)
}


/* Signin/Register End's Here */

.pg_checkout .bg_page {
    width: 47.6%
}

.pg_checkout .pg_form {
    padding: 22px 137px 50px 0
}

.pg_checkout .breadcrumb {
    width: 650px;
    padding: 0;
    margin: 0 0 48px
}

.pg_checkout .pg_form h1 {
    margin: 0
}

.pg_checkout .card_accept {
    margin: 0 0 20px
}

.pg_checkout .card_accept img {
    margin: 0 0 0 -45px
}

.pg_form h1 .link {
    float: right;
    color: #606d7a;
    margin: 3px 0 0;
    font-size: 16px;
    font-weight: 300;
    text-decoration: underline
}

.pg_form h1 .link:hover {
    text-decoration: none
}

.pg_form .mb_55 {
    margin-bottom: 55px
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.pg_checkout .field_holder {
    margin: 0 0 56px
}

.form_holder .field_holder .icon {
    display: none;
    top: 38px;
    width: 28px;
    position: absolute
}

.form_holder .select_cols {
    width: 310px
}

.form_holder .select_cols label {
    margin: 0 0 8px
}

.form_holder .select_cols .column {
    width: 138px
}

.form_holder .select_cols .select_holder {
    position: relative
}

.form_holder .select_cols .select_holder:after {
    content: '';
    clear: both;
    top: 15px;
    right: 0;
    position: absolute;
    border-style: solid;
    border-width: 5px 4px 0;
    border-color: #606d7a transparent transparent
}

.form_holder .select_cols select {
    border: 0;
    width: 100%;
    display: block;
    color: #606d7a;
    font-size: 21px;
    font-weight: 700;
    background: 0 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0 0 3px;
    border-radius: 0;
    border-bottom: 1px solid #b8bec4
}

.form_holder .ccv_col {
    width: 84px
}

html[lang=cn] .form_holder .ccv_col label,
html[lang=el] .form_holder .ccv_col label {
    margin: -16px 0 0
}

.form_holder .ccv_col .form-control {
    height: 36px
}

.pg_checkout .form-control {
    font-size: 21px;
    padding: 10px 0 5px 0
}

.pg_checkout input[type=number].form-control {
    padding: 10px 0 5px
}

.pg_checkout #card_number.form-control {
    padding: 10px 0 5px
}

#card_number.form-control::-webkit-input-placeholder {
    word-spacing: 30px
}

#card_number.form-control:-moz-placeholder {
    word-spacing: 30px
}

#card_number.form-control::-moz-placeholder {
    word-spacing: 30px
}

#card_number.form-control:-ms-input-placeholder {
    word-spacing: 30px
}

.pg_checkout .jcf-select .jcf-select-text {
    font-size: 21px;
    margin: 6px 25px 0 0
}

.pg_checkout .jcf-select .jcf-select-opener {
    top: 21px
}

.pg_checkout .btn_holder {
    padding: 34px 0 0
}

.pg_checkout .form_holder .btn_holder .btn:last-child {
    float: none
}

.pg_checkout .btn {
    min-width: 330px
}

.inv_card {
    font-style: italic;
    padding: 5px 0 0;
    font-size: 14px;
    color: #d0021b;
    display: none;
    bottom: 1px;
    right: 3px
}

.inv_card img {
    vertical-align: top;
    margin: 0 2px 0 0;
    width: 22px;
    vertical-align: sub
}

.error .inv_card {
    display: block
}

.pg_success .bg_page {
    background-position: center 0;
    right: auto;
    left: 0
}

.pg_success .bg_success {
    width: 40.9%
}

.pg_success .pg_form {
    padding: 22px 0 50px 46px
}

.pg_success .breadcrumb {
    padding: 0;
    margin: 0 0 38px
}

.pg_success .pg_form h1 {
    margin: 0 0 23px
}

.pg_social_icons {
    overflow: hidden;
    margin: 0 0 51px
}

.pg_social_icons li {
    display: inline-block;
    vertical-align: top;
    margin: 0 34px 0 0;
    width: 59px
}

.pg_social_icons a:hover {
    opacity: .75
}

.info_svg h3 {
    font-size: 21px;
    margin: 0 0 8px
}

.info_svg p.fs_21 {
    margin: 0 0 59px
}

.info_svg h3.add {
    margin: 0 0 34px
}

.svg_steps {
    margin: 0 -30px 0 0
}

.svg_steps li {
    width: 354px;
    margin: 0 0 90px
}

.svg_steps .icon,
.svg_steps .text,
.svg_steps li {
    vertical-align: middle;
    display: inline-block
}

.svg_steps li,
.svg_steps li .title {
    font-size: 21px
}

.svg_steps .icon {
    width: 37px;
    margin: 0 34px 0 19px
}

.svg_steps li:nth-child(2) .icon {
    width: 68px;
    margin: 0 33px 0 0
}

.svg_steps li:nth-child(3) .icon {
    width: 76px;
    margin: 0 14px 0 0
}

.svg_steps li:nth-child(4) .icon {
    width: 54px;
    margin: -16px 40px 0 8px
}

.svg_steps li:nth-child(4) .text {
    padding: 6px 0 0
}

.svg_steps li:nth-child(4) .title {
    margin: 0 0 7px
}

.svg_steps .link {
    color: #606d7a;
    font-weight: 700;
    text-decoration: underline
}

.svg_steps .link:hover {
    text-decoration: none
}

.svg_steps .title {
    display: block;
    margin: 0 0 12px
}

.svg_steps .link_row {
    overflow: hidden;
    font-size: 16px
}

.svg_steps .link_row img {
    width: 41px;
    margin: 0 4px 0 0;
    display: inline-block;
    vertical-align: top
}

.svg_steps .link_row a {
    color: #606d7a;
    display: block;
    text-transform: uppercase
}

.svg_steps .link_row span {
    margin: 10px 0 0;
    display: inline-block;
    text-decoration: underline
}

.svg_steps .link_row a:hover span {
    text-decoration: none
}

.breadcrumb {
    background: 0 0;
    padding: 10px 0
}

.breadcrumb span.breadcrumb-item a,
.breadcrumb-item.active {
    color: #606d7a
}

.breadcrumb a:hover {
    color: #606d7a;
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0
}

.breadcrumb-item {
    line-height: 28px;
    font-size: 16px;
    font-weight: 300;
    color: #606d7a
}

a.breadcrumb-item:hover {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item::before {
    padding-right: 5px;
    margin-left: 3px
}


/* Product Detail Start's Here */

.product_detail .app_cart {
    display: block;
    background-image: linear-gradient(to bottom, #91d3da, #ffffff) !important;
    padding: 70px 0 15px;
}

.product_detail .app_cart::before {
    left: -999em;
    background-image: linear-gradient(to bottom, #91d3da, #ffffff);
    content: '';
    display: block;
    position: absolute;
    width: 999em;
    top: 0;
    bottom: 0;
}

.product_detail .app_cart .product-img {
    padding: 0 30px;
}

.product_detail .offer_details_wrap {
    padding-right: 50px;
}

.product_detail .offer_details p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.58;
    color: #606d7a;
    margin: 0 0 16px;
}

.product_detail .offer_list {
    margin: 0;
    padding: 0;
}

.product_detail .offer_list li,
.product_detail .include-offers li {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    list-style: none;
    padding: 6px 15px;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -ms-inline-flex !important;
    display: inline-flex;
    margin: 0 8px 8px 0;
    border-radius: 8px;
    border: solid 1px rgba(96, 109, 122, 0.1);
    background: #edf1f2;
}

.product_detail .include-offers {
    margin-bottom: 8px;
}

.product_detail .include-offers li {
    border: solid 1px #edf1f2;
    background-color: #ffffff;
    border-radius: 5px;
}

.product_detail .include-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 16px;
}

.product_detail .exclusive-member {
    display: none;
}

.product_detail .prospect-user {
    max-width: none;
    display: inline-block;
    border-radius: 6px;
    margin-bottom: 15px;
}

.product_detail .offer_card_wrap {
    padding-left: 40px;
}

.product_detail .offer_btm_bnr_sec .strike {
    display: inline-block;
    line-height: 26px;
    font-size: 18px;
    font-weight: 500;
    opacity: .51;
}

.product_detail .offer_btm_bnr_sec h2 {
    font-size: 32px;
    line-height: 30px;
    font-weight: 900;
    margin-bottom: 7px;
    color: #0092cf;
}

.product_detail .offer_btm_bnr_sec .vat_info {
    line-height: 15px;
    font-size: 12px;
    font-weight: 500;
    color: #606d7a;
    display: inline-block;
    vertical-align: top;
}

.productItem[product_title="Abu Dhabi Bundle 2020"] .app_cart {
    height: 540px
}

.productItem[product_title="SA Bundle 2019"] .app_cart {
    height: 475px
}

.productItem[product_title="SA Bundle 2020"] .app_cart {
    height: 540px
}

.productItem[product_title="South Africa Bundle 2019"] .app_cart,
.productItem[product_title="South Africa Bundle 2020"] .app_cart {
    height: 570px
}

.productItem[product_title="KSA Bundle 2019"] .app_cart {
    height: 475px
}

.productItem[product_title="KSA Bundle 2020"] .app_cart {
    height: 620px
}

.productItem[product_title="SA Bundle 2019"] .app_cart.add-ons-edit .listing_banner {
    top: 183px
}

.productItem[product_title="SA Bundle 2020"] .app_cart.add-ons-edit .listing_banner {
    top: 135px
}

.productItem[product_title="Bali 2019"] .app_cart.add-ons-edit .listing_banner {
    top: 210px;
    right: -25px
}

.productItem[product_title="South Africa Bundle 2019"] .app_cart.add-ons-edit .listing_banner,
.productItem[product_title="South Africa Bundle 2020"] .app_cart.add-ons-edit .listing_banner {
    top: 195px
}

.productItem[product_title="KSA Bundle 2019"] .app_cart.add-ons-edit .listing_banner {
    top: 188px
}

.productItem[product_title="KSA Bundle 2020"] .app_cart.add-ons-edit .listing_banner {
    top: 166px
}

.productItem[product_title="Hong Kong 2019"] .app_cart.add-ons-edit .listing_banner {
    top: 221px
}

.productItem[product_title="Hong Kong 2020"] .app_cart.add-ons-edit .listing_banner {
    top: 212px
}

.productItem[product_title="Abu Dhabi Bundle 2019"] .app_cart.add-ons-edit .listing_banner {
    top: 210px
}

.productItem[product_title="Abu Dhabi Bundle 2020"] .app_cart.add-ons-edit .listing_banner {
    top: 218px
}

.productItem[product_title="Dubai 2020"] .app_cart.add-ons-edit .listing_banner {
    top: 183px
}

.productItem[product_title="Fine Dining 2020"] .app_cart.add-ons-edit .listing_banner {
    top: 190px
}

.productItem[product_title="Dubai Bundle 2020"] .app_cart.add-ons-edit .listing_banner {
    top: 186px
}

.productItem[product_title="Qatar 2019"] .app_cart.add-ons-edit .listing_banner,
.productItem[product_title="Qatar 2020"] .app_cart.add-ons-edit .listing_banner {
    top: 197px
}

.productItem[product_title="Bahrain 2019"] .app_cart.add-ons-edit .listing_banner,
.productItem[product_title="Bahrain 2020"] .app_cart.add-ons-edit .listing_banner {
    top: 218px
}

.productItem[product_title="Oman 2019"] .app_cart.add-ons-edit .listing_banner,
.productItem[product_title="Oman 2020"] .app_cart.add-ons-edit .listing_banner {
    top: 188px
}

.productItem[product_title="Jeddah 2019"] .app_cart.add-ons-edit .listing_banner,
.productItem[product_title="Jeddah 2020"] .app_cart.add-ons-edit .listing_banner {
    top: 188px
}

.productItem[product_title="Cyprus 2019"] .app_cart.add-ons-edit .listing_banner,
.productItem[product_title="Cyprus 2020"] .app_cart.add-ons-edit .listing_banner {
    top: 222px
}

.productItem[product_title="Eastern Province 2019"] .app_cart.add-ons-edit .listing_banner,
.productItem[product_title="Eastern Province 2020"] .app_cart.add-ons-edit .listing_banner {
    top: 157px
}

.productItem[product_title="Eastern Province + Bahrain 2019"] .app_cart.add-ons-edit .listing_banner,
.productItem[product_title="Eastern Province + Bahrain 2020"] .app_cart.add-ons-edit .listing_banner {
    top: 136px
}

.productItem[product_title="Singapore 2019"] .app_cart.add-ons-edit .listing_banner,
.productItem[product_title="Singapore 2020"] .app_cart.add-ons-edit .listing_banner {
    top: 222px
}

.productItem[product_title="Singapore Bundle 2019"] .app_cart.add-ons-edit .listing_banner {
    top: 122px
}

.productItem[product_title="Singapore Bundle 2020"] .app_cart.add-ons-edit .listing_banner {
    top: 134px
}

.productItem[product_title="Malta 2019"] .app_cart.add-ons-edit .listing_banner,
.productItem[product_title="Malta 2020"] .app_cart.add-ons-edit .listing_banner {
    top: 214px
}

.productItem[product_title="Riyadh 2019"] .app_cart.add-ons-edit .listing_banner,
.productItem[product_title="Riyadh 2020"] .app_cart.add-ons-edit .listing_banner {
    top: 188px
}

.productItem[product_title="Kuwait 2019"] .app_cart.add-ons-edit .listing_banner,
.productItem[product_title="Kuwait 2020"] .app_cart.add-ons-edit .listing_banner {
    top: 190px
}

.productItem[product_title="Malaysia 2019"] .app_cart.add-ons-edit .listing_banner {
    top: 177px
}

.productItem[product_title="Malaysia 2020"] .app_cart.add-ons-edit .listing_banner {
    top: 188px
}

.productItem[product_title="Cape Town 2019"] .app_cart.add-ons-edit .listing_banner,
.productItem[product_title="Cape Town 2020"] .app_cart.add-ons-edit .listing_banner {
    top: 218px
}

.productItem[product_title="Johannesburg & Pretoria 2019"] .app_cart.add-ons-edit .listing_banner {
    top: 213px
}

.productItem[product_title="Johannesburg & Pretoria 2020"] .app_cart.add-ons-edit .listing_banner {
    top: 181px
}

.productItem[product_title="Durban 2019"] .app_cart.add-ons-edit .listing_banner,
.productItem[product_title="Durban 2020"] .app_cart.add-ons-edit .listing_banner {
    top: 218px
}

.product_detail .offer_card[title="Dubai 2019"] .app_cart.add-ons-edit .listing_banner,
.product_detail .offer_card[title="Dubai 2020"] .app_cart.add-ons-edit .listing_banner {
    top: 166px
}

.product_detail .offer_card[title="Dubai Bundle 2019"] .app_cart.add-ons-edit .listing_banner {
    top: 218px
}

.product_detail .offer_card[title="Fine Dining 2019"] .app_cart.add-ons-edit .listing_banner,
.product_detail .offer_card[title="Fine Dining 2020"] .app_cart.add-ons-edit .listing_banner {
    top: 170px
}

.product_detail .offer_card[title="Dubai Bundle 2019"] .app_cart.add-ons-edit .listing_banner {
    top: 168px
}

.product_detail .offer_card[title="Dubai Bundle 2020"] .app_cart.add-ons-edit .listing_banner {
    top: 220px
}

.product_detail .offer_card[title="Abu Dhabi 2019"] .app_cart.add-ons-edit .listing_banner,
.product_detail .offer_card[title="Abu Dhabi 2020"] .app_cart.add-ons-edit .listing_banner {
    top: 168px
}

.product_detail .offer_card[title="South Africa Bundle 2019"] .app_cart.add-ons-edit .listing_banner,
.product_detail .offer_card[title="South Africa Bundle 2020"] .app_cart.add-ons-edit .listing_banner {
    top: 158px
}

.product_detail .offer_card[title="Abu Dhabi Bundle 2019"] .app_cart.add-ons-edit .listing_banner,
.product_detail .offer_card[title="Abu Dhabi Bundle 2020"] .app_cart.add-ons-edit .listing_banner {
    top: 190px
}

.product_detail .offer_card[title="Qatar 2019"] .app_cart.add-ons-edit .listing_banner,
.product_detail .offer_card[title="Qatar 2020"] .app_cart.add-ons-edit .listing_banner {
    top: 160px
}

.product_detail .offer_card[title="Riyadh 2019"] .app_cart.add-ons-edit .listing_banner,
.product_detail .offer_card[title="Riyadh 2020"] .app_cart.add-ons-edit .listing_banner {
    top: 158px
}

.product_detail .offer_card[title="Bahrain 2019"] .app_cart.add-ons-edit .listing_banner,
.product_detail .offer_card[title="Bahrain 2020"] .app_cart.add-ons-edit .listing_banner {
    top: 187px
}

.product_detail .offer_card[title="KSA Bundle 2019"] .app_cart.add-ons-edit .listing_banner {
    top: 184px
}

.product_detail .offer_card[title="KSA Bundle 2020"] .app_cart.add-ons-edit .listing_banner {
    top: 149px
}

.product_detail .offer_card[title="Jeddah 2019"] .app_cart.add-ons-edit .listing_banner,
.product_detail .offer_card[title="Jeddah 2020"] .app_cart.add-ons-edit .listing_banner {
    top: 160px
}

.product_detail .offer_card[title="Oman 2019"] .app_cart.add-ons-edit .listing_banner,
.product_detail .offer_card[title="Oman 2020"] .app_cart.add-ons-edit .listing_banner {
    top: 158px
}

.product_detail .offer_card[title="Eastern Province 2019"] .app_cart.add-ons-edit .listing_banner,
.product_detail .offer_card[title="Eastern Province 2020"] .app_cart.add-ons-edit .listing_banner {
    top: 155px
}

.product_detail .offer_card[title="Eastern Province + Bahrain 2019"] .app_cart.add-ons-edit .listing_banner,
.product_detail .offer_card[title="Eastern Province + Bahrain 2020"] .app_cart.add-ons-edit .listing_banner {
    top: 155px
}

.product_detail .offer_card[title="Kuwait 2019"] .app_cart.add-ons-edit .listing_banner,
.product_detail .offer_card[title="Kuwait 2020"] .app_cart.add-ons-edit .listing_banner {
    top: 136px
}

.product_detail .offer_card[title="Singapore Bundle 2019"] .app_cart.add-ons-edit .listing_banner,
.product_detail .offer_card[title="Singapore Bundle 2020"] .app_cart.add-ons-edit .listing_banner {
    top: 134px
}

.product_detail .offer_card[title="Singapore 2019"] .app_cart.add-ons-edit .listing_banner,
.product_detail .offer_card[title="Singapore 2020"] .app_cart.add-ons-edit .listing_banner {
    top: 188px
}

.product_detail .offer_card[title="Malaysia 2019"] .app_cart.add-ons-edit .listing_banner,
.product_detail .offer_card[title="Malaysia 2020"] .app_cart.add-ons-edit .listing_banner {
    top: 142px
}

.product_detail .offer_card[title="Hong Kong 2019"] .app_cart.add-ons-edit .listing_banner {
    top: 192px
}

.product_detail .offer_card[title="Hong Kong 2020"] .app_cart.add-ons-edit .listing_banner {
    top: 181px
}

.product_detail .offer_card[title="Cape Town 2019"] .app_cart.add-ons-edit .listing_banner,
.product_detail .offer_card[title="Cape Town 2020"] .app_cart.add-ons-edit .listing_banner {
    top: 187px
}

.product_detail .offer_card[title="Johannesburg & Pretoria 2019"] .app_cart.add-ons-edit .listing_banner,
.product_detail .offer_card[title="Johannesburg & Pretoria 2020"] .app_cart.add-ons-edit .listing_banner {
    top: 180px
}

.product_detail .offer_card[title="Durban 2019"] .app_cart.add-ons-edit .listing_banner,
.product_detail .offer_card[title="Durban 2020"] .app_cart.add-ons-edit .listing_banner {
    top: 187px
}

.product_detail .offer_card[title="SA Bundle 2019"] .app_cart.add-ons-edit .listing_banner,
.product_detail .offer_card[title="SA Bundle 2020"] .app_cart.add-ons-edit .listing_banner {
    top: 158px
}

.product_detail .offer_card[title="Malta 2019"] .app_cart.add-ons-edit .listing_banner {
    top: 184px
}

.product_detail .offer_card[title="Malta 2020"] .app_cart.add-ons-edit .listing_banner {
    top: 200px
}

.product_detail .offer_card[title="Cyprus 2019"] .app_cart.add-ons-edit .listing_banner,
.product_detail .offer_card[title="Cyprus 2020"] .app_cart.add-ons-edit .listing_banner {
    top: 191px
}

.product_detail .offer_card[title="Bali 2019"] .app_cart.add-ons-edit .listing_banner {
    top: 180px;
    right: -25px
}

#tile-1,
.year-nav .nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#tile-1 .nav-tabs {
    position: relative;
    border: none!important;
    border-radius: 31.5px;
    background-color: #EFF0F1;
    margin: 0 auto 48px auto;
    padding: 8px;
    display: inline-flex;
    justify-content: space-between;
    overflow: auto;
    flex-wrap: nowrap;
    max-width: 1054px;
}

#tile-1 .nav-tabs li {
    margin: 0px!important;
    flex: 0 0 auto;
}

#tile-1 .nav-tabs .active {
    background-color: transparent !important;
    border: none !important;
    color: #fff !important;
    z-index: 1;
}

#tile-1 .nav-tabs li a,
.year-nav .nav li a {
    padding: 14px 21px;
    color: #606d7a;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.36;
    position: relative;
    border: none!important;
}

#tile-1 .slider {
    position: absolute;
    z-index: 0;
    bottom: 8px;
    display: inline-block;
    width: 30px;
    height: 46px;
    border-radius: 23px;
    background-color: #0092cf;
    cursor: pointer;
    transition: all .1s linear;
}

#tile-1 .nav-tabs li.active a {
    background-color: transparent!important;
    border: none!important;
    color: #fff;
    z-index: 1;
}

.year-nav {
    width: 140px !important;
    margin: 0 auto 20px auto !important;
}

.year-nav .nav {
    border-radius: 0 !important;
    background: none !important;
    margin: 0 !important;
    max-width: none !important;
}

.year-nav .nav li a {
    padding: 6px 12px !important;
    font-size: 16px !important;
}

.year-nav .nav li.active a {
    color: #0092cf !important;
    border-bottom: solid 3px #0092cf;
}

.year-nav .nav li.active {
    border-bottom: solid 3px #0092cf !important;
}

.product_detail .merchants .merchant-wrapper .merchant-wrap {
    height: 280px;
    overflow: hidden;
}

.product_detail .merchants .merchant-wrapper .innerContent {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.merchants .tab-content>.tab-pane {
    display: block;
    height: 0;
    overflow: hidden;
}

.merchants .tab-content>.active {
    height: auto;
}

.merchants {
    padding: 70px 0 35px;
}

.merchants .title-1 {
    margin-bottom: 45px;
}

.merchant-wrapper>.row {
    margin: 0 -10px;
}

.merchant-wrapper .merchant-wrap {
    margin-bottom: 28px;
    padding: 0 10px;
}

.merchant-wrapper .merchant {
    display: block;
    transition: all 0.2s ease-in;
}

.merchant-wrapper .merchant .image-container {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    height: 149px;
    margin-bottom: 16px;
    border: solid 1px rgba(0, 0, 0, 0.1);
}

.merchant-wrapper .merchant .image-container .merchant-img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    object-fit: cover;
}

.merchant-wrapper .merchant .image-container .inner-image-wrap {
    width: 60px;
    height: 60px;
    border-radius: 6px;
    border: solid 1px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    position: absolute;
    bottom: 12px;
    left: 12px;
    padding: 6px;
}

.merchant-wrapper .merchant .image-container .inner-image-wrap .merchant-logo {
    width: 100%;
    height: auto;
}

.merchant-wrapper .merchant .details-container .name {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.31;
    color: #606d7a;
    text-transform: capitalize;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.merchant-wrapper .merchant .details-container .inner-details .category {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.38;
    color: #4e98d1;
    margin-bottom: 15px;
    height: 36px;
    overflow: hidden;
}

.merchant-wrapper .merchant .details-container .inner-details .category .text {
    position: relative;
    margin-right: 7px;
    padding-right: 7px;
}

.merchant-wrapper .merchant .details-container .inner-details .category .text::before {
    content: '';
    position: absolute;
    right: -2px;
    top: 8px;
    display: block;
    height: 4px;
    width: 4px;
    background: #4e98d1;
    border-radius: 50%;
    line-height: 0px;
}

.merchant-wrapper .merchant .details-container .inner-details .category .text:last-child::before {
    content: none;
    margin: 0;
    padding: 0;
}

.merchant-wrapper .merchant-wrapper .product-offer-type span.product {
    color: #4f98d1;
}

.merchant-wrapper .product-offer-type {
    height: 44px;
    overflow: hidden;
}

.merchant-wrapper .product-offer-type span {
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    border-radius: 4px;
    padding: 1px 2px;
    margin: 0 6px 5px 0;
    height: 17px;
}

.merchant-wrapper .product-offer-type span.offer {
    color: #606d7a;
    border: solid 1px rgba(96, 109, 122, 0.1);
}

.merchant-wrapper .product-offer-type span.product {
    color: #0092cf;
    border: solid 1px rgba(0, 146, 207, 0.2);
}

.merchants .see-more {
    padding: 10px 26px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.44;
    color: #0092cf;
    border-color: #0092cf;
}

.merchants .see-more:hover,
.merchants .see-more:focus,
.merchants .see-more:active {
    color: #fff;
    background-color: #0092cf;
}

.sticky-product-details {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
    background-color: #f9f9f9;
    -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;
    transform: translateY(-92px);
    -moz-transform: translateY(-92px);
    -webkit-transform: translateY(-92px);
    padding: 8px 0;
}

.sticky-product-details.sticky-show {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
}

.sticky-product-details .img-wrapper {
    height: 76px;
    margin-right: 15px;
    min-width: 85px;
}

.sticky-product-details .img-wrapper img {
    height: 100%;
}

.sticky-product-details h1 {
    font-size: 24px;
    font-weight: bold;
    color: #606d7a;
    margin: 0;
}

.sticky-product-details .offer_btm_bnr_sec .discounted-price {
    margin: 0 20px 0 0;
}

.sticky-product-details .offer_btm_bnr_sec h2 {
    color: #0092cf;
}

.sticky-product-details .offer_btm_bnr_sec h2 .vat_info {
    margin: 0 0 0 5px;
}

.sticky-product-details .offer_btm_bnr_sec .tag-wrap {
    text-align: right;
}

.sticky-product-details .offer_btm_bnr_sec .percentage_off {
    line-height: 18px;
}

.sticky-product-details .offer_btm_bnr_sec .subscribe_btn {
    margin: 0 0 0 16px;
}

.upsell-wrapper .sticky-product-details {
    position: static;
    z-index: 1;
}

.upsell-wrapper .subscribe_btn_outline {
    margin-left: 16px;
}

.upsell-wrapper .sticky-product-details .icon {
    margin-right: 10px;
}


/* Product Detail End's Here */


/* Product Upsell Start's Here */

.upsell-products {
    padding: 70px 0;
}

.upsell-products h1 {
    margin-bottom: 57px !important;
}

.upsell-products .product-col .product-img {
    height: 240px;
    padding: 0 45px 10px 45px;
}

.upsell-products .product-col .product-img img {
    height: 100%;
}

img[alt*="dubai-body-2020"] {
    padding-top: 10px;
}

.upsell-products .product-col h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.05;
    color: #5d6d7b;
    margin-bottom: 30px;
}

.upsell-products .upsells-products-detail ul {
    margin: 0 auto 20px auto;
}

.upsell-products .upsells-products-detail ul li {
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    border-left: 1px solid #606d7a;
    padding-left: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.upsell-products .upsells-products-detail ul li:first-child {
    border: none;
    padding: 0;
    margin: 0;
}

.upsell-products .upsells-products-detail .price {
    font-size: 32px;
    font-weight: 900;
    line-height: 0.78;
    color: #0092cf;
    margin-bottom: 11px;
}

.upsell-products .upsells-products-detail .note {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.21;
    color: #596d7d;
    margin-bottom: 16px;
}

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

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

.upsellmodal .modal-dialog,
.genericModalConsent .modal-dialog {
    max-width: 630px;
}

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

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

.upsellmodal .checkList .selected .nice_check,
.membership-type .checkList .selected .nice_check,
.upsellmodal .optList li.checked .niceradio,
.genericModalConsent .checkList .selected .nice_check,
.genericModalConsent .optList li.checked .niceradio,
.membership-type .optList li.checked .niceradio {
    background: #0092cf;
    border-color: #0092cf;
}

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

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

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

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

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

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

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

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

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

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

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

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

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


/* Product Upsell End's Here */


/*** Subscription Modal Terms ***/

.subscription_terms_modal .modal-body {
    padding: 35px 80px;
}

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

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

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

.button-default {
    opacity: 1;
    width: 280px;
    height: 46px;
    padding: 0 25px;
    font-size: 18px;
    line-height: 46px;
    font-weight: 700;
    background: #0092cf;
    color: #fff !important;
    border: 1px solid #0092cf;
    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
}

.modal-backdrop {
    z-index: 999999
}

#payment-pw-success-1 .modal-dialog {
    max-width: 660px
}

#payment-pw-success-1 iframe {
    z-index: 9999;
    position: relative
}

#payment-pw-success-1 .please-wait {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    z-index: 999
}

.color-white {
    color: #fff!important
}

.modal-content {
    border: none
}

.product_info .modal-content {
    border-radius: 0;
    height: 465px
}

.more-addons .product_info .modal-content {
    height: 375px
}

.product_info .close {
    opacity: 1;
    position: absolute;
    right: 30px;
    top: 30px;
    height: 50px;
    width: 50px;
    padding: 13px;
    z-index: 99
}

.product_info .modal-body {
    padding: 0
}

.product_info_image img {
    height: 388px;
    width: auto
}

.product_info_details {
    padding-left: 80px
}

.product_info_details h1 {
    color: #fff;
    font-weight: 900;
    margin-bottom: 35px
}

.product_info_details p {
    font-size: 21px;
    line-height: 29px;
    font-weight: 700;
    margin-bottom: 15px
}

.product_info_details ul {
    margin: 0;
    padding: 0
}

.product_info_details ul li {
    padding: 20px 0;
    border-top: 1px solid #fff;
    list-style: none;
    font-weight: 500
}

.product_info_details ul li:first-child {
    border-top: none
}

.product_info_details ul li:last-child {
    padding-bottom: 0
}

.more-addons .offer-checkbox-wrap {
    margin-bottom: 0
}

.more-addons h3 {
    margin-bottom: 39px
}

.more-addons .modal-body {
    padding-left: 130px;
    padding-right: 130px
}

.more-addons .btn_fill {
    padding: 16px 40px;
    line-height: 1;
    font-weight: 500
}

.more-addons .offer-checkbox label {
    height: 80px;
    line-height: 24px;
    padding: 0 70px 0 65px;
    font-size: 22px;
    font-weight: 500
}

.more-addons .offer-checkbox.checked label {
    line-height: 24px;
    padding-left: 70px
}

.more-addons .offer-checkbox label::after {
    height: 58px;
    width: 58px
}

.more-addons .btn_pi,
.more-addons .btn_pi::before {
    height: 40px;
    width: 40px
}

.more-addons .disabled {
    opacity: .4
}

.btn-inline {
    color: #606d7a;
    text-decoration-line: underline;
    -webkit-text-decoration-skip-ink: auto;
    -moz-text-decoration-skip-ink: auto;
    text-decoration-skip-ink: auto;
    text-decoration: underline!important;
    cursor: pointer
}

.btn-inline-primary,
.read-more {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.73;
    color: #0092cf;
}

.btn-inline-primary:focus,
.read-more:focus {
    color: #0092cf;
}

.read-more {
    text-decoration: underline;
}

.fm_popup {
    background: rgba(0, 0, 0, .4);
    padding: 20px;
    z-index: 9999
}

.conf_message,
.fm_popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5)
}

.conf_message .table,
.fm_popup .table {
    display: table;
    width: 100%;
    height: 100%
}

.conf_message .table {
    margin: 0
}

.conf_message .table-cell,
.fm_popup .table-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.fm_popup .block {
    background: rgba(255, 255, 255, .95);
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    max-width: 400px;
    color: #282828;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    padding: 20px
}

.fm_popup .icon_holder {
    margin: 0 0 20px
}

.fm_popup .block p {
    margin: 0 0 15px
}

.fm_popup .yes_add_cart_direct,
.fm_popup .yes_add_cart_direct:active,
.fm_popup .yes_add_cart_direct:focus,
.fm_popup .yes_add_cart_direct:hover {
    background: #5098ce!important;
    color: #fff!important
}

#errors_key p {
    color: #856404;
    margin: 0 0 10px;
    padding: 7px 15px;
    position: relative;
    border-radius: 5px;
    border-color: #ffeeba;
    background-color: #fff3cd;
    border: 1px solid transparent
}

#errors_key p label {
    display: block;
    margin: 0
}

.has-error .help-block {
    color: red
}

#errors_vip_key {
    text-align: center;
    margin: 0 0 20px
}

.errorDiv,
.show-error,
label.error {
    color: #d0021b!important;
    font-size: 14px;
    position: relative;
    font-style: italic;
    padding: 5px 0 0 30px
}

.errorDiv:before,
.show-error:before,
label.error:before {
    background: url(https://etsitecdn.theentertainerme.com/ic_Warning.svg) no-repeat;
    width: 23px;
    height: 22px;
    content: '';
    clear: both;
    position: absolute;
    top: 4px;
    left: 0
}

#card_verification-error {
    width: 170px
}

.checkList li p.error {
    display: none
}

.checkList li input+p.error {
    display: block
}

.remove-margin {
    padding: 20px 0 0!important
}

.back-icon {
    border: solid #4e98d1;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    margin-bottom: 10px
}

.scroll_msg {
    display: none
}

.trvTab_Section,
.trvTab_Section .holder,
.trv_tabs {
    overflow: hidden
}

.trvTab_Section {
    background: url(https://etsitecdn.theentertainerme.com/images/trv_map@2x.png) no-repeat;
    background-position: 50% 0;
    background-size: cover;
    padding: 33px 0 84px
}

.trv_tabs .tab:after {
    content: '';
    clear: both;
    display: block
}

.trv_tabs .tab {
    width: 250px;
    text-align: center;
    margin: 0 0 0 15px
}

.trv_tabs .logo_holder {
    width: 123px;
    margin: 5px 0 13px;
    display: inline-block
}

.trv_tabs .tabImage {
    margin: 0 auto 20px
}

.trv_tabs .trvColumn .tabImage {
    width: 272px;
    margin: 3px 0 23px -12px
}

.trv_tabs .trvColumn:nth-child(2) .tab {
    width: 402px;
    margin: 0
}

.trv_tabs .trvColumn:nth-child(2) .logo_holder {
    width: 138px;
    margin: 2px 22px 20px 0
}

.trv_tabs .trvColumn:nth-child(2) .tabImage {
    width: 272px;
    margin: -3px 0 19px 60px
}

.trv_tabs .trvColumn:nth-child(2) .tab p {
    min-height: 60px
}

.trv_tabs .trvColumn:nth-child(3) .tab {
    width: 300px;
    float: right;
    margin: 0 15px 0 0
}

.trv_tabs .trvColumn:nth-child(3) .logo_holder {
    width: 94px;
    margin: 1px 0 20px 13px
}

.trv_tabs .trvColumn:nth-child(3) .tabImage {
    width: 370px;
    margin: -21px 0 16px -45px
}

.trv_tabs .trvColumn:nth-child(3) .tab p {
    min-height: 63px
}

.trv_tabs .text_holder {
    line-height: 20px
}

.trv_tabs .tab .btn {
    font-weight: 700;
    width: 217px;
    margin: 0 auto;
    display: block;
    font-size: 16px;
    padding: 16px 10px
}

.trv_tabs .tab p {
    min-height: 55px;
    margin: 0
}

.hub_Section {
    overflow: hidden;
    background: #22262a;
    padding: 33px 0 36px
}

.hub_Section h2 {
    color: #fff;
    font-size: 28px;
    margin: 0 0 39px
}

.hub_tabs {
    overflow: hidden;
    max-width: 1252px;
    margin: 0 auto
}

.hub_tabs .slick-list {
    margin: 0 -25px
}

.hub_tabs .slick-slide {
    margin: 0 25px
}

.hub_tabs .text_holder {
    color: #fff;
    font-weight: 500;
    line-height: 18px;
    padding: 21px 0 0
}

.hub_tabs .text_holder p {
    margin: 0
}

#emiratesBanner {
    background-image: url(/images19/emiratesBanner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    background-position: center;
    margin-bottom: 2px
}

.btn.emi {
    font-weight: 700;
    width: 217px;
    margin: 0 auto;
    display: block;
    font-size: 16px;
    padding: 16px 10px
}

.btn_fill.emi {
    background: #d62027;
    border: 2px solid #d62027
}

.btn_fill.emi:focus,
.btn_fill.emi:hover {
    color: #d62027;
    background: #fff
}

#footer {
    overflow: hidden;
    background: #fff;
    position: relative;
    z-index: 1
}

.ft_top {
    overflow: hidden;
    background: #f4f4f4;
    padding: 54px 0 29px
}

.ft_top .ft_logo {
    display: inline-block;
    margin: -2px 0 0;
    width: 200px
}

.ft_top h3 {
    color: #606d7a;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 14px;
    text-transform: uppercase
}

.ft_top .ft_links {
    padding-left: 70px
}

.ft_top .ft_links .column:nth-child(2) {
    padding: 0 0 0 45px
}

.ft_top .ft_links .column:nth-child(3) {
    padding: 0 0 0 60px
}

.ft_top .ft_links .column:nth-child(4) {
    padding: 0 0 0 89px
}

.ft_top .links {
    margin: 0
}

.ft_top .links li {
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 13px
}

.ft_top .links a {
    color: #606d7a
}

.ft_top .links a:hover {
    text-decoration: underline
}

.ft_bottom {
    color: #606d7a;
    font-size: 14px;
    font-weight: 300;
    overflow: hidden;
    padding-top: 31px;
    padding-bottom: 23px
}

.ft_bottom .link {
    color: #606d7a;
    font-size: 21px;
    font-weight: 700;
    line-height: 24px;
    margin: 5px 0 0 0;
    display: inline-block;
    vertical-align: middle
}

.ft_bottom .social_list {
    margin: 0 0 0 22px;
    display: inline-block;
    vertical-align: middle
}

.ft_bottom .social_list li {
    display: inline-block;
    vertical-align: top;
    margin: 0 12px;
    width: 34px
}

.ft_bottom .copyright {
    padding-top: 9px
}

.jcf-select-drop .jcf-select-drop-content {
    min-width: 100px!important
}

.front_side {
    width: 400px!important
}

.part-tese .gallery_container .gallery_wrap {
    width: 400px!important
}

.part-tese .gallery_container {
    width: 520px!important;
    left: 60px!important
}

.alert_for_mob {
    display: none
}


/* Product Detail Membership Details Start's Heree */

.product_detail.membership-detail-wrap .app_cart {
    background-image: linear-gradient(to top, #ffffff, #f8f8f8) !important;
}

.product_detail.membership-detail-wrap .app_cart::before {
    background-image: linear-gradient(to top, #ffffff, #f8f8f8) !important;
}

.product_detail.membership-detail-wrap .offer_card {
    padding-top: 80px;
}

.product_detail.membership-detail-wrap .offer_card_wrap {
    padding-left: 15px;
}

.membership-detail-wrap .membership-type li {
    margin-bottom: 24px;
}

.membership-detail-wrap .membership-type li:last-of-type {
    margin-bottom: 0;
}

.membership-detail-wrap .membership-quantity-detail {
    border-bottom: 1px solid #c7c7c7;
    padding: 20px 0;
}

.membership-detail-wrap .membership-quantity-detail h6 {
    font-size: 15px;
    font-weight: bold;
}

.membership-detail-wrap .membership-quantity-detail ul {
    margin-bottom: 0;
    padding: 0;
}

.membership-detail-wrap .membership-quantity-detail li {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.membership-detail-wrap .membership-quantity-detail li:last-of-type {
    margin-bottom: 0;
}

.membership-detail-wrap .membership-quantity-detail li .text {
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
}

.membership-detail-wrap .membership-quantity-detail li .qty {
    margin-left: auto;
}

.membership-detail-wrap .membership-quantity-detail li .helping-text {
    display: block;
    font-size: 15px;
    line-height: 23px;
    font-weight: 300;
    color: #a3a2a2;
}

.membership-detail-wrap .membership-quantity-detail li input::-webkit-outer-spin-button,
.membership-detail-wrap .membership-quantity-detail li input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

.membership-detail-wrap .membership-quantity-detail li input[type=number] {
    -moz-appearance: textfield;
    /* Firefox */
}

.membership-detail-wrap .membership-quantity-detail li .number {
    border: none;
    width: 48px;
    text-align: center;
    box-shadow: none !important;
    font-size: 17px;
    font-weight: 500;
    color: #282828;
}

.membership-detail-wrap .membership-quantity-detail li button {
    width: 40px;
    height: 40px;
    flex-grow: 0;
    background-color: #f8f8f8;
    border-radius: 50%;
    font-size: 16px;
    color: #2f85fe;
}

.membership-detail-wrap .offer_card .offer_btm_bnr_sec {
    padding-top: 24px;
}

.membership-detail-wrap .offer_btm_bnr_sec p {
    font-size: 14px;
    font-weight: 500;
}

.membership-users-detail {
    padding-bottom: 100px;
}

.membership-users-detail .accordion-card .accordion-header {
    cursor: pointer;
}

.membership-users-detail .for-children .accordion-card .accordion-header h5 {
    font-size: 17px;
    font-weight: 500;
    color: #282828;
    padding: 26px 0;
    border-bottom: 1px solid #c7c7c7;
}

.membership-users-detail .for-adults .accordion-card .accordion-header h5 {
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 16px;
    color: #606d7a;
    border: none;
    padding-top: 0;
}

.membership-users-detail .for-children .accordion-card .accordion-header h5[aria-expanded="true"] {
    border-color: #fff;
}

.membership-users-detail .accordion-card .accordion-header h5 {
    position: relative;
}

.membership-users-detail .accordion-card .accordion-header h5::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%230092CF' fill-rule='evenodd' d='M17.072 15.94l1.428-1.426-6.494-6.507L5.5 14.513l1.427 1.427 5.077-5.078 5.068 5.077z' clip-rule='evenodd'/%3E%3C/svg%3E%0A");
    top: calc(50% - 12px);
    right: 0;
    position: absolute;
    width: 24px;
    height: 24px;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    transform: rotate(180deg);
}

.membership-users-detail .accordion .accordion-card .accordion-header h5[aria-expanded="true"]::after {
    transform: rotate(0deg);
}

.membership-users-detail .accordion-card .accordion-body h6 {
    font-size: 17px;
    font-weight: 500;
}

.membership-users-detail .accordion-card .accordion-body .form-section {
    margin-bottom: 40px;
}

.membership-users-detail .accordion-card .accordion-body .media {
    padding: 30px 0 20px 0;
}

.membership-users-detail .accordion-card .accordion-body label {
    font-size: 17px;
}

.membership-users-detail .accordion-card .accordion-body .media-body label {
    font-size: 20px;
    font-weight: bold;
    color: #0092cf;
    margin-left: 26px;
    cursor: pointer;
    text-align: left;
    margin-bottom: 0;
}

.membership-users-detail .accordion-card .accordion-body .media-body .error {
    margin-left: 26px;
}

.membership-users-detail .accordion-card .accordion-body .error {
    margin-top: 6px;
}

.membership-users-detail .accordion-card .accordion-body .form-floating {
    margin-bottom: 24px;
}

.membership-users-detail .accordion-card .accordion-body .form-floating:last-of-type {
    margin-bottom: 0;
}

.membership-users-detail .for-children .children-title {
    font-size: 20px;
    font-weight: 500;
    color: #606d7a;
}

.membership-users-detail .for-children .accordion-card .accordion-body .form-section {
    margin-bottom: 40px;
}

.membership-users-detail .btn-wrapper .subscribe_btn {
    position: sticky;
    top: 20px;
    margin-top: 250px;
}

.membership-users-detail .accordion-card .accordion-body .form .required {
    color: #cc2727;
    display: inline-block;
    margin-left: 4px;
}

.membership-users-detail .vdp-datepicker__calendar {
    top: -282px;
}

.membership-users-detail .vdp-datepicker input {
    width: 100%;
}

.epc-empty-state h2 {
    font-size: 36px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 30px;
}

.epc-empty-state p {
    font-size: 24px;
    font-weight: 500;
    color: #626c7a;
    margin-bottom: 125px;
}

/*Tabby*/
.styles__snippet--a1da2 {
    border: none !important;
    box-shadow: none !important;
    background: none !important;
    border-radius: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
}
.styles__snippet--a1da2 svg {
    opacity: 0.8;
}
/*Tabby End*/

@media screen and (min-width: 768px) {
    .membership-quantity-detail .collapse:not(.show) {
        display: block !important;
    }
    .home_products .product_box .top-content {
        position: relative;
    }
    .home_products .product_box .top-content .membership-popup-text {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 15px 0 25px;
    }
}

@media screen and (max-width: 767px) {
    #wrapper {
        /* overflow: auto !important; */
        height: auto !important;
    }
    .sticky-product-details .membership-popup-text {
        padding: 0;
        margin: 0;
    }
    .epc-empty-state {
        padding-left: 30px;
        padding-right: 30px;
    }
    .epc-empty-state h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .epc-empty-state p {
        font-size: 16px;
        margin-bottom: 53px;
    }
    .swal2-icon.swal2-info {
        display: none !important;
    }
    .membership-users-detail.product_detail .offer_details_wrap {
        text-align: left !important;
        padding-top: 6px;
    }
    .membership-users-detail.product_detail .media-body {
        text-align: center !important;
    }
    .membership-users-detail.product_detail .media-body .error {
        margin-left: 0 !important;
    }
    .membership-users-detail .btn-wrapper .subscribe_btn {
        margin-top: 50px;
        width: 100%;
    }
    .membership-users-detail {
        padding-bottom: 60px !important;
    }
    .membership-users-detail .product-img {
        display: none;
    }
    .membership-users-detail .for-adults .accordion-card .accordion-header h5 {
        font-size: 20px;
        line-height: 26px;
        color: #282828;
        padding-bottom: 26px !important;
    }
    .membership-users-detail .for-adults .accordion-card .accordion-header p {
        color: #000;
        font-size: 14px;
        font-weight: 300;
        line-height: 22px;
    }
    /* .membership-users-detail .accordion-card .accordion-header h5::after {
        top: calc(50% - 26px);
    } */
    .membership-users-detail .accordion-card .accordion-body h6,
    .membership-users-detail .for-children .accordion-card .accordion-header h5,
    .membership-detail-wrap .membership-quantity-detail h2,
    .membership-detail-wrap .membership-quantity-detail li .text {
        color: #282828;
        font-size: 15px;
        font-weight: 500;
    }
    .membership-detail-wrap .membership-quantity-detail h2 {
        position: relative;
        margin: 10px 0 !important;
    }
    .membership-detail-wrap .membership-quantity-detail h2::after {
        content: '';
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%232F85FE' fill-rule='evenodd' d='M6.928 8.06L5.5 9.488l6.494 6.506L18.5 9.487 17.073 8.06l-5.077 5.078L6.928 8.06z' clip-rule='evenodd'/%3E%3C/svg%3E%0A");
        height: 24px;
        width: 24px;
        position: absolute;
        right: 0;
        bottom: 0;
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        -o-transition: transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s;
        transform: rotate(-90deg);
    }
    .membership-detail-wrap .membership-quantity-detail h2[aria-expanded="true"]::after {
        transform: rotate(0deg);
    }
    .membership-detail-wrap .membership-quantity-detail h2[aria-expanded="true"] {
        margin-bottom: 20px !important;
    }
    .membership-detail-wrap .membership-quantity-detail li .helping-text {
        font-size: 13px;
        line-height: 17px;
    }
    .membership-users-detail .accordion-card .accordion-body .media {
        padding-top: 16px;
        flex-flow: column;
    }
    .membership-users-detail .accordion-card .accordion-body .media .img-wrap {
        margin-bottom: 16px;
    }
    .membership-users-detail .accordion-card .accordion-body .media .img-wrap svg {
        height: 90px;
        width: 90px;
    }
    .membership-users-detail .accordion-card .accordion-body .media-body label {
        margin-left: 0;
        color: #2f85fe;
        font-size: 17px;
    }
    .membership-users-detail .form-floating .form-control {
        border-color: #c7c7c7;
    }
    .membership-users-detail .form-floating .vdp-datepicker.form-control {
        border-bottom: 1px solid #c7c7c7 !important;
    }
    .membership-users-detail .form-floating .vdp-datepicker.form-control {
        border-bottom: 1px solid #c7c7c7 !important;
        height: 60px;
        border-radius: 0 !important;
    }
    .membership-users-detail .form-floating>label {
        color: #c7c7c7;
    }
    .form-floating>.form-control:not(:placeholder-shown)~label,
    .form-floating>.form-select~label {
        opacity: 1 !important;
    }
    .membership-users-detail .for-children .children-title {
        font-size: 20px;
        color: #282828;
        font-weight: 700;
    }
    .membership-users-detail .for-children .children-title .small {
        color: #c7c7c7;
        font-weight: 500;
    }
    .membership-users-detail .btn-wrapper .subscribe_btn {
        border-radius: 12px;
        height: 48px;
        background-color: #2f85fe !important;
    }
    .membership-users-detail .btn-wrapper .subscribe_btn[disabled="disabled"] {
        background: #E3E3E3 !important;
        border-color: #E3E3E3;
    }
    /* .membership-detail-wrap .sticky-product-details .offer_btm_bnr_sec,
    .dif_structure .sticky-product-details .offer_btm_bnr_sec {
        flex: 0 0 55%;
        justify-content: flex-start !important;
    } */
    .membership-detail-wrap .sticky-product-details .subscribe_btn,
    .dif_structure .sticky-product-details .subscribe_btn {
        min-width: 160px;
        padding-left: 0;
        padding-right: 0;
    }
    .membership-detail-wrap .membership-quantity-detail h2 {
        text-transform: uppercase;
    }
    .membership-detail-wrap .membership-quantity-detail {
        border-top: 1px solid #c7c7c7;
    }
    .product_detail.membership-detail-wrap .app_cart::before {
        background-image: linear-gradient(to bottom, #91d3da, #ffffff) !important;
    }
    .product_detail.membership-detail-wrap .app_cart,
    .product_detail.membership-detail-wrap.membership-users-detail .app_cart::before {
        background: #fff !important;
        background-image: none !important;
    }
    .product_detail.membership-detail-wrap.membership-users-detail .app_cart {
        padding-top: 6px !important;
    }
}

.form-floating {
    position: relative
}

.form-floating>.form-control,
.form-floating>.form-select {
    height: calc(3.5rem + 2px);
    padding: 1rem 0;
    background: transparent;
    border-color: #606d7a;
    font-size: 17px;
    font-weight: 300;
}

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 16px 0;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-floating>label {
        transition: none
    }
}

.form-floating>.form-control::-webkit-input-placeholder {
    color: transparent
}

.form-floating>.form-control::-moz-placeholder {
    color: transparent
}

.form-floating>.form-control::placeholder {
    color: transparent
}

.form-floating>.form-control:not(:-moz-placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-select {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
    opacity: .65;
    transform: scale(.85) translateY(-.9rem) translateX(0)
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: .65;
    transform: scale(.85) translateY(-.9rem) translateX(0)
}

.form-floating>.form-control:-webkit-autofill~label {
    opacity: .65;
    transform: scale(.85) translateY(-.9rem) translateX(0)
}

#order_confirm_modal.adv_club .modal-footer a {
    width: auto;
    background: #2f85fe;
    font-weight: 300;
    letter-spacing: 1px;
    min-width: 170px;
    padding: 8px 0;
    border-radius: 7px !important;
}

.swal2-container {
    padding: 0 30px !important;
}

.swal2-popup {
    border-radius: 7px !important;
}

.swal2-popup h2 {
    font-size: 21px !important;
}

.swal2-content {
    font-weight: 300 !important;
}

.swal2-popup .swal2-confirm {
    width: auto;
    background: #0092cf !important;
    font-weight: 300;
    letter-spacing: 1px;
    min-width: 170px;
    padding: 8px 0;
    border-radius: 7px !important;
    outline: none;
    box-shadow: none;
}

@media only screen and (min-width:767px) {
    .front_side {
        width: 400px!important
    }
    .part-tese .gallery_container .gallery_wrap {
        width: 400px!important
    }
    .part-tese .gallery_container {
        width: 520px!important;
        left: 60px!important
    }
    .alert_for_mob {
        display: none
    }
    .alert_for_desk {
        display: block
    }
}

@media only screen and (min-width:992px) {
    #wrapper {
        /* padding: 80px 0 0 */
    }
    .cart_gift_box label {
        max-width: 75%
    }
}

@media only screen and (min-width:1200px) {
    #wrapper,
    body,
    html {
        height: 100%
    }
    #wrapper {
        table-layout: fixed;
        display: table;
        width: 100%
    }
    #footer {
        height: 1%;
        display: table-footer-group
    }
    .container {
        max-width: 1305px
    }
    .ft_bottom .social_list a {
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        position: relative;
        display: block
    }
    .ft_bottom .social_list a:before {
        content: '';
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 50%;
        position: absolute;
        border: #606d7a solid 6px;
        -webkit-animation-duration: 1s;
        animation-duration: 1s
    }
    .ft_bottom .social_list a:active:before,
    .ft_bottom .social_list a:focus:before,
    .ft_bottom .social_list a:hover:before {
        -webkit-animation-name: hvr-ripple-out;
        animation-name: hvr-ripple-out
    }
}

@media only screen and (max-width:1600px) {
    .ft_bottom .social_list {
        margin: 0 35px 0 22px
    }
}

@media only screen and (max-width:1599px) {
    .ft_bottom .social_list {
        margin: 0 115px 0 22px
    }
}

@media screen and (max-width: 1280px) {
    .product_slider {
        padding: 0 30px;
    }
    .slick-prev {
        left: 0;
    }
    .slick-next {
        right: 0;
    }
}

@media only screen and (min-width:1201px) and (max-width:1280px) {
    .carousel .mainVid_title {
        font-size: 46px;
    }
    .twlv_months_mbr_txt {
        top: 215px;
    }
    .home_products .product_box.exclusive-added .product_details .short_desc {
        font-size: 15px;
        padding: 0 10px;
        top: 280px;
    }
}

@media screen and (max-width: 992px) {
    /* .region_select,
    .inner_header .region_select,
    .userLogin .inner_header .region_select {
        position: fixed;
        top: 79px !important;
        right: 0 !important;
    } */
    /*.scroll-header .region_select .region-menu {
        display: none;
    }*/
    /* Responsive Design 2020 */
    .achievements_slider .slick-list,
    .faqs-home-slider .slick-list {
        padding: 0 20% 0 0;
    }
    .product_detail .product-img {
        width: 300px;
        margin: 0 auto;
    }
    .product_detail .offer_details_wrap {
        padding: 0;
        text-align: center;
    }
    .product_detail .app_cart {
        padding-right: 90px;
    }
    /* Responsive Design 2020 */
}

@media only screen and (min-width:992px) and (max-width:1440px) {
    .inner_header .region_select .dropdown-menu,
    .region_select .dropdown-menu,
    .userLogin .inner_header .region_select .dropdown-menu {
        position: fixed;
        top: 79px!important;
        right: 0!important
    }
}

@media only screen and (max-width:1439px) {
    .carousel .vidContent p {
        margin: 0 0 20px;
    }
    .app-store-links {
        padding-top: 10px;
    }
    .ft_bottom .social_list {
        margin: 0 160px 0 22px
    }
}

@media only screen and (max-width:1365px) {
    .ft_top .ft_links {
        padding-left: 15px
    }
    .ft_top .ft_links .column:nth-child(2),
    .ft_top .ft_links .column:nth-child(3),
    .ft_top .ft_links .column:nth-child(4) {
        padding: 0 15px
    }
    .product_detail .offer_details_wrap {
        padding-top: 15px;
    }
}

@media only screen and (max-width:1199px) {
    .carousel .mainVid_title {
        font-size: 36px;
        line-height: 36px;
    }
    .carousel .vidContent {
        font-size: 24px;
        padding: 0 0 0 25px;
    }
    .carousel .btn {
        font-size: 24px;
    }
    .app-store-links {
        width: auto;
        padding: 20px 0 0 13px;
    }
    .carousel {
        min-height: auto;
    }
    .pg_form {
        padding: 44px 30px 50px 0
    }
    .bg_page {
        background-position: center
    }
    .form_holder .btn {
        min-width: 200px
    }
    .pg_checkout .breadcrumb {
        width: auto
    }
    .pg_checkout .card_accept {
        max-width: 90%
    }
    .pg_checkout .card_accept img {
        margin: 0 0 0 -35px
    }
    .pg_checkout .pg_form {
        padding: 22px 15px 50px 0
    }
    #card_number.form-control::-webkit-input-placeholder {
        word-spacing: 15px
    }
    #card_number.form-control:-moz-placeholder {
        word-spacing: 15px
    }
    #card_number.form-control::-moz-placeholder {
        word-spacing: 15px
    }
    #card_number.form-control:-ms-input-placeholder {
        word-spacing: 15px
    }
    #card_verification-error {
        width: 100px
    }
    .svg_steps {
        margin: 0
    }
    .svg_steps li {
        border-top: 1px solid #e0e2e5;
        position: relative;
        padding: 30px 0;
        display: block;
        width: 100%;
        margin: 0
    }
    .svg_steps li:first-child {
        border-top: 0
    }
    .svg_steps li:before {
        left: 0;
        top: -3px;
        content: '';
        clear: both;
        width: 100px;
        height: 5px;
        background: #fff;
        position: absolute
    }
    .svg_steps .icon {
        margin: 0 44px 0 19px
    }
    .svg_steps li:nth-child(2) .icon {
        margin: 0 32px 0 0
    }
    .svg_steps li:nth-child(3) .icon {
        margin: 0 24px 0 0
    }
    .svg_steps li:nth-child(4) .icon {
        margin: -16px 38px 0 8px
    }
    .trv_tabs .tab {
        width: 100%;
        margin: 0
    }
    .trv_tabs .trvColumn .tabImage {
        width: 270px;
        margin: -3px 0 34px 24px
    }
    .trv_tabs .trvColumn:nth-child(2) .tab {
        width: 100%;
        margin: 0
    }
    .trv_tabs .trvColumn:nth-child(2) .logo_holder {
        margin: 2px 0 20px
    }
    .trv_tabs .trvColumn:nth-child(2) .tabImage {
        margin: -10px 0 30px 25px
    }
    .trv_tabs .trvColumn:nth-child(3) .tab {
        width: 100%;
        margin: 0
    }
    .trv_tabs .trvColumn:nth-child(3) .logo_holder {
        margin: 0 0 20px
    }
    .trv_tabs .trvColumn:nth-child(3) .tabImage {
        width: 357px;
        margin: -21px 0 34px -26px
    }
    .cart_tabel_2 strong {
        font-size: 20px;
        padding-right: 20px
    }
    .cart_table .sub_dis_copun {
        margin-right: -110px
    }
    .cart_table table {
        margin-bottom: 70px
    }
    .product_detail .merchants .merchant-wrapper .innerContent {
        grid-template-columns: repeat(4, 1fr);
    }
    .product_detail .offer_btm_bnr_sec h2 {
        font-size: 28px;
        line-height: 38px;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .sticky-product-details h1 {
        font-size: 18px;
    }
    .faqs-home-slider {
        margin: 0 -65px 0 -12px;
    }
    .cart_gift_box {
        width: 355px
    }
    .cart_tabel_2 tbody tr td:last-child,
    .cart_tabel_2 tfoot tr td:last-child,
    .cart_tabel_2 thead tr th:last-child {
        font-size: 18px
    }
    #ctaVid {
        width: 50%!important
    }
}

@media screen and (max-width:1024px) {
    .product_detail .offer_card_wrap .subscribe_btn {
        min-width: 100%;
    }
    .product_detail .merchant-wrapper {
        padding: 0;
    }
    #tile-1 .nav-tabs {
        width: 100%;
    }
    .product_detail .merchants .merchant-wrapper .innerContent {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        scroll-snap-points-x: repeat(100%);
        scroll-snap-destination: 100% 0%;
        scroll-padding: 1rem;
        /* You can ommit it in iOS 13 */
        -webkit-overflow-scrolling: touch;
    }
    .product_detail .merchants .merchant-wrapper .innerContent::-webkit-scrollbar {
        display: none;
    }
    .product_detail .merchants .merchant-wrapper .innerContent .merchant-wrap {
        scroll-snap-align: start;
        flex: 0 0 40%;
    }
}

@media only screen and (max-width:991px) {
    body.homePage {
        padding: 0 0 59px
    }
    #wrapper {
        /* padding: 47px 0 0 */
    }
    .carousel .tag {
        font-size: 20px
    }
    .carousel .vidContent {
        font-size: 20px;
    }
    .carousel .vidContent p {
        margin: 0 0 10px;
    }
    .carousel .mainVid_title {
        font-size: 30px;
        line-height: 30px
    }
    html[lang=el] .carousel .mainVid_title {
        width: 325px;
        font-size: 24px;
        line-height: 28px
    }
    .carousel .holder {
        max-width: 600px;
        padding: 70px 0
    }
    .carousel .imgColumn {
        width: 245px
    }
    .carousel .textHolder {
        width: 344px
    }
    /** Responsive Design 2020 **/
    .carousel .btn {
        font-size: 16px;
        padding: 6px 20px 8px;
    }
    /** Responsive Design 2020 **/
    /** Responsive Design 2020 Detail Page **/
    .merchants .tab-content .slick-list {
        padding: 0 15% 0 0;
    }
    .product_detail .offer_btm_bnr_sec h2 {
        font-size: 28px;
        line-height: 36px;
    }
    /* Resposive Design 2020 Detail Page */
    .bg_page {
        display: none!important
    }
    .pg_checkout .card_accept {
        max-width: 70%
    }
    .pg_checkout .card_accept img {
        margin: 0 -41px 0 0
    }
    .pg_form {
        padding: 44px 0 50px 0
    }
    .form_holder .select_cols {
        width: 490px
    }
    .form_holder .select_cols .column {
        width: 40%
    }
    .pg_success .pg_form {
        padding: 22px 0 50px 0
    }
    .trv_tabs .trvColumn .tabImage {
        width: 210px;
        margin: -3px 0 34px 13px
    }
    .trv_tabs .trvColumn:nth-child(2) .tabImage {
        width: 210px;
        margin: -10px 0 30px 12px
    }
    .trv_tabs .trvColumn:nth-child(3) .tabImage {
        width: 277px
    }
    .hub_tabs .slick-slide {
        margin: 0 10px
    }
    .ft_bottom .social_list {
        margin: 0
    }
    .ft_bottom .social_list li {
        margin: 0 5px
    }
    .ft_bottom .link {
        font-size: 18px
    }
    .logo_clm {
        display: none
    }
    .ft_top .links {
        margin: 0 0 30px
    }
    .cart_cur_select {
        padding-left: 10px
    }
    .cart_table table {
        margin-bottom: 60px
    }
    .cart_table table tbody tr td,
    .cart_table table tfoot tr td,
    .cart_table table thead tr th {
        padding: 22px 0;
        font-size: 19px
    }
    .cart_gift_box {
        width: 230px
    }
    .cart_gift_box label {
        padding-left: 26px;
        max-width: 80%
    }
    .tabel_add_on_list span {
        width: 70%
    }
    .cart_tabel_2 strong {
        font-size: 20px;
        padding-right: 20px
    }
    .cart_form .form-control {
        width: 250px;
        font-size: 26px;
        margin-right: 30px
    }
    .cart_form button {
        padding: 16px 20px
    }
    .shop_proc_btns_outer ul li {
        padding-right: 30px
    }
    .cart_tabel_2 strong {
        font-size: 18px;
        padding-right: 14px
    }
    .cart_form .form-control {
        width: 170px;
        font-size: 18px;
        margin-right: 14px
    }
    .cart_form .form-control.red_promo_inp2 {
        width: 148px;
    }
    .cart_form button {
        padding: 12px 13px
    }
    .cart_table .sub_dis_copun {
        margin-right: -40px
    }
}

@media only screen and (max-width:767px) {
    body {
        font-size: 14px;
        overflow-x: hidden !important
    }
    h1 {
        font-size: 20px;
        margin: 0 0 22px
    }
    h2 {
        font-size: 21px;
        line-height: 1.4;
    }
    .error .icon {
        float: left;
        width: 16px;
        margin: -3px 10px 0 0!important
    }
    .error .icon img {
        height: auto;
        width: 100%
    }
    .error .icon-text {
        float: right;
        width: 87%
    }
    #wrapper {
        /* padding: 55px 0 0 */
    }
    .ios_checkout #app_payment .payForm {
        min-height: 550px
    }
    .ios_checkout .apple_payment_section.apple_step1 {
        height: calc(100vh - 120px)
    }
    .carousel .tag {
        font-size: 16px
    }
    .carousel .holder {
        padding: 30px 0
    }
    .carousel .imgColumn {
        float: none;
        width: 240px;
        margin: 0 auto 30px
    }
    .carousel .textHolder {
        float: none;
        padding: 0;
        width: 100%
    }
    /** Responsive Design 2022 **/
    .carousel .carousel-inner,
    .carousel-item {
        max-height: inherit;
    }
    .carousel .vidContent_wrap,
    .carousel #mobile-apps-links {
        padding: 0 20px;
    }
    .carousel .vidContent {
        padding: 25px 0 0;
        text-align: center;
        font-size: 18px;
        width: 100%;
    }
    .carousel .mainVid_title {
        padding: 0;
        font-size: 40px;
        line-height: 40px;
        margin: 0 0 10px;
        text-align: center;
    }
    .ios .carousel::before {
        -webkit-filter: contrast(96%);
        filter: contrast(96%);
    }
    .app-store-links {
        padding: 10px 0 0;
    }
    .app-store-links a {
        margin: 0;
    }
    .app-store-links .inner-btns-wrap img {
        height: 24px;
    }
    html[lang="el"] .carousel .mainVid_title {
        font-size: 30px;
        line-height: 32px;
        margin: 0 auto 30px
    }
    .carousel .btn {
        font-size: 14px;
        line-height: 14px;
        padding: 7px 12px 6px;
    }
    .product_slider {
        padding: 0;
    }
    .home_products {
        padding: 24px 0 6px;
        /* margin-right: -15px; */
    }
    .home_products h2.sec-title {
        padding: 0;
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        color: #5d6d7b;
        margin-bottom: 20px;
    }
    .product_box .after_price .vat_info {
        display: block;
    }
    .home_products .product_box .product_details .product_desc,
    .home_products .product_box .product_details .product_features li,
    .home_products .product_box .product_details .short_desc,
    .home_products .product_box .product_details .product_price .price_desc {
        font-size: 13px;
        line-height: 1.4;
    }
    .home_products .product_box {
        margin: 0;
    }
    .home_products .product_slider.only-one {
        margin: 0;
    }
    .home_products .product_slider.only-one .product_box {
        margin: 0;
        box-shadow: none !important;
    }
    .home_products .product_box .top-content {
        padding-left: 0;
        padding-right: 0;
    }
    .home_products .product_box.include-tags .product_details .short_desc {
        top: 50px;
    }
    .home_products .product_box .include-offers li {
        font-size: 12px;
        padding: 2px 10px;
    }
    .home_products .slick-list {
        padding: 0 13% 0 0;
    }
    .home_products .product_slider .slick-current .product_box {
        box-shadow: 0 2px 12px -3px #b5b5b5;
        border: solid 1px #e9e7e7;
        background-color: #f3f2f2;
    }
    .home_products .product_slider .product_box {
        /* margin: 16px 10px 16px; */
        min-height: 628px;
        margin-bottom: 24px;
    }
    .home_products .product_slider .slick-dots {
        position: absolute;
        top: -15px;
        bottom: auto;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
    .home_products .product_slider .slick-dots li button {
        width: 15px;
        height: 15px;
        padding: 4px;
    }
    .home_products .product_slider .slick-dots li button::before {
        height: 11px;
        width: 11px;
    }
    .home_products .product_slider .product_box.slick-active {
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    }
    .upsellmodal {
        padding-right: 0 !important;
    }
    .upsellmodal .modal-body,
    .genericModalConsent .modal-body {
        padding-left: 10px;
        padding-right: 10px;
    }
    .not-logged-in-modal .modal-body {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .not-logged-in-modal .btn {
        min-width: 220px;
        width: 220px;
    }
    .subscribe_btn,
    .subscribe_btn_outline {
        min-width: 180px;
        margin-top: 5px;
    }
    .separateProduct .subscribe_btn,
    .separateProduct .subscribe_btn_outline {
        min-width: 160px;
        margin-top: 5px;
    }
    .aapBft_section {
        padding: 30px 0 6px
    }
    .aapBft_section h2 {
        font-size: 21px;
        margin: 0 0 25px
    }
    .aapBft_section .hero_img {
        width: 35px;
        margin: 0 auto;
    }
    .aapBft_section .hero_img svg {
        width: 100%
    }
    .aapBft_section .bottom-content p {
        font-size: 13px;
    }
    .faqs-home {
        padding: 28px 0 28px 20px;
    }
    .faqs-home-slider .slick-list {
        padding: 0 12% 0 0;
    }
    .faqs-home .faq-card {
        margin: 0 6px;
    }
    /** Responsive Design Detail Page 2020 **/
    .product_detail {
        padding-bottom: 240px;
        padding-top: 20px;
    }
    .product_detail.membership-detail-wrap {
        padding-bottom: 170px;
    }
    .header_mobile {
        padding-bottom: 65px;
    }
    .product_detail .product-img {
        width: 100%;
    }
    .product_detail .offer_tp_bg {
        padding: 20px 15px 0 15px;
    }
    .product_detail .app_cart {
        background: transparent !important;
        position: relative;
    }
    .product_detail .app_cart::before {
        content: '';
        background-image: linear-gradient(to bottom, #91d3da, #ffffff) !important;
        height: 220px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .product_detail .offer_list {
        text-align: center;
        margin-top: 20px;
    }
    .product_detail .listing_banner {
        padding: 0 21%;
    }
    .product_detail h1 {
        font-size: 21px;
        line-height: 1.4;
        margin: 0 0 10px;
    }
    .product_detail .offer_btm_bnr_sec h2 {
        font-size: 24px;
        line-height: 32px;
        flex-flow: column;
    }
    .offer_details_wrap {
        padding: 20px 0 0 0 !important;
    }
    .product_detail .offer_details p {
        text-align: center;
    }
    .offer_details .read-more {
        margin-left: 5px;
    }
    .offer_btm_bnr_sec {
        display: none;
    }
    .postpay-detail .sticky-product-details .postpay-widget {
        width: 90%;
        font-size: 12px !important;
        position: absolute;
        left: 15px;
        text-align: left;
        padding-top: 40px;
        margin-top: 5px;
    }
    .below_annually_price {
        text-align: left;
    }
    .billed_annually_mobile_detail {
        text-align: left;
    }
    .tourist-product-30-days-prospect .sticky-product-details .postpay-widget {
        padding-top: 95px;
    }
    .tourist-product-30-days-prospect .sticky-product-details .inner-wrap {
        align-items: center!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important;
        display: -ms-flexbox!important;
        display: flex!important;
    }
    .merchants {
        padding: 8px 0 15px;
    }
    .merchants .title-1 {
        margin-bottom: 40px;
        font-size: 21px;
    }
    .merchants .tab-content .slick-list {
        padding: 0 20% 0 0;
    }
    .merchants .tab-content.merchant-wrapper {
        margin-right: -15px;
        margin-left: -15px;
        padding-left: 10px;
        padding-right: 0;
    }
    .merchants .head-row {
        padding: 0 15px 10px 0;
    }
    .merchants .head-row .title-1 {
        font-size: 24px;
        line-height: 29px;
        color: #282828;
        margin: 0;
    }
    .merchants .head-row .right {
        width: 50px
    }
    .merchants .head-row p {
        font-size: 13px;
        font-weight: 500;
        line-height: 1.46;
        color: #282828;
    }
    .merchants #tile-1 .nav-tabs {
        display: none !important;
    }
    .merchants .tab-content>.tab-pane {
        opacity: 1 !important;
        height: auto !important;
    }
    .merchants .tab-content>.tab-pane.only-3 {
        display: none !important;
    }
    .product_detail .merchants .merchant-wrapper .innerContent {
        margin-left: -10px;
    }
    .product_detail .merchants .merchant-wrapper .innerContent .merchant-wrap {
        flex: 0 0 62%;
    }
    .product_detail .merchants .merchant-wrapper .merchant-wrap,
    .merchant-wrapper .merchant .image-container {
        margin-bottom: 10px;
    }
    .product_detail.membership-detail-wrap .offer_card {
        padding-top: 16px;
    }
    .sticky-product-details {
        opacity: 1;
        transform: none !important;
        top: auto;
        bottom: 0;
        padding: 16px 5px 20px 5px;
        box-shadow: none;
    }
    .postpay-detail .sticky-product-details {
        padding-bottom: 74px;
    }
    .membership-detail-wrap .sticky-product-details {
        padding-bottom: 55px;
        padding-top: 22px;
    }
    .membership-detail-wrap .offer_btm_bnr_sec {
        padding-top: 0;
        margin-bottom: 10px;
    }
    .sticky-product-details.tet {
        padding: 23px 5px 30px 5px;
    }
    .sticky-product-details.tet .subscribe_btn {
        position: absolute;
        top: -7px;
        right: 15px;
        min-width: 140px;
        padding: 10px 28px;
        margin: 0;
    }
    .membership-detail-wrap .sticky-product-details .inner-wrap .price-wrap,
    .dif_structure .sticky-product-details .inner-wrap .price-wrap {
        flex: 0 0 auto;
        text-align: center;
    }
    .iphoneX.ios_device .sticky-product-details,
    .iphone-max.ios_device .header_mobile .sticky-product-details {
        bottom: 0
    }
    .no-bottom-nav .header_mobile .sticky-product-details,
    .iphoneX.ios_device .header_mobile .sticky-product-details.no-menu,
    .iphone-max.ios_device .header_mobile .sticky-product-details.no-menu {
        bottom: 0 !important;
    }
    .iphoneX.ios_device .region_select .region-menu,
    .iphone-max.ios_device .region_select .region-menu {
        padding-top: 44px;
    }
    .iphoneX.ios_device .region_select .region_list,
    .iphone-max.ios_device .region_select .region_list {
        height: calc(100% - 197px);
        margin-bottom: 60px !important;
    }
    .product_slider.only-one .slick-list {
        padding: 0 25px 0 0;
    }
    .sticky-product-details .offer_btm_bnr_sec .strike {
        margin: 0;
        font-size: 14px;
        line-height: 14px;
    }
    .sticky-product-details .offer_btm_bnr_sec .percentage_off {
        margin: 0 0 0 10px;
    }
    .sticky-product-details .offer_btm_bnr_sec .discounted-price {
        margin: 0;
    }
    .sticky-product-details .offer_btm_bnr_sec .tag-wrap {
        margin-bottom: 8px;
        text-align: center;
        max-width: 128px;
    }
    .sticky-product-details .offer_btm_bnr_sec .price-wrap {
        flex: 0 0 auto;
        text-align: center;
    }
    .sticky-product-details .offer_btm_bnr_sec .subscribe_btn {
        flex: 0 0 auto;
        padding-left: 30px;
        padding-right: 30px;
        margin: 0 0 0 10px;
    }
    .product_detail .sticky-product-details .product-inner {
        display: none !important;
    }
    .upsell-products {
        padding: 24px 15px 0 15px;
    }
    .upsell-products h1 {
        width: 185px;
        margin: 0 auto !important;
    }
    .upsell-products .product-col .product-img {
        max-width: none;
        height: 177px;
        padding-left: 0;
        padding-right: 0;
    }
    .upsell-products .plus {
        flex: 0 0 8%;
    }
    .upsell-products .plus svg {
        width: 100%;
    }
    .upsell-products .product-col {
        flex: 0 0 46%;
    }
    .upsell-products .sticky-product-details {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .upsell-wrapper .subscribe_btn_outline {
        margin: 0;
        padding: 5px 17px;
    }
    .upsell-products .upsells-products-detail ul li {
        font-size: 13px;
    }
    .upsell-wrapper .sticky-product-details .product-inner {
        flex-flow: column;
    }
    .upsell-wrapper .sticky-product-details .img-wrapper {
        display: none;
    }
    .upsell-wrapper .sticky-product-details .icon {
        margin: 0 0 10px;
    }
    .upsell-wrapper .sticky-product-details h1 {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 8px;
    }
    .upsell-products .product-col h3 {
        font-size: 18px;
    }
    /* Resposive Design 2020 Detail Page */
    .pg_form {
        padding: 18px 0 50px 16px
    }
    .pg_form h1 {
        margin: 0 0 22px
    }
    .form_holder .field_holder {
        margin: 0 0 21px
    }
    .form_holder label {
        font-size: 12px;
        line-height: 16px;
        margin: 0
    }
    .form-control {
        height: 30px;
        font-size: 14px;
        padding: 2px 0 6px
    }
    .forgot_link {
        top: 18px;
        font-size: 12px
    }
    .select_holder .jcf-select {
        padding: 0;
        height: 30px
    }
    .select_holder .jcf-select .jcf-select-text {
        font-size: 14px
    }
    .select_holder .jcf-select .jcf-select-opener {
        right: 2px;
        top: 12px
    }
    .form_holder .field_holder.mb_46 {
        margin: 0 0 36px
    }
    textarea.form-control {
        height: 85px
    }
    .pg_signin .checkList {
        margin: -3px 0 48px
    }
    .checkList li {
        margin: 0 0 9px;
        padding: 0 0 0 38px;
        font-size: 15px
    }
    .form_holder .btn {
        padding: 13px 20px;
        min-width: 49%
    }
    .form_holder .select_cols {
        width: 258px
    }
    .form_holder .select_cols .column {
        width: 42%
    }
    .pg_checkout .jcf-select .jcf-select-text {
        margin: 0 25px 0 0
    }
    .pg_checkout .pg_form {
        padding: 18px 0 50px 16px
    }
    .pg_checkout .card_accept {
        max-width: 100%
    }
    .pg_checkout .card_accept img {
        margin: 0 0 0 -30px
    }
    .pg_checkout .pg_form h1 {
        margin: 0 0 16px
    }
    .pg_checkout .bg_imgHolder {
        margin: 0 -15px 19px -31px
    }
    .pg_checkout .fs_21 {
        font-size: 14px
    }
    .pg_form .mb_55 {
        margin-bottom: 15px
    }
    .pg_form h1 .link {
        font-size: 12px;
        margin: 2px 3px 0 0
    }
    .pg_checkout .form_holder .field_holder {
        margin: 0 0 36px
    }
    .pg_checkout .form-control {
        font-size: 14px;
        padding: 2px 0 6px
    }
    .form_holder .field_holder .icon {
        bottom: auto;
        top: 30px;
        left: 3px;
        width: 18px
    }
    .form_holder .select_cols select {
        font-size: 14px
    }
    .form_holder .select_cols .select_holder::after {
        top: 7px
    }
    .form_holder .select_cols select {
        font-size: 14px
    }
    .form_holder .select_cols label {
        margin: 0 0 8px
    }
    .errorDiv,
    .show-error,
    label.error {
        padding: 0 0 0 25px;
        margin: 5px 0 0!important
    }
    #card_verification-error {
        padding: 0 0 0 20px;
        width: 87px
    }
    .errorDiv:before,
    .show-error:before,
    label.error:before {
        top: 1px;
        width: 15px;
        height: 14px;
        background-size: cover
    }
    .pg_checkout input[type=number].form-control {
        padding: 4px 0 5px 36px
    }
    .pg_checkout #card_number.form-control {
        padding: 4px 0 5px
    }
    .form_holder .select_cols {
        width: 228px
    }
    .form_holder .select_cols .column {
        width: 45%
    }
    .form_holder .ccv_col {
        width: 80px
    }
    .form_holder .ccv_col .form-control {
        height: 33px
    }
    .pg_checkout .btn_holder {
        padding: 9px 0 0
    }
    .pg_checkout .form_holder .btn {
        display: block;
        width: 100%
    }
    .inv_card {
        font-size: 12px;
        bottom: 5px
    }
    .inv_card img {
        width: 15px
    }
    .pg_success .pg_form {
        padding: 22px 0 50px 17px
    }
    .pg_success .pg_form h1 {
        margin: 0 0 19px
    }
    .pg_social_icons {
        margin: 0 0 29px -2px
    }
    .pg_social_icons li {
        width: 50px;
        margin: 0 29px 0 0
    }
    .info_svg h3 {
        margin: 0 0 5px
    }
    .info_svg h3.add {
        margin: 0
    }
    .info_svg p.fs_21 {
        margin: 0 0 36px
    }
    .info_svg h3,
    .info_svg p.fs_21,
    .svg_steps li,
    .svg_steps li .title {
        font-size: 14px
    }
    .svg_steps li {
        padding: 27px 0 21px
    }
    .svg_steps .icon {
        width: 21px;
        margin: 0 26px 0 11px
    }
    .svg_steps li:nth-child(2) .icon {
        width: 40px;
        margin: 0 18px 0 0
    }
    .svg_steps li:nth-child(3) .icon {
        width: 42px;
        margin: 0 16px 0 0
    }
    .svg_steps li:nth-child(4) .icon {
        width: 32px;
        margin: 0 21px 0 5px
    }
    .svg_steps li:before {
        width: 62px
    }
    .svg_steps .title {
        margin: 0
    }
    .svg_steps .link_row span {
        display: none
    }
    .svg_steps .link_row img {
        margin: 0;
        width: 100%
    }
    .svg_steps .link_row {
        position: absolute;
        width: 30px;
        top: 50%;
        right: 35px;
        margin: -15px 0 0
    }
    .breadcrumb {
        display: none
    }
    .Cross-out-price,
    .offer_btm_bnr_sec h3 {
        font-size: 14px;
        line-height: 22px
    }
    .entertainer_slider_wrapper {
        position: relative
    }
    .entertainer_slider .ent-slide-item {
        position: absolute;
        width: 100%;
        z-index: 0;
        opacity: 0!important;
        transform: none!important
    }
    .entertainer_slider .ent-slide-item.ent-slide-active {
        z-index: 50;
        opacity: 1!important
    }
    .entertainer_slider_control .next.disabled,
    .entertainer_slider_control .prev.disabled {
        opacity: .5;
        pointer-events: none
    }
    /* 1/20/2020 */
    .entertainer_slider a {
        display: block;
        min-height: 225px
    }
    .productItem[product_title="SA Bundle 2019"] .app_cart,
    .productItem[product_title="SA Bundle 2020"] .app_cart {
        height: 556px
    }
    .productItem[product_title="Dubai 2019"] .app_cart.add-ons-edit .listing_banner {
        top: 230px
    }
    .productItem[product_title="Dubai 2020"] .app_cart.add-ons-edit .listing_banner {
        top: 210px
    }
    .productItem[product_title="Fine Dining 2019"] .app_cart.add-ons-edit .listing_banner {
        top: 238px
    }
    .productItem[product_title="Fine Dining 2020"] .app_cart.add-ons-edit .listing_banner {
        top: 220px
    }
    .productItem[product_title="Abu Dhabi 2019"] .app_cart.add-ons-edit .listing_banner,
    .productItem[product_title="Abu Dhabi 2020"] .app_cart.add-ons-edit .listing_banner {
        top: 227px
    }
    .productItem[product_title="Abu Dhabi Bundle 2019"] .app_cart.add-ons-edit .listing_banner {
        top: 202px
    }
    .productItem[product_title="Abu Dhabi Bundle 2020"] .app_cart.add-ons-edit .listing_banner {
        top: 248px
    }
    .productItem[product_title="Riyadh + Bahrain 2019"] .app_cart.add-ons-edit .listing_banner {
        top: 235px
    }
    .productItem[product_title="Jeddah + Bahrain 2019"] .app_cart.add-ons-edit .listing_banner {
        top: 235px
    }
    .productItem[product_title="Eastern Province + Bahrain 2019"] .app_cart.add-ons-edit .listing_banner {
        top: 235px
    }
    .productItem[product_title="Qatar 2019"] .app_cart.add-ons-edit .listing_banner,
    .productItem[product_title="Qatar 2020"] .app_cart.add-ons-edit .listing_banner {
        top: 213px
    }
    .productItem[product_title="Jeddah 2019"] .app_cart.add-ons-edit .listing_banner,
    .productItem[product_title="Jeddah 2020"] .app_cart.add-ons-edit .listing_banner {
        top: 207px
    }
    .productItem[product_title="Riyadh 2019"] .app_cart.add-ons-edit .listing_banner,
    .productItem[product_title="Riyadh 2020"] .app_cart.add-ons-edit .listing_banner {
        top: 208px
    }
    .productItem[product_title="Eastern Province 2019"] .app_cart.add-ons-edit .listing_banner,
    .productItem[product_title="Eastern Province 2020"] .app_cart.add-ons-edit .listing_banner {
        top: 188px
    }
    .productItem[product_title="Eastern Province + Bahrain 2019"] .app_cart.add-ons-edit .listing_banner,
    .productItem[product_title="Eastern Province + Bahrain 2020"] .app_cart.add-ons-edit .listing_banner {
        top: 170px
    }
    .productItem[product_title="Bahrain 2019"] .app_cart.add-ons-edit .listing_banner,
    .productItem[product_title="Bahrain 2020"] .app_cart.add-ons-edit .listing_banner {
        top: 237px
    }
    .productItem[product_title="Oman 2019"] .app_cart.add-ons-edit .listing_banner,
    .productItem[product_title="Oman 2020"] .app_cart.add-ons-edit .listing_banner {
        top: 212px
    }
    .productItem[product_title="Kuwait 2019"] .app_cart.add-ons-edit .listing_banner,
    .productItem[product_title="Kuwait 2020"] .app_cart.add-ons-edit .listing_banner {
        top: 212px
    }
    .productItem[product_title="Singapore Bundle 2019"] .app_cart.add-ons-edit .listing_banner,
    .productItem[product_title="Singapore Bundle 2020"] .app_cart.add-ons-edit .listing_banner {
        top: 155px
    }
    .productItem[product_title="Singapore 2019"] .app_cart.add-ons-edit .listing_banner,
    .productItem[product_title="Singapore 2020"] .app_cart.add-ons-edit .listing_banner {
        top: 239px
    }
    .productItem[product_title="Malaysia 2019"] .app_cart.add-ons-edit .listing_banner {
        top: 210px
    }
    .productItem[product_title="Malaysia 2020"] .app_cart.add-ons-edit .listing_banner {
        top: 204px
    }
    .productItem[product_title="Hong Kong 2019"] .app_cart.add-ons-edit .listing_banner {
        top: 241px
    }
    .productItem[product_title="Hong Kong 2020"] .app_cart.add-ons-edit .listing_banner {
        top: 238px
    }
    .productItem[product_title="SA Bundle 2019"] .app_cart.add-ons-edit .listing_banner {
        top: 268px
    }
    .productItem[product_title="Cape Town 2019"] .app_cart.add-ons-edit .listing_banner,
    .productItem[product_title="Cape Town 2020"] .app_cart.add-ons-edit .listing_banner {
        top: 233px
    }
    .productItem[product_title="Durban 2019"] .app_cart.add-ons-edit .listing_banner,
    .productItem[product_title="Durban 2020"] .app_cart.add-ons-edit .listing_banner {
        top: 218px;
        width: 175px
    }
    .productItem[product_title="Malta 2019"] .app_cart.add-ons-edit .listing_banner,
    .productItem[product_title="Malta 2020"] .app_cart.add-ons-edit .listing_banner {
        top: 235px
    }
    .productItem[product_title="Cyprus 2019"] .app_cart.add-ons-edit .listing_banner,
    .productItem[product_title="Cyprus 2020"] .app_cart.add-ons-edit .listing_banner {
        top: 240px
    }
    .product_detail .offer_card[title="Dubai 2019"] .app_cart.add-ons-edit .listing_banner,
    .product_detail .offer_card[title="Dubai 2020"] .app_cart.add-ons-edit .listing_banner {
        top: 176px
    }
    .product_detail .offer_card[title="Fine Dining 2019"] .app_cart.add-ons-edit .listing_banner,
    .product_detail .offer_card[title="Fine Dining 2020"] .app_cart.add-ons-edit .listing_banner {
        top: 185px
    }
    .product_detail .offer_card[title="Dubai Bundle 2019"] .app_cart.add-ons-edit .listing_banner {
        top: 179px
    }
    .product_detail .offer_card[title="Dubai Bundle 2020"] .app_cart.add-ons-edit .listing_banner {
        top: 245px
    }
    .product_detail .offer_card[title="Eastern Province 2019"] .app_cart.add-ons-edit .listing_banner,
    .product_detail .offer_card[title="Eastern Province 2020"] .app_cart.add-ons-edit .listing_banner {
        top: 134px
    }
    .product_detail .offer_card[title="Eastern Province + Bahrain 2019"] .app_cart.add-ons-edit .listing_banner,
    .product_detail .offer_card[title="Eastern Province + Bahrain 2020"] .app_cart.add-ons-edit .listing_banner {
        top: 165px
    }
    .product_detail .offer_card[title="Malaysia 2019"] .app_cart.add-ons-edit .listing_banner,
    .product_detail .offer_card[title="Malaysia 2020"] .app_cart.add-ons-edit .listing_banner {
        top: 150px
    }
    .product_detail .offer_card[title="Hong Kong 2019"] .app_cart.add-ons-edit .listing_banner,
    .product_detail .offer_card[title="Hong Kong 2020"] .app_cart.add-ons-edit .listing_banner {
        top: 185px
    }
    .cart_page_outer h1 {
        margin: 20px 0
    }
    .cart_page_outer h1 .link {
        font-size: 14px
    }
    .cart_table {
        padding: 0
    }
    .cart_table table {
        margin-bottom: 30px
    }
    .promo_code_web tr td:first-child {
        padding: 10px 18px 10px 32px
    }
    .promo_code_web tr td:last-child {
        padding: 10px 32px 10px 10px
    }
    .cart_table .shop_proc_btns_outer ul li a.proceed_btn {
        padding: 12px 18px;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        text-decoration: none
    }
    .cart_table .smile_icon {
        width: 16px;
        vertical-align: top;
        padding-top: 2px
    }
    .cart_table .cart_price {
        width: 30%;
        padding-left: 18px;
        padding-right: 18px
    }
    .cart_table .cart_del_icon {
        width: 17%!important;
        padding: 10px 32px 10px 10px!important;
        text-align: right
    }
    .cart_table h2.title {
        padding: 0 18px;
        font-size: 20px
    }
    .pro_redeem_table .pro_redeem_code_sec {
        width: 60%;
        padding: 10px 10px 10px 32px
    }
    .pro_redeem_code_sec .cart_form {
        padding-bottom: 10px
    }
    .pro_redeem_code_sec strong {
        font-size: 12px
    }
    .pro_redeem_code_sec .cart_form .form-control {
        font-size: 12px;
        width: 124px;
        padding: 2px 0 0;
        line-height: 20px;
        height: auto
    }
    .pro_redeem_code_sec .cart_form button {
        line-height: 22px;
        font-size: 12px
    }
    .cart_tabel_2 thead tr th {
        padding: 5px 27px 5px 32px
    }
    .cart_tabel_2 tbody tr td {
        padding: 10px 27px 10px 32px
    }
    .cart_tabel_2 tr:first-child td:last-child {
        padding-top: 42px
    }
    .cart_tabel_2 tr td:last-child {
        font-size: 14px
    }
    .cart_table tbody tr td.add_ons_value {
        padding: 5px 30px
    }
    .cart_form .form-control.red_promo_inp2 {
        width: 124px
    }
    .cart_table table tfoot tr td:nth-child(2),
    .cart_table table tfoot tr td:nth-child(3) {
        font-size: 14px
    }
    .currency_sec {
        padding-bottom: 0;
        margin: 18px 0;
    }
    .cart_del_icon {
        padding-right: 27px
    }
    .cart_table .table1_product-list .pro_bundle_list::before {
        height: 8px;
        width: 1px;
        top: 5px
    }
    .tab_smile_hide .cart_smile {
        display: none
    }
    .tab_smile_hide .table1_product-list span {
        width: 100%
    }
    .cart_gift_box label {
        padding-left: 26px;
        letter-spacing: normal;
        max-width: 80%
    }
    .cart_gift_box input {
        top: 0;
        width: 15px;
        height: 15px;
        margin-top: 4px
    }
    .cart_gift_box img {
        width: 20px;
        margin-left: 0
    }
    .cart_table table tbody .select_holder {
        width: 60px
    }
    .cart_table .select_holder .jcf-select .jcf-select-text {
        margin-right: 15px
    }
    .cart_table .select_holder .jcf-select .jcf-select-opener {
        top: 10px
    }
    .tbl_del_icon {
        width: 17px
    }
    ul.tabel_add_on_list {
        padding: 0 10px
    }
    .cart_table table thead tr th {
        padding: 5px 30px
    }
    .cart_form {
        padding-bottom: 34px
    }
    .cart_form .inv_card img {
        vertical-align: top;
        margin: 1px 0 0
    }
    .cart_form .inv_card {
        font-size: 14px
    }
    .cart_tabel_2 thead tr th:first-child {
        width: 50%!important
    }
    .cart_tabel_2 thead tr th:last-child {
        width: auto!important
    }
    .cart_tabel_2 tbody tr td:last-child,
    .cart_tabel_2 tfoot tr td:last-child,
    .cart_tabel_2 thead tr th:last-child {
        text-align: right;
        vertical-align: top
    }
    table.cart_tabel_2.pro_redeem_table tbody tr td:first-child {
        padding-left: 32px
    }
    table.cart_tabel_2.pro_redeem_table tbody tr td:last-child {
        padding-right: 32px
    }
    .offer_card .left_slid_offer_lbl {
        width: 100%
    }
    .left_slid_offer_lbl {
        z-index: 99;
        font-weight: 700;
        height: 23px;
        line-height: 23px
    }
    .slide-inner-wrap .left_slid_offer_lbl {
        top: -30px;
        right: 0;
        left: auto
    }
    .generic_popup button.close {
        padding: 12px
    }
    .generic_popup button.close img {
        width: 13px
    }
    .generic_popup .modal-content {
        padding: 45px 15px 20px 15px
    }
    .generic_popup h4 {
        font-size: 20px;
        line-height: 28px;
        font-weight: 700;
        margin-bottom: 5px
    }
    .generic_popup p {
        font-size: 14px;
        line-height: 22px;
        font-weight: 500;
        margin-bottom: 35px
    }
    .generic_popup a {
        font-size: 14px;
        line-height: 22px;
        font-weight: 700
    }
    #order_confirm_modal .modal-footer a {
        display: inline-block;
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }
    #payment-pw-success-1 .modal-body {
        overflow: auto
    }
    .more-addons .product_info .modal-content,
    .product_info .modal-content {
        height: 100%
    }
    .product_info_details {
        padding-left: 15px;
        text-align: center
    }
    .offer_card .offer_bt {
        margin-bottom: 15px
    }
    .offer_card .offer_btm_bnr_sec {
        min-height: auto
    }
    .offer_details .btm_sec_more_btn {
        font-weight: 900
    }
    .our_favourites_slider.brand_boxes_wrap .box {
        padding: 0 15px 0 0!important;
        margin: 0
    }
    .offer-checkbox-wrap {
        padding: 0
    }
    .checkList li {
        margin: 0 0 18px
    }
    .checkList li:last-child {
        margin: 0
    }
    .error-warning {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .d-xs-none {
        display: none!important
    }
    .product_info .modal-body {
        position: relative
    }
    .product_info .modal-body {
        padding: 30px 33px 56px 33px
    }
    .header_mobile .product_info .modal-body {
        padding: 30px 60px 100px
    }
    .product_info_details h1 {
        position: absolute;
        top: 45px;
        left: 50%;
        width: 100%;
        transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%)
    }
    .product_info .col-md-5,
    .product_info .col-md-7 {
        position: static
    }
    .product_info_details p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 0
    }
    .product_info_details {
        padding-left: 0
    }
    .product_info_details ul li {
        padding: 11px 0;
        font-size: 12px;
        border: none;
        position: relative
    }
    .product_info_details ul li::before {
        content: '';
        width: 34.7px;
        height: 1px;
        background: #fff;
        position: absolute;
        bottom: -3px;
        left: 50%;
        transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%)
    }
    .product_info_details ul li:last-child::before {
        content: none
    }
    .product_info .close {
        right: 0;
        top: 0
    }
    .product_info .close img {
        width: 12px;
        padding-bottom: 10px
    }
    .more-addons .offer-checkbox label {
        height: 48px;
        font-size: 14px;
        line-height: 16px;
        padding-left: 20px
    }
    .more-addons .offer-checkbox label::after {
        height: 35px;
        width: 35px
    }
    .more-addons .offer-checkbox.checked label {
        line-height: 20px;
        padding-left: 24px
    }
    .more-addons h3 {
        font-size: 14px;
        font-weight: 900
    }
    .more-addons .btn_pi {
        display: none
    }
    .more-addons .btn_fill {
        font-weight: 700
    }
    .theres-more .more_wrap .more_cover {
        height: auto
    }
    .theres-more .more_wrap .more_cover img {
        height: auto;
        padding-top: 0;
        transform: none;
        transition: none
    }
    .cart_shop_cur_sec .currency_sec {
        padding: 0
    }
    .cart_shop_cur_sec h1 {
        margin: 18px 0;
        line-height: 24px
    }
    .cart_table .sub_dis_copun {
        text-align: left
    }
    .currency_sec span {
        padding-right: 22px;
        vertical-align: bottom;
        line-height: 20px;
        font-size: 12px;
        font-weight: 300;
        letter-spacing: normal;
        color: #606d7a
    }
    .currency_sec .select_currancy {
        line-height: 22px;
        font-size: 14px;
        font-weight: 900;
        text-align: center;
        color: #606d7a
    }
    .select_currancy .jcf-select-select-menu span {
        font-size: 14px;
        border: none;
        font-weight: 900;
        padding: 0;
        text-decoration: none
    }
    .select_currancy .select_holder .jcf-select .jcf-select-opener {
        top: 7px
    }
    .table1_product-list .pro_bundle_list {
        width: 120px;
        font-size: 12px;
        font-weight: 300;
        padding: 0 0 0 7px;
        line-height: 14px
    }
    .currency_sec .select_holder .select-menu {
        border: none;
        font-size: 14px;
        font-weight: 900;
        color: #606d7a;
        background: 0 0;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none
    }
    #live_chat_status {
        left: auto!important;
        bottom: 50px!important
    }
    .homePage #wrapper #live_chat_status {
        bottom: 40px!important
    }
    .menu_open #ChatDiv,
    .menu_open #live_chat_status,
    .menu_open #myImage1 {
        z-index: -9999
    }
    .trvTab_Section .holder {
        height: 398px;
        overflow-y: auto;
        margin: 0 0 8px;
        padding: 20px 15px 0
    }
    .trv_tabs .logo_holder {
        width: 95px;
        margin: 5px 0 6px
    }
    .trv_tabs .trvColumn .tabImage {
        width: 170px;
        margin: -3px auto 6px!important
    }
    .trv_tabs .text_holder {
        font-size: 12px;
        line-height: 16px;
        font-weight: 300;
        max-width: 280px;
        margin: 0 auto
    }
    .trv_tabs .trvColumn .tab {
        padding: 20px 0 0
    }
    .trv_tabs .trvColumn:first-child .tab {
        padding: 0
    }
    .trv_tabs .tab p {
        min-height: 45px
    }
    .trv_tabs .tab .btn {
        width: 185px;
        font-size: 12px;
        font-weight: 500;
        padding: 12px 10px
    }
    .scroll_msg {
        color: #606d7a;
        display: block;
        font-size: 12px;
        font-weight: 100;
        font-style: italic;
        text-align: center
    }
    .scroll_msg .icon,
    .scroll_msg .text {
        display: inline-block;
        vertical-align: middle
    }
    .scroll_msg .icon {
        width: 12px;
        margin: 0 7px 0 0
    }
    .hub_Section {
        width: 100vw;
        padding: 10px 0 36px
    }
    .hub_Section h2 {
        font-size: 20px;
        margin: 0 0 17px
    }
    .hub_tabs .slick-list {
        margin: 0
    }
    .hub_tabs .img_holder {
        float: left;
        width: 151px
    }
    .hub_tabs .text_holder {
        overflow: hidden;
        font-size: 12px;
        font-weight: 700;
        line-height: 16px;
        padding: 18px 0 0 20px
    }
    .ft_top {
        padding: 50px 16px 0
    }
    .ft_top .ft_links .column:nth-child(2),
    .ft_top .ft_links .column:nth-child(4) {
        padding: 0 0 0 47px
    }
    .ft_top h3 {
        text-transform: inherit;
        font-weight: 700;
        font-size: 14px;
        margin: 0 0 11px
    }
    .ft_top .links {
        margin: 0 0 46px
    }
    .ft_top .links li {
        font-size: 14px;
        margin: 0 0 9px
    }
    .ft_bottom {
        font-size: 12px;
        text-align: center;
        padding-top: 39px;
        padding-bottom: 14px
    }
    .ft_bottom .text-right {
        text-align: center!important
    }
    .ft_bottom .link {
        font-size: 14px
    }
    .ft_bottom .social_list li {
        margin: 0 12px
    }
    .ft_bottom .copyright {
        padding-top: 35px
    }
    .apple_payment_option {
        padding: 20px 20px 10px
    }
    #btn_checkout_step_1 {
        background: 0 0;
        padding: 15px;
        display: block;
        text-align: center;
        font-size: 16px;
        color: #606d7a
    }
    #btn_checkout_step_1 {
        background: 0 0;
        padding: 15px;
        display: block;
        text-align: center;
        font-size: 16px;
        color: #606d7a
    }
    #emiratesBanner {
        background-position: 0;
        background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .2)), url(/images19/emiratesBanner.jpg)
    }
    #partner {
        color: #fff
    }
    .btn.emi {
        width: 185px;
        font-size: 12px;
        font-weight: 500;
        padding: 12px 10px
    }
    .btn.emi {
        width: 185px;
        font-size: 12px;
        font-weight: 500;
        padding: 12px 10px
    }
    #wrapper.static-pages {
        position: relative
    }
    #close-btn-tyt {
        width: 24px;
        display: block;
        position: absolute;
        right: 20px;
        top: 30px;
        z-index: 10
    }
    #close-btn-tyt img {
        display: block;
        width: 100%
    }
    .offer-checkbox-wrap [class^=col-] {
        margin-bottom: 15px
    }
    .offer-checkbox-wrap [class^=col-]:last-child {
        margin-bottom: 0
    }
    .offer_details .offerBlock {
        padding-right: 15px;
        margin-bottom: 15px
    }
    .offerBlock .text-holder .title {
        font-size: 18px
    }
    .product_info .product_info_image {
        padding: 30px
    }
    .alert_for_mob {
        display: block
    }
    .alert_for_desk {
        display: none
    }
    .home_products {
        background: #f7f7f7;
    }
    .home_products .product_slider .product_box {
        min-height: auto;
        background: #fff;
        padding: 20px;
    }
    .home_products .product_box .top-content {
        min-height: auto !important;
        background: #fff;
        border: none;
        padding: 0;
    }
    .home_products .product_box .short_desc {
        top: 45px !important;
        left: 20px !important;
        font-size: 14px;
        text-align: left;
    }
    .home_products .product_box.epc-product .product_details .product_name {
        padding-bottom: 120px;
        font-size: 18px;
        padding-right: 45px;
    }
    .home_products .product_box.epc-product .short_desc {
        top: 130px !important;
        padding-left: 0 !important;
        padding-right: 30px !important;
    }
    .twlv_months_mbr_txt {
        top: 52px;
        line-height: 1.2;
        padding-left: 20px;
    }
    .home_products .product_box .top-description {
        margin-bottom: 15px;
        padding-top: 10px;
    }
    .home_products .product_box.product_2020 .top-description {
        padding: 0;
    }
    .home_products .product_box .include-title {
        /* display: none; */
    }
    .home_products .product_box .include-offers {
        justify-content: flex-start;
        margin: 0;
    }
    .home_products .postpay-product-widget-text {
        padding: 10px 12px 15px 12px !important;
        text-align: center !important;
    }
    .postpay-learn-more-modal.show .postpay-learn-more-modal-content-wrapper {
        padding-top: 24px !important;
    }
    .prospect-user {
        margin: 0 0 15px !important;
        font-weight: 300;
    }
    .home_products .product_box .exclusive-member {
        position: static;
        transform: none;
        width: auto;
        margin-bottom: 10px;
    }
    .home_products .product_box .image-benefits {
        border-top: 1px solid #BBBFC4;
        padding-top: 20px;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    .empty_desc .image-benefits {
        ms-flex-align: center !important;
        align-items: center !important;
    }
    .empty_detail .image-benefits {
        -ms-flex-pack: center!important;
        justify-content: center!important;
    }
    .empty_detail .image-benefits .product_img {
        margin: 0 !important;
    }
    .home_products .product_box .product_details.empty_detail .product_price {
        text-align: center;
    }
    /* .home_products .product_box .product_features {
        width: 148px;
    } */
    .home_products .product_box .product_features li {
        padding-bottom: 8px !important;
    }
    .home_products .product_box .product_features li:last-child {
        padding-bottom: 0 !important;
    }
    .home_products .product_box .product_img {
        margin: 0 0 0 auto;
        flex: 0 0 50%;
    }
    .home_products .product_box .product_img img {
        height: 150px;
        width: auto;
        max-width: none;
    }
    .home_products .product_box .bottom-content {
        padding: 0;
        text-align: center;
    }
    .membership-popup-text {
        margin: 0 0 10px;
    }
    .subscription_terms_modal .modal-body {
        padding: 35px 20px;
    }
    .home_products .product_box .product_details .product_price {
        position: relative;
        padding: 10px 0 !important;
        text-align: right;
    }
    .home_products .product_box .product_details .product_price .after_price {
        font-size: 20px;
    }
    .home_products .product_box .product_details .product_price .tag-wrap {
        position: absolute;
        top: 50%;
        margin: 0;
        max-width: 128px;
        text-align: left;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        left: 0;
    }
    .home_products .product_box .before_price,
    .home_products .product_box .percentage_off {
        font-size: 14px;
    }
    .home_products .product_box .subscribe_btn,
    .home_products .product_box .subscribe_btn_outline {
        min-width: 100%;
        margin-bottom: 12px;
    }
    .before_price {
        font-weight: 300;
        color: #606D7A;
    }
    .strike::after {
        border-top: 1px solid #606D7A !important;
    }
    .percentage_off {
        font-weight: bold;
    }
    .product_detail .include-title {
        font-size: 14px;
        margin-bottom: 10px;
        font-weight: 700;
    }
    .product_detail .include-offers {
        margin-bottom: 15px;
        justify-content: center;
    }
    .product_detail .include-offers li {
        font-size: 12px;
        padding: 6px 9px;
        font-weight: 300;
        margin-bottom: 5px;
    }
}

@media screen and (max-width:600px) and (orientation:landscape) {
    #sliderMain {
        min-height: 1050px
    }
}

@media (orientation:landscape) {
    #sliderMain {
        min-height: 1050px
    }
}

@media only screen and (min-device-width:375px) and (max-device-width:767px) and (orientation:landscape) {
    .brand_boxes_wrap {
        padding-top: 100px
    }
}

@media only screen and (max-width:413px) {
    .carousel .mainVid_title {
        font-size: 32px;
        line-height: 30px;
    }
    .carousel .vidContent p {
        line-height: 20px;
    }
    .app-store-links .inner-btns-wrap img {
        height: 20px;
    }
    .offer-checkbox label {
        min-height: 100px
    }
    .section_ctg .slider-for .img_holder {
        transform: translateX(-135px);
        -moz-transform: translateX(-135px);
        -webkit-transform: translateX(-135px)
    }
    .section_ctg .slider-for .text_holder {
        width: 320px
    }
}

@media only screen and (max-width:375px) {
    .home_products .product_box[product_title="Eastern Province + Bahrain 2020"] .short_desc {
        top: 75px !important;
    }
}

@media only screen and (max-width:374px) {
    .sticky-product-details .offer_btm_bnr_sec .subscribe_btn {
        min-width: 140px !important;
    }
    h3 {
        font-size: 16px;
        line-height: 24px
    }
    .form_holder .btn {
        min-width: 130px
    }
    .form_holder .select_cols {
        width: 182px
    }
    .form_holder .ccv_col {
        width: 90px
    }
    .trvTab_Section .holder {
        height: 390px
    }
    .hub_tabs .img_holder {
        width: 120px
    }
    .hub_tabs .text_holder {
        padding: 7px 0 0 10px
    }
    .cart_form .inv_card {
        font-size: 12px;
        line-height: 20px
    }
    .pg_checkout .card_accept img {
        margin: 0 0 0 -24px
    }
    html[lang=cn] .form_holder label,
    html[lang=el] .form_holder label {
        font-size: 11px
    }
    .cart_shop_cur_sec .currency_sec {
        width: 180px
    }
    .currency_sec span {
        padding-right: 20px;
        padding-left: 0
    }
    .promo_code_web tr td:last-child {
        font-size: 12px
    }
    .currency_sec .select_holder:after {
        top: 10px
    }
    .home_products .product_box .product_details .product_price .tag-wrap {
        max-width: 130px;
    }
    .badge_transparent {
        font-size: 11px;
    }
    .product_box .after_price .vat_info {
        font-size: 10px;
    }
}

@media only screen and (max-width:359px) {
    .regionList ul li {
        margin-right: 5px
    }
    .form_holder .ccv_col {
        width: 70px
    }
    .home_products .product_box .product_details .product_price .tag-wrap {
        max-width: 105px;
    }
    .badge_transparent {
        font-size: 10px;
        line-height: 12px;
        padding: 4px 8px;
    }
    .home_products .product_box .before_price,
    .home_products .product_box .percentage_off {
        font-size: 12px;
    }
}

@-webkit-keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0
    }
}

@keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0
    }
}

@keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0
    }
}


/*listing 2020 changes*/

@media only screen and (max-width:767px) {
    .no-scroll {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: hidden
    }
}

.disabledMe {
    pointer-events: none;
    cursor: default;
}

.product_detail .show-read-more .more-text {
    display: none;
}

.upsellmodal .error,
.genericModalConsent .error {
    color: #d10800 !important;
}

.productAddOns {
    max-width: 525px;
}

.subscribedProducts {
    opacity: 0.5;
}

.subscribedProductsBtn {
    background-color: #b8b8b8 !important;
    border: #b8b8b8 !important;
}

#zoneArea>.zn-block {
    margin-bottom: 25px;
}

#zoneArea .list li {
    display: flex;
    padding: 15px 0;
}

#zoneArea .list li:not(:first-child) {
    border-top: 1px solid #ccc;
}

#zoneArea .list li button {
    margin-left: auto;
    background: #dc3545;
}

#zoneArea .list li button img {
    width: 15px;
}


/********* z start ********/

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

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

.product_slider.d-md-none .product_details_inner {
    margin-top: 10px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 380px) {
    .product_slider.d-md-none .temp_gap_top {
        top: 63px;
    }
    .product_slider.d-md-none [product_title="ENTERTAINER tourist – UAE"] .twlv_months_mbr_txt,
    .product_slider.d-md-none [product_title="ENTERTAINER tourist - Qatar"] .twlv_months_mbr_txt,
    .product_slider.d-md-none [product_title="ENTERTAINER tourist - Bahrain"] .twlv_months_mbr_txt {
        top: 63px;
    }
}

@media only screen and (max-width: 767px) {
    .home_products .product_box.epc-product .product_details .product_name {
        padding-bottom: 160px;
    }
}

.product_slider [product_title="ENTERTAINER soleil"] .top-content {
    min-height: 624px !important;
}

/******** Cart Page for Dubai Gourmet and Classic ********/

.cart_dubai_govtandclassic {
    padding: 10px;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 400;
    background-color: #FCF1DD;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/******** z end ********/

/****************************** awesome.css end ******************************/