@font-face{
   font-family:'DancingScript-Regular'; 
   src:url(/images/menu/DancingScript-Regular.ttf); 
}
@media screen and (max-width: 600px){
.wrapper {
display: grid;
grid-template-columns: repeat(2, 1fr);
column-gap: 10px;
row-gap: 10px;
padding-left: 15px;
padding-right: 15px;
}
}
@media screen and (min-width: 601px) {
.wrapper {
display: grid;
grid-template-columns: repeat(3, 1fr);
column-gap: 15px;
row-gap: 15px;
padding-right: 15px;
padding-left: 15px;
text-align:center;
}
.wrapper img {
max-width: 100%;
}
}
.homepage-box {
	position: relative;
}
.box-image img {
   vertical-align: middle;
}
.box-overlay {
	position: absolute;
	background: rgb(70 70 70 / 70%);
	bottom: 0;
	padding: 2px 0px;
	width: 100%;
}
.box-text {
   color: white;
   text-align: center;
   font-family: 'ZillaSlab_Bold';
   padding: 3px 10px;
   font-size: 20px;
}
@media screen and (max-width: 1000px) {
.box-text {
   font-size: 18px;
}
}
@media screen and (max-width: 850px) {
.box-text {
   font-size: 16px;
}
}
@media screen and (max-width: 450px) {
.box-text {
   font-size: 14px;
}
}
@media screen and (max-width: 400px) {
.box-text {
   font-size: 11px;
}
}
.divider {
	border-top: 3px solid #e7e7e7;
	width: 50%;
	min-width: 250px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.grid-tag {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	row-gap: 15px;
	margin: 0px 15px;
}
.tag {
	padding: 10px;
	width: 150px;
	color: #545454;
	background-color: #eaeaea;
	margin: auto;
	font-size: 13px;
	text-align: center;
	border-radius: 20px;
	font-family: 'ZillaSlab_SemiBold';
}
.tag:hover {
	background-color: #9a9a9a;
	color: #ffffff;
}
@media screen and (max-width: 1120px) {
.tag {
	width: 14vw;
	font-size: 12px;
	padding: 10px 5px;
}
}
@media screen and (max-width: 940px) {
.grid-tag {
	grid-template-columns: repeat(3, 1fr);
}
.tag {
	width: 30vw;
	font-size: 13px;
}
}
@media screen and (max-width: 600px) {
.grid-tag {
	grid-template-columns: repeat(2, 1fr);
}
.tag {
	width: 42vw;
}
}
@media screen and (max-width: 330px) {
.tag {
	font-size: 12px;
}
}
.title-banner-homepage {
    font-family: 'DancingScript-Regular';
    font-size: 55px;
    text-align: center;
    padding-bottom: 25px;
}
@media screen and (max-width: 980px) {
.title-banner-homepage {
	font-size: 50px;
}
}
@media screen and (max-width: 850px) {
.title-banner-homepage {
	font-size: 45px;
}
}
@media screen and (max-width: 750px) {
.title-banner-homepage {
	font-size: 40px;
}
}
@media screen and (max-width: 670px) {
.title-banner-homepage {
	font-size: 38px;
}
}
@media screen and (max-width: 600px) {
.title-banner-homepage {
    font-size: 38px;
    padding: 0px 155px 25px 155px;
    line-height: 40px;
}
}
@media screen and (max-width: 555px) {
.title-banner-homepage {
    font-size: 36px;
    padding: 0px 140px 25px 140px;
}
}
@media screen and (max-width: 500px) {
.title-banner-homepage {
    font-size: 34px;
    padding: 0px 115px 25px 115px;
}
}
@media screen and (max-width: 455px) {
.title-banner-homepage {
    font-size: 33px;
    padding: 0px 100px 25px 100px;
    line-height: 37px;
}
}
@media screen and (max-width: 430px) {
.title-banner-homepage {
    font-size: 31px;
    padding: 0px 100px 25px 100px;
}
}
@media screen and (max-width: 400px) {
.title-banner-homepage {
    font-size: 30px;
    padding: 0px 90px 25px 90px;
    line-height: 35px;
}
}
@media screen and (max-width: 375px) {
.title-banner-homepage {
    font-size: 28px;
    padding: 0px 20px 25px 20px;
    line-height: 33px;
}
}
.grid-box-offerte {
	display: grid;
	grid-template-rows: 50% 50%;
	grid-template-columns: 50% 50%;
	max-width: 1170px;
}
.item-grid-1 {
	grid-row: 1 / span 2;
	position: relative;
	border-right: solid 5px white;
}
.item-grid-2 {
	border-left: solid 5px white;
	border-bottom: solid 5px white;
}
.item-grid-3 {
	border-left: solid 5px white;
	border-top: solid 5px white;
}
.img-item img {
	vertical-align: middle;
	width: 100%;
}
.text-item-1 {
	position: absolute;
	bottom: 5%;
	left: 0;
	padding: 10px 15px;
	font-size: 16px;
	font-family: 'ZillaSlab_Bold';
	border-radius: 0px 20px 20px 0px;
}
.item-2 {
	display: grid;
	grid-template-columns: 50% 50%;
}
.flex-2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #545454;
	justify-content: space-evenly;
}
.main-title-item-2 {
    font-size: 27px;
    text-align: center;
    color: white;
    text-shadow: -1px -1px 6px #00000091;
    margin-bottom: -8px;
}
.title-item-2 {
	color: white;
	font-size: 28px;
	text-shadow: -1px -1px 6px #00000091;
	text-align: center;
	margin-bottom: -10px;
}
.description-item-2 {
    color: white;
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    text-shadow: -1px -1px 6px #00000091;
    padding: 0px 30px;
}
.text-item-2 {
	color: #2a2a2a;
	background-color: white;
	text-align: center;
	font-size: 16px;
	padding: 4px 10px;
	font-weight: 600;
}
.item-3 {
	display: grid;
	grid-template-columns: 45% 55%;
}

.flex-3 {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #545454;
	justify-content: space-evenly;
}
.main-title-item-3 {
    font-size: 27px;
    text-align: center;
    color: white;
    text-shadow: -1px -1px 6px #00000091;
}
.title-item-3 {
    color: white;
    font-size: 26px;
    text-shadow: -1px -1px 6px #00000091;
    text-align: center;
    margin-bottom: -10px;
}
.description-item-3 {
    color: white;
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    text-shadow: -1px -1px 6px #00000091;
    padding: 0px 45px;
}
.text-item-3 {
	color: #2a2a2a;
	background-color: white;
	text-align: center;
	font-size: 16px;
	padding: 5px 10px;
	font-weight: 600;
}
@media screen and (max-width: 1025px) {
.main-title-item-2 {
    font-size: 24px;
}
.main-title-item-3 {
    font-size: 24px;
}
.description-item-2 {
    font-size: 18px;
    line-height: 24px;
    padding: 0px 15px;
}
.description-item-3 {
    padding: 0px 30px;
}
}
@media screen and (max-width: 900px) {
.description-item-2 {
    font-size: 14px;
    line-height: 20px;
    padding: 0px 25px;
}
.main-title-item-2 {
    font-size: 20px;
}
.main-title-item-3 {
    font-size: 20px;
}
.text-item-2 {
    font-size: 13px;
    padding: 3px 8px;
}
.text-item-3 {
    font-size: 13px;
    padding: 3px 8px;
}
.description-item-3 {
    font-size: 15px;
    line-height: 20px;
}
.text-item-1 {
    padding: 7px 12px;
    font-size: 14px;
}
}
@media screen and (max-width: 750px) {
.description-item-2 {
    font-size: 12px;
    line-height: 16px;
    padding: 0px 15px;
}
.main-title-item-2 {
    font-size: 18px;
}
.main-title-item-3 {
    font-size: 18px;
}
.description-item-3 {
    font-size: 14px;
    line-height: 18px;
    padding: 0px 20px;
}
.text-item-2 {
    font-size: 12px;
}
.text-item-3 {
    font-size: 12px;
}
}
@media screen and (max-width: 650px) {
.main-title-item-2 {
    font-size: 16px;
}
.main-title-item-3 {
    font-size: 16px;
}
.description-item-2 {
    font-size: 11px;
    line-height: 16px;
    padding: 0px 10px;
}
.text-item-2 {
    font-size: 11px;
    padding: 2px 7px;
}
.description-item-3 {
    font-size: 13px;
    line-height: 18px;
    padding: 0px 15px;
}
.text-item-3 {
    font-size: 11px;
    padding: 3px 7px;
}
.text-item-1 {
    padding: 5px 12px;
    font-size: 13px;
}
}
@media screen and (max-width: 600px) {
.grid-box-offerte {
    grid-template-rows: auto auto auto;
    grid-template-columns: unset;
    row-gap: 10px;
}
.item-grid-1 {
    border-right: unset;
}
.item-grid-2 {
    border-left: unset;
    border-bottom: unset;
}
.item-grid-3 {
    border-left: unset;
    border-top: unset;
}
.text-item-1 {
    padding: 7px 15px;
    font-size: 18px;
}
.main-title-item-2 {
    font-size: 24px;
}
.main-title-item-3 {
    font-size: 24px;
}
.description-item-2 {
    font-size: 18px;
    line-height: 24px;
    padding: 0px 35px;
}
.description-item-3 {
    font-size: 18px;
    line-height: 24px;
    padding: 0px 30px;
}
.text-item-3 {
    font-size: 16px;
    padding: 5px 12px;
}
.text-item-2 {
    font-size: 16px;
    padding: 5px 11px;
}
}
@media screen and (max-width: 490px) {
.text-item-1 {
    padding: 5px 15px;
    font-size: 16px;
}
.main-title-item-2 {
    font-size: 22px;
}
.main-title-item-3 {
    font-size: 22px;
}
.description-item-2 {
    font-size: 16px;
    line-height: 22px;
    padding: 0px 30px;
}
.text-item-2 {
    font-size: 14px;
    padding: 4px 10px;
}
.text-item-3 {
    font-size: 14px;
    padding: 4px 10px;
}
}
@media screen and (max-width: 430px) {
.text-item-1 {
	font-size: 16px;
	padding: 10px 0px;
	width: 100%;
	text-align: center;
	border-radius: 0px;
	bottom: unset;
}
.item-grid-1 {
	margin-bottom: 32px;
}
.description-item-2 {
    font-size: 14px;
    line-height: 20px;
    padding: 0px 20px;
}
.main-title-item-2 {
    font-size: 20px;
}
.main-title-item-3 {
    font-size: 20px;
}
.description-item-3 {
    font-size: 16px;
    line-height: 22px;
    padding: 0px 20px;
}
.text-item-3 {
    font-size: 12px;
    padding: 3px 8px;
}
.text-item-2 {
    font-size: 12px;
    padding: 3px 8px;
}
}
@media screen and (max-width: 370px) {
.main-title-item-2 {
    font-size: 17px;
}
.main-title-item-3 {
    font-size: 17px;
}
.description-item-2 {
    font-size: 12px;
    line-height: 18px;
    padding: 0px 15px;
}
.description-item-3 {
    font-size: 14px;
    line-height: 20px;
    padding: 0px 18px;
}
.text-item-3 {
    font-size: 11px;
    padding: 2px 8px;
}
.text-item-2 {
    font-size: 10px;
    padding: 2px 8px;
}
}
.main-title-item-2-v1 {
    font-size: 20px;
    text-align: center;
    color: white;
    text-shadow: -1px -1px 6px #00000091;
    margin-bottom: -5px;
}
.title-item-2-v1 {
    color: white;
    font-size: 25px;
    text-shadow: -1px -1px 6px #00000091;
    text-align: center;
    margin-bottom: -10px;
}
.description-item-2-v1 {
    color: white;
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    text-shadow: -1px -1px 6px #00000091;
    padding: 0px 30px;
}
.text-item-2-v1 {
	color: #2a2a2a;
	background-color: white;
	text-align: center;
	font-size: 16px;
	padding: 4px 10px;
	font-weight: 600;
}
@media screen and (max-width: 1100px) {
.description-item-2-v1 {
    font-size: 18px;
    line-height: 24px;
}
.title-item-2-v1 {
    font-size: 24px;
}
.main-title-item-2-v1 {
    font-size: 19px;
    margin-bottom: -3px;
}
}
@media screen and (max-width: 1030px) {
.description-item-2-v1 {
    font-size: 16px;
    line-height: 22px;
}
.title-item-2-v1 {
    font-size: 22px;
}
.main-title-item-2-v1 {
    font-size: 18px;
}
}
@media screen and (max-width: 930px) {
.text-item-2-v1 {
    font-size: 14px;
    padding: 2px 8px;
}
.title-item-2-v1 {
    font-size: 18px;
}
.main-title-item-2-v1 {
    font-size: 16px;
}
.description-item-2-v1 {
    padding: 0px 20px;
}
}
@media screen and (max-width: 850px) {
.description-item-2-v1 {
    font-size: 15px;
    line-height: 21px;
    padding: 0px 12px;
}
.title-item-2-v1 {
    font-size: 16px;
}
.main-title-item-2-v1 {
    font-size: 18px;
    line-height: 21px;
}
.text-item-2-v1 {
    font-size: 13px;
}
}
@media screen and (max-width: 780px) {
.description-item-2-v1 {
    font-size: 12px;
    line-height: 18px;
    padding: 0px 20px;
}
.title-item-2-v1 {
    margin-bottom: -5px;
}
.text-item-2-v1 {
    font-size: 12px;
}
}
@media screen and (max-width: 700px) {
.title-item-2-v1 {
    font-size: 14px;
}
.main-title-item-2-v1 {
    font-size: 15px;
    line-height: 20px;
}
.description-item-2-v1 {
    padding: 0px 10px;
}
}
@media screen and (max-width: 640px) {
.description-item-2-v1 {
    font-size: 11px;
    line-height: 16px;
    padding: 0px 12px;
}
.text-item-2-v1 {
    font-size: 11px;
    padding: 1px 7px;
}
}
@media screen and (max-width: 600px) {
.main-title-item-2-v1 {
    font-size: 21px;
}
.title-item-2-v1 {
    font-size: 26px;
}
.description-item-2-v1 {
    font-size: 20px;
    line-height: 25px;
    padding: 0px 25px;
}
.text-item-2-v1 {
    font-size: 15px;
    padding: 3px 10px;
}
}
@media screen and (max-width: 550px) {
.main-title-item-2-v1 {
    font-size: 19px;
}
.title-item-2-v1 {
    font-size: 24px;
}
}
@media screen and (max-width: 530px) {
.description-item-2-v1 {
    font-size: 17px;
    line-height: 24px;
    padding: 0px 26px;
}
.main-title-item-2-v1 {
    font-size: 17px;
}
.title-item-2-v1 {
    font-size: 22px;
}
}
@media screen and (max-width: 470px) {
.text-item-2-v1 {
    font-size: 13px;
    padding: 2px 8px;
}
.description-item-2-v1 {
    font-size: 15px;
    line-height: 20px;
    padding: 0px 15px;
}
.main-title-item-2-v1 {
    font-size: 15px;
}
.title-item-2-v1 {
    font-size: 20px;
}
}
@media screen and (max-width: 400px) {
.main-title-item-2-v1 {
    font-size: 13px;
}
.title-item-2-v1 {
    font-size: 17px;
}
.description-item-2-v1 {
    font-size: 13px;
    line-height: 17px;
    padding: 0px 15px;
}
}
@media screen and (max-width: 360px) {
.description-item-2-v1 {
    font-size: 11px;
    line-height: 16px;
    padding: 0px 20px;
}
.text-item-2-v1 {
    font-size: 11px;
    padding: 2px 7px;
}
.main-title-item-2-v1 {
    font-size: 12px;
    margin-bottom: 0px;
}
.title-item-2-v1 {
    font-size: 15px;
}
}
.banner-new-products-home {
    height: 300px;
    background-image: url(https://cdn.iperceramica.it/wcsstore/bayker/catalogo/wallart-flowery-blue-amb-zoom.jpg);
    background-position: 50% 80%;
    background-size: cover;
}
.banner-new-products-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: rgb(30 30 30 / 40%);
    gap: 25px;
}
.title-banner-new-products {
    font-size: 38px;
    color: white;
    font-family: 'ZillaSlab_SemiBold';
    text-shadow: -1px -1px 5px #545454;
}
.description-banner-new-products {
    color: white;
    text-shadow: -1px -1px 5px #545454;
    font-size: 28px;
}
.button-banner-new-products {
    background-color: #ec6707;
    padding: 4px 12px;
    color: white;
    font-size: 18px;
    font-family: 'ZillaSlab_SemiBold';
    text-shadow: -1px -1px 5px #545454;
    margin-top: 10px;
}
@media screen and (max-width: 900px) {
.description-banner-new-products {
    font-size: 24px;
}
}
@media screen and (max-width: 750px) {
.description-banner-new-products {
    font-size: 20px;
}
.title-banner-new-products {
    font-size: 35px;
}
.banner-new-products-text {
    gap: 30px;
}
}
@media screen and (max-width: 640px) {
.description-banner-new-products {
    font-size: 18px;
}
.title-banner-new-products {
    font-size: 33px;
}
}
@media screen and (max-width: 600px) {
.banner-new-products-home {
    height: 400px;
}
.description-banner-new-products {
    font-size: 25px;
    text-align: center;
    padding: 0px 65px;
}
.banner-new-products-text {
    gap: 40px;
}
.title-banner-new-products {
    font-size: 35px;
}
}
@media screen and (max-width: 515px) {
.description-banner-new-products {
    padding: 0px 45px;
    font-size: 23px;
}
}
@media screen and (max-width: 445px) {
.description-banner-new-products {
    padding: 0px 20px;
}
.banner-new-products-home {
    height: 350px;
}
}
@media screen and (max-width: 400px) {
.description-banner-new-products {
    font-size: 20px;
}
.title-banner-new-products {
    font-size: 30px;
}
.button-banner-new-products {
    font-size: 16px;
}
.banner-new-products-home {
    height: 320px;
}
}
@media screen and (max-width: 350px) {
.description-banner-new-products { 
    font-size: 18px;
    padding: 0px 15px;
}
.banner-new-products-home {
    height: 280px;
}
.banner-new-products-text {
    gap: 30px;
}
}