/*
	Theme Name: GridTheme Child
	Text Domain: gridtheme
	Template: gridtheme
*/
.woocommerce-cart #calc_shipping_state_field,
.woocommerce-cart #calc_shipping_city_field,
.woocommerce-cart #calc_shipping_postcode_field{
    display: none !important;
}
.variations .label {
    display: none;
}
.variations .reset_variations {
    display: none;
}
.woocommerce-variation-price {
    font-weight: 700;
}
.single_variation_wrap {
    display: flex;
    flex-direction: row;
    min-width: 300px;
    margin-top: 20px;
    align-items: center;
}
.bundle_variation_wrap {
    display: flex;
    flex-direction: row;
    min-width: 300px;
    margin-top: 20px;
    align-items: center;
}
.dunble_variation_wrap .added_to_cart,
.single_variation_wrap .added_to_cart {
    padding-top: 0;
    padding-left: 10px;
}
.woocommerce-variation.single_variation,
.single_variation_wrap .quantity,
.bundle_variation_wrap .quantity{
    margin-right: 20px;
}
.woocommerce-variation-add-to-cart.variations_button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.variations select {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 0 20px;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    width: 115px;
}
.single-product form.cart {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.cart .button,
.cart .single_add_to_cart_button.button.alt{
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    border-bottom: 2px solid transparent !important;
    border-left: 0 !important;
    border-right: 0 !important;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cart .single_add_to_cart_button.button.alt:hover {
    background-color: #dfdcde;
    text-decoration: none;
    background-image: none;
    color: #515151;
    border-bottom: 2px solid #151c20 !important;
    border-left: 0 !important;
}

a.dropdown-back {
    top: 42px;
    right: 160px;
    position: absolute;
    color: white !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
a.dropdown-back i {
    font-size: 20px;
}
.basket-item-count {
    padding-left: 5px;
    line-height: 1;
    margin-top: -2px;
}

.page-id-2340 header.fullscreen,
.page-id-2347 header.fullscreen,
.page-id-2341 header.fullscreen,
.page-id-2346 header.fullscreen{
    height: 45%;
    min-height: 200px;
}
.page-id-2340 .schedaform,
.page-id-2347 .schedaform,
.page-id-2346 .schedaform,
.page-id-2341 .schedaform{
    padding-top: 50px;
}
.page-id-2341 .schedaform,
.page-id-2347 .schedaform {
    background-color: #f3f3f4;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 120px;
}
.coupon {
    display: none;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: 70%;
    margin: 0 auto;
}
.wc-proceed-to-checkout {
    text-align: center;
}
.wc-proceed-to-checkout a.button,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order{
    font-family: 'Merriweather', serif;
    font-weight: 400;
    display: inline-block !important;
    font-style: normal;
    background: none !important;
    border: 2px solid #151c20 !important;
    padding: 12px 40px !important;
    text-transform: uppercase !important;
    color: #151c20 !important;
    margin-top: -10px;
    margin-right: 0px !important;
    font-size: 14px !important;
}
.wc-proceed-to-checkout a.button:hover,
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover{
    background: #151c20 !important;
    color: #fff !important;
}
.woocommerce #payment,
.woocommerce-page #payment {
    text-align: center;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    float: none;
    margin-top: 30px;
    background: white !important;
}
.checkout.woocommerce-checkout .col-1,
.checkout.woocommerce-checkout .col-2 {
    width: 100%;
}
.checkout.woocommerce-checkout label{
    font-family: 'Merriweather', serif;
    font-weight: 400;
    line-height: 1.3;
    padding: 0px;
}
.woocommerce-input-wrapper input {
    width: 100%;
    margin-top: 25px;
    padding: 5px 10px;
    border: none;
    border-radius: 0px;
}
#billing_empty_field {
    opacity: 0;
}
.select2-container .select2-selection--single {
    height: auto !important;
    border: 0 !important;
    border-radius: 0 !important;
}
.select2-container--open .select2-dropdown--above {
    border-bottom: 1px solid #aaa;
}
.select2-container--open .select2-dropdown--below {
    border-top: 1px solid #aaa;
}
.woocommerce form .form-row textarea {
    border:  0;
}
#add_payment_method .checkout .col-2 h3#ship-to-different-address, .woocommerce-cart .checkout .col-2 h3#ship-to-different-address, .woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.schedaform .woocommerce-billing-fields h3,
.schedaform .woocommerce-shipping-fields h3,
.schedaform  h3#order_review_heading{
    margin-bottom: 30px;
}
.schedaform .woocommerce-shipping-fields h3,
.schedaform  h3#order_review_heading{
    margin-top: 30px;
}

.woocommerce-shipping-fields .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.woocommerce-shipping-fields .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox input[type=checkbox] {
    position: relative;
    margin-right: 20px;
    margin-top: -3px;
}

@media screen and (max-width: 414px) {
    a.dropdown-back {
        top: 30px;
        right: 70px;
    }
    .box .textbutton, .box .textbutton * {
        transition: none !important;
    }
}

@media screen and (max-width: 1024px) {

    .box .imgoverlay .titolo {
        margin-bottom: 25px;
        opacity: 1 !important;
    }
    .box .imgoverlay {
        opacity: 1 !important;
    }
    .box .imgoverlay .divisore {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    .box .imgoverlay .text {
        opacity: 1 !important;
        margin-top: 25px;
    }

}