#product-hero{
    position: relative;
    margin-bottom: 20px;
}
#product-hero img{
    width:100%;
    border:1px solid #1e1e1e;
}
.product-main .item-detail .image-detail{
    padding:9px 9px 0 9px;
    text-align: left;
}
.product-main #skus .span4:nth-child(2n-1){
    clear:left;
}
.product-main #skus .span4:nth-child(2n){
    clear:right;
}
.product-main .item-detail .image{
    width:50%;
    float:left;
}
.product-main .item-detail .detail{
    width:50%;
    float:left;
}
.product-main .item-detail .thumbnail{
    margin-bottom: 20px;
    margin-top: 30px;
}
.product-main .item-detail .thumbnail .product-options{
    margin:0;
}
.product-main .item-detail .detail label{
    font-size:20px;
    color:#333333;
    text-align: left;
    margin:0 0 20px -10px;
    width: 100%;
}
.product-main .item-detail .detail label span.price{
    font-weight:bold;
    font-size:24px;
    color:#6699cc;
    margin:5px 0 0 5px;
}
.product-main .item-detail .detail label span.price .previous{
    text-decoration:line-through;
    font-size:18px;
    font-weight:normal;
    color:red;
}
.product-main .item-detail .detail label input{
    margin:0 0 5px 0;
}
#product-span .item_title{
    color:#010101;
    font-size:30px;
    margin-bottom: 20px;
}
#product-span p{
    font-size:16px;
    color:#404040;
    line-height: 150%;

}
#product-span .thumbnail .group-name{
    font-weight:bold;
    color:#6699cc;
    font-size:18px;
    margin:8px 0 0 12px;
}
#product-span .thumbnail .image img{
    float: left;
    padding-bottom: 10px;
}

.product-span .thumbnail form{
    margin:0;
}
#product-span .thumbnail .qty{
    width:137px;
    float: left;
}
#product-span .thumbnail .button.blue{
    border-radius: 5px 5px 5px 5px;
    margin-left: 10px;
    height: 33px;
}

#products-list{
    margin-top: 15px;
    margin-bottom: 15px;
}
#products-list h4{
    margin-bottom: 5px;
}
#products-list .thumbnail img{
}
#products-list .item_name{
    font-size:15px;
    color:#404040;
}
#products-list .thumbnail .caption p{
    height:55px;
    overflow: hidden;
}

#products-list .view_all{
    margin: 25px 0 10px 0;
}
#products-list .item_price{
    font-size:17px;
    color:#6699cc;
}
#products-list .caption{
    min-height: 70px;
}
#related_products ul{
    border:0;
}
#related_products .direction-nav{
    display:none;
}
#related_products .btn-group{
    margin-top: 10px;
}

#related_categories h3{
    line-height: 130%;
    margin:0;
}
#related_categories a.item_name{
    font-size:23px;
    color:#333333;
    text-decoration: none;
}
#related_products .navigation{
    padding-left:39px;
}
.pagination-center{
    text-align: center;
}
/* Categories */
.items .item h4{
    height: 40px;
    overflow: hidden;
}
/* Attributes & Brands */
#products-grids .span2:nth-child(6n+7), #brands .span2:nth-child(6n+7){
    clear:left;
}
#products-grids .item-details h4{
    height:40px;
    overflow: hidden;
}
#products-grids .item-price{
    min-height:40px;
}
/* ITEMS VIEW */
.item-image img{
    width:100%;
}

/* FORM */
.form-actions{
    background:transparent;
    text-align: right;
    padding:20px 0;
}
/* Brands */
#brands .item h4{
    min-height:40px;
}
.attributes .col-md-12{
    padding: 0;
    margin: 0;
}
#products-list .row{
    margin-bottom: -5px;
}

.item .outofstock{
   /* display: block;
    width: 40%;
    /!* float: right; *!/
    position: absolute;
    margin-left: 69px;
    background: #ed008c;
    padding: 10px;
    color: #fff;
    opacity: 0.8;
    margin-top: -4px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 1px 1px #ccc;
    letter-spacing: 1px;*/
    background-image: url("../images/Badge_out_of_stock.png");
    overflow: visible !important;
    z-index: 10;
    position: absolute;
    background-repeat: no-repeat;
    background-position: top right;
    background-color: transparent;
    width: 113px;
    height: 118px;
    margin-top: -10px;
    right: 10px;
}