/************************* 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;
}

/* --- Base Invoice Styles --- */
.Invoice {
    max-width: 800px;
    margin: 20px auto;
    padding: 30px;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    color: #333;
    background: #fff;
    line-height: 1.5;
}

.InvoiceHeader {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
    border-bottom: 3px solid #333;
    padding-bottom: 20px;
}

.InvoiceTitle {
    font-size: 28px;
    text-transform: uppercase;
    margin: 0;
    color: #000;
}

.StoreAddress {
    font-style: normal;
    font-size: 13px;
    text-align: right;
}

/* --- Layout Grid --- */
.AddressRow, .InvoiceDetails {
    display: flex;
    gap: 40px;
    margin-bottom: 30px;
}

.BillingAddress, .ShippingAddress, .InvoiceDetailsLeft, .InvoiceDetailsRight {
    flex: 1;
}

.InvoiceHeading {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    background: #f4f4f4;
    padding: 5px 10px;
    margin-bottom: 10px;
    border-left: 4px solid #333;
}

/* --- Table Styling --- */
.InvoiceTable {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.InvoiceTable th {
    background: #333;
    color: #fff;
    padding: 10px;
    text-align: left;
    font-size: 13px;
}

.InvoiceTable td {
    padding: 12px 10px;
    border-bottom: 1px solid #eee;
    vertical-align: top;
}

/* Custom alignment for price/totals */
.text-right, 
.ProductCost, 
.ProductTotal, 
.InvoiceTotals td {
    text-align: right;
}

.InvoiceTotals tr:last-child {
    font-weight: bold;
    font-size: 18px;
    background: #f9f9f9;
}

/* --- Print & PDF Optimization --- */
@media print {
    body {
        background: none;
        padding: 0;
    }
    
    .Invoice {
        margin: 0;
        padding: 0;
        width: 100%;
        max-width: 100%;
    }

    /* Prevent table rows from breaking across pages */
    tr {
        page-break-inside: avoid;
    }

    header {
        page-break-after: avoid;
    }

    /* Hide URLs that browsers sometimes add to printed links */
    a[href]:after {
        content: none !important;
    }
}
#Logo img {
    max-width: 250px;
    height: auto;
}
 


