/* Start custom CSS for html, class: .elementor-element-0964c60 */body {
    font-family: 'Manrope', sans-serif !important;
    font-size: 21px !important;
    line-height: 25.2px !important; /* Zeilenhöhe */
    letter-spacing: normal !important; /* Zeichenabstand */
    font-weight: 400 !important; /* Strichstärke (Font Weight) */
}
.infinite-page-wrapper {
    background: linear-gradient(to left, #F9F6F2 55%, transparent 50%);
    
}
.mm-button.black
{
    background-color: #b38b6d !important; /* Adjust to match exact color */
    color: #ffffff !important; /* White text */
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    border-radius: 20px; /* Rounded edges */
    padding: 12px 24px;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    transition: background-color 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
    .infinite-page-wrapper {
    background: linear-gradient(to left, #FFFFFF 55%, transparent 50%);
    background: linear-gradient(to top, #F9F6F2 45%, transparent 50%)
    
}
.mm-button.large
{
    width:100% !important;
}
#mm_field_cc_number_div
{
    background-image:none !important;
}
.checkoutbutton
{
  display: block;
  width: 248.8px !important;
}
#mm_field_coupon_code
{
    margin-bottom:30px;
}


}

.mm-checkoutContainer h3
{
    font-size: 21px !important;
}
 .mm-checkoutContainer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .mm_left_column {
    width: 60%;
  }
  .mm_right_column {
    width: 35%;
    background: #f8f8f8;
    padding: 20px;
    border-radius: 10px;
  }
  .infinite-content-container 
  {
        margin-left: 0px;
  margin-right: 0px;
  }
  .infinite-container
  {
      max-width: 1920px;
  }
  .mm-checkoutContainer
  {
      margin-left: 0px !important;
      margin-right: 0px !important;
  }
  .mm-purchaseSection-left
  {
      display: flex;
    justify-content: flex-end; /* Moves the button to the right */
    padding: 10px 0;
  }
  .mm-checkoutContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mm_left_column {
    width: 30% !important; /* Adjust width as needed */
}

.mm_right_column {
    width: 47% !important; /* Adjust width as needed */
    background: #fff; /* Ensure the background matches */
    padding: 20px;

    margin-left:300px;
    background: #F9F6F2; /* Light beige/gray background similar to the example */
    padding: 20px;
    /*border-radius: 10px; /* Soft rounded edges */
 
    height: 880px;

  
}
.mm_right_column h2, 
.mm_right_column p, 
.mm_right_column label {
    color: #333; /* Darker text for contrast */
    font-family: Arial, sans-serif;
}

.mm_right_column strong {
    font-size: 18px;
    color: #000;
}

.mm-checkoutContainer {
    max-width: 1920px !important; /* Adjust as needed */
    margin: auto;
}
.mm-purchaseSection
{
    margin-top: 10px;
}
#mm_field_billing_address{
    width: 100%;
    padding: 12px;
    border: 1px solid #000 !important;
    border-radius: 6px !important;
    font-size: 16px;
    outline: none;
    transition: border-color 0.3s ease-in-out !important;
    box-shadow: none !important;
}
#mm_field_billing_city
{
    padding: 12px;
    border: 1px solid #000  !important;
    border-radius: 6px !important;
    font-size: 16px;
    outline: none;
    transition: border-color 0.3s ease-in-out !important;
    box-shadow: none !important;
}
#mm_field_billing_state_dd
{
    padding: 12px;
    border: 1px solid #000  !important;
    border-radius: 6px !important;
    font-size: 16px;
    outline: none;
    transition: border-color 0.3s ease-in-out !important;
    box-shadow: none !important;
}
#mm_field_billing_zip
{
    padding: 12px;
    border: 1px solid #000  !important;
    border-radius: 6px !important;
    font-size: 16px;
    outline: none;
    transition: border-color 0.3s ease-in-out !important;
    box-shadow: none !important;
}
#mm_field_billing_country
{
    padding: 12px;
    border: 1px solid #000  !important;
    border-radius: 6px !important;
    font-size: 16px;
    outline: none;
    transition: border-color 0.3s ease-in-out !important;
    box-shadow: none !important;
}
#mm_field_cc_exp_div
{
     padding: 12px;
    border: 1px solid #000  !important;
    border-radius: 6px !important;
    font-size: 16px;
    outline: none;
    transition: border-color 0.3s ease-in-out !important;
    box-shadow: none !important;
}
#mm_field_cc_cvv_div
{
     padding: 12px;
    border: 1px solid #000  !important;
    border-radius: 6px !important;
    font-size: 16px;
    outline: none;
    transition: border-color 0.3s ease-in-out !important;
    box-shadow: none !important;
}
#mm_field_cc_number_div
{
     padding: 12px;
    border: 1px solid #000  !important;
    border-radius: 6px !important;
    font-size: 16px;
    outline: none;
    transition: border-color 0.3s ease-in-out !important;
    box-shadow: none !important;
}
#mm_field_coupon_code
{
       padding: 12px;
    border: 1px solid #000 !important;
    border-radius: 6px !important;
    font-size: 16px;
    outline: none;
    transition: border-color 0.3s ease-in-out !important;
    box-shadow: none !important;
    margin-top: 0px !important
}

/* Style labels */
.mm-formField label {
    font-weight: bold;
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
    color: #5E4D3E; /* Brownish-gray text */
}

/* Row layout for first/last name */
.mm-form-row {
    display: flex;
    gap: 10px;
}

/* Half-width inputs for first and last name */
.mm-form-row .mm-formField {
    flex: 1;
}

/* Full-width inputs */
.mm-full-width {
    width: 100%;
}

/* Styling for the "Continue" button */
.mm-button.large {
 
    
    width: 40%;
}

.mm-button.large:hover {
    background-color: #8C7758;
}

/* Checkbox styling */
.mm-formField input[type="checkbox"] {
    width: auto;
    margin-right: 8px;
}
.citystatezip {
    display: flex;
    gap: 10px; /* Adds spacing between the fields */
    justify-content: space-between; /* Distributes them evenly */
    flex-wrap: wrap; /* Ensures responsiveness on smaller screens */
}

/* Ensure each field takes equal width */
.citystatezip .mm-formField {
    flex: 1;
    min-width: 100px; /* Prevents fields from being too small */
}

/* Make inputs and selects uniform */
.citystatezip input,
.citystatezip select {
    width: 100%;
    padding: 12px;
    border: 1px solid #AFA192; /* Soft brownish-gray border */
    border-radius: 5px;
    background-color: #FDFBF7; /* Light beige background */
    font-size: 16px;
    color: #333;
}
@media only screen and (max-width: 768px) {
  .infinite-container {
    max-width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .mm_left_column
  {
      width:100% !important;
  }
  .mm-checkoutContainer
  {
      width:95%;
  }
  .mm_right_column
  {
      margin-left: 0px;
      width:100% !important;
  }
}

.mm-coupon-section {
    display: flex;
    align-items: center; /* Align input and button properly */
    gap: 10px; /* Space between input and button */
    width: 100%;
}

.mm-coupon-section input {
    flex: 1; /* Make input take remaining space */
    padding: 12px;
    border: 1px solid #AFA192; /* Soft border */
    border-radius: 5px;
    background-color: #FDFBF7; /* Light background */
    font-size: 16px;
    color: #333;
}
.checkoutbutton {
     background: #f8f9fa; /* Light gray background */
    color: #333; /* Darker text */
    border: 1px solid #ccc;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    
}
.mm-button.black
{
    font-size: var(--x-primary-button-font-size) !important;
  font-weight: var(--x-primary-button-font-weight, var(--x-typography-primary-weight-bold)) !important;
  letter-spacing: var(--x-primary-button-letter-spacing, var(--x-global-typography-kerning)) !important;
  text-transform: var(--x-primary-button-text-transform) !important;
}

/* When active, update button */
.checkoutbutton:hover {
   background: #e0e0e0;
  
}
/* new for text in credit card fields*/
#mm_field_cc_number_div
{
      font-family: 'Manrope', sans-serif !important;
    font-size: 21px !important;
    line-height: 25.2px !important; /* Zeilenhöhe */
    letter-spacing: normal !important; /* Zeichenabstand */
    font-weight: 400 !important; /* Strichstärke (Font Weight) */
}

#mm_field_cc_number_div .mm-stripe-elements-container .base {
  content: "Card Number";

}
#mm_field_cc_exp_div .mm-stripe-elements-container .base {
  content: "Expiration date (MM/YY)";
}
#mm_field_cc_cvv_div .mm-stripe-elements-container .base {
  content: "Security Code";
}
.mm-checkoutInfoBlock {
  border: 0px !important;
}
.separator {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 20px 0;
}

.separator::before,
.separator::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #ccc;
    margin: 0 10px;
}

.separator span {
    color: #888;
    font-size: 14px;
    font-weight: bold;
}
.paypal_button_center {
    display: flex;
    justify-content: center;
    align-items: center;
}/* End custom CSS */