* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}


/*marquee css*/
.notification-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #105b7a;
  color: #fff;
  border: #7d8c81;
  padding: 0px;
  text-align: center;
}
.sliding-notification {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  height: 26px;
}
.sliding-notification ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  white-space: nowrap;
}
.sliding-notification li {
  display: inline-block;
  padding-right: 100px;
  font-size: 18px;
  white-space: nowrap;
  animation: flash 1s ease-in-out infinite;
}
@keyframes slide-left {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.sliding-notification ul {
  animation: slide-left 15s linear infinite;
}

/*----------------------END----------------------*/
.navbar-light {
  background-color: #d4d5d7; /* Adjust according to Zivame's color */
}

.navbar-brand img {
  /*max-height: 70px;*/
    width: 190px !important;
}
@media (max-width: 992px) {
    .navbar-brand {
      margin-left: 2rem !important;
    }
}

.nav-link {
  color: #fff; /* Adjust the text color */
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); /* Custom icon */
}
.dropdown-menu {
  background-color: #ffffff;
}
.icon-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.icon-container i {
  cursor: pointer;
  transition: transform 0.2s ease;
  margin: 5px;
}
.icon-container i:hover {
  transform: scale(1.1);
}
@media (max-width: 576px) {
  .icon-container {
    margin-top: 10px;
    width: 100%;
    justify-content: center; /* Center icons horizontally */
  }

  .icon-container li {
    margin-right: 5px; /* Reduce space between icons */
  }

  .icon-container li i {
    font-size: 1.25rem; /* Maintain a slightly reduced icon size */
  }

  .icon-container .d-flex span {
    font-size: 0.8rem; /* Smaller text size for "Hey Beautiful" */
    margin-right: 3px; /* Adjust spacing between the text and the next icon */
  }

  .icon-container li:last-child {
    margin-right: 0; /* Remove the margin from the last icon */
  }
}
.roylinbtn {
  border-radius: 50px; /* Rounded search button */
  background-color: #ff7966;
  width: 131px;
  height: 42px;
  color: white;
  margin: 0;
}
.navbar .nav-item:hover .dropdown-menu {
  visibility: visible;
  background: var(--bs-light);
  transition: 0.5s;
  opacity: 1;
}
.dropdown-item:hover {
  color: #d5af7c;
  background-color: #e9ecef;
}
.dropdown-item {
  color: #d5af7c;
}

.dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Show dropdown on hover */

.para {
  color: black;
  text-align: center;
  font-size: 20px;
  margin-top: 5px;
  text-align: center;
}

.trending-box {
  background-color: #d84d3d; /* Orange color */
  padding: 20px;
  text-align: center;
  color: #fff;
  position: relative;
  margin: 20px 0;
  border-top-style: solid#1A5A48;
}

.trending-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #1a5a48;
}
.trending-box p {
  margin: 0;
  font-size: 24px;
  letter-spacing: 1px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .trending-box {
    padding: 15px;
  }

  .trending-box p {
    font-size: 20px;
  }

  .navbar-brand {
    margin-left: 30px !important;
  }
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.asp-swiper {
  position: relative;
}
.swiper-pagination {
  text-align: center;
  bottom: 10px;
  width: 100%;
}

.image-container {
  display: flex;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}

/* Default styling for images */
.image-container img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}

/* Hover effect to increase image size */
.image-container img:hover {
  transform: scale(1.2);
  z-index: 1;
}
.headings {
  text-align: center;
  font-size: 31px;
  font-weight: 500;
}
.asp-swiperimg {
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  padding: 10px;
  transition: box-shadow 0.3s ease-in-out;
}
.asp-swiperimg:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.iconimg {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  padding: 5px;
  font-size: 18px;
  color: #000;
}
.product-price {
  position: absolute;
  bottom: 88px;
  left: 66px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  border-radius: 5px;
  padding: 1px 4px;
  font-weight: bold;
}
.product-price del {
  color: #bbb;
  margin-left: 5px;
}
.product-info {
  padding-top: 10px;
  text-align: left;
}
.product-info p {
  margin-bottom: 5px;
  font-size: 16px;
  /* font-weight: bold; */
}
.product-info h5 {
  font-size: 19px;
  font-weight: 600;
  color: #393939;
}
.product-info h5:hover {
  color: #393939;
}
.sold-info {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #ff9900;
  background-color: #efefef;
}
.sold-info i {
  margin-right: 5px;
  background-color: #efefef;
}
/* .bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
  } */
.para-info {
  font-size: 13px;
  font-weight: 400;
  background-color: #bbb;
}
.aspborder {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  padding: 20px;
  /* background-color: #fff7e6;  */
  text-align: center;
  position: relative;
}
.aspborder::before,
.aspborder::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 10px;
  background: repeating-linear-gradient(
    90deg,
    #f1a83c,
    #f1a83c 10px,
    #fff7e6 10px,
    #fff7e6 20px
  );
}
.aspborder::before {
  top: -10px;
}
.aspborder::after {
  bottom: -10px;
}
.border-top1 {
  border: 4px solid black;
  width: 114px;
  margin: 10px;
}
footer {
  background-color: #000;
  color: #fff;
}
footer h5 {
  position: relative;
  padding-bottom: 10px;
}
footer h5::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background-color: #b2b632; /* Adjust color to match your design */
}
footer a {
  text-decoration: none !important;
  color: #fff !important;
}
footer a:hover {
  text-decoration: none !important;
}
@media (max-width: 767.98px) {
  .text-center {
    text-align: center !important;
  }
  
  .navbar-brand img{
      width: 144px !important;
  }
}

/* ----------------------Archit------------------ */
.bg-primary {
  background-color: #e5cba9 !important;
}
.navbar-nav .nav-item .nav-link.active {
  background-color: #c4832c;
  color: #fff;
}
.navbar-nav .nav-item .nav-link:hover {
  background-color: #5f381e;
  color: #fff;
}
@media (max-width: 992px) {
    .navbar-nav .nav-item .nav-link.active { background-color: #c4832c; color: #fff; padding-left: 20px !important; }
    .navbar-nav .nav-item .nav-link:hover { background-color: #c4832c; color: #fff; padding-left: 20px !important; }
}
/* ----------------------Filter PS------------------ */
@media (min-width: 768px) {
  #offcanvasFilter {
    position: relative;
    visibility: visible;
    padding: 0;
    margin: 0;
    transform: none;
    width: 100% !important;
    border: none;
    z-index: 1;
  }
  #offcanvasFilter .offcanvas-header {
    display: none;
  }
  #offcanvasFilter .offcanvas-body {
    padding: 0;
  }
}
.accordion-button:not(.collapsed) {
  color: #000;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
  font-weight: 600;
}
.filter span {
  display: block;
  padding: 2px 0;
  color: #212121;
  margin: 0;
}
.accordion-body span:hover {
  color: #eeb3b3;
}
.accordion-body a {
  color: #000;
}
.accordion-body a:hover {
  color: #eeb3b3;
}
.fp-form {
  width: 75px;
  border-radius: 0;
}

/* ---------------------PD Page ------------------*/
.preview {
  position: relative;
}
.preview {
  display: flex;
  flex-direction: row-reverse;
  height: 100%;
  max-height: 450px;
}
.price_off {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 999;
  width: 50px;
  height: 50px;
  padding: 12px 0 !important;
  font-size: 13px;
  text-align: center;
  border-radius: 50%;
  color: #000;
}
#thumbnail-carousel {
  width: calc(100% - 125px);
  width: 100%;
  height: auto;
  overflow: hidden;
  border: solid 1px #f2f2f2;
}
#thumbnail-carousel .thumbnail-image {
  height: 450px;
  object-fit: contain;
  border: none;
}
.imgGallery {
  width: 120px;
  height: 100%;
  overflow-y: auto;
  justify-content: flex-start;
  scroll-behavior: smooth;
  margin-bottom: 20px;
}
.imgGallery a {
  padding: 0;
  position: relative;
  width: 90px;
  height: 90px;
  display: block;
  margin-bottom: 10px;
  border: solid 1px #ccc;
}
.imgGallery a img {
  width: 100%;
  height: 100%;
  transition: border 0.2s;
  margin: 0;
  object-fit: cover;
}
.add_qty {
  display: flex;
  /*width: 65%;*/
  flex-wrap: initial;
  border: solid 1px #e5cba9;
}
.number-input {
  border: 2px solid #e5cba9;
  display: flex;
}
.number-input button {
  border: none;
  margin: 0;
  position: relative;
  padding: 0px 20px;
  font-size: 30px;
  min-width: 60px;
  border-radius: 0;
  background: #e5cba9;
}
.add-crt {
  border-radius: 0px !important;
}
button {
  background: #17696a;
  border-radius: 4px;
  border: none;
  color: white;
  font-weight: 600;
}
.btn-primary{ background-color: #393939; border: #393939; }
.btn-primary:hover{ background-color: #393939; border: #393939; }
.number-input input[type="number"] {
  font-family: sans-serif;
  max-width: 5rem;
  padding: 0.5rem;
  border: none;
  font-size: 20px;
  height: 3rem;
  font-weight: bold;
  text-align: center;
}
.add_qty input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.si_text_emote {
  text-decoration: none;
  border: solid 1px #e5cba9;
  font-size: 12px;
  padding: 3px 10px 5px 10px;
  text-transform: uppercase;
  border-radius: 50px;
  background: #fff;
  color: #e5cba9;
  display: inline-block;
}
.our_prom .feature-icon {
  width: 50px;
  height: 50px;
  display: inline-block;
  background-color: #000;
}
#back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}
/*BAnner btn Lft Rgt*/

.carousel-control-prev-icon {
  background-color: #96aed5;
  padding: 30px;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  margin-left: -142px;
  display: none;
}
.carousel-control-next-icon {
  background-color: #96aed5;
  padding: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  margin-left: 142px;
  display: none;
}
/* --------TOP Category --------*/
.asp-carousel .carousel-item { height: 520px !important; }
    @media (max-width: 768px) {
        .asp-carousel .carousel-item { height: 180px !important; }
        #thumbnail-carousel .thumbnail-image {
          height: 100%;
          object-fit: contain;
          border: none;
        }
    }
    @media (max-width: 992px) {
        .asp-flex { display: flex !important; padding-right: 50px; padding-left: 50px; }
        .banner-outer img { width: 360px !important; }
        .asp-carousel .carousel-item { height: 365px !important; }
    }
    @media (max-width: 768px) {
        .banner-outer img { width: 360px !important; }
         .aspinner img{ height: 250px !important; }
        .asp-flex { display:  !important; flex-direction: column; padding-right: 10px; padding-left: 10px; }
        .asp-carousel .carousel-item { height: 100% !important; }
    }
    .container-fluid {
        overflow-x: hidden;
    }
    .asp-carousel img {
        object-fit: cover;
    }
    
    .banner-outer img {
        height: auto; 
    }
    
    @media (max-width: 576px) {
        .carousel-inner {
            padding: 0;
        }
    }
    .inner1 img{ height: 250px; }
    .aspinner img{ height: 400px; }
    .category-card {
        background-color: #f8f9fa;
        padding: 10px;
        border-radius: 8px;
        transition: background-color 0.3s ease;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .category-card:hover {
        background-color: #e0c39c;
    }
    
    .category-card img {
        transition: transform 0.3s ease;
        height: auto;
        width: 100% !important;
        max-width: 100px;
    }
    .category-card h5 {
        font-weight: 600;
        color: #333;
        margin-top: 10px;
    }
    
    @media (max-width: 992px) {
    .aspicontab {
        margin-top: 2rem !important;
        }
       .category_list .owl-nav button.owl-next{
           margin-right: 15px;
       }
       .category_list .owl-nav button.owl-prev{
           margin-left: 15px;
       }
    }

.banner-outer {
  padding: 10px;
  padding-top: 0;
  padding-left: 0;
}

.banners {
  position: relative;
  text-align: center;
  background-color: #f5f5f5;
  /*border-radius: 8px;*/
  transition: transform 0.3s ease-in-out;
  height: 100%;
  overflow: hidden; /* Ensure no overflow issues */
}

.banners img {
  /*width: 100%;*/
  /*height: auto;*/
  transition: transform 0.5s ease-in-out;
}

.banners:hover img {
  transform: scale(1.1); /* Image scale on hover */
}

.inner1 {
  position: relative;
  z-index: 1;
 
}


.inner2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5); /* Dark overlay */
  color: #fff;
  /*text-align: center;*/
  z-index: 2;
  pointer-events: none;
}

@media (max-width: 768px) {
  .bottom-banners {
    margin-bottom: 15px; /* Adds vertical space between banners */
  }
}

.promo-text-box {
  color: #fff;
  padding: 10px;
  margin-top: 200px;
}

.promo-title {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 11px;
}

@media (max-width: 767px) {
  .promo-title {
    font-size: 1.4rem;
  }
}

/*Support Area */
.suppoer-area {
  background: #333333b2;
  padding: 50px 0 60px;
}
.support-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .support-wrap {
    margin-top: 30px;
    margin-bottom: 30px;
    align-items: center;
  }
}
.support-wrap .support-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  margin-right: 20px;
}
.support-wrap .support-icon img {
  width: 100%;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.support-wrap:hover .support-icon img {
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running tada;
  animation: 500ms ease-in-out 0s normal none 1 running tada;
}
.support-wrap .support-content h5 {
  font-size: 21px;
  margin: 0 0 5px;
  font-weight: 600;
  color: #d7ac6e;
}
.support-wrap .support-content p {
  color: #fff;
  margin: 0;
  font-size: 17px;
  font-weight: 501;
}


/*-------------Product---------*/

    /*.product-card {*/
        /*background-color: #f8f1eb;*/
    /*    background-color: #c5d5db;*/
    /*    border-radius: 15px;*/
    /*    padding: 20px;*/
    /*    text-align: center;*/
        /*width: 250px;*/
    /*    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
    /*}*/
      .product-card {
        /*background-color: #f8f1eb;*/
        background-color: #c5d5db;
        border-radius: 15px;
        padding: 20px;
        text-align: center;
        /*width: 250px;*/
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        border: 1px solid #0d5e7d;
    }
    .product-card img {
        max-width: 60px;
        display: block;
        margin: 10px auto;
        width: 30%;
    }
    .product-card h5 {
        font-weight: bold;
        margin-bottom: 5px;
    }
    .product-card p {
        color: #8b5e34;
        font-size: 18px;
        font-weight: bold;
    }
    .buy-btn {
        background-color: #000;
        color: #fff;
        border-radius: 25px;
        padding: 10px 20px;
        text-decoration: none;
        display: inline-block;
        font-weight: bold;
    }
    .buy-btn:hover {
        background-color: #333;
    }
.product-title {
  font-weight: 600;
  margin-bottom: 5px;
}

.product-pprice {
  color: #b5651d;
  font-weight: bold;
  margin-right: 10px;
}

.product-old-price {
  text-decoration: line-through;
  color: #888;
}

/* Owl Carousel navigation styles */


.product_list .owl-nav {
  display: block !important;
}
.product_list .owl-nav button.owl-next,
.product_list .owl-nav button.owl-prev {
  position: absolute;
  top: -50px;
  display: block;
  font-size: 45px;
  padding: 20px !important;
  transform: translateY(-50%);
}
.product_list .owl-nav button.owl-next .bi,
.product_list .owl-nav button.owl-prev .bi {
  font-size: 22px;
  height: 40px;
  width: 40px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #105d7a;
  border: solid 2px #105d7a !important;
  border-radius: 3px;
}
.product_list .owl-nav .owl-next {
  right: 0;
}
.product_list .owl-nav .owl-prev {
  right: 50px;
}
/* Mobile-specific styles for .product_list .owl-nav */
@media (max-width: 768px) {
    .product_list .owl-nav {
        display: block !important;
    }

    .product_list .owl-nav button.owl-next,
    .product_list .owl-nav button.owl-prev {
        position: absolute;
        top: -30px; /* Adjusted for mobile */
        display: block;
        font-size: 30px; /* Smaller font size for mobile */
        padding: 10px !important; /* Smaller padding for mobile */
        transform: translateY(-50%);
    }

    .product_list .owl-nav button.owl-next .bi,
    .product_list .owl-nav button.owl-prev .bi {
        font-size: 18px; /* Adjusted icon size for mobile */
        height: 35px;
        width: 35px;
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        color: #c6bcbc;
        border: solid 2px #c6bcbc !important;
        border-radius: 3px;
    }

    .product_list .owl-nav .owl-next {
        right: 20px; /* Adjusted positioning for mobile */
    }

    .product_list .owl-nav .owl-prev {
        right: 60px; /* Adjusted positioning for mobile */
    }
}

/*WHY TRUST SEction*/

.trust-section {
        text-align: center;
        padding: 50px 20px;
    }
    .trust-section h2 {
        color: #8b5e34;
        font-weight: bold;
    }
    .trust-card {
        background: #f8eada;
        border-radius: 10px;
        padding: 20px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        display: flex;
        align-items: center;
    }
    .trust-card:hover{ 
        transform: scale(1.04);
        transition: all 0.3s linear 0s;
    }
    .trust-icon {
        background: #8b5e34;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 24px;
        margin-right: 15px;
    }

/*Bottom Banner*/
.bottom-banners {
  position: relative;
  text-align: center;
  background-color: #f5f5f5;
  transition: transform 0.3s ease-in-out;
  /*height: 100%;*/
  overflow: hidden;
}
.bottom-banners img {
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease-in-out;
}
.bottom-banners:hover img {
  transform: scale(1.1); /* Image scale on hover */
}


/*TestiMonial*/
.asp_testimonial .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.asp_testimonial img {
  margin: 0 auto;
}
.asp-star li {
  margin-left: 5px;
}

/*Category Css*/

.category-title {
  color: #0d5e7d;
  font-size: 30px;
  font-weight: 600;
  /*background: #f4f4f4;*/
  position: relative;
  /*max-width: 350px;*/
}
/* Mobile-specific styles for .category-title */
@media (max-width: 768px) {
    .category-title {
        font-size: 30px; /* Reduced font size for mobile */
        font-weight: 600; /* Slightly lighter weight for mobile */
        text-align: center; /* Center-align for better mobile readability */
        padding: 10px; /* Add padding for visual separation */
        max-width: 100%; /* Full width on mobile */
    }
}

/*#bookCarousel {*/
/*  margin-top: 100px;*/
/*  margin-bottom: 100px;*/
/*}*/
/*.book-catagories-wrapper::before {*/
/*  position: absolute;*/
/*  top: 28px;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  content: "";*/
/*  border: 3px solid #324c39;*/
/*  border-radius: 30px;*/
/*}*/
.book-catagories-wrapper {
  position: relative;
  padding: 0 30px 0px;
}
.circle-border {
  width: 215px;
  height: 215px;
  padding: 10px;
  position: relative;
  background-color: #fff;
  border-radius: 50%;
  margin-top: 10px;
  margin-left: 35px;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.circle-border:hover {
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, .25) !important; /* Increase shadow on hover */
  transform: scale(1.1); /* Slightly scale up the element on hover */
}


/*.circle-border::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: -7px;*/
/*  left: -7px;*/
/*  width: 230px;*/
/*  height: 230px;*/
/*  border: 3px dashed #324c39;*/
/*  border-radius: 50%;*/
/*  z-index: -1;*/
  /*animation: rotate-border 5s linear infinite;*/
/*}*/
@keyframes rotate-border {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
a{ text-decoration: none; }
.title-name {
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
}
.price {
  color: #006d77;
  font-size: 20px;
  font-weight: 700;
}
.c-img {
  border-radius: 50% !important;
}
.category_list .owl-nav {
  display: block !important;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #324c39;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.carousel-control-prev-icon::after,
.carousel-control-next-icon::after {
  font-size: 30px;
}
.category_list .owl-nav button.owl-next,
.category_list .owl-nav button.owl-prev {
  position: absolute;
  top: 50px;
  display: block;
  font-size: 45px;
  padding: 20px !important;
  transform: translateY(-50%);
}
.category_list .owl-nav button.owl-next .bi,
.category_list .owl-nav button.owl-prev .bi {
  font-size: 22px;
  height: 40px;
  width: 40px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
  border: solid 3px #c6bcbc !important;
  border-radius: 3px;
  background: #c6bcbc;
}
.category_list .owl-nav .owl-next {
  right: -50px;
}
.category_list .owl-nav .owl-prev {
  left: -50px;
}

 /*=========================================================
                    CONTACT US PAGE CSS START 
      ===========================================================*/
      .main-contact{
        background-color: #f9f9f9;
    }
        a{ 
            text-decoration: none;
        }
        .asp-mt{
            margin-top: 100px;
        }
        .inner-page.banner h2 {
          font-size: 40px;
          line-height: 58px;
          font-weight: 700;
          text-transform: capitalize;
          padding-bottom: 10px;
          color: #151a33;
        }
        .breadcrumb-item a {
          font-size: 18px;
          line-height: 28px;
          font-weight: 700;
          text-transform: capitalize;
          color: #ec7a5c;
        }
        .breadcrumb-asp {
          font-size: 18px;
          line-height: 28px;
          font-weight: 700;
          text-transform: capitalize;
          color: #151a33;
          padding-left: 1rem;
        }
        .asp-center{
            margin-top: 90px;
        }
       
            .contact-page.address .item {
            -webkit-box-shadow: 0 0 90px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 90px rgba(0, 0, 0, 0.1);
            padding-top: 40px;
            padding-bottom: 30px;
            background: #fff;
            height: 300px;
            }
            .contact-page.address .item:hover{
              background-color: #e5cba9;
             
            }
            .contact-page.address .item i {
            font-size: 40px;
            color: #151a33;
            transition: 0.3s;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -ms-transition: 0.3s;
            -o-transition: 0.3s;
            }
            .contact-page.address .item h4 {
            font-weight: 700;
            color: #c4832c;
            text-transform: capitalize;
            padding-top: 10px;
            padding-bottom: 5px;
            }
            .contact-page.address .item:hover i {
            color: #fff;
            }
            .contact-page.address .item p {
            font-size: 16px;
            line-height: 28px;
            font-weight: 600;
            color: #000;
            }
            .contact-page.address .item:hover p {
            color: #fff;
            }
            .contact-page.address .item:hover h4 {
            color: #fff;
            }
            
        .contact-page.message {
          padding-bottom: 80px;
        }
        .contact-page.message .bg {
          background: #fff;
          box-shadow: 2px 0 95px rgba(0, 0, 0, 0.15);
          padding: 40px 70px 50px 70px;
        }
        .contact-page.message h2 {
          font-size: 40px;
          font-weight: 700;
          color: #c4832c;
          padding-bottom: 50px;
        }
        .contact-page.message .inputs {
          background: #fff;
          border: 1px solid #ddd;
          width: 100%;
          height: 60px;
          padding: 0 15px;
          margin-bottom: 30px;
          outline: none;
        }
        .contact-page.message .inputs:hover, .contact-page.message .inputs:focus {
          border-color: #ec7a5c;
        }
        .contact-page.message .inputs:focus::placeholder {
          padding-left: 50px;
          opacity: 0;
        }
        .contact-page.message .inputs::placeholder {
          text-transform: capitalize;
          color: #606060;
          font-size: 16px;
          font-weight: 400;
          transition: 0.3s;
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -ms-transition: 0.3s;
          -o-transition: 0.3s;
        }
        .contact-page.message textarea.inputs {
          padding: 15px;
          height: 250px;
        }
        .contact-page.message button {
          line-height: 50px;
          padding: 0 40px;
        }
        /*button {*/
        /*  background: #17696a;*/
        /*  border-radius: 4px;*/
        /*  padding: 10px 37px;*/
        /*  border: none;*/
        /*  color: white;*/
        /*  font-weight: 600;*/
        /*}*/
        .button-style1{
            background-color: #17696a;
            color: #fff;
        }
        
/*-----custom----------*/
    @media (max-width: 968px) { 
       .top-btn{ left : 66px !important; }
        
    }
    @media (max-width: 765px) { 
        .slide-item{ margin-top: -10px !important; }
        .slide-heading { top: 15% !important; font-size: 20px !important; font-weight: 600; width: 66% !important; }
        .slide-item img { width: 100%; height: 230px !important; display: block; }
        .category-card{ margin-left: 12px; margin-right: 12px; }
        .top-btn{ left : 12px !important; }
        .top-btn .btn{ font-size: 0.8rem;}
        .slide-heading {  left: 0 !important; }
        .contact-page.message .bg{ padding: 40px 18px 50px 18px; }
    }
    
    .top-btn  {
        position: absolute;
        bottom: -66px;
        left: 230px;
        display: flex;
        gap: 10px;
    }

    
    /*.slide-item{ margin-top: -150px; }*/
    .slide-item { position: relative; }
    .slide-item img { width: 100%; height: 450px; display: block; }
    .slide-heading { position: absolute; top: 30%; left: 6%; /*transform: translateX(-50%);*/ background: rgba(0, 0, 0, 0); color: #090808; padding: 10px 20px; border-radius: 5px; font-size: 35px; text-align: center; width: 50%; font-weight: 600; }
    .btn-warning {
        color: #fff;
        background-color: #0d5e7d;
        border-color: #0d5e7d;
    }
    .btn-warning:hover {
      color: #fff;
      background-color: #447c8d;
      border-color: #447c8d;
    }
    .category-title {
        text-align: center;
        position: relative;
    }

    .category-title::after {
        content: "";
        display: block;
        width: 100%;
        /*max-width: 200px;*/
        height: 50px;
        background: url('https://www.mywoodrx.netherlandsservers.org/image/upload/2025/02/KBkZf-Screenshot20250204at160039Mywoodrxremovebgpreview.webp') no-repeat center;
        background-size: contain;
        margin: 5px auto 0;
    }
    .auth-content .card, .my-cart .card{
        border: 1px solid #553512 !important;
    }
    .border-end{
        border-right: 1px solid #553512 !important;
    }
    .form-control {
        border: 1px solid #553512 !important;
    }
    
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  font-weight: bold !important;
  color: #fff !important;
  background-color: #0a5776 !important;
}