     /* -----------header------------ */
       .navbar .megamenu {
        padding: 1rem;
        z-index: 9;
    }

    /* ============ desktop view ============ */
    @media all and (min-width: 992px) {

        .navbar .has-megamenu {
            position: static !important;
        }

        .navbar .megamenu {
            left: 0;
            right: 0;
            width: 115%;
            margin-top: 0;

            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        }



        /* .dropdown:hover .dropdown-menu{
    display: block;
  
} */

    }

    /* ============ desktop view .end// ============ */


    /* ============ mobile view ============ */
    @media(max-width: 991px) {

        .navbar.fixed-top .navbar-collapse,
        .navbar.sticky-top .navbar-collapse {
            overflow-y: auto;
            max-height: 90vh;
            margin-top: 10px;
        }
    }


    .nav-link:hover {
        color: var(--active-color) !important;
        /* font-style: italic; */
    }

    /*
    .navbar {
        font-family: Helvetica Neue;
    } */
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 12px 0px;
        margin: 0 13px;
        font-size: 15px;
        font-weight: 300px;
    }

    .dropdown-menu {
        min-width: 200px;
    }

    .dropdown-menu.columns-2 {
        min-width: 400px;
    }

    .dropdown-menu.columns-3 {
        min-width: 600px;
    }

    .dropdown-menu .col-megamenu a {
        text-transform: capitalize;
        font-weight: 400;
        color: var(--default-color);
    }

    .dropdown-menu li a {
        padding: 5px 15px;
        font-weight: 400;
        color: var(--default-color);
    }

    .multi-column-dropdown {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

    .multi-column-dropdown li a {
        display: block;
        clear: both;
        line-height: 1.428571429;
        color: var(--default-color);
        white-space: normal;
    }

    .multi-column-dropdown li a:hover {
        text-decoration: none;
        color: var(--default-color);
        background-color: #999;
    }

    @media (max-width: 767px) {
        .dropdown-menu.multi-column {
            min-width: 240px !important;
            overflow-x: hidden;
        }
    }

    ul li {
        list-style: none;
    }

    a {
        text-decoration: none;
    }

    .acount_btn {
        width: 230px;
        background-color: #fff;
        display: none;
        position: absolute;
        top: 35px;
        right: 0;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        transition: 1s;
    }

    .account_menus:hover .acount_btn {
        display: block;
    }

    .account_menus {
        position: relative;
        display: block;
        padding: 5px;
    }

    .account_menus:hover {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .right_menus a {
        display: block;
        padding: 3px;
    }

    .right_menus:hover {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .right_menu_color {
        color: #fff;
        cursor: pointer;
    }

    .nav-item .nav-link {
        position: relative;
    }
    .mob-menu-color .active2{
        color:var(--active-color);
    }
    .nav-item .active1::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        bottom: 8px;
        background-color: var(--active-color);
        transform: scale(1, 1);
    }

    .nav-item .nav-link::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        bottom: 8px;
        background-color: var(--active-color);
        transform: scale(0, 1);
        transition: transform 0.6s ease;
    }

    .nav-item .nav-link:hover::before {
        transform: scale(1, 1);
    }

    .menu_color {
        color: #fff;
    }


    .d_header {
        background: var(--default-color);

        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .modal .modal-content {
        border-radius: 0px;
        border-width: 0px;
    }

    .modal .search-dialog {
        width: 100%;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .count_color{
        color:var(--active-color);
    }
    .mob-menu-color li a{
        color:var(--default-color);
    }

    /* .modal {
        animation: moveTobottom 0s ease-in-out;
        animation-delay: 0ms;
    } */
     /* -----------hero banner------------ */
       .carousel-indicators [data-bs-target] {
            height: 10px;            
            width: 20px;            
            background-color: var(--default-color);
            border-radius: 15px;
            border: 0;
        }
        .breadcrumb {
            --bs-breadcrumb-margin-bottom: 0rem;
        }

      /* -----------Hover scale------------ */    
    
    .bac_wrapper {
            background-color: #fff;
            height: auto;
            object-fit: cover;
            margin: 0;
            padding: 0;
            border: 0;
            font-size: 100%;
            font: inherit;
            /* background: 0 0; */
            outline: 0;
        }

        .bac_wrapper img {
            /* display: none; */
            border-style: none;
            border: 0;
            -ms-interpolation-mode: bicubic;
            vertical-align: middle;
            height: 100%;
            max-width: 100%;
            /* height: 400px; */
            image-rendering: -webkit-optimize-contrast;
            opacity: 0;
            transform: scale(0);
            transition: all 0.5s linear;
        }

        .bac_wrapper:hover img {
            /* display: block; */
            opacity: 1;
            transform: scale(1);
        }

             .bac_wrapper .borderin h5{
            color: var(--default-color);
        }
        .bac_wrapper .borderin p{
            color: var(--default-color);
        }

        .bac_wrapper:hover .borderin {
            border: 3px solid #fff;
        }
        .bac_wrapper:hover .borderin h5{
            color: #fff;
        }
        .bac_wrapper:hover .borderin p{
            color: #fff;
        }

        /* ------------hover rotate----------------- */
        .img-hover img {
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -o-transition: all .3s ease;
            -ms-transition: all .3s ease;
            transition: all .3s ease;
            position: relative;
        }

        .img-hover img:hover {
            transform: scale(1.30);
            transition: all .7s ease;
        }

        .hover_wrapper:hover .img-rotate {
            transform: rotate(5deg);
            transition: all .7s ease;
        }

        .grayscale {
            -webkit-filter: brightness(1.10) grayscale(100%);
            -moz-filter: brightness(1.10) grayscale(100%);
            filter: brightness(1.10) grayscale(100%);
        }

        /* ------------imagecomparision----------------- */
        .container2 {
            position: relative;
            width: 100%;
            /* margin: 50px 0; */

            .inner {
                position: relative;
                width: 100%;
                max-width: $maxWidth;
                margin: 0 auto;
                overflow: hidden;
                box-sizing: border-box;
                /* padding: 0px 30px; */
                /* background-color: #EEE; */
            }
        }

        .comparison-slider-wrapper {
            position: relative;
            width: 100%;
            margin: 20px 0;
            background-color: white;

            .comparison-slider {
                position: relative;
                width: 100%;
                margin: 0;
                /* border: 5px white solid; */
                box-sizing: border-box;

                >img {
                    width: 100%;
                    height: auto;
                    display: block;
                }

                .overlay {
                    display: none;
                    position: absolute;
                    width: 250px;
                    bottom: 20px;
                    right: 20px;
                    background-color: rgba(0, 0, 0, 0.4);
                    padding: 10px;
                    box-sizing: border-box;
                    color: #DDD;
                    text-align: right;
                }

                .resize {
                    position: absolute;
                    top: 0;
                    left: 0;
                    height: 100%;
                    width: 50%;
                    overflow: hidden;

                    >img {
                        display: block;
                    }

                    .overlay {
                        right: auto;
                        left: 20px;
                        text-align: left;
                    }
                }

                .divider {
                    position: absolute;
                    width: 2px;
                    height: 100%;
                    background-color: rgba(256, 256, 256, 0.2);
                    left: 50%;
                    top: 0;
                    bottom: 0;
                    margin-left: -1px;
                    cursor: ew-resize;

                    &:before {
                        content: "";
                        position: absolute;
                        width: 20px;
                        height: 20px;
                        left: -9px;
                        top: 50%;
                        margin-top: -10px;
                        background-color: white;
                        transform: rotate(45deg);
                        transition: all 0.1s ease-in-out;
                    }

                    &:after {
                        content: "";
                        position: absolute;
                        width: 12px;
                        height: 12px;
                        left: -5px;
                        top: 50%;
                        margin-top: -6px;
                        background-color: rgb(240, 192, 192);
                        transform: rotate(45deg);
                        transition: all 0.1s ease-in-out;
                    }

                    &.draggable {
                        &:before {
                            width: 30px;
                            height: 30px;
                            left: -14px;
                            margin-top: -15px;
                        }

                        &:after {
                            width: 20px;
                            height: 20px;
                            left: -9px;
                            margin-top: -10px;
                            background-color: #555;
                        }
                    }
                }
            }
        }

        .paira__wrapper:after {
            content: "";
            width: 170px;
            height: 2px;
            margin: 0 auto;
            background-color:  var(--default-color);
            position: absolute;
            right: 0;
            bottom: 0;
            left: 0;
        }
        .paira__wrapper h2{
            color:  var(--default-color);
        }
        .paira__wrapper p{
            color:  var(--default-color);
        }

        .custom_heading_paragraph {
           color:  var(--default-color); 
        }


        /* ----------------collections css--------------- */
       .section-header {
            display: block;
            position: relative;
            text-align: center;
        }

        .micro-slider {
            height: 400px;
            position: relative;
            width: 100%;
        }

        .slider-wrapper {
            overflow: hidden;
            position: relative;
            transform-style: preserve-3d;
            transform-origin: 0 50%;
        }

        .slider-item {
            background: #fff;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.12);
            color: #fff;
            display: none;
            left: 0;
            position: absolute;
            text-align: center;
            top: 0;
            width: 320px;
            cursor: pointer;
        }

        .indicators {
            bottom: 0px;
            left: 50%;
            list-style-type: none;
            padding: 0;
            position: absolute;
            transform: translate(-50%, 0%);
        }

        .indicators li {
            color: #fff;
            float: left;
            height: 16px;
            margin-right: 8px;
            text-align: center;
            width: 16px;
        }

        .indicators li:last-child {
            margin: 0;
        }

        .indicators a {
            background: #fff;
            border-radius: 8px;
            border: 1px solid var(--default-color);
            color: #fff;
            display: inline-block;
            height: 16px;
            width: 16px;
        }

        .indicators .active a {
            background: var(--default-color);
        }

         /* -----------------single page css start------------------ */
          /* ------------review css------- */
        .rating {
            padding-bottom: 30px;
        }

        .rating label {
            float: right;
            position: relative;
            width: 40px;
            height: 40px;
            cursor: pointer;
        }

        .rating label:not(:first-of-type) {
            padding-right: 2px;
        }

        .rating label:before {
            content: "\2605";
            font-size: 42px;
            color: #ccc;
            line-height: 1;
        }

        .rating input {
            display: none;
        }

        .rating input:checked~label:before,
        .rating:not(:checked)>label:hover:before,
        .rating:not(:checked)>label:hover~label:before {
            color: var(--default-color);
        }

        .fa-share{
           color: var(--default-color); 
        }
        .single-wishlist{
            cursor:pointer;
            left:2px;
            top:2px;
            font-size:28px;
            z-index:9;
            color:var(--default-color);
        }
         #exzoom {
            width: auto;
        }

        .product_list_ul {
            position: relative;
        }

        .product_list_ul .bvideo-wrap {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            transform: translate3d(0px, 0px, 0px);
            width: 100%;
            height: 100%;
        }

        .product_list_ul:hover .bvideo-wrap {
            display: block;
        }
/* ----------------accrdian css------------- */
        .accordion-title:before {
            float: right !important;
            font-family: FontAwesome;
            content: "\f068";
            padding-right: 5px;
        }

        .accordion-title.collapsed:before {
            float: right !important;
            content: "\f067";
        }

        .card-header {
            background-color: #fff;
            border-bottom: 1px solid #d6c3c3;
        }

        .card {
            border: none;
        }

        .collapseborder {
            border-bottom: 1px solid #d6c3c3;
        }

        .form-check-input:checked {
            background-color: var(--default-color);
            border-color: var(--default-color);
        }

        .form-check label,
        .form-check-input {
            cursor: pointer;
        }

       .modal .modal-sort-filter {
            position: fixed;
            bottom: 0;
            left: 0%;
            right: 0%;
            transform: translate(-50%, -50%);
        }
    
         /* -----------------Footer page css start------------------ */
         .container-1 {
        width: 90%;
        margin: auto;
    }
    .footer_head h5{
    border-bottom: 1px solid;
    color:#fff;
    padding:8px 0;
    }

    .line-footer li {
        list-style: none;
    }

    /* .line-footer li a:hover {
        color: #fff;
        font-style: italic;
    } */

    .line-footer li a {
        position: relative;
        text-decoration: none;
        color: #fff;

    }

    .line-footer li a::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        left: 0;
        bottom: -5px;
        background-color:#fff;

        transform: scale(0, 1);
        transition: transform 0.7s ease;
    }

    .line-footer li a:hover::after {
        transform: scale(1, 1);
    }


    .line-footer {
        padding-left: 0;
    }
       /* -----------------Footer page css end------------------ */

       /* -----------------Product page css Start------------------ */
         .remove-btn {
            font-size: 12px;
            color: var(--default-color);
            text-transform: capitalize;
        }

        .remove-btn span {
            font-size: 12px;
            padding-left: 4px;
            color: red;
        }

        .product_wrapper{
          color: var(--default-color);
            font-size: 15px; 
        }
        .wishlist{
            top: 5px;
            right: 12px;
            color: var(--default-color);
        }
       /* -----------------Product page css end------------------ */
       /* -----------------wishlist and cart page css start------------------ */
        
          .cart_wish_table tr {
            text-align: center;
        }

        .cart_wish_table th {
            padding: 15px 0;
            border-bottom: 1px solid rgb(212, 212, 212);
            color: var(--default-color);
        }

        .cart_wish_table td {
            vertical-align: center;
            border-bottom: 1px solid rgb(253, 236, 236);
            color: var(--default-color);
        }

        .empty_wishlist h2 {
            color: var(--default-color);
        }

        .empty_wishlist p {
            color: var(--default-color);
        }
       /* -----------------wishlist and cart page css end------------------ */