/*** VARIABILI ***********/
:root {
    --primario: #F6C75C;
	
  }

  .text-primary {
	color: var(--primario) !important;
}
/*** BOOTSTRAP **********/

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px; 
}

#tt-pageContent .container-fluid { 
	padding-right: 15px;
	padding-left: 15px; 
}


.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto { 
	padding-right: 15px;
	padding-left: 15px;
}

header .container-fluid {
	padding-left: 15px;
	padding-right: 15px;
}
.row { 
	margin-right: -15px;
	margin-left: -15px;
}
.img-fluid {
	max-width: 100%;
	height: auto;
}


/*** Body **********/
.stuck.tt-stuck-nav{
	background: #FFF;
}
/* Style for "Informazio" */
body {
	
	font-family: "Source Sans 3", sans-serif;
  	font-optical-sizing: auto;  

	font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #000; 
	background: #FFF;
}
 
h1, h2, h3, h4, h5, h6 { 
	font-family: "Source Sans 3", sans-serif;
    font-weight: 700;
	color: #000;
    margin-bottom: 0px; 
}
h2{ 
font-size: 20px; 
}
h3 {
	font-size: 15px;
}

h6 {
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.5px;
}
a{ 
    color: #000; 
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover{
    color: var(--primario);
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: var(--primario);
}

a.text-primary:hover, a.text-primary:focus {
    color: var(--primario) !important;
}


ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


.btn {
    background: #353431;
	font-family: "Source Sans 3", sans-serif;
    border: none;
	color: #ffffff; 

font-size: 14px;
font-weight: 700;
letter-spacing: 0.9px; 
/* text-transform: uppercase;  */
    position: relative;
    outline: none;
    padding: 6px 31px 4px; 
}

.btn-primary, .btn-dark{
	background: #353431 !important;
    color: #ffffff !important;
}
.btn-primary:hover , .btn-dark:hover{
	background: var(--primario) !important;
    color: #353431 !important;
}

.btn-secondary {
	background: var(--primario) !important;
    color: #353431 !important;
}
.btn-secondary:hover { 
	background: #353431 !important;
    color: #ffffff !important;
}
.grey-btn{ 
	background: #F1F1F1 !important;
    color: #353431 !important;
} 

.btn-secondary-outline {
	background: transparent !important;
	border:1px solid var(--primario) !important;
    color: #353431 !important;
}
.btn-secondary-outline:hover { 
	background: var(--primario) !important;
    color: #353431 !important;
}
.form-control:focus { 
	background-color: #fff;
	border-color: var(--primario);
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(254, 210, 0, 0.25);
}
.bg-grey {
	background: #F1F1F1;
}
.bg-shadow {
	box-shadow: 0px 0px 10px #bbb;
}
 
.no-border{
	border: none !important;
}
.square-container {
	padding-bottom: 100%;
	overflow: hidden;
	position: relative;
	display: block;
}
.square-container img {
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	max-height: 100%;
}

#tt-pageContent {
	min-height: 400px;
}



/*** Header **********/
.tt-desktop-header .tt-header-holder.row > div, header .tt-color-scheme-01.row > div {
	padding: 0;
}

header .tt-desktop-header .tt-logo {
	margin: 0;
}

.tt-logo img {
	height: auto;  
	max-height: 55px;
  width: 235px;
}
.tt-header-holder {
	margin: 30px 0;
}
 
.tt-header-holder.pre-header {
	border-bottom: 1px solid var(--primario);
	padding: 10px 0 5px 0;
	margin: 0;
}
.tt-header-holder.pre-header > div{
    padding: 0;
}

.pre-header h2 { 
color: #2b2e34; 
font-size: 11px;
font-weight: 700;
letter-spacing: 0.82px;
text-transform: uppercase;
margin: 0;
padding: 0;
}

.pre-header ul li {
	display: inline-block;
	margin: 0 0 0 15px;
}
.pre-header ul li a {  
font-size: 12px;
font-weight: 500;
}
header .tt-dropdown-obj .tt-dropdown-toggle {
	position: relative;
	z-index: 1;
	cursor: pointer;
	padding: 5px;
	font-size: 30px;
	line-height: 1;
	color: #2b2e34; 
	display: inline-block; 
	text-align: center;
}
header .tt-parent-box:first-child .tt-dropdown-toggle {
	padding-left: 5px;
}

header .tt-dropdown-obj .tt-dropdown-toggle:hover {
	color:var(--primario);
}
header .tt-cart .tt-dropdown-toggle .tt-badge-cart {
	background: var(--primario);
	color: #2b2e34;
	font-weight: 700;
}
header .tt-account .tt-dropdown-menu .tt-dropdown-inner {
	padding: 20px 25px 20px 25px;
	text-align: left;
}
header .tt-account ul li a:hover , header .tt-dropdown-obj.active .tt-dropdown-toggle {
    color:var(--primario);
}



#search {
	background-color: #f1f1f1;
	border-radius: 30px;
	padding: 3px 15px;
	position: relative;
}

#search .form-control {
	background: transparent;
	border: none;
	padding: 10px;
	width: calc(100% - 50px);
	font-size: 15px;
	color: #333;
	display: inline-block;
}
#search .form-control:focus{
	box-shadow: none;
}
#search .btn-search {
	background: transparent;
	border: none;
	display: inline-block;
	margin: 0;
	font-size: 30px;
	vertical-align: middle;
	margin: -3px 0 0 0;
	cursor: pointer;
}



.megamenu { 
	color: #fff;
}
.megamenu .tt-header-holder {
	margin: 0;
}

.tt-desctop-menu nav > ul > li.dropdown > a { 
color: var(--primario);
font-family: "Source Sans 3", sans-serif;
font-size: 15px;
font-weight: 500;
letter-spacing: 0;
text-transform: capitalize; 
    display: inline-flex;
    
}
header .tt-color-scheme-01 .tt-desctop-menu.tt-hover-02 nav > ul li.dropdown.active > a ,
header .tt-color-scheme-01 .tt-desctop-menu.tt-hover-02 nav > ul li.dropdown.selected > a ,
header .tt-color-scheme-01 .tt-desctop-menu.tt-hover-02 nav > ul li.dropdown > a:hover  {
	color: var(--primario);
	background: transparent;
}
ul li.dropdown > a > span{
    border-bottom: 2px solid #303030;
}

header .tt-color-scheme-01 .tt-desctop-menu.tt-hover-02 nav > ul li.dropdown.active > a span ,
header .tt-color-scheme-01 .tt-desctop-menu.tt-hover-02 nav > ul li.dropdown.selected > a span,
header .tt-color-scheme-01 .tt-desctop-menu.tt-hover-02 nav > ul li.dropdown > a:hover span {
 border-bottom: 2px solid var(--primario);
}
.tt-desctop-menu .megamenu .dropdown-menu {
	z-index: 99;
}
.layer-menu {
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	top: 0px;
	opacity: 0;
	transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	/* transition: all 0.1s linear; */
	z-index: -10;
}
.tt-desctop-menu .dropdown.active .layer-menu {
	display: block;
	width: 100vw;
	height: 200vh;
	position: absolute;
	left: 50%;
	top: 0;
	opacity: 1;
	background-color: rgba(45,45,45,.65);
	transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transition: opacity 0.1s ease-in 0.1s;
	-o-transition: opacity 0.1s ease-in 0.1s;
	-ms-transition: opacity 0.1s ease-in 0.1s;
	-moz-transition: opacity 0.1s ease-in 0.1s;
	-webkit-transition: opacity 0.1s ease-in 0.1s;
}

.tt-desctop-menu .megamenu .dropdown-menu {
	z-index: 99;
	width: 100vw;
	max-width: none;
	left: 50%;
	position: absolute;
	transform: translate(-50%);
	/* max-height: 50vh; */
	/* overflow: auto; */
	background: #FAF9F6;
}

.tt-desctop-menu .megamenu .dropdown-menu .mega-link-container {
	/* display: -moz-webkit-flex; */
	/* display: -webkit-flex; */
	/* display: -ms-box; */
	display: flex;
	-ms-flex-direction: column;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex: auto;
	margin-bottom: 0;
	height: calc(100vh - 330px);
	column-count: 4;
	column-gap: 25px;
	column-fill: auto;
}
.tt-desctop-menu .megamenu .dropdown-menu .mega-link-container .tt-megamenu-submenu {
	display: -moz-webkit-flex;
	display: -webkit-flex;
	display: -ms-box;
	display: flex;
	flex: auto;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	align-content: flex-start;
	-ms-flex: 0 0 16.6666666667%;
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
	page-break-inside: avoid;
	padding: 0 0 15px 0;
	margin: 0;
}

.tt-desctop-menu .tt-megamenu-submenu > li {
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 0;
}
.tt-desctop-menu .tt-megamenu-submenu > li > a {
	color: #353431;
	font-size: 14px;
	line-height: 20px;
	display: inline-block;
	position: relative;
	padding: 0;
	transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	letter-spacing: 0.33px;
	font-family: "Source Sans 3", sans-serif;
	text-transform: capitalize;
}
.tt-desctop-menu .tt-megamenu-submenu > li > a.tt-title-submenu {
	font-weight: 700;
	font-size: 14px;
	margin: 0 0 5px 0;
	text-transform: capitalize;
}
.tt-desctop-menu .tt-megamenu-submenu > li > a:hover , .tt-desctop-menu .tt-megamenu-submenu > li.active > a:hover {
    color: var(--primario);
}

header .tt-color-scheme-01 .tt-desctop-menu.tt-hover-02 nav > ul li.dropdown > a {
	color: var(--primario);
	background: transparent;
}
header .tt-color-scheme-01 .tt-desctop-menu.tt-hover-02 nav > ul li.alt-menu.dropdown > a {
	color: #FFF; 
}

header .tt-color-scheme-01 .tt-desctop-menu.tt-hover-02 nav > ul li.dropdown.evidenza > a {
	color: #FFF;
}

header .tt-color-scheme-01 .tt-desctop-menu.tt-hover-02 nav > ul li.dropdown.last-menu {
	background: #252525;
	margin-left: auto;
}

header .tt-color-scheme-01 .tt-desctop-menu.tt-hover-02 nav > ul li.dropdown.last-menu > a {
	padding: 12px 15px !important;
}
header .tt-color-scheme-01 .tt-desctop-menu.tt-hover-02 nav >ul li.dropdown.last-menu > a span
{
 
}

header .tt-color-scheme-01 .tt-desctop-menu.tt-hover-02 nav >ul li.dropdown.last-menu > a span i
{
	font-size: 25px;
    vertical-align: middle;
}

.tt-desctop-parent-menu.tt-parent-box {
	width: 100%;
}
.tt-desctop-menu {
	width: 100%;
}

.stuck ul li.dropdown > a > span {
	border-bottom: 2px solid #fff;
}
 
.tt-stuck-nav .tt-desctop-menu nav > ul li.dropdown > a , .tt-desctop-menu.tt-hover-02 nav > ul li.dropdown.active > a { 
	color: #353431;
	background: transparent;
}
.tt-desctop-menu.tt-hover-02 nav > ul li.dropdown > a:hover {
	background: transparent;
}
.stuck ul li.dropdown.active > a > span, .stuck ul li.dropdown:hover > a > span {
	border-bottom: 2px solid #353431;
}
.tt-desctop-menu.tt-hover-02 nav > ul li.dropdown.active > a{
	background: transparent;
}

.stuck .tt-desctop-menu .dropdown.active .layer-menu {
	top: 55px;
}

.tt-stuck-nav .tt-desctop-menu nav > ul li.dropdown.last-menu > a span i {
	display: none;
}
.tt-desctop-menu .tt-megamenu-submenu > li.active > a {
	color: #353431;
}


.tt-desctop-menu ul.tt-sub-img li.brand-menu-item {
	display: inline-block;
	width: auto;
}


.tt-desctop-menu ul.tt-sub-img li.brand-menu-item a {
	display: inline-block;
	width: 85px;
	height: 85px;
	background: #fff;
	border: none;
	line-height: 80px;
	vertical-align: middle;
	margin: 3px 1px;
	text-align: center;
}
.tt-desctop-menu ul.tt-sub-img li.brand-menu-item a img {
	position: static;
	visibility: visible;
	/* display: ; */
	opacity: 1;
	max-height: 80px;
	max-width: 80px;
	box-shadow: none;
	vertical-align: middle;
	display: inline-block;
}


.tt-desctop-menu ul.tt-sub-img li.brand-menu-item a:hover img {
	opacity: 0.7;
}

a.search-toggle {
	padding: 5px;
	display: block;
	font-size: 28px;
	margin: 10px 0 0 0;
}

body:not(.touch-device) .tt-menu-toggle:not(.stylization-02):hover i {
	color: var(--primario);
}
header .tt-dropdown-obj:not(.tt-search) .tt-mobile-add .tt-close:hover::before {
	color: var(--primario);
}
header .tt-account .tt-dropdown-menu .tt-dropdown-inner ul li a:hover, .panel-menu li.mm-close-parent .mm-close:hover::before, 
.panel-menu #mm0.mmpanel a:not(.mm-close):hover  ,
.panel-menu #mm0.mmpanel a:not(.mm-close):hover::after,
.panel-menu .mm-prev-level:hover::before , 
.panel-menu .mm-prev-level:hover,
.panel-menu .mm-next-level:hover::after , 
 .panel-menu .mm-next-level:hover ,
 .panel-menu .mm-original-link:hover::before ,
 .panel-menu .mm-original-link:hover ,
 .panel-menu ul li a:hover   {
	color: var(--primario);
}

header .tt-dropdown-obj:not(.tt-search) .tt-mobile-add .tt-close::before   {
	font-size: 32px;
	font-weight: 900;
	padding: 0;
	color: #333;
	margin: 0 0 0 -10px;
}
.panel-menu li.mm-close-parent .mm-close::before    {
	font-size: 32px;
	font-weight: 900;
	padding: 0;
	color: #333;
	margin: 0 0 0 -10px;
}
.panel-menu .mm-next-level, .panel-menu ul > li > a{ 
	color: #000; 
	font-size: 20px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left; 
	text-transform: capitalize;
}
.panel-menu .mm-original-link { 
	font-size: 16px;
}
.panel-menu .mm-prev-level {
	padding: 15px 16px 13px 29px;
	color: #777777;
	background-color: transparent;
	border-bottom: 1px solid var(--primario);
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 500;
}
.panel-menu .mm-prev-level::before { 
	font-weight: 900;
}

.panel-menu li.mm-close-parent .mm-close {
	border-bottom: 1px solid var(--primario);
}

header .tt-dropdown-obj:not(.tt-search) .tt-mobile-add {
	border-bottom: 1px solid var(--primario);
}
 
.panel-menu #mm0.mmpanel a:not(.mm-close)::after, .panel-menu .mm-next-level::after {
	color: #2b2e34;
	font-size: 18px;
	font-weight: 900;
	margin: 5px 0 0 0;
}


/******* CARRELLO HEADER *****************************/

header .tt-cart .tt-cart-layout .tt-cart-content {
	padding: 11px 23px 23px;
}

header .tt-cart-list h4 {
	border-bottom: 1px solid #f0f0f0;
	padding: 0 0 8px 0;
	margin: 0 0 10px 0; 
font-size: 13px;
font-weight: 700;
letter-spacing: 0.33px;
}

.thumb-prod-cart {
	margin-bottom: 15px;
	text-align: left;
}


.thumb-prod-cart-right {
	position: relative;
	padding-right: 25px;
}

.thumb-prod-cart-right h5, .thumb-prod-cart-right h5 a {
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 0.33px;
	line-height: 20px;
	color: #191919;
	white-space: normal;
}
.thumb-prod-cart-right .thumb-carrello-info {
	color: #565656;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.55px;
	line-height: 17px;
	margin: 5px 0 0 0; 
}

.thumb-prod-cart-right .thumb-carrello-info div {
	margin: 0 0 10px 0;
}

  .thumb-prod-cart-right span.prezzo { 
color: #565656; 
font-size: 13px;
font-weight: 700;
letter-spacing: 0.33px;
}

.thumb-prod-cart-right .cart_del {
	font-size: 15px;
	position: absolute;
	top: 2px;
	right: 10px;
	line-height: 12px;
}

header .tt-cart .cart-conti {
	line-height: normal;
	margin-top: 15px;
	color: #2b2e34;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 0.33px;
	text-align: left;
}

header .tt-cart .cart-conti .cart-sped{
border-top: 1px solid #f0f0f0;
padding-top: 15px;

}

a.header-cart-link{
	display: block;
}

header .tt-cart .cart-conti .cart-altro {
	margin-top: 0px;
	margin-bottom: 15px;
	/* text-align: center; */
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.33px;
}
header .tt-cart .cart-conti .cart-total {
 
margin-top:5px;
margin-bottom:15px;  
color: #353431; 
font-size: 13px;
font-weight: 700;
letter-spacing: 0.33px;
}
header .tt-cart .cart-conti span.prezzo {
float:right;
font-size: 13px;
font-weight: 700;
letter-spacing: 0.33px;
}

 

.cart-header .cart-header-box {
	padding-left:15px;
	padding-right:15px;
	box-shadow:none!important;
}
.cart-header .cart-header-box h3 {
	font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    border-bottom: solid 1px #ccc;
	margin-bottom:5px;
	
}
.cart-header .cart-header-box h4 {
	font-size:11px;
	font-weight:300;
	line-height:20px;
	margin-bottom:15px;
}
.cart-header .cart-header-box .thumb-carrello-info,
.cart-header .cart-header-box .thumb-carrello-info h5 {
	font-size:11px;
	line-height:15px;
}
.cart-header .cart-header-box .thumb-prod-cart-right {
	padding-right:25px;
	position:relative;
}
.cart-header .cart-header-box .thumb-prod-cart-right span.prezzo {
	font-size:12px;
	font-weight:500;
}
.cart-header .cart-header-box .thumb-prod-cart-right .cart_del {
	font-size: 12px;
    position: absolute;
    top: 0;
    right: 15px;
    line-height: 12px;
}
.cart-header .cart-header-box .thumb-prod-cart {
	border-bottom: solid 1px #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.cart-header .cart-header-box .cart-conti {
	    padding-top: 10px;
    line-height: normal;
    margin-top: 10px;
	font-size:12px;
}
.cart-header .cart-header-box .cart-conti .cart-altro {
	margin-top:-10px;
	margin-bottom:10px;
	text-align:center;
	font-size:11px;
}
.cart-header .cart-header-box .cart-conti .cart-total {
	font-size:13px;
	font-weight:500;
	text-transform:uppercase;
	margin-top:5px;
	margin-bottom:15px;
}
.cart-header .cart-header-box .cart-conti span.prezzo {
	float:right;
}
.cart-header .cart-header-box .button {
	    font-size: 11px;
    font-weight: 400;
    letter-spacing: .3em;
}
.lang-selector {
	border: none;
	padding-right: 10px;
	font-size: 11px;
	text-align: center;
	background: #303030;
	color: #fff;
}
.lang-selector:focus-visible {
	border: none;
}

/**** Slider principale *****/

.slider-revolution.revolution-default{
height: 720px;
}
.slider-revolution .tp-caption1 {
	text-align: center;
	color: #353431;
	top: 0 !important;
	height: 100% !important;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 50% !important;
} 
.slider-revolution .tp-caption1.text-center {
	align-items: center;
}
.slider-revolution .tp-caption1.text-right {
	align-items: end;
}

.slider-revolution .tp-caption1-wd-1 { 
font-family: "Source Sans 3", sans-serif;
color: #353431; 
font-size: 52px;
font-weight: 700;
line-height: 65px;
max-width: 50%;
}
.slider-revolution .tp-caption1-wd-2 { 
	color: #353431; 
	font-size: 36px;
	font-weight: 600;
	line-height: 55px;
	max-width: 50%;
	}
	.slider-revolution .tp-caption1-wd-4{
		max-width: 50%;

	}
	.slider-revolution .tp-caption1-wd-4 .btn { 
font-size: 14px;
font-weight: 700;
letter-spacing: 0.63px;
text-transform: uppercase;
line-height: 68px;
min-width: 210px;
	}
	.slider-revolution .tp-caption1.inverted .tp-caption1-wd-1, .slider-revolution .tp-caption1.inverted .tp-caption1-wd-2, .slider-revolution .tp-caption1.inverted .tp-caption1-wd-4 {
		color: #fff;
	}

	.tp-full-link {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 2;
	}
	
	
/***** BANNER *****************/


.tt-promo-box {
	height: 0;
	padding-bottom: 85%;
	overflow: hidden;
	margin: 20px 0;
}
.tt-promo-box > img {
	/* width: 100%; */
	width: auto;
	height: 100%;
	display: block;
	position: absolute;
	left: 50%;
	transform: translate(-50%,-50%);
	top: 50%;
}
.tt-promo-box.tt-one-child .tt-description .tt-description-wrapper {
	padding: 27px 39px 25px;
	text-align: center;
	max-width: 409px;
	position: relative;
}


.tt-promo-box .tt-description .tt-title-small {
font-family: "Source Sans 3", sans-serif;
color: #2b2e34; 
font-size: 24px;
font-weight: 700;
letter-spacing: 0.72px;
}

.box-servizi > span  {
	width: 98px;
	height: 98px;
	background: var(--primario);
	border-radius: 50%; 
	display: block;
}
.box-servizi > span {
	width: 98px;
	height: 98px;
	background: var(--primario);
	border-radius: 50%;
	display: flex;
	margin: 0 auto;
	padding: 0px;
	align-items: center;
	justify-content: center;
}

.box-servizi > span img {
	width: 54px;
	display: block;
}
.box-servizi p{  
color: #000; 
font-size: 15px;
font-weight: 500;
margin: 15px 0 0 0 ;
}


.row.box-about {
	margin: 30px 0;
}



.row.box-about > div {
	background: #353431;
}

.box-about .img-fluid {
	width: 100%;
}

.box-about > div > div img {
	height: 60px;
}

.box-about p {
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	line-height: 34px;
	margin: 20px 0 10px;
}

.box-about a.text-primary {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1.05px;
	text-transform: uppercase; 
	border-bottom: 2px solid var(--primario);
	padding-bottom: 3px;
}

.container-fluid.box-card {
    background-image: url(../../img/bg_card.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 30vh;
    background-position: left;
    max-height: 300px;
	margin-bottom: -60px;
} 
.container-fluid.box-card h2{ 
color: #000; 
font-size: 20px;
font-weight: 700;
margin-top: 0;
}
.container-fluid.box-card p{ 
color: #000; 
font-size: 20px;
font-weight: 300;
margin-bottom: 30px;
}
.container-fluid.box-card a{
	color: #353431;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1.05px;
	text-transform: uppercase; 
	border-bottom: 2px solid #353431;
	padding-bottom: 3px;
}


.list-tabcat14 {
	background: #FAF9F6;
}
.list-tabcat14 h1 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1.8px;
	line-height: 46px;
	margin: 30px 0 60px 0;
}
.title-tab14 > ul {
	/* display: -webkit-box; */
	/* display: -moz-box; */
	/* display: -ms-flexbox; */
	/* display: -webkit-flex; */
	display: flex;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: calc(100% - 100px);
	margin: 0 0 40px 0;
}
.title-tab14 > ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.title-tab14 > ul li {
	padding: 0 20px 10px 0;
}
.title-tab14 > ul li.active::after {
	content: " ";
	border-bottom: 3px solid var(--primario);
	display: block;
	width: 100%;
	height: 0px;
	border-radius: 10px;
}
.title-tab14 > ul li a {
	/* text-transform: none; */
	font-weight: 700;
	font-size: 13px;
	line-height: 21px;
	white-space: nowrap;
	text-transform: uppercase;
	letter-spacing: 1.05px;
	color: #333;
}

.title-tab14 > ul li a:hover { 
}

.tabcat14 .tt-description {
	background: #FAF9F6 !important;
}

.slide-selector.form-control, .info-selector.form-control {
	background: var(--primario);
	border: 1px solid var(--primario);
	text-align: center;
	max-width: 100%;
	padding: 5px;
	height: 50px;
	font-size: 18px;
	border-radius: 10px;
	margin: 0 0 20px 0;
	font-weight: 900;
	color: #353431;
}
.tab-content > .tab-pane {
	display: none;
}
.tab-content > .active {
	display: block;
}
.category-slider6 .owl-directnav6 {
	margin: 0 -10px;
}

.category-slider6 .owl-directnav6 .owl-controls {
	position: absolute;
	top: -89px;
	right: 0;
	width: 73px;
	overflow: visible;
	transition: all 0.25s ease 0.25s;
	-o-transition: all 0.25s ease 0.25s;
	-ms-transition: all 0.25s ease 0.25s;
	-moz-transition: all 0.25s ease 0.25s;
	-webkit-transition: all 0.25s ease 0.25s;
}

.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
	margin: 0;
	font-size: 12px;
	border-radius: 50%;
	background: var(--primario);
	height: 32px;
	width: 32px;
	opacity: 0.8;
	transition: all 0.3s ease;
}
.owl-directnav6 .owl-theme .owl-controls .owl-buttons div > img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	filter: grayscale(100%) brightness(0%);
}
.category-slider6 .owl-directnav6 .owl-controls .owl-prev {
	position: absolute;
	left: -18px;
}

.owl-directnav6 .owl-theme .owl-controls .owl-buttons .owl-next > img { 
	top: 41%; 
}
.tabcat14 .tt-image-box .tt-img img {
	mix-blend-mode: darken;
}
.tabcat14 .tt-image-box .tt-img img {
	mix-blend-mode: darken;
}
/**** slide brand ******/

.brand-slider {
	padding: 0;
}
.brand-slider .wrap-item .owl-item {
	padding: 0 15px;
	position: relative;
}
.brand-slider .wrap-item .owl-item > div {
	position: relative;
	width: 100%;
	padding: 50% 0;
}
.brand-slider .wrap-item .owl-item > div a{
	display: block;
}
.brand-slider .wrap-item .owl-item img {
	position: absolute;
	top: 50%;
	left: 50%;
	/* filter: grayscale(1); */
	margin: 0 auto;
	display: block;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	max-width: 100%;
}


.brand-slider .owl-controls, .store-slider .owl-controls {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	overflow: visible;
	transition: all 0.25s ease 0.25s;
	-o-transition: all 0.25s ease 0.25s;
	-ms-transition: all 0.25s ease 0.25s;
	-moz-transition: all 0.25s ease 0.25s;
	-webkit-transition: all 0.25s ease 0.25s;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	margin: 0;
}


.brand-slider .owl-controls .owl-prev {
	position: absolute;
	left: -30px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.brand-slider .owl-controls .owl-next {
	position: absolute;
	right: -30px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

#big-picture.owl-theme .owl-controls .owl-buttons div, .brand-slider .owl-theme .owl-controls .owl-buttons div, .store-slider .owl-theme .owl-controls .owl-buttons div {
	position: absolute;
	background-color: #FAF9F6;
	color: inherit;
	margin: 0;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
#big-picture.owl-theme .owl-controls .owl-buttons div > img, .brand-slider .owl-theme .owl-controls .owl-buttons div > img, .store-slider .owl-theme .owl-controls .owl-buttons div > img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	filter: contrast(0%) brightness(0%);
}


/***** Pagina Prodotti ***************/


.breadcrumbs-wrapper {
	display: block;
	text-align: center;
	margin: 0 auto;
}
.breadcrumbs-wrapper .breadcrumb {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}
.breadcrumbs-wrapper .breadcrumb > li {
	display: inline-block;
}
.breadcrumbs-wrapper .breadcrumb > li , .breadcrumbs-wrapper .breadcrumb > li a{
 
color: #353431; 
font-size: 10px;
font-weight: 500;
letter-spacing: 1.25px;  
text-transform: uppercase;
}

.breadcrumbs-wrapper .breadcrumb > li::before {
	content: "/";
}

.breadcrumbs-wrapper .breadcrumb > li:first-child::before {
	display: none;
}

.desctop-no-sidebar.tt-filters-options .tt-title {
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%;
	text-align: center;
	color: var(--primario);
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 1.8px;
	line-height: 46px;
	border-bottom: 1px solid var(--primario);
	margin: 0 0 40px 0;
	padding: 0 0 40px 0;
}

.desctop-no-sidebar.tt-filters-options .tt-btn-toggle { 
	flex: 0 1 auto;
	margin-right: auto;
}

.filter-fixed-bar{ 
	
    position: -webkit-sticky;
		position: sticky;
		padding: 20px 0;
		background: #fff;
		top: 55px;
		z-index: 7; 
		/* box-shadow: 0px 10px 10px -10px #fff; */  
}
.filter-fixed-bar > div{
	display: flex;
	width: 100%;
}
.column-open+.col-md-12 .filter-fixed-bar {
    display: none;
}

.tt-filters-options .tt-btn-toggle a {
	color: #2b2e34;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.82px;
	text-transform: uppercase;
	font-family: "Source Sans 3", sans-serif;
}
.tt-filters-options .tt-btn-toggle a::before {
	content: '\e9ae';
	font-family: "wokiee";
	font-size: 20px;
	position: relative;
	top: 4px;
	margin-right: 7px;
	font-weight: normal;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
	transition: color 0.2s linear;
	color: #2b2e34;
}

.tt-filters-options .tt-sort select {
	border-color: transparent;
	outline: none;
	border: none;
	background: transparent; 
color: #2b2e34; 
font-size: 11px;
font-weight: 700;
letter-spacing: 0.82px; 
text-transform: uppercase;
}


.tt-btn-col-close a { 
font-family: "Source Sans 3", sans-serif;
color: #353431; 
font-size: 14px;
font-weight: 700;
letter-spacing: 0.7px;
	padding: 22px 14px 20px 28px;
}
.tt-btn-col-close a::before {
	font-size: 20px;
	top: 4px;
	font-weight: normal;
	letter-spacing: 0.04em;
	color: #353431;
	background: var(--primario);
	border-radius: 50%;
	padding: 4px;
	font-weight: 700;
	margin: 0 10px 0 0;
}
.tt-btn-col-close a:hover{
	color: #2b2e34; 
 
}

.tt-collapse .tt-collapse-title {
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	letter-spacing: 0.03em;
	padding: 20px 20px 0px 0;
	cursor: pointer;
	border-top: 1px solid var(--primario);
	color: #000;
	font-size: 15px;
	font-weight: 700;
	transition: color 0.2s linear;
	border-bottom: none;
}

.tt-collapse .tt-collapse-title:hover {
	color: #2b2e34; 

}

.tt-collapse .tt-collapse-title::after {
	top: 28px;
	color: #000;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.45px;
}



/*********************** BRANDS ****************************************/

.brands-nav {
	margin: 0 0 40px;
	padding: 0 0 40px 0; 
	display: flex;
	justify-content: space-between;
}

.brands-nav li a {
	padding: 5px;
}

.brands-list-container {
	margin: 0 0 40px 0;
	border-bottom: 1px solid #DADADA;
	padding: 0 0 40px 0;
}

.alpha-title {
	font-size: 40px;
	font-weight: 900;
	color: var(--primario);
}

.brands-list {
	max-height: 490px;
	column-count: 5;
	column-gap: 15px;
	column-fill: auto;
	-webkit-column-count: 5;
	-webkit-column-gap: 15px;
	-webkit-column-fill: auto;
}

.brands-list li a {
	text-transform: capitalize; 
	margin: 0 0 5px 0;
	display: inline-block;
}
  
.brand-article {
	margin-top: 30px;
	margin-bottom: 30px;
	border-top: 1px solid #DADADA;
	padding: 30px 0;
}

.brand-article h3 {
	margin: 20px 0 20px 0;
	font-size: 18px;
}

.brand-article a {
	font-weight: 900;
	font-size: 12px;
	display: inline-block;
	margin: 15px 0 0 0;
}

.brand-article .btn-primary {
	margin-right: 10px;
	min-width: 210px;
}




/**** Anteprima Prodotti *****/

.product-page-cont {
	padding-bottom: 60px;
	min-height: 400px;
}

.tt-product.thumbprod-center {
	margin: 0 0 35px 0;
}
  .tt-product:not(.tt-view) .tt-description {
	/* background:transparent; */
	    background: #FFF;
  }
.tt-product:not(.tt-view) .tt-description .tt-add-info li a {
	color: #2b2e34;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.82px;
	text-transform: uppercase;
	margin: 0 0 5px 0;
	display: inline-block;
}
.tt-product:not(.tt-view) .tt-description .tt-add-info li a:hover {
	color: #2b2e34; 
}
.tt-product:not(.tt-view) .tt-description .tt-title {
	font-family: "Source Sans 3", sans-serif;
	color: #000;
	font-size: 22px;
	font-weight: 300;
	margin: 0 0 15px 0;
}
.tt-product:not(.tt-view) .tt-description .tt-title a:hover{
	color: #000; 

}
.tt-product .price{ 
color: #2b2e34; 
font-size: 24px;
font-weight: 700;
letter-spacing: 0.72px;
}

.tt-product:not(.tt-view) .tt-description .tt-price .old-price {
	color: #ccc !important;
	text-decoration: line-through;
	font-weight: 500 !important;
	font-size: 18px !important;
	margin: 0 5px 0 0 !important;
}


.tt-product:not(.tt-view) .tt-image-box .tt-btn-quickview ,
.tt-product:not(.tt-view) .tt-image-box .tt-btn-wishlist {
right: 20px;
}

.tt-product:not(.tt-view) .tt-image-box .tt-btn-quickview:hover ,
.tt-product:not(.tt-view) .tt-image-box .tt-btn-wishlist:hover {
	background: var(--primario);
	color: #353431;
}
.tt-product.thumbprod-center .btn-secondary{
text-transform: none;
font-weight: 700;
letter-spacing: 0.7px;
}

.tt-product:not(.tt-view) .tt-image-box .tt-img {
	-webkit-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 0;
	display: block;
	padding-bottom: 125%;
}

.tt-product:not(.tt-view) .tt-image-box img {
	max-width: 100%;
/* 	max-height: 100%; */
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	
}


.loadmore {
	width: 100%;
	margin: 20px 0 40px 0;
}

#active-filters li{
	display: block;
} 

.active-filter {
    display: inline-block;
    font-size: 11px;
    margin: 0 0 3px 0;
}

.active-filter span {
	display: inline-block;
	margin: 0 0 0 10px;
	font-weight: 900; 
}

.tt-collapse .tt-collapse-title + .tt-collapse-content {
	margin-top: 10px;
}

.clear-filters {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
	top: 0;
	margin: 0 0 5px;
	text-decoration: underline;
	color: #353431;
}
.clear-filters:hover { 
	color: var(--primario);
}

.tt-list-row > li label {
	cursor: pointer;
	white-space: normal;
	display: inline;
}
.tt-list-row .nested-title {
	font-size: 15px;
	padding: 6px 0 6px 0;
}




/**** DETTAGLIO PROD *****/
 
.tt-product-vertical-layout .tt-product-single-img img {
	cursor: pointer;
	transition: all 0.3s ease;
}
.tt-product-vertical-layout .tt-product-single-img img:hover {
opacity: 0.7;
}

.tt-product-single-info .tt-add-info ul li { 
color: #565656; 
font-size: 11px;
font-weight: 700;
letter-spacing: 0.82px;
text-transform: uppercase;
}
.tt-product-single-info .tt-add-info ul li.brand-link {
  
margin-bottom:30px
}

.tt-product-single-info .tt-add-info ul li.brand-link a {
	color: #353431;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1.05px;
	text-transform: uppercase; 
	border-bottom: 2px solid #353431;
}

.tt-product-single-info .tt-add-info ul li a:hover {
	color: var(--primario);
}

.tt-product-single-info .tt-title {
	color: #353431;
	font-size: 36px;
	font-weight: 400;
	letter-spacing: 1.8px;
	line-height: 46px;
	margin: 0;
}
.tt-product-single-info .tt-price {
 
color: #353431; 
font-size: 36px;
font-weight: 700;
letter-spacing: 1.8px;
line-height: 46px;
}

.tt-product-single-info .tt-price .old-price, .tt-product-single-info .tt-price .old-price .money {
	color: #ccc;
	text-decoration: line-through;
	font-weight: 500;
}

.tt-product-single-info .tt-price span.iva {
	font-size: 12px;
	font-weight: 600;
}


.tt-product-single-info .tt-wrapper { 
color: #353431; 
font-size: 16px;
font-weight: 300;
letter-spacing: 0.45px;  
}


.tt-product-single-info .tt-wrapper h3 {  
	font-size: 16px;  
color: #000; 
font-weight: 700;
	}

	.detail-form .btn {
		text-transform: none;
	}

	.detail-form .btn.grey-btn {
		text-transform: none;
	}

.wish-compare {
	width: 82.7%;
	float: right;
	margin-top: -30px;
}
 
.wish-compare a, .prod-sharebox {
	color: #000;
	font-size: 18px;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.6px;
	line-height: 19px;
	text-transform: uppercase;
	display: inline-block;
}
.prod-sharebox{
	float: right;
}
.inline-socialshare{
	display: inline-block;
	margin: 0 0 0 5px;
}
.wish-compare i {
	color: var(--primario);
	font-size: 18px;
	vertical-align: middle;
	margin: 0 5px 0 0px;
}

#guida-taglie-trigger {
	display: block;
	color: #000;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.6px;
    line-height: 15px;
    text-transform: uppercase;
	text-decoration: underline;
	text-align: right;
}

.prod-help{ 
color: #000; 
font-size: 11px;
font-weight: 500;
letter-spacing: 0.6px;
line-height: 15px;
text-transform: uppercase;
} 


.correlati-container .tt-block-title .tt-title-small {
 
color: #2b2e34; 
font-size: 24px;
font-weight: 700;
letter-spacing: 0.72px;
}

.arrow-location-right-top .slick-arrow:hover {
	background: var(--primario);
	color: #ffffff;
}

.correlati-container > .container .tt-block-title {
	border-top: 1px solid var(--primario);
}

.addtocart.btn {
	height: 50px;
}




/**** CARRELLO ****/

#carrello-detail {
	overflow: hidden;
}
.cart-wrapper {
	margin: 0 0 80px 0;
}
.cart-items .table{
	overflow:hidden;
}
.cart-th > div, .cart-item > div {
	border-bottom: solid 1px #FAF9F6;
	padding-top: 0;
	padding-bottom: 25px;
}
.cart-item > div {
	padding-top: 25px;
}
.cart-items .cart-th h4 {
	margin-top: 0px;
	line-height: normal;
	color: #000;
	font-size: 15px;
	font-weight: 700;
}
.cart-items .cart-item td {
	padding-top:25px;
	padding-bottom:40px;
	vertical-align: top;
}
.cart-item .cart-item-image {
	vertical-align:top;
	position:relative;
}
.cart-item .cart-item-image img {
 
}
.cart-item .remove-button {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 24px;
	height: 24px;
	line-height: 25px;
	text-align: center;
	color: #353431;
	font-size: 14px;
	z-index: 1;
	border-radius: 50%;
	background: #FAF9F6;
}
.cart-item .remove-button:hover {
	background-color:#353431;
	color:#fff;
}
.cart-item .cart-item-description {
	padding-left:0px;
}

 
.cart-item .cart-item-description  h5 {
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.33px;
	line-height: 20px;
	color: #191919; 
}

.cart-item .cart-item-description .thumb-carrello-info {
	color: #565656;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.55px;
	line-height: 17px;
	margin: 5px 0 0 0;
}
.cart-item .cart-item-description .thumb-carrello-infodiv {
	margin: 0 0 10px 0;
}
  
.cart-item .cart-item-qty {
	padding-top:45px;
	vertical-align:top;
}
.cart-item .cart-item-qty div.qty {
	margin: 0px auto;
	display: inline-block;
	white-space: nowrap;
}
.cart-item input.cart_qta.qty {
	display: inline-block;
	min-width: 0;
	width: 40px;
	text-align: center;
	padding: 5px;
	height: 32px;
	vertical-align: middle;
	margin: 0; 
	border:  none; 
	background: #fff;
	border-radius: 0;
}.cart-item button.items-count {
	display: inline-block;
	background: #fff;
	color: #353431;
	border: none;
	padding: 2px 10px;
	font-size: 20px;
	vertical-align: middle;
	margin: 0;
	height: 32px;
	font-size: 14px;
	cursor: pointer;
	border: none;
	border-radius: 0 6px 6px 0;
}
.cart-item button.items-count.reduced {
	border-right:0px none;
	padding-right:2px;
	border-radius: 6px 0 0 6px;
}
.cart-item button.items-count.increase {
	border-left:0px none;
	padding-left:2px;
}
.cart-item .cart-item-qty div.final_qty {
	margin: 0px auto;
	display: inline-block;
	width: 40px;
    height: 34px;
	line-height:32px;
    border: 1px solid #353431;
    text-align: center;
    padding: 0px;
    font-weight: 400;    
	font-size:13px;
}
.cart-item .cart-item-price {
	padding-top: 45px;
	vertical-align: top;
	font-size: 15px;
	font-weight: 400;
	line-height: 32px;
	color: #333;
	letter-spacing: 0.45px;
}
.cart-summary .cart-sped-free-box {
	font-size: 12px;
	color: #353431;
	margin: 10px 0;
	width: 100%;
	float: left;
	border-top: solid 1px #dcdcdc;
	padding: 10px 0 0 0;
	clear: both;
	overflow: hidden;
}
.cart-aside .cart-summary, .cart-aside .cart-address-summary {
	background-color:#FAF9F6;
	border-radius: 10px;
	padding: 25px;
	border-top: none;
	overflow: hidden;
	margin-bottom: 0;
	margin-top: 0px;
}
.cart-aside .cart-address-summary {
	padding: 20px 20px;
}
.cart-aside .cart-address-summary .cart_address_sped,
.cart-aside .cart-address-summary .cart_address_fatt {
	border-bottom: solid 1px #dcdcdc;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	position: relative;
}
 .order-items .cart-aside .cart-address-summary > div {
	border-bottom: none !important;
	padding-bottom: 0;
}
.cart-aside .cart-summary > h3, .cart-aside .cart-address-summary > h3 {
    margin-top: 0px;
    border-bottom: none;
    line-height: 22px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.cart-aside .cart-address-summary > div > h3 {
	margin: 0px 0 5px 0;
	font-size: 18px;
	padding: 0;
}

.cart-aside .cart-summary > h3 span {
	font-weight:normal;
	line-height:36px;
}
.cart-aside .cart-summary h4 {
	float: left;
	font-weight: 300;
	margin: 0px;
	text-transform: capitalize;
	line-height: 18px;
	letter-spacing: 0.45px;
	font-size: 15px;
}
.cart-aside .cart-address-summary .cart_address_sped p, .cart-aside .cart-address-summary .cart_address_fatt p {
	font-size: 15px;
	line-height: 20px;
	margin: 5px 0 0 0;
	font-weight: 400;
	/* padding-right: 140px; */
}
.cart-aside .cart-address-summary .cart_address_sped h4, .cart-aside .cart-address-summary .cart_address_fatt h4 {
	font-weight: 700;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0.45px;
}
.cart-aside .cart-address-summary .cart_address_sped .address_mod, .cart-aside .cart-address-summary .cart_address_fatt .address_mod {
	position: absolute;
	right: 0;
	top: 0;
	color: #353431;
	text-decoration: underline !important;
	font-size: 11px;
	line-height: 21px;
	letter-spacing: 0.33px;
	font-weight: 600;
}
.cart-aside .cart-address-summary .cart_address_sped .address_mod:hover,
.cart-aside .cart-address-summary .cart_address_fatt .address_mod:hover {
 
}
.cart-aside .cart-summary .prezzo {
	font-size: 15px;
	float: right;
	font-weight: 700;
	letter-spacing: 0.45px;
}

.cart-aside .cart-summary .cart_art, .cart-aside .cart-summary .cart_sped, .cart-aside .cart-summary .cart_imp, .cart-aside .cart-summary .cart_iva {
	width: 100%;
	float: left;
	margin-bottom: 25px;
	border-bottom: solid 1px #dcdcdc;
	padding: 0 0 15px 0;
}
.cart-aside .cart-summary .cart_sped a {
	font-size: 11px;
	text-decoration: underline !important;
	float: left;
	width: 100%;
	margin-top: -5px;
}
.cart-aside .cart-summary .cart_sped a:hover { 
}
.cart-aside .cart-summary .cart_imp, .cart-aside .cart-summary .cart_iva {
	padding: 0;
	position: relative;
	margin: 0 0 25px 0;
	padding: 0 0 15px 0px; 
}

.cart-aside .cart-summary .cart_imp h4, .cart-aside .cart-summary .cart_iva h4 ,
.cart-aside .cart-summary .cart_imp .prezzo, .cart-aside .cart-summary .cart_iva .prezzo {
	color: #868686;
}

.cart-aside .cart-summary .cart_imp:before {
/*	font-family:"FontAwesome";
	content:"\f078";
	position:absolute;
	top:0px;
	left:0px;
	font-size:11px;
	line-height:5px;*/
}
.cart-aside .cart-summary .cart_total {
	width: 100%;
	float: left;
	/*border-bottom: solid 1px #dcdcdc;*/
	margin: 0;
	position: relative;
	padding: 0 0 10px 0;
}
.cart-aside .cart-summary .cart_total .arrow-down {
 
}
.cart-aside .cart-summary .cart_total h3 {
	margin: 0px 0px 8px 0px;
	line-height: normal;
	float: left;
	font-size: 14px;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	line-height: 20px;
	font-size: 20px;
	font-weight: 700;
}
.cart-aside .cart-summary .cart_total .prezzo {
	/* text-align: center; */
	font-size: 20px;
	font-weight: 700;
	/* width: 100%; */
	margin-bottom: 5px;
}
.cart-aside .cart-summary .cart_total > a {
	text-align: left;
	float: left;
	width: 100%;
	/* color: #dcdcdc; */
	text-decoration: underline !important;
	font-size: 11px;
	font-weight: 500;
	margin-top:10px;
}
.cart-aside .cart-summary .cart_total a#coup-trigger {
	float: none;
	line-height: 25px;
	text-transform: capitalize;
	border-radius: 0;
	min-width: 0;
	text-align: center;
	position: absolute;
	top: 18px;
	right: 15px;
	letter-spacing: 0.7px;
	font-size: 14px;
	font-weight: 700;
	border-bottom: 2px solid #2b2e34;
	color: #2b2e34;
	padding: 7px 0 0 0;
}
.cart-aside .cart-summary .cart_total a:hover { 
}
.cart-aside .cart-summary .cart_total #coup,
.cart-aside .cart-summary .cart_total #coup input::-webkit-input-placeholder,
.cart-aside .cart-summary .cart_total #coup input:-moz-placeholder,
.cart-aside .cart-summary .cart_total #coup input:-ms-input-placeholder {
	text-align:center;
}
.cart-aside .cart-summary .cart_total #coup {
	height: 50px;
	line-height: 49px;
	margin-top: 0;
	border: 2px solid var(--primario);
	color: #2b2e34;
	font-size: 15px;
	padding: 0 95px 0 15px;
}

.cart-aside .carrello-iva {
	font-size: 13px;
	display: inline-block;
	text-transform: uppercase;
	margin-left: 4px;
	color: #353431;
	text-transform: none;
	font-weight: 300;
}

.coupon-input {
	position: relative;
	padding: 15px 0 0 0;
}

.button.cart-button {
	width:100%; 
	text-align:center;
	height:62px;
	padding:0px 18px;
	/*line-height:58px;*/
}
.cart-aside .button.cart-button {
	line-height:58px;
}
.cart-button.btn-xl {
	padding: 40px 20px;
}

.cart-aside .help-menu {
	border-top: 0;
	margin-top: 25px;
} 
 

/* coupon */
.form-group.coup-container {
	clear: both;
}
.coup-container .alert {
	clear: both;
	padding: 5px;
	margin: 0;
	width: 100%;
}
.cart-aside .cart-summary .cart_total .alert a {
    display: inline;
    float: none;
    width: auto;
}

.form-group.coup-container {
	clear: both;
	margin-bottom: 0;
}
.cart-items .cart-item.coupon-used > td {
	text-decoration: line-through;
	color: #dcdcdc;
}

.tipo-spe, .tipo-pay , .tipo-ship{
	cursor: pointer;
	display: block;
	clear: both;
	padding: 20px 10px;
    background: transparent;
	overflow: hidden;
}
.tipo-ship {
	background:#f4f4f4;
	margin-bottom:20px;
}
.tipo-spe .iradio,
.tipo-pay .iradio,
.tipo-ship .iradio {
    float: left;
    margin-right: 20px;
    margin-left: 10px;
	margin-top:3px;
}
.tipo-spe .iradio_minimal,.tipo-pay .iradio_minimal ,.tipo-ship .iradio_minimal{
	float: left;
	clear: none;
	margin: 0 20px 0 0;
}
.tipo-spe .spe-info-wrapper,.tipo-pay .pay-info-wrapper ,.tipo-ship .ship-info-wrapper{
	position: relative;
	float: left;
	/* width: 100%; */
	/* margin-left: 60px; */
	clear: none;
	width: calc(100% - 45px);
	margin: 0px 0 0 0;
	white-space: nowrap;
}
.tipo-spe .spe-info-wrapper h5, .tipo-pay .pay-info-wrapper h5, .tipo-ship .ship-info-wrapper h5 {
	display: inline-block;
	line-height: 20px;
 
	vertical-align: top;
	margin: 0;
	font-size: 15px;
	white-space: normal;
	font-weight: 700;
	letter-spacing: 0.45px;
}
.tipo-spe .spe-info-wrapper h5 {
	 
}
.tipo-spe .spe-info-wrapper h5 + span.prezzo {
 
}
.newaddress .tipo-ship .ship-info-wrapper h5 {
 
}

.tipo-spe .spe-info-wrapper span, .tipo-pay .pay-info-wrapper span , .tipo-ship .ship-info-wrapper span{
	 
	display:  block;
	vertical-align: top;
	white-space: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
}
.tipo-spe .spe-info-wrapper span.prezzo, .tipo-pay .pay-info-wrapper span.prezzo, .tipo-ship .ship-info-wrapper span.prezzo {
	font-size: 16px;
	display: inline-block;
	letter-spacing: 0.45px;
	font-weight: 700;
	margin: 0 0 0 10px;
}
.ship-options, .payment-options {
	margin-bottom: 40px;
}


/****** CHECKOUT *************************/

header.header-checkout {
	padding: 20px 0;
}

.breadcrumbs-outer-wrapper {
	background-color: var(--primario);
	padding: 60px 0 50px;
	margin: 10px 0 0 0;
}

.checkout-steps {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: relative;
	overflow: hidden;
}

.checkout-steps::before {
	content: "";
	position: absolute;
	top: 25px;
	height: 1px;
	width: 0;
	background: #353431;
	z-index: 1;
}
.checkout-steps::after {
	content: "";
	position: absolute;
	top: 25px;
	height: 1px;
	width: 100%;
	background: #fff;
}
.checkout-step-1 .checkout-steps::before {
	width: 66%;
}
.login-page .checkout-step-1 .checkout-steps::before {
	width: 0%;
}
.checkout-steps li {
	position: relative;
	z-index: 2;
}
.checkout-steps li:nth-child(1)::before {
	content: "";
	position: absolute;
	top: 25px;
	left: 0;
	width: 50%;
	height: 3px;
	background: var(--primario);
	z-index: -1;
}
.checkout-steps li:nth-last-child(1)::after {
	content: "";
	position: absolute;
	top: 25px;
	right: 0;
	width: 50%;
	height: 3px;
	background: var(--primario);
	z-index: -1;
}
.checkout-steps li span {
	width: 50px;
	height: 50px;
	display: inline-block;
	border: none;
	color: #fff;
	font-size: 24px;
	line-height: 49px;
	font-weight: 500;
	border-radius: 50%;
	background-color: var(--primario);
	border: 1px solid #fff;
}
.checkout-steps li.active span {
	 
	font-weight: 700;
	color: #353431; 
	background-color: #fff;
}
.checkout-steps li p {
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0.7px;
	margin: 5px 0 0 0;
	color: #353431;
}

.checkout-steps li.active p {
	color: #353431;
}

h3.tt-title {
	text-align: center;
	color: #353431;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 1.8px;
	line-height: 46px;
	border-bottom: 1px solid var(--primario);
}

/* .confermaindirizzo {
	padding: 15px;
	background: #FAF9F6;
	border-radius: 10px;
} */


.row.row-dofattura { 
}
.form-control[aria-invalid="true"] {
	border-color: #cc0000;
}



/**** AREA UTENTE******************/

.sidebar > ul {
	background: #FAF9F6;
	border-radius: 10px;
	padding: 25px;
}

.sidebar > ul > li {
	display: block;
	margin: 0 0 15px 0;
	border-bottom: solid 1px #dcdcdc;
	padding: 0 0 10px 0;
}
.sidebar > ul > li.active {
	font-weight: 700;
}

.grey-box {
	background: #FAF9F6;
	padding: 25px;
	border-radius: 10px;
}
.user-page .dest-wrapper address {   
	margin-bottom: 50px;
}
.mod-dest.underline {
	font-weight: 500;
}
.mod-dest.underline i {
	font-size: 16px;
	vertical-align: middle;
}

h6.checkout-help {
	color: #868686;
	font-size: 11px;
	font-weight: 300;
	line-height: 22px;
	letter-spacing: 0.82px;
	margin: 10px 0 0 0;
}
.tipo-spe .iradio_minimal-custom, .tipo-pay .iradio_minimal-custom, .tipo-ship .iradio_minimal-custom {
	float: left;
	margin-right: 20px;
	margin-left: 10px;
	margin-top: 3px;
} 

/**** newsletter footer *****/

footer .tt-color-scheme-02 {
    background: var(--primario);
    padding: 38px 0px;
}

footer .tt-mobile-collapse .tt-collapse-title{ 
color: #353431; 
font-size: 15px;
font-weight: 700;
letter-spacing: 0.45px;
}
footer .tt-footer-default .tt-newsletter .tt-collapse-title {
	margin-right: 90px;
	font-size:15px;
}

footer .tt-footer-default .tt-newsletter .tt-mobile-collapse{
	align-items: flex-start;
}

.tt-newsletter .form-control {
	padding: 0.5rem 1rem;
	border-radius: 10px 0 0 10px;
}
.tt-newsletter .btn {
	border-radius: 0 10px 10px 0;
}
#newsletterform .icheckbox_minimal-custom.checked::before {
	background-color: #353431;
}

label.privacy {
	color: #000;
	font-size: 12px;
	font-weight: 300;
	margin: 8px 0 0 0;
	display: inline-block;
	cursor: pointer;
}
label.privacy a:hover {
	color: #333333;
	text-decoration: underline;
}

label > input[type="checkbox"]{
	margin-right:5px
}
footer .tt-footer-default .tt-social-icon{
	margin: 0 0 20px 0;
}
footer .tt-color-scheme-02 .tt-social-icon li a {
    color: #2b2e34;
    background: #fff;
    border-radius: 50%;
    padding: 8px;
    font-size: 24px;
}
footer .tt-color-scheme-02 .tt-social-icon li a:hover{
	color:var(--primario)
}

footer .tt-mobile-collapse .tt-collapse-title {
    color: #353431;
    font-size: 13px;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: 0;
    padding: 0 0 5px 0;
    margin: 0;
}
footer .tt-color-scheme-01 .tt-collapse-content {
    color: #353431;
}
footer .tt-color-scheme-01 .tt-list li a, footer .tt-color-scheme-01 .tt-mobile-collapse .tt-collapse-content .tt-list li a {
	color: #353431; 
font-size: 13px;
font-weight: 400; 

line-height: 20px;
}
footer .tt-color-scheme-01 .tt-list li a:hover, footer .tt-color-scheme-01 .tt-mobile-collapse .tt-collapse-content .tt-list li a:hover {
    color: var(--primario);
}

footer .tt-footer-custom > .container {
    border-top: 2px solid var(--primario);
    padding-top: 15px;
}
footer .tt-footer-custom .tt-box-copyright {
    padding: 0;
}
.tt-box-copyright ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.tt-box-copyright ul li{
	display: inline-block;
}
.tt-box-copyright ul li a {
    text-transform: uppercase;
    font-size: 11px;
    color: #353431;
    font-weight: 500;
}
.tt-box-copyright ul li:first-child a:after {
    content: " /";
} 
.madebyquantico img {
    height: 12px;
    margin: 0 0 0 5px;
}
footer .tt-footer-custom {
    padding: 10px 0 5px;
}


.orders-table .th,
.table-resi-master .th {
	color:#979797;
	padding-bottom:15px;
}
.orders-table .button{
	letter-spacing:.2em;
	margin-bottom:15px;
	min-width:0;
}
.orders-table .button + h5 {
	margin-bottom:15px;
}
.orders-table .cart-item,
.table-resi-master .cart-item {
	margin-bottom:20px;
}

.orders-table .cart-item > div, .table-resi-master .cart-item > div {
	margin: 0 0 0px 0;
	background-color: #FAF9F6;
	border: 0px none;
	border-radius: 10px;
}
.orders-table .cart-item .cart-item-description,
.table-resi-master .cart-item .cart-item-description {
	padding-left:15px;
}
.orders-table .cart-item .cart-item-status,
.orders-table .cart-item .cart-item-price {
    padding-top: 0px;
    vertical-align: top;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
}
.orders-table .cart-item h5 + h5 {
	margin-top:10px;
}
.orders-table .cart-item .cart-item-status h5.label {
	color:#979797;
}

.label-danger{
	color: #cc0000;
}

.label-success{
	color: #44A94C;
}
 
.cart-item .cart-item-qty div.final_qty select {
	border: none;
}

.form-motivo select {
	display: block;
	width: 100%;
	padding: 10px;
}

/***** PAGINE STATICHE *******************************/


.guida-taglie-page h2 {
	margin: 0 0 20px 0;
}

.store-locator-map {
	width: 100%;
	height: 460px;
	margin: 0 0 30px 0px;
}

/* .pto-vendita {
	background: var(--primario);
	padding: 40px;
	text-align: center;
	border-radius: 10px;
	margin: 15px 0;
	min-height: 360px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
 */
 .pto-vendita {
	background: #F1F1F1;
	padding: 20px 0 0 0;
	text-align: center;
	border-radius: 10px;
	margin: 15px 0;
	min-height: 320px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.pto-vendita i {
	color: var(--primario);
	font-size: 50px;
	display: block;
	margin: auto 0 20px 0;
}
.pto-vendita h2 {
	color: var(--primario);
	padding: 0 40px;
}
.pto-vendita p {
	font-weight: 600;
	font-size: 12px;
	line-height: 20px;
	margin: 20px 0 40px 0;
	padding: 0 40px;
}
.pto-vendita .btn {
	font-size: 12px;
	margin-top: auto;
}
.pto-vendita.active {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 200;
	transform: translate(-50% , -50%);
	margin: 0;
}

.map-info-window strong {
	display: block;
	margin: 0 0 6px 0;
	padding: 0;
	font-weight: 600;
}
.map-info-window .btn {
	display: block;
	margin: 10px 0 0 0;
	font-size: 12px;
	line-height: 28px;
}


 

/* BLOCK UI */

.blockUI.blockOverlay {
	background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
 
  }
  .blockUI.blockMsg .preloader-container {
	background: #f4f5f6 none repeat scroll 0 0;
	border-radius: 60px;
	box-shadow: 0 0 13px #999;
	padding: 15px;
	background: transparent;
	box-shadow: none;
  }
  .blockUI .md-preloader svg {
	height: 45px;
	width: 45px;
  }
  #container .blockUI.blockMsg .preloader-container {
	height: 75px;
	position: fixed;
	top: 50%;
	width: 75px;
	background: transparent;
box-shadow: none;
  }
  
  /* LOADER */
  
.md-preloader{font-size:0;display:inline-block;-webkit-animation:outer 6600ms linear infinite;animation:outer 6600ms linear infinite}
.md-preloader svg{-webkit-animation:inner 1320ms linear infinite;animation:inner 1320ms linear infinite;
  height: 60px;
  width: 60px;
}
.md-preloader svg circle{fill:none;stroke:#353431;stroke-linecap:square;-webkit-animation:arc 1320ms cubic-bezier(.8, 0, .4, .8) infinite;animation:arc 1320ms cubic-bezier(.8, 0, .4, .8) infinite}@-webkit-keyframes outer{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes outer{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes inner{0%{-webkit-transform:rotate(-100.8deg);transform:rotate(-100.8deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes inner{0%{-webkit-transform:rotate(-100.8deg);transform:rotate(-100.8deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@-webkit-keyframes arc{0%{stroke-dasharray:1 210.48670779px;stroke-dashoffset:0}40%{stroke-dasharray:151.55042961px,210.48670779px;stroke-dashoffset:0}100%{stroke-dasharray:1 210.48670779px;stroke-dashoffset:-151.55042961px}}@keyframes arc{0%{stroke-dasharray:1 210.48670779px;stroke-dashoffset:0}40%{stroke-dasharray:151.55042961px,210.48670779px;stroke-dashoffset:0}100%{stroke-dasharray:1 210.48670779px;stroke-dashoffset:-151.55042961px}}



  .md-preloader.md-preloader-small{
		  height: 24px;
		  margin: 0 5px;
	  vertical-align: middle;
  }
  .md-preloader.md-preloader-small svg{
	  height: 24px;
	  width: 24px;
  }
  
  
  #loader .dot {
	animation: loader ease-in-out 3s infinite;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background-color: black;
	position: absolute;
	background: var(--primario);
}



[class*="icheckbox_minimal"], [class*="iradio_minimal"] {
	margin-right: 6px;
}
label .icheckbox_minimal {
	margin: -2px 5px 0 0px;
}
.icheckbox_minimal-custom.checked::before{
	background-color:var(--primario)
}

.hidden{
	display: none;
}

.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
}
.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}
.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}
.alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
}

.form-control {
	display: block;
	width: 100%;
	padding: 1rem;
	font-size: 0.9rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 6px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
	background-color: transparent;
}
.table td, .table th {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
}
.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
}
.table-striped tbody tr:nth-of-type(2n+1) {
	background-color: rgba(0,0,0,.04);
}
.table-bordered thead td, .table-bordered thead th {
	border-bottom-width: 2px;
}
.table-bordered td, .table-bordered th {
	border: 1px solid #dee2e6;
}
.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}



/**** CHECKOUT ONE STEP ****************/

.hidden{
	display: none !important;
}

.box-grey {
	background-color: #FAF9F6;
	border-radius: 10px;
	padding: 25px; 
}
#okprivacy-error {
	width: 300px;
	position: absolute;
	bottom: -60px;
	left: -6px;
}

.reg-switch {
	font-weight: 700;
	letter-spacing: 1px;
	color: #333;
	margin: 0 0 25px 0;
}
.reg-switch a {
	display: inline-block;
	border-bottom: 3px solid var(--primario);
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 700;
	text-transform: uppercase;
	margin:0 0 0 5px
}
#checkout-form { 
}

.cart-aside .cart-th > div, .cart-aside .cart-item > div {
	padding: 8px 6px;
	font-size: 13px;
}
.cart-aside .cart-items .cart-th h4 {
	font-size: 13px;
}

.cart-aside .cart-th, .cart-aside .cart-item {
	margin: 0;
}

.stripe-form #card-element {
 	padding: 1rem;
	border: 1px solid #ced4da;
	border-radius: 6px;
	margin: 0 0 20px 0; 
}

.whatsapp-fixed {
	position: fixed;
    bottom: 60px;
    right: 13px;
    background-color: #25d366;
    border-radius: 50%;
    color: #fff; 
    width: 50px;
	height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 27px;
    z-index: 999999999999;
}
.whatsapp-fixed:hover, 
.whatsapp-fixed:focus {
    color: #fff!important;
}

/* DESCRIZIONI SEO */
.descrizioneCategoria h2, .descrizioneCategoria h1 {
    margin-top: 30px;
}
 

.tt-footer-col .feedaty_widget {
	display: inline-block;
}

.feedaty-prod-container .feedaty_widget > div{
	margin: 25px 0;
}

.newspopup {
	max-width: 542px;
	padding: 15px;
}
.newspopup > .container-fluid {
	padding: 0;
}
.newspopup h2 {
	color: var(--primario);
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 1.8px;
	line-height: 46px;
}
.newspopup h5 {
	font-family: "Source Sans 3", sans-serif;
	font-size: 13px;
	line-height: 26px;
	font-weight: 700;
	color: #000;
}
.newspopup footer {
	margin: 40px 0 0 0;
}
.popup-container-nohome .newspopup > .container-fluid.container-text {
	position: absolute;
	top: 55px;
	left: 55px;
	width: calc(100% - 110px);
}

.popup-container-home .newspopup > .container-fluid.container-text{
	display: none;
}

.nomore-popup {
	position: absolute;
	right: 10px;
	bottom: 5px;
	display: inline-block;
	background: #F1F1F1;
	padding: 3px 10px;
	font-size: 11px;
	border-radius: 30px;
}



header   ul li.promo-menu > a   {
	padding-top: 14px !important;
	padding-bottom: 13px !important;
	
	text-decoration: none !important;
}
header  ul li.promo-menu > a span  {
	background-color: var(--primario) !important;
	background: transparent;
	color: #303030;
	border-radius: 10px;
	padding: 4px 8px;
	display: inline-block;
}
.tt-stuck-nav .tt-stuck-parent-menu{
	position: static;
}

/**** sostenibilita ****/
.sost-slider {
	height: 720px;
	background-image: url(../../img/bg-sostenibilita.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right center;
}
.sost-slider h1{ 
color: #fbfbfb; 
font-size: 52px;
font-weight: 700;
font-style: normal;
letter-spacing: normal;
line-height: 65px; 
}

.sost-h2{ 
	font-size: 36px;
	font-weight: 700; 
	letter-spacing: 1.8px;
	line-height: 46px;
	}
	.sost-h3{  
		font-size: 20px;
		font-weight: 700;
		font-style: normal; 
		}
.sost-p {
	font-size: 20px;
	font-weight: 300;
	line-height: 1.6;
}

/***** DETTAGLIO PUNTI VENDITA ************/

.pdv-detail-page .desctop-no-sidebar.tt-filters-options .tt-title {
	border-bottom: none;
	margin-bottom: 1rem;
}

.pdv-page .box-pto-vendita {
	border: 1px solid #F6C75C;
	border-radius: 20px;
	padding: 3rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.box-pto-vendita span {
	background: #F6C75C;
	width: 180px;
	height: 180px;
	padding: 40px;
	border-radius: 50%;
	display: block;
	text-align: center;
	margin-bottom: 2rem;
}
.box-pto-vendita span > img{
width: 100%;
}
.pdv-page .box-pto-vendita h1{
	font-size: 52px; 
	font-weight: 700; 
	font-style: normal; 
	letter-spacing: normal; 
	line-height: 65px;
	text-align: center;
}

.pdv-page .box-primary, .pdv-page .box-black {
	background: #F6C75C;
	border-radius: 10px;
	padding: 20px;
	font-size: 15px;
	height: 100%;
}

.pdv-page .box-black {
	background: #353431;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pdv-page .box-black > a {
	display: block;
	text-align: center;
	width: 100%;
	color: #F6C75C;
	font-size: 24px;
	font-weight: 700;
}
.pdv-page .feedaty_widget{
background: #FAF9F6;
border-radius: 10px;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.pdv-page .feedaty_widget > div {
	background: #FAF9F6;
	border: none;
}

.cart-items .tt-product:not(.tt-view) .tt-description .tt-title {
	font-size: 16px;
}
.aside.leftColumn.desctop-no-sidebar{
	z-index: 99999999999;
	    background: #FFF;
}

.badge.badge-sale {
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../../img/badge_sale.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 45px;
	height: 45px;
	z-index: 2;
	line-height: 45px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}
 
.tt-mobile-product-layout .badge.badge-sale {
left: 10px;
top: 10px;
}

.badge.badge-new {
	position: absolute;
	right: 0;
	top: 0;
	background-image: url(../../img/badge_new.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 58px;
	height: 58px;
	z-index: 2;
	line-height: 45px;
	text-align: center;
	color: #353431;
	font-weight: bold;
	font-size: 12px;
}

.badge.badge-new > span {
	transform: rotate(45deg);
	display: block;
	line-height: 30px;
	transform-origin: bottom;
}

.form-default .form-control, .tt-input-counter.style-01 input{
	  background: #fff;
	  border:1px solid #ced4da;
}

 footer .tt-color-scheme-01{
	background: #FAF9F6;
 }