/* 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: Cormorant, sans-serif;
    color: #000000;
    margin-bottom: 30px;
	font-size: 3.5em !important;
}
.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 .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;
}
.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-block !important;
}
.shop_table.woocommerce-cart-form__contents tr.woocommerce-cart-form__cart-item 
    td.product-quantity a  {
    vertical-align: middle;
    padding: 0 10px;
}
.tr-total #coupon_code{
	min-width: 180px;
}
.woocommerce ul.products li.product a img{
    margin: 0 0 0.5em;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
	padding: 0 0;
}
.category-in-archive{
	font-style: normal;
    font-size: 0.75em;
    text-transform: capitalize;
}
/* 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;
}

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

body.tax-product_cat .woocommerce-products-header, body.tax-product_cat .term-description {
    width: 100%;
    text-align: center;
    padding: 20px 0px;
    text-transform: none;
}

body.tax-product_cat .woocommerce-products-header{
	text-transform: capitalize;
}
.payment_method_xpay img{
    height: 40px !important;
    max-width: initial!important;
    width: auto !important;
    max-height: 50px !important;
}
.woocommerce-additional-fields__field-wrapper label[for="phisical_shipping_N"],
.woocommerce-additional-fields__field-wrapper label[for="phisical_shipping_Y"]{
   display: inline-block !important;
   margin-left: 9px;
}
/* Fancy Subscribe Now Btn */
#place_order {
  background-color: black;
  border: transparent;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.28) 0px 2px 8px 0px;
  border-radius: 0px;
}

#place_order:hover { background-color: white; color: black; border: 1px solid black; }

/* 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%; 
  }
  .woocommerce-checkout h3#order_review_heading , .woocommerce-checkout .woocommerce h3#order_review , .woocommerce-checkout .woocommerce-page h3#order_review  { 
    font-size: 2.625em !important;
    font-family: "Cormorant", serif;
  }
  .woocommerce-info a {
      font-style: normal;
      font-size: 1.25em;
  }
  .woocommerce-privacy-policy-link {
    font-size: 1.25em;
    text-decoration: underline;
    font-style: normal;
  }
}

/* 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], input[type=text], 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, .woocommerce-additional-fields__field-wrapper label {
    display: none !important;
}
.woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper input,
.woocommerce-additional-fields__field-wrapper .woocommerce-input-wrapper input{
    padding: 14px 23px;
    border: 1px solid #989898;
    background: transparent;
}
.woocommerce-billing-fields__field-wrapper p, .woocommerce-additional-fields__field-wrapper p {
    width: 100% !important;
}
.woocommerce-billing-fields__field-wrapper p span.woocommerce-input-wrapper,
.woocommerce-additional-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,
.woocommerce-additional-fields__field-wrapper .woocommerce-input-wrapper input:active,
.woocommerce-additional-fields__field-wrapper .woocommerce-input-wrapper input:focus,
.woocommerce-additional-fields__field-wrapper .woocommerce-input-wrapper input:checked{
    border: 1px solid black;
    color: black;
}
.woocommerce-billing-fields h3, .woocommerce-additional-fields h3, p.shipping-title {
    font-size: 1.7em;
    font-family: "Cormorant", serif;
    font-weight: 900;
	margin-top: 12px;
    margin-bottom: 20px;
    color: black;
}
.woocommerce-billing-fields h3:before, .woocommerce-additional-fields__field-wrapper h3 {
    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;
}
.woocommerce-additional-fields__field-wrapper{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 9px;
    grid-column-gap: 25px;	
}
.woocommerce-additional-fields__field-wrapper :nth-child(9) {
  grid-column: 1/3;
}
.woocommerce-additional-fields__field-wrapper :nth-child(16) {
  grid-column: 1/3;
}

.woocommerce-additional-fields__field-wrapper textarea{
	min-height: 165px;
	padding: 12px;
}
/* ---- */

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

/* Woocommerce Gift Home (Shop) */
.archive-shop-breadcrumb h1.woocommerce-products-header__title {
    font-family: "Cormorant", serif;
    color: black;
}
.archive-shop-breadcrumb .page-description {
    display: flex;
    justify-content: center;
}
.archive-shop-breadcrumb .page-description p {
    flex: 0 0 45%;
}
.archive-shop-breadcrumb .woocommerce-ordering select{
    padding: 12px 20px;
    background: transparent;
    border: 1px solid #000000;
    cursor: pointer;
    font-weight: 900;
    font-size: 1.35em !important;
    color: black !important;
    font-family: "Cormorant", serif;
}
.archive-shop-breadcrumb .woocommerce-loop-product__title {
    font-weight: 900;
    font-style: normal;
    font-size: 1.15em !important;
    font-family: "Cormorant", serif;
    min-height: 52px;
    color: #000000;
    margin-bottom: 22px !important;
}
.archive-shop-breadcrumb .woocommerce-loop-product__title + span {
    color: black !important;
    font-weight: 600 !important;
    font-size: 1em !important;
    margin-bottom: 40px !important;
    font-style: normal;
}

.archive-shop-breadcrumb .button.product_type_simple {
    background: white;
    border: 1px solid black;
    border-radius: 0;
    font-size: 1.15em;
    font-style: normal;
    color: black;
}
.archive-shop-breadcrumb .button.product_type_simple:hover {
    color: white;
    background: black;
}
.archive-shop-breadcrumb li.product.type-product a:not(:first-of-type) {
}

.archive-shop-breadcrumb li.product.type-product a:nth-of-type(2) {
    font-size: 1.15em;
    font-style: normal;
    color: black;
    margin-right: 25px;
	display: inline-block;
}

.cart-main-content {
    min-width: 380px;
    color: black;
    padding: 20px 20px;
    background: rgb(240, 240, 240);
	position: absolute;
	right: 0;
}
.cart-main-content li.woocommerce-mini-cart-item a {
    margin-bottom: 20px;
}
.cart-main-content li.woocommerce-mini-cart-item a:nth-of-type(1) {
    color: #000000 !important;
    font-size: 3em;
    font-style: normal;
    display: inline-block;
    float: right !important;
    line-height: 0;
    padding-top: 6px;
    border-radius: 0;
	margin-bottom: 0px;
}
.cart-main-content li.woocommerce-mini-cart-item a:nth-of-type(1):hover {
    background: none;
}
.cart-main-content li.woocommerce-mini-cart-item a:nth-of-type(2) {
    display: inline-block;
    color: black;
    font-family: "Nunito", sans-serif;
    font-size: 1em;
    font-style: normal !important;
}
.cart-main-content li.woocommerce-mini-cart-item a:nth-of-type(2) + span{
    display: block;
    position: absolute;
    left: 82px;
    bottom: 6px;
    font-size: .875em;
}
.cart-main-content .woocommerce-mini-cart__buttons a, .cat-btn-main, .woocommerce-message a {
    background: white !important;
    border: 1px solid black !important;
    border-radius: 0 !important;
    font-size: 1.15em;
    font-style: normal !important;
    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;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}
.cart-main-content .woocommerce-mini-cart__buttons a:hover, .cat-btn-main:hover, .woocommerce-message a:hover {
    color: white !important;
    background: black !important;
}
.cart-main-content .woocommerce-mini-cart__buttons a:first-of-type {
    margin-right: 15px;
}
.cart-main-content ul.woocommerce-mini-cart.cart_list {
    display: flex;
    flex-direction: column;
}
.cart-main-content ul.woocommerce-mini-cart.cart_list li {
    padding-top: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.28);
    position: relative;
}
.cart-main-content .rounded{
    font-family: "Cormorant", serif;
    color: black;
    font-size: 2.625em;
    display: none;
}
.cart-main-content p.woocommerce-mini-cart__total {
    margin: 18px 0;
    font-size: 1.1em;
    color: black;
}
.cart-main-content a.added_to_cart.wc-forward {
    color: black;
    font-style: normal;
    font-size: 1.15em;
}

ul.cart_list li img, ul.product_list_widget li img {
    float: left !important;
    margin-right: 15px;
    width: 64px !important;
	height: auto;
}
.cart-item.opened #open-the-cart{
    max-width: 165px;
}
.product-quantity .minus.qty, .product-quantity .plus.qty, .product-template-default .minus.qty, .product-template-default .plus.qty{
    float: left;
    background-color: transparent;
    border: 1px solid #333;
    width: 26px;
    height: 26px;
    max-width: 26px !important;
    padding: 0;
    margin-top: 0px;
	margin-right: 4px;
}
.product-template-default .minus.qty, .product-template-default .plus.qty{
    margin-top: -23px;
	margin-bottom: 12px;
	
}
.product-quantity .plus.qty, .product-template-default .plus.qty{
	float: right;
	margin-left: 4px;
}
.product-quantity .quantity, .product-template-default .quantity{
	display: inline-block !important;
    width: auto !important;
}
.product-template-default .cart{
	width: auto;
	display: inline-block;
	position: relative;
}
.woocommerce-order-details h2, .woocommerce-customer-details h2{
	font-family: 'Cormorant', sans-serif !important;
	font-size: 2.625em !important;
}
.cart-count{
	padding-left: 5px;
}

.woocommerce a.added_to_cart{
	display: none !important;
}
.woocommerce-additional-fields__field-wrapper, .woocommerce-billing-fields__field-wrapper{
	display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.woocommerce form .form-row:not(.place-order){
	margin: 0px 0px 11px;
    width: 48% !important;
    flex-grow: 1;
    justify-content: space-between;
    text-align: center;
}
.woocommerce form .form-row.thwcfd-field-textarea{
	width: 100% !important;
}
.woocommerce form .form-row.place-order{
    flex-grow: 1;
    justify-content: space-between;
	text-align: left;
	width: 100% !important;
}


/*.woocommerce a.added_to_cart {
    padding-top: .5em;
    display: inline-block;
    display: block !important;
    margin-right: 59px;
    text-align: right;
    font-size: 1.35em;
    margin-top: 11px;
}*/

/* MEDIA QUERIES --------------------- */
@media only screen and (max-width:991px) and (min-width:320px){
	.archive-shop-breadcrumb li.product.type-product a:not(:first-of-type){
		display: block;
	}
	.cart-item.opened {
		right: 15px;
	}
	.archive-shop-breadcrumb .woocommerce-loop-product__title {
		line-height: 34px !important;
	}
	/*.woocommerce a.added_to_cart {
		text-align: left;
		margin-top: 7px;
		font-family: 'Cormorant', serif;
		font-style: normal;
		font-size: 1.2em;
		padding-left: 1em;
	}*/
}
@media only screen and (max-width:768px) and (min-width:320px){

    /* Block Single Product */
    body {
        margin-top: 65px !important;
    }
	.wc-proceed-to-checkout{
		display: block;
	}
	.wc-proceed-to-checkout a, .checkout-button{
		float: left !important;
		width: 50% !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;
    }
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
		width: 100%;
		float: none;
		clear: both;
		margin: 0 0 2.992em;
	}	
	
}
@media only screen and (max-width: 576px) and (min-width: 320px) {
    .navbar.main-nav .insta-logo-mobile {
        min-width: auto!important;
    }
    .inst-link-top {
        position: initial;
    }
    .navbar.main-nav .main-cont-dropdown {
        left: 72%;
        position: absolute;
        z-index: 9999;
        top: inherit;
    }
    .navbar.main-nav .item-main-logo{
        margin: 0 auto!important;
        display: table;
    }
    ul.nav li.insta-logo-mobile{
        display: flex!important;
        justify-content: flex-end;
    }
    .main-menu-cont {
        top: 60px;
    }
    .scrolled-menu-top.fixed-scrolled-menu{
        top: 63px;
    }
    .second-level-menu.scrolled-menu-top {
        z-index: 99999 !important;
    }
    .third-level-menu.scrolled-menu-top.fixed-scrolled-menu {
        top: 110px;
        padding-top: 10px;
    }
    .third-level-menu.scrolled-menu-top.fixed-scrolled-menu:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        box-shadow: 0px 0 10px rgba(0, 0, 0, 0.8);
        z-index: 100;
    }
	.category-descr{
		height: auto !important;
	}
    .d-sm-inline-block {
		display: inline-block!important;
	}
	.main-product-elements h2{
		line-height: 38px !important;
	}
	.main-product-elements p{
		height: auto !important;
		margin-bottom: 18px;
	}
	.main-product-elements .single-archive-block{
		margin-bottom: 1.35rem!important;
	}
	.archive-shop-breadcrumb .woocommerce-loop-product__title + span {
		margin-bottom: 24px !important;
	}
}

@media only screen and (max-width: 480px) and (min-width: 320px) {
	.tr-total #coupon_code{
		min-width: inherit !important;
	}
	.woocommerce-cart-form .shop_table tr.tr-total div.cart_totals table.shop_table tr.order-total {
		justify-content: space-between;
		left: 0%;
		padding: 13px 0px 13px 13px !important;
	}
	.shop_table.woocommerce-cart-form__contents tr.woocommerce-cart-form__cart-item td.product-name a{
		font-size: 1em;
	}
	.woocommerce-cart-form .shop_table tr.tr-total div.cart_totals table.shop_table tr.order-total,
	.shop_table.woocommerce-cart-form__contents tr.woocommerce-cart-form__cart-item td.product-price{
		font-size: 1.25em;
	}
	a.button.checkout-button {
		padding: 15px 9px !important;
	}
}