body{
    font-family: "Lucida Grande", "Verdana", sans-serif;
    font-size: 12px;
    background-color: #eeeeee;
}

.navbar-default {
    background-color: #eeeeee;
    border: none;
}
button.button {
    width: 100%;
    font-size: 20px;
}
span.phone {
    color: #a71c19;
    font-size: 12px;
    font-weight: bold;
    padding-left: 3%;
}
.logo {
    padding: 0px;
}
.but {
    padding-top: 10px;
}
a.button {
    display: block;
    width: 100%;
    text-align: center;
}
h4.panel-title {
    padding: 0px;
    margin: 0px;
}
/******************/
.panel-heading {
    background-image: url('../img/m-r.png');
}
.panel-heading h4 {
    text-align: center;
    font-weight: bold;
    font-size: 15px;
}
.panel-heading a {
    color: white;
    text-decoration: none;
}
/*******************/

.panel-body {
    padding: 0px;
}
.product {
    padding: 10px;
    background-color: white;
}
.sku {
    font-size: 11px;
}
h2 {
    font-size: 13px;
    margin: 5px 0px;
    font-weight: bold;
}

.productCategoryPrice{
    color:#950000;
    display:block;
}

.lineThroughtClass{
    text-decoration: line-through;
    margin-left:0px

}
.clear-col{
    padding: 0!important;
    margin: 0!important;
}
.productCategoryPromo div{
    font-size:13px;
    color:#950000;
    font-weight:bold;
    margin-left:0px;
}

.productCategoryCart{
    margin-top: 30px;
}
.quantityProduct{
    width: 25px;
    border-style: solid;
    border-width: 1px;
}
.btn-danger {
    background-color: #950000;
}
.lineThroughtClass {
 margin-top: 50px;
}

.category-level-1-li {
    font-size: 12px;
    padding-left: 5%;
    background-color: #e7e7e7;
}

.category-level-2-li {
    font-size: 12px;
    padding-left: 5%;
    background-color: #c9c9c9;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #9C1212;
    cursor: default;
    background-image: url("../img/m-s.png");
    border-width: 1px;
    border-style: solid;
    border-color: #DDD #DDD transparent;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    text-align: center;
    border-radius: 5px 5px 0px 0px;
    padding-bottom: 19px;
}
.nav-tabs > li {
    float: left;
    width: 100%;
    background-image: url("../img/m-r.png");
    margin: 0px 1px 3px 4px;
    border-radius: 5px;
    z-index: 1;
}
.nav-tabs > li > a {
    color: #ffffff;
    margin: -2px;
    line-height: 1.42857;
    border: 1px solid transparent;
    border-radius: 4px 4px 0px 0px;
    text-align: center;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #fff;
    text-decoration: none;
    background-color: #950000;
    border: 1px solid #ddd;
}
.topMenu {
    margin-bottom: 20px;
}
.cartTitle {
    text-aglin: center;
    font-weight: bold;
    border: 1px solid black;
    border-left: 0px;
}
.firstTitle {
    border-left: 1px solid black;
}
.cartBody {
    border-bottom: 1px solid black;
}
.navbar-nav>li {
    width: 100%;
}
.centerDiv {
    text-align: center;
    margin: 10px;
}

#freeDelivery {
    margin-top: 20px;
}

.top10 { margin-top:15px; }

.gallery_product {
    max-width: 98%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.video_product iframe {
    margin: 0 auto;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: block;
}