@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* General Styles */
* {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --primary-color: #811619;
  --primary-color-hover: #8f080d;
}

/* Flexbox Centering Utility */
.flexcenter {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Navigation Bar */
.navmain {
  height: 100px;
}
  .loader-container {
    width: 100vw;
    height: 100vh;
    background:rgba(0,0,0,0.5);
    position: fixed;
    inset: 0;
        display: flex;
    align-items: center;
    justify-content: center;
}
.nav-center{
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.nav-center span{
    font-weight:500;
    font-size:18px;
    color:var(--primary-color);
}
  .loader {
    width: 50px;
    height: 50px;
    border: 5px solid #fafafa;
    border-top: 5px solid var(--primary-color);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg);}
    100% { transform: rotate(360deg);}
}

.iframe-container iframe {
  border-radius: 8px !important;
  overflow: hidden;
  width: 100%;
  min-height: 180px;
}
/* Navigation Menu Styling */

.navlist {
  display: flex;
  gap: 30px;
  padding: 0;
  margin: 0;
}

.navlist a {
  text-decoration: none;
  color: white;

  font-size: 17px;
  font-weight: thin;
}
.navlist .drop-button {
  text-decoration: none;
  color: #3a3a3a;

  font-size: 17px;
}
.navlist li {
  color: black;
  list-style: none;
  cursor: pointer;
  font-weight: thin;
}

.navlist li:hover {
  color: black; /* Optional: Add hover effect */
}
.navmaincontain {
  height: 80px;
}
.navmaincontain a img {
  width: 56px;
  padding-block: 10px;
  display: inline-block;
}
.navcontainer .navlist li {
  color: #222;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.navcontainer .navlist li i.fa.fa-globe {
  font-size: 18px !important;
}
.product-card-badge {
    z-index: 100;
    position: absolute;
    top: 8px;
    left: 8px;
    font-size: 12px;
    background: var(--primary-color);
    padding: 2px 10px;
    color: #fff;
}

.navcontainer .navlist li:hover {
  color: black;
}
.navcontainer .navlist .drop-button {
  color: #222;
}
.navcontainer .navlist .drop-button:hover {
  color: black;
}
.header {
  background-color: #fff;
}
.heading {
  font-weight: 800;
}
.heading + h5 {
  color: #ffffff;
  margin-bottom: 24px;
}
.fav-cart a {
  color: var(--primary-color) !important;
}
.fav-cart {
  gap: 20px !important;
  font-size: 24px;
  text-decoration: none;
}
.mainproductsection {
  background: #f5f6f7;
  padding: 30px 0;
  padding-bottom: 140px;
  min-height: 45vh;
}
.productcard {
  min-height: 300px;
  width: 250px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #d5d5d5;
}
.proddetailcontain {
  border-top: 1px solid #d5d5d5;
}
.product-name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: 600;
  margin-bottom: 4px;
  color: #222;
}
.scrollable {
  animation: scroll-text 10s linear infinite;
  display: inline-block; /* Ensure animation works */
}
.banner {
  background: linear-gradient(45deg, #810b16, #ff6800);
}

@keyframes scroll-text {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.productcard:hover .addcartbtncntn {
  height: 40px;
}
.prodimagecontain {
  height: 200px;
  background-color: white;
  position: relative;
  overflow: hidden;
}
.prodimagecontain img {
  object-fit: contain;
}
.gridselectcntn {
  padding: 2px;
  height: 30px;
  border-radius: 0;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gridselectcntn.boxactive {
  padding: 2px;
  height: 30px;
  background-color: var(--primary-color);
}
.gridselectcntn.boxactive img {
  filter: invert(1);
}

.productlist {
  border: thin solid #d3d3d3;
    position:relative;
}
.tab-item .fa-cart-shopping::before{
    content:'All Products ';
            font-size: 13px;
            font-family:poppins;
            font-weight:600;
}
html[lang="ar"] .tab-item .fa-cart-shopping::before{
    content:'جميع المنتجات ';
            font-size: 13px;
            font-family:poppins;
            font-weight:600;
}

.productlist .image-contain {
  width: 150px;
  height: 150px;
  overflow: hidden;
}
.icon-wrapper .fa-bag-shopping {
  color: var(--primary-color) !important;
}
.image-contain img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  max-width: 550px;
  margin: auto;
}
.addcartbtnlist {
  padding-top: 10px;
  padding-bottom: 10px;
  min-width: 200px;
  background-color: var(--primary-color);
  border: none;
  color: white;
  display: block;
}
.addcartbtnlist.active {
  background-color: #d9534f;
}
.viewprodlist {
  padding-top: 10px;
  padding-bottom: 10px;
  min-width: 200px;
  background-color: #000;
  border: none;
  color: white;
  display: block;
}
.listviewmain {
  display: none;
}
.bottomtab {
  display: none;
  background-color: white;
  position: fixed;
  bottom: 0;
  right: 0;
  border: thin solid #d3d3d3;
  z-index: 9998;
}
/* General styles for the icons */
.tab-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  position: relative;
  color: var(--primary-color);
}

/* Add a border between icons */
.tab-item:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  height: 60%; /* Adjust height of the line */
  width: 1px;
  background-color: #ccc; /* Color of the dividing line */
}
.slider-nav-buttons button {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  padding: 4px 12px;
  border-radius:0;
}
.slider-nav-buttons button i {
  font-size: 12px;
}
.gridviewmain > .flexcenter {
  justify-content: start !important;
}
.searchbar input {
  border: none !important;
  border-radius: 15px;
  background-color: transparent;
}
.proddetailcontain {
  overflow: hidden;
  padding: 16px;
}
.modal-body p{
  font-size: 15px;
  font-weight: 400;
  color: #393939;
  margin-bottom: 6px;
}
.modal-content {
  outline: 0;
  padding: 14px 0 0 0;
  border-radius: 0;
}
.modal-footer btn {
  border-radius: 0 !important;
  font-size: 13px !important;
  padding: 6px 12px !important;
}
.form-btn{
  background: var(--primary-color);
  color: #fff;
  border-radius: 0;
}
.close{
  border-radius: 0;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}
.modal-body input,
.modal-body textarea{
  font-size: 15px;
  font-weight: 400;
  color: #393939;
  width: 100%;
  padding: 3px 6px;
  border: 1px solid #a6a6a6;
  margin-bottom: 12px;
  outline: none;
}

@media only screen and (max-width: 400px) {
  .addcartbtn {
    font-size: 8px;
    color: black;
  }
}
@media only screen and (max-width: 780px) {
  .addcartbtn {
    font-size: 10px !important;
  }
  .drop-down li.clickableli{
      font-size:14px !important;
  }
  .pro-det{
    font-size:14px;
}
  .addcartbtn.main-cart{
      font-size:16px !important;
      justify-content:center;
  }
  .addcartbtnlist {
    min-width: 110px;
    font-size: 12px;
  }
  .viewprodlist {
    min-width: 110px;
    font-size: 12px;
  }
  .productlist .image-contain {
    width: 70px;
    height: 70px;
  }
  .banner {
    min-height: 78vh;
    align-items: center;
    display: flex;
  }
  .sidenavpopinner > div {
    width: 100%;
    height: 100%;
    padding: 70px 30px;
  }
  .clickableli .fa-globe{
      font-size:18px;
  }
  .clickableli{
      display:flex;
      gap:6px;
      align-items:center;
  }
  .navlist a {
    display: block;
    text-transform: capitalize;
    margin-bottom: 10px;
  }
  .navlist .drop-button {
    color: var(--primary-color) !important;
  }
  .iframe-container {
    margin: auto;
  }
  .proddetailcontain {
    padding: 8px;
}
  .drop-down {
    position: static !important;
    box-shadow: none !important;
    padding: 0 !important;
    width: 100%;
  }

  .drop-down a {
    font-size: 24px !important;
    color: var(--primary-color) !important;
  }
  .heading + h5 {
    font-size: 16px;
}
body {
  padding-bottom: 30px;
}
  .productcard {
    min-height: 220px !important;
    max-width: 175px;
    width: 100%;
    margin: 0 auto;
    height: auto;
  }
  .mainproductsection {
    padding-bottom: 16px;
  }
  .gridviewmain > .flexcenter {
    justify-content: center !important;
  }
  .slider-nav-buttons {
    margin-top: -35px;
    margin-bottom: 30px !important;
  }
  .footer-section .container.mt-5 {
    margin-top: 8px !important;
  }

  .addcartbtn {
    width: 100%;
  }
  .counter-container {
    margin: auto;
  }


  #cart-table tbody,
  #cart-table td,
  #cart-table tfoot,
  #cart-table th,
  #cart-table thead,
  #cart-table tr {
    min-width: 120px;
    text-align: center;
  }
  #cart-table tr td:first-child,
  #cart-table tr th:first-child {
    min-width: 230px;
    text-align: left;
  }
  .flexcenter1 {
    /*display: flex;*/
    flex-wrap: wrap;
    justify-content: space-between; /* Adjust spacing if needed */
  }
  .product-card {
    flex: 0 0 48%; /* Adjust percentage to fit two columns */
    margin-bottom: 1rem; /* Add spacing between rows */
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .product-name {
    color: #393939;
    font-weight: 600;
    margin: 0;
    font-size: 14px;
  }
  .prodimagecontain {
    height: 135px;
  }
  .scrollable {
    animation: scroll-text 10s linear infinite;
    display: inline-block; /* Ensure animation works */
  }
  #owl-courosel1 .owl-item {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  @keyframes scroll-text {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  #owlcourosel1 .owl-item {
    margin-right: 0px !important;
  }
}
.prodimagecontain img {
    z-index: 99;
    width: 100%;
    object-fit: contain;
}
.pricecontain h3,
.pricecontain span {
  font-weight: 600;
  color: var(--primary-color);
  font-size: 18px;
  line-height: 1;
  margin: 0;
}
.pricecontain {
  display: flex;
  align-items: center;
  gap: 3px;
}
.pricecontain p {
    margin: 0;
    text-decoration: line-through;
    opacity: 0.3;
    margin: 0 6px;
    font-size:12px;
    font-weight:600;
}
.pricecontain p::before {
    content:"SAR ";
}
.prodimagecontaininner {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /* background-color: black; */
}
.addcartbtncntn {
  z-index: 101;
  position: absolute;
  bottom: 0; /* Adjust position as needed */
  cursor: pointer;
  height: 0px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  background-color: var(--primary-color);
  transition: 0.3s ease-in-out;
}
.addcartbtn {
    background-color: var(--primary-color);
    border: none;
    color: white;
    height: 100%;
    font-size: 14px;
    display: flex;
    padding: 8px 15px;
    border-radius: 0;
    transition: background-color 0.3s ease, transform 0.2s ease;
    gap: 8px;
    align-items:center;
}
.addcartbtn:hover {
  background-color: var(--primary-color-hover);
}

.addcartbtn.active {
  background-color: #d9534f; /* Red for "Remove from Cart" */
}
.round {
  background-color: white;
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
.likecontain {
  z-index: 101; /* Higher value to ensure it's on top of everything */
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.like-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 30px; /* Size of the heart icon */
  color: #ccc; /* Default grey color */
  transition: color 0.3s ease;
}

/* Heart Icon Clicked State */
.like-button.active .heart-icon {
  /* background: -webkit-linear-gradient(rgba(112,4,168,1), rgba(248,91,194,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
  color: var(--primary-color);
  /* color: linear-gradient(52deg, rgba(112,4,168,1) 0%, rgba(248,91,194,1) 100%); Instagram-like pink color */
}

/* Heart Icon Animation */
.heart-icon {
  transition: transform 0.2s ease, color 0.3s ease;
}

.like-button.active .heart-icon {
  transform: scale(1.1); /* Slightly scales the icon */
}
/*  */
.discountctn {
  display: inline;
  background-color: red;
  color: white;
  padding: 5px;
  font-size: 14px;
  font-weight: bold;
}
/* product detail page */
.productdimagectn {
  border: none;
  height: 330px;
  background: #fff;
}
.productdimagectn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pininput {
  height: 40px;
  width: 180px;
  font-size: 16px;
  border: none; /* Remove default borders */
  border-bottom: 2px solid #009348; /* Add custom border-bottom */
  outline: none; /* Remove default focus outline */
  transition: border-color 0.3s ease;
}

/* Active/focused state */
.pininput:focus {
  border-bottom: 2px solid #009348; /* Keep the same color on focus */
}
.chkoutbtn {
  width: 150px;
  height: 50px;
  background-color: var(--primary-color);
  color: black;
  font-weight: bold;
  border: none;
  width: 100%;
}
.productdetailsection {
  padding: 60px 0;
  background: #f5f6f7;
}
.proddetailcontain {
  overflow: hidden;
}
.addcartbtn2 {
  width: 150px;
  height: 40px;
  background-color: var(--primary-color);
  color: white;
  border: none;
}
.addfavbtn2 {
  min-width: 150px;
  height: 40px;
  background-color: var(--primary-color);
  background-color: #000000;
  color: white;
  border: none;
}
.decrement-btn,
.increment-btn {
  background-color: #f0f0f0;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
}

.count {
  margin: 0 10px;
  font-weight: bold;
}
.counter-container {
  width: 150px;
  height: 40px;
}
.addfavbtn2.active {
  background-color: #f01c1cb4;
}
.footer-section {
  background-color: var(--primary-color);
  background: linear-gradient(
    263deg,
    #811619 0%,
    #722b0a 65%,
    rgba(245, 246, 247, 1) 65%,
    rgba(245, 246, 247, 1) 99%
  );
  padding-block: 30px;
}

.footer-section h5 {
  color: white;
  font-weight: bold;
}
.footer-section p {
  color: white !important;
  margin-bottom: 6px;
}
.footer-section a {
  text-decoration: none;
  color: rgb(229, 229, 229);
}
.footer-section a:hover {
  text-decoration: none;
  color: white;
}

.round2 {
  background-color: white;
  height: 25px;
  width: 25px;
  border-radius: 50%;
}
.underline1 {
  width: 200px;
  border-bottom: thin solid rgb(228, 228, 228);
}
.drop-button:hover .drop-down {
  display: block;
}
.drop-down {
  background-color: white;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 8px 16px;
  width: 180px;
  display: none;
  position: absolute;
  top: 55px;
  z-index: 10;
}
.drop-down::before {
  content: "";
  width: 100%;
  top: -40px;
  height: 40px;
  background-color: transparent;
  left: 0;
  position: absolute;
  z-index: 8;
}

.drop-down a {
  color: #646363 !important;
}
.drop-down li:hover {
}
.drop-down a:hover {
  color: var(--primary-color) !important;
}
/* filter */
.range-slider {
  position: relative;
  width: 300px;
}
.range-slider input {
  position: absolute;
  width: 100%;
  pointer-events: none;
  -webkit-appearance: none;
  background: none;
}
.range-slider input::-webkit-slider-thumb {
  pointer-events: all;
  width: 15px;
  height: 15px;
  background-color: var(--primary-color);
  border-radius: 50%;
  cursor: pointer;
}
.slider-track {
  position: absolute;
  height: 5px;
  background-color: #ddd;
  top: 50%;
  transform: translateY(-50%);
}
.slider-range {
  position: absolute;
  height: 5px;
  background-color: var(--primary-color);
  top: 50%;
  transform: translateY(-50%);
}
#value-display {
  margin-top: 20px;
  font-size: 18px;
}
#rangeMax,
#rangeMin {
  color: var(--primary-color);
}
/* drop doen */
.dropdown-container {
  position: relative;
  display: inline-block;
}

.dropdown-btn {
  padding: 12px 20px;
  background-color: #fff;
  color: #000000;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 240px;
}

.dropdown-btn:hover {
  background-color: #ffffff;
}

#toggleIcon {
  margin-left: 10px;
  font-size: 18px;
}

.dropdown-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  margin-top: 8px;
  padding: 10px;
  z-index: 1;
  width: 220px;
  --bs-dropdown-link-active-bg: var(--primary-color);
}

.dropdown-item {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.dropdown-item label:active {
  background-color: white;
}

.dropdown-item input {
  margin-right: 8px;
  cursor: pointer;
}

.dropdown-item:last-child {
  margin-bottom: 0;
}
.filterbutton {
  width: 150px;
  height: 50px;
  background-color: var(--primary-color);
  display: none;
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 105;
}
.filtercontainer {
  border-right: thin solid rgb(207, 207, 207);
}
.filtersidebox {
  position: fixed;
  width: 0%;
  overflow: hidden;
  height: 100%;
  overflow-y: scroll;
  background-color: white;
  z-index: 106;
  transition: 0.3s ease-in-out;
}
.counter-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.btncount {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background-color: black;
  color: white;
  font-size: 24px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btncount:hover {
  background-color: #333;
}

.quantity-display {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #ffffff;
  color: rgb(0, 0, 0);
  font-size: 18px;
  font-weight: bold;
}
.gtotalbox {
  border: thin solid rgb(204, 204, 204);
  padding: 20px;
  max-width: 400px;
  width: 100%;
}
.grand-total h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 18px;
}
.chkoutbtn {
  width: 100%;
  height: 50px;
  background-color: var(--primary-color);
  color: #ffffff;
  font-weight: bold;
  border: none;
}
.categorycard {
  height: 200px;
  width: 370px;
  background-color: #ffe2d4;
  padding: 10px 40px;
  transition: 0.3s ease-in-out;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.categorycard h5 {
font-size:28px;
}
.shopnow {
  transition: 0.3s ease-in-out;
}
.text-color{
    color:var(--primary-color);
}
.categorycard:hover {
  transform: scale(0.98);
}
.categorycard:hover .shopnow {
  margin-left: 10px;
}
.card-slider1 .card-wrapper a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-slider .card-wrapper a {
  display: flex;
  justify-content: center;
  align-items: center;
}
/*  */
@keyframes slides {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 30px 0px;
  white-space: nowrap;
  position: relative;
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  content: "";
  width: 250px;
  height: 100%;
  z-index: 2;
}

.logos:before {
  left: 0;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0),
    rgb(255, 255, 255)
  );
}

.logos:after {
  right: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgb(255, 255, 255)
  );
}

.logo_items {
  display: inline-block;
  animation: 35s slides infinite linear;
}

.logos:hover .logo_items {
  animation-play-state: paused;
}

.logo_items img {
  height: 50px;
  filter: gray;
  /* IE5+ */
  -webkit-filter: grayscale(1);
  animation: 0.7s ease-in-out;
  margin-left: 10px;
  margin-right: 10px;
}

.logo_items img:hover {
  filter: none;
  /* IE5+ */
  -webkit-filter: grayscale(0);
}
/*  */
.slider-container {
  position: relative;
  width: 800px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide {
  min-width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}

.slide img {
  width: 50%;
  border-radius: 0 10px 10px 0;
}

.slide-content {
  padding: 20px;
  flex: 1;
}

.slide-content h2 {
  font-size: 2rem;
  color: #fdd835;
}

.order-btn {
  display: inline-block;
  background-color: #d32f2f;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 10px;
}

.order-btn:hover {
  background-color: #b71c1c;
}

.prev,
.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  padding: 10px;
  cursor: pointer;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}
.containercard {
  min-height: 400px;
  padding: 20px;
  border-radius: 15px;
  color: #fff;
}
.fav-cart {
  position: relative;
  display: flex;
  gap: 20px;
}

.icon-wrapper {
  position: relative;
  text-decoration: none;
}
.icon-wrapper1 {
  position: relative;
  text-decoration: none;
}

.badge {
    position: absolute;
    top: -8px;
    right: -10px;
    background-color: #c21111;
    color: white;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 12px;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 19px;
    font-weight: 400;
}
.badge1 {
    position: absolute;
    top: -8px;
    right: 39px;
    background-color: #c21111;
    color: white;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 12px;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 19px;
    font-weight: 400;
}
.hamcontain {
  display: none;
}
/*  */
.footer-section > .container > .row.w-100{
    margin:0 auto;
}
.hamburger {
  display: none !important;

  z-index: 999;
  width: 30px;
  height: 30px;
  top: 1rem;
  right: 3rem;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.line {
  width: 100%;
  height: 2px;
  background-color: var(--primary-color);
  border-radius: 0.2rem;
  transition: all 0.5s ease-in-out;
}

.clicked .line-1 {
  transform: rotateZ(-45deg) translate(-0.4rem, 0.1rem);
  background-color: rgb(0, 0, 0);
}

.clicked .line-2 {
  opacity: 0;
  background-color: rgb(0, 0, 0);
}

.clicked .line-3 {
  transform: rotateZ(45deg) translate(-0.8rem, -0.6rem);
  background-color: rgb(0, 0, 0);
}
/*  */
.sidenavpop {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 0%;
  background-color: #ffffff;
  z-index: 998;
  transition: 0.4s ease-in-out;
  overflow: hidden;
}
.sidenavpop ul li {
  font-size: 26px !important;
  color: var(--primary-color);
}
.sidenavpopinner {
  height: 100%;
  width: 100%;
  /* position: relative; */
}
.shopnowbtn {
  padding: 8px 30px;
  border: 1px solid #fff;
  background-color: white;
  border-radius: 0;
  color: var(--primary-color);
  font-weight: 500;
  transition: 0.4s ease-in-out;
  font-size: 15px;
  outline: none;
}
.shopnowbtn:hover {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.searchbar {
    border: 1px solid #dddddd;
    height: 40px;
    border-radius: 0;
    padding: 0 12px;
}
.searchbar i.fa-magnifying-glass {
  font-size: 18px !important;
  color: #8b8b8b;
}

.searchbar input:focus {
  border: none !important;
  outline: none;
}

/*  */
@media only screen and (max-width: 780px) {
  .footer-section {
    background-color: var(--primary-color);
    background: var(--primary-color);
  }
  .productdetailcntn {
    width: 100% !important;
    padding: 0px;
  }
  .containercard .row {
    flex-direction: column-reverse;
  }
  .tablecontain {
    overflow-x: scroll;
  }
  .footer-section .row .col-md-3:first-child {
    min-height: 150px !important;
  }
  .pricecontain h3,
  .pricecontain span {
    font-size: 14px;
  }
  .categorycard {
      width:185px;
      padding:10px;
      height:115px;
  }
  .categorycard h5 {
    font-size: 16px;
    margin-bottom:4px;
}
  .categorycard p {
    font-size: 12px;
    margin-bottom:4px;
}
.nav-center span {

    margin: 0 auto;
}
}
@media only screen and (max-width: 1000px) {
  .bottomtab {
    display: flex;
  }
  .filtercontainer {
    display: none !important;
  }
  .productcontainer {
    width: 100% !important;
    padding: 0px !important;
  }
  .filterbutton {
    display: flex;
    z-index: 105;
  }
  .navcontainer {
    display: none !important;
  }

  .hamburger {
    display: flex !important;
  }
  .navlist {
    display: block;
  }
  .icon-wrapper {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1000px) {
  .filtercontainer {
    display: none !important;
  }
  .productcontainer {
    width: 100% !important;
    min-height: 400px;
  }
  .filterbutton {
    display: flex;
    z-index: 105;
  }
}
.sidenavpopinner .d-flex.mt-5{
    display:none !important;
}
.fav-cart {
    margin: 0 16px;
}
.whatsappcontain {
  position: fixed;
  bottom: 50px;
  right: 7px;
  animation: smooth-bounce 2s infinite;
  z-index: 9999;
}
.whatsappcontain img {
  width: 35px !important;
  background: #2ead1e;
  padding: 5px;
  border-radius: 5px;
}

@keyframes smooth-bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
