
:root {
    --logoclr: #f9c501;
    --body-color: #637381;
    --bg-color: #f3f4fe;
    --text-color: #757575;
    --heading-color-hover: #b211160f;
    --primary-color: #0092ed;
    --menu-default-color: #222222;
    --white: #ffffff;
    --black: #000000;
    --footer-bg: #212529;
    --footer-text: #d9d9d9;
    --footer-copyrights-bg: #222222;
    --main: #01aa9d;
    --main-shade: #01aa9dcc;
    --main-shade-light: #01aa9d33;
    --medium-gray: #ccc;
    --light-gray-shade: #f2f2f2;
    /*    e74c3c   426fdf   009d57   ff6a00   1198ad   7724d6   222222  */
}

@font-face {
    font-family: GLORIOUS;
    src: url('./fonts/GloriousFont/GLORIOUS.otf');
}

.medium-gray {
    background-color: var(--medium-gray);
}

.light-gray {
    background-color: var(--light-gray-shade);
}

.btn {
    background-color: var(--main);
}

    .btn:hover {
        background-color: var(--main-shade) !important;
    }

    .btn:before {
        background-color: var(--main-shade) !important;
    }

body {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
}
.p_0_6 {
    padding: 0px 6px !important
}
.pl_0 {
    padding-left: 0px !important;
}
.pl_12 {
    padding-left: 12px !important;
}

.p_0 {
    padding: 0px !important;
}
.p_24 {
    padding: 24px !important;
}

.m_0 {
    margin: 0px !important;
}
.mb_24 {
    margin-bottom: 24px !important;
}
.pb_24 {
    padding-bottom: 24px !important;
}
.mb_12 {
    margin-bottom: 12px !important;
}
.mb_4 {
    margin-bottom: 4px !important;
}

.mt_12 {
    margin-top: 12px !important;
}

.w_100 {
    width: 100% !important;
}

.pt_100 {
    padding-top: 100px !important;
}

.pt_70 {
    padding-top: 70px !important;
}


#whatsapp-button {
    position: fixed;
    bottom: 12px;
    right: 12px;
    z-index: 1000;
    cursor: pointer;
}

    #whatsapp-button img {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    }


#scrollUp {
    bottom: 60px;
    right: 15px;
    padding: 10px 20px;
    background: var(--main);
    color: #fff;
    font-size: 20px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 30px;
    padding: 0;
    border: 2px solid #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 10px #00000070;
}

    #scrollUp:hover {
        background: #2C2D3F;
    }

.mt_100 {
    margin-top: 100px !important;
}

.mt_40 {
    margin-top: 40px !important;
}

.mt_12 {
    margin-top: 12px !important;
}

.stock-available {
    color: #008000;
    background-color: #00800033;
    border: 1px solid #008000;
    padding: 0px 5px;
    border-radius: 50pc;
    width: 110px;
    text-align: center;
    margin-top: 6px;
    font-size: 12px;
}

.out-of-stock {
    color: #ff0000;
    background-color: #ff000033;
    border: 1px solid #ff0000;
    padding: 0px 5px;
    border-radius: 50px;
    width: 110px;
    text-align: center;
    margin-top: 6px;
    font-size: 12px;
}

.marquee-container {
    display:none !important;
    width: 100%;
    height: 35px;
    overflow: hidden;
    position: relative;
    background-color: var(--main);
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    font-size: 16px;
    color: white;
}

.marquee-content {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    left: 0;
}

.swiper {
    background-color: var(--main) !important;
    color: #fff !important;
    text-align: center !important;
    padding: 4px 0px !important;
}

.site-navbar-wrap {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0;
}

.logo_img {
    padding: 10px !important;
}

    .logo_img img {
        width: 150px;
    }


.dropdown-menu {
    padding: 0px !important;
    min-width: 200px;
    background-color: var(--bg-color);
    transform: translate3d(5px, 60px, 0px) !important;
}

    .dropdown-menu li {
        border-bottom: 1px solid #e0e0e0;
        transition: .5s ease all;
    }

        .dropdown-menu li:hover {
            padding-left: 10px;
            transition: .5s ease all;
        }


    .dropdown-menu a {
        color: #000;
        font-size: 14px;
        font-weight: 500 !important;
        padding: 7px;
        width:100%;
    }

.site-navbar-wrap .logo_img a {
    color: var(--main);
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 900;
}

.is-sticky .logo_img a {
    color: var(--main);
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 900;
}

.site-navbar-wrap .site-navbar-top {
    font-size: 0.8rem;
    display: none;
}

.site-navbar {
    margin-bottom: 0px;
    width: 100%;
}

    .site-navbar .site-logo {
        font-weight: 200;
        line-height: 0;
        top: -7px;
        position: relative;
    }

        .site-navbar .site-logo a {
            font-weight: 200;
            color: #fff;
            font-size: 20px;
            font-weight: bold;
            text-transform: uppercase;
        }

    .site-navbar .site-navigation .site-menu {
        margin-bottom: 0;
    }

        .site-navbar .site-navigation .site-menu a {
            text-decoration: none !important;
            display: inline-block;
            letter-spacing: .4px;
            font-weight: 700;
        }

        .site-navbar .site-navigation .site-menu > li {
            display: inline-block;
            padding: 10px 5px;
        }

            .site-navbar .site-navigation .site-menu > li > a {
                color: var(--menu-default-color);
                padding: 10px 5px;
                font-size: 16px;
                font-weight: 500;
                letter-spacing: .7px;
                text-decoration: none !important;
                display: flex;
                justify-content: center;
                align-items: center;
            }

                .site-navbar .site-navigation .site-menu > li > a svg path {
                    fill: var(--menu-default-color);
                }

                .site-navbar .site-navigation .site-menu > li > a.active {
                    color: var(--main);
                }

                .site-navbar .site-navigation .site-menu > li > a:hover {
                    color: var(--main);
                }

            .site-navbar .site-navigation .site-menu > li:last-child {
                padding-right: 0;
            }

                .site-navbar .site-navigation .site-menu > li:last-child > a {
                    padding-right: 0;
                }

        .site-navbar .site-navigation .site-menu .has-children {
            position: relative;
        }

            .site-navbar .site-navigation .site-menu .has-children > a {
                position: relative;
                padding-right: 20px;
            }

            /* .site-navbar .site-navigation .site-menu .has-children>a:before {
	position: absolute;
	content: "\e313";
	font-size: 16px;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
} */

            .site-navbar .site-navigation .site-menu .has-children .dropdown {
                visibility: hidden;
                opacity: 0;
                top: 100%;
                position: absolute;
                text-align: left;
                -webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
                box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
                padding: 0px 0;
                /* margin-top: 20px; */
                margin-left: 0px;
                background: #fff;
                -webkit-transition: 0.2s 0s;
                -o-transition: 0.2s 0s;
                transition: 0.2s 0s;
                border-radius: 4px;
            }

                .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
                    position: absolute;
                }

                    .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
                        bottom: 100%;
                        left: 20%;
                        border: solid transparent;
                        content: " ";
                        height: 0;
                        width: 0;
                        position: absolute;
                        pointer-events: none;
                    }

                    .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
                        border-color: rgba(136, 183, 213, 0);
                        border-bottom-color: #fff;
                        border-width: 10px;
                        margin-left: -10px;
                    }

                .site-navbar .site-navigation .site-menu .has-children .dropdown a {
                    font-size: 14px;
                    text-transform: none;
                    -webkit-transition: 0s all;
                    -o-transition: 0s all;
                    transition: 0s all;
                    color: #686868;
                }

                    .site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
                        color: #007bff;
                    }

                .site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
                    color: #fff !important;
                }

                .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
                    list-style: none;
                    padding: 0;
                    margin: 0;
                    min-width: 200px;
                }

                    .site-navbar .site-navigation .site-menu .has-children .dropdown > li:first-child > a {
                        border-top-left-radius: 4px;
                        border-top-right-radius: 4px;
                    }

                    .site-navbar .site-navigation .site-menu .has-children .dropdown > li:last-child > a {
                        border-bottom-left-radius: 4px;
                        border-bottom-right-radius: 4px;
                    }

                    .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
                        padding: 9px 20px;
                        display: block;
                    }

                        .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
                            background: #004aac21;
                            color: var(--main);
                        }

                    .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
                        content: "\e315";
                        right: 20px;
                    }

                    .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown,
                    .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
                        left: 100%;
                        top: 0;
                    }

                    .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a,
                    .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a,
                    .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
                        background: #ebeef0;
                        color: #212529;
                    }

            .site-navbar .site-navigation .site-menu .has-children:hover > a,
            .site-navbar .site-navigation .site-menu .has-children:focus > a,
            .site-navbar .site-navigation .site-menu .has-children:active > a {
                color: #fff;
            }

            .site-navbar .site-navigation .site-menu .has-children:hover,
            .site-navbar .site-navigation .site-menu .has-children:focus,
            .site-navbar .site-navigation .site-menu .has-children:active {
                cursor: pointer;
            }

                .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown,
                .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown,
                .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
                    -webkit-transition-delay: 0s;
                    -o-transition-delay: 0s;
                    transition-delay: 0s;
                    margin-top: 0px;
                    visibility: visible;
                    opacity: 1;
                }

.sticky-wrapper.is-sticky .has-children:hover > .dropdown,
.sticky-wrapper.is-sticky .has-children:focus > .dropdown,
.sticky-wrapper.is-sticky .has-children:active > .dropdown {
    margin-top: 15px !important;
}

.site-mobile-menu {
    width: 300px;
    position: fixed;
    right: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #fff;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: end;
}

    .site-mobile-menu .site-mobile-menu-header p {
        margin-bottom: 0px;
        font-size: 22px;
        text-transform: uppercase;
        font-weight: 700;
        color: var(--main);
    }

    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
        float: right;
        display: flex;
        align-items: center;
    }

        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
            font-size: 30px;
            display: inline-block;
            padding-left: 10px;
            padding-right: 10px;
            line-height: 1;
            cursor: pointer;
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease;
        }

            .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
                color: #dee2e6;
            }

    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
        float: left;
        margin-top: 10px;
        margin-left: 0px;
    }

        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
            display: inline-block;
            text-transform: uppercase;
        }

            .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
                max-width: 70px;
            }

            .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
                text-decoration: none;
            }

.site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

    .site-mobile-menu .site-nav-wrap a {
        padding: 10px 20px;
        display: block;
        position: relative;
        color: #212529;
        display:flex;
    }

        .site-mobile-menu .site-nav-wrap a.active,
        .site-mobile-menu .site-nav-wrap a:hover {
            color: var(--main);
            border-left: 3px solid var(--main);
        }

    .site-mobile-menu .site-nav-wrap li {
        position: relative;
        display: block;
    }

        .site-mobile-menu .site-nav-wrap li.active > a {
            color: #212529;
            background-color: #004aac21;
            border-left: 4px solid var(--main);
            border-radius: 0px 10px 10px 0px;
        }

    .site-mobile-menu .site-nav-wrap .arrow-collapse {
        position: absolute;
        right: 0px;
        top: 10px;
        z-index: 20;
        width: 36px;
        height: 36px;
        text-align: center;
        cursor: pointer;
        border-radius: 50%;
    }

        .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
            background: #f8f9fa;
        }

        .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
            font-size: 12px;
            z-index: 20;
            font-family: 'Manrope', sans-serif;
            content: "\f078";
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%) rotate(-180deg);
            -ms-transform: translate(-50%, -50%) rotate(-180deg);
            transform: translate(-50%, -50%) rotate(-180deg);
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease;
        }

        .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    .site-mobile-menu .site-nav-wrap > li {
        display: block;
        position: relative;
        float: left;
        width: 100%;
    }

    .site-mobile-menu .site-nav-wrap .callus-btn {
        padding: 10px 20px;
        margin-top: 20px;
    }

.submit-btn:focus {
    outline: unset;
}

.callus-btn a.active,
.callus-btn a:hover {
    color: var(--main);
    border-left: unset !important;
}

.submit-btn {
    background-color: var(--main);
    color: #fff;
    padding: 8px 16px;
}

.site-mobile-menu .site-nav-wrap .callus-btn a {
    padding: 0px !important;
}

.site-mobile-menu .site-nav-wrap .callus-btn .submit-btn {
    margin: 0px !important;
    width: 100%;
    background-color: var(--main);
    padding: 10px;
}

.site-mobile-menu .site-nav-wrap > li > a {
    padding-left: 20px;
    font-size: 16px;
    display: flex;
    align-items: center;
}

/* .site-mobile-menu .site-nav-wrap>li>a:hover{
	padding-left: 17px;
	font-size: 20px;
} */

.site-mobile-menu .site-nav-wrap > li > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .site-mobile-menu .site-nav-wrap > li > ul > li {
        display: block;
    }

        .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px;
        }

        .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0;
        }

            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
                display: block;
            }

                .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                    font-size: 16px;
                    padding-left: 60px;
                }

.sticky-wrapper {
    position: absolute;
    z-index: 100;
    width: 100%;
    background-color: #fff;
}

    .sticky-wrapper + .site-blocks-cover {
        margin-top: 96px;
    }

    .sticky-wrapper .site-navbar {
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
    }


    .sticky-wrapper.is-sticky .site-navbar {
        background-color: #fff;
        box-shadow: 0px 0px 15px rgb(42 36 36 / 27%);
    }

        .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li {
            display: inline-block;
            padding: 10px 5px;
            transition: .2s ease all;
        }

            .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:hover {
                border-bottom: 3px solid var(--main);
                padding: 10px 5px 7px 5px;
                transition: .2s ease all;
            }

            /* .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li:last-child {
	padding-right: 0;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li:last-child>a {
	padding-right: 0;
} */

            .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.has-children > a {
                padding-right: 20px;
            }

            .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a {
                padding: 10px 5px;
                color: var(--menu-default-color);
                font-size: 16px;
            }

                .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a:hover {
                    color: var(--main);
                }

                .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a.active {
                    color: var(--main);
                }

            .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.active a {
                color: var(--main);
            }

.text-white {
    color: var(--main) !important;
}

::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

.site-menu li a img {
    display: none;
}

@media (max-width: 768px) {
    .site-mobile-menu li a img {
        display: inline;
        width: 20px !important;
        margin-right: 10px !important;
        margin-bottom: 3px !important;
    }
}

/*===================
	Start Header CSS 
=====================*/
.header {
    background-color: #fff;
    position: relative;
}

    .header .navbar-collapse {
        padding: 0;
    }

    /* Topbar */
    .header .topbar {
        background-color: #fff;
        border-bottom: 1px solid #eee;
    }

    .header .topbar {
        padding: 15px 0;
    }

    .header .top-link {
        float: left;
    }

        .header .top-link li {
            display: inline-block;
            margin-right: 15px;
        }

            .header .top-link li:last-child {
                margin-right: 0px;
            }

            .header .top-link li a {
                color: #2C2D3F;
                font-size: 14px;
                font-weight: 400;
            }

            .header .top-link li:hover a {
                color: #1A76D1;
            }

    .header .top-contact {
        float: right;
    }

        .header .top-contact li {
            display: inline-block;
            margin-right: 25px;
            color: #2C2D3F;
        }

            .header .top-contact li:last-child {
                margin-right: 0;
            }

            .header .top-contact li a {
                font-size: 14px;
            }

                .header .top-contact li a:hover {
                    color: #1A76D1;
                }

            .header .top-contact li i {
                color: #1A76D1;
                margin-right: 8px;
            }

    .header .header-inner {
        background: #fff;
        z-index: 999;
        width: 100%;
        box-shadow: 0px 0px 13px #00000054;
    }

    .header .logo {
        float: left;
        margin-top: 18px;
    }

        .header .logo a {
            color: #f9c501;
            font-size: 42px;
            line-height: 42px;
            font-weight: 800;
        }

    .header .navbar {
        background: none;
        box-shadow: none;
        border: none;
        margin: 0;
        height: 0px;
        min-height: 0px;
    }

    .header .nav li {
        margin-right: 15px;
        float: left;
        position: relative;
    }

.nav {
    justify-content: flex-end !important;
}

.header .nav li:last-child {
    margin: 0;
}

.header .nav li a {
    color: #2C2D3F;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 25px 12px;
    position: relative;
    display: inline-block;
    position: relative;
    letter-spacing: .5px;
}

    .header .nav li a::before {
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        height: 3px;
        width: 0%;
        background: var(--logoclr);
        border-radius: 5px 5px 0 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

.header .nav li.active a:before {
    opacity: 1;
    visibility: visible;
    width: 100%;
}

.header .nav li.active a {
    color: #1A76D1;
}

.header .nav li:hover a:before {
    opacity: 1;
    width: 100%;
    visibility: visible;
}

.header .nav li:hover a {
    color: var(--logoclr);
}

.header .nav li a i {
    display: inline-block;
    margin-left: 1px;
    font-size: 13px;
    margin-right: 12px;
}

/* Middle Header */
.header.style2 .header-inner {
    border-top: 1px solid #eee;
}

.header.style2 .logo {
    margin-top: 6px;
}

.header .middle-header {
    background: #fff;
    padding: 20px 0px;
}

.header .widget-main {
    float: right;
}

.header .single-widget {
    position: relative;
    float: left;
    margin-right: 30px;
    padding-left: 55px;
}

    .header .single-widget:last-child {
        margin: 0;
    }

    .header .single-widget .logo {
        margin: 0;
        padding: 0;
        margin-top: 7px;
    }

    .header .single-widget i {
        position: absolute;
        left: 0;
        top: 6px;
        height: 40px;
        width: 40px;
        line-height: 40px;
        color: #fff;
        background: #1A76D1;
        border-radius: 4px;
        text-align: center;
        font-size: 15px;
    }

    .header .single-widget h4 {
        font-size: 15px;
        font-weight: 500;
    }

    .header .single-widget p {
        margin-bottom: 5px;
        text-transform: capitalize;
    }

    .header .single-widget.btn {
        margin-left: 0;
    }

/* Dropdown Menu */
.header .nav li .dropdown {
    background: #fff;
    width: 220px;
    position: absolute;
    left: -20px;
    top: 100%;
    z-index: 999;
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 5px #3333334d;
    transform-origin: 0 0 0;
    transform: scaleY(0.2);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    visibility: hidden;
    top: 74px;
    border-left: 3px solid #2889e4;
}

.header .nav li:hover .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.header .nav li .dropdown li {
    float: none;
    margin: 0;
    border-bottom: 1px dashed #eee;
}

    .header .nav li .dropdown li:last-child {
        border: none;
    }

    .header .nav li .dropdown li a {
        padding: 12px 15px;
        color: #666;
        display: block;
        font-weight: 400;
        text-transform: capitalize;
        background: transparent;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

        .header .nav li .dropdown li a:before {
            display: none;
        }

    .header .nav li .dropdown li:last-child a {
        border-bottom: 0px;
    }

    .header .nav li .dropdown li:hover a {
        color: #1A76D1;
    }

    .header .nav li .dropdown li a:hover {
        border-color: transparent;
    }

/* Right Bar */
.header.style2 .main-menu {
    display: block;
    float: left;
}

.header .right-bar {
    float: right;
}

.header .right-bar {
    padding-top: 20px;
}

.header .right-bar {
    display: inline-block;
}

    .header .right-bar a {
        color: #fff;
        height: 35px;
        width: 35px;
        line-height: 35px;
        text-align: center;
        background: #1a76d1;
        border-radius: 4px;
        display: block;
        font-size: 12px;
    }

    .header .right-bar li a:hover {
        color: #fff;
        background: #27AE60;
    }

.header .search-top.active .search i:before {
    content: "\eee1";
    font-size: 15px;
}

/* Search */
.header .search-form {
    position: absolute;
    right: 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    top: 74px;
    box-shadow: 0px 0px 10px #0000001c;
    border-radius: 4px;
    overflow: hidden;
    transform: scale(0);
}

.header .search-top.active .search-form {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.header .search-form input {
    width: 282px;
    height: 50px;
    line-height: 50px;
    padding: 0 70px 0 20px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 3px;
    border: none;
    background: #fff;
    color: #2C2D3F;
}

.header .search-form button {
    position: absolute;
    right: 0;
    height: 50px;
    top: 0;
    width: 50px;
    background: #1A76D1;
    border: none;
    color: #fff;
    border-radius: 0 4px 4px 0;
    border-left: 1px solid transparent;
}

    .header .search-form button:hover {
        background: #fff;
        color: #1A76D1;
        border-color: #e6e6e6;
    }

/* Header Sticky */
.header.sticky .header-inner {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    bottom: initial;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    animation: fadeInDown 0.5s both 0.1s;
    box-shadow: 0px 0px 13px #00000054;
}

/*=========================
	End Header CSS
===========================*/
/*===========================
	Start Hero Area CSS
=============================*/
.slider .single-slider {
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .slider .single-slider .text {
        margin: 30px;
    }

.slider.index2 .single-slider .text {
    margin-top: 150px;
}

.slider .single-slider h1 {
    font-size: 56px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 90px;
    letter-spacing: 10px;
    text-transform: uppercase;
    color: var(--logoclr);
}

    .slider .single-slider h1 span {
        color: #fff;
        font-size: 36px;
        text-transform: lowercase;
    }

.slider .single-slider p {
    color: #2C2D3F;
    margin-top: 27px;
    font-weight: 400;
}

.slider .single-slider .button {
    margin-top: 30px;
}

.slider .single-slider .btn {
    color: #fff;
    background: #1a76d1;
    font-weight: 500;
    display: inline-block;
    margin: 0;
    margin-right: 10px;
}

    .slider .single-slider .btn:last-child {
        margin: 0;
    }

    .slider .single-slider .btn.primary {
        background: #2C2D3F;
        color: #fff;
    }

        .slider .single-slider .btn.primary:before {
            background: #1A76D1;
        }

.slider .owl-carousel .owl-nav {
    margin: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -25px;
}

    .slider .owl-carousel .owl-nav div {
        height: 50px;
        width: 50px;
        line-height: 50px;
        text-align: center;
        background: #fff;
        color: #000;
        font-size: 26px;
        position: absolute;
        margin: 0;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
        padding: 0;
        border-radius: 50%;
    }

        .slider .owl-carousel .owl-nav div:hover {
            background: #2C2D3F;
            color: #fff;
        }

.slider .owl-carousel .owl-controls .owl-nav .owl-prev {
    left: 20px;
}

.slider .owl-carousel .owl-controls .owl-nav .owl-next {
    right: 20px;
}

.owl-item.active .single-slider p {
    animation: fadeInUp 1s both 1s;
}

.owl-item.active .single-slider .button {
    animation: fadeInDown 1s both 1.5s;
}

/*===========================
	End Hero Area CSS
=============================*/
/*===============================
	Start Call to action CSS
=================================*/

@media only screen and (max-width: 450px) {
    #BestSellers .card-price {
        margin-top:12px
    }
    .card-cart {
        margin-top: 10px !important;
        width: 100%;
    }
    .w_100px{
        width:100px !important;
    }
    .section {
        padding: 50px 0px !important;
    }
    .clients {
        padding: 50px 0px !important;
    }
    .footer .footer-top {
        padding: 0px 24px !important;
    }
    .call-action .content h2 {
        font-size: 22px !important;
        line-height: 40px;
    }
    .call-action .content {
        padding: 0px !important;
    }
        .call-action .content p,
        .call-action .content p a {
            font-size: 12px !important;
            padding-bottom:8px !important
        }
    .address .login_body {
        padding: 12px 0px !important;
    }
}
.call-action {
    background-image: url('img/parallax2.jpg');
    /* background-size:cover;
	background-position:center; */
    position: relative;
    padding: 60px 24px;
    /* background-repeat:no-repeat; */
}

    .call-action .content {
        text-align: left;
        padding: 100px;
    }

        .call-action .content h2 {
            color: #fff;
            font-size: 32px;
            font-weight: 600;
            line-height: 46px;
            padding-bottom: 25px;
            letter-spacing: 2px;
        }

        .call-action .content .btn {
            background: #fff;
            margin-right: 20px;
            font-size: 18px;
            font-weight: 500;
            border: 1px solid #fff;
            color: #1a76d1;
        }

        .call-action .content p,
        .call-action .content p a {
            font-size: 16px;
            color: #fff;
            cursor: pointer;
            padding-bottom: 25px;
            letter-spacing: 0.5px;
            font-weight: 400;
            font-family: 'Poppins';
        }

        .call-action .content .btn:before {
            background: #1A76D1;
        }

        .call-action .content .btn:hover {
            background: #1A76D1;
            color: #fff;
        }

        .call-action .content .btn:last-child {
            margin-right: 0px;
        }

        .call-action .content .second {
            border: 1px solid #fff;
            color: #fff;
            background: transparent;
            color: #fff !important;
        }

            .call-action .content .second:before {
                background: #fff;
            }

            .call-action .content .second:hover {
                color: #1A76D1;
                border-color: transparent;
                background: #fff;
            }

            .call-action .content .second i {
                margin-left: 10px;
            }

/*===============================
	Start Call to action CSS
=================================*/

/*=============================
	Start Pricing Table CSS
===============================*/
.pricing-table {
    background: #f9f9f9;
    position: relative;
}

.medium-bg {
    background: var(--main-shade);
}

.light-bg {
    background: var(--main-shade-light);
}

.pricing-table .single-table {
    background: #fff;
    border: 1px solid #ddd;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin: 15px 0;
    padding: 45px 35px 30px 35px;
}

    /* Table Head */
    .pricing-table .single-table .table-head {
        text-align: center;
    }

    .pricing-table .single-table .icon i {
        font-size: 65px;
        color: #1a76d1;
    }

    .pricing-table .single-table .title {
        font-size: 21px;
        color: #2C2D3F;
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .pricing-table .single-table .amount {
        font-size: 36px;
        font-weight: 600;
        color: #1a76d1;
    }

        .pricing-table .single-table .amount span {
            display: inline-block;
            font-size: 14px;
            font-weight: 400;
            color: #868686;
            margin-left: 8px;
        }

    /* Table List */
    .pricing-table .single-table .table-list {
        padding: 10px 0;
        text-align: left;
        margin-top: 30px;
    }

.pricing-table .table-list li {
    position: relative;
    color: #666;
    text-transform: capitalize;
    margin-bottom: 18px;
    padding-right: 32px;
}

    .pricing-table .table-list li:last-child {
        margin-bottom: 0px;
    }

    .pricing-table .table-list li.cross i {
        background: #aaaaaa;
    }

.pricing-table .table-list i {
    font-size: 7px;
    text-align: center;
    margin-right: 10px;
    position: absolute;
    right: 0;
    height: 16px;
    width: 16px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    background: #1a76d1;
    border-radius: 100%;
    padding-left: 1px;
}

/* Table Bottom */
.pricing-table .table-bottom {
    margin-top: 25px;
}

.pricing-table .btn {
    padding: 12px 25px;
    width: 100%;
    color: #fff;
}

    .pricing-table .btn:before {
        background: #2C2D3F;
    }

    .pricing-table .btn:hover {
        color: #fff;
    }

    .pricing-table .btn i {
        font-size: 16px;
        margin-right: 10px;
    }

/*=============================
	End Pricing Table CSS
===============================*/

/*========================
	Start Clients CSS
==========================*/
.clients {
    /* background-image:url('img/client-bg.jpg'); */
    background-size: cover;
    background-position: center;
    padding: 100px 0px;
    position: relative;
}

    .clients .single-clients img {
        width: 100%;
        cursor: pointer;
        text-align: center;
        float: none;
        padding: 0 35px;
    }

/*========================
	End Clients CSS
==========================*/
.main-sidebar {
    background: #fff;
    margin-top: 30px;
    background: transparent;
}

    .main-sidebar .single-widget {
        margin-bottom: 30px;
        padding: 40px;
        background: #fff;
        -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
        -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
        border-radius: 8px;
    }

        .main-sidebar .single-widget .title {
            position: relative;
            font-size: 18px;
            font-weight: 600;
            text-transform: capitalize;
            margin-bottom: 30px;
            display: block;
            background: #fff;
            padding-left: 12px;
        }

            .main-sidebar .single-widget .title::before {
                position: absolute;
                content: "";
                left: 0;
                bottom: -1px;
                height: 100%;
                width: 3px;
                background: #1A76D1;
            }

        .main-sidebar .single-widget:last-child {
            margin: 0;
        }

    .main-sidebar .search {
        position: relative;
    }

        .main-sidebar .search input {
            width: 100%;
            height: 45px;
            box-shadow: none;
            text-shadow: none;
            font-size: 14px;
            border: none;
            color: #222;
            background: transparent;
            padding: 0 70px 0 20px;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            transition: all 0.4s ease;
            border-radius: 0;
            border: 1px solid #eee;
            border-radius: 5px;
        }

        .main-sidebar .search .button {
            position: absolute;
            right: 40px;
            top: 40px;
            height: 44px;
            width: 50px;
            line-height: 45px;
            box-shadow: none;
            text-shadow: none;
            text-align: center;
            border: none;
            font-size: 14px;
            color: #fff;
            background: #333;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            transition: all 0.4s ease;
            border-radius: 0 5px 5px 0;
        }

            .main-sidebar .search .button:hover {
                background: #1A76D1;
                color: #fff;
            }

    /* Category List */
    .main-sidebar .categor-list {
        margin-top: 15px;
    }

        .main-sidebar .categor-list li {
            margin-bottom: 10px;
        }

            .main-sidebar .categor-list li:last-child {
                margin-bottom: 0px;
            }

            .main-sidebar .categor-list li a {
                display: inline-block;
                color: #333;
                font-size: 14px;
            }

                .main-sidebar .categor-list li a:hover {
                    color: #1A76D1;
                    padding-left: 7px;
                }

                .main-sidebar .categor-list li a i {
                    display: inline-block;
                    margin-right: 0px;
                    font-size: 9px;
                    transform: translateY(-1px);
                    opacity: 0;
                    visibility: hidden;
                    -webkit-transition: all 0.4s ease;
                    -moz-transition: all 0.4s ease;
                    transition: all 0.4s ease;
                }

                .main-sidebar .categor-list li a:hover i {
                    margin-right: 6px;
                    opacity: 1;
                    visibility: visible;
                }

    /* Recent Posts */
    .main-sidebar .single-post {
        position: relative;
        border-bottom: 1px solid #ddd;
        display: inline-block;
        padding: 17px 0;
    }

        .main-sidebar .single-post:last-child {
            padding-bottom: 0px;
            border: none;
        }

        .main-sidebar .single-post .image img {
            float: left;
            width: 80px;
            height: 80px;
            margin-right: 20px;
        }

        .main-sidebar .single-post .content {
            padding-left: 100px;
        }

            .main-sidebar .single-post .content h5 {
                line-height: 18px;
            }

                .main-sidebar .single-post .content h5 a {
                    color: #2C2D3F;
                    font-weight: 500;
                    font-size: 14px;
                    font-weight: 500;
                    margin-top: 10px;
                    display: block;
                    margin-bottom: 10px;
                    margin-top: 0;
                }

                    .main-sidebar .single-post .content h5 a:hover {
                        color: #1A76D1;
                    }

            .main-sidebar .single-post .content .comment li {
                color: #888;
                display: inline-block;
                margin-right: 15px;
                font-weight: 400;
                font-size: 14px;
            }

                .main-sidebar .single-post .content .comment li:last-child {
                    margin-right: 0;
                }

                .main-sidebar .single-post .content .comment li i {
                    display: inline-block;
                    margin-right: 5px;
                }

    /* Blog Tags */
    .main-sidebar .side-tags .tag {
        margin-top: 40px;
    }

        .main-sidebar .side-tags .tag li {
            display: inline-block;
            margin-right: 7px;
            margin-bottom: 20px;
        }

            .main-sidebar .side-tags .tag li a {
                background: #fff;
                color: #333;
                padding: 8px 14px;
                text-transform: capitalize;
                border-radius: 0;
                font-size: 13px;
                background: #F6F7FB;
                border-radius: 4px;
            }

        .main-sidebar .side-tags .tag a:hover {
            color: #fff;
            background: #1A76D1;
            border-color: transparent;
        }

/*=========================
	Start Footer CSS
===========================*/
.footer {
    position: relative;
}

    .footer .footer-top {
        padding: 50px 0px;
        position: relative;
        background-color: var(--footer-bg);
    }

        .footer .footer-top:before {
            position: absolute;
            content: "";
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            background: #000;
            opacity: 0.1;
        }

    .footer .single-footer .social {
        margin-top: 25px;
    }

        .footer .single-footer .social li {
            display: inline-block;
            margin-right: 10px;
            font-family: 'Poppins';
        }

            .footer .single-footer .social li:last-child {
                margin-right: 0px;
            }

            .footer .single-footer .social li a {
                height: 34px;
                width: 34px;
                line-height: 34px;
                text-align: center;
                border: 1px solid #2A2424;
                text-align: center;
                padding: 0;
                border-radius: 100%;
                display: block;
                color: var(--footer-text);
                font-size: 16px;
                font-family: 'Poppins';
            }

                .footer .single-footer .social li a:hover {
                    color: var(--main);
                    background: #fff;
                    border-color: transparent;
                }

    .footer .single-footer.f-link li a i {
        margin-right: 10px;
    }

    .footer .single-footer.f-link li {
        display: block;
        margin-bottom: 12px;
    }

        .footer .single-footer.f-link li:last-child {
            margin: 0;
        }

        .footer .single-footer.f-link li a {
            display: block;
            color: var(--footer-text);
            text-transform: capitalize;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            transition: all 0.4s ease;
            font-weight: 400;
            font-family: 'Poppins' !important;
        }

            .footer .single-footer.f-link li a:hover {
                padding-left: 8px;
                color: var(--main);
            }

    .footer .single-footer h2 {
        color: var(--white);
        font-size: 20px;
        font-weight: 400;
        text-transform: capitalize;
        margin-bottom: 30px;
        padding-bottom: 14px;
        position: relative;
        letter-spacing: 1px;
    }

        .footer .single-footer h2::before {
            position: absolute;
            content: "";
            left: 0;
            bottom: 0px;
            height: 2px;
            width: 50px;
            background: var(--main);
        }

    .footer .single-footer .time-sidual {
        margin-top: 15px;
    }

    .footer .single-footer .time-sidual {
        overflow: hidden;
    }

        .footer .single-footer .time-sidual li {
            display: block;
            color: var(--footer-text);
            width: 100%;
            margin-bottom: 5px;
            font-family: 'Poppins' !important;
        }

            .footer .single-footer .time-sidual li span {
                display: block;
                float: right;
            }

    .footer .single-footer .day-head .time {
        font-weight: 400;
        float: right;
    }

    .footer .single-footer p {
        color: var(--footer-text);
        font-family: 'Poppins' !important;
    }

    .footer .single-footer .logo{
        width:200px;
    }
    .policy .logo {
    width: 200px;
}



    .footer .copyright {
        background: var(--footer-copyrights-bg);
        border-top: 1px solid #ffffff25;
        padding: 20px 0px 20px 0px;
        text-align: center;
    }

        .footer .copyright .copyright-content p {
            color: var(--white);
            font-family: 'Poppins';
        }
@media only screen and (max-width: 450px) {
    .footer .single-footer h2 {
        padding-bottom: 12px;
        font-size: 16px !important;
    }
}
    /*=========================
	End Footer CSS
===========================*/
    .c11 {
        height: calc(100% - 74px);
        text-align: center;
        width: 100vw;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .image-flip:hover .backside,
    .image-flip.hover .backside {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        transform: rotateY(0deg);
        border-radius: .25rem;
    }

    .image-flip:hover .frontside,
    .image-flip.hover .frontside {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    .mainflip {
        -webkit-transition: 1s;
        -webkit-transform-style: preserve-3d;
        -ms-transition: 1s;
        -moz-transition: 1s;
        /* -moz-transform: perspective(1000px); */
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transition: 1s;
        transform-style: preserve-3d;
        position: relative;
        background-color: #f2f2f2;
        padding: 24px;
        border-radius: 4px;
    }

    .frontside {
        position: relative;
        /* -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg); */
        z-index: 2;
    }

        .frontside .card {
            cursor: pointer;
            transition: all 0.3s ease 0s;
        }

            .frontside .card.IsTopCategory, .frontside .card.IsBestSeller, .frontside .card.IsPremiumQuality {
                cursor: pointer;
                transition: all 0.3s ease 0s;
                background-color: var(--main-shade-light) !important;
            }




    .backside {
        position: absolute;
        top: 0;
        left: 0;
        background: white;
        -webkit-transform: rotateY(-180deg);
        -moz-transform: rotateY(-180deg);
        -o-transform: rotateY(-180deg);
        -ms-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
        -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
        -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
        box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    }

    .frontside,
    .backside {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: 1s;
        -webkit-transform-style: preserve-3d;
        -moz-transition: 1s;
        -moz-transform-style: preserve-3d;
        -o-transition: 1s;
        -o-transform-style: preserve-3d;
        -ms-transition: 1s;
        -ms-transform-style: preserve-3d;
        transition: 1s;
        transform-style: preserve-3d;
    }

        .backside .card a {
            font-size: 18px;
            color: #007b5e !important;
        }

        .backside .card .card-title {
            color: #007b5e !important;
            padding-top: 30px;
            font-weight: 900;
            letter-spacing: 5px;
        }

        .frontside .card .card-title {
            padding-top: 20px;
            letter-spacing: .5px;
            font-size: 16px;
            font-weight: 500;
            margin-bottom: 6px;
        }

        .frontside .card:hover img {
            width: 95px;
            height: 95px;
            border-radius: 50%;
        }

        .frontside .card img {
            width: 100px;
            height: 100px;
            border-radius: 50%;
        }


    .amount {
        font-size: 36px;
        font-weight: 600;
        color: #1a76d1;
        padding: 10px;
    }

    .rating img {
        height: 20px !important;
        width: 20px !important;
    }

    .call-action:before {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: unset !important;
        opacity: 0.8;
    }

    .call-action .row {
        margin: 0px !important;
    }

    .fa-angle-left {
        line-height: 50px;
    }

    .fa-angle-right {
        line-height: 50px;
    }

    /* .scrolling-box {
	display: block;
	height: auto;
	overflow-y: scroll;
	scroll-behavior: smooth;
} */
    #CorporateGifting {
        padding: 120px 0px !important;
    }

    .sidebar {
        position: fixed;
        right: -100%;
        top: 0;
        width: 300px;
        height: 100%;
        background: #fff;
        box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
        transition: right 0.3s ease-in-out;
        padding: 20px;
        z-index: 1000;
    }

    .sidebar-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .sidebar input {
        width: 90%;
        padding: 10px;
        margin: 10px 0;
        border: 1px solid #ddd;
        border-radius: 5px;
    }

    .sidebar button {
        width: 100%;
        background: #ff6600;
        color: white;
        border: none;
        padding: 10px;
        cursor: pointer;
        border-radius: 5px;
    }

    .close-btn {
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 24px;
        cursor: pointer;
    }

    #BestSellers .card {
        border: unset !important;
        background-color: transparent !important;
    }

        #BestSellers .card:hover {
            box-shadow: unset !important;
        }


    #BestSellers .card-body {
        padding: 0px !important;
    }

    #BestSellers .frontside .card .card-desc {
        letter-spacing: .5px;
        font-size: 13px;
        font-weight: 400;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* Limit to 2 lines */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #BestSellers .frontside .card .card-qty {
        padding-top: 10px;
        letter-spacing: .5px;
        font-size: 14px;
        font-weight: 400;
    }

    #BestSellers .card-qty-tags {
        display: flex;
        margin-top: 10px;
    }

        #BestSellers .card-qty-tags .card-qty-tag {
            border: 1px solid #888;
            color: #888;
            padding: 2px 6px;
            font-size: 12px;
            margin-right: 10px;
            width: 60px;
            text-align: center;
            border-radius: 2px;
        }

            #BestSellers .card-qty-tags .card-qty-tag:hover {
                border: 1px solid #000;
                color: #000;
            }

            #BestSellers .card-qty-tags .card-qty-tag.active {
                border: 1px solid #000;
                color: #000;
            }

    #BestSellers .card-price {
        display: flex;
        align-items: center;
    }

    #BestSellers .card-price-org {
        color: #000;
        font-weight: 500;
        font-size: 16px;
        margin-top: 10px;
        margin-right: 10px;
    }

    #BestSellers .card-price-dis {
        color: #888;
        font-size: 16px;
        margin-top: 10px;
        margin-right: 10px;
        text-decoration: line-through;
    }

    #BestSellers .card-price-dis-per {
        color: #26955d;
        font-size: 16px;
        margin-top: 10px;
    }

    .card-cart {
        margin-top: 10px;
        width: 100%;
    }

    .card-cart-add {
        background-color: var(--main);
        width: 100%;
        color: #fff;
        padding: 4px 10px;
        letter-spacing: .5px;
        font-weight: 500;
        border-radius: 5px;
        text-align: center;
        border: 2px solid var(--main);
        font-size: 12px;
    }

    .card-cart-add-outline {
        background-color: #fff;
        width: 100%;
        color: var(--main);
        padding: 4px 10px;
        letter-spacing: .5px;
        font-weight: 500;
        border-radius: 5px;
        text-align: center;
        border: 2px solid var(--main);
    }

    .card-cart-count {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #fff;
        border: 2px solid var(--main);
        color: #000;
        width: 100%;
        letter-spacing: .5px;
        font-weight: 600;
        border-radius: 5px;
    }

        .card-cart-count .card-cart-count-child1 {
            flex: 1;
            text-align: center;
            padding: 3px;
            background-color: #ff000033;
        }

        .card-cart-count .card-cart-count-child2 {
            flex: 1;
            text-align: center;
            padding: 3px;
        }

        .card-cart-count .card-cart-count-child3 {
            flex: 1;
            text-align: center;
            background-color: var(--main-shade-light);
            padding: 3px;
        }




    #BestSellers .frontside .card .card-body img {
        width: unset;
        height: unset;
        border-radius: unset;
    }

    .h-center {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .h-v-center {
        display: flex;
        justify-content: center;
        align-items: center;
    }
.h-space-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .v-center {
        display: flex;
        align-items: center;
    }

    .h-right {
        display: flex;
        justify-content: flex-end;
    }


    #categories {
        padding: 50px 0px !important;
        background-image: url(./img/spices2.jpg);
    }

        #categories h2 {
            font-size: 22px;
            color: #fff;
        }

    .categories-accordion .categories-title {
        font-weight: 400;
        font-size: 16px;
        color: #000;
    }


    .categories-accordion .categories-subtitle {
        font-weight: 400;
        font-size: 14px;
        color: #888;
    }


    .categories-accordion .fa-angle-down {
        font-size: 18px;
        color: #000;
    }
.categories-accordion .card {
    border-radius:0px !important;
    border:unset !important;
}
    .categories-accordion .card-header {
        cursor: pointer;
    }

    .categories-accordion .card-header-img {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        margin-right: 20px;
    }

    .categories-accordion .categorie-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
    }

        .categories-accordion .categorie-item img {
            width: 60px;
            height: 60px;
            border-radius: 50%;
        }

    .categories-accordion .categories-item-title {
        font-weight: 400;
        font-size: 14px;
        color: #000;
        text-align: center;
        margin-top: 8px;
    }


    .categories-home .card {
        background-color: unset !important;
        border: unset !important
    }

    .categories-home .card-body {
        padding: unset !important;
        border: unset !important;
        padding-top: 20px !important;
    }

    .ml_10 {
        margin-left: 10px !important;
    }


    .login {
        background-image: url('./img/spices2.jpg');
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .login .login_body {
            background-color: #ffffff;
            height: 80%;
            width: 80%;
            border-radius: 0px;
            margin: 160px 0px 80px 0px;
        }

        .login .login_body1 {
            background-color: var(--main-shade);
        }

            .login .login_body1 h2 {
                color: #fff;
                letter-spacing: .5px;
                margin-top: 20px;
            }

            .login .login_body1 h5 {
                color: #fff;
                letter-spacing: .5px;
                margin-top: 20px;
                font-weight: 400 !important;
            }

            .login .login_body1 h6 {
                color: #fff;
                letter-spacing: .5px;
                margin-top: 20px;
                font-weight: 400 !important;
            }

        .login .register_btn {
            color: #fff;
            border: 2px solid #fff;
            margin: 20px 0px;
            letter-spacing: .5px;
        }


        .login .login_body2 {
            padding: 20px;
        }

    @media (max-width: 767px) {
        .login {
            height: unset;
            padding: 30px 0px;
        }

            .login .login_body1 h2 {
                font-size: 20px;
            }

            .login .login_body1 h5 {
                font-size: 14px;
            }

            .login .login_body1 h6 {
                font-size: 12px;
            }

            .login .login_body {
                height: unset;
            }
    }

    .login .form-control {
        margin-top: 20px;
        position: relative;
        height: 3rem;
        margin-bottom: 2rem;
        border: unset !important;
    }

    .form-control {
        margin-top: 4px;
        position: relative;
        height: 3rem;
        margin-bottom: 10px;
        border: unset !important;
    }

    .form-label {
        position: absolute;
        font-family: inherit;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
        left: 12px;
        top: 12px;
        width: 100%;
        color: var(--color-grays);
        transition: all 0.2s ease;
    }

    .form-control span {
        color: red;
    }

    .form-control p {
        top: 46px;
        left: 0px;
        position: absolute;
        font-size: 12px;
        color: red;
    }

    .error-message {
        font-size: 12px;
        color: red;
    }

    .form-input {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: calc(100% - 12px);
        margin-top: 12px;
        padding: 4px 12px !important;
        resize: none;
        border: none;
        outline: none;
        color: var(--color-black);
        background: transparent;
        transition: all 0.2s ease;
        border: unset !important;
        border-bottom: 1px solid #ccc !important;
    }

        .form-input::placeholder {
            opacity: 0;
            visibility: hidden;
            color: transparent;
        }

        .form-input:focus ~ .form-label,
        .form-input:not(:placeholder-shown).form-input:not(:focus) ~ .form-label {
            top: 0px;
            left: 12px;
            font-size: 12px;
            z-index: 9;
            transition: all 0.2s ease;
        }

    .OTP_btn {
        letter-spacing: .5px;
    }

        .OTP_btn.btn:before {
            background-color: var(--main-shade-light) !important;
        }

    .otp_modal .text1 {
        color: green;
        font-size: 12px;
        margin-bottom: 20px;
    }

    .otp_modal .text2 {
        font-size: 14px;
        font-weight: 500;
    }

    .otp_modal .text3 {
        font-size: 14px;
        font-weight: 500;
        text-align: center;
    }

    #otp-container {
        margin-top: 20px;
    }

        #otp-container input {
            width: 40px !important;
            height: 40px !important;
            text-align: center;
            margin-right: 5px;
        }


    .address {
        background-image: url('./img/spices2.jpg');
        display: flex;
        justify-content: center;
        align-items: center;
        width:100%
    }
    .w_80{
        width:80%;
    }

        .address .login_body {
            background-color: #ffffff;
            border-radius: 0px;
            margin: 20px;
            padding: 20px;
        }

        .address .login_body1 h2 {
            color: #fff;
            letter-spacing: .5px;
            margin-top: 20px;
        }

        .address .login_body1 h5 {
            color: #d5d5d5;
            letter-spacing: .5px;
            margin-top: 20px;
            font-weight: 400 !important;
        }

        .address .login_body1 h6 {
            color: #d5d5d5;
            letter-spacing: .5px;
            margin-top: 20px;
            font-weight: 400 !important;
        }

    .new_address_div {
        width: 100%;
        font-size: 14px;
        background: #fff;
        transition: all 0.4s ease;
        border-radius: 4px;
        border: 2px solid var(--main);
        margin: 10px 0px;
    }

    .new_address_btn {
        color: var(--main);
        padding: 13px 25px;
        font-size: 14px;
        text-transform: capitalize;
        font-weight: 500;
        transition: all 0.4s ease;
        text-align: left;
    }

        .new_address_btn:hover {
            text-decoration: underline;
            cursor: pointer;
        }

    .address_card {
        border: 1px solid var(--main);
        padding: 20px;
        border-radius: 4px;
    }

    .address_card1 {
        display: flex;
        justify-content: space-between;
    }

    .pencil-icon {
        font-size: 18px;
        color: #1a76d1;
    }

    .delete-icon {
        font-size: 18px;
        color: red;
    }

    .pencil-icon-22 {
        font-size: 22px;
        color: #1a76d1;
    }

    .delete-icon {
        font-size: 18px;
        color: red;
    }

        .pencil-icon:hover, .delete-icon:hover {
            cursor: pointer;
        }

    .address_title {
        font-weight: 500;
        color: #000;
    }

    .new-address-form {
        background-color: var(--main-shade-light);
        padding: 20px;
    }


    .confirmation_buttons {
        display: flex;
        justify-content: space-around;
    }

    .submit-btn {
        background-color: var(--main);
        border: unset;
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        color: #fff;
        padding: 4px 14px;
        border-radius: 4px;
        cursor: pointer;
        transition: .5s ease;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
        letter-spacing: .7px;
    }

        .submit-btn:hover {
            background-color: #05264e;
            transition: .5s ease;
        }

        .submit-btn img {
            margin-right: 10px;
        }

        .submit-btn:focus {
            outline: unset;
        }

    .default-primary-btn {
        background-color: var(--main);
        border: unset;
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        color: #fff;
        padding: 4px 14px;
        border-radius: 4px;
        cursor: pointer;
        transition: .5s ease;
        letter-spacing: .7px;
        border: 2px solid var(--main);
    }

        .default-primary-btn:hover {
            background-color: var(--main-shade);
            transition: .5s ease;
        }


    .default-sceondary-btn {
        background-color: var(--white);
        border: unset;
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        color: var(--main);
        padding: 4px 14px;
        border-radius: 4px;
        cursor: pointer;
        transition: .5s ease;
        letter-spacing: .7px;
        border: 2px solid var(--main);
    }

        .default-sceondary-btn:hover {
            background-color: var(--main-shade);
            color: var(--white);
            transition: .5s ease;
        }

    .loading-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.7);
        z-index: 9999;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .loading-wrapper img {
            width: 80px;
            height: 80px;
        }

    .alert {
        position: fixed;
        top: 84px;
        right: 40px;
        width: 40%;
        z-index: 999;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0px;
        font-size: 14px;
        padding: 5px 15px;
    }

        .alert .fa-times {
            cursor: pointer;
            background-color: #f2f2f2;
            padding: 12px;
            border-radius: 9px;
            border: 1px solid #34bbb1;
            transition: .5s ease all;
        }

            .alert .fa-times:hover {
                border-radius: 50px;
                transition: .5s ease all;
            }

    #cart {
        padding: 50px 0px !important;
        background-image: url(./img/spices2.jpg);
    }

        #cart h2 {
            color: #fff;
        }

        #cart .cart-items-box {
            background-color: #fff;
            border-radius: 6px;
            padding: 16px;
        }

        #cart .cart-cal-box {
            height: 100%;
            background-color: #fff;
            border-radius: 6px;
            padding: 16px;
        }

            #cart .cart-cal-box .form-select {
                margin-top: 12px;
                width: 100%;
                line-height: 38px;
            }

        #cart .cart-header {
            padding-bottom: 12px;
        }

            #cart .cart-header h5 {
                font-size: 14px;
            }

        #cart .cart-body-lg {
            border-top: 1px solid var(--main);
            padding-bottom: 12px;
            display: block
        }

        #cart .cart-body-sm {
            display: none
        }

        #cart .cart-body-item {
            border-bottom: 1px solid var(--main);
            padding: 12px 0px;
        }

            #cart .cart-body-item h5 {
                font-size: 14px;
            }

        #cart .cart-cal-box h6 {
            padding-bottom: 0px;
        }

    .p_0_64_p_0 {
        padding: 0px 64px !important;
    }
.p_0_64 {
    padding: 0px 64px !important;
}

    @media (max-width: 768px) {
        .p_0_64 {
            padding: 0px 24px !important;
        }
        .p_0_64_p_0 {
            padding:0px !important        }
    }

    .cart-total-card-items {
        display: flex;
        justify-content: space-between;
        margin-top: 12px;
    }

        .cart-total-card-items b {
            color: #000;
        }

    .cart-apply-btn {
        display: flex;
        justify-content: center;
        margin-top: 12px;
    }

        .cart-apply-btn button {
            width: 100%;
        }
#categories .categories-card {
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 12px !important;
}

    #categories .categories-item {
        padding: 12px 0px;
    }

        #categories .categories-item .categories-title {
            display: flex;
            justify-content: space-between;
        }

            #categories .categories-item .categories-title h6 {
                color: var(--main);
            }

    .new_category_div {
        width: 100%;
        font-size: 14px;
        background: #fff;
        transition: all 0.4s ease;
        border-radius: 4px;
        border: 2px solid var(--main);
    }


    .new_category_btn {
        color: var(--main);
        padding: 13px 25px;
        font-size: 14px;
        text-transform: capitalize;
        font-weight: 500;
        transition: all 0.4s ease;
        text-align: left;
    }

        .new_category_btn:hover {
            text-decoration: underline;
            cursor: pointer;
        }

    .card-title1 {
        letter-spacing: .5px;
        font-size: 16px;
        font-weight: 500;
        margin: 0px !important
    }

    .card-desc1 {
        color: #2C2D3F;
        letter-spacing: .5px;
        font-size: 13px;
        font-weight: 400;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .card-price-org1 {
        color: #333;
        font-weight: 400;
        font-size: 14px;
        letter-spacing: .5px;
    }


    .switch3 {
        position: relative;
        display: inline-block;
        width: 70px;
        height: 30px;
        border-radius: 30px;
        background-color: #f3f4f4;
        cursor: pointer;
        transition: all .3s;
        overflow: hidden;
        box-shadow: 0px 0px 2px rgba(0,0,0, .3);
    }

        .switch3 input {
            display: none;
        }

            .switch3 input:checked + div {
                left: calc(70px - 24px);
                box-shadow: 0px 0px 0px white;
            }

        .switch3 div {
            position: absolute;
            width: 22px;
            height: 22px;
            border-radius: 22px;
            background-color: white;
            top: 5px;
            left: 5px;
            box-shadow: 0px 0px 1px rgb(150,150,150);
            transition: all .3s;
        }

            .switch3 div:before, .switch3 div:after {
                position: absolute;
                content: 'ON';
                width: calc(80px - 40px);
                height: 32px;
                line-height: 32px;
                font-family: 'Poppins';
                font-size: 14px;
                font-weight: bold;
                top: -5px;
            }

            .switch3 div:before {
                content: 'OFF';
                color: rgb(120,120,120);
                left: 100%;
                padding-left: 3px;
            }

            .switch3 div:after {
                content: 'ON';
                right: 100%;
                color: white;
            }

    .switch3-checked {
        background-color: #05d12b;
        box-shadow: none;
    }


    .cart-icon-wrapper {
        position: relative;
        display: inline-block;
    }

    .cart-icon {
        width: 100%;
        height: 100%;
    }

    .badge {
        position: absolute;
        top: -10px;
        right: -10px;
        background: red;
        color: white;
        font-size: 12px;
        padding: 2px;
        border-radius: 50%;
        line-height: 1;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 16px;
        height: 16px;
        box-shadow: 0 0 0 2px white; /* Optional: adds a white border to separate from icon */
    }

    .item-details {
        background-color: #fff;
        padding: 12px;
    }

    .offer_card {
        background-color: #fff;
        padding: 24px;
        border-radius: 8px;
    }

    .offer_item {
        margin: 10px 0px;
        background-color: #f2f2f2;
        border-left: 8px solid red;
        padding: 24px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .offer_item.active {
            border-left: 8px solid var(--main);
        }

    .offer_card-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .offer_card-title h4 {
        }

    .ftco-section .owl-carousel .owl-nav {
        display: none !important;
    }

    .ftco-section .owl-dots .owl-dot.active span {
        background-color: var(--main);
    }

    .ftco-section .owl-dots {
        margin-top: 12px !important;
    }

    .rrr .item-list, .top-5-list {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 20px;
    }

    .rrr .item, .top-item {
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 6px;
        width: 150px;
        cursor: pointer;
        text-align: center;
        user-select: none;
    }

        .rrr .item.selected {
            background-color: #d0f0d0;
            border-color: #0a0;
        }

    .rrr .top-item {
        background-color: #f0f8ff;
        border: 2px dashed #00f;
    }

    .rrr #top5Header {
        font-weight: bold;
        margin-bottom: 10px;
    }

    .home_category .owl-carousel .owl-controls {
        display: none !important
    }

    .home_category .owl-carousel .owl-item {
        border: unset !important
    }

        .home_category .owl-carousel .owl-item .card {
            border: unset !important;
            background-color: transparent;
        }

            .home_category .owl-carousel .owl-item .card .card-body {
                padding: 1.25rem;
            }

    @media (max-width: 768px) {
        .categories-accordion .categories-subtitle {
            display:none;
        }
        .sm_p_0 {
            padding:0px !important
        }
        .home_category .owl-carousel .owl-item .card .card-body {
            padding: 0.25rem;
        }

        .home_category .owl-carousel .owl-item {
            margin: 0px !important;
        }

            .home_category .owl-carousel .owl-item .card img {
                width: 70px !important;
                height: 70px !important;
                border-radius: 50% !important;
            }

                .home_category .owl-carousel .owl-item .card img:hover {
                    width: 65px !important;
                    height: 65px !important;
                    border-radius: 50% !important;
                }
    }


    .home_category .owl-carousel .owl-item .card p {
        text-align: -webkit-center !important
    }

    .home_category .owl-carousel .owl-item .card img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
    }

        .home_category .owl-carousel .owl-item .card img:hover {
            width: 90px;
            height: 90px;
            border-radius: 50%;
        }

    .home_category .owl-carousel .owl-item .card h4 {
        padding-top: 20px;
        letter-spacing: .5px;
        font-size: 16px;
        font-weight: 500;
    }

    .view-More-details {
        font-size: 12px;
    }

        .view-More-details:hover {
            text-decoration: underline;
        }

    .item-details-chips {
        display: flex;
        margin-bottom: 12px;
    }

    .item-details-chip {
        background-color: var(--main);
        color: #fff;
        padding: 2px 5px;
        font-size: 10px;
        width: fit-content;
        border-radius: 7px;
        margin-right: 6px;
        display: flex;
        align-items: center;
    }

    @keyframes slideRight {
        0% {
            transform: translateX(0);
        }

        50% {
            transform: translateX(10px);
        }

        100% {
            transform: translateX(0);
            transform: translateX(0);
        }
    }

    .fa-angle-double-right {
        animation: slideRight 1.5s infinite ease-in-out;
    }

    .text-align-center {
        text-align: center;
    }

    .policy .fs_16 {
        font-size: 16px;
        color: #000;
        font-weight: 600;
    }

    .policy .fs_14 {
        font-size: 14px;
        color: #000;
        font-weight: 600;
    }

    .policy .fs_12 {
        font-size: 12px;
        color: #000;
        font-weight: 400;
    }

    .policy .fw_500 {
        font-weight: 500;
    }

    .policy .fw_600 {
        font-weight: 600;
    }

    .benifits-title {
        font-size: 16px;
        color: #000;
        font-weight: 500;
        margin: 24px 0px 12px 0px;
    }

    .benifits-text {
        font-size: 14px;
        color: #000;
        font-weight: 400;
        margin: 6px 0px;
    }

        .benifits-text .fa-check-circle-o {
            color: var(--main);
        }

    .home_category {
        display: flex;
        justify-content: center;
        margin-top: 64px;
        background-color: var(--main-shade-light);
    }

        .home_category .card {
            border: unset !important;
            background-color: transparent;
        }

            .home_category .card .card-body {
                padding: 1.25rem;
            }

    @media (max-width: 768px) {
        .home_category .card .card-body {
            padding: 0.25rem;
        }


        .home_category .card img {
            margin-top: 10px;
            width: 50px !important;
            height: 50px !important;
            border-radius: 50% !important;
        }

            .home_category .card img:hover {
                width: 65px !important;
                height: 65px !important;
                border-radius: 50% !important;
            }

        .home_category .card h4 {
            padding-top: 10px !important;
            letter-spacing: .5px;
            font-size: 10px !important;
            font-weight: 500;
        }

        .site-navbar-wrap .logo_img a {
            font-size: 18px !important;
        }
        .item-details-chips {
            margin-top:12px;
        }
        .item-details h3 {
            font-size: 16px;
        }
        .sm_fs_12 {
            font-size: 12px !important;
            line-height: 20px;
        }
    }


    .home_category .card p {
        text-align: -webkit-center !important
    }

    .home_category .card img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
    }

        .home_category .card img:hover {
            width: 90px;
            height: 90px;
            border-radius: 50%;
        }

    .home_category .card h4 {
        padding-top: 20px;
        letter-spacing: .5px;
        font-size: 16px;
        font-weight: 500;
    }

    .home_bestsellers .mbl-view {
        display: none;
    }

    .display-flex {
        display: flex;
    }

    @media (max-width: 426px) {
        .sm-bb {
            border-bottom: 1px solid #d0d0d0;
        }
        .home_bestsellers {
            padding: 12px 0px !important;
        }
        .sm_align_center {
            display: flex;
            align-items: center;
        }

        .home_bestsellers .frontside .card .card-title {
            padding: 0px;
            font-size: 12px;
        }

        .home_bestsellers .card-price-org {
            color: #000 !important;
            font-weight: 500 !important;
            font-size: 12px !important;
            margin-top: 0px !important;
            margin-right: 10px !important;
        }

        .home_bestsellers .card-price-dis {
            color: #888 !important;
            font-size: 12px !important;
            margin-top: 0px !important;
            margin-right: 10px !important;
            text-decoration: line-through !important;
        }

        .home_bestsellers .view-More-details,
        .home_bestsellers .stock-available,
        .home_bestsellers .lap-view {
            display: none;
        }

        .home_bestsellers .card-cart {
            margin: 0px !important;
        }

        .home_bestsellers .card-cart-add {
            background-color: var(--main);
            width: 100%;
            color: #fff;
            padding: 0px 6px;
            letter-spacing: .5px;
            font-weight: 500;
            border-radius: 5px;
            text-align: center;
            border: 2px solid var(--main);
            font-size: 10px;
            margin-left: 12px;
        }

        .home_bestsellers .card-cart-add-outline {
            background-color: #fff;
            width: 100%;
            color: var(--main);
            padding: 0px 6px;
            letter-spacing: .5px;
            font-weight: 500;
            border-radius: 5px;
            text-align: center;
            border: 2px solid var(--main);
            font-size: 10px;
            margin-left: 12px;
        }

        .home_bestsellers .mbl-view {
            display: block;
        }
        .policy h1 {
            font-size:24px !important;
        }
        #BestSellers .card-price-org {
            color: #000;
            font-weight: 500;
            font-size: 12px;
            margin-top: 0px;
            margin-right: 10px;
        }

        #BestSellers .card-price-dis {
            color: #888;
            font-size: 12px;
            margin-top: 0px;
            margin-right: 10px;
            text-decoration: line-through;
        }

        #BestSellers .card-price-dis-per {
            color: #26955d;
            font-size: 12px;
            margin-top: 0px;
        }
        .frontside .card .card-title {
            padding-top: 10px !important;
            letter-spacing: .5px !important;
            font-size: 14px !important;
            font-weight: 500;
            margin-bottom: 6px;
        }
        .cart-items-box svg {
            height:80px;
        }
        .cart-items-box h3 {
            font-size: 14px;
        }
        .cart-items-box h6 {
            font-size: 10px;
        }
        #cart h2 {
            font-size: 16px;
        }
    }
.policy h1 {
    font-size: 32px;
}
.contact-us-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 12px 24px;
}

.contact-us-card-icon-div {
    background-color: rgb(45 65 255 / 20%);
    width: 65px;
    height: 65px;
    border-radius: 50%;
    padding: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    display: flex;
    justify-content: center;
}
    .contact-us-card-icon-div .chat {
        font-size: 25px;
    }
    .contact-us-card-icon-div .mail {
        font-size: 25px;
    }
    .contact-us-card-icon-div .phone {
        font-size: 25px;
    }
    .txt_white{
        color:#fff !important;
    }
.policy a {
    color: #007bff;
}
.order-item {
    background-color: #fff;
    padding: 12px;
    border-radius: 0.5rem;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    height: 100%;
    display: flex;
    align-items: center;
    /* gap: 1rem; */
}

.order-img {
    width: 7rem;
    height: auto;
    object-fit: contain;
}
.order-item b {
    font-weight: 600 !important;
}
.policy .fs_12_light {
    font-size: 12px;
    color: #333;
    line-height: 16px;
    letter-spacing: .5px;
}
@media (max-width: 426px) {
    .policy .fs_12_light {
        font-size: 12px;
        color: #333;
        line-height: 16px;
        letter-spacing: .5px;
    }
    .cart-header {
        display:none;
    }
    #cart .cart-body-lg {
        border: unset;
        display: none
    }
    #cart .cart-body-sm {
        display: block;
    }
    #cart .cart-body-item h5 {
        margin-top: 0px;
    }
    .cart-header {
        display: none;
    }
    .alert {
        right: 20px !important;
        width: 80% !important;
    }
}


.cart_address_card {
    border: 1px solid #cdcdcd;
    border-radius: 4px;
    padding: 14px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin: 12px 0px;
    border-left: 8px solid #cdcdcd;
}
.cart_address_card:hover {
    border-left: 8px solid var(--main);
    cursor:pointer;
}
.cart_address_card.active {
    border-left: 8px solid var(--main);
}
@media (max-width: 426px) {
    #categories .main {
        width: 100%
    }

    #categories form {
        width: 100% !important;
    }
    #categories h2 {
        display:none;
    }
    .offer_card-title h4 {
        font-size: 16px;
    }
}

.clients .owl-carousel .owl-item {
    padding: 12px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.search-container {
    position: relative;
    width: 450px;
    height: 50px;
}

.search-input {
    width: 100%;
    padding: 10px 40px 10px 20px !important;
    border: 1px solid #ccc !important;
    border-radius: 25px !important;
    font-size: 16px;
    outline: none;
}

.search-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-55%);
    font-size: 18px;
    color: #888;
    cursor: pointer;
}

    .search-icon:hover {
        color: #000;
    }
.category-card {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 12px 0px;
}
.item-tag {
    color:#888;
    padding: 2px 8px;
    border-radius: 16px;
    font-size: 12px;
    margin-right: 12px;
    transition: .5s ease all;
    cursor:pointer;
    border: 1px solid var(--medium-gray);
}
.item-tag:hover,
.item-tag.active {
    transition: .5s ease all;
    border: 1px solid #01aa9d;
    background-color: #01aa9d;
    color: #fff;
}

@media (max-width: 450px) {
    .category-card {
        padding: 0px !important;
        box-shadow: unset !important;
        margin: 0px !important;
    }
    .p_sm_0{
        padding:0px !important
    }
    .categories-accordion .card-header-img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        margin-right: 20px;
    }
    .categories-accordion .card-body {
        padding-top: 6px !important;
        padding-bottom: 6px !important
    }
}
.NoAddress img{
    width:100px;
}



.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: #8a8c8f;
    opacity: 0.5;
}

    .placeholder.btn::before {
        display: inline-block;
        content: "";
    }

.placeholder-xs {
    min-height: 0.6em;
}

.placeholder-sm {
    min-height: 0.8em;
}

.placeholder-lg {
    min-height: 1.2em;
}

.placeholder-glow .placeholder {
    animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
    50% {
        opacity: 0.5;
    }
}

.placeholder-wave {
    mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.5) 75%, #000 95%);
    mask-size: 200% 100%;
    animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
    100% {
        mask-position: -200% 0%;
    }
}


.placeholder-glow.home_category .img{
    width:100px;
    height:100px;
    border-radius:50%;
    margin:12px 0px;
}
.placeholder-glow.home_category .title {
    width: 100px;
    margin-bottom: 12px;
}

.p_24_d {
    padding: 24px;
}
@media (max-width: 768px) {
    .placeholder-glow.home_category .img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        margin: 12px 0px;
    }
    .placeholder-glow.home_category .title {
        width: 50px;
        margin-bottom: 12px;
    }
    .p_24_d {
        padding:12px;
    }
    .breadcrum_p {
        margin-bottom: 12px;
        display: block !important;
    }
}
.breadcrum_active {
    color:var(--main) !important;
    font-weight:600;
}
.breadcrum_inactive {
    color: #fff !important;
    font-weight: 600;
}
.breadcrum_p {
    margin-bottom:12px;
    display:none;
}