
.header-mid-area{box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 8%);}


/*hedar_minicart*/

.header-mid-area .mini-cart {
    float: left;
    display: inline-block;
}

.header-mid-area .mini-cart ul li a {
    color: #666666;
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    text-transform: capitalize;
    transition: .3s;
    text-decoration: none;
}

.header-mid-area .mini-cart ul li a i {
    padding-right: 8px;
}

.header-mid-area .mini-cart ul li a:hover {
    color: #f07c29;
}

.header-mid-area .my-cart {
    /*display: inline-block;
    float: right;
    margin-top: -8px;*/
}

.header-mid-area .my-cart ul li {
    position: relative;
}

.header-mid-area .my-cart ul>li>a {
    color: #444444;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    padding: 10px 0;
    text-transform: uppercase;
    text-decoration: none;
    transition: .3s;
}

.header-mid-area .my-cart ul>li:hover a {
    color: #f07c29;
}

.header-mid-area .my-cart ul li>a>i {
    font-size: 20px;

}

.header-mid-area .my-cart ul li>span {
    position: absolute;
    top: 7px;
    left: 2px;
    font-size: 11px;
    background-color: #fd0059;
    border-radius: 50px;
    height: 16px;
    line-height: 16px;
    color: #fff;
    min-width: 16px;
    text-align: center;
    padding: 0 5px;
    display: inline-block;
    vertical-align: top;
    margin-left: 13px;
    margin-right: -5px;
}

.mini-cart-sub {
    position: absolute;
    background-color: #fff;
    border: medium none;
    border-radius: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    display: block;
    left: auto;
    top: 150%;
    opacity: 0;
    padding: 20px;
    right: 0;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 280px;
    z-index: 99999;
}

.header-mid-area .my-cart ul>li:hover .mini-cart-sub {
    opacity: 1;
    visibility: visible;
    top: 110%;
}

.cart-product .single-cart {
    display: flex;
    margin-bottom: 15px;
    overflow: hidden;
}

.cart-product .single-cart .cart-img {
    flex: 0 0 65px;
    margin-right: 15px;
}

.cart-product .single-cart .cart-img a img {
    width: 100%;
}

.cart-product .single-cart .cart-info {
    overflow: hidden;
    padding-right: 10px;
    position: relative;
}

.cart-icon {
    display: flex;
    flex-grow: 100;
    justify-content: flex-end;
}

.cart-icon a i {
    color: #232323;
    transition: .3s;
}

.cart-icon a:hover i {
    color: #f07c29;
}

.cart-product .single-cart .cart-info h5 {
    margin-bottom: 0px;
}

.header-mid-area .my-cart ul>li .cart-product .single-cart .cart-info h5 a {
    color: #666;
    font-family: Rufina;
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.header-mid-area .my-cart ul>li .cart-product .single-cart .cart-info h5 a:hover,
.header-mid-area .my-cart ul>li .cart-bottom a:hover {
    color: #f07c29;
}

.cart-product .single-cart .cart-info p {
    margin-bottom: 0;
    font-family: Rufina;
    font-size: 15px;
}

.cart-totals {
    margin-bottom: 15px;
}

.cart-totals h5 {
    color: #606060;
    display: block;
    font-size: 15px;
    font-weight: 400;
    font-family: Rufina;
    margin: 0;
    text-transform: uppercase;
}

.cart-totals h5 span {
    display: block;
    float: right;
}
.header-mid-area .my-cart ul>li .cart-bottom a.view-cart {
    margin-bottom: 10px;
}

.header-mid-area .my-cart ul>li .cart-bottom a {
    background-color: #606060;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    height: 36px;
    line-height: 24px;
    padding: 7px 15px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    transition: .3s;
    font-family: Rufina;
}

/*minicar_end*/


@media (min-width: 360px){

    #exzoom{width: 350px;}
}


@media (min-width: 992px){
    .desktop_menu{display: block;}
    .mobile_menu{display: none;}
    /*----------------------------------------*/
    /*  2.3 Main menu area
    /*----------------------------------------*/

    .main-menu-area {
        background: #000000 none repeat scroll 0 0;
    }

    .main-menu-area.sticky {
        background: rgba(0, 0, 0, 0.48) none repeat scroll 0 0;
    }

    .main-menu-area.sticky-header-1.sticky:hover {
        background: rgba(0, 0, 0, 1) none repeat scroll 0 0;
    }

    /*.menu-area {
        float: left;
        display: inline-block;
    }*/

    .menu-area ul li {
        display: inline-block;
        margin-right: 10px;
        position: relative;
    }

    .menu-area ul li>a,
    .safe-area a {
        background: transparent none repeat scroll 0 0;
        color: #000;
        display: block;
        font-size: 14px;
        font-weight: normal;
        line-height: 25px;
        padding: 13px 5px;
        position: relative;
        text-transform: uppercase;
        z-index: 4;
    }

    .menu-area ul li a i {
        padding-left: 6px;
        font-size: 10px;
        font-weight: 600;
    }

    /*.menu-area ul li:before,
    .safe-area:before {
        background: #f07c29 none repeat scroll 0 0;
        bottom: 0;
        content: "";
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: -8px;
        transition: .5s;
        z-index: 1;
    }*/

    .menu-area ul li:hover:before,
    .menu-area ul li.active:before,
    .safe-area:hover:before {
        opacity: 1;
    }

    /* .menu-area ul li a:before {
        background: #f07c29;
        bottom: 0;
        content: "";
        height: 3px;
        left: 0;
        opacity: 0;
        position: absolute;
        transition: .5s;
        width: 0%;
    } */

    .menu-area ul li:hover a:before,
    .menu-area ul li.active a:before {
        width: 220%;
        opacity: 1;
    }

    .menu-area ul li a:after,


    .menu-area ul li:hover a:after,
    .menu-area ul li.active a:after,
    .safe-area:hover a:after {
        opacity: 1;
    }

    .safe-area {
        display: inline-block;
        float: left;
        position: relative;
    }

    .safe-area a {
        position: relative;
        z-index: 4
    }

    .menu-area ul li .mega-menu {
        background: #fff none repeat scroll 0 0;
        box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
        padding: 30px 20px;
        position: absolute;
        z-index: 999;
        /*width: 700px;*/
        width: fit-content;
        opacity: 0;
        transform: scaleY(0);
        transform-origin: 0 0 0;
        transition: .5s;
        visibility: hidden;
        display: flex;
    }

    .menu-area ul li:hover .mega-menu {
        opacity: 1;
        visibility: visible;
        transform: scaleY(1);

    }

    .menu-area ul li .mega-menu span {
        /*float: left;*/
        /*width: 25%;*/
        display: block;
        padding-right: 20px;
    }

    .menu-area ul li .mega-menu span a.title {
        border-bottom: 1px solid #e5e5e5;
        color: #393939;
        font-size: 13px;
        font-weight: 600;
        line-height: 20px;
        margin-bottom: 12px;
        padding-bottom: 15px;
        text-transform: uppercase;
    }

    .menu-area ul li .mega-menu span a {
        display: block;
        color: #777;
        font-size: 14px;
        line-height: 30px;
        text-transform: capitalize;
        transition: .3s;
        text-decoration: none;
    }

    .menu-area ul li .mega-menu span a:hover,
    .menu-area ul li .sub-menu ul li a:hover {
        color: #f07c29;
    }

    .menu-area ul li .mega-menu span a:before {
        display: none;
    }

    .menu-area ul li .mega-menu span a:after {
        display: none;
    }

    .menu-area ul li .mega-menu-2 {
        width: 557px;
    }

    .menu-area ul li .mega-menu-2 span {
        width: 33.33%;
    }

    .menu-area ul li .mega-menu-3 {
        width: 460px;
    }

    .menu-area ul li .mega-menu-3 span {
        width: 50%;
    }

    .menu-area ul li .sub-menu {
        background: #fff;
        box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
        left: 0;
        position: absolute;
        top: 100%;
        z-index: 45;
        padding: 10px 20px 15px;
        position: absolute;
        z-index: 6;
        transform: scaleY(0);
        transform-origin: 0 0 0;
        transition: .5s;
        width: 200px;
        opacity: 0;
        visibility: hidden;
    }

    .menu-area ul li:hover .sub-menu {
        opacity: 1;
        visibility: visible;
        transform: scaleY(1);
    }

    .menu-area ul li .sub-menu ul li {
        display: block;
    }

    .menu-area ul li .sub-menu ul li:before {
        display: none;
    }

    .menu-area ul li .sub-menu ul li a {
        color: #777;
        display: block;
        font-size: 14px;
        font-weight: 400;
        padding: 5px 0 3px;
        text-decoration: none;
        transition: .3s;
        text-transform: capitalize;
    }

    .menu-area ul li .sub-menu ul li a:before {
        display: none;
    }

    .menu-area ul li .sub-menu ul li a:after {
        display: none;
    }

    .main-menu-area.sticky {
        left: 0;
        position: fixed;
        top: 0;
        transition: .5s;
        width: 100%;
        z-index: 99999999;
    }

}

@media (max-width: 991px){
    .desktop_menu{display: none !important;}
    .mobile_menu{display: block !important;}
    .pushy {
        position: fixed;
        width: 280px;
        height: 100%;
        top: 0;
        z-index: 9999;
        background: #d91a5d;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    html, body {
        overflow-x: hidden;
    }
    .pushy a {
        display: block;
        color: #ffffff;
        padding: 9px 25px;
        text-decoration: none;
        border-bottom: solid 1px #9e0f41;
    }

    .pushy a:hover {
        color: #FFF;
    }

    .pushy ul:first-child {
        margin-top: 10px;
    }

    .pushy.pushy-left {
        left: 0;
    }

    .pushy.pushy-right {
        right: 0;
    }

    .pushy-content {
        visibility: hidden;
    }

    /* Menu Movement */
    .pushy-left {
        -webkit-transform: translate3d(-280px, 0, 0);
        -ms-transform: translate3d(-280px, 0, 0);
        transform: translate3d(-280px, 0, 0);
    }

    .pushy-open-left #container,
    .pushy-open-left .push {
        -webkit-transform: translate3d(280px, 0, 0);
        -ms-transform: translate3d(280px, 0, 0);
        transform: translate3d(280px, 0, 0);
    }

    .pushy-right {
        -webkit-transform: translate3d(200px, 0, 0);
        -ms-transform: translate3d(200px, 0, 0);
        transform: translate3d(200px, 0, 0);
    }

    .pushy-open-right #container,
    .pushy-open-right .push {
        -webkit-transform: translate3d(-200px, 0, 0);
        -ms-transform: translate3d(-200px, 0, 0);
        transform: translate3d(-200px, 0, 0);
    }

    .pushy-open-left .pushy,
    .pushy-open-right .pushy {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .pushy-open-left .pushy-content,
    .pushy-open-right .pushy-content {
        visibility: visible;
    }

    /* Menu Transitions */
    #container,
    .pushy,
    .push {
        transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    }

    .pushy-content {
        transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    }


    /* Site Overlay */
    .site-overlay {
        display: none;
    }

    .pushy-open-left .site-overlay,
    .pushy-open-right .site-overlay {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 9998;
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-animation: fade 500ms;
        animation: fade 500ms;
    }

    @keyframes fade {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }

    @-webkit-keyframes fade {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }

    /* Submenu Appearance */
    .pushy-submenu {
        /* Submenu Buttons */
        /* Submenu Icon */
    }

    .pushy-submenu > ul {
        padding-left: 15px;
        transition: max-height 0.2s ease-in-out, visibility 0.2s ease-in-out;
    }

    .pushy-submenu > ul .pushy-link {
        transition: opacity 0.2s ease-in-out;
    }

    .pushy-submenu button {
        width: 100%;
        color: #ffffff;
        padding: 9px 25px;
        text-align: left;
        background: transparent;
        border: 0;
        border-bottom: solid 1px #9e0f41;
    }



    .pushy-submenu button:hover {
        color: #FFF;
    }

    .pushy-submenu > a,
    .pushy-submenu > button {
        position: relative;
        outline: none;
    }

    .pushy-submenu > a::after,
    .pushy-submenu > button::after {
        content: '';
        display: block;
        height: 11px;
        width: 8px;
        position: absolute;
        top: 50%;
        right: 15px;
        background: url("../images/arrow.svg") no-repeat;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        transition: transform 0.2s;
    }

    /* Submenu Movement */
    .pushy-submenu-closed > ul {
        max-height: 0;
        overflow: hidden;
        visibility: hidden;
    }

    .pushy-submenu-closed .pushy-link {
        opacity: 0;
    }

    .pushy-submenu-open {
        /* Submenu Icon */
    }

    .pushy-submenu-open > ul {
        max-height: 1000px;
        visibility: visible;
    }

    .pushy-submenu-open .pushy-link {
        opacity: 1;
    }

    .pushy-submenu-open > a::after,
    .pushy-submenu-open > button::after {
        -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
    }


}



/*search*/




.overlay{
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);

}



/* Search Overlay */

.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform input[type=submit] {
    position: absolute;
    width: 100px;
    height: 100%;
    background-color: transparent;
    border: 0;
    right: 0;
    top: 0;
}
#mk-fullscreen-searchform:focus{
    outline: none;
    border: none;
}

.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform .fullscreen-search-icon {
    font-size: 25px;
    position: absolute;
    right: 15px;
    width: 25px;
    top: 30px;
    color: #fff;
    color: rgba(255, 255, 255, .2);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.fullscreen-search-icon:hover,
.fullscreen-search-icon:focus{
    border: none;
    outline: none;
    color: #fff !important;
    -webkit-transition: transform ease-out .2s;
    -moz-transition: transform ease-out .2s;
    -ms-transition: transform ease-out .2s;
    -o-transition: transform ease-out .2s;
    transition: transform ease-out .2s;
    transform: rotate(180deg);
}

#mk-fullscreen-searchform {
    position: relative;
    verticle-align: middle;
}

.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform #mk-fullscreen-search-input {
    background-color: transparent;
    -webkit-box-shadow: 0 3px 0 0 rgba(255, 255, 255, .1);
    -moz-box-shadow: 0 3px 0 0 rgba(255, 255, 255, .1);
    box-shadow: 0 3px 0 0 rgba(255, 255, 255, .1);
    border: 0;
    text-align: center;
    font-size: 35px;
    padding: 20px;
    color: #fff;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform #mk-fullscreen-search-input:focus{
    boder: none;
    outline: none;
}

.mk-fullscreen-search-overlay.mk-fullscreen-search-overlay-show {
    visibility: visible;
    opacity: 1;
}

.mk-fullscreen-search-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, .94);
    text-align: center;
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -ms-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
}

.mk-animate-element,
.mk-effect-bg-layer,
.mk-fullscreen-search-overlay {
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.mk-fullscreen-search-overlay {
    z-index: 999;
}

.mk-fullscreen-search-overlay .mk-fullscreen-close:link,
.mk-fullscreen-search-overlay .mk-fullscreen-close:visited {
    color: #fff;
}

.mk-fullscreen-search-overlay .mk-fullscreen-close {
    position: absolute;
    right: 50px;
    top: 70px;
    font-size: 26px;
    -webkit-transition: transform ease-out .2s;
    -moz-transition: transform ease-out .2s;
    -ms-transition: transform ease-out .2s;
    -o-transition: transform ease-out .2s;
    transition: transform ease-out .2s;
    transform: rotate(0deg);
}

.mk-fullscreen-search-overlay.mk-fullscreen-search-overlay-show #mk-fullscreen-search-wrapper {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    ms-transform: scale(1);
}

.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper {
    display: inline-block;
    max-width: 1000px;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    ms-transform: scale(0.9);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

.mk-search-trigger {
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}
/* Search Button */
#search-button {
    display: relative;
    vertical-align: middle;
    height: 50px;
    width: 40px;
    border: white solid 0.7px;
    border-radius: 50%;
    cursor: pointer;
    opacity: 1;
    padding-right: 10px;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
#search-button i{
    color: #000 !important;
    font-size: 17px;
    position: absolute;
    left: 15px;
    top: 15px;
}


#mk-fullscreen-search-input:focus{
    box-shadow: 0px 3px 0px 0px rgba(255,255,255,0.54) !important;
}









