body{
  padding: 0;
  margin: 0;
  
  background: white;
}
 .ribbon {
            width: 200px;
            height: 100px;
            overflow: hidden;
            position: absolute;
        }


        .label {
            color: white;

            padding: 10px;
            font-family: Arial;
            position: sticky;
            top: 10px !important;
            z-index: 99999;
            right: 25px;
        }

        .success {
            background-color: #cb2187;
        }
        .weekly_offer{
            color: #cb2187;font-family:sans-serif;
        }
.button_colour{
    background: #cb2187 !important;border-color: #cb2187 !important;
}
.bold_letter{
    font-size: 10px;padding-right: 30px;
}
.price_color{
    color:#cb2187 !important;
    font-size:17px;
}
.list_font{
    font-size:25px
}
.number_color{
    color: #cb2187;font-size:35px;
}
.other_deals{
    background: #cb2187 !important;border-color: #cb2187 !important;
}
.map_color{
    color: #575756;
}
.box_k_shadow{
    box-shadow: 5px 10px 8px #888888;
}   
.h4_styling{
    font-size: 10px;padding-right: 10px;
}
.h4_border_styling{
    z-index: 11111;position: absolute;left: 150px;top: 120px;background: ghostwhite;
}