/* APPLIED FONTS CSS */
.main_nav li, .main_nav .row a {font-size: 16.0px !important; color: #0365AF; } 
button:not(.variation-button), a.btn {font-size: 14.0px !important; color: #FFFFFF; } 


/* APPEARANCE EDITOR CSS */
header img.logo {height: 50px;}
#footer_logo div.site-logo {width: 165px !important; max-width:95%;}
header {background-color: #FFFFFF; border-bottom: 1px #918F8F33 solid;}
.header-icon svg, .search-svg svg, header .nav-item {color: #0365AF;}
.header-icon svg:hover, .search-svg svg:hover, header .nav-item:hover {color: #000000 !important;}
header input.rounded-pill, header button.rounded-pill, header .account-balance.rounded-pill {border-color: #0365AF28 !important; color: #555555 !important;}
header .basket-counter {color: #FFFFFF !important;}
header .tree-counter {color: #FFFFFF !important;}
html, footer {background-color: #0365AF;}
footer #footer_top, footer #footer_top a, footer #footer_bottom p {color: #FFFFFF;}
footer {border-top: 1px #818181 solid;}
footer .footer-hr {color: #FFFFFF;}
.main_nav a {color: #000000; text-transform: None; text-decoration: none;}
.main_nav a:hover {text-transform: None; text-decoration: none !important;}
.sidebar span.category-name.current {color: #0365AF;}
.favourite_product.favourited i.fa-heart {color: #FE2D56;}
.variation-button.variation-text:hover:not(.variation-button-active) {border-color: #838383 !important;}
.variation-button-active.variation-button-colour {outline-color: #444444 !important;} .variation-button-active:not(.variation-button-colour) {border-color: #444444; !important}
#main_content {background-color: #FFFFFF;}
a {color: #000000;}
.btn.btn-dark {color: #FFFFFF; background-color: #F48333; border: 1px solid #F48333;}
.btn.btn-dark:hover {color: #FFFFFF !important; background-color: #C4692A !important; border: 1px solid #C4692A !important;}
.btn.btn-outline-dark {color: #000000; background-color: #FFFFFF; border: 1px solid #000000;}
.btn.btn-dark, .btn.btn-outline-dark {border-radius: 0.2px !important;}
.overlay {background-color: #000000E6;}
.overlay a {color: #FFFFFF;}
.pagination_container > strong {color: #FFFFFF !important; background-color: #2F2F2F !important;}

/* CUSTOM CSS */
/* BUTTON/LINK HEIGHT */
.btn.btn-dark, .btn.btn-outline-dark {
    border-radius: 0.2px !important;
    height: 40px;
}

/* LEADTIME BOLD */
p.leadtime {
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: bold;
    color: #00175A;
    background-color: #E6ECFD;
    border: 5px solid #E6ECFD;
    border-radius: 5px;
    padding: 0.25rem 0.5rem;
    display: inline-block;
}

/* Add the same hover effect to other product images */
img.product-image,
img.product_image,
#related_products_content img,
div#product_image_container img,
.basket-item-row img {
  border-radius: 10px !important;
  background: #fff;

  display: block;
  max-width: 100%;
  height: auto;

  transition: transform 0.4s ease;
  backface-visibility: hidden;
  will-change: transform;
}

img.product-image:hover,
img.product_image:hover,
#related_products_content img:hover,
div#product_image_container img:hover,
.basket-item-row img:hover {
  transform: scale(1.03);
}

/* HOVER EFFECT ON PRODUCT PAGE IMAGE */
.product-listing-image {
  display: block;
  max-width: 100%;
  height: auto;

  transition: transform 0.4s ease; /* slower + smoother */
  backface-visibility: hidden;
  will-change: transform;
}

.product-listing-image:hover {
  transform: scale(1.03);
}


/* SIDEBAR */
.sidebar .categories a:hover, .sidebar .categories li.current.children a:hover {color: #006FCF}

.sidebar .categories li a {
    font-size: 16px;
}


