﻿.header-bottom {
    background: #fff;
    position: relative;
    box-shadow: 0 3.4px 2.7px rgb(0 0 0 / 1%), 0 8.7px 6.9px rgb(0 0 0 / 1%), 0 17.7px 14.2px rgb(0 0 0 / 1%), 0 36.5px 29.2px rgb(0 0 0 / 1%), 0 100px 80px rgb(0 0 0 / 2%);
}

.sticky-header.sticky {
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
    background: #333;
    box-shadow: 0 0 2px rgba(0, 0, 0, .1);
    animation-name: fadeInDown;
    animation-duration: .9s;
    animation-timing-function: cubic-bezier(.2, 1, .22, 1);
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    border-bottom: 0;
}

.main-menu {
    position: relative;
}

    .main-menu nav > ul > li {
        position: relative;
        display: inline-block;
    }

    .main-menu nav > ul > .has-dropdown {
        margin-right: 5px;
    }

        .main-menu nav > ul > .has-dropdown:last-child {
            margin-right: 0;
        }

    .main-menu nav > ul > .has-megaitem {
        position: static;
    }

    .main-menu nav > ul > li > a {
        display: block;
        line-height: 24px;
        padding: 5px 24px 9px 25px;
        font-size: 14px;
        line-height: 30px;
        color: #2a2a2a;
        font-weight: bold;
        position: relative;
    }

    .main-menu nav > ul > li:hover > a {
        color: #d60644
    }

.mega-menu-sub > li > a, .sub-menu > li > a {
    font-weight: bold;
    display: block;
    line-height: 29px;
    text-transform: capitalize;
    color: #000;
    padding: 0px 3px;
    font-size: 12px;
    position: relative;
    text-align: right;
    direction: rtl;
    transition: all .3s ease 0s;
    margin-bottom: 3px;
}

.mega-menu-sub > li > a {
    line-height: 26px;
}

    .mega-menu-sub > li > a::after, .sub-menu > li > a::after {
        position: absolute;
        content: "";
        top: 50%;
        right: 0;
        transform: translate(0, -50%);
        height: 5px;
        width: 5px;
        border-radius: 50%;
        background: #D60645;
        visibility: hidden;
        opacity: 0;
        transition: all .3s ease 0s;
    }

    .mega-menu-sub > li > a:hover, .sub-menu > li > a:hover {
        color: #D60645;
        transform: translateX(-4px);
    }

        .mega-menu-sub > li > a:hover::after, .sub-menu > li > a:hover::after {
            transform: translate(20px, -50%);
            visibility: visible;
            opacity: 1;
        }

.sub-menu {
    position: absolute;
    min-width: 200px;
    padding: 5px 5px;
    background: #fff;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, .1);
    right: 0;
    left: auto;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    z-index: 99;
    top: 100%;
    text-align: left;
}

.mega-menu {
    position: absolute;
    min-width: 100%;
    padding: 10px 20px;
    background: #fff;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, .1);
    transform-origin: 0 0 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    z-index: 99;
    top: 100%;
    text-align: left;
}

.mega-menu-inner {
    display: flex;
    flex-wrap: wrap;
}

.mega-menu-item {
    /*width:206px;*/
    width: 183px;
    margin: 0 5px 20px 5px;
}

.mega-menu-item-title {
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    text-align: right;
    color: #000 !important;
    font-size: 13px;
    display: block;
    font-weight: 700;
    width: 100%;
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
}

    .mega-menu-item-title:hover {
        color: #261146;
    }

.mega-menu-sub > li {
    display: block;
}

.main-menu nav > ul > li:hover .mega-menu, .main-menu nav > ul > li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: perspective(600px) rotateX(0);
}

.menu-banner {
    margin-top: 20px;
}

    .menu-banner > a {
        display: block;
        width: 100%
    }

    .menu-banner img {
        width: 100%
    }

.mobile-header-wrapper {
    padding-top: 2px;
    padding-bottom: 5px;
}

.mobile-menu {
    padding: 8px 9px;
    display: block;
    border-radius: 4px;
    direction: rtl;
    width: 45px;
    float: right;
}

.mobile-menu-dash {
    display: block;
    width: 25px;
    height: 2px;
    background: #000;
    margin-top: 5px;
    margin-bottom: 5px;
}

.offcanvas {
    z-index: 999999;
    position: fixed;
    top: 0;
    overflow: scroll !important;
    height: 100vh;
    padding: 0px 0 20px 0;
    transition: all .3s ease 0s;
    transform: translateX(100%);
    box-shadow: none;
    background: #D60645;
    color: #eaeaea;
    width: 300px;
    overflow-x: hidden !important;
}

.offcanvas-leftside {
    left: 0;
    transform: translateX(-100%);
}

.offcanvas-rightside {
    right: 0;
    transform: translateX(100%);
}

.offcanvas-overlay {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background-color: rgba(0, 0, 0, .5);
}

.offcanvas-header {
    margin-bottom: 30px;
    position: absolute;
    left: 4px;
    top: 9px;
}

.offcanvas-close {
    width: 40px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #d60645;
    transition: all .3s ease 0s;
    border: none;
    color: #ffffff;
    font-size: 27px;
}

    .offcanvas-close:hover {
        color: #261146;
        border-color: #261146;
    }

.offcanvas-title {
    margin-bottom: 40px;
}

.mobile-menu-top {
    justify-content: center;
    flex-direction: column;
    text-align: right;
    display: block;
    padding: 12px 10px 10px 3px;
    box-shadow: 0 2px 5px rgb(0 0 0 / 14%), 0 2px 0 rgb(0 0 0 / 5%);
    margin: 0 0px;
}

    .mobile-menu-top img {
        width: 120px;
    }

.mobile-menu-user-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    justify-content: center;
}

    .mobile-menu-user-menu > li {
        margin-right: 40px;
        position: relative;
    }

        .mobile-menu-user-menu > li:last-child {
            margin-right: 0;
        }

        .mobile-menu-user-menu > li::after {
            position: absolute;
            content: "|";
            top: 50%;
            transform: translateY(-50%);
            right: calc(0% - 20px);
        }

        .mobile-menu-user-menu > li:last-child::after {
            display: none;
        }

        .mobile-menu-user-menu > li > a {
            display: inline-block;
            line-height: 46px;
            color: #666 !important;
        }

            .mobile-menu-user-menu > li > a:hover {
                color: #261146;
            }

.has-mobile-user-dropdown {
    position: relative;
    padding-right: 15px;
}

    .has-mobile-user-dropdown::before {
        content: "";
        font-family: FontAwesome;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        font-weight: 400;
    }

.mobile-user-sub-menu {
    position: absolute;
    top: calc(100%);
    left: 50%;
    transform: translate(-50%, -30px);
    padding: 10px 15px;
    width: 160px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    border-radius: 3px;
    transition: all .3s ease 0s;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
}

    .mobile-user-sub-menu > li {
        display: block;
        border-bottom: 1px solid #eee;
        padding: 5px 0;
    }

        .mobile-user-sub-menu > li:last-child {
            border-bottom: none;
        }

        .mobile-user-sub-menu > li > a {
            position: relative;
            color: #666;
            display: flex;
            align-items: center;
        }

            .mobile-user-sub-menu > li > a:hover {
                color: #261146;
            }

.user-sub-menu-link-icon {
    padding-right: 5px;
}

.has-mobile-user-dropdown:hover .mobile-user-sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, 0);
}

.mobile-menu-customer-support {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Raleway, sans-serif;
}

.mobile-menu-customer-support-icon {
    max-width: 50px;
    overflow: hidden;
    margin-right: 30px;
}

    .mobile-menu-customer-support-icon img {
        width: 100%
    }

.mobile-menu-customer-support-text-phone {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    transition: all .3s ease 0s;
}

    .mobile-menu-customer-support-text-phone:hover {
        color: #261146;
    }

.mobile-menu-customer-support-text {
    font-size: 14px;
    margin: 20px 0;
}

.mobile-action-icon {
    display: flex;
    justify-content: center;
}

.mobile-action-icon-item {
    margin-right: 40px;
}

    .mobile-action-icon-item:last-child {
        margin-right: 0;
    }

.mobile-action-icon-link {
    position: relative;
    font-size: 27px;
    color: #333;
    transition: all .3s ease 0s;
}

    .mobile-action-icon-link:hover {
        color: #261146;
    }

.mobile-action-icon-item-count {
    position: absolute;
    top: 0;
    right: calc(0% - 10px);
    font-size: 11px;
    display: inline-block;
    background: #333;
    color: #fff;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    transition: all .3s ease 0s;
}

.mobile-action-icon-link:hover .mobile-action-icon-item-count {
    background: #261146;
}

.mobile-menu-bottom {
    position: fixed;
    bottom: 5%
}

.offcanvas-menu li {
    position: relative;
    padding: 0 0;
}

.mobile-sub-menu a {
    background: #b9073d;
    margin: 7px 0;
}

.mobile-sub-menu .mobile-sub-menu {
    padding: 0 0 !important;
}

    .mobile-sub-menu .mobile-sub-menu a {
        margin: 2px 0 !important;
        color: #fff;
    }

.offcanvas-menu > ul > li {
    border-bottom: 1px solid rgb(255 255 255 / 52%);
}

    .offcanvas-menu > ul > li:last-child {
        border-bottom: none;
    }

.offcanvas-menu li a {
    display: block;
    color: #efdddd;
    text-decoration: none;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
    padding: 14px 17px 12px;
}

    .offcanvas-menu li a:hover {
        color: #000;
    }

.offcanvas-menu ul > li > .mobile-sub-menu {
    padding: 0 15px;
}

.offcanvas-menu li .mobile-sub-menu {
    display: none;
}

.offcanvas-menu-expand::after {
    content: "\e874";
    position: absolute;
    font-family: Linearicons-Free;
    left: 17px;
    transition: all .3s ease;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    top: 16px;
}

.mobile-sub-menu .offcanvas-menu-expand::after {
    left: 10px;
}

.active > a {
    color: #fff !important;
}

.offcanvas-menu .active > .offcanvas-menu-expand:last-child, .sub-menu > .active .offcanvas-menu-expand:last-child {
    border-bottom: none;
}

.offcanvas-menu .active > .offcanvas-menu-expand::after, .sub-menu > .active .offcanvas-menu-expand::after {
    color: #fff;
    content: "\e873"
}

.mobile-menu-email {
    color: #999;
    text-align: center;
    display: block;
}

    .mobile-menu-email:hover {
        color: #261146;
    }

.mobile-menu-social {
    margin-top: 25px;
    text-align: center;
}

    .mobile-menu-social > li {
        display: inline-block;
        margin-right: 13px;
    }

        .mobile-menu-social > li:last-child {
            margin-right: 0;
        }

        .mobile-menu-social > li > a {
            display: inline-block;
            font-size: 14px;
            padding: 0;
            line-height: 30px;
            width: 30px;
            height: 30px;
            border-radius: 100%;
            text-align: center;
            color: #fff !important;
        }

            .mobile-menu-social > li > a:hover {
                opacity: .7;
            }

            .mobile-menu-social > li > a.facebook {
                background: #4867aa;
            }

            .mobile-menu-social > li > a.twitter {
                background: #1da1f2;
            }

            .mobile-menu-social > li > a.youtube {
                background: #fe0000;
            }

            .mobile-menu-social > li > a.pinterest {
                background: #bd081b;
            }

            .mobile-menu-social > li > a.instagram {
                background: #b23a94;
            }

.offcanvas-cart-item-single {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

    .offcanvas-cart-item-single:last-child {
        margin-bottom: 0;
    }

.offcanvas-cart-item-block {
    display: flex;
    align-items: center;
}

.offcanvas-cart-item-image-link {
    width: 90px;
    overflow: hidden;
    border: 1px solid #eee;
    margin-right: 20px;
}

.offcanvas-cart-image {
    width: 100%
}

.offcanvas-cart-item-link {
    display: block;
    font-weight: 700;
}

.offcanvas-cart-item-details {
    font-family: Raleway, sans-serif;
}

.offcanvas-cart-total-price {
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-family: Raleway, sans-serif;
}

.offcanvas-cart-total-price-text {
    font-weight: 700;
}

.offcanvas-cart-action-button-list {
    margin-bottom: 25px;
    display: block;
}

.offcanvas-cart-action-button-link {
    display: block;
    background: #000;
    color: #fff;
    padding: 10px 30px;
    text-align: center;
    font-weight: 600;
}

    .offcanvas-cart-action-button-link:hover {
        background: #261146;
        color: #fff;
    }

.offcanvas-wishlist-item-single {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

    .offcanvas-wishlist-item-single:last-child {
        margin-bottom: 0;
    }

.offcanvas-wishlist-item-block {
    display: flex;
    align-items: center;
}

.offcanvas-wishlist-item-image-link {
    width: 90px;
    overflow: hidden;
    border: 1px solid #eee;
    margin-right: 20px;
}

.offcanvas-wishlist-image {
    width: 100%
}

.offcanvas-wishlist-item-link {
    display: block;
    font-weight: 700;
}

.offcanvas-wishlist-item-details {
    font-family: Raleway, sans-serif;
}

.offcanvas-wishlist-total-price-text {
    font-weight: 700;
}

.offcanvas-wishlist-action-button {
    margin-top: 40px;
}

.offcanvas-wishlist-action-button-list {
    margin-bottom: 25px;
    display: block;
}

.offcanvas-wishlist-action-button-link {
    display: block;
    background: #000;
    color: #fff;
    padding: 10px 30px;
    text-align: center;
    font-weight: 600;
    text-transform: capitalize;
}

    .offcanvas-wishlist-action-button-link:hover {
        background: #261146;
        color: #fff;
    }

.ov-mn {
    background-color: rgba(0, 0, 0, 0.42);
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    top: 0;
    z-index: 9999;
}

.mobile-header-section {
    z-index: 99999;
    position: relative;
    width: 100%
}

.ti-mn {
    display: block;
    font-size: 13px;
    line-height: 1.571;
    padding: 0 20px 10px;
    font-weight: 600;
    color: #484848;
    text-align: right;
}

@media only screen and (max-width:990px) {
    .main-menu {
        display: none;
    }

    .offcanvas-open .ov-mn {
        opacity: 1;
        visibility: visible;
    }

    body.offcanvas-open {
        overflow: hidden;
        position: fixed;
        left: 0;
        width: 100%
    }

    .offcanvas.offcanvas-open {
        transform: translateX(0);
    }
}
