/* APPLIED FONTS CSS */
body, label[for="tandc"] {font-family: Helvetica Neue Regular !important; color: #2D2D2D; } 
p:not(.alert p) {font-family: Helvetica Neue Regular !important; color: #2D2D2D; } 
.main_nav li, .main_nav .row a {font-family: Helvetica Neue Regular !important; font-size: 18.0px !important; } 
button:not(.variation-button), a.btn {font-family: Helvetica Neue Bold !important; font-size: 16.0px !important; } 
h1 {font-family: Helvetica Neue Bold !important; } 
h2 {font-family: Helvetica Neue Bold !important; } 
h3 {font-family: Helvetica Neue Bold !important; } 
h4 {font-family: Helvetica Neue Bold !important; font-size: 28.0px !important; color: #2D2D2D; } 


/* APPEARANCE EDITOR CSS */
header img.logo {height: 60px;}
#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: #000000;}
header input.rounded-pill, header button.rounded-pill, header .account-balance.rounded-pill {border-color: #00000028 !important; color: #818181 !important;}
header .basket-counter {color: #FFFFFF !important;}
header .tree-counter {color: #FFFFFF !important;}
html, footer {background-color: #F6F7F9;}
footer #footer_top a:hover {color: #000000;}
footer #footer_top, footer #footer_top a, footer #footer_bottom p {color: #000000;}
footer {border-top: 1px #F6F7F9 solid;}
footer .footer-hr {color: #F6F7F9;}
.main_nav a {color: #000000; text-transform: None; text-decoration: none;}
.main_nav a:hover {color: #000000; text-transform: None; text-decoration: on !important; text-decoration-color: #000000FF !important; text-decoration-thickness: 4px !important; text-underline-offset: 24px !important;}
.sidebar span.category-name.current {color: #F5642C;}
.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: #FD5107; border: 1px solid #FD5107;}
.btn.btn-dark:hover {color: #FFFFFF !important; background-color: #000000 !important; border: 1px solid #000000 !important;}
.btn.btn-dark, .btn.btn-outline-dark {border-radius: 1px !important;}
.overlay {background-color: #000000E6;}
.overlay a {color: #FFFFFF;}
.pagination_container > strong {color: #FFFFFF !important; background-color: #2F2F2F !important;}

/* CUSTOM CSS */
/* CATEGORY BOLD */
.left-panel-menu a.depth-0,
.categories a.depth-0 {
  font-weight: 700 !important;
}

/* FAVOURITE HEART COLOUR */
.favourite_product.favourited i.fa-heart {
    color: #db536a;
    display: block;
}

/* CUSTOM CHECKOUT FIELDS */
.delivery-detail-hide {
    display: none;
}

#wbs_reference_help {
    display: inline;
    margin-bottom: 0;
}
 

#header_banner {
  display: none !important;
}

/* BUTTON/LINK HEIGHT */
.btn.btn-dark, .btn.btn-outline-dark {
    height: 50px;
}

/* 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);
}

/* MORE FOR YOU IMAGE WRAP */
img.product-image, img.product_image, #related_products_content img, div#product_image_container, .basket-item-row img {
    border-radius: 10px !important;
    BACKGROUND: WHITE;
}

/* 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: #ff5007}

.sidebar .categories li a {
    font-size: 18px;
}

/* FOOTER HEADING SIZE */
footer .footer_menu_heading,
.footer_menu_heading {
    font-size: 1.3rem !important;
}









/* HOVER EFFECT ON CAROUSEL - AUTOSLIDEPAUSES */
.img-fluid {
  /* make sure the image is responsive */
  display: block;
  max-width: 100%;
  height: auto;

  /* smooth transition for the transform */
  transition: transform 0.2s ease-in-out;
  backface-visibility: hidden;
}

.img-fluid:hover {
  /* scale up slightly on hover */
  transform: scale(1.04);
}

/* FOOTER MARGIN */
#footer_logo .footer_logo_img {
    max-width: none;
    width: 100%;
    max-height: none;
    height: 100%;
    margin-bottom: 50px;
}



/* FILTERS STYLING */
.filter-category-heading {
    font-size: 18px;
 
}

#left_panel .filter-list label {
    font-weight: normal;
    FONT-SIZE: 18PX;
    MARGIN-LEFT: 18PX;
}

ul.filter-list .form-check-input[type=checkbox] {
    border-radius: .25em;
    margin-top: 7px;
}

/* STOCK LEVEL STYLING */
.variation-button {
    text-decoration: none;
    display: inline-block;
    border-radius: 20px;
    font-size: 14px;
    border-color: WHITE;
    border-width: 2px;
    border-style: solid;
    BACKGROUND: #f5f5f5!important;
    BORDER-WIDTH: 1PX;
    PADDING: 5PX;
    MARGIN-TOP: -10PX;
}

/* HIDE VARIATION TITLES */
.col-auto.variation_title_col {
  display: none;
}

/* NO SCALE ON LIGHBOX IMAGE */
.carousel-inner img,
.carousel-inner .product-image,
.carousel-inner .product_image,
.carousel-inner #related_products_content img,
.carousel-inner div#product_image_container img,
.carousel-inner .basket-item-row img,
.carousel-inner .product-listing-image {
  transition: none !important;
  transform: none !important;
}

.carousel-inner img:hover,
.carousel-inner .product-image:hover,
.carousel-inner .product_image:hover,
.carousel-inner #related_products_content img:hover,
.carousel-inner div#product_image_container img:hover,
.carousel-inner .basket-item-row img:hover,
.carousel-inner .product-listing-image:hover {
  transition: none !important;
  transform: none !important;
}

/*STOCK LEVEL */
/* Target stocklevel buttons that are also variation-button */
.variation-button.variation-stocklevel {
    border-width: 1px !important;
    background: white !important;
    BORDER-COLOR: #e9e9e9 !important;
}

/* LEADTIME BOLD */
p.leadtime {
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: bold;
    color: #ffcda8;
    background-color: #eeeff1;
    border: 5px solid #eeeff1;
    border-radius: 5px;
    padding: 0.25rem 0.5rem;
    display: inline-block;
}

.keywords {
  /* visual style */
  display: block;               /* block = hugs left edge */
  width: max-content;           /* shrink to pill content */
  font-weight: 600;
  font-size: 0.8rem;
  background: #ffe9d4;
  color: #010101;
  padding: 8px 10px;
  border-radius: 999px;
  line-height: 1;

  /* consistent placement */
  margin-top: -5px;             /* nudge upward */
  margin-left: 0 !important;
  margin-right: auto !important;/* pushes left in flex/grid layouts */
  align-self: flex-start;       /* if parent is flex */
  justify-self: start;          /* if parent is grid */
  text-align: left;             /* safety if parent centers text */
  clear: both;                  /* safety if surrounded by floats */
}
