@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

/**navbar color and adjustments**/
.bg-dark {
    background: #8b6037 !important;
}

.navbar {
    box-shadow: 0 3px 9px 3px rgba(0,0,0,0.1);
}

.nav-link {
    transition: .4s;
}

.nav-link:hover {
    color: #e0dede !important;
}

.nav-item {
    border-bottom: 0.3px dotted rgba(250, 247, 247, 0.829);
}

.nav-item:last-child {
    border-bottom: none;
}

.dropdown-menu {
    background-color: #8b6037 !important;
}

.dropdown-menu a:hover {
    color: #4b4a4a !important;
}

.search{
  background-color: #8b6037 !important;
  padding: 10px;
  width: 30%;
}

/**cart and wishlist count box color**/
.bg-primary {
    background: #f7a2d4 !important;
}

/**header**/
#header {
    background: #e0dede;
}

/**buttons**/
.btn:not(.nav-btns button) {
    background-color: #4b4a4a;
    color: #fff;
    padding: 10px 28px;
    border-radius: 25px;
    transition: .4s;
}

.btn:not(.nav-btns button):hover {
    background-color: #fff;
    color: #4b4a4a;
}

/**carousel**/
.carousel-caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
}

.carousel-caption h1 {
    font-size: 80px;
}

/**ICONS SECTION**/
.icons-container {
    background: #eee;
    display: flex;
    gap: 24px;
    padding-top: 10px;
    padding: 30px;
  }
  
  .icons-container .icons {
    background: #fff;
    border: .1rem solid rgba(0,0,0,.1);
    padding: 2rem;
    display: flex;
    align-items: center;
    width: 25rem;
  }
  

.icons-container .icons img {
    height: 3rem;
    margin-right: 2rem;
}

.icons-container .icons h3 {
    color: #333;
    padding-bottom: 0;
    font-size: .9rem;
}

.icons-container .icons span {
    color: #999;
    font-size: .9rem;
}

/**partner brands**/
.g-6,
.gx-6 {
  --bs-gutter-x: 4.5rem;
}
.g-6,
.gy-6 {
  --bs-gutter-y: 4.5rem;
}
@media (min-width: 576px) {
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 4.5rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 4.5rem;
  }
}
@media (min-width: 768px) {
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 4.5rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 4.5rem;
  }
}
@media (min-width: 992px) {
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 4.5rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 4.5rem;
  }
}
@media (min-width: 1200px) {
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 4.5rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 4.5rem;
  }
}
@media (min-width: 1400px) {
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 4.5rem;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 4.5rem;
  }
}
.mb-6 {
  margin-bottom: 4.5rem !important;
}
.py-6 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}
@media (min-width: 576px) {
  .mb-sm-6 {
    margin-bottom: 4.5rem !important;
  }
  .py-sm-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
}
@media (min-width: 768px) {
  .mb-md-6 {
    margin-bottom: 4.5rem !important;
  }
  .py-md-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-6 {
    margin-bottom: 4.5rem !important;
  }
  .py-lg-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-6 {
    margin-bottom: 4.5rem !important;
  }
  .py-xl-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
}
@media (min-width: 1400px) {
  .mb-xxl-6 {
    margin-bottom: 4.5rem !important;
  }
  .py-xxl-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
}

/**shop**/
.top {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding-top: 20px !important;
}

.search-bar {
  width: 50% !important;
}

.search-bar .fas {
  cursor: pointer;
}

.right {
  cursor: pointer;
}

.breadcrumb {
  padding-left: 16px;
}


/**footer**/
a.links {
  transition: .3s !important;
}
a.links:hover {
  padding-left: 5px !important;
}

/**gallery**/
.galleryContainer a {
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1) !important;
  -moz-transition: all 0.3s ease-out !important;
  -ms-transition: all 0.3s ease-out !important;
  -o-transition: all 0.3s ease-out !important;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1) !important;
  -webkit-transition: all 0.3s ease-out !important;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1) !important;
  color: #333333 !important;
  padding: 5px 10px !important;
  display: inline-block !important;
  transition: all 0.3s ease-out !important;
}
.galleryContainer a:hover {
  background-color: #228bdf !important;
  color: #ffffff !important;
}
.galleryContainer a.current {
  background-color: #228bdf !important;
  color: #ffffff !important;
}
.thumb {
  background-color: #ffffff !important;
  border-radius: 3px !important;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1) !important;
  margin-top: 30px !important;
  padding-bottom: 10px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-top: 10px !important;
  width: 100% !important;
}
.thumb-img {
  border-radius: 2px !important;
  overflow: hidden !important;
  width: 100% !important;
}
.gal-detail h4 {
  margin: 16px auto 10px auto !important;
  width: 80% !important;
  white-space: nowrap !important;
  display: block !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.gal-detail .ga-border {
  height: 3px !important;
  width: 40px !important;
  background-color: #228bdf !important;
  margin: 10px auto !important;
}

/** thank you .php **/
.animated-image {
  position: relative !important;
  left: -200px !important;
  opacity: 0 !important;
  animation: slideAndFade 1s forwards !important;
}

@keyframes slideAndFade {
  0% {
      left: -200px !important;
      opacity: 0 !important;
  }
  50% {
      left: 0 !important;
      opacity: 0.5 !important;
  }
  100% {
      left: 0 !important;
      opacity: 1 !important;
  }
}




/**media queries / responsiveness**/
@media(min-width: 992px) {
    .nav-item {
        border-bottom: none;
    }
}