<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Create by up3up team */
/*reset css*/


.btn-primary, .btn-secondary, .btn-tertiary {
    outline: none !important;
	height: 50px;
	background: #523629;
	color: #fff;
	font-size: 16px;
	line-height: 45px;
	transition: all .5s;
	padding: 0 25px;
    min-width: 140px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	border-radius: 25px;
}
.btn-primary:hover, .btn-secondary:hover, .btn-tertiary:hover {
	color: #fff;
	background: #000000;
}
.btn-primary.disabled:focus,.btn-primary.disabled.focus,.btn-primary:disabled:focus,.btn-primary:disabled.focus{color: #fff;background-color:#000000;border-color:rgba(0,0,0,0)}
.btn-primary.disabled:hover,.btn-primary:disabled:hover{color: #fff;background-color:#000000;border-color:rgba(0,0,0,0)}
button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance: none;} 
.custom_error {
	color:#fff;
}

/*end*/
#wrapper {
    max-width: 100vw;
    overflow: hidden;
	background: #f5f1f2;
	/*padding-top: 155px; prehead*/
	padding-top: 120px;
	padding-bottom: 200px;
}
#index #wrapper {
	padding-top: 108px;
}

#wrapper .breadcrumb li a,
#wrapper .breadcrumb li span {
    color: #7f7f7f;
    font-size: 10px;
    font-weight: 400;
	font-family: 'Lora', serif;
}

#wrapper .breadcrumb li::after {
    margin: 0;
    color: #7f7f7f;
    font-size: 10px;
    font-weight: 400;
	content: "|";
}

#wrapper .breadcrumb li:last-child,
#wrapper .breadcrumb li:last-child span {
    color: #7f7f7f;
    font-size: 10px;
    font-weight: 400;
}

@media screen and (max-width:767px) {

    #wrapper .breadcrumb li a,
    #wrapper .breadcrumb li span {
        color: #7f7f7f;
        font-size: 10px;
		font-weight: 400;
    }

    #wrapper .breadcrumb li:last-child,
    #wrapper .breadcrumb li:last-child span {
        color: #7f7f7f;
        font-size: 10px;
		font-weight: 400;
    }

    #wrapper .breadcrumb {
        display: block !important;
		margin: 5px 0 5px;
    }

    #wrapper {
        /*padding-top: 125px; prehead */
		padding-top: 90px;
    }
	#index #wrapper {
        /*padding-top: 125px; prehead */
		padding-top: 90px;
    }
}
.category-depth-level-2 #left-column {
	display: none;
}
.category-depth-level-2 #content-wrapper {
	float: none;
    width: 100%;
	padding: 0;
}

.block-categories {
	background: none;
	padding: 0;
	display: none;
}
.page-category .block-categories {
	display:none;
}
.category-top-menu {}
.block-categories .title-current-menu {
	color: #000000;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #000;
	text-transform: uppercase;
    padding: 15px 10px 15px 22px;
	border: 2px solid #000;
    border-bottom: 0;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.block-categories .category-sub-menu {
	
}
.block-categories .category-top-menu {
	padding: 15px 10px 15px 25px;
	border: 2px solid #000;
    border-top: 0;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.block-categories .collapse-icons {
	display: none;
}
.block-categories .collapse-icons .material-icons {
	color: #000000 !important;
	font-size: 20px;
	padding-top: 8px;
}

.block-categories .category-sub-menu li {}
.block-categories .category-sub-menu li[data-depth="0"]&gt;a {
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
	position: relative;
	padding: 0px 0 5px 30px;
}
.block-categories .category-sub-menu li[data-depth="0"]&gt;a:before {
	content:"";
	position: absolute;
	top: 1px;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	border: 1px solid #000000;
}
.block-categories .category-sub-menu li[data-depth="0"]&gt;a strong {
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
}
.block-categories .category-sub-menu li[data-depth="0"]&gt;a:hover,
.block-categories .category-sub-menu li[data-depth="0"]&gt;a:hover strong{
	color: #000000;
}


/*category / product-list*/
div#js-product-list .category-cover {
    display: none;
}

/*body#category #wrapper &gt; .container , body#search #wrapper &gt; .container{
        padding: 0 50px;
}*/
body#search #products .products {
    justify-content: flex-start
}
body#category #content-wrapper {
    padding-right: 0;
}
#left-column {
	padding-left: 0;
}
body#category section#main&gt;h1.h1,
body#search h1#js-product-list-header,
#manufacturer .block-category-inner+h1 {
	color: #523629;
	font-size: 32px;
	font-weight: 600;
	text-align: center;
    margin-bottom: 20px;
}
#products .products, .featured-products .products, .product-accessories .products {
	margin-right: -12px;
    margin-left: -12px;
}
#js-product-list .js-product.product,.js-product.product {
	padding-left: 12px;
	padding-right: 12px;
}


div#js-product-list .pagination {
    margin-top: 0px;
    padding: 0px;
    margin-bottom: 25px;
}
#js-product-list-top {
	
}
.products-selection {
	margin: 0 0 25px;
}
.products-selection .total-products {
	padding: 0;
	text-align: right;
}
.products-selection .total-products .total-prodotti {
	font-size: 14px;
    font-weight: 300;
	height: 26px;
    line-height: 26px;
    display: inline-block;
    min-height: unset;
	margin: 0;
	width: auto;
}
.products-selection .sort-by {
	color: #000;
	width: auto;
	font-size: 15px !important;
    font-weight: 400;
    line-height: 25px;
	margin: 0;
	padding: 0;
    text-align: left;
	font-family: 'Lora', serif;
}
.products-sort-order {
	text-align: right;
	padding: 0 0 0 10px;
	font-weight: 300;
    color: #000000;
	width: auto;
}
.products-selection .sort-by-row {
	justify-content: flex-end;
}
.products-selection .sort-by-row .select-title {
	color: #000000;
    border: none;
    font-size: 15px;
    font-weight: 500;
    height: 25px;
    background: #fff;
    line-height: 25px;
    display: inline-block;
    min-height: unset;
    padding: 0 0px 0 12px;
    margin: 0;
    width: auto;
    border-radius: 0px;
	border: 0px solid #000000;
}
.products-sort-order .dropdown-menu, .brands-sort .dropdown-menu, .suppliers-sort .dropdown-menu {
	left: inherit;
    right: 0;
	background: #fff;
	box-shadow: none;
}
.products-sort-order .dropdown-menu a:nth-of-type(2), 
.products-sort-order .dropdown-menu a:nth-of-type(7), 
.products-sort-order .dropdown-menu a:nth-of-type(8) 
{
	display:none;
}

.products-sort-order .select-list, .brands-sort .select-list, .suppliers-sort .select-list {
	color: #000000;
    font-size: 14px;
    font-weight: 400;
	padding: 5px 15px;
	text-align: right;
}
.products-sort-order .select-list:hover, .brands-sort .select-list:hover, .suppliers-sort .select-list:hover {
	background: #000000;
}
.products-selection .sort-by-row .select-title i {
	font-size: 0;
	padding-right: 25px;
	position: relative;
	float: left !important;
}
.products-selection .sort-by-row .select-title i:before {
	content:"";
	background: url(../images/caret.svg) no-repeat;
	background-size: contain;
	width: 13px;
	height: 13px;
	z-index: 1;
    position: absolute;
    left: 0;
    top: 8px;
	transform: rotate(45deg);
}
div#js-product-list .pagination&gt;div:first-child {
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
}

div#js-product-list .pagination .col-md-6.offset-md-2.pr-0 {
    margin: 0;
    float: right;
    width: auto
}

div#js-product-list .pagination li.pagina {
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
	margin-right: 10px;
}

div#js-product-list .pagination .page-list {
    display: flex;
    justify-content: flex-end;
    background: transparent;
    padding: 0;
	margin-right: 10px;
}

div#js-product-list .pagination .page-list li {
    /*margin-left: 22px;*/
}

div#js-product-list .pagination .page-list li:hover a {
    color: #000000;
}

div#js-product-list .pagination a {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    background: none;
    height: 25px;
    min-width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
	border:0px solid #000;
	letter-spacing: inherit;
}
div#js-product-list .pagination a.disabled {
	display: none;
}

div#js-product-list .pagination .current a,div#js-product-list .pagination a:hover {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    background: #fff;
    height: 25px;
    min-width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

div#js-product-list .pagination a.previous,
div#js-product-list .pagination a.next {
    /* display: none; */
}
div#js-product-list .pagination a.next .fa-angle-right,div#js-product-list .pagination a.previous .fa-angle-left {
	position: relative;
	padding: 0 10px;
}
div#js-product-list .pagination a.next .fa-angle-right:before {
	content:"";
	width: 15px;
	height: 15px;
	position: absolute;
	top: -6px;
	right: 0;
	background: url(../images/arrow_double.svg) no-repeat;
}
div#js-product-list .pagination a.previous .fa-angle-left:before {
	content:"";
	width: 15px;
	height: 15px;
	position: absolute;
	top: -9px;
	left: 0;
	transform: rotate(180deg);
	background: url(../images/arrow_double.svg) no-repeat;
}
.custom-seo-text h2 {
	color: #000000;
	font-size: 24px;
	font-weight: 400;
	line-height: 28px;
}
.custom-seo-text p {
	color: #000000;
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
}

body#category .seotxt-desktop .description-category-inner span.description-category-action {
/*    padding: 0 8px;*/
    display: block;
    text-align: left;
    margin-top: 10px;
}

#manufacturer .seotxt-desktop .description-category-inner span.description-category-action {
    display: block;
    text-align: left;
    margin-top: 10px;
}

body#category .seotxt-desktop .description-category-inner.active span.description-category-action,
#manufacturer .seotxt-desktop .description-category-inner.active span.description-category-action {
    margin-top: 0;
}

body#category .seotxt-desktop span.description-category-action p#fold-text,
#manufacturer .seotxt-desktop span.description-category-action p#fold-text {
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    text-decoration: underline;
    cursor: pointer;
    margin-bottom: 37px;
}
.seotxt-desktop {
	display: flex;
    justify-content: center;
}
.seotxt-desktop .description-category-inner {
	max-width: 1060px;
}
.seotxt-desktop .description-category-inner .seotext-action {
    text-align: center;
}
body#category .seotxt-desktop {
    width: 100%;
    margin: 0 auto;
}

body#category .description-category-inner .custom-seo-text h3{
	color: #000000;
	font-size: 16px;
	font-weight: 600;
	line-height: 25px;
}
body#category .description-category-inner .custom-seo-text {
    max-height: 140px;
    overflow: hidden;
	padding-left: 15px;
    transition: max-height 0.3s ease-out;
/*    padding: 0px 8px;*/
}

#manufacturer .seotxt-desktop .description-category-inner .custom-seo-text {
    max-height: 140px;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}


body#category .description-category-inner.active .custom-seo-text,
#manufacturer .seotxt-desktop .description-category-inner.active .custom-seo-text {
    max-height: 1000px;
    transition: max-height 0.3s ease-in;
}

#manufacturer .seotxt-desktop {
    margin: 0 -15px;
}

.description-category-inner .seotext-action p {
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    text-decoration: none;
    cursor: pointer;
	padding-left: 15px;
}
.description-category-inner .seotext-action p span {
	position: relative;
}
.description-category-inner .seotext-action p span:after {
	content:"";
	position: absolute;
	bottom: -25px;
	left: 0;
	width: 100%;
	height: 20px;
	background: url(../images/arrow_small.png) no-repeat center;
}
.description-category-inner.active .seotext-action .less span:after {
	transform: rotate(180deg);
}
.description-category-inner .seotext-action .less {
	display: none;
}
.description-category-inner.active .seotext-action .more {
	display: none;
} 
.description-category-inner.active .seotext-action .less {
	display: block;
} 
.block-category-inner {
	margin: 0 0 25px;
}
.block-category-inner p {
    color: #000000;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
}
.block-category-inner .description__inline{
    max-height: 55px;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}
.block-category-inner.active .description__inline {
    max-height: none;
}

.block-category-inner .description-category-action p {
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    text-decoration: underline;
    cursor: pointer;
}
.block-category-inner .description-category-action .less {
	display: none;
}
.block-category-inner.active .description-category-action .more {
	display: none;
} 
.block-category-inner.active .description-category-action .less {
	display: block;
} 



body#category .selectedFilters.inline .cf,
body#category .selectedFilters.inline .clearAll {
    background: #efefef;
    color: #000000;
	font-size: 14px;
}

body#category .selectedFilters .clearAll .txt {
    color: #000000;
}

body#category .selectedFilters .cf a {
    color: #000000;
    opacity: 1;
}
#subcategories {
	border: none;
    padding: 0 0 30px;
    margin: 0 auto;
    max-width: 1060px;
}
#subcategories ul li {
    min-width: 180px;
    margin: 10px;
    text-align: center;
}
#subcategories ul li:hover .subcategory-image a {
    padding: 0px;
    border: none;
}
#subcategories ul li .subcategory-image a {
	border: none;
	padding: 0px;
	display: flex;
    justify-content: center;
}
#subcategories ul li .subcategory-image a img {
	width: auto;
}
#subcategories ul li .subcategory-name {
	text-transform: capitalize;
	color: #000000;	
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	text-align: center;
	display: block;
    max-width: 140px;
    margin: 0 auto;
}
#subcategories ul li .subcategory-name:hover {
	color: #523629;
}

#subcategories .carousel-indicators {
	display: flex;
	justify-content: center;
}

#subcategories .owl-dots .owl-dot {
	width: 15px;
    height: 15px;
	border-radius: 0;
	margin: 14px 12px;
	border-radius: 15px;
	display: block;
	opacity: 0.5;
	background: #888b8d;
    border: 1px solid #888b8d;
	background:transparent;
}
#subcategories .owl-dots .owl-dot.active {
	width: 15px;
    height: 15px;
	margin: 14px 12px;
	opacity: 1;
    background-color: #888b8d;
}



@media screen and (max-width: 1200px) {
    body#category .js-product.product.col-xs-6.col-xl-4 {
        
    }
	section#products div#js-product-list {
		margin: 0;
	}

    body#category #wrapper&gt;.container {
        padding: 0 20px;
    }

    body#category section#wrapper .container&gt;h1.h1,
    body#search h1#js-product-list-header {
        font-size: 60px;
        line-height: 60px
    }

    body#category section#wrapper div#category-description p {
		font-size: 14px;
		line-height: 22px;
        margin: 0 0 10px;
    }

    body#category div#content-wrapper.col-md-9 {
        
    }

    body#category .product-flag.discount {
        width: 100% !important;
    }

    body#category .products.row,
    #manufacturer .products.row {
        
        justify-content: space-between;
    }

    div#js-product-list .product-miniature {
        
    }

    #products .up {
        display: none
    }

    body#category .pagination,
    #manufacturer .pagination {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    div#js-product-list .pagination a {
        margin: 0 9px;
    }

    div#js-product-list .pagination&gt;div:first-child {
        padding: 0 0 10px;
		text-align: center;
    }

    body#category .pagination .col-md-6.offset-md-2.pr-0 {
        padding: 0;
        float: left;
    }

    .has-compact-filter #amazzing_filter .compact-toggle {
        background: #000;
		min-width: auto;
    }


    .compact-toggle.type-2 .compact-toggle-icon {
        display: none
    }

    body#category .custom-seo-text {
        padding: 0px;
        text-align: left;
    }
    body#category .seotxt-desktop .description-category-inner span.description-category-action{
        padding: 0;
    }
    #manufacturer .seotxt-desktop .custom-seo-text,
    #manufacturer .seotxt-desktop .description-category-inner span.description-category-action {
        text-align: left
    }

    body#category .seotxt-desktop,
    #manufacturer .seotxt-desktop {
        padding: 0
    }

    body#category .product-flags li.product-flag {
        
    }

    body#category .block-category-inner {
        
    }
}

@media screen and (max-width: 767px) {
	#left-column .search-widgets form button[type="submit"] {
		top: 0px;
	}
	.products-selection {
		margin: 0 0 10px;
	}
	.products-selection .sort-by-row .select-title {
		height: 35px;
		line-height: 35px;
		padding: 0 15px 0 15px;
	}
	.products-selection .sort-by-row .select-title i:before {
		top: 10px;
	}
	.products-selection &gt;.col-md-6 {
		width: 100%;
		padding: 0;
	}
	.total-products {
		display:none;
	}
	#products .products, .featured-products .products, .product-accessories .products {
		margin-right: -7px;
		margin-left: -7px;
	}
	#js-product-list .js-product.product {
		padding-left: 7px;
		padding-right: 7px;
	}
    #blockcart-modal .divide-right{
        border-right: 0 !important;
    }
    body#category section#main&gt;h1.h1,
    body#search h1#js-product-list-header {
        margin-top: 10px;
		font-size: 32px;
		line-height: 36px;
		margin-bottom: 10px;
    }
    body#category .seotxt-desktop span.description-category-action p#fold-text,
    #manufacturer .seotxt-desktop span.description-category-action p#fold-text {
        text-align: left;
    }
    body#category .description-category-inner .custom-seo-text h3{
        text-align: left;
		font-size: 18px;
		line-height: 28px;
		max-width: 100%;
		margin: 0 auto;
		margin-bottom: 10px;
		margin-top: 0 !important;
    }
	body#category #wrapper&gt;.container {
		display: flex;
		flex-direction: column;
	}
    body#category div#content-wrapper.col-md-9,
    body#search div#content-wrapper.col-md-9,
    #manufacturer div#content-wrapper.col-md-9 {
        width: 100% !important;
		padding: 0px;
		order: 1;
    }
	body#category div#left-column.col-md-3, #manufacturer #left-column, #search #left-column {
		width: 100% !important;
	}
	.block-categories {
		margin: 25px 0 0;
		display: none;
	}
    section#products div#js-product-list {
        
    }

    body#category .seotxt-desktop .description-category-inner,
    #manufacturer .seotxt-desktop .description-category-inner {
        width: 100%
    }
	#amazzing_filter form {
		overflow: auto;
		padding-top: 5px;
		height: 100%;
		padding: 0 0 130px;
	}

    body#category .seotxt-desktop .description-category-inner span.description-category-action #manufacturer .seotxt-desktop .description-category-inner span.description-category-action {
        text-align: center;
    }

    
    body#category .custom-seo-text&gt;span {
        flex-direction: column;
    }

    body#category .custom-seo-text&gt;span&gt;p {
        width: 100%;
        font-size: 14px;
        line-height: 25px;
        text-align: left;
    }

    body#category .custom-seo-text&gt;span&gt;p br {
        display: none
    }

    div#js-product-list .product-miniature {
        margin: 0 0 15px;
    }
	div#js-product-list .pagination .page-list {
		margin-right: 0;
	}
	div#js-product-list .pagination a {
		margin: 0 5px;
	}
	div#js-product-list .pagination&gt;div:first-child {
		padding: 0 0 15px;
	}
    .js-product.product.col-xs-6.col-xl-4 {
        
    }

    body#category .description-category-inner .custom-seo-text {
        max-height: 167px;
    }

    body#category .seotxt-desktop,
    #manufacturer .seotxt-desktop {
        margin-top: 12px
    }
	#subcategories .owl-dots {
		display: flex;
	}
}

/*box-product*/
.product-miniature {
    flex-direction: column;
	margin: 0 0 26px;
	padding: 20px 20px 5px;
	background: #fff;
}
.product-flag-gift {
	position: absolute;
    width: 55px;
    height: 36px;
    top: 65px;
    right: 0;
	z-index: 2;
	background: white;
    display: flex;
    align-items: center;
    justify-content: center;
	-webkit-border-top-left-radius: 36px;
	-webkit-border-bottom-left-radius: 36px;
	-moz-border-radius-topleft: 36px;
	-moz-border-radius-bottomleft: 36px;
	border-top-left-radius: 36px;
	border-bottom-left-radius: 36px;
}
.product-flag-gift a {
	width: 55px;
    height: 36px;
}
.product-flag-gift .ico-plag-bio {
	display: block;
	background:url(../images/Icone/Bio.svg) no-repeat center;
	width: 100%;
    height: 100%;
}
.product-flag-gift .ico-plag-gift {
	display: block;
	background:url(../images/Icone/Gift.svg) no-repeat center;
	width: 100%;
    height: 100%;
}
.product-flag-gift .ico-plag-star {
	display: block;
	background:url(../images/star-ico.svg) no-repeat center;
	width: 100%;
    height: 100%;
}

.product-flags {
    top: 0;
	left: 0;
    width: auto;
    padding-top: 15px;
}
.product-miniature .product-flags li.product-flag.flag-text {
	min-width: auto;
    max-width: 80px;
	color: #000000;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	background: none;
	word-break: break-all;
	padding: 10px;
}

.product-flags li.product-flag {
    margin: 0;
}

.product-flags li.product-flag.discount {
    height: 30px;
    background: none;
    font-size: 20px;
    line-height: 20px;
    color: #000000;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: unset;
    padding: 0 10px;
	display: none;
}

body#product .js-product-container li.product-flag.discount {
    height: 35px;
	min-width: 65px;
	}
body#product .js-product-container li.product-flag {
	margin: 0;
    top: 0;
}
body#product .js-product-container .product-flags {
    
}
.product-flags li.label-prodotto {
    background: #000;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.23076923px;
    display: flex;
    justify-content: center;
    padding: 5px 10px;
    margin-top: auto;
}

body#product section#content .product-flags li.label-prodotto {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    text-align: right;
    text-transform: uppercase;
    letter-spacing: 0.34615386px;
}

body#product .product-flags {
    align-items: flex-end;
}

.product-flags li.product-flag.amato {
    width: 66px;
    height: 22px;
    background: #bf563f;
    font-size: 12px;
    line-height: 27px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.2px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-accessories {
	margin: 0 0 15px;
}
.product-accessories .h5 {
	color: #000000;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    margin: 0 0 30px;
}
.list-category-name {
	text-align:center;
	margin: 5px 0 5px;
}
.list-category-name a{
	color: #000000;
	font-size: 14px;
	font-weight: 300;
	line-height: 16px;
	text-align: center;
}
.product-miniature .product-cod {
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	text-align: center;
	margin: 5px 0 5px;
}

.addtocart-grid {
	margin: 10px 0px 0;
	text-align: center;
}
.addtocart-grid .btn-vedi {
	display: inline-block;
	color: #523629;
	border: 1px solid #523629;
	background:#fff;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	height: 42px;
	padding: 0 35px 0;
	line-height: 39px;	
	-webkit-border-top-left-radius: 21px;
	-webkit-border-bottom-right-radius: 21px;
	-moz-border-radius-topleft: 21px;
	-moz-border-radius-bottomright: 21px;
	border-top-left-radius: 21px;
	border-bottom-right-radius: 21px;
}
.product-miniature:hover .addtocart-grid .btn-vedi {
	color: #fff;
	border: 1px solid #523629;
	background:#523629;	
	text-decoration: none;
}
.addtocart-grid .btn-primary span {
	position: relative;
	padding-right: 25px;
}
.addtocart-grid .btn-primary span:after {
	content:"";
    background: url(../images/Icone/Cart.svg) no-repeat center top;
    background-size: contain;
    width: 20px;
    height: 20px;
	position: absolute;
	right: 0;
	top: 0;
}
.addtocart-grid .btn-primary:hover span:after {
	background: url(../images/Icone/cart-ico-white.svg) no-repeat center top;
}
.details-action {
	display: none;
	transition: all .5s;
}
.product-miniature:hover .details-action{
	display: block;
}
.details-action .cycle {
	position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 148px;
	height: 148px;
	background:#bf563f;
	z-index: 3;
	border-radius: 100%;
	opacity: 0.75;
}
.details-action .vedi {
	position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 148px;
	height: 148px;
	z-index: 4;
	border-radius: 100%;
	color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 300;
	padding-top: 50px;
}
.details-action .vedi:before {
	content:"";
    background: url(../images/Icone/View.svg) no-repeat center top;
    background-size: contain;
    width: 75px;
    height: 40px;
	position: absolute;
	top: 45px;
}

.product-miniature .product-description {
    background: transparent;
	position: static;
	padding: 20px 0 0;
}

.products article .wishlist-button-add {
    display: none;
}

.product-miniature .thumbnail-container {
    background: transparent;
    margin-bottom: 15px;
}

/* .product-miniature .thumbnail-container:hover .thumbnail.product-thumbnail:after {
    content: "";
    display: block;
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.4;
}
 */
.product-miniature .thumbnail-container:hover .product-description .h3.product-title a{
    color: #000000;
}
.product-miniature .product-title {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 10px;
	height: 55px;
    overflow: hidden;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}

.product-miniature .product_desc p {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.3px;
    margin-bottom: 2px;
}

.product-miniature .variant-links {
    text-align: left;
    min-height: 0;
}

.product-miniature .variant-links span.count-color {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
}

.product-miniature .product-title a {
	color: #000000;
	font-size: 18px;
	font-weight: 500;
	line-height: 25px;
}
.product-miniature .product-title a:hover {
	color: #523629;
}
.product-miniature .list-nicewishlist {
    top: -8px;
    right: -15px;
    opacity: 1;
}
.product-miniature .list-nicewishlist .material-icons {
	font-size: 0;
	background: url(../images/Icons/wishlist.svg) no-repeat;
	width: 24px;
	height: 20px;
	background-size: contain;
	cursor: pointer;
}

.product-miniature .thumbnail-container .product-thumbnail img {
    width: 100%;
}

.product-miniature .product-price-and-shipping {
    text-align: center;
	font-weight: 400;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction:column;
}
.product-miniature .confezione_label {
	margin-left: 5px;
}
.Prezzo-old {
	color: #000000;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	text-align: center;
	margin: 0 0 0px;
}

.product-miniature .regular-price {
    font-size: 14px;
    font-weight: 400;
    margin-left: 5px;
    margin-right: 5px;
}

.product-miniature .regular-price+span.discount-amount.discount-product+span.price {
    font-size: 14px;
    font-weight: 400;
    color: #bf563f;
}

.product-miniature span.price {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
	line-height:16px;
}

.product-miniature .thumbnail-container:hover .product-description::after,
.product-miniature .thumbnail-container:focus .product-description::after {
    content: unset;
}



@media screen and (max-width:1200px) {

   
    .product-flags {
        align-items: flex-end;
        padding-top: 0;
    }


    .product-flags li.label-prodotto {
        font-size: 12px;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 0.23076923px;
    }

    body#product .products.slide_related .product-flags li.label-prodotto {
        font-size: 14px;
		line-height: 28px;
		height: 28px;
    }

    .product-flags li.product-flag.discount {
		
    }
	.drink-index-7 .product-flags li.product-flag.discount {
		font-size: 18px;
		height: 36px;
		line-height: 36px;
	}
    .products.slide_related .product-miniature .thumbnail-container {
        margin-bottom: 0;
    }
}

/*end*/












/*end*/


/*product-detail*/
#product #content {
    max-width: 100%;
}

.wk-product-variants-item {
	color: #000000;
    font-size: 16px;
    font-weight: 300;
	line-height: 25px;
}
.wk-product-variants-item input[type="radio"]{
	
}

#product .row.product-container ul.product-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#product .row.product-container ul.product-images a.thumb-containerr {
    width: calc(50% - 30px);
    margin-right: 30px;
    margin-bottom: 33px;
}

#product .row.product-container .col-md-6 h1.h1 {
    color: #000000;
    font-size: 30px;
    font-weight: 400;
    width: 100%;
    text-transform: none;
    margin-bottom: 20px;
	font-family: 'Lora', serif;
}

#product .row.product-container span.current-price-value {
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
}
#product .row.product-container span.current-price-value small {
    position: relative;
    top: -3px;
}
#product .row.product-container .product-discount .regular-price-label {
	display: none;
}
#product .row.product-container .product-discount .regular-price {
	opacity: 0.5;
	color: #000000;
	
	font-size: 20px;
	font-weight: 400;
	line-height: 27px;
	padding: 0;
    margin: 0;
}

#product .product-discount {
    margin-bottom: 0;
}
#product .product-middle .product-discount {
	display: flex;
	justify-content: space-between;
	margin: 0 15px 0 0;
}
#product .product-middle .product-discount span{	
	color: #000000;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
}
.has-discount.product-price {
	display:block;
}
.has-discount.product-price .group-risparmi {
	display: none;
	justify-content: space-between;
	margin: 0 0 10px;
}
.has-discount.product-price .group-risparmi span {
	color: #000000;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
}
#product .row.product-container .has-discount.product-price span.current-price-value {
	color: #000000;
}

.group-prezzo {
	display: flex;
	justify-content: flex-start;
}
.group-prezzo .prezzo {
	color: #000000;
	font-size: 16px;
	font-weight: 600;
	line-height: 25px;
	display: none;
}

#product .product-related-title {
	color: #523629;	
	font-size: 32px;
	font-weight: 600;
	line-height: 32px;
	text-align: center;
	margin: 30px 0 0;
}
#product section#wrapper .container{
    
}
#product .row.product-container .col-md-6:first-child {
    width: 50%;
	padding-right: 45px;
}

#product .row.product-container .col-md-6:last-child {
    width: 50%;
	padding-left: 70px;
}

#product .row.product-container .pro-desc-custom {
    width: 90%;
    margin-bottom: 20px;
}

#product .row.product-container .product-prices.js-product-prices {
    margin-left: 0;
    margin-top: 5px;
	margin-bottom: 0;
	display: flex;
    align-items: flex-start;
    justify-content: flex-start;
	flex-wrap: wrap;
}
#product .row.product-container .product-prices .confezione_label {
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 0 5px;
}

#product .row.product-container .product-prices.js-product-prices .product-price.h5 {
    margin-bottom: 0px;
	display: block;
}


#product .row.product-container .product-information {
    width: 100%;
}

#product .row.product-container .product-prices .tax-shipping-delivery-label {
    display: none;
}
#product .row.product-container .product-prices.js-product-prices .product-price .current-price {
	margin: 0;
}
#product .row.product-container .has-discount .discount {
    color: #bf563f;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
	margin: 0;
	padding: 0;
	background: none;
}

#product .row.product-container ul.product-images a.thumb-containerr img.thumb.js-thumb {
    width: 100%
}
#product .row.product-container .pro-desc-custom {
	color: #45443d;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 10px;
}
#product .row.product-container .product-description p {
    color: #45443d;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0;
}
.product-description li {
	color: #000000;
    font-size: 14px;
    font-weight: 300;
    line-height: 23px;
    letter-spacing: 0.43333334px;
    margin-bottom: 0;
}
.wishlist-flags {
	position: absolute;
	right: 0;
	top: 20px;
	z-index: 1;
}

#product .row.product-container span.txt-cate {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    margin-right: 10px;
}

#product .row.product-container .product-variants.js-product-variants span.control-label {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    display: inline-block;
    width: auto;

}

#product .row.product-container .product-variants.js-product-variants span.control-label span.value-attr {
    font-weight: 700;
}

#product .product-variants&gt;.product-variants-item .color {
    border: 0;
    width: 55px;
    height: 55px;
    margin-right: 10px;
}

#product .product-variants&gt;.product-variants-item .color .sr-only {
    width: auto;
    height: auto;
    clip: unset;
    overflow: auto;
    bottom: 1px;
    left: 0;
    color: #000000;
    font-size: 12px;
    font-weight: 400;
}

#product .row.product-container .product-variants.js-product-variants {
    width: 100%;
}

#product .row.product-container .product-variants.js-product-variants li.input-container {
    margin-bottom: 10px;
    position: relative;
    margin-right: 12px;
}

#product .row.product-container .product-variants.js-product-variants ul#group_5:after {
    content: "";
    clear: both;
    display: block;
}

#product .row.product-container .product-variants.js-product-variants ul#group_2 li.input-container.active:after {
    content: "";
    width: 55px;
    height: 2px;
    background: #000000;
    display: block;
    position: absolute;
    bottom: -2px;
}
#product .row.product-container .product-variants.js-product-variants ul#group_2 li.input-container.active .color .sr-only{
    font-weight: bold;
}
#product .row.product-container .product-variants.js-product-variants ul#group_2 li.input-container:hover .color .sr-only{
    font-weight: bold;
}
#product .row.product-container .product-variants.js-product-variants ul#group_2 li.input-container:hover:after {
    content: "";
    width: 55px;
    height: 2px;
    background: #000000;
    display: block;
    position: absolute;
    bottom: -1px;
}

#product .row.product-container .product-description {
    display: inline-block;
}

#product .row.product-container span.current-category {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
}

#product .row.product-container .input-container span.radio-label {
    border: 1px solid #000;
    padding: 15px 20px;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    min-width: 93px;
    text-align: center;
}

#product .row.product-container .input-container.active span.radio-label,
#product .row.product-container .input-container:hover span.radio-label {
    border-color: #3f4e55;
}

#product .row.product-container .control-right {
    /* display: flex;
    align-items: center; */
    margin-bottom: 11px;
    position: relative;
}

#product .row.product-container .control-right .clearfix.product-variants-item {
    margin-top: 3px;
    border-top: 1px solid #000;
    padding-top: 10px;
    margin-bottom: 0px;
}

#product .row.product-container .control-right .clearfix.product-variants-item select.form-control {
    width: 93px;
    height: 55px;
    border: 1px solid #000;
    padding: 0 12px;
}
#product .row.product-container .control-right .clearfix.product-variants-item  ul#group_5{
    margin-bottom: 0;
}
#product .row.product-container .control-right span.scroll-taglia {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
    float: right;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 25%;
}

#product .row.product-container .control-right span.scroll-taglia:hover {
    color: #000000;
}

#product .row.product-container .product-add-to-cart.js-product-add-to-cart .control-label {
    margin: 0;
	font-size: 16px;
	font-weight: 700;
	color:#000000;
	display: none;
}

#product .row.product-container .product-add-to-cart.js-product-add-to-cart .bootstrap-touchspin .input-group-btn-vertical {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    height: 100%;
    align-items: center;
    z-index: 9;
    padding: 0px;
}

#product .row.product-container .product-add-to-cart.js-product-add-to-cart .bootstrap-touchspin .input-group-btn-vertical button.btn {
    padding: 0;
    width: 20px;
    margin-left: 0px;
    border: 0;
	background: none;
}

#product .row.product-container .product-add-to-cart.js-product-add-to-cart .bootstrap-touchspin .input-group-btn-vertical button.btn:hover {
    background: unset;
}

#product .row.product-container .product-add-to-cart.js-product-add-to-cart .bootstrap-touchspin .input-group-btn-vertical button.btn i {
    display: none;
}

#product .row.product-container .product-add-to-cart.js-product-add-to-cart .bootstrap-touchspin .input-group-btn-vertical button.btn.bootstrap-touchspin-up:after {
	content: "";
	background: #000000;
	position: absolute;
	width: 15px;
	height: 1px;
	top: 12px;
    left: 0;
}
#product .row.product-container .product-add-to-cart.js-product-add-to-cart .bootstrap-touchspin .input-group-btn-vertical button.btn.bootstrap-touchspin-up:before {
	content: "";
	background: #000000;
	position: absolute;
	width: 1px;
	height: 15px;
	top: 5px;
    left: 7px;
}
#product .row.product-container .product-add-to-cart.js-product-add-to-cart .bootstrap-touchspin .input-group-btn-vertical button.btn.bootstrap-touchspin-down:after {
	content: "";
	background: #000000;
	position: absolute;
	width: 15px;
	height: 1px;
	top: 12px;
    left: 3px;
}

#product .row.product-container .product-add-to-cart.js-product-add-to-cart .product-quantity #quantity_wanted {
    width: 90px;
    height: 32px;
    border-radius: 0px;
    border: 0px solid #000;
    background: transparent;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    text-align: center;
	margin-right: 5px;
	margin-left: 10px;
}

#product .row.product-container .product-add-to-cart .possessori {
	width: 100%;
	color: #888b8d;
	font-size: 12px;
	font-weight: 400;
	line-height: 15px;	
    margin: 5px 0;
    text-align: center;
}

#product p.text {
    margin-top: 10px;
}

#product p.text span {
    display: none;
    color: #000000;
}
#product p.text span.active{
    display: block!important;
}
#product .icon-wash {
    display: flex;
}

#product .icon-wash&gt;div {
    position: relative;
    margin-right: 20px;
}

#product .icon-wash&gt;div:hover {
    border-bottom: 2px solid #000000;
}

#product .icon-wash&gt;div.active {
    border-bottom: 2px solid #000000;
}

#product .icon-wash&gt;div:hover&gt;img:first-child {
    opacity: 0;
}

#product .icon-wash&gt;div:hover&gt;img.hover {
    opacity: 1;
    visibility: visible;
}

#product .icon-wash img.hover {
    position: absolute;
    left: 0;
    bottom: 5px;
    visibility: hidden;
}

#product .icon-wash div&gt;img:first-child {
    z-index: 1;
    position: relative;
    visibility: visible;
}

#product .icon-wash img.active {
    visibility: hidden !important;
}

#product .icon-wash img.active+img.hover {
    visibility: visible !important;
}

#product .row.product-container .product-quantity.clearfix::after {
    content: unset
}

#product .tabs .nav.nav-tabs .item+.product-taglie th,
#product .tabs .nav.nav-tabs .item+.product-taglie td {
    padding: 15px 35px;
    padding-left: 0;
    font-weight: 400;
}
#product .tabs .nav.nav-tabs table + .table-tagila img{
    width: 100%;
}
#product .row.product-container .product-quantity .col.col-sm-auto {
    
}

#product .row.product-container .product-quantity #nice-wishlist-product-btn {
    box-shadow: unset;
    padding: 0;
	background: none;
    border-radius: unset;
	-webkit-appearance: none;
	position: static;
	width: 100%;
}
#product .row.product-container .product-quantity #nice-wishlist-product-btn i {
	font-size: 21px;
	color: #000000;
}
#product .row.product-container .product-quantity #nice-wishlist-product-btn span.txt-wishlist {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    margin-left: 10px;
}

#product .row.product-container .product-add-to-cart.js-product-add-to-cart .wishlist-button-add {
    margin-left: 144px;
    box-shadow: none;
    width: 100%;
    height: auto;
}

#product p.product-minimal-quantity.js-product-minimal-quantity {
    margin: 0;
}

.product-spedi-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product-spedi-item {
    display: flex;
    align-items: center;
}
#product-availability{
	margin-top: 0;
}
.product-spedi-item p,
.product-spedi-item h3 {
    margin-bottom: 0;
}

.product-spedi-item h3 {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}

.product-spedi-item p {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
}

.spedi-content {
    margin-left: 20px;
}


#product .row.product-container .product-actions .add-to-cart {
    width: 100%;
    height: 50px;
    font-size: 16px;
    font-weight: 600;
    line-height: 50px;
    transition: all .5s;
    padding-top: 0;
	text-transform: none;
	display: flex;
    justify-content: center;
	background: #523629;
	position: relative;
}
#product .row.product-container .product-actions .add-to-cart span {
	background: url(../Icone/Header/carrello-bianco.svg) no-repeat center left;
	display: inline-block;
	padding: 0 0 0 30px;
}
#product .row.product-container .product-actions .add-to-cart:hover {
	background: #000000;
}

#product .row.product-container .product-actions .add-to-cart i {
    margin-left: 5px;
	font-size: 0;
	position: relative;
}
#product .row.product-container .product-actions .add-to-cart i:after {
	content: "";
	background: url(../images/Icone/Cart.svg) no-repeat center top;
	background-size: contain;
	width: 20px;
	height: 20px;
	position: absolute;
	right: -20px;
    top: 15px;
}
#product .row.product-container .product-actions .add-to-cart:hover i:after {
	content: "";
	background: url(../images/Icone/cart-ico-white.svg) no-repeat center top;
	background-size: contain;
	width: 20px;
	height: 20px;
	position: absolute;
	right: -20px;
    top: 15px;
}

.qty-container {
	display: flex;
    align-items: center;
    width: 167px;
    padding: 5px 15px;
	margin: 0 15px 0 0;
	border-radius: 25px;
	border: 1px solid #000;
    box-sizing: border-box;
	justify-content: space-between;
}
#product .product-quantity .qty {
    margin: 0;
}

#product .row.product-container .add {
    width: 100%;
	margin: 0 0 3px;
}

#product .product-spedi {}

#product .product-spedi li {
    font-size: 25px;
    line-height: 40px;
    font-weight: 400;
    color: #61534E;
    position: relative;
    padding-left: 22px;
}

#product .product-spedi li:before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 50%;
}


#product .main-color ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 13px;
}

#product .main-color span.title-color {
    font-size: 16px;
    line-height: 35px;
    font-weight: bold;
    color: #000000;
}

#product .main-color li {
    margin-right: 39px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 50%;
    padding: 5px;
}

#product .main-color li.active,
#product .main-color li:hover {
    border: 1px solid #000000;
    border-radius: 50%;
    padding: 5px;
}

#product .tabs {
    background: transparent;
    padding: 0;
    margin-top: 20px;
	display: none;
}
#product #main .page-footer {
    margin-bottom: 0;
}
#product div#product-comments-list-header {
    display: none;
}

#product div#product-comments-list {
    display: none;
}

#product div#product-comments-list-footer {
    display: none;
}

#product .tabs .nav.nav-tabs {
    display: flex;
    flex-direction: column;
    border: none;
}

#product .tabs .nav.nav-tabs&gt;div {
    padding-top: 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(95, 83, 79, 0.24);
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

#product .tabs .nav.nav-tabs&gt;div:first-child {
    border-top: 1px solid rgba(95, 83, 79, 0.24);
}

#product .tabs .nav.nav-tabs .item {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


#product .tabs .nav.nav-tabs .item:after {
    content: "";
    background: url(../images/plus.svg) no-repeat;
    float: right;
    transition: 0.3s ease-in;
    display: block;
    width: 20px;
    height: 20px;
    background-size: auto;
    background-position: center;
}

#product .tabs .nav.nav-tabs .item.active::after {
    background: url(../images/minus.svg) no-repeat;
    background-position: center;
}

#product .tabs .nav.nav-tabs .item+div {
    display: block;
    padding: 10px 5px;
}

#product .tabs .nav.nav-tabs .item+div &gt; *,
#product .tabs .nav.nav-tabs .item+div {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    padding-left: 0;
}
/*#product .tabs .nav.nav-tabs .item+div .row{
    margin: 0;
}*/
div#static-block-wrapper_14 {
    margin-top: 20px;
}

#product .product-top-1-wrapper .product-top-1-col {
    border-right: 1px solid rgba(95, 83, 79, 0.24);
    padding-right: 30px;
    padding-left: 28px;
}

#product .product-top-1-wrapper .product-top-1-col:last-child {
    border: none;
}

#product ul.list-atrr li.img-attr {
    border: none;
}

#product .product-top-1-wrapper {
    display: flex;
    height: 143px;
    background: #000;
    align-items: center;
    border-radius: 11px;
    justify-content: space-around;
    margin-top: 100px;
}

#product ul.list-atrr {
    display: none;
}

#product ul.list-atrr li {
    border-right: 1px solid rgba(95, 83, 79, 0.24);
    padding-right: 30px;
    padding-left: 28px;
}

#product ul.list-atrr li p.value {
    font-size: 30px;
    font-weight: bold;
    color: #45472D;
    margin-bottom: 19px;
}

#product ul.list-atrr li p.title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0;
}



#product .product-top-1-wrapper .product-top-1-col h3 {
    font-size: 30px;
    /*    line-height: 87px;*/
    font-weight: bold;
    color: #45472D;
    margin-bottom: 10px;
}


#product .product-top-1-wrapper .product-top-1-col p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0;
}

#product .products.slide_related {
    justify-content: space-between;
    margin: 27px 0 0;
	/* flex-wrap: inherit; */
    /*    margin-left: -11px;
    margin-right: -11px;*/
}
#product .products.slide_related.owl-carousel .owl-item {
	
}
#product .product-discounts {
    margin-bottom: 0;
}


#product .row.product-container.js-product-container {
	padding-bottom: 50px;
}
#product .row.product-container.js-product-container .product-flag-gift {
    display: none;
}

.products.slide_related .js-product.product {
    /*width: 25%;*/
    padding: 0 11px;
}
.products.slide_related_blog .js-product.product {
	padding: 1px;
}
.blog-product .product-accessories .products {
	margin: 0;
}
.blog-product .product-accessories .h5 {
	color: #000000;
	
	font-size: 24px;
	font-weight: 400;
	line-height: 28px;
	text-align: center;
}


div#nicewishlist-modal button#submit-login {
    width: 47%;
    height: 50px;
    background: #000000;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    transition: all .5s
}

div#nicewishlist-modal button#submit-login:hover {
    color: #000000;
    background: transparent;
    border: 1px solid #000000;
}

div#nicewishlist-modal form .form-control-label {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
}

div#nicewishlist-modal .form-control {
    height: 37px;
}
.input-group .input-group-btn&gt;.btn[data-action="show-password"] {
	position: absolute;
    top: 0;
    right: 5px;
    z-index: 9;
    color: transparent;
    background: transparent;
    max-width: 60px;
    outline: 0;
}
.input-group .input-group-btn&gt;.btn[data-action="show-password"]:after {
	content: "\f06e";
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    font-weight: 900;
    color: #000;
    position: absolute;
    left: 22px;
}

#product .lSSlideWrapper {
	/* border: 1px solid #000;	
	box-shadow: 0px 0px 5px rgb(69 68 61 / 25%); */
}
#product ul.lSPager.lSGallery {
    margin: 0px 0 0 !important;
	display: none;
}
#product .lSSlideOuter img {
    left: auto;
}
.lSAction &gt; a svg {
	max-height: 23px;
}
.lSSlideOuter li {
	position: relative;
}

@media (min-width: 1380px) {
	.lSAction&gt;.lSNext {
		right: -5px;	
	}
	.lSAction&gt;.lSPrev {
		left: -5px;
	}
	#product #content {
		padding: 60px 0;
	}
}
/* .lSSlideOuter li:after {
	content:"";
	width: 16px;
	height: 16px;
	bottom: 15px;
	right: 15px;
	position: absolute;
	background:url(../images/zoom.svg) no-repeat;
}
 */
#product #content:before {
    content: "";
	width: calc(100% + 120px);
    height: calc(100% + 60px);
    top: -60px;
    left: -60px;
    position: absolute;
    background: #fff;    
} 
#product ul.lSPager.lSGallery li {
    border: none !important;
	margin-bottom: 10px !important;
}
#product ul.lSPager.lSGallery li a {
	padding: 5px 3px 5px;
    display: block;
}
#product ul.lSPager.lSGallery li img {
	border: 0px solid #000;
	border-radius: 0;
}



.product-middle {
	margin: 0 0 20px;
}
.product-middle-info {
	
}
.product-middle-action {
	
}
.product-middle-action-round {
	width: 100%;
	display: flex;
    align-items: center;
}


.product-middle-info .h1 {
	color: #523629;	
	font-size: 32px;
	font-weight: 600;
	line-height: 32px;
	margin: 0 0 5px;
}
.product-manufacturer {
	display: flex;
	justify-content: space-between;
}
.product-sku {
    font-size: 12px;
    margin-top: -8px;
}
.category-product-sku {
    font-size: 12px;
	text-align: center;
	margin: -8px 0 5px;
}

.logo_brand {
	max-width: 60px;
}
.logo_brand img {
	width: 100%;
}
.product-piu-info {
	display: inline-block;
	cursor: pointer;
	margin: 0 0 20px;
}
.product-piu-info span {
	color: #000000;
	font-size: 16px;
	font-weight: 600;
	line-height: 25px;
	text-decoration: underline;
}
.product-piu-info:hover span {
	color: #000000;
}
.product-cod {
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin: 0 0 5px;
}
.product-cod strong {
	font-weight: 700;
	margin-left: 5px;
}
.product_description_short {
	color: #000000;
	font-size: 18px;
	font-weight: 300;
	line-height: 28px;
	margin: 15px 0 30px;
}
.product_description_short p {
	color: #000000;
	font-size: 14px;
	font-weight: 300;
	line-height: 22px;
	margin: 0 0 10px;
}
.product_description_short p span {
	color: #000000 !important;
	background: none !important;
	font-size: 14px !important;
	font-weight: 300;
	line-height: 22px;
	font-family: 'Montserrat', sans-serif !important;
}

.product-formulazione {
	color: #000000;
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
	margin: 0 0 5px;
}
.product-formulazione strong {
	font-weight: 700;
	margin-left: 5px;
}
.product-category-name {	
	margin: -5px 0 5px;
}
.product-category-name a {
	color: #000000;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;	
}
.product-category-name a:hover {
	color: #000000;
}
.product_short_attribute {}
.product_short_attribute li {
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
	margin: 0;
}
.product_short_attribute li strong {
	font-weight: 700;
	margin-right: 5px;
}
.service__documentazione ul {
	display:flex;
	margin: 0 -15px;
}
.service__documentazione ul li {
	width: 50%;
	padding: 5px 15px 10px;	
}
.service__documentazione .documentazione {
	display:flex;
	padding: 10px 0;
	justify-content: center;
	border: 1px solid #000;
}
.service__documentazione .text {	
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	margin: 0 0 0 10px;	
}
.available h3 {
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin: 0;
}
.unavailable h3 {
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin: 0;
}

.available h3 i {
	color: #1cb75a;
	font-size: 20px;
	font-weight: 700;
	margin-right: 5px;
}
.unavailable h3 i {
	color: #000;
	font-size: 20px;
	font-weight: 700;
	margin-right: 5px;
}


.product-attribute-container {
	border-top: 1px solid #000;
}
.wrapper-product-tab {
	margin: 0 0 50px;
}

.attr-item {
	padding: 15px 20px 15px 20px;
	border-bottom: 1px solid #fff;
}
.attr-item:first-child {
	border-top: 1px solid #fff;
}
.attr-item:last-child {
	
}
.attr-item h2 {
	color: #000000;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	margin: 0px 0px 0px;
	font-family: 'Lora', serif;
	position:relative;
	cursor: pointer;
}
.attr-item h2 .pack-ico {
	background: url(../Icone/pack-ico.svg) no-repeat center left;
	display: inline-block;
	padding: 0px 0 0 35px;
}
.attr-item h2:after {
	content:"";
	position: absolute;
	top: 4px;
	right: 0;
	width: 17px;
	height: 17px;
	display: block;
	background: url(../Icone/plus.svg) no-repeat center;
}

.attr-item p {
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	margin: 0 0 10px;
	padding: 0px 0;	
}
.attr-item p strong {
	font-weight: 500;
}
.attr-item-content {
	display:none;
	padding:20px 0px 10px;
}
.attr-item.active h2:after{
	background: url(../Icone/minus.svg) no-repeat center;;
}
.attr-item.active .attr-item-content {
	display:block;
}


#product .row.product-container .product-information .Da-degustare-container{
	display: none;
}
.photo3d-mobile {
	display:none;
}

@media screen and (max-width: 1200px) {
    
    #product section#wrapper .container{
        padding: 0 15px
    }
    #product .row.product-container .col-md-6 h1.h1 {
        
    }

    /*#product  .mask {
        display: none;
    }*/
    #product .lSSlideOuter img {
        left: 0;
    }

    #product .row.product-container .product-actions .add-to-cart {
        width: 100%;
    }

    #product .row.product-container .add {
        width: 70%;
    }
    #product .row.product-container .control-right span.scroll-taglia{
            bottom: 36.5%;
    }
}
@media screen and (max-width: 1024px) {
	
	.attr-item-clienti {
		margin: 0;
	}
	.product-service .service .footer-service {
		padding-bottom: 10px;
	}
}
@media screen and (max-width: 992px) {
	#product .row.product-container .col-md-6:first-child {
        width: 100%;
        padding: 0 0 5px;
    }

    #product .row.product-container .col-md-6:last-child {
        width: 100%;
        padding: 0 15px;
    }
}

@media screen and (max-width:767px) {
	.wrapper-product-tab {
		margin: 0 -15px 30px;
	}
	.attr-item {
		padding: 15px 15px 15px 15px;
	}
	.attr-item h2 {
		
	}	
	.product_short_attribute ul {
		margin: 0;
	}
	.Da-degustare-con ul {
		margin: 0 0 15px;
	}
	.Da-degustare-con li {
		background-position: top center !important;
		padding: 45px 10px 10px 10px;
		margin: 0;
	}
	.Da-degustare-con li strong {
		text-align: center;
		min-height: 45px;
	}
	.Da-degustare-con li:after {
		height: 85px;
	}
	.Sei-appassionato strong {
		display: block;
		margin: 0 0 5px;
	}
	.product-middle-info .Da-degustare-container{
		display: none;
	}
	#product .row.product-container .product-information .Da-degustare-container {
		display: block;
		margin: 20px 0 0;
	}
	
	.product-service .service .footer-service ul li.item-1 {
		padding: 0px 0px 0px 60px;
	}
	#product .row.product-container .pro-desc-custom {
		width: 100%;
	}
    #product #wrapper .breadcrumb {
        display: block !important
    }
    #index #wrapper .breadcrumb{
        display: none !important;
    }

    #product .product-taglie table {
        width: 100%
    }

    #product .product-taglie table tbody {
        display: flex;
        width: 100%;
    }

    #product .lSAction {
        display: none !important;
    }

    #product .product-taglie table tbody tr {
        display: flex;
        flex-direction: column;
        width: 50%;
    }

    #product .row.product-container .col-md-6 h1.h1 {
		font-size: 30px;
		font-weight: 400;
		line-height: 38px;
	    margin-bottom: 10px;	
    }

    #product .lSSlideOuter ul.lSPager.lSGallery {
		display: block; 
		background: #f5f1f2;
    }
	#product .lSSlideOuter ul.lSPager.lSGallery li {
		height: 2px;
		overflow: hidden;
		background: #fff;      
    }
	#product .lSSlideOuter ul.lSPager.lSGallery li.active {
		background: #523629;      
    }
    #product .row.product-container .product-description p {}

    #product .row.product-container span.txt-cate {
        display: none
    }

    #product .row.product-container span.current-category {
        display: none
    }

    #product .row.product-container .control-right {
        flex-direction: column;
        position: relative;
        margin-bottom: 0
    }

    #product .row.product-container .control-right .product-variants.js-product-variants {
        width: 100%
    }

    #product .row.product-container .control-right span.scroll-taglia {
		position: static;
		text-align: right;
		width: 100%;
		padding: 0 5px 15px 0;
    }
	.product_description_short {
	    margin: 5px 0 10px;	
	}
    #product .row.product-container .product-description {
        display: block;
    }

    #product .row.product-container .control-right .clearfix.product-variants-item ul#group_1 {
        justify-content: space-between;
        display: flex;
    }

    #product .row.product-container .control-right .clearfix.product-variants-item:first-child {
        border: none;
        padding-top: 0
    }

    #product .row.product-container .control-right .clearfix.product-variants-item {
        margin-bottom: 12px;
    }

    #product .row.product-container .product-add-to-cart.js-product-add-to-cart .product-quantity #quantity_wanted {
        display: block;
		min-width: 45px;
		width: 70px;
		margin-right: 5px;
		margin-left: 5px;
    }
	#product .row.product-container .product-quantity {
		flex-direction: inherit;
		justify-content: space-between;
		margin: 0 0 15px;
	}

    #product ul#group_5 {
        margin-bottom: 0
    }

    #product .row.product-container .product-variants.js-product-variants li.input-container {
        margin-bottom: 0;
        margin-right: 11px;
    }
	#product .row.product-container .product-variants.js-product-variants .product-variants-item:first-child li.input-container {
        margin-bottom: 8px;
        margin-right: 2px;
    }
    .product-flags li.label-prodotto{
        padding: 6px 15px;
    }
	
	#product .row.product-container .add {
		width: 70%;
	}
    #product .product-spedi li {
        font-size: 16px;
        line-height: 36px;
        white-space: nowrap;
    }

    #product .main-color li {
        margin-right: 27px;
    }

    #product .main-color li img {
        width: 43px;
        height: 43px;
    }

    #product .product-top-1-wrapper {
        height: auto;
        flex-direction: column;
        align-items: flex-start;
        padding: 33px 28px;
    }

    #product ul.list-atrr {
        height: auto;
        flex-direction: column;
        align-items: flex-start;
        padding: 33px 28px;
    }

    #product .product-top-1-wrapper .product-top-1-col {
        padding: 0;
        border-right: 0;
        width: 100%;
        display: flex;
        align-items: flex-end;
        padding-bottom: 18px;
        padding-top: 15px;
        border-bottom: 1px solid rgba(95, 83, 79, 0.24);
    }

    #product ul.list-atrr li {
        padding: 0;
        border-right: 0;
        width: 100%;
        display: flex;
        align-items: flex-end;
        padding-bottom: 18px;
        padding-top: 15px;
        border-bottom: 1px solid rgba(95, 83, 79, 0.24);
    }

    #product .product-top-1-wrapper .product-top-1-col h3 {
        margin: 0;
        width: 55%;
        font-size: 31px
    }

    #product ul.list-atrr li p.value {
        margin: 0;
        width: 55%;
        font-size: 31px
    }

    #product .row.product-container.js-product-container {
        margin-bottom: 0;
		padding: 0;
    }
	#product .row.product-container.js-product-container .photo3d {
		/* display: none; */
		margin: 0 0 10px;
	}
	.photo3d-mobile {
		display:block;
	}
	.photo3d-mobile .photo3d {
		margin: 0 0 15px;
	}
    .products.slide_related {
        margin: 27px -6px 0 -6px
    }

    .products.slide_related .js-product.product {
        width: 50%;
        padding: 0 6px;
    }

    #product .lSSlideOuter img {
        width: 100%
    }
	#product ul.lSPager.lSGallery li img {
		opacity: 0.5;
	}
	#product ul.lSPager.lSGallery li.active img {
		opacity: 1;
	}
    #product .main-color ul {
        justify-content: flex-start;
    }

    #product .lSAction svg {
        display: none
    }

    #product .lSAction a {
        display: flex;
        align-items: center;
    }

    #product .lSAction a.lSPrev:after {
        content: "";
        background: url(../images/arrow-down.svg) no-repeat;
        display: block;
        width: 20px;
        height: 20px;
        background-size: auto;
        transform: rotate(90deg);
    }

    #product .lSAction a.lSNext:after {
        content: "";
        background: url(../images/arrow-down.svg) no-repeat;
        display: block;
        width: 20px;
        height: 20px;
        background-size: auto;
        transform: rotate(-90deg);
    }

    .product-spedi-item {
        width: 100%;
        margin-bottom: 20px
    }

    #product .lSSlideOuter {
        padding: 0 !important
    }

}
@media screen and (min-width:400px) and (max-width:800px){
    #product .row.product-container .control-right span.scroll-taglia{
            bottom: 27.5%;
    }
}
@media screen and (min-width:391px) and (max-width:420px){
     #product .row.product-container .control-right span.scroll-taglia{
            bottom: 21.5%;
     }
}


/*end*/

/*add to cart*/
body#product .modal-content {
    background: #f2f5fc;
    /* max-width: 900px; */
    margin: 0 auto;
}

body#product #blockcart-modal .modal-header {
    background: transparent;
    border: none;
}

body#product #blockcart-modal .modal-body {
    background: transparent;
}

#blockcart-modal .product-name {
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    font-weight: 600;
}
#blockcart-modal .product-price {
	font-size: 16px;
    line-height: 25px;
    color: #000000;
	font-weight: 400;
}
#blockcart-modal .modal-body .divide-right span strong {
    font-weight: 600;
}
#blockcart-modal .product-image {
    margin: 0;
    width: 100%;
    max-width: inherit;
}

#blockcart-modal .divide-right{
    border-right: 1px solid #000;
}
#blockcart-modal .cart-content p.cart-products-count {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

#blockcart-modal .cart-content p {
    line-height: 24px;
    font-size: 16px;
    color: #2A2322;
    font-weight: 300;
    margin: 0 0 5px;
}

#blockcart-modal .cart-content p .value {
    font-size: inherit;
    font-weight: inherit;
}

#blockcart-modal .cart-content p .label {
	color: #000000;
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
}

#blockcart-modal .cart-content p .label+span.value {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
}

#blockcart-modal .cart-content p.product-total {
    background: transparent;
}


#blockcart-modal .cart-content .cart-content-btn {
    width: 100%;
}

.cart-content-btn a.btn.btn-primary {
    width: 50%;
	background: #000000;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center
}
#blockcart-modal .cart-content p {
	padding: 0;
}
#blockcart-modal .modal-title i.material-icons {
    color: #bf563f;
	margin-right: 5px;
}
#blockcart-modal .modal-title {
	font-size: 12px;
}
body#product #blockcart-modal .modal-header {
	padding-bottom: 0;
}
#blockcart-modal .cart-content p.product-total {
	padding: 5px 0;
}
#blockcart-modal .modal-body .divide-right span {
	padding: 0;
}
#blockcart-modal .product-price {
	padding: 0;
	margin: 0 0 5px;
}

.cart-content-btn a.btn.btn-primary:hover {
    background: #000000;
    color: #fff;
}

.cart-content-btn a.btn.btn-primary i {
    display: none;
}

@media screen and (max-width: 767px) {
    .cart-content-btn button.btn.btn-secondary {
        width: 100%;
        display: block;
    }
/*    #blockcart-modal{
        padding-left: 17px
    }*/
    #blockcart-modal .cart-content .cart-content-btn {
        flex-direction: column;
        width: 100%
    }

    .cart-content-btn a.btn.btn-primary {
        width: 100%
    }
    body#product .modal-content{
        max-width: 90%;
    }
}




/*end*/









/*ty page*/
body#ets_cft_page h1.panel-title-heading {
    display: none;
}

body#ets_cft_page #main .page-content {
    background: transparent;
    text-align: center;
	padding: 0;
}
#wrapper .breadcrumb ul {
	margin: 0;
}

body#ets_cft_page #main .page-content p {
    font-size: 22px;
    line-height: 23px;
    color: #000000;
    font-weight: 600;
}
body#ets_cft_page #main .page-content p:first-child {
	color: #000000 !important;
	font-size: 28px !important;
	font-weight: 600 !important;
	line-height: 32px;
	width: 100%;
	text-transform: capitalize;
	margin-bottom: 15px;
	font-family: 'Montserrat', sans-serif !important;
}

body#ets_cft_page #main .page-content p:nth-child(2) {
    color: #000000 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 23px !important;
    margin-bottom: 30px;
    text-align: center;
}

body#ets_cft_page #main .page-content p a {
    width: 300px;
    transition: all .5s;
    outline: none;
    display: block;
    margin: 0 auto;
    border-radius: 0px;
    height: 47px;
    line-height: 47px;
    padding: 0 30px;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    background: #523629;
    letter-spacing: 0;
    border-radius: 25px;
}

body#ets_cft_page #main .page-content p a:hover {
    color: #fff !important;
    background: #000000;
    border: 0px solid #000000;
}





/*newletter-oke*/


/*body#cms.cms-id-8 #main .page-content {
    background: transparent;
    text-align: center;
}

body#cms.cms-id-8 #main .page-content p {
    font-size: 25px;
    line-height: 24px;
    color: #000000;
    font-weight: bold;

}

body#cms.cms-id-8 #main .page-content p a {
    display: block;
    max-width: 414px;
    height: 75px;
    width: 100%;
    margin: 0 auto;
    line-height: 75px;
    background: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-top: 36px;
    transition: all .5s;
}

body#cms.cms-id-8 #main .page-content p a:hover {
    color: #000000 !important;
    background: #000;
}*/

/*end*/





/*popup-newletter*/

.popup-news div#blockEmailSubscription_displayFooterBefore {
    position: fixed;
    right: -446px;
    top: 50%;
    z-index: 999;
    transform: translateY(-50%);
    transition: all .6s;
    -webkit-transition: all .6s;
}

.popup-news div#blockEmailSubscription_displayFooterBefore.active {
    right: 0;
}
.popup-news div#blockEmailSubscription_displayFooterBefore1 {
    position: fixed;
    right: -446px;
    top: 50%;
    z-index: 999;
    transform: translateY(-50%);
    transition: all .6s;
    -webkit-transition: all .6s;
}

.popup-news div#blockEmailSubscription_displayFooterBefore1.active {
    right: 0;
}

.popup-news span.open-popup {
    display: flex;
    align-items: center;
    background: #523629;
    background-position: 91%;
    position: absolute;
    left: -35px;
    width: 35px;
    top: 50%;
    height: 200px;
    transform: translateY(-50%);
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

.popup-news .row.displaypopup-newletter {
    background: #000000;
    padding: 15px 15px 25px;
    opacity: 0;
    transition: all .6s;
    position: relative;
    max-width: 442px;
    margin: 0;
}

.popup-news div#blockEmailSubscription_displayFooterBefore.active .row.displaypopup-newletter {
    opacity: 1;
}
.popup-news div#blockEmailSubscription_displayFooterBefore1.active .row.displaypopup-newletter {
    opacity: 1;
}

.popup-news .open-popup p {
    margin-bottom: 0;
    transform: rotate(270deg) translateY(-80px);
    min-width: max-content;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    padding: 0px 15px;
    cursor: pointer;
}

.popup-news .open-popup p:lang(3n) {
    margin-bottom: 0;
    transform: rotate(270deg) translateY(-80px);
    min-width: max-content;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    padding: 0px 15px 10px;
    cursor: pointer;
}


.popup-news #block-newsletter-label {
    width: 100%;
    padding: 0;
    font-size: 20px;
    color: #404041;
    font-weight: 500;
    display: block;
    text-align: left;
	margin: 0;
	text-transform: uppercase;
}
.popup-news .newletter-text strong {
	color: #4aa850;
    font-size: 18px;
    font-weight: 800;
    line-height: 25px;
    display: block;
}
.popup-news .newletter-text .sub-title {
	color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    padding-top: 0 !important;
    max-width: 375px;
    margin: 0 0 2px;
}


.popup-news .popup-close{
    display: flex;
    justify-content: flex-end;

}
.popup-news .popup-close i{
    color: #404041;
    cursor: pointer;
}
.popup-news .sub-title {
    width: 100%;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
    text-align: left;
}

.popup-news .displaypopup-newletter&gt;.col-md-7.col-xs-12 {
    width: 100%;
    padding: 0;
}
.popup-news .form-newlester .row .actions-newlester {
	right: 15px;
}
.popup-news .custom_check{
    display: flex;
    align-items: center;
    margin-top: 5px;
}
.popup-news .custom_check span p{
    padding: 0 !important;
    margin: 4px 0px 0 10px;
    line-height: 30px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}
.popup-news .custom_check span p a{
    line-height: 25px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    text-decoration: underline;
}
.popup-news .custom_check span p a:hover{
    color: #fff;
}
.popup-news .custom_check span{
    position: relative;
    padding-left: 25px;
}
.popup-news .custom_check span:before{
    content: "";
    width: 23px;
    height: 23px;
    background: #fff;
    position: absolute;
    top: 7px;
    left: 0;
    border: 0px solid #404041;
}
.popup-news form .custom_check input{
    opacity: 0;
    position: absolute;
    z-index: 9;
    width: 23px;
    height: 23px;
}

.popup-news .input-wrapper input::-webkit-input-placeholder {
    /* Edge */
    color: #404041;
    opacity: 0.5;
}

.popup-news .input-wrapper input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #404041;
    opacity: 0.5;
}

.popup-news .input-wrapper input::placeholder {
    color: #404041;
    opacity: 0.5;
}


@media screen and (max-width: 1420px) {}

@media screen and (max-width: 767px) {
	.popup-news {
		display: none;
	}
	
    .popup-news div#blockEmailSubscription_displayFooterBefore {
        display: flex;
        flex-direction: column;
        bottom:-491px;
        top: unset;
        right: unset;
        max-width: 300px;
    }

    .popup-news .custom_error.error-popup {
        display: block;
        position: absolute;
        bottom: 10px;
    }
    .popup-news .custom_check{
        margin-bottom: 30px
    }
    .popup-news div#blockEmailSubscription_displayFooterBefore.active {
        bottom: -186px;
        right: inherit;
    }

    .popup-news .custom_check {
        justify-content: flex-start !important;
        margin-top: 20px !important;
    }

    .popup-news .col-xs-12.actions .btn-primary {
        display: block !important;
        height: 55px;
        width: auto;
        top: -1%;
        left: 91%;
        color: transparent
    }

    .popup-news .col-xs-12 .newlester-submit {
        display: none;
    }

    .popup-news .input-wrapper input {
        height: 45px;
    }

    .popup-news .sub-title {
        font-size: 14px;
    }

    .popup-news #block-newsletter-label {
        font-size: 21px;
        line-height: 26px;
    }

    .popup-news .open-popup p {
        transform: none;
        padding: 0
    }

    .popup-news span.open-popup {
        background: url(../images/btn-newletter-popup-mb.png) no-repeat;
        width: 154px;
        height: 45px;
        padding-left: 27px;
        position: unset;
        margin-bottom: -26px;
        padding-top: 10px
    }

}





/*contact*/
.information-head {}
.information-head p{
	color: #000000;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
	letter-spacing: 0.5px;
	margin: 0 0 10px;
}
.information-head p.in-namesite {
	margin: 0 0 0px;
	font-weight: 600;
}

.information-list p {
	color: #000000;
	font-size: 16px;
	font-weight: 300;
	line-height: 23px;
	letter-spacing: 0.5px;
	padding: 0px 0 7px 66px;
	position: relative;
}
.information-list p a {
	font-weight: 600;
}
.information-list .in-item:before {
	content:"";
	width: 55px;
	height: 55px;
	background: #ffffff;
	border-radius: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
}
.information-list .info-1:before {
	background:#fff url(../images/Icone/Map.svg) no-repeat center;
	background-size: 20px;
}
.information-list .info-2:before {
	background:#fff url(../images/Icone/Phone.svg) no-repeat center;
	background-size: 20px;
}
.information-list .info-3:before {
	background:#fff url(../images/Icone/Email.svg) no-repeat center;
	background-size: 20px;
}


body#cms.cms-id-8 #main .page-content {
    padding: 0;
    margin: 0;
}

.service-wrapper .elementor-container.elementor-column-gap-default {
    max-width: 1040px;
}

.service-wrapper .service-address.elementor-column.elementor-col-50 {
    width: 41%;
}

.service-wrapper .service-form.elementor-column.elementor-col-50 {
    width: 59%;
}

.service-address-item {
    display: flex;
    margin-bottom: 25px;
}

.service-address-item:nth-child(2) {
    margin-bottom: 30px;
}

.service-address-img {
    width: 11%;
}

.service-address-content p {
    margin-bottom: 0;
}

.service-address-content p a {
    text-decoration: underline !important;
    color: inherit;
}
.service-address-content p a:hover{
    color: #bf563f;
}
.service-address-content p a.contact-num {
    text-decoration: none !important
}

.service-address-content {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.27857143px;
    display: flex;
    flex-direction: column;
    line-height: 16px;
    min-height: 48.5px;
    font-family: var(--font-family);
    margin-left: 20px;
}

.service-address-content h3 {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.32142857px;
    margin-bottom: 5px;
}
.contact-information {}
.contact-information .f-h6 {
	margin: 0 0 15px;
	color: #000000;
	
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}
.contact-information ul {
	list-style: none !important;
}
.contact-information ul p {
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	margin: 0 0 10px;
}
.contact-information ul p i {
	margin-right: 14px;
	color: #000000;
}
.contact-info-bottom .f-h6{
	display: flex;
	align-items: center;
	margin: 25px 0 5px;
}
.contact-info-bottom .f-h6 i {
	margin-right: 14px;
}
.contact-info-bottom .ser-time strong {
	font-weight: 600 !important;
}
.contact-info-bottom a {
	display: block;
	text-decoration: underline;
}
.c-contact-inner {
	min-width: 380px;
}
.c-contact-inner li {
	display: flex;
	margin: 0 0 25px;
}
.c-contact-inner .c-icon {
	width: 40px;
}
.c-contact-inner .c-text {
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	margin: 2px 0 0;
}
.c-contact-inner .c-text strong {
	display: block;
}
.c-contact-inner .c-text strong,.f-contact-inner .c-text a {
	color: #000000;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
}
.c-contact-inner .c-text a:hover {
	color: #000000;
}
body#cms.cms-id-8 #wpcf7-f1-o1 form h3 {
    display: none;
}

body#cms.cms-id-8 .form-contact-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -13px;
    position: relative;
}

body#cms.cms-id-8 .form-contact-wrapper&gt;div {
    width: 50%;
    padding: 0 13px;
	margin: 0 0 10px;
}

body#cms.cms-id-8 .form-contact-wrapper&gt;div&gt;label&gt;p {
    color: #000000 !important;
    font-size: 15px !important;
    font-weight: 300 !important;
    line-height: 25px !important;
    margin-bottom: 0;
}

body#cms.cms-id-8 .form-contact-wrapper .message-info {
    width: 100%;
}
body#cms.cms-id-8 .form-contact-wrapper .address-info {
    width: 100%;
}

body#cms.cms-id-8 .form-contact-wrapper .file-upload-info {
    width: 100%;
    margin-top: 5px;
}

body#cms.cms-id-8 .form-contact-wrapper br {
    display: none;
}

body#cms.cms-id-8 #wpcf7-f1-o1 form h2.form-title {
	color: #000000;
	font-size: 18px;
	font-weight: 600;
	line-height: 20px;
	margin: 0 0 0;
}
body#cms.cms-id-8 #wpcf7-f1-o1 form h4.form-title {
	color: #000000;
	font-size: 16px;
	font-weight: 600;
	line-height: 25px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin: 0 0 3px;
}
.wpcf7-form-control-wrap select.form-control:not([size]):not([multiple]) {
    height: 45px;
}
.wpcf7 .form-control {
    margin-top: 5px;
    color: #000000;
    font-size: 16px;
    font-weight: 200;
}
body#cms.cms-id-8 #wpcf7-f1-o1 form p.form-desc {
    color: #000000 !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    line-height: 25px !important;
}

body#cms.cms-id-8 .service-form .elementor-text-editor.elementor-clearfix&gt;p {
    display: none;
}


body#cms .form-contact-wrapper .wpcf7 .form-control {
    height: 45px;
    background: #fff;
}

body#cms .form-contact-wrapper .wpcf7-form-control-wrap .select_arrow {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
	height: 45px;
}

body#cms .form-contact-wrapper .wpcf7-form-control-wrap .select_arrow::before {
    content: unset;
}

body#cms .form-contact-wrapper .wpcf7-form-control-wrap .select_arrow::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    font-weight: bold;
    color: #3f4e55;
}

body#cms.cms-id-8 .form-contact-wrapper textarea.form-control {
    height: 160px;
}

body#cms.cms-id-8 .form-contact-wrapper .custom_choosefile .button_choosefile {
    background: #fff;
    right: 0;
    color: #000000;
    border: 1px solid #000000;
    width: 127px;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
}

body#cms.cms-id-8 .form-contact-wrapper .checkbox-info label.checkbox span.wpcf7-not-valid-tip {
    position: absolute;
    display: block;
    min-width: 200px;
}

body#cms.cms-id-8 span.button_choosefile:after {
    content: "";
    background: url(../images/form_upload.svg) no-repeat;
    display: block;
    width: 20px;
    height: 18px;
    position: absolute;
    right: 5px;
    transform: translateX(-50%);
}

body#cms.cms-id-8 .custom_choosefile .wpcf7-form-control.wpcf7-file {
    min-height: 0;
    height: 37px;
}

body#cms.cms-id-8 span.file-render {
    display: flex;
    align-items: center;
    min-height: 37px;
    width: 100%;
    position: absolute;
    padding-left: 15px;
    font-size: 16px;
    line-height: 23px;
    font-weight: 200;
    color: #959e9d;
    max-width: 88%;
    overflow: hidden;
    background: #000;
	border-radius: 30px;
}

body#cms.cms-id-8 .form-contact-wrapper .checkbox-info label.checkbox {
    display: flex;
    align-items: center;
}

body#cms.cms-id-8 .form-contact-wrapper .checkbox-info label.checkbox&gt;span {
    margin-top: 0;
}

body#cms.cms-id-8 .form-contact-wrapper .checkbox-info label.checkbox p {
    color: #000000 !important;
    font-size: 10px !important;
    font-weight: 300 !important;
    line-height: 23px !important;
}

body#cms.cms-id-8 .form-contact-wrapper .checkbox-info label.checkbox p a {
    color: #000000;
    font-size: 12px;
    font-weight: 300;
    line-height: 23px;
    text-decoration: underline;
}

body#cms.cms-id-8 .form-contact-wrapper .checkbox-info label.checkbox span.wpcf7-list-item.first {
    margin-right: 10px;
}

body#cms.cms-id-8 .form-contact-wrapper .checkbox-info label.checkbox span.wpcf7-list-item.first label {
    width: 25px;
    height: 25px;
    position: relative;
}

body#cms.cms-id-8 .form-contact-wrapper .checkbox-info label.checkbox span.wpcf7-list-item.first label:before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    border: 1px solid #000;
    position: absolute;
    background: #fff;
	border-radius: 25px;
	left: -2px;
}

body#cms.cms-id-8 .form-contact-wrapper .checkbox-info label.checkbox span.wpcf7-list-item.first label input[type="checkbox"]:checked+span:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    left: 2px;
    top: 3px;
}
body#cms.cms-id-8 .sub__title__form .elementor-heading-title {
	font-size: 15px;
	margin: 15px 0 25px;
    font-family: 'Montserrat', sans-serif !important;	
}

.campi {
	color: #000000;
	font-size: 12px;
	font-weight: 300;
	line-height: 25px;
	margin: -15px 0 7px;
}

body#cms.cms-id-8 .form-contact-wrapper .checkbox-info {
    margin-top: 10px;
    width: 100%;
}

body#cms.cms-id-8 .form-contact-wrapper span.ajax-loader {
    position: absolute;
    bottom: 28px;
    right: -13px;
}

body#cms.cms-id-8 .form-custom {
    margin-bottom: 0;
}

body#cms.cms-id-8 .form-contact-wrapper input.wpcf7-form-control.wpcf7-submit {
    max-width: 242px;
    transition: all .5s;
    text-align: center;
    margin-left: auto;
    margin-right: 13px;
	outline: none !important;
    border-radius: 0;
    height: 45px;
    background: #523629;
    color: #fff;
    font-size: 16px;
    line-height: 45px;
    transition: all .5s;
    padding: 0 25px;
    min-width: 180px;
    font-weight: 700;
	text-transform: uppercase;
	border-radius: 25px;
	position: absolute;
    right: 0;
    top: -55px;
}

body#cms.cms-id-8 .form-contact-wrapper input.wpcf7-form-control.wpcf7-submit:hover {
    color: #fff;
    background: #000000;
    border: 0px solid #000000;
}

body#cms.cms-id-8 .contact-tabs-heading h2.elementor-heading-title.elementor-size-default {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
}

body#cms.cms-id-8 .contact-tabs .elementor-tab-title {
    padding: 23px 0 18px 0;
    border-color: #ccc;
}

body#cms.cms-id-8 .contact-tabs .elementor-toggle-item:first-child .elementor-tab-title {
    border-top: 1px solid #ccc;
}
body#cms.cms-id-8 .contact-tabs .elementor-toggle .elementor-tab-content{
    padding: 0;
}
body#cms.cms-id-8 .contact-tabs .elementor-toggle .elementor-tab-content *{
    color: #000000 !important;
    font-size: 15px!important;
    font-weight: 400!important;
    line-height: 23px!important;
    font-family: var(--font-family)!important;
}
body#cms.cms-id-8 .contact-tabs .elementor-tab-title a {
    color: #000000 !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    font-family: var(--font-family)!important;
}

body#cms.cms-id-8 .contact-tabs .elementor-tab-title i.elementor-toggle-icon-closed.fa.fa-plus:before {
    content: "";
    background: url(../images/plus.svg) no-repeat;
    transition: 0.3s ease-in;
    display: block;
    width: 20px;
    height: 20px;
    background-size: auto;
    background-position: center left;

}

body#cms.cms-id-8 .contact-tabs .elementor-tab-title i.elementor-toggle-icon-closed.fa.fa-plus {
    display: block;
}

body#cms.cms-id-8 .contact-tabs .elementor-tab-title i.elementor-toggle-icon-opened.fa.fa-minus {
    display: none;
}

body#cms.cms-id-8 .contact-tabs .elementor-tab-title.elementor-active i.elementor-toggle-icon-closed.fa.fa-plus:before {
    background: url(../images/minus.svg) no-repeat;
    background-position: center left;

}
.contact-container-map .elementor-image {
	text-align: left;
}
.contact-container .service__info__product .service__info ul li {
	width: 100%;
}
.service__info__product h2 {
	color: #000000;
	font-size: 18px;
	font-weight: 600;
	line-height: 20px;
	margin: 0;
}
.service__info__product .service__social {
	
}
.service__info__product .service__social strong {
	color: #000000;
	font-size: 18px;
	font-weight: 600;
	line-height: 20px;
	margin: 0 0 20px;
	display:block;
}
.service__info__product .service__social i{
	position: relative;
	font-size: 25px;
}
.sub__title__form p.elementor-heading-title {
	color: #000000;
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
	text-align: center;
	margin: -15px 0 25px;
}
.contact-container-map {
	width: 100vw;
	position: relative;
	margin-left: -50vw;
	left: 50%;
}
body#cms.cms-id-8 #footer {
	padding-top: 0;
	margin-top: -25px;
}

body#cms.cms-id-8 .form-contact-wrapper&gt;div.submit_box {
	width: 100%;
	position: relative;
}

.contact-service-form {}
.contact-service-form h3 {
	display:none;
}
.contact-service-form .form-title {
	color: #000000 !important;
	font-size: 18px !important;
	font-weight: 600 !important;
	line-height: 28px;
	text-align: center;
	margin: 0;
}
.contact-service-form .form-desc {
	color: #000000 !important;
	font-size: 16px !important;
	font-weight: 300 !important;
	line-height: 26px;
	text-align: center;
}
.contact-service-form p {
	margin: 0 0 5px;
	font-weight: 300 !important;
}
.contact-service-form .wpcf7 label {
	margin: 0 0 10px;
}

.wpcf7 h3{
    display:none;
}
.contact-service-form .form-contact-wrapper br {
	display: none;
}
.contact-service-form .form-contact-wrapper .form-contact-field {
	display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
    position: relative;
}
.contact-service-form .form-contact-wrapper .form-contact-field &gt; div {
	width: 50%;
	padding: 0 12px;
}
.contact-service-form .form-contact-wrapper .form-contact-fields {
	display: flex;
	justify-content: space-between;
}
.contact-service-form .form-contact-wrapper .form-contact-fields .form-contact-field {
	width: 60%;
}
.contact-service-form .message-info {
	width: 40%;
}
.contact-service-form .message-info .wpcf7-textarea {
	height: 217px;
}


.contact-service-form .form-contact-wrapper .checkbox-info label.checkbox {
    display: flex;
    align-items: center;
}

.contact-service-form .form-contact-wrapper .checkbox-info label.checkbox&gt;span {
    margin-top: 0;
}

.contact-service-form .form-contact-wrapper .checkbox-info label.checkbox p {
    color: #000000 !important;
    font-size: 10px !important;
    font-weight: 300 !important;
    line-height: 23px !important;
}

.contact-service-form .form-contact-wrapper .checkbox-info label.checkbox p a {
    color: #000000;
    font-size: 12px;
    font-weight: 300;
    line-height: 23px;
    text-decoration: underline;
}

.contact-service-form .form-contact-wrapper .checkbox-info label.checkbox span.wpcf7-list-item.first {
    margin-right: 10px;
}

.contact-service-form .form-contact-wrapper .checkbox-info label.checkbox span.wpcf7-list-item.first label {
    width: 25px;
    height: 25px;
    position: relative;
}

.contact-service-form .form-contact-wrapper .checkbox-info label.checkbox span.wpcf7-list-item.first label:before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    border: 1px solid #000;
    position: absolute;
    background: #fff;
	border-radius: 0;
	left: -2px;
}

.contact-service-form .form-contact-wrapper .checkbox-info label.checkbox span.wpcf7-list-item.first label input[type="checkbox"]:checked+span:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    left: 2px;
    top: 3px;
}
.contact-service-form .form-contact-wrapper .checkbox-info {
    margin-top: 10px;
    width: 100%;
}
.contact-service-form .form-contact-wrapper .checkbox-info label.checkbox span.wpcf7-not-valid-tip {
    position: absolute;
    display: block;
    min-width: 200px;
}
.contact-service-form .form-contact-wrapper span.ajax-loader {
    position: absolute;
    bottom: 28px;
    right: -13px;
}

.contact-service-form .form-custom {
    margin-bottom: 0;
}
.contact-service-form .form-contact-wrapper &gt; div.submit_box {
    width: 100%;
    position: relative;
}
.contact-service-form .form-contact-wrapper input.wpcf7-form-control.wpcf7-submit {
    max-width: 242px;
    transition: all .5s;
    text-align: center;
    margin-left: auto;
    margin-right: 13px;
	outline: none !important;
    border-radius: 0;
    height: 45px;
    background: #523629;
    color: #fff;
    font-size: 16px;
    line-height: 45px;
    transition: all .5s;
    padding: 0 25px;
    min-width: 180px;
    font-weight: 700;
	text-transform: uppercase;
	-webkit-border-top-left-radius: 21px;
    -webkit-border-bottom-right-radius: 21px;
    -moz-border-radius-topleft: 21px;
    -moz-border-radius-bottomright: 21px;
    border-top-left-radius: 21px;
    border-bottom-right-radius: 21px;
	position: absolute;
    right: -12px;
    top: -55px;
}
.contact-service-form .form-contact-wrapper input.wpcf7-form-control.wpcf7-submit:hover {
    color: #fff;
    background: #000000;
    border: 0px solid #000000;
}












@media screen and (max-width: 1024px) {
    .contact-container .elementor-column.elementor-col-50 {
        width: 100%
    }
	.contact-container-map .elementor-container &gt;.elementor-row {
		flex-direction: column;
	}
	.contact-container-map .elementor-container .elementor-row &gt;div{
		width: 100%		
	}
	.contact-container-map .elementor-image {
		margin: 15px 0 0;
	}
	.contact-container-map .map {
		order: 1;
	}
	.contact-container-map .map-img {
		order: 2;
	}
	.contact-information {
		display: flex;
		align-items: flex-start;
	}
	.contact-information &gt; div {
		width: 50%;
	}
	.contact-info-top {
		padding: 0 20px 0 0;
	}
	.contact-info-bottom .f-h6 {
		margin-top: 0;
	}
	.contact-service-form .form-contact-wrapper .form-contact-fields {
		flex-wrap: wrap;
	}
	.contact-service-form .form-contact-wrapper .form-contact-fields .form-contact-field {
		width: auto;
	}
	.contact-service-form .message-info {
		width: 100%;
	}
	.contact-service-form .form-contact-wrapper input.wpcf7-form-control.wpcf7-submit {
		right: -12px;
	}
	
	
}

@media screen and (max-width: 767px) {
	.service_2 {
		margin: 0 0 20px;
	}
    body#cms.cms-id-8 #wrapper {
        /* padding: 0 */
    }
	.sub__title__form p.elementor-heading-title {
		margin: 0px 0 15px;
	}
    body#cms.cms-id-8 #main .page-header h1 {
        
    }
	body#cms.cms-id-8 #main .page-header {
		margin-bottom: 10px;
	}
    body#cms.cms-id-8 .form-contact-wrapper&gt;div {
        width: 100%
    }
	body#cms.cms-id-8 .form-contact-wrapper .address-info {
		width: 100%;
	}
	body#cms.cms-id-8 #wpcf7-f1-o1 form h2.form-title {
		margin: 10px 0 5px;
	}
    body#cms.cms-id-8 .form-contact-wrapper&gt;div.name-info {
        width: 100%
    }

    body#cms.cms-id-8 .form-contact-wrapper&gt;div.last-name-info {
        width: 100%
    }
	body#cms .form-contact-wrapper .wpcf7-form-control-wrap .select_arrow {
		height: 42px;
	}

    body#cms.cms-id-8 #main .page-content {
        padding: 0
    }

    body#cms.cms-id-8 .form-contact-wrapper input.wpcf7-form-control.wpcf7-submit {
        width: auto;
        max-width: none;
        margin: 0 auto;
        margin-top: 15px;
		position: static;
    }

    body#cms.cms-id-8 .form-contact-wrapper span.ajax-loader {
        bottom: 58px;
        right: 21px;
    }

    body#cms.cms-id-8 .form-contact-wrapper textarea.form-control {
        height: 110px;
    }

    body#cms.cms-id-8 #footer&gt;.container {
        border: none;
    }
	.contact-information {
		flex-direction: column;
	}
	.contact-information &gt;div{
		width: 100%;
	}
	
	.contact-service-form .form-contact-wrapper .form-contact-fields .form-contact-field {
		margin: 0;
	}
	.contact-service-form .form-contact-wrapper .form-contact-field &gt; div {
		width: 100%;
		padding: 0;
	}
	.contact-service-form .form-contact-wrapper input.wpcf7-form-control.wpcf7-submit {
		position: static;
		margin: 0 0 15px;
		width: 100%;
		max-width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.submit_box {
		margin: 0 15px;
	}
	.contact-service-form .submit_box {
		margin: 0;
	}
	body#cms.cms-id-8 .form-contact-wrapper input.wpcf7-form-control.wpcf7-submit {
		width: 100%;
	}
}

/*end*/









/*homepage*/
#index #wrapper &gt; .container{
    
}


#pagenotfound .page-not-found .search-control {
	display:none;
}
#products #main .page-content {
	background: none;
}
#pagenotfound #main .page-content {
    background: none;
	text-align: center;
	margin: 0;
}
#pagenotfound #main .page-header {
	text-align: center;
}
#products .page-not-found h4, #pagenotfound .page-not-found h4 {
	color: #000000;
}
/*end*/
#js-product-list .search-control {
	display:none;
}
#category #content.page-not-found{
    max-width: initial;
	background: none;
}
#category #content.page-not-found h4{
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}
#category #content.page-not-found p{
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.3px;
    margin-bottom: 2px;
}
@media(max-width: 900px){
    
}


/* custom seo fix  */

body#category .description-category-inner .custom-seo-text h3{
    margin-top: 1.5rem;
}
body#category .custom-seo-text&gt;span&gt;p,
#manufacturer .seotxt-desktop .custom-seo-text&gt;span&gt;p {
    margin-bottom: 0.5rem;
}
/* pagine cms */
.footer-link p {
    font-family: 'DM Sans', sans-serif !important;
    color: #000000 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 25px !important;
} 
.footer-link p.titolo {
	margin: 0 0 5px 0;
}
.footer-link ol {
	padding-left: 25px;
}
.footer-link li {
	font-family: 'DM Sans', sans-serif !important;
    color: #000000 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 25px !important;
}
.footer-link p a img {
	width: 350px;
	float: left;
	margin-right: 25px;
}

.footer-link td {
	font-family: 'DM Sans', sans-serif !important;
    color: #000000 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 25px !important;
}

.footer-link th {
	font-family: 'DM Sans', sans-serif !important;
    color: #000000 !important;
    font-size: 14px !important;
    line-height: 25px !important;
}

.footer-link table {
	margin-bottom: 10px;
}

.footer-link h3 {
	font-family: 'DM Sans', sans-serif !important;
    color: #000000 !important;
}


.iva_list{
    font-weight: 400;
    color:#888B8D;
    font-size: 14px;
}

.iva_product{
    color: #888B8D;
    font-size: 14px;
    font-weight: 400;
}

.flex-iva{
    display:flex;
    align-items:baseline;
}

/* pagine cms */

.pagine-cms p {
	    font-family: 'Montserrat', sans-serif !important;
    color: #000000 !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    line-height: 25px !important;
	margin-bottom: 8px!important;
}

.pagine-cms p.title-cms {
	    color: #000000 !important;
    font-size: 18px!important;
    font-weight: 600!important;
    margin: 0 0 5px!important;
	margin: 20px 0px 8px!important;
}

/* Testo SEO hp */
body.page-index #custom-text {
	display: none!important;
}



.p_title{
margin-bottom: 0 !important
}

.p_desc{
margin-bottom: 30px !important;
}

#wpcf7-f3-o1 h3{
    display:none !important;
}

#wpcf7-f4-o1 h3{
    display:none !important;
}

#wpcf7-f3-o1 h2.form-title{
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    margin: 0 0 0;
}


/*
#_desktop_cart:lang(en){
    display:none !important;
}

#_desktop_user_info:lang(en){
    display:none !important;
}

#_mobile_cart:lang(en){
    display:none !important;
}

#_mobile_user_info:lang(en){
    display:none !important;
}
*/


#header .store {
    order: 9;
    padding: 0;
	position: absolute;
    top: -32px;
    left: 30px;
    z-index: 1;
}
/*#header .store:lang(en) {
	right: 150px;
}*/
#header .store .multi-store .current-label {
    color: #000000;
}

#header #_desktop_currency_selector {
    order: 9;
    padding: 0;
	position: absolute;
	top: -32px;
	right: 0px;
    z-index: 1;
	display: none;
}
#header #_desktop_currency_selector .dropdown {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 23px;
}
#header #_desktop_currency_selector .dropdown .expand-more {
    color: #000000 !important;
}
#header #_desktop_currency_selector .dropdown .material-icons {
	font-size: 0px;
	position: relative;
	width: 10px;
	height: 18px;
	margin-right: 10px;
}
#header #_desktop_currency_selector .dropdown .material-icons:after {
	content: "";
    background: url(../images/Icons/angle-down.svg) no-repeat;
    width: 9px;
    height: 10px;
    position: absolute;
    top: 2px;
    right: -2px;
}
#header #_desktop_currency_selector .dropdown-menu {
	border: none;
	background:#eee;
}
#header #_desktop_currency_selector .dropdown-item {
    font-size: 14px;	
}
/*#header #_desktop_currency_selector:lang(en) {
	display:block;
}*/
#header #_mobile_currency_selector {
    order: 9;
    padding: 0;
	position: absolute;
	top: 5px;
	right: 10px;
    z-index: 1;
	display: none;
}
#header #_mobile_currency_selector #currency-selector-label {
	display: none;
}
#header #_mobile_currency_selector .dropdown select {
	font-size: 12px;
}

#header #_mobile_currency_selector:lang(en) {
	display:block;
}
@media (max-width: 767px) {
	.top_message:lang(en) {
		text-align: left;
	}
}


.shop_catalog_intro {
	margin: 0 0 55px;
}
.shop_catalog_intro .elementor-text-editor p {
	color: #000000 !important;
	font-size: 18px !important;
	font-weight: 300 !important;
	line-height: 28px !important;
	text-align: center;
}

.shop_catalog {
	margin: 0 0 35px;
}
.shop_catalog .elementor-container {
	padding: 0 50px;
}
.shop_catalog .elementor-container &gt;.elementor-row{
	
}
.shop_catalog .elementor-row &gt;.catalog_item{
	padding: 0 65px;
}
.shop_catalog .elementor-cta-content {
    padding: 20px;	
}
.shop_catalog .elementor-cta-bg-overlay {
	display: none;
}
.shop_catalog .elementor-cta--skin-classic .elementor-cta-content {
	background: none;
}
.shop_catalog .elementor-cta--skin-classic .elementor-cta-bg-wrapper {
	min-height: 294px;
}
.shop_catalog .elementor-widget-call-to-action .elementor-cta-title {
	color: #000000;
	font-size: 25px;
	font-weight: 600;
	text-align: center;
	margin: 0 0 25px;
}
.shop_catalog .elementor-widget-call-to-action .elementor-button {
	color: #523629 !important;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	border: 1px solid #523629;
	-webkit-border-top-left-radius: 21px;
    -webkit-border-bottom-right-radius: 21px;
    -moz-border-radius-topleft: 21px;
    -moz-border-radius-bottomright: 21px;
    border-top-left-radius: 21px;
    border-bottom-right-radius: 21px;
}
.shop_catalog .catalog_item:hover .elementor-widget-call-to-action .elementor-cta-title {
	color: #523629 !important;
}
.shop_catalog .catalog_item:hover .elementor-widget-call-to-action .elementor-button {
	color: #fff !important;
	border: 1px solid #523629;
	background:#523629;
}

@media(max-width: 1024px){
    .shop_catalog .elementor-container {
		padding: 0;
	}
	.shop_catalog .elementor-row &gt;.catalog_item {
		padding: 0 15px;
	}
}
@media(max-width: 767px){
	.shop_catalog_intro {
		margin: 0 0 15px;
	}
	.shop_catalog .elementor-row &gt;.catalog_item {
		padding: 0 0 15px;
	}
	.shop_catalog .elementor-cta--skin-classic .elementor-cta-content {
		background: none;	
	}
}

#subcategories .subcategories-list-newstyle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin:0 -10px;
	padding-bottom: 30px;
}
#subcategories .subcategories-list-newstyle .li-newstyle {
	width: 33.333%;
	padding: 0 10px 20px;
	box-sizing: border-box;
	margin: 0;
}
#subcategories .subcategories-list-newstyle .li-newstyle h2 {
	text-align: center;
	margin: 0 0 25px;
}
#subcategories .subcategories-list-newstyle .li-newstyle h2 a {
	color: #000000;
	font-size: 18px;
	font-weight: 600;
	max-width: 100%;	
}
#subcategories .subcategories-list-newstyle .li-newstyle:hover h2 a{
	color: #523629;
}
.subcategory-action {
	text-align: center;	
	margin: 0px 0 0;
}
.subcategory-action .subcategory-action-details {
	background: #fff;
	padding: 0;
	max-width: inherit;
	width: auto;
	margin: 0;
	height: 42px;
	min-width: 108px;
	color: #523629;
	font-size: 16px;
	font-weight: 600;
	line-height: 40px;
	text-transform: uppercase;
	transition: all .5s;
	text-align: center;
	border: 1px solid #523629;
	border-radius: 25px;
	padding: 0 25px;
	display: inline-block;
}
#subcategories .subcategories-list-newstyle .li-newstyle:hover .subcategory-action .subcategory-action-details {
	color: #fff;	
	background: #523629;
}


.search-control-inner .search-control {
	max-width: 960px;
	margin: 0 auto;
}
.search-control-inner #search_widget form input {
    width: 100%;	
}
.search-control-inner .search-widgets form button[type="submit"] {
	right: 10px;
	top: 1px;
}
.search-control-inner #search_widget form i.search {
	background: url(../images/Icons/search2.svg) no-repeat;
	background-size: 29px;
	width: 30px;
	height: 30px;
}

@media(max-width: 767px) {
	#subcategories .subcategories-list-newstyle {
		padding: 0;
	}
	#subcategories .subcategories-list-newstyle .li-newstyle {
	    width: 50%;	
	}
	.search-control-inner {
		margin: 10px 0 20px;
	}
	.search-control-inner #search_widget form input {
		padding: 0 20px;
	}
	.search-control-inner #search_widget form i.search {
	    background-size: 20px;	
	}
	.search-control-inner .search-widgets form button[type="submit"] {
		right: 0;
		top: 3px;
		width: 50px;
	}
}
@media(max-width: 480px) {
	#subcategories .subcategories-list-newstyle {
		margin: 0;
	}
	#subcategories .subcategories-list-newstyle .li-newstyle {
	    width: 100%;
		padding: 0 0px 15px;	
	}
}
.horizontal-layout .af_filter {
	width: 215px;
	margin: 0;
}
.horizontal-layout .af_subtitle {
	font-size: 17px;
	font-weight: 500;
	text-transform: none;
	border: 0px solid #AAB2BD;
	padding: 10px 0px 10px 30px;
}
.horizontal-layout .af_subtitle:before {
    right: inherit;
    left: 0;
    top: 13px;
	background: url(../images/caret.svg) no-repeat;
	background-size: contain;
	width: 13px;
	height: 13px;
	transform: rotate(45deg);
}
.horizontal-layout .af_filter_content {
	background: #fff;
	padding: 15px 10px;
	border: 1px solid #000;
}
.af_filter label:before {
	border: 1px solid #000;
}
.af_filter .name {
	color: #000;
}
.horizontal-layout .has-selection .af_subtitle {
    color: #000;
}
.horizontal-layout .has-selection .af_subtitle, .horizontal-layout .has-selection .af_subtitle:before, .horizontal-layout .has-selection .af_filter_content {
    border-color: #000;
}

body#cms.cms-id-8 #wpcf7-f2-o1 form h3 {
    display: none;
}
.hasicon {
    background-size: 15px !important;	
}

li.nav-item.parent.fixw_submenu.no-click.dropdown{
    cursor:default !important;
}
.wk_custom_variant_head {
	background-color: #fff;
    padding: 25px 25px 0px;
}
.wk_custom_variant_head h2 {
	font-family: 'Lora', serif;
	font-size: 18px;
	font-weight: 500;
}
.wk_custom_variant_head p {
	margin: 0;
	font-size: 14px;
}
.wk-product-variants&gt;.wk-product-variants-item .wk_option_title {
	margin-left: 0;
	font-size: 16px;
}
.wk_price_impact {
    display: none;
}


/* popup chiusura */

#popup-download-cataloghi {
    position: fixed;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 9999;
    justify-content: center;
    align-items: center;
    display: none;
}
#popup-download-cataloghi.open {
    display: flex;
}
#popup-download-cataloghi .dialog-backdrop {
    content: "";
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
#popup-download-cataloghi .dialog-message {
    width: 435px;
    height: auto;
    min-height: 50px;
    max-width: 100vw;
    padding: 0;
    overflow: auto;
    display: flex;
    flex-direction: column;
    position: relative;
}
#popup-download-cataloghi .dialog-element {
    background: #fff;
    padding: 35px 20px 15px;
    margin: 20px 10px 80px 10px;
    box-shadow: 0px 0px 5px rgba(69,68,61,0.25);
    max-height: calc(100vh - 100px);
    overflow-y: auto;
	border-radius: 10px;
}
#popup-download-cataloghi .dialog-close {
    position: absolute;
    top: 20px;
    right: 10px;
    cursor: pointer;
}
#popup-download-cataloghi .dialog-close &gt; .fa {
    padding: 10px;
}

#popup-download-cataloghi #footer {
	padding-top: 0;
	margin-top: -25px;
}


.cart-custom-total-bar {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 20px;
}
.cart-custom-total-bar .percent-container {
    display: flex;
    align-items: center;
    gap: 10px;
}
.cart-custom-total-bar .percent {
    flex-grow: 1;
    background: #f5f1f2;
    height: 8px;
    border-radius: 4px;
}
.cart-custom-total-bar .percent .percent-completed {
    background: #523629;
    width: 0;
    height: 8px;
    border-radius: 4px;
}
.cart-custom-total-bar .min,
.cart-custom-total-bar .max {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
}
.cart-custom-total-bar .min {
    float: left;
}
.cart-custom-total-bar .max {
    float: right;
}
.cart-custom-total-bar a {
    font-weight: 600;
}
.cart-custom-total-bar .cart-customcartTottal .total-custom {
    padding: 0 !important;
}
.cart-custom-total-bar .cart-customcartTottal .total-custom::before {
    display: none;
}
</pre></body></html>