/*
|--------------------------------------------------------------------------
| BRAND
|--------------------------------------------------------------------------
*/
/*----- Sole e whisky -----*/
.brand_swpp {
    background: url("/cms-contents/uploads/copertina-swpp.jpg?v=1") top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.profilo_swpp {
    background: #153a5d url("/cms-contents/uploads/business-profile.png") center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

/*----- Malati di palestra -----*/
.brand_mdp {
    background: url("/cms-contents/uploads/copertina-mdp.jpg?v=1") top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.profilo_mdp {
    background: #000 url("/cms-contents/uploads/profile-mdp.png") center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

/*----- Voglia di Dance -----*/
.brand_vdn {
    background: url("/cms-contents/uploads/copertina-vdn.jpg?v=1") top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.profilo_vdn {
    background: #153a5d url("/cms-contents/uploads/profile-vdn.png") center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

/*----- Mio Cane Leggenda -----*/
.brand_mcl {
    background: url("/cms-contents/uploads/copertina-mcl.jpg?v=1") top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.profilo_mcl {
    background: #153a5d url("/cms-contents/uploads/profile-mcl.jpg") center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

/*----- Stings-----*/
.brand_stg {
    background: url("/cms-contents/uploads/copertina-stg.jpg") top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    margin-bottom: 100px;
}
.profilo_stg {
    background: #153a5d url("/cms-contents/uploads/profile-stg.jpg") center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner-tea {
    border: 1px solid #efefef;
    padding: 40px 30px 20px;
    position: relative;
    margin-top: 30px;
    margin-bottom: 20px;
    background-color: #f9f9f9;
}
.banner-tea-sconto {
    top: -40px;
    left: 50%;
    width: 250px;
    margin-left: -125px;
    position: absolute;
}
.banner-tea-logo {
    width: 200px;
    margin: auto;
    image-rendering: auto;
}
.banner-tea-descr {
    font-size: 14px;
    line-height: 26px;
}
.banner-tea-descr h4 {
    margin: 20px 0;
    font-size: 22px;
}

/*----- Barstardi-----*/
.brand_brs {
    background: url("/cms-contents/uploads/copertina-brs.jpg") top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -2;
}
.profilo_brs {
    border: none;
    background: #1D1D1B url("/cms-contents/uploads/profile-brs.png") center center no-repeat;
}

/*----- Street Gorilla -----*/
.brand_sgr {
	background: url('/cms-contents/uploads/sgr-background-tshirt01.jpg') #333 no-repeat center;
    background-size: cover;
}
.profilo_sgr {
	background: url('/cms-contents/uploads/sgr-logo-header.png') #fff no-repeat center;
	background-size: 90%;
}

/*----- Il Barista Incazzato -----*/
.brand_bin {
    background: url('/cms-contents/uploads/copertina-bin-2.jpg') #000000 no-repeat center;
    background-size: cover;
}
.profilo_bin {
    background: url('/cms-contents/uploads/profile-bin.png?v=1') #fff no-repeat center;
        background-size: cover;
}

/*----- Parrot's Channel -----*/
.brand_prt {
    background: url('/cms-contents/uploads/copertina-prt.jpg') #393430 no-repeat center;
    background-size: cover;
}
.profilo_prt {
    background: url('/cms-contents/uploads/profile-prt.jpg') #fff no-repeat center;
    background-size: cover;
}

/*----- Vinitaly Boutique -----*/
.brand_vin {
    background-color: #fff;
    background-image: url('/cms-contents/uploads/vin-background01.png');
    background-size: cover;
    background-position: center ;
    background-repeat: no-repeat;
}
.profilo_vin {
    background-image: url('/cms-contents/uploads/vinitaly-logo-bordo-4.jpg');
    background-size: cover;
    background-position: center ;
    background-repeat: no-repeat;
}

/*----- Sesso, Ghisa e Proteine -----*/
.brand_sgp {
    background: url('/cms-contents/uploads/copertina-sgp.jpg') #393430 no-repeat center;
    background-size: cover;
}
.profilo_sgp {
    background: url('/cms-contents/uploads/profile-sgp.jpg') #fff no-repeat center;
    background-size: cover;
}
/*----- Promo Page -----*/
.box-promo {
    overflow: hidden;
    box-sizing: border-box;
    display: block;
    margin-bottom:30px;
    position: relative;
}
.box-promo > div {
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    opacity:0;
    transition: all 0.3s;
    transform:scale(0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    color:#e88358 !important;
}
.box-promo::before {
    transition: all 0.3s;
    border:0 solid #ff8957;
    content:"";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.box-promo:hover::before {
    border: 20px solid #e88358;
}
.box-promo:hover > div  {
    opacity:1;
    transform:scale(1);
    background-color: rgba(255,255,255,0.9);
    margin: 20px;
}
.promo-page {
    margin-top: 20px;
}

.dettagli_prodotto .owl-nav {
    left: 0;
    top: 50%;
    right: 0;
    position: absolute;
}

.dettagli_prodotto .owl-nav .owl-prev {
    position: absolute;
    left: 5px;
    background-color: #191e23;
}

.dettagli_prodotto .owl-nav .owl-next {
    position: absolute;
    right: 5px;
    background-color: #191e23;
}

.maintenance {
    margin-top: 80px;
    text-align: center;
    margin-bottom: 80px;
}
.maintenance-title {
    color: #f7941e;
    font-size: 35px;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.maintenance-description {
    margin-top: 20px;
}