.bhwd-p-x-m-0 {
  padding: 0;
  margin: 0;
}
.bhwd-bg-black {
  background: #000;
}
.bhwd-bg-gray {
  background: #d8d8d8;
}

.bhwd-rounded-top-first-10 {
  border-top-left-radius: 10px;
}
.bhwd-rounded-top-last-10 {
  border-top-right-radius: 10px;
}
.bhwd-rounded-bottom-first-10 {
  border-bottom-left-radius: 10px;
}
.bhwd-rounded-bottom-last-10 {
  border-bottom-right-radius: 10px;
}
.bhwd-rounded-10 {
  border-radius: 10px;
}
.bhwd-rounded-5 {
  border-radius: 5px;
}
.bhwd-rounded-3 {
  border-radius: 3px;
}
.bhwd-rounded-2 {
  border-radius: 2px;
}
.bhwd-rounded-1 {
  border-radius: 1px;
}
.bhwd-rounded-0 {
  border-radius: 0;
}
.bhwd-rounded-top-0 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bhwd-rounded-bottom-0 {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.bhwd-rounded-left-0 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bhwd-rounded-right-0 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bhwd-height-100.bhwd-width-100 {
  height: 100%;
  width: 100%;
}

.bhwd-rounded-top-first-30 {
  border-top-left-radius: 30px;
}
.bhwd-rounded-top-last-30 {
  border-top-right-radius: 30px;
}
.bhwd-rounded-bottom-first-30 {
  border-bottom-left-radius: 30px;
}
.bhwd-rounded-bottom-last-30 {
  border-bottom-right-radius: 30px;
}
.bhwd-rounded-30 {
  border-radius: 30px;
}
.fetured-category-height {
  height: 440px !important;
}
.fetured-category-height img {
  height: 100% !important;
  object-fit: cover;
}
.bhwd_overly {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  transition: 0.5s ease;
  z-index: 1;
}
.bhwd_featured-category-text-wrap {
  z-index: 2;
}
.featured-category:hover .bhwd_overly {
  opacity: 1;
  visibility: visible;
}
.featured-category h3 {
  color: #000;
  font-size: 25px;
  font-weight: 600;
  transition: color 0.3s ease;
  font-family: "roboto", sans-serif;
}
.featured-category h3,
.bhwd_featured-category_wrap .bhwd_description_text {
  transition: color 0.3s ease;
}
.featured-category:hover h3,
.bhwd_featured-category_wrap:hover .bhwd_description_text {
  color: #fff !important;
}
.bhwd_description_text {
  font-family: "roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.featured-category img {
  transition: transform 0.3s ease;
}
.featured-category:hover img {
  transform: scale(1.05);
  transition: transform 0.3s ease;
  z-index: 0;
}

.bhwd-title {
  font-size: 16px !important;
  font-weight: 600;
  color: #000;
  font-family: "roboto", sans-serif;
  text-decoration: none;
}

.col-3-image-height {
  height: 350px;
  object-fit: cover;
}

.card-image-height {
  height: 270px !important;
  object-fit: cover;
}

.bhwd_cr_whislist_btn {
  z-index: 10;
  font-size: 30px;
  cursor: pointer;
}

.bhwd_cr_whislist_btn.wishlisted {
  color: #ff0000;
}

.bhwd_benner_title {
  font-size: 50px !important;
  color: #fff !important;
  text-shadow: 0px 0px 7px #969793;
}
.bhwd_product_carousel_main_container .bhwd_cr_button {
  font-size: 30px;
  border: none;
  box-shadow: none;
}
.bhwd-featured-image img {
  width: 100% !important;
}
/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  .h-xxl-100 {
    height: 100% !important;
  }
  .h-xxl-85 {
    height: 85% !important;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .h-xl-100 {
    height: 100% !important;
  }
  .h-xl-85 {
    height: 85% !important;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .h-lg-100 {
    height: 100% !important;
  }
  .h-lg-85 {
    height: 85% !important;
  }
  .fetured-category-height {
    height: 340px;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .h-md-100 {
    height: 100% !important;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .h-sm-100 {
    height: 100% !important;
  }
}
@media (max-width: 767px) {
  .fetured-category-height {
    height: 300px !important;
  }
  .featured-category h3 {
    font-size: 24px;
  }
  .col-3-image-height {
    height: 260px;
  }
  .bhwd_benner_title {
    font-size: 15px !important;
  }
}
@media (max-width: 575px) {
  .fetured-category-height {
    height: 240px !important;
  }
}
