@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 {
  background-color: #000;
}

.site-main {
  font-weight: 500;
  padding-top: 80px;
  overflow: auto;
}
@media screen and (min-width: 1200px) {
  .site-main {
    padding-top: 160px;
  }
}
.site-main .single_add_to_cart_button:hover {
  color: #fff;
  background-color: #000 !important;
}
.site-main .woocommerce-product-gallery__image {
  display: none !important;
}
.site-main .woocommerce-Tabs-panel {
  display: none !important;
}
.site-main .wc-tabs {
  display: none;
}
.site-main section.related,
.site-main section.upsells {
  display: inline-block;
  padding-top: 40px;
}
.site-main section.related .add_to_cart_button,
.site-main section.upsells .add_to_cart_button {
  display: none !important;
}
.site-main section.related .woocommerce-loop-product__title,
.site-main section.upsells .woocommerce-loop-product__title {
  font-size: 17px !important;
  font-weight: bold;
  color: #000;
}
.site-main section.related .price *,
.site-main section.upsells .price * {
  color: #000;
  font-weight: bold;
}
.site-main section.related .headerRelated,
.site-main section.upsells .headerRelated {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.site-main section.related .headerRelated h2,
.site-main section.upsells .headerRelated h2 {
  font-weight: bold;
}
.site-main section.related .headerRelated a,
.site-main section.upsells .headerRelated a {
  text-decoration: none;
  font-weight: bold;
  color: #000;
}
.site-main .entry-summary {
  display: flex;
  flex-wrap: wrap;
}
.site-main .entry-summary h1 {
  margin-right: 150px;
  font-size: clamp(34px, 3vw, 40px); /* أقل شيء 16px، وأقصى شيء 40px */
  white-space: nowrap;
}
.site-main .entry-summary .price .amount * {
  color: #000;
  font-weight: bold;
}
.site-main .entry-summary .custom-product-description {
  font-size: 25px;
}
.site-main .entry-summary > :nth-child(-n+2) {
  flex: 1;
}
.site-main .entry-summary > :nth-child(n+3) {
  flex-basis: 100%;
}
.site-main .entry-summary .cart .quantity {
  display: none;
}
.site-main .entry-summary .cart .single_add_to_cart_button {
  background-color: #f0f2ef;
  color: #000;
  border-radius: 0;
  display: block;
  position: relative;
  padding: 15px;
  float: right !important;
}
.site-main .entry-summary .cart .single_add_to_cart_button:hover {
  background-color: #000;
}
.site-main .entry-summary .cart .single_add_to_cart_button:hover > img {
  filter: invert(1);
}

.custom-gallery {
  display: flex;
  flex-direction: row-reverse;
  gap: 10px;
}

.custom-gallery .main-image {
  flex: 6; /* الصورة الرئيسية تأخذ حيز أكبر */
}

.custom-gallery .thumbnails {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-top: unset !important;
}

.custom-gallery .thumbnails .thumbnail {
  margin-bottom: 10px;
}

.custom-gallery .thumbnail img {
  width: 100%;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.3s;
}

.custom-gallery .thumbnail img:hover {
  border-color: #0073aa;
}

.read_more {
  background-color: #000;
  color: #fff;
  padding: 10px 20px;
  border-radius: 0;
  font-weight: bold;
  flex-basis: auto !important;
  border: 0;
}

.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: #f7982e !important;
}
.chang_black.hvr-bounce-to-right:hover {
  transition: color 0.3s ease;
  color: #000 !important;
  border: 0 !important;
}
.chang_black.hvr-bounce-to-right:hover svg path {
  transition: fill 0.3s ease;
  fill: #000;
}

.woocommerce span.onsale {
  background-color: #f7982e !important;
  padding: 0 !important;
  border-radius: 0 !important;
  width: 50px;
  height: 50px;
  margin: 0 !important;
  top: 0 !important;
  left: 0 !important;
}

.woocommerce div.product p.price del {
  opacity: 0.9;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price {
  color: #000;
}

.owl-main-gallery {
  height: 400px;
}
.owl-main-gallery .owl-stage-outer,
.owl-main-gallery .owl-stage,
.owl-main-gallery .owl-item,
.owl-main-gallery .item {
  height: 100%;
}
.owl-main-gallery .owl-item img {
  height: 100% !important;
  object-fit: contain !important;
  background-color: rgba(0, 0, 0, 0.2);
}

.owl-thumb-gallery {
  display: flex;
  justify-content: center;
}
.owl-thumb-gallery .owl-item img {
  height: 100% !important;
  object-fit: cover !important;
}

.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  background-color: rgba(30, 30, 30, 0.1019607843);
  width: 40px;
  height: 40px;
  margin: 0 8px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.owl-carousel .owl-nav button.owl-next > img,
.owl-carousel .owl-nav button.owl-prev > img {
  width: 15px !important;
  height: 15px !important;
}
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
  background-color: #000;
}
.owl-carousel .owl-nav button.owl-next:hover > img,
.owl-carousel .owl-nav button.owl-prev:hover > img {
  filter: invert(1);
}

.payment-method-message {
  display: none !important;
}

.product_meta {
  display: none;
}

.custom-trimmed-description ul,
.custom-trimmed-description ol,
.wysiwyg ul,
.wysiwyg ol {
  padding-left: 0 !important;
  list-style: square !important;
}
.custom-trimmed-description ul li,
.custom-trimmed-description ol li,
.wysiwyg ul li,
.wysiwyg ol li {
  list-style-position: inside !important;
  list-style: square;
}
.custom-trimmed-description ul li::marker,
.custom-trimmed-description ol li::marker,
.wysiwyg ul li::marker,
.wysiwyg ol li::marker {
  margin-right: 10px;
}
.custom-trimmed-description ul li > ul li,
.custom-trimmed-description ul li > ol li,
.custom-trimmed-description ol li > ul li,
.custom-trimmed-description ol li > ol li,
.wysiwyg ul li > ul li,
.wysiwyg ul li > ol li,
.wysiwyg ol li > ul li,
.wysiwyg ol li > ol li {
  list-style-position: inside !important;
  list-style: none !important;
  position: relative;
  padding-left: 20px !important;
}
.custom-trimmed-description ul li > ul li:before,
.custom-trimmed-description ul li > ol li:before,
.custom-trimmed-description ol li > ul li:before,
.custom-trimmed-description ol li > ol li:before,
.wysiwyg ul li > ul li:before,
.wysiwyg ul li > ol li:before,
.wysiwyg ol li > ul li:before,
.wysiwyg ol li > ol li:before {
  content: "–";
  position: absolute;
  margin-left: -12px;
}

#reviews {
  margin-top: 40px;
  margin-bottom: 40px;
  background: #fff;
  border-radius: 16px;
  padding: 0;
  /* ⭐ تحسين مظهر النجوم */
}
#reviews h2,
#reviews h3 {
  font-weight: 600;
  margin-bottom: 20px;
  color: #333;
}
#reviews ol.commentlist {
  list-style: none;
  margin: 0;
  padding: 0;
}
#reviews ol.commentlist li {
  padding: 20px;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
#reviews ol.commentlist li:last-child {
  border-bottom: none;
}
#reviews ol.commentlist li .comment_container img.avatar {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  object-fit: cover;
  border: 2px solid #ddd;
}
#reviews ol.commentlist li .comment-text {
  flex: 1;
}
#reviews ol.commentlist li .comment-text .meta {
  font-weight: 600;
  color: #222;
  margin-bottom: 5px;
}
#reviews ol.commentlist li .comment-text .woocommerce-review__published-date {
  font-size: 13px;
  color: #888;
}
#reviews ol.commentlist li .comment-text .description {
  color: #444;
  font-size: 15px;
  line-height: 1.6;
}
#reviews .star-rating span {
  color: #f7982e;
}

/* 📩 تنسيق نموذج إضافة التعليق */
#review_form_wrapper {
  margin-top: 40px;
  padding: 0px;
  border-radius: 16px;
}
#review_form_wrapper textarea,
#review_form_wrapper input[type=text],
#review_form_wrapper input[type=email] {
  border: 1px solid #ddd;
  padding: 10px 12px;
  width: 100%;
  transition: 0.3s;
}
#review_form_wrapper textarea:focus,
#review_form_wrapper input[type=text]:focus,
#review_form_wrapper input[type=email]:focus {
  border-color: #000;
}
#review_form_wrapper input[type=submit] {
  background: #f7982e;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 20px;
  cursor: pointer;
  transition: 0.3s;
}
#review_form_wrapper input[type=submit]:hover {
  background: #000;
}

.woocommerce p.stars a {
  color: #f7982e !important;
}

.button_heart_icon::before {
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: #f0f2ef;
  font-size: 37px !important;
  color: #000 !important;
}
@media (max-width: 767px) {
  .button_heart_icon::before {
    width: 40px;
    height: 40px;
    font-size: 28px !important;
  }
}
.button_heart_icon:hover::before {
  color: #fff !important;
  background-color: #000;
}

.good-share-wrapper button.good-share {
  width: 50px !important;
  height: 50px !important;
  opacity: 1 !important;
  padding: 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50%;
  border: 0px;
}
@media (max-width: 767px) {
  .good-share-wrapper button.good-share {
    width: 40px !important;
    height: 40px !important;
    padding: 8px !important;
    font-size: 20px !important;
  }
}
.good-share-wrapper button.good-share:hover {
  background-color: #000 !important;
  color: #fff !important;
}

.custom-product-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-right: 40px;
}
.custom-product-footer .tinv-wishlist {
  position: unset !important;
  margin-right: auto;
}
.custom-product-footer .tinv-wishlist .button_heart_icon {
  position: unset;
}
.custom-product-footer .tinv-wishlist .button_heart_icon::before {
  position: unset;
  margin-left: -5px !important;
  margin-top: -24px !important;
}

.custom-product-right {
  display: flex;
  margin-left: auto;
}

.btn_form {
  font-weight: bold;
  background-color: #f7982e;
  color: #000;
  padding: 10px 30px;
  border: 0;
}

.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;
}

.form-submit {
  text-align: right;
}

.sharelike {
  display: flex;
  gap: 5px;
  justify-content: flex-start;
}

.in-stock {
  color: #f7982e !important;
}

#payment-method-message,
.ppcp-messages {
  display: none !important;
}

.woocommerce div.product form.cart {
  margin-bottom: 0 !important;
}

/*# sourceMappingURL=single-product.css.map */
