﻿
.header-default .navbar.navbar-default.iw-header {
    border: 0;
    border-radius: 0;
    margin: 0;
    transition: top .4s linear 0s;
    width: 100%;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff !important;
    background-color: #13a1c5 !important;
}

.header.clone {
    box-shadow: 0 1px 3px rgba(0,0,0,.118);
    top: 0;
}

.header-default .navbar-default {
    background-color: unset;
}

.header-default .iw-header .iw-logo {
    margin: 0;
    padding: 9px 0;
    max-width: 100%;
}

.iw-logo a .sticky-logo {
    max-width: 100%;
    height: 37px;
    width: auto;
}
a {
    color: #13a1c5;
}

.header-default .iw-header .iw-logo > a {
    display: inline-block;
    width: 100%;
}

.wrapper-header-version-3 .header-version-3.clone.visible-header-3 .sticky-logo {
    display: inline-block;
}

.iw-menu-main .iw-nav-menu {
    position: relative;
    z-index: 99;
    float: right;
}

.header-default .navbar-nav > li {
    float: left;
    padding: 7px 0;
    position: relative;
}

.header.header-version-3 .iw-header .iw-menu-main .navbar-nav li > a {
    padding: 0 12px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    margin-left: 0px;
    line-height: inherit;
    color: white;
}

    .header.header-version-3 .iw-header .iw-menu-main .navbar-nav li > a:hover {
        color: #000;
    }


.header-default .iw-header .iw-menu-main .navbar-nav li > a {
    border-radius: 0px;
    color: #5b5b5b;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    line-height: inherit;
    padding: 0 12px;
    margin-left: 0px;
}

.header-version-3 .navbar-default .navbar-nav > .active > a, .header-version-3 .navbar-default .navbar-nav > .active > a:hover, .header-version-3 .navbar-default .navbar-nav > .active > a:focus {
    background: 0 0;
}

.header .navbar-nav > li .sub-menu {
    background: #fff none repeat scroll 0 0;
    width: 250px;
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
}

.header .navbar-nav > li > .sub-menu {
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
    position: absolute;
    top: 65px;
    left: 0;
    visibility: hidden;
    z-index: 100;
    min-width: 250px;
}

    .header .navbar-nav > li > .sub-menu li {
        border-bottom: 1px solid rgba(0,0,0,.1);
        padding: 0;
        transition: padding .3s linear 0s;
        -webkit-transition: padding .3s linear 0s;
    }

    .header .navbar-nav > li > .sub-menu li {
        position: relative;
    }

.header .iw-header .navbar-nav > li > .sub-menu li > a {
    color: #838383;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    padding: 0 15px;
}

.iw-footer-middle .widget_inwave-subscribe .iw-email-notifications button, .header-default.header-default-edition .iw-header .iw-menu-main .navbar-nav > li:hover > a:before, .tour_price_slider_wrapper .tour_price_slider.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content, .header .iw-header .iw-search-cart button:hover {
    background-color: #13a1c5 !important;
}

.wrapper-header-version-3 .header-version-3 .iw-header .iw-menu-main .navbar-nav > li:hover > a {
    color: #fff !important;
}

.header .navbar-nav > li:hover > .sub-menu {
    visibility: visible;
}

.header .iw-header .navbar-nav > li:hover > .sub-menu > li {
    padding: 6px 0;
}

.navbar {
    position: relative;
    min-height: auto;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header .iw-header .navbar-nav > li > .sub-menu li > a {
    color: #838383;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    padding: 0 15px;
}

small, .small {
    font-size: 85%;
}

.header .navbar-nav > li > .sub-menu li .sub-menu {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 80%;
    visibility: hidden;
    -webkit-transition: opacity .3s linear,left .3s linear;
    transition: opacity .3s linear,left .3s linear;
    z-index: 0;
}

.header .navbar-nav > li .sub-menu {
    background: #fff none repeat scroll 0 0;
    width: 220px;
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
}

.header .iw-header .navbar-nav > li > .sub-menu .sub-menu li a {
    padding: 10px 20px;
}

.header .iw-header .navbar-nav > li > .sub-menu li > a {
    color: #838383;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    padding: 0 15px;
}

.header-default .iw-header .iw-search-cart {
    margin: 20px 0 0;
    position: relative;
    width: fit-content;
    float: right;
}
.num-content-parent {
    display: flex;
}

.num-content {
    display: grid;
    line-height: 12px;
}

.shopping-cart {
    text-align: center;
/*    margin: 14px 15px;*/
    float: right;
}

    .shopping-cart .cart-icon {
        font-size: 20px;
        font-weight: 500;
        color: white;
        text-align: center;
        display: flex;
        line-height: normal;
        background: #13a1c500;
        border-radius: 50px;
        width: max-content;
        float: right;
        gap: 10px;
        justify-content: center;
        padding: 4px 16px;
        position: relative;
        height: 35px;
    }

@keyframes backzoom {
    0% {
        -webkit-transform: scale(.1, .1);
        -ms-transform: scale(.1, .1);
        transform: scale(.1, .1);
    } 
    20% {
        opacity: .5;
    }
    100%, 40% {
        -webkit-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.3);
    }
}

.shopping-cart .cart-icon::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 8px;
    width: 95%;
    height: 35px;
    border-radius: 100px;
    box-shadow:  0 0 10px 10px inset;
    animation: 2s cubic-bezier(.36,.07,.19,.97) 0s infinite normal none running backzoom;
    opacity: 0;
}
/* 

.shopping-cart .cart-icon:hover {
    background: #13a1c5;
    color: white; 
}
*/
.shopping-cart .cart-icon span:first-child {
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: 600;
}

.shopping-cart .cart-icon .fa-phone {
    animation-name: rotated;
    animation-duration: 0.6s;
    animation-iteration-count: infinite;
    transform-origin: center;
    color: #fff;
    font-size: 25px;
}
.visible-header-3 .navbar-nav .shopping-cart .cart-icon, .visible-header-3 .navbar-nav .shopping-cart .cart-icon .fa-phone {
    color: #18aff6;
}

@keyframes rotated {
    0% {
        transform: rotate(90deg);
    } 
    50% {
        transform: rotate(120deg);
    }

    100% {
        transform: rotate(90deg);
    }
}


.wrapper-header-version-3 .header.header-version-3 .search-form {
    position: absolute;
    right: 35px;
    top: 0;
}

.header-default .search-form {
    float: left;
    position: absolute;
    right: 35px;
    top: 0;
}

.wrapper-header-version-3 .header-version-3 .iw-header .iw-search-cart button {
    background: 0 0;
    border-color: #ddd;
}

.header .iw-header .iw-search-cart button {
    background: 0 0;
    border: 2px solid #ddd;
    border-radius: 50%;
    display: inline-block;
    height: 32px;
    width: 32px;
}

    .header .iw-header .iw-search-cart button i {
        color: #838383;
        display: inline-block;
        left: 0;
        position: relative;
        top: 0;
        -webkit-transition: animation .3s linear 0s;
        transition: animation .3s linear 0s;
    }

.off-canvas-menu, .off-canvas-open {
    display: none;
}

@media (max-width: 991px) {
    .header-default .iw-header .iw-search-cart {
        margin-top: 20px;
    }

    .header.header-default .off-canvas-open {
        float: right;
        margin-top: 3px;
        cursor: pointer;
    }

    .header .off-canvas-open {
        background: transparent none repeat scroll 0 0;
        border: 0;
        display: block;
    }

    .header.header-default .off-canvas-open i {
        color: #ffffff;
    }

    .header .off-canvas-open i {
        color: #fff;
        font-size: 18px;
    }
}

.header .navbar-nav > li .sub-menu {
    background: #fff none repeat scroll 0 0;
    width: 250px;
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
}

@keyframes header {
    0% {
        top: -70px;
    }

    100% {
        top: 0;
        transform: translateY(0px);
    }
}

.wrapper-header-version-3 .visible-header-3 {
    position: fixed !important;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 99;
    -webkit-transition: .2s top cubic-bezier(.3,.73,.3,.74);
    transition: 0.2s top cubic-bezier(.3,.73,.3,.74);
    box-shadow: 0 1px 3px rgba(0,0,0,.118);
    width: 100%;
    backdrop-filter: saturate(200%) blur(20px) !important;
    background: hsl(0deg 0% 100% / 84%) !important;
    animation-name: header;
    animation-duration: 0.3s;
    transition: top .5s !important;
    transition-timing-function: ease-in-out !important;
}

    .wrapper-header-version-3 .visible-header-3 .iw-search-cart .off-canvas-open i {
        color: #303030;
    }

.wrapper-header-version-3 .header-version-3 {
    left: 0;
    position: absolute;
    bottom: auto !important;
    top: 0 !important;
    width: 100%;
    box-shadow: none;
    z-index: 9999;
    background: transparent;
    border-bottom: 1px solid #e4e4e4;
}

.mobile-view {
    display: none;
}

.closebtn {
    font-size: 40px !important;
}

.wrapper-header-version-3 .header-version-3.clone {
    visibility: visible;
    display: inline-block;
    align-items: center;
    justify-content: center;
    height: 65px;
}

.sub-menu .menu-item a {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #525252 !important;
    line-height: 24px !important;
}

@media screen and (min-width:768px) and (max-width:992px) {
    #menu-main-menu-1 {
        float: right;
        display: none;
    }

    .wrapper-header-version-3 .header-version-3 {
        position: fixed;
    }
}

@media screen and (min-width:445px) and (max-width:768px) {
    .main-menu.iw-menu-main.nav-collapse {
        display: none;
    }
}

@media screen and (min-width:200px) and (max-width:445px) {
    .main-menu.iw-menu-main.nav-collapse {
        display: none;
    }
}

@media screen and (min-width:200px) and (max-width:992px) {
    .mobile-view {
        display: grid;
        background: white;
        width: 100%;
        margin: 0px;
        text-align: right;
        padding: 10px 15px;
    }

    .show-hide-div {
        overflow-x: hidden;
        transition: 0.5s;
        border-bottom: 2px solid #838383;
        background: white;
        margin: 0px;
        padding: 0px 0px;
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 999;
        width: 0px;
    }

    .shopping-cart {
        width: 100%;
        text-align: center;
        margin: 10px 0px;
    }

        .shopping-cart a {
            font-size: 20px;
            font-weight: 500;
            color: white;
            text-align: center;
            display: flex;
            line-height: normal;
            background: #13a1c5;
            border-radius: 50px;
            width: max-content;
            float: right;
            gap: 10px;
            justify-content: center;
        }

    .mobile-view > li {
        padding: 0px 0 !important;
    }

    .shopping-cart .cart-icon {
        color: #18aff6!important;
    }

    .shopping-cart a {
        padding: 8px 15px;
    }

    .header .mobile-view > li .sub-menu {
        width: 100%;
        position: relative;
        top: 0;
        display: none;
        z-index: 9999;
        text-align:right;
    }

    .header .mobile-view > li:hover > .sub-menu, .header .mobile-view > li:focus > .sub-menu {
        visibility: visible;
        display: block;
    }
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 15px 10px !important;
}

@media screen and (min-width:200px) and (max-width:768px) {
    .nav > li > a {
        padding: 12px 0px !important;
        text-align: end;
    }
}
