/*
Theme Name: webMT
Theme URI: https://www.webmt.it/
Author: webmt SRLS
Author URI: https://www.webmt.it/
Description: webMT Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: webMT

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/



/***** style ****/

/*
@font-face {
  font-family: "Medilazar";
  src: url("fonts/MedilazarRegular.eot");
  src: url("fonts/MedilazarRegular.eot") format("embedded-opentype"), url("fonts/MedilazarRegular.woff2") format("woff2"), url("fonts/MedilazarRegular.woff") format("woff"),
    url("fonts/MedilazarRegular.ttf") format("truetype"), url("fonts/MedilazarRegular.svg#MedilazarRegular") format("svg");
    font-weight: 400;
}

@font-face {
  font-family: "Medilazar";
  src: url("fonts/MedilazarMedium.eot");
  src: url("fonts/MedilazarMedium.eot") format("embedded-opentype"), url("fonts/MedilazarMedium.woff2") format("woff2"), url("fonts/MedilazarMedium.woff") format("woff"),
    url("fonts/MedilazarMedium.ttf") format("truetype"), url("fonts/MedilazarMedium.svg#MedilazarMedium") format("svg");
  font-weight: 500;
}

@font-face {
  font-family: "Medilazar";
  src: url("fonts/MedilazarBold.eot");
  src: url("fonts/MedilazarBold.eot") format("embedded-opentype"), url("fonts/MedilazarBold.woff2") format("woff2"), url("fonts/MedilazarBold.woff") format("woff"),
    url("fonts/MedilazarBold.ttf") format("truetype"), url("fonts/MedilazarBold.svg#MedilazarBold") format("svg");
  font-weight: 600;
}
*/


html {
/*   font-family: Medilazar, Helvetica Neue, helvetica, arial, sans-serif; */
  line-height: 1.875;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body{
	margin: 0px;
/* 	font-family: Medilazar,Helvetica Neue,helvetica,arial,sans-serif; */
	font-weight: 400;
	letter-spacing: 0;
}

button,
input,
optgroup,
select,
textarea {
/*   font-family: Medilazar, Helvetica Neue, helvetica, arial, sans-serif; */
  font-size: 100%;
  line-height: 1.875;
  margin: 0;
}


/***** header ***/


.elementor-menu-cart__toggle_button{
	border: none !important;
}


 .woocommerce .yith-wcwl-add-to-wishlist a.single_add_to_wishlist{
	width: 34px;
    height: 34px;
    border-radius: 50%;
    position: relative;
    white-space: nowrap;
    font-size: 16px;
    margin-bottom: 5px;
    background-color: #f3f5f9;
    border: 1px solid #f3f5f9;
    float: right;
}

.woocommerce .yith-wcwl-add-to-wishlist a.single_add_to_wishlist i{
	position: relative;
	left: 8px;
	top: 2px;
	color: #1d2a38;
}

 .woocommerce .yith-wcwl-add-to-wishlist a.single_add_to_wishlist:hover{
    background-color: var(--e-global-color-primary);
}

.woocommerce .yith-wcwl-add-to-wishlist a.single_add_to_wishlist:hover i{
    color: white;
}

 .yith-wcwl-wishlistexistsbrowse .feedback,  .yith-wcwl-wishlistaddedbrowse .feedback{
	width: 34px;
    height: 34px;
    border-radius: 50%;
    position: relative;
    white-space: nowrap;
    font-size: 16px;
    margin-bottom: 5px;
    background-color: #f3f5f9;
    border: 1px solid #f3f5f9;
    float: right;
}

 .yith-wcwl-wishlistexistsbrowse .feedback i,  .yith-wcwl-wishlistaddedbrowse .feedback i{
	position: relative;
	left: 8px;
	top: 2px;
	color: var(--e-global-color-primary);
}

 .yith-wcwl-wishlistexistsbrowse .feedback:hover,  .yith-wcwl-wishlistaddedbrowse .feedback:hover{
    background-color: var(--e-global-color-primary);
}

 .yith-wcwl-wishlistexistsbrowse .feedback:hover i,  .yith-wcwl-wishlistaddedbrowse .feedback:hover i{
	color: white;
}

/*
 .add_to_cart_button {
    font-size: 13px;
    font-size: .8125rem;
    margin-right: auto;
    align-items: center;
    font-weight: 700;
    white-space: nowrap;
    text-transform: uppercase;
    width: auto;
    height: auto;
    display: flex;
    padding: 0 20px 0 0;
    transition: all .3s ease;
}
*/

.shop-action .add_to_cart_button{
	padding: 0.8rem 1rem 0.8rem 1rem !important;
}

.add_to_cart_button .elementor-button-content-wrapper{
	background: white; /* default color */

    /* "to left" / "to right" - affects initial color */
    background: linear-gradient(to left, white 50%, var(--e-global-color-primary) 50%) right;
    background-size: 200%;
    transition: .3s ease-out;
    border-radius: 50px;
}

.add_to_cart_button .elementor-button-content-wrapper:hover {
    background-position: left;
    color: white;
}


.add_to_cart_button .elementor-button-icon {
  height: 40px;
  width: 40px;
  background-color: var(--e-global-color-primary);
  border-radius: 50px;
  color: white;
  min-width: 40px;
  min-height: 40px;
}

.add_to_cart_button .elementor-button-icon i{
  position: relative;
  top: 10px;
 }
 
 
.add_to_cart_button .elementor-button-content-wrapper {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.add_to_cart_button .elementor-button-content-wrapper .elementor-button-text{
	margin-right: 10px;
}

.woocommerce a.added_to_cart {
  padding: 0px;
  text-align: center;
  width: 100%;
}

.woocommerce div.product p.price{
	font-size: 2em;
	margin: 0px;
}

.elementor-share-btn{
	width: 34px !important;
	height: 34px !important;
}

.single_add_to_cart_button{
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.5em;
	color: white;
	background-color: ;
	border-style: none;
	border-radius: 30px 30px 30px 30px;
	padding: 0.8rem 2rem 0.8rem 2rem;
}

/*
 .add_to_cart_button .elementor-button-text:before {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    transition: all .3s;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-right: 5px;
    z-index: 1;
}

 .add_to_cart_button:before{
	content: "";
}

 .add_to_cart_button:hover {
    color: #fff;
    background-size: 100% 100%;
}
*/

.icon-shadow .elementor-icon{
	box-shadow: 0 3px 7px rgba(0,0,0,.11);
	border-width: 0;
	padding: .35em;
}

/***** form style ******/

.wpcf7-form input[type="text"], .wpcf7-form input[type="email"]{
	width: 100%;
	display: block;
	font-size: 14px;
	letter-spacing: 0;
	padding: .64rem 1rem;
	border-radius: 4px;
	border: 2px solid #e6e6e6;
	background-color: #fff;
	transition: all .3s ease;	
}

.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
  opacity: .5;
}


/******* whistlist ******/

.wishlist_table tr:not(:last-child) {
  border-bottom: 1px solid #e3e3e3;
}

.woocommerce table.wishlist_table tbody td {
  padding-top: 40px;
  padding-bottom: 30px;
}

.wishlist_table tr td.product-remove {
  padding: 16px 0;
    padding-top: 16px;
    padding-bottom: 16px;
}

.wishlist_table .product-remove {
  width: 30px;
}

.wishlist_table tbody td, table.wishlist_table thead th {
  border-color: #e7e7e7;
}

.wishlist_table tr td {
  text-align: left;
}

.wishlist_table tr td.product-thumbnail a img {
  width: 100%;
}

.woocommerce .wishlist_table table{
  border: none !important;
}

.woocommerce .wishlist_table .wishlist-title{
	display: none;
}

.wishlist_table .product-thumbnail {
  width: 130px;
}

.wishlist_table tr td.product-thumbnail a {
  display: block;
  border: none;
  max-width: 130px !important;
}

.wishlist_table table{
	font-size: 100% !important;
	font-weight: 300;
}

.woocommerce .wishlist_table table th {
  font-weight: 300;
  line-height: 1.5em;
}

.woocommerce .wishlist_table table thead {
  display: none;
}

 .product-quantity .minus,  .product-quantity .plus{
  display: none;
}



/******** widget ********/

.elementor-widget-sidebar .widget{
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 6px;
  position: relative;
  padding-bottom: 12px
}

.elementor-widget-sidebar .widget h3.widget-title{
	border-bottom: 1px solid #e6e6e6;
	padding: 12px 0px 12px 25px;
	margin-top: 10px;
	font-weight: 500;
}

.elementor-widget-sidebar .widget ul.woocommerce-widget-layered-nav-list{
	padding-left: 25px;
}

.elementor-widget-sidebar .widget form{
	padding: 12px 25px;	
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce .widget_price_filter .ui-slider .ui-slider-range{
	background-color: #000;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 1em;
  background-color: #e6e6e6;
  border: 0;
}

.elementor-widget-sidebar .widget.current-cat a {
  font-weight: 700 !important;
  text-decoration: underline;
}

.product_list_widget li, .widget_recently_viewed_products li {
  display: flex;
  width: 100%;
  align-items: center;
}

.product_list_widget li .product-thumbnail, .widget_recently_viewed_products li .product-thumbnail {
  margin-right: 20px;
  max-width: 100px;
  width: auto;
}

.product_list_widget li .product-content, .widget_recently_viewed_products li .product-content {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img{
	float: left;
	margin-left: 4px;
	width: 100px;
	height: auto;
	box-shadow: none;
}

.product_list_widget li .product-title, .woocommerce-product-list-3 li .product-title {
  font-size: 14px;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1;
  font-family: inherit;
  color: #1d2a38;
  display: block;
  margin-top: 10px;
}

.woocommerce ul.product_list_widget li a {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
}

.woocommerce ul.product_list_widget li .woocommerce-Price-amount{
  position: relative;
  right: 150px;
  top:25px;
}

/***** product page *******/


.adding_info table.shop_attributes{
	border: 0px;
}

.woocommerce .adding_info table.shop_attributes tr{
	background-color: white;
}

.woocommerce .adding_info table.shop_attributes th{
	padding: 0px;
	text-align: left;
	border: 0px;
	width: 100px;
}

.woocommerce .adding_info table.shop_attributes td{
	padding: 0px;
	text-align: left;
	border: 0px;
}

.product_meta .detail-label{
	width: 100px;
	display: inline-block;
}

.ean_wrapper .ean{
	margin-left: 70px;
}

.product-description-section table th{
	color: #1d2a38;
	text-align: left;
	font-weight: 500;
}

.product-description-section table th, .product-description-section table td{
	border: 1px solid #e6e6e6;
	padding: .4em;
}

.product-description-section tbody > tr:nth-child(2n+1){
  background-color: rgba(245,246,250,.7);
}

.product-description-section table{
  border-collapse: collapse;
  margin: 0;
  width: 100%;
  margin: 0 0 1.5em;
}

/***** button ****/

.related.products .add_to_cart_button, .woocommerce #respond #commentform input#submit, .woocommerce a.wc-backward, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce .products .add_to_cart_button{
	background-color: var(--e-global-color-primary);
	border-radius: 50px;
	color: white;
	font-weight: 400;
	padding: 0.8rem 2rem;
	border: 2px solid var(--e-global-color-primary);
	text-transform: uppercase;
}

.related.products .add_to_cart_button:hover, .woocommerce #respond #commentform input#submit:hover, .woocommerce a.wc-backward:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce .products .add_to_cart_button:hover{
	background-color: white;
	border-radius: 50px;
	color: var(--e-global-color-primary);
	font-weight: 400;
}

.woocommerce .price_slider_amount button{
	background-color: white;
	border-radius: 12px;
	color: var(--e-global-color-primary);
	font-weight: 400;
	padding: 0.3rem 1rem;
	border: 2px solid var(--e-global-color-primary);
	text-transform: uppercase;
}

.woocommerce .cart .coupon button, .woocommerce .cart .actions button{
	background-color: white;
	border-radius: 50px;
	color: var(--e-global-color-primary);
	font-weight: 400;
	padding: 0.65rem 1rem !important;
	border: 2px solid var(--e-global-color-primary);
	text-transform: uppercase;
}

.woocommerce .cart .coupon button:hover, .woocommerce .cart .actions button:hover{
	background-color: var(--e-global-color-primary);
	color:white;
}

#coupon_code{
	width: 180px;
	border-radius: 4px;
	border: 2px solid #e6e6e6;
}

.woocommerce .price_slider_amount button:hover{
	background-color: var(--e-global-color-primary);
	color: white;
}


/***** quantity input *****/

 .quantity {
 display:flex;
 align-items:center;
 justify-content:center;
 width:max-content;
 margin-right:auto;
 flex-wrap:nowrap;
 position:relative;
 border-radius:30px;
 border:2px solid #e6e6e6
}
 .quantity .quantity-action {
 padding:5px;
 width:40px;
 height:36px;
 line-height:36px;
 border-radius:0;
 display:flex;
 justify-content:center;
 align-items:center;
 cursor:pointer
}
 .quantity .quantity-action:active,
 .quantity .quantity-action:focus,
 .quantity .quantity-action:hover {
 outline:none;
 box-shadow:none;
 color:#000
}
 .quantity input[type="number"] {
 border:0px;
}
 .quantity input[type=number] {
 padding:0;
 width:60px;
 height:36px;
 margin-top:0;
 margin-left:-1px;
 margin-right:-1px;
 font-size:18px;
 font-size:1.125rem;
 line-height:36px
}
@media(max-width:767px) {
 table.cart:not(.wishlist_table) .quantity {
  margin-right:0;
  margin-left:auto
 }
}
table.cart:not(.wishlist_table) td.actions {
 padding-left:0
}

.quantity .qty {
  text-align: center;
  padding: 0;
  -moz-appearance: textfield;
}

/**** cart ****/

.woocommerce table.shop_table tbody th, .woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination{
	font-weight: 400 !important;
	color: #1d2a38 !important;	
}

.cart-collaterals::after, .cart-collaterals::before {
  content: "";
  display: block;
  height: 10px;
  width: 100%;
  background-color: transparent;
  background-size: 20px 20px;
  background-position: 0 10px,40px 40px;
  background-image: radial-gradient(closest-side,transparent 9px,#f8f8f8 100%);
}

.woocommerce-cart .cart-empty::before {
  color: #d7d7d7;
  font-size: 145px;
  font-size: 5rem;
  display: block;
  line-height: 1.45;
  margin-left: -25px;
  position: absolute;
  top: -81px;
  left: 48%;
  content: "\f07a";
  font-family: "FontAwesome";
}

.woocommerce .return-to-shop{
	width: 100%;
	text-align: center;
}

.cart-empty.woocommerce-info {
  width: 100%;
  text-align: center;
  color: black;
  background-color: white;
  font-size: 1.5rem;
  font-weight: 300px;
  margin-bottom: 0px;
}

.woocommerce-notices-wrapper {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message, .woocommerce-noreviews, .woocommerce-notice, p.no-comments {
  padding: 1em 1.618em;
  background-color: #0f834d;
  margin-left: 0;
  border-radius: 6px;
  color: #fff;
  clear: both;
  border-top: 0px;
  padding-left: 45px;
}

.woocommerce .woocommerce-message .button{
	color: white;
	background-color: transparent;
	border: 1px solid white;
	font-weight: 500;
}

.woocommerce .woocommerce-message .button:hover{
	color: #0f834d;
	background-color: white;
	border: 1px solid #0f834d;
	font-weight: 500;
}

.woocommerce-message::before {
  content: "\e015";
  color: white;
}

.woocommerce table.shop_table{
	border: none;
}

.woocommerce table.woocommerce-cart-form__contents tr:first-child td{
  border-top: 0;
}

.woocommerce table.woocommerce-cart-form__contents{
	border: none;
	width: 98%
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img{
	width: 100px;
}

table.shop_table .product-name a {
  color: #1d2a38;
}

@media (min-width: 992px){
	.woocommerce-cart .woocommerce-cart-form {
	  flex: 0 0 66.66667%;
	  max-width: 66.66667%;
	}
	
	.cart-collaterals{
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	
	.woocommerce-cart .woocommerce{
		display: flex;
		flex-wrap: wrap;
	}
	
	.cart-collaterals .cart_totals {
	  width: 100% !important;
	  padding: 45px;
	  background-color: #f8f8f8;
	}
}

/***** checkout ****/

.woocommerce-checkout .woocommerce-info .showcoupon{
	color: white;
}



#place_order{
	background-color: #eb3a7b;
	border-radius: 50px;
	color: white;
	font-weight: 400;
	padding: 0.8rem 2rem;
	border: 2px solid #eb3a7b;
	text-transform: uppercase;
}

#place_order:hover{
	background-color: #da165e;
	border: 2px solid #da165e;
}

#order_review label {
  display: block;
  font-weight: 600;
  margin-bottom: 1.5rem;
  font-size: 14px;
  font-size: .875rem;
  color: #1d2a38;
}

input[type="color"], input[type="date"], input[type="datetime-local"], input[type="datetime"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="range"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea {
  width: 100%;
  display: block;
  font-size: 14px;
  letter-spacing: 0;
  padding: .64rem 1rem;
  border-radius: 4px;
  border: 2px solid #e6e6e6;
  background-color: #fff;
  transition: all .3s ease;
  color: #7d879c;
}

.woocommerce-billing-fields label {
  margin-top: 23px;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: .875rem;
  color: #1d2a38;
}

table.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #1d2a38;
}

.select2.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 43px !important;
}

.select2-container--default .select2-selection--single {
  border-color: #e6e6e6 !important;
  border-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  border-width: 2px;
  height: 50px !important;
}

.select2.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 43px !important;
  color: #7d879c;
}

.select2.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 58px;
  padding-left: 20px;
}

/* rimozione header e footer MA */
.page-id-69898 .elementor-18374.elementor-location-header,
.page-id-69898 .elementor-23853.elementor-location-footer,
.page-id-69897 .elementor-18374.elementor-location-header,
.page-id-69897 .elementor-23853.elementor-location-footer{
    display: none !important;
}

.elementor-15445 {
  direction: ltr;
  text-align: left;
}

/* LSCache Lazy Load fade-in */
img[data-lazyloaded] {
  opacity: 0;
}

img.litespeed-loaded {
  opacity: 1;
  transition: opacity .3s ease-in-out;
}
