html {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

body {
    margin: 0;
}



#order_confirmation_img {
  display: flex;
  width: 4%;
  height: 7%;
  margin: auto;
  margin-top: 7%;
}
#table_1{

  width: 60%;
  padding: 0 1.0714285714em;
  border-radius: 4px;
  padding-top: 14px;
  border: 1px solid #c1c1c1;
  display: inline-table;
}

.table{

  direction: rtl;
}
.THE_IMAGE {
  width: 100px;
  height: 100px;
}
tr{

text-align: center;
}
#table_2_total_price{

text-align: left; direction: rtl; padding-left: 4%;
}
th{

text-decoration: underline;
}

td {
  width: 10%;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

#table_2_payment{

text-align: right;direction: rtl;
}

#table_2_payment_info{

text-align: right;direction: rtl;
padding-right: 5%;


}
#table_2{

  padding: 0 1.0714285714em;
  border-radius: 4px;
  padding-top: 14px;
}



a{

  text-decoration: none;
  color: black;
}


.text_page_info {
  margin-top: 8%;
}


*{

  box-sizing: border-box;
}

.logo{

  text-align: center;
}

#logo_image {
  height: 55px;
}

#box{
  border: 1px #ddd solid;
  padding: 2%;
  margin-right: 39%;
  margin-left: 39%;
  margin-top: 1%;
  direction: rtl;

}

#hold_info{

  width: 41%;
  margin: auto;
}

.box_place{
     display: grid;
    grid-template-columns: repeat(2, 50%);
    gap: 24%;
  

}


.box{
  border: 1px #ddd solid;
  padding: 0.5%;
  margin-top: 1%;
  border-radius: 7%;
  width: 82%;
}

#box_titel{

  direction: rtl;
  font-size: 30px;
  font-weight: bold;
}

#box_input{
  padding: 1%;
}
#box_input_text{

  font-weight: bold;
}

input{

  direction: rtl;
  width: 66%;
  height: 37px;
  padding: 3%;
  border: 1px solid #a6a6a6;
    border-top-color: #949494;
    border-radius: 3px;
}

#connect_button{

      margin: auto;
      display: block;
      border: 2px solid #00000000 !important;
      cursor: pointer;
      line-height: 1.2;
      letter-spacing: .02em;
      font-weight: 500;
      box-shadow: rgba(37, 42, 50, .32) 0 1px 4px 1px;
      border-radius: 4px;
      outline: none;
      color: white !important;
      font-size: 20px;
      padding: 1%;
      width: 100%;


}

#register_button{

  text-align: center;
  
}
#register_button_self{

  margin: auto;
  border: 2px solid #00000000 !important;
  cursor: pointer;
  text-decoration: none;
  /* line-height: 1.2; */
  letter-spacing: .02em;
  font-weight: 500;
  box-shadow: rgba(37, 42, 50, .32) 0 1px 4px 1px;
  border-radius: 4px;
  outline: none;
  color: #000000 !important;
  font-size: 20px;
  width: 17%;

}


#recovery_button_self{

  margin: auto;
  border: 2px solid #00000000 !important;
  cursor: pointer;
  text-decoration: none;
  /* line-height: 1.2; */
  letter-spacing: .02em;
  font-weight: 500;
  box-shadow: rgba(37, 42, 50, .32) 0 1px 4px 1px;
  border-radius: 4px;
  outline: none;
  color: #000000 !important;
  font-size: 20px;
  width: 17%;

}


#register{
  text-align: center;
  display: flex;
  align-items: center;
}

#register_titel{

  margin: auto;
}
#register_line_left{

  width: 8%;
  background-color: transparent;
  display: block;
  height: 1px;
  border-top: 1px solid #e7e7e7;
  position: absolute;
  margin-top: -1px;
  z-index: 1;
  left: 39%;
}

#register_line_right{

  width: 8%;
  background-color: transparent;
  display: block;
  height: 1px;
  border-top: 1px solid #e7e7e7;
  position: absolute;
  margin-top: -1px;
  z-index: 1;
  right: 39%;
}




/* 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%;
}



.products_container {
  display: grid;
  grid-template-columns: repeat(5, 20%);
  padding: 2%;
}

#cart_adder {
  height: 18px;
  width: 100%;
}

.products_container_price{

  justify-content: space-between;
    display: flex;
    align-items: center;
}
/* products_container end*/



#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;
}


#top_nave {
    direction: rtl;
    height: 35px;
    padding: 0 5% 0 0%;
    position: sticky;
    text-transform: uppercase;
    color: #222;
    font-weight: 700;
    background-color: white;
}


#atc_top {
    margin: 0 auto;
    background: white;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    
    position: sticky;
    top: 0px;
    right: 0px;
    z-index: 1;
}

#closebtn_imag {
    width: 71%;
    transform: scaleX(-1);
    margin-left: 0;
    margin-right: 0;
    height: 36px;
}

#spacekris {
    display: flex;
    align-items: center;
    justify-content: center;
    direction: rtl;
    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;
}
ul, ol {
    text-align: right;
    padding-left: 20px;
}


.ButtonDown_Quantity {
    background-color: white;
    line-height: 1;
    height: 32px;
    width: 36px;
    color: black;
    vertical-align: middle;
    font-size: 16px;
    letter-spacing: 0;
    border-style: solid;
    border-width: 1px;
    transition: none;
    border-radius: 0;
}

.Quantity_num {
    background-color: white;
    text-align: center;
    vertical-align: middle;
    height: 32px;
    width: 45px;
    font-size: 21px;
    border-width: 1px 0;
}


.ButtonUP_Quantity {
    background-color: white;
    line-height: 1;
    height: 32px;
    width: 36px;
    color: black;
    vertical-align: middle;
    font-size: 16px;
    letter-spacing: 0;
    border-style: solid;
    border-width: 1px;
    transition: none;
    border-radius: 0;
}

#in_nave {
    
    flex-grow: 1;
    position: relative;
    background-color: white;
    color: black;
    height: 300000000px;
    overflow: scroll;
}


.u-align-center {
    text-align: center;
}


.u-repeater {
    display: grid;
    grid-template-columns: repeat(4, 25.333333%);
}






.u-price-wrapper {
    justify-content: space-between;
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: row-reverse;
    gap: 12px;
    margin-top: 2%;
}


.also_like_image {
    height: 285px;
    cursor: pointer;
}

.u-price-wrapper .u-hide-price {
    display: none;
}

.u-container-layout.u-similar-container.u-valign-top.u-container-layout-1{


    padding: 13%;
}


#BottomBUTTOS {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    background: white;
    z-index: 1;
    position: sticky; 
}

.hand {
    position: relative;
    right: -15px;
  }


/* css cart widget */


#modal_widget_main_page_product {
  display: flex;
  justify-content: center;
}

#modal_widget_gallery img {
  max-width: 100% !important;
  max-height: 100% !important;
  height: 540px;
}

#modal_widget_product_setting_images {
  width: 44% !important;
}

.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;
}

.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%;
}


.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%;
 
}

.modal-container {
  bottom: 5% !important;
  display: none;
  justify-content: center;
  align-items: flex-end;
  position: fixed;
  
  left: 0;
  width: 100%;
  height: 80%;
 
  z-index: 1;
}
/* 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%;
}
    