.text-flash.flash-new-arrival {
    background: orange;
}

.text-flash {
    display: inline-block;
    position: relative;
    left: -50px;
    color: #fff;
    padding: 0 4px 0 14px;
    min-height: 26px;
    line-height: 26px;
    font-size: 13px;
    font-weight: 700;
    z-index: 50;
}

.text-flash:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 26px solid pink;
    border-right: 26px solid rgba(0,0,0,0);
    top: 0;
    left: 100%;
}

.text-flash.flash-new-arrival:after {
    border-top-color: orange;
}

.rl-services-wrapper{
    padding: 10px 10px
}

.rl-services-wrapper > * {
    flex-basis: 20%;
}

.service-icon{
    padding: 10px;
}


.store-info-container {
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
    max-width: 1160px;
}   

.store-header-summary {
    background-color: rgba(21,21,21,.95);
    text-align: left;
    padding: 1em 2em;
    max-width: 300px;
    height: 340px;
    margin: 20px 0;
    opacity: 0.8;
}

.rl-store-wrapper{
    margin : 60px 0px 20px 0px;
    color : white;
}

.rl-store-wrapper > * {
    flex-basis : 50%;
    margin: 0px 10px;
}

.rl-store-wrapper div, .rl-store-wrapper a{
    color: white;
}

.newDesign .img-fluid{
    margin: auto;
}

@media (max-width: 575px) { 
    .rl-store-wrapper{
        flex-direction: column;
    }

    .rl-store-wrapper > * {
        flex-basis : 100%;
        margin: 10px 0px;
    }    
}

@media (max-width: 992px){
}

@media (max-width: 768px){

}

@media (max-width: 576px){

}

@media (min-width: 769px){

}

@media (min-width: 992px){

}


@media (min-width: 1200px){

}


/************************************************
*******************DESIGN PART*******************
*************************************************/

.separator::before {
    content: "";
    display: block;
    height: 1px;
    background-color: #cfc9c9;
    width: 50%;
    margin-bottom:30px;
    margin-left: auto;
    margin-right: auto;
}