  

span.woocommerce-Price-amount.amount {
    font-size: 1.5em;
}

/* Single Product - Variations Price Size. */

.variations_form .woocommerce-variation-price .price{
   font-size: 25px;
}
.variations_form .woocommerce-variation-price .price .amount {
    color: #161616;
	font-size: 25px;
  font-weight: 500
}
/* Single Product - Variations Price Size. */

@font-face {
  font-family: 'eicons';
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  font-display: swap;
}

@media only screen and (max-width: 768px) {
  .elementor-widget-woocommerce-products
  ul.products[class*="columns-"] > li.product {
    width: auto !important;
    float: none !important;
    clear: none !important;
    margin-bottom: 0 !important;
  }
}
/* =========================================
   MY ACCOUNT - LOGGED OUT
   ========================================= */

body.woocommerce-account #customer_login {
    display: flex !important;
    gap: 40px !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
}

/* Login + Register columns */
body.woocommerce-account #customer_login .u-column1,
body.woocommerce-account #customer_login .u-column2 {
    width: calc(50% - 20px) !important;
    float: none !important;
    margin: 0 !important;
}

/* Headings */
body.woocommerce-account #customer_login h2 {
    font-size: 24px !important;
    font-weight: 700 !important;
    margin: 0 0 18px 0 !important;
}

/* Form cards */
body.woocommerce-account #customer_login form.login,
body.woocommerce-account #customer_login form.register {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 28px !important;

    border: 1px solid #dedede !important;
    background: #fff !important;
}

/* Labels */
body.woocommerce-account #customer_login label {
    font-weight: 600 !important;
}

/* Form rows */
body.woocommerce-account #customer_login .form-row {
    margin-bottom: 16px !important;
}

/* Inputs */
body.woocommerce-account #customer_login input.input-text {
    width: 100% !important;
    min-height: 48px !important;
    padding: 10px 14px !important;
    box-sizing: border-box !important;
}

/* Buttons */
body.woocommerce-account #customer_login button.button {
    min-height: 46px !important;
    padding: 0 28px !important;
    background: #111 !important;
    color: #fff !important;
    border-radius: 2px !important;
}

/* Full-width login button */
body.woocommerce-account #customer_login form.login button.button {
    width: 100% !important;
}

/* Lost password */
body.woocommerce-account #customer_login .woocommerce-LostPassword {
    margin: 12px 0 0 0 !important;
}

/* Register information text */
body.woocommerce-account #customer_login form.register p {
    line-height: 1.5 !important;
}

/* =========================
   MOBILE
   ========================= */

@media (max-width: 767px) {

    body.woocommerce-account #customer_login {
        display: block !important;
    }

    body.woocommerce-account #customer_login .u-column1,
    body.woocommerce-account #customer_login .u-column2 {
        width: 100% !important;
        margin: 0 0 35px 0 !important;
    }

    body.woocommerce-account #customer_login form.login,
    body.woocommerce-account #customer_login form.register {
        padding: 20px !important;
    }

}