@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
/* font-family: "DM Sans", sans-serif; */
:root{
    /* theme color */
    --theme-color-logo : #dd7824;
    --theme-color-dark : #020202;
    
    /* theme fonts */
    --font-dm : "DM Sans", sans-serif;
}
body{
    font-family: var(--font-dm);
}
button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible{
    outline: none;
    /*border: none;*/
}
button:focus:not(:focus-visible) {
    outline: none;
    box-shadow: none;
}

a{
    text-decoration: none;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: var(--theme-color-dark);
}
.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(13 110 253 / 0%);
}
.owl-nav .owl-prev, .owl-nav .owl-next{
    position: absolute;
    top: 35%;
    z-index: 9;
    background-color: #fff !important;
    width: 40px;
    height: 80px;

}
.owl-nav .owl-prev>span, .owl-nav .owl-next>span{
display: none;
}
.owl-nav .owl-prev {
    left: 0;
    box-shadow: 8px 0px 5px 0px #00000014;
}
.owl-nav .owl-prev::after{
    content: "\f053";
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
}
.owl-nav .owl-next {
    right: 0;
    box-shadow: -8px 0px 5px 0px #00000014;
}
.owl-nav .owl-next::after{
    content: "\f054";
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
}
/* ======= menu section ======= */
.rc-header, .header-mobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.3s ease; /* Animation transition */
  }
  .rc-fixed-header {
    position: fixed;
    top: -50px;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    -webkit-transition: -webkit-transform .8s;
    transition: -webkit-transform .8s;
    -o-transition: transform .8s;
    transition: transform .8s;
    transition: transform .8s, -webkit-transform .8s;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
}
  .rc-fixed-header .pre-header-box{
    display: none;
  }
  .rc-fixed-header .second-navbar-box{
    padding: 0%;
  }
.pre-header-box {
    background-color: var(--theme-color-logo);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}
.intro-title{
    font-size: 14px;
    font-weight: 500;
    color: var(--bs-white);
}
.socil-list-icon {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 5px;
    margin: 0;
}
.socil-list-icon li a {
    width: 40px;
    height: 40px;
    text-decoration: none;
    color: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 1px solid var(--bs-white);
    transition: 0.3s;
}
.socil-list-icon a:hover{
    background-color: var(--bs-white);
    color: var(--bs-dark);
}
.header-logo{
    text-align:center;
}
.header-logo>img {
    height: 56px;
}
.contact-link {
    display: flex;
    gap: 20px;
}
.contact-link a {
    text-decoration: none;
    color: var(--bs-white);
    font-size: 14px;
    font-weight: 500;
}
.navbar-box{
    background-color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 35px;
    border-bottom:1px solid #BEBEBE ;
}
.navbar-box>div{
    width: 100%;
}
.red-heading>h2 {
    font-family: var(--font-dm);
    text-transform: capitalize;
    color: var(--theme-color-logo);
    text-align: center;
    /* padding: 10px 130px 10px 0px; */
    /* letter-spacing: 0.1px; */
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 0px;
}
.search-button{
    border-radius: 25px;
    border: 1px solid #BEBEBE;
    /* width: 333px; */
    color: #BEBEBE ;
}
.search-box{
    position: relative;
}
.search-box button{
    position: absolute;
    top: 7px;
    right: 11px;
    border: none;
    background-color: transparent;
}

.second-navbar-box{
    background-color: #FFFFFF;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px;
    border-bottom:1px solid #BEBEBE ;
}
.nav-link{
text-transform: capitalize;
color: var(--theme-color-dark);
font-style: DIN 30640 Std;
font-weight: 500;
letter-spacing: 0.2px;
}
.nav-link:hover{
    color: #BEBEBE;
}
.custom-dropdown-toggle::after{
    content: "";
    display: none;
}
.cat-item{
    padding: 20px 20px;
}
.cus-hr{
    color: #ffffff;
    opacity: .5;
}
.user-profile-ul{
    padding-left: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}
.user-profile-ul li{

}
.user-profile-ul>li>a {
    color: var(--theme-color-dark);
    text-decoration: none;
    font-size: 15px;
    transition: 0.3s;
    line-height: 0;
    display: flex;
    align-items: center;
    gap: 7px;
}
.user-profile-ul li a:hover{
color: var(--theme-color-logo);
}
.tracking-box {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}
.btn-tracling {
      position: relative;
      display: inline-block;
      padding: 10px 40px;
      color: #000;
      font-size: 16px;
      font-weight: bold;
      text-decoration: none;
      /*background: #007bff;*/
      border: none;
      border-radius: 5px;
      overflow: hidden;
      cursor: pointer;
    }
.btn-tracling .truck {
    position: absolute;
    left: -50px;
    bottom: 8px;
    transform: translateY(50%);
    animation: moveTruck 4s linear infinite;
}

    .btn-tracling .road {

    }

    @keyframes moveTruck {
      0% {
        left: -50px; /* Start offscreen */
      }
      100% {
        left: 100%; /* Move completely off to the right */
      }
    }
.cart-count {
    background-color: var(--theme-color-logo);
    color: var(--bs-white);
    font-size: 11px;
    padding: 3px;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-navigation > .nav-item > .nav-link {
    position: relative;
}
.custom-navigation > .nav-item > .nav-link:hover {
    color: var(--theme-color-dark);
}
.custom-navigation > .nav-item > .nav-link::after {
    content: "";
    width: 0;
    height: 3px;
    background-color: var(--theme-color-logo);
    position: absolute;
    bottom: -10px;
    left: 0;
    transition: width 0.3 sease;
    visibility: hidden;
    opacity: 0;
}
.custom-navigation > .nav-item > .nav-link:hover::after {
    animation: scrollEffect 0.3s forwards;
    visibility: visible;
    opacity: 1;
}

@keyframes scrollEffect {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

/*menu dropdown*/
.custom-navigation .nav-item.dropdown>.nav-link::after{
    /*content: "\f078";*/
    /*font-weight: 900;*/
    /*font-family: "Font Awesome 6 Free";*/
    /*font-size: 12px;*/
}
.custom-navigation .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%; /* Below the nav item */
    left: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px); /* Start position for animation */
    transition: all 0.3s ease;
}
.custom-navigation.mob-custom-navigation .dropdown-menu{
    position: unset;
}
/* Show dropdown menu on hover */
.custom-navigation .dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    animation: slideIn 0.3s forwards ease-in-out;
}

/* Dropdown item styles */
.custom-navigation .dropdown-item {
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
    display: block;
    text-transform: capitalize;
}
.custom-navigation .dropdown-item:hover {
    background-color: #ffffff;
    color: var(--theme-color-logo);
}
.custom-navigation .dropdown-item>i {
    font-size: 13px;
    margin-right: 10px;
}
/* Keyframe for bottom-to-top animation */
@keyframes slideIn {
    from {
        transform: translateY(10px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* ==================== mob-menu-section ======================== */
.header-mobile {
    padding: 0px 15px 15px 15px;
    background-color: #efefef;
}
.mob-pre-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0px;
}
.btn-mob-munu {
    border: none;
    background-color: transparent;
    line-height: 0;
    font-size: 22px;
}
.search-button.mob{
    width: 100%;
}
/* Style for the menu overlay */
.mob-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
  }
  .mob-nav {
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    max-width: 300px;
    height: 100%;
    background: white;
    z-index: 999;
    padding: 10px 20px;
    transition: left 0.3s ease-in-out;
}
  
  /* Menu visible state */
  .mob-nav.active {
    left: 0;
  }
  #closeMenu {
    position: absolute;
    right: -1px;
    top: 0;
    background-color: var(--theme-color-logo);
    color: var(--bs-white);
    padding: 7px 10px;
}
/* ==================== End mob-menu-section ======================== */
/* card section */
.section-title.center .main-title{
    text-align: center;
}


.main-product-box {
    display: flex;
    justify-content: space-evenly;
    gap: 10px;
}
.saree-img {
    width: 100%;
    object-fit: scale-down;
    height: 300px;
}
.img-box{
    position: relative;
}
.sale-tag{
    width: 80px;
    height: 25px;
    display: flex;
    font-size: 14px;
    font-weight: 300;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}
.sale-tag.red{
    background-color: var(--theme-color-logo);
    color: #fff;
}
.sale-tag.absolute{
    position: absolute;
    top: 13px;
    left: 9px;
}
.saree_collection {
    padding: 0px 0px 30px 0px;
}
 .product-title{
    font-size: 14px;
    font-family:Roboto;
    font-weight: 500;
    color: black
}
.item-body {
    padding: 20px 0px;
}
.in-stock {
    border: none;
    color: #000000;
    padding: 5px 13px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    border-radius: 68px;
    background-color: #0e600042;
    font-weight: 400;
}
.Out-of-Stock{
    border: none;
    padding: 5px 13px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    
    border-radius: 68px;
    font-weight: 200;
    color: var (--theme-color-red);
    background-color: #FFE3E3;
    font-weight: 400;
}
.rupees{
    color: #000000;
    font-size: 16px;
    font-family: DIN 30640 Std;
    font-weight: 300;
}
.strike{
    color: #ff0000;
    font-size: 16px;
    padding-right: 10px;
    font-family: DIN 30640 Std;
    font-weight: 300;

}
.add_to_cart_button {
        border-style: solid;
        color: #000000;
        padding: 9px 76px;
        text-align: center;
        text-decoration: none;
        font-size: 16px;
        cursor: pointer;
        border-radius:10px;
        font-weight: bold;
        letter-spacing: 1px;
        text-transform: capitalize;
        width: 100%;
}
.add-to-cart {
    text-decoration: none;
    color: var(--theme-color-logo);
    background-color: #fff;
    padding: 4px 10px;
    display: flex;
    width: 112px;
    height: 35px;
    font-size: 12px;
    font-weight: 500;
    align-items: center;
    justify-content: space-between;
    border-radius: 50px;
    border: 1px solid;
}
.add-to-cart>img{
    width: 17px !important;
}
.add-to-cart.absolute {
    position: absolute;
    bottom: 16px;
    right: 16px;
}
.add-to-cart span{
    display:flex;
}
.add-to-cart>span>img {
    width: 17px !important;
    margin-right: 5px;
}

.bg-footer {
    background-color: var(--theme-color-dark);
    padding: 21px 15px;
}
/* category section start */
.bg-category{
    background-color: #FFFFFF;
    padding: 50px 15px;
}
.round-image {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}
.bg-category .image {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
}
.image {
    margin-bottom: 15px;
}
.image-name {
    margin-bottom: 0px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    font-family: var(--font-dm);
    color: var(--theme-color-dark);
}
.img-decoration{
    text-decoration: none;
}

/* footer section start */
.footer-heading{
    font-family: OFL Sorts Mill Goudy TT;
    text-transform:capitalize;
    color: var(--theme-color-logo);
    text-align: center;
    padding: 10px 0px 20px 0px;
    letter-spacing: 0.1px;
    font-size: 35px;
    font-weight: 500;
}
.footer-logo{
    height:126px;
}
.footer-quick-link {
    padding: 0;
    list-style: none;
}
.title-footer{
    color:#FFFFFF;
    font-size: 23px;
    text-decoration: none;
    font-family: DIN 30640 Std;
    text-transform:capitalize;
    font-weight: 300;
    font-size: 16px;
    gap: 20px;
}

  .form-control{}

  .under-button{
    font-size: 15px;
    color:#737373 ;
    font-weight: 400;
    letter-spacing: 0.2;
  }
  .footer_border{ 
    border-top:1px solid #4E4E4E ;
  }
  .footer-2{

  }
  .footer-write {
    font-family:Inter;
    color: #FFFFFF;
}
  .view-all-button {
    color: #020202;
    padding: 7px 32px;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 14px;
    border-radius: 68px;
    font-weight: 500;
    border: 1.5px solid #020202;
    background-color: #FFFFFF;
    width: 150px;
    max-width: 100%;
    transition: 0.3s;
}
.view-all-button:hover{
    background-color: var(--theme-color-logo);
    color: #FFFFFF;
    border: 1.5px solid #FFFFFF;
}

  .new-arrival-collection-bg-color{
    background-color: #F9F9F9;
    padding-top: 17px;
    padding-bottom: 44px;
  }
  .main-title{
    padding: 20px 0px 20px 0px;
  }

.subscribe-box{
    position: relative;
}
.red-button {
    background-color: var(--theme-color-logo);
    color: #FFFFFF;
    height: 38px;
    border-radius: 4px;
    border: none;
    text-transform: capitalize;
    font-size: 15px;
    padding: 5px 15px;
}
.red-button.absolute {
    position: absolute;
    right: 0px;
    top: 0px;
}
.footer-quick-link .link {
    color: #737373;
    font-size: 14px;
    text-decoration: none;
    font-family: var(--font-dm);
    font-weight: 600;
    letter-spacing: 0.2px;
   
}
.footer_button{
    list-style: none;
    padding-left: 0;
}
.socil-list {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 5px;
    margin: 0;
    justify-content: flex-end;
}
.bg-footer .socil-list li a {
    width: 40px;
    height: 40px;
    text-decoration: none;
    color: #737373;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 1px solid;
    border-color: #737373 ;
    transition: 0.3s;
}
.socil-list li a:hover{
    background-color: var(--theme-color-logo);
    color: var(--theme-color-dark);
    border: none;
}
.icon{
    text-align: right;
}

/* ===========================
 sign-up page 
 ===========================*/
.bg-signup {
    position: relative;
    padding: 100px 20px 100px 20px;
    margin-top: 200px;
}
 .background-up-style {
    position: absolute;
    top: 0;
    right: 0px;
    z-index: -1;
}
.background-down-style {
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: -1;
}
.sign-up-background{
    background-color: #FFFFFF;

}
.form-control-box {
    background-color: #FFFFFF;
    box-shadow: 0px 5px 14px 3px #cdcccc;
    border-radius: 16px;
    padding: 20px;
}
.cus-form-control {
    width: 100%;
    border: none;
    border-bottom: 1px solid var(--theme-color-dark);
    padding: 12px 0px;
}
.cus-form-control:focus, .cus-form-control:focus-visible{
    outline: none;
}
.create-account {
    font-family: var(--font-dm);
    font-weight: 500;
    font-size: 30px;
    color: var(--theme-color-logo);
    text-align: center;
    padding-top: 10px;
}
.verify-account{
    font-family: var(--font-dm);
    font-weight: 400;
    font-size: 16px;
    color: var(--theme-color-dark);
    text-align: center;
    padding-top: 10px;
}
.red-label {
    font-family: var(--font-dm);
    font-weight: 500;
    font-size: 16px;
    color: var(--theme-color-logo);
    text-align: left;
}
.sign-up-background .form-control{
    border: none;
    padding-left: 30px;
    color: #B1B1B1;
    padding-top: 18px;
}
.border{
    border: 1px solid var(--theme-color-dark) !important;
    margin: 15px 31px;
}
.sign-up-background .form-control{
    border: none;
    padding-left: 30px;
    color: var(--theme-color-dark);
   }
.confirm-password{
    position: relative;
}
.password-icon {
    position: absolute;
    bottom: 7px;
    right: 25px;
    color: var(--theme-color-logo);
    border: none;
    background-color: transparent;
}
.con-password-icon{
    position: absolute;
    bottom: 35px;
    right: 25px;
    color: var(--theme-color-logo);
    border: none;
    background-color: transparent;
}
.create-account-button {
    color: #FFFFFF;
    padding: 9px 32px;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 17px;
    border-radius: 9px;
    font-weight: 500;
    background-color: var(--theme-color-logo);
    border: none;
    width: 100%;
    margin-top: 18px;
}
.login{
    position: relative;
}
.already-account{
    font-family: var(--font-dm);
    font-weight: 400;
    font-size: 16px;
    color: var(--theme-color-dark);
    text-align: center;
    padding-top: 30px;
}
.login-button{
    position: absolute;
    bottom: 0;
    right: 214px;
    color: var(--theme-color-logo);
    border: none;
    background-color: transparent;
}
.login-now{
    color: var(--theme-color-logo);
    text-decoration: none;
}
/* ===========================
Listing page 
 ===========================*/
 .filter-accordion .accordion-item{
    border: none;
     }
     .filter-accordion .accordion-button::after {
        background-image: none !important;
        content: "\f078";
        font-weight: 900;
        font-family: "Font Awesome 6 Free";
        font-size: 12px;
    }
     .filter-accordion .accordion-button:not(.collapsed) {
        background-color: transparent;
        box-shadow: none;
        color: var(--theme-color-logo);
    }
    .filter-accordion .form-check-input:checked {
        background-color: var(--theme-color-logo);
        border-color: var(--theme-color-logo);
    }
    .btn-filter{
        background-color: var(--theme-color-dark);
        width: 100%;
        height: 40px;
        border: 1px solid var(--theme-color-dark);
        border-radius: 8px;
        font-family: 'Poppins', sans-serif;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
    }
    
    .slider {
        border-radius: 5px;
        height: 7px;
        appearance: none;
        background-color: var(--theme-color-dark);
        outline: none;
        opacity: 0.7;
        -webkit-transition: .2s;
        transition: opacity .2s;
    }
    .slider:hover {
        opacity: 1;
    }
    .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 20px;
        height: 20px;
        background-color: #ffffff;
        box-shadow: 5px 3px 6px 0px #00000057;
        cursor: pointer;
        border-radius: 50%;
    }
    .slider::-moz-range-thumb {
        width: 25px;
        height: 25px;
        background-color: var(--theme-color-dark);
        cursor: pointer;
    }
    .filter {
        position: absolute;
        right: 0;
        padding: 6px;
        background-color: var(--bs-white);
    }
    .filter>img{
        width: 28px;
    }
/* ------ user popup ------ */
.modal-login .popup-box{
    background-color: #FFFFFF;
    border-radius: 16px;
    padding: 20px;
}
/* ===========================
Product details page 
 ===========================*/
.card-product-details {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 20px;
}
.product-slider-containe .slider-product-dtls {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
}
  .product-slider-containe .slider-product-dtls  .owl-thumbs {
    width: 60%;
}
  
  .owl-thumbs-vertical {
    display: flex;
    flex-direction: column;
    margin-left: 10px; /* Adjust the spacing */
  }
  .owl-thumb-item{
    border: none;
  }
  .owl-thumb-item {
    margin-bottom: 10px; /* Space between thumbnails */
    width: auto;
    height: auto;
  }
  
  .owl-thumb-item img {
    width: 100%; /* Adjust as needed */
    height: auto;
    object-fit: cover;
  }
  .drift-bounding-box.drift-open{
    z-index: 999;
  }
  .drift-zoom-pane.drift-inline{
    z-index: 9;
  }
.dtls-price {
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: space-between;
    min-height: 125px;
    border-bottom: 1px solid #BEBEBE;
}
.dtls-price .product-title {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 0;
}
.price-box{

}
.dtls-price h6 {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
}
.sell-price {
    font-size: 25px;
    font-weight: 400;
}
.mrp {
    color: #B1B1B1;
    font-size: 18px;
    font-weight: 400;
    padding: 0px 20px;
}
.tag {
    background-color: var(--theme-color-logo);
    color: var(--bs-white);
    font-size: 14px;
    font-weight: 400;
    padding: 4px 7px;
    border-radius: 5px;
    display: inline-table;
}
.description-box {
    padding-top: 20px;
    border-bottom: 1px solid #BEBEBE;
    margin-bottom: 20px;
}
.description-box>h5 {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.description-box>p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
}
.cus-btn-group{
    position: relative;
    display: flex;
    gap: 6px;
    vertical-align: middle;
    justify-content: space-between;
}
.cus-btn-group>button {
    border: 1px solid var(--theme-color-dark);
    width: 100%;
    text-align: center;
    background-color: var(--theme-color-dark);
    color: var(--bs-white);
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    transition: 0.3s;
}
.cus-btn-group>button>img {
    filter: invert(100%);
    padding-left: 15px;
}
.cus-btn-group>button:hover{
    background-color: var(--bs-white);
    color: var(--theme-color-dark);
}
.cus-btn-group>button:hover>img{
    filter: invert(0%);
}
.help-list{
    list-style: none;
    display: flex;
    gap: 31px;
    padding-left: 0;
}
.help-list li a{
    text-decoration: none;
    color: var(--theme-color-dark);
    font-weight:bold;
}
.contact-info-box h5{
    text-transform: capitalize;
}
/* ========================================================================================
 
                                 crt-page

============================================================================================ */

.cart-sec {
    padding-top: 0px;
    padding-bottom: 20px;
}

.cart {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 20px;
}
.cart-img {
    width: 165px;
    border-radius: 10px;
    padding: 5px;
    border: 1px solid #d9d9d9;
}
.cart-img>img{
    border-radius: 10px;
}
.cart-price-content {
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #d9d9d9;
    width: 100%;
}
.cart-price p {
    color: var(--theme-color-logo);
    font-size: 18px;
    font-weight: 400;
    font-family: 'Bayon', sans-serif;
}
.cart-price h6 {
    text-transform: capitalize;
    color: var(--theme-color-dark);
    font-size: 18px;
    font-weight: 400;
    font-family: 'Bayon', sans-serif;
    overflow-wrap: anywhere;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.cart-det {
    padding: 6px 7px;
    border: 1px solid var(--theme-color-dark);
    border-radius: 25px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.cart-det p {
    margin-bottom: 0px;
    letter-spacing: 6px;
    color: var(--theme-color-dark);

}

.cart-icon {
    background: transparent;
    border: 1px solid var(--theme-color-dark);
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.cart-icon i {
    color: var(--theme-color-dark);
    font-size: 14px;
}

.cart-end {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
    margin-top: 22px;
}
.remove-btn {
    padding: 11px 18px;
    background-color: #F52527;
    color: var(--theme-color-dark);
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.cart-remove-btn a {
    color: var(--bs-white);
    text-decoration: none;
    text-transform: capitalize;
    border-radius: 30px;
}
.cart-remove-btn a span {
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
}
.cart-price-sec {
    padding: 25px;
    border: 1px solid #d9d9d9;
    background-color: #f3f3f3;
    border-radius: 10px;
}
.cart-price-hd {
    margin-bottom: 10px;
    border-bottom: 1px dashed #3D4470;
}
.cart-price-hd p {
    color: var(--theme-color-logo);
    font-size: 14px;
    margin-bottom: 5px;
}
.cart-price-hd h5 {
    color: var(--theme-color-dark);
    font-size: 22px;
    margin-bottom: 18px;
}
.update-box{
    display:flex;
}
.update-box .form-quantity {
    border: none;
    background-color: transparent;
    color: #202125;
    text-align: center;
    width: 40px;
}
/* ============================================
            price-content-sec
============================================== */
.price-content-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.price-content-1 span {
    font-size: 18px;
    font-weight: 400;
    /*color: #18BC46;*/
    font-family: 'Bayon', sans-serif;
}
.price-content-1 p {
    color: var(--theme-color-dark);
    text-transform: capitalize;
    margin-bottom: 8px;
    font-family: 'Bayon', sans-serif;
    font-size: 18px;
    font-weight: 400;
}
.price-content-btn {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

.price-content-input {
    font-family: 'Poppins', sans-serif;
    width: 100%;
    background: transparent;
    outline: none;
    color: var(--theme-color-dark);
    border: none;
    border-bottom: 1px solid #737692;
    padding: 12px 0px;
    font-size: 14px;
}
  
.price-content-btn span {
    color: #4D4F65;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    font-size: 12px;
}

.apply-btn {
    background-color: #ff33ff;
    color: var(--theme-color-dark);
    text-decoration: none;
    padding: 8px 25px;
    border-radius: 8px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;

}

.totle-ammount {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px dashed #3D4470;
    padding-top: 8px;
}

.totle-ammount p {
    color: var(--theme-color-dark);
    font-family: 'Bayon', sans-serif;
    font-size: 18px;
    font-weight: 400;
}

/* ============================================
           Checkout page
============================================== */
.listing-body {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #ffffff;
}
.lg-account-new-card {
    padding: 25px;
    border: 1px solid var(--theme-color-logo)12;
    background-color: var(--theme-color-logo)08;
    border-radius: 10px;
}
.profile-form-box{
    position:relative;
}
.profile-form-box label{
    color: var(--theme-color-logo);
    font-family: var(--font-dm);
    font-size: 14px;
}
.form-account {
    color: #000;
    width: 100%;
    border: none;
    background-color: #ffffff00;
    border-bottom: 1px solid rgb(115 118 146 / 50%);
    padding: 7px 0px;
    font-family: var(--font-dm);
    font-size: 14px;
}

.account-form .form-account {
    background-color: transparent;
    color: var(--theme-color-dark);
}
.account-form .profile-form-box i{
    color: var(--theme-color-dark);
}
.account-new-card {
    background-color: #FFFCF8;
    padding: 10px;
    border-radius: 0px;
    margin-bottom: 20px;
    transition: 0.3s;
}
/* Style for the select box */
.form-select-box {
    color: #000;
    width: 100%;
    border: none;
    background-color: #ffffff;
    border-bottom: 1px solid rgb(115 118 146 / 50%);
    padding: 7px 0px;
    font-family: var(--font-dm);
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

/* Style for the dropdown arrow */
.form-select-box::after {
    content: '\25BC'; /* Unicode character for downward arrow */
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

/* Style for the dropdown list */
.form-select-box option {
    padding: 10px; /* Add padding for better appearance */
}
.profile-form-box i {
    position: absolute;
    right: 12px;
    color: var(--theme-color-dark);
    bottom: 10px;
}
.form-select{
    background-color: #ffffff00;
}
/*checkout item box*/
.sm-account-new-card {
    padding: 6px;
    border: 1px solid var(--theme-color-logo)12;
    background-color: var(--theme-color-logo)08;
    border-radius: 10px;
}
.flex-card {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}
.flex-card .card-img-top {
    width: 76px;
}
.card-order-dtls span{
    color: #737692;
}
.order-details-card {
    padding: 10px !important;
    align-items: flex-start;
    gap:10px;
    margin-bottom: 10px;
}
.order-details-card .card-body{
    padding:0px 15px;
}
.order-status-ul {
    list-style: none;
    padding: 15px 0px;
    margin: 0%;
    display: flex;
    justify-content: space-between;
}
.order-status-ul li{

}
.btn-op a {
    text-decoration: none;
    background-color: #181D3F;
    color: #8B90B6;
    font-weight: 400;
    font-family: 'Poppins';
    /*text-transform: capitalize;*/
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 5px;
}
.card-dtls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    gap: 5px;
}
.text-price a {
    text-decoration: none;
    color: var(--theme-color-logo);
    font-size: 14px;
}
.text-price a>s {
    color: #a9a9a9;
}
.totle-ammount p {
    color: #202125;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 400;
}
/* ============================================
             listing-body-sec
============================================== */

.listing-body {
    padding-top: 0px;
    padding-bottom: 20px;
    background-color: #ffffff;
}

.card-state {
    background-color: var(--theme-color-dark);
    padding: 18px;
    border-radius: 8px;
}

.card-state-content {
    border-bottom: 1px solid #444765;
}

.card-state-content p {
    color: var(--theme-color-logo);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: 0px;
    text-transform: lowercase;
    font-family: 'Poppins', sans-serif;
}
.card-state-content h5 {
    color: var(--bs-dark);
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
.card-state-content.light h5{
    color:#ffffff;
}
.form-check-state {
    padding-top: 10px;
}

.label-state {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.form-check-input {
    background-color: #181D3E;
    border: 1px solid #333857;
}

.form-check {
    margin-bottom: 10px;
}

.form-check-input:checked {

}

input#myRange {
    width: 100%;
    color: #0AEEF0;
}

.slider {
    color: #0AEEF0;
}

.categories {
    width: 100%;
    background-color: #0B0E24;
    color: #fff;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
    border: 1px solid #333857;
    padding: 12px 5px;
    font-size: 14px;
}

.state-price {
    padding-top: 10px;

}
.state-price p {
    color: var(--bg-color-theme2);
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
.select-categories {
    padding-top: 10px;
}
.apply-state {
    width: 100%;
    text-align: center;
    padding-top: 25px;
}
.slider {
    border-radius: 5px;
    height: 7px;
    appearance: none;
    background-color: var(--theme-color-logo);
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}
.slider:hover {
    opacity: 1;
}
.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
}
.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #0AEEF0;
    cursor: pointer;
}
.form-check-state {
    padding-top: 10px;
}
/* dashboard */
.menu-ul-v2{
    list-style: none;
    padding: 0%;
    margin: 0%;
}
.menu-ul-v2 li{

}
.menu-ul-v2 li a {
    display: block;
    padding: 13px 5px;
    text-decoration: none;
    color: #8B90B6;
    font-size: 13px;
    transition: 0.3s;
    font-family: var(--font-dm);
    border-bottom: 1px dashed #8b90b68c;
}
.menu-ul-v2 li a:hover{
    text-decoration: none;
    color: var(--theme-color-logo);
}
.menu-ul-v2 li a:hover svg path{
    fill: var(--theme-color-logo);
}

.card-box-ul {
    list-style: none;
    padding: 0;
    margin: 0%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.card-box-ul li a{
    background-color:#ffffffdb;
    text-transform: capitalize;
    color: var(--theme-color-dark);
    border: 1px solid #5e6176;
    border-radius: 5px;
    padding: 15px;
    width: 150px;
    height: 150px;
    text-decoration: none;
    display: grid;
    text-align: center;
    align-items: center;
    justify-items: center;
    align-content: center;
    transition: 0.3s;
}
.card-box-ul li a:hover{
    background-color: var(--theme-color-logo);
}
.flex-card .card-img-top{
    width: 76px;
}
.card-order-dtls span{
    color: #737692;
}
.order-details-card {
    padding: 10px !important;
    align-items: flex-start;
    gap:10px;
    margin-bottom: 10px;
}
.order-details-card .card-body{
    padding:0px 15px;
}
.order-status-ul {
    list-style: none;
    padding: 15px 0px;
    margin: 0%;
    display: flex;
    justify-content: space-between;
}
.order-status-ul li{

}
.btn-op a {
    text-decoration: none;
    background-color: #181D3F;
    color: #8B90B6;
    font-weight: 400;
    font-family: 'Poppins';
    /*text-transform: capitalize;*/
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 5px;
}
.text-price a {
    text-decoration: none;
    color: var(--theme-color-logo);
    font-size: 14px;
}
.btn-vo a {
    text-decoration: none;
    padding: 10px 28px;
    background-color: var(--theme-color-logo);
    border: 1px solid var(--theme-color-logo);
    border-radius: 25px;
    font-family: 'Poppins';
    color: var(--theme-color-dark);
    font-size: 14px;
}
/* dashboard order section */
.dashboard-tab .nav-link.active, .dashboard-tab .show>.nav-link{
    background-color:var(--theme-color-logo);
}
.dashboard-tab .nav-link {
    background-color: #080B2A;
    color: #8B90B6;
    margin-right: 15px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 400;
    font-family: var(--font-dm);
}
.btn-right {
    color: var(--theme-color-logo);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: 0px;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    float: right;
    font-weight: 600;
}
.card-address h5 {
    color: #fff;
    font-size: 16px !important;
}
.card-address p {
    color: #737692;
    font-family: var(--font-dm);
    font-size: 14px;
}
.btn-edit {
    background-color: #f0f8ff;
    color: #8B90B6;
    border: 1px solid #8B90B6;
    padding: 7px 20px;
    border-radius: 5px;
    font-family: var(--font-dm);
    font-size: 14px;
    font-weight: 600;
}
.btn-trash{
    background-color: #ffe2e0;
    color: #F52527;
    border: 1px solid #F52527;
    padding: 7px 20px;
    border-radius: 5px;
    font-family: var(--font-dm);
    font-size: 14px;
    font-weight: 600;
}
.flex-card .card-img-top {
    width: 96px;
}
.pok-new-card{
    padding:6px;
}
/* ============================================
             ORDER DETAILS PAGE
============================================== */
.order-tacking-box{
    padding: 15px;
    margin-bottom:30px;
  }

.order-tacking-box ol.progtrckr {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.order-tacking-box ol.progtrckr li {
    display: inline-block;
    text-align: center;
    line-height: 1.5em;
    font-size: 12px;
    text-wrap: nowrap;
    padding: 0px 0px 0px 0px;
    width: 100%;
}
.order-tacking-box ol.progtrckr li.progtrckr-done {
    color: #03ba4c;
    border-bottom: 4px solid #03ba4c;
}
.order-tacking-box ol.progtrckr li.progtrckr-todo {
    color: silver; 
    border-bottom: 4px solid silver;
}
.order-tacking-box ol.progtrckr li.progtrckr-cancel {
    color: #ff0000;
    border-bottom: 4px solid #ff0000;
}
.order-dtld-status-content>h5{
        display: flex;
    justify-content: space-between;
    align-items: center;
}
.order-tacking-box ol.progtrckr li.progtrckr-cancel:before{
    content: "\2713";
    color: white;
    background-color: #ff0000;
    height: 20px;
    width: 20px;
    line-height: 21px;
    border: none;
    border-radius: 25px;
}

.order-tacking-box ol.progtrckr li:after {
    content: "\00a0";
}
.order-tacking-box ol.progtrckr li:before {
    position: relative;
    bottom: -2.5em;
    float: left;
    left: 50%;
    line-height: 1em;
}
.order-tacking-box ol.progtrckr li.progtrckr-done:before {
    content: "\2713";
    color: white;
    background-color: #03ba4c;
    height: 20px;
    width: 20px;
    line-height: 21px;
    border: none;
    border-radius: 25px;
}
.order-tacking-box ol.progtrckr li.progtrckr-todo:before {
    content: "\2713";
    color: #fff;
    background-color: #c0c0c0;
    height: 20px;
    width: 20px;
    line-height: 21px;
    border: none;
    border-radius: 25px;
}
.order-dtld-status-content>h5{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--theme-color-dark);
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 400;
    font-family: var(--font-dm);
}
.total-order-price>a {
    text-decoration: none;
    color: var(--theme-color-logo);
    font-size: 16px;
}
.padding-top-220{
    padding-top:220px;
}

/* ====================
Counter section
===================== */
.bg-counter {

}
.bg-counter.dark{

}
.counter-ul {
    display: flex;
    justify-content: center;
    list-style: none;
    margin-bottom: 0;
}
.counter-ul li {
    width: 25%;
    padding: 5px 50px;
}

.counter-ul li:nth-child(2) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.counter-ul li .counter-box {
    display: flex;
}

.counter-box img {
    width: 64px;
    margin-right: 9px;
}

.counter-ul li .counter-box .counter {
    font-size: 30px;
    color: #fff;
}
.bg-counter.dark .counter-value{
    color: #fff;
}
.counter-value {
    color: var(--bg-color-theme1);
    margin-bottom: 0px;
}
.bg-contact{
    
}
.bg-contact .counter-ul li {
    width: 100%;
}
.form-bg {
    background-color: var(--theme-color-logo);
    padding: 50px;
    /* box-shadow: 0px 0px 20px 5px #0aeef06b; */
    border-radius: 15px;
    margin-top: 0;
}
.form-bg .form-control {
    display: block;
    width: 100%;
    height: 48px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: 5px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-shadow: 0px 5px 12px -10px #0000008f;
    border: 1px solid #e1e1e1;
}
.form-bg .form-textarea {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: 5px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-shadow: 0px 5px 12px -10px #0000008f;
    border: 1px solid #e1e1e1;
}
.section-title {
    margin-bottom: 30px;
}
/* Spinner CSS */
    .spinner {
        border: 3px solid rgba(0, 0, 0, 0.1);
        border-left-color: var(--theme-color-logo); /* Updated spinner color */
        border-radius: 50%;
        width: 18px;
        height: 18px;
        animation: spin 1s linear infinite;
        display: inline-block;
        vertical-align: middle;
    }

    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }

    /* Toast CSS */
.toast {
    visibility: visible;
    max-width: 50px;
    height: 50px;
    position: fixed;
    bottom: 20px;
    right: 50%;
    z-index: 100;
    background-color: var(--theme-color-logo);
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 15px;
    font-size: 14px;
    opacity: 0;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
    transform: translateX(50%);
}

.toast.show {
    visibility: visible;
    max-width: 250px;
    height: auto;
    opacity: 1;
}
.google-btn {
    display: inline-flex;
    align-items: center;
    background-color: #4285f4;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    width: 100%;
    text-align: center;
    justify-content: center;
}

.google-btn img {
    width: 20px;
    margin-right: 10px;
}

.google-btn:hover {
    background-color: #357ae8;
}
.bg-about-us{
    background-size: cover; 
    height:70vh;
}
.bg-content{
    padding:50px 20px;
}
.img-about {
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: top;
    position: relative;
}
.img-about::after{
    content:'';
}
.title-about {
    font-size: 30px;
    font-weight: 600;
}
.title-about::after{
    content:'';
}
.title-about>span {
    color: var(--theme-color-logo);
}
.line{
    width: 35px;
    height: 4px;
    background-color: var(--theme-color-logo);
    margin: 0px 0px 20px 0px;
}
/*=====
thankyou section
======*/
.thankyou-card {
    text-align: center;
    margin: 20px 0px 40px 0px;
    border-radius: 0px;
    border: 5px solid var(--theme-color-logo);
    background-color: #f9fff9;
}
.thankyou-card>.card-body {
    padding: 10px 50px;
}
.track-title-box{
    padding: 40px 10px;
    text-align: center;
}
.track-btm-close {
    position: absolute;
    right: 4px;
    top: 4px;
    font-size: 12px;
}
.track-title {
    text-align: center;
    font-size: 22px;
    padding: 15px 0px;
}
.icon-track {
    width: 100px;
    /* padding: 6px; */
    background-color: #ffe5ea;
    border-radius: 50px;
}
.