body {
    font-family: "Roboto", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #666;
    font-weight: 400;
    overflow-x: hidden;
    font-size: 14px;
    background: linear-gradient(to right, #121112, #0d6efd) !important;
    overflow:hidden
}

a {
    color: #666;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

    a:hover {
        text-decoration: none;
        outline: none;
        color: #fcbe00;
    }

.form-control, .form-select {
    color: #666;
}

    .form-control:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: #0063d1;
    }

    .form-select:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-close:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-primary {
    background-color: #263c97;
    border-color: #263c97;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
        background-color: #0063d1;
        border-color: #0063d1;
    }

.small-select {
    width: 100px; /* Set the desired width */
}
.btn-secondary {
    background-color: #fcbe00;
    border-color: #fcbe00;
}

    .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
        background-color: #fcb200;
        border-color: #fcb200;
    }

.btn-s1 {
    letter-spacing: 1.1px;    
    font-weight: 500;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.flex-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.empty-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .empty-box .bi {
        font-size: 40px;
    }

.page-wrapper {
    padding-top: 100px;
}

.breadcrumb-wrapper {
    padding: 20px 0;
}

    .breadcrumb-wrapper .breadcrumb {
        margin-bottom: 0;
    }

.generic-info-row {
   /* padding: 30px 0;*/
}

    .generic-info-row .generic-info-item:not(:last-child) {
        border-right: 1px solid #ebebeb;
    }

.generic-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .generic-info .info-icon {
        margin-right: 20px;
    }

        .generic-info .info-icon .bi {
            font-size: 40px;
            color: #263c97;
        }

    .generic-info .info-detail {
        margin-top: 10px;
    }

        .generic-info .info-detail h5 {
            font-size: 14px;
            margin-bottom: 0;
        }

.grid-wrapper {
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .grid-wrapper .product-item {
        margin-bottom: 10px;
    }

.grid-wrapper .grid-section-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .grid-wrapper .grid-section-title h2 {
        font-weight: 400;
        font-size: 20px;
        position: relative;           
    }

.grid-wrapper .grid-section-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 10px;
}

.section-title {
    border-bottom: 1px solid #ebebeb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

    .section-title h2 {
        font-weight: 400;
        font-size: 22px;
        position: relative;
        color: #212529;
    }

        .section-title h2::before {
            width: 100%;
            height: 2px;
            content: '';
            background: #fcbe00;
            position: absolute;
            bottom: -8px;
            left: 0;
        }

    .section-title .see-all .bi {
        margin-left: 4px;
    }

    .section-title .tab-nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .section-title .tab-nav ul li {
            margin: 10px;
            position: relative;
        }

            .section-title .tab-nav ul li.active a {
                color: #fcbe00;
            }

            .section-title .tab-nav ul li.active:before {
                width: 40px;
                height: 2px;
                content: '';
                background: #fcbe00;
                position: absolute;
                left: 50%;
                margin-left: -20px;
                bottom: -10px;
            }

.main-slider {
    background: #263c97;
}

    .main-slider .carousel-indicators {
        margin-bottom: 0;
    }

.grey-bg {
    background-color: #f3f5f6;
    padding: 30px 0 10px 0;
    margin-bottom: 20px;
}

.white-bg {
    background: #fff;
    padding: 10px 5px 0 5px;
}

.category-card {
    border-radius: 4px;
    position: relative;
    margin-bottom: 40px;
    overflow: hidden;
}

.category-card .img-box img {
    width: 100%;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.category-card .content-box {
    width: 80%;
    padding: 10px;
    position: absolute;
    top: 103px;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    float: right;
    text-align: right;
}

.category-card .content-box .content .title {
    margin-bottom: 4px;
}

.category-card .content-box .content .sub-title {
    font-weight: 400;
    margin-bottom: 20px;
}

.category-card .content-box .content .btn {           
    font-weight: 400;
    letter-spacing: 1.1px;
    font-size: 14px;
}

.category-card.card-overlay:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.category-card.card-overlay .content-box {
    width: 100%;
    color: #fff;
}

.category-card:hover .img-box img, .category-card:focus .img-box img {
    transform: scale(1.11);
    -webkit-transform: scale(1.11);
    -o-transform: scale(1.11);
    -moz-transform: scale(1.11);
}

.sticky-tab {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background: #fff;
    border-top: 1px solid #ebebeb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 15px;
    opacity: 0;
    visibility: hidden;
}

.sticky-tab .tab-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 4px 0;
    padding: 0 15px;
}

    .sticky-tab .tab-item .tab-name {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 0;
    }

    .sticky-tab .tab-item .bi {
        font-size: 20px;
        height: 30px;
    }

    .sticky-tab .tab-item:nth-child(2) .bi {
        font-size: 22px;
    }

.offcanvas-body {
    -webkit-overflow-scrolling: touch;
}

.rating {
    position: relative;
    width: 72px;
    margin: .375rem 0;
}

    .rating:before {
        content: "\f588" "\f588" "\f588" "\f588" "\f588";
        display: inline-block;
        font-family: bootstrap-icons !important;
        font-style: normal;
        font-weight: normal !important;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        vertical-align: -.125em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .rating .rating-result {
        overflow: hidden;
        position: absolute;
        left: 0;
        top: 0;
    }

        .rating .rating-result:before {
            content: "\f588" "\f588" "\f588" "\f588" "\f588";
            display: inline-block;
            font-family: bootstrap-icons !important;
            font-style: normal;
            font-weight: normal !important;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            vertical-align: -.125em;
            color: #f90;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

@media screen and (max-width: 991.98px) {
    .page-wrapper {
        padding-top: 110px;
    }

    .generic-info-item .generic-info {
        padding: 10px 0;
    }

    .generic-info-item:not(:last-child) {
        border-right: none;
    }

    .sticky-tab {
        opacity: 1;
        visibility: visible;
    }
}

@media screen and (max-width: 575.98px) {
    .generic-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
}

header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
    background: #263c97;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

    header .header-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 10px;
        padding-bottom: 10px;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }

        header .header-top .mobile-menu {
            display: none;
            font-size: 25px;
            padding: 0 10px;
            height: 40px;
        }

            header .header-top .mobile-menu .bi {
                color: #fff;
            }

        header .header-top .logo {
            width: 132px;
            height: auto;
        }

            header .header-top .logo img {
                width: 100%;
            }

        header .header-top .search-wrapper {
            -webkit-box-flex: 1;
            -ms-flex: auto;
            flex: auto;
            max-width: 600px;
        }

            header .header-top .search-wrapper .form-select {
                border-radius: 2px;
                border: none;
                max-width: 150px;
                height: 40px;
            }

            header .header-top .search-wrapper .form-control {
                border-radius: 2px;
                border: none;
                height: 40px;
            }

            header .header-top .search-wrapper button {
                background: #fcbe00;
                width: 45px;
                height: 40px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                color: #fff;
                border-radius: 2px;
            }

        header .header-top .nav-1 {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

header .header-top .nav-1 li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
margin: 0 10px;
}

header .header-top .nav-1 li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
}

header .header-top .nav-1 li a:not(:hover) {
    color: #fff;
}

header .header-top .nav-1 li a .cart-count {
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fcbe00;
    color: #fff;
    border-radius: 20px;
    position: absolute;
    left: 15px;
    top: -8px;
    font-size: 12px;
}

header .header-top .nav-1 li a .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin:auto;
    vertical-align:middle;
}

header .header-top .nav-1 li a .links .text {
    color: #a3afef;
    display: block;
    line-height: 1;
    font-size: 13px;
}

header .header-top .nav-1 li.wishlist a:before {
    content: "\f417";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-size: 26px;
    color: #fff;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
}

header .header-top .nav-1 li.cart a:before {
    content: "\f179";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-size: 26px;
    color: #fff;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
}

header .header-top .nav-1 li.account .account-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

header .header-top .nav-1 li.account .account-item:before {
    content: "\f4e1";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-size: 30px;
    color: #fff;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
}

header .header-top .nav-1 li.account .account-item .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin:auto;
    vertical-align:middle;
}

header .header-top .nav-1 li.account .account-item .links .text {
    color: #a3afef;
    display: block;
    line-height: 1;
    font-size: 13px;
}

header .header-top .nav-1 li.account .account-item .links .text:hover {
    color: #fcbe00;
}

    header .header-bottom {
        border-top: 1px solid rgba(255, 255, 255, 0.15);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        header .header-bottom .menu {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            header .header-bottom .menu li {
                display: inline-block;
                position: relative;
            }

                header .header-bottom .menu li a {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    font-size: 14px;
                    letter-spacing: 1.1px;
                    color: #fff;
                    padding: 5px 5px;                    
                }

                    header .header-bottom .menu li a:hover {
                        color: #fcbe00;
                    }

                    header .header-bottom .menu li a .menu-icon {
                        width: 30px;
                        height: 30px;
                        font-size: 20px;
                        margin-right: 2px;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        -webkit-box-pack: center;
                        -ms-flex-pack: center;
                        justify-content: center;
                    }

                        header .header-bottom .menu li a .menu-icon svg {
                            width: 80%;
                        }

                        header .header-bottom .menu li a .menu-icon img {
                            width: 22px;
                        }

                    header .header-bottom .menu li a .more-arrow {
                        margin-left: 4px;
                    }

                header .header-bottom .menu li .sub-menu {
                    background: white none repeat scroll 0 0;
                    left: 12px;
                    min-width: 160px;
                    opacity: 0;
                    visibility: hidden;
                    position: absolute;
                    top: 110%;
                    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
                    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
                    -webkit-transition: all 0.3s ease-out 0s;
                    transition: all 0.3s ease-out 0s;
                }

                    header .header-bottom .menu li .sub-menu li {
                        width: 100%;
                    }

                        header .header-bottom .menu li .sub-menu li a {
                            width: 100%;
                            color: #666;
                            font-weight: 400;
                            padding: 8px 10px;
                            text-transform: capitalize;
                            letter-spacing: 0;
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            -webkit-box-pack: justify;
                            -ms-flex-pack: justify;
                            justify-content: space-between;
                        }

                            header .header-bottom .menu li .sub-menu li a:hover {
                                color: #fcbe00;
                            }

                        header .header-bottom .menu li .sub-menu li .sub-menu {
                            background: white none repeat scroll 0 0;
                            left: 100%;
                            min-width: 160px;
                            opacity: 0;
                            visibility: hidden;
                            position: absolute;
                            top: 10%;
                            -webkit-transition: all 0.3s ease-out 0s;
                            transition: all 0.3s ease-out 0s;
                        }

                            header .header-bottom .menu li .sub-menu li .sub-menu li {
                                width: 100%;
                            }

                                header .header-bottom .menu li .sub-menu li .sub-menu li a {
                                    width: 100%;
                                    color: #666;
                                    font-weight: 400;
                                    padding: 8px 10px;
                                }

                                    header .header-bottom .menu li .sub-menu li .sub-menu li a:hover {
                                        color: #fcbe00;
                                    }

                        header .header-bottom .menu li .sub-menu li:hover .sub-menu {
                            opacity: 1;
                            visibility: visible;
                            z-index: 99;
                            top: 0;
                        }

                header .header-bottom .menu li:hover .sub-menu {
                    opacity: 1;
                    visibility: visible;
                    z-index: 99;
                    top: 100%;
                }

        header .header-bottom .help-txt {
            color: #fff;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            header .header-bottom .help-txt a {
                color: inherit;
                margin-left: 4px;
            }

                header .header-bottom .help-txt a:hover {
                    color: #fcbe00;
                }

    header.sticky-header .header-top {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    header.sticky-header .header-bottom {
        display: none;
    }

.cart-offcanvas .offcanvas-header {
    background-color: #f5f5f5;
    border-bottom: 1px solid #ebebeb;
}

@media screen and (max-width: 991.98px) {
    header .header-top .mobile-menu {
        display: block;
    }

    header .header-top .logo {
        width: 130px;
    }

    header .header-top .search-wrapper {
        max-width: none;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        margin-top: 10px;
        margin-left: 0;
        margin-right: 0;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }

    header .header-top .nav-1 .account {
        display: none;
    }

    header .header-top .nav-1 .wishlist .links, header .header-top .nav-1 .cart .links {
        display: none;
    }

    header .header-bottom {
        display: none;
    }

    header.sticky-header .header-top .search-wrapper {
        display: none;
    }
}

@media screen and (max-width: 575.98px) {
    header .header-top .search-wrapper .input-group .form-select {
        display: none;
    }

    header .header-top .search-wrapper .input-group .form-control {
        border-top-left-radius: 2px !important;
        border-bottom-left-radius: 2px !important;
    }

    header .header-top .nav-1 .wishlist {
        display: none;
    }
}

.footer-cl {
    background-color: #1f2024;
    color: #999;
}

    footer .footer-top {
        padding: 10px 0;
    }

        footer .footer-top .footer-title {
            font-weight: 500;
            color: #fff;
            margin: 20px 0;
            font-size: 20px;
        }

        footer .footer-top .footer-content .footer-nav li {
            margin-bottom: 10px;
        }

            footer .footer-top .footer-content .footer-nav li a:not(:hover) {
                color: #999;
            }

        footer .footer-top .footer-content .input-group {
            max-width: 300px;
            margin-bottom: 20px;
        }

            footer .footer-top .footer-content .input-group .form-control {
                border: none;
                border-radius: 2px;
            }

            footer .footer-top .footer-content .input-group .btn {
                border-radius: 2px;
                color: #fff;
                font-weight: 500;
            }

        footer .footer-top .footer-content .call-info {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-bottom: 20px;
        }

            footer .footer-top .footer-content .call-info .icon-box {
                font-size: 50px;
                margin-right: 10px;
                color: #fcbe00;
            }

            footer .footer-top .footer-content .call-info .call-detail p {
                margin-bottom: 0;
                margin-top: 10px;
            }

            footer .footer-top .footer-content .call-info .call-detail a {
                font-size: 30px;
                color: #fcbe00;
            }

    footer .footer-bottom {
       /* border-top: 1px solid #313135;*/
    }

footer .footer-bottom .category-menu {
    text-align: left;
    text-transform: capitalize;
}

footer .footer-bottom .category-menu ul {
    margin-bottom: 10px;
}

footer .footer-bottom .category-menu ul li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

footer .footer-bottom .category-menu ul li:not(:last-child):after {
    content: "/";
    display: inline-block;
    padding: 0 8px;
    color: #444;
}

footer .footer-bottom .category-menu ul li a:not(:hover) {
    color: #999;
}

footer .footer-bottom .footer-payment {
    text-align: center;
    margin: 20px 0;
}

footer .footer-bottom .footer-payment p img {
    max-width: 80%;
}

footer .footer-bottom .copyright {
    text-align: center;
}

.offcanvas-sidenav {
    width: 100%;
    max-width: 300px;
}

.offcanvas-sidenav .offcanvas-header {
    background-color: #f5f5f5;
    border-bottom: 1px solid #ebebeb;
}

.offcanvas-sidenav .offcanvas-header .user-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.offcanvas-sidenav .offcanvas-header .user-info .avatar {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 60px;
}

.offcanvas-sidenav .offcanvas-header .user-info .avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.offcanvas-sidenav .offcanvas-header .user-info .user-detail {
    margin-left: 15px;
    max-width: 160px;
}

.offcanvas-sidenav .offcanvas-header .user-info .user-detail h5 {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 10px;
}

.offcanvas-sidenav .offcanvas-header .user-info .user-detail p {
    margin-bottom: 0;
}

.offcanvas-sidenav .offcanvas-body {
    padding: 0;
}

.offcanvas-sidenav .offcanvas-body .side-menu li {
    position: relative;
}

.offcanvas-sidenav .offcanvas-body .side-menu li a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #ebebeb;
}

.offcanvas-sidenav .offcanvas-body .side-menu li .toogle-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.offcanvas-sidenav .offcanvas-body .side-menu li .sub-menu {
    width: 100%;
    display: none;
    background-color: #fafafb;
}

.offcanvas-sidenav .offcanvas-body .side-menu li .sub-menu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 10px 5px 20px;
}

.offcanvas-sidenav .offcanvas-body .side-menu li .sub-menu li a .menu-icon {
    font-size: 22px;
    margin-right: 6px;
}

.offcanvas-sidenav .offcanvas-body .side-menu li .sub-menu li .sub-menu li a {
    padding: 10px 10px 10px 30px;
}

.offcanvas-sidenav .offcanvas-body .side-menu li .sub-menu li .sub-menu li .sub-menu li a {
    padding: 10px 10px 10px 40px;
}

.mini-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

    .mini-cart .c-product-wrapper .c-product-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-bottom: 1px solid #ebebeb;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

        .mini-cart .c-product-wrapper .c-product-item .product-image {
            width: 100px;
            margin-right: 10px;
            margin-bottom: 0;
        }

            .mini-cart .c-product-wrapper .c-product-item .product-image img {
                width: 100%;
            }

        .mini-cart .c-product-wrapper .c-product-item .product-detail .title {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            .mini-cart .c-product-wrapper .c-product-item .product-detail .title h4 {
                font-size: 14px;
                font-weight: 400;
            }

        .mini-cart .c-product-wrapper .c-product-item .product-detail .price-qty {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            line-height: 30px;
        }

            .mini-cart .c-product-wrapper .c-product-item .product-detail .price-qty .price {
                font-weight: 500;
            }

                .mini-cart .c-product-wrapper .c-product-item .product-detail .price-qty .price span {
                  
                    margin-left: 10px;
                }

                .mini-cart .c-product-wrapper .c-product-item .product-detail .price-qty .price.has-discount {
                    color: #cc1414;
                }

                    .mini-cart .c-product-wrapper .c-product-item .product-detail .price-qty .price.has-discount span {
                        color: #666;
                    }

            .mini-cart .c-product-wrapper .c-product-item .product-detail .price-qty .qty {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
            }

                .mini-cart .c-product-wrapper .c-product-item .product-detail .price-qty .qty .bi {
                    margin: 0 5px;
                }

                .mini-cart .c-product-wrapper .c-product-item .product-detail .price-qty .qty .counter {
                    margin-right: 15px;
                }

                    .mini-cart .c-product-wrapper .c-product-item .product-detail .price-qty .qty .counter .input-group .btn {
                        width: 30px;
                        height: 30px;
                        padding: 0;
                        border-color: #ced4da;
                    }

                        .mini-cart .c-product-wrapper .c-product-item .product-detail .price-qty .qty .counter .input-group .btn:hover, .mini-cart .c-product-wrapper .c-product-item .product-detail .price-qty .qty .counter .input-group .btn:focus, .mini-cart .c-product-wrapper .c-product-item .product-detail .price-qty .qty .counter .input-group .btn:active {
                            color: #6c757d;
                            background-color: #fff;
                        }

                    .mini-cart .c-product-wrapper .c-product-item .product-detail .price-qty .qty .counter .input-group .form-control {
                        border-color: #ced4da;
                        background: #fff;
                        padding: 0;
                        text-align: center;
                        width: 30px;
                        height: 30px;
                    }

.mini-cart-footer {
    padding: 1rem 1rem;
    border-top: 1px solid #ebebeb;
}

.mini-cart-footer .subtotal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 15px;
    font-size: 16px;
}

    .mini-cart-footer .subtotal span {
        font-weight: 500;
    }

.mini-cart-footer .btn-secondary {
    font-weight: 500;
}

.mini-cart-footer .btn-light {
    border: 1px solid #ebebeb;
    font-weight: 500;
}

.product-item {
    position: relative;
    padding: 15px 15px 55px 15px;
    border-radius: 4px;
    margin-bottom: 20px;
    border: 1px solid #ebebeb;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: inline-grid;
}

.product-item .offer {
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #5aab19;
    color: #fff;
    border-radius: 30px;
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 10px;
}

    .product-item .product-img {
        margin-bottom: 10px;
        text-align: center;       
    }

.product-item .product-img img {
    /* width: 100%;*/
    height:200px;
    width:auto;
    max-width:100%;

}

    .product-item .product-cat-img {
        margin-bottom: 10px;
        text-align:center;
    }

        .product-item .product-cat-img img {
            /* width: 100%;*/
            height: 150px;
            width:auto;
            max-width: 100%;
        }


    .product-item .product-details .title {
        font-size: 13px;
        color: #0068c9;
        text-align: center;
        height: 43px;
        overflow: hidden;
    }

    .product-item .product-details .title a {
        color: inherit;
    }

.product-item .product-details .sub-title {
    margin-bottom: 5px;
    text-align:center;
}

.product-item .product-details .price {
    font-size: 16px;
    font-weight: 500;
    text-align:center;
}

.product-item .product-details .price span {  
    font-weight: 400;
    margin-left: 10px;
}

.product-item .product-details .price.has-discount {
    color: #cc1414;
}

.product-item .product-details .price.has-discount span {
    color: #666;
}

.product-item .actions {
    left: 15px;
    right: 15px;
    bottom: 15px;
    position: absolute;
    opacity: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

    .product-item .actions .cart-btn {
        width: 100%;
        font-weight: 500;
        font-size: 14px;
    }

.product-item .quick-links {
    width: 40px;
    right: 15px;
    top: 15px;
    position: absolute;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
}

    .product-item .quick-links .btn {
        margin-bottom: 6px;
        background-color: #efefef;
    }

        .product-item .quick-links .btn:hover, .product-item .quick-links .btn:focus {
            background: #fcbe00;
            border-color: #fcbe00;
        }

.product-item:hover {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

    .product-item:hover .actions {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .product-item:hover .quick-links {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .product-item.pb-15 {
        padding-bottom: 15px;
        text-align: center;
    }

.product-carousel .owl-stage-outer {
    height: calc(100% + 30px);
    margin: -15px;
    padding: 15px;
    width: calc(100% + 30px);
}

.product-carousel .owl-nav button.owl-prev, .product-carousel .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: #cacaca;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 30%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

    .product-carousel .owl-nav button.owl-prev:hover, .product-carousel .owl-nav button.owl-next:hover {
        background: #fcbe00;
    }

    .product-carousel .owl-nav button.owl-prev .bi, .product-carousel .owl-nav button.owl-next .bi {
        font-size: 20px;
    }

.product-carousel .owl-nav button.owl-prev {
    left: -15px;
}

.product-carousel .owl-nav button.owl-next {
    right: -15px;
}

.product-carousel:hover .owl-nav button.owl-prev, .product-carousel:hover .owl-nav button.owl-next {
    opacity: 1;
    visibility: visible;
}

.is-mobile .product-item {
    padding: 15px 15px 55px 15px;
}

    .is-mobile .product-item .actions {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .is-mobile .product-item .quick-links {
        opacity: 1;
    }

    .is-mobile .product-item.pb-15 {
        padding-bottom: 15px;
        text-align: center;
    }

@media screen and (max-width: 991.98px) {
    .product-item {
        padding: 15px 15px 55px 15px;
    }

        .product-item .actions {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }

        .product-item .quick-links {
            opacity: 1;
        }

        .product-item.pb-15 {
            padding-bottom: 15px;
            text-align: center;
        }

    .product-carousel .owl-nav button.owl-prev, .product-carousel .owl-nav button.owl-next {
        opacity: 1;
        visibility: visible;
    }
}

@media screen and (max-width: 360px) {
    .product-item .actions .cart-btn {
        font-size: 12px;
        padding: .37rem .5rem;
    }
}

.modal-content {
    border: none;
    overflow: hidden;
}

.login-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .login-content .img-box {
        width: 50%;
    }

        .login-content .img-box img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

    .login-content .form-content {
        width: 50%;
        padding: 30px 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .login-content .form-content form {
            width: 100%;
        }

.modal-close {
    position: absolute;
    right: 10px;
    top: 10px;
}

.p0 {
    padding: 0;
}

@media screen and (max-width: 991.98px) {
    .login-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

        .login-content .img-box {
            width: 100%;
            max-height: 400px;
        }

        .login-content .form-content {
            width: 100%;
        }
}

.product-detail-wrapper .product-img-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-left: 100px;
}

    .product-detail-wrapper .product-img-gallery .owl-thumbs {
        position: absolute;
        top: 0;
        left: -100px;
        display: table;
        width: 80px;
        text-align: center;
    }

        .product-detail-wrapper .product-img-gallery .owl-thumbs .owl-thumb-item {
            display: table-cell;
            border: none;
            background: none;
            padding: 0;
            border: 2px solid #e6e6e6;
            margin-bottom: 10px;
        }

            .product-detail-wrapper .product-img-gallery .owl-thumbs .owl-thumb-item.active {
                border: 2px solid #fcbe00;
            }

            .product-detail-wrapper .product-img-gallery .owl-thumbs .owl-thumb-item img {
                width: 100%;
                height: auto;
            }

.product-detail-wrapper .product-content .title {
    color: #0068c9;
    font-size: 22px;
}

.product-detail-wrapper .product-content .sub-title {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
}

.product-detail-wrapper .product-content .rating-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-detail-wrapper .product-content hr {
    background: transparent;
    border-top: 1px solid #ebebeb;
    opacity: 1;
}

.product-detail-wrapper .product-content .price {
    font-size: 22px;
    font-weight: 500;
}

    .product-detail-wrapper .product-content .price span {       
        font-weight: 400;
        margin-left: 10px;
    }

    .product-detail-wrapper .product-content .price.has-discount {
        color: #cc1414;
    }

        .product-detail-wrapper .product-content .price.has-discount span {
            color: #666;
        }

.product-detail-wrapper .product-content .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
}

    .product-detail-wrapper .product-content .info .info-title {
        width: 100px;
    }

    .product-detail-wrapper .product-content .info .info-detail.highlight {
        color: #fcbe00;
    }

.product-detail-wrapper .product-content .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 15px 0;
}

    .product-detail-wrapper .product-content .actions .item-counter {
        width: 120px;
        margin-right: 15px;
    }

        .product-detail-wrapper .product-content .actions .item-counter .input-group .btn {
            width: 40px;
            height: 40px;
            border-color: #ced4da;
        }

            .product-detail-wrapper .product-content .actions .item-counter .input-group .btn:hover, .product-detail-wrapper .product-content .actions .item-counter .input-group .btn:focus, .product-detail-wrapper .product-content .actions .item-counter .input-group .btn:active {
                color: #6c757d;
                background-color: #fff;
            }

        .product-detail-wrapper .product-content .actions .item-counter .input-group .form-control {
            border-color: #ced4da;
            background: #fff;
        }

    .product-detail-wrapper .product-content .actions .cart-btn {
        font-weight: 500;
        font-size: 14px;
    }

.product-detail-wrapper .product-content .btn-link {
    color: #666;
    text-decoration: none;
}

    .product-detail-wrapper .product-content .btn-link:hover {
        color: #fcbe00;
    }

.product-detail-wrapper .nav-tabs {
    margin-top: 20px;
}

    .product-detail-wrapper .nav-tabs .nav-item .nav-link {
        margin-bottom: -2px;
        font-size: 20px;
        color: #666;
        border: none;
    }

        .product-detail-wrapper .nav-tabs .nav-item .nav-link.active, .product-detail-wrapper .nav-tabs .nav-item .nav-link:hover, .product-detail-wrapper .nav-tabs .nav-item .nav-link:focus, .product-detail-wrapper .nav-tabs .nav-item .nav-link:active {
            border-bottom: 2px solid #fcbe00;
            color: #fcbe00;
        }

.product-detail-wrapper .tab-content .tab-data {
    padding: 30px 0 60px 0;
}

    .product-detail-wrapper .tab-content .tab-data .spec-table .t-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-bottom: 1px solid #ebebeb;
        border-left: 1px solid #ebebeb;
        border-right: 1px solid #ebebeb;
    }

        .product-detail-wrapper .tab-content .tab-data .spec-table .t-row .t-head {
            width: 250px;
            font-weight: 500;
            padding: 10px;
            background: #f4f4f4;
        }

        .product-detail-wrapper .tab-content .tab-data .spec-table .t-row .t-data {
            padding: 10px;
            border-left: 1px solid #ebebeb;
        }

        .product-detail-wrapper .tab-content .tab-data .spec-table .t-row:nth-child(1) {
            border-top: 1px solid #ebebeb;
        }

    .product-detail-wrapper .tab-content .tab-data .review-item {
        margin-bottom: 20px;
        padding: 20px 0;
        border-bottom: 1px solid #ebebeb;
    }

        .product-detail-wrapper .tab-content .tab-data .review-item .comment-title {
            font-size: 18px;
        }

        .product-detail-wrapper .tab-content .tab-data .review-item .rating-wrapper {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-bottom: 10px;
        }

        .product-detail-wrapper .tab-content .tab-data .review-item .user-info {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            .product-detail-wrapper .tab-content .tab-data .review-item .user-info .avatar {
                width: 50px;
                height: 50px;
                overflow: hidden;
                border-radius: 50px;
            }

                .product-detail-wrapper .tab-content .tab-data .review-item .user-info .avatar img {
                    width: 100%;
                    height: 100%;
                    -o-object-fit: cover;
                    object-fit: cover;
                }

            .product-detail-wrapper .tab-content .tab-data .review-item .user-info .user-detail {
                margin-left: 15px;
            }

                .product-detail-wrapper .tab-content .tab-data .review-item .user-info .user-detail h5 {
                    font-size: 16px;
                    margin-bottom: 0;
                    margin-top: 8px;
                }

                .product-detail-wrapper .tab-content .tab-data .review-item .user-info .user-detail p {
                    margin-bottom: 0;
                }

@media screen and (max-width: 991.98px) {
    .product-detail-wrapper .tab-content .tab-data .spec-table .t-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .product-detail-wrapper .tab-content .tab-data .spec-table .t-row .t-head {
            width: 100%;
        }

        .product-detail-wrapper .tab-content .tab-data .spec-table .t-row .t-data {
            border-left: none;
        }
}

@media screen and (max-width: 767.98px) {
    .product-detail-wrapper .product-img-gallery {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 575.98px) {
    .product-detail-wrapper .product-img-gallery {
        padding-left: 0;
        padding-bottom: 100px;
    }

        .product-detail-wrapper .product-img-gallery .owl-thumbs {
            bottom: -80px;
            top: auto;
            left: 0;
            width: 100%;
        }

            .product-detail-wrapper .product-img-gallery .owl-thumbs .owl-thumb-item {
                width: 80px;
                margin-left: 6px;
                margin-right: 6px;
                margin-bottom: 0;
            }

    .product-detail-wrapper .nav-tabs .nav-item .nav-link {
        font-size: 15px;
    }
}

.product-listing-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .product-listing-wrapper .filter-desktop {
        width: 240px;
        margin-right: 15px;
    }

    .product-listing-wrapper .product-list {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

.filter-wrapper .filter-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px;
    border: 1px solid #ebebeb;
    margin-bottom: 22px;
    background: #f4f4f4;
}

    .filter-wrapper .filter-head .title {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 0;
    }

.filter-wrapper .accordion-item {
    border: 1px solid #ebebeb;
    margin-bottom: 10px;
}

    .filter-wrapper .accordion-item:first-child {
        border-top: 1px solid #ebebeb;
    }

    .filter-wrapper .accordion-item:last-child {
        border-bottom: 1px solid #ebebeb;
    }

    .filter-wrapper .accordion-item .accordion-button {
        color: #666;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .filter-wrapper .accordion-item .accordion-button:not(.collapsed) {
            background: none;
            color: #666;
        }

        .filter-wrapper .accordion-item .accordion-button:focus, .filter-wrapper .accordion-item .accordion-button:active {
            -webkit-box-shadow: none;
            box-shadow: none;
        }

.filter-wrapper .filter-items .filter-item {
    padding: 5px 0;
}

    .filter-wrapper .filter-items .filter-item .form-check .form-check-input {
        border-radius: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .filter-wrapper .filter-items .filter-item .form-check .form-check-input:checked {
            background-color: #fcbe00;
            border-color: #fcbe00;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

.filter-offcanvas {
    width: 100%;
    max-width: 300px;
}

    .filter-offcanvas .offcanvas-header {
        background-color: #f5f5f5;
        border-bottom: 1px solid #ebebeb;
    }

    .filter-offcanvas .offcanvas-body {
        padding: 0;
    }

        .filter-offcanvas .offcanvas-body .accordion-item {
            margin-bottom: 0;
        }

    .filter-offcanvas .filter-footer {
        padding: 1rem 1rem;
        border-top: 1px solid #ebebeb;
    }

        .filter-offcanvas .filter-footer .btn-secondary {
            font-weight: 500;
        }

.filter-sidemenu .filter-wrapper .filter-head {
    display: none;
}

.filter-btn {
    display: none;
    color: #666;
    text-decoration: none;
}

    .filter-btn:hover {
        color: #fcbe00;
    }

    .filter-btn .bi {
        font-size: 18px;
    }

@media screen and (max-width: 991.98px) {
    .hide-mobile {
        display: none;
    }

    .filter-btn {
        display: block;
    }
}

.cart-page {
    padding-bottom: 60px;
}

    .cart-page .cart-product-wrapper .cart-product-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #ebebeb;
        border-left: 1px solid #ebebeb;
        border-right: 1px solid #ebebeb;
    }

        .cart-page .cart-product-wrapper .cart-product-item:nth-child(1) {
            border-top: 1px solid #ebebeb;
        }

        .cart-page .cart-product-wrapper .cart-product-item .product-image {
            width: 140px;
            padding: 15px;
            margin-bottom: 0;
            margin-right: 10px;
        }

            .cart-page .cart-product-wrapper .cart-product-item .product-image img {
                width: 100%;
            }

        .cart-page .cart-product-wrapper .cart-product-item .product-detail {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            padding: 20px 0;
        }




@media screen and (max-width: 991.98px) {
    .cart-page .cart-product-wrapper .cart-product-item .product-detail {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.cart-page .cart-product-wrapper .cart-product-item .product-detail .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .cart-page .cart-product-wrapper .cart-product-item .product-detail .title h4 {
        font-size: 18px;
        font-weight: 500;
        color: #0068c9;
    }

.cart-page .cart-product-wrapper .cart-product-item .product-detail .btn-wrapper {
    padding: 0 15px;
}

@media screen and (max-width: 991.98px) {
    .cart-page .cart-product-wrapper .cart-product-item .product-detail .btn-wrapper {
        padding: 10px 0;
    }
}

.cart-page .cart-product-wrapper .cart-product-item .product-detail .btn-wrapper .btn {
    ;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

.cart-page .cart-product-wrapper .cart-product-item .product-detail .price-qty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 30px;
}

    .cart-page .cart-product-wrapper .cart-product-item .product-detail .price-qty .price {
        font-size: 18px;
        font-weight: 500;
    }

        .cart-page .cart-product-wrapper .cart-product-item .product-detail .price-qty .price span {
           
            font-weight: 400;
            margin-left: 10px;
        }

        .cart-page .cart-product-wrapper .cart-product-item .product-detail .price-qty .price.has-discount {
            color: #cc1414;
        }

            .cart-page .cart-product-wrapper .cart-product-item .product-detail .price-qty .price.has-discount span {
                color: #666;
            }

    .cart-page .cart-product-wrapper .cart-product-item .product-detail .price-qty .qty {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .cart-page .cart-product-wrapper .cart-product-item .product-detail .price-qty .qty .bi {
            margin: 0 5px;
        }

        .cart-page .cart-product-wrapper .cart-product-item .product-detail .price-qty .qty .counter {
            margin-right: 15px;
        }

            .cart-page .cart-product-wrapper .cart-product-item .product-detail .price-qty .qty .counter .input-group .btn {
                width: 30px;
                height: 30px;
                padding: 0;
                border-color: #ced4da;
            }

                .cart-page .cart-product-wrapper .cart-product-item .product-detail .price-qty .qty .counter .input-group .btn:hover, .cart-page .cart-product-wrapper .cart-product-item .product-detail .price-qty .qty .counter .input-group .btn:focus, .cart-page .cart-product-wrapper .cart-product-item .product-detail .price-qty .qty .counter .input-group .btn:active {
                    color: #6c757d;
                    background-color: #fff;
                }

            .cart-page .cart-product-wrapper .cart-product-item .product-detail .price-qty .qty .counter .input-group .form-control {
                border-color: #ced4da;
                background: #fff;
                padding: 0;
                text-align: center;
                width: 30px;
                height: 30px;
            }

.cart-page .bottom-btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0;
}

    .cart-page .bottom-btn-wrapper .btn {
        ;
        font-weight: 500;
    }

        .cart-page .bottom-btn-wrapper .btn.btn-light {
            border: 1px solid #ebebeb;
        }

.cart-page .cart-summary {
    padding: 10px;
    border: 1px solid #ebebeb;
    margin-bottom: 10px;
    background: #f4f4f4;
    margin-bottom: 30px;
}

    .cart-page .cart-summary .title {
        border-bottom: 1px solid #ebebeb;
        margin-bottom: 0;
        padding: 10px 0;
        color: #212529;
    }

    .cart-page .cart-summary .totals {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 8px 0;
        font-size: 16px;
    }

    .cart-page .cart-summary .order-total {
        font-size: 20px;
        color: #212529;
        border-top: 1px solid #ebebeb;
        margin-bottom: 10px;
    }

    .cart-page .cart-summary .btn {
        font-weight: 500;
       
    }

@media screen and (max-width: 575.98px) {
    .cart-page .cart-product-wrapper .cart-product-item .product-image {
        width: 100px;
        padding: 5px;
    }

    .cart-page .cart-product-wrapper .cart-product-item .product-detail .title h4 {
        font-size: 16px;
    }

    .cart-page .cart-product-wrapper .cart-product-item .product-detail .price-qty .price {
        font-size: 16px;
    }
}

@media screen and (max-width: 360px) {
.cart-page .cart-product-wrapper .cart-product-item .product-detail .price-qty {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cart-page .cart-product-wrapper .cart-product-item .product-detail .price-qty .qty {
    margin-top: 6px;
}

.cart-page .cart-product-wrapper .cart-product-item .product-detail .price-qty .qty .bi-x {
    display: none;
}
}
/*# sourceMappingURL=main.css.map */


/*Custom*/
/*.product-height{
    height:300px!important;
}
.product-item-height {
    height: 375px !important;
}
*/
.product-item .product-sub-img {
    margin-bottom: 10px;
    text-align:center;
}

.product-item .product-sub-img img {
     height: 100px;
     width:auto;
     max-width:100px;
}
.product-subitem-hight {
    height: 175px;
}
.cursor-pointer {
    cursor: pointer;
}
.spamount {
    text-decoration: line-through;
    margin-left: 2px !important;
}

.currency {
    margin-left: 5px !important;
}
.register-font {
    color: #fcb200;
    font-size: 18px;
    font-weight: 400;
    margin-left:15px;
}

.loading-cover {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
    /*filter: alpha(Opacity=80);*/
   /* opacity: 0.8;*/
    z-index: 1000;
  /*  background: linear-gradient( rgba(255, 255, 255, 0.5), rgba(255, 255, 255, .5) ), url(../images/Loading.gif) center no-repeat;*/
}

.loading-text {
    font-size: 24px;
    position: fixed;
    width: 20%; /* Set your desired with */
    top: 73%;
    left: 50%;
    margin-top: -10%; /* Changes with height. */
    margin-left: -10%; /* Your width divided by 2. */
    text-align: center;
    z-index: 1001;
}


/*checkout page*/
.checkout-page {
    padding-bottom: 30px;
}

    .checkout-page .nav-tabs {
        margin-top: 20px;
    }

        .checkout-page .nav-tabs .nav-item .nav-link {
            margin-bottom: -2px;
            font-size: 16px;
            color: #666;
            border: none;
        }

            .checkout-page .nav-tabs .nav-item .nav-link .tab-index {
                width: 30px;
                height: 30px;
                border-radius: 30px;
                background: #666;
                color: #fff;
                display: inline-block;
                margin-right: 5px;
                line-height: 30px;
                -webkit-transition: .15s;
                transition: .15s;
            }

            .checkout-page .nav-tabs .nav-item .nav-link.active, .checkout-page .nav-tabs .nav-item .nav-link.completed {
                border-bottom: 2px solid #fcbe00;
                color: #fcbe00;
            }

                .checkout-page .nav-tabs .nav-item .nav-link.active .tab-index, .checkout-page .nav-tabs .nav-item .nav-link.completed .tab-index {
                    background: #fcbe00;
                }

    .checkout-page .tab-content .tab-data {
        padding: 30px 0 60px 0;
    }

    .checkout-page .tab-form {
        border: 1px solid #dee2e6;
        padding: 30px;
    }

    .checkout-page .delivery-wrapper {
        border: 1px solid #dee2e6;
        padding: 30px;
    }

        .checkout-page .delivery-wrapper .delivery-address {
            margin-bottom: 30px;
            border: 1px solid #dee2e6;
            border-radius: .25rem;
            padding: 15px;
        }

            .checkout-page .delivery-wrapper .delivery-address .address {
                margin-bottom: 10px;
            }

                .checkout-page .delivery-wrapper .delivery-address .address b {
                    font-weight: 500;
                    font-size: 16px;
                    color: #212529;
                }

            .checkout-page .delivery-wrapper .delivery-address .btn-light {
                border: 1px solid #ebebeb;
            }
.oderhistory-header
{
    padding:10px;
   color:#fff;
   background: #263c97;
   border-bottom: 1px solid rgba(255, 255, 255, 0.15);
   -webkit-transition: all .3s ease;
   transition: all .3s ease;
}
.align-center {
    vertical-align: middle;
    margin: auto;
    font-weight: 400;
    font-size: 22px;
}

.address-selected {
    background-color: #263c97;
    color:#fff;
 }
.btn-defaul-style {
    width: 100px;
}
.bold-font {
    font-size: 14px;
    font-weight: 800;
}

.login-image {
    width: auto;
    height: 100vh !important;
    object-fit: cover;
    /*border: 3px solid rgba(255, 255, 255, 0.5);*/ /* Light border */
    /*box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);*/ /* Optional shadow */
    position: relative;
}



.login-body {
    margin: 0;
   /* height: calc(100vh - 10px) !important;*/
    height:100vh !important;
    display: flex;
    justify-content: center;
    font-family: "Poppins", sans-serif;
    background: linear-gradient(to right, #121112, #0d6efd); /* Gradient background */
}
.footer-background {
    background: linear-gradient(to right, #121112, #0d6efd) !important;
    bottom: 0px;
    position: absolute;
    width: 100%;
}


/* Your mobile-specific styles go here */
@media only screen and (max-width: 767px) {
    .login-image {
        display: none;
    }
    .modern-login-card {
        padding: 40px;
        text-align: center;
        background: transparent;
        color: #FFFFFF; /* Text color white */
        height: calc(100vh - 10px) !important;
        margin-top: 200px;
       
    }
}

/* Styles for tablets and mobile devices */
@media only screen and (max-width: 1024px) {
    .login-image {
        display: none;
    }
    .modern-login-card {
        padding: 40px;
        text-align: center;
        background: transparent;
        color: #FFFFFF; /* Text color white */
        height: calc(100vh - 10px) !important;
        margin-top: 200px;        
    }
}

@media only screen and (min-width: 1024px) {
    .login-image{
        display:block;
    }    
}