html,
a {
    text-decoration: none;
    color: inherit;
    border: none
}



.overlay3 {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1030;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .9);
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    opacity: 0;
    transition: opacity 1s;
    display: none
}

a#toggle {
    position: fixed;
    top: 20px;
    left: 5px;
    /* width: 40px; */
    /* height: 40px; */
    /* background-color: #f26c6c; */
    /* opacity: .81; */
    /* text-align: center; */
    /* color: #fff; */
    /* display: none; */
    transition: all ease-out .3s;
    /* border-radius: 5px; */
    /* padding: 0; */
}

/* a#toggle i { */
/* position: relative; */
/* top: 50%; */
/* transform: translateY(-50%); */
/* color: #fff !important; */
/* } */

#back-to-top {
    position: fixed;
    bottom: 50px;
    right: 20px;
    background-color: rgba(255, 255, 255, 0.75);
    /* padding: 5px 15px; */
    border-radius: 0px;
    border: 1px solid #e5e5e5
}

.red-link {
    color: #D02526;
    font-weight: bold;
}


.main-logo {
    width: 250px;
    transition: 0.15s
}

/* .main-nav > .row{
    width: 100%;
}

.menu .navbar-nav{
    justify-content: space-evenly;
} */


.main-nav {
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu ul {
    list-style: none;
    padding: 0;
    z-index: 1;
    margin: 0;
    -webkit-transition: padding .6s;
    -moz-transition: padding .6s;
    -ms-transition: padding .6s;
    -o-transition: padding .6s;
    transition: padding .6s;
    width: 100%;
    flex-direction: row;
}


.navbar-expand-lg .navbar-nav .nav-link {
    display: inline-block;
    margin: 0 13px;
    padding: 0;
    outline: 0;
    font-size: 1rem;
    color: #302B00;
    transition: 0.15s;
    font-weight: bold;
}


.navbar-expand-lg .navbar-nav .nav-link:hover {
    color:#8a845a;
}


.menu a {
    transition: 0.15s;
}


.login-wrapper a {
    font-size: 14px;
}

.login-wrapper i {
    font-size: 16px;
}

.nav-item.main-btn>.nav-link {
    padding: 0px !important;
    margin: 0;
    color: #fff;
}

.nav-item.dropdown .fa-angle-down {
    margin-left: 5px;
}

.nav-item.main-btn {
    margin-left: 20px;
}



header .nav-item:hover>.dropdown-menu {
    display: block;
    top: 85%;
    padding: 0;
}

header .nav-item:hover>.dropdown-menu .drop-item {
    padding: 15px 10px;
}

header .nav-item:hover>.dropdown-menu .dropdown-item:hover {
    background-color: #f26c6c;
    color: #fff;
}


.mobile-logo {
    width: 100px;
    margin-bottom: 0;
}


.fixed-menu .main-logo{
    width: 250px !important
}

.fixed-menu > .row{
    width: 98%;
    margin: 0 auto;
}



@media only screen and (min-width:480px) {
    /* a#toggle { */
    /* width: 40px; */
    /* height: 40px */
    /* } */

    .logo-mobile {
        display: none
    }
}


@media screen and (max-width:1199px) {
    .main-nav {
        justify-content: start;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        margin: 0 10px;
    }
}


@media screen and (max-width:991px) {
    .fixed-menu > .row{
        width: 100%;
    }

    .banway-nav {
        display: block;
    }

    header .nav-item:hover>.dropdown-menu {
        position: relative;
        top: 0;
        width: 100%;
        border-radius: 0;
        text-align: center;
    }

    .nav-item.main-btn {
        margin: 0;
    }


    .login-wrapper {
        margin: 25px 0;
    }


    .menu {
        text-align: center;
    }

    .main-logo {
        margin-bottom: 25px;
    }

    .menu ul {
        flex-direction: column;
        justify-content: center;
    }

    .menu ul li>a {
        display: block;
        padding: 10px !important;
    }

    /* a#toggle { */
    /* display: none */
    /* } */

    main#navigation-content {
        margin-top: 65px;
        transition: all ease-out .3s
    }

    .menu {
        position: fixed;
        transition: all ease-out .3s;
        width: 250px !important;
        height: 100%;
        top: 0;
        left: 0;
        overflow: hidden;
        overflow-y: auto;
        background-color: #271E01 !important;
        border-bottom: 0;
        transform: translateX(-250px);
        background-image: none;
        border: 0 !important;
        z-index: 1040;
    }

    .mobile-whatsapp {
        position: absolute;
        left: 30px;
        top: 15px;
        color: #fff;
        z-index: 10;
        font-size: 26px;
        display: none;
    }

    /* .mobile-login-wrapper {
        padding: 15px;
        color: #fff;
        margin-bottom: 10px;
    } */
    .btn_my_cart, .btn_login{
        margin-left: 0 !important;
    }

    .cart-trigger, .mobile-search-toggler{
        margin-left: 10px;
        margin-right: 0;
    }

    .user-login{
        margin-right: 0;
        font-size: 20px;
    }

    html.open-menu a#toggle,
    html.open-menu main#navigation-content {
        color: #fff;
        top: 40px;
    }

    .mobile-login-wrapper i {
        color: #271E01;
        margin-left: 10px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        color: #fff;
        margin: 10px 0;
    }

    html.open-menu {
        overflow: hidden
    }

    html.open-menu div#overlay {
        visibility: visible;
        opacity: 1;
        width: calc(-150%);
        left: 250px
    }

    html.open-menu a#toggle,
    html.open-menu main#navigation-content {
        /* transform: translateX(250px); */
        /* color: white; */
        z-index: 1060;
        right: 20px;
        left: unset;
    }

    html.open-menu div.menu {
        z-index: 1040;
        transform: translateX(0);
        width: 100% !important;
    }

    .nav-item.main-btn {
        margin-left: auto;
        margin-top: 15px;
        width: 50%;
        margin-right: auto;
    }

    .menu .mobile-login-wrapper,
    .menu .fixed-menu-bar {
        text-align: left;
    }

    .menu .mobile-login-wrapper {
        border-top: 1px solid white;
        border-bottom: 1px solid white;
    }
}


.header-navigation-wrapper {
    width: 98%;
    transition: transform 0.3s;
}


.fixed-navi {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff;
    z-index: 2;
    border-bottom: 1px solid #e5e5e5;
}


.header-search {
    display: inline-block;
    /* border: 1px solid #e5e5e5; */
    position: relative;
    width: 100%;
}

.header-search .search-area {
    border: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 35px;
    width: 100%;
    /* max-width: 13vw; */
	background-color: #f7f7f7;
}

.search-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    border: 0;
    background-color: unset;
    color: #271E01;
    cursor: pointer;
    /* background-color: #271E01;
    width: 30px;
    height: 30px;; */
}



.btn_my_cart,
.btn-login{
    margin-top: 5px;
    margin-left: 20px;
    font-size: 20px;
    color: #271E01;
}



header {
    min-height: 120px;
}

.fixed-menu {
    position: fixed;
    top: 0;
    z-index: 10;
    background: white;
    left: 0;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #e5e5e5;
}

.right-function-icon{
    /* margin-top: 45px; */
    display: flex;
    align-items: center;
}



@media (min-width: 991px) {
    /* .header-navigation-wrapper.absolute {
        position: absolute;
    } */

    .header-navigation-wrapper.fixed {
        position: fixed;
    }

    .mobile-search-block{
        display: none;
    }
}

@media (max-width: 1199px) {
    .right-function-icon{
        margin-top: 20px;
    }

    .btn_my_cart,
.btn_login {
    margin-left: 15px;

}
}

@media screen and (max-width: 991px) {

    .right-function-icon{
        display: none !important;
    }

    header {
        min-height: 80px;
    }

    .mobile-menu-logo{
        width: 150px;
        margin-bottom: 15px;
    }

    .fixed-menu {
        padding: 0;
    }

    .mobile-search-toggler {
        font-size: 19px;
        cursor: pointer;
    }

    .mobile-search-block {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1070;
        background-color: #fff;
        padding: 15px;
        opacity: 0;
        visibility: hidden;
    }

    .mobile-search-block .form-control {
        width: 87.5%;
        border: 0;
        display: inline-block;
    }

    .mobile-search-block.show {
        opacity: 1;
        visibility: visible;
        z-index: 99999;
    }

    .mobile-search-overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        z-index: 1030;
        background-color: #000;
        opacity: 0.2;
        transition: 0.15s;
        opacity: 0;
        visibility: hidden;
    }

    .mobile-search-overlay.show {
        opacity: 0.5;
        visibility: visible;
    }

    .mobile-search-block .mobile-search-close {
        position: absolute;
        right: 15px;
        top: 10px;
        cursor: pointer;
        font-size: 18px;
        z-index: 4;
    }
}

/* for right cart */
.my-cart{
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 450px;
    z-index: 1070;
    background-color: #fff;
    padding: 0px;
    transform: translate(450px);
    transition: all 0.2s;
    max-width: 90%
}

.my-cart.shadow{
    box-shadow: -7px 1px 33px #666;
}

.my-cart.show{
    transform: translate(0px);
}

.cart-overlay{
    position: fixed;
    /* Sit on top of the page content */
    opacity: 0;
    visibility: hidden;
    /* Hidden by default */
    width: 100%;
    /* Full width (cover the whole page) */
    height: 100%;
    /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(202,198,191,0.7);
    /* Black background with opacity */
    z-index: 2;
    /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer;
    /* Add a pointer on hover */
    transition: all 0.15s;
    z-index: 1039;
}

.cart-overlay.show{
    opacity: 1;
    visibility: visible;
}

.cart-close-btn{
    position: absolute;
    top: 16px;
    right: 12px;
    font-size: 18px;
    cursor: pointer;
    color: #271E01;
}

.cart_right_product_row{
    height:78vh;
    overflow-y: auto;
    padding: 0px 20px;
}
.cart_right_bottom_container{
    background-color: white;
    position: absolute;
    left:0px;
    bottom:0px;
    width:100%;
}
.cart_right_bottom_container_title{
    color:#424242;
}
.cart_right_bottom_container_value{
    color:#666666;
}
.label_cart_right_checkout_div{
    margin:0px;
    padding:10px;
    width:100%;
    height:50px;
    border-top:1px solid #e3e3e3;
}

.btn_cart_right_checkout{
    width:100%;
    height:50px;
    border:none;
    background-color: #271E01;
    color:white;
    cursor:pointer;
}
.btn_cart_right_remove{
    cursor: pointer;
    font-size: 18px;
    font-weight: 100;
}
/* .cart_right_quantity{
  height: 26px;
  width: 59px;
  margin-left: -14px;
  margin-top: 9px;
} */

/* .cart_right_quantity{
text-align: left !important;
width: 75%;
border-radius: 0;
}
 */




.cart_right_voucher_code{
    position: absolute;
    top:0px;
    border:none;
}
.btn_cart_right_remove_voucher{
    color:#271E01;
    cursor: pointer;
    background-color: white;
    border:none;
}
.btn_cart_right_voucher{
    cursor: pointer;
    background-color: white;
    border:none;
    color:#271E01;
}


@media screen and (max-width: 575px) {
    .my-cart{
/*        width: 90%;*/
    }
    
}
/* for right cart */

.wsmenucontainer{
    overflow: unset !important;
}

.wsmainfull{
    all: unset !important;
}

.wsmenu{
    margin-top: 0 !important
}

.wsmenu>.wsmenu-list>li>a{
    color: #302b00 !important;
    margin: 0px 15px !important;
    font-weight: bold;
}

.wsmenu>.wsmenu-list>li>a.active, .wsmenu>.wsmenu-list>li>a:hover, .wsmenu>.wsmenu-list>li:hover>a{
    background-color: unset !important
}

.wsmainfull.wsfixed{
    position: unset !important;
    height: unset !important;
    transition: unset !important
}

.wsmenu > .wsmenu-list > li > .wsmegamenu{
    top: 105px !important;
    border-top: 1px solid #e5e5e5 !important;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu{
    background-color: #fff !important;
    justify-content: flex-start !important
}

.wsmenu > .wsmenu-list > li .wslistlinks > li > .nav_title_link{
    color: #271e01 !important
}

.wsmenu > .wsmenu-list > li .wslistlinks > li > .navigation_links{
    color: #000 !important;
}

.mobile-plus{
    width: 25px !important;
    height: unset !important;
    fill: #000 !important;
}


.swiper-container{
    z-index: 0 !important
}

@media (max-width:991px){
    .wsmobileheader{
        box-shadow: unset !important;
        background-color: transparent !important;
        width: unset !important;
        top: 20px !important
    }
    
    .wsactive .wsmenu .overlapblackbg{
        background-color: rgba(255,255,255) !important
    }

    .wsmenu {
        background-color: rgba(255,255,255) !important
    }

    .wsmenu-list a{
        display: flex !important;
        align-items: center;
    }

    .wsactive .wsanimated-arrow {
        /* margin: 1px 0px 0px -40px; */
        left: unset;
        right: 25px;
		top : 15px;
        position: fixed;
    }

    .wsmenu > .wsmenu-list > li{
        margin-bottom: 25px !important;
    }

    .wsmenu > .wsmenu-list > li > a{
        padding: 0 !important;
    }

    /* .wsmenu > .wsmenu-list > li:hover > .wsmegamenu{
        top: 10px !important;
    }
     */

    .wsmenu > .wsmenu-list > li > .wsmegamenu{
        background-color: unset !important;
        border: 0 !important;
        padding: 0 !important;
    }

    .wsmenu-list{
        background: unset !important;
        background-color: #fff !important;
    }
}

@media (max-width:575px){
    .mobile-header-icon{
        font-size: 16px;
    }
    
}
