html {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

body {
  margin: 0;
}
body {
  margin: 0;
}

.option-button.selected {
  border: 1px solid rgb(0, 0, 0);
}


.option-button {
  border: 1px solid #e5e5e5;
  cursor: pointer;
  padding: 4px 4%;
  font-size: 16px;
  margin-bottom: 0.213333rem;
  border-radius: 42%;
  text-align: center;
}




.new-options {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  align-items: center;
  direction: rtl;
  padding-right: 2%;
}

.option-name {
  direction: rtl;
  display: flex;
  gap: 4px;
}

.color-options {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  direction: rtl;
  margin-top: 10px;
  padding-right: 2%;
}

.option-name-select {
  font-weight: bold;
}
.color-circle.selected {
  border: 1px solid rgb(0, 0, 0);
  padding: 3px;
  border-radius: 50%;
}

.color {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  cursor: pointer;
}

.size-options {
  flex-wrap: wrap;
  margin-top: 10px;
  display: flex;
  gap: 13px;
  align-items: center;
  direction: rtl;
  padding-right: 2%;
}

.size-button {
  border: 1px solid #e5e5e5;
  cursor: pointer;
  padding: 4px 4%;
  font-size: 16px;
  margin-bottom: 0.213333rem;
  border-radius: 42%;
  text-align: center;
}

.size-button.selected {
  border: 1px solid rgb(0, 0, 0);
}

.gallery {
  display: flex;
  max-width: 800px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.thumbnails {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  max-height: 500px;
  padding: 10px;
  /*background: #f0f0f0;*/
  width: 100px;
}
.thumbnails img {
  width: 80px;
  margin-bottom: 10px;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 4px;
  object-fit: contain;
}
.thumbnails img:hover,
.thumbnails img.active {
  border: 2px solid #007bff;
}
.main-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.main-image img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  border-radius: 4px;
}
.thumbnails::-webkit-scrollbar {
  width: 6px;
}
.thumbnails::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}



#payment_method_site {
  direction: rtl;
}

#payment_method_site_images {
  align-items: center;
  display: flex;
  justify-content: center;
}

#title_may_like {
  text-align: center;
  font-size: 16px !important;
  display: block;
  direction: rtl;
  font-weight: bold;
}

.wishlist_img {
  width: 6%;
  cursor: pointer;
}

/* products_container*/

.titel_product_collection {
  font-size: 12px;
  direction: rtl;
  color: black;
  text-decoration: none;
}

.products_container_titel_and_price {
  text-align: right;
  padding: 2% 8% 4% 8%;
}

.products_container_titel {
  text-align: right;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  direction: rtl;
  margin-bottom: 3%;
}
.products_container_titel > a {
  color: black;
  text-decoration: none;
  font-size: 12px;
  direction: rtl;
}

.symbole_code_show,
.dot_number {
  font-size: 12px;
}
.products_container_price_price_itself {
  font-size: 16px;
  font-weight: bold;
}

#cart_adder {
  height: 18px;
  width: 100%;
}

.products_container_image_image {
  width: 93% !important;
  height: 350px;
  border-radius: 4%;
}



#cart_adder {
  height: 18px;
  width: 100%;
}

.products_container_price {
  justify-content: space-between;
  display: flex;
  align-items: center;
}
/* products_container end*/

.product_price {
  font-size: 23px;
}

#question {
  box-shadow: 0 0 10px #aeaeae;
  margin: auto;
  padding: 4%;
  width: 50%;
}

.image_product_page_also_like_continter {
  text-align: center;
  padding: 0% 9%;
}

.product_page_also_like {
  display: grid;
  grid-template-columns: repeat(5, 20%);
}

.also_like_image {
  height: 285px;
  cursor: pointer;
}

.container_also_like {
  display: flex;
  justify-content: center;
  align-items: center;
}

.title_may_also_like {
  color: black !important;
}

.image_product_down {
  font-weight: 400;

  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 20px;
}

.accordion-content > p {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: right;
}

#thumbnails img {
  max-width: 100px;
  max-height: 100px;
  margin: 5px;
  cursor: pointer;
}

.accordion-title {
  padding: 10px;
  cursor: pointer;
  direction: rtl;
  text-align: right;
}
.accordion-title .arrow {
  position: absolute;
  top: 50%;
  left: 10px;
}

#index-count-proudct-page {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 14px;
  padding: 5px;
  text-align: center;
}

.accordion-item.active .accordion-title .arrow {
  transform: translateY(-233%) rotate(180deg);
}

.accordion-item {
  border: 1px solid #ccc;
  border-right: 0px solid #ffffff;
  margin-bottom: 5px;
  border-left: 0px solid #ffffff;
  position: relative;
  border-bottom: 0px solid #ffffff;
}

.accordion-item.active .accordion-content {
  display: block;
}

/* For Webkit browsers (Chrome, Safari, etc.) */
#thumbnails::-webkit-scrollbar {
  scrollbar-width: auto;
}

#thumbnails::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5); /* Ensure visible color */
  border-radius: 10px;
}

.accordion-content {
  display: none;
  padding: 10px;
  direction: rtl;
}

.arrow_back_left {
  background-color: #e4e4e4;
  position: absolute;
  width: 29px;
  left: 10px;
  border-radius: 16px;
  height: 30px;
}

.arrow_back_right {
  background-color: #e4e4e4;
  position: absolute;
  width: 29px;
  right: 10px;
  border-radius: 16px;
  height: 30px;
}

#thumbnails {
  display: flex;
  align-items: center;
  overflow-y: auto;
  flex-flow: row-reverse;
}

#index-count-proudct-page {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 14px;
  padding: 5px;
  text-align: center;
}

#button_add_to_cart {
  border: 2px solid #00000000 !important;
  cursor: pointer;
  line-height: 1.2;
  letter-spacing: 0.02em;
  font-weight: 500;
  box-shadow: rgba(37, 42, 50, 0.32) 0 1px 4px 1px;
  border-radius: 4px;
  outline: none;
  color: white !important;
  font-size: 20px;
  padding: 15px 30px;
  width: 100%;
}

#index-count {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 14px;
  padding: 5px;
  text-align: center;
}

#size_il > span,
.varrint_0 > div,
.varrint_1 > div,
.varrint_2 > div,
.varrint_3 > div,
.varrint_4 > div,
.varrint_0 > input,
.varrint_1 > input,
.varrint_2 > input,
.varrint_3 > input,
.varrint_4 > input {
  margin-right: 2%;
}

#main_page_product {
  display: flex;
  justify-content: center;
  gap: 5%;
}

#product_setting_images {
  width: 30%;
}

#product_setting {
  width: 30%;
}

#gallery {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* css cart widget */

#modal_widget_main_page_product {
  display: flex;
  justify-content: center;
}


.unselectable {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#arrow-left {
  left: 9px;
  font-weight: 600;
}

#arrow-right {
  right: 10px;
  font-weight: 600;
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 19px;
  cursor: pointer;
  z-index: 1;
}

#modal_widget_thumbnails img {
  max-width: 100px;
  max-height: 100px;
  margin: 5px;
  cursor: pointer;
}

.PC {
  width: 100%;
}

#btc_addto_Cart {
  display: none;
}

#btc_addto_Cart2 {
  display: none;
}

#Description {
  width: 100%;
  margin-top: 0%;
}

.image_category_upsell {
  width: 93%;
  height: 420px;
  /* border-radius: 10px !important; */
  box-shadow: rgba(37, 42, 50, 0.32) 0 1px 4px 1px;
}
.image-button {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: black;
  color: white;
  border: none;
  padding: 7px 9px;
  font-size: 12px;
  cursor: pointer;
}

.u-align-center.u-product-control.u-text.u-text-1 {
  margin-bottom: 0;
}

.u-container-layout.u-similar-container.u-valign-top.u-container-layout-1 {
  padding: 13%;
}

h4 {
  font-weight: 400;
  margin-top: 0;
}

.u-hide-price.u-old-price {
  color: black !important;
}

#modal_widget_gallery {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#modal_widget_thumbnails {
  display: flex;
  align-items: center;
  overflow-y: auto;
  flex-flow: row-reverse;
}

#modal_widget_add_to_cart_button {
  cursor: pointer;
  display: block;
  border: none;
  line-height: 1.2;
  letter-spacing: 0.02em;
  font-weight: 500;
  transition: 0.15s all ease-in-out;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  position: relative;
  box-shadow: rgba(37, 42, 50, 0.32) 0 1px 4px 1px;
  border-radius: 4px;
  outline: none;
  color: rgb(246, 249, 254);
  font-size: 20px;
  padding: 15px 30px;
}

#modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
}

#modal img {
  max-width: 100%;
  max-height: 100%;
}

#close-btn {
  position: absolute;
  top: 0px;
  right: 17px;
  color: #fff;
  font-size: 51px !important;
  cursor: pointer;
}

#modal_widget_product_setting {
  padding: 2%;
  width: 50%;
}

#yes {
  width: 4%;
  height: 7%;
}

#size_il {
  display: flex;
  flex-wrap: wrap;
}

#index-count {
  position: absolute;
  width: 13%;
  transform: translateX(27%) translateY(calc(17.68rem - 100%));
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  border-radius: 5px;
  text-align: center;
}

.modal-content_product {
  background-color: #fff;
  padding: 20px;

  border-radius: 8px 8px 0 0;
  box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  width: 75%;
}


/* Style the close button */
.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
}

.modal_widget_main_image_gallery_background::after {
  background: rgba(0, 0, 0, 0.03);
  content: "";
  height: 586px;
  right: 0;
  position: absolute;
  top: 0;
  width: 355px;
  pointer-events: none;
}

.modal_widget_images_background::after {
  background: rgba(0, 0, 0, 0.03);
  content: "";
  height: 260px;
  right: 0;
  position: absolute;
  top: 0;
  width: 228px;
  pointer-events: none;
}

.modal_widget_images_background {
  position: relative;
  margin-right: 1%;
  direction: rtl;
  margin-bottom: 10px;
}

#accessibility_icon {
  height: 70%;
}

/* Style the close button */
.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
}

.modal_backgorund {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  position: fixed;
  bottom: 0%;
  display: none;
}

#modal_widget_headline {
  word-break: break-word;
  text-align: right;

  align-items: center;
  justify-content: space-between;
  direction: rtl;
}

#modal_widget_headline_text {
  font-size: 43px;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-right: 0px;
}
#modal_widget_price_product {
  display: flex;
  gap: 20px;
  align-items: baseline;
  margin-bottom: 11px;
}

#modal_widget_product_price {
  font-size: 22px;
}

.modal_widget_product_price_comper_symbole {
  text-decoration: line-through !important;
}

#modal_widget_index_count {
  display: none;
}










.support_icon_image_svg{

  display: flex;

  align-items: center;

  gap: 2%;
  direction: rtl;
  margin-bottom: 7px;

}

.support_icon_image:hover {
  transform: scale(1.05);
}

.support_icon_image_svg svg {
  width: 30px;
  height: 30px;

}

.support_icon_text {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  direction: rtl;
}

.divider {
  font-size: 32px;
  color: #ccc;
}

