@charset "UTF-8";
/* CSS Document */


   .facets-tree ul {
   list-style: none;
   padding-left: 0.5rem;
   }
   input.mm_facet_checkbox {
   margin-right: 0.5rem;
   }
   .corner-ribbon{
   line-height: 51px;
   width: 200px;
   background: #e43;
   position: absolute;
   top: 25px;
   left: -50px;
   line-height: 50px;
   line-height: 50px;
   letter-spacing: 1px;
   color: #f0f0f0;
   /* transform: rotate(-45deg); */
   /* -webkit-transform: rotate(-45deg); */
   }
   .corner-ribbon.top-right {
   top: 10px;
   right: 0;
   left: auto;
   /* transform: rotate(45deg); */
   /* -webkit-transform: rotate(45deg); */
   height: 30px;
   line-height: 30px;
   border-radius: 50%;
   width: 30px;
   font-size: 0.8rem;
   }
   .corner-ribbon.top-right.new {background:#009fe3;}
   .row .medium-one-sixth, .row .medium-two-twelfths {
   width: auto;
   height: 39px !important;
   text-align: left;
   border: 1px solid #c7c7c7;
   margin: 0.5rem;
   padding: 10px 10px;
   }

   .volumeprice {
   text-align: center;
   border: 1px solid #f1f1f1;
   padding: 0;
   }
   .quantity, .vol-price {
   background: #E3EAEB;
   padding: 1px;
   font-size: x-small;    
   }
   .vol-price {
   background: #29394a;
   color: #ffffff;
   font-weight: bold;
   }
   .column.grey-box {
   background-color: #fbfbfb;
   padding: 0.01rem;
   border: 1px solid #ccd1d9;
   }
   .work-order a {
   font-size: 1.125rem;
   color: #4d4d4d;
   }
   span.BluePrice {
   font-size: 1.3rem;
   font-weight: 400;
   color: #990000;
   color: #29394a;
   font-family: 'Oswald', sans-serif;
   text-align:center;
   }
   .category-product-name a {
   color: #383f48;
   color: #383f48;
   /* color: #2a527a; font-size: 1rem;*/
   font-weight: 100;
   }
   .category-product img {
   max-width: 100%;
   width: 95%;
   border-radius: 2px;
   padding:0.5rem;
   }
   p.category-product-name {
   min-height: 40px;
   }
   .category-product-name h3 a {
   font-weight: 700;
   color:#2a527a;
   }
   div .category-product-name {
   height: 120px;
   }
   .item_qty.column {
   background: #f8f8f8;
   /* padding: 10px; */
   /* border-radius: 3px; */
   /* color: #ffffff; */
   text-transform: uppercase;
   font-family: oswald;
   padding-top: 5px;
   padding-bottom: 5px;
   border: 0.04rem solid #ccc;
   height:45px;
   }
   .item_qty.column span {
   font-size: .8rem;
   }
   .item_qty.column.blue {
   background: #29394a;
   }
   .item_qty.column.red {
   background: #dd293a;
   }
   .item_qty.column a{
   font-size:1.2rem;
   }
   .shop {
   background-color: #c74545;
   border: 1px solid #ab1919;
   color: #ffffff;
   text-shadow: 0px 1px 0px #662828;
   margin: 10px 0;
   text-transform: uppercase;
   border-radius: 3px;
   padding: 5px 20px;
   font-family: 'Oswald', sans-serif;
   }
   .item_qty.column.stripes {
   background: repeating-linear-gradient( 45deg, #f2f2f2, #f2f2f2 10px, #f8f8f8 10px, #f8f8f8 20px );
   }
