   /*--------------------------------------------------------------
/** 1. VARIABLES
--------------------------------------------------------------*/
   :root {
       /* widths for rows and containers
     */
       --header-height: 160px;
       --header-height-min: 80px;
   }

   /* on mobile devices below 600px
 */
   @media screen and (max-width: 600px) {
       :root {
           --header-height: 100px;
           --header-height-min: 80px;
       }
   }

   /* Theme Colors */
   :root {
       --accent-color: #8b4f0a  ;
       --dark-color: #222222;
       --light-dark-color: #727272;
       --light-color: #fff;
       --grey-color: #dbdbdb;
       --light-grey-color: #fafafa;
       --primary-color: #6995B1;
       --light-primary-color: #eef1f3;
   }

   /* Fonts */
   :root {
       --body-font: "Open Sans", sans-serif;
       --heading-font: "Nunito", sans-serif;
   }

   body {
       --bs-link-color: #333;
       --bs-link-hover-color: #333;

       --bs-link-color-rgb: 40, 40, 40;
       --bs-link-hover-color-rgb: 0, 0, 0;

       /* --bs-link-color: #8b4f0a  ;
  --bs-link-hover-color: #8b4f0a  ; */

       --bs-light-rgb: 248, 248, 248;

       --bs-font-sans-serif: "Open Sans", sans-serif;
       --bs-body-font-family: 'Nunito Sans', sans-serif; /*var(--bs-font-sans-serif);*/
       --bs-body-font-size: 1rem;
       --bs-body-font-weight: 400;
       --bs-body-line-height: 2;
       --bs-body-color: #747474;

       --bs-primary: #8b4f0a  ;
       --bs-primary-rgb: 255, 196, 63;

       --bs-success: #a3be4c;
       --bs-success-rgb: 163, 190, 76;

       --bs-primary-bg-subtle: #FFF9EB;
       --bs-success-bg-subtle: #eef5e5;

       --bs-border-color: #F7F7F7;

       --bs-secondary-rgb: 230, 243, 251;
       /* --bs-success-rgb: 238, 245, 228; */
       --bs-danger-rgb: 249, 235, 231;
       --bs-warning-rgb: 255, 249, 235;
       --bs-info-rgb: 230, 243, 250;
   }

	.bg-danger {
		--bs-bg-opacity: 1;
		background-color: rgb(68 15 0) !important;
	}
	.goog-te-combo {
    display: none !important;
  }
   .btn-primary {
       --bs-btn-color: #fff;
       --bs-btn-bg: #8b4f0a  ;
       --bs-btn-border-color: transparent;
       --bs-btn-hover-color: #fff;
       --bs-btn-hover-bg: #f7a422;
       --bs-btn-hover-border-color: transparent;
       --bs-btn-focus-shadow-rgb: 49, 132, 253;
       --bs-btn-active-color: #fff;
       --bs-btn-active-bg: #8b4f0a  ;
       --bs-btn-active-border-color: transparent;
       --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
       --bs-btn-disabled-color: #fff;
       --bs-btn-disabled-bg: #d3d7dd;
       --bs-btn-disabled-border-color: transparent;
   }
   .desktop-brand img {
        position: relative;
        bottom: unset;
        height: 115px;
    }

   .btn-outline-primary {
       --bs-btn-color: #8b4f0a  ;
       --bs-btn-border-color: #8b4f0a  ;
       --bs-btn-hover-color: #fff;
       --bs-btn-hover-bg: #ffc107;
       --bs-btn-hover-border-color: #ffc107;
       --bs-btn-focus-shadow-rgb: 13, 110, 253;
       --bs-btn-active-color: #fff;
       --bs-btn-active-bg: #ffc107;
       --bs-btn-active-border-color: #ffc107;
       --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
       --bs-btn-disabled-color: #fff3cd;
       --bs-btn-disabled-bg: transparent;
       --bs-btn-disabled-border-color: #fff3cd;
       --bs-gradient: none;
   }

   .btn-outline-light {
       --bs-btn-color: #747474;
       --bs-btn-border-color: #EFEFEF;
       --bs-btn-hover-color: #000;
       --bs-btn-hover-bg: #EFEFEF;
       --bs-btn-hover-border-color: #EFEFEF;
       --bs-btn-focus-shadow-rgb: 248, 249, 250;
       --bs-btn-active-color: #000;
       --bs-btn-active-bg: #EFEFEF;
       --bs-btn-active-border-color: #EFEFEF;
       --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
       --bs-btn-disabled-color: #EFEFEF;
       --bs-btn-disabled-bg: transparent;
       --bs-btn-disabled-border-color: #EFEFEF;
       --bs-gradient: none;
   }

   .btn-warning {
       --bs-btn-color: #747474;
       --bs-btn-bg: #FCF7EB;
       --bs-btn-border-color: #FCF7EB;
       --bs-btn-hover-color: #747474;
       --bs-btn-hover-bg: #FFECBE;
       --bs-btn-hover-border-color: #FFECBE;
       --bs-btn-focus-shadow-rgb: 217, 164, 6;
       --bs-btn-active-color: #000;
       --bs-btn-active-bg: #FFECBE;
       --bs-btn-active-border-color: #FFECBE;
       --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
       --bs-btn-disabled-color: #000;
       --bs-btn-disabled-bg: #FCF7EB;
       --bs-btn-disabled-border-color: #FCF7EB;
   }

   .btn-success {
       --bs-btn-color: #ffffff;
       --bs-btn-bg: #186024;
       --bs-btn-border-color: #EEF5E4;
       --bs-btn-hover-color: #222;
       --bs-btn-hover-bg: #20c35c;
       --bs-btn-hover-border-color: #20c35c;
       --bs-btn-focus-shadow-rgb: 60, 153, 110;
       --bs-btn-active-color: #222;
       --bs-btn-active-bg: #20c35c;
       --bs-btn-active-border-color: #20c35c;
       --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
       --bs-btn-disabled-color: #222;
       --bs-btn-disabled-bg: #EEF5E4;
       --bs-btn-disabled-border-color: #EEF5E4;
   }

   .btn-danger {
       --bs-btn-color: #222;
       --bs-btn-bg: #ffdada;
       --bs-btn-border-color: #FFEADA;
       --bs-btn-hover-color: #222;
       --bs-btn-hover-bg: #ecc9af;
       --bs-btn-hover-border-color: #ecc9af;
       --bs-btn-focus-shadow-rgb: 60, 153, 110;
       --bs-btn-active-color: #222;
       --bs-btn-active-bg: #ecc9af;
       --bs-btn-active-border-color: #ecc9af;
       --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
       --bs-btn-disabled-color: #222;
       --bs-btn-disabled-bg: #FFEADA;
       --bs-btn-disabled-border-color: #FFEADA;
   }

   body {
       letter-spacing: 0.03em;
   }

   h1,
   h2,
   h3,
   h4,
   h5,
   h6 {
       font-family: inter_semi_bold, fallback-inter_semi_bold, Arial, sans-serif;/*var(--heading-font);*/
       color: var(--dark-color);
       font-weight: 700;
   }

   .display-1,
   .display-2,
   .display-3,
   .display-4,
   .display-5,
   .display-6 {
       font-weight: 700;
   }

   .breadcrumb.text-white {
       --bs-breadcrumb-divider-color: #fff;
       --bs-breadcrumb-item-active-color: var(--bs-primary);
   }

   .dropdown-menu {
       --bs-dropdown-link-active-bg: var(--bs-primary);
   }

   .nav-pills .nav-link {
       --bs-nav-pills-link-active-color: #111;
       --bs-nav-pills-link-active-bg: #f1f1f1;
   }

   .container,
   .container-fluid,
   .container-lg,
   .container-md,
   .container-sm,
   .container-xl,
   .container-xxl {
       --bs-gutter-x: 3rem;
   }

   /*----------------------------------------------*/
   /* 6. SITE STRUCTURE */
   /*----------------------------------------------*/
   /* 6.1 Header
--------------------------------------------------------------*/
   /* Preloader */
   .preloader-wrapper {
       width: 100%;
       height: 100vh;
       margin: 0 auto;
       position: fixed;
       top: 0;
       left: 0;
       z-index: 111;
       background: #fff;
   }
.btn-primary{
	background: #fff !important;
    border: 1px solid #8b4f0a  !important;
    color: #8b4f0a  !important;
	font-size: 12px;
}
   .preloader-wrapper .preloader {
       margin: 20% auto 0;
       transform: translateZ(0);
   }

   .preloader:before,
   .preloader:after {
       content: '';
       position: absolute;
       top: 0;
   }

   .preloader:before,
   .preloader:after,
   .preloader {
       border-radius: 50%;
       width: 2em;
       height: 2em;
       animation: animation 1.2s infinite ease-in-out;
   }

   .preloader {
       animation-delay: -0.16s;
   }

   .preloader:before {
       left: -3.5em;
       animation-delay: -0.32s;
   }

   .preloader:after {
       left: 3.5em;
   }

   @keyframes animation {

       0%,
       80%,
       100% {
           box-shadow: 0 2em 0 -1em var(--accent-color);
       }

       40% {
           box-shadow: 0 2em 0 0 var(--accent-color);
       }
   }

   /* *** Start editing below this line *** */
   .container-fluid {
       max-width: 1600px;
   }

   .banner-blocks {
       display: grid;
       grid-template-columns: repeat(12, 1fr);
       grid-template-rows: repeat(2, 1fr);
       grid-gap: 2rem;
   }

   .block-1 {
       grid-area: 1 / 1 / 3 / 8;
   }

   .block-2 {
       grid-area: 1 / 8 / 2 / 13;
   }

   .block-3 {
       grid-area: 2 / 8 / 3 / 13;
   }

   @media screen and (max-width:1140px) {
       .banner-blocks {
           grid-template-columns: 1fr;
           grid-template-rows: repeat(4, 1fr);
       }

       .block-1 {
           grid-area: 1 / 1 / 3 / 2;
       }

       .block-2 {
           grid-area: 3 / 1 / 4 / 2;
       }

       .block-3 {
           grid-area: 4 / 1 / 5 / 2;
       }

   }

   /* banner ad */
   .banner-ad {
       position: relative;
       overflow: hidden;
       border-radius: 12px;
   }

   .banner-ad.blue {
       background: #e6f3fb;
   }

   .banner-ad .swiper-pagination {
       bottom: 40px;
       left: 0;
       right: 0;
   }

   .banner-ad .swiper-pagination .swiper-pagination-bullet {
       width: 16px;
       height: 16px;
       margin: 4px;
       background: #FFF;
       opacity: 1;
       transition: background 0.3s ease-out;
   }

   .banner-ad .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
       background: #8b4f0a  ;
   }

   .banner-ad .swiper-slide {
       min-height: 630px;
       display: flex;
   }
   
   .header-bg {
	    --bs-bg-opacity: 1;
		background-color: rgb(3 47 91) !important;
   }

   /* .banner-ad .banner-content {
  padding: 52px;
}
.banner-ad.large .banner-content {
  padding: 90px;
} */
   .banner-ad .banner-content .categories {
       font-family: 'Garamond';
       font-size: 37px;
       text-transform: capitalize;
       color: var(--dark-color);
   }

   .banner-ad .banner-content .sale {
       position: relative;
       display: inline-block;
   }

   .banner-ad .banner-content .sale:before {
       content: '';
       width: 80px;
       border-bottom: 1px solid #111;
       position: absolute;
       bottom: 6px;
   }

   .banner-ad .banner-content .sale:after {
       content: 'SALE';
       font-family: var(--body-font);
       position: absolute;
       font-size: 11px;
       line-height: 15px;
       letter-spacing: 0.3em;
       text-transform: uppercase;
       color: #252525;
       bottom: 0;
       right: 0;
   }

   .banner-ad .banner-content .banner-title {
       letter-spacing: 0.02em;
       font-size: 33px;
   }

   .banner-ad.large .banner-content .categories {
       color: var(--accent-color);
   }

   .banner-ad.large .banner-content .banner-title {
       font-size: 54px;
   }

   /* Swiper carousel */
   .cat-img {
       width: 50px;
	   height: 50px;
   }

   .swiper-prev,
   .swiper-next {
       width: 35px;
       height: 33px;
       line-height: 33px;
       background: #F1F1F1;
       color: #8b4f0a  ;
       padding: 0;
       text-align: center;
       border-radius: 10px;
       --bs-btn-border-color: transparent;
       --bs-btn-active-bg: #ec9b22;
       --bs-btn-active-border-color: transparent;
       --bs-btn-hover-bg: #8b4f0a  ;
       --bs-btn-hover-border-color: transparent;
       --bs-btn-disabled-color: #ccc;
       --bs-btn-disabled-bg: #eaeaea;
       --bs-btn-disabled-border-color: #eaeaea
   }

   .swiper-prev:hover,
   .swiper-next:hover {
       background: #8b4f0a  ;
   }
.nav-link:focus, .nav-link:hover {
    color: rgb(255 196 63);
}
   .btn-link {
       margin-right: 30px;
       font-weight: 600;
       font-size: 16px;
       line-height: 22px;
       text-align: right;
       text-transform: capitalize;
       color: #8b4f0a  ;
   }

   /* category carousel */
   .category-carousel .category-item {
       background: var(--bs-body-color);
       border-radius: 16px;
       text-align: center;
       padding: 20px 20px;
       margin: 16px 0;
       transition: box-shadow 0.3s ease-out, transform 0.3s ease-out;
   }

   .category-carousel .category-item:hover {
       transform: translate3d(0, -10px, 0);
       box-shadow: 0px 21px 44px rgba(0, 0, 0, 0.08);
   }

   .category-carousel .category-item .category-title {
       font-weight: 600;
       font-size: 17px;
       line-height: 27px;
       letter-spacing: 0.02em;
       text-transform: capitalize;
       color: #222222;
       margin-top: 20px;
   }

   /* brand carousel */


   @-webkit-keyframes scroll {
       0% {
           transform: translateX(0);
       }

       100% {
           transform: translateX(calc(-250px * 7));
       }
   }

   @keyframes scroll {
       0% {
           transform: translateX(0);
       }

       100% {
           transform: translateX(calc(-250px * 7));
       }
   }

   .brand-slider {
       background: white;
       box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
       height: 100px;
       margin: auto;
       overflow: hidden;
       position: relative;
   }

   .brand-slider::before,
   .brand-slider::after {
       background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
       content: "";
       height: 100px;
       position: absolute;
       width: 200px;
       z-index: 2;
   }

   .brand-slider::after {
       right: 0;
       top: 0;
       transform: rotateZ(180deg);
   }

   .brand-slider::before {
       left: 0;
       top: 0;
   }

   .brand-slider .slide-track {
       -webkit-animation: scroll 40s linear infinite;
       animation: scroll 40s linear infinite;
       display: flex;
       width: calc(250px * 14);
   }

   .brand-slider .slide {
       height: 100px;
       width: 250px;
   }


   /* Bank Offer carousel */


   @-webkit-keyframes scroll {
       0% {
           transform: translateX(0);
       }

       100% {
           transform: translateX(calc(-250px * 7));
       }
   }

   @keyframes scroll {
       0% {
           transform: translateX(0);
       }

       100% {
           transform: translateX(calc(-250px * 7));
       }
   }

   .bank-slider {
  background: linear-gradient(to right, #e0f7fa, #f1f8e9);
  padding: 20px 0;
  overflow: hidden;
  position: relative;
}

.bank-slider .slide-track {
  display: flex;
  width: calc(300px * 16); /* Adjust if you add/remove items */
  animation: scroll 40s linear infinite;
}

.bank-slider .slide {
  width: 300px;
  min-height: 100px;
  background: #fff;
  margin: 0 15px;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-weight: 600;
  color: #444;
  display: flex;
  align-items: center;
  gap: 10px;
}

.bank-slider .slide i {
  color: #e53935;
  font-size: 18px;
}

.section-title{
	font-size: 25px !important;
}

   /* product tabs */
   .product-tabs .nav-tabs {
       justify-content: flex-end;
       border: none;

       --bs-nav-link-hover-color: #111;
       --bs-nav-link-color: #555;
       --bs-nav-tabs-link-border-color: #fff;
       --bs-nav-tabs-link-hover-border-color: transparent;
       --bs-nav-tabs-link-active-border-color: #fff;
   }

   .product-tabs .nav-tabs .nav-link.active,
   .product-tabs .nav-tabs .nav-item.show .nav-link {
       /* border: none; */
       border-bottom: 3px solid var(--accent-color);
   }

   /* product-grid */
   /* .product-grid {
  gap: 25px;
} */
   .product-item {
       position: relative;
       padding: 16px;
       background: #FFFFFF;
       /*border: 1px solid var(--bs-body-color);*/
       box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.04);
       border-radius: 16px;
       transition: box-shadow 0.3s ease-out;
   }

   .product-item:hover {
       box-shadow: 0px 21px 44px rgba(0, 0, 0, 0.08);
   }

   .product-item h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;             /* Show only 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;                  /* Adjust line spacing */
    text-transform: capitalize;
    color: #333333;
    margin: 0;
    height: calc(1.4em * 2);           /* 2 lines based on line-height */
}




   .product-item figure {
      /* background: #e3e3e3;*/
       border-radius: 12px;
       text-align: center;
   }

   .product-item figure img {
       max-height: 210px;
       width: 100%;
   }

   .product-item .btn-wishlist {
       position: absolute;
       top: 0;
       right: -12px;
       width: 40px;
       height: 40px;
       border-radius: 50px;
       display: flex;
       align-items: center;
       justify-content: center;
       background: #fff;
       border: 1px solid #d8d8d8;
       transition: all 0.3s ease-out;
   }

   .product-item .btn-wishlist:hover {
       background: rgb(240, 56, 56);
       color: #fff;
   }

   .product-item .qty {
       font-weight: 400;
       font-size: 13px;
       line-height: 18px;
       letter-spacing: 0.02em;
       text-transform: uppercase;
       color: #9D9D9D;
   }

   .product-item .rating {
       font-weight: 600;
       font-size: 13px;
       line-height: 18px;
       text-transform: capitalize;
       color: #222222;
   }

   .product-item .rating iconify-icon {
       color: #8b4f0a  ;
   }

   .product-item .price {
       display: block;
       width: 100%;
       font-weight: normal;
       font-size: 15px;
       line-height: 20px;
       text-transform: capitalize;
       color: #222222;
   }
   
   .product-item .price .text-muted{
       
       color: #7c7b7b !important;
   }

   .product-item .product-qty {
       width: 85px;
   }

   .product-item .btn-link {
       text-decoration: none;
   }

   .product-item #quantity {
       height: auto;
       width: 28px;
       text-align: center;
       border: none;
       margin: 0;
       padding: 0;
   }

   .product-item .btn-number {
       width: 26px;
       height: 26px;
       line-height: 1;
       text-align: center;
       background: #FFFFFF;
       border: 1px solid #E2E2E2;
       border-radius: 6px;
       color: #222;
       padding: 0;
   }

   /* cart */
   .cart .product-qty {
       min-width: 130px;
   }

   /* floating image */
   .image-float {
       margin-top: -140px;
       margin-bottom: -140px;
   }

   @media screen and (max-width:991px) {
       .image-float {
           margin: 0;
       }
   }

   /* post item */
   .post-item .post-meta {
       font-size: 0.8rem;
       line-height: 1;
   }
	
	.logo {
		height:70px;
	}
	
	.footer-logo{
		height:100px;
	}
   .post-item .post-meta svg {
       margin-right: 5px;
   }

   @media screen and (max-width: 991px) {

       /* offcanvas menu */
       .offcanvas-body .nav-item {
           font-weight: 700;
           border-bottom: 1px solid #d1d1d1;
       }

       .offcanvas-body .filter-categories {
           width: 100%;
           margin-bottom: 20px !important;
           border: 1px solid #d1d1d1 !important;
           padding: 14px;
           border-radius: 8px;
       }

       /* dropdown-menu */
       .dropdown-menu {
           padding: 0;
           border: none;
           line-height: 1.4;
           font-size: 0.9em;
       }

       .dropdown-menu a {
           padding-left: 0;
       }

       .dropdown-toggle::after {
           position: absolute;
           right: 0;
           top: 21px;
       }
   }

   /* single product */
   /* product-thumbnail-slider */
   .product-thumbnail-slider {
       height: 740px;
   }

   @media screen and (max-width:992px) {
       .product-thumbnail-slider {
           margin-top: 20px;
           height: auto;
       }
   }

   @media screen and (min-width:992px) {
       .product-thumbnail-slider {
           height: 520px;
       }
   }

   @media screen and (min-width:1200px) {
       .product-thumbnail-slider {
           height: 740px;
       }
   }

   .line-clamp-2 {
       display: -webkit-box;
       -webkit-line-clamp: 2;
       -webkit-box-orient: vertical;
       overflow: hidden;
   }

   .text-danger {
       color: red !important;
   }




   .login {
       position: relative;
       min-height: 100vh;
       display: flex;
       justify-content: center;
       align-items: center;
       padding: 20px;
   }

   .login .container {
       position: relative;
       width: 800px;
       height: 500px;
       background: #fff;
       box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
       overflow: hidden;
   }

   .login .container .user {
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
       display: flex;
   }

   .login .container .user .imgBx {
       position: relative;
       width: 50%;
       height: 100%;
       background: #032f5b;/*#ff0;*/
       transition: 0.5s;
   }

   .login .container .user .imgBx img {
		position: absolute;
        top: 150px;
		left: 100px;
		width: 50%;
		height: 40%;
		object-fit: cover;
   }

   .login .container .user .formBx {
       position: relative;
       width: 50%;
       height: 100%;
       background: #fff;
       display: flex;
       justify-content: center;
       align-items: center;
       padding: 20px;
       transition: 0.5s;
   }

   .login .container .user .formBx form h2 {
       font-size: 18px;
       font-weight: 600;
       text-transform: uppercase;
       letter-spacing: 2px;
       text-align: center;
       width: 100%;
       margin-bottom: 10px;
       color: #555;
   }

   .login .container .user .formBx form input {
       position: relative;
       width: 100%;
       padding: 10px;
       background: #f5f5f5;
       color: #333;
       border: none;
       outline: none;
       box-shadow: none;
       margin: 8px 0;
       font-size: 14px;
       letter-spacing: 1px;
       font-weight: 300;
   }

   .login .container .user .formBx form input[type='submit'] {
       max-width: 100px;
       background: #677eff;
       color: #fff;
       cursor: pointer;
       font-size: 14px;
       font-weight: 500;
       letter-spacing: 1px;
       transition: 0.5s;
   }

   .login .container .user .formBx form .signup {
       position: relative;
       margin-top: 20px;
       font-size: 12px;
       letter-spacing: 1px;
       color: #555;
       text-transform: uppercase;
       font-weight: 300;
   }

   .login .container .user .formBx form .signup a {
       font-weight: 600;
       text-decoration: none;
       color: #677eff;
   }

   .login .container .signupBx {
       pointer-events: none;
   }

   .login .container.active .signupBx {
       pointer-events: initial;
   }

   .login .container .signupBx .formBx {
       left: 100%;
   }

   .login .container.active .signupBx .formBx {
       left: 0;
   }

   .login .container .signupBx .imgBx {
       left: -100%;
   }

   .login .container.active .signupBx .imgBx {
       left: 0%;
   }

   .login .container .signinBx .formBx {
       left: 0%;
   }

   .login .container.active .signinBx .formBx {
       left: 100%;
   }

   .login .container .signinBx .imgBx {
       left: 0%;
   }

   .login .container.active .signinBx .imgBx {
       left: -100%;
   }

   @media (max-width: 991px) {
       .login .container {
           max-width: 400px;
       }

       .login .container .imgBx {
           display: none;
       }

       .login .container .user .formBx {
           width: 100%;
       }
   }

   .checkout label {
       font-weight: 500;
       color: black;
   }

   .checkout body {
       background: #f1f1f1;
   }

   .checkout .box8 {
       box-shadow: 0px 0px 5px 1px #a8a7a763;
       padding: 16px;
   }

   .checkout .mx-t3 {
       margin-top: -3rem;
   }


   .otp-box .otp-input {
       display: flex;
       justify-content: center;
       margin-bottom: 1rem;
   }

   .otp-box .otp-input input {
       width: 50px;
       height: 50px;
       margin: 0 8px;
       text-align: center;
       font-size: 1.5rem;
       border: 1px solid var(--accent-color) !important;
       border-radius: 12px;
       background-color: rgba(42, 42, 42, 0.8);
       color: #ffffff;
       transition: all 0.3s ease;
   }

   .otp-box .otp-input input:focus {
       border-color: var(--accent-color);
       box-shadow: 0 0 0 2px rgba(246, 243, 86, 0.3);
       outline: none;
   }

   .otp-box .otp-input input::-webkit-outer-spin-button,
   .otp-box .otp-input input::-webkit-inner-spin-button {
       -webkit-appearance: none;
       margin: 0;
   }

   .otp-box .otp-input input[type="number"] {
       -moz-appearance: textfield;
   }


   @keyframes pulse {
       0% {
           opacity: 1;
       }

       50% {
           opacity: 0.5;
       }

       100% {
           opacity: 1;
       }
   }

   .otp-box .resend-text {
       margin-top: 1rem;
       font-size: 0.9rem;
       color: #b0b0b0;
   }

   .otp-box .resend-link {
       color: var(--accent-color);
       text-decoration: none;
       cursor: pointer;
       transition: color 0.3s ease;
   }



   /* profile page************************************ */
   .tg {
       --bg-primary: #207ba1;
       --text-primary: #207ba1;
   }

   .tg-account .account-banner {
       background: var(--bg-primary);
       width: 100%;
       padding: 50px 0 0;
   }

   .tg-account .account-banner .inner-banner .detail * {
       color: #fff;
   }

   .tg-account .account-banner .inner-banner .profile {
       text-align: center;
       display: flex;
       align-items: center;
       justify-content: center;
       flex-direction: column;
   }

   .tg-account .account-banner .inner-banner .profile .camera {
       position: relative;
       bottom: 18px;
   }


   .tg-account .account-banner .inner-banner .profile .image {
       border: 2px solid white;
       border-radius: 50%;
   }

   .tg-account .account-banner .inner-banner .profile span.image img {
       width: 130px;
       border-radius: 50%;
       box-shadow: 0px 0px 15px -10px #000;
   }

   .tg-account .account-banner .inner-banner .detail h3.user-name {
       font-size: 20px;
       margin-top: 20px;
   }

   .tg-account .account-banner .inner-banner .nav-area {
     
       float: left;
	   height: 100%;
   }

   .tg-account .account-banner .inner-banner .nav-area ul li a {
       background: rgba(255, 255, 255, .4);
       color: #fff;
       font-weight: 500;
       border-radius: 0px;
       font-size: 16px;
       border: none;
       padding: 10px 28px;
       min-width: 120px;
       display: block;
       transition: .4s;
       text-align: center;
   }

   .tg-account .account-banner .inner-banner .nav-area ul li {
       margin-right: 7px;
   }

   .tg-account .account-banner .inner-banner .nav-area ul li a.active,
   .tg-account .account-banner .inner-banner .nav-area ul li a:hover {
       color: var(--text-primary);
       background: #fff;
   }

   .tg-tabs-content-wrapp {
       width: 100%;
       float: left;
       padding: 30px 0;
   }

   #my-orders-table {
       width: fit-content;
       float: left;
   }

   #my-orders-table_filter {
       width: fit-content;
       float: right;
   }

   #my-orders-table select,
   #my-orders-table_filter input {
       border: 1px solid #207ba1;
       padding: 5px 15px;
   }

   #my-orders-table,
   #my-orders-table_filter {
       margin-bottom: 22px;
   }

   .tg-tabs-content-wrapp form.tg-form {
       width: 100%;
       float: left;
       background: #f7f7f7;
       padding: 30px 30px 60px;
       border: 1px solid #eaeaea;
   }

   .tg-tabs-content-wrapp form.tg-form button {
       background: var(--bg-primary);
       border: none;
       padding: 10px 32px;
       cursor: pointer;
       margin: 13px 0 0;
   }

   .tg-tabs-content-wrapp .my-account-dashboard .card img {
       max-width: 80px;
   }

   .tg-tabs-content-wrapp .my-account-dashboard .card {
       text-align: center;
   }

   .tg-tabs-content-wrapp .my-account-dashboard .card h2 {
       font-size: 20px;
       margin-top: 14px;
   }

   .tg-tabs-content-wrapp .my-account-dashboard .card p {
       font-size: 15px;
   }

   #my-orders-table_info {
       float: left;
   }

   #my-orders-table_paginate {
       float: right;
   }

   .page-item.active .page-link {
       background-color: lightgrey !important;
       border: 1px solid black;
   }

   .page-link {
       color: black !important;
   }

   #my-orders-table_paginate a {
       background: #e6e6e6;
       margin: 0 2px;
       padding: 3px 11px;
       display: inline-block;
       cursor: pointer;
       text-decoration: none;
       color: #000;
   }

   #my-orders-table_paginate {
       margin-top: 8px;
   }

   #my-orders-table_paginate span a.current {
       color: #fff !important;
       background: var(--primary);
   }

   #my-orders-table select,
   #my-orders-table_filter input {
       max-width: 120px;
       font-size: 14px;
   }

   #my-orders-table label,
   #my-orders-table_filter label {
       font-size: 0px;
   }

   .tg-tabs-content-wrapp .my-account-dashboard .card {
       cursor: pointer;
   }

   .tg-tabs-content-wrapp .my-account-dashboard .card:hover,
   .tg-tabs-content-wrapp .my-account-dashboard .card.active {
       background: var(--text-primary);
   }

   .tg-tabs-content-wrapp .my-account-dashboard .card:hover *,
   .tg-tabs-content-wrapp .my-account-dashboard .card.active * {
       color: #fff;
   }

   .tg-tabs-content-wrapp .my-account-dashboard .card {
       transition: .4s;
       border-radius: 0px;
       box-shadow: 0px 2px 7px -5px;
   }

   table#my-orders-table a.view-order {
       background: var(--text-primary);
       cursor: pointer;
       text-decoration: none;
       color: #fff;
       padding: 4px 11px;
       border-radius: 3px;
   }
   .c-box{
	   height: 85px !important
   }

   @media(min-width:768px) {

       table#my-orders-table td.action,
       table#my-orders-table th.action {
           text-align: center;
       }
	   
	   
	   
	   
   }

   @media(max-width:768px) {
       .tg-account .account-banner .inner-banner .nav-area ul li a {
           min-width: auto !important;
           padding: 8px 15px;
       }
	   .product-item h3 {
			display: block;
			width: 100%;
			font-weight: 600;
			font-size: 18px;
			line-height: 25px;
			text-transform: capitalize;
			color: #333333;
			margin: 0;
			height: 55px;
		}
   }
   
   @media (max-width: 767px) {
    .c-box {
        flex-direction: column;
    }

    .c-box span,
    .c-box a {
        margin-top: 8px;
        font-size: 14px;
		text-align: center;
    }

    .c-box .me-3 {
        margin-right: 0 !important;
    }
	
	/* Ensure widget is fixed, visible, and above the footer */
	  .tawk-min-container{
		position: fixed !important;
		bottom: calc(60px + 1rem) !important; /* adjust 60px based on your footer height + extra spacing */
		right: 1rem !important; /* keeps it away from the edge */
		z-index: 99999 !important;
	  }

	  /* Prevent the page from hiding overflow content */
	  body, html {
		overflow: visible !important;
	  }
  
  }


/* Optional: Ensure icons and spacing stay nice on all screens */
.c-box {
    min-height: 60px;
    transition: all 0.3s ease-in-out;
}

.c-box i {
    font-size: 18px;
}

   
   @media (min-width: 768px) and (max-width: 1024px) {
    form.d-none.d-md-block {
        display: block !important;
    }

    span.d-none.d-md-inline-block {
        display: inline-block !important;
    }

    .product-qty {
        flex-grow: 1;
    }

    .product-qty .form-control.quantity-input {
        max-width: 60px;
        text-align: center;
    }

    .product-qty .btn-number {
        padding: 6px 12px;
    }

    .btn.ms-2 {
        margin-left: 8px !important;
        white-space: nowrap;
    }

    .d-flex.align-items-center.justify-content-between {
        flex-wrap: wrap;
        gap: 10px;
    }
	.foot-icon{
		margin-bottom: 50px;
	}
	
	.c-box {
        flex-direction: row;
        align-items: flex-start;
    }

    .c-box span,
    .c-box a span {
        font-size: 14px;
        line-height: 1.4;
    }

    .c-box .me-3 {
        margin-right: 10px !important;
    }

    .c-box i {
        font-size: 16px;
    }

    .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row.gy-4 {
        row-gap: 1rem !important;
    }
	
	.product-item .price {
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    text-transform: capitalize;
    color: #222222;
}
}


   @media(max-width:600px) {
       .tg-account .account-banner .inner-banner .nav-area ul li a span {
           display: none;
       }

       .tg-account .account-banner .inner-banner .nav-area ul li a {
           min-width: auto;
           padding: 8px 20px;
       }

       .tg-account .account-banner .inner-banner .nav-area ul {
           text-align: center;
           margin: 0 auto;
           width: fit-content;
       }

       .tg-account .detail {
           text-align: center;
       }

   }

   .share-body ul {
       display: flex;
       align-items: center;
       justify-content: center;
   }

   .share-body ul li {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 15px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

/* Facebook */
.fb-share {
    background-color: #3b5998;
    box-shadow: 0 4px 8px rgba(59, 89, 152, 0.4);
}
.fb-share:hover {
    background-color: #2d4373;
}

/* WhatsApp */
.wp-share {
    background-color: #25d366;
    box-shadow: 0 4px 8px rgba(37, 211, 102, 0.4);
}
.wp-share:hover {
    background-color: #1ebea5;
}

/* Icon style */
.share-body ul li i {
    color: #fff;
    font-size: 16px;
}



   .available-status {
       font-size: 14px;
   }


   .mobile-footer {
       background: var(--bs-body-color);
   }

   .m-footer-menu {
       display: flex;
       align-items: center;
       justify-content: center;
       flex-direction: column;
       /* border: 2px solid white; */
       padding: 6px 20px;
       /* border-radius: 10px; */
       text-decoration: none;
       color: white;
   }
   
   
   
   .proname{
	    font-size: 10px;
   }
   
   #user-location {
	   font-size: 12px;
   }
   .support-box span{
	   font-size: 12px !important;
   }
   .support-box h6{
	   font-size: 14px !important;
   }
   
   .desktop-brand p{
		font-size : 20px;
	}

   @media screen and (max-width: 900px) {
       #footer-bottom {
           margin-bottom: 80px !important;
       }

       .mobile-header {
           display: flex;
           align-items: center;
           justify-content: space-between;
       }

       .navbar-toggler {
           font-size: 26px;
           color: white;
       }
	   .bg-light.mobile-header{
	background: #032f5b !important;
}

   }


   /* ORDER CONFIRM page CSS here*/
   .message-box {
       display: flex;
       justify-content: center;
       align-items: center;
   }

   .success-container {
       background: white;
       box-shadow: 5px 5px 10px rgba(158, 158, 158, 0.264);
       text-align: center;
       border: 1px solid rgb(72, 176, 72);
       border-radius: 16px;
   }

   .confirm-green-box {
       background: #d7f5da;
   }


   /**
success animation
 */
   .success-checkmark {
       width: 80px;
       height: 115px;
       margin: 0 auto;
   }

   .success-checkmark .check-icon {
       width: 80px;
       height: 80px;
       position: relative;
       border-radius: 50%;
       box-sizing: content-box;
       border: 4px solid #4CAF50;
   }

   .success-checkmark .check-icon::before {
       top: 3px;
       left: -2px;
       width: 30px;
       transform-origin: 100% 50%;
       border-radius: 100px 0 0 100px;
   }

   .success-checkmark .check-icon::after {
       top: 0;
       left: 30px;
       width: 60px;
       transform-origin: 0 50%;
       border-radius: 0 100px 100px 0;
       animation: rotate-circle 4.25s ease-in;
   }

   .success-checkmark .check-icon::before,
   .success-checkmark .check-icon::after {
       content: "";
       height: 100px;
       position: absolute;
       background: #FFFFFF;
       transform: rotate(-45deg);
   }

   .success-checkmark .check-icon .icon-line {
       height: 5px;
       background-color: #4CAF50;
       display: block;
       border-radius: 2px;
       position: absolute;
       z-index: 10;
   }

   .success-checkmark .check-icon .icon-line.line-tip {
       top: 46px;
       left: 14px;
       width: 25px;
       transform: rotate(45deg);
       animation: icon-line-tip 1s;
   }

   .success-checkmark .check-icon .icon-line.line-long {
       top: 38px;
       right: 8px;
       width: 47px;
       transform: rotate(-45deg);
       animation: icon-line-long 1s;
   }

   .success-checkmark .check-icon .icon-circle {
       top: -4px;
       left: -4px;
       z-index: 10;
       width: 80px;
       height: 80px;
       border-radius: 50%;
       position: absolute;
       box-sizing: content-box;
       border: 4px solid rgba(76, 175, 80, 0.5);
   }

   .success-checkmark .check-icon .icon-fix {
       top: 8px;
       width: 5px;
       left: 26px;
       z-index: 1;
       height: 85px;
       position: absolute;
       transform: rotate(-45deg);
       background-color: #FFFFFF;
   }

   @keyframes rotate-circle {
       0% {
           transform: rotate(-45deg);
       }

       5% {
           transform: rotate(-45deg);
       }

       12% {
           transform: rotate(-405deg);
       }

       100% {
           transform: rotate(-405deg);
       }
   }

   @keyframes icon-line-tip {
       0% {
           width: 0;
           left: 1px;
           top: 19px;
       }

       54% {
           width: 0;
           left: 1px;
           top: 19px;
       }

       70% {
           width: 50px;
           left: -8px;
           top: 37px;
       }

       84% {
           width: 17px;
           left: 21px;
           top: 48px;
       }

       100% {
           width: 25px;
           left: 14px;
           top: 45px;
       }
   }

   @keyframes icon-line-long {
       0% {
           width: 0;
           right: 46px;
           top: 54px;
       }

       65% {
           width: 0;
           right: 46px;
           top: 54px;
       }

       84% {
           width: 55px;
           right: 0px;
           top: 35px;
       }

       100% {
           width: 47px;
           right: 8px;
           top: 38px;
       }
   }
   
@media (max-width: 767.98px) {
	.product-item h3 {
		width: 100%;
		font-weight: 600;
		font-size: 16px;
		line-height: 19px;
		text-transform: capitalize;
		color: #333333;
		margin: 0;
		
		display: -webkit-box;
		-webkit-line-clamp: 2;        /* Show max 2 lines */
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		height: 4em; 
	}
	
	.product-item h6 {
		width: 100%;
		font-weight: 600;
		font-size: 16px;
		line-height: 19px;
		text-transform: capitalize;
		color: #333333;
		margin: 0;
		
		display: -webkit-box;
		-webkit-line-clamp: 2;        /* Show max 2 lines */
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		height: 4em;          
	}
	
	.banner-ad .banner-content .categories {
		font-family: 'Garamond';
		font-size: 26px;
		text-transform: capitalize;
		color: var(--dark-color);
	}
	.banner-ad-left {
		height: 715px;
	}
	.banner-ad-left .p-3 {
		padding: unset !important;
	}
	
	.banner-ad-left img {
		margin-top: -170px !important;
	}
	
	.product-item .price {
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: 15px;
    line-height: 17px;
    text-transform: capitalize;
    color: #222222;
	height: 25px;
}


.brand-carousel .swiper-slide p{
	font-size: 18px;
}
.brand-carousel .swiper-slide .card-body{
	padding-left: unset;
    padding-right: unset;
    text-align: center;
}
.carousel-item img{
	       height: 200px;
   }
}
.desktop-brand img {
	        position: relative;
			bottom: 0px;
			height: 100px;
	}
.cart {
	padding: 5px 0;
    width: 55px;
}
.back {
	margin-bottom: 17px;
}
@media (min-width: 1366px) {
	.product-item h3 {
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
    color: #333333;
    margin: 0;
    height: 40px !important;
}

.desktop-brand img {
    height: 85px;
}
.desktop-brand p{
	font-size: 20px;
}

.product-item .price {
    font-size: 13px;
}

}
@media (max-width: 820px) {
  .product-item h3 {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Show up to 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

    width: 100%;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    text-transform: capitalize;
    color: #333333;
    margin: 0;
    height: 55px; /* 3 lines × 25px line-height */
  }
}
@media (max-width: 1396px) {
	.swiper-slide .card{
		height: 118px !important;
	}
}
@media (max-width: 575.98px) {
    .product-item {
        padding: 0.75rem !important;
		width: 100%;
		margin-right: 5px !important;
    }

    .product-item h3 {
        font-size: 0.9rem;
    }

    .product-item .btn {
        font-size: 0.75rem;
        padding: 0.3rem 0.6rem;
    }
	.c-box {
			height: 150px !important;
		}
		
		.offcanvas-header{
	background: #ccc !important;
	text-align: left !important;
}
.offcanvas-body {
	width: 100%;
    background: #ccc;
}
.dropdown-menu {
	background: #ccc !important;
}
.dropdown-menu a {
        padding-left: 0;
		
    }
	
	.tawk-min-container .tawk-button-circle.tawk-button-large {
    width: 60px;
    height: 60px;
    display: none!important;
}

.mobile-brand .swiper-slide{
    margin-right: 18px !important;
}
.mobile-brand .swiper-slide .card img{
			height: 103px !important;
	        width: 100%;
}
.swiper-slide .card {
        height: 153px !important;
    }
	
	.nav-link {
	color: #000 !important;
}
.bg-light.mobile-header{
	background: #032f5b !important;
}
}
