/*
Theme Name: Total Child Theme
Theme URI: https://your-site.com
Description: Your site description. Go to Appearance > Editor to modify this file.
Author: Your Name
Author URI: https://your-site.com
Template: Total
Version: 1.0
*/


/* HEADER */

body:not(.logged-in).woocommerce-lost-password #site-header {
	display: none !important;
}
#site-header {
	box-shadow: 0 5px 11px 0 rgba(0,0,0,0.24);
	z-index: 1;
}

#site-navigation-wrap.has-menu-underline .main-navigation-ul > li.current-menu-item > a > .link-inner {
	font-weight: bold;
}

#site-navigation-wrap.has-menu-underline .main-navigation-ul>li>a>.link-inner::after {
	bottom: 4px;
	height: 6px;
}

.header-three-aside {
	margin-top: -32.5px;
	position: absolute;
	right: 0;
	top: 50%;
	width: auto;
}

.header-aside-content > a {
	display: inline-block;
	text-decoration: none !important;
}
.header-aside-content > a:not(:first-child) {
	margin-left: 25px;
}
.header-aside-content > a.my-cart-link {
	font-size: 20px;
	position: relative;
}
.header-aside-content > a.my-cart-link .topbar-cart-link-total {
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	right: -13px;
	top: -5px;
}
.header-aside-content > a.my-cart-link.pointer-none {
	pointer-events: none;
}

#site-navigation-wrap {
	border-top: 0;
}

@media screen and (min-width: 1280px) {
	#site-header {
		padding-bottom: 10px !important;
	}
}


/* FOOTER */

.footer-widget .textwidget p, .footer-widget.widget_wpex_simple_menu a {
	line-height: 54px;
}

.footer-widget.widget_media_image {
	text-align: center;
}

.footer-widget a {
	line-height: 54px!important;
}

#footer #menu-menu-footer {
	display: flex;
	justify-content: flex-end;
}

#footer #menu-menu-footer li:first-child {
	padding-right: 20px;
}

#footer #menu-menu-footer li a {
	line-height: 26px;
}

@media screen and (min-width: 1054px) and (max-width: 1080px) {
	#footer a {
		font-size: 15px;
	}
}

@media screen and (max-width: 960px) {
	#footer #menu-menu-footer {
		justify-content: center;
	}
}
@media screen and (min-width: 956px) {
	.footer-widget.widget_wpex_simple_menu {
		text-align: right;
	}
}
@media screen and (max-width: 956px) {
	.footer-widget .textwidget, .footer-widget.widget_wpex_simple_menu {
		text-align: center;
	}
}


/* LOGIN */

.vcex-module.vcex-login-form {
    border-radius: 0;
}
.vcex-module.vcex-login-form input.button.button-primary {
    display: block;
    width: 100%;
}
.vcex-module.vcex-login-form .vcex-login-form-nav {
    font-size: 14px;
    font-style: italic;
    text-align: right;
}


/* SHOP AND OTHER */

.vc_row.vc_row-o-equal-height>.vc_column_container {
	z-index: 0;
}

body.archive.woocommerce #primary {
	padding-bottom: 75px;
}
body.single-product #primary {
	padding-bottom: 50px;
}

h2.woocommerce-loop-product__title {
	font-size: 13px !important;
	font-weight: 500;
	letter-spacing: 1px;
	color: #000000;
}

#order_review table.shop_table tbody,
#order_review table.shop_table tfoot tr.woocommerce-shipping-totals.shipping,
body.archive.woocommerce .woocommerce-notices-wrapper,
.woocommerce-checkout-payment ul.wc_payment_methods {
	display: none !important;
}

#order_review thead th {
	background: #f1f1f1;
}

#order_review tfoot td,
.woocommerce-order-details tfoot td {
	padding: 30px 0;
}

.page-header-title a {
	pointer-events: none;
}

.page-header .page-subheading {
	margin-top: 15px;
}

.products .product .product-details {
	padding: 5px !important;
}
.products .product .product-details .excerpt {
	font-size: 11px;
	color: #999999;
	line-height: 130%;
}
.products .product .product-details .excerpt p {
	margin-bottom: 0;
}

table.shop_table.woocommerce-cart-form__contents .product-thumbnail img {
	display: block;
}

/* privacy policy - CHECKOUT */
.woocommerce-privacy-policy-text,
label.woocommerce-form__label.woocommerce-form__label-for-checkbox {
	font-size: 12px;
	text-align: right;
}

.woocommerce-terms-and-conditions {
	font-size: 12px;
	font-weight: 300;
}

.woocommerce-privacy-policy-text p,
label.woocommerce-form__label.woocommerce-form__label-for-checkbox p,
.woocommerce-privacy-policy-text span,
label.woocommerce-form__label.woocommerce-form__label-for-checkbox span {
	margin-bottom: 10px;
	font-weight: 300;
	color: #000;
}

.woocommerce-privacy-policy-text input,
label.woocommerce-form__label.woocommerce-form__label-for-checkbox input {
	top: 2px;
    position: relative;
}

.woocommerce-privacy-policy-text a,
label.woocommerce-form__label.woocommerce-form__label-for-checkbox a {
	font-weight: 600;
}

/* contenitore product-review - CHECKOUT */
body.woocommerce-checkout .contenitore-checkout {
	background-color: #f1f1f1;
	padding: 18px 25px 34px;
	margin-top: 14px;
	display: block;
	clear: both;
}

.no-border-right {
	border-right: solid 1px #FFF;
}


/* box contenitore tabella - CHECKOUT */
.woocommerce-checkout-payment #place_order {
	font-size: 12px;
	letter-spacing: 2px;
	color: #ffffff;
	font-weight: normal;
	margin-top: 0;
	float: right;
    padding: 12px 34px 11px;
}

body.woocommerce-checkout .contenitore-checkout #order_review,
table.woocommerce-table.woocommerce-table--order-details {
	background-color: #fff;
	padding: 16px 18px;
}

/* testo errore/notifica - CHECKOUT */
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	font-size: 12px !important;
	font-weight: 300;
}

/* page header e distanza dal menu - CHECKOUT */
/* NB: sarà da togliere il page-header-inner in ogni pagina */
body.woocommerce-checkout header.page-header,
body.single-product .page-header-inner {
	display: none;
}

body.woocommerce-checkout #main {
	margin-top: 30px;
}

/* tabella - CHECKOUT */
h3#order_review_heading {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 15px;
}

body.woocommerce-order-received .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr:nth-child(2),
body.woocommerce-order-received .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr:nth-child(3),
body.woocommerce-view-order .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr:nth-child(2),
body.woocommerce-view-order .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr:nth-child(3),
body.woocommerce-view-order .addresses .col-2,
body.woocommerce-edit-address .addresses .col-2 {
	display: none;
}
body.woocommerce-order-received .addresses .col-1,
body.woocommerce-view-order .addresses .col-1 {
	float: none;
	margin: 0 auto;
}
/* 
.quantity.buttons_added {
	display: none;
} */

.woocommerce-cart-form__cart-item.cart_item img,
.woocommerce-table--order-details img {
	max-width: 38px;
}

.woocommerce-checkout.checkout table thead, .woocommerce-checkout.checkout table thead th,
.woocommerce-order table thead, .woocommerce-order table thead th {
	background: #fff;
}

.woocommerce-checkout.checkout table td,
.woocommerce-checkout.checkout table th,
table.woocommerce-table--order-details td,
table.woocommerce-table--order-details th,
.woocommerce-order table td,
.woocommerce-order table th {
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
}

.woocommerce-order table td,
.woocommerce-checkout.checkout table td,
table.woocommerce-table--order-details td {
	font-weight: 300;
}

.woocommerce-order table td.product-description,
.woocommerce-checkout.checkout table td.product-description,
table.woocommerce-table--order-details td.product-description {
	font-size: 10px;
}

.woocommerce-order table td.product-notes,
.woocommerce-checkout.checkout table td.product-notes,
table.woocommerce-table--order-details td.product-notes {
	font-size: 12px;
	min-width: 187px;
}

.woocommerce-order table td.product-total,
.woocommerce-checkout.checkout table td.product-total,
table.woocommerce-table--order-details td.product-total,
.woocommerce-order table td.product-price,
.woocommerce-checkout.checkout table td.product-price,
table.woocommerce-table--order-details td.product-price {
	min-width: 80px;
}
body.woocommerce-order-received .addresses .col-1, body.woocommerce-view-order .addresses .col-1 {
	margin: 0 !important;
	border: 0px;
	padding: 0px;
}

.woocommerce form .form-row textarea {
	background: #fff;
}

.woocommerce-thankyou-order-details,
.woocommerce-order-details__title {
	display: none;
}

.woocommerce .addresses {
	text-align: left !important;
}

table#addresses {
	margin-bottom: 0px !important;
}

#customer_details {
	
	display: flex;
	width: 100%;
}

.checkout_billing_container {
	width:55%;
	float: left;
	padding-right: 8px;  
	flex: 1;
	flex: 0 0 55%;
}

.content_checkout_billing_container {
	background-color: #f1f1f1;
	padding: 25px;
	height: 100%;
}

.checkout_notes_container {
	width:45%;
	float: left;
	padding-left: 8px;  
	flex: 1;
}

.content_checkout_notes_container {
	background-color: #f1f1f1;
	padding: 25px;
	height: 100%;
  
}

.woocommerce-order #customer_details h3,
.woocommerce-checkout #customer_details h3,
.checkout_billing_container .content_checkout_billing_container h2,
.form-row.notes label {
	font-size: 15px !important;
	letter-spacing: 2px;
	font-weight: bold;
}

.checkout_billing_container input,
.checkout_notes_container textarea,
.content_checkout_notes_container p,
.checkout_billing_container select,
.checkout_billing_container .select2-selection--single,
.checkout_billing_container textarea,
.content_checkout_billing_container span,
.woocommerce .woocommerce-notice { 
	background: transparent !important;
	border: 0px !important;
	padding: 0px;
	font-size: 13px !important;
	font-weight: 500;
	letter-spacing: 0.87px;
	color: #000000;
}

.checkout_billing_container input {
	background: white!important;
	max-width: 80%;
}

.checkout_billing_container input {
	padding: 5px 10px;
}

#billing_country_field span.select2-selection__rendered {
    background: white !important;
    max-width: 80%;
}

.content_checkout_billing_container span
#billing_company_field span {
	background: white!important;
	max-width: 80%;
}

.go_to_cart_checkout {
	color: #000000;
	background: #f1f1f1;
    padding: 12px 34px 11px;
	text-align: right;
	font-size: 12px;
	border: 1px solid #cccccc;
	
	letter-spacing: 2px;
	display: none;
}

.go_to_cart_checkout:hover {
	text-decoration: none;
}

body .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #000;
}

body.woocommerce-checkout .select2-selection__arrow {
	display: none;
}

.content_checkout_billing_container .select2-container--default .select2-selection--single .select2-selection__rendered,
.content_checkout_billing_container .select2-container--default .select2-selection--single .select2-selection__arrow {
	line-height: 31px;
}
.content_checkout_billing_container .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 30px;
}

.checkout_notes_container .woocommerce-additional-fields,
.checkout_notes_container .woocommerce-additional-fields__field-wrapper,
.checkout_notes_container #order_comments_field,
.checkout_notes_container textarea,
.checkout_notes_container .woocommerce-input-wrapper {
	height: 100%;
}
.checkout_notes_container textarea {
	min-height: 150px;
	background: #fff!important;
	padding: 10px;
}


.checkout_notes_container textarea,
.content_checkout_notes_container p {   
	font-weight: 300;
	line-height: 2.08;
	height: auto;
}

#order_comments_field {
	margin: 0px;
}

.checkout_billing_container label {  
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 0.87px;
	color: #000000;
	margin-bottom: 0px !important;
	padding: 0px;
	display: block;
}

.checkout_billing_container .form-row { 
	margin-bottom: 10px;
	float: left;
	flex: 0 0 30%;
}

.content_checkout_billing_container .form-row { 
	margin-bottom: 10px;
	float: left;
	flex: 0 0 30%;
}

.checkout_billing_container .form-row:nth-child(3n+2),
.content_checkout_billing_container .form-row:nth-child(3n+2) {
	flex: 0 0 40%;
}

.woocommerce-billing-fields__field-wrapper,
.content_checkout_billing_container address {
	display: flex;
	flex-flow: wrap;
}

/* Crocetta rimozione prodotti nella tabella riassuntiva per colore */
.woocommerce-checkout.checkout table .product-remove a{
	font-size: 1.5em;
	color: inherit;
	opacity: 0.45;
	text-decoration: none;
	font-weight: 400;
}


/* SINGLE PRODUCT */

.woocommerce .product .summary .price,
.single-product table.wc-bulk-variations-table td small {
	display: none !important;
}

.entry.product .new-product-title h2,
.new-description-price-area {
	font-size: 18px !important;
}
.entry.product .new-product-title h2 {
	font-weight: bold;
	margin: 0;
}
.new-description-price-area {
	align-items: baseline;
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}
.new-description-price-area .new-price .woocommerce-Price-amount.amount {
	font-weight: bold;
}
.new-description-price-area .new-description {
	font-size: 14px;
	padding-right: 15px;
}

.products .product img,
.woocommerce .product .summary .singola-tabella-colore img {
	display: block;
}

.woocommerce .product .summary {
	margin-bottom: 0px !important;
	width: 54% !important;
}
.new-long-description {
	max-width: 1200px;
	background: #fff;
	padding:17px 20px;
	clear: both;
	margin-bottom: 24px;
}
.woocommerce .product .summary .singola-tabella-colore p,
.new-long-description p,
.woocommerce .product .product_meta {
	font-size: 14px;;
    margin-left: 10px;
    display: inline-block;
}
.woocommerce .product .product_meta > span {
    display: block;
}
.new-long-description p {
	margin-bottom: 0px;
}
.woocommerce .product .summary .singola-tabella-colore img {
	margin-bottom: 30px;
}
.iconic-woothumbs-thumbnails__image-wrapper:after {
	border-color: #000 !important;
	opacity: 1;
}
@media screen and (min-width: 960px) {
	.iconic-woothumbs-all-images-wrap--thumbnails-left .iconic-woothumbs-images-wrap, .iconic-woothumbs-all-images-wrap--thumbnails-right .iconic-woothumbs-images-wrap {
		width: 78% !important;
	}
}

.woocommerce-product-details__short-description {
	padding-top: 15px;
}

.woocommerce .product .product_meta {
	margin-bottom: 45px;
}
.woocommerce .product .product_meta > span {
	display: block;
	padding-left: 10px;
}
.woocommerce .product .product_meta .t-label {
	font-weight: bold;
}
.woocommerce .product .product_meta > span.sku_wrapper {
	margin-right: 15px;
}

div.wc-bulk-variations-table-wrapper {
	margin-bottom: 45px;
}
.single-product table.wc-bulk-variations-table tbody {
	font-size: 14px;
}
.single-product table.wc-bulk-variations-table td span.no-image {
	line-height: 50px !important;
}
.single-product table.wc-bulk-variations-table .wcbvp_quantity {
	border: 1px solid #eee !important;
	line-height: 38px;
	padding-left: 8px;
	width: 40%;
}
.single-product table.wc-bulk-variations-table .woocommerce-Price-amount {
	display: inline-block;
	line-height: 50px;
	text-align: right;
	width: 60%;
}
.single-product table.wc-bulk-variations-table th {
	text-align: center;
}
.single-product table.wc-bulk-variations-table tbody tr td:nth-child(2) span.no-image {
	display: block;
	text-align: center;
}
table.wc-bulk-variations-table td:first-child img,
table.wc-bulk-variations-table #product-row-variation-images td img,
table.shop_table.woocommerce-cart-form__contents .product-thumbnail img {
	float: none;
	display: block;
	height: 50px !important;
	object-fit: cover;
	width: 50px !important;
}

.woocommerce .upsells.products > h2,
section.related.products > h2 {
	font-size: 16px !important;
	letter-spacing: 0.8px !important;
	padding-top: 30px;
	text-align: left;
	text-transform: none;
	margin-bottom: 15px;
}





@media screen and (max-width: 1024px) {
	.content_checkout_billing_container .form-row,
	.checkout_billing_container .form-row:nth-child(3n+2), 
	.content_checkout_billing_container .form-row:nth-child(3n+2) {
		flex: 0 0 50%;
	}
}
@media screen and (max-width: 768px) {
	.content_checkout_billing_container .form-row,
	.checkout_billing_container .form-row:nth-child(3n+2), 
	.content_checkout_billing_container .form-row:nth-child(3n+2) {
		flex: 0 0 100%;
	}
	
	.checkout_billing_container input,
	.content_checkout_billing_container span
	#billing_company_field span {
		max-width: 100%;
	}
	.checkout_billing_container,
	.checkout_notes_container {
		width: 100%;
		flex: 0 0 100%;
	}
	#customer_details {
		
		flex-wrap: wrap;
	}
	.checkout_billing_container {
		padding-right: 0px;
	}
	.col.checkout_notes_container {
		padding-left: 0px;
		padding-top: 20px;
	}
}
@media screen and (min-width: 956px) {
	.woocommerce .product .summary {
		margin-top: -39px;
	}
	.new-description-price-area {
		width: 52%;
	}
}
@media screen and (max-width: 956px) {
	body.single-product.woocommerce .product .summary {
		float: none;
		width: 100% !important;
	}
}

/* Limitazione altezza video in galleria modale */
.iconic-woothumbs-fullscreen-video-wrapper {
    max-width: 52vh !important;
}

/* Su desktop limito immagini di 1px per allinearle a griglia */
@media screen and (min-width: 957px){
	.iconic-woothumbs-images__slide img{
		max-height: 663px;
	}
}

/* Colore icone freccine alto e basso in galleria anteprime */
.iconic-woothumbs-icon-down-open-mini,
.iconic-woothumbs-icon-up-open-mini,
.iconic-woothumbs-icon-right-open-mini,
.iconic-woothumbs-icon-left-open-mini
{
	color: black !important;
}


/* Con WooCommerce 10 nascondiamo i bottoni show/hide psw incompatibili col tema attuale */
.show-password-input {
	display: none;
}



/* checkout *//* 
.woocommerce-checkout.checkout .col2-set .col-2 {
	width: 100% !important;
} */

/* flex table */
 	/*.checkout-table-custom div {
		box-sizing: border-box;
  	}
  

 	.checkout-table-custom .header {
		background: #fff;
  	}
  

 	.checkout-table-custom .header .flex-row {
		font-weight: 600;
  	}
  
  	.checkout-table-custom .table-container {
		display: block;
		width: 100%;
		max-width: 100%;
  	}
  
  	.checkout-table-custom .flag-icon {
		margin-right: 0.1em;
  	}
  
  	.checkout-table-custom .flex-table {
		display: flex;
		flex-flow: row wrap;
		border-left: solid 1px #d9d9d9;
		transition: 0.5s;
  	}

  	.checkout-table-custom .flex-table:first-of-type {
		border-top: solid 1px #d9d9d9;
  	}

  	.woocommerce-billing-fields__field-wrapper input.input-text {
		border-bottom: 1px #333 solid !important;
	}

	.woocommerce form label {
		color: #333 !important;
		font-size: 12px;
	}

	.checkout-table-custom .flex-row {
		width: calc(100% / 10);
		text-align: center;
		padding: 0.5em 0.5em;
		border-right: solid 1px #d9d9d9;
		border-bottom: solid 1px #d9d9d9;
  	}
  

	.checkout-table-custom .flex-row.product-remove {
		flex: 0 auto;
  	}
  
  	.checkout-table-custom .rowspan {
		display: flex;
		flex-flow: row wrap;
		align-items: flex-start;
		justify-content: center;
  	}
  
  	.checkout-table-custom .column {
		display: inline-flex;
		flex-flow: column wrap;
		width: 75%;
		padding: 0;
		width: min-content;
  	}
  	.checkout-table-custom .column.flex-row {
		display: flex;
		flex-flow: row wrap;
		width: 100%;
		padding: 0;
		border: 0;
		border-bottom: solid 1px #d9d9d9;
  	}
  	.checkout-table-custom .column.flex-row:hover {
		background: #F5F5F5;
		transition: 500ms;
  	}
  
  	.checkout-table-custom .flex-cell {
		width: calc(100% / 3);
		text-align: center;
		padding: 0.5em 0.5em;
		border-right: solid 1px #d9d9d9
	}
  
  	@media all and (max-width: 767px) {
		.checkout-table-custom .flex-row {
			width: calc(100% / 3);
		}

		.checkout-table-custom .flex-row.first {
			width: 100%;
		}
	
		.checkout-table-custom .column {
			width: 100%;
		}
  	}
  
  	@media all and (max-width: 430px) {
	
		.checkout-table-custom .flex-table.flex-row {
			border-bottom: 0;
		}
		.checkout-table-custom .flex-table.flex-row:last-of-type {
			border-bottom: solid 1px #d9d9d9;
		}
		
		.checkout-table-custom .header.flex-row {
			border-bottom: solid 1px;
		}
		
		.checkout-table-custom .flex-row {
			width: 100%;
		}
		.checkout-table-custom .flex-row.first {
			width: 100%;
			border-bottom: solid 1px #d9d9d9;
		}
	
		.checkout-table-custom .column {
			width: 100%;
		
		}
		.checkout-table-custom .column .flex-row {
			border-bottom: solid 1px #d9d9d9;
		}
	
		.checkout-table-custom .flex-cell {
			width: 100%;
		}
  	}*/