* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

p {
    margin-bottom: 0;
}

ul {
    list-style-type: none;
    padding-left: 0 !important;
    margin-bottom: 0 !important;
}
p a{
    color: white;

}
a {
    text-decoration: none !important;
}
.fs4{
    font-size: 4rem;
}
@media (max-width: 768px){
    .fs4{
        font-size: 2rem;
    }
}
.backgroundImageSettings{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*NAVBAR*/
.ms-navbar {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    transition: all 0.5s;
}

.show {
    transition: all 0.5s;

}

.new-flag{
    background-color:#1d1d1d;
    color:#ffffff;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    padding: 5px 15px;
}
.sconto-perc{
    background-color:#d23828;
    color:#ffffff;
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    padding: 5px 15px;
}
.sconto-perc:before{
    content: '- ';
}
.sconto-perc:after{
    content: '%'
}
.bglightGrey{
    background-color: #F5F5F5;
}
.accordion-button::after{
    margin-left: 10px !important;
    color: white !important;
    background-image: url("../img/down-arrow-white.png") !important;
}
.accordion.menu{
    --bs-accordion-bg: transparent;
    --bs-accordion-border-width: 0;
    --bs-accordion-active-bg: transparent;
    margin-bottom: 10px;
}
.accordion.menu button{
    font-size: 1.2rem !important;
}

.offcanvas-body li{
    color: white;
    margin-bottom: 2rem;
}
.item-description .cart-form{
    border: 1px solid #D9D9D9;
}

/*GALLERY*/
.offcanvas {
    --bs-offcanvas-height: 15vh;
}

.gallery-offcanvas {
    background-color: rgba(0, 0, 0, .8);
    width: 100% !important;
    opacity: 1;
}

/*SWIPER*/

.pagination-custom-swiper {
    --swiper-pagination-left: auto;
    --swiper-pagination-right: 20px;
    --swiper-pagination-bottom: 20px;
    --swiper-pagination-top: auto;
}

.swiper-pagination-bullet {
    border-radius: 0;
    width: 10px;
    height: 10px;
    transition: linear .5s;

}

.swiper-pagination-bullet-active {
    background: black;
    transform: rotate(45deg);
    transition: linear .5s;
}
.swiper-button-next, .swiper-button-prev{
    color: black;
}
.swiper-button-prev{
    left: 0;
}
.swiper-button-next{
    right: 0;
}

.text-truncate {
    max-width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-height: 130px;
    text-wrap: unset;
}
.truncate1 {
    -webkit-line-clamp: 1;
}
.truncate2 {
    -webkit-line-clamp: 2;
}
.truncate3 {
    -webkit-line-clamp: 3;
}
.truncate4 {
    -webkit-line-clamp: 4;
}
.truncate5 {
    -webkit-line-clamp: 5;
}

textarea::-webkit-input-placeholder{
    padding: 5px 10px;
}

.form-check-input:checked {
    background-color: black;
    border-color: black;
}

.form-check-input:focus,
.form-control:focus{
    box-shadow: unset;
}

.popup-address.hidden {
    opacity: 0;
    display: none;
}


