    /*********************************************
    			Call Bootstrap
*********************************************/

    /*@import url("bootstrap/bootstrap.min.css");
    @import url("bootstrap-override.css");
    @import url("//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css");*/

    /*********************************************
                    Theme Elements
    *********************************************/

.gold{
    color: #FFBF00;
}

/*********************************************
                    PRODUCTS
*********************************************/

.product{
    border: 1px solid #dddddd;
    height: 321px;
}

.product>img{
    max-width: 230px;
}

.product-rating{
    font-size: 20px;
    margin-bottom: 25px;
}

.product-title{
    font-size: 20px;
}

.product-desc{
    font-size: 14px;
}

.product-price{
    font-size: 22px;
    font-weight: bold;
    display: inline;
}


.product-price-extra-discount {
    font-size: small;
    color: red;
}

.strike {
    text-decoration: line-through;
    color: #999;
}

.product-stock{
    color: #008a00;
    font-size: 20px;
    margin-top: 10px;
}

.product-info{
    margin-top: 50px;
}

/*********************************************
                    VIEW
*********************************************/

.content-wrapper {
    max-width: 1140px;
    background: #fff;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 10px;
    border: 0px;
    border-radius: 0px;
}

.container-fluid{
    max-width: 1140px;
    margin: 0 auto;
}

.view-wrapper {
    float: right;
    max-width: 70%;
    margin-top: 25px;
}

.container {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 100%;
}

/*********************************************
                ITEM
*********************************************/

.service1-items {
    padding: 0px 0 0px 0;
    float: left;
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: 321px;
    width: 130px;
}

.service1-item {
    height: 107px;
    width: 120px;
    display: block;
    float: left;
    position: relative;
    padding-right: 20px;
    border-right: 1px solid #DDD;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}

.service1-item > img {
    max-height: 110px;
    max-width: 110px;
    opacity: 0.6;
    transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}

.service1-item > img:hover {
    cursor: pointer;
    opacity: 1;
}

.service-image-left {
    padding-right: 50px;
}

.service-image-right {
    padding-left: 50px;
}

.service-image-left > center > img,.service-image-right > center > img{
    max-height: 155px;
}

.product-brand-image img{
    width: 100px;
}

.product-id {
    margin-top: 5px;
    font-weight: bold;
    color: black;
    font-family: "Roboto", Arial, serif;
    font-size: 1.1em;
    letter-spacing: 2px;

}

.product-desc {
    font-family: "Roboto", Arial, serif;
    text-align: justify;
}

.product-benefits i {
    color: darkgreen;
}

#shipping_table tr td:first-child {
    font-weight: bold;
}

.discount-label {
    height: auto;
    position: absolute;
    margin: auto;
    display: block;
    top: 5px;
    background: orangered none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    color: whitesmoke;
    font-weight: bold;
    padding: 1%;
    transition: all 150ms ease-in-out 0s;
    border: 1px dashed whitesmoke;
    font-size: 10px;
}

.offer-label {
     height: auto;
     position: absolute;
     margin: auto;
     display: block;
     top: 33px;
     background: green none repeat scroll 0 0;
     border-radius: 3px;
     box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
     color: whitesmoke;
     font-weight: bold;
     padding: 1%;
     transition: all 150ms ease-in-out 0s;
     border: 1px dashed whitesmoke;
     font-size: 14px;
     }


.expired-label {
    height: auto;
    position: absolute;
    margin: auto;
    display: block;
    top: 70px;
    background: goldenrod none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    color: whitesmoke;
    font-weight: bold;
    padding: 1%;
    transition: all 150ms ease-in-out 0s;
    border: 1px dashed whitesmoke;
    font-size: 14px;
}