#categories .owl-carousel .owl-item img {
    display: block;
    width: 60%;
  }
  .product-single-hover .inline_product img {
    height: 250px;
  }
  .product-single-hover .inline_product {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 10px 0px 0px !important;
  }
  .product-single-hover .inline_product img {
    transition: all ease 0.5s;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 260px !important;
    border-radius: 0px !important;
  }
  .product-single-hover .inline_product {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 260px;
    border: 0px solid #e9f3ff;
    transition: all 300ms ease-in-out;
  }
  .product-single-hover .single-product-details a {
    display: -webkit-box;
    /*        -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;*/
    font-size: 1.1rem;
    color: #293042;
    font-weight: 700;
  }
  .rounded-circle {
    border-radius: 50% !important;
  }
  .faq-circle {
    width: 30px;
    height: 30px;
    position: absolute;
  }
  :root {
  --base: #684923;
  --base-2: #ff8080;
  --web-primary: #446a54;
  --web-primary-10: #68492310;
  --web-primary-20: #68492320;
  --web-primary-40: #68492340;
  --web-secondary: #ff8080;
  --web-direction: ltr;
  --text-align-direction: left;
  --text-align-direction-alt: right;
}
.dropdown-menu {
  margin-left: -8px !important;
}
@media (max-width: 767px) {
  .navbar-expand-md .dropdown-menu > .dropdown > .dropdown-toggle {
    padding-right: 1.95rem;
  }
}


.page-footer {
  background: #342411 !important;
}
.for-discount-value span {
  color: #fff !important;
}
.__brand-item {
  border-radius: 20px;
}
@media screen and (max-width: 575px) {
  .__inline-12 {
    max-width: 80px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .navbar-light {
    background-color: #fff;
    border: 1px solid #c1c1c1;
    border-radius: 5px;
    margin: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    padding: 5px;
    margin-bottom: 10px;
    margin-right: -5px;
    margin-left: -5px;
  }
  .product-single-hover .inline_product {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 200px;
    border: 1px solid #e9f3ff;
    transition: all 300ms ease-in-out;
  }
  .product-single-hover .single-product-details {
    position: relative;
    min-height: 70px;
    padding: 10px 10px 0 10px;
    border-radius: 0 0 5px 5px;
    transition: all ease 0.3s;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .navbar-tool-icon-box,
  .__inline-14 {
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}



#navbarCollapse .nav-item a {
  color: black !important;
}
@media screen and (max-width: 500px) {
  #navbarCollapse .nav-item a {
    width: 100%;
  }
}
.__floating-btn {
    position: fixed;
    bottom: 10px;
    left: 1.25rem;
    z-index: 9;
    width: 65px;

  }
  .wa-messenger-svg-whatsapp {
    width: 65px;
    height: 65px;
  }
  .main-links-header {
 
    margin-top: 15px;
  }
  .main-links-header a{
    color: #777;
  }
   /* Main container */
   #section_search {
    position: absolute;
    display: inline-block;
  }
#search-input-group{
  width: calc(100% - 200px);
  left: 175px;
  position: relative;
}
[dir="ltr"] .navbar form .search_button {
  border-radius:12px 0px 0px 12px;
  left: 0;
  right: unset;
  top: 0;
}
  /* Div acting as the dropdown button */

  #section_search .dropdown-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #3b5e49;
    color: #fff;
    border-radius: 12px;
    cursor: pointer;
    user-select: none;
    width: 154px;
    height: 48px;
    font-size: 14px;
    font-weight: 500;
  }

  .form-control.appended-form-control.search-bar-inputx {
    height: 48px;
    border:  0px;
    border-radius:  12px;
      border-top-left-radius: 12px;
      border-bottom-left-radius: 12px;
    background:  #f7f7f7;
  }
  .input-group-overlay .appended-form-control:not(.rounded-right-0) {
    padding-left: 3rem;
    border-top-left-radius: 0.3125rem !important;
    border-bottom-left-radius: 0.3125rem !important;
  }
  #section_search_label{
    font-size: 14px;
  }
  #section_search .dropdown-btn:hover {
    background-color: #34503f;
  }
  #section_search .dropdown-btn svg {
    width: 0.8em;
    height: 0.8em;
    margin-left: 0.5em;
    fill: currentColor;
    transition: transform 0.2s ease;
  }
  /* Arrow rotates when dropdown is open */
  #section_search.open .dropdown-btn svg {
    transform: rotate(180deg);
  }

  /* Dropdown menu */
  #section_search .dropdown-menu {
    position: absolute;
    top: calc(100% + 0.5em);
    right: 0;
    background-color: #fff;
    color: #333;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    list-style: none;
    margin: 0;
    padding: 0.5em 0;
    min-width: 180px;
    display: none;
    z-index: 100;
    height: 100vh;
    overflow-y: scroll;
  }
  #section_search .dropdown-menu.show {
    display: block;
  }
  #section_search .dropdown-menu li {
    padding: 0.5em 1em;
    cursor: pointer;
  }
  #section_search .dropdown-menu li:hover {
    background-color: #f2f2f2;
  }
  .search_button {
    background-color: unset;
  }
  #section_search .text-white {
    color: #6e6e6e !important;
  }
  .slider img{
    height: 70px;
  }
  .slider div{
    margin-right: 30px;
  }
  .slider {
    display: flex;
    overflow: hidden;
    /* hide scrollbar */
    scrollbar-width: none;       /* Firefox */
    -ms-overflow-style: none;    /* IE 10+ */
  }
  .slider::-webkit-scrollbar {
    display: none;               /* Chrome, Safari, Opera */
  }
  .slider > div {
 
    margin-right: 16px;
  }
  .tab-button.active {
    color: #42695a;
    text-decoration:
  underline;
      text-decoration-color: currentcolor;
      text-decoration-thickness: auto;
    text-underline-offset: 10px;
    text-decoration-thickness: 3px;
    text-decoration-color: currentColor;
  }
  .tab-button{
    cursor: pointer;  
  }
  .list .line svg {
    color: #fff; 
  }
  .subscribe {
    background-image: url("../../../../images//subscribe-bg.jpg");
    background-size: cover;
    border-radius:
  2rem;
  }
  
.subscribe::before {
  content: url("../../../../images//light-gradient.png");
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.d-flex.justify-content-between.align-items-center.mt-5 {
  border-top:1px solid #fff;
  padding-top: 10px;
}


@media (min-width: 1000px) {
  .footer-main .col-12,
  .footer-main .col-6 {
    padding: 20px;
  }

  .footer-main .top-60 {
    margin-top: 60px;
  }
}
.footer-main {
  color: white;
  background-color: #446a54;
  border-radius:70px 70px 0 0;
  
}
.trending-products .silder .box .image {
  background-color: #F6F6F6;
  border-radius:20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:0px 0;
  overflow:hidden;
  max-height: 260px;
}
.trending-products .silder .box .image img {
}
.trending-products .slider-box .silder {
  align-items: flex-start;
}
.trending-products .silder .box .des {
  min-height: 40px;
}
.product-description h1{
  font-size:1.5rem;
}
.selling p{
  white-space: nowrap;
}
@media screen and (max-width: 575px) {
  .navbar-light {
    border:0px solid #c1c1c1;
  }
}
@media screen and (max-width: 767px) {

  .main-links-header{
    display: none;
  }
}
.navbar-toggler-icon {
width: 2.5em;
  height: 2.5em;

}
.quantity-box {
  width: auto;
  background-color: #F5F5F5;
  display: flex;
  align-items: center;
  gap:30px;
  border-radius:10px;
  padding:0px;
  color: #42695A;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  width: 200px;

}
.quantity-box .input-number{
  width: 50px;
  color: #42695A;
  font-size: 20px;
  font-weight: 600;
}
.discounted_unit_price{
  color: #42695A;
  font-size: 24px;
  font-weight: 600;
}
#chosen_price{
  color: #42695a !important;
}
.cz-product-gallery .cz-preview {
  border:
1px solid rgba(27, 127, 237, 0.1);
  box-shadow: 0px 23px 24px -4px rgba(205, 205, 205, 0.1), 0px 4px 2px rgba(205, 205, 205, 0.1);
  border-radius:
25px;
  margin:
0;
  padding:
0px;
  overflow:
hidden;
}
.selling-retailers .head .active {
  color: #42695A;
  font-weight: 600;
  border-bottom:
0px solid #42695A;
}
.__inline-11 {
  height: 50px !important;
  width: auto;
}
@media (min-width: 1280px) {
  .container-fluid, .container-xl {
    padding-right: 70px;
    padding-left: 70px;
  }
}

.navbar-light .navbar-tool-icon-box.bg-secondary {
  background-color: #fff !important;
  background-color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar-tool .navbar-tool-label {
  background: #3b5e49 !important;
}
.owl-carousel .owl-item img {
  display: block;
  width: auto;
}

.owl-theme .owl-nav *, .owl-theme .owl-nav [class*="owl-"] {
  background-color: #fa8232 !important;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius:50%;
  z-index: 10;
}
/* -------------------------------------------------- */
.owl-nav  .owl-prev,
.owl-nav .owl-next{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.owl-nav .owl-prev {
  left: 0;
}
.owl-nav .owl-next {
  right: 0;
}
/* -------------------------------------------------- */
.owl-carousel .owl-nav {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.shop-brand .slider .brand a {
  width: unset;
  height: 140%;
}
@media (max-width: 720px) {

.sm-none {
  display: none;
}
}
.product-preview-thumb {
  border-color: #8888883b !important;
  background: #e9e9e9 !important;
  display: block;
  position: relative;
  width: 80px;
  height: 90px;
  transition: border-color 0.2s ease-in-out;
  border-radius: 0.3125rem;
  text-decoration: none !important;
  overflow: hidden;
  margin: 0.5rem 0;
}
.cz-product-gallery .cz-preview {
  border: 0px solid rgba(27, 127, 237, 0.1);
  box-shadow: 0px 0px 0px 0px rgb(205 205 205 / 41%), 0px 4px 2px rgb(205 205 205 / 24%);
  border-radius: 25px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #eeeeeede;
}
.action-buy-now{
  font-size: 16px;
  font-weight: 500;
  color: #42695A;
  border-radius: 12px;
  align-items: center;
  gap: 10px;
  border: 1px solid #42695A;
    border-top-color: rgb(66, 105, 90);
    border-right-color: rgb(66, 105, 90);
    border-bottom-color: rgb(66, 105, 90);
    border-left-color: rgb(66, 105, 90);
  background: #fff !important;
  width: 100%;
  text-align: center;
  color: #42695A !important;
}
.last p{
    margin-top: 0;
    margin-bottom: 0.3rem;
    font-size: 15px;
}
.nav-bottom .links .link a span {
  display: block ruby !important;

}
.nav-bottom .links .link {
  margin: 0px 10px;
}