﻿.center {
    text-align: center;
}

.left {
    text-align: left;
}

.hidden {
    display: none;
}

* {
    -webkit-font-smoothing: antialiased;
}

.responsiveImg {
    width: 100%;
    height: auto;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #bbbbbb;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #bbbbbb;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #bbbbbb;
}

:-moz-placeholder { /* Firefox 18- */
    color: #bbbbbb;
}

/*TOP*/
.testoTop {
    color: #777777;
    font-family: 'Julius Sans One', sans-serif;
    font-size: 15px;
}

/*MENU TOP LEFT*/
.itemMenuTopLeft {
    display: block;
    float: left;
    color: #FFFFFF;
    font-family: 'Julius Sans One', sans-serif;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
    cursor: pointer;
}

/*MENU TOP RIGHT*/
.itemMenuTopRight {
    display: block;
    float: right;
    color: #FFFFFF;
    font-family: 'Muli', sans-serif;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    margin-left: 20px;
    cursor: pointer;
}

/*MENU TOP FISSO*/
.ItemMenu {
    width: 290px;
    height: 30px;
    padding-left: 10px;
    background-color: #ffffff;
    display: block;
    text-align: left;
    border-bottom: solid 1px #ECEDED;
    overflow: hidden;
}

    .ItemMenu a {
        width: 278px;
        height: 30px;
        line-height: 30px;
        color: #AEAEAE;
        font-family: 'Muli', sans-serif;
        font-size: 14px;
        display: block;
    }

    .ItemMenu:hover {
        background-color: #d2d5d8;
    }

.ItemMenuSel {
    width: 290px;
    height: 30px;
    padding-left: 10px;
    background-color: #ffffff;
    display: block;
    text-align: left;
    border-bottom: solid 1px #AEAEAE;
    overflow: hidden;
}

    .ItemMenuSel a {
        width: 278px;
        height: 30px;
        line-height: 30px;
        color: #AEAEAE;
        font-family: 'Muli', sans-serif;
        font-size: 15px;
        display: block;
    }




/* BANNER */
.banner_preorders {
    background-image: url('/public/img/sysfile/banner/back_preorders.png');
    background-size: 100%;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    text-align: center;
    background-repeat: no-repeat;
    border-radius: 5px;
}

.banner_outlet {
    background-image: url('/public/img/sysfile/banner/back_outlet.png');
    background-size: 100%;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    text-align: center;
    background-repeat: no-repeat;
    border-radius: 5px;
}

.banner_myway {
    background-image: url('/public/img/sysfile/banner/back_myway.png');
    background-size: 100%;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    text-align: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    border: 1px solid rgb(220,220,220);
}

/* PRODOTTI STESSA FAMIGLIA*/
.divProdottoStessaFamiglia /*MOVED to SKELETON*/ {
}


.banner_preorders_title_div {
    margin-top: 5%;
    margin-bottom: 5%;
    display: inline-block;
    color: #FFFFFF;
}

.banner_preorders_title {
    font-family: 'Lato', sans-serif;
    font-size: 32px;
}

.banner_preorders_text {
    display: inline-block;
    color: #FFFFFF;
    font-family: 'Muli', sans-serif;
    font-size: 15px;
    width: 220px;
    margin-top: 0px;
}

.banner_preorders_button {
    display: inline-block;
    color: #FFFFFF;
    font-family: 'Muli', sans-serif;
    font-size: 15px;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
    margin-top: 5%;
    width: 180px;
    margin-bottom: 5%;
}

/*PROCESSO D'ORDINE*/

.backTo {
    display: block;
    color: #383E49;
    font-family: Muli, sans-serif;
    font-size: 15px;
    margin-top: 10px;
}

.OrderProcessDiv_Title {
    display: block;
    float: left;
    width: 100%;
    margin-top: 30px;
    height: 30px;
    margin-bottom: 10px;
    border-bottom: solid 1px #ABABAB;
}

/*LOGIN*/
.Login_Title {
    display: block;
    float: left;
    width: 100%;
    font-family: 'Julius Sans One', sans-serif;
    font-size: 20px;
    color: #383E49;
    margin-bottom: 30px;
}

.Login_SubTitle {
    display: block;
    float: left;
    width: 98%;
    font-family: 'Julius Sans One', sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #AEAEAE;
    border-bottom: solid 1px #AEAEAE;
    margin-top: 20px;
    margin-bottom: 20px
}


.Login_Input {
    width: 350px;
    height: 28px;
    border: solid 1px #AEAEAE;
    margin-bottom: 4px;
}

.Login_LeftTD {
    width: 240px;
    text-align: right;
    padding-right: 10px;
}

.Login_Testo {
    font-family: 'Muli', sans-serif;
    font-size: 15px;
    color: #383E49;
    text-transform: capitalize;
}

.Login_RBL {
    font-family: 'Muli', sans-serif;
    font-size: 15px;
    color: #19202A;
}

/*COUPON SCONTO*/
.CodiceSconto_TB {
    display: block;
    float: left;
}

.CodiceSconto_LB {
    display: block;
    float: left;
    margin-left: 20px;
}

/*FOOTER*/
.footerTitle {
    color: #FFFFFF;
    font-size: 24px;
    line-height: 30px;
    font-family: 'Julius Sans One',sans-serif;
    margin-bottom: 20px;
    display: block;
    float: left;
    clear: both;
    width: 100%;
}

.footerBtn {
    background-color: #D8361D;
    line-height: 36px;
    color: #FFFFFF;
    font-family: 'Muli',sans-serif;
    font-size: 15px;
    text-align: center;
}



/*CONTENUTI*/
.notread {
    position: absolute;
    left: 2px;
    top: 7px;
    width: 7px;
    height: 7px;
    border-radius: 10px;
    background-color: #811F14;
}

@media (max-width: 350px) {
    .notread {
        position: absolute;
        left: 4px;
        top: 7px;
        width: 7px;
        height: 7px;
        border-radius: 10px;
        background-color: #811F14;
    }
}

.aboutTitle {
    font-family: 'Julius Sans One',sans-serif;
    font-size: 33px;
    color: #19202A;
}

.aboutSubTitle {
    font-family: 'Muli',sans-serif;
    font-size: 18px;
    line-height: 20px;
    color: #811F14;
    margin-top: 20px;
}

.aboutTitleNewsStore {
    font-family: 'Julius Sans One',sans-serif;
    font-size: 20px;
    color: #19202A;
}

.aboutSubTitleNewsStore {
    display: flex;
    font-family: 'Muli',sans-serif;
    font-size: 16px;
    line-height: 16px;
    color: #811F14;
    margin-top: 10px;
    margin-bottom: 10px;
}

.aboutTextNewsStore {
    font-family: 'Muli',sans-serif;
    font-size: 14px;
    color: #383E49;
    margin-top: 10px;
    margin-bottom: 10px;
}

.aboutSubTitle2 {
    font-family: 'Julius Sans One',sans-serif;
    font-size: 24px;
    line-height: 26px;
    color: #383E49;
    margin-top: 20px;
    border-bottom: solid 1px #AEAEAE;
}

.aboutText {
    font-family: 'Muli',sans-serif;
    font-size: 14px;
    color: #383E49;
    margin-top: 20px;
    margin-bottom: 30px;
}

.aboutEvidence {
    font-family: 'Muli',sans-serif;
    font-size: 14px;
    color: #811F14;
}

.aboutImg {
    margin-bottom: 30px;
}

.myWayTab {
    width: 100%;
    height: 97px;
    background-image: url('/public/img/sysfile/MyWay/no_log.jpg');
    background-repeat: no-repeat";
}


/*VIDEO*/
.videoWrapper {
    position: relative;
    padding-bottom: 54.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

*:focus {
    outline: none;
}


/*BOLLINO SCALA*/
.Bollino_Scala_Medium {
    position: absolute;
    left: 5px;
    bottom: 12px;
    width: 35px;
    height: 21px;
}

.Bollino_Limitato {
    position: absolute;
    right: 5px;
    bottom: 5px;
    --width: 80px;
    padding-left: 5px;
    padding-right: 5px;
    height: 20px;
    line-height: 20px;
    background-color: yellow;
    border: 1px solid black;
}

.div_slideshow_bollino {
    position: absolute;
    text-align: left;
    left: 0px;
    top: 607px;
}

.div_slideshow_bollino_mobile {
    position: absolute;
    text-align: left;
    left: 2px;
    bottom: 12px;
}

.div_slideshow_bollino_mobile img {
    height: 28px !important;
}

.div_slideshow_bollino_new_mobile {
    position: absolute;
    text-align: left;
    right: 0px;
    bottom: 174px;
    width: 63px;
    height: 57px;
    background-size: 100%;
}

    

 
.div_anteprima_slideshow {
    display: block;
    float: left;
    position: relative;
}

.div_anteprima_slideshow_bollino {
    position: absolute;
    left: 2px;
    bottom: 2px;
}


.Bollino_Scala_Small {
    position: relative;
    left: 2px;
    top: 110px;
    width: 28px;
    height: 17px;
}

/*MY WAY PAGE*/
.myWayTable {
    width: 800px;
}



.signInDiv {
    border-right: solid 1px #AEAEAE;
    padding: 10px;
}


/*BBRMODELS CUSTOM PAGES*/

.BBRModels_divTitleCategory {
    width: 100%;
    display: block;
    float: left;
    text-align: left;
    margin-bottom: 10px;
    height: 50px;
    border-bottom: solid 1px #902418;
}

.BBRModels_divCategoryLeftSide {
    display: block;
    float: left;
    text-align: left;
    margin-left: 5px;
}


/* VET | NOVET */
.vetnovet_hidden {
    display: none;
}


.pcdown-container {
    font-size: 11px;
}

.pcdown {
    color: #D03526;
}
