.animated {
    animation: fadeInAnimation ease 0.7s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


.container {
    height: auto;
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 1200px;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	max-width: 1600px;
}

.container-lg {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	max-width: 1440px;
}

.container-content:after {
    content: " ";
    display: block;
    clear: both;
}

.container-content::before, .container-content::after {
    content: "";
    display: table;
}

.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}
.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}
.row-cols-auto>*{flex:0 0 auto;width:auto}

.col{flex:1 0 0%}
.col-auto{flex:0 0 auto;width:auto}
.col-1{flex:0 0 auto;width:8.33333333%}
.col-2{flex:0 0 auto;width:16.66666667%}
.col-3{flex:0 0 auto;width:25%}
.col-4{flex:0 0 auto;width:33.33333333%}
.col-5{flex:0 0 auto;width:41.66666667%}
.col-6{flex:0 0 auto;width:50%}
.col-7{flex:0 0 auto;width:58.33333333%}
.col-8{flex:0 0 auto;width:66.66666667%}
.col-9{flex:0 0 auto;width:75%}
.col-10{flex:0 0 auto;width:83.33333333%}
.col-11{flex:0 0 auto;width:91.66666667%}
.col-12{flex:0 0 auto;width:100%}

.order-first{order:-1!important}
.order-0{order:0!important}
.order-1{order:1!important}
.order-2{order:2!important}
.order-3{order:3!important}

@media (min-width:576px){
	.col-sm{flex:1 0 0%}
	.col-sm-auto{flex:0 0 auto;width:auto}
	.col-sm-1{flex:0 0 auto;width:8.33333333%}
	.col-sm-2{flex:0 0 auto;width:16.66666667%}
	.col-sm-3{flex:0 0 auto;width:25%}
	.col-sm-4{flex:0 0 auto;width:33.33333333%}
	.col-sm-5{flex:0 0 auto;width:41.66666667%}
	.col-sm-6{flex:0 0 auto;width:50%}
	.col-sm-7{flex:0 0 auto;width:58.33333333%}
	.col-sm-8{flex:0 0 auto;width:66.66666667%}
	.col-sm-9{flex:0 0 auto;width:75%}
	.col-sm-10{flex:0 0 auto;width:83.33333333%}
	.col-sm-11{flex:0 0 auto;width:91.66666667%}
	.col-sm-12{flex:0 0 auto;width:100%}
}

@media (min-width:768px){
	.col-md{flex:1 0 0%}
	.col-md-auto{flex:0 0 auto;width:auto}
	.col-md-1{flex:0 0 auto;width:8.33333333%}
	.col-md-2{flex:0 0 auto;width:16.66666667%}
	.col-md-3{flex:0 0 auto;width:25%}
	.col-md-4{flex:0 0 auto;width:33.33333333%}
	.col-md-5{flex:0 0 auto;width:41.66666667%}
	.col-md-6{flex:0 0 auto;width:50%}
	.col-md-7{flex:0 0 auto;width:58.33333333%}
	.col-md-8{flex:0 0 auto;width:66.66666667%}
	.col-md-9{flex:0 0 auto;width:75%}
	.col-md-10{flex:0 0 auto;width:83.33333333%}
	.col-md-11{flex:0 0 auto;width:91.66666667%}
	.col-md-12{flex:0 0 auto;width:100%}
	
	.order-md-first{order:-1!important}
	.order-md-0{order:0!important}
	.order-md-1{order:1!important}
	.order-md-2{order:2!important}
	.order-md-3{order:3!important}
}

@media (min-width:992px){
	.col-lg{flex:1 0 0%}
	.col-lg-auto{flex:0 0 auto;width:auto}
	.col-lg-1{flex:0 0 auto;width:8.33333333%}
	.col-lg-2{flex:0 0 auto;width:16.66666667%}
	.col-lg-3{flex:0 0 auto;width:25%}
	.col-lg-4{flex:0 0 auto;width:33.33333333%}
	.col-lg-5{flex:0 0 auto;width:41.66666667%}
	.col-lg-6{flex:0 0 auto;width:50%}
	.col-lg-7{flex:0 0 auto;width:58.33333333%}
	.col-lg-8{flex:0 0 auto;width:66.66666667%}
	.col-lg-9{flex:0 0 auto;width:75%}
	.col-lg-10{flex:0 0 auto;width:83.33333333%}
	.col-lg-11{flex:0 0 auto;width:91.66666667%}
	.col-lg-12{flex:0 0 auto;width:100%}
}

/*Start COLOR SCHEME*/
.bg-white {
	background-color: #fff;
}
.bg-black {
	background-color: #000;
}
.bg-color1 {
	background-color: #6F7F71;
}
.bg-color2 {
	background-color: #2c2d33;
}
.bg-color3 {
	background-color: #dbe2d8;
}
.bg-color4 {
	background-color: #f3f2f0;
}
.bg-gary1 {
	background-color: #eee;
}
.white {
	color: #fff;
}
.black {
	color: #000;
}
.color1 {
	color: #6F7F71;
}
.color2 {
	color: #2c2d33;
}
.color3 {
	color: #cdd0e1;
}
.gary1 {
	color: #eee;
}

[class*="bg-soft"] {
    position: relative;
}

[class*="bg-soft"]:before {z-index:1!important;display:block;position:absolute;left:0;top:0;right:0;bottom:0;border-radius:inherit;content:'';pointer-events:none;-webkit-transition:background-color 0.2s, opacity 0.3s;transition:background-color 0.2s, opacity 0.3s;}

[class*="bg-soft"]>* {
    position: relative;
    z-index: 2;
}

.bg-soft-colored:before {
    background-color: #4d4d59b3;
}

/* Soft backgrounds - Gray Tones */
.bg-soft-gray:before,.bg-soft-gray-hover:hover:before,.bg-soft-gray-active.active:before,.bg-soft-gray9:before,.bg-soft-gray9-hover:hover:before,.bg-soft-gray9-active.active:before{background-color:rgba(202,202,201,0.9);}
.bg-soft-gray1:before,.bg-soft-gray1-hover:hover:before,.bg-soft-gray1-active.active:before{background-color:rgba(202,202,201,0.1);}
.bg-soft-gray2:before,.bg-soft-gray2-hover:hover:before,.bg-soft-gray2-active.active:before{background-color:rgba(202,202,201,0.2);}
.bg-soft-gray3:before,.bg-soft-gray3-hover:hover:before,.bg-soft-gray3-active.active:before{background-color:rgba(202,202,201,0.3);}
.bg-soft-gray4:before,.bg-soft-gray4-hover:hover:before,.bg-soft-gray4-active.active:before{background-color:rgba(202,202,201,0.4);}
.bg-soft-gray5:before,.bg-soft-gray5-hover:hover:before,.bg-soft-gray5-active.active:before{background-color:rgba(202,202,201,0.5);}
.bg-soft-gray6:before,.bg-soft-gray6-hover:hover:before,.bg-soft-gray6-active.active:before{background-color:rgba(202,202,201,0.6);}
.bg-soft-gray7:before,.bg-soft-gray7-hover:hover:before,.bg-soft-gray7-active.active:before{background-color:rgba(202,202,201,0.7);}
.bg-soft-gray8:before,.bg-soft-gray8-hover:hover:before,.bg-soft-gray8-active.active:before{background-color:rgba(202,202,201,0.8);}
.bg-soft-gray10:before,.bg-soft-gray10-hover:hover:before,.bg-soft-gray10-active.active:before{background-color:rgba(202,202,201,1);}
/* Soft backgrounds - Dark Tones */
.bg-soft-dark:before,.bg-soft-dark-hover:hover:before,.bg-soft-dark-active.active:before,.bg-soft-dark9:before,.bg-soft-dark9-hover:hover:before,.bg-soft-dark9-active.active:before{background-color:rgba(25,25,25,0.9);}
.bg-soft-dark1:before,.bg-soft-dark1-hover:hover:before,.bg-soft-dark1-active.active:before{background-color:rgba(25,25,25,0.1);}
.bg-soft-dark2:before,.bg-soft-dark2-hover:hover:before,.bg-soft-dark2-active.active:before{background-color:rgba(25,25,25,0.2);}
.bg-soft-dark3:before,.bg-soft-dark3-hover:hover:before,.bg-soft-dark3-active.active:before{background-color:rgba(25,25,25,0.3);}
.bg-soft-dark4:before,.bg-soft-dark4-hover:hover:before,.bg-soft-dark4-active.active:before{background-color:rgba(25,25,25,0.4);}
.bg-soft-dark5:before,.bg-soft-dark5-hover:hover:before,.bg-soft-dark5-active.active:before{background-color:rgba(25,25,25,0.5);}
.bg-soft-dark6:before,.bg-soft-dark6-hover:hover:before,.bg-soft-dark6-active.active:before{background-color:rgba(25,25,25,0.6);}
.bg-soft-dark7:before,.bg-soft-dark7-hover:hover:before,.bg-soft-dark7-active.active:before{background-color:rgba(25,25,25,0.7);}
.bg-soft-dark8:before,.bg-soft-dark8-hover:hover:before,.bg-soft-dark8-active.active:before{background-color:rgba(25,25,25,0.8);}
.bg-soft-dark9:before,.bg-soft-dark9-hover:hover:before,.bg-soft-dark9-active.active:before{background-color:rgba(25,25,25,0.9);}
.bg-soft-black:before,.bg-soft-black-hover:hover:before,.bg-soft-black-active.active:before{background-color:rgba(0,0,0,0.6);}
.bg-soft-black1:before,.bg-soft-black1-hover:hover:before,.bg-soft-black1-active.active:before{background-color:rgba(0,0,0,0.9);}

/*end COLOR SCHEME*/

/*Start PADDING e MARGIN */
.py-0 { padding-top: 0;	padding-bottom: 0; }
.py-10 { padding-top: 10px;	padding-bottom: 10px; }
.py-25 { padding-top: 25px; padding-bottom: 25px; }
.py-50 {	padding-top: 50px;	padding-bottom: 50px; }
.py-100 { padding-top: 100px; padding-bottom: 100px;	}

.pt-0 {	padding-top: 0; }
.pt-10 {	padding-top: 10px; }
.pt-25 {	padding-top: 25px; }
.pt-50 {	padding-top: 50px; }
.pt-100 { padding-top: 100px; }

.pb-0 {	padding-bottom: 0; }
.pb-10 {	padding-bottom: 10px; }
.pb-25 {	padding-bottom: 25px; }
.pb-50 {	padding-bottom: 50px; }
.pb-100 { padding-bottom: 100px;	}

.my-0 { margin-top: 0; margin-bottom: 0; }
.my-10 { margin-top: 10px; margin-bottom: 10px; }
.my-25 {	margin-top: 25px; margin-bottom: 25px; }
.my-50 { margin-top: 50px; margin-bottom: 50px; }
.my-100 { margin-top: 100px;	margin-bottom: 100px; }

.mt-0 {	margin-top: 0; }
.mt-10 {	margin-top: 10px; }
.mt-25 {	margin-top: 25px; }
.mt-50 {	margin-top: 50px; }
.mt-100 { margin-top: 100px; }

.mb-0 {	margin-bottom: 0; }
.mb-10 {	margin-bottom: 10px; }
.mb-25 {	margin-bottom: 25px; }
.mb-50 {	margin-bottom: 50px; }
.mb-100 { margin-bottom: 100px; }


.mx-auto { margin: auto; }
/*end PADDING e MARGIN */


/* start Font Styles */
	.italic{font-style:italic;}
	.uppercase{text-transform:uppercase;}
	.capitalize{text-transform:capitalize!important;}
	.transform-none{text-transform:none!important;}
	.t-left{text-align:left!important;}
	.t-center{text-align:center!important;}
	.t-right{text-align:right!important;}
	.t-justify{text-align:justify!important;}
	.t-vertical-orientation{writing-mode:vertical-rl;text-orientation:upright;}
	.t-shadow-none{text-shadow:none !important;}
	.t-shadow{text-shadow:2px 2px 6px rgba(0,0,0,0.1);}
	.thin{font-weight:100!important;}
	.extralight{font-weight:200!important;}
	.light{font-weight:300!important;}
	.normal{font-weight:400!important;}
	.medium{font-weight:500!important;}
	.semibold{font-weight:600!important;}
	.bold{font-weight:700!important;}
	.extrabold{font-weight:900!important;}
/*end Font Styles */



/*start CLASS FOR IMAGE */
img.block-img {
	width: 100%;
	height: auto;
}

img.img-fluid {
	max-width: 100%;
	height: auto;
}
/*end CLASS FOR IMAGE */

strong {
    color: #000;
}


/*Start TOP BAR */
#top-bar {
    width: 100%;
	position: relative;
	background-color: #d8b48a;
	display: flex;
	z-index: 3;
	padding: 5px 0;
}

#top-bar .container-xl {
    display: flex;
    justify-content: space-between;
}

#top-bar ul {
    list-style: none;
    display: block;
    margin-bottom: 0;
}

#top-bar .secondary-navigation .menu a {
    padding: 0.5em 0.875em;
    color: #f9f9f9;
    font-weight: 400;
}

#top-bar .secondary-navigation {
    position: relative;
    display: block;
    height: 100%;
    margin: 0;
}

#top-bar .contact-info-topbar {
    display: flex;
    color: #fff;
}

#top-bar .contact-info-topbar .box-info {
    margin-right: 15px;
    padding-right: 15px;
	align-items: center;
}

#top-bar .contact-info-topbar .box-info p {
	line-height: 0.9;
    font-size: 14px;
}

#top-bar .contact-info-topbar .box-info .title {
    font-size: 12px;
	opacity: 0.8;
}

#top-bar .contact-info-topbar .box-info i {
    font-size: 14px;
}

#top-bar .contact-info-topbar .box-info a {
    color: #fff;
    font-size: 14px;
}

#top-bar .social-list a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    margin-top: 0;
    border-radius: 0;
    background: none !important;
}
/*End TOP BAR */

/*START custom header */

.site {
    overflow-x: unset;
}

header.header-pp {
    position: sticky;
	top: 0;
}

header.header-pp .custom-logo-link img{
    transition: all 0.4s;
	width: 240px;
}

header.header-pp {
	padding: 0;
	margin-bottom: 0 !important;
	border-bottom: 1px solid #f0f0f0;
}

header.header-pp a:focus, header.header-pp input:focus, header.header-pp textarea:focus, header.header-pp button:focus {
    outline: 0px solid #7f54b3;
}

header.header-pp .site-branding {
	margin: 0;
}

header.header-pp .container-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header.header-pp .container-header .site-branding {
    width: 240px !important;
	max-width: 240px;
    margin-right: 0!important;
    padding-right: 0;
}

header.header-pp .container-header .site-header-cart {
    width: auto;
    float: right;
}

header.header-pp .container-header .icon-header {
	width: 240px !important;
	max-width: 240px;
	display: flex;
    justify-content: flex-end;
    align-items: center;
}

header.header-pp .container-header .icon-header>a, header.header-pp .container-header .icon-header .site-header-cart>a {
    color: #fff;
	margin-right: 10px;
	background-color: #4d4d59;
    height: 34px;
    width: 34px;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
	position: relative;
}

.site-header-cart span.count {
    position: absolute;
    top: 0;
    right: 0;
    background-color: red;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.7em;
	box-shadow: 1px 1px 8px #000;
}

header.header-pp .container-header .site-header-cart>li {
    position: absolute;
    width: 300px;
    right: 0;
}

header.header-pp .container-subheader {
    background-color: #4d4d59;
}

header.header-pp .container-subheader .main-navigation ul.menu>li>a {
    padding: 0.9em 1em;
}


/* start TAB SUBHEADER */
.tab {
  overflow: hidden;
}

.tab button {
  background-color: transparent;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 25px 16px;
  transition: 0.3s;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
}

.tab button:hover {
  background-color: #36363b;
}

.tab button.active {
  background-color: #4d4d59;
}

.tabcontent {
	display: none;
    background-color: #4d4d59;
}

/* end TAB SUBHEADER */


/* start MEGAMENU */
.navmenu-pp {
  overflow: hidden;
}

.navmenu-pp>a {
  float: left;
  color: white;
  text-align: center;
  text-decoration: none;
  border: none;
	outline: none;
	padding: 35px 16px;
	background-color: inherit;
	font: inherit;
	margin: 0;
    transition: 0.3s;
    font-size: 15px;
	font-weight: 600;
    text-transform: uppercase;
    color: #000;
	position: relative;
}

.navmenu-pp>a:before, .dropdown .dropbtn:before, .subnav .subnavbtn:before {
	-webkit-transition: cubic-bezier(0.55, 0, 0.1, 1) right 300ms;
	transition: cubic-bezier(0.55, 0, 0.1, 1) right 300ms;
	height: 7px;
	margin: 6px 10px 15px 10px;
	background: #d8b48a;
	content: "";
	position: absolute;
	width: auto;
	height: 2px;
	top: 50%;
	left: 0;
	right: 100%;
	margin-top: 15px;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

.navmenu-pp>a:hover:before, .dropdown:hover .dropbtn:before, .subnav:hover .subnavbtn:before, .navmenu-pp>a.active:before, .subnav .subnavbtn.active:before {
	right: 0;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn, .subnav .subnavbtn {
	border: none;
	outline: none;
	padding: 35px 16px;
	background-color: inherit;
	font: inherit;
	margin: 0;
	transition: 0.3s;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	color: #000;
	display: block;
	position: relative;
}

.navmenu-pp>a:hover, .dropdown:hover .dropbtn, .subnav:hover .subnavbtn {
  color: #d8b48a;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  width: 100%;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 9;
}

.dropdown-content .header, .subnav-content .header {
  padding: 5px;
  color: black;
}

.dropdown-content .header h4, .subnav-content .header h4 {
  margin-bottom: 0;
}

.dropdown-content .header h4 a, .subnav-content .header h4 a {
  color: black;
  font-weight: 600;
  position: relative;
}

.dropdown-content .header h4 a, .subnav-content .header h4 a:before, .subnav-content .subnav-menu a span:before {
	content: '';
    width: 0px;
    height: 0px;
    border-top: 3px solid white;
    border-color: #788776;
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
}

.dropdown-content .header h4 a:hover, .subnav-content .header h4 a:hover:before, .subnav-content .subnav-menu a:hover span:before {
    width: 100%;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.subnav-content .column {
  float: left;
  width: 12.5%;
  padding: 10px;
  background-color: #fff;
  height: auto;
}

.subnav-content .column h5 {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #000;
}

.subnav-content .column a {
  float: none;
  color: #6d6d6d;
  padding: 2px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
    transition: all 0.5s ease;
}

.subnav-content .column a:hover {
    padding-left: 14px;
    opacity: 0.9;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 600px) {
  .dropdown-content .column {
    width: 100%;
    height: auto;
  }
}


.subnav {
  float: left;
  overflow: hidden;
}

.subnav-content {
  display: none;
  position: absolute;
  left: 0;
  background-color: #fff;
  width: 100%;
  z-index: 9;
  padding-bottom: 15px;
  padding-top: 15px;
}

.subnav-content .subnav-menu a {
	float: left;
	text-decoration: none;
	padding: 0.9em 1em;
	color: #000;
	font-weight: 600;
	text-align: center;
    max-width: 12.5%;
    line-height: normal;
	position: relative;
}

.subnav-content .subnav-menu a img {
	max-width: 100%;
    border-radius: 50%;
	margin: auto;
    margin-bottom: 5px;
}

.subnav-content.subnav-brand .subnav-menu a {
	float: left;
	text-decoration: none;
	padding: 0.9em 1em;
	color: #222;
	text-align: center;
    line-height: normal;
	border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
	width: 12.5%;
	max-width: none;
}

.subnav-content.subnav-brand .subnav-menu a:nth-child(8n+0) {
    border-right: 1px solid transparent;
}

.subnav-content.subnav-brand .subnav-menu a img {
	max-width: 140px;
    width: 100%;
    border-radius: 0;
	margin: auto;
    margin-bottom: 5px;
}

.subnav-content .subnav-menu a:hover {
  color: black;
}

.subnav-content .subnav-menu a:hover img {
  opacity: 0.7;
}

.subnav:hover .subnav-content {
  display: block;
}

#overlay-pp {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
}
/* end MEGAMENU */
/*END custom header */


/* START Style menu offcanvas */
--mm-color-text: #43454b;

.menu-offcanvas img.logo-mn {
    width: 100%;
    max-width: 200px;
    margin: 5px auto;
}

.menu-offcanvas li a {
    display: flex;
    align-items: center;
	justify-content: start;
	font-weight: 600;
}

.menu-offcanvas li a img {
    width: 80px;
    border-radius: 50%;
    margin-right: 15px;
	border: 1px solid #eee;
}

.menu-offcanvas li.item-brand a img {
    padding: 5px;
    border-radius: 0;
}

.menu-offcanvas li.item-icon a i{
    font-size: 150%;
    margin-right: 15px;
	color: gray;
}

.menu-offcanvas li.item-icon a {
    padding-top: 16px;
    padding-bottom: 16px;
	text-transform: uppercase;
}

.menu-offcanvas li.mm-listitem a {
    color: #000;
}

#pp-header mm-burger {
	color: #2c2d33;
}

.mm-menu--theme-white {
    --mm-color-border: #eee;
}

.mm-navbars--top a.mm-navbar__tab {
    text-transform: uppercase;
    font-weight: 600;
    color: #2c2d33;
	position: relative;
}

.mm-navbar__tab--selected:after {
	background-color: #2c2d33;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translateX(-49%);
    transition: transform .2s ease-in-out;
    width: 60%;
}

.mm-navbars--top .mm-navbar__tab--selected {
    border-top: 0;
}

:root {
    --mm-listitem-size: 40px;
}

:root {
    --mm-size: 85%;
}


/*Questa classe nasconde il menu offcanvas prima dell inizializzazione */
.menu-hidden {
    display: none;
}

/* END Style menu offcanvas */

.col-info {
	border-right: 1px solid #eee;
}

.col-info:last-child {
	border-right: 0;
}

.box-info {
    display: flex;
    align-items: flex-start;
}

.box-info i {
    font-size: 30px;
	margin-right: 5px;
}

footer .box-info i, .info-contact .box-info i {
    font-size: 30px;
	margin-right: 5px;
	margin-top: 5px;
}

.box-info p.text, .box-info p {
    line-height: normal;
	color: #999;
	margin-bottom: 0;
}

.box-info .title {
    text-transform: uppercase;
    font-weight: 600;	
    margin-bottom: 0;
}

.pswp__bg {
    background: rgb(0 0 0 / 80%);
}

.box-title-home {
	margin-bottom: 20px;
	clear: both;
}

.box-title-home h2 {
	margin: 0;
    font-weight: 600;
}

.box-title-home a {
	font-weight: 700;
}

.box-title-home a:hover {
	color: black;
	text-decoration: underline;
}

.box-contact {
	overflow: hidden;
    border-radius: 0.3em;
}

.box-contact .image-contact {
    width: 100%;
}

.box-contact .image-contact > img {
	border-radius: 0 0 15em / 0 15em 15em;
	box-shadow: -4px 11px 1px 10px #86997e;
}

.box-contact .info-contact {
    padding: 30px 30px 20px 30px;
	color: #fff;
}

.box-contact .info-contact a {
	color: #fff;
}

.box-contact .info-contact a:hover {
	text-decoration: underline;
}

.box-service {
	display: flex;
	align-items: center;
	border-radius: 20px;
	overflow: hidden;
	background-color: #D9E2D7;
}

.box-service .icon-space {
	flex: 1.5;
}

.box-service .info-space {
	flex: 2;
	padding: 20px;
}

.box-service .info-space h4 {
	line-height: normal;
	color: #788776;
}


.box-service p {
	color: #333;
	margin-bottom: 5px;
}

.box-service .icon-space img {
    width: 100%;
	height: auto;
	display: block;
}

.box-team img {
	border-radius: 20px;
}

.box-team:hover img {
	opacity: 0.6;
}

.box-team p {
	line-height: normal;
}

.box-team p.role {
	color: #788776;
}

.box-contact p {
    margin-bottom: 0;
}

.preview-service {
    display: flex;
	flex-wrap: wrap;
}

.preview-service .box-service {
    padding: 10px;
    display: flex;
    align-items: center;
    width: 24%;
	margin-right: 1%;
	margin-bottom: 1%;
	border: 1px solid #eee;
}

.preview-service .box-service p {
    line-height: normal;
    margin-bottom: 0;
}

.preview-service .box-service .icon-space {
    max-width: 50px;
	margin-right: 10px;
}

.preview-service .box-service .icon-space img {
    max-width: 35px;
}

:focus-visible {
    outline: 0px;
}

a:focus, button:focus, .button.alt:focus, input:focus, textarea:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus {
    outline: 0px;
}


.woocommerce-loop-product__link .onsale{
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #f3000e;
    color: #fff;
    border: 0;
    font-size: .70em;
}

.price ins {
    font-weight: 600;
    color: #788776;
}

.price>.woocommerce-Price-amount {
    font-weight: 600;
    color: #788776;	
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	margin-right: 0;
	width: 20%;
}

.social-list {
    display: flex;
    flex-direction: row;
}

.single-product .onsale {
    background-color: #f3000e;
    color: #fff;
    border: 0;
    padding: 0.202em 0.6180469716em;
    font-size: .875em;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 1em;
    border-radius: 3px;
    position: absolute;
    top: 5px;
    z-index: 9;
}

.single-product div.product form.cart .quantity {
    margin-right: 0;
	width: 10%
}

.single-product div.product form.cart .quantity input {
	width: 100%
}

.single-product div.product form.cart .single_add_to_cart_button {
	width: 90%
}

.summary h1.product_title  {
    font-size: 2.2em;
    font-weight: 600;
	color: black;
}

.single-product div.product form.cart, .single-product .box-whatsapp_single-product, .single-service div.product form.cart, .single-service .box-whatsapp_single-product {
    border: 1px solid #ddd;
    padding: 10px;
	margin-bottom: 1em;
}

.single-product .box-whatsapp_single-product .button-whatsapp, .single-service .box-whatsapp_single-product .button-whatsapp {
    width: 100%;
    text-align: center;
	background-color: #25D366;
}

.single-product .box-whatsapp_single-product .button-whatsapp:hover, .single-service .box-whatsapp_single-product .button-whatsapp {
	background-color: #10c955;
}

.single-product .box-whatsapp_single-product .title, .single-service .box-whatsapp_single-product .title {
    font-weight: 600;
    color: #2c2d33;
    margin-bottom: 0;
}

.single-product .box-whatsapp_single-product .text, .single-service .box-whatsapp_single-product .text {
    margin-bottom: 0.7em;
}

.single-product .stock.in-stock {
    margin-bottom: 0;
}

.social-list a i {
	font-size: 18px;
	margin: 0;
}

.social-list a {
	color: #fff !important;
    background-color: #4d4d59;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    margin-top: 5px;
    border-radius: 30px;
	text-decoration: none !important;
}


.bg-youtube-hover:hover, .bg-youtube {
    background-color: #da1818 !important;
}

.bg-facebook-hover:hover, .bg-facebook {
    background-color: #4b6ea8 !important;
}

.bg-instagram-hover:hover, .bg-instagram {
	background: #d82950;
    background: linear-gradient(45deg, #dccf35, #f33a3a, #dc359e, #c000ff) !important;
}

.form-box {
	width: 100%;
	max-width: 600px;
	margin: auto;
}

.form-box .form-control {
    width: 100%;
}

.wpcf7-spinner {
    display: block;
}
	
.storefront-breadcrumb {
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-top: 20px;
    background-color: #D9E2D7;
}

body.single-product .storefront-breadcrumb {
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-top: 0;
    background-color: #D9E2D7;
    margin-bottom: 10px;
}

.storefront-breadcrumb .container-breadcrumb {
    display: flex;
    align-items: center;
	justify-content: center;
}

body.single-product .storefront-breadcrumb .container-breadcrumb {
    display: flex;
    align-items: center;
	justify-content: flex-start;
}

.page-title {
    text-align: center;
	padding-bottom: 20px;
	font-weight: 600;
	margin-bottom: 0;
	background-color: #D9E2D7;
}

.woocommerce-breadcrumb a:first-of-type::before {
    content: '';
}

.page-title h1, .page-title h2 {
    margin-bottom: 0;
}

.storefront-handheld-footer-bar {
    display: none;
}

ul.products li.product .button {
	display: none;
}

a.button.button-dark {
    background-color: #333333;
    border-color: #333333;
    color: #fff;
}

.pwb-single-product-brands {
    display: none;
}

.section {
	overflow: hidden;
}

.box-intro {
	width: 100%;
	max-width: 600px;
	margin-right: 100px;
	margin-left: 100px;
}

.row.welcome-intro {
	align-items: center;
}



.toogle-title {
  background-color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  outline: none;
  font-weight: 600;
  color: #000000;
}

.toogle-title.active, .toogle-title:hover {
  background-color: #f5f7fb;
  border-left: 3px solid #788776;
}

.toogle-title:after {
  content: '\002B';
  color: #333;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.toogle-title.active:after {
  content: "\2212";
}

.toogle-content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border: 1px solid #eee;
}

.toogle-content h2 {
  display: none;
}

a.file-allegati {
    color: #000;
    font-weight: 600;
	position: relative;
}

a.file-allegati i {
    color: #788776;
}

a.file-allegati:before {
    content: '';
    width: 0px;
    height: 0px;
    border-top: 3px solid white;
    border-color: #788776;
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
}

a.file-allegati:hover:before {
    width: 100%;
}



select.orderby {
    padding: 10px;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 0;
    text-transform: uppercase;
    border-color: #333;
    font-weight: 600;
    color: #333;
    background-color: #fff;
    border-radius: 0;
}

.box-side form.woocommerce-ordering{
    width: 100%;
    margin-bottom: 30px;
	float: none;
}

.box-side form.woocommerce-ordering select.orderby {
    width: 100%;
}

.widget .widget-title {
    padding: 0 0 0.2em;
    margin-bottom: 0.5em;
    font-weight: 300;
    font-size: 1.618em;
	border-bottom: 0;
}

.widget-area .widget {
    font-size: .875em;
    font-weight: 400;
    border-bottom: 1px solid #eee;
    padding-bottom: 0.5em;
    margin-bottom: 1.5em;
}

.widget-area .widget:first-child, .widget-area .widget:last-child {
  border-bottom: 0;
}

.storefront-sorting form.woocommerce-ordering {
	display: none!important;
}

.section-utility {
	display: none;
}

.section-category-list {
    padding: 5px 0;
    margin-bottom: 20px;
	background-color: #f5f7fb;
}

.box-category-list {
	display: flex;
}

.box-category-list ul.category-list {
    display: flex;
    margin: 0 auto;
    overflow-x: auto;
    overflow-y: hidden;
	list-style: none;
}

.box-category-list li.category-list-item {
    margin-right: 10px;
	margin-top: 6px;
	margin-bottom: 6px;
}

.box-category-list li.category-list-item a {
	background-color: #fff;
    color: #333;
    font-weight: 600;
    padding: 5px 15px;
    line-height: normal;
	white-space: nowrap;
	border: 2px solid #eee;
}

.box-category-list li.category-list-item a:hover, .box-category-list li.category-list-item a.active {
    background-color: #788776;
	border-color: #788776;
	color: #fff;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
    margin-bottom: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
    padding: 2px;
}

.single-product div.product .woocommerce-product-gallery img {
    border-radius: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
    margin-bottom: 0.2em;
}

.single-product div.product .woocommerce-product-gallery .zoomImg {
    cursor: zoom-in;
}

.single-product div.product p.price {
    margin-top: 0;
	margin-bottom: 0.5em;
    font-weight: 700;
	font-size: 2em;
}

.single-product .price ins {
    font-weight: 700;
    color: #788776;
}

.single-product .price>.woocommerce-Price-amount {
    font-weight: 700;
    color: #788776;	
}




/*START stile delle variazioni colore e immagine  */
.woo-variation-swatches.wvs-show-label .variations th label {
    font-weight: 600;
    color: #000;
}

.single-product div.product table.variations .value {
    margin-bottom: 0;
}

/*
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    height: auto;
    width: auto;
    flex-direction: column-reverse;
}

.wvs-has-image-tooltip:before, [data-wvstooltip]:before {
    background-color: transparent;
    border-radius: var(--tip-redius);
    bottom: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
    font-size: var(--font-size);
    height: auto;
    line-height: normal;
    min-width: auto;
    padding-inline: unset;
    top: auto;
    -webkit-transform: translateX(var(--horizontal-position));
    -ms-transform: translateX(var(--horizontal-position));
    transform: translateX(var(--horizontal-position));
    width: auto;
    width: -moz-max-content;
    width: max-content;
    position: relative;
	opacity: 1;
	visibility: visible;
}

.wvs-has-image-tooltip:after, [data-wvstooltip]:after {
	display: none;
}


/* END stile delle variazioni colore e immagine */




.woocommerce-tabs {
	padding-bottom: 0;
}

ul.shop_attributes {
    list-style: none;
    margin: 0;
}

ul.shop_attributes li.woocommerce-product-attributes-item {
    display: flex;
}

ul.shop_attributes li.woocommerce-product-attributes-item span.woocommerce-product-attributes-item__value {
    margin-left: 5px;
}

ul.shop_attributes li.woocommerce-product-attributes-item span.woocommerce-product-attributes-item__value p {
    margin-bottom: 1px;
}

/*START second image on hover product in loop */
.woocommerce-LoopProduct-link .image-wrapper {
  position: relative;
  overflow: hidden;
}
.woocommerce-LoopProduct-link .img-back {
  position: absolute;
  top: 0;
  left: 0;
  left: 50%;
  transform: translate(-50%);
  max-width: 100%;
  opacity: 0;
  transition: all 0.3s;
}
.woocommerce-LoopProduct-link:hover .img-back {
  opacity: 1;
}
/*END second image on hover product in loop */

li.product a.woocommerce-LoopProduct-link {
    border: 1px solid #ddd;
    background-color: #fff;
	display: block;
}

li.product .product_colors_container {
    background-color: rgb(255 255 255 / 90%);
    position: absolute;
    bottom: 20px;
    width: 90%;
    left: 5%;
    color: #333;
}

ul.products li.product {
    margin-bottom: 2.5em;
}
	
ul.products li.product .pp-shop-loop-info {
	padding: 0 10px;
	text-align: left;
}

ul.products li.product .pp-shop-loop-info .woocommerce-loop-product__title,  .woocommerce-loop-product__title {
	-webkit-line-clamp: 2;
	display: -webkit-box !important;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-weight: 600;
    color: black;
}

li.product .pp-shop-loop-info .price {
	margin-bottom: 0;
	font-size: 18px;;
}

ul.products li.product img {
	margin: 0 auto 1em;
	border-radius: 0;
}

.storefront-breadcrumb .button-back {
	display: none;
}

body.single-product .storefront-breadcrumb .button-back {
	display: block;
}

.button-back {
	background-color: #fff;
	background-color: #fff;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
	color: #000;
}

.button-back:hover {
	background-color: #788776;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    color: #000;
    font-weight: 600;
}

.wp-block-woocommerce-cart-order-summary-block {
    border: 1px solid #eee;
    background-color: #fafafa;
}

.is-large.wc-block-cart .wc-block-cart__totals-title {
    text-align: center !important;
    color: #333 !important;
}

.is-mobile.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title {
    display: block !important;
	text-align: center !important;
    color: #333 !important;
	font-weight: 600;
}

.page-my-account .col-1, .page-my-account .col-2 {
	background-color: #fafafa;
    padding: 10px;
    border: 1px solid #eee;
}
	
.page-my-account input {
    border: 1px solid #999;
    box-shadow: none;
}

.page-my-account button {
    background-color: #2c2d33;
    color: #ffffff;
}

.woocommerce-MyAccount-navigation {
	border: 1px solid #eee;
	margin-bottom: 50px;
}

.woocommerce-MyAccount-navigation ul {
	margin-bottom: 0;
}

.hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
    padding: .875em 0.4em;
	color: #4d4d59;
}

.woocommerce-MyAccount-navigation ul li a:hover {
    background-color: #f1f3fd;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: #f1f3fd;
}

.woocommerce-EditAccountForm.edit-account fieldset, .woocommerce-EditAccountForm.edit-account fieldset legend {
	border: 1px solid #eee;
}

.return-to-shop {
    text-align: center;
}

.return-to-shop .button.wc-backward {
    background-color: #2c2d33;
    border-color: #333333;
    color: #ffffff;
}

.return-to-shop .button.wc-backward:hover {
    background-color: #13141a;
    border-color: #13141a;
    color: #ffffff;
}


/*START Custom filter plugin */

.wpfFilterWrapper[data-filter-type] {
    padding: 10px !important;
    border-bottom: 2px solid #eee;
}

.wpfFilterTitle {
    color: #2c2d33;
}

.wpfFilterWrapper .wfpTitle {
    font-weight: 600 !important;
}

.wpfSlug {
    background-color: #f1f3fd !important;
}

/*END  Custom filter plugin*/


.brand-grid {
    display: flex;
    flex-wrap: wrap;
}

.brand-grid .brand {
    padding: 30px;
    width: 20%;
    text-align: center;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.brand-grid .brand a:hover {
    opacity: 0.6;
}

.brand-grid .brand img {
    margin: auto;
}

.gallery-chisiamo.row>* {
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 4px;
}

.gallery-chisiamo a img {
    border-radius: 0;
}

.gallery-chisiamo a img:hover {
	opacity: 0.6;
}

.content-pay {
	display: flex;
	align-items: center;
    justify-content: center;
}

.content-pay .text {
    text-align: right;
    padding: 0 20px;
    border-right: 1px solid #ddd;
}

ul.list-pay-method {
    display: flex;
    margin: 0;
    list-style: none;
}

ul.list-pay-method li {
    padding: 0 10px;
}

ul.list-pay-method img {
    max-width: 50px;
}

.site-footer {
	text-decoration: none;
}

.site-footer .box-info i {
    font-size: 20px;
}

.site-footer .box-info p.title, .box-info p {
    color: inherit;
}

.site-footer ul.menu {
    list-style: none;
    margin: 0;
}

.site-footer a {
	text-decoration: none;
}

.site-footer a:hover {
	text-decoration: underline;
}

.btn-fixed {
    width: 45px;
    opacity: 1;
    height: 45px;
    line-height: 45px;
    z-index: 100;
    display: block;
    position: fixed;
    cursor: pointer;
    right: 20px;
    bottom: 65px;
    border-radius: 2px;
    border-width: 0;
    text-align: center;
    color: #777;
    background: white;
    border-color: #ddd;
    -webkit-transition: transform 0.8s cubic-bezier(0.77, 0, 0.2, 1) !important;
    -moz-transition: transform 0.8s cubic-bezier(0.77, 0, 0.2, 1) !important;
    transition: transform 0.8s cubic-bezier(0.77, 0, 0.2, 1) !important;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.btn-fixed:hover {
	opacity: 0.6;
}

#btn-whatsapp.btn-fixed {
    bottom: 115px;
    color: #fff;
    background: #28a745;
    font-size: 20px;
    line-height: 40px;
}

#btn-call.btn-fixed {
    color: #fff;
    background-color: #4d4d59;
}

form.checkout #customer_details .col-1,
form.checkout #customer_details .col-2{
	width: 100%;
}

#adv-container {
	padding: 1px 5px;
	background-color: #000;
	color: #fff;
	text-align: center;
}

#adv-container p {
	margin: 0;
}
	
.cart_totals table.shop_table {
	border: 1px solid #eee;
	box-shadow: 0px 10px 27px 2px #eee;
}

.cart-collaterals h2 {
    font-size: 1.618em;
    font-weight: 600;
}

tbody tr.order-total {
	font-size: 130%;
	color: #000;
}

table.cart td.actions input {
    border: 1px solid #aaa;
	background-color: #fff;
}

form.checkout input[type=text], form.checkout input[type=number], form.checkout input[type=email], form.checkout input[type=tel], form.checkout input[type=url], form.checkout input[type=password], form.checkout input[type=search], form.checkout textarea, form.checkout .input-text {
    box-shadow: none;
    border: 1px solid #d5d5d5;
	background-color: #fff;
}

#payment .payment_methods>.woocommerce-PaymentMethod>label::before, #payment .payment_methods>.wc_payment_method>label::before {
    font-family: "Font Awesome 5 Free";
    line-height: normal;
    vertical-align: middle;
    content: "";
    color: #fff;
    height: auto;
    border-radius: 30px;
    border: 1px solid #aaa;
}


#payment .payment_methods li input[type=radio]:first-child:checked+label:before {
	border: 0;
}

#order_review table.shop_table.woocommerce-checkout-review-order-table {
    border: 1px solid #eee;
}

#order_review table.shop_table.woocommerce-checkout-review-order-table td, #order_review table.shop_table.woocommerce-checkout-review-order-table th {
    border-bottom: 1px solid #eee;
}

#order_review table.shop_table.woocommerce-checkout-review-order-table tfoot td {
    background-color: #f8f8f8;
}

#order_review table.shop_table.woocommerce-checkout-review-order-table tfoot tr:first-child td, #order_review table.shop_table.woocommerce-checkout-review-order-table tfoot tr:first-child th {
    border-top: 1px solid #eee;
}

#order_review table.shop_table.woocommerce-checkout-review-order-table tfoot .order-total {
    font-size: 130%;
    color: #000;
}

.checkout h3 {
	font-weight: 600;
}

.multicolor-bar {
    height: .3em;
    width: 100%;
    background: #d8b48a;
}



.banner {
    width: 100%;
    background: #788776;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
    cursor: pointer;
    border-radius: 0.3em;
    align-items: center;
}

.banner-image {
    height: auto;
    width: 30%;
}
.banner-image > img {
    height: auto;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0 15em 15em 0 / 0 15em 15em;
    box-shadow: 13px 13px 1px 20px #86997e;
}

.text-banner {
	width: 70%;
    text-align: left;
    padding-left: 50px;
}

.text-banner > * {
	color: #fff;
	line-height: normal;
}

.text-banner h4 {
    font-size: 2.5em;
	font-weight: 600;
    color: #fff;
	margin-bottom: 0;
}

.banner .button-banner {
    border: 2px solid #fff;
    width: max-content;
    padding: 8px 15px;
    border-radius: 30px;
	align-items: center;
}

.banner:hover .button-banner {
    color: #000;
	background-color: #fff;
	align-items: center;
}

.banner .button-banner.box-info i {
    margin-top: 0;
}

.banner:hover .button-banner.box-info i {
    color: #788776;
}

.banner .button-banner.box-info p {
    line-height: 0.9;
}

.banner .button-banner.box-info .title{
    font-size: 12px;
    letter-spacing: 2px;
}

.banner .button-banner.box-info .number{
    font-size: 25px;
    font-weight: 600;
}

.single-product div.product .before-summary {
	margin-bottom: 2em;
}

.textarea-about ::marker {
    color: #788776;
}
.textarea-about a {
    position: relative;
}

.textarea-about a:before {
    content: '';
    width: 0px;
    height: 0px;
    border-top: 2px solid white;
    border-color: #788776;
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
}

.textarea-about a:hover:before {
    width: 100%;
}

.cat-description {
	border-bottom: 1px solid #eee;
}

.cat-description-text {
	color: black;
	border-left: 3px solid #788776;
	padding: 0 10px;
}

/*START bclocchi categorie a criglia in home */

.grid-category {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 10px;
	row-gap: 10px;
}
	
.box-category {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 20px;
}

.box-category img {
	border-radius: 20px;
}

.subnav-content .box-category {
	flex:1;
    display: block;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}

.subnav-content .box-category .img-cat {
    width: 100%;
    height: 100%;
    border-radius: 0;
    object-fit: cover;
}

.subnav-content .box-category .title {
	color: #fff;
    padding: 15px;
    text-align: left;
    position: absolute;
    bottom: 10px;
    left: 5%;
    width: 90%;
    z-index: 2;
    margin: auto;
    text-align: center;
    border-radius: 20px;
    line-height: normal;
    font-weight: 700;
	background-color: rgba(255, 255, 255, .01);
    border: 1px solid rgba(255, 255, 255, .19);
    backdrop-filter: blur(7px) brightness(108%);
}

.box-category img {
	transition: all 0.3s;
}

.box-category:hover img {
	transform: translate(0px, 0px) scale(1.1);
}

.swiper-slide .box-category .title:before {
	content: '';
    width: 0px;
    height: 0px;
    border-top: 3px solid white;
    border-color: #d8b48a;
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
}

.swiper-slide .box-category:hover .title:before {
    width: 100%;
}


.swiper-slide .box-category .image-category {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	margin-bottom: 5px;
}

.swiper-slide .box-category .title {
	position: relative;
	color: #000;
    text-align: center;
    line-height: normal;
}

@media (min-width: 768px) {
	
	.grid-category {
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		column-gap: 15px;
		row-gap: 15px;
	}

	.grid-category .box-category .title {
		padding: 15px;
		text-transform: uppercase;
	}
}

@media (max-width: 768px) {
	.grid-category .row>* {
		padding-right: calc(var(--bs-gutter-x)* .2);
		padding-left: calc(var(--bs-gutter-x)* .2);
		padding-bottom: calc(3em * .2);
	}
}
/*END bclocchi categorie a criglia in home */

.lavori-caption {
	display: block;
    position: relative;
	overflow: hidden;
	background-color: #fff;
	padding: 10px;
	    box-shadow: 1px 1px 6px #aaa;
}

.lavori-caption .lavori-caption-info {
    background-color: #fff;
    padding: 10px;
    font-weight: 700;
    color: #000;
    font-size: 18px;
}

.lavori-caption .lavori-caption-img {
	overflow: hidden;
}

.lavori-caption .lavori-caption-img img {
    transition: all 0.3s;
}

.lavori-caption:hover .lavori-caption-img img {
    transform: translate(0px, 0px) scale(1.1);
}

.info-team {
	margin-top: 10px;
}

.info-team p.title {
	margin-bottom: 0;
}


/*START Modal box */
.modal {
  display: none;
  position: fixed;
  z-index: 9999; 
  inset: 0; /* top:0 right:0 bottom:0 left:0 */
  background: rgba(0,0,0,0.5);
  overflow-y: auto;
  padding: 2rem;
}

.modal-content {
  background: #fff;
  margin: auto;
  padding: 20px;
  max-width: 600px;
  border-radius: 8px;
  position: relative;
  animation: fadeIn .3s ease-in-out;
}

.modal .close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  font-weight: bold;
  color: #666;
  cursor: pointer;
}

.modal .close:hover {
  color: #000;
}

@keyframes fadeIn {
  from {opacity: 0; transform: translateY(-20px);}
  to {opacity: 1; transform: translateY(0);}
}
/* END Modal box */


.grid-promo {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 10px;
	row-gap: 10px;
}





/*Media MIN */
@media (min-width: 576px) {
	.widget-area .closebtn {
		display: none;
	}
	
	.section-archive {
		margin-top: .55em;
	}

	.brand-grid .brand:nth-child(5n+0) {
		border-right: 1px solid transparent;
	}
}

@media (min-width: 768px) {
	#pp-header.sticky.site-header .site-branding img {
        max-width: 150px;
    }
	
	#pp-header.sticky .navmenu-pp .dropdown .dropbtn, #pp-header.sticky .navmenu-pp .subnav .subnavbtn, #pp-header.sticky .navmenu-pp>a {
		padding: 25px 16px;
	}
	
	.woocommerce-active .site-header .main-navigation {
		width: 100%;
		margin-right: 0;
	}
	
	.site-main ul.products.columns-4 li.product {
		width: 24%;
		margin-right: 1%;
	}
	
	.single-product .site-main {
		margin-top: 2.6em;
	}
	
	.single-product .content-area {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	/*
	.single-product div.product .summary {
		width: 60%;
		float: right;
		margin-right: 0;
		padding: 0 15px;
	}
	
	.single-product div.product .woocommerce-product-gallery {
		width: 40%;
		float: left;
		margin-right: 0;
		margin-bottom: 3.706325903em;
	}
	*/
	
	.single-product div.product .summary {
		padding-right: 102px;
	}
	
	.single-product div.product .woocommerce-product-gallery img {
		width: 100%;
	}
	
	.col-full {		
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		padding-right: 15px;
		padding-left: 15px;
		max-width: 1200px;
		box-sizing: border-box;
	}
	
	.woocommerce-tabs {
		padding-top: 0;
		padding-bottom: 0;
	}
	
	table.cart {
		border: 1px solid #ddd;
		box-shadow: 0px 10px 27px 2px #eee;
	}
	
	table.shop_table_responsive tbody tr td, table.shop_table_responsive tbody tr th {
		text-align: left;
		border-bottom: 1px solid #d5d5d5;
	}
	
	table.cart .product-thumbnail img {
		margin: 0 auto;
		max-width: 5.706325903em;
		height: auto;
	}
	
	table.cart td.product-remove a.remove:hover {
		opacity: 0.6;
	}
	
	table:not( .has-background ) tbody tr:nth-child(2n) td, fieldset, fieldset legend {
		background-color: transparent;
	}
	
	#pp-header .multicolor-bar {
		display: none;
	}
	
	.single-product div.product .woocommerce-product-gallery {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 0;
    }
	
	.single-product div.product .before-summary {
		width: 41.1764705882%;
		float: left;
		margin-right: 5.8823529412%;
		margin-bottom: 3.706325903em;
	}
	
	.single-product div.product .woocommerce-product-gallery {
        margin-bottom: 2em;
    }
	
	.grid-promo {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		column-gap: 10px;
		row-gap: 10px;
	}
}

@media (min-width: 992px) {
	header.header-pp .container-header .search-header-mobile {
		display: none;
	}
	
	header.header-pp mm-burger {
		display: none;
	}
	
	#bottom_bar_nav {
		display: none;
	}
	
	.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
		border-radius: 30px;
		-webkit-border-radius: 30px;
	}
}

@media (min-width: 1200px) {
	.wc-block-cart-items .wc-block-cart-item__image {
		width: 22%;
	}
	
	.woocommerce .wc-block-components-notice-banner {
		max-width: 1240px;
		margin-right: auto;
		margin-left: auto;
	}
	
	.grid-promo {
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		column-gap: 10px;
		row-gap: 10px;
	}
	
	.promo img {
		border-radius: 20px;
		overflow: hidden;
	}
	
	.single-service .box-whatsapp_single-product {
		position: sticky;
		top: 90px;
	}
}

@media (min-width: 1400px) {
	
}


/*Media MAX */

@media (max-width: 1199.98px) {
	
}

@media (max-width: 992px) {
	header.header-pp .container-header {
		padding-top: 4px;
		padding-bottom: 4px;
	}
	
	header.header-pp .tab, header.header-pp .container-subheader {
		display: none;
	}
	
	header.header-pp .navmenu-pp {
		display: none;
	}
	
	header.header-pp .container-header {
		display: flex;
		justify-content: space-between;
	}
	
	header.header-pp .container-header .search-header-mobile {
		margin-right: 10px;
		background-color: #4d4d59;
		height: 34px;
		min-width: 34px;
		width: 34px;
		display: flex;
		border-radius: 50%;
		justify-content: center;
		align-items: center;
		position: relative;
	}
	
	.box-intro {
		width: 100%;
		max-width: 100%;
		margin-right: 0;
		margin-left: 0;
		padding-right: 15px;
		padding-left: 15px;
	}
	
	.content-pay {
		display: block;
		text-align: center;
	}

	.content-pay .text {
		text-align: center;
		padding: 0;
		border-right: 0px;
	}

	ul.list-pay-method {
		display: flex;
		flex-wrap: wrap;
		margin: 0;
		list-style: none;
		justify-content: center;
	}

	ul.list-pay-method li {
		padding: 0 4px;
	}

	ul.list-pay-method img {
		max-width: 40px;
	}
	
	/*START Nevigation bottom bar */
	#bottom_bar_nav {
		display: flex;
		flex-direction: row;
		position: fixed;
		bottom: 0;
		z-index: 1002;
		width: 100%;
		background: #fff;
		color: #000;
		box-shadow: 0px -2px 20px rgb(0 0 0 / 27%);
	}
	
	#bottom_bar_nav .button-bar-nav {
		width: 20%;
		display: flex;
		justify-content: center;
		flex-direction: column;
		text-align: center;
		font-size: 25px;
		padding-top: 8px;
		padding-bottom: 8px;
		border-right: 1px solid #eee;
		border-top: 2px solid transparent;
		position: relative;
		color: #4d4d59;
	}
	
	#bottom_bar_nav.bottom-bar_4-col .button-bar-nav {
		width: 25%;
	}
	
	#bottom_bar_nav .button-bar-nav.active {
		border-top: 2px solid #2c2d33;
		color: #2c2d33;
	}
	
	#bottom_bar_nav .button-bar-nav:last-child {
		border-right: 0;
	}
	
	#bottom_bar_nav .button-bar-nav span {
		font-size: 9px;
		line-height: 10px;
		font-family: sans-serif;
		letter-spacing: -0.3px;
		padding-top: 2px;
		font-weight: 600;
	}
	
	#bottom_bar_nav .button-bar-nav .dgwt-wcas-search-icon path {
		fill: #000 !important;
	}
	
	#bottom_bar_nav .button-bar-nav .dgwt-wcas-ico-magnifier-handler {
		margin-bottom: 2px;
		width: 100%;
	}
	
	#bottom_bar_nav .button-bar-nav mm-burger {
		margin: auto;
	}
	
	#bottom_bar_nav .button-bar-nav span.count-cart {
		position: absolute;
		top: 5px;
		right: 10px;
		background-color: #c32865;
		color: #fff;
		font-family: sans-serif;
		width: 15px;
		height: 15px;
		border-radius: 50%;
	}

	/*END Nevigation bottom bar */
	
	
	.search-header .dgwt-wcas-ico-magnifier, .search-header .dgwt-wcas-ico-magnifier-handler {
		max-width: 25px;
	}

	.banner-image {
		width: 40%;
	}

	.text-banner {
		width: 60%;
		padding-right: 10px;
	}

	.text-banner > * {
		color: #fff;
		line-height: normal;
	}

	.text-banner h4 {
		font-size: 2em;
	}
}

@media (max-width: 767.98px) {
	#top-bar {
		display: none;
	}
	
	.box-title-home h2 {
		margin: 0;
		font-size: 1.5em;
	}
	
	.box-title-home {
		margin-bottom: 10px;
	}
	
	.box-info i {
		font-size: 20px;
	}
	
	.box-info p.title, .box-info p.text {
		font-size: 0.8em;
		line-height: normal;
	}
	
	.col-info:nth-child(2n+0) {
		border-right: 0;
	}
	
	.col-info {
		border-bottom: 1px solid #eee;
	}
	
	.single-product div.product form.cart .quantity {
		width: 20%
	}

	.single-product div.product form.cart .single_add_to_cart_button {
		width: 80%
	}
	
	.cart.shop_table .cart_item {
		border: 1px solid #ddd;
		display: block;
		margin-bottom: 20px;
	}
	
	table.cart td.product-remove {
		border-top: none;
	}
	
	table:not( .has-background ) tbody tr:nth-child(2n) td, fieldset, fieldset legend {
		background-color: #fff;
	}
	
	table.shop_table_responsive tr td.product-name::before {
		content: '';
	}
	
	table.cart tr td.product-name {
		text-align: center;
	}
	
	button[name="apply_coupon"] {
		width: 100%;
	}
	
	tbody tr.order-total {
		font-size: 130%;
		color: #000;
		border-top: 1px solid #eee;
		display: block;
	}
	
	.cart_totals  table.shop_table_responsive tr td {
		display: block;
		text-align: right;
		clear: both;
		border-bottom: 1px solid #eee;
	}
	
	.search-header {
		margin-right: 30px;
	}
	
	.search-header .dgwt-wcas-search-icon {
		width: 25px;
	}
	
	#pp-header.sticky.site-header .site-branding img {
        max-width: 190px;
    }
	
	.preview-service .box-service {
		width: 99%;
	}
	
	.box-service {
		flex-direction: column;
	}

	.box-service .icon-space,
	.box-service .info-space {
		flex: initial;
		width: 100%;
	}
}

@media (max-width: 575.98px) {
	/*Start PADDING e MARGIN */
	.py-10-mobile { padding-top: 10px;	padding-bottom: 10px; }
	.py-25-mobile { padding-top: 25px; padding-bottom: 25px; }
	.py-50-mobile {	padding-top: 50px;	padding-bottom: 50px; }
	.py-100-mobile { padding-top: 100px; padding-bottom: 100px;	}

	.pt-10-mobile {	padding-top: 10px; }
	.pt-25-mobile {	padding-top: 25px; }
	.pt-50-mobile {	padding-top: 50px; }
	.pt-100-mobile { padding-top: 100px; }

	.pb-10-mobile {	padding-bottom: 10px; }
	.pb-25-mobile {	padding-bottom: 25px; }
	.pb-50-mobile {	padding-bottom: 50px; }
	.pb-100-mobile { padding-bottom: 100px;	}

	.my-10-mobile { margin-top: 10px; margin-bottom: 10px; }
	.my-25-mobile {	margin-top: 25px; margin-bottom: 25px; }
	.my-50-mobile { margin-top: 50px; margin-bottom: 50px; }
	.my-100-mobile { margin-top: 100px;	margin-bottom: 100px; }

	.mt-10-mobile {	margin-top: 10px; }
	.mt-25-mobile {	margin-top: 25px; }
	.mt-50-mobile {	margin-top: 50px; }
	.mt-100-mobile { margin-top: 100px; }

	.mb-10-mobile {	margin-bottom: 10px; }
	.mb-25-mobile {	margin-bottom: 25px; }
	.mb-50-mobile {	margin-bottom: 50px; }
	.mb-100-mobile { margin-bottom: 100px; }
	/*end PADDING e MARGIN */
	
	/* start Font Styles */
	.italic-mobile{font-style:italic;}
	.uppercase-mobile{text-transform:uppercase;}
	.capitalize-mobile{text-transform:capitalize!important;}
	.transform-none-mobile{text-transform:none!important;}
	.t-left-mobile{text-align:left!important;}
	.t-center-mobile{text-align:center!important;}
	.t-right-mobile{text-align:right!important;}
	
	.col-full {
		margin-left: auto;
		margin-right: auto;
		padding: 0 15px;
	}
		
	.section-archive {
		padding-right: 0;
		padding-left: 0;
	}
	
	.site-main ul.products.columns-4 li.product {
		width: 49.5%;
		margin-right: 1%;
		float: left;
	}
	
	.site-main ul.products.columns-4 li.product:nth-child(2n+1) {
		clear: both;
	}
	
	.site-main ul.products.columns-4 li.product:nth-child(2n) {
		margin-right: 0 !important;
	}
	
	ul.products li.product {
		margin-bottom: 1.2em;
	}
	
	ul.products li.product img {
		margin: 0 auto 0.618em;
		border-radius: 0;
	}
	
	ul.products li.product .pp-shop-loop-info {
		text-align: left;
	}
	
	ul.products li.product .pp-shop-loop-info .woocommerce-loop-product__title {
		margin-bottom: 0.25em;
	}
	
	.storefront-sorting {
		margin-bottom: 0.7em;
	}
	
	form.woocommerce-ordering {
		margin-bottom: 0;
	}
	
	select.orderby {
		padding: 10px;
		font-size: 16px;
		line-height: normal;
		margin-bottom: 0;
		height: 44px;
		text-transform: uppercase;
		border: 2px solid #d5d7db;
		font-weight: 600;
		color: #333;
		background-color: #fff;
	}
	
	.button-filter {
		display: flex;
		cursor: pointer;
		padding: 10px 20px;
		border: 2px solid #d5d7db;
		color: #333;
		text-transform: uppercase;
		font-weight: 600;
		width: 100%;
		align-items: center;
		justify-content: center;
		background-color: #fff;
		font-size: 16px;
		line-height: normal;
		height: 44px;
	}
	
	.button-filter i {
		margin-left: 10px;
	}
	
	.widget-area {
	  height: 100%;
	  width: 0;
	  position: fixed;
	  z-index: 999;
	  top: 0;
	  right: 0;
	  background-color: #fff;
	  overflow-x: hidden;
	  transition: 0.2s;
	}

	.widget-area .box-side {
		padding: 20px;
		padding-top: 35px;
	}

	.widget-area .closebtn {
		position: absolute;
		top: 0;
		left: 0;
		font-size: 36px;
		height: 40px;
		width: 40px;
		background-color: #222;
		color: #fff;
		line-height: normal;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.section-utility {
		display: block;
		z-index: 1;
		position: sticky;
		top: 50px;
	}
	
	.storefront-breadcrumb {
		margin: 0;
		padding-bottom: 0;
	}
	
	.storefront-breadcrumb .container-breadcrumb {
		padding: 0;
	}
	
	.storefront-breadcrumb .button-back {
		padding: 0.4em 1.2em;
	}
	
	.woocommerce-breadcrumb {
		font-size: .7em;
	}
	
	.page-title {
		text-align: center;
		padding-bottom: 10px;
		font-size: 2.4em;
		margin-bottom: 0;
	}
	
	.page-title .container h1 {
		font-size: 1.1em;
	}
	
	.box-side form.woocommerce-ordering{
		display: none !important;
	}
	
	p.woocommerce-result-count {
		margin: 5px 0;
		text-align: center;
	}
	
	.section-category-list {
		margin-bottom: 0;
	}
	
	.section-category-list .container-xl {
		padding-right: 0;
	}
	
	.summary h1.product_title {
		font-size: 1.6em;
		line-height: 1.214;
		letter-spacing: -1px;
	}
	
	.section-carousel-home {
		padding-right: 0;
	}
	
	.single-product div.product .woocommerce-product-gallery {
		margin: 0 -15px;
		margin-bottom: 2em;
	}
	
	.single-product div.product {
		overflow: unset;
	}
	
	.is-mobile table.wc-block-cart-items .wc-block-cart-items__row {
		border-bottom: 1px solid #ddd;
	}
	
	.page-my-account .col-1, .page-my-account .col-2 {
		width: auto;
		margin-bottom: 20px;
	}
	
	.container-brand {
		padding: 0 !important;
	}
	
	.brand-grid .brand {
		padding: 20px;
		width: 33%;
	}
	
	.brand-grid .brand:nth-child(3n+0) {
		border-right: 1px solid transparent;
	}
	
	.btn-fixed {
		right: 7px;
	}
	
	#adv-container p {
		margin: 0;
		font-size: 13px;
	}
	
	.banner {
		flex-direction: column;
	}

	.banner-image {
		width: 100%;
	}
	.banner-image > img {
		border-radius: 0 0 15em / 0 15em 15em;
        box-shadow: -4px 11px 1px 10px #86997e;
	}

	.text-banner {
		width: 100%;
		padding: 20px;
		padding-top: 25px;
	}

	.text-banner > * {
		color: #fff;
		line-height: normal;
	}

	.text-banner h4 {
		font-size: 1.5em;
	}
}