
.seleced_seat{
    FONT-WEIGHT: 500;
    background-color: green;
    width: 18px;
    height: 18px;
    text-align: center;
    border-radius: 10px;
    color: white;
}

.seleced_seat:before {
    font-family: FontAwesome;
    font-weight: normal;
    content: "\f00c";
    font-size: 13px;
}

.blocked_seat{
    FONT-WEIGHT: 500;
    background-color: #cccccc;
    width: 18px;
    height: 18px;
    text-align: center;
    border-radius: 10px;
    color: white;
}
.overlay_color{
    background-color: white;
}
.into_cart_side{
    FONT-WEIGHT: 500;
    background-color: #176b86;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 12px;
    color: white;
}

.into_cart_side:before{
    font-family: FontAwesome;
    font-weight: normal;
    content: "\f07a";
    font-size: 13px;
}

.wrap_product_name { 
   white-space: pre-wrap;      /* CSS3 */   
   white-space: -moz-pre-wrap; /* Firefox */    
   white-space: -pre-wrap;     /* Opera <7 */   
   white-space: -o-pre-wrap;   /* Opera 7 */    
   word-wrap: break-word;      /* IE */
}

.locked_seat{
    line-height: inherit !important;
    font-size: 1.3em;
    margin-top: -3px;
}

.locked_seat_bg{
    line-height: inherit !important;
    font-size: 1.7em;
    margin-top: -3px;
}