.store-location.active{
    color: #23527C;
    font-weight: 600;
}

.pagination li.active a {
    background-color: #ddd !important;
}

.cbp-hrmenu > ul > li.active a {
    /*    font-weight: bold;*/
    /*    text-decoration: underline !important;*/
    border-bottom: 1px solid #fff;
}

.mtree > li > a.active {
    text-decoration: underline;
    font-weight: 900;
}

.cbp-hrmenu .cbp-hrsub-inner > div a:hover{
    font-weight: 600;
}

.cbp-hrmenu > ul > li > a{
    text-decoration: none !important;
}

.cbp-hropen .cbp-hrsub{
    margin-top: 10px !important;
}

.precoAntigo{
    font-size: 12px;
    display: block;
    font-family: "Lato",sans-serif;
    text-decoration: line-through;
}

.agora{
    text-transform: uppercase;
    display: inline-block;
    margin-right: 10px;
    font-size: 15px;
    color: #FFECCC;
}

.prod-home .footer .pricefooter{
    font-size: 15px !important;
}



/* Cookies */
.cookies-bar {
    background-color: #215370 !important;
    bottom: 0;
    margin-right: 0px !important;
    margin-left: 0px !important;
    padding: 10px 10px;
    position: fixed;
    width: 100%;
    z-index: 999999999 !important;
    color: #fff;
}

.cookies-bar-col{
    width: 100%;
}

.cookies-bar-div {
    margin: 0 auto;
    max-width: 1170px;
    padding-left: 20px;
}

.cookies-bar-title {
    padding-top: 5px;
    width: 100%;
}

.cookies-bar-btn-col {
    text-align: right;
    padding-top: 15px;
}

#cookies-btn {
    height: 30px;
    margin-left: 10px;
    background-color: #16284F;
}

.link-underline{
    text-decoration: underline;
}
.white,
.white:visited{
    color: #FFF;
}
/* /Cookies */


/* RGPD Form Modals */
.modal-rgpd--wrapper {
    background: rgba(0,0,0,0.7);
    width: 100%;
    border-radius: 3px;
    float: left;
    padding: 40px;
    position: fixed;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 999;
}

.modal-content--wrapper{
    background-color: #FFF;
    float: left;
    width: 100%;
    margin-top: 25%;
    padding: 20px;
    position: relative;
}

.modal-rgpd--wrapper .close {
    float: right;
    position: absolute;
    top: 10px;
    right: 10px;
}

.modal-backdrop {
    z-index: 1 !important;
}

.modal-dialog {
    color: #333 !important;
}

.modal-dialog .modal-text ul {
    list-style-type: disc;
}

.modal-dialog .modal-text ul li {
    margin: 15px 30px;
}

.modal-header .close {
    margin-top: -20px !important;
}

.modal-content--text {
    float: left;
    width: 100%;

}

.modal-btn--nl-ok {
    border: 0;
    width: 50%;
    margin-top: 19px;
    font-size: 13px;
    background-color: #134075;
    border: 1px solid #134075;
    padding: 8px 15px;
    color: #fff;
    font-weight: bold;
    transition: all .3s;
}

.modal-btn--nl-ok:hover {
    background-color: #fff;
    color: #134075
}

.align-center {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
}
/* /RGPD Form Modals */

/* RGPD contact forms */
.rgpd-consent {
    font-size: 12px;
    padding-top: 15px;
}