/* Single Product
======================================*/
body {
        font-family: "Fira Sans Condensed", Sans-serif;
}

/* GIFT CARD */

.product-type-gift-card .woocommerce-product-gallery__wrapper {
    box-shadow: none;
}

.ywgc-main-form-preview-container {
    height: unset;
    min-height: unset;
    padding: unset;
    box-shadow: unset;
    display:none;
}

.gift-cards_form > h3 {
    margin-top: 0;
    margin-bottom: 0;
}

.gift-card-content-editor.step-content h5 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.fr-single-page-settore {
    font-size: 20px;
    background-color: #3c4953;
    color: #ffffff;
    line-height: 25px;
    margin-bottom: 10px!important;
    font-weight: 500;
    opacity: 1;
    border-radius: 15px;
}

.fr-wc-prossimo_corso {
    order:8;
    font-weight: bold;
    color: #3c4953;
}
 .single-product  a.scarica-brochure {
    font-size: 16px;
    margin-top: 17px;
    font-weight: 500;
    background-color: #3c4953;
    color: #fff !important;
    padding: 8px 12px;
    border-radius: 5px;
	 display: block!important;
    width: fit-content!important;
}
.single-product a.fr-info-button-product {
  order: 7;
  font-weight: bold;
  color: #3c4953;
}
.single-product a.fr-info-button-product::before {
  font-family: "Font Awesome 5 Free";
  content: "\f05a";
  display: inline-block;
  padding-right: 6px;
  vertical-align: middle;
  font-weight: 900;
  font-size: 27px;
  padding-bottom: 3px;
  color: #3c4953;
}
.single-product .e-con-inner {
    align-items: flex-start!important;
}
.single-product .related.products > h2 {
    border-bottom: solid 1px #3c4953;
    line-height: 20px;
    margin-bottom: 1.1em;
}
.fr-prod-easy-access-mess {
    width: 100%;
    margin-top: 20px;
    padding: 10px;
    border: solid 3px #94c11f;
    font-family: "Fira Sans Condensed", sans-serif;
}
.fr-prod-easy-access-mess h2 {
    font-family: "Fira Sans Condensed", sans-serif;
    color: #212934;
    margin: 0;
    font-weight: 700;
    font-size: 25.5px;
}
.fr-prod-easy-access-mess p {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}
.fr-prod-easy-access-mess a {
    color: #6c9500 !important;
    font-weight: bold !important;
}
body .qib-button.qib-button-wrapper {
    border-radius: 6px;
    overflow: hidden;
    border:1px solid #e2e2e2;
}

body .qib-button-wrapper .quantity input.input-text.qty.text {
    border-radius: 0;
    border-top: 0 !important;
    border-bottom: 0 !important;
}
body .qib-button.qib-button-wrapper .minus.qib-button, body .qib-button.qib-button-wrapper .plus.qib-button {
    margin: 0 !important;
    border-radius: 0;
    height: 40px !important;
    line-height: 1;
    width: 40px !important;
    border: 0;
    padding: 0;
}
body .elementor-widget-countdown .elementor-countdown-item {
    padding: 10px 19px !important;
    text-align: center;
    color: #3c4953;
    border: 1px solid;
    border-radius: 4px;
    margin-bottom: 19px;
}

/* Cart page
======================================*/
body.woocommerce-cart h2 {
    font-size: 30px !important;
    font-weight: 500 !important;
}
.woocommerce-customer-details,
.woocommerce-order-details,
.woocommerce-content-box {
     border: 1px solid #e2e2e2;
     padding: 30px;
     overflow: hidden;
}
.woocommerce-bacs-bank-details > h2,
.woocommerce-content-box > h2 {
      font-family: "Fira Sans Condensed", sans-serif;
     border-bottom: 1px solid #e2e2e2;
     padding-bottom: 10px;
    margin-bottom: 30px;
    font-size: 30px !important;
    font-weight: 500 !important;
}
body .woocommerce table.shop_table {
  border: 0;
  margin: 0 0 0 0;
}
body .woocommerce table.shop_table th {
    padding: 0 0 11px;
    border: 0 !important;
}
body .woocommerce table.shop_table td {
    border: 1px solid #e2e2e2;
    padding: 25px 0;
    vertical-align: middle;
    line-height: 1.5em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    font-size: 17px;
}
.fusion-product-name-wrapper {
    display: flex;
    align-items: center;
}
.shop_table .product-thumbnail {
    flex-shrink: 0;
    width: 90px;
    margin-right: 25px;
    float: left;
}
.shop_table .product-thumbnail img {
     width: 100%!important;
}
.product-title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
}
.fr-date-in-cart {
    color: #7c7c7c;
    font-weight: 500;
    margin-bottom: 0 !important;
}
.shop_table .product-price {
    text-align: center;
}
.shop_table .product-quantity {
    text-align: center;
}
.shop_table .product-subtotal {
    text-align: center;
}
.shop_table .qib-button.qib-button-wrapper {
    margin: 0 auto;
    float: none;
    width: 122px;
}
.shop_table .product-remove {
    width: 5%;
}
.qib-button-wrapper .quantity input.input-text.qty.text {
    border-top: 0;
    border-bottom: 0;
    width: 40px;
    font-size: 15px !important;
}
.shop_table .product-remove a {
    font-size: 24px;
    float: right;
    color: #7c7c7c!important;
    text-align: right;
    font-weight: normal;
}
.woocommerce .shop_table  a.remove:hover {
    color: #3c4953!important;
    background-color: transparent;
}
.shop_table .avada-cart-actions {
    display: none!important;
}
.fr-cart-message {
    font-size: 17px;
    border: solid 1px #e2e2e2;
    padding: 30px !important;
    margin-top: 30px;
}
.fr-cart-message h2 {
    margin: 0;
}
 .fr-cart-message p {
  margin: 0;
}
.verde-bold, .verde-bold a, .verde-bold h1, .verde-bold h2 {
    font-weight: bold;
    color: #6c9500 !important;
}
.cart-collaterals {
    margin-top: 30px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.shipping-coupon {
    float: left;
    width: 48%;
    margin-right: 4%;
}
.coupon {
    overflow: hidden;
}
#customer_login .col-1, #customer_login .col-2, .cart-totals-buttons, .cart_totals, .checkout_coupon, .coupon, .cross-sells, .woocommerce-shipping-calculator {
    box-sizing: border-box;
    border: 1px solid #e2e2e2;
    overflow: hidden;
    padding: 30px;
}
.cart-collaterals .shipping-coupon {
    order: 1;
}
.cart-collaterals .shipping-coupon .coupon {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#customer_login h2, .cart_totals h2, .coupon h2, .cross-sells h2, .woocommerce-shipping-calculator h2 {
    margin-top: 0;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.avada-coupon-fields {
    align-items: center;
    display: flex;
    width: 100%;
}
input[type="date"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, select:focus, textarea:focus {
    border-color: #65bc7b!important;
    outline: none;
}

[type="button"], [type="submit"], button {
    white-space: inherit!important;
}
.cart-collaterals .cart_totals .checkout-button, .cart-collaterals .cart_totals .fusion-button ,
#main #comment-submit, #main .comment-submit, #reviews input#submit, .button-default, .button.default, .comment-form input[type="submit"], .fusion-button-default, .fusion-footer-widget-area .fusion-privacy-placeholder .button-default, .fusion-portfolio-one .fusion-button, .post-password-form input[type="submit"], .price_slider_amount button, .slidingbar-area .button-default, .ticket-selector-submit-btn[type="submit"], .tml-submit-wrap input[type="submit"], .woocommerce .avada-order-details .order-again .button, .woocommerce .avada-shipping-calculator-form .button, .woocommerce .cart-collaterals .checkout-button, .woocommerce .checkout #place_order, .woocommerce .checkout_coupon .button, .woocommerce .login .button, .woocommerce .lost_reset_password input[type="submit"], .woocommerce .register .button, .woocommerce .single_add_to_cart_button, .woocommerce button.button, .woocommerce-MyAccount-content form .button, .woocommerce.add_to_cart_inline .button, .wpcf7-form input[type="submit"], .wpcf7-submit, input.button-default {
    background: #3c4953!important;
    color: #fff!important;
    border-color: #fff;
    padding: 13px 29px!important;
    font-size: 14px!important;
    line-height: 17px;
}
.cart-collaterals .shipping-coupon .coupon #avada_coupon_code {
    margin-right: 10px;
    width: auto;
    flex-grow: 2;
    border:1px solid #e2e2e2
}
.coupon .fusion-button {
    float: right;
}
.cart-collaterals .cart_totals {
    order: 2;
    width: 48%;
}
.cart_totals table {
    width: 100%;
    text-align: left;
}
.woocommerce-cart .cart_totals .shop_table tr {
    height: auto;
}
.cart_totals table th {
    width: 50%;
    padding-bottom: 20px!important;
}
.shop_table td {
    padding: 25px 0;
}
.cart_totals table td {
    width: 50%;
    padding-bottom: 20px;
    text-align: right;
}
.cart_totals .cart-subtotal td, .cart_totals .total td {
    text-align: right;
}
.woocommerce-cart .cart_totals .shop_table .cart-subtotal {
    border-bottom: 0;
}
.woocommerce-cart .cart_totals .shop_table td {
    padding-top: 0;
}
.woocommerce-cart .cart_totals .shop_table .shipping td, .woocommerce-cart .cart_totals .shop_table .shipping th, .woocommerce-cart .cart_totals .shop_table .tax-rate td, .woocommerce-cart .cart_totals .shop_table .tax-rate th {
    padding-top: 20px;
    border-top: 0;
}
.woocommerce-cart .cart_totals .shop_table tr.order-total td,
.woocommerce-cart .cart_totals .shop_table tr.order-total th {
    height: auto;
    padding-top: 20px;
    border-top: 1px solid #e2e2e2 !important;
}
.cart-collaterals .cart_totals .checkout-button, .cart-collaterals .cart_totals .fusion-button {
    clear: both;
    float: right;
}
.cart-collaterals .cart_totals .checkout-button {
    margin-top: 10px;
}

/* Checkout 
====================================*/
.checkout  {
    font-size: 17px;
}
.nonhundred-percent-fullwidth {
    background-color: #e8e8e8;
    padding: 15px;
    border-radius: 10px;
    border: solid 1px #999;
    margin-bottom: 40px
}
.nonhundred-percent-fullwidth h1  {
    font-size: 40px;
    font-weight: 600;
    color: #3c4953;
    line-height: 40px;
    margin-bottom: 20px;
}
.nonhundred-percent-fullwidth p {
    font-size: 20px;
    line-height: 32px;
}
body .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    height: 48px;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #3c4953;
    line-height: 3;
    height: 100%;
}
body .select2-container .select2-selection .select2-selection__arrow {
    border-left: 1px solid #e2e2e2;
    border-radius: 6px;
    height: 100%;
    width: 50px;
}
body #billing_country_field.fr-paese-regione, body #billing_state_field {
    width: 100%;
}
#order_review {
    padding: 30px;
border: 1px solid #e2e2e2;
}
.checkout .shop_table th.product-total {
    width: 40%;
    text-align: right;
}
.checkout .shop_table tbody .product-total {
    width: 40%;
    text-align: right;
}
.checkout .shop_table tfoot {
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}
.checkout .shop_table tfoot tr {
    border-bottom: 0;
}
.checkout .shop_table tfoot th {
    text-align: right;
    padding-right: 30px;
    padding-bottom: 20px!important;
    width: 70%;
    font-family: "Fira Sans Condensed", Sans-serif;
    font-weight: 500;
}
.checkout .shop_table tfoot tr:first-child td, .checkout .shop_table tfoot tr:first-child th {
    padding-top: 20px;
    border-top: 1px solid #e2e2e2 !important;
    padding-bottom: 20px;
}
.checkout .shop_table tfoot td {
    text-align: right;
    padding-top: 0;
    padding-bottom: 20px!important;
}
body .woocommerce table.shop_table tfoot th, body .woocommerce table.shop_table tfoot td {
    padding: 0 0 20px;
    border: 0 !important;
}
.checkout .shop_table tfoot .woocommerce-Price-amount {
    font-weight: normal;
}
.checkout .shop_table tfoot strong .woocommerce-Price-amount {
    font-weight: 700;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    font-family: "Fira Sans Condensed", Sans-serif;
    font-weight: 500!important;
}
body #add_payment_method #payment, body .woocommerce-cart #payment, body .woocommerce-checkout #payment {
    background: transparent;
    border-radius: 0;
    margin-top: 10px;
}
body #add_payment_method #payment ul.payment_methods, body 
.woocommerce-cart #payment ul.payment_methods, 
body .woocommerce-checkout #payment ul.payment_methods {
    text-align: left;
    padding: 1em 0;
    border-bottom: 1px solid #e2e2e2;
    margin: 0;
    list-style: none outside;
}
body #add_payment_method #payment div.payment_box, 
body .woocommerce-cart #payment div.payment_box, 
body .woocommerce-checkout #payment div.payment_box {
    padding: 1em;
    font-size: 17px;
    border-radius: 0;
    line-height: 1.5;
    background-color: #f9f9fb;
    color: #313131;
}
body #add_payment_method #payment div.payment_box::before, body .woocommerce-cart #payment div.payment_box::before, body .woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #f9f9fb;
border-top-color: transparent;
border-right-color: transparent;
border-left-color: transparent;
}
body  .woocommerce-checkout #payment div.form-row {
  padding: 1em 0;
}
body  .woocommerce-checkout #payment fieldset {
    border: 0;
}
/* Place order
=============================================*/
.woocommerce-page {
    font-size: 17px;
}
.avada-myaccount-data .digital-downloads, .avada-thank-you .order_details {
    list-style: none;
    margin: 10px 0 0 !important;
    padding: 0;
}
body .avada-myaccount-data .digital-downloads li, body .avada-thank-you .order_details li {
    line-height: 19px;
    margin: 0 0 15px;
    padding: 0 0 0 25px;
    display: block;
    width: 100%;
    font-size: 100%;
}
.avada-myaccount-data .digital-downloads li::before, .avada-thank-you .order_details li::before {
    border-radius: 0%;
    font-size: 17px;
    text-align: center;
    content: "\f138";
    display: inline-block;
    float: left;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    height: 19px;
    margin-left: -25px;
    margin-right: 0;
    text-decoration: inherit;
    width: 19px;
}
body .woocommerce ul.order_details li strong {
    display: inline-block;
    font-size: inherit;
    text-transform: none;
    line-height: inherit;
}
.avada-thank-you .woocommerce-bacs-bank-details {
    margin-top: 40px;
}
.avada-thank-you {
    margin-bottom: 20px;
}
.woocommerce .woocommerce-customer-details, .woocommerce .woocommerce-order-details, .woocommerce .woocommerce-order-downloads {
    margin-bottom: 20px !important;
}
html .woocommerce .woocommerce-customer-details address {
    margin-bottom: 0;
    border: 0;
    width: 100%;
    border-radius: 0;
    padding: 0;
}
.fr-thankyou-box {
    border: solid 3px #94c11f;
    padding: 30px;
}
.fr-thankyou-box h2 {
    font-size: 22px !important;
    margin-bottom: 0;
    margin: 0;
    font-weight: 700;
}
.fr-thankyou-box h2 a {
    color: #7c7c7c;
}
@media only screen and (min-width: 1024px) {
    .single-product .product-sumary {
       display: flex;
        align-items: flex-start;
        flex-flow: wrap;
    }
   .single-product .featured_image {
        width: 300px;
        margin-right: 30px;
    }
   .single-product .product-details {
        width: calc(100% - 333px);
    }
   .single-product .product-sumary  .e-con-inner {
    padding-top: 0!important;
    }
}
@media only screen and (max-width: 800px) {
    .shop_table {
        table-layout: fixed;
        width: 100%;
    }
    .product-info {
        margin-left: 0;
        margin-top: 10px;
    }
    .shop_table_responsive.woocommerce-cart-form__contents thead {
        display: none;
    }
    .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
        display: none;
    }
    .shop_table_responsive.woocommerce-cart-form__contents tbody tr {
        display: block;
        position: relative;
        padding: 25px 0;
        height: auto;
    }
    body .woocommerce table.shop_table td,
    .shop_table_responsive.woocommerce-cart-form__contents tbody td {
        display: block;
        padding: 10px 0;
        width: 100%;
        text-align: center !important;
        border: 0 ;
    }
    .shop_table_responsive.woocommerce-cart-form__contents .product-name {
        width: 100%;
         text-align: center;
    }
    .shop_table_responsive.woocommerce-cart-form__contents .fusion-product-name-wrapper {
        display: block;
    }
    .shop_table_responsive.woocommerce-cart-form__contents .product-thumbnail {
        display: inline-block;
        width: 140px;
        float: none;
        margin: 0pt auto;
    }
    .shop_table_responsive.woocommerce-cart-form__contents .product-info {
        margin-top: 15px;
        min-width: 80px;
         text-align: center;
    }
    .shop_table_responsive.woocommerce-cart-form__contents .product-remove {
        display: inline;
        z-index: 1;
        position: absolute;
        top: 35px;
        right: 0;
        padding: 0;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        text-align: center;
    }
    .shop_table_responsive.woocommerce-cart-form__contents .product-remove a {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        float: none;
        line-height: 25px;
    }
    .avada-coupon-fields {
    flex-wrap: wrap;
    justify-content: flex-end;
}
.cart-collaterals .shipping-coupon .coupon #avada_coupon_code {
    margin: 0 0 20px;
    width: 100%;
}
.coupon .fusion-button {
    width: 100%;
}
    .shipping-coupon {
    float: left;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
}
body .elementor-widget-countdown .elementor-countdown-item {
    padding: 10px 12px !important;
    }

}
