.c-form__field-wrap--sidelabel .wpcf7-form-control-wrap {
      display: inline-block;
    }

    .c-form__field-wrap--sidelabel .wpcf7-list-item {
      width: 16px;
    }

    .otgs-development-site-front-end {
      display: none;
    }

    .woocommerce-error {
      padding: 16px 8px 4px 16px;
      background-color: white;
      border-top: 8px solid red;
    }

    .woocommerce-error li {
      color: black;
    }

    .select2-container .select2-selection--single {
      height: 38px;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
      line-height: 40px;
    }

    .woocommerce-form-coupon-toggle {
      margin-bottom: 12px;
    }

    .showcoupon {
      text-decoration: underline;
    }

    .woocommerce-cart-form__cart-item .attachment-woocommerce_thumbnail {
      max-width: 150px;
    }

    .woocommerce-variation-add-to-cart.variations_button button:disabled {
      cursor: not-allowed;
      background-color: #BEAC88 !important;
      opacity: 0.6;
    }

    /* .zaux-theme--dark1 .woocommerce a {
      color: #BEAC88;
    } */
    .cart-totals-payments {
      float: left;
      width: 50%;
    }

    #payment .payment_methods li img.paypal-icon {
      height: 24px;
      width: 60px;
      object-fit: contain;
    }

    @media screen and (max-width:748px) {
      .cart-totals-payments {
        float: none;
        width: 100%;
      }

      .woocommerce-cart-form__cart-item.cart_item {
        padding: 16px 0;
        border-bottom: 1px solid white;
      }
    }

    /* Sezione Newsletter Mailchimp */
    .c-form__newsletter--box input[type="text"] {
      line-height: 56px;
      font-size: 12px;
      width: 100%;
      margin-left: 24px;
      border: none;
      outline: none;
    }

    .mc4wp-form-fields {
      margin-bottom: 8px;
    }

    .mc4wp-alert {
      padding: 12px;
    }

    .mc4wp-success {
      border: 3px solide green;
    }

    .mc4wp-success {
      border: 3px solide red;
    }

    .mc4wp-notice {
      border: 3px solide orange;
    }

    /* Fine Sezione Newsletter Mailchimp */

    /* Waiting List*/
    #yith-wcwtl-output {
      padding: 24px;
      background-color: #000000;
      color: white;
    }

    #yith-wcwtl-output .yith-wcwtl-msg,
    #yith-wcwtl-output .yith-wcwtl-msg span,
    #yith-wcwtl-output .yith-wcwtl-msg p {
      color: #FFFFFF !important;
    }

    .yith-wcwtl-output .wrap-form-fields .yith-wcwtl-submit {
      background-color: #FFFFFF26 !important;
      color: white;

      font-size: 12px;
      /* line-height: 30px; */
      border-radius: 60px;
      font-weight: 600;
      padding: 16px 24px;
      display: inline-block;
      white-space: nowrap;
    }

    .yith-wcwtl-submit.button:hover {
      background-color: #BEAC88 !important;
    }

    #yith-wcwtl-output.success,
    #yith-wcwtl-output.subscribed {
      background-color: #000000 !important;
      color: #149900;
    }

    #yith-wcwtl-output p {
      color: #FFFFFF;
    }

    .yith-wcwtl-notices {
      margin-bottom: 0;
    }

    #yith-wcwtl-user-email {
      padding: 12px;
    }

    #yith-wcwtl-output .yith-wcwtl-msg [class*="c-typo-style1-"] p:not(:last-child) {
      margin-bottom: 1rem;
    }

    .button.button-leave.yith-wcwtl-submit {
      padding: 16px 24px;
      border-radius: 60px;
      display: inline-block
    }

    /* Fine Waiting List */

    /* Multicurrency */
    @supports (-webkit-touch-callout: none) {
      .alg_currency_select {
        -webkit-appearance: none;
        appearance: none;
      }
    }

    .alg_currency_select.alg-wselect.wSelect-el,
    .wSelect-options-holder {
      appearance: none;
      -webkit-appearance: none;
      -moz-appeareance: none;
    }

    .wSelect-theme-classic.wSelect {
      appearance: none;
      -webkit-appearance: none;
      -moz-appeareance: none;
      background-color: transparent;
      color: white;
      border: 1px solid #BEAC88;
      border-radius: 60px;
      padding: 0 18px 0 18px;
      font-size: 11px;
      line-height: 16px;
      margin-bottom: 0;
    }

    /* Fine Multicurrency */

    .c-heroshop__overlay.active::after {
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      width: 100%;
      height: 100%;
      display: block;
      background-color: #BEAC884D;
    }

    .grecaptcha-badge {
      z-index: 1;
      display: none;
    }
    .payment_method_stripe_klarna .wc-stripe-upe-element {
      display:none !important;
    }
    
    .single-product .woocommerce-notices-wrapper .woocommerce-message {
        border: 1px solid #BEAC88;
        margin-bottom: 24px;
        border-top: 6px solid #BEAC88;
        outline: none;
    }

     @media screen and (max-width:748px) {
        .single-product .woocommerce-notices-wrapper .woocommerce-message a.button {
            float: none;
            display: block;
            padding-top: 12px;
        }
    }

    ul.wc-saved-payment-methods {
        padding-top: 0 !important;
    }