body
{
    padding: 0;
    background: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.breadcrumb > li > a,
.breadcrumb > .active,
footer .copyright a,
.category h2,
#category-filter a,
header .horizontal-categories > li > a
{
    font-family: 'Open Sans', sans-serif;
}

a, input, textarea, button
{
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

a:hover, a:focus,
#vertical-categories li.active > a {
    text-decoration: none;
}

.btn-navbar.collapsed:not(:hover):focus,
.btn-navbar.collapsed {
    border-color: #595959;
}

.btn-primary,
.card .btn-shopping-cart  {
    color: #fff;
    background: #dc1912;
    border-radius: 0px;
    border-color: #dc1912;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
.card .btn-shopping-cart:hover,
.card .btn-shopping-cart:focus,
.card .btn-shopping-cart:active,
.card .btn-shopping-cart.active {
  color: #ffffff;
  background-color: #b01f1e;
  border-color: #b01f1e;
}

.navbar-nav .open .dropdown-menu {
    background-color: transparent;
    border: 0 none;
    box-shadow: none;
    float: none;
    margin-top: 0;
    position: static;
    width: auto;
}

.btn-navbar,
.btn-navbar:active,
.btn-navbar:hover,
.btn-navbar:focus {
    background-color: #1a1a1a;
    color: #fff;
}

.btn-group .btn-navbar {
    border-left: 1px solid #595959;
    font-size: 1.4rem;
    padding: 0px 11px 3px;
} 

.btn-default,
.btn-shopping-cart
{
    background: #f7f7f7;
    color: #333;
    border-color: #dfdfdf;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default,
.btn-shopping-cart:hover, .btn-shopping-cart:focus, .btn-shopping-cart:active, .btn-shopping-cart.active {
    background: #eee;  
    color: #333;  
    border-color: #c7c7c7;
}

#header-navbar {
    background: #3b3b3b;
    border: none;
    box-shadow: none;
    margin-bottom: 0px;
}

.thumbnail .caption {
    color: inherit;
    padding: 9px 0px;
}

.dropdown-menu > li > a {
    padding: 5px 25px;
}

header .navbar-dropdown .navbar-collapse
{
    right: 0;
    padding-right: 0;
}

.panel-heading {
    border-radius: 0px;
    padding: 10px 18px;
}

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

.panel-primary>.panel-heading
{
    background-color: #ed1c24;
    border-color: #ed1c24;
}

.panel-inversed > .panel-heading {
    background-color: #222222;
    color: #888;
}

#homepage-layout,
#one-column-layout,
#two-column-layout
{
    background: none;
}

#homepage-carousel{
    box-shadow: none;
}

#vertical-categories .nav > .parent > a {
    padding-left: 0px;
}

.product-list .thumbnail {
    padding: 0 0 14px;
    border-color: #eaeaea;
}

#product-navbar h1, .title h1, .title h2 {
    font-family: 'Open Sans', sans-serif;
}

.is-sticky #product-navbar {
    background: none repeat scroll 0 0 rgba(250,250,250, 0.8);
}

#product-navbar {
    margin-top: 0;
}

.btn
{
    font-size: 0.9333rem;
}

.btn-shopping-cart
 {
    margin-top: 13px;
    background-color: #f7f7f7;
}

.caption .name {
    
    text-transform: none;
    font-family: 'Open Sans', sans-serif;
}

.caption .product-label {
    font-family: 'Open Sans', sans-serif;   
}

.product .price {
    font-family: 'Open Sans', sans-serif; 
    font-size: 1.2rem;
    font-weight: 400;
}

.product .image img
{
    max-width: 100%;
    height: auto;
}

.product .image > a {
    padding: 10px 10px 0px 10px;
}

.home-list .product-list .thumbnail,
#main_text,
#main_categories .thumbnail
{
    background: #fff;
}

.product-list .caption .description {
    font-size: 0.9333rem; /*14px*/
    margin-top: 10px;
    padding: 0;
}

.full-list .product-shopping-cart, 
.full-list .product-label, 
.full-list .name, 
.full-list .price, 
.product_group .price, 
.home-list .price, 
.home-list .weight,
.home-list .basic_price,
.home-list .product-shopping-cart, 
.home-list .name, 
.full-list .weight, 
.full-list .basic_price
{
    z-index:11;
    position:relative;
    text-align: center;
}

.product:hover .back-side-product {
    opacity: 1;
}

.product:hover .product-shopping-cart {
    opacity: 1;
}

.card h1{
    font-family: "Open Sans", sans-serif;
     font-size: 1.733rem;
     margin: 10px 0px 10px 0px;
     font-weight: 400;
}

.card .product-label h2{
    font-family: "Open Sans", sans-serif;
}

.card > .panel-body
{
    padding-left: 20px;
    padding-right: 20px;
}

.product_group .caption
{
    padding-bottom: 10px;
}

.product_group .other_group
{
    background: none;
    padding: 0;
}

.product_group .other_group a:before
{
    content: '';
    display: inline-block;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background-color: #ed1c24;
    position: relative;
    top: -1px;
    left:0;
    margin-right: 5px;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

#main_categories .thumbnail
{
    margin-bottom: 0px;
}

#logo
{
    position: static;
}

#logo a
{
    display: block;
    height: auto;
}

#logo img
{
    max-width: 100%;
    max-height: 100%;
}

#header
{
    padding: 20px 0;
}

#logo_small{
    display:none;
}

.container
{
    background-color: #fff;
}

#one-column-layout, #two-column-layout
{
    padding-top: 0;
}

#vertical-categories>li+li
{
    margin-top: 2px;
}

#vertical-categories li + li
{
    border: none;
}

#vertical-categories .nav
{
    font-size: 1rem;
    padding: 0;
    margin: 0;
}

#vertical-categories li.parent + li li a
{
    padding-left: 18px;
}

#vertical-categories .nav .nav
{
    padding-left: 20px;
    font-size: 0.8667rem;
}

#vertical-categories  li.parent .glyphicon
{
    font-size: 14px;
}

.category .image a, .category h2 a, .category .list-unstyled
{
    border-color: #eaeaea;
}

.breadcrumb .glyphicon
{
    font-size: 12px;
}

div.star-rating
{
    margin-top: 0;
    margin-bottom: 5px;
}

footer .navbar-default
{
    background-color: #f8f8f8 !important;
    border-color: #e0e0e0;
    padding-bottom: 15px;
}

footer .container
{
    background: none;
}

#nav-menu{
        z-index: 2000;
        position:relative;
}

.tooltip .tooltip-inner
{
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0, .4);
    color: #444;
}

.product_group h3
{
    font-weight: 400;
    margin: 0;
}

.back-side-product {
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #F1A3A3;
    display: table-cell;
    height: 96%;
    left: 0;
    margin: 2%;
    opacity: 0;
    padding: 3%;
    position: absolute;
    top: 0;
    width: 96%;
    display: none;
}

#thumb-list .thumbnail-price
{
    box-shadow: none;
    border: 1px solid #eaeaea;
    border-top: none;
}

header .navbar-nav > li > a {
    padding: 14px 12px;
}

#logo_small > div {
    display: inline-block;
}

#logo_small a {
    display: table-cell;
    height: 48px;
    padding: 0 10px;
    vertical-align: middle;
}

.typeahead-popover {
    z-index: 10000;
}

#vertical-categories .nav > li > a {
    padding-left:18px;
}

#price-star-info{
    color: #aeaeae;
}

#price-star-info a
{
    color: #aeaeae;
}

.home-list .product-list .thumbnail, #blog .thumbnail {
        margin-bottom: 0px;
}

@media all and (min-width:768px) and (max-width:991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (max-width: 500px) {
    
    #header{
        display:none;
    }
    
    #logo_small{
        display: block;
        position:absolute;
        width:100%;
    }
}

@media (min-width: 768px) {

    #thumb-list
    {
        margin-left: -2px;
        margin-right: -2px;
    }

    header .navbar-nav>li.home-icon a
    {
        font-size: 21px;
        padding: 12px 19px;
    }

    .home-list .product-list .thumbnail, #blog .thumbnail {
        margin-bottom: 10px;
    }

    .home-list .product-list .thumbnail {
        margin-bottom: 10px;
        padding: 0 20px;
            min-height: 435px;
    }

    .typeahead-popover {
        max-width: 400px;
    }

    footer #social
    {
        text-align: right;
    }

    .category-list {
        display: block;
    }

    .container {
        padding-left: 10px;
        padding-right: 10px;
    }   
    
    #nav-search .search,
    #nav-shopping-cart .shopping-cart {
        min-width: 399px;
        max-width: 650px;
    }

    .navbar-fixed-top .navbar-collapse
    {
        max-height: 600px;
    }
    
    #nav-menu{
        z-index: 2000;
        position:static;
    }
    
    .caption .name {    
        font-size: 1rem;
    }

    #producer-filter .producer-select {
        height: 31px;
    }
    
    #producer-filter .producer-select,
    .btn {
        font-size: 0.8rem;
    }
    
    #header-navbar {
        margin-bottom: 15px;
    }
    
    #main_categories .thumbnail {
        margin-bottom: 10px;
    } 
    
    .back-side-product {
        display: block;
    }
    
    .full-list .product-shopping-cart {
        margin-bottom: 3px;
        opacity: 1;
        margin-top: 0;
    }

    .caption .name {
        font-size: 1rem; 
        margin-bottom: 7px;
    }      

    .card .description, .card .description2
    {
        border: none;
    }

    .card .description2
    {
        padding-left: 10px;
    }

    #shopping-cart .product-quantity input
    {
        
        width: 35px;
    }

    #left .panel-default
    {
        margin-bottom: 15px;
    }
    
    .review-text{
        display: inline;
        float: left;
        margin-right: 5px;
        margin-top: -3px;
    }
    
    .modal-body .review-text{
        margin-left: 10px;   
    }
    
    #shopping-cart, #order-confirm, #order-summary, #payment {
        padding: 0;
    }

    .category-list
    {
        margin-left: -5px;
        margin-right: -5px;
    }

    .category
    {
        margin-bottom: 10px;
        margin-left: 5px;
        margin-right: 5px;
    }
}


@media (min-width: 992px) {

    header .horizontal-categories > li > a 
    {
        letter-spacing: 0px;
        text-transform: none;
        font-size: 1.067rem;
        font-weight: 400;
    }
    
    header .horizontal-categories > li > header .navbar-nav > li > a 
    {
        padding: 14px 12px;
    }  
    
    header .horizontal-categories > li > a
    {
        letter-spacing: 0;
        text-transform: none;
        font-size: 1.067rem;
        font-weight: 400;
    }

    #one-column-layout .card #star_raiting .panel-body {
        padding: 0;
    }
    
    #nav-menu > .navbar-nav > li > a {
        color:#3B3B3B;
    }

    #nav-menu .navbar-nav > li > a:hover,
    #nav-menu .navbar-nav > li.active > a {
        background-color: white;
        color: #007eca;
    }     

    #nav-menu .navbar-nav > li.dropdown > a:hover,
    #nav-menu .navbar-nav > li.open > a {
        background-color: #fff;
        color: #DC1912;
    }  
    
    #nav-menu {
        background: white;
        
    }
    
}

@media (min-width: 1200px) {

     #one-column-layout .card #star_raiting .panel-body {
        padding: 0;
    }
    
    #homepage-layout {
        background: none;
    }
    
    .caption .name {    
        font-size: 1.2rem; /*18px*/
    }

    #producer-filter .producer-select {
        height: 34px;
    }

    #producer-filter .producer-select,
    .btn {
        font-size: 0.9333rem;
    }
}