html {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
  
  body {
    margin: 0;
  }



  
  
/* Base skeleton loader style */
.skeleton__text {
  background-color: #e0e0e0;
  /* Light gray */
  border-radius: 4px;
  /* Smooth corners */
  animation: shimmer 1.5s infinite;
}

/* Specific styles for skeleton shapes */


.skeleton__homepage_image {
  width: 100%;
  margin-top: 10%;
  height: 349px !important;

  background-color: #e0e0e0;
  animation: shimmer 1.5s infinite;
}


.skeleton_Category_image {
  border-radius: 69%;
  width: 56px;
  height: 56px;
  background-color: #e0e0e0;
  animation: shimmer 1.5s infinite;
}




.skeleton_products_container {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  justify-content: space-around;
  grid-gap: 5px;
  background-color: #fdfdfd;
  padding: 0% 3% 0% 2%;
}




.skeleton__titel_product_collection {
  width: 100%;
  height: 20px;
  margin-bottom: 10px;
  background-color: #e0e0e0;
  animation: shimmer 1.5s infinite;
}

.skeleton__title {
  width: 40%;
  height: 20px;
  margin-bottom: 10px;
  background-color: #e0e0e0;
  animation: shimmer 1.5s infinite;
}

.skeleton__may_also_like_img {
  width: 100% !important;
  object-fit: contain;
  height: 221px;
  border-radius: 4%;

  background-color: #e0e0e0;
  animation: shimmer 1.5s infinite;
}


.skeleton__may_also_like_text {
  text-align: right;
  height: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  direction: rtl;
  margin-top: 11px;
  margin-bottom: 4%;

  background-color: #e0e0e0;
  animation: shimmer 1.5s infinite;
}

.skeleton__wishlist_img {
  width: 7%;
  height: 4%;
  position: absolute;
  left: 10px;
  cursor: pointer;
  background-color: #e0e0e0;
  animation: shimmer 1.5s infinite;
}

.skeleton__button_cart_product_page {
  padding: 15px 30px;
  width: 40%;
  height: 20px;
  margin-bottom: 10px;
  background-color: #e0e0e0;
  animation: shimmer 1.5s infinite;
}

.skeleton__image {
  margin-right: 0%;
  margin-left: 0%;
  height: 490px;
  width: 100%;
  background-color: #e0e0e0;
  animation: shimmer 1.5s infinite;
}

.skeleton__circle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #e0e0e0;
  /* Smooth corners */
  animation: shimmer 1.5s infinite;
}
.option-name-skeleton {
  display: flex;
  gap: 4px;
  width: 66px;
  height: 15px;
  background-color: #e0e0e0;
  animation: shimmer 1.5s infinite;
  margin-top: 10px;
  margin-bottom: 10px;
}
.skeleton__size {
  width: 28px;
  height: 28px;
  border-radius: 42%;
  padding: 4px 4%;
  background-color: #e0e0e0;
  /* Smooth corners */
  animation: shimmer 1.5s infinite;
}

.skeleton__line {
  width: 90%;
  height: 15px;
  margin-bottom: 8px;
}

/* Shimmer effect */
@keyframes shimmer {
  0% {
    background-position: -100px 0;
  }

  100% {
    background-position: 100px 0;
  }
}

.skeleton {
  background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
  background-size: 200% 100%;
}

/* skeleton  end*/





  #cart_icon_number2 {
    border-radius: 100%;
    position: absolute;
    transform: translate(-50%, -20%);
    z-index: 1;
    width: calc(1em + 3px);
    height: calc(1em + 3px);
    line-height: calc(1em + 2px);
    text-align: center;
    vertical-align: baseline;
    box-sizing: content-box;
  }
  
  
  
  #scrollTopBtn{
    left: 15px;
      padding: 5px 5px;
      font-size: 30px;
      z-index: 2;
      position: fixed;
      bottom: 15%;
      display: none;
      padding: 6px 11px;
      font-size: 24px;
      cursor: pointer;
      background-color: #ffffff;
      color: #7f7676;
      border: none;
      border-radius: 40%;
  
  }
  
  #scrollTopcart{
  
    left: 15px;
      padding: 5px 5px;
      font-size: 30px;
      z-index: 2;
      display: none;
      position: fixed;
      bottom: 25%;
      padding: 6px 7px;
      font-size: 24px;
      cursor: pointer;
      background-color: white;
      color: white;
      border: none;
      border-radius: 40%;
  
  }
  
  .text_page_info {
    margin-top: 8%;
}
  .text_Category_box{

    max-width: 6em;    display: block;     word-wrap: break-word;text-align: center;
  }

  
  .Category_image{

    border-radius: 69%; width: 100px; height: 100px;
  }
  


a{

  text-decoration: none;
}


/* products_container*/

.titel_product_collection{

  font-size: 20px;
  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*/



.image_category {
  width: 100%;
  height: 285px;
  /* border-radius: 10px !important; */
  box-shadow: rgba(37, 42, 50, 0.32) 0 1px 4px 1px;
}




#homepage_image {
  width: 100%;
  margin-top: -2%;
}


  
/* css cart widget */


#modal_widget_main_page_product {
  display: flex;
  justify-content: center;
}




.arrow_back_left {
  background-color: #e4e4e4;
  position: absolute;
  width: 29px;
  left: 10px;
  border-radius: 16px;
  height: 30px;
}

.unselectable {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.arrow_back_right {
  background-color: #e4e4e4;
  position: absolute;
  width: 29px;
  right: 10px;
  border-radius: 16px;
  height: 30px;
}

#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;
}


#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%;
}


.u-product-title-link,
.image_product_down {
  font-size: 12px !important;
  text-align: right;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin: 0px 0px 0px 0px;
  direction: rtl;
}

h4 {
  font-weight: 400;
  margin-top: 0;
}

.u-hide-price.u-old-price {
  color: black !important;
  display: none;
}

#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;
}

.arrow_back_right {
  background-color: #e4e4e4;
  position: absolute;
  width: 29px;
  right: 10px;
  border-radius: 16px;
  height: 30px;
}

#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;
}



#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%;
}
    