@import url("https://fonts.googleapis.com/css?family=Rubik:300,400");
@font-face {
    font-family: "ss-bold";
    src: url("fonts/SukhumvitSet-Bold.ttf");
}

@font-face {
    font-family: "ss-semiBold";
    src: url("fonts/SukhumvitSet-SemiBold.ttf");
}

@font-face {
    font-family: "ss-light";
    src: url("fonts/SukhumvitSet-Light.ttf");
}

body {
    overflow-x: hidden;
}

.brandColor {
    color: #25aae1;
}

a {
    color: #25aae1;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    transition: all 100ms ease-in;
}

a:hover {
    color: #25aae1;
    transition: all 100ms ease-in;
}

a.no-underline:hover {
    text-decoration: none;
}

a.no-underline:hover span {
    color: #25aae1;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
}

.hide {
    display: none;
}

.pd-0 {
    padding: 0px;
}

.mg-20 {
    margin: 20px;
}

.mg-50 {
    margin: 50px;
}

.mg-tp-50 {
    margin-top: 50px;
}

.mg-tp-10 {
    margin-top: 10px;
}

.mg-tp-20 {
    margin-top: 20px;
}

.mg-lt-40 {
    margin-left: 40px;
}

.txt-black {
    color: black;
}

.three_bar_menu {
    position: relative;
    top: 11px;
    width: 40px;
    height: 22px;
    cursor: pointer;
}

.three_bar_menu span {
    position: absolute;
    width: 23px;
    height: 2px;
    top: 0;
    left: 0;
    background: rgb(0, 0, 0);
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.three_bar_menu span.middle {
    top: 9px;
}

.three_bar_menu span.bottom {
    top: 18px;
}

.three_bar_menu.open .top {
    transform: rotate(-45deg);
    width: 15px;
    top: 4px;
    left: -2px;
}

.three_bar_menu.open .bottom {
    transform: rotate(45deg);
    width: 15px;
    top: 14px;
    left: -2px;
}

.sub_menu {
    background: #00000000;
    padding: 0px;
    z-index: 99;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-in;
    z-index: 999;
    position: relative;
    /* top: 3px; */
    color: black;
}

.sub_menu.show_menu {
    /* display: inline; */
    visibility: visible;
    /* transform: translateX(0vw); */
    transition: all 0.2s ease-in;
    position: relative;
    opacity: 1;
    z-index: 999;
}

.color_black {
    color: black;
}

.container-fluid {
    width: 90%;
}

.container-fluid-85 {
    /* width: 85%; */
}

.width-100 {
    width: 100%;
    height: auto;
}

.height-100 {
    height: 100%;
    width: auto;
}

.width-70 {
    width: 70%;
    height: auto;
}

.width-height-100 {
    width: 100%;
    height: 100%;
}

.font-20 {
    font-size: 20px;
}

.font_300 {
    font-family: "Rubik";
    font-weight: 300;
}

.font_400 {
    font-family: "Rubik";
    font-weight: 400;
}

.hidden {
    display: none;
}

h2.bigtext {
    color: #1d1d1d;
    font-family: Rubik;
    font-weight: 300;
    font-style: normal;
    font-size: 32px;
    letter-spacing: 0.01em;
    line-height: 1.4em;
    text-transform: none;
    text-transform: uppercase;
    padding-bottom: 35px;
    padding-top: 35px;
    padding-bottom: 0;
    margin-top: 35px;
}

.tos h3 {
    color: #1d1d1d;
    font-family: Rubik;
    font-weight: 300;
    font-style: normal;
    font-size: 21px;
    letter-spacing: 0.01em;
    line-height: 1.4em;
    text-transform: none;
    text-transform: uppercase;
    padding-bottom: 15px;
    padding-top: 0px;
}

.tos p {
    padding-bottom: 28px;
}

.tos h2 {
    color: #1d1d1d;
    font-family: Rubik;
    font-weight: 300;
    font-style: normal;
    font-size: 32px;
    letter-spacing: 0.01em;
    line-height: 1.4em;
    text-transform: none;
    text-transform: uppercase;
    padding-bottom: 35px;
    padding-top: 35px;
}

body {
    font-family: "Rubik";
    font-size: 16px;
    line-height: 2.2em;
    text-transform: none;
    letter-spacing: 0.02em;
    font-weight: 300;
    font-style: normal;
    /* color: rgba(82, 82, 82, 0.6); */
    color: rgba(37, 37, 37, 0.77);
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    letter-spacing: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none;
    overflow-x: hidden;
}

body.no_scroll {
    overflow: hidden;
}

body::after {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(8, 8, 8, 0.9);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

p {
    font-family: "Rubik";
    line-height: 32.4px;
    letter-spacing: 1.08px;
    font-size: 17px;
    font-weight: 300;
    color: rgba(29, 29, 29, 0.7);
}

label {
    font-size: 14px;
}

h2.big_text {
    color: #1d1d1d;
    font-family: "Rubik";
    /* font-family: "ss-light"; */
    font-weight: 300;
    font-style: normal;
    font-size: 40px;
    letter-spacing: 0.01em;
    line-height: 1.4em;
    text-transform: none;
    text-transform: uppercase;
}

h3.big_text {
    color: #1d1d1d;
    font-family: "Rubik";
    /* font-family: "ss-light"; */
    font-weight: 300;
    font-style: normal;
    font-size: 32px;
    letter-spacing: 0.01em;
    line-height: 1.4em;
    text-transform: none;
    text-transform: uppercase;
}

h3.smalltext {
    color: #1d1d1d;
    font-family: Rubik;
    font-weight: 300;
    font-style: normal;
    font-size: 30px;
    letter-spacing: 0.01em;
    line-height: 1.4em;
    text-transform: none;
    text-transform: uppercase;
    padding-top: 50px;
}

h4 {
    font-size: 18px;
}

.sub_menu_wrapper {
    display: inline-block;
}

.col_2_big-txt {
    padding-top: 60px;
    padding-bottom: 64px;
}

section.hero_image {
    height: 85vh;
    padding: 0px;
}

.bcg {
    background: url("images/new_img/hero_old.jpg") no-repeat center center fixed;
    color: #fff;
    background-size: contain;
}


/* @media (aspect-ratio: 4/3) {
    .bcg {
        background: url("images/new_img/hero_old.jpg") no-repeat center center fixed;
        color: #fff;
        background-size: cover;
    }
}

@media (aspect-ratio: 3/2) {
    .bcg {
        background: url("images/new_img/hero_3_2.jpg") no-repeat center center fixed;
        color: #fff;
        background-size: cover;
    }
} */

.bcg_2 {
    background: url("images/new_img/hero_2.jpg") no-repeat;
    color: #fff;
    background-size: cover;
}

.btn-nauseni {
    background: none;
    border: 1px solid #dee2e6;
    text-transform: uppercase;
    color: #5f5f5f;
    padding: 0;
    border-radius: 0;
    padding: 7px 20px;
    transition: all 200ms ease-in;
    /* font-size: 16px !important; */
    font-family: "Rubik";
    border-radius: 3px;
    width: 140px;
}

a.btn-nauseni {
    padding: 8px 20px;
    border: 1px solid #676767;
}

a.btn-nauseni:hover {
    padding: 8px 20px;
    text-decoration: none;
}

.btn-nauseni:hover {
    background: black;
    color: white !important;
    border: 1px solid black;
    transition: all 200ms ease-in;
}

.brandName a {
    position: relative;
    /* top: 45px; */
    top: -5px;
    font-size: 49px;
    letter-spacing: 8px;
    color: #25aae1;
    transition: color 100ms ease-in;
}

.brandName a:hover {
    text-decoration: none;
    color: #00a6bb;
    transition: color 100ms ease-in;
}

.brandName img {
    height: 100px;
    width: auto;
}

.deskNav {
    padding: 20px 0px 4px 0px;
}

.deskNav ul li a,
.mobNav ul li a,
.footNav ul li a {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 600;
    font-style: normal;
    color: #1d1d1d;
    transition: color 100ms ease-in;
    /* letter-spacing: 8px; */
}

.deskNav ul li a:hover,
.mobNav ul li a:hover,
.footNav ul li a:hover {
    text-decoration: none;
    color: #25aae1;
    transition: color 100ms ease-in;
}

.deskNav .col-md-5,
.deskNav .col-md-2 {
    height: 120px;
}

.deskNav .main_menu {
    margin-top: 40px;
}

.deskNav .cart_box {
    margin-top: 40px;
}

.lang-box {
    margin-right: 5px;
}

.cart_box a:hover {
    text-decoration: none;
}

.cart_box a:hover #cart_number {
    background: #25aae1;
    transition: all 100ms ease-in;
}

.deskNav .cart {
    height: 25px;
}

.cart_number {
    display: inline-block;
    vertical-align: top;
    min-width: 1em;
    margin-top: -0em;
    margin-left: -1em;
    border-radius: 1em;
    padding: 3px 6px;
    background-color: #1d1d1d;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    text-align: center;
    line-height: 1em;
    font-size: 11px;
    transition: all 100ms ease-in;
}

.hero_content_box {
    /* height: 85vh; */
    display: table;
    position: ;
}

.hero_content {
    /*display: table-cell;*/
    text-transform: uppercase;
    vertical-align: middle;
    color: #2aabe3;
}

.walk_happily {
    padding-top: 80px;
}

.work_flow {
    padding-top: 110px;
}

.shopping h3 {
    color: black;
    font-weight: 300;
    font-size: 32px;
}

.work_flow,
.shopping {
    padding-top: 60px;
}

.work_flow img,
.shopping img {
    width: 100%;
    height: auto;
}

.shopping .col-md-6 {
    position: relative;
}

.collection_img_box {
    position: relative;
    top: 0px;
    height: 100%;
    width: 100%;
    display: table;
}

.collection_img {
    text-align: center;
    bottom: 20px;
}

.collection_img h1 {
    color: white;
    font-size: 55px;
    text-shadow: 1px 1px 8px #0000004a;
}

.collection_img a:hover {
    background: black;
}

.newsletter #email {
    border: 1px solid #e6e6e6;
    padding: 7px 33px;
}

.newsletter #submit-btn {
    background: none;
    border: 2px solid black;
    padding: 0;
    width: 90px;
    padding: 6px 17px;
    transition: all 200ms ease-in;
    color: #a2a2a2;
}

.newsletter #submit-btn:hover {
    background: black;
    color: white;
    transition: all 200ms ease-in;
}

.newsletter form {
    padding-top: 30px;
    padding-bottom: 30px;
}


/*---------------empty cart---------------------*/

.cart-empty {
    min-height: 55vh;
    padding-top: 90px;
}

.item-box {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-img img {
    width: 90px;
    height: auto;
}

.cart-list li:nth-child(1) {
    border-top: 1px solid #eaeaea;
}

.cart-list li {
    height: 150px;
    border-bottom: 1px solid #eaeaea;
}

.cart-list li>div {
    float: left;
    height: 150px;
    text-align: right;
    display: table;
}

.cart-list span {
    font-size: 20px;
}

.total-price {
    font-size: 18px;
    float: right;
}

.checkout {
    background: none;
    border: 2px solid black;
    padding: 6px 35px;
    color: black;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 70px;
    float: right;
    transition: all 200ms ease-in;
}

.checkout:hover {
    background: black;
    color: white;
    transition: all 200ms ease-in;
}


/*--------------------Checkout----------------*/

.btn_payment {
    background: #212121;
    padding: 10px;
    width: 100%;
    color: white;
    border-radius: 2px;
}

.cart-empty {
    min-height: 65vh;
}

.table.cart_list thead th {
    border-top: 0px;
    border-bottom-width: 1px;
    font-size: 13px;
    font-weight: 500;
}

.table.cart_list tbody {
    font-size: 18px;
}

.table.cart_list tbody td {
    border-bottom: 1px solid #dee2e6;
    padding: 20px 12px 20px 12px;
}

.table.cart_list tbody td.td_img {
    padding: 6px 0px;
}

#size {
    border: none;
    color: rgba(82, 82, 82, 0.6);
    width: 65px;
}

#size:focus {
    outline: none;
}

.checkout_info li {
    padding: 12px;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    margin-bottom: 22px;
    position: relative;
    box-sizing: border-box;
}

.story {
    padding-bottom: 35px;
}

.contact {
    padding-bottom: 45px;
}

.more_information {
    padding-top: 50px;
}

.single_shop {
    padding-bottom: 50px;
    padding-top: 35px;
}

.prod_des_wrap {
    /* min-height: 45vh; */
}

.original_collection {
    padding-bottom: 0px;
}

.mobNav {
    display: none;
}

.deskNav {
    display: flex;
}

.form-control {
    border-radius: 2px;
}

.nauseni_contact_submmit {
    background: none;
    border: 2px solid black;
    padding: 0;
    width: 90px;
    padding: 6px 17px;
}

.checkout_body {
    background: #f3f3f3;
}

.checkout_info h3 {
    font-weight: 300;
    font-size: 20px;
    /* margin-bottom: 20px; */
}

.checkout_info .numbering {
    padding: 0px 9px;
    border-radius: 50%;
    border: 1.3px solid #828282;
    font-size: 24px;
    margin-right: 16px;
}

.checkout_info .email input {
    border: 1px solid #efefef;
    border-radius: 2px;
    padding: 5px 10px;
    width: 100%;
}

.checkout_info .email button {
    background: #212121;
    padding: 5px;
    width: 100%;
    color: white;
    border-radius: 3px;
}

.checkout_info #firstName,
.checkout_info #lastName,
.checkout_info #billing_firstName,
.checkout_info #billing_lastName {
    width: 48%;
    padding: 5px 10px;
    border: 1px solid #efefef;
    margin-bottom: 15px;
}

.checkout_info #lastName,
.checkout_info #billing_lastName {
    position: relative;
    left: 6px;
}

.checkout_info #address1,
.checkout_info #country,
.checkout_info #address2,
.checkout_info #billing_address1,
.checkout_info #billing_country,
.checkout_info #billing_address2 {
    width: 98%;
    padding: 5px 10px;
    border: 1px solid #efefef;
    margin-bottom: 15px;
}

.checkout_info #country,
.checkout_info #billing_country {
    padding: 10px 10px;
}

.checkout_info #zip,
.checkout_info #city,
.checkout_info #state,
.checkout_info #billing_zip,
.checkout_info #billing_city,
.checkout_info #billing_state {
    width: 31%;
    padding: 5px 10px;
    border: 1px solid #efefef;
    margin-bottom: 15px;
}

.checkout_info #city,
.checkout_info #billing_city {
    position: relative;
    left: 6px;
}

.checkout_info #state,
.checkout_info #billing_state {
    position: relative;
    left: 13px;
    padding: 10px 10px;
}

.checkout_info #phone,
.checkout_info #billing_phone {
    padding: 5px 10px;
    border: 1px solid #efefef;
    width: 98%;
    margin-bottom: 15px;
}

.checkout_info .shipping .numbering {
    padding: 0px 7px;
}

.checkout_info .payment .numbering {
    padding: 0px 7px;
}

.checkout_info .review .numbering {
    padding: 0px 7px;
}

.checkout_info .shipping button {
    background: #212121;
    padding: 10px;
    width: 100%;
    color: white;
    border-radius: 2px;
}

.shipping_option {
    font-size: 16px;
    font-weight: 300;
    color: black;
}

.shipping_option_paragraph {
    font-size: 12px;
    font-weight: 300;
    /* color: black; */
}

.order_summary {
    padding: 22px;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    margin-bottom: 22px;
    position: relative;
    box-sizing: border-box;
    background-color: white;
}

.order_summary input {
    width: 50px;
}

.order_summary .remove {
    float: right;
}

.order_summary h3 {
    font-weight: 300;
    font-size: 24px;
}

.order_summary .money {
    float: right;
}

.singleSliderImage {
    position: relative;
}

.main_slider {
    /* height: 100%;
    position: relative;
    overflow: hidden; */
}

.card-body input,
.card-body span {
    border: 1px solid #efefef;
    border-radius: 2px;
    padding: 11px 10px;
    width: 100%;
}

.main_slider .zoom {
    opacity: 0;
    visibility: hidden;
    transition: opacity 100ms ease-in-out;
}

.main_slider .zoom.active {
    opacity: 1;
    visibility: visible;
    transition: opacity 100ms ease-in-out;
}

.main_slider_nav_box img {
    opacity: 0;
    visibility: hidden;
}

.main_slider_nav_box img.active {
    opacity: 0.5;
    visibility: visible;
    transition: opacity 100ms ease-in;
}

.main_slider_nav_box img.active:hover {
    opacity: 1;
    transition: opacity 100ms ease-in;
}

.main_slider_nav {
    position: absolute;
    bottom: 25px;
    right: 30px;
    width: 150px;
    height: 100px;
    /* box-shadow: 1px 1px 8px #0000001a; */
}

.main_slider_nav img {
    height: 100px;
    width: auto;
    /* position: absolute; */
}

.main_slider_nav_box {
    position: relative;
}

.main_slider_nav_box img {
    position: absolute;
    box-shadow: 1px 1px 8px #0000001a;
}

.zoom {
    width: 100%;
    position: absolute;
}

.add_to_cart {
    position: relative;
    bottom: 10px;
}

@media (max-width: 1366px) {
    .work_flow img {
        margin-bottom: 15px;
        border: 1px solid #25a9e117;
    }
}

@media (width: 1024px) and (height: 1366px) {
    .bcg {
        background: url("images/new_img/tab_bg.jpg") no-repeat center center initial;
        color: #fff;
        background-size: cover;
    }
    .hero_content {
        vertical-align: bottom;
    }
    h2.above_img {
        font-size: 23px;
        padding: 15px;
    }
}

.brandNameMobile {
    display: none;
}

.small_logo {
    height: 76px;
}

.login_form,
.tos {
    padding-bottom: 0px;
}

.btn-checkout {
    margin-top: 40px;
    margin-bottom: 70px;
    float: right;
}

.cart_col {
    position: absolute;
    right: 0;
}

.main-menu {
    position: relative;
}

.sub_menu_wrapper {
    /* position: absolute; */
    bottom: 39px;
    left: 109px;
    width: 100%;
}

.company_name {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 600;
    font-style: normal;
    color: #1d1d1d;
    transition: color 100ms ease-in;
    cursor: pointer;
}

.company_name:hover .b2b_drop_down {
    visibility: visible;
    height: auto;
}

.company_name i {
    font-size: 15px;
    font-weight: bold;
}

.company_name:hover {
    color: #25aae1;
    transition: color 100ms ease-in;
}

.b2b_menu {
    float: right;
    margin-right: 72px;
    position: relative;
}

.b2b_drop_down {
    text-align: right;
    position: absolute;
    width: 100%;
    list-style: none;
    left: -17px;
    z-index: 999;
}

.lang_drop_down {
    left: -48px;
}

.b2b_drop_down.hide_menu {
    visibility: hidden;
    height: 0;
    transition: all 100ms ease-in;
}

.b2b_drop_down.show_menu {
    visibility: visible;
    height: auto;
    transition: all 100ms ease-in;
}

.desktop_brand {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: -1;
}

.cart_summary .col-6:nth-child(1) {
    text-align: right;
}

.cart_summary .col-6:nth-child(2) {
    text-align: right;
}

.stripe_img_b2b {
    float: right;
    width: 255px;
}

.stripe_img {
    /* float: right; */
    width: 255px;
}

.shippin_info {
    margin-bottom: 50px;
    /* border: 1px solid #707070; */
    position: relative;
    left: 15px;
    top: -60px;
    /* color: rgb(37, 37, 37); */
    /* border-top: none; */
    background: #fff;
    /* box-shadow: 1px 1px 13px 1px #0000001c; */
    border-radius: 3px;
    font-size: 15px;
    line-height: 44px;
}

.shippin_info_title {
    cursor: pointer;
}

.shippin_info_title:hover {
    color: #25aae1;
}

.shippin_info table.hide {
    display: none;
    opacity: 0;
    transition: opacity 100ms ease-in;
}

.shippin_info table.show {
    display: block;
    opacity: 1;
    transition: opacity 100ms ease-in;
}

.shippin_info_b2b {
    margin-bottom: 50px;
    border: 1px solid #707070;
    position: relative;
    left: 15px;
    top: -41px;
    color: rgb(37, 37, 37);
    /* border-top: none; */
    background: #fff;
    /* box-shadow: 1px 1px 13px 1px #0000001c; */
    border-radius: 3px;
    font-size: 15px;
    line-height: 44px;
    height: fit-content;
}

.b2b_checkout_info {
    margin-left: 30px;
    margin-right: 10px;
}

.cart_summary_wrapper {
    position: relative;
    top: -55px;
    left: -12px;
}

.add_more_to_stock {
    color: #f44336;
    font-weight: normal;
    font-size: 15px;
    margin: 0;
    text-align: right;
}

.name {
    margin: 0px;
    line-height: 1.3;
    margin-bottom: 5px;
    margin-top: 6px;
    color: black;
    font-size: 13px;
}

.press_post {
    border: 2px solid #e2e2e2;
    margin: 30px;
    margin-bottom: 130px;
    position: relative;
    border-radius: 8px;
}

.more_info {
    text-align: center;
    position: absolute;
    background: white;
    padding: 2px 12px;
    border: 2px solid #25aae1;
    bottom: -60px;
    right: -20px;
    border-radius: 6px;
    opacity: 0.98;
    box-shadow: -2px -2px 5px 2px #00000040;
    transition: box-shadow 100ms ease-in;
    width: 80%;
}

.more_info:hover {
    box-shadow: -2px -2px 5px 2px #25aae163;
    transition: box-shadow 100ms ease-in;
}

.more_info img {
    height: 30px;
    width: auto;
}

.cover_image {
    position: absolute;
    width: 90px;
    height: auto;
    z-index: 98;
    top: -50px;
    left: -38px;
    border: 2px solid #25aae1;
    box-shadow: -2px -2px 5px 2px #00000040;
    border-radius: 5px;
}


/* .press_post img.post {
    filter: grayscale(50%);
    transition: filter 100ms ease-in;
    border-radius: 5px;
}

.press_post img.post:hover {
    filter: grayscale(0%);
    transition: filter 100ms ease-in;
} */

@media (max-width: 1049px) {
    body {
        /* overflow-x: hidden; */
    }
    head .shippin_info {
        padding: 15px;
        right: 90px;
        line-height: 24px;
        border: none;
    }
    .cart_summary_wrapper {
        position: inherit;
    }
    .cehcekout_review td {
        display: block;
        width: 100%;
        white-space: nowrap;
    }
    .container-fluid {
        width: 100%;
    }
    .deskNav {
        padding: 20px 0px 4px 10px;
    }
    .deskNav .main_menu {
        margin-top: -9px;
    }
    .deskNav .cart_box {
        margin-top: 17px;
        margin-right: 15px;
    }
    .deskNav .col-md-5,
    .deskNav .col-md-2 {
        height: 50px;
    }
    .deskNav .main_menu li {
        margin-right: -7px;
    }
    .brandNameMobile {
        display: inline-block;
        width: 80%;
        text-align: center;
    }
    .expore_now_btn {
        text-align: center;
        margin-top: 18px;
    }
    .sub_menu_wrapper {
        display: inline;
        box-shadow: 0px 0px 0px #c1b6b6;
        position: absolute;
        top: 47px;
        left: 0px;
        width: 103%;
        /* background: #25aae1;
        height: 100vh; */
    }
    .brandNameMobile a {
        color: #25aae1 !important;
        letter-spacing: 8px !important;
        top: 4px;
        position: relative;
        font-size: 14px !important;
    }
    .brandName {
        display: none;
    }
    .brand_col {
        display: none;
    }
    .sub_menu {
        display: block;
    }
    .b2b_menu {
        float: none;
        padding: 0px !important;
    }
    .b2b_drop_down {
        left: 0;
    }
    .company_name {
        display: none;
    }
    .b2b_drop_down {
        visibility: visible;
        height: 100% !important;
        position: inherit;
    }
    .stripe_img_b2b {
        float: none;
    }
    .cart_col {
        width: 80px;
        position: absolute;
        right: 0;
        top: 2px;
    }
    .small_logo {
        height: 52px;
    }
    .sub_menu {
        visibility: visible;
    }
    .sub_menu.show_menu a {
        color: white !important;
        font-weight: normal;
    }
    .sub_menu {
        background: #25aae1;
        padding: 11px;
        z-index: 999;
        text-align: center;
        display: inherit;
        transform: translateX(-110vw);
        transition: transform 0.2s ease-out;
        position: relative;
        opacity: 1;
        z-index: 999;
    }
    .sub_menu a {
        color: white !important;
    }
    .sub_menu.show_menu {
        background: #25aae1;
        padding: 11px;
        z-index: 999;
        text-align: center;
        display: inherit;
        transform: translateX(-3vw);
        transition: transform 0.2s ease-out;
        position: relative;
        opacity: 1;
        z-index: 999;
    }
    .footNav {
        text-align: center;
        padding: 0px 10vw;
    }
    .footNav li.list-inline-item {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.collection_description {
    font-size: 21px;
    color: #1d1d1d;
}

.shop_button {
    position: relative;
    top: -65px;
}

@media (max-width: 768px) {
    .bcg {
        background-size: cover;
        background-position: center !important;
        height: 92vh;
    }
    h2.bigtext {
        font-size: 28px;
        padding-bottom: 5px;
    }
    .collection_description {
        font-size: 15px;
    }
    .shop_button {
        position: relative;
        top: 0;
    }
    .tos h2 {
        font-size: 28px;
    }
    .tos h3 {
        font-size: 19px;
    }
    h3.smalltext {
        font-size: 24px;
    }
    .shopping h3 {
        font-size: 24px;
    }
    .table.cart_list tbody {
        font-size: 16px;
    }
    .cart-empty .btn-nauseni {
        margin-bottom: 60px;
        width: 100%;
    }
    .container-fluid,
    .container-fluid-85 {
        width: 100%;
    }
    #slide-1 {
        height: 91vh !important;
        margin-top: -2px !important;
    }
    .bcg {
        background: url("images/new_img/port_bg1.jpg") no-repeat;
        color: #fff;
        background-size: cover;
        /* background-position: 0px -5vh !important; */
    }
    .hero_content {
        position: relative;
        /* top: 45vh; */
        top: 5vh;
    }
    section.hero_image {
        height: 100vh;
        padding: 0px;
    }
    .hero_content_box {
        width: 100%;
        height: 100vh;
    }
    .hero_content {
        display: block;
        padding-top: 25px;
        text-align: center;
    }
    h2.above_img {
        font-size: 28px;
        text-align: center !important;
        font-size: 30px !important;
    }
    h2.hero_text-top {
        font-size: 30px !important;
    }
    h2.hero_text-bottom {
        font-size: 25px !important;
    }
    h3.big_text {
        font-size: 28px;
        /* text-align: center; */
    }
    p {
        font-size: 16px;
    }
    .collection_img {
        position: initial;
    }
    .collection_img a {
        /* background: #000;
        color: white; */
        margin-top: 15px;
    }
    .walk_happily {
        padding-top: 80px;
    }
    .col_2_big-txt {
        padding-top: 30px;
        padding-bottom: 50px;
    }
    .work_flow {
        padding-top: 0px;
    }
    .work_flow img {
        margin-bottom: 15px;
        border: 1px solid #25a9e117;
    }
    .shopping {
        padding-top: 0px;
    }
    .junior {
        margin-top: 50px;
    }
    .original_imgs img,
    .junior_imgs img {
        border: 1px solid #25a9e117;
        margin-bottom: 15px;
    }
    .newsletter input[type="text"] {
        padding: 6px 10px;
    }
    .newsletter input[type="submit"] {
        padding: 4px 15px;
    }
    .story_img {
        margin-bottom: 15px;
        border: 1px solid #25a9e117;
    }
    .cart-empty {
        padding-top: 37px;
    }
    .cart-empty .big_text {
        text-align: center;
    }
    .order_summary .remove {
        float: left;
    }
    .total_value {
        position: fixed;
        bottom: 0;
        left: 0;
        margin: 0;
        background: white;
        width: 100%;
        border-top: 1px solid #eaeaea;
        z-index: 99;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .main_slider {
        height: 50vh;
    }
    .single_shop {
        padding-top: 0px;
    }
    .main_slider_nav img {
        height: 50px;
    }
    .main_slider_nav {
        width: 55px;
        height: 100px;
    }
    .cart_summary .col-6:nth-child(1) {
        text-align: left;
    }
    .cart_summary .col-6:nth-child(2) {
        text-align: right;
    }
    .checkout_info {
        margin-bottom: 85px;
    }
    .main_slider {
        height: 50vh;
    }
    .single_shop {
        padding-top: 0px;
    }
    .main_slider_nav img {
        height: 50px;
    }
    .main_slider_nav {
        width: 55px;
        height: 100px;
    }
    .cart_summary .col-6:nth-child(1) {
        text-align: left;
    }
    .cart_summary .col-6:nth-child(2) {
        text-align: right;
    }
}

.footNav {
    margin-top: 15px;
}

.footNav li {
    margin-right: 15px !important;
}

.footNav li a {
    font-family: "ss-light" !important;
}

@media (width: 768px) {
    .junior {
        margin: 0px;
    }
    .mobNav {
        display: none;
    }
    .deskNav {
        display: flex;
    }
}

.single_shop .span_bold {
    color: #000000;
    font-size: 16px;
    font-family: "Rubik";
    font-weight: 500;
}

.shoe_guide_table th,
.shoe_guide_table td {
    padding: 5px;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
    text-align: center;
    font-size: 14px;
}

.single_shop span {
    color: #5f5f5f;
    font-size: 16px;
    font-family: "Rubik";
    font-weight: 500;
}

.single_shop p {
    /* margin-top: 30px; */
}

.single_shopItemPrice {
    color: black;
}

.single_shopColors {
    margin-bottom: 27px;
}


/* .single_shopSizes {
    margin-bottom: 56px;
} */

h3.single_shopQty {
    margin-top: -12px;
    margin-bottom: 33px;
}

.select-dropdown {
    background: none;
    border: 2px solid black;
    padding: 0;
    border-radius: 0;
    /* width: 90px; */
    padding: 3px 20px;
    margin-bottom: 25px;
    font-size: 15px;
}

.single_shopItemName {
    color: black;
    font-size: 24px;
    margin-bottom: 2px;
}

.single_shopItemPrice {
    font-size: 23px;
    margin-bottom: 4px;
}

.shoe_size_choice {
    position: relative;
    top: -7px;
    left: 3px;
    margin-bottom: 0px;
}

.single_shopSizes {
    width: 378px;
    position: relative;
    margin-bottom: 25px;
}

.single_coupon {
    position: relative;
    top: -23px;
}

.single_coupon h3 {
    color: #5f5f5f;
    font-size: 16px;
    font-family: "Rubik";
    font-weight: 500;
}

.single_coupon input {
    border: 1px solid #dee2e6;
    text-transform: uppercase;
    color: #25aae1;
    padding: 0;
    border-radius: 0;
    padding: 7px 20px;
    transition: all 200ms ease-in;
    /* font-size: 16px !important; */
    font-family: "Rubik";
    border-radius: 3px;
    width: 180px;
    height: 33px;
    font-size: 18px;
}

span.size_guide_tab {
    position: absolute;
    top: -1px;
    right: 7px;
}

@media (max-width: 378px) {
    .single_shopSizes {
        width: 100%;
        position: relative;
    }
    h2.hero_text-top {
        font-size: 23px !important;
    }
    h2.hero_text-bottom {
        font-size: 18px !important;
    }
}

.size_guide_tab span {
    opacity: 0.3;
}

.size_guide_tab .active {
    font-weight: 600;
    color: #000;
    opacity: 1;
}

.single_shopColorWrapper {
    margin-bottom: -5px;
}

.single_shopColor {
    height: 35px;
    width: 50px;
    border-radius: 3px;
}

.shoe_size_choice li {
    border: 1px solid #dee2e6;
    cursor: pointer;
    border-radius: 3px;
}

.shoe_size_choice li.selected div {
    background: black;
    color: white;
    border-radius: 3px;
}

.shoe_size_choice li div {
    padding: 7px 0px;
    text-align: center;
    font-size: 14px;
}

.us-size li {
    width: 30% !important;
}

@media(max-width:365px) {
    .us-size li {
        width: 29% !important;
    }
}

.shoe_colors_choice li {
    border: 1px solid rgba(53, 53, 53, 0);
    border-radius: 0%;
    cursor: pointer;
    padding: 1px 2px 2px 2px;
    border-radius: 3px;
}

.shoe_colors_choice .selected {
    border: 1px solid #a5a5a5;
    padding: 1px 2px 2px 2px;
    border-radius: 3px;
}

.single_shopColor img {
    border-radius: 3px;
}

.single_shopQuantityBox {
    margin-bottom: 40px;
}

.single_shopQuantity {
    border: 2px solid black;
    padding: 3px 5px;
    width: 144px;
    font-size: 24px;
}

.colorBlue {
    background: rgb(85, 171, 221);
}

.colorGreen {
    background: rgb(132, 219, 110);
}

.colorOrange {
    background: rgb(216, 162, 81);
}

.original_box {
    position: relative;
}

.original_box .front {
    opacity: 1;
    transition: opacity 500ms ease-out;
}

.original_box .back {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.original_box:hover .front {
    opacity: 0;
    transition: opacity 500ms ease-out;
}

.original_box_wrapper a {
    color: #5f5f5f;
}

.original_box_wrapper a:hover {
    text-decoration: none;
}

.original_box_wrapper a:hover span {
    color: #25aae1;
}


/* ================== add css ==================== */

.loader {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #58256c;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 45%;
}

.loaderbig {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #58256c;
    width: 100px;
    height: 100px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 45%;
}

.modelBack {
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    left: 0px;
    z-index: 99999;
    top: 0px;
    background: rgba(0, 0, 0, 0.9);
}

.model-exit {
    width: 100%;
    height: 100%;
}

.modelBox {
    background: white;
    width: 50%;
    height: auto;
    position: absolute;
    top: 10%;
    left: 23%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.modelclose {
    float: right;
    cursor: pointer;
    height: 25px;
    width: 25px;
    background: red;
    padding-top: 2px;
    margin-top: -10px;
    margin-right: 0px;
    padding-left: 5px;
    border-top-right-radius: 5px;
    color: white;
}

.modelHeader {
    padding-right: 0px;
    height: 30px;
}

.modelHeader_text {
    float: left;
    margin-top: -3px;
}

.lds-spinner {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    margin-left: 45%;
    margin-top: 30%;
}

.lds-spinner div {
    display: inline-block;
    position: absolute;
    left: 6px;
    width: 13px;
    background: rgb(196, 190, 190);
    animation: lds-spinner 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-spinner div:nth-child(1) {
    left: 6px;
    animation-delay: -0.24s;
}

.lds-spinner div:nth-child(2) {
    left: 26px;
    animation-delay: -0.12s;
}

.lds-spinner div:nth-child(3) {
    left: 45px;
    animation-delay: 0;
}

@keyframes lds-spinner {
    0% {
        top: 6px;
        height: 51px;
    }
    50%,
    100% {
        top: 19px;
        height: 26px;
    }
}

.validation-text {
    color: red;
}

.images_load {
    height: 100%;
    z-index: 99999;
    top: 0px;
    background: rgba(0, 0, 0, 0);
}

.alert-danger {
    color: #dd0a29;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    /* display: block !important; */
    padding: 0;
}


/*=================== end css ====================  */

@media (max-width: 980px) {
    .br_hide_sm {
        display: none;
    }
}

@media (max-width: 1049px) {
    .images_load {
        height: 50vh;
    }
}


/*============  ==================*/

#billing_email {
    width: 98%;
    padding: 5px 10px;
    border: 1px solid #efefef;
    margin-bottom: 15px;
}

#billing_firstName,
#billing_lastName {
    width: 48%;
    padding: 5px 10px;
    border: 1px solid #efefef;
    margin-bottom: 15px;
}

#billing_lastName {
    position: relative;
    left: 6px;
}

#billing_address1,
#billing_country,
#billing_address2 {
    width: 98%;
    padding: 5px 10px;
    border: 1px solid #efefef;
    margin-bottom: 15px;
}

#billing_country {
    padding: 10px 10px;
}

#billing_zip,
#billing_city,
#billing_state {
    width: 31%;
    padding: 5px 10px;
    border: 1px solid #efefef;
    margin-bottom: 15px;
}

#billing_city {
    position: relative;
    left: 6px;
}

#billing_state {
    position: relative;
    left: 13px;
    padding: 10px 10px;
}

#billing_phone {
    padding: 5px 10px;
    border: 1px solid #efefef;
    width: 98%;
    margin-bottom: 15px;
}

#billing_zip {
    padding: 5px 10px;
    border: 1px solid #efefef;
    width: 98%;
    margin-bottom: 15px;
}


/*=========== button spinner =============== */

.lds-ring {
    display: inline-block;
    position: relative;
    width: 25px;
    height: 25px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    margin: 6px;
    border: 2px solid #fcf;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #25aae1 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.unavailable {
    position: relative;
}

.unavailable:after {
    content: "";
    width: 116%;
    border-bottom: solid 1px rgba(82, 82, 82, 0.6);
    position: absolute;
    left: -5px;
    top: 45%;
    z-index: 1;
    transform: rotate(-31deg);
}

.us-size .unavailable:after {
    content: "";
    width: 103%;
    border-bottom: solid 1px rgba(82, 82, 82, 0.6);
    position: absolute;
    left: -2px;
    top: 49%;
    z-index: 1;
    transform: rotate(-14deg);
}

#productImagesSection {
    overflow: hidden;
}

@media (max-width: 768px) {
    .order_summary {
        margin-left: 0;
        margin-right: 0;
        position: inherit;
    }
    .order_summary {
        padding: 0px;
        padding-bottom: 10px;
    }
    #confirm_form button {
        border-radius: 0px !important;
        width: 100% !important;
        border: 0;
        position: fixed;
        bottom: 0;
        z-index: 99;
        left: 0;
    }
    #comfirm-shipping-info,
    #comfirm-card-info,
    #comfirm-bill-info {
        padding-top: 15px;
    }
    .checkout_description_review {
        position: relative;
    }
    .delete_product_checkout {
        position: absolute;
        top: 0px;
    }
    .deskNav {
        position: fixed;
        width: 100%;
        background: rgba(255, 255, 255, 1);
        z-index: 99;
        box-shadow: 1px 1px 11px rgba(0, 0, 0, 0.08);
    }
    #content {
        padding-top: 65px;
    }
}

@media (max-width: 990px) and (min-width: 650px) {
    .single_shop {
        padding: 0px;
    }
    #productImagesSection {
        height: 80vh;
    }
}

@media (width: 768px) and (height: 1024px) {
    #productImagesSection {
        height: 50vh;
    }
}

.b2b_profile_tab .nav-link {}

.modal_close {
    position: absolute;
    background: #2196f3 !important;
    opacity: 1;
    padding: 2px 7px !important;
    border-radius: 50px;
    right: 5px;
    top: 5px;
    box-shadow: 2px 5px 7px #000000ab;
    color: white;
    border: 4px solid #e1f5fe !important;
}

#myModal {
    /* margin-top: 150px; */
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 560px;
    }
}

.input-row {
    margin-bottom: 15px;
}

.payment-wrapper {
    max-width: 480px;
    margin: 0 auto;
    padding: 20px 20px;
    background: #ffffff;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
}

.lbl {
    display: block;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 0px;
    line-height: 2em;
}

.payment-text {
    width: 100%;
    margin-bottom: 0px !important;
    display: inline-block !important;
    background: #fff !important;
    border: 1px solid #d8d8d8 !important;
    padding: 8px 6px;
    outline: none;
    font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #777;
    margin: 0;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 0px;
    border-radius: 3px;
    padding: 13px 10px;
    font-family: inherit;
    font-size: 16px;
    color: #000;
}

#payment_details #amount {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

#payment_details #currency {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    position: relative;
    left: -1px;
}

.payment-form #card-number,
.payment-form #card-exp,
.payment-form #card-cvc {
    padding: 15px 10px;
    font-family: inherit;
    font-size: 16px;
    color: #000;
}

#customer_des_sec h3 {
    font-weight: 300;
    font-size: 20px;
}


/*Covid Message*/

.footNav {
    margin-bottom: 90px;
}

.covidMessageWrapper {
    position: fixed;
    background: white;
    /* bottom: 0px; */
    top: 67px;
    width: 100%;
    z-index: 1;
    padding: 20px;
    box-shadow: 0px 13px 13px 10px #0000003d;
    visibility: visible !important;
}

@media(min-width:768px) {
    .covidMessageWrapper {
        display: none !important;
        visibility: hidden !important;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .deskNav {
        margin-top: 15px;
    }
    .wrapper {
        overflow-x: hidden;
    }
    .covidMessageWrapper {
        display: block !important;
        visibility: visible !important;
        position: relative;
        top: 0px !important;
    }
    .brandNameMobile {
        width: 90%;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .deskNav {
        /* margin-top: 15px; */
    }
    .covidMessageWrapper {
        display: block !important;
        visibility: visible !important;
        top: 66px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .wrapper {
        overflow-x: hidden;
    }
    .deskNav {
        margin-top: 15px;
    }
    .covidMessageWrapper {
        display: block !important;
        visibility: visible !important;
        top: 0px;
        z-index: 99;
        position: relative;
        padding: 10px;
    }
    .covidMessage {
        padding: 0 !important;
    }
    .parallax {
        margin-top: 110px;
    }
    .brandNameMobile {
        width: 90%;
    }
}

.covidMessage {
    font-size: 11px;
    letter-spacing: 0.1em;
    font-weight: 600;
    font-style: normal;
    color: #1d1d1d;
    transition: color 100ms ease-in;
    text-align: center;
    /*position: relative;*/
    /*top:43px;*/
    line-height: 1.2rem;
    padding: 0px 50px;
    margin-bottom: 0px;
}

.showInMobile {
    display: none;
}

.showInDesktop {
    display: block;
}

@media (max-width: 768px) {
    .footNav {
        margin-bottom: 100px;
    }
    .covidMessageWrapper {
        padding: 0px;
    }
    .covidMessage {
        /* position: absolute;
                top:60px;*/
        /*padding: 22px;*/
        padding: 15px 10px;
    }
    .showInMobile {
        display: block;
    }
    .showInDesktop {
        display: none;
    }
}