html,
body {
    max-height: 100vh;
    max-width: 100%;
    overflow-anchor: none;
}

@font-face {
    font-family: Open Sans Light;
    src: url("../fonts/OpenSans-Light.eot"),
        url("../fonts/OpenSans-Light.ttf") format("truetype");
}

/* @font-face {
	font-family: Open Sans Light Italic;
	font-style: italic, oblique;
	src: url('../fonts/OpenSans-LightItalic.eot'), url('../fonts/OpenSans-LightItalic.ttf') format("truetype");
} */

@font-face {
    font-family: Open Sans;
    src: url("../fonts/OpenSans.eot"),
        url("../fonts/OpenSans.ttf") format("truetype");
}

/*
@font-face {
	font-family: Open Sans Italic;
	font-style: italic, oblique;
	src: url('../fonts/OpenSans-Italic.eot'), url('../fonts/OpenSans-Italic.ttf') format("truetype");
}  */

#bablicFlagsWidget {
    z-index: unset !important;
}

.what-is-text2 {
    font-style: italic;
    text-decoration: underline;
    color: #000;
    font-weight: 300;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: "Open Sans Light", sans-serif;
    /* font-family: 'Open Sans', sans-serif; */
    font-weight: 300;
    background-color: #ffffff;
    text-align: center;
    color: #000;
    width: 100%;
}

font {
    padding: 0;
    margin: 0;
}

a {
    cursor: pointer;
    font-family: "Open Sans Light", sans-serif;
    /* font-family: 'Open Sans', sans-serif; */
    /* font-weight: 300; */
    text-decoration: none;
    color: #000;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
div {
    padding: 0;
    margin: 0;
    font-weight: 300;
    text-align: center;
    font-family: "Open Sans Light", sans-serif;
}

/* div {
    /* font-family: 'Open Sans', sans-serif;
    /* font-weight: 300;
    font-family: 'Open Sans Light', sans-serif;
} */
p {
    font-size: 17px;
}

h6 {
    font-size: 14px;
}

h5 {
    font-size: 30px;
}

h4 {
    font-size: 35px;
    padding-bottom: 23px;
}

h3 {
    font-size: 40px;
    padding-bottom: 23px;
}

h2 {
    font-size: 45px;
}

h1 {
    font-size: 50px;
    padding: 23px 0;
}

.bold {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}

b {
    font-weight: 900;
    font-family: 'Open Sans', 'sans-serif';
}

.notification-mobile-light {
    background-color: white;
    border-bottom-color: white;
}

.juicy-notification-stars-mobile-light {
    color: #5c5f64;
}

.notification-stars-mobile-light {
    color: #5c5f64;
}

.text-ek-gray{
    color: #5c5f64;
}
.text-ek-blue{
    color: #0085f5;
}

.notification-text-mobile-light {
    color: black;
}

.nav-buy-button-light {
    color: #0085f5;
    border-color: #0085f5;

    transition: all 0.5s;
}

.mobile-menu-lines-1-light {
    border-top-color: #0085f5;
}

.mobile-menu-lines-2-light {
    border-top-color: #0085f5;
    border-bottom-color: #0085f5;
}

.nav-link-light {
    color: black !important;
}

.notification-mobile-dark {
    background-color: #5c5f64 !important;
    border-bottom-color: white !important;
}

.juicy-notification-stars-mobile-dark, .notification-stars-mobile-dark, .notification-text-mobile-dark {
    color: white !important;
}

.nav-buy-button-dark {
    color: white !important;
    border-color: white !important;

    transition: all 0.5s;
}

.mobile-menu-lines-1-dark {
    border-top-color: white !important;
}

.mobile-menu-lines-2-dark {
    border-top-color: white !important;
    border-bottom-color: white !important;
}

.notification-desktop-light {
    background-color: white !important;
    border-color: #5c5f64 !important;
}

.juicy-notification-stars-desktop-light {
    color: #5c5f64;
}

.notification-stars-desktop-light {
    color: #5c5f64;
}

.notification-text-desktop-light {
    color: black;
}

.notification-desktop-dark {
    background-color: #5c5f64 !important;
    border-color: white !important;
}

.juicy-notification-stars-desktop-dark {
    color: white !important;
}

.notification-stars-desktop-dark {
    color: white !important;
}

.notification-text-desktop-dark {
    color: white !important;
}


.hidden-content {
    height: 0;
    width: 0;
    display: none;
    visibility: hidden;
}

.hidden-fb {
    height: 1;
    width: 1;
    display: none;
}

.main-content-area {
    padding: 161px 5% 69px;
}

.horizontal-line {
    margin: 0 10%;
    border-bottom: 1px solid #000;
}

.button {
    display: inline-block;
    background-color: #ffffff;
    font-family: Open Sans;
    /* font-weight: 400; */
    color: #0085f5;
    outline: 0;
    font-size: 16px;
    text-decoration: none;
    margin: 20px 10px 35px;
    padding: 15px 30px;
    border-color: #0085f5;
    border-style: solid;
    border-width: 2.0px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-user-select: text;
    /* Chrome all / Safari all */
    -moz-user-select: text;
    /* Firefox all */
    -ms-user-select: text;
    /* IE 10+ */
    user-select: text;
}

.countrybutton {
    display: inline-block;
    background-color: #ffffff;
    /* font-family: Open Sans; */
    /* font-weight: 400; */
    /* color: #0085f5; */
    outline: 0;
    font-size: 15px;
    text-decoration: none;
    /* margin: 8px 4px 14px; */
    padding: 8px 15px;
    /* border-color: #0085f5; */
    border-style: solid;
    border-radius: 6px;
    border-width: 2.0px;
    cursor: pointer;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    -webkit-user-select: text;
    /* Chrome all / Safari all */
    -moz-user-select: text;
    /* Firefox all */
    -ms-user-select: text;
    /* IE 10+ */
    user-select: text;
}

.countrybutton:hover {
    color: #FFFFFF;
    background-color: #0085f5;
    cursor: pointer;
    outline: 0;
}
/*navbar styles */
.header {
    text-align: left;
    height: 70px;
    width: 100%;
    position: fixed;
    background-color: #fff;
    z-index: 2;
    opacity: 0.95;
    filter: alpha(opacity=95);
    /* For IE8 and earlier */
    transition: all 0.5s;
    top: 0;
}

.header-dark {
    text-align: left;
    height: 70px;
    width: 100%;
    position: fixed;
    background-color: #5c5f64;
    z-index: 2;
    opacity: 0.95;
    filter: alpha(opacity=95);
    /* For IE8 and earlier */
    transition: all 0.5s;
    top: 0;
}

.header-alert {
    text-align: center;
    height: 40px;
    width: 100%;
    position: fixed;
    color: #fff;
    background-color: #ff0000;
    font-size: 18px;
    /* font-family: Open Sans Light; */
    padding-top: 12px;
    z-index: 3;
    opacity: 0.95;
    filter: alpha(opacity=95);
    /* For IE8 and earlier */
    transition: all 0.5s;
    top: 70px;
    display: block;
}

.header-alert-offer {
    height: 40px;
    width: 100%;
    position: fixed;
    color: #fff;
    background-color: #0085f5;
    font-size: 18px;
    /* font-family: Open Sans Light; */
    padding-top: 12px;
    vertical-align: middle;
    z-index: 1;
    opacity: 0.95;
    filter: alpha(opacity=95);
    transition: all 0.5s;
    top: 70px;
    cursor: pointer;
    display: none;
}

.header-alert-email {
    height: 40px;
    width: 100%;
    position: fixed;
    color: #fff;
    background-color: #0085f5;
    font-size: 18px;
    /* font-family: Open Sans Light; */
    padding-top: 12px;
    vertical-align: middle;
    z-index: 1;
    opacity: 0.95;
    filter: alpha(opacity=95);
    transition: all 250ms linear;
    top: 0px;
    cursor: pointer;
    display: none;
}

.header-alert-email-exist {
    height: 40px;
    width: 100%;
    position: fixed;
    color: #fff;
    background-color: #ff0000;
    font-size: 18px;
    /* font-family: Open Sans Light; */
    padding-top: 12px;
    vertical-align: middle;
    z-index: 1;
    opacity: 0.95;
    filter: alpha(opacity=95);
    transition: all 250ms linear;
    top: 70px;
    cursor: pointer;
    display: none;
}

.logo {
    padding-top: 15px;
    padding-left: 40px;
    height: 35px;
    transition: all 0.5s;
}

.nav {
    background-color: transparent;
    display: block;
    top: 21px;
    right: 210px;
    position: fixed;
    z-index: 3;
    opacity: 1;
    filter: alpha(opacity=100);
    /* For IE8 and earlier */
}

.nav-link {
    /* color: #5c5464; */
    /* font-family: Open Sans Light; */
    font-size: 17px;
    padding-right: 30px;
    transition: all 0.5s;
    color: #000;
}

.nav-link-dark {
    color: #fff;
    /* font-family: Open Sans Light; */
    font-size: 17px;
    padding-right: 30px;
    transition: all 0.5s;
}

.nav-link:hover {
    color: #0085f5 !important;
    transition: all 0.25s;
}

.nav-link-last {
    /* color: #000; */
    /* font-family: Open Sans Light; */
    font-size: 17px;
    transition: all 0.5s;
    padding-right: 0;
}

.nav-link-last-dark {
    color: #ffffff;
    /* font-family: Open Sans Light; */
    font-size: 17px;
    transition: all 0.5s;
}

.typeform-share {
    font-family: Open Sans;
}

.buy-button {
    position: fixed;
    top: 12px;
    right: 30px;
    background-color: transparent;
    font-family: Open Sans;
    /* font-weight: 400; */
    color: #0085f5;
    font-size: 16px;
    text-decoration: none;
    padding-right: 17px;
    padding-left: 17px;
    padding-top: 9px;
    padding-bottom: 9px;
    margin: 0px;
    border-color: #0085f5;
    border-style: solid;
    border-width: 2.3px;
    cursor: pointer;
    z-index: 2;
    transition: all 0.5s;
}

.buy-button-dark {
    position: fixed;
    top: 12px;
    right: 30px;
    background-color: transparent;
    /* font-weight: 400; */
    font-family: Open Sans;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    padding-right: 17px;
    padding-left: 17px;
    padding-top: 9px;
    padding-bottom: 9px;
    margin: 0px;
    border-color: #ffffff;
    border-style: solid;
    border-width: 2.3px;
    border-radius: 10px;
    cursor: pointer;
    z-index: 2;
    transition: all 0.5s;
}

.mobile-menu-button {
    display: none;
    position: fixed;
    top: 12px;
    right: 6px;
    background-color: transparent;
    color: #0085f5;
    font-size: 20px;
    text-decoration: none;
    padding-right: 15px;
    padding-left: 30px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin: 0px;
    border-width: 0px;
    cursor: pointer;
    z-index: 2;
    transition: all 0.5s;
    height: 30px;
}

.mobile-menu-lines-1 {
    content: "";
    position: fixed;
    padding: 0px;
    margin: 0px;
    top: 24px;
    right: 21px;
    height: 4px;
    width: 15px;
    border-top: 2px solid #0085f5;
    cursor: pointer;
    transition: all 0.5s;
}

.mobile-menu-lines-2 {
    content: "";
    position: fixed;
    padding: 0px;
    margin: 0px;
    top: 30px;
    right: 21px;
    height: 4px;
    width: 15px;
    border-top: 2px solid #0085f5;
    border-bottom: 2px solid #0085f5;
    cursor: pointer;
    transition: all 0.5s;
}

.buy-button:active,
.buy-button:focus,
.buy-button:hover {
    cursor: pointer;
    outline: 0;
}

.cart-count-animation-bubble {
    position: fixed;
    background-color: #0085f5;
    /* font-family: Open Sans Light; */
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin: 0px;
    border-width: 0px;
    border-radius: 100px;
    /* opacity: 0.2; */
    z-index: 3;
    /* transition: transform 1s; */
}

.bubble {
    position: fixed;
    background-color: #0085f5;
    font-size: 15px;
    text-decoration: none;
    width: 28px;
    height: 25px;
    /* padding-right: 10px;
  padding-left: 10px;
  padding-top: 4px;
  padding-bottom: 4px; */
    margin: 0px;
    border-width: 0px;
    border-radius: 100px;
    /* font-family: Open Sans Light; */
    opacity: 0.2;
    z-index: 3;
    transition: transform 1s;
}

.cart-count {
    display: none;
    position: fixed;
    top: 5px;
    right: 17px;
    background-color: #0085f5;
    /* font-family: Open Sans Light; */
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin: 0px;
    border-width: 0px;
    border-radius: 100px;
    opacity: 1;
    cursor: default;
    z-index: 3;
    transition: all 0.5s;
}

.cart-count:active,
.cart-count:focus,
.cart-count:hover {
    cursor: default;
    outline: 0;
}

.cart {
    width: 350px;
    position: fixed;
    top: 30px;
    right: 30px;
    background-color: #ffffff;
    /* font-family: Open Sans Light; */
    color: #000;
    font-size: 15px;
    text-decoration: none;
    padding: 0px;
    padding-top: 30px;
    margin: 0px;
    border-color: #5c5f64;
    border-style: solid;
    border-width: 2.3px;
    border-radius: 4px;
    z-index: 500;
    display: none;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.5s;
}

.text-input {
    text-align: left;
    outline: 0;
    display: inline-block;
    background-color: #ffffff;
    font-weight: 400;
    /* font-family: 'Open Sans'; */
    color: #5c5f64;
    font-size: 16px;
    text-decoration: none;
    margin-top: 20px;
    margin-bottom: 35px;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-color: #71747a;
    border-style: solid;
    border-width: 2.3px;
    cursor: text;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-user-select: text;
    /* Chrome all / Safari all */
    -moz-user-select: text;
    /* Firefox all */
    -ms-user-select: text;
    /* IE 10+ */
    user-select: text;
    width: 250px;
}

.main-image {
    padding: 0px;
    margin: 0px;
    width: 100%;
    max-width: 1500px;
}

.freeze-section {
    padding: 23px 5% 92px;
}

.freeze-text {
    vertical-align: middle;
    width: 650px;
    display: inline-block;
    margin-top: 40px;
    padding-top: 24px;
}

.freeze-animation {
    vertical-align: middle;
    width: 300px;
    display: inline-block;
    margin-left: 30px;
    margin-top: 40px;
}

.freeze-body {
    height: 100%;
    overflow: hidden;
}

.footer {
    /* font-family: Open Sans Light;  */
    /* background-color: #fff; */
    padding: 69px 5%;
    /* text-align: center; */
}

.footer a {
    color: #000;
    /* padding-bottom: 23px; */
}

.footer-social {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
    height: 40px;
    width: auto;
}

.footer-link {
    /* font-family: Open Sans Light; */
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
    font-size: 18px;
    color: #000;
}

.footer-address {
    padding-bottom: 23px;
}

#empty-bag-msg {
    padding-top: 88px;
}

.cart-triangle {
    position: fixed;
    top: 70px;
    right: 50px;
    z-index: 4;
}

.cart-all-items {
    margin: 0px;
    padding: 0px;
    max-height: 350px;
    overflow: auto;
}

.cart-item {
    text-align: left;
    overflow-x: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}

.cart-item-image {
    width: 75px;
    vertical-align: middle;
}

.cart-item-name {
    /* font-family: Open Sans Light; */
    font-size: 15px;
    width: 105px;
    /* vertical-align: middle; */
}

.cart-quantity-section {
    width: 70px;
    display: flex;
    padding-left: 10px;
    /* vertical-align: middle; */
    justify-content: flex-start;
    align-items: baseline;
}

.cart-item-quantity-button {
    background-color: transparent;
    font-family: Open Sans;
    /* font-weight: 400px; */
    color: #000;
    font-size: 11px;
    text-decoration: none;
    border-color: #000;
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    cursor: pointer;
    width: 15px;
    height: 15px;
    line-height: 15px;
    padding: 0;
    margin: 0;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cart-item-quantity {
    font-size: 15px;
    padding-left: 4px;
    padding-right: 4px;
    width: 26px;
}

.cart-item-price {
    width: 60px;
    text-align: right;
    font-size: 15px;
}

.cart-promo-code {
    margin-top: -10px;
    width: 300px;
    text-align: right;
    font-size: 15px;
    vertical-align: middle;
    margin-right: 10px;
}

.cart-discounts {
    display: none;
    text-align: left;
    font-size: 15px;
    vertical-align: middle;
    /* font-family: Open Sans Light; */
    padding-right: 10px;
}

.cart-checkout {
    /* width: 325px; */
    width: auto;
    text-align: center;
    font-size: 15px;
    vertical-align: middle;
    padding: 22px 0 44px;
    /* font-family: Open Sans Light; */
}

.cart-total {
    font-size: 15px;
    /* vertical-align: middle; */
    /* font-family: Open Sans Light; */
    padding-right: 15px;
    padding-bottom: 22px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: baseline;
}

.price {
    width: 70px;
    text-align: left;
}

.dropdown-arrow {
    width: 294px;
    cursor: default;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    background-image: url("/images/down-arrow.svg");
    background-position: 95% 50%;
    background-repeat: no-repeat;
}

#subtotal {
    width: 60px;
    /* height: 40px;
    line-height: 0px;  */
    /* font-size: 17px; */
    text-align: right;
}

.continue-shopping {
    margin-top: -15px;
}

.continue-shopping:hover {
    cursor: pointer;
}

.apply-careers-description{
    text-align: left;
}

.apply-careers-responsibilites{
    padding: 12px 0;
     text-align: left;
}

#requirements > * {
    text-align: left;
}

.text-left {
    text-align: left;
}

@media only screen and (max-width: 1100px) {
    .nav {
        right: 190px;
    }

    .nav-link {
        padding-right: 10px;
    }

    .logo {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 950px) {
    .freeze-text {
        width: 75%;
    }

    .freeze-animation {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 900px) {
    .footer-social {
        height: 35px;
        width: auto;
        padding-right: 5px;
        padding-left: 5px;
        padding-bottom: 30px;
    }

    .footer-link-section {
        padding-bottom: 23px;
    }

    .footer-link {
        display: block;
        padding-bottom: 10px;
        /* padding-left: 0px; */
    }

    /* .footer {
        text-align: center;
    } */
}

@media only screen and (max-width: 890px) {
    .nav {
        display: none;
        background-color: #5c5f64;
        position: fixed;
        top: 70px;
        width: 100%;
        right: 0px;
        text-align: center;
        padding-top: 30px;
        padding-bottom: 40px;
        opacity: 0.95;
        filter: alpha(opacity=95);
        /* For IE8 and earlier */
        transition: all 0.5s;
    }

    .nav-link {
        font-size: 20px;
        padding-right: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
        display: block;
    }

    .nav-link-last {
        font-size: 20px;
        padding-right: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
        display: block;
    }

    .buy-button {
        right: 55px;
    }

    .cart-count {
        right: 43px;
    }

    .mobile-menu-button {
        display: block;
    }

    .kickstarter-image {
        width: 90%;
    }

    .footer {
        padding-bottom: 140px;
    }
}

@media only screen and (max-width: 700px) {
    .cart {
        top: 0;
        right: 0;
        width: 99%;
    }

    .cart-item {
        justify-content: center;
    }

    .cart-item-name {
        width: 30%;
        max-width: 210px;
    }

    .cart-all-items {
        max-height: 65vh;
    }

    .cartmobileitems {
        margin: 0 auto;
    }

    .cart-total {
        display: inline;
        padding: 0;
    }

    .cart-checkout {
        width: auto;
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        /* padding: 15px 0; */
        justify-content: space-evenly;
        min-height: 161px;
        max-height: 29vh;
        overflow: hidden;
        padding: 0;
    }

    .continue-shopping {
        /* margin-top: -15px; */
        margin: 0;
    }

    #checkout-button {
        margin: 0;
    }

    .freeze-text {
        width: 100%;
    }

    .freeze-animation {
        margin-left: 0px;
        width: 80%;
    }

    .no-mobile-spacing {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 650px) {
    .freeze-animation {
        width: 90%;
    }
}