﻿
body{    
    background-color:#fbfafa;
}


.header-custom {
    background-color: white;
    /*border-bottom: 1px solid var(--color-links);*/
}

.header-item {
    position: relative;
    padding-top: 20px;
    display: inline-block;
    margin-right: 25px;
}

@media only screen and (max-width: 769px) {
    .header-item {
        margin-right: 50px !important;
    }
}


/*
.shop-icone{	
	font-size:25px;
}
*/

.cart-shop-empty {
    color: white;
    background-color: gray;
}

.cart-shop-product {
    color: white;
    background: var(--color-links);
    cursor: pointer;
}

.cart-notify-badge {
    position: absolute;
    right: -3px;
    top: 5px;
    background: var(--color-links);
    border: 1px solid white;
    text-align: center;
    border-radius: 13px;
    color: white;
    width: 26px;
    height: 26px;
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 3px;
    font-size: 14px;
}

.cart-icone-container {
    width: 46px;
    height: 46px;
    padding-left: 9px;
    padding-top: 6px;
    font-size: 22px;
    
    color: white;
    border-radius: 23px;
    
}








.swiper-img {
    display: block;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
}

/*
.section {
  margin: 0 auto;
  padding-block: 5rem;
}
*/

.swiper-button-prev::after, .swiper-button-next::after {
    font-size: 24px;
    font-weight: bold;
}

.swiper .swiper-button-next, .swiper .swiper-button-prev {
    background-color: white;
    width: 40px;
    height: 40px;
    border-radius: 6px;
}

.swiper .button-next::after, .swiper .button-prev::after {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 800;
    padding: 0px;
    width: 2rem;
    height: 2rem;
    opacity: 0.75;
}

.swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.container-main-swiper {
    margin-right: 0px;
    margin-left: 0px;
    width: 100% !important;
    max-width: 5000px;
}





@media (min-width: 768px) {
    .hidden-not-xs {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .hidden-md {
        display: none !important;
    }
}







.search-container {
    margin-top: 0px;
    height: 35px;
    width: 100%;
}

.search-text-container-xs {
    height: 30px;
    background-color: white;
    width: 300px;
    border-radius: 15px;
    border: 1px solid blue;
    padding-top: 2px;
}


/*
.search-text:focus{
outline: none;
}

.search-text-xs:focus{
outline: none;
}

.search-focus{
	background-color:lightgray;
}
.search-text{
	padding-left:15px;width:565px;background-color:transparent;border:0px;border-radius:15px;
	font-size:12px;
}

.search-text-xs{
	padding-left:15px;width:270px;background-color:transparent;border:0px;border-radius:15px;
	font-size:12px;
}



.search-container-xs{	
	margin-top:0px;height:35px;width:330px;display:flex;align-items: center;
  justify-content: center;margin-left:15px;margin-right:15px;
}


.search-text-container{
	margin-left:50px;
	height:30px;background-color:white;width:600px;border-radius:15px;border:1px solid blue;
	padding-top:2px;
}


*/


.row-google-line {
    width: 100%;
    height: 1px;
    background-color: var(--color-links);
    color: white;
    text-align: center;
}



.row-google {
    width: 100%;
    height: 60px;
    background-color: var(--color-links);
    color: white;
    text-align: center;
}

@media (min-width: 768px) {
    .row-google {
        height: 40px;
        padding-top: 8px;
    }
}

@media (max-width: 767px) {
    .row-google {
        height: 40px;
        padding-top: 8px;
    }
    /*
	.hero-animated-custom{
		padding:0px !important;
	}
	.hero-animated-custom{
		margin-top:100px;
	}
	*/
}


/*
.hero-animated-custom{
	margin-top:70px;
}
*/



/* search box inizio */

::selection {
    color: #fff;
    background: #664AFF;
}

.wrapper {
    max-width: 450px;
    /*margin: 150px auto;*/
    margin-left: 20px;
}

    .wrapper .search-input {
        box-sizing: border-box;
        background: #fff;
        width: 100%;
        border-radius: 30px;
        position: relative;
        box-shadow: 0px 1px 5px 3px rgba(0,0,0,0.12);
        z-index: 100000;
    }

.search-input input {
    box-sizing: border-box;
    height: 35px;
    width: 100%;
    outline: none;
    border: none;
    border-radius: 30px;
    padding: 0 60px 0 20px;
    font-size: 16px;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
}

.search-input.active input {
    border-radius: 5px 5px 0 0;
}

.search-input .autocom-box {
    box-sizing: border-box;
    padding: 0;
    opacity: 0;
    pointer-events: none;
    max-height: 280px;
    overflow-y: auto;
}

.search-input.active .autocom-box {
    box-sizing: border-box;
    padding: 10px 8px;
    opacity: 1;
    pointer-events: auto;
}

.autocom-box li {
    box-sizing: border-box;
    list-style: none;
    padding: 8px 12px;
    display: none;
    width: 100%;
    cursor: default;
    border-radius: 3px;
    z-index: 1000000;
    background-color: white;
}

.search-input.active .autocom-box li {
    display: block;
}

.autocom-box li:hover {
    background: #efefef;
}

.search-input .icon {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 40px;
    width: 55px;
    text-align: center;
    line-height: 37px;
    font-size: 20px;
    color: #644bff;
    cursor: pointer;
}


/* search box fine */






/* BOX HOME INIZIO */

.sezioni-home-box {
    width: 300px;
    height: 410px;
    margin: 25px;
    background-color: white;
    border: 1px solid gray;
    cursor: pointer;
    position:relative;
}

.sezioni-home-box-image {
    width: 100%;
    height: 250px;
    max-height: 250px;
    border-bottom: 1px solid gray;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sezioni-home-box-title {
    font-size: 15px;
    margin: 5px;
    font-weight: bold;
}

.sezioni-home-box-description {
    width: 298px;
    height: 75px;
    background-color: white;
    color:black;
    padding: 6px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 1.4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.sezioni-home-box-price {
    position: absolute;
    /*bottom: 26px;*/
    height: 51px;
    margin: 0px;
    padding-top: 4px;
    padding-right: 15px;
    width: 298px;
    text-align: end;
    color: white;
    background-color: var(--color-links);
    font-size: 16px;
}

.sezioni-home-box-info {
    width: 30px;
    height: 30px;
    color: white;
    background-color: var(--color-links);
    font-size: 15px;
    border-radius: 15px;
    padding-left: 12px;
    padding-top: 3px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.sezioni-home-box-price-price {
    font-size: 24px;
    font-weight: bold;
}

/* BOX HOME fine */



/* BOX INIZIO */

.prodotto-box {
    /*width: calc(100% - 25px);*/
    max-width: 300px;
    /*min-width: 250px;*/
    min-height: 410px;
    height: fit-content;
    margin: 25px;
    background-color: white;
    border: 1px solid gray;
    cursor: pointer;
    position: relative;
}

.prodotto-box-image {
    width: 100%;
    height: 250px;
    max-height: 250px;
    border-bottom: 1px solid gray;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.prodotto-box-title {
    font-size: 15px;
    margin: 5px;
    height: 23px;
    overflow: hidden;
    font-weight: bold;

    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 1.4;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.prodotto-box-description {
    width: 100%;
    height: 75px;
    background-color: white;
    color:black;
    padding: 6px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 1.4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.prodotto-box-price {
    position: absolute;
    /*bottom: 26px;*/
    height: 51px;
    margin: 0px;
    padding-top: 4px;
    padding-right: 15px;
    width: 100%;
    text-align: end;
    color: white;
    background-color: var(--color-links);
    font-size: 16px;
}

.prodotto-box-info {
    width: 30px;
    height: 30px;
    color: white;
    background-color: var(--color-links);
    font-size: 15px;
    border-radius: 15px;
    padding-left: 12px;
    padding-top: 3px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.prodotto-box-price-price {
    font-size: 24px;
    font-weight: bold;
}

/* BOX  fine */






.btn-marca {
    margin-left: 30px;
    margin-right: 30px;
    width: 250px;
    height: 40px;
    border: 1px solid var(--color-links);    
}

.btn-marca .testo-marca{
    height:25px;
    overflow:hidden;
}


