/* --- desktop_cart_page.css --- */
html {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}






.sticky-normal {
  margin-top: 4% !important;
  /* Apply when #header_text exists */
}



#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_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%;
}



#like_share_ {


  padding-right: 3%;
}


/* --- desktop_cart_widget.css --- */
html {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}




.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-inner-container-layout,
.u-container-layout>* {
  position: relative;
}

.u-align-center.u-product-control.u-text.u-text-1 {
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0;
  white-space: nowrap;
  text-align: center;
}


.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;
}



#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;
}

#thumbnails img {
  max-width: 100px;
  max-height: 100px;
  margin: 5px;
  cursor: pointer;
}


#gallery {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
          flex-direction: row-reverse;
}



#product_setting_images {
  width: 37% !important;
}

#btc_addto_Cart {
  display: none;
}

#atc_New {
  display: none;
}

#thumbnails {
  display: flex;
  align-items: center;
  overflow-y: auto;
}



h2 {
  font-weight: 400;
}

.adder_cart_first::after {
  background: rgba(0, 0, 0, 0.03);
  content: "";
  height: 586px;
  right: 0;
  position: absolute;
  top: 0;
  width: 355px;
  pointer-events: none;
}

#arrow-left {
  left: 9px;
  font-weight: 600;
}


#arrow-right {
  right: 10px;
  font-weight: 600;
}


.model_backgorund {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  position: fixed;
  bottom: 0%;
  display: none;

}





/* --- desktop_checkout.css --- */
html {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}




.in_checkout_header {
  display: flex;
  align-items: baseline;
  font-size: 15px;
  justify-content: space-between;

}

.checkout_header {
  margin: 0 auto;
  background: white;
  border-bottom: 1px solid #e5e5e5;
  height: 35px;
  padding: 0px 26% 0px 27%;
  color: #222;
  font-weight: 700;
  background-color: white;

}



.Box_Payment_bit,
.Box_Payment_Afterpay,
.Box_Payment_Affirm,
.Box_Payment_Klarna,
.Box_Payment_cash_app,
.Box_Payment_google_pay,
.Box_Payment_apple_pay {

  border-radius: 4px;
  border: 1px solid #c1c1c1;
  padding: 2%;
}


.image_checkout_header {
  text-align: center;
  max-width: 100%;
  display: block;
  margin: 0 auto;

}


#back_to_cart {
  width: 2%;
  position: absolute;
  padding: 2%;
  right: 26%;
  display: block;
}



.Paypal_Style2 {
  /*height: 6.428571em;*/
  width: 22%;
  padding: 0 2em;
  border-radius: 4px;
  padding-top: 14px;
  display: inline-table;
}

#express_payment_titel {

  text-align: center;
}

.or_other_option:before,
.or_other_option:after {
  content: "";
  display: inline-block;
  border: 1px #e2e2e2 solid;
  width: 18%;
  /* Adjust width to make it stretch */
  margin: 0 10px;
  /* Spacing between the text and the borders */
  vertical-align: middle;
}

.or_other_option {
  margin-left: var(--x-spacing-base);
  margin-right: var(--x-spacing-base);
  text-align: center;

}



/* Center the loader */
#loader {
  position: fixed;
  display: none;
  top: 50%;
  left: 48%;
  z-index: 1000;
  width: 54px;
  height: 56px;
  border: 9px solid #cfcfcf;
  border-radius: 50%;
  border-top: 9px solid #3498db;
  animation: spin 2s linear infinite;

}


@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0
  }

  to {
    bottom: 0px;
    opacity: 1
  }
}

@keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0
  }

  to {
    bottom: 0;
    opacity: 1
  }
}

#myDiv {
  display: none;
  text-align: center;
}

.error {
  border: 1px solid red;
}


.flex-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.625rem;
  /* Converted 1% to 0.625rem based on root font size */


}





.radio_payment {

  width: 1.125rem;
  height: 1.125rem;
  transition: all 0.2s ease-in-out;
  position: relative;
  cursor: pointer;
  padding: 0;
  box-shadow: 0 0 0 0 #f4743c inset;
  -webkit-font-smoothing: inherit;
  background: transparent;
  line-height: normal;
  border: 0.0625rem solid #d9d9d9;



}



#hold_all {
  padding: 3%;
}

.container {
  align-items: center;
  cursor: pointer;
  background: #fafafa;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  width: 50%;
  margin: auto;
  padding: 0.2%;


}

#Form_all {
  width: 39%;
  border-radius: 4px;
  padding-top: 14px;
  margin-right: auto;
  margin-left: auto;
}




/* Container styling */
.container_head {
  display: flex;
  /* Flexbox for horizontal layout */
  justify-content: space-between;
  /* Space the divs across the container */
  align-items: center;
  /* Vertically center the content */
  padding: 0 27%;
}


.right-img {
  max-width: 100px;
  /* Adjust the right image size */
}






#discount_button {
  cursor: pointer;
  background-color: #1773b0;
  color: white;
  border-radius: 6px;
  padding: 21%;
}

.product-thumbnail__quantity {

  border-radius: 1.75em;
  z-index: 1;
  background-color: rgba(114, 114, 114, 0.9);
  color: #fff;
  padding: 0 0.5833rem;
  /* Converted 0.5833333333em to rem */
  bottom: -0.75rem;
  /* Converted -0.75em to -0.75rem */
  position: relative;
  left: 0;
  /* Keeping 0 as it works well without units */

}

.content {
  padding: 0% 7%;
  border-top: 1px solid #e0e0e0;
}

.Full_name,
.First_name,
.Last_name,
.Email,
.Address,
.State,
.Phone,
.Zip,
.City,
#cardnumber,
#cvv,
#expiration-date-input,
#Card_id,
.Discount_Code {
  border-radius: 8px;

  padding: 27px 17px 15px 22px;
  width: 100%;
  box-sizing: border-box;
}

.Country {
  box-sizing: border-box;
  width: 100%;
  height: 48px;
  line-height: normal;
  border: 1px solid #c1c1c1;
  padding: 0 1.0714285714em;
  background-color: white;
  color: black;
  font-weight: bold;
  border-radius: 8px;
}



.ship_cost_checkout {
  width: 18px;
  height: 18px;
  transition: all 0.2s ease-in-out;
  position: relative;
  cursor: pointer;
  padding: 0;
  box-shadow: 0 0 0 0 #f4743c inset;
  -webkit-font-smoothing: inherit;
  background: transparent;
  line-height: normal;
  border: 1px solid #d9d9d9;

}

.just_Box_Ship {

  border-radius: 4px;
  margin-top: 4%;
  border: 1px solid #c1c1c1;
  box-sizing: border-box;

}

.Box_Ship {
  justify-content: space-between;
  display: flex;
  height: 45px;
  align-items: center;
  padding: 0 1.0714285714em;
}


#State_zip {
  display: flex;
  margin: 0px 0px 9px 0px;
  align-items: flex-end;
  justify-content: left;
  gap: 10%;
}

.Box_Payment {
  background-color: rgb(240, 245, 255);
  width: 100%;
  height: 3.428571em;
  padding: 0 1.0714285714em;
  border-radius: 4px;
  border: 1px solid #c1c1c1;
  display: inline-table;
  box-sizing: border-box;
}

#Box_Payment_text {
  cursor: pointer;
  align-items: center;
  display: flex;
  align-items: center;
  padding: 2%;
  justify-content: space-between;
}

#Box_Payment2_text {
  display: flex;
  align-items: center;
  padding: 2%;
  padding-top: 3%;


}

#text_and_icon_card {
  display: flex;
  align-items: center;
}

#ship_hide_show {
  margin-bottom: 2%;

  align-items: baseline;
  color: #222;
  display: flex;
  justify-content: space-between;

}

#Card_Box2 {
  text-align: center;
  height: 3.428571em;
  /*background: #f7f7f7;*/
  width: 100%;
  border-radius: 4px;
  padding-top: 14px;
  /*border: 1px solid #c1c1c1;*/
  display: inline-table;
  box-sizing: border-box;
}

#Card_Box {
  background: #f7f7f7;
  width: 100%;
  padding: 3%;
  border-radius: 4px;
  padding-top: 14px;
  border: 1px solid #c1c1c1;
  display: inline-table;
  box-sizing: border-box;
}


.Box_Payment2 {

  width: 100%;
  padding: 0 1.0714285714em;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #c1c1c1;
  display: inline-table;
  box-sizing: border-box;
}

#checkout_summery_text {
  display: inline;
  color: #0078e1;
}


.form-group {
  position: relative;
}

.form-group label {
  position: absolute;
  top: 0;
  left: 17px;
  transform: translateY(120%);
  color: #999;
  pointer-events: none;
  transition: all 0.3s;

}


.form-group input:focus+label,
.form-group input:not(:placeholder-shown)+label {
  transform: translateY(0%);
  font-size: 0.8rem;
  /* Optional: Shrink the font size */
  color: #333;
}





/* products_container*/

.titel_product_collection {

  font-size: 12px;
  color: black;
  text-decoration: none;
}





.titel_product_collection {

  color: black;
  text-decoration: none;

}




/* products_container end */







/* 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_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_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;
}



#buy_from_us_checkout {


  direction: rtl;
  padding: 10%;

}

#titel_buy_from_us_checkout {

  text-align: center;
  font-size: 40px;
}

.show_line_buy_from_us_checkout {

  display: flex;
  gap: 3%;
  align-items: center;

}

.show_line_buy_from_us_checkout>svg {

  width: 5%;
  fill: #4D990D;
}

/* --- desktop_collections.css --- */
html {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}





#filter_titel {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0% 5% 0% 2%;
}





/* 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: 1.25rem;
  /* Converted 2% to 1.25rem based on root font size */
}




.titel_product_collection {

  color: black;
  text-decoration: none;

}



#cart_adder {
  height: 1.125rem;
  /* Converted 18px to 1.125rem */
  width: 100%;
  /* Keeping width as a percentage is fine for responsive design */

}

.products_container_price {

  justify-content: space-between;
  display: flex;
  align-items: center;
  flex-flow: row-reverse;
}


/* 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%;
}





.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;
}





.close-button {
  position: absolute;
  top: 0.625rem;
  /* Converted 10px to 0.625rem */
  border: none;
  padding: 0.3125rem 0.625rem;
  /* Converted 5px to 0.3125rem, 10px to 0.625rem */
  border-radius: 0.3125rem;
  /* Converted 5px to 0.3125rem */
  right: 3%;
  /* Percentage for responsiveness */
  cursor: pointer;
  color: black;

}

#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_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;
}


.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_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;
}

/* --- desktop_header.css --- */
html {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}



.img_icon_in_menu {
  width: 33px;
  height: 33px;
  display: inline;
  margin-top: 2%;
}



#cart_button {

  width: 30px;
  height: 29px;
  display: inline;

}


.header-exists {
  margin-top: 5% !important;
  /* Apply when #header_text exists */
}

.header-text {


  margin-top: 6% !important;
}

.header-not-exists {
  margin-top: 0% !important;
  /* Apply when #header_text does NOT exist */
}



#hart_icon_button {
  border: none;
  cursor: pointer;
  width: 100%;
  background-color: transparent;
  outline: none;
}

#user_icon_button {
  border: none;
  cursor: pointer;
  width: 100%;
  background-color: transparent;
  outline: none;
}

#search_icon_img {
  width: 30px;
  height: 29px;
  display: inline;
}

#search_icon_button {
  justify-content: flex-end;
  display: flex;
  border: none;
  cursor: pointer;
  width: 100%;
  background-color: transparent;
  outline: none;
}

.menu {
  white-space: nowrap;
}

a {
  text-decoration: none;
}

.u-nav-container .u-nav-item:hover>.u-nav-popup:not(.fake) {
  visibility: visible;
  pointer-events: auto;
}

#logo_image {
  height: 55px;
}


#cart_icon_number {
  border-radius: 100%;
  position: absolute;
  color: #ffffff;
  top: 0;
  transform: translate(20%, 0%);
  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;
}

#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;
}




.u-icon-circle {
  border-radius: 50%;
}

a {
  text-decoration: none;
}

.u-nav-link {
  display: block;
  color: black;
  white-space: nowrap;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  border: 0 none transparent;
  outline-width: 0;
  background-color: transparent;
  margin: 0;
  -webkit-text-decoration-skip: objects;
}

.header_container {
  height: 82px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.button.right {
  display: flex;
  width: 12%;
}

.button.left {
  text-align: left;
  width: 53%;
}

.logo {
  text-align: center;
  margin: auto;
}

.u-nav {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.u-header .u-nav-1 {
  font-size: 1rem;
  letter-spacing: 0px;
}

.menu-collapse {
  display: none;
  border: none;
  z-index: 1;
}

#myHeader {
  box-shadow: rgb(197, 199, 210) 0px 0px 28px 1px;
  position: fixed;
  top: 0;
  width: 100%;
}

.u-nav-container .u-nav-popup {
  position: absolute;
  visibility: hidden;
  pointer-events: none;
  z-index: 1;
  left: 34px;
  background-color: white;
  width: 500px;
}

.u-menu,
.u-popupmenu-items {
  display: table;
  white-space: nowrap;
  position: relative;
  line-height: 1;
}

.u-nav {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.u-menu,
.u-popupmenu-items {
  display: table;
  white-space: nowrap;
  position: relative;
  line-height: 1;
}

.u-nav-container .u-nav-popup {
  position: absolute;
  visibility: hidden;
  pointer-events: none;
  z-index: 1;
  left: 34px;
  background-color: white;
  width: 500px;
}

.u-nav-item {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}

.u-inner-container-layout {
  display: none;
}



.modal_widget_thumbnails {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  max-height: 500px;
  padding: 10px;
  /*background: #f0f0f0;*/
  width: 100px;
}

.modal_widget_thumbnails img {
  width: 80px;
  margin-bottom: 10px;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 4px;
  object-fit: contain;
}

.modal_widget_thumbnails img:hover,
.modal_widget_thumbnails img.active {
  border: 2px solid #007bff;
}


.modal_widget_main-image {

  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;


}

.modal_widget_main-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 4px;
}

#modal_widget_product_setting_images {

  width: 38%;
}


.modal-container {
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 50%;
}





/* Base skeleton loader style */






.skeleton_checkout_header_1 {
  width: 10%;
  height: 20px;
  background-color: #e0e0e0;
  animation: shimmer 1.5s infinite;
}

.skeleton_checkout_header_2 {
  width: 20%;
  height: 20px;
  background-color: #e0e0e0;
  animation: shimmer 1.5s infinite;
}

.skeleton_checkout_header_3 {
  width: 10%;
  height: 20px;
  background-color: #e0e0e0;
  animation: shimmer 1.5s infinite;
}

.skeleton_checkout_summery_text {
  width: 25%;
  height: 20px;
  background-color: #e0e0e0;
  animation: shimmer 1.5s infinite;
}

.skeleton_checkout_arrow {
  width: 10%;
  height: 20px;
  background-color: #e0e0e0;
  animation: shimmer 1.5s infinite;
}



.skeleton_checkout_input_city_zip {
  border-radius: 8px;
  font-weight: bold;
  padding: 28px 17px 6px 22px;
  width: 50%;
  box-sizing: border-box;

  background-color: #e0e0e0;
  animation: shimmer 1.5s infinite;
}


.skeleton_checkout_input {
  border-radius: 8px;
  font-weight: bold;
  padding: 28px 17px 6px 22px;
  width: 100%;
  box-sizing: border-box;
  background-color: #e0e0e0;
  animation: shimmer 1.5s infinite;
}



.skeleton_checkout_button {
  cursor: pointer;
  letter-spacing: .02em;
  border-radius: 4px;
  color: rgb(246, 249, 254);
  font-size: 20px;
  padding: 15px 30px;
  box-sizing: border-box;
  background-color: #e0e0e0;
  animation: shimmer 1.5s infinite;
  width: 56%;
  margin: auto;
}




.skeleton__button_cart {
  width: 50%;
  transform: scaleX(-1);
  margin-left: 0;
  margin-right: 0;
  height: 35px;

  background-color: #e0e0e0;
  /* Light gray */
  border-radius: 4px;
  /* Smooth corners */
  animation: shimmer 1.5s infinite;
}




.skeleton__text_cart {
  width: 12%;
  transform: scaleX(-1);
  margin-left: 0;
  margin-right: 0;
  height: 20px;

  background-color: #e0e0e0;
  /* Light gray */
  border-radius: 4px;
  /* Smooth corners */
  animation: shimmer 1.5s infinite;
}



.skeleton__cart_closebtn {
  width: 20%;
  transform: scaleX(-1);
  margin-left: 0;
  margin-right: 0;
  height: 36px;

  background-color: #e0e0e0;
  /* Light gray */
  border-radius: 4px;
  /* Smooth corners */
  animation: shimmer 1.5s infinite;
}


.skeleton__text {
  background-color: #e0e0e0;
  /* Light gray */
  border-radius: 4px;
  /* Smooth corners */
  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: left;
  height: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 11px;
  margin-bottom: 4%;

  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;
}


/* Specific styles for skeleton shapes */
.skeleton__title {
  width: 40%;
  height: 20px;
  margin-bottom: 10px;
}


.skeleton__wishlist_img {
  width: 7%;
  height: 4%;
  position: absolute;
  right: 10px;
  cursor: pointer;
  background-color: #e0e0e0;
  animation: shimmer 1.5s infinite;
}




.modal_widget_skeleton__image {

  margin-right: 0%;
  margin-left: 0%;
  height: 193px;
  width: 161px;
  object-fit: contain;
  background-color: #e0e0e0;
  animation: shimmer 1.5s infinite;

}



.modal_widget_skeleton__image_gallery {
  margin-right: 0%;
  margin-left: 0%;
  height: 490px;
  width: 100%;
  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__thank_you_page_text {
  height: 20px;
  background-color: #e0e0e0;
  /* Light gray */
  border-radius: 4px;
  /* Smooth corners */
  animation: shimmer 1.5s infinite;
}


.skeleton__thank_you_page_text_2 {
  height: 20px;
  width: 30px;
  text-align: left;
  direction: rtl;
  padding-left: 4%;
  background-color: #e0e0e0;
  /* Light gray */
  border-radius: 4px;
  /* Smooth corners */
  animation: shimmer 1.5s infinite;
}



.skeleton__thank_you_page_text_3 {
  height: 20px;
  width: 60px;
  text-align: left;
  direction: rtl;
  padding-left: 4%;
  background-color: #e0e0e0;
  /* Light gray */
  border-radius: 4px;
  /* Smooth corners */
  animation: shimmer 1.5s infinite;
}





.skeleton_thank_you_page_image {


  display: flex;
  width: 4%;
  height: 7%;
  margin: auto;
  margin-top: 7%;



  background-color: #e0e0e0;
  /* Light gray */
  border-radius: 4px;
  /* Smooth corners */
  animation: shimmer 1.5s infinite;
}




/* skeleton  end*/




/* --- desktop_homepage.css --- */
html {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}






/* 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*/




#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%;

}




.text_Category_box {

  max-width: 6em;
  display: block;
  word-wrap: break-word;
  text-align: center;
}


.Category_image {

  border-radius: 69%;
  width: 100px;
  height: 100px;
}



#homepage_image {
  width: 100%;
  margin-top: -2%;
}


a {

  text-decoration: none;
}



/* products_container*/

.titel_product_collection {

  font-size: 20px;
  color: black;
  text-decoration: none;
}






.titel_product_collection {

  color: black;
  text-decoration: none;

}





/* 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;
}


/* 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_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_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%;
}

/* --- desktop_product_page.css --- */
html {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}





.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;
  padding-left: 2%;
}



.option-name {
  display: flex;
  gap: 4px;
}

.color-options {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px;
  padding-left: 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;
  padding-left: 2%;
}

.PC {

  width: 100%;
  margin-left: 0%;
}

.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_images {
  align-items: center;
  display: flex;
  justify-content: center;
}

#title_may_like {
  text-align: center;
  font-size: 16px !important;
  display: block;
  font-weight: bold;
}

.wishlist_img {
  width: 6%;
  margin-left: auto;
  display: block;
  cursor: pointer;
  display: none;
}

/* products_container*/

.titel_product_collection {
  font-size: 12px;
  color: black;
  text-decoration: none;
}


.titel_product_collection {
  color: black;
  text-decoration: none;
}


/* products_container end */

.product_price {
  font-size: 23px;
}





#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%;
}

.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;
}

#question {
  box-shadow: 0 0 10px #aeaeae;
  margin: auto;
  padding: 4%;
  width: 50%;
}

.arrow_back_right {
  background-color: #e4e4e4;
  position: absolute;
  width: 29px;
  right: 10px;
  border-radius: 16px;
  height: 30px;
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  cursor: pointer;
  z-index: 1;
}

#arrow-left {
  left: 8px;
  font-weight: 600;
}

.arrow_back_left {
  background-color: #e4e4e4;
  position: absolute;
  width: 29px;
  left: 10px;
  border-radius: 16px;
  height: 30px;
}

#arrow-right {
  right: 8px;
  font-weight: 600;
}

#product_setting_images {
  width: 30%;
}

#product_setting {
  width: 30%;
}



#main_page_product {
  display: flex;
  gap: 5%;
  justify-content: center;
}

#thumbnails img {
  max-width: 100px;
  max-height: 100px;
  margin: 5px;
  cursor: pointer;
}

#button_add_to_cart {
  margin-top: 10px;
  cursor: pointer;
  width: 95%;
  display: block;
  border: none;
  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;
  font-size: 20px;
  padding: 15px 30px;
}

#thumbnails {
  display: flex;
  align-items: center;
  overflow-y: auto;
}

#thumbnails img {
  max-width: 100px;
  max-height: 100px;
  margin: 5px;
  cursor: pointer;
}

/* 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;
}

#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;
}




.img_cart_product {
  height: 5vw;
  width: 5vw;
  object-fit: fill;
  margin: 0;

}



#paypal-button-container {

  width: 95%;
  color: white;
  font-size: 17px;
  padding: 14px 0px 0px 0px;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  touch-action: manipulation;



}

.cart_product_outside {

  padding: 0.2vw 1vw 0.2vw 1vw;
}





#scrollTopBtn {
  right: 15px;

  z-index: 0;
  position: fixed;
  bottom: 7vw;
  display: none;


  cursor: pointer;
  background-color: #949494;
  color: #ffffff;
  border: none;
  border-radius: 25%;
  width: 2vw;
  height: 2vw;


}




#scrollTopBtn_arrow {

  transform: rotate(-90deg);
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;

}

#cart_floating {

  width: 1.5vw;
  height: 1.5vw;
}




/* 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;
}

#yes {
  width: 4%;
  height: 7%;
}

.u-text {
  word-wrap: break-word;
  position: relative;
}

h4 {
  font-weight: 400;
}





#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;
}

#index-count {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 14px;
  padding: 5px;
  text-align: 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: 101;
  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;
}






.support_icon_image_svg {

  display: flex;

  align-items: center;

  margin-bottom: 7px;

  gap: 2%;
}

.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;

}

.divider {
  font-size: 32px;
  color: #ccc;
}




#popupOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9998;
  /* נמוך מהפופאפ עצמו */
}

#emailPopup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 350px;
  background: #ffffff;
  z-index: 9999;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);



  text-align: center;
  display: none;
  animation: popup-bounce 0.6s ease;
}

.popup-email-content h3 {
  margin-top: 0;
}

.popup-email-content input {
  width: 100%;
  padding: 10px;
  margin-top: 12px;
  margin-bottom: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
}

.popup-email-content button {
  width: 100%;
  padding: 10px;
  background-color: #1C1C1C;
  color: white;
  border: none;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
}

.close-email-btn {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 22px;
  font-weight: bold;
  color: #888;
  cursor: pointer;
}

@keyframes shake {
  0% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(-5px);
  }

  50% {
    transform: translateX(5px);
  }

  75% {
    transform: translateX(-5px);
  }

  100% {
    transform: translateX(0);
  }
}

#exitPopup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 350px;
  background: white;
  z-index: 9999;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);

  text-align: center;
  /* ✅ מרכז טקסט */

  display: none;
}

.exit-popup-content {
  animation: popup-fade-scale 0.4s ease-out;
}

.exit-popup-content h3 {
  margin-top: 0;
  font-size: 20px;
}

.exit-popup-content p {
  font-size: 16px;
  margin: 10px 0 20px 0;
}

.exit-popup-content button {
  padding: 10px 20px;
  background-color: #1C1C1C;
  color: white;
  border: none;
  font-size: 16px;
  border-radius: 10px;
  cursor: pointer;
}

.exit-close-btn {
  position: absolute;
  top: 10px;
  left: 15px;
  font-size: 22px;
  font-weight: bold;
  color: #888;
  cursor: pointer;
}







/* offer css */

.bundle-box {
  border: 1px solid #ddd;
  padding: 16px;

  background: #fff;
}

.offer_product {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  gap: 2%;
}

.offer_product img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 6px;
  margin-right: 12px;
}

.details {
  flex-grow: 1;
}

.name {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 4px;
  text-align: left;
  width: 80%;
}

.offer_price {
  font-size: 13px;
  color: #555;
  text-align: end;
}

.old-offer_price {
  text-decoration: line-through;
  color: #999;

}

.new-offer_price {
  color: #444;
  font-weight: bold;
}

.free-offer_price {
  color: #4CAF50;
  font-weight: bold;
}

.offer_divider {
  text-align: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 12px 0;
  position: relative;

}

.offer_plus-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border: 1px solid #999;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
}

.offer_total {
  border-top: 1px solid #eee;
  margin-top: 12px;
  padding-top: 8px;
  text-align: center;
}

.offer_total .offer_description {
  font-size: 12px;
  color: #888;
  margin-bottom: 4px;
  text-transform: uppercase;
  display: flex;
  justify-content: end;
}

.offer_total .offer_summary {
  font-size: 16px;
  font-weight: bold;
  display: FLEX;
  JUSTIFY-CONTENT: space-between;
}

.offer_total .offer_label {
  color: #333;
  margin-right: 6px;
}

.old-offer_total {
  text-decoration: line-through;
  color: #999;
  margin: 0 6px;
  font-size: 14px;
}

.final-offer_total {
  color: #000;
  font-weight: bold;
}

@keyframes zoomLoop {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.25);
    opacity: 0.7;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.bogo-anim {
  font-size: 18px;
  font-weight: bold;
  color: #28a745;
  text-align: center;
  margin-top: 10px;
  display: none;
}

.bogo-anim.animate {
  display: block;
  animation: zoomLoop 1s ease-in-out infinite;
}





/* timer_offer */

#timer_countdown {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  background: linear-gradient(90deg, #ff5f6d, #ffc371);
  padding: 12px 18px;
  border-radius: 12px;
  display: inline-block;
  margin: 20px 0;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#timer_popup_extension {
  max-width: 90%;
  width: 340px;
}

#timer_popup_extension h3 {
  margin-top: 0;
  font-size: 20px;
  color: #333;
}

#timer_popup_extension p {
  color: #555;
  font-size: 15px;
  margin: 10px 0 20px;
}

#timer_close_popup_btn {
  background-color: #4CAF50;
  color: white;
  padding: 10px 18px;
  border: none;
  border-radius: 30px;
  font-size: 15px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#timer_close_popup_btn:hover {
  background-color: #45a049;
}






/* bundle*/

.bundle-option {
  display: flex;
  align-items: center;
  gap: 10px;
}


.bundle-option {
  flex-direction: row;
  align-items: center;
}



.bundle-option img {
  width: 50px;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}





.bundle-container {

  box-sizing: border-box;
}

.bundle-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.bundle-heading .line {
  flex: 1;
  height: 1px;
  background-color: #ccc;
  margin: 0 10px;
}

.bundle-heading .heading-text {
  font-weight: bold;
  font-size: 16px;
  white-space: nowrap;
}

.bundle-option {
  border: 2px solid #ccc;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
  display: grid;
  align-items: center;
  position: relative;
  transition: all 0.3s;
  background-color: white;
}

.bundle-option input {
  margin-right: 15px;
  transform: scale(1.4);
}



.pack-title {
  font-size: 18px;
  font-weight: bold;
  display: grid;
}

.price {
  font-size: 18px;
  margin-top: 5px;
  display: grid;
}

.old-price {
  text-decoration: line-through;
  color: #999;
  font-size: 14px;
  margin-left: 5px;
}

.savings {
  font-size: 14px;
  color: #666;
  margin-top: 4px;
}

.badge {
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 10px;
  margin-left: 8px;
}

.badge.shipping {
  background-color: #eee;
  color: #666;
}

.badge.popular {
  color: white;
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 5px 10px;
  border-radius: 50px;
}



.bundle-option input {
  margin-bottom: 10px;
  margin-right: 0;
}

.bundle-info {
  align-items: center;
  text-align: right;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.bundle-heading {
  flex-direction: row;
  flex-wrap: nowrap;
}



.bundle-box_background {


  display: flex;
  align-items: center;
  gap: 2%;
}

.bottom_bundle {}


.color-options-bundle {


  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  align-items: center;

  margin-top: 10px;
  padding-right: 2%;


}

.size-options-bundle {

  flex-wrap: wrap;
  margin-top: 10px;
  display: flex;
  gap: 13px;
  align-items: center;

  padding-right: 2%;
}



.new-options-bundle {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  align-items: center;

}

.color_bundle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  cursor: pointer;
}

.optionsHTML_name {
  display: flex;
}






.bottom_bundle {


  display: flex;
  justify-content: space-between;

}

.data_product_options_bundle_app {

  width: 80%;
}

.image_bundle {

  display: grid;
  align-items: center;

}



.color-image {



  height: 20px !important;
  width: 20px !important;
}

.option-button-bundle {


  border: 1px solid #ffffff;
  cursor: pointer;
  padding: 4px 4%;
  font-size: 16px;
  margin-bottom: 0.213333rem;
  border-radius: 42%;
  text-align: center;

}


.option-button-bundle.selected {
  border: 1px solid rgb(0, 0, 0);
}

.size-button-bundle.selected {
  border: 1px solid rgb(0, 0, 0);
}




.size-button-bundle {

  border: 1px solid #ffffff;
  cursor: pointer;
  padding: 6px 4%;
  font-size: 16px;
  margin-bottom: 0.213333rem;
  border-radius: 42%;
  text-align: center;


}




.color-circle>img {


  border-radius: 8px;
  object-fit: cover;
  height: 20px !important;
  width: 20px !important;

  margin-right: 0px !important;

}

.color-options-offer {


  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  align-items: center;

  margin-top: 10px;
  padding-right: 2%;

}




.option-button-offer {


  border: 1px solid #e5e5e5;
  cursor: pointer;
  padding: 4px 4%;
  font-size: 16px;
  margin-bottom: 0.213333rem;
  border-radius: 42%;
  text-align: center;

}



.size-button-offer {


  border: 1px solid #e5e5e5;
  cursor: pointer;
  padding: 4px 4%;
  font-size: 16px;
  margin-bottom: 0.213333rem;
  border-radius: 42%;
  text-align: center;

}


.option-button-offer.selected {
  border: 1px solid rgb(0, 0, 0);
}

.size-button-offer.selected {
  border: 1px solid rgb(0, 0, 0);
}


.new-options-offer {


  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  align-items: center;


}

.size-options-offer {


  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  align-items: center;


}



#all_the_reviews_container_tm_review {
  background: white;

  padding: 2% 15% 1% 15%;
  margin: auto;


}

.show-all-reviews-btn_tm_review {

  display: none;
}

#sliderValue_tm_review {
  display: none;
}



.filter-slider-container_tm_review {
  text-align: center;
  margin-bottom: 30px;
}

#starSlider_tm_review {
  width: 80%;
  margin-top: 10px;
}

.slider-labels_tm_review {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 5px auto 0;
  font-size: 14px;
  color: #666;
}

.add-review-form_tm_review {
  text-align: center;
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.add-review-form_tm_review textarea,
.add-review-form_tm_review select,
.add-review-form_tm_review input[type="text"] {
  width: 90%;
  max-width: 400px;
  padding: 10px;
  margin: 8px 0;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 16px;
}

.custom-file-upload_tm_review {
  display: inline-block;
  padding: 8px 14px;
  cursor: pointer;
  color: white;
  border-radius: 8px;
  font-size: 14px;
  margin-bottom: 10px;
}

#newReviewImage_tm_review {
  display: none;
}

.review-wrapper_tm_review {
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
  padding: 16px;
}

.stars_tm_review {
  font-size: 22px;
  margin-bottom: 6px;
  text-align: right;
}

.review-name_tm_review {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
  color: #333;
}

.review-text_tm_review {
  color: #333;
  margin-bottom: 6px;
}

.review_tm_review img {
  max-width: 100%;
  border-radius: 8px;
  margin-top: 10px;
}

.show-all-reviews-btn_tm_review {
  color: white;
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}


#toggleReviewFormBtn_tm_review {
  color: white;
  padding: 10px 16px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  margin-bottom: 15px;
  cursor: pointer;
}

#submitReviewBtn_tm_review {
  padding: 10px 16px;
  border: none;
  border-radius: 8px;
  color: white;
  font-size: 16px;
  cursor: pointer;
  margin-top: 10px;
}

.slider-labels_tm_review span .star_tm_review {
  font-weight: bold;
  margin-right: 2px;
}


.img_tm_review {

  max-width: 100%;
  height: 45%;
  border-radius: 8px;
  margin-top: 10px;
}

/* --- desktop_thank_you_page.css --- */
html {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}



#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;
}


.THE_IMAGE {
  width: 100px;
  height: 100px;
}

tr {

  text-align: center;
}

#table_2_total_price {

  text-align: right;
}

th {

  text-decoration: underline;
}

td {
  width: 10%;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

#table_2_payment {

  text-align: left;
}

#table_2_payment_info {

  text-align: left;
  padding-left: 5%;


}

#table_2 {

  padding: 0 1.0714285714em;
  border-radius: 4px;
  padding-top: 14px;
}








/* products_container*/

.titel_product_collection {

  font-size: 12px;
  color: black;
  text-decoration: none;
}








.titel_product_collection {

  color: black;
  text-decoration: none;

}





/* products_container end */






/* 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;
}

.u-text {
  word-wrap: break-word;
  position: relative;
}

h4 {
  font-weight: 400;
}







#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_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%;
}

/* --- desktop_upsell.css --- */
html {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}




.product_price {
  font-size: 23px;
}




#container_upsell {
  white-space: nowrap;
  text-align: left;
  padding-left: 4%;
  padding-top: 1%;
}




#loader_model {
  position: absolute;
  left: 50%;
  z-index: 1;
  width: 100px;
  height: 100px;
  margin: -241px 0 0 -75px;
  border: 16px solid #cfcfcf;
  border-radius: 50%;
  border-top: 17px solid #3498db;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 6s linear infinite;
}




.paypl_button_Syle {
  padding-top: 3%;

}

.upsell_price {
  gap: 2%;
  display: flex;
  margin-bottom: 5px !important;
  margin-top: 5px !important;
  align-items: baseline;
}


/* --- desktop_user_page.css --- */
html {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}



#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;
}


.THE_IMAGE {
  width: 100px;
  height: 100px;
}

tr {

  text-align: center;
}

#table_2_total_price {

  text-align: right;
}

th {

  text-decoration: underline;
}

td {
  width: 10%;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

#table_2_payment {

  text-align: left;
}

#table_2_payment_info {

  text-align: left;
  padding-left: 5%;


}

#table_2 {

  padding: 0 1.0714285714em;
  border-radius: 4px;
  padding-top: 14px;
}








a {

  text-decoration: none;
  color: black;
}

* {

  box-sizing: border-box;
}


* {

  box-sizing: border-box;
}


#logo_image {
  height: 55px;
}



#box {
  border: 1px #ddd solid;
  padding: 2%;
  margin-right: 39%;
  margin-left: 39%;
  margin-top: 1%;


}

#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 {


  font-size: 30px;
  font-weight: bold;
}

#box_input {
  padding: 1%;
}

#box_input_text {

  font-weight: bold;
}

input {

  width: 66%;
  height: 46px;

  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;
  /* line-height: 1.2; */
  letter-spacing: .02em;
  text-decoration: none;
  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%;

}


.Country {
  border: #000000 1px solid !important;
  width: 100%;
  height: 48px;
  line-height: normal;
  border: 1px solid #c1c1c1;
  border-radius: 4px;
  padding: 0 1.0714285714em;
  background-color: white;
  box-sizing: border-box;
  color: black;
}


#state_zip {

  display: flex;
  align-items: center;
  gap: 35px;
}

.state {
  width: 70%;
  border: #000000 1px solid !important;
  height: 48px;
  line-height: normal;
  border: 1px solid #c1c1c1;
  border-radius: 4px;
  padding: 0 0.9714285714em;
  background-color: white;
  box-sizing: border-box;
  color: black;
}

.Zip {
  border: #000000 1px solid !important;
  width: 100%;
  height: 48px;
  line-height: normal;
  border: 1px solid #c1c1c1;
  border-radius: 4px;
  padding: 0 0.9714285714em;
  background-color: white;
  box-sizing: border-box;
  color: black;
}



#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;
  color: black;
  text-decoration: none;
}






.titel_product_collection {

  color: black;
  text-decoration: none;

}





/* products_container end */




.hand {
  position: relative;
  left: -15px;
}

#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;
}

#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%;
  margin-left: 0;
  margin-right: 0;
  height: 36px;
}

#hedaer_cart {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  overflow: hidden;
}



#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;
}





#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_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%;
}

/* --- desktop_wishlist.css --- */
html {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

body {
  margin: 0;
}




.products_container_image_image_wishlist {
  width: 100% !important;
  height: 350px;
  border-radius: 4%;
}




.products_container_titel_and_price_wishlist {
  text-align: right;
  padding: 0% 5% 5% 5%;


}

.products_container_images_and_prices_and_titel_wishlist {
  margin-bottom: 6%;
  background-color: white;

}

.products_container_wishlist {

  display: grid;
  grid-template-columns: repeat(5, 20%);
  padding: 2%;
  background-color: #f7f7f7;
}





#title_may_like {

  text-align: center;
  font-size: 16px !important;
  display: block;
  font-weight: bold;
}






/* products_container*/

.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;
}

#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;
}

#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%;
  margin-left: 0;
  margin-right: 0;
  height: 36px;
}

#hedaer_cart {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  overflow: hidden;
}



#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;
}




#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_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%;
}



/*
Description
*/






#Description_desktop_1 {

  width: 35%;
  margin: auto;
}





#Description_desktop_5>div>img {

  width: 100% !important;
  box-shadow: 0px 4px 4px 0px #00000040 !important;
  border-radius: 30px !important;
  height: auto !important;
}


#Description_desktop_4>div>img {

  width: 100% !important;
  box-shadow: 0px 4px 4px 0px #00000040 !important;
  border-radius: 30px !important;
  height: auto !important;
}


#Description_desktop_3>div>img {

  width: 100% !important;
  box-shadow: 0px 4px 4px 0px #00000040 !important;
  border-radius: 30px !important;
  height: auto !important;
}


#Description_desktop_2>div>img {

  width: 100% !important;
  box-shadow: 0px 4px 4px 0px #00000040 !important;
  border-radius: 30px !important;
  height: auto !important;
}





.accordion-item {
  margin-bottom: 6%;

}

#Description_desktop_2 {

  padding: 1% 0% 1% 0%;
  justify-content: space-around;


}



#Description_desktop_3 {

  padding: 1% 5% 1% 0%;
  justify-content: space-around;



}

#Description_desktop_4 {
  padding: 1% 0% 1% 0%;
  justify-content: space-around;


}

#Description_desktop_5 {
  padding: 1% 5% 1% 0%;
  justify-content: space-around;


}


.Description_compare-table-wrapper {
  overflow-x: auto;
  max-width: 100%;

}


.Description_compare-table {
  border-collapse: collapse;
  min-width: 30%;
  width: 70%;
  text-align: center;
  border-radius: 15px;
  overflow: hidden;
}

.Description_compare-table th,
.Description_compare-table td {
  padding: 8px;
  border: 1px solid #e0e0e0;
}

#Description_table_logo {
  width: 9vw;
  max-width: 9vw;

}





.Description_compare-table th:first-child,
.Description_compare-table td:first-child{

  text-align: left;
  color: black;
}

.Description_compare-table th{
  background-color: white;
  font-weight: bold;
  font-size: 16px;
  border-top: transparent;
  border-right: transparent;
  border-left: transparent;
}

.Description_check {
  color: green;
  font-size: 20px;
}

.Description_cross {
  color: black;
  font-size: 20px;
}

.Description_compare-table tr:last-child td:first-child {
  border-bottom-left-radius: 15px;
}

.Description_compare-table tr:last-child td:last-child{
  border-bottom-right-radius: 15px;
}

.Description_compare-table tr:first-child th:first-child{
  border-top-left-radius: 15px;
}

.Description_compare-table tr:first-child th:last-child{
  border-top-right-radius: 15px;
}

.accordion {
  max-width: 600px;
  margin: 20px auto;
  border-radius: 5px;
  overflow: hidden;
}

.accordion-item {
  border-bottom: 1px solid #ccc;
}

.accordion-header {
  background: #f5f5f5;
  padding: 15px;
  cursor: pointer;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion-header .icon {
  font-size: 20px;
  transition: transform 0.3s ease;
}

.accordion-content {
  max-height: 0;

  background: #f5f5f5;
  padding: 0 15px;
  transition: max-height 0.4s ease, padding 0.4s ease;
}

.accordion-content.open {
  padding: 15px;
}




.info-bar {
  display: flex;
  justify-content: space-around;
  align-items: center;


  padding: 20px 0;


}

.info-item {
  text-align: center;
  padding: 0 10px;
}

.info-icon {
  width: 30px;
  margin-bottom: 10px;
  opacity: 0.7;
}

.info-text div {
  font-size: 14px;
  color: #333;
}

.divider {
  width: 1px;
  height: 40px;
  background-color: #ccc;
}

.info-tooltip {
  background: #000;
  color: #fff;
  border-radius: 50%;
  padding: 2px 6px;
  font-size: 12px;
  margin-right: 4px;
  cursor: help;
}


#Description {
  width: 100%;
  margin-top: 0%;
      padding: 0% 2%;
}





.row {
  display: flex;
  flex-wrap: wrap;  /* חשוב כדי לא לזרוק שורה בצורה לא נכונה */
  gap: 15px;        /* רווחים */
  margin-bottom: 20px;
}

.row-1 .column {
  flex: 1 1 100%;   /* עמודה אחת → כל הרוחב */
}

.row-2 .column {
  flex: 1 1 calc(50% - 15px);  /* שתי עמודות */
}

.row-3 .column {
  flex: 1 1 calc(33.333% - 15px);  /* שלוש עמודות */
}

.row-4 .column {
  flex: 1 1 calc(25% - 15px);  /* ארבע עמודות */
}


