html {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

body {
  margin: 0;
}


.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;
  font-weight: bold;
  padding: 27px 17px 6px 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-content_product {
  background-color: #fff;
  padding: 20px;

  border-radius: 8px 8px 0 0;
  box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  width: 75%;

}

#modal_widget_main_page_product {
  display: flex;
  justify-content: center;
}



.unselectable {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.arrow_back_right {
  background-color: #e4e4e4;
  position: absolute;
  width: 29px;
  right: 10px;
  border-radius: 16px;
  height: 30px;
}

.arrow_back_left {
  background-color: #e4e4e4;
  position: absolute;
  width: 29px;
  left: 10px;
  border-radius: 16px;
  height: 30px;
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  cursor: pointer;
  z-index: 1;
}

#modal_widget_thumbnails img {
  max-width: 100px;
  max-height: 100px;
  margin: 5px;
  cursor: pointer;
}

#modal_widget_product_setting {
  width: 50%;
  padding: 2%;
}

#modal_widget_gallery {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}


#btc_addto_Cart {
  display: none;
}

#modal_widget_thumbnails {
  display: flex;
  align-items: center;
  overflow-y: auto;
}


.modal_widget_main_image_gallery_background::after {
  background: rgba(0, 0, 0, 0.03);
  content: "";
  height: 586px;
  right: 0;
  position: absolute;
  top: 0;
  width: 355px;
  pointer-events: none;
}

.modal_widget_images_background::after {
  background: rgba(0, 0, 0, 0.03);
  content: "";

  left: 0;
  position: absolute;
  top: 0;
  height: 193px;
  width: 161px;
  pointer-events: none;
}

.modal_widget_images_background {
  position: relative;
  margin-left: 1%;
}

#arrow-left {
  left: 9px;
  font-weight: 600;
}

#arrow-right {
  right: 10px;
  font-weight: 600;
}

.modal_backgorund {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  position: fixed;
  bottom: 0%;
  display: none;
}

#modal_widget_headline {
  word-break: break-word;
  text-align: left;

  align-items: center;
  justify-content: space-between;
}

#modal_widget_price_product {
  display: flex;
  gap: 20px;
  margin-bottom: 11px;
  align-items: baseline;
}

#modal_widget_headline_text {

  font-size: 43px;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-right: 0px;
}

.modal_widget_product_price_comper_symbole {
  text-decoration: line-through !important;


}


#modal_widget_product_price {
  font-size: 22px;


}

#modal_widget_index_count {
  display: none;
}



#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;
}