html {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

body {
  margin: 0;
}

body {
    margin: 0;
}





  /*--------------- +  0 -  buttons -----------------------*/
  .products_container_images {
    position: relative;
    width: 300px;
    height: 300px;
}

.products_container_images img {
    width: 100%;
    height: 100%;
}

.overlay {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    border-radius: 10px;

}

.overlay_if_need_weight {
  position: absolute;
  top: 98%;
  left: 48%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  border-radius: 10px;

}

.overlay_if_need_weight span {
  font-size: 28px;
    font-weight: bold;
    color: white;
    min-width: 20px;
    text-align: center;
    background: #2626268f;
}

.overlay button {
    font-size: 56px;
    font-weight: 800;
    cursor: pointer;
    border: none;
    color: white;
    border-radius: 5px;
    background: #2626268f;
}

.overlay span {
  font-size: 56px;
    font-weight: bold;
    color: white;
    min-width: 40px;
    text-align: center;
    background: #2626268f;
}



.overlay_page_cart button {
  font-size: 56px;
  font-weight: 800;
  cursor: pointer;
  border: none;
  color: white;
  border-radius: 5px;
  background: #2626268f;
}

.overlay_page_cart span {
font-size: 56px;
  font-weight: bold;
  color: white;
  min-width: 40px;
  text-align: center;
  background: #2626268f;
}






/*--------------- +  0 -  buttons -----------------------*/



#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;
}
  /* products_container*/
  
  .titel_product_collection{

    font-size: 12px;
    color: black;
    text-decoration: none;
  }
  
  
  .products_container_titel_and_price{
      text-align: left;
      padding: 2% 8% 4% 1%;
  
  
  }
  
  .products_container_titel {
  
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 3%;
  
  }
    .products_container_titel >a{
  
    color: black;
    text-decoration: none;
    font-size: 12px;
  
  }
  
  .symbole_code_show,.dot_number{
    font-size: 12px;
  
  }
  .products_container_price_price_itself{
  
    font-size: 16px;
    font-weight: bold;
  }
  
  
  .products_container_image_image {
    width: 93% !important;
    height: 350px;
    border-radius: 4%;
  }
  
  
  
  .products_container {
    display: grid;
    grid-template-columns: repeat(5, 20%);
    padding: 2%;
  }
  
  
  
  .titel_product_collection{
  
    color: black;
    text-decoration: none;
   
  }
  
  
  
  #cart_adder {
    height: 18px;
    width: 100%;
  }
  
  .products_container_price{
  
    justify-content: space-between;
      display: flex;
      align-items: center;
  }
  
  
  /* products_container end */
  

  


/*body*/




#filter{
  height: 1%;    
  background-color: white;

}
.image_category {
  width: 100%;
  height: 285px;
  box-shadow: rgba(37, 42, 50, 0.32) 0 1px 4px 1px;
}

#filter_products{

  display:flex;    align-items: baseline;
}



.u-repeater {
  display: grid;
  grid-template-columns: repeat(5, 20%);
}



.u-product-title-link, .image_product_down , .title_may_also_like {
  font-size: 12px !important;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin: 0px 0px 0px 0px;
  color: black;
}

.u-price-wrapper {
  justify-content: space-between;
  display: flex;
  text-align: center;
  align-items: center;
 
  gap: 12px;
  margin-top: 2%;
}





#scrollTopBtn{
  right: 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{

  right: 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%;

}
.u-align-center.u-product-control.u-text.u-text-1 {
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0;
  white-space: nowrap;
  text-align: left;
}

.u-container-layout.u-similar-container.u-valign-top.u-container-layout-1 {
  padding: 13%;
}



/* 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;
}

.modal-container {
  display: none;
  justify-content: center;
  align-items: flex-end;
  position: fixed;
  bottom: 5% !important;
  left: 0;
  width: 100%;
  height: 80%;
  
  z-index: 1;
}

.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%;
  height: 75%;
  
}

.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
}

#modal_widget_main_page_product {
  display: flex;
  justify-content: center;
}

#modal_widget_gallery img {
  max-width: 100% !important;
  max-height: 100% !important;
  height: 300px;
}

.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;
}

#index-count {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 14px;
  padding: 5px;
  text-align: center;
}

#modal_widget_product_setting_images {
  width: 100% !important;
}
#btc_addto_Cart {
  display: none;
}
#modal_widget_add_to_cart_button {
  cursor: pointer;
  display: block;
  border: none;
  line-height: 1.2;
  letter-spacing: 0.02em;
  font-weight: 500;

  position: relative;
  box-shadow: rgba(37, 42, 50, 0.32) 0 1px 4px 1px;
  border-radius: 4px;

  color: rgb(246, 249, 254);
  font-size: 20px;
  padding: 15px 30px;
}
#modal_widget_thumbnails {
  display: flex;
  align-items: center;
  overflow-y: auto;
}
.PC {
  width: 88%;
  margin-left: 10%;
}

.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%;
}

#modal_widget_index_count_cart{


  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 14px;
  padding: 5px;
  text-align: center;
}