/* ************************************************************************************************
								Categories Page Styles
************************************************************************************************ */
.content_scene_cat {
  line-height: 19px;
  margin: 0 0 26px 0; }
  .content_scene_cat .content_scene_cat_bg {
    padding: 10px 0 0 0; }
    .content_scene_cat .content_scene_cat_bg img {
      background: #ffffff;
      /* Old browsers */
      /* IE9 SVG, needs conditional override of 'filter' to 'none' */
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZGFkYWRhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
      background: -moz-linear-gradient(top, white 15%, #dadada 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, white), color-stop(100%, #dadada));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, white 15%, #dadada 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, white 15%, #dadada 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, white 15%, #dadada 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, #ffffff 15%, #dadada 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dadada',GradientType=0 );
      /* IE6-8 */ }
  .content_scene_cat span.category-name {
    font: normal 25px/30px "Russo One", sans-serif;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 12px;
    display: inline-block; }
    @media (max-width: 1199px) {
      .content_scene_cat span.category-name {
        font-size: 25px;
        line-height: 30px; } }
  .content_scene_cat p {
    margin-bottom: 0; }
  .content_scene_cat a.lnk_more {
    font-weight: bold; }
  .content_scene_cat a:hover {
    text-decoration: underline; }
  .content_scene_cat .content_scene {
    color: #888888; }
    .content_scene_cat .content_scene .cat_desc {
      padding-top: 20px; }
      .content_scene_cat .content_scene .cat_desc a {
        color: #777777; }
        .content_scene_cat .content_scene .cat_desc a:hover {
          color: #515151; }

/* ************************************************************************************************
									Sub Categories Styles
************************************************************************************************ */
#subcategories {
  padding: 15px 0 0 0; }
  #subcategories p.subcategory-heading {
    font-weight: bold;
    color: white;
        display: none;
    margin: 0 0 15px 0; }
  #subcategories ul {
    margin: 0 /*0 0 -20px*/; }
    #subcategories ul li {
      float: left;
      /*width: 158px;*/
      margin: 0 0 13px 20px;
      text-align: center;
      /*height: 202px;*/ }
      #subcategories ul li .subcategory-image {
        padding: 0 0 8px 0; }
        #subcategories ul li .subcategory-image a {
          display: block;
          padding: 9px;
          position: relative;
          -moz-border-radius: 2px 2px 0 0;
          -webkit-border-radius: 2px;
          border-radius: 2px 2px 0 0;
          
          padding: 5px;
          border-width: 5px; }
          #subcategories ul li .subcategory-image a img {
            max-width: 100%;
            vertical-align: top;
            height: auto; }
      #subcategories ul li h5 {
        margin: 0; }
      #subcategories ul li .subcategory-name {
        font: normal 15px/18px "Roboto", sans-serif;
        color: #fff;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      #subcategories ul li .cat_desc {
        display: none; }

#subcategories ul li:hover .subcategory-name {
  color: #cb0d05; }

.product_list .product_no_stock { opacity: 0.3; filter: alpha(opacity=30); }


#filter {
    background-image: linear-gradient(to right, #373939, #5C6060);
    border-radius: 5px;
}

#category .product_list {
    background-image: linear-gradient(to right, #373939, #5C6060);
    border-radius: 5px 0 0px 5px;
    margin: 0;
    padding:7px;
}

#category .cat_desc { text-transform: none; }
#category .cat_desc a {
  color: white !important;
  font-weight: bold;
  text-decoration: underline;     
}