main .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
  main .jantex-logo {
    width: 200px;
    height: auto;
    background-image: url("https://media.nisbets.com/static/content/logos/logo_hygiplas_2.svg");
    background-repeat: no-repeat;
    background-position: center;
  }
  
  main div.hero-banner.hb-split .hb-slant .hb-content h1 {
      line-height: 2 !important;
  }
  
  /*Mini-nav Begins*/
  #hygiplas-spotlight ul.mini-nav {
    text-align: center;
    padding-inline-start: 0;
    font-size: 1em;
  }
  #hygiplas-spotlight ul.mini-nav > li {
    display: inline;
    padding: 0 14px;
    border-left: 1px solid #32374b;
  }
  #hygiplas-spotlight ul.mini-nav > li:last-of-type {
    border-right: 1px solid #32374b;
  }
  #hygiplas-spotlight ul.mini-nav > li > a {
    text-decoration: underline;
  }
  @media (min-width: 425px) {
    #hygiplas-spotlight ul.mini-nav > li {
      padding: 0 20px;
    }
  }
  
  /*Mini-nav Ends*/
  

/* Article blocks Start */
  #hygiplas-spotlight .article-section {
    background-color:white;
    filter:drop-shadow(3px 3px 2px rgb(0, 0, 0, 0.1));
    border:0.5px solid rgb(0, 0, 0, 0.1);
}

#hygiplas-spotlight .article-icon img {
    min-width:70px;
    max-width:70px;
    display:block;
    margin:auto;
}

#hygiplas-spotlight .article-cta {
    text-decoration: underline;
}
/* Article blocks Ends */


/* Knives Color Swatches Starts */
#hygiplas-spotlight .color-swatch {
    position: relative;
}

#hygiplas-spotlight .color-swatch-container {
    position:absolute;
    bottom:0px;
    right:0px;
}

#hygiplas-spotlight .color-dot {
    height: 10px;
    width: 10px;
    margin-right:5px;
    margin-bottom:5px;
    border-radius:100px;
    float:right;
}

#hygiplas-spotlight .black-dot {
    background-color:black;
}

#hygiplas-spotlight .white-dot {
    background-color:white;
    border: 1px solid #32374b;
}

#hygiplas-spotlight .purple-dot {
    background-color:#C59DC6;
}

#hygiplas-spotlight .brown-dot {
    background-color:#7A4127;
}

#hygiplas-spotlight .green-dot {
    background-color:#019D4F;
}

#hygiplas-spotlight .yellow-dot {
    background-color:#FDD200;
}

#hygiplas-spotlight .blue-dot {
    background-color:#019FE0;
}

#hygiplas-spotlight .red-dot {
    background-color:#E6212B;
}
/* Knives Color Swatches Ends */


/* Image for 'See More from Hygiplas Starts */
#hygiplas-spotlight .see-more-image img {
    height:350px;
    width:100%;
    object-fit: cover;
}
/* Image for 'See More from Hygiplas Ends */
  

/* Color Wheel Donut Start */
#hygiplas-spotlight .svg-item {
    width: 100%;
    font-size: 16px;
    position: relative;
    display:inline-block;
}

  

#hygiplas-spotlight .donut-segment {
    transform-origin: center;
    stroke: white;
    
}

#hygiplas-spotlight #raw-meat-segment {
    stroke: #E6212B;
    cursor:pointer;
    transform: scale(1.05);
}

#hygiplas-spotlight #raw-fish-segment {
    stroke: #019FDE;
    cursor:pointer;
}

#hygiplas-spotlight #cooked-meat-segment {
    stroke: #FCD100;
    cursor:pointer;
}

#hygiplas-spotlight #salad-fruit-segment {
    stroke: #009C4E;
    cursor:pointer;
}


#hygiplas-spotlight #vegetables-segment {
    stroke: #7C4027;
    cursor:pointer;
}


#hygiplas-spotlight #allergens-segment {
    stroke: #C59DC6;
    cursor:pointer;
}

#hygiplas-spotlight #dairy-products-segment {
    stroke: #EFEFEF;
    cursor:pointer;
}

#hygiplas-spotlight #cooked-meat-segment, #hygiplas-spotlight #raw-meat-segment, #hygiplas-spotlight #raw-fish-segment, #hygiplas-spotlight #salad-fruit-segment, #hygiplas-spotlight #vegetables-segment, #hygiplas-spotlight #allergens-segment, #hygiplas-spotlight #dairy-products-segment {
    transition: all 0.5s;
    transform-origin: 50% 50%;
}

#hygiplas-spotlight .color-wheel-cta-mobile {
    background-color:transparent !important;
    color:#32374b !important;
    text-decoration:underline !important;
    margin-bottom:0px !important;
}

#hygiplas-spotlight .color-wheel-cta-large {
    display:none !important;
}
/* Color Wheel Donut Ends */


/* Text and Icon Inside Color Wheel Donut Starts */
#hygiplas-spotlight .text {
    position:absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

#hygiplas-spotlight .text #title {
    text-align:center;
    font-weight:bold;
}

#hygiplas-spotlight .text img {
    height:80px;
    display:none;
    margin-bottom: 5px;
}
/* Text and Icon Inside Color Wheel Donut Ends */





/* Horizonal Color Buttons Starts */
#hygiplas-spotlight .color-key-container {
    display:none;
}

#hygiplas-spotlight .color-key-button {
    width:60%;
    font-size: 20px;
    border-radius: 5px;
    padding: 5px;
    cursor:pointer;
}

#hygiplas-spotlight .color-key-button:hover {
    transform: scale(1.01);
}

#hygiplas-spotlight #color-key-button-raw-meat {
    background-color: #E6212B;
    color:white;
}

#hygiplas-spotlight #color-key-button-raw-fish {
    background-color: #019FE0;
    color:white;
}

#hygiplas-spotlight #color-key-button-cooked-meats {
    background-color: #FDD200;
    color:white;
}

#hygiplas-spotlight #color-key-button-salads-fruits {
    background-color: #019D4F;
    color:white;
}

#hygiplas-spotlight #color-key-button-vegetables {
    background-color: #7A4127;
    color:white;
}

#hygiplas-spotlight #color-key-button-allergens {
    background-color: #C59DC6;
    color:white;
}

#hygiplas-spotlight #color-key-button-dairy-products {
    background-color: white;
    color:#32374B;
    border: solid 1px #32374B;
}
/* Horizonal Color Buttons Ends */



#hygiplas-spotlight .bg-grey {
    background-color: rgba(50, 55, 75, 0.05);
  }

  #hygiplas-spotlight .category-card {
      background-clip:content-box;
      background-color: white;
  }

/*Product Grid Begins*/
p.grid-prod-title {
    font-size: 1em;
    font-weight: 600;
  }

  p.sub-category-title {
    font-size: 1.2em;
    font-weight: 600;
    color: #F5850A;
  }


  span.prod-rating {
    display: flex;
    width: 75px;
  }

  span.grid-prod-price {
    font-size: 1.6em;
    font-weight: 400;
    color: #F22440;
  }

  @media (min-width:1024px) {
    span.grid-prod-price {
      font-size: 1.4em;
      font-weight: 600;
      color: #F22440;
    }
  }

  span.prod-vat-marker {
    font-size: 1em;
    font-weight: 400;
    color: #32374b;
  }

  div.save-flash-cont {
    position: absolute;
    top: 0px;
    right: 10px;
    width: 56px;
    height: 56px;
  }

  div.save-flash-cont span.save-flash {
    width: inherit;
    height: inherit;
    background-color: #f2243f;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    line-height: 1;
  }

  div.save-flash-cont span.save-flash:empty {
    display: none;
  }

  .product-new--pod {
    margin-top: 0;
  }

  .product-new {
    display: block;
  }

  /*Product Grid Ends*/
  /*Image Block Begins*/
  .img-fluid {
      display:block;
    width: 100%;
    height: auto;
  }

  /*Image Block Ends*/





@media only screen and (min-width: 400px) {

    #hygiplas-spotlight .svg-item {
        max-width:450px;
    }
    #hygiplas-spotlight .text img {
        display:inline-block;
        height:80px;
    }
}

@media only screen and (min-width: 640px) {
    #hygiplas-spotlight .color-wheel-cta-mobile {
        display:none !important;
    }
    
    #hygiplas-spotlight .color-wheel-cta-large {
        display:inline-block !important;
        width: 182px !important;
    }
    #hygiplas-spotlight .text img {
        display:inline-block;
        height:100px;
    }
    #hygiplas-spotlight .article-section {
        margin-left:100px !important;
        margin-right:100px !important;
    }
}

@media only screen and (min-width: 769px) {
    main div.hero-banner.hb-split .hb-slant .hb-content h1 {
        line-height: 1.5 !important;
    }
}

@media only screen and (min-width: 1024px) {
    #hygiplas-spotlight .article-section {
        margin-left:250px !important;
        margin-right:250px !important;
    }
    #hygiplas-spotlight .color-dot {
        height: 20px;
        width: 20px;
    }
    #hygiplas-spotlight .color-key-container {
        display:inline-block;
    }
    #hygiplas-spotlight .svg-item {
        width: 100%;
        font-size: 16px;
        margin-left: 75px;
        position: relative;
        max-width:500px;
        display:inline-block;
    } 
    #hygiplas-spotlight .article-icon img {
        width:70px;
    }
}

@media only screen and (min-width: 1200px) {
    #hygiplas-spotlight .article-section {
        margin-left:300px !important;
        margin-right:300px !important;
    }
    main .jantex-logo {
        width: 250px;
      }
}

/*Product Carousel Banners Begin*/
#hygiplas-spotlight .product-otm {
    max-width: 1040px;
    border: 1px solid rgba(50, 55, 75, 0.2);
    -webkit-box-shadow: 0 3px 6px rgba(50, 55, 75, 0.16);
            box-shadow: 0 3px 6px rgba(50, 55, 75, 0.16);
    padding: 10px 0;
    background-color: #ffffff;
  }
  @media (min-width: 640px) {
    #hygiplas-spotlight .product-otm {
      border: none;
      /* -webkit-box-shadow: none; */
              /* box-shadow: none; */
      /* padding: 10px; */
      /* background-color: transparent; */
    }
  }
  #hygiplas-spotlight .product-otm a {
    cursor: pointer;
  }
  #hygiplas-spotlight .product-otm h3 {
    font-size: 1.25em;
    line-height: 1.2em;
    font-weight: 600;
    margin: 10px 0;
  }
  @media (min-width: 768px) {
    #hygiplas-spotlight .product-otm h3 {
      font-size: 1.625em;
      line-height: 1.154em;
      font-weight: 700;
      margin: 20px 0;
    }
  }
  #hygiplas-spotlight .product-otm .save-flash {
    width: inherit;
    height: inherit;
    background-color: #f2243f;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    line-height: 1;
  }
  #hygiplas-spotlight .product-otm .save-flash:empty {
    display: none;
  }
  #hygiplas-spotlight .product-otm .save-flash-cont {
    position: absolute;
    top: 0px;
    right: 10px;
    width: 56px;
    height: 56px;
  }
  #hygiplas-spotlight .product-otm span.price {
    font-size: 1.6em;
    font-weight: 600;
    color: #f2243f;
  }
  @media (min-width: 1024px) {
    #hygiplas-spotlight .product-otm span.price {
      font-size: 1.875em;
    }
  }
  #hygiplas-spotlight .product-otm span.vat-value {
    color: #32374b;
  }
  #hygiplas-spotlight .product-otm span.new-flash {
    position: absolute;
    top: 0;
    left: 10px;
  }
  @media (min-width: 768px) {
    #hygiplas-spotlight .product-otm span.new-flash {
      top: 10px;
      left: 20px;
    }
  }
  #hygiplas-spotlight .product-otm .product-new {
    display: block;
  }
  #hygiplas-spotlight .product-otm .product-new--pod {
    margin-top: 0;
  }
  @media (min-width: 768px) {
    #hygiplas-spotlight .product-otm .product-new--pod {
      width: 80px;
      height: 80px;
      border-radius: 40px;
      font-size: 25px;
      padding: 10px;
    }
  }
  #hygiplas-spotlight .product-otm .image-fade {
    position: relative;
    width: 280px;
    height: 280px;
    z-index: 0;
  }
  @media (min-width: 768px) {
    #hygiplas-spotlight .product-otm .image-fade {
      width: 355px;
      height: 355px;
    }
  }
  @media (min-width: 1024px) {
    #hygiplas-spotlight .product-otm .image-fade {
      width: 482px;
      height: 482px;
    }
  }
  @media (min-width: 1280px) {
    #hygiplas-spotlight .product-otm .image-fade {
      height: 500px;
      width: 500px;
    }
  }
  #hygiplas-spotlight .product-otm .image-fade img {
    position: absolute;
    left: 0;
    top: 0;
  }
  #hygiplas-spotlight .product-otm .image-fade img:first-child {
    z-index: 1;
  }
  
  .product-otm .stock-message {
    z-index: 2;
  }
  .product-otm .stock-message::after {
    border-color: #f2243f !important;
  }
  .product-otm .stock-message.right {
    right: 10px !important;
    top: 20px;
  }
  /*Product Carousel Banners End*/