/************************* NOTICE ***********************\

- THIS FILE SHOULD BE USED FOR CUSTOM CSS MODIFICATIONS -

- Using this file for CSS modifications rather than
modifying Style.css directly will allow your site to
receive template updates in the future.

\************************* NOTICE ***********************/


.nav li.last-category-menu-link li.hover > ul {
    left: -100%;
}

/*Products are pushed to the left on the shopping cart page in mobile views */
.page .product-list ul li {
  width: 100% !important; 
}
/*Search text is not visible on mobile views */
@media only screen and (max-width: 768px) {
.responsive .search-form input {
    color:#222;
}
}

.CatalogPriceExTax{
font-size: 15px;
}

/* Ex Vat price change */
.ProductPrice.VariationProductPrice .ProductDetailsPriceExTax {
font-size: 15px;
display: block;
}

/* Border Creation for Product Grid */
.product-grid li {
  box-shadow: none;
  border-bottom: 2px solid #EDEDED;
  border-left: 2px solid #EDEDED;
  border-right: 2px solid #EDEDED;
  border-top: 2px solid #EDEDED;
  BORDER-RADIUS: 7px;
}

/* Add to Cart and Prod info spacing */
.product-grid .ProductActionAdd {
margin: 10px 0px 0px 0px;
}

/* Extend the Product Description index page */
.ProductName {
height: 95px;
line-height: 1.5;
}

/* Change Carousel Color*/
ul.orbit-bullets li.active {
  background: #434343;
}

/************************* Test 28-11-23 ***********************\
/* Change Carousel Bullet postion 
ul.orbit-bullets {
position: absolute;
z-index: 0;
list-style: none;
bottom: -40px;
left: 50%;
margin-left: -50px;
padding: 0;
}
\************************* NOTICE ***********************/

/* Category image size setting and spacing*/
.subcat-grid li .th {
margin-bottom: 15px;
  height: 130px;
}

/* Remove Category divider */
.subcat-grid li .vertical-divider {
border-left: 0px solid rgba(136, 136, 133, 0.8);
}

.icon-twitter:before {
  content: "\f099";
  color: #55ACEE;
}
.icon-facebook {
    background-position: 0 0;
    color: #3b5998;
}
.icon-pinterest {
    background-position: 0 -160px;
    color: #cb2027;
}
.icon-googleplus {
    background-position: 0 -40px;
    color: #dd4b39
}
.icon-linkedin     {
    background-position: 0 -280px;
    color: #007bb6;
}
.icon-youtube {
    background-position: 0 -240px;
    color: #bb0000;
}
#currency-chooser .currencies {
background-color: #fff;
}
.icon-dollar:before, .icon-usd:before {
content: "\f153";
}

a {
color: #303334;
}

<!--.QuickSearchHover td {
  background: #E0E0E0;
}-->

@media print {
  a[href]:after {
    content: "";
  }
}

.orbit .slide-content {
    background: rgba(0,0,0, 0.4);
    padding: 10% 30px 0;
    width: 40%;
}

.ProductPrice {
font-size: 20px;
display: block;
font-weight: bold;
color: #FF0000;
line-height: 1.5;
}

@media only screen and (max-width: 768px) {
     .subcat-grid li:nth-child(2n+1) {
         clear:both;
     }
     .subcat-grid li {
         width: 50%;
     }
     .subcat-grid li:nth-child(5n+1) {
         clear:none;
     }
}

table tbody tr td {
  color: #333;
  font-weight: bold;
  padding: 9px 10px;
  vertical-align: top;
  border: none;
}

.ProviderNamecheckout_protxvspdirect {
font-size: 20px;
display: block;
font-weight: bold;  
color: #000000;
}

@media print {

   .dontPrint {
       display:none;
    }
    }
.YouSave {
font-size: 20px;
display: block;
font-weight: bold;  
color: #000000;
}

.on-sale-badge {
    display: none;
}

.product-badge.sale {
    display: none;
}

 