html {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

body {
  margin: 0;
}



#button_cart_page {

 cursor: pointer;
border: none;
line-height: 1; /* 100% is equivalent to 1 */
letter-spacing: 0.02em;
font-weight: 600;
box-shadow: rgba(37, 42, 50, 0.32) 0 1px 4px 1px;
border-radius: 0.375rem; /* 6px = 0.375rem */
color: white;
font-size: 1rem; /* 16px = 1rem */
padding: 0.75rem 1.5rem; /* 12px = 0.75rem, 24px = 1.5rem */
min-height: 3rem; /* 48px = 3rem */
width: 80%; /* You can keep this as % for relative width based on the parent container */

}


#img_emty_cart{
  
  width: 16%;
    height: 130px;
}
#button_back_to_buy {

  cursor: pointer;
  border: none;
  line-height: 100%;
  letter-spacing: .02em;
  font-weight: 600;
  box-shadow: rgba(37, 42, 50, .32) 0 1px 4px 1px;
  border-radius: 4px;
  color: white;
  font-size: 12px;
  padding: 8px 17px;
}





  /* products_container*/
  
  
#title_may_like{

  text-align: center;
  font-size: 16px !important;
  display: block;
  font-weight: bold;
}



  .titel_product_collection{

    font-size: 12px;
    color: black;
    text-decoration: none;
  }
  

  
  

  
  
  .titel_product_collection{
  
    color: black;
    text-decoration: none;
   
  }
  
  
  
  
  /* products_container end */
  

  
  
.hand {
  position: relative;
  left: -15px;
}

.ButtonDown_Quantity_cart_page {
font-weight: bold;
    padding: 1%;
    border: 0.0625rem solid #000000; /* Converted 2px to 0.0625rem */
    line-height: 1;
    height: 2vw; /* vw is appropriate for responsive design */
    width: 2vw; /* vw is fine here for scalability */
    color: black;
    vertical-align: middle;
    font-size: 0.875rem; /* Converted 14px to 0.875rem */
    letter-spacing: 0;
    border-style: solid;
    border-width: 0.0625rem; /* Converted 1px to 0.0625rem */
    transition: none;
    background-color: #f6f6f6;
    border-top-right-radius: 0.5625rem; /* Converted 9px to 0.5625rem */
    border-bottom-right-radius: 0.5625rem; /* Converted 9px to 0.5625rem */
}

.ButtonUP_Quantity_cart_page {
 padding: 1%;
    border-top-left-radius: 0.5625rem; /* Converted 9px to 0.5625rem */
    border-bottom-left-radius: 0.5625rem; /* Converted 9px to 0.5625rem */
    font-weight: bold;
    border: 0.0625rem solid #000000; /* Converted 2px to 0.0625rem */
    line-height: 1;
    height: 2vw; /* vw is fine for responsiveness */
    width: 2vw; /* vw is used for responsiveness */
    color: black;
    vertical-align: middle;
    font-size: 0.875rem; /* Converted 14px to 0.875rem */
    letter-spacing: 0;
    border-style: solid;
    border-width: 0.0625rem; /* Converted 1px to 0.0625rem */
    transition: none;
    background-color: #f6f6f6;
}

.Quantity_num {
  background-color: white;
    text-align: center;
    vertical-align: middle;
    height: 2vw; /* Keeping the vw unit for responsiveness */
    width: 2vw; /* Keeping the vw unit for responsiveness */
    font-size: 0.875rem; /* Converted 14px to 0.875rem */
    border-width: 0.0625rem 0; /* Converted 1px to 0.0625rem */
}
#cart_price_before {
  display: flex;
  padding: 1% 10% 0% 10%;
  justify-content: space-between;
  align-items: center;
}

#cart_saved {
  display: flex;
  padding: 0% 10% 0% 10%;
  justify-content: space-between;
  align-items: center;
}

#cart_need_to_pay {
  display: flex;
  padding: 0% 10% 0% 10%;
  justify-content: space-between;
  align-items: center;
}



.cart_product_price{

   border-radius: 0.375rem; /* 6px = 0.375rem */
    height: 2.5625rem; /* 41px = 2.5625rem */
    display: flex;
    gap: 0.1875rem; /* 3px = 0.1875rem */
}



#atc_top {
  margin: 0 auto;
  background: white;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;

  position: sticky;
  top: 0px;
  right: 0px;
  z-index: 1;
}
#top_nave {

  position: relative;
  height: 40px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #222;
}

#closebtn_cart {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}


#closebtn_imag {
  width: 71%;
  margin-left: 0;
  margin-right: 0;
  height: 36px;
}

#hedaer_cart {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  overflow: hidden;
}

#BottomBUTTOS {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    background: white;
    z-index: 1;
    position: fixed;
    bottom: 0vw;
}
#spacekris {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
  margin-bottom: 4px;
}

#lowstockkris {
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  border-radius: 60px;
  background-color: #ebebeb;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22%;
}

#lowstockkris b {
  font-size: 12px;
  color: black;
}

#in_nave {
  margin-top: 0px;
  flex-grow: 1;
  position: relative;
  background-color: white;
  color: black;
  height: 300000000px;
  overflow: scroll;
}

.u-repeater {
  display: grid;
  grid-template-columns: repeat(4, 25.333333%);
}

.image_product_down {
  font-size: 16px !important;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 400;

  margin: 0px 0px 0px 0px;
}

.u-hide-price.u-old-price {
  display: none;
}

.u-price-wrapper {
  justify-content: space-between;
  display: flex;
  text-align: center;
  align-items: center;

  gap: 12px;
  margin-top: 2%;
}

.also_like_image {
  height: 285px;
  cursor: pointer;
}

.u-container-layout.u-similar-container.u-valign-top.u-container-layout-1 {
  padding: 13%;
}
.u-align-center {
  text-align: center;
}

/* css cart widget */

/* css cart widget */

.image_category_upsell {
  width: 93%;
  height: 420px;
  /* border-radius: 10px !important; */
  box-shadow: rgba(37, 42, 50, 0.32) 0 1px 4px 1px;
}

.container_also_like {
  display: flex;
  justify-content: center;
  align-items: center;
}
#image_product > div {
  padding-bottom: 15%;
}

.image-button {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: black;
  color: white;
  border: none;
  padding: 7px 9px;
  font-size: 18px;
  cursor: pointer;
}

.u-hide-price.u-old-price {
  margin-left: 10px;
  display: none;
}

#yes {
  width: 4%;
  height: 7%;
}
.u-text {
  word-wrap: break-word;
  position: relative;
}

h4 {
  font-weight: 400;
}


.cart_product_titel{

   font-size: 0.75rem !important; /* Converts 12px to 0.75rem */
    display: block;
    margin-bottom: 0.3125rem; /* Converts 5px to 0.3125rem */
    line-height: 1.2;
    word-break: break-word; /* Use break-word instead of break-all */

}

.cart_product_optine{


      font-size: 0.75rem !important; /* ממיר את ה-12px ל-0.75rem עבור גמישות טובה יותר */
    display: block;
    margin-bottom: 0.3125rem; /* ממיר את ה-5px ל-0.3125rem */
    line-height: 1.2;
    word-break: break-word; /* עדיף להשתמש ב-break-word במקום break-all לשמירה על מבנה המילים */
    cursor: pointer;
}




.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%;
  
}


.cart_X_button_back {

  width:2vw;
  height: 2vw;
}




#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_back_right {
  background-color: #e4e4e4;
  position: absolute;
  width: 29px;
  right: 10px;
  border-radius: 16px;
  height: 30px;
}

.arrow_back_left {
  background-color: #e4e4e4;
  position: absolute;
  width: 29px;
  left: 10px;
  border-radius: 16px;
  height: 30px;
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  cursor: pointer;
  z-index: 1;
}

#modal_widget_thumbnails img {
  max-width: 100px;
  max-height: 100px;
  margin: 5px;
  cursor: pointer;
}

#modal_widget_product_setting {
  width: 50%;
  padding: 2%;
}

#modal_widget_gallery {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}



#btc_addto_Cart {
  display: none;
}

#modal_widget_thumbnails {
  display: flex;
  align-items: center;
  overflow-y: auto;
}

.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: "";

  left: 0;
  position: absolute;
  top: 0;
  height: 193px;
  width: 161px;
  pointer-events: none;
}

.modal_widget_images_background {
  position: relative;
  margin-left: 1%;
}

#arrow-left {
  left: 9px;
  font-weight: 600;
}

#arrow-right {
  right: 10px;
  font-weight: 600;
}

.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: left;
 
  align-items: center;
  justify-content: space-between;
}

#modal_widget_price_product{
  display: flex;
  gap: 20px;
  margin-bottom: 11px;
  align-items: baseline;
}

#modal_widget_headline_text{

  font-size: 43px; margin-top: 0px; margin-bottom: 10px; margin-right: 0px;
}

.modal_widget_product_price_comper_symbole{
  text-decoration: line-through !important;


}


#modal_widget_product_price{
  font-size: 22px;


}

#modal_widget_index_count{
  display: none;
}


#size_world_wide>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-left: 2%;
}





.review-container{

  direction: rtl;
  padding: 6%;
  padding-right: 3%;
  padding-top: 1%;


}
.review {
  display: flex;
  align-items: flex-start;

  border-radius: 10px;
}

.review:last-child {
  border-bottom: none;
}

.profile-pic {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-left: 10px;
}

.review-content {
  background: #ffffff;
  display: inline-block;
  padding: 8px 2px;
  border-radius: 10px;
  max-width: 70%;
  word-wrap: break-word;
}

.review-header {
  padding-right: 1%;
  padding-bottom: 2%;
  padding-top: 2%;
  align-items: center;
  background: #efefef;
  border-radius: 10px;
}

.review-name {
  font-weight: bold;
  color: #333;
  margin-left: 5px;
}

.stars {
  color: #ffcc00;
}

.review-text {
  margin-top: 3px;
  color: #555;
  font-size: 14px;
  margin-bottom: 0px;
}

.review-actions {
  display: flex;
  gap: 10px;
  font-size: 14px;
  background: #ffffff;

  justify-content: space-between;
}

.review-actions span {
  cursor: pointer;
  color: #888888;
  font-size: 12px;
}


.review-actions span:hover {
  text-decoration: underline;
}

#like_share_ {


  padding-right: 3%;
}
