@charset "UTF-8";
.form-control:focus {
  box-shadow: none;
  border-color: #000;
}

.container.main {
  min-height: calc(100vh - 500px);
}

a.wishlist_products_counter.top_wishlist-heart.wishlist-counter-with-products:before {
  margin-right: 0px !important;
}

.header_sub_title {
  text-transform: capitalize;
}

.btn_header {
  border-radius: 0 !important;
  padding-right: 30px;
  padding-left: 30px;
  font-weight: bold;
  background-color: #f7982e;
  color: #000;
  text-decoration: none;
  padding: 10px 30px;
}
.btn_header:hover {
  color: #000;
}
.btn_header .icon {
  padding-left: 10px;
}
.btn_header .icon img {
  width: 14px;
}

.carousel-item {
  position: relative;
}

#categoryCarousel .carousel-item .img_carousel {
  height: 500px;
  object-fit: cover;
  /* flex: 1; اجعل الصور تأخذ نفس الحيز */
}
#categoryCarousel .carousel-item p {
  font-weight: 600;
  color: #000;
}
#categoryCarousel .carousel-item a {
  text-decoration: none;
}
#categoryCarousel .carousel-item .category_info h5 {
  color: #000;
  font-weight: 600;
}
#categoryCarousel .carousel-item .category_info .wysigy-editor {
  color: #000;
}

.btn_carousel {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
  gap: 10px;
}
.btn_carousel .carousel-control-prev,
.btn_carousel .carousel-control-next {
  position: relative !important;
  background-color: rgba(30, 30, 30, 0.1019607843);
  transform: none !important;
  width: 40px;
  height: 40px;
  margin: 0;
  padding-bottom: 3px;
}
.btn_carousel .carousel-control-prev:hover,
.btn_carousel .carousel-control-next:hover {
  background-color: #000;
}

.carousel-control-prev:hover span svg {
  filter: invert(1);
}

.carousel-control-next:hover span svg {
  filter: invert(1);
}

.more {
  font-weight: 600;
  text-decoration: none;
  color: #000;
}
.more .icon_category {
  padding-left: 10px;
}
.more:hover {
  color: #000;
}

#new-products-carousel {
  position: relative;
}

.new-products-carousel-controls .carousel-control-prev,
.new-products-carousel-controls .carousel-control-next {
  background-color: rgba(30, 30, 30, 0.1019607843);
  width: 40px;
  height: 40px;
  padding-bottom: 0px;
  top: 0 !important;
  transform: none !important;
}
.new-products-carousel-controls .carousel-control-prev:hover,
.new-products-carousel-controls .carousel-control-next:hover {
  background-color: #000;
}

#new-products-carousel .carousel-item a img {
  height: 250px !important;
  object-fit: none;
}

/*feed back*/
.feedback-card {
  background: rgba(128, 128, 128, 0.2588235294);
  border-radius: 10px;
  padding: 40px 30px;
  text-align: left;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  /* width: 400px; */
  height: 100%;
  border-radius: 20px;
}
.feedback-card img {
  width: 80px;
  height: 80px;
  border-radius: 50%; /* يجعل الصورة دائرية */
  margin-bottom: 10px;
}
.feedback-card h5 {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: auto; /* يضيف شرطات لكسر الكلمات الطويلة */
}
.feedback-card p.city {
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}
.feedback-card p .opinion {
  font-size: 16px;
  color: #fff;
}

.header_feed_back {
  font-size: 63px;
}

.counter {
  padding-top: 150px;
  padding-bottom: 150px;
}
.counter_font {
  font-size: 70px;
  color: #f7982e;
}

.address_map {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #000;
  height: 550px;
  display: flex;
}
@media screen and (max-width: 991px) {
  .address_map {
    height: 400px;
  }
}
.address_map .map_text {
  font-size: 50px;
}
.address_map .btn_map {
  font-weight: 600;
  background-color: #f7982e;
  color: #000;
  text-decoration: none;
  padding: 10px 30px;
}

/*labtop*/
@media (min-width: 992px) {
  #header_menu {
    margin: auto;
  }
  .mobile,
  .tablet {
    display: none;
  }
  .border_counter {
    border-left: 3px solid #f7982e;
  }
}
/*taplet*/
@media (min-width: 768px) and (max-width: 991px) {
  .header_img {
    background-position: unset !important;
  }
  #categoryCarousel .carousel-item .img_carousel {
    height: 410px;
  }
  .mobile,
  .labtop {
    display: none;
  }
  #new-products-carousel3 .carousel-item a img {
    height: 250px !important;
    object-fit: none;
  }
  .border_counter {
    border-left: 3px solid #ffc107;
  }
}
/*mobile*/
@media (max-width: 767px) {
  .header_img {
    background-position: unset !important;
  }
  #categoryCarousel .carousel-item .img_carousel {
    height: 250px;
  }
  .labtop,
  .tablet {
    display: none;
  }
  #new-products-carousel2 .carousel-item a img {
    height: 250px !important;
    object-fit: none;
  }
}
@media (max-width: 991px) {
  .btn_carousel {
    position: relative;
    justify-content: center;
    padding-top: 20px;
  }
}
.after_product_section {
  border: 0;
  padding: 10px 30px;
  font-weight: bold;
}
.after_product_section svg path {
  fill: #fff;
}

.chang_black.hvr-bounce-to-right {
  transition: background-color 0.3s ease, color 0.3s ease;
}
.chang_black.hvr-bounce-to-right::before {
  background-color: #000 !important;
}
.chang_black.hvr-bounce-to-right:hover {
  transition: color 0.3s ease;
  color: #fff !important;
  border: 0 !important;
}
.chang_black.hvr-bounce-to-right:hover svg path {
  transition: fill 0.3s ease;
  fill: #fff;
}

.chang_orange.hvr-bounce-to-right {
  transition: background-color 0.3s ease, color 0.3s ease;
}
.chang_orange.hvr-bounce-to-right::before {
  background-color: #f7982e !important;
}
.chang_orange.hvr-bounce-to-right:hover {
  transition: color 0.3s ease;
  color: #000 !important;
  border: 0 !important;
}
.chang_orange.hvr-bounce-to-right:hover svg path {
  transition: fill 0.3s ease;
  fill: #000;
}

/*# sourceMappingURL=front-page.css.map */
