/** May the force of SCSS be with you */
.category_widget .type1 .img a{
    width: 100%;
    height: 100%;
    display: block;
}
.product-info .tab-content #tab-description{
    padding: 0;
}
.product-info .tab-content #tab-description .desc-pane{
    padding: 30px 15px;
}
.product-info .tab-content .desc-header-wrapper{
    border-top: 2px solid #f3f3f3;
    border-bottom: 2px solid #f3f3f3;
    background: transparent;
}
.product-info .tab-content #tab-attributes div.desc-header-wrapper:first-child{
    border-top: none;
}
.product-info .tab-content .desc-header-wrapper .desc-header{
    font-weight: 100;
    font-size: 25px;
}
.nav-tabs{
    width: 100%;
    text-align: center;
    background: #f3f3f3;
    padding: 10px;
}
.nav-tabs > li{
    display: inline-block;
    float: none;
}
.nav-tabs > li > a{
    padding: 5px 15px;
    color: #b5b5b5;
    font-size: 30px;
    font-weight: 500;
    position: relative;
    display: inline-block;
}
.nav-tabs > li.active > a {
    color: #990012;
    /*font-weight: 900;*/
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-weight: 500;
}
b, strong{
    font-weight: 500;
}
#tab-description b, #tab-description strong{
    font-weight: bold;
}
div.videos .head.showed{
    margin: 11px 0;
}
div.product-view ul.list-unstyled > li > b > img{
    bottom: 0!important;
}
div.product-view ul.list-unstyled > li > b > span{
    font-weight: bold!important;
}
@media (max-width: 991px){
    .nav-tabs > li > a{
        font-size: 25px;
    }
}
@media (max-width: 767px){
    .tab-content > .tab-pane{
        display: block;
        visibility: visible;
    }
    .product-info .tab-content #tab-attributes div.desc-header-wrapper:first-child{
        border-top: 2px solid #f3f3f3;
    }
}