/* Block Single Product: */
.wrapper.block-single-product .first-row {
    margin-bottom: 70px !important;
}
.wrapper.block-single-product
nav.woocommerce-breadcrumb, .archive-shop-breadcrumb .woocommerce-breadcrumb {
    margin-bottom: 20px;
    font-size: 0.8em;
    text-align: center;
    color: #000000;;
}
.wrapper.block-single-product
nav.woocommerce-breadcrumb a, .archive-shop-breadcrumb .woocommerce-breadcrumb a {
    font-weight: 400;
    font-size: 1.1em;
    color: #000000;
    font-style: normal;
    font-family: Nunito, sans-serif;
}
.wrapper.block-single-product
nav.woocommerce-breadcrumb 
a:nth-of-type(2) + * {
    font-size: 1.1em;
    font-weight: 700;
}
.wrapper.block-single-product h1 {
    font-family: Coromorant, sans-serif;
    color: #000000;
    margin-bottom: 30px;
}
.wrapper.block-single-product .price {
    font-size: 3.5em;
    color: #000000;
    font-family: Cormorant, serif;
    font-weight: 600;
    margin-bottom: 50px;
}
.wrapper.block-single-product .quantity {
    display: none;
}
.wrapper.block-single-product .single_add_to_cart_button {
    color: #000000 !important;
    font-family: Cormorant, serif;
    font-size: 1.6em;
    background-color: #ffffff !important;
    border: 1px solid #B09C73;
    border-radius: 0;
    padding: 17px 30px;
}
.wrapper.block-single-product .type-product {
    display: flex;
    align-items: center;
}
.wrapper.block-single-product .type-product {
    display: flex;
    align-items: center;
}
.wrapper.block-single-product div.entry-summary {
    padding-left: 30px;
}
.wrapper.block-single-product h5:last-of-type{
   font-size: 2.2em;
   font-family: "Cormorant", serif;
   font-weight: 600;
   margin-bottom: 35px;
}
.wrapper.block-single-product .single-product-terms-info{
    display: flex;
    justify-content: center;
 }
 .wrapper.block-single-product .single-product-terms-phone,  
 .wrapper.block-single-product .single-product-terms-mail{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1em;
    padding: 3px 15px;
 }
 .wrapper.block-single-product .single-product-terms-phone {
     border-right: 1px solid black;
 }
 .wrapper.block-single-product .single-product-terms-phone i,  
 .wrapper.block-single-product .single-product-terms-mail i{
    margin-right: 18px;
 }
 .wrapper.block-single-product .single-product-terms-phone p:nth-of-type(1),  
 .wrapper.block-single-product .single-product-terms-mail p:nth-of-type(1){
    margin-bottom: 0px; 
 }
 .wrapper.block-single-product .single-product-terms-phone i:before,  
 .wrapper.block-single-product .single-product-terms-mail i:before{
    font-size: 1.5em;
 }
 .wrapper.block-single-product .single-product-terms-social {
     display: flex;
     align-items: center;
     justify-content: center;
 }
 .wrapper.block-single-product .single-product-terms-social {
    display: flex;
    align-items: center;
    justify-content: center;
}
.wrapper.block-single-product .single-product-terms-social p:nth-of-type(1) {
    margin-right: 30px;
    font-size: 1.05em;
}
.wrapper.block-single-product .single-product-terms-social p:nth-of-type(2){
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom:0;
    font-size: 1.5em;
}
.wrapper.block-single-product .single-product-terms-social p:nth-of-type(2) i:not(:last-of-type){
    margin-right: 30px;
}



/* Block Woocommerce Cart */
.page-template-woo-commerce-cart h1 {
    font-family: "Coromorant", serif;
    color: #000000;
    letter-spacing: 2px;
    margin-bottom: 30px;
}
.shop_table.woocommerce-cart-form__contents {
    border: none !important;
}
.woocommerce table.shop_table td {
    border: none;
    padding: 0;
}
.shop_table.woocommerce-cart-form__contents tr.woocommerce-cart-form__cart-item td{
    padding: 28px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
a.button.checkout-button {
    background: black !important;
    border-radius: 0;
    padding: 19px 35px !important;
    font-style: normal !important;
    display: inline-block !important;
}
.shop_table.woocommerce-cart-form__contents tr.woocommerce-cart-form__cart-item 
    td.product-name a {
    font-size: 1.4em;
    font-style: normal;
    font-family: "Nunito", sans-serif;
    font-weight: bold;
}
.shop_table.woocommerce-cart-form__contents tr.woocommerce-cart-form__cart-item 
    td.product-thumbnail img {
    width: 150px;
}
.shop_table.woocommerce-cart-form__contents tr.woocommerce-cart-form__cart-item 
    td.product-remove a {
    color: #000000 !important;
    font-size: 4.5em;
    font-style: normal;
    line-height: 20px !important;
    width: 60px !important;
    height: 60px !important;
    border-radius: 0;
    padding: 12px;
}
.shop_table.woocommerce-cart-form__contents tr.woocommerce-cart-form__cart-item 
    td.product-remove a:hover {
        background: #B09C73 !important;
        color: white !important;
        border-radius: 100%;
}
.shop_table.woocommerce-cart-form__contents tr.woocommerce-cart-form__cart-item 
    td.product-price  {
    font-weight: bold;
    font-size: 1.6em;
}
.shop_table.woocommerce-cart-form__contents tr.woocommerce-cart-form__cart-item 
    td.product-quantity .quantity  {
    display: inline !important;
}
.shop_table.woocommerce-cart-form__contents tr.woocommerce-cart-form__cart-item 
    td.product-quantity a  {
    vertical-align: middle;
    padding: 0 10px;
}



/* Woocommerce Checkout */

/* Chrome, Safari, Edge, Opera */
input.input-text.qty::-webkit-outer-spin-button,
input.input-text.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input.input-text.qty[type=number] {
  -moz-appearance: textfield;
}

.woocommerce-cart-form .shop_table tr.tr-total div.cart_totals{
    width: 100% !important;
    float: none !important;
}
.woocommerce-cart-form .shop_table tr.tr-total div.cart_totals table.shop_table{
    border: none !important;
    border-bottom: 1px solid rgba(0,0,0,.1) !important;
}
.woocommerce-cart-form .shop_table tr.tr-total div.cart_totals table.shop_table tr.order-total{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    left: 80%;
    padding: 13px 100px 13px 0 !important;
    font-size: 1.6em;
}
.woocommerce-cart-form .shop_table tr.tr-total div.cart_totals table.shop_table th{
    display: block!important;
    width: auto!important;
    padding: 0 !important;
    font-size: .85em;
    font-weight: 400;
    margin-right: 30px;
}
.woocommerce-cart-form .shop_table tr.tr-total div.cart_totals
div.wc-proceed-to-checkout {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.woocommerce-cart-form .shop_table tr.tr-total div.cart_totals
div.wc-proceed-to-checkout a.checkout-button {
    margin-bottom: 0;
}
.woocommerce-cart .wc-proceed-to-checkout::before {
    content: none;
}
.woocommerce-cart .wc-proceed-to-checkout::after {
    content: none;
}

/* Add Icons to Headers & Notifications */
.woocommerce-billing-fields h3:before, h3#order_review_heading:before, h3#phoen_order_review_heading:before {
 font-family: "Material Icons";
 font-size: 27px;
 content: '\E88F'; /* sets default icon to a circled "i" */
 color: #7ed026;
 padding-right: 10px;
 vertical-align: bottom;
}

h3#order_review_heading:before { content: '\E8CC'; } /* changes the icon set above to a shopping cart for the order */

/* MailPoet Subscribe Fixes */
 .mailpoet-subscription-section {
  padding-top: 50px;
 }
 .mailpoet-subscription-section h3:before { content: '\E0E1'; }

/* Fancy Subscribe Now Btn */
#place_order {
  background-image: linear-gradient(25deg,#00aeef 0%,#7ed026 100%)!important;
  border: transparent;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.28) 0px 2px 8px 0px;
}

#place_order:hover { background-image: linear-gradient(25deg,#7ed026 0%,#00aeef 100%)!important; }

/* 2 column layout */
@media (min-width: 981px) {
  .woocommerce-checkout .woocommerce { overflow: hidden;}
  .woocommerce-checkout .woocommerce:after { clear: both; }
  .woocommerce-checkout .woocommerce .col2-set .col-1, .woocommerce-checkout .col2-set .col-1 { width: 100%; }
  .woocommerce-checkout .woocommerce .col2-set .col-2, .woocommerce-checkout 
 .woocommerce-page .col2-set .col-2 { display: none; }
 .woocommerce-checkout .woocommerce .col2-set, .woocommerce-checkout .woocommerce-page .col2-set { float:left; width: 48%; }
  .woocommerce-checkout #order_review_heading, .woocommerce-checkout .woocommerce #order_review, .woocommerce-checkout .woocommerce-page #order_review { 
    float: left; 
    width:48%; 
    margin-left: 4%; 
  }
}

/* Rounded corners on the WooCommerce "alert" messages */
.woocommerce-error, .woocommerce-info, .woocommerce-message { border-radius: 3px; }

/* Style form fields to look like Divi */
input.text, input.title, input[type=email], input[type=password], input[type=tel], select, textarea {
  border: none;
  background-color: #eee;
}
.select2-container .select2-selection--single { height: 49px; }
.select2-container--default .select2-selection--single .select2-selection__rendered { 
  line-height: 49px;
  color: #4e4e4e;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b { margin-top: 8px; }
.select2-container--default .select2-selection--single { 
  background-color: #eee; 
  border: none; 
}

/* some tweaks to simplify the payment method area */
.woocommerce-checkout #payment { background: none!important; }
.woocommerce-checkout #payment ul.payment_methods { border: none; }	

/* ---------- */

.woocommerce-billing-fields__field-wrapper label {
    display: none !important;
}
.woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper input {
    padding: 14px 23px;
    border: 1px solid #989898;
    background: transparent;
}
.woocommerce-billing-fields__field-wrapper p {
    width: 100% !important;
}
.woocommerce-billing-fields__field-wrapper p span.woocommerce-input-wrapper {
    width: 100% !important;
}

.woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper input:active,
.woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper input:focus,
.woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper input:checked  {
    border: 1px solid black;
    color: black;
}
.woocommerce-billing-fields h3 {
    font-size: 1.7em;
    font-family: "Cormorant", serif;
    font-weight: 900;
    margin-bottom: 40px;
    color: black;
}
.woocommerce-billing-fields h3:before {
    content: "";
    display: none;
}

/* Grid degli input field */
.woocommerce-billing-fields__field-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 9px;
    grid-column-gap: 25px;
}
/* ---- */

form.checkout.woocommerce-checkout div#customer_details {
    background: #F7F7F7;
}



/* MEDIA QUERIES --------------------- */
@media only screen and (max-width:768px) and (min-width:320px){

    /* Block Single Product */
    body {
        margin-top: 89px !important;
    }
}

@media only screen and (max-width:576px) and (min-width:320px){

    input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
        margin-bottom: 15px !important;
    }
    /* Block Single Product */
    body {
        margin-top: 75px !important;
    }
}