.meridiopopup-opener {
    position: fixed;
    /*bottom: 0px;*/
    right: 10%;
    background: #000;
    padding: 13px 18px;
    font-size: 18px;
    line-height: 18px;
    color:#FB00CF;
    z-index: 500;
    cursor:pointer;
    border-top-left-radius: 6px ;
    border-top-right-radius: 6px ;

    -webkit-transform: rotate(-90deg);
    right: -40px;
    top: 50%;
    bottom: auto;
    
}
.meridiopopup-opener i {
    color:#FFF; ;
    margin-right: 10px;
}


/**
 *
 * meridiopopup badge
 *
 */
.meridiopopup-modal {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    left:0px;
    top: 0px;
    z-index: 9999;
}
.meridiopopup-modal .meridiopopup-container {
    position: absolute;
    box-shadow: 0px 0px 4px #555;
    left: 50%;
    top: 50%;
     -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50% );
    transform: translate(-50%, -50%);
    max-width: 1000px;
    width: 80%;

   
}

@media screen and (max-width: 641px) { 

    .meridiopopup-modal .meridiopopup-container {
        min-width: 75%;
    }

}


.meridiopopup-container .close {
    position: absolute;
    right: 10px;
    bottom: 5px;
    /*z-index: 11; */
    font-size: 18px;
    color: #FFF;
    /*color: #222;*/
    font-weight: 300 !important;
    cursor: pointer;
    z-index: 940;
}
.meridiopopup-container .wrap {
    text-align: center;
    padding: 0px;
    position: relative;
}
.meridiopopup-container img {
    /*max-height: 600px;*/
    max-width: 100%;
    /*max-width: none !important;*/
}
.meridiopopup-container .after-image {
    display: none;
/*
    position:absolute;
    width:100%;
    left: 0px;
    top: 0px;
    z-index: 10;
    */
}
.meridiopopup-container img.hidden-coupon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 910;
} 


.social-followus {
    position: absolute;
    bottom: 10%;
    left: 75%;
    z-index: 950;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0% );
    transform: translate(-50%, 0%);
}


.social-followus img {
    height: 28px;
    margin-left: 15px;
    margin-top: 3px;
}


@media screen and (max-width: 641px) { 

    .social-followus {
        position: absolute;
        bottom: 10%;
        left: 50%;
        width: 100%;
        z-index: 950;
        -webkit-transform: translate(-50%, 0%);
        -moz-transform: translate(-50%, 0% );
        transform: translate(-50%, 0%);
    }

}

.addthis_inline_follow_toolbox .at-icon-wrapper{
    width: 50px !important;
    height: 50px !important;
}

.addthis_inline_follow_toolbox .at-icon-wrapper svg{
    width: 50px !important;
    height: 50px !important;
}
.social-followus p {
    margin-bottom: 0.5rem !important;
}
