/*
Theme Name: NA Child
Theme URI: https://wordpress.org/
Author: Naji Amer @n_for_all
Author URI: https://wordpress.org/
Description: Child theme, use this to customize the na theme
Template: na-theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: na

*/
/*@import "css/stylesheet.css" screen;*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700&display=swap');
@import url('fonts/icee/stylesheet.css');

.wpforms-field input, textarea {
    background: none !important;
    border: 0px !important;
    border-bottom: 1px solid #fff !important;
    border-radius: 0px !important;
    color: #fff !important;
}

div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    margin-left: 41%;
}
.wpforms-form button[type=submit] {
    background-color: transparent !important;
    color: white !important;
    padding: 5px 20px !important;
}
div.wpforms-container-full {
    margin: 0px auto !important;
}
.wpforms-confirmation-container-full p {
    color: #fff !important;
}
.wpforms-confirmation-container-full {
    background: none !important;
}

body {
    font-family: 'Gotham', sans-serif;
    position: relative;
    max-height: 100vh;
    overflow: hidden;
}

body:before {

    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background: url(/wp-content/uploads/2020/02/body_overlay.svg), -moz-radial-gradient(center, ellipse cover, rgba(0, 147, 192, 1) 0%, rgba(0, 83, 148, 1) 100%);
    background: url(/wp-content/uploads/2020/02/body_overlay.svg), -webkit-radial-gradient(center, ellipse cover, rgba(0, 147, 192, 1) 0%, rgba(0, 83, 148, 1) 100%);
    background: url(/wp-content/uploads/2020/02/body_overlay.svg), -webkit-radial-gradient(center, ellipse cover, rgba(0, 147, 192, 1) 0%, rgba(0, 83, 148, 1) 100%);
    background: url(/wp-content/uploads/2020/02/body_overlay.svg), -o-radial-gradient(center, ellipse cover, rgba(0, 147, 192, 1) 0%, rgba(0, 83, 148, 1) 100%);
    background: url(/wp-content/uploads/2020/02/body_overlay.svg), -ms-radial-gradient(center, ellipse cover, rgba(0, 147, 192, 1) 0%, rgba(0, 83, 148, 1) 100%);
    background: url(/wp-content/uploads/2020/02/body_overlay.svg), radial-gradient(center, ellipse cover, rgba(0, 147, 192, 1) 0%, rgba(0, 83, 148, 1) 100%);
    background-blend-mode: overlay;
    background-position: center;
}

section {
    padding: 60px 0px;
    position: fixed;
    top: 100vh;
    min-height: 100vh;
    overflow-y: scroll;
    transition: all .5s ease;
    z-index: 5;
    width: 100%;
    max-height: unset;
    height: 100%;
    overflow-x: hidden;
}

#main .main-inner > .section:first-child {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    top: 0px;
    overflow-y: hidden;
}

section.section_active {
    top: 0vh;

}

section#section-home_1 .inner-section {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

/*
* flavours page
*/
body.page-template-page-full:before {

    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background: url(/wp-content/uploads/2020/02/body_overlay.svg), -moz-radial-gradient(center, ellipse cover, rgba(230, 82, 106, 1) 0%, rgba(160, 15, 29, 1) 100%);
    background: url(/wp-content/uploads/2020/02/body_overlay.svg), -webkit-radial-gradient(center, ellipse cover, rgba(230, 82, 106, 1) 0%, rgba(160, 15, 29, 1) 100%);
    background: url(/wp-content/uploads/2020/02/body_overlay.svg), -webkit-radial-gradient(center, ellipse cover, rgba(230, 82, 106, 1) 0%, rgba(160, 15, 29, 1) 100%);
    background: url(/wp-content/uploads/2020/02/body_overlay.svg), -o-radial-gradient(center, ellipse cover, rgba(230, 82, 106, 1) 0%, rgba(160, 15, 29, 1) 100%);
    background: url(/wp-content/uploads/2020/02/body_overlay.svg), -ms-radial-gradient(center, ellipse cover, rgba(230, 82, 106, 1) 0%, rgba(160, 15, 29, 1) 100%);
    background: url(/wp-content/uploads/2020/02/body_overlay.svg), radial-gradient(center, ellipse cover, rgba(230, 82, 106, 1) 0%, rgba(160, 15, 29, 1) 100%);
    background-blend-mode: overlay;
    background-position: center;
}

body.page-id-132:before {
    background: url(/wp-content/uploads/2020/03/about_bg-2.jpg) !important;
    background-size: 100% auto;
    background-position: center center !important;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: normal;
}

.flavour_dots .dots_list {
    background-image: url(/wp-content/uploads/2020/02/dots-10.svg);
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-position: center;
    height: 30px;
}

/*
* menu styles
*/
.main-navbar-collapse {}

.menu_floating {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    height: 100%;
    width: 100%;
}

.menu_floating img {
    height: 145px;
    position: absolute;
}

.menu_floating img.bottom_middle {
    position: absolute;
    left: 50%;
    bottom: -71px;
    height: 221px;
}

.menu_floating img.bottom_middle {
    bottom: -13%;
    position: absolute;
    height: 230px;
    left: 45%;
}

.menu_floating img.left_bottom {
    top: 37%;
    position: absolute;
    height: 221px;
    left: -57px;
}

.menu_floating img.right_middle {
    right: 6%;
    height: 210px;
    top: 30%;
}

.menu_floating img.top_left {
    left: 20%;
    height: 300px;
    top: -20%;
}

.location_page.menu_floating img.top_left {
    top: -160px;
}

.menu_floating.location_page img.top_right {
    top: -155px;
}


.menu_floating img.top_right {
    left: 62%;
    height: 279px;
    top: -22%;
}

.menu_floating img {}

.locations_container .tab-pane ul {
    margin-top: 45px;
}

.map_box {}

.map_box img {
    margin-top: 40px;
    display: none;
}

.locations_container .tab-pane h3 {
    display: none;
}

.locations_container .tab-pane ul li {
    display: inline-block;
    width: 31%;
    font-weight: 100;
    margin: 3px 0px;
    font-size: 15px;
}

.location_page {
    display: none;
    z-index: 0;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0px;
}

.section:not(#section-home_1) .location_page {
    display: block;
}

.section:not(#section-home_1):before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background: url(/wp-content/uploads/2020/03/contact_.jpg) !important;
    background-size: 100%;
    background-position: center center !important;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: normal;
}

.section_active.section:not(#section-home_1):before {
    position: fixed;

}

video {
    max-width: 100%;
}

.section_title {
    color: #fff;
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 42px;
}

.icee_bear_lay {
    width: 230px;
    margin-top: 60px;
    top: 10px;
    position: relative;
    margin-bottom: 0px !important;
}

.social_link {
    height: 15px;
    margin-left: 10px;
    filter: brightness(0) invert(1);
    opacity: .8;
}

.bear_prade {
    color: #fff;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 45px;
}

.find_bear {
    font-weight: 100;
    font-size: 22px;
    margin-bottom: 50px;
}

.gallery_slider a:hover {
    text-decoration: none;
}

.gallery_slider {
    margin-bottom: 30px;
}

.gallery_slider .gallery_thumbnail {
    height: 275px;
    width: 96%;
    object-fit: cover;
    object-position: center center;
    margin: 0 auto;
}

.gallery_slider h3 {
    text-align: center;
    color: #fff;
}

.slick-slide * {
    outline: 0 !important;
}

.slick-slide {
    outline: 0;
}

.slick-arrow {
    display: inline-block;
    position: absolute;
    right: -45px;
    top: 50%;
    background: transparent;
    width: 40px;
    height: 40px;
    background-image: url(/wp-content/uploads/2020/02/icon_next-09-09.svg);
    background-size: contain;
    background-color: transparent !important;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -3000px;
    transform: translateY(-50%);
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

.slick-arrow:hover {
    background-color: transparent;
}

.slick-arrow.slick-prev {
    left: -45px;
    -webkit-transform: scaleX(-1)translateY(-50%);
    transform: scaleX(-1)translateY(-50%);
}

.page-id-165 .location_page,
.page-id-167 .location_page {
    display: block;
}

.location_page img.left_bottom {
    bottom: 10%;
    top: auto;
}

.location_page img.right_middle {
    bottom: 6%;

    top: auto;
}

.uae_locations {
    display: none;
}

.uae_locations .nav-tabs {
    border-bottom: 0px;
}

.locations_container {
    margin-top: 60px;
    border-top: 1px solid #ffffff73;
    padding-top: 20px;
    display: none;
    margin-bottom: 60px;
}

.uae_locations .nav-tabs li a {
    border: 0px;
    padding: 10px 0px;
    margin: 0px 20px;
    color: #fff;
    transition: all .5s ease;
}

.uae_locations .nav-tabs li a:before {
    content: "";
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 3px;
    background-color: #fff;
    width: 0%;
    transition: all .5s ease;
}

.uae_locations .nav-tabs li:hover a:before {
    width: 100%;
}

.uae_locations .nav-tabs {
    text-align: center;
}

.uae_locations .nav-tabs > li {
    float: none;
    display: inline-block;
}

.uae_locations .nav-tabs li.active a:before {
    width: 100%;
}

.uae_locations .nav-tabs li:hover a,
.uae_locations .nav-tabs li.active a {
    background: transparent;
    border: 0px;
    color: #fff;
}

.menu_toggle {
    position: fixed;
    right: 0%;
    top: 13%;
    height: 260px;
    width: 200px;
    /* background: #fff; */
    z-index: 1000;
    transition: all 1s ease;
    overflow: hidden;
    /* opacity: 0; */
    z-index: 9999;
}

.menu_toggle.open {
    right: 0%;
    left: auto;
    opacity: 1;
}

.menu_toggle:before {
    /*
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background: url(/wp-content/uploads/2020/02/body_overlay.svg), -moz-radial-gradient(center, ellipse cover, rgba(0, 147, 192, 1) 0%, rgba(0, 83, 148, 1) 100%);
    background: url(/wp-content/uploads/2020/02/body_overlay.svg), -webkit-radial-gradient(center, ellipse cover, rgba(0, 147, 192, 1) 0%, rgba(0, 83, 148, 1) 100%);
    background: url(/wp-content/uploads/2020/02/body_overlay.svg), -webkit-radial-gradient(center, ellipse cover, rgba(0, 147, 192, 1) 0%, rgba(0, 83, 148, 1) 100%);
    background: url(/wp-content/uploads/2020/02/body_overlay.svg), -o-radial-gradient(center, ellipse cover, rgba(0, 147, 192, 1) 0%, rgba(0, 83, 148, 1) 100%);
    background: url(/wp-content/uploads/2020/02/body_overlay.svg), -ms-radial-gradient(center, ellipse cover, rgba(0, 147, 192, 1) 0%, rgba(0, 83, 148, 1) 100%);
    background: url(/wp-content/uploads/2020/02/body_overlay.svg), radial-gradient(center, ellipse cover, rgba(0, 147, 192, 1) 0%, rgba(0, 83, 148, 1) 100%);
    background-blend-mode: overlay;
    background-position: center;
*/
}

.navbar-collapse {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100% !important;
    background-color: transparent;
}

.head_top {
    position: absolute;
    /*    position: relative;*/
    top: 0px;
    left: 0px;
    width: 100%;
    background: #0003;
    z-index: 9999;
    color: #fff;
    font-size: 12px;
    font-weight: 100;
    /* text-transform: uppercase; */
    padding: 5px 0px;
}

.head_top a {
    color: #fff;
}

.head_top a:hover {
    text-transform: none;
    text-decoration: none;
    color: #fff;
}

.navbar-collapse a {
    color: #fff;
    font-weight: 100;
    font-size: 13px;
    line-height: 13px !important;
    text-transform: uppercase;
    transition: all .5s ease;
    padding: 10px 15px !important;
}

.nav > li > a:focus,
.nav > li > a:hover {
    background-color: transparent;
    opacity: 0.8;
}

.collapse ul.nav {
    transform: none;
}

.navbar-nav > li {
    position: relative;
    transition: all .5s ease;
    position: relative;
    right: -100%;
    right: -115%;
}

.collapse.in ul.nav.nav-primary {
    margin-top: -79px;
}

.navbar-nav > li:first-child {
    transition-delay: .5s;
}

.navbar-nav > li:nth-child(2) {
    transition-delay: .2s;
}

.navbar-nav > li:nth-child(5) {
    transition-delay: .1s;
}

.navbar-nav > li:nth-child(4) {
    transition-delay: .3s;
}

.navbar-nav > li:nth-child(3) {
    transition-delay: .4s;
}

.menu_toggle.open .navbar-nav > li {
    right: 0px;
}

.navbar-nav > li {
    display: block;
    width: 100%;
    background: #ffffff1f;
    background: #0000001f;
    margin-bottom: 3px;
}

svg.burger {
    height: 75px;
    position: absolute;
    width: 75px;
}

.plates {
    position: absolute;
    right: 0px;
    top: 35%;
    transform: translateY(-50%);
    cursor: pointer;
}

.plates:before {
    content: "";
    position: absolute;
    left: 50%;
    height: 50%;
    width: 50%;
    background: rgba(255, 255, 255, 0.0);
    top: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all .7s ease;
}

.plates:hover:before {
    background: rgba(255, 255, 255, 0.1);
    height: 80%;
    width: 80%;

}

.menu_bg {
    height: 30px;
    width: 30px;
    opacity: 0;
    background-color: #005394;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    top: 0px;
    transition: all .7s ease;
    border: 1px solid #005394;
    max-height: 100vh;
}

.menu_bg.open {
    transform: scale(116);
    opacity: 1;
}

.plates.active:before {
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    /*    background-color: #005394;*/
    height: 80%;
    width: 80%;
    /*    transform: scale(60);*/
}

.plate.plate1 {
    height: 75px;
    width: 75px;
}

.x {
    transform: scale(0);
    transition: transform 400ms;
}

.line {
    fill: none;
    stroke: #fff;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    transform-origin: 50%;
    transition: stroke-dasharray 500ms 200ms, stroke-dashoffset 500ms 200ms, transform 500ms 200ms;
}

.x .line {
    stroke-width: 2px;
}

/* First plate */
.plate1 .line2 {
    stroke-dasharray: 40 200;
    stroke-dashoffset: 0px;
}

.plate1 .line3 {
    stroke-dasharray: 40 179;
    stroke-dashoffset: 0px;
}

.active .line {
    transition: stroke-dasharray 500ms, stroke-dashoffset 500ms, transform 500ms;
}

.active.plate1 .line1 {
    transform: scale(0, 1);
    transition: transform 500ms 100ms;
}

.active.plate1 .line2 {
    stroke-dasharray: 5px 200;
    stroke-dashoffset: -164px;
}

.active.plate1 .line3 {
    stroke-dasharray: 5px 179;
    stroke-dashoffset: -142px;
}

.active .x {
    transform: scale(1);
    transition: transform 400ms 350ms;
}

/*
* equal height columns
*/

.row.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.row.row-eq-height > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.valign {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.pattern-1:before {
    display: none;
}


.locations_count {}

a.location_selector {
    height: 230px;
    width: 100%;
    display: block;
    position: relative;
}

select {
    width: 100%;
    border: 0px;
    border-bottom: 1px solid #00a5eb;
    border-radius: 0px;
    background: transparent;
    min-height: 30px;
}

input:focus,
select:focus {
    outline: 0;
}

.wpcf7-submit {
    border: 1px solid #ffffff !important;
    background: transparent !important;
    padding: 5px 27px;
    text-transform: uppercase;
    font-size: 14px;
    color: #ffffff;
    transition: all .5s ease;
}

.wpcf7-form-control-wrap {
    margin-bottom: 30px;
    display: block;
}

.wpcf7-submit:hover {
    color: #fff;
    background-color: #ffffff;
}


.wpcf7 .wpcf7-text,
.wpcf7 .wpcf7-date,
.wpcf7 .wpcf7-textarea {
    border: 0px;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
    font-weight: 100;
    background: transparent;
}

.photo_swipe_en {}

.pswp img {
    max-width: none;
    height: auto !important;
    margin: 0 auto;
}

.photo_swipe_en figure {
    height: 240px;
    margin: 0px 6px;
}

.photo_swipe_en figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#section-contact-us {
    overflow: hidden;
}

span.wpcf7-not-valid-tip {
    font-size: 12px;
}

.location_selector.selected img.bg_img {
    opacity: 1;
}

.locations_count img {
    height: 185px;
    margin-bottom: 30px;
}

.location_selector a {}

.location_selector img {
    display: block;
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
}

.locations_count .outline {
    /*    display: none;*/
}

.locations_count .bg_img {
    opacity: 0;
    transition: all .5s ease;
}

.locations_count.selected .bg_img {
    opacity: 1;
}

.location_selector:hover .bg_img {
    opacity: 1;
}

.locations_count .count_name {
    font-weight: 100;
    position: absolute;
    bottom: 0px;
    left: 0%;
    width: 100%;
    text-align: center;
}

.full-height {
    min-height: 100vh;
    height: 100vh;
}

.entry-header h1.entry-title {
    text-align: center;
    text-transform: none;
    font-size: 57px;
    font-weight: 400;
    text-shadow: none;
}

.page-id-132 .entry-header h1.entry-title {
    margin-top: 40px;
    text-shadow: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.locations_count a:hover {
    text-decoration: none;
}

.locations_count a {
    color: #fff;
}

.page-id-165 .entry-header {
    min-height: auto !important;
}

.page-id-165 .entry-header h1.entry-title {
    padding-top: 235px;
    font-size: 33px;
    padding-bottom: 22px;
    transition: all .5s ease;
}

.page-id-167 .entry-header h1.entry-title {
    padding-top: 235px;
    font-size: 33px;
    padding-bottom: 22px;
    transition: all .5s ease;
}

.country_selected.page-id-165 .entry-header h1.entry-title {
    padding-top: 140px;
}

.about_footer {
    position: absolute;
    bottom: -8%;
    right: 17%;
    margin-bottom: 0px !important;
    z-index: 9;
}

.about_footer_1 {
    right: -22%;
    bottom: 16%;
    width: 239px;
}

.about_footer_2 {
    right: auto;
    left: -20%;
    bottom: 11%;
}

.about_footer_3 {}

.heart_loved {
    font-size: 52px;
    color: #fff;
    margin-top: 60px;
    position: relative;
    margin-bottom: 60px;
}

.heart_loved:before {
    content: "";
    position: absolute;
    right: 9%;
    top: 3px;
    width: 31px;
    height: 45px;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2020/03/heart-01.svg);
}

.counter_down {
    padding: 0px;
    float: left;
    margin-bottom: 200px;
    width: 100%;
}

.counter_down li {
    float: left;
    text-align: center;
    width: 33%;
    padding: 5%;
    list-style: none;
}

.counter_down li img {
    height: 88px;
    margin-bottom: 30px;
}

.counter_down li p {
    margin-bottom: 0px;
    font-size: 14px;
}

.video_icee {
    margin-bottom: 55px;
    display: block;
    margin-top: 60px;
}

.counter_down li h2 {
    color: #fff;
    font-size: 52px;
    font-weight: normal;
    margin-bottom: 10px;
    line-height: 30px;
}

.entry-content {
    position: relative;
    color: #fff;
    font-size: 16px;
}

.icee_bear_head {
    position: relative;
    padding-top: 150px;
    font-size: 30px;
}

.heart_loved {
    font-size: 40px;
}

.menu_floating img.bottom_middle {
    display: none;
}

.locations_container .tab-pane ul li {
    position: relative;
    padding-left: 20px;
}

.locations_container .tab-pane ul li:before {
    content: "";
    width: 13px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url(/wp-content/uploads/2020/04/gps.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.icee_bear_head:before {
    content: "";
    background-image: url(/wp-content/uploads/2020/04/ICEEBear_HoldingCupHigh-2.png);
    position: absolute;
    height: 150px;
    width: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0%;
    background-position: center bottom;
    left: 50%;
    transform: translateX(-50%);
}

.ewd-ufaq-author-date {
    display: none;
}

.ewd-ufaq-post-margin-symbol span {
    font-size: 15px;
    color: #fff;
}

.ufaq-faq-title {
    background: #ffffff17;
    padding: 7px 10px;
}

.ufaq-faq-body {
    text-decoration: none;
    font-weight: 100;
    margin-bottom: 30px;
    margin-top: 15px;
}

div.ufaq-faq-title h4 {
    font-family: 'Gotham', sans-serif;
    color: #fff;
    font-weight: 100;
    font-size: 16px;
}

.all_flavours {}

.all_flavours ul {
    padding: 0px;
    width: 100%;
    float: left;
}

.all_flavours ul li {
    width: 23%;
    float: left;
    list-style: none;
    text-align: center;
    color: #fff;
    margin-bottom: 45px;
    background: #ffffff21;
    padding: 15px;
    margin: .5%;
    position: relative;
    overflow: hidden;
}

.show_indl {
    position: absolute;
    cursor: pointer;
    right: -100%;
    top: 8px;
    font-size: 10px;
    font-weight: 100;
    text-transform: uppercase;
    background: #0003;
    padding: 6px 9px;
    transition: all .5s ease;
}

.all_flavours ul li:hover .show_indl {
    right: 0px;
}

.all_flavours ul li img {
    height: 188px;
    transform: rotate(-13deg);
    transition: all .5s ease;
}

.all_flavours ul li:hover img {
    transform: rotate(-5deg) scale(1.05);
}

.all_flavours ul li h3 {
    color: #fff;
    font-family: 'Gotham', sans-serif;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.ing_table_cont {
    position: fixed;
    right: 0px;
    top: 30%;
    background: #fff;
    min-width: 290px;
    padding: 20px;
    right: -100%;
    font-weight: 100;
    color: #000;
    transition: all .5s ease;
}

.ing_table_cont.show {
    right: 0%;
}

.ing_table_cont h3 span {
    font-size: 11px;
}

.ing_table_cont h3 {
    font-size: 13px;
    font-family: 'Gotham', sans-serif;
    margin-top: 0;
    margin-bottom: 5px;
    color: #000;
    text-transform: uppercase;
}

.close_table {
    background-image: url(/wp-content/uploads/2020/03/close-01.svg);
    height: 18px;
    width: 18px;
    position: absolute;
    left: -8px;
    top: -9px;
    /* background-size: 79%; */
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ffffffeb;
    border-radius: 50%;
    cursor: pointer;
}

.ing_table_cont tr {
    border-bottom: 1px solid #0000002e;
}

.ing_table_cont tr:last-child {
    border-bottom: 0px;
}

.ing_table_cont td {
    padding: 3px 5px;
    width: auto !important;
    font-size: 12px;
}

.imge_box {
    clear: both;
    float: left;
    width: 100%;
    position: relative;
}

.imge_box * {
    font-family: 'Gotham', sans-serif;
    color: #fff;
}

.imge_box h2 {
    margin-top: 10px;
    margin-bottom: 0px;
}

.imge_box img {
    width: 50%;
}

.imge_box .desc_wrapper {
    padding: 30px;
    position: absolute;
    left: 29%;
    max-width: 435px;
    top: 7%;
    background: #193b8e;
}

.ing_table_cont.show {}

.imge_box.two {
    margin-top: -320px;
}

.imge_box.two .desc_wrapper {
    left: 13%;
    top: 29%;
    max-width: 470px;
    background: #eb1325;
}

.imge_box.two img {
    float: right;
    width: 44%;
}

.ewd-ufaq-post-margin-symbol {
    position: relative;
    margin-top: 6px;
}

.ufaq-faq-categories {
    display: none;
}

.snow {
    width: 100%;
    height: 95%;
    position: absolute;
    left: 0px;
    top: 0px;

}

.snow .parallax-inner2,
.snow .parallax-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0.6;

}

.snow .parallax-inner2 {
    background-size: 80% auto;
    background-position: center top;
    background-repeat: no-repeat;
}

.snow .parallax-inner {
    background-size: 80% auto;
    background-position: center top;
    background-repeat: no-repeat;

}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Hasty Pudding', sans-serif;
}

h2.title {
    font-size: 40px;
    text-transform: uppercase;
}

.title-dark {
    color: #361A12;
}

.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
    padding: 50px 0px;
}

.scrolling .navbar > .container .navbar-brand,
.scrolling .navbar > .container-fluid .navbar-brand {
    padding: 50px 0px;
}

.scrolling .navbar-default {
    background-color: transparent;
}

.navbar-default .navbar-nav > li > a {
    color: #B6550D;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #a84700;
}

section {
    padding: 60px 0px;
}

/*
* section section-featured-products
*/
#section-featured-products {
    padding: 60px 0px;
}

#section-organic-chocolate {
    color: #6D4238;
}

#section-organic-chocolate .title {
    color: #6D4238;
    margin-bottom: 15px;
}

#section-organic-chocolate p {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 80px;
}

#section-instagram {}

#section-instagram .title {
    color: #361A12;
    margin-bottom: 25px;
}

.wdi_feed_thumbnail_1 .wdi_feed_container,
.wdi_feed_theme_1 .wdi_feed_wrapper {
    background: transparent !important;
}

.wdi_feed_thumbnail_1 .wdi_photo_wrap_inner {
    border: 2px solid #ffffff00 !important;
    background-color: transparent !important;
    border-bottom: 0px !important;
    border-top: 0px !important;

}

.wdi_feed_thumbnail_1 .wdi_feed_container {
    border-bottom: 0px !important;
}


/*
*section-featured-products
*/
#section-featured-products {}

#section-featured-products .title {
    margin-bottom: 60px;
    margin-top: 30px;
}

/*
* woocommerce styles
*/
ul.products .product .woocommerce-list-image {
    background-color: #fff;
    padding-top: 85%;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    text-align: center;
    margin-top: 20px;
}

.woocommerce ul.products li.product a {
    color: #361A12;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
}

.featured_products .woocommerce .products ul,
.woocommerce ul.products {
    margin-bottom: 0px;
}

.featured_products .woocommerce ul.products li.product,
.woocommerce-page .featured_products ul.products li.product {
    margin-bottom: 0px;
}

.featured_products .woocommerce ul.products li.product .price {
    color: #361A12;
    display: none;
}

.home footer,
.page-id-16 footer,
.page-id-165 footer {
    display: none;
}

.footer-widgets {
    position: relative;
}

.footer-widgets:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background: url(/wp-content/uploads/2020/03/footer_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.textwidget p {
    margin-bottom: 0px;
}

.sidebar.sidebar-logo {
    display: none;
}

footer .sidebar-logo img {
    width: 0px;

}

#text-2 {
    text-align: center;
    margin-top: 25px;
    font-weight: 100;
}

.footer_logo {
    width: 75px;
}

.footer-widgets {
    padding: 20px 0px;
}

.subfooter {
    text-align: center;
    display: none;
}

.home_first {
    width: 80%;
    margin: 0 auto;
}

.floating_obj {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;

}

.home .floating_obj {
    min-height: 100vh;
}

.floating_obj img {}

.floating_obj img.img1 {
    position: absolute;
    right: 0px;
    top: 30%;
}

.floating_obj img.img2 {
    position: absolute;
    top: 43%;
    left: -52px;
}

.floating_obj img.img3 {
    position: absolute;
    bottom: -6%;
    right: 9%;
    z-index: 1;
}

.floating_obj.flavour_page {
    opacity: 0;
    z-index: -1;
}

.flaviour_side {
    position: absolute;
    right: -100%;
    width: 65%;
    height: 100vh;
    background: #fff;
    z-index: 1;
    top: 0px;
    transition: all .7s ease;
    z-index: 1032;
}

.flaviour_side.open {
    right: 0%;
}

.flaviour_side .flavour_inner_s {
    position: relative;
    padding: 60px;
    display: block;
    top: 50%;
    transform: translateY(-50%);
}

/*
.floating_obj.flavour_page img.img1.loading {
    left: -16%;
    
}

.floating_obj.flavour_page img.img2.loading {
    right: -10%;
}
*/

.floating_obj.flavour_page img.img1 {
    height: 120px;
    top: 12%;
    /*    transition: all .5s ease;*/
    right: 10%;
    filter: blur(4px);
    -webkit-filter: blur(4px);
    opacity: .8;
}

.locations-count {
    font-size: 12px;
    margin-top: 2px;
}

.locations-count span {}

.locations-count .loc_cities {
    display: inline-block;
    margin-right: 5px;
    padding-right: 5px;
    border-right: 1px solid #ffffff69;
}

.floating_obj.flavour_page img.img2 {
    top: 35%;
    width: 170px;
    /*    transition: all .5s ease;*/
    max-height: 120px;
    left: 3%;
    transform: rotate(29deg);
    object-fit: contain;
    object-position: center;

}

.floating_obj.flavour_page img.img3 {
    left: 40%;
    bottom: 24%;
    z-index: 21;
    width: 128px;
    filter: blur(3px);
    -webkit-filter: blur(3px);
    display: none;
}

.cup_bottom_img {
    filter: blur(2px);
    -webkit-filter: blur(2px);
    position: absolute;
    left: 37%;
    bottom: 0%;
    transform: translateX(-50%);
    width: 130px;
    width: 100px;
    opacity: 0;
    transition: all .5s ease;
}

.cascade-slider_item.now .cup_bottom_img {
    opacity: 1;
}

.coldest_treat {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    left: 50%;
    top: 53%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.location_home {
    position: absolute;
    bottom: -11%;
    right: 5%;
    background-image: url(/wp-content/uploads/2020/02/location_bg.svg);
    background-image: url(/wp-content/uploads/2020/03/location_bg.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 100px;
    width: 420px;
    color: #fff;
    font-family: "Hasty Pudding";
    line-height: 96px;
    font-size: 33px;
    padding-left: 86px;
    text-align: left;
    z-index: 9;
}

.location_home:hover {
    color: #fff;
    text-decoration: none;
}

.bottom_nav {
    display: block;
    position: absolute;
    left: 50%;
    bottom: -56px;
    bottom: -95px;
    transform: translate(-50%, -50%);
}

.bottom_nav img {
    height: 50px;
    margin-bottom: 0px;
}


.treat_text {
    position: absolute;
    left: 12%;
    bottom: -92px;
    width: 300px;
    margin-bottom: 0px !important;
}

/*
* flavour_details
*/
.flavour_details.loading .falv_title {
    position: relative;
    right: -100%;
    transition: all .5s ease;

}

.flavour_details {
    position: absolute;
    right: 8%;
    bottom: 7%;
    z-index: 8;
}

.flavour_details .left_ind {
    float: left;
    width: 60px;
}

.flavour_details .right_ind * {
    color: #fff;
    font-family: 'Gotham', sans-serif;
}

.flavour_details .right_ind {
    float: left;
    margin-left: 20px;
    text-align: right;
    overflow: hidden;

}

.flavour_details .falv_title {
    margin-top: 8px;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 22px;
    margin-left: 30px;
    min-width: 175px;
    position: relative;
    right: 0%;
    transition: all .5s ease;
}

.flavour_details.loading span {
    width: 0%;
    right: 0%;
    transition: all .5s ease;
}

.flavour_details span {
    width: 100%;
    right: 0%;
    position: relative;
    display: block;
    background: transparent;
    height: 1px;
    transition: all .5s ease;
    margin: 4px 0px;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.flavour_details.loading a.ingredients {
    right: -100%;
    transition: all .5s ease;
    transition-delay: .2s;
}

.flavour_details a.ingredients {
    text-transform: uppercase;
    /* font-weight: 100; */
    font-size: 12px;
    position: relative;
    right: 0px;
    transition: all .5s ease;
    transition-delay: .2s;
}

.flavour_details .icon_ingre {
    margin-bottom: 0px;
    display: none;
}

.flavour_dots {
    width: 300px;
    height: 60px;
    position: absolute;
    left: 50%;
    bottom: -15%;
    transform: translateX(-50%);
}


.flavour_color {
    position: absolute;
    transition: all .5s ease;
    left: 0px;
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background: url(/wp-content/uploads/2020/02/body_overlay.svg), -moz-radial-gradient(center, ellipse cover, rgba(0, 147, 192, 1) 0%, rgba(0, 83, 148, 1) 100%);
    background: url(/wp-content/uploads/2020/02/body_overlay.svg), -webkit-radial-gradient(center, ellipse cover, rgba(0, 147, 192, 1) 0%, rgba(0, 83, 148, 1) 100%);
    background: url(/wp-content/uploads/2020/02/body_overlay.svg), -webkit-radial-gradient(center, ellipse cover, rgba(0, 147, 192, 1) 0%, rgba(0, 83, 148, 1) 100%);
    background: url(/wp-content/uploads/2020/02/body_overlay.svg), -o-radial-gradient(center, ellipse cover, rgba(0, 147, 192, 1) 0%, rgba(0, 83, 148, 1) 100%);
    background: url(/wp-content/uploads/2020/02/body_overlay.svg), -ms-radial-gradient(center, ellipse cover, rgba(0, 147, 192, 1) 0%, rgba(0, 83, 148, 1) 100%);
    background: url(/wp-content/uploads/2020/02/body_overlay.svg), radial-gradient(center, ellipse cover, rgba(0, 147, 192, 1) 0%, rgba(0, 83, 148, 1) 100%);
    background-blend-mode: overlay;
    background-position: center;
}

.ingd_table_container {
    position: absolute;
    right: 7%;
    top: 27%;
    /* background: #ffffffdb; */
    color: #fff;
    font-weight: 100;
    padding: 12px;
    opacity: 1;
    transition: all .5s ease;
}

.ingd_table_container.visibility {
    opacity: 0;
}

.ingd_table_container table {
    background-color: transparent;
    border: 1px solid #ffffff96;
    width: 160px;
}

.ingd_table_container.loading {
    opacity: .0;
    right: -8%;
}

.ingd_table_container h3 {
    font-size: 14px;
    font-family: 'Gotham', sans-serif;
    margin-top: 0px;
    margin-bottom: 5px;
    color: #fff;
}

.ingd_table {
    /*
    position: absolute;
    right: 1%;
    top: 39%;
    background: #ffffffdb;
    color: #000;
    font-weight: 100;
    padding: 12px;
    opacity: 1;
    transition: all .5s ease;
*/
}

.ingd_table tr:nth-child(even) {
    /*    background-color: #f2f2f2;*/
}

.ingd_table tr {
    border-bottom: 1px solid #ffffff96;
}

.ingd_table tr:last-child {
    border-bottom: 0px;
}

.ingd_table td {
    padding: 3px 5px;
    width: auto !important;
    font-size: 9px;
}

.flavour_dots .switcher_dots {
    width: 50px;
    height: 50px;
    background-color: #E83E3D;
    left: 50%;
    top: 50%;
    position: relative;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    transition: background-color .5s ease;
    cursor: move;
    border: 1px solid #ffffff00;
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.03);
}

.modal-title {
    float: left;
}

.nutri_img {
    width: 100%;
}

.nutri_info .modal-title {
    font-size: 24px;
    color: rgba(228, 33, 39, .87);
}

.close_icon {
    cursor: pointer;
    position: absolute;
    left: 1%;
    top: 1%;
    background-image: url("/wp-content/uploads/2020/03/close-01.svg");
    background-size: contain;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    opacity: 0.7;
    z-index: 2;
}

#ingred_title {
    font-size: 24px;
    color: rgba(228, 33, 39, .87);
    margin-bottom: 10px;
}

.nutri_info table {
    width: 100%;
    margin-bottom: 30px;
    font-weight: 100;
}


.nutri_info table td {
    padding: 5px 10px;
}

.nutri_info table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.switcher_dots svg {
    width: 100%;
    height: 69%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}


/*
* slider
*/
.cascade-slider_container {
    position: relative;
    width: 820px;
    height: 500px;
    min-height: 530px;
    margin: 0 auto;
    /* top: 55px; */


}

.cascade-slider_container:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -18px;
    height: 111%;
    width: 100%;
    background-image: url(/wp-content/uploads/2020/02/watershadow-09.png);
    background-image: url(/wp-content/uploads/2020/04/snow_icee1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.cascade-slider_item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0.3);
    transition: all 1s ease;
    opacity: 0;
    z-index: -1;
    text-align: center;
}

cascade-slider_item.prev {}

.cascade-slider_item h3 {
    display: none;
}

.cascade-slider_item img {
    max-width: 71%;
    margin: 0 auto !important;
}

.cascade-slider_item.next {
    left: 50%;
    transform: translateY(-50%) translateX(-150%) scale(0.6);
    transform: translateY(-43%) translateX(-135%) scale(0.7) rotate(-16deg);
    opacity: 1;
    z-index: 1;
}

.cascade-slider_item.prev {
    left: 50%;
    transform: translateY(-50%) translateX(50%) scale(0.6);
    transform: translateY(-43%) translateX(35%) scale(0.7) rotate(16deg);
    opacity: 1;
    z-index: 1;
}

.cascade-slider_item.now {
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(1);
    opacity: 1;
    z-index: 5;
}

.cascade-slider_arrow {
    display: inline-block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.cascade-slider_arrow-left {
    left: 0;
    background-image: url(/wp-content/uploads/2020/02/icon_next-09-09.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 40px;
    width: 40px;
    text-indent: -30000px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.cascade-slider_arrow-right {
    right: 0;
    background-image: url(/wp-content/uploads/2020/02/icon_next-09-09.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 40px;
    width: 40px;
    text-indent: -30000px;
}

.cascade-slider_nav {
    position: absolute;
    bottom: -120px;
    width: 100%;
    text-align: center;
    z-index: 5;
}

.cascade-slider_dot {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin: 1em;
    background: #ddd;
    list-style: none;
    cursor: pointer;
}

.cascade-slider_dot:hover {
    background: #555;
}

.cascade-slider_dot.cur {
    background: #555;
}

.page-template-page-full .entry-header {
    display: none;
}

.navbar > .container-fluid .navbar-brand {
    margin-left: 30px !important;
    /*    margin-top: 30px;*/
}

#section-home_1 {
    padding: 0px;
}

#section-home_1 .container-fluid {
    padding-top: 4%;
}

.page-template-page-full article {
    min-height: 100vh;
}

.page-template-page-full .entry-content {
    height: 100vh;
}

.page-template-page-full .entry-inner-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.text_calories {
    position: absolute;
    left: 12%;
    top: 10%;
    width: 185px;
    margin-bottom: 0px !important;
}

.lang_selector:hover {
    color: #fff;
    text-decoration: none;
}

.lang_selector {
    position: absolute;
    right: 15%;
    top: 0px;
    /*    background: #00000038;*/
    padding: 5px 12px;
    border-radius: 0px 0px 5px 5px;
    color: #fff;
    z-index: 9999;
}

.navbar > .container-fluid .navbar-brand {
    margin-top: 24px;
}

.navbar-header svg {
    position: absolute;
}

.rtl .lang_selector {
    font-family: 'Gotham', sans-serif;
    position: absolute;
    font-weight: 100;
    right: 15%;
    background: #00000038;
    padding: 6px 12px;
    border-radius: 0px 0px 5px 5px;
    color: #fff;
    z-index: 9999;
    text-transform: uppercase;
    font-size: 12px;
}

@media (max-width: 768px) {
    .head_top {
        font-size: 10px;
    }

    .lang_selector {
        right: 6%;
    }

    .navbar-brand img.logo,
    .navbar-brand img.logo-dark {
        max-height: 60px;
    }

    .navbar > .container-fluid .navbar-brand {
        margin-left: 15px !important;
    }

    .navbar-brand {
        height: 90px;
    }

    .plates {
        top: 45%;
    }

    .navbar-header svg {
        position: absolute;
    }

    .location_home {
        bottom: -23%;
        /* top: 6%; */
        left: 66%;
        transform: translateX(-50%);
        height: 54px;
        font-size: 15px;
        line-height: 53px;
        padding-left: 54px;
        display: inline-block;
        width: 240px;
    }

    .counter_down {
        text-align: center;
    }

    .navbar-nav > li {
        background: #00000052;
    }

    .location_selector img {
        left: 50%;
        transform: translateX(-50%);
    }

    a.location_selector {
        position: relative;
        margin-bottom: 30px;
    }

    .uae_locations .nav-tabs li a {
        margin: 0px 5px;
    }

    .locations_container .tab-pane ul li {
        display: inline-block;
        width: 100%;
        font-weight: 100;
        margin: 3px 2%;
        font-size: 13px;
        /* min-height: 35px; */
        float: left;
        line-height: 17px;
        list-style: disc;
    }

    .icee_bear_lay {
        width: 150px;
        margin-top: 30px;
    }

    .gallery_slider {
        margin-bottom: 30px;
        width: 90%;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .slick-arrow {
        width: 25px;
        right: -28px;
        height: 25px;
    }

    .slick-arrow.slick-prev {
        left: -28px;
        right: 7%;
        top: 24%;
    }

    .ingd_table_container {
        background: #d13851f7;
        display: none;
    }

    .ingredients {
        display: none;
    }

    .bear_prade {
        margin-top: 10px;
        margin-bottom: 0px;
        font-size: 30px;
    }

    .find_bear {
        font-size: 16px;
    }

    .find_bear {
        margin-bottom: 25px;
    }

    .locations_container .tab-pane ul {
        margin-top: 45px;
        padding: 0px;
    }

    .section_title {
        margin-top: 60px;
        font-size: 30px;
    }

    .counter_down li {
        float: left;
        text-align: center;
        width: 48%;
        padding: 1%;
        list-style: none;
        margin-bottom: 40px;
        float: none;
        display: inline-block;

    }

    .flavour_dots {
        bottom: -45%;
    }

    .treat_text {
        left: 3%;
        bottom: -35px;
        width: 145px;
    }

    .flavour_details {
        position: absolute;
        right: -9%;
        bottom: -6%;
        z-index: 8;
    }

    .flavour_details .falv_title {
        font-size: 19px;
    }

    .icee_bear_head:before {
        height: 154px;
        width: 130px;
    }

    .icee_bear_head {
        padding-top: 155px;
        margin-bottom: 5px;
    }

    .flavour_details a.ingredients {
        font-size: 10px;
        display: none !important;
        /*        display: inline;*/
    }

    .collapse.in ul.nav.nav-primary {
        margin-top: 0px;
    }

    .cascade-slider_container {
        width: 75%;
        min-height: 355px;
        height: 355px;

    }

    section#section-home_1 .inner-section {
        top: 43%;
    }

    .location_page img.right_middle {
        display: none;
    }

    .menu_floating img.top_left {
        height: 272px;
    }

    .menu_floating img.left_bottom {
        height: 170px;
    }

    .entry-content {
        padding-left: 0px;
        padding-right: 0px;
    }

    .counter_down li {
        padding: 1%;
    }

    .about_footer_1 {
        display: none;
    }

    .about_footer_2 {
        right: auto;
        left: -20%;
        bottom: 5%;
        height: 132px !important;
    }

    .counter_down {
        margin-bottom: 50px;
    }

    .counter_down li h2 {
        font-size: 25px;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .text_calories {
        top: -3%;
        width: 125px;
    }

    .counter_down li img {
        margin-bottom: 20px;
    }

    .about_footer {
        height: 150px !important;
    }

    .cascade-slider_container:before {
        height: 100%;
    }

    .cup_bottom_img {
        width: 50px;
    }

    .floating_obj.flavour_page {
        display: none;
    }

    .navbar-nav > li {
        right: -110%;
    }

    .navbar-collapse.collapse {}

    #menu-main-menu {
        transform: none;
    }
}
