body {
    font-family: "Poppins", sans-serif;
}

header {
    background: #f0f8ee;
}

.owl-carousel-line .owl-dots {
    border-bottom: 3px solid #D6D6D6;
    display: flex;
    height: 4px;
}

    .owl-carousel-line .owl-dots .owl-dot {
        width: 100%;
    }

        .owl-carousel-line .owl-dots .owl-dot span {
            width: 100%;
            border-radius: 0;
            margin: 0;
            height: 4px;
            background-color: transparent;
        }

        .owl-carousel-line .owl-dots .owl-dot.active span,
        .owl-carousel-line .owl-dots .owl-dot:hover span {
            background-color: green;
        }

.home-cat {
    transition-duration: 0.3s;
    margin: 10px 5px;
    border-radius: 15px;
    overflow: hidden;
}

    .home-cat span {
        margin: 15px 0;
        display: block;
        text-align: center;
    }

    .home-cat:hover {
        box-shadow: 0 0 8px;
    }

.item.combo-prd {
    border-radius: 150px;
    background-color: #dbf0ff;
    padding: 20px 30px;
    overflow: hidden;
}

.latest-news-title {
    background: #0078c1;
    min-width: 121px;
    text-align: center;
    color: #fff;
    height: 100%;
    padding: 3px 0;
}

.latestnews {
    background: #ceedc8;
}

.logo {
    max-width: 150px;
    padding: 5px 0;
}

    .logo img {
        width: 100%;
    }

.menu {
    display: flex;
    align-items: center;
}

    .menu ul {
        margin-bottom: 0;
        padding-left: 0;
    }

    .menu li {
        display: inline-block;
        margin-right: 31px;
    }

    .menu a {
        text-decoration: none;
        color: #000;
        font-weight: 500;
    }

.header-right-nav li {
    display: flex;
    margin-left: 20px;
    margin-bottom: 0;
}

    .header-right-nav li a {
        color: #000;
    }

.header-right-nav .dropdown-menu li {
    margin-left: 0;
}

    .header-right-nav .dropdown-menu li a {
        font-size: 14px;
    }

.header-right-nav .dropdown-toggle::after {
    display: none;
}

.header-right-nav {
    display: flex;
    margin-bottom: 0;
}

    .header-right-nav .dropdown-item {
        font-size: 14px;
    }

    .header-right-nav li {
        font-size: 20px;
    }

.search input {
    background-color: transparent;
    border: none;
    font-size: 14px;
    width: 100%;
}

    .search input:focus {
        outline: none;
    }

.search {
    width: 300px;
    border-bottom: 1px solid;
}

.combo-prd h2 {
    font-size: 22px;
    text-align: center;
}

.combo-prd h3 {
    font-size: 15px;
    text-align: center;
}

.combo-prd h4 {
    font-size: 30px;
    text-align: center;
}

.combo-prd button {
    border: none;
    background: #01693a;
    color: #fff;
    padding: 8px;
    border-radius: 21px;
    display: flex;
    align-items: center;
    margin: 0px auto;
}

    .combo-prd button i {
        width: 30px;
        height: 30px;
        background-color: #fff;
        color: #01693a;
        display: flex;
        border-radius: 50%;
        margin-left: 11px;
        align-items: center;
        justify-content: center;
    }

.Featured-Products {
    background-color: #e1f3f2;
}

.home-prd {
    background-color: #fff;
    width: 90%;
    margin: 0px auto;
    padding: 15px;
    border-radius: 10px;
    position: relative;
    display: block;
}

    .home-prd::before {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background-color: #77b1de;
        z-index: -1;
        border-radius: 10px;
        transition-duration: 0.3s;
    }

    .home-prd:hover::before {
        transform: rotate(4deg);
    }

.home-prd-title {
    font-size: 14px;
    min-height: 42px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.trend-prd-image {
    max-width: 167px;
}

.trend-prd-details h2 {
    font-size: 19px;
}

.trend-prd-card {
    position: relative;
    background-color: #fff;
}

    .trend-prd-card::before {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background-color: #77b1de;
        z-index: -1;
        border-radius: 10px;
        transition-duration: 0.3s;
    }

    .trend-prd-card:hover::before {
        transform: rotate(-4deg);
    }

.blog-video {
    width: 95%;
    margin: 0px auto;
    border-radius: 10px;
    position: relative;
}

    .blog-video img {
        border-radius: 10px;
    }

    .blog-video::before {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background-color: #77b1de;
        z-index: -1;
        border-radius: 10px;
        transition-duration: 0.3s;
    }

    .blog-video:hover::before {
        transform: rotate(4deg);
    }

.home-ourbrands {
    background: #fff7f7;
    margin-top: 41px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.brand-card {
    display: flex;
    justify-content: center;
    height: 55px;
    align-items: center;
}

    .brand-card img {
        max-height: 53px;
        width: auto !important;
        max-width: 100% !important;
    }

.heilights-circle {
    position: relative;
    height: 120px;
    width: 120px;
    box-shadow: 0 4px 9px 4px rgba(0, 0, 0, 0.2);
    margin: 0px auto;
    border-radius: 50%;
    z-index: 99;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .heilights-circle::after {
        content: "";
        width: 100px;
        height: 100px;
        position: absolute;
        border: 3px dashed #3a9526;
        border-radius: 50%;
        left: 10px;
        top: 10px;
        opacity: 0;
        transition-duration: 0.8s;
        transform: rotate(0deg);
    }

.heilights-sec:hover .heilights-circle::after {
    opacity: 1;
    display: block;
    transform: rotate(360deg);
}

.heilights {
    position: relative;
}

    .heilights::after {
        content: "";
        position: absolute;
        top: 57px;
        left: 0;
        border: 2px dashed #3a9526;
        width: 100%;
    }

.top-circle::before {
    content: "";
    width: 160px;
    height: 160px;
    position: absolute;
    left: -20px;
    top: -20px;
    background-image: url(./../images/circle.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.bottom-circle::before {
    content: "";
    width: 160px;
    height: 160px;
    position: absolute;
    left: -20px;
    top: -20px;
    transform: rotate(180deg);
    /* border-radius: 50%; */
    background-image: url(./../images/circle.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.heilights-sec {
    position: relative;
    width: 75%;
    margin: 0px auto;
}

    .heilights-sec::before {
        content: "";
        width: 180px;
        height: 180px;
        position: absolute;
        left: calc(50% - 90px);
        ;
        top: -30px;
        background-color: #fff;
        z-index: 9;
    }

    .heilights-sec h1 {
        font-size: 20px;
        text-align: center;
        margin-top: 51px;
    }

    .heilights-sec p {
        margin-bottom: 0;
        text-align: center;
        font-size: 14px;
        color: #7b7b7b;
    }

ul.prd-icons li {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ececec;
    width: 30px;
    height: 30px;
    margin-top: 7px;
    border-radius: 50%;
    display: none;
    cursor: pointer;
}

.prd-flag {
    background-color: #0061ab;
    color: #fff;
    position: absolute;
    padding: 3px 9px;
    border-radius: 15px;
    font-size: 12px;
}
.prd-flag-discount { 
    color: #fff;
    position: absolute;
    padding: 3px 9px;
    border-radius: 15px;
    font-size: 12px;
    right: 13px;
    z-index: 2;
}
    .prd-flag-discount::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: #1e9b05;
        width: 100%;
        height: 94%;
        transform: skewX(-37deg);
        border-radius: 6px;
        z-index: -1;
    }


ul.prd-icons li:last-child {
    display: flex;
}

.home-prd:hover li {
    display: flex;
}

.home-prd:hover ul.prd-icons li:last-child {
    background-color: #1a89db;
    color: #fff;
}

.prd-list-breadcomb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 60px;
    display: flex;
    justify-content: center;
    text-align: center;
    color: #fff;
}

ul.prd-icons {
    position: absolute;
    padding-left: 0;
    margin-bottom: 0;
    bottom: 14px;
    right: 10px;
}

.prd-list-breadcomb ul {
    display: inline-flex;
}

    .prd-list-breadcomb ul li {
        list-style-type: none;
        margin: 0 15px;
        position: relative;
    }

        .prd-list-breadcomb ul li::after {
            content: "\ea6e";
            font-family: remixicon !important;
            position: absolute;
            right: -25px;
        }

        .prd-list-breadcomb ul li:last-child:after {
            display: none;
        }

.side-filter {
    max-width: 280px;
}

.prd-list-slider {
    margin-top: -80px;
    margin-bottom: 40px;
}

.owl-carousel-prd-list-slider-card {
    text-align: center;
}

    .owl-carousel-prd-list-slider-card h1 {
        font-size: 20px;
        margin-bottom: 0;
    }

    .owl-carousel-prd-list-slider-card img {
        width: 150px !important;
        margin: 0px auto;
    }

.filter-card {
    border-radius: 20px;
    padding: 15px;
}

    .filter-card .card-header {
        background-color: transparent;
    }

.btn-primary {
    border: none;
    background: #01693a;
    color: #fff;
    padding: 8px 8px 8px 12px;
    border-radius: 21px;
    display: flex;
    align-items: center;
}

    .btn-primary i {
        width: 30px;
        height: 30px;
        background-color: #fff;
        color: #01693a;
        display: flex;
        border-radius: 50%;
        margin-left: 11px;
        align-items: center;
        justify-content: center;
    }

.qty {
    display: flex;
    overflow: hidden;
    border: 1px solid;
    border-radius: 28px;
    padding: 5px;
}

    .qty button {
        background-color: #01693a;
        border: none;
        color: #fff;
        width: 36px;
        height: 36px;
        border-radius: 50%;
    }

    .qty input {
        width: calc(100% - 72px);
        border: none;
        padding: 6px 8px;
        text-align: center;
    }

input:focus {
    outline: none;
}

.qty-col {
    max-width: 160px;
}

.prd-details-rightsec {
    position: sticky;
    top: 140px
}

.cardt-animated-icon {
    position: absolute;
    background: #0078c1;
    z-index: 9999;
    top: 0;
    left: 0;
    font-size: 20px;
    color: #fff;
    border-radius: 10px;
    padding: 3px 11px;
}

span.cartcount-label {
    position: absolute;
    top: -7px;
    right: -12px;
    background: #0078c1;
    font-size: 12px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

#prdPartialview .btn-close {
    position: absolute;
    right: 24px;
    top: 13px;
    z-index: 99
}

.dec-prd .nav-pills .nav-link.active,
.dec-prd .nav-pills .show > .nav-link {
    background-color: transparent;
    color: #0078c1;
    border-bottom: 3px solid;
    border-radius: 0;
    font-weight: 600;
}

footer {
    background-color: #073659;
}

.footer-top {
    padding-top: 50px;
}

.footer-links {
    padding-left: 0;
    margin-bottom: 0;
}

.footer-top h1 {
    font-size: 23px;
    color: #fff;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.footer-links li {
    list-style-type: none;
    margin-bottom: 13px;
}

.mobile-logo {
    text-align: center;
    padding: 10px 0;
    background-color: #f0f8ee;
    margin: 0 -12px;
    margin-bottom: 16px;
}

    .mobile-logo img {
        width: 150px;
    }

.toggle-menu {
    font-size: 22px;
    padding-left: 10px;
    padding-right: 11px;
}

.left-0 {
    left: 0px !important
}

.blog-video-text {
    position: absolute;
    bottom: 13px;
    min-height: 65px;
    text-align: center;
    color: #fff;
    font-size: 19px;
}

.blog-video-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: red;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    background: linear-gradient(354deg, #000000c4, transparent);
    border-radius: 10px;
}

.event-videos {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.event-video-icon {
    color: red;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-size: 45px;
}

    .event-video-icon i {
        background-color: #fff;
        line-height: 45px;
        border-radius: 50%;
    }

.blog-video-icon i {
    background: #fff;
    line-height: 58px;
    border-radius: 50%;
}

.error {
    color: red;
    font-size: 12px;
}

/*signup star*/
.signup-type {
    position: relative;
    border: 3px #0078c1 solid;
    border-radius: 6px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.signup-type-hover {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: linear-gradient(3deg, #0000003d, transparent);*/
}
.signup-type-hover-1 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(3deg, #0000009e, #0000008f);
}
.signup-type img {
    height: 351px;
}
.form-control[readonly] {
    background-color: whitesmoke;
}

.signup-type-hover h2 {
    background-color: #0078c1;
    margin-bottom: 0;
    width: 100%;
    font-size: 21px;
    padding: 8px 9px;
    text-align: center;
    color: #fff;
    transition-duration: 0.5s;
    position: absolute;
    bottom: 0%;
    cursor: pointer;
}

.signup-type-hover-1 h2 {
    background-color: #f5f5f5;
    margin-bottom: 0;
    width: 100%;
    font-size: 21px;
    padding: 8px 9px;
    text-align: center;
    color: #0078c1;
    transition-duration: 0.5s;
    position: absolute;
    bottom: 0%;
    cursor: pointer;
}
.signup-type:hover h2 {
    position: absolute;
    bottom: calc(50% - 15px);
    border: 3px solid #0078c1;
}

.signuptitle {
    text-align: center;
    margin-bottom: 30px;
}

    .signuptitle span {
        font-size: 17px;
        padding: 10px 39px;
        border-radius: 35px;
        display: inline-block;
        color: #ffffff;
        font-weight: 600;
        background: #0078c1;
    }
/*sign up end*/
.footer-links {
    padding-left: 0;
    margin-bottom: 0;
}

.footer-top h1 {
    font-size: 23px;
    color: #fff;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    word-break: break-all;
}

.footer-links li {
    list-style-type: none;
    margin-bottom: 13px;
    display: flex;
}

.soacial-media i {
    color: #ffff;
    font-size: 30px;
    float: right;
    margin-right: 15px;
}

/* conatct us css strt here */
.address {
    background-color: #F9F4F0;
    padding: 15px;
    border-radius: 17px;
    height: 100%;
}

.contact-form input {
    width: 100%;
    height: 48px;
    border-radius: 7px;
    border: 1px solid #e1e1e1 !important;
}

.contact-form textarea {
    width: 100%;
    border-radius: 7px;
    border-color: #e1e1e1;
    outline: none;
}

.contact-btn {
    background-color: #073659;
    color: #ffff;
}

ul.filter li {
    min-width: 78px;
    border: 1px solid;
    text-align: center;
    margin-right: 11px;
    padding: 1px 8px;
    text-align: center;
    cursor: pointer;
    list-style-type: none;
}

    ul.filter li.selected {
        background: #0078c1;
        color: #fff;
        cursor: pointer
    }
/* conatct us css end here */
ul.filter {
    display: flex;
    padding-left: 0;
}

.steeps ul {
    display: flex;
    padding-left: 0;
}

    .steeps ul li {
        list-style-type: none;
        width: 100%;
        text-align: center;
        position: relative;
    }


color-filter {
    display: flex
}

.color-filter {
    padding-left: 0px;
    display: flex;
}


    .color-filter li {
        list-style-type: none;
        margin-right: 10px;
        cursor: pointer;
        width: 40px;
        height: 40px;
        display: block;
        margin: 0px auto;
        border-radius: 50%;
        margin-right: 7px;
        box-shadow: 0px 0px 2px;
    }


.steeps ul li::after {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    background: #b9def5;
    top: 20px;
    right: 50%;
}

.steeps ul li.active::after {
    background: #b9def5;
}

.steeps ul li:first-child::after {
    display: none;
    margin-top: 10px;
    font-size: 12px;
    width: 100%;
    text-align: center;
}

.steeps ul li span {
    background: #b9def5;
    width: 39px;
    display: block;
    margin: 0px auto;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
    color: #000;
    z-index: 9;
    position: relative;
}

.steeps ul li.active span {
    background: #0078c1;
    color: #fff;
}

.steeps ul li label {
    display: none;
}

.steeps ul li.active label {
    display: block;
}

.cursor-pointer {
    cursor: pointer;
}

.color-filter {
    padding-left: 0px;
    display: inline-flex;
}

    .color-filter li {
        list-style-type: none;
        margin-right: 10px;
        display: flex;
        margin-right: 17px;
        position: relative;
    }



        .color-filter li.selected::before {
            content: "";
            width: 9px;
            height: 20px;
            position: absolute;
            /* background: red; */
            left: 17px;
            top: 8px;
            transform: rotate(45deg);
            border-bottom: 2px solid;
            border-right: 2px solid;
        }

.soacial-media i {
    color: #ffff;
    font-size: 30px;
    float: right;
    margin-right: 15px;
}

/* login page css strt here */
.login-form {
    background-color: #ffff;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    position: relative;
    left: 50%;
    width: 100%;
    padding: 20px;
    border-radius: 15px;
}

    .login-form input {
        border: 1px solid #C1C1C1;
        border-radius: 6px;
        width: 100%;
        height: 44px;
    }

    .login-form label {
        margin-top: 20px;
    }

.login-btn {
    background-color: #0061AB;
    border: none;
    color: #ffff;
}

.login-bg {
    background-image: url(../../images/image.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.lblerros {
    color: red;
    font-weight: bold;
    font-size: 12px;
    position: absolute;
}

/* login page css end here */
.home-prd img {
    aspect-ratio: 30 / 37;
    object-fit: cover;
}

li.cartcount span {
    position: absolute;
    top: -5px;
    background: #0078c1;
    color: #fff;
    font-size: 12px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    right: -13px;
}

li.cartcount {
    position: relative;
}

/* mision vision section css strt here */
.vision-bg {
    background-color: #6F0801;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
    padding: 60px;
    text-align: center;
    color: #fff;
    border-radius: 15px;
}

.mision-bg {
    background-color: #FF6B01;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
    padding: 60px;
    text-align: center;
    color: #fff;
    border-radius: 15px;
}

.values-bg {
    background-color: #2B95A3;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
    padding: 60px;
    text-align: center;
    color: #fff;
    border-radius: 15px;
}

    .values-bg li {
        list-style-type: none;
    }

/* mision vision section css end here */
.confm-dilog-order-content h1 {
    color: #4caf50;
    font-size: 25px;
}
.confm-dilog-order-content-success h1 {
    color: #4caf50;
    font-size: 25px;
}

.confm-dilog-order-content-fail h1 {
    color: red;
    font-size: 25px;
}
.confm-dilog-order {
    position: fixed;
    z-index: 999;
    background: #00000099;
    height: 100%;
    width: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(6px);
}
.hdfc-success {
    background: #4CAF50;
    border: 3px solid #8BC34A;
}

.hdfc-fail {
    background: #ff002f;
    border: 3px solid #ff0c44;
}
.confm-dilog-order-icon i {
    font-size: 35px;
    width: 60px;
    height: 60px;
    background: #4CAF50;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
    border-radius: 50%;
    margin-bottom: 25px;
    border: 3px solid #8BC34A;
}
.confm-dilog-order-icon-hdfc i {
    font-size: 35px;
    width: 60px;
    height: 60px;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
    border-radius: 50%;
    margin-bottom: 25px;
}


.confm-dilog-order-content {
    background: #fff;
    text-align: center;
    padding: 26px;
    min-width: 477px;
    border-radius: 8px;
}
.comman-share {
    position: fixed;
    width: 100%;
    bottom: -100%;
    z-index: 99;
    background: #0078c1;
    color: #fff;
    transition-duration:0.5s;
}
.comman-share ul {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}
.comman-share ul li {
    list-style-type: none;
    display: flex;
}
.comman-share ul li a {
    padding: 8px 12px;
    border: 1px solid;
    margin: 12px 7px;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
}
.bottom-0{
    bottom:0px !important
}


@media only screen and (max-width: 480px) {
    .menu {
        position: fixed;
        left: -100%;
        height: 100vh;
        background: #0062ac;
        max-width: 280px;
        z-index: 99;
        transition-duration: 0.5s;
        display: inline;
    }

        .menu li {
            width: 100%;
        }

            .menu li a {
                margin-bottom: 15px;
                display: block;
                color: #fff;
            }

    .mobile-overlay {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: #0202028f;
        z-index: 9;
    }
}
