/**----Rubik---------------**/
@font-face {
    font-family: 'Rubik';
    src: url('../fonts/rubik/Rubik-BlackItalic.woff2') format('woff2'),
        url('../fonts/rubik/Rubik-BlackItalic.woff') format('woff'),
        url('../fonts/rubik/Rubik-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/rubik/Rubik-Black.woff2') format('woff2'),
        url('../fonts/rubik/Rubik-Black.woff') format('woff'),
        url('../fonts/rubik/Rubik-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/rubik/Rubik-Bold.woff2') format('woff2'),
        url('../fonts/rubik/Rubik-Bold.woff') format('woff'),
        url('../fonts/rubik/Rubik-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/rubik/Rubik-BoldItalic.woff2') format('woff2'),
        url('../fonts/rubik/Rubik-BoldItalic.woff') format('woff'),
        url('../fonts/rubik/Rubik-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/rubik/Rubik-ExtraBold.woff2') format('woff2'),
        url('../fonts/rubik/Rubik-ExtraBold.woff') format('woff'),
        url('../fonts/rubik/Rubik-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/rubik/Rubik-ExtraBoldItalic.woff2') format('woff2'),
        url('../fonts/rubik/Rubik-ExtraBoldItalic.woff') format('woff'),
        url('../fonts/rubik/Rubik-ExtraBoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/rubik/Rubik-Italic.woff2') format('woff2'),
        url('../fonts/rubik/Rubik-Italic.woff') format('woff'),
        url('../fonts/rubik/Rubik-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/rubik/Rubik-LightItalic.woff2') format('woff2'),
        url('../fonts/rubik/Rubik-LightItalic.woff') format('woff'),
        url('../fonts/rubik/Rubik-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/rubik/Rubik-Light.woff2') format('woff2'),
        url('../fonts/rubik/Rubik-Light.woff') format('woff'),
        url('../fonts/rubik/Rubik-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/rubik/Rubik-Medium.woff2') format('woff2'),
        url('../fonts/rubik/Rubik-Medium.woff') format('woff'),
        url('../fonts/rubik/Rubik-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/rubik/Rubik-Regular.woff2') format('woff2'),
        url('../fonts/rubik/Rubik-Regular.woff') format('woff'),
        url('../fonts/rubik/Rubik-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/rubik/Rubik-MediumItalic.woff2') format('woff2'),
        url('../fonts/rubik/Rubik-MediumItalic.woff') format('woff'),
        url('../fonts/rubik/Rubik-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/rubik/Rubik-SemiBold.woff2') format('woff2'),
        url('../fonts/rubik/Rubik-SemiBold.woff') format('woff'),
        url('../fonts/rubik/Rubik-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/rubik/Rubik-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/rubik/Rubik-SemiBoldItalic.woff') format('woff'),
        url('../fonts/rubik/Rubik-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'OS Luizi Round_FFC';
    src: url('../fonts/osluzi/OSLuiziRound_FFC-Regular.woff2') format('woff2'),
        url('../fonts/osluzi/OSLuiziRound_FFC-Regular.woff') format('woff'),
        url('../fonts/osluzi/OSLuiziRound_FFC-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/**customize css**/
:root {
    --primary-fonts: 'Rubik';
}

*,
::after,
::before {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;

    scroll-behavior: smooth;
}
body {
    margin: 0;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
}
body {
    font-family: var(--primary-fonts) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
li,
a {
    font-family: var(--primary-fonts) !important;
}
.siteHeader{
    background-color: #000;
    position: sticky;
    top: 0;
    z-index: 9999;
}
.siteHeader_news_title{
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}
.siteHeader_news{
     line-height: 1;
    height: auto;
    display: -moz-flex;
    display: flex;
    align-items: center;
        overflow: hidden;
}
.siteHeader_news_title {
    width: 150px;
    text-align: center;
    background: #000;
    min-height: 40px;
    display: -moz-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1.5px solid #fccb87;
    margin-left: 15px;
    position: relative;
    z-index: 1;
    padding: 0 20px;
    min-width: 135px;
}
.siteHeader_news_title span {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 500
}
.siteHeader_news_marquee {
    margin-right: 15px;
    font-style: normal;
    white-space: nowrap;
    width: 100%;
    position: relative;
    width: calc(100% - 165px);
    background: #000;
    min-height: 40px;
}
.siteHeader_news_marquee span{
     line-height: 1;
    margin-left: 32px;
    position: relative;
    padding: 11px 0;	
    display: inline-block
}

.siteHeader_news_marquee_inner{
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 40px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.siteHeader_news_marquee_text{
    overflow: hidden;
    border-top: 0px solid #000;
    border-bottom: 0px solid #000;
    display: flex;
    direction: rtl;
    position: relative;
    gap: 5px;
    color: #fff;
}
div#search_popup .search-form {
    display: flex;
}
.siteHeader_news_marquee_text .news_item {
    font-size: 16px;
    white-space: nowrap;
    text-transform: uppercase;
}
.siteHeader_wrap {
    padding: 0px 40px 0px;
    min-height: 60px;
}
.siteHeader_nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 78px;
    gap: 10px;
}
.siteHeader_navL, .siteHeader_navR {
    width: 38%;
    margin: 0 !important;
    align-items: center;
}
.siteHeader_navL {
    display: flex !important;
    gap: 25px;
}
.siteHeader_nav_icon{
    width: 45px;
    height: 40px;
    display: block;
    z-index: 999;
    right: 0;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
    top: 0;
    z-index: 99999;
    background: #FCC687;
    border-radius: 6.83px;
}
.siteHeader_nav_icon span{
    display: block;
    position: absolute;
    height: 4px;
    width: 24px;
    background: #0F2344;
    opacity: 1;
    left: 50%;
    transform: rotate(0deg) translate(-50%);
    transition: .25s ease-in-out;
    border-radius: 8px;
}
.siteHeader_nav_icon span:nth-child(1) {
    top: 10px;
}
.siteHeader_nav_icon span:nth-child(2), 
.siteHeader_nav_icon span:nth-child(3) {
    top: 26px;
}
.siteHeader_nav_icon span:nth-child(4) {
    top: 18px;
}
.siteHeader_nav_icon.open span {
    background: #000a12;
    height: 3px;
}
.siteHeader_nav_icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}
.siteHeader_nav_icon.open span:nth-child(2), 
.siteHeader_nav_icon.open span:nth-child(3) {
    top: 19px;
    left: 25%;
}
.siteHeader_nav_icon.open span:nth-child(2) {
    transform: rotate(45deg);
}
.siteHeader_nav_icon.open span:nth-child(3) {
    transform: rotate(-45deg);
}
.siteHeader_nav_icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.siteHeader_acessbilty_liks {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 22px;
}
.siteHeader_acessbilty_liks li a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: Rubik;
    font-size: 24.2px;
    font-weight: 400;
    line-height: 15px;
    text-align: right;
    color: #fff;
    text-decoration: none;
}
.siteHeader_acessbilty_liks .icons-menuBar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.siteHeader_acessbilty_liks .icons-menuBar .on_hovers {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}
.siteHeader_acessbilty_liks li a:hover .on_hovers{
    opacity: 1;
    transition: all .5s;
}
.siteHeader_acessbilty_liks li a:hover .without_hover{
    opacity: 0;
    transition: all .5s;
}
.siteHeader_acessbilty_liks li a:hover{
    text-decoration: underline;
}
.siteHeader_acessbilty_liks li img.on_hovers, 
.siteHeader_acessbilty_liks li img.without_hover {
    display: inline-block;
    vertical-align: middle;
/*    max-width: 100%;*/
    height: auto;
    -ms-interpolation-mode: bicubic;
}

.siteHeader_navM {
    justify-content: center;
    display: flex;
    align-items: center;
    width: 24%;
    gap: 21px;
}
.siteHeader_nav_logo01{
   border-left: 1px solid #fff;
    padding-left: 21px;
}
.siteHeader_nav_logo01 img{
    width: 180px;
    height: auto;
}
.siteHeader_nav_logo02 img{
    width: 200px;
    height: auto;
}


.siteHeader_navR {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 14px;
}
.siteHeader_nav_login a, 
.siteHeader_nav_cart a{
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    margin: 0;
    padding: 0;
    font-family: Rubik;
    font-size: 24.2px;
    font-weight: 400;
    line-height: 28.68px;
    color: #fff;
    gap: 8px;
}
.siteHeader_nav_login a:hover, 
.siteHeader_nav_cart a:hover{
    text-decoration: underline;
}
.siteHeader_nav_login .user_icons, 
.siteHeader_nav_cart .user_icons{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.siteHeader_nav_login a .on_hovers, 
.siteHeader_nav_cart a .on_hovers {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}
.siteHeader_nav_login a:hover .without_hover, 
.siteHeader_nav_cart a:hover .without_hover {
    opacity: 0;
    transition: all .5s;
}
.siteHeader_nav_login a:hover .on_hovers, 
.siteHeader_nav_cart a:hover .on_hovers {
    opacity: 1;
    transition: all .5s;
}

.siteHeader-search-form {
    position: relative;
    direction: ltr;
}
.siteHeader-search-form input {
    color: #FFF;
    background-image: url(../../assets/images/search-icons-new-1.svg);
    cursor: pointer;
    background-position: 7px;
    background-repeat: no-repeat;
    max-width: 218px;
    height: 48px;
    transition: max-width .5s;
    width: 100%;
    margin: 0 auto 0 0 !important;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 200px;
    border: 1px solid rgba(255, 255, 255, .5);
    font-size: 20px;
        line-height: 1;
    padding: 0 15px 0 40px;
        -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, .1);
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, .1);
    font-weight: 400;
    text-align: right;
}
.siteHeader-search-form input:focus, 
.siteHeader-search-form input:hover {
    background-image: url(../../assets/images/search-icons-new-1-hover.svg);
}
.siteHeader-search-form input:hover, 
.siteHeader-search-form input:focus {
    max-width: 100%;
    transition: max-width .5s;
    width: 100%;
}

/**header sidebar menu**/
.siteBar_menuBar {
    display: block;
    position: fixed;
    width: 100%;
    background: #fff;
    max-width: 326px;
    right: 0;
    top: 118px;
    border-bottom-left-radius: 35px;
    padding: 30px 38px;
    z-index: 999;
    transition: all .5s;
    transform: translateX(100%);
}
.siteBar_menuBar.open {
    transform: translateX(0%);
}
.siteBar_logo img {
    width: 200px;
    height: auto;
}
.siteBar_menu ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-direction: column;
    gap: 0px;
    margin-top: 20px;
    border-top: 1px solid #0F2344;
    padding-top: 0px;
    margin-bottom: 20px;
    justify-content: space-between;
}
.siteBar_menu ul li a {
    color: #0F2344;
    font-family: Rubik;
    font-size: 26.38px;
    font-weight: 400;
    line-height: 1;
    text-align: right;
    display: block;
    border-bottom: 1.63px solid #0F2344;
    padding: 8px 5px 8px;
    transition: all .3s;
    text-decoration: none;
}
.siteBar_menu ul li a:hover {
    transition: all 0.3s;
    letter-spacing: .8px;
    -webkit-text-stroke: .8px #000;
    background: #FCC687;
}
.siteBar_social{
    display: flex;
    justify-content: center;
    gap: 15px;
}
.siteBar_link_texts p {
    font-family: Rubik;
    font-size: 24.7px;
    font-weight: 400;
    line-height: 29.27px;
    text-align: center;
    margin: 30px -30px 12px;
    color: #0F2344;
}
.siteBar_link_texts p a {
    display: block;
    color: #0F2344;
    font-weight: 500;
    text-decoration: underline;
}

/**banner section**/
.mainBanner_wrap{
    background-image: none;
    min-height: 1150px;
    background-color: #000;
    display: block;
/*    padding: 0 0 180px;*/

    position: relative;
    overflow: hidden;
    min-height: 860px;
    background-image: url(https://friends-hist.co.il/wp-content/themes/qs-starter/images/home_top_bg.png);
    background-size: cover;
    background-position: center center;
    display: -moz-flex;
    display: flex;
    align-items: end;
    flex-direction: column;
}

.bannerLoad_image {
    display: none;
}
.bannerLoad_image{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.bannerLoad_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
}

.mainBanner_strips{
    position: absolute;
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    background: #FFFC;
    top: 0px;
    border-width: 0 0 8.63px 8.63px;
    border-style: solid;
    border-color: #0F2344;
    border-bottom-right-radius: 88.07px;
    border-bottom-left-radius: 88.7px;
    z-index: 99;
    transition: transform .5s;
    transform-origin: top;
    transform: translateY(0%) scale(1);
    margin-bottom: 80px;
    left: 0;
    right: 0;
}
.mainBanner_strips:hover {
    transform: translateY(0%) scale(1.1);
    background: #FFF;
}
.mainBanner_strips.new {
    transform: translateY(100%) scale(1);
}
.mainBanner_strips a{
    color: inherit;
    text-decoration: none;
}
.mainBanner_flex_wrap{
    display: flex;
    align-items: center;
    gap: 30px;
}
.mainBanner_img_wrap {
    width: 170px;
    border-bottom-right-radius: 88.07px;
    overflow: hidden;
    transform: scale(1.07);
    position: relative;
    top: 4px;
    box-shadow: -4.32px 0 6.04px 0 #0006;
    flex: none;
    min-height: 138px;
}
.mainBanner_quote_wrap {
    width: calc(100% - 200px);
}
.mainBanner_wrap_quote {
    font-family: Rubik;
    font-size: 34.54px;
    font-weight: 500;
    line-height: 40.92px;
    letter-spacing: -.04em;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #0F2344;
}
.mainBanner_name_role span {
    font-family: Rubik;
    font-size: 20.72px;
    font-weight: 400;
    line-height: 24.55px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #0F2344;
    display: block;
}
.mainBanner_img_wrap img {
    width: 100%;
    height: 137px;
}
.banner_main_slider {
    position: relative;
    z-index: 9;
    overflow: hidden;
    padding-top: 180px;
    padding-bottom: 70px;
    flex: 1 1 100%;
    max-width: 100%;
}
.banner_main_slider .swiper-wrapper {
    padding-bottom: 100px;
}
.swiper-slide-wrap{
    max-width: 1270px;
    margin: auto;
    display: flex;
    align-items: center;
}
.swiper-slide-img img{
    width: 100%;
    height: auto;
}
.swiper-slide-img {
    flex: none;
    background: #1f1f1f;
    width: 45%;
    border-radius: 22px;
}
.swiper-slide-img img {
    max-width: 100%;
    height: 508px;
    object-fit: contain;
    object-position: center center;
    border-radius: 0;
}
.swiper-slide-content{
    flex: 1;
    padding-right: .9375rem;
    padding-left: .9375rem;
}
.slider-title {
    font-family: Rubik;
    font-size: 53.56px;
    font-weight: 600;
    line-height: 71.42px;
    text-align: center;
    margin:0 0 20px;
    color: #fff;
}
.swiper-slide-price{
    margin-bottom: 40px;
}
.price_item_caption {
    font-family: Rubik;
    font-size: 32px;
    font-weight: 700;
    line-height: 37.32px;
    letter-spacing: 1.0810420513153076px;
    text-align: center;
    color: #FCBF6B;
    margin-top: 40px;
    margin-bottom: 20px;
    display: flex;
    gap: 10px;
    justify-content: center;
}
.price_item_caption > span {
    font-family: Rubik;
    font-size: 32px;
    font-weight: 700;
    line-height: 32.62px;
    letter-spacing: .9449771046638489px;
    text-align: center;
    margin: 0;
}
.price_item_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    gap: 10px;
}
.price_item_wrap .wrap_duration{
    display: flex; 
    gap: 7px;
    align-items: center;
}
.price_item_wrap .wrap_duration span{
   font-size: 23.2px;
    font-weight: 500;
    line-height: 41.24px;
    letter-spacing: .7731900811195374px;
    color: #fff;
    display: flex;
    gap: 10px;
}
.price_item_wrap .price_item{
    display: flex;
    gap: 10px;
}
.price_item_wrap .price_item span {
    font-size: 24px;
    color: #fff;
}
.price_item_wrap .price_item span:last-child {
    font-weight: 500;
    letter-spacing: .72px;
}
.price_item_btn{
    display: flex;
    align-items: center;
    justify-content: center;
}
.price_item_btn .order_info_btn{
    display: -moz-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 150ms ease;
    width: 318px;
    height: 62px;
    border-radius: 100px;
    box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .16);
    background-color: #fccb87;
    color: #000a12;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-family: Rubik;
    font-size: 32.14px;
    font-weight: 500;
    line-height: 57.14px;
    letter-spacing: 1.0712889432907104px;
    text-align: center;
    padding: 5px 25px;
    margin-top: 30px;
    text-decoration: none;
}
.price_item_btn .order_info_btn:hover{
    background-color: #fff;
}
.bannerSlider_btn {
    width: auto;
    position: absolute;
    left: 50%;
    max-width: 110px;
    white-space: nowrap;
    z-index: 9999999999999999;
    bottom: 2px;
    font-size: 30px;
    display: flex;
    gap: 20px;
    align-items: center;
    color: #fff;
    border-radius: 30px;
    padding: 5px 0;
    min-width: 110px;
    justify-content: center;
    transition: .5s;
    height: 40px;
    overflow: hidden;
    transform: translate(-50%);
}
.ftr_newsLetter_form .wpcf7-form-control-wrap input {
    font-size: 22px;
    line-height: 30px;
    height: 40px;
    margin-bottom: 12px;
    box-shadow: none;
    border: 0.81px solid #000000;
    color: #0F2344B5;
    text-align: right;
    border-radius: 80px;
    font-family: Rubik;
    font-weight: 400;
    width: 100%;
}
a#hal0f-circle-img {
    text-decoration: none;
}
.ftr_newsLetter_form .wpcf7-form .checkbox_wrap label {
    text-align: center;
    font-weight: 400;
    font-size: 12.18px !important;
    line-height: 16.17px;
    margin-bottom: 20px;
}
.bannerSlider_btn:hover {
    background: #3D467D;
    box-shadow: 0 4px 4px 0 #00000040;
}
.ftr_newsLetter_form .wpcf7-form .checkbox_wrap {
    margin: 10px 0% 5px 0%;
}
.bannerSlider_btn .swiper-button-next, 
.bannerSlider_btn .swiper-button-prev {
    color: #fff;
    cursor: pointer;
    border-radius: 0px;
    border: none;
    background-color: transparent;
    height: auto !important;
    top: 0;
    height: 40px !important;
}
.bannerSlider_btn .swiper-button-next:after, 
.bannerSlider_btn .swiper-button-prev:after{
    display: none!important;
}
.banner_locations {
    display: flex;
    justify-content: center;
    align-items: center;
        flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1530px;
    margin: 0 auto;
    position: relative;
    z-index: 9;
    gap: 50px;
}
.banner_locations_title {
    font-family: Rubik;
    font-size: 60px;
    font-weight: 600;
    line-height: 80px;
    text-align: center;
    color: #FFF;
    margin: 0;
    padding: 0;
}
.banner_locations_wrap {
    display: flex;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
        flex: 1 1 100%;
    width: 100%;
}
.banner_locations_wrap a {
    border: 2.2px solid #000;
    box-shadow: 0 7px 8.6px 0 #00000040;
    line-height: 57px;
    color: #716F6F;
    display: block;
    border-radius: 100px;
    background: #FEFBF8;
    font-size: 23.09px;
    font-weight: 400;
    text-align: center;
    transition: all .5s;
    text-decoration: none;
    flex: 1;
    padding: 0 5px;
}
.banner_locations_wrap a:hover, 
.banner_locations_wrap a.active {
    background: #FCBF6B;
    color: #05051A;
    text-shadow: 0 0 1px #0f2344;
    transition: all .3s;
}

.banner_bellow_border{
    margin-top: -10px;
    position: relative;
}
.banner_bellow_border:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #FBDCAC;
    z-index: -1;
}

.banner_bellow_border img{
 width: 100%;
 height: auto;
}


.section_shows{
    background-color: #FBDCAC;
    padding-top: 86px;
    padding-bottom: 30px;
}
.section_shows_last{
    padding-bottom: 200px;
}
.section_shows_heading {
   margin: 0;
   padding: 0;
   text-align: center;
}
.section_shows_title a {
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: auto;
    background: #fff;
    padding: 0 100px;
    gap: 30px;
    border-radius: 13px 13px 0 0;
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: #0f2344;
    color: #000;
    font-size: 40px;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: -.8px;
    text-decoration: none;
    position: relative;
}
.section_shows_title a:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    width: 100%;
    height: 13px;
    background-color: #fff;
    z-index: 9;
}
.section_shows_bxWrap{
    position: relative;
}
/*.section_shows_bxWrap:before, 
.section_shows_bxWrap:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100px;
    background-color: #FBDCAC;
    z-index: 9;
}*/
.section_shows_bxWrap:before{
    left: 0px;
}
.section_shows_bxWrap:after{
   right: 0;
}

.section_shows_bxWrap .showsMovieSlide{
    padding-left: 100px;
    padding-right: 100px;
     position: relative;
}
.section_shows_bxWrap .swiper-wrapper{
/*    overflow: hidden;*/
   
}
.section_shows_bxWrap .showsMovieSlide:before{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    height: 350px;
    content: "";
    border-top: 10px solid #0F2344;
    border-bottom: 10px solid #0F2344;
}

.section_shows_bxWrap .swiper-button-next, 
.section_shows_bxWrap .swiper-button-prev{
    background: #0F2344;
        width: 100px;
        height: 372px;
        top: 0 !important;
       ransition: all 300ms ease;
}
.section_shows_bxWrap .swiper-button-next:after, 
.section_shows_bxWrap .swiper-button-prev:after{
    color: #fff;
}
.section_shows_bxWrap .swiper-button-next{
    left: 0px !important;
}
.section_shows_bxWrap .swiper-button-prev{
    right: 0px!important;
}
.section_shows_bxWrap .swiper-button-next:hover, 
.section_shows_bxWrap .swiper-button-prev:hover{
    transition: background .5s;
    background: #ECB663;
}
.section_shows_bxWrap .swiper-button-disabled{
    opacity: 1!important;
    cursor: auto!important;
    pointer-events: none!important;
}

.section_shows_bx {
    width: 100%;
}
.showsMovie_thumbs {
    padding: 13px;
    background: #fff;
    height: 395px;
    position: relative;
    overflow: hidden;
    border-top: 10px solid #0F2344;
    border-bottom: 10px solid #0F2344;
}
.showsMovie_thumbs .img_thumbs img, 
.showsMovie_thumbs .img_thumbs {
    width: 100%;
    object-fit: contain;
    transition: all 500ms ease;
    background: #1F1F1F;
    object-position: center;
    height: 348px;
}
.showsMovie_thumbs a:hover .img_thumbs img,
.showsMovie_thumbs a:hover .img_thumbs {
    transform: scale(1.05);
    transition: all 0.6s;
}
.shows_location{
    padding-top: 7px;
    transition: all 300ms ease;
    min-height: 85px;
    padding-right: 16px;
}
.shows_location a{
    text-decoration: none;
    color: inherit;
}
.shows_wrap_title {
    color: #0F2344;
    margin: 0 0 7px;
    padding: 0;
    width: 95%;
    font-size: 29.8px;
    font-weight: 500;
    line-height: 35.32px;
}
.shows_wrap_location {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
}
.shows_wrap_location span {
    letter-spacing: .16px;
    color: #0F2344;
    font-size: 19.87px;
    font-weight: 400;
    line-height: 23.54px;
}
.showsMovie_info {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
}
.shows_quots-icons {
    position: absolute;
    bottom: 0px;
    right: 0px;
    cursor: pointer;
    z-index: 99;
    transition: all .5s;
}
.shows_quots-icons .quots-icons-opens {
    opacity: 1;
    transition: all .5s;
}
.shows_quots-icons .quots-icons-closes {
    position: absolute;
    right: 0;
    bottom: 7px;
    opacity: 0;
    transform: rotate(-45deg);
    transition: all .5s;
}
.shows_quots-icons.actives .quots-icons-opens {
    opacity: 0;
    transition: all .5s;
}
.shows_quots-icons.actives .quots-icons-closes {
    opacity: 1;
    transform: rotate(0deg);
    transition: all .5s;
}
.shows-info-tooltip {
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    transform-origin: bottom right;
    border: 2px solid #FFF;
    border-radius: 80px 0 26px 0;
    min-width: auto;
    max-width: calc(100% - 14px);
    min-height: auto;
    z-index: 9;
    position: absolute;
    right: 1px;
    height: 349px;
    box-sizing: border-box;
    bottom: 13px;
    width: 100%;
    top: unset;
    transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
    box-shadow: 8px 4px 5.6px 0 #00000040;
    padding: 20px;
    background-color: #0f2344;
}
.shows-info-tooltip.active-class {
    opacity: 1;
    visibility: visible;
    transform: scale(1);

}
.shows-info-tooltip h3{
    font-family: Rubik;
    font-size: 22px;
    font-weight: 500;
    line-height: 22.44px;
    letter-spacing: -.03em;
    text-align: center;
    color: #FBDCAC;
    margin-bottom: 7px;
    border-bottom: .5px solid #fff;
    min-height: 40px;
    padding: 0 0 0 15px;
    border-bottom: 0 solid #fff;
}
.tooltip-shows-contents {
    max-height: 161px;
    overflow: auto;
    padding-right: 10px;
    padding-bottom: 10px;
    direction: ltr;
    margin-bottom: 65px;
    padding-left: 10px;
}
.tooltip-shows-contents p span,
.tooltip-shows-contents p {
    font-family: Rubik;
    font-size: 16px !important;
    font-weight: 300;
    line-height: 21.33px !important;
    letter-spacing: -.03em;
    text-align: center;
    direction: rtl;
    margin: 0 0 10px;
}
.tooltip-shows-contents p:last-child{
    margin-bottom: 0;
}
.tooltip-shows-contents * {
    color: #fff;
}
.prices-section {
    border-top: 1px solid #FFF;
    padding: 7px 7px;
    height: 72px;
    width: calc(100% - 20px);
    left: 0px;
    background: #0f2344;
    top: unset;
    position: absolute;
    bottom: 0px;
}
.prices-section p.tooptip-discounted-price {
    font-family: Rubik;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    color: #FCBF6B;
    margin: 0 0 5px;
}
.prices-section p.tooptip-regular-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: Rubik;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    color: #fff;
    max-width: calc(100% - 15px);
    margin: 0 auto;
}
.prices-section p.tooptip-regular-price .time-new {
    display: flex;
    gap: 4px;
    padding-right: 11px;
}
/* width */
.tooltip-shows-contents::-webkit-scrollbar {
  width: 15px;
}
/* Track */
.tooltip-shows-contents::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
  background-color: #fff;
}
/* Handle */
.tooltip-shows-contents::-webkit-scrollbar-thumb {
  background: #fbdcac; 
  border-radius: 10px;
}
/* Handle on hover */
.tooltip-shows-contents::-webkit-scrollbar-thumb:hover {
  background: #fbdcac; 
}

.slider-shows-wrapper {
    display: flex;
}
.scrolling-container {
  display: flex;
  box-sizing: border-box;
  width: calc(100% - 200px);
  padding: 0;
  gap: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  margin: 0;
  flex-wrap: nowrap;
}
.scrolling-container::-webkit-scrollbar { 
    display: none; 
}
.slider-shows-wrapper .swiper-slide-shows {
  display: inline-block;
  box-sizing: border-box;
  width: 430px;
  height: auto;
  margin: 0;
  background-color: inherit;
  border: none;
  flex: 1 1 430px;
  max-width: 430px;
}
.slider-shows-wrapper .swiper-slide-shows .showsMovie_bx{
   width: 425px; 
}
.button-scroll-left, 
.button-scroll-right {
    display: inline-flex;
    height: 395px;
    align-items: center;
    justify-content: center;
    width: 100px;
    background: rgb(15, 35, 68);
    cursor: pointer;
        transition: background .5s;
}
.button-scroll-left:hover, 
.button-scroll-right:hover{
       transition: background .5s;
    background: #ECB663;
} 
.button-scroll-left svg, 
.button-scroll-right svg{
    width: 60px;
    height: auto;
    color: #fff;
}

/**footer section**/
.siteFooter{
    padding: 162px 0 10px;
    background-color: #000;
}
.siteFooter_copy a img {
    margin-top: -5px;
}
.siteFooter .container{
  max-width: 1460px;
  margin: auto;
  width: calc(100% - 20px);
}
.siteFooter .siteFooter_top {
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
      align-items: center;
    border-bottom: solid 1px rgba(252, 203, 135, .42);
    padding-bottom: 32px;
}
.siteFooter .siteFooter_topLink ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 34px;
}
.siteFooter .siteFooter_topLink ul a {
    font-size: 20px;
    line-height: 1;
    display: block;
    color: rgba(255, 255, 255, .85);
    position: relative;
    text-decoration: none;
}
.siteFooter .siteFooter_topLink ul li:not(:last-child) a::before {
    content: "";
    width: 1px;
    height: 100%;
    display: block;
    background: #FCC687;
    position: absolute;
    left: -18px;
    top: 2px;
}
.siteFooter_social_list {
    display: flex;
    gap: 20px;
}
.siteFooter_social_list a {
   display: flex;
   justify-content: center;
   align-items: center;
   margin: 0;
   padding: 0; 
}
.siteFooter_social_list a picture{
        margin: 0;
    padding: 0;
    display: flex;
}
.siteFooter_social_list a img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
     width: 34px;
    height: 34px;
}

.siteFooter_bottom {
    padding: 20px 0 0;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}
.siteFooter_logo{
    display: flex;
    max-width: 450px;
    align-items: center;
    gap: 21px;
}
.siteFooter_quickLinks ul {
    display: flex;
    gap: 31px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.siteFooter_quickLinks ul a {
    font-size: 20px;
    display: block;
    color: rgba(255, 255, 255, .9);
    line-height: 1;
    text-decoration: none;
}
.siteFooter_quickLinks ul li{
    position: relative;
    font-size: 20px;
    display: block;
    color: rgba(255, 255, 255, .9);
    line-height: 1;
}
.siteFooter_quickLinks ul li::before {
    content: "";
    width: 1px;
    height: 100%;
    display: block;
    background: #FCC687;
    position: absolute;
    left: -18px;
    top: 2px;
}
.siteFooter_quickLinks ul li:last-child::before{
    display: none;
}
.siteFooter_copy {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.siteFooter_copy span,
.siteFooter_copy a {
    color: #fff;
    margin: 0 4px;
    font-size: 16px;
    text-decoration: none;
}

/**footer cta**/
.ftr_cta {
    padding-top: 138px;
    position: relative;
    overflow: hidden;
    background-color: #FBDCAC;
}
.ftr_cta-img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.ftr_cta-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.ftr_cta_wrap .container, 
.ftr_cta_circle .container {
    max-width: 1600px;
    margin: 0 auto;
     width: calc(100% - 20px);
}
.ftr_cta_wrap{
    position: relative;
    z-index: 9;
}
.ftrCta_title h2 {
    font-family: Rubik;
    font-size: 70px;
    font-weight: 700;
    line-height: 70px;
    text-align: center;
    color: #0F2344 !important;
    max-width: 1050px;
    margin: 0 auto 50px;
}
.ftrCta_row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.ftrCta_row .ftrCta_col_4 {
    width: calc(100% / 3 - 20px);
    position: relative;
}
.ftrCta_row .ftrCta_col_4:not(:last-child)::before {
    border-radius: 20px;
    position: absolute;
    left: -25px;
    height: 100%;
    width: 8px;
    background: #000;
    content: "";
}
.ftr_content_part{
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 0 20px;
}
.ftr_content_part h3 {
    font-family: Rubik;
    font-size: 38.83px;
    font-weight: 500;
    line-height: 46.91px;
    text-align: center;
    color: #0F2344;
    margin: 0;
    padding: 0;
}
.ftr-img_box {
    position: relative;
}
.ftr-img_box img {
    width: 160px;
    height: 120px;
    object-fit: scale-down;
}
.ftr_newsLetter_form .submit_wrap input.wpcf7-form-control.wpcf7-submit,
.ftr-blue-btn{
    box-shadow: 0px 3.24px 3.24px 0px #00000040;
    background: #0F2344;
    color: #fff;
    display: block;
    max-width: 200px;
    margin: 0 auto;
    font-family: Rubik;
    font-size: 24px;
    font-weight: 400;
    line-height: 34.51px;
    text-align: center;
    border-radius: 30px;
    padding: 0px 20px;
    border: 0;
    min-width: 192px;
    cursor: pointer;
    transition: all .5s;
    text-decoration: none;
}
.ftr-blue-btn:hover{
    transition: all .5s;
    background: #FCC687;
    color: #000;
}
.ftr_cta_circle{
   margin-top: 600px !important;
   position: relative;
   z-index: 9;
}
.ftr-half-circle-img{
    width: 974px;
    height: 500px;
    background-color: #000;
    border-radius: 850px 850px 0 0;
    position: absolute;
    bottom: -39px;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    z-index: 8;
    padding-top: 50px;
}
.ftr-half-circle-img h2 {
    font-family: Rubik;
    font-size: 33.58px;
    font-weight: 500;
    line-height: 40.58px;
    text-align: center;
    color: #fff;
    max-width: 458px;
    margin: 0;
    position: 0;
}

.ftr_link_half_circle{
     box-shadow: 0 3.7px 3.7px 0 #00000040;
    background: #FFF;
    font-family: Rubik;
    font-size: 33.34px;
    font-weight: 500;
    line-height: 39.5px;
    text-align: right;
    color: #0F2344;
    padding: 9px 30px;
    border-radius: 100px;
    transition: all .5s;
    border: 1px solid #000;
    text-decoration: none;
}
.ftr_link_half_circle:hover{
      border: 1px solid #fff;
    background: #FCC687;
    transition: all .5s
}
.ftr-circle-cta-img{
   position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9;  
    display: flex;
    justify-content: end;
    align-items: end; 
}
.ftr-circle-cta-img img{
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: bottom center;
}
.wrap_news_strip .marquee .text {
    color: #fff;
}
.button-scroll-left.disabled,
.button-scroll-right.disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: default;
}
.swiper-slide-wrap .swiper-slide-img {
    margin-right: 115px;
    overflow: hidden;
}
body .bannerSlider_btn .swiper-button-next, .bannerSlider_btn .swiper-button-prev {
    height: 83px !important;
}
.logged-in  .bannerSlider_btn.height-945 {
    bottom: 24px !important;
}
.bannerSlider_btn.height-945 {
    bottom: 15px !important;
}
.bannerSlider_btn.height-911 {
    bottom: 31px;
}
.wrap_home_cats {
    padding-bottom: 100px;
}
div#search_popup .search-form .wcjapsSearchResult {
    top: 45px;
}
div#search_popup ul li a {
    text-decoration: none;
}
.siteBar_logo {
    text-align: center;
}
.wrap_prices .price_item.price_hista_item span:last-child {
    margin-right: 8px;
}
@media only screen and (max-width: 1600px){
.bannerSlider_btn {
    bottom: 25px;
}
.siteHeader_wrap {
    padding: 5px 20px 5px;
}
.siteHeader_navL {
   gap: 15px;
}
.siteHeader_acessbilty_liks {
    gap: 10px;
}
.siteHeader_acessbilty_liks li a {
    gap: 5px;
    font-size: 16px;
}   
.siteHeader_acessbilty_liks .icons-menuBar img {
    width: 25px;
    height: 25px!important;
    object-fit: scale-down;
}
.siteHeader_nav_logo01 img {
    width: 140px;
    height: auto;
}
.siteHeader_navR {
    gap: 10px;
} 
.siteHeader_nav_login a, .siteHeader_nav_cart a {
    font-size: 16px;
    gap: 6px;
}
.siteHeader_nav_login .user_icons img, 
.siteHeader_nav_cart .user_icons img{
    width: 25px;
    height: 25px;
    object-fit: scale-down;
}
.banner_locations_wrap{
    width: calc(100% - 15px);
}
.siteHeader_nav{
    min-height: 62px;
}
.banner_main_slider {
    padding-top: 163px;
    padding-bottom: 0px;
}
.slider-title {
    font-size: 45px;
    line-height: 50px;
    margin: 0 0 18px;
}
.price_item_caption > span {
    font-size: 28px;
    line-height: 30px;
}
.price_item_wrap .wrap_duration span {
    font-size: 20px;
    line-height: 30px;
}
.price_item_wrap .wrap_duration svg {
    width: 26px;
    height: auto;
}
.price_item_btn .order_info_btn{
    height: 50px;
    line-height: 26px;
}
.banner_locations_title {
    font-size: 50px;
    line-height: 60px;
}
.banner_locations{
    gap: 25px;
}
.section_shows_title a{
    font-size: 35px;
}
.shows_wrap_title {
    font-size: 22px;
    line-height: 25px;
}
.ftrCta_title h2 {
    font-size: 70px;
    line-height: 70px;
    max-width: 750px;
    margin: 0 auto 50px;
}
.ftr_content_part h3 {
    font-size: 30px;
    line-height: 40px;
}
.siteBar_menuBar{
   top: 118px;
   padding: 15px 20px; 
}
.siteBar_menu ul li a{
    font-size: 22px;
    padding: 8px 0px;
}
.siteBar_link_texts p {
    font-size: 18px;
    line-height: 22px;
    margin: 13px 0px 9px;
}
.siteBar_logo02 {
    text-align: center;
}
.siteHeader-search-form input{
    max-width: 188px;
    height: 35px;
    background-size: 24px;
    font-size: 16px;
}
.siteHeader-search-form input:hover, 
.siteHeader-search-form input:focus {
    max-width: 85%;
    width: 85%;
}
.section_shows_last {
    padding-bottom: 100px;
}
.swiper-slide-wrap {
    max-width: 1170px;
}
.swiper-slide-img img {
    height: 461.35px;
}
.mainBanner_img_wrap img {
    height: 125px;
}
.mainBanner_img_wrap {
    min-height: 125px;
}
div#search_popup .search-form img#searchCloseButton {
    width: 12px;
    left: 40px;
}
div#search_popup .search-form .wcjapsSearchResult {
    top: 32px;
}
}
@media only screen and (max-width: 1440px){
.siteBar_menuBar {
    top: 112px;
    padding: 15px 20px;
}	
}
@media only screen and (max-width: 1366px){
.siteHeader_news_title{
    min-height: 35px;
        top: -3px;
}
.siteHeader_news_marquee span{
    padding:3px  0px;
}
.siteHeader_news_marquee_inner{
    min-height: 35px;
}
.siteHeader_wrap{
    min-height: auto;
}
.siteHeader_nav {
   min-height: 50px;
}
.siteHeader_nav_logo01 img{
    width: 120px!important;
}
.siteHeader_navM .siteHeader_nav_logo02 img{
    width: 150px;
    height: auto;
}
.siteHeader_wrap {
	padding: 0px 20px 5px;
}
.siteBar_menuBar {
    top: 101px;
}
.siteBar_logo img {
    width: 140px;
    height: auto;
} 
.siteBar_menu ul{
    margin-top: 10px;
    margin-bottom: 10px;
} 
    .siteBar_menu ul li a {
        font-size: 18px;
    }
.siteBar_link_texts p {
        font-size: 16px;
        line-height: 19px;
        margin: 8px 0px 6px;
}  
.siteFooter {
    padding: 96px 0 35px;
}   
.siteHeader_nav_icon {
    width: 36px;
    height: 34px;
} 
.siteHeader_nav_icon span:nth-child(4) {
    top: 15px;
}
.siteHeader_nav_icon span:nth-child(2), 
.siteHeader_nav_icon span:nth-child(3) {
    top: 23px;
}
.siteHeader_nav_icon span:nth-child(1) {
    top: 6px;
}
.siteHeader_nav_icon.open span:nth-child(2), 
.siteHeader_nav_icon.open span:nth-child(3) {
    top: 15px;
    left: 19%;
}
}
@media only screen and (max-width: 1000px){
.siteHeader_navL, 
.siteHeader_navR{
    width: auto;
}
.siteHeader_navL_links{
    display: none;
}
.siteHeader_navM {
    width: auto;
    gap: 10px;
}
.siteHeader_navM {
    gap: 10px;
}
.siteHeader_nav_logo01 {
   padding-left: 10px;
}
.siteHeader .siteHeader_nav_logo01, 
.siteHeader .siteHeader_nav_logo02{
    display: none;
}
.siteHeader_navM_mobile{
    display: flex!important;
    align-items: center;
    gap: 10px;
}
.siteHeader_navM_mobile .mobileLogo01, 
.siteHeader_navM_mobile .mobileLogo02{
    display: flex;
    align-items: center;
}
.siteHeader_navM_mobile .mobileLogo01{
    border-left: 1px solid #fff;
    padding-left: 10px;
}
.siteHeader_nav_login .user_icons img, 
.siteHeader_nav_cart .user_icons img {
    width: 18px;
    height: 18px;
}
.siteHeader_nav {
   min-height: 40px;
}
.siteBar_menuBar {
  top: 85px;
}
.swiper-slide-img {
    width: 50%;
}
.swiper-slide-img img {
    height: 338px;
}
.slider-title {
    font-size: 30px;
    line-height: 31px;
    margin: 0 0 10px;
}
.swiper-slide-price {
    margin-bottom: 20px;
}
.price_item_caption {
    font-size: 20px;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.price_item_caption > span {
    font-size: 21px;
    line-height: 21px;
}
.price_item_wrap .wrap_duration span {
        font-size: 16px;
        line-height: 22px;
}
.price_item_wrap .price_item span {
    font-size: 16px;
}
.price_item_wrap .wrap_duration svg {
    width: 17px;
}
.price_item_btn .order_info_btn {
    height: 44px;
    line-height: 21px;
    font-size: 23px;
    width: auto;
}
.banner_main_slider{
    width: calc(100% - 15px);
}
.banner_locations_title {
        font-size: 30px;
        line-height: 40px;
}
.mainBanner_wrap{
    min-height: 700px;
}
.banner_locations_wrap{
    gap: 6px;
    justify-content: center;
}
.banner_locations_wrap a {
    line-height: 20px;
    font-size: 18px;
    flex: none;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section_shows_title a {
        font-size: 25px;
}
.section_shows_heading svg, 
.section_shows_heading img{
    width: 30px;
    height: 30px;
    object-fit: scale-down;
}
.section_shows_title a {
    padding: 0 40px;
    gap: 20px;
    font-size: 40px;
    line-height: 55px;
}
.button-scroll-left, 
.button-scroll-right{
   width: 50px; 
}
.ftrCta_title h2 {
    font-size: 44px;
    line-height: 47px;
    max-width: 80%;
    margin: 0 auto 30px;
}
.ftr_content_part h3 {
        font-size: 24px;
        line-height: 30px;
}
.ftrCta_row .ftrCta_col_4:not(:last-child)::before{
    width: 2px;
}
.ftr-blue-btn{
    font-size: 20px;
}
.ftr-half-circle-icon img {
    width: 170px;
    height: auto;
}
.ftr-half-circle-img{
    bottom: 0px;
}
.ftr_link_half_circle{
    font-size: 22px;
}
.siteFooter {
        padding: 0px;
}
.siteFooter .siteFooter_top{
    flex-direction: column-reverse;
        padding-bottom: 0;
}
.siteFooter_topLink, 
.siteFooter_social{
    width: 100%;
    flex: 1 1 100%;
    max-width: 100%;
    padding: 15px 0;
    border-top: 1px solid rgb(252 203 136 / 40%);
}
.siteFooter_social_list, 
.siteFooter .siteFooter_topLink ul{
    justify-content: center;
}
.siteFooter_bottom{
    flex-direction: column;
    padding: 0;
}
.siteFooter_logo{
    width: 100%;
    max-width: 100%;
    border-bottom: 1px solid rgb(252 203 136 / 40%);
        justify-content: center;
}
.siteFooter_quickLinks{
   border-bottom: 1px solid rgb(252 203 136 / 40%);
   padding: 15px 0; 
   width: 100%;
    flex: 1 1 100%;
    max-width: 100%;
}
.siteFooter_quickLinks ul {
    justify-content: center;
    flex-wrap: wrap;
}
.siteFooter_copy{
    margin: 0;
     padding: 15px 0; 
}

.showsMovie_thumbs, 
.button-scroll-left, 
.button-scroll-right{
    height: 330px;
}
.shows-info-tooltip{
  padding: 10px;
  height: 299px;  
}
.shows-info-tooltip h3{
  margin-top: 10px;  
}
.tooltip-shows-contents{
    max-height: 141px;
}
.prices-section p.tooptip-discounted-price{
    font-size: 16px;
}
.prices-section p.tooptip-regular-price{
    padding-left: 14px;
    font-size: 14px;
}
.swiper-slide-wrap .swiper-slide-img {
    margin-right: 0px;
}
}
@media only screen and (max-width: 820px){
 .shows_quots-icons{
    top: 5px;
    bottom: unset;
 }  
.shows_quots-icons img {
    width: 30px;
}
.shows-info-tooltip{
    transform-origin: top right;
    border-radius: 0 33px 0 0;
            height: 399px;
        top: 0;
    max-width: 96%;    
}  
.showsMovie_thumbs{
    overflow: visible;
    height: 330px;
}
.tooltip-shows-contents {
 max-height: 235px;
}
.section_shows_title a {
    padding: 0 30px;
    gap: 10px;
    font-size: 30px;
    line-height: 36px;
}
.section_shows {
    padding-top: 50px;
}
.ftr-img_box img {
    width: 99px;
    height: 93px;
}
/* width */
.tooltip-shows-contents::-webkit-scrollbar {
  width: 6px;
}
}


/*Home banner slider*/
.button-scroll-left, .button-scroll-right {
    position: absolute;
    z-index: 999;
}
.button-scroll-left {
    right: 0;
}
.button-scroll-right {
    left: 0;
}
.scrolling-container {
    width: calc(100%);
}
.button-scroll-right.disabled,
.button-scroll-left.disabled{
    display: none;
}
@media screen and (max-width:767px){
.siteFooter_copy {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.siteFooter_copy a {
    font-size: 16px;
    display: block;
}
.siteBar_menuBar {
    gap: 15px;
    /* max-width: 225px; */
    width: calc(100% / 1 - 0px);
    margin-left: 0;
    margin-bottom: 15px;
    text-align: center;
    max-width: 100%;
    border-bottom-left-radius: 0;
    height: 100vh;
}
.siteBar_menu ul li a {
    text-align: center;
}
.siteBar_menuBar a {
    width: auto;
}
.button-scroll-left.disabled, .button-scroll-right.disabled {
    pointer-events: inherit;
    opacity: inherit;
    cursor: pointer;
}
.shows_wrap_location {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
}
.shows_wrap_location span {
    font-size: 14px;
    line-height: 20px;
}
.showsMovie_info {
    z-index: inherit;
}
.button-scroll-right.disabled,
.button-scroll-left.disabled{
    display: flex;
}
.button-scroll-left.disabled + ul.scrolling-container + .button-scroll-right {
    display: none;
}
.button-scroll-left:has(+ ul.scrolling-container + .button-scroll-right.disabled) {
    display: none;
}
.scrolling-container {
    width: 100% !important;
}
.button-scroll-left {
    right: unset;
    left: 0;
}
.button-scroll-right {
    left: unset;
    right: 0;
}
.button-scroll-left svg, .button-scroll-right svg {
    transform: rotate(180deg);
}
.button-scroll-left, .button-scroll-right {
    z-index: 999;
}
.button-scroll-left:not(.disabled) + ul.scrolling-container {
    margin-right: 25px;
}
.siteHeader_nav_cart .user_icons svg, .siteHeader_nav_login .user_icons svg {
    width: 20px;
    height: 20px;
}
form.search-form input {
    background-size: 24px !important;
    height: 33px !important;
    font-size: 14px !important;
    padding: 0 10px 0 30px !important;
    max-width: 100%;
        transition: max-width .5s;
    width: 100%;
    margin: 0 auto 0 0 !important;
}
.mainBanner_img_wrap img {
    width: 100%;
    height: auto;
}
.mainBanner_strips {
    max-width: 91%;
    top: 0;
    border-width: 0 0 2px 2px;
    border-bottom-right-radius: 48px;
    border-bottom-left-radius: 48px;
    left: 0;
    right: 0;
	overflow:hidden;
}
.mainBanner_img_wrap {
    width: 100px;
    transform: scale(1);
    top: 0px;
    border-bottom-right-radius: 40px;
    left: 1px;
}
.bannerSlider_btn {
    top: 310px;
    bottom: unset;
    background: #3D467D;
    box-shadow: 0 4px 4px 0 #00000040;
}
.bannerSlider_btn {
    left: 50%;
    transform: translate(-50%);
}
.swiper-slide-wrap {
    gap: 75px;
}
.banner_locations {
    position: relative;
    top: 0;
    background-image: url(/wp-content/uploads/banner-btn-mobile.svg);
    background-size: cover;
    background-position: top center;
    padding: 130px 0 190px;
    gap: 0px;
}
.banner_locations_title {
    color: #FCC687;
    margin-bottom: 15px;
    font-size: 32px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    max-width: 255px;
    margin: 0 auto 15px;
}
.banner_locations_wrap {
    flex-direction: column;
}
.banner_locations_wrap a {
    width: 70%;
}
.wrap_free_search {
    width: 100% !important;
}
}
@media only screen and (max-width: 520px){
.siteHeader_nav_login a span, 
.siteHeader_nav_cart a span{
    display: none;
}
.mainBanner_wrap_quote {
   font-size: 16px;
        line-height: 19px;
}
.mainBanner_img_wrap {
    width: 98px;
}
.mainBanner_name_role span {
           font-size: 12px;
        line-height: 14px;
}
.mainBanner_quote_wrap {
    width: calc(100% - 60px);
}
.swiper-slide-wrap{
    flex-direction: column;
    gap: 30px;
    width: 100%;
}
.swiper-slide-img {
  width: 80%;
}
.swiper-slide-img img {
    height: 235px;
}
.bannerSlider_btn{
    left: 38%;
}
.section_shows_heading{
    margin-bottom: 20px;
}
.section_shows_title a{
    border-radius: 0px;
    border: none;
    background-color: inherit;
}
.section_shows_title a:before{
    display: none;
}
.banner_main_slider {
  padding-top: 110px;
}
.showsMovie_thumbs {
    border-top: 3px solid #0F2344;
    border-bottom: 3px solid #0F2344;
}
.scrolling-container{
    width: calc(100% - 33px);
}
.showsMovie_thumbs, 
.button-scroll-left, 
.button-scroll-right {
        height: 225px;
}
.slider-shows-wrapper .swiper-slide-shows .showsMovie_bx {
    width: 234px;
} 
.button-scroll-left, 
.button-scroll-right {
        width: 25px;
}
.shows_wrap_title {
    width: 100%;
    font-size: 18px;
    line-height: 18px;
}
.shows_wrap_location span {
    font-size: 14px;
}
.section_shows_title a {
    font-size: 26px;
    line-height: 26px;
} 
.section_shows {
        padding-top: 20px;
        padding-bottom: 20px;
} 
.ftr_cta {
    padding-top: 66px;
}
.ftr_cta-img img{
    object-fit: contain;
}
.ftr_cta_wrap {
    background-color: #f7f5f3;
}
.ftr_cta_wrap .mobile-show-line {
    display: block !important;
    width: 100%;
    margin: 0 0 20px;
}
.ftrCta_row {
    flex-direction: column;
}
.ftrCta_row .ftrCta_col_4 {
    width: calc(100% / 1 - 0px);
}
.ftrCta_row .ftrCta_col_4:not(:last-child)::before {
    left: 0;
    right: 0;
    width: 100% !important;
    height: 2px;
    bottom: -15px;
}
.ftr_content_part {
    gap: 30px;
    padding: 20px 20px;
}
.ftr_cta_circle{
    margin: 0!important;
}
.ftr_cta_circle .container{
    width: 100%;
}
.ftr-half-circle-img{
    border-radius: 0px;
    width: 100%;
    height: auto;
    padding: 30px 10px;
    gap: 5px;
    position: static;
    transform: inherit;
}
.ftr-half-circle-img h2 {
    font-size: 24px;
    line-height: 30px;
}
.ftr_link_half_circle{
   padding: 8px 20px;
   line-height: 30.5px;
   font-size: 20px; 
}
.ftrCta_title h2 {
    max-width: 100%;
    margin: 0 auto 30px;
    font-size: 52px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: -0.04em;
    color: #0F2344 !important;
}
.siteFooter .siteFooter_topLink ul {
    gap: 10px 20px;
    flex-wrap: wrap;
}
.siteFooter .siteFooter_topLink ul li:not(:last-child) a::before{
        left: -10px;
        top: 0;
}  
.siteFooter_logo img {
    width: 100%;
}
.siteFooter_logo{
    padding: 10px 0;
} 
    .siteFooter_quickLinks ul {
        gap: 10px 20px;
    } 
.shows-info-tooltip{
    height: 305px;
}    
    .tooltip-shows-contents {
        max-height: 142px;
    }
.prices-section {
    width: calc(100% - 0px);
} 
    .prices-section p.tooptip-discounted-price {
        font-size: 14px;
    }
.prices-section p.tooptip-regular-price {
        padding-left: 0;
        font-size: 12px;
    }
.prices-section p.tooptip-regular-price svg {
    width: 16px;
}
.shows-info-tooltip h3{
    font-size: 18px;
}
.price_item_caption{
    flex-direction: column;
}
.banner_main_slider .price_item_caption {
    flex-direction: row;
}
.showsMovie_thumbs .img_thumbs img, 
.showsMovie_thumbs .img_thumbs {
    height: 190px;
}  
.shows-info-tooltip {
    max-width: calc(200% - 95px );
    width: calc(200%);
}
.ftr_newsLetter_form .submit_wrap input.wpcf7-form-control.wpcf7-submit,
.ftr-blue-btn {
    height: 44px;
    line-height: 42px !important;
    font-size: 27.27px !important;
}
.ftr_newsLetter_form .wpcf7-form .checkbox_wrap label {
    font-size: 10.73px !important;
    line-height: 16.17px !important;
    display: block;
}        
}

@media screen and (max-width:380px){
.shows-info-tooltip {
    max-width: calc(200% - 145px );
    width: calc(200%);
}
}
@media screen and (max-width:351px){
.shows-info-tooltip {
    max-width: calc(200% - 160px );
    width: calc(200%);
}
}


