﻿body {
}

#header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: white; /* Example background color */
    color: grey; /* Example text color */
    height: 70px; /* Example header height */
    z-index: 1000; /* Ensure header appears above navbar */
}

#header-checkout {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: darkgray; /* Example background color */
    color: grey; /* Example text color */
    height: 70px; /* Example header height */
    z-index: 1000; /* Ensure header appears above navbar */
}

#navbar1 {
    position: fixed;
    top: 70px; /* Adjust according to the header height */
    width: 100%;
    height: 50px; /* Example navbar height */
    z-index: 999; /* Ensure navbar appears below header */
}


#navbar2 {
    position: fixed;
    top: 70px; /* Adjust according to the header height */
    width: 100%;
    height: 50px; /* Example navbar height */
    z-index: 999; /* Ensure navbar appears below header */
}


#autocomplete-results {
    position: absolute;
    top: 100%;
    right: 124px;
    background-color: white;
    border: 1px solid rgb(204, 204, 204);
    width: 225px;
    border-radius:17px;
}



.autocomplete-result {
    padding: 0px 7px 0px 7px;
}

#navbar1 .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

/* Hide dropdown menu when not hovered 
*//*@media (max-width: 991.98px) {
    #navbar1 .navbar-nav .nav-item.dropdown .dropdown-menu {
        display: none;
    }
}*/

#navbar1 .dropdown:hover .dropdown-menu {
    display: block;
}

#navbar1 .mega-menu .col-md-3 {
    width: 15%;  /*Adjust the width of columns*/ 
}

#navbar1 .mega-menu .dropdown-item {
    padding: 0.1rem 1rem; /*Adjust padding between menu items */
}


/*.header {
    POSITION: fixed;
    WIDTH: 100%;
    z-index: 3;
}*/

.tplftText, .tprftText {
    margin: 0;
    border-bottom: 1px solid #e1e1e1;
}
.tplftText, .tprftText {
    line-height: 18px;
    font-size: 15px;
}
.tplftText {
    display: flex;
    padding: 0;
    float: left;
}
.listNone {
    list-style: none;
}

.tprftText {
    display: flex;
    width: 490px;
    padding: 0 0 4px;
    float: right;
    font-size: 15px;
    line-height: 18px;
    border-bottom: transparent !important;
}
.header-end {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top:-42px;
}
.relative {
    position: relative;
}
.logoIcon {
    margin-left: -168px;
    /* margin-top: 2px; */
    width: 100px;
    position: relative;
}

.fixed-top1 {
    position: fixed;
    background-color: black;
    top: 64px;
    right: 0;
    left: 0;
    z-index: 1;
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link {
    color: white;
}

#navbar1 .megamenu {
    padding: 1rem;
}
/**/
/* ============ desktop view ============ */
@media all and (min-width: 992px) {

    #navbar1 .has-megamenu {
        position: static !important;
    }

    #navbar1 .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
    }
}
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
/*@media(max-width: 991px) {*/
  /*  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }*/
/*}*/

.text-1000 {
    color: white !important;
}
nav ul li a:hover {
    font-size: 12px;
    color: #e51153;
    font-weight: 600;
    /* change background color on hover */
}

.card-img-top {
    height: 370px; /* Set a fixed height for the image */
    width: 380px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding-top:5px;
}
.card-img-top1 {
    height: 614px; /* Set a fixed height for the image */
    object-fit: cover; /* Ensure the image covers the entire space */
}
.card-img-top2 {
    height: 614px; /* Set a fixed height for the image */
    object-fit: cover; /* Ensure the image covers the entire space */
    border-radius:35px;
}
.card-image {

    border-radius: 35px;
}
section {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}


#loader-container1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    z-index: 9999;
    display: none;
}

#loader1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid aquamarine; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite; /* Spin animation */
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


@media (min-width: 576px) and (max-width: 767.98px) {
    .shiftfeaturedproductmobileview {
        margin-left: -35px;
    }
}

.card-border {
    height: 390px; /* Set a fixed height for the image */
    width: 270px;
    border: 1px solid rgba(0, 0, 0, 0.125); /* Add border */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Add shadow */
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-border1 {
    height: 480px;
/*    width: 430px;
*/   /* display: flex;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    justify-content: center;
    align-items: center;*/

}
.card-border2 {
    height: 303px; /* Set a fixed height for the image */
    width: 270px;
    border: 1px solid rgba(0, 0, 0, 0.125); /* Add border */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Add shadow */
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-img-top3 {
    height: 250px; /* Set a fixed height for the image */
    width:250px;
    object-fit:cover; /* Ensure the image covers the entire space */
    padding-top:5px;
  
}

.three-loved-cards {
    padding-left: 6px;
    padding-right: 6px;
}

.image-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.initial-image, .hover-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 350px; 
    width: 430px;
    transition: opacity 0.3s ease;
}

.hover-image {
    opacity: 0;
}

.card-body-content{
    display:flex;
    flex-direction:column;
}

.card-body-content-inner{
    display:flex;
    justify-content:space-evenly;
}

.card-body-content-inner1 {
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
    flex-direction: column;
}
.card-body-content-inner2 {
    padding-top: 60px;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
}
.card-body-content-inner3 {
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
    flex-direction: column;
}
.hover-effect {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .hover-effect:hover {
        transform: translateY(-10px); /* Move card 5px up */
        box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1); /* Add shadow */
    }

   /* swiper*/
.swiper, swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}
swiper.product-swiper {
    position: relative;
    margin-bottom: 30px;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}
.swiper-slide, swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}
.product-store .product-item {
    position: relative;
    margin-bottom: 30px;
}
.product-item .cart-concern {
    background: var(--light-color);
    width: 80%;
    text-align: center;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 300px;
    z-index: 9;
    transition: 0.5s ease-out;
    padding: 20px 30px;
    opacity: 0;
}
.shopify-list .product-detail,
.shopify-list .action-buttons {
    margin-top: 20px;
}

    .shopify-list .product-detail p {
        margin-top: 10px;
    }
.product-item .item-price {
    font-size: 1.8em;
}


.card-rotate {
    background-color: transparent;
    width: 250px;
    height: 290px;
    perspective: 1000px;

}


.card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.card:hover .card-inner {
    transform: rotateY(180deg);
}

.card-front, .card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.card-front {
    background-color: #bbb;
    color: black;
}

.card-back {
    background-color: white;
    transform: rotateY(180deg);
}


form.rightSearch {
    float: right;
    width: 355px;
    position: relative;
    margin-top: -45px;
    right: 5.6%;
}
.searchForm {
    padding: 7px 10px;
    font-size: 13px;
    border: 1px solid #bdbcbc;
    width: 70%;
    background: #fff;
    line-height: 17px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}
.searchInput {
    background-color: #fff;
}
form.rightSearch button {
    padding: 0;
    background: #fff;
    color: #bdbcbc;
    font-size: 17px;
    border: 0;
    cursor: pointer;
    position: absolute;
    right: -11px;
    top: 0;
    margin-top: 7px;
}



/*About-Us*/
.section-bg {
    background: #eff5f5;
}
.section-header .section-title {
    font-size: 32px;
    color: #111;
    text-align: center;
    text-transform: uppercase;
    font-family: auto;
    font-weight: bolder;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}
section-header .section-divider {
    display: block;
    width: 60px;
    height: 3px;
    background: #1dc8cd;
    background: linear-gradient(0deg, #1dc8cd 0%, #55fabe 100%);
    margin: 0 auto;
    margin-bottom: 20px;
}
.section-header .section-description {
    text-align: center;
    padding-bottom: 40px;
    color: #777;
    font-style: italic;
}
#about .about-img {
    height: 510px;
    overflow: hidden;
}
.initial-content .more-content {
    display: none;
}

.read-more {
    display: inline-block;
    padding: 8px 20px;
    background-color: transparent; /* Button background color */
    color: black; /* Button text color */
    text-decoration: none;
    border: 1px solid aquamarine; /* Button border color */
    border-radius: 5px; /* Rounded corners */
    transition: background-color 0.3s, border-color 0.3s, color 0.3s; /* Smooth transition */

}

    .read-more:hover {
        background-color: aquamarine; /* Darker background color on hover */
        color: #fff; /* Text color on hover */
    }

    .about-us{
        width:100%;
    }
.about-us-title {
    font-weight: bold;
    color: aquamarine;
    font-family: "Montserrat", sans-serif;
}


/*------*/
.read-more1 {
    margin-bottom:12px;
    display: inline-block;
    padding: 8px 20px;
    background-color: transparent; /* Button background color */
    color: black; /* Button text color */
    text-decoration: none;
    border: 1px solid black; /* Button border color */
    border-radius: 5px; /* Rounded corners */
    transition: background-color 0.3s, border-color 0.3s, color 0.3s; /* Smooth transition */
}

    .read-more1:hover {
        background-color: black; /* Darker background color on hover */
        color: #fff; /* Text color on hover */
    }


.dropdown1 {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    width:180px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown1:hover .dropdown-content {
    display: block;
}

.dropdown-content a {
    color: black;
    padding: 5px 5px;
    text-decoration: none;
    display: block;
}

    .dropdown-content a:hover {
        background-color: aquamarine;
    }

  /*  Signup/Login*/

.signuproceedbutton{
    margin-top:5px;
    width:100%;
    background-color:aquamarine
}

.modal-close {
    /* position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    color: #000;
    cursor: pointer;*/
    color: black;
    background-color: #FE7A15;
    border-color: #FE7A15;
    background-color: transparent;
    border: transparent;
    font-size: xx-large;
}

.heart-icon {
    width: 24px; /* Adjust width as needed */
    height: 24px; /* Adjust height as needed */
}
.heart-icon1 {
    width: 24px; /* Adjust width as needed */
    height: 24px; /* Adjust height as needed */
}
.heart-icon2 {
    width: 24px; /* Adjust width as needed */
    height: 24px; /* Adjust height as needed */
}

    /* Styling for heart icon when active (clicked) */
    .heart-icon.active {
        filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(302deg) brightness(102%) contrast(102%); /* Adjust color filter as needed */
    }
.heart-icon1.active {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(302deg) brightness(102%) contrast(102%); /* Adjust color filter as needed */
}
.heart-icon2.active {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(302deg) brightness(102%) contrast(102%); /* Adjust color filter as needed */
}
/* Move the carousel control buttons to the sides */
.carousel-control-prev,
.carousel-control-next {
    width: auto;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.cat-link {
    color: white;
    background-color: black;
    margin-left: 5px;
}

.initial-product-image, .hover-product-image {
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.3s ease;
}

.hover-product-image {
    opacity: 0;
}

.card-img-top5 {
    width: 100%;
  
}

.product-name {
    font-size: 14px;
    line-height: 17px;
    height: 39px;
    text-align: left;
    color: #78838e;
}

.notification-badge {
    position: absolute;
    top: -1px;
    right: 54px;
    background-color: red;
    color: white;
    border-radius: 50%;
    padding: 4px 4px;
    font-size: 8px;
    font-weight: bold;
    min-width: 16px;
    text-align: center;
}

.shiftallproducts1 {
    margin-top: 170px;
}
.shiftallproducts4 {
    margin-top: 170px;
}

.notification-wishlist-badge {
    position: absolute;
    top: -1px;
    right: 25px;
    background-color: red;
    color: white;
    border-radius: 50%;
    padding: 4px 4px;
    font-size: 8px;
    font-weight: bold;
    min-width: 16px;
    text-align: center;
}

/*Mini-cart container*/
.mini-cart {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    display: none;
    max-height: 200px; /* Maximum height for the container */
    overflow-y: auto; /* Enable vertical scrollbar */
    width:400px;
}

.hidden {
    display: none;
}

.mini-cart .item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    justify-content:space-around;
}
.delete-cart-item {
    width: 20px;
    height: auto;
    margin-bottom: 10px;
}
    .mini-cart-item-img {
        width: 120px;
        height: auto;
    }



    .mini-cart .item .delete-btn {
        color: red;
        margin-left: auto;
        cursor: pointer;
    }

.image-button {
    border: none; /* Remove border */
    padding: 0; /* Remove padding */
    background: none; /* Remove background */
    cursor: pointer; /* Add cursor pointer on hover */
}

#btnViewCart{
    margin-bottom:15px;
}

.mini-cart-h{
    font-weight:600;
    margin-top:10px;
}

.minicart-empty-msg {
    font-weight: 600;
    margin-top: 10px;
    margin-left: 30px;
}

/*card-content
*/

.featured-product-price {
    font-size: 16px;
    margin-left:-38px;
}

.featured-heart {
    font-size: small;
    margin-right: -38px;
    background: none;
    border: none;
    cursor: pointer;
}

.featured-cartbtn {
    font-size: 11px;
    margin-left: -40px;
    width: 170px;
    background-color:aquamarine;
    border:none;
}

    .featured-cartbtn:hover {
        background-color: mediumaquamarine; /* Darker background color on hover */
    }

.hotleft-product-price {
    font-size: 16px;
    margin-left: -38px;
}

.hotleft-heart {
    font-size: small;
    background: none;
    border: none;
    cursor: pointer;
}

.hotleft-cartbtn {
    font-size: 11px;
    width: 170px;
    background-color: aquamarine;
    border: none;
}

    .hotleft-cartbtn:hover {
        background-color: mediumaquamarine; /* Darker background color on hover */
    }


.hotright-product-price {
    font-size: 16px;
    margin-left: -38px;
}

.hotright-heart {
    font-size: small;
    margin-right: -38px;
    background: none;
    border: none;
    cursor: pointer;
}

.hotright-cartbtn {
    font-size: 11px;
    margin-left: -40px;
    width: 170px;
    background-color: aquamarine;
    border: none;
}

    .hotright-cartbtn:hover {
        background-color: mediumaquamarine; /* Darker background color on hover */
    }


#dealoftheday{
    height:auto;
}

#featuredproducts{
    height:auto;
}


#category{
    height:auto;
}


.category-cartbtn {
    font-size: 11px;
    margin-left:1px;
    width: 190px;
    background-color: aquamarine;
    border: none;
}
    .category-cartbtn:hover {
        background-color: mediumaquamarine; /* Darker background color on hover */
    }
.category-product-price {
    font-size: 16px;
}

.category-heart {
    font-size: small;
    margin-right: 10px;
    background: none;
    border: none;
    cursor: pointer;
}

.subcatitem{
    font-size:20px;
}

/*ContactUs*/
.website-contact-info {

}

.contactus{
    font-size:17px;
}


/*
.navbar-brand {
    font-size: 1.5rem;
    font-weight: bold;
}

.navbar-nav .nav-link {
    padding: 0.5rem 1rem;
}*/

/* Custom CSS for Dropdown Menu */
/*.dropdown-menu {
    border-radius: 0;
}

    .dropdown-menu .dropdown-item {
        padding: 0.5rem 1rem;
    }

.dropdown-divider {
    margin: 0;
}*/

/* Custom CSS for Search Form in Mobile View */
/*.mobile-search-form {
    display: none;
}

@media (max-width: 991.98px) {
    .navbar-nav .nav-item {
        margin-bottom: 5px;
    }

    .mobile-search-form {
        display: block;
    }
}*/


.websitename {
    font-size: 33px;
    font-weight: 700;
    font-family: cursive;
    color: darkcyan;
    margin-left:-500px;
}

.shiftheadercontent{
    margin-top:15px;
}

.offering{
    padding:4px;
}

.searchbtnnew {
    padding: 0;
    background: #fff;
    color: #bdbcbc;
    font-size: 17px;
    border: 0;
    cursor: pointer;
    position: absolute;
    right: -11px;
    top: 0;
    margin-top: 7px;
}

.navbar-nav .nav-link1, .nav-link2 {
    /*text-decoration: none;*/
}


.nav-link1{
    color:black

}

.banner-height{
    height:605px;
}

.mini-advertiseheight2{
    height:300px;
}

#clovia-search {
    width: 100px;
    float: right;
    margin-top: 42px;
    right: 11.6%;
    position: relative;
}

.right-side {
    margin-left: 80px;
    border: 1px solid black;
}


.order-itemname {
    font-size: 15px;
}

.card-vieworders {
    width: 500px;
    margin-bottom: 20px;
    border-radius: 1px;
    overflow: hidden;
    height: 185px;
}

#banners{
    height:711px;
}

.offer1, .offer2 {
    height: 700px;
    width: 1520px;
}

.offer3, .offer4 {
    height: 400px;
    width: 1520px;
}

.soclose{
    position:absolute;
}

.offer5 {
    height: 500px;
    width: 799px;
}

/*#specialOfferModal {
    position: absolute;
    left: -146px;
}*/

.specialoffer-content {
    width: 800px;
    height: 500px;
    margin-left:-120px;
}


@media (max-width: 575.98px) {
    #about .about-img {
        height: 218px;
    }
    .specialoffer-content {
        width: 311px;
        height: 455px;
        margin-left: -1px;
    }
    .offer5 {
        height: 455px;
        width: 311px;
    }

    .offer3, .offer4 {
        height: 300px;
        width: 374px;
    }

    .offer1, .offer2 {
        height: 500px;
        width: 374px;
    }

    .dropdown-menu .nav-link2:hover {
        background-color: aquamarine;
    }

    .card-vieworders {
        width: 406px;

    }
    .shiftfeaturedproductmobileview {
        margin-left: 32px;
    }


    .order-itemname {
        font-size: 13px;
    }

    .shiftheadercontent {
        flex-direction: column;
    }

    .websitename {
        margin-left: 2px;
    }

    #clovia-search {
        right: -77.6%;
    }

    #header {
        height: 150px;
    }

    #navbar2 {
        height: 125px;
    }

    .burger-icon {
        margin-top: 76px;
    }

    .dropdownmobileview {
        background-color: white;
    }


    .dropdown2 {
        position: relative;
        display: inline-block;
    }

    .dropdown-content1 {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 160px;
        width: 180px;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
        z-index: 1;
    }

    .dropdown-content1 {
        margin-left: -81px;
        margin-top: 7px;
    }


    .dropdown-content1 a {
        color: black;
        padding: 5px 5px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content1 a:hover {
            background-color: aquamarine;
        }


    .mobileviewwhite {
        color: black;
        margin-top: 81px;
    }

    .notification-badge {
        position: absolute;
        top: 77px;
        right: 49px;
        background-color: red;
        color: white;
        border-radius: 50%;
        padding: 4px 4px;
        font-size: 8px;
        font-weight: bold;
        min-width: 16px;
        text-align: center;
    }

    .notification-wishlist-badge {
        position: absolute;
        top: 77px;
        right: 18px;
        background-color: red;
        color: white;
        border-radius: 50%;
        padding: 4px 4px;
        font-size: 8px;
        font-weight: bold;
        min-width: 16px;
        text-align: center;
    }

    .mini-cart {
        position: absolute;
        top: 100%;
        right: 8px;
        background-color: #fff;
        border: 1px solid #ccc;
        padding: 10px;
        /* display: none; */
        max-height: 200px;
        overflow-y: auto;
        width: 354px;
    }

    .right-side {
        /* margin-left: 80px; */
        border: 1px solid black;
        width: 350px;
        margin-left: 13px;
    }

    #loader1 {
        left: 41%;
 
    }
}




