/*
Title:   Custom Css File
Author:  http://themeforest.net/user/hogash // Marius Hogas
PLACE HERE YOUR OWN CSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
I WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

.query_rule {color:#000;}

div.shop-latest-carousel ul#latest_products{

    margin-bottom: 17px;
    float:left;
}
.LKR{
    vertical-align: top;

}

div.footermid{
    float:left;

}

.ceomessage{
    border:1px solid #c2c2c2;
    background:white;

}
.ceomessage .span3{
    border-right: 1px solid #c2c2c2;
    border-top: 1px solid #c2c2c2;


}
.ceomessage .span12{
    padding-top: 5px;
}


.myoffer{
    background-color: #c51212;
    width: 17%;
    color: white;
    font-size: 22px;
    padding: 4%;
    height: 19px;
    position: relative;
    top: 25px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
}
.product-list-item.promo-new:after {
    content: '50%';
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    background: #c51212;
    line-height: 1;
    padding: 4px 6px;
    position: absolute;
    left: 20px;
    top: 20px;
    height: 35px;   
}

.product-list-item.promo-mynew:before {
    content: 'OFF ';
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    background: #c51212;
    line-height: 1;
    padding: 4px 6px;
    position: absolute;
    left: 23px;
    top: 41px;
    z-index: 1;
    background: url(../images/icons/arrow.png) no-repeat 4px 6px;
    height: 59px;
}

.product-list-item.promo-sale::after {
   content: '35%';
font-size: 18px;
color: #fff;
font-weight: bold;
background: #c51212;
line-height: 1;
padding: 4px 6px;
position: absolute;
left: 20px;
top: 20px;
height: 35px;
}
.product-list-item.promo-mysale::before {
   content: 'OFF';
font-size: 14px;
color: #fff;
font-weight: bold;
background: #c51212;
line-height: 1;
padding: 4px 6px;
position: absolute;
left: 23px;
top: 40px;
background: url(../images/icons/arrow.png) no-repeat 4px 6px;
height: 59px;
z-index: 1;
}
