/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 1.6.2
*/

pre {
	padding: 0;
	margin: 0;
	line-height: inherit!important;
	background: #fff;
	background: none;
	border:none;
	font-family: inherit!important;
}

#Content {
	padding-top: 60px !important;
}
#Content .woocommerce,
#Content.woocommerce {
	padding-top: 30px !important;
	min-height: 500px;
}
.single-product #Content.woocommerce {
	padding-top: 0px !important;
}

.woocommerce-account #Content,
.woocommerce-cart #Content,
.woocommerce-checkout #Content {
	padding-top: 100px !important;
}

/*.woocommerce-shop #Content .woocommerce,
.woocommerce-shop #Content.woocommerce {
	padding-top: 0px !important;
	min-height: 500px;
}*/

@media (max-width:767px) {
	.woocommerce-account #Content,
	.woocommerce-cart #Content,
	.woocommerce-checkout #Content {
		padding-top: 20px !important;
	}
	#Content {
		padding-top: 0px !important;
	}

	#Content .woocommerce,
	#Content.woocommerce,
	.single-product #Content.woocommerce {
		padding-top: 0 !important;
		min-height: 500px;
	}
}
@media only screen and (max-width: 767px) {
	.container,
	.section_wrapper {
		padding-left: 5px!important;
		padding-right: 5px!important;
	}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.section_wrapper, .container, .with_aside .content_wrapper {
		max-width: 100%;
	}
}
@media only screen and (min-width: 960px) and (max-width: 1239px) {
	.section_wrapper, .container, .with_aside .content_wrapper {
		max-width: 1220px !important;
	}
}

a:hover {
    text-decoration: none;
}

.section_wrapper, .container {
	box-sizing: border-box;
}



#Top_bar {
	padding:4px 0;
}
#Top_bar a.responsive-menu-toggle {
	background: transparent;
	left: -20px !important;
}

#Top_bar .menu_widget {
	height:60px;
	line-height:60px;
	color:#FFFFFF;
	position:absolute;
	top:0;
}
#Top_bar .menu_widget i {
	font-size:24px;
}
#Top_bar .menu_widget.mobile {
	display:none;
	right:0;
	//top:15px;
	top:8px;
}
#Top_bar .menu_widget.desktop {
	display:block;
	right:20px;
	//top:13px;
	top:8px;
}
#Top_bar .menu_widget a {
	display: block;
	height: 100%;
	float:left;
	color:#FFFFFF;
	min-width: 40px;
	text-align: center;
	margin-left:3px;
}
#Top_bar .menu_widget a:hover {
	color:#e35e1b;
}

#Top_bar .menu_widget a img {
	height: 34px;
}
#Top_bar .menu_widget a.desktop img {
	padding: 13px 0;
}
#Top_bar a.icon.cart {
	top: 0;
}
#Top_bar a.icon.cart > span {
	position: relative;
	//right: 9px;
	//top: -10px;
	right: 5px;
	top: 5px;
	display: inline-block;
	width: 17px;
	height: 17px;
	line-height: 17px;
	text-align: center;
	font-size: 11px;
	color: #fff;
	border-radius: 50%;
	background-color: #E35E1B;
}

#Top_bar .headersearch-wrapper {
	display:none;
	padding:0 5px;
}
#Top_bar .headersearch {
	display:inline-block;
	background:#e35e1b;
	height:36px;
	color:#FFFFFF;
	border-radius:4px;
	font-size: 18px;
	line-height: 36px;
	width: 100%;
}
#Top_bar .headersearch td {
	padding:1px;
	border-width:0;
}
#Top_bar .headersearch .icona {
	padding-left:5px;
}
#Top_bar .headersearch input {
	margin: 0;
	color:#FFFFFF !important;
	border:none;
	width:100%;
	font-size: 14px;
   -webkit-text-fill-color: rgba(255, 255, 255, 1); 
   -webkit-opacity: 1; 
   color: rgba(255, 255, 255, 1) !important;
   padding: 0 10px;
   background-color: rgba(255,255,255,0);
}
#Top_bar .headersearch input:focus {
	color:#FFFFFF !important;
	background:transparent !important;
   -webkit-text-fill-color: rgba(255, 255, 255, 1) !important; 
   -webkit-opacity: 1; 
   color: rgba(255, 255, 255, 1) !important;
   background-color: rgba(255,255,255,0) !important;
}
#Top_bar .headersearch input::placeholder {
	color:#FFFFFF;
}


.btnWoocommerceCart-counter {
	opacity:0;
}
.btnWoocommerceCart-submenu {
	display:none;
	position: absolute;
	left: -300px;
	top: 100%;
	z-index: 205;
	margin: 0;
	background-color: #2a2a2a;
	color:#FFFFFF;
	padding:10px;
	font-size:10px;
	min-width:350px;
	box-sizing: border-box;
	cursor:default;
}
.btnWoocommerceCart-submenu a {
	color:#FFFFFF;
}
.btnWoocommerceCart-submenu a:hover {
	color:#E35E1B;
}
.btnWoocommerceCart-submenu .loading {
	text-align:center;
	padding:30px 0;
}
#Top_bar a.icon.cart:hover > .sub-menu {
	display:block;
}

.share-simple-wrapper .icons {
	font-size: 18px;
}
.share-simple-wrapper .icons a{
	margin:0 3px;
}

.home .titolo {
	font-size: 52px;
	margin-bottom: 10px;
	padding: 0px;
	line-height: 52px;
	color:#000000;
}
.home .sottotitolo {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 20px;
	color:#000000;
}


.jconfirm .jconfirm-box .jconfirm-buttons button {
	border-radius:0px;
}

button,
.button,
.button-stroke .button, 
.button-stroke button, 
.button-stroke .action_button, 
.button-stroke .footer_button, 
.button-stroke input[type="button"], 
.button-stroke input[type="reset"], 
.button-stroke input[type="submit"],
.btn {
	border:1px solid #E35E1B;
	border-radius:0px;
}

.button-stroke .button_theme:hover, 
.button-stroke button:hover, 
.button-stroke input[type="submit"]:hover, 
.button-stroke input[type="reset"]:hover, 
.button-stroke input[type="button"]:hover, 
.button-stroke .woocommerce #respond input#submit:hover, 
.button-stroke .woocommerce a.button:not(.default):hover, 
.button-stroke .woocommerce button.button:hover, 
.button-stroke.woocommerce input.button:hover {
	border-radius: 0px;
	background: #CD5519 !important;
	border:1px solid #CD5519;
}

.btnnshot,
.button-stroke .button.btnnshot {
	border:1px solid #E35E1B;
	background-color: #E35E1B;
	border-radius: 0px;
	color:#FFFFFF;
	font-family: Montserrat;
	padding: 7px 25px;
	margin: 0;
	font-weight: 500;
	font-size: 16px;
}
.btnnshot:hover,
.button-stroke .button.btnnshot:hover {
	border:1px solid #CD5519;
	background: #CD5519;
	color: #FFFFFF;
	padding: 7px 25px;
	text-decoration:none;
}
.home .testo_desc {
	padding:50px;
}

@media only screen and (max-width: 1239px) {
	#Top_bar .menu_widget.mobile {
		display:block;
	}
	#Top_bar .menu_widget.desktop {
		display:none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1239px) {
	#Top_bar .headersearch-wrapper {
		display:block;
		position:absolute;
		top: 20px;
		left:250px;
		width:calc(100% - 400px);
	}
}

@media only screen and (max-width: 1000px) {
	.home .titolo {
		font-size: 48px;
		line-height: 48px;
	}
	.home .sottotitolo {
		font-size: 22px;
		line-height: 24px;
		margin-bottom: 16px;
	}
	.home .testo_desc {
		padding:40px;
	}
}
@media only screen and (max-width: 900px) {
	.home .titolo {
		font-size: 34px;
		line-height: 34px;
	}
	.home .sottotitolo {
		font-size: 16px;
		line-height: 18px;
		margin-bottom: 12px;
	}
	.home .testo_desc {
		padding:30px;
	}
}
@media only screen and (max-width: 767px) {
	#Top_bar .headersearch-wrapper {
		display:block;
	}

	.home .titolo {
		font-size: 34px;
		line-height: 34px;
	}
	.home .sottotitolo {
		font-size: 16px;
		line-height: 18px;
		margin-bottom: 12px;
	}
	.home .testo_desc {
		padding:60px 60px 80px 60px;
	}

	#Top_bar .logo {
		text-align: center;
	}
	#Top_bar a.responsive-menu-toggle {
		left: 10px !important;
	}
	#Top_bar .menu_widget {
		margin: 10px 0;
	}
	#Top_bar.is-sticky .menu_widget {
		margin: 0;
	}
	#Top_bar.is-sticky .logo {
		padding-bottom:10px;
	}
}
@media only screen and (max-width: 600px) {
	/*#Top_bar .logo .scale-with-grid{
		height:30px;
	}*/
	#Top_bar .menu_widget.mobile {
		right:10px;
		//top:12px;
	}
	#Top_bar .menu_widget a img {
		height: 30px;
	}
}



/* WOOCOMMERCE */
/*.woocommerce form .form-row select,
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea {
	border: 1px solid #F1F2F4;
	border-radius:3px;
}*/
.fee-link {
	color:#E35E1B;
	font-weight:500;
	//text-decoration:underline;
}
.fee-link:after {
	font-family: "Font Awesome 5 Pro";
	content: "\f059";
	margin-left:5px;
	//text-decoration:none;
	font-size:14px;
}
.fee-link:hover {
	color:#CD5519;
}
.woocommerce h3 {
	font-size: 18px;
}
.woocommerce h2 {
	font-size: 20px;
	line-height: 25px;
}

.woocommerce form .form-row label {
	line-height: 1;
	font-size: 12px;
	font-weight:600;
	width:100%;
}

#billing_country_field .woocommerce-input-wrapper {
	padding:0px;
}

.woocommerce .shop_table .product-remove a.remove {
	margin: 0px;
	color: #2A2A2A !important;
	font-size: 16px;
}
.woocommerce .shop_table .product-remove a.remove:hover {
	margin: 0px;
	color: #E35E1B !important;
	background:transparent;
}
.woocommerce-cart .carrello-header {
	padding:10px 20px;
	background:#F1F2F4;
	margin:20px 0 10px 0;
	border-radius:3px;
}
.woocommerce-cart .carrello-header .titolo {
	font-weight:700;
}
.woocommerce-cart .carrello-header .periodo {
	display:block;
	float:right;
}
@media only screen and (max-width: 600px) {
	.woocommerce-cart .carrello-header .periodo {
		clear:both;
		float: none;
	}
}

.woocommerce-cart .related.products {
	clear: both;
	border-top-width: 1px;
	border-style: solid;
	padding-top: 15px;
	margin: 50px 0 20px 0;
	border-color: rgba(0,0,0,.08);
}

.style-simple .alert .alert_icon {
	border-right:none !important;
}
.style-simple .alert .alert_icon i {
	color:#000000;
	font-size: 40px;
}


.button-stroke .woocommerce .button:hover, 
.button-stroke .single_add_to_cart_button:hover {
	border-width: 1px;
}
.button-stroke .woocommerce a.button:not(.default),
.button-stroke .woocommerce .button:not(:hover), 
.button-stroke .single_add_to_cart_button:not(:hover) {
	background: #E35E1B !important;
	color: #FFFFFF !important;
	border: 1px solid #E35E1B !important;
	border-radius: 0px;
}
.button-stroke .woocommerce .button.checkout-button:not(:hover) {
	background: #E35E1B !important;
	color: #FFFFFF !important;
	border: 1px solid #C2C2C2 !important;
}
.button-stroke .woocommerce .button.checkout-nologged:not(:hover) {
	background: #C2C2C2 !important;
	color: #FFFFFF !important;
	border: 1px solid #C2C2C2 !important;
	font-size:13px;
	line-height:20px;
}
.button-stroke .woocommerce .button.checkout-nologged:hover {
	font-size:13px;
	line-height:20px;
}

.woocommerce .button.update-cart:not(:hover) {
	background: #FFFFFF !important;
	color:#2A2A2A !important;
	font-size:20px;
	border: 1px solid #FFFFFF !important;
}
.woocommerce .button.update-cart:hover {
	font-size:20px;
	border: 1px solid #FFFFFF !important;
}
.woocommerce .shop_table td.actions {
	padding: 15px 0px!important;
}

.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
	padding: 9px 20px;
}
.woocommerce-account .addresses address:before,
.woocommerce .woocommerce-customer-details address,
.woocommerce-order-received address {
	border: none;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-radius: 0px;
	font-size:14px;
	background:transparent;
	padding-bottom:20px;
}
.woocommerce .woocommerce-customer-details address:before {
	width:0px;
	border-right:none;
}
.woocommerce-order-received h2 {
	font-size:20px;
}
.woocommerce .cart-footer {
	padding-top:40px;
	font-size: 12px;
	line-height: 20px;
}


/* WOOCOMMERCE ACCOUNT */
.woocommerce-MyAccount-content fieldset {
	margin-top: 20px;
	padding:10px 0;
}
.woocommerce-MyAccount-content .password-input {
	width:100%;
}
.woocommerce-MyAccount-content .woocommerce-Message--info {
	background: transparent !important;
	color: #000000 !important;
}
.woocommerce-MyAccount-content .woocommerce-Message:before {
	content: "";
	display:none;
}
.woocommerce-MyAccount-content .woocommerce-Button.button {
	padding:5px 10px !important;
}

.woocommerce-account .woocommerce-MyAccount-content .col-1,
.woocommerce-account .woocommerce-MyAccount-content .col-2 {
	width:100%;
	float:none;
}
.woocommerce-account .addresses address {
	padding:15px;
	font-size: 14px;
}
.woocommerce-account .addresses address:before,
.woocommerce-account .addresses address:after {
	display:none;
	content:'';
}
.woocommerce-MyAccount-navigation ul li a {
	text-align:center;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
	background-color: #E35E1B;
}
.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a {
	margin:5px;
	font-size:12px;
}

/* FINE WOOCOMMERCE ACCOUNT */


.woocommerce-cart-form #coupon_code {
	font-size:13px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	width:250px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	text-indent: 1px;
	color:#000000;
	font-size: 22px;
	border-radius: 0px;
	line-height: 40px;
	text-align: center;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after,
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
	display:none;
	content:none;
}

.woocommerce .woocommerce-MyAccount-navigation-link--customer-logout a {
	background:#2a2a2a;
	color:#FFFFFF;
}
woocommerce-MyAccount-navigation a:hover:hover {
	background:#e35e1b;
	color:#FFFFFF;
}

/* FINE WOOCOMMERCE ACCOUNT */

.jconfirm-content .woocommerce-error.alert, 
.jconfirm-content .woocommerce-info.alert, 
.jconfirm-content .woocommerce-message.alert {
	background: #FFFFFF !important;
	margin-bottom: 0px!important;
	padding: 0px 0px 0px 0px!important;
}
.jconfirm-content .woocommerce-error.alert {
	color: #FF0000 !important;
	font-size: 14px;
}
.jconfirm-content .woocommerce-error.alert .close,
.jconfirm-content .woocommerce-error.alert .alert_icon {
	display:none;
}


/* LOGIN FORM */
.xoo-el-main {
	padding: 40px 20px 0 20px;
	height:auto;
}
.xoo-aff-group {
    margin-bottom: 10px;
}
/*.xoo-aff-input-group .xoo-aff-input-icon {
	display:none;
}*/
form.xoo-el-action-form {
	box-sizing: border-box;
}
.xoo-el-form-container button.btn.button.xoo-el-action-btn {
	height:auto;
	color:#FFFFFF!important;
}
.xoo-aff-group input[type="text"], 
.xoo-aff-group input[type="password"], 
.xoo-aff-group input[type="email"], 
.xoo-aff-group input[type="number"], 
.xoo-aff-group select {
	border-radius:0px;
	padding: 10px;
	font-size: 14px;
	box-sizing: border-box;
	margin: 0;
	outline: 0;
	line-height: normal;
	height:auto;
}
.xoo-el-login-btm-fields {
	padding-bottom:30px;
	font-size:12px;
}
.xoo-el-login-btm-fields label {
	margin: 7px auto 0 0;
}
.xoo-aff-group label {
	font-weight:400;
	font-size:12px;
}
.xoo-aff-required.xoo-aff-checkbox_single {
	padding-top:10px;
}
.xoo-aff-required.xoo-aff-checkbox_single label {
	font-size: 11px;
	font-weight: 400;
	line-height: 18px;
}
.xoo-el-action-form a.button.xoo-el-close {
	width: calc(100% - 20px);
	border-color: #959595;
	background: #959595;
	color:#FFFFFF;
	display:block;
}
.xoo-el-header .btncontinue {
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	margin-bottom:5px;
	padding: 12px 20px;
	background-color: #eeeeee;
	color: #000000;
	border:none;
	text-align:center;
}
.xoo-el-header .btncontinue:hover {
	background-color: #000000;
	color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
	.xoo-el-main {
		padding:30px 0px;
	}
}
@media only screen and (max-width: 600px) {
	.xoo-el-main {
		padding:10px 5px;
		width: calc(100% - 10px);
	}
	.xoo-el-form-container {
		padding-bottom: 0px;
	}
}
/* END LOGIN FORM */


/* FORM CONTATTI */
.frm_fields_container .vertical_radio {
	padding: 0px 0px 10px 0px;
}
.frm_fields_container .frm_opt_container {
	padding-left:10px;
}
/* END FORM CONTATTI */

/* WOOCOMMERCE ALERT */
.woocommerce-error.alert, 
.woocommerce-info.alert, 
.woocommerce-message.alert {
	background: #F1F2F4 !important;
	color:#000000 !important;
}
.woocommerce-error.alert a, 
.woocommerce-info.alert a, 
.woocommerce-message.alert a {
	color:#000000 !important;
}
.woocommerce-error.alert a:hover, 
.woocommerce-info.alert a:hover, 
.woocommerce-message.alert a:hover {
	color:#000000 !important;
}
.woocommerce-error.alert, 
.woocommerce-info.alert, 
.woocommerce-message.alert {
    background: #F1F2F4 !important;
    color: #000000 !important;
}

/* END WOOCOMMERCE ALERT */

/*WOOCOMMERCE ARCHIVE*/
.woocommerce-products-header .term-description p {
	/*font-size: 22px;*/
	letter-spacing: 0.5px;
	color: #161922;
	/*line-height: 44px;
	font-weight: 600;*/
}
/*END WOOCOMMERCE ARCHIVE*/

/* COOKIES */
/*.cookie-notice-container .cn-text-container {
	display:block;
	width:100%;
	padding:20px 0;
}
.cookie-notice-container .cn-buttons-container {
	padding-bottom:20px;
}
.cookie-notice-container .cn-button {
	display: inline-block;
	font-size:12px;
}*/

.freeprivacypolicy-com---nb-interstitial-overlay {
	position:unset !important;
}
.freeprivacypolicy-com---palette-light.freeprivacypolicy-com---nb {
	background-color: rgba(42,42,42,0.85) !important;
}
.freeprivacypolicy-com---nb .cc-nb-main-container button {
	border-radius: 0 !important;
	border: 1px solid transparent !important;
	color: #FFF !important;
	font-weight: 400 !important;
}
.freeprivacypolicy-com---nb .cc-nb-main-container button.cc-nb-changep {
	color: #000 !important;
}
.freeprivacypolicy-com---nb-interstitial {
	right: 0 !important;
	top: unset !important;
	left: 0 !important;
	max-width: 100% !important;
	position: fixed !important;
	bottom: 0 !important;
}
.freeprivacypolicy-com---palette-light .cc-nb-text,
.freeprivacypolicy-com---palette-light .cc-nb-title {
	color:#FFFFFF !important;
}
/* END COOKIES */

/*WOOCOMMERCE SHOP*/
.woocommerce span.onsale, 
.shop_slider .shop_slider_ul li .item_wrapper span.onsale {
    border-top-color: #E35E1B !important;
}

.woocommerce ul.products li.product, 
.woocommerce .products.related ul.products li.product, 
.woocommerce .products.upsells.up-sells ul.products li.product {
	margin:0 8px 20px 0;
}
.woocommerce.columns-4 ul.products li.product, 
.woocommerce ul.products.columns-4 li.product {
	width: calc(25% - 6px);
}
.woocommerce.columns-4 ul.products li.product:nth-child(4n), 
.woocommerce ul.products.columns-4 li.product:nth-child(4n) {
	margin-right:0px;
}
@media only screen and (max-width: 767px) {
	.woocommerce .products_wrapper ul.products li.product {
		 width: calc(50% - 11px);
		 margin: 5px;
	}
}
@media only screen and (max-width: 300px) {
	.woocommerce .products_wrapper ul.products li.product {
		 width: 100%;
		 margin: 0 0 10px 0;
	}
}
.woocommerce .shop-filters {
	/*display:none;*/
	background-image: none;
}

.woocommerce .shop-filters.facetwp-selection-wrapper {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/*END WOOCOMMERCE SHOP*/

/*DISABILITATO GLOBALMENTE SLIDER MENU */
.dc-banner-slidermenu-hide {
	display: none;
}


#Footer .widgets_wrapper .widget {
	padding:0;
	margin:0;
}
#Footer .widgets_wrapper .widget.widget_custom_html {
	padding-top:40px;
}

/*************/
/* MK CUSTOM */
/*************/

.woocommerce ul.products li.product.product-full-width {
	width: 100%;
	display: block;
	background-color: #FFFFFF;
}

.button-stroke .woocommerce a.button.btninfo:not(.default),
.button-stroke .woocommerce .button.btninfo:not(:hover),
.single-anagrafica .button-stroke .single_add_to_cart_button.btninfo:not(:hover) {
    background: #9c9c9c!important;
    border: 1px solid #9c9c9c!important;
    text-align: center;
    margin-top: 10px;
    line-height: 18px;
}

.single-product #Content.woocommerce.anagrafica {
	/*padding-top: 100px !important; */
}

.anagrafica-promozioni .dc-product-cashback {
	width: 40%;
	float: left;
    margin-right: 5%;
    margin-bottom: 40px;
}
.anagrafica-promozioni .compralousato,
.anagrafica-promozioni .btninfo.condizioni {
	display: none;
}

.single-anagrafica .woocommerce.anagrafica .related.products {
	margin-top: 60px;
    margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
	.anagrafica-promozioni .dc-product-cashback {
		width: 100%;
		float: none;
	    margin-right: 0;
	    margin-bottom: 20px;
	}
}

.anagrafica-products-block .product_type_simple,
.anagrafica-products-block .single_add_to_cart_button {
	min-width:200px;
	text-align:center;
	vertical-align: middle;
	margin-bottom: 0px !important;
	min-height: 45px;
}

.anagrafica-products-block .single_add_to_cart_button.btninfo {
	//margin-top:0px !important;
}

/* slider - @begin */
.product-slider-navigation {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.product-thumb-figure {
	width: 25%;
	padding: 5px;
	cursor: pointer;
	opacity: 0.5;
	transition: opacity 0.3s;
}
.product-thumb-figure.active {
	opacity: 1;
}
@media screen and (min-width: 1040px) {
	.product-thumb-figure:hover{
		opacity: 1;
	}
}
/* slider - @end */

.main-page-title {
	font-size: 34px;
    line-height: 44px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #161922;
    margin: 40px 0px 40px 10px;
}

/* BLOG - NEWS */

.column_blog .blog_wrapper .col-3 {
	max-width: 98%;
}

/* I NEED TO STAY AT BOTTOM PLEASE */
/* theme overrieds - @begin */
:root {
	--pad: 15px;

	--color-black: #000;
	--color-white: #fff;
	--color-grey-light: #e6e6e6;
	--color-orange: #e35e1b;
	--color-transparent: transparent;
}

.text-black.text-black {
	color: var(--color-black);
}
.text-white.text-white {
	color: var(--color-white);
}
.text-orange.text-orange {
	color: var(--color-orange);
}


.bg-grey-light.bg-grey-light {
	background-color: var(--color-grey-light);
}

.section_wrapper,
.container {
	width: 100vw !important;
	max-width: 1180px !important;
}

.services-wrapper {}
.services-wrapper .service-item {
	border: 1px solid var(--color-transparent);
}
.services-wrapper .service-item:nth-child(even) {
	border-left-color: var(--color-black);

	@media only screen and (min-width: 576px) {
		border-left-color: var(--color-transparent);
	}
}
.services-wrapper .service-item .service-item-link {}
.services-wrapper .service-item .service-item-image {
	width: 40px;
}
.services-wrapper .service-item .service-item-label {
	margin-top: var(--pad);
	font-weight: bold;
	color: var(--color-orange);
	line-height: 1.2;
}

.sales-items {}
.sales-items .sale-item {}
.sales-items .sale-item:last-child {
	@media only screen and (max-width: 576px) {
		margin-bottom: 0 !important;
	}
}
.sales-items .sale-item-image,
.sales-items .with-border {
	border: 1px solid var(--color-black);
}

.superpromo-slider.white {
	background-color: var(--color-white);
}

.superpromo-slider.grey {
	background-color: var(--color-grey-light);
}

.superpromo-slider .slider-container {
	/*max-width: calc(100vw - 80px) !important;*/
	margin: 0 auto;
}

.superpromo-slider .slick-track {
    display: flex;
}
.superpromo-slider .slick-list {
    margin-right: 0 -5px;
}
.superpromo-slider .slick-slide {
    height: inherit;
    margin-right: 5px;
}
.superpromo-slider .slick-slide > div {
    display: flex;
    height: 100%;
}

.superpromo-slider button.slick-arrow {
	border: 0 none;
	opacity: .6;
	transition: opacity 0.4s;
}
.superpromo-slider button.slick-arrow.slick-disabled {
	opacity: .3;
	cursor: default;
	pointer-events: none;
}

.superpromo-slider button.slick-arrow:hover,
.superpromo-slider button.slick-arrow:focus,
.superpromo-slider button.slick-arrow:active,
.superpromo-slider .slick-dots li button:hover,
.superpromo-slider .slick-dots li button:focus,
.superpromo-slider .slick-dots li button:active {
	border: 0 none;
	outline: none !important;
	background: transparent !important;
}

.superpromo-slider button.slick-arrow:hover {
	opacity: 1;
}

.superpromo-slider button.slick-prev {
	margin: 0;
	left: 0;
	transform: translateX(-100%);
}
.superpromo-slider button.slick-next {
	margin: 0;
	right: 0;
	transform: translateX(100%);
}

.superpromo-slider button.slick-arrow::before {
	width: 100%;
	height: 100%;
	display: block;
	background-color: var(--color-white);
	transform-origin: 50% 50%;
}
.superpromo-slider.grey button.slick-arrow::before,
.superpromo-slider.white button.slick-arrow::before {
	background-color: var(--color-black);
}

.superpromo-slider button.slick-prev::before,
.superpromo-slider button.slick-next::before,
.superpromo-slider button.slick-arrow::before {
	content: '';
	clip-path: polygon(
		0 50%,
		calc(50% - 3px) 0,
		50% 0,
		3px 50%,
		50% 100%,
		calc(50% - 3px) 100%,
		0 50%
	);
}
.superpromo-slider button.slick-next::before {
	transform: rotate(180deg);
}

.superpromo-slider .slick-dots li {
	width: 10px;
	height: 10px;
}
.superpromo-slider .slick-dots li button {
	width: 10px;
	height: 10px;
	margin: 0;
}
.superpromo-slider .slick-dots li button:before {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: var(--color-white);
	transition: opacity 0.4s;
}
.superpromo-slider.grey .slick-dots li button:before {
	background-color: var(--color-black);
}

.superpromo-slider.white .slick-dots li button:before {
	background-color: var(--color-black);
}

.woocommerce .slick-dots {
	width: 100%;
	display: block;
}

.superpromo-slider .slider-section-headear {}

.superpromo-slider .slider-section-heading {
	color: var(--color-white) !important;
}
.superpromo-slider .slider-section-heading strong {
	color: var(--color-black) !important;
}

.superpromo-slider.white .slider-section-heading {
	color: var(--color-black) !important;
}
.superpromo-slider.white .slider-section-heading strong {
	color: var(--color-orange) !important;
}

.superpromo-slider.grey .slider-section-heading {
	color: var(--color-orange) !important;
}
.superpromo-slider.grey .slider-section-heading strong {
	color: var(--color-black) !important;
}

.superpromo-slider .slider-section-actions {}
.superpromo-slider .slider-section-action {
	max-width: max-content;
	font-size: 16px;
	color: var(--color-white);

	@media screen and (min-width: 576px) {
		font-size: 24px;
	}
}
.superpromo-slider.grey .slider-section-action,
.superpromo-slider.white .slider-section-action {
	color: var(--color-black);
}

.superpromo-slider .slide-item {
	height: auto;
	align-self: stretch;
	border: 1px solid var(--color-transparent);
	background-color: var(--color-white);
}
.superpromo-slider.white .slide-item {
	border-color: var(--color-grey-light);
}

.superpromo-slider .slide-link {
	display: flex;
	flex-direction: column;
	max-width: 100%;
	height: 100%;
}

.superpromo-slider .slide-link * {
	color: var(--color-black);
	transition: color .4s;
}
.superpromo-slider .slide-link:hover * {
	color: var(--color-orange);
}

.superpromo-slider .slide-img {}
.superpromo-slider .slide-title,
.superpromo-slider .slide-price {
	padding: 0 .5em;
	text-align: left;
}
.superpromo-slider .slide-title {
	font-size: 13px;
	line-height: 1.2;
}
.superpromo-slider .slide-price {
	margin-top: auto;
	padding-top: 0.5em;
	padding-bottom: 1em;
	font-size: 16px;
}
.superpromo-slider .slide-price del {}
.superpromo-slider .slide-price ins {
	font-weight: bold;
	padding-left: .5em;
}

.superpromo-slider .side-image-wrapper {
	display: grid;
	align-items: center;
}

.superpromo-slider .sale-item-image {
	object-fit: contain;
	margin-right: auto;

	@media screen and (min-width: 960px) {
		max-width: 80% !important;
	}
}

.contacts {}
.contacts-header {
	background-color: var(--color-grey-light);
}
.contacts-heading {
	font-size: 25px;
	font-weight: 600;
	color: var(--color-orange);
}
.contacts-body {}
.contacts-body .inner-wrapper {}

.nl-subscription {}
.nl-subscription-form {}
.nl-subscription-form-heading {}
.nl-subscription-form-subheading {}
.nl-subscription .nl-subscription-form .nl-subscription-form-input-text {
	border-color: var(--color-black);
}
.nl-subscription .nl-subscription-form .nl-subscription-form-submit.nl-subscription-form-submit,
.nl-subscription .nl-subscription-form .nl-subscription-form-submit.nl-subscription-form-submit:hover {
	border-radius: .5rem;
	border-color: var(--color-orange) !important;
	background: var(--color-orange) !important;
	color: var(--color-white) !important;
	font-weight: bold;
}


.post.type-post.format-standard {
	margin-top:60px;
}

.contacts .contact-button-icon img {
	transform-origin: 50%;
	@media screen and (max-width: 640px) {
		transform: scale(.6);
	}
}


@media screen and (min-width: 1081px) {
	.news-body .home-post a,
	.nl-subscription .nl-subscription-form-submit,
	.superpromo-slider .slide-section-actions,
	.superpromo-slider .slide-link,
	.service-item .service-item-link,
	.contacts .contact-button-icon,
	.sales-items a img {
		opacity: 1;
		transition: opacity .4s !important;
	}
	.news-body .home-post a:hover,
	.nl-subscription .nl-subscription-form-submit:hover,
	.superpromo-slider .slide-section-actions:hover,
	.superpromo-slider .slide-link:hover,
	.service-item .service-item-link:hover,
	.contacts .contact-button-icon:hover,
	.sales-items a:hover img {
		opacity: .7;
	}
}


@media only screen and (max-width: 1239px){
	#Content .woodcsearch {
		display: block !important;
	    opacity: 100 !important;
	}
}

@media only screen and (max-width: 1280px){
	.woocommerce ul.products li.product .desc .extrainfo .scatti, 
	.woocommerce ul.products li.product .desc .extrainfo .condizioni {
		width: 100% !important;
	}
}

.woocommerce ul.products li.product .desc .extrainfo .scatti, 
.woocommerce ul.products li.product .desc .extrainfo .condizioni {
		width: 100% !important;
	}

/*@media only screen and (min-width: 1281px){
	.woocommerce ul.products li.product .desc .extrainfo .scatti {
		width:46% !important;
	}
	
	.woocommerce ul.products li.product .desc .extrainfo .condizioni {
		width: 54% !important;
	}
} */

.woocommerce ul.products li.product .desc h4 {
	max-height: 50px;
	overflow: hidden;
}

.woocommerce ul.products li.product .price ins {
	/*width: 100%;*/
}

.woocommerce ul.products li.product .price del {
	font-size: 12px;
}
/* MENU OVERRIDE for SUBMENU */

#Top_bar .menu {
	overflow: visible !important;
}

#Top_bar .menu>li.menu-item {

}

#Top_bar .menu>li.menu-item.hover ul {
	overlay: visible;
}

/* fix for woocommerce submenu */
.woocommerce ul {
	max-width: none;
	width: fit-content;
}


/* facets styles */

.facets-column {
	position: fixed;
	top: 0;
	left: -100%;
	z-index: 500;
	overflow-y: hidden;

	@media screen and (max-width: 576px) {
		padding-left: 0;
		padding-right: 0;
		min-height: 100dvh;
		max-height: 100dvh;
		height: 100dvh;
		background: var(--color-white);
	}

	@media screen and (min-width: 576px) {
		position: relative;
		left: 0;
	}
}

.facets-opened .facets-column {
	left: 0;
}

html.facets-opened,
html.orders-opened {
	@media screen and (max-width: 576px) {
		overflow: hidden !important;
	}
}

.facets-wrapper {
	position: relative;
	@media screen and (max-width: 576px) {
		max-height: calc( 100dvh - 90px );
		min-height: calc( 100dvh - 90px );
		height: calc( 100dvh - 90px );
		overflow-y: auto;
		padding-bottom: 50px;
	}
}

.facets-close-wrapper {
	position: relative;
	justify-content: flex-end;
}
@media screen and (max-width: 576px) {
	.facets-close-wrapper::before {
		content: '';
		display: block;
		width: 100%;
		height: 50px;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 100%;
		background-image: linear-gradient(180deg, var(--color-transparent), var(--color-white));
	}
}

.facet-item {
	position: relative;
	border-bottom: 1px solid var(--color-black);

	@media screen and (max-width: 576px) {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}
.facet-header {
	cursor: pointer;
}
.facet-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	color: #e4591c;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
}
.facet-heading::after {
	content: '';
	display: block;
	margin: 0 0 0 .5em;
	width: 1em;
	height: 1em;
	position: relative;
	background-image: linear-gradient(to bottom, transparent 0%, transparent calc(50% - 1.5px), #e4591c calc(50% - 1.5px), #e4591c calc(50% + 1.5px),transparent calc(50% + 1.5px),transparent 100%), linear-gradient(to right, transparent 0%, transparent calc(50% - 1.5px), #e4591c calc(50% - 1.5px), #e4591c calc(50% + 1.5px),transparent calc(50% + 1.5px),transparent 100%);
}
.facet-item.opened .facet-heading::after {
	background-image: linear-gradient(to bottom, transparent 0%, transparent calc(50% - 1.5px), #e4591c calc(50% - 1.5px), #e4591c calc(50% + 1.5px),transparent calc(50% + 1.5px),transparent 100%);

}
.facet-content {
	height: 0;
	overflow: hidden;
	transition: height 0.4s;
}
.facet-content:has(> [data-type="fselect"]) {
	padding-bottom: 0 !important;
	transition: none;
}

.facet-content [data-type="fselect"] .fs-wrap {
	width: 100%;
}

.facet-item.opened .facet-content {
	padding-bottom: 1rem;
}

.facet-content .fs-wrap {
	max-width: 100%;
}
.facet-content .facetwp-facet {
	margin-bottom: 0;
}

.button-orange.button-orange {
	margin: 0;
	background: var(--color-orange);
	color: var(--color-white) !important;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 19px;
	text-align: center;
	align-items: center;
	align-content: center;
	justify-content: center;
}
.button-orange svg {
	margin-left: 1em;
	max-height: 19px;
	width: auto;
}

.breadcrumbs {
	font-weight: bold;
}
.breadcrumbs .breadcrumb_last {
	color: var(--color-orange);
}

/* remove top page filter toggles */
.woocommerce .woodfiltric {
	display: none !important;
}

.facetwp-selections .selections-label {
	float: left;
	padding: 3px 5px 0px 0px;

	@media screen and (max-width: 576px) {
		float: none;
		width: 100%;
		text-align: center;
	}
}

.facetwp-selections ul {
	margin: 0px 0;
}

.facetwp-selections li {
	display: inline-block;
	margin: 0 6px 6px 0;
	padding: 8px 10px;
	list-style-type: none;
	border: 1px solid #ddd;
	border-radius: 3px;
}

.facetwp-selections .facetwp-selection-value {
	color: #e4591c;
}

.facetwp-selections .facetwp-selection-value:hover {
	text-decoration: underline;
}

.facetwp-selections .facetwp-selection-label + .facetwp-selection-value {
	margin-left: 4px;
}

.facetwp-selections .facetwp-selection-value:last-child {
	margin-right: 0;
}

.woocommerce-ordering,
.woocommerce-ordering .orderby {
	width: max-content;
}

.pager.pager {
	text-align: center;
}

.titolo-categoria {
	text-transform: uppercase;
}

.fs-wrap.multiple .fs-option.selected .fs-checkbox i
{
	background-color: #e4591c !important;
}

.facetwp-radio .facetwp-display-value,
.facetwp-type-fselect .fs-option .fs-option-label,
.facetwp-checkbox .facetwp-display-value {
	text-transform: capitalize;
}

.facetwp-checkbox {
	background-position-y: 6px !important;
}

.facetwp-checkbox.checked {
    background-image: url(./library/assets/nshot-icons/checkbox-on.png) !important;
}

.filters-no-products-found {
	text-align: center;
	margin: 60px 0px;
}

.page-title {
	font-size: 34px;
    line-height: 44px;
    font-weight: 600;
    letter-spacing: 0px;
}
.page-title strong {
	color: #e4591c !important;
}
/* theme overrieds - @end */
