@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400&display=swap");
/*Colours - start*/
.uk-container {
  max-width: none;
}

.uk-section-muted {
  background-color: #ffffff;
}

html, p, h4, h5, h6 {
  font-size: 0.9rem;
  line-height: 1.4rem;
  color: #222222;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  scroll-behavior: smooth;
}

.uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

a {
  color: #678f8b;
}
a:hover {
  color: rgb(81.6463414634, 113.3536585366, 110.1829268293);
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h1, h2, h3 {
  color: #222222;
}

h1.uk-article-title, .uk-article-title h1, h1 {
  font-size: 2.2rem;
  line-height: 2.4rem;
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}

h1.uk-article-title, .uk-article-title {
  text-align: left;
}

h2.uk-article-title, .uk-article-title h2, h2 {
  font-size: 2.2rem;
  line-height: 2.4rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}

h2.uk-article-title, .uk-article-title h2 {
  text-align: left;
}

h3.uk-article-title, .uk-article-title h3, h3 {
  font-size: 2.2rem;
  line-height: 2.4rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}

h3.uk-article-title, .uk-article-title h3 {
  text-align: left;
}

h4 {
  font-size: 1.4rem;
}

h5 {
  font-size: 1.05rem;
}

h6 {
  font-size: 1.05rem;
}

.uk-article-meta {
  line-height: 1.4rem;
  font-size: 0.9rem;
  color: #222222;
  font-family: "Poppins", sans-serif;
  margin: 10px auto !important;
  width: 100%;
  text-align: left;
  font-weight: 400;
}

.uk-article-sub-title {
  line-height: 1.5rem;
  font-size: 1.05rem;
  color: #222222;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.uk-intro {
  margin-bottom: 20px;
}

.product-carousel .uk-margin-medium-top {
  margin-top: 0 !important;
}
.product-carousel #product-carousel {
  margin-top: 15px;
  /*        min-height: 540px;
  */
}
.product-carousel #product-carousel .uk-slider-container {
  padding: 2px;
}

/*
#product-carousel {
    min-height: 540px;
}*/
.product-description {
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #fafafa), color-stop(50%, #678f8b));
  background: linear-gradient(0deg, #fafafa 50%, #678f8b 50%);
  padding: 60px 0;
}
.product-description .product-card {
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
}
.product-description .product-card ul {
  padding: 20px 20px 0 20px;
}
.product-description .product-card .p-sku {
  padding: 10px 20px 20px 20px;
}
.product-description .uk-margin-medium-top {
  margin-top: 0 !important;
}
.product-description #product-carousel {
  margin-top: 15px;
}
.product-description #product-carousel .uk-slider-container {
  padding: 2px;
}

.social-share {
  margin-top: 10px;
}
.social-share label {
  display: block;
  margin-bottom: 10px;
}
.social-share a {
  padding: 0 20px 0 0;
  color: #222222;
}

.product-info {
  margin-top: 20px;
}
.product-info .uk-panel .uk-align-left {
  margin: 0;
}
.product-info .uk-panel .uk-align-left span {
  font-weight: bold;
  font-size: 1.2rem;
}
.product-info .uk-panel .uk-align-right {
  margin: -3px 0 0 0;
}
.product-info hr {
  margin: 10px 0;
}

#product-name {
  font-size: 1.8rem;
  line-height: 2rem;
  color: #222222;
  text-transform: uppercase;
  margin: 7px 0;
  font-weight: normal;
  text-align: left;
}

#product-brand {
  color: #678f8b;
  line-height: 1rem;
  font-size: 0.875rem;
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
}

.uk-animation-kenburns {
  -webkit-animation-duration: 0s;
          animation-duration: 0s;
}

.product-price {
  font-size: 1.6rem;
  line-height: 2rem;
  color: #222222;
  font-weight: bold;
}

.product-video iframe {
  width: 50%;
}

.p-col-button {
  position: relative;
  margin: 0 10px 10px 0;
  display: block;
  cursor: pointer;
  font-weight: 400;
  padding: 8px 14px;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: capitalize;
  border: 2px solid #222222;
  border-radius: 4px;
  background-color: #ffffff;
}
.p-col-button.active {
  background-color: #ffffff;
  border: 2px solid #678f8b;
  background-image: none;
}

.p-opt-button {
  position: relative;
  margin: 0 10px 10px 0;
}
.p-opt-button input[type=radio] {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  width: 100%;
  border-radius: 4px;
  margin: 0;
  background-color: #ffffff;
}
.p-opt-button input[type=radio]:checked {
  background-color: #ffffff;
  border: 2px solid #678f8b;
  background-image: none;
}
.p-opt-button.disabled input[type=radio] {
  background-image: url("https://sd-cdn.azureedge.net/shared/Ecommerce/sold_out.png");
  display: inline-block;
  background-size: 18px;
  background-color: #ffffff;
  border: 1px solid #ccc;
}
.p-opt-button.disabled input[type=radio]:checked {
  border: 2px solid #c0bfbe;
}

.p-opt-button-disabled {
  position: relative;
  margin: 0 10px 10px 0;
}
.p-opt-button-disabled input[type=radio] {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  width: 100%;
  border-radius: 4px;
  background-image: url("https://sd-cdn.azureedge.net/shared/Ecommerce/sold_out.png");
  background-size: 18px;
  margin: 0;
  background-color: #ffffff;
}

.c-opt-button {
  position: relative;
  margin: 0 10px 10px 0;
  border: 2px solid #222222;
  color: #222222;
  border-radius: 4px;
  text-decoration: none !important;
  background-color: #ffffff;
}
.c-opt-button :hover {
  color: #222222;
  text-decoration: none !important;
}
.c-opt-button.active {
  background-color: transparent;
  border: 2px solid #678f8b;
}
.c-opt-button label {
  display: block;
  cursor: pointer;
  padding: 8px 14px;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #ffffff;
}
.c-opt-button label:hover {
  color: #222222;
  text-decoration: none;
}

.ProductPromoBlock {
  padding: 5px 10px;
  background-color: #678f8b;
  border-radius: 4px;
  margin-left: 0 !important;
}
.ProductPromoBlock a {
  color: #ffffff;
}
.ProductPromoBlock a:hover {
  text-decoration: none;
}
.ProductPromoBlock span {
  margin: 0 0 -5px 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.875rem;
}
.ProductPromoBlock img {
  height: 34px;
  margin-right: 5px;
}
.ProductPromoBlock .desktop-promo {
  list-style: none;
  padding-left: 0;
}
.ProductPromoBlock .desktop-promo li {
  float: left;
  display: inline;
}

h4.uk-legend {
  text-transform: none;
}

.uk-input, .uk-select, .uk-textarea {
  border-radius: 0;
}

.uk-input:focus, .uk-select:focus, .uk-textarea:focus {
  border-color: #222222;
}

.uk-overlay {
  padding: 25px;
}

.uk-form-controls {
  margin-top: 5px;
}

.uk-form-label {
  font-size: 1rem;
}

.uk-position-extra-small {
  margin: 12px 10px 0 10px;
}

.uk-text-muted {
  margin-right: 5px;
}

.uk-text-danger {
  font-weight: bold;
}

.product-out-of-stock span {
  color: #f0506e !important;
}

.uk-iconnav a.uk-icon {
  padding-right: 15px;
}

.uk-icon-button {
  width: 40px;
  height: 40px;
}

table {
  table-layout: fixed;
  width: 100%;
}
table td:first-child {
  padding-right: 10px;
}
table td:last-child {
  padding-left: 10px;
}
table iframe, table img {
  width: 100%;
}

/*Side panel*/
.uk-offcanvas-bar {
  background-color: #ffffff;
  color: #222222;
  width: 30%;
  padding: 30px;
  z-index: 1;
}
.uk-offcanvas-bar .uk-close, .uk-offcanvas-bar .uk-close:focus, .uk-offcanvas-bar h3 {
  color: #222222;
}
.uk-offcanvas-bar .uk-close:hover, .uk-offcanvas-bar .uk-close:focus:hover, .uk-offcanvas-bar h3:hover {
  color: rgb(8.5, 8.5, 8.5);
}
.uk-offcanvas-bar .uk-accordion-title, .uk-offcanvas-bar .uk-accordion-title:hover {
  color: #222222;
  padding: 15px;
  padding-bottom: 5px;
  background: #f3f4f6;
}
.uk-offcanvas-bar h3 {
  margin-bottom: 20px;
  text-align: left;
}
.uk-offcanvas-bar a {
  color: rgb(8.5, 8.5, 8.5);
}
.uk-offcanvas-bar a:hover {
  color: black;
}
.uk-offcanvas-bar .uk-tab > * > a, .uk-offcanvas-bar .uk-tab > * > a:hover {
  color: #222222;
}
.uk-offcanvas-bar .uk-tab > .uk-active > a {
  color: #222222;
  border-color: #222222;
}
.uk-offcanvas-bar .uk-tab::before {
  border-color: #222222;
}
.uk-offcanvas-bar .uk-text-muted, .uk-offcanvas-bar .uk-text-meta {
  color: rgb(8.5, 8.5, 8.5) !important;
}
.uk-offcanvas-bar .uk-list li {
  margin-top: 5px;
}
.uk-offcanvas-bar .uk-list li:first-child {
  margin-top: -5px;
}
.uk-offcanvas-bar .uk-list li a {
  color: rgb(8.5, 8.5, 8.5);
  font-weight: 500;
}
.uk-offcanvas-bar .uk-list-divider > li:nth-child(n+2) {
  padding-top: 10px;
  margin-top: 10px;
  border-top-color: #c0bfbe;
}
.uk-offcanvas-bar ul.uk-list.uk-list-divider {
  border-bottom: 1px solid #c0bfbe;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.uk-offcanvas-bar img {
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.uk-offcanvas-bar .uk-button-primary {
  background-color: #222222;
  color: #ffffff;
  border-color: transparent;
  width: 100%;
  text-align: center;
  background-image: none;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.uk-offcanvas-bar .uk-button-primary:hover, .uk-offcanvas-bar .uk-button-primary:focus {
  background-color: rgb(8.5, 8.5, 8.5);
  color: #ffffff;
}
.uk-offcanvas-bar .uk-button-primary:active {
  background-color: black;
  color: #ffffff;
}
.uk-offcanvas-bar .uk-button-secondary {
  background-color: #EFEFEF;
}
.uk-offcanvas-bar .uk-form-label {
  color: #222222;
}
.uk-offcanvas-bar .uk-input, .uk-offcanvas-bar .uk-input:hover, .uk-offcanvas-bar .uk-input:focus {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgb(8.5, 8.5, 8.5);
  border-color: #222222;
}
.uk-offcanvas-bar .uk-icon-button {
  color: #ffffff;
  background-color: #222222;
}
.uk-offcanvas-bar .uk-icon-button:hover, .uk-offcanvas-bar .uk-icon-button:focus {
  background-color: rgb(8.5, 8.5, 8.5);
  color: #ffffff;
}
.uk-offcanvas-bar .uk-icon-button:active {
  background-color: black;
  color: #ffffff;
}
.uk-offcanvas-bar .uk-nav > li > a, .uk-offcanvas-bar .uk-nav > li > a:active, .uk-offcanvas-bar .uk-nav > li > a:focus {
  color: #222222;
}
.uk-offcanvas-bar .uk-nav > li > a:hover {
  color: rgb(8.5, 8.5, 8.5);
}
.uk-offcanvas-bar .uk-nav .uk-nav-sub a, .uk-offcanvas-bar .uk-nav .uk-nav-sub a:active, .uk-offcanvas-bar .uk-nav .uk-nav-sub a:focus {
  color: black;
}
.uk-offcanvas-bar .uk-nav .uk-nav-sub a:hover {
  color: rgb(81.6463414634, 113.3536585366, 110.1829268293);
}
.uk-offcanvas-bar .uk-nav-parent-icon > .uk-parent > a::after {
  background-image: url("https://sd-cdn.azureedge.net/shared/Ecommerce/nav-parent-close.svg");
}
.uk-offcanvas-bar .uk-nav-parent-icon > .uk-parent.uk-open > a::after {
  background-image: url("https://sd-cdn.azureedge.net/shared/Ecommerce/nav-parent-open.svg");
}
.uk-offcanvas-bar .uk-nav-header a {
  color: rgb(81.6463414634, 113.3536585366, 110.1829268293);
}
.uk-offcanvas-bar .uk-checkbox {
  border: 1px solid #c0bfbe;
  border-radius: 0;
  margin-right: 5px;
}
.uk-offcanvas-bar .uk-checkbox:checked, .uk-offcanvas-bar .uk-checkbox:focus {
  border: 1px solid #c0bfbe;
}

.cart-badge {
  color: #ffffff;
  border-radius: 4px;
  text-align: center;
  font-weight: bold;
  padding: 5px 12px 4px 12px;
  font-size: 0.7rem;
  line-height: 0.7rem;
  text-transform: uppercase;
  width: auto;
  max-width: 150px;
  margin: 0 !important;
}
.cart-badge.badge {
  background-color: #678f8b;
}
.cart-badge.collection {
  background-color: #2182cf;
}

.uk-search-default {
  margin-top: -10px;
}
.uk-search-default .uk-search-input {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #222222;
  padding-left: 15px;
  font-size: 0.9rem;
  border-radius: 4px;
}
.uk-search-default .uk-search-input:focus {
  background-color: #ffffff;
  color: #222222;
  border: 1px solid #222222;
}
.uk-search-default .uk-search-input::-webkit-input-placeholder {
  color: #c0bfbe;
}
.uk-search-default .uk-search-input::-moz-placeholder {
  color: #c0bfbe;
}
.uk-search-default .uk-search-input:-ms-input-placeholder {
  color: #c0bfbe;
}
.uk-search-default .uk-search-input::-ms-input-placeholder {
  color: #c0bfbe;
}
.uk-search-default .uk-search-input::placeholder {
  color: #c0bfbe;
}
.uk-search-default .uk-search-icon, .uk-search-default .uk-search-icon:hover, .uk-search-default .uk-search-icon:focus {
  color: #222222;
  background-color: #ffffff;
  border-radius: 0 4px 4px 0;
}

.uk-accordion-title {
  letter-spacing: 0;
  font-weight: bold;
  color: #222222;
  font-size: 1.1rem;
  line-height: 1.2rem;
}
.uk-accordion-title:hover, .uk-accordion-title:focus {
  color: rgb(8.5, 8.5, 8.5);
}
.uk-accordion-title::before {
  background-image: url("https://sd-cdn.azureedge.net/shared/Ecommerce/plus.svg") !important;
}

.uk-open > .uk-accordion-title::before {
  background-image: url("https://sd-cdn.azureedge.net/shared/Ecommerce/minus.svg") !important;
}

.uk-accordion-content table {
  width: 100%;
}

.call a {
  font-weight: bold;
}
.call a img {
  height: 25px;
  width: 25px;
  margin-right: 5px;
}

.uk-navbar-nav > li > a, .uk-iconnav > * > a {
  color: #ffffff !important;
  text-transform: uppercase;
  font-size: 0.8rem;
  min-height: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 32px 0 0 0;
}
.uk-navbar-nav > li > a:hover, .uk-iconnav > * > a:hover {
  color: #fafafa;
  cursor: pointer;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
  background-color: #222222;
}
.uk-navbar-container:not(.uk-navbar-transparent) .main-nav {
  padding: 10px 15px;
}
.uk-navbar-container:not(.uk-navbar-transparent) .main-nav .uk-navbar-nav {
  color: #ffffff;
}
.uk-navbar-container:not(.uk-navbar-transparent) .main-nav .uk-navbar-nav li a {
  margin: 0;
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
}
.uk-navbar-container:not(.uk-navbar-transparent) .main-nav .uk-navbar-nav > li > a {
  color: #ffffff !important;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}
.uk-navbar-container:not(.uk-navbar-transparent) .uk-search-default {
  width: 450px;
  margin-top: 25px;
}

.uk-navbar-container [class*=uk-align] {
  margin-bottom: 0;
}

.uk-nav > .uk-nav-header {
  font-weight: 700;
  color: #678f8b;
}
.uk-nav > .uk-nav-header:not(:first-child) {
  margin-top: 15px;
}
.uk-nav > .uk-nav-header > a {
  padding: 5px 0 0 0;
  color: #678f8b;
}
.uk-nav > li > a {
  padding: 5px 0;
  color: rgb(60.2926829268, 83.7073170732, 81.3658536585);
}
.uk-nav > li .level-three-nav {
  margin-bottom: 10px;
}
.uk-nav > li .level-three-nav li {
  margin: 0 !important;
  color: #222222;
}
.uk-nav > li .level-three-nav li a {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #222222;
  font-size: 0.8rem;
  line-height: 1.6rem;
  text-transform: capitalize;
}
.uk-nav > li .level-three-nav li a:hover {
  font-weight: bold;
}

.uk-navbar-dropdown {
  margin-top: -20px !important;
  padding: 0;
  background-color: #f2f2f2;
  width: 100%;
  left: 0 !important;
}
.uk-navbar-dropdown .uk-width-3-4 {
  margin: 20px 0;
}

.uk-navbar-dropdown-nav {
  margin-bottom: 10px;
}

.uk-navbar-dropdown-nav .uk-nav-header {
  color: #222222;
}

.uk-navbar-dropdown-nav > li > a {
  color: #222222;
  font-weight: 700;
  font-size: 0.875rem;
}

.uk-navbar-dropdown-grid > :not(.uk-first-column)::before {
  border: 0;
}

.uk-dropnav-dropbar {
  background-color: #f2f2f2;
}

.arrow {
  width: 35px;
  margin-left: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.arrow:hover {
  margin-left: 40px;
}

.uk-navbar-dropdown-nav li a {
  color: black !important;
}

.LogoNav {
  height: 120px;
  background-color: #222222;
}
.LogoNav a.uk-logo {
  margin: 5px 0 0 0;
}

.RibbonBlock {
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}
.RibbonBlock li {
  padding: 5px;
}
.RibbonBlock li a {
  font-size: 0.85rem;
  line-height: 1.5;
}

.product-klarna {
  color: #222222;
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 5px;
  margin-top: 20px;
  border-radius: 0;
}
.product-klarna a {
  color: #222222;
  font-weight: normal;
  cursor: pointer;
}

.banner-klarna {
  text-align: center;
}
.banner-klarna span {
  font-size: 0.875rem;
  color: #ffffff;
}
.banner-klarna a {
  color: #ffffff;
  cursor: pointer;
}

.IconBar a {
  padding: 5px 15px;
}
.IconBar a img {
  margin-right: 5px;
  height: 25px;
}
.IconBar a p {
  margin: 3px 0;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 700;
}

.Logout {
  font-size: 0.8rem;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  margin-top: 24px;
}
.Logout button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  color: #ffffff;
  font-size: 0.8rem;
  letter-spacing: 0.05rem;
  min-height: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  padding: 0;
}
.Logout button :hover, .Logout button :focus {
  color: #ffffff;
}
.Logout a {
  color: #ffffff;
}

.secondary-nav {
  background-color: #fafafa;
  font-size: 0.9rem;
}
.secondary-nav ul {
  padding-left: 15px;
  margin: 0;
}
.secondary-nav ul li {
  display: inline-block;
  padding: 10px 15px 10px 0;
}
.secondary-nav ul li a {
  color: #222222;
}

.uk-totop {
  padding: 12px 0 0 10px;
  margin: 30px;
  position: absolute;
  right: 0;
  color: #ffffff;
  border: 1px solid #ffffff;
  height: 40px;
  width: 40px;
}

.uk-position-bottom-right {
  margin: 0 0 5px 0;
}

td img {
  width: 100px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.uk-slidenav {
  color: #222222;
  padding: 0 0 45px 0;
}

.uk-slideshow-items .uk-position-center {
  width: 50%;
}
.uk-slideshow-items .uk-position-center h1 {
  text-shadow: 2px 2px 2px #000;
  color: #ffffff;
  text-align: center;
  font-size: 2.6rem;
  margin: 0 0 30px 0;
}
.uk-slideshow-items .uk-position-center h2 {
  font-size: 1.8rem !important;
  text-shadow: 2px 2px 2px #000;
  margin-bottom: 20px;
  line-height: 2.2rem !important;
  font-weight: normal;
  text-transform: none;
  text-align: center;
  color: #ffffff;
}
.uk-slideshow-items .uk-position-center .uk-button-primary {
  font-weight: bold;
  background-color: transparent;
  border: 2px solid white;
  color: white;
  padding: 0 4px;
  border-radius: 4px;
  text-shadow: 0 0 6px #000;
  line-height: 45px;
  margin: 0 auto;
  text-align: center;
}
.uk-slideshow-items .uk-position-center .uk-button-primary:hover, .uk-slideshow-items .uk-position-center .uk-button-primary:focus {
  background-color: rgb(8.5, 8.5, 8.5);
}

.header-image {
  margin-bottom: 10px;
}
.header-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 400px;
}

.h-banner {
  margin-bottom: 15px;
}
.h-banner img, .h-banner li {
  border-radius: 10px;
}
.h-banner .uk-position-cover {
  background: linear-gradient(15deg, rgba(36, 35, 49, 0.8) 0%, rgba(36, 35, 49, 0.6) 20%, rgba(36, 35, 49, 0) 60%);
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
}
.h-banner .uk-position-bottom-center {
  padding: 20px;
  text-align: center;
  width: 80%;
}
.h-banner .uk-position-bottom-center h1 {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.6rem;
  text-transform: uppercase;
  text-shadow: 0 0 6px #000;
}
.h-banner .uk-position-bottom-center h2 {
  font-size: 1.1rem !important;
  margin: 5px 0 15px 0;
  line-height: 1.4rem !important;
  font-weight: normal;
  text-transform: none;
  text-shadow: 0 0 6px #000;
  color: #fff;
}
.h-banner .uk-position-bottom-center .uk-button-default {
  font-weight: bold;
  background-color: transparent;
  border: 3px solid #fff;
  color: #fff;
  padding: 0 25px;
  border-radius: 4px;
  text-shadow: 0 0 6px #000;
  margin: 0 3px;
}
.h-banner .uk-position-bottom-center .uk-button-default:hover {
  background-color: #222222;
}

.page-banner {
  margin: 15px 0 0 0 !important;
  aspect-ratio: 5/1;
}
.page-banner img {
  border-radius: 10px;
  aspect-ratio: 5/1;
}
.page-banner ul {
  height: 100%;
}
.page-banner .uk-position-center {
  padding: 20px;
  text-align: center;
  width: 80%;
}
.page-banner .uk-position-center h1 {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.6rem;
  text-transform: uppercase;
  text-shadow: 0 0 6px #000;
  margin: 0;
}
.page-banner .uk-position-center h2 {
  font-size: 1.1rem !important;
  margin: 0;
  line-height: 1.4rem !important;
  font-weight: normal;
  text-transform: none;
  text-shadow: 0 0 6px #000;
  color: #fff;
  margin-top: 20px;
}
.page-banner .uk-position-center .uk-breadcrumb > * > * {
  color: #ffffff;
  text-transform: uppercase;
}

a.HeroBlock {
  min-height: 100px;
  width: 100%;
}
a.HeroBlock img {
  aspect-ratio: 1/1;
  padding: 5px 5px 40px 5px;
  border-radius: 12px;
}
a.HeroBlock h3 {
  text-align: center;
  color: #678f8b;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.3em;
  margin: 10px !important;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}
a.HeroBlock .uk-overlay-primary {
  background: none;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
a.HeroBlock .uk-overlay-primary .uk-position-bottom-center {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.HeroBlock .uk-overlay-primary:hover {
  background: rgba(0, 0, 33, 0.7);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.HeroBlock .uk-overlay-primary:hover .uk-overlay-primary {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.HeroBlock .uk-overlay-primary:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
a.HeroBlock .uk-overlay-primary:hover h3 {
  color: #ffffff;
}
a.HeroBlock .no-image {
  background-color: #678f8b;
  border-radius: 6px;
}
a.HeroBlock .no-image h3 {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}
a.HeroBlock .no-image:hover {
  background-color: #222222;
}

.h-tile {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 66% 15px 33%;
  grid-template-columns: 66% 33%;
  grid-gap: 15px;
}
.h-tile .uk-card {
  max-height: 300px;
}
.h-tile .uk-card img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  background-color: #fff;
}
.h-tile .uk-card .uk-position-cover {
  background: linear-gradient(15deg, rgba(36, 35, 49, 0.8) 0%, rgba(36, 35, 49, 0.6) 20%, rgba(36, 35, 49, 0) 60%);
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
}
.h-tile .uk-card .uk-position-cover .uk-position-bottom-center {
  padding: 20px;
  text-align: center;
  width: 80%;
}
.h-tile .uk-card .uk-position-cover .uk-position-bottom-center h2 {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.6rem;
  text-transform: uppercase;
  text-shadow: 0 0 6px #000;
  margin-bottom: 10px;
}
.h-tile .uk-card .uk-position-cover .uk-position-bottom-center h3 {
  font-size: 1.1rem !important;
  margin: 5px 0 15px 0;
  line-height: 1.4rem !important;
  font-weight: normal;
  text-transform: none;
  text-shadow: 0 0 6px #000;
  color: #fff;
}
.h-tile .uk-card .uk-position-cover .uk-position-bottom-center .uk-button-default {
  font-weight: bold;
  background-color: transparent;
  border: 3px solid #fff;
  color: #fff;
  padding: 0 25px;
  border-radius: 4px;
  text-shadow: 0 0 6px #000;
}
.h-tile .uk-card .uk-position-cover .uk-position-bottom-center .uk-button-default:hover {
  background-color: #222222;
}
.h-tile .uk-card:nth-child(1) {
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  max-height: 615px;
}

.h-feat {
  position: relative;
  margin: 40px auto 0 auto;
}
.h-feat h2 {
  text-align: center;
}
.h-feat p {
  line-height: 1.4rem;
  font-size: 0.9rem;
  color: #222222;
  font-family: "Poppins", sans-serif;
  margin: 10px auto;
  width: 80%;
  text-align: center;
  font-weight: 400;
}

.h-cms .uk-slider-items .uk-position-bottom-left {
  padding: 20px;
  left: 20px;
}
.h-cms .uk-slider-items .uk-position-bottom-left h2 {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.6rem;
  text-transform: uppercase;
  text-shadow: 0 0 6px #000;
}
.h-cms .uk-slider-items .uk-position-bottom-left h3 {
  font-size: 1.1rem !important;
  margin: 5px 0 15px 0;
  line-height: 1.4rem !important;
  font-weight: normal;
  text-transform: none;
  text-shadow: 0 0 6px #000;
  color: #fff;
}
.h-cms .uk-slider-items .uk-position-bottom-left .uk-button-default {
  font-weight: bold;
  background-color: transparent;
  border: 3px solid #678f8b;
  color: #fff;
  padding: 0 40px;
  border-radius: 4px;
  text-shadow: 0 0 6px #000;
}
.h-cms .uk-slider-items .uk-position-bottom-left .uk-button-default:hover {
  background-color: #222222;
}
.h-cms .product-slider {
  background-color: #f8f8f8;
  padding: 40px 0 30px 0;
  margin-bottom: 20px;
}
.h-cms .product-slider .uk-slider {
  padding: 5px;
}
.h-cms .cms-content-item img {
  background: linear-gradient(15deg, rgba(36, 35, 49, 0.8) 0%, rgba(36, 35, 49, 0.6) 20%, rgba(36, 35, 49, 0) 60%);
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
}

.ss-tile .uk-panel img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  background-color: #fff;
}
.ss-tile .uk-panel .uk-position-bottom-center {
  padding: 20px;
  text-align: center;
  width: 80%;
}
.ss-tile .uk-panel .uk-position-bottom-center h3 {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.6rem;
  text-transform: uppercase;
  text-shadow: 0 0 6px #000;
  margin-bottom: 10px;
}
.ss-tile .uk-panel .uk-position-bottom-center p {
  font-size: 1.1rem !important;
  margin: 5px 0 15px 0;
  line-height: 1.4rem !important;
  font-weight: normal;
  text-transform: none;
  text-shadow: 0 0 6px #000;
  color: #fff;
}
.ss-tile .uk-panel .uk-position-bottom-center .uk-button-default {
  font-weight: bold;
  background-color: transparent;
  border: 3px solid #678f8b;
  color: #fff;
  padding: 0 20px;
  border-radius: 4px;
  text-shadow: 0 0 6px #000;
  margin: 5px;
}
.ss-tile .uk-panel .uk-position-bottom-center .uk-button-default:hover {
  background-color: #222222;
}

.uk-breadcrumb {
  margin: 0 0 10px 0;
}

.uk-breadcrumb > * > * {
  color: #222222;
  text-transform: uppercase;
}

.uk-pagination > * > * {
  height: 45px;
  width: 45px;
  color: rgb(81.6463414634, 113.3536585366, 110.1829268293);
}

.uk-pagination .uk-button {
  border-radius: 4px;
  height: 40px;
  width: 40px;
  margin: 5px;
  padding: 0;
  background-color: #f8f8f8;
}
.uk-pagination .uk-active {
  background-color: #222222;
  color: #ffffff;
}
.uk-pagination .uk-icon-button {
  margin: 5px;
}

.uk-dotnav > * {
  padding: 9px 18px;
}

.uk-icon-button {
  border-radius: 4px;
}

.uk-input {
  height: 40px;
  margin-top: 0 !important;
}

.qty-dec {
  padding: 0 15px;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 4px 0 0 4px;
}

.qty-inc {
  padding: 0 15px;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 0 4px 4px 0;
}

.p-qty, .cart-qty {
  width: 55px;
  margin: 0 -6px;
  padding: 0 0 0 22px;
  border-radius: 0;
}

input.uk-input.cart-qty {
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
}

/*Theme colours*/
.uk-button-primary {
  background-color: #222222;
  text-align: center;
  border-radius: 4px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.uk-button-primary:hover, .uk-button-primary:focus {
  background-color: rgb(8.5, 8.5, 8.5);
}
.uk-button-primary.uk-active, .uk-button-primary:active {
  background-color: black;
}

.uk-button-secondary {
  background-color: #678f8b;
  text-align: center;
  border-radius: 4px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.uk-button-secondary:hover, .uk-button-secondary:focus {
  background-color: rgb(81.6463414634, 113.3536585366, 110.1829268293);
}
.uk-button-secondary.uk-active, .uk-button-secondary:active {
  background-color: rgb(60.2926829268, 83.7073170732, 81.3658536585);
}

.uk-button-default {
  border-radius: 4px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
}

.wide-button {
  width: 100%;
  background-image: none;
  text-align: center;
  margin: 20px 0 40px 0;
}

.uk-icon-button {
  width: 40px;
  height: 40px;
}

.uk-input, .uk-select, .uk-textarea {
  border: 1px solid #e5e5e5;
}

.Contact {
  border: 2px solid #f8f8f8;
  background-color: #f8f8f8;
  text-align: center;
  margin-left: 0;
}
.Contact .uk-width-auto {
  width: 30%;
  text-align: center;
  padding: 0;
}
.Contact.uk-grid > * {
  padding-left: 0;
  margin: auto;
}
.Contact .Header h2 {
  font-size: 1.4rem;
  font-weight: 700;
}
.Contact .uk-list {
  margin: 30px auto;
}
.Contact hr {
  width: 40px;
  margin: 0 auto;
  border-top: 2px solid #222222;
}
.Contact #map {
  height: 450px;
  background-color: grey;
}
.Contact .uk-nav-header {
  color: #222222;
  font-weight: 700;
}

/*Product list*/
.uk-subnav-pill > .uk-active > a {
  background-color: #222222;
}

.filter-and-sort {
  margin: 0;
}
.filter-and-sort ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.filter-and-sort ul li {
  list-style-type: none;
  float: right;
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid rgba(35, 35, 35, 0.1490196078);
}
.filter-and-sort ul li select {
  font-size: 1rem;
  margin-top: 3px;
  border: none;
  background-color: transparent;
  color: #2c2c2c;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  float: right;
  width: 180px;
}
.filter-and-sort ul li select:focus {
  outline: 0;
}
.filter-and-sort ul li select:hover {
  cursor: pointer;
}
.filter-and-sort ul li div {
  float: right;
}
.filter-and-sort ul li:first-child {
  color: #678f8b;
}
.filter-and-sort ul li .uk-first-column {
  padding-left: 0;
}

.sort {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(35, 35, 35, 0.1490196078);
  float: left;
}
.sort #sortby {
  padding: 0 0 0 25px;
  background-image: url(https://sd-cdn.azureedge.net/shared/saledock/sort.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 0;
  cursor: pointer;
  border: none;
  width: 180px;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.sort #sortby option {
  cursor: pointer;
}

.sort2 {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(35, 35, 35, 0.1490196078);
  float: left;
}
.sort2 #page-size {
  cursor: pointer;
  border: none;
  width: 180px;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  border: none;
}
.sort2 #page-size option {
  cursor: pointer;
}

.filter {
  text-align: left;
  background-color: transparent;
  border: none;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  cursor: pointer;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(35, 35, 35, 0.1490196078);
  float: left;
}

.breadcrumb-filters {
  border-top: 1px solid rgba(35, 35, 35, 0.1490196078);
  border-bottom: 1px solid rgba(35, 35, 35, 0.1490196078);
  padding: 15px 0;
  margin: 15px 0;
}

.uk-badge {
  padding: 10px 12px 12px 12px;
  background-color: #678f8b;
  color: #ffffff !important;
}

a .uk-badge {
  position: absolute;
  top: 28px;
  width: 17px;
  min-width: 17px;
  height: 17px;
  font-size: 0.7rem;
  padding: 0 6px;
  margin: 0 0 0 25px;
  z-index: 1;
  font-weight: 700;
}

.tag-badge {
  padding: 5px 14px 5px 15px;
  background-color: #678f8b;
  color: #222222;
  border-radius: 30px;
  margin: 10px 10px 0 0;
  font-size: 0.9rem;
}
.tag-badge:hover {
  background-color: rgb(81.6463414634, 113.3536585366, 110.1829268293);
  color: #fff;
  text-decoration: none;
}

.uk-checkbox:focus, .uk-radio:focus {
  border-color: #222222;
}

.uk-checkbox:checked, .uk-checkbox:indeterminate, .uk-radio:checked, .uk-checkbox:checked:focus, .uk-checkbox:indeterminate:focus, .uk-radio:checked:focus {
  background-color: #222222;
}

.uk-dropdown-nav > li.uk-active > a {
  color: #222222;
}

#modal-full .uk-modal-dialog {
  width: 80%;
}

.WelcomeBack {
  margin-top: 9px;
}

.RadioButton label {
  border: 1px solid #e5e5e5;
  padding: 10px;
  width: 100%;
  display: block;
  cursor: pointer;
}
.RadioButton label:last-child {
  border-bottom: 1px solid #e5e5e5;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.uk-margin-large-left {
  margin-left: 70px !important;
}

/*Product list filters*/
.irs--round .irs-handle {
  top: 28px;
  width: 20px;
  height: 20px;
}

.irs--round .irs-bar, .irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
  background-color: #222222;
}

.irs--round .irs-from:before, .irs--round .irs-to:before {
  border-top-color: #222222;
}

.irs--round .irs-handle {
  border: 3px solid #222222;
}

.irs--round .irs-grid-text {
  color: #6e6e6e;
  font-size: 13px;
}

.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single, .irs--round .irs-min, .irs--round .irs-max {
  font-size: 12px;
}

/*Slick slider*/
.slick-vertical .slick-slide {
  margin: 0 0 10px 0;
  border: 2px solid transparent !important;
}
.slick-vertical .slick-slide:focus {
  outline: none;
}
.slick-vertical .slick-slide.slick-current {
  border: 2px solid rgb(60.2926829268, 83.7073170732, 81.3658536585);
}

.ProductSlider [class*=uk-position-top] {
  max-width: 82px;
}

.ProductSlider .prev.slick-arrow, .ProductSlider .next.slick-arrow {
  margin: 0 22px;
  cursor: pointer;
}
.ProductSlider .slider-for {
  margin-left: 85px;
}

.slick-dots li {
  margin: 0 2px !important;
}

.slick-dots li button:before {
  width: 8px !important;
  height: 8px !important;
  font-size: 0 !important;
  border-radius: 50%;
  color: transparent !important;
  border: 1px solid rgba(102, 102, 102, 0.4);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
  opacity: 1 !important;
}

.slick-dots li.slick-active button:before {
  background-color: rgba(102, 102, 102, 0.6) !important;
}

.ModalContentHeight {
  padding-left: 20px;
}

.hide {
  display: none;
}

button#ihavecookiesBtn {
  margin-left: 0px !important;
}

.fade-out {
  opacity: 0;
  -webkit-transition: visibility 0s linear 0s, opacity 300ms;
  transition: visibility 0s linear 0s, opacity 300ms;
}

.fade-in {
  opacity: 1;
  -webkit-transition: visibility 0s linear 0s, opacity 300ms;
  transition: visibility 0s linear 0s, opacity 300ms;
}

#product-list {
  margin-top: 5px;
}
#product-list .uk-transition-toggle {
  display: inline-block;
  float: left;
}
#product-list .p-list-img {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}
#product-list .p-list-img:hover {
  cursor: pointer;
}
#product-list .p-list-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
#product-list .image-oos {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}

.uk-accordion-content li label {
  text-transform: capitalize;
}

.product-out-of-stock {
  position: relative;
}
.product-out-of-stock span {
  position: absolute;
  bottom: 0;
}

#basket-list input[type=number] {
  -moz-appearance: textfield;
}
#basket-list input::-webkit-outer-spin-button,
#basket-list input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.PromotionsBlock ul {
  padding-left: 0;
  list-style-type: none;
  margin: 0;
}
.PromotionsBlock li {
  font-weight: bold;
  color: #ffffff;
  background-color: #678f8b;
  border-radius: 4px;
  margin: 5px 0;
  text-align: center;
  padding: 4px;
}

.show-more {
  margin-top: 10px;
  color: black;
  text-decoration: underline;
}

.gift-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.gift-price li {
  margin: 20px 10px;
}
.gift-price li a {
  color: #678f8b;
  font-weight: 500;
  padding: 10px 20px;
  border: 1px solid #678f8b;
}
.gift-price li a:hover {
  text-decoration: none;
}
.gift-price li.active a {
  color: #222222;
  font-weight: 500;
  border: 2px solid #222222;
}

.stripe-payments button {
  background: #222222;
  line-height: 22px;
  text-transform: uppercase;
  border-radius: 0;
  border-radius: 4px;
  padding: 12px 16px;
  color: #fff;
  display: block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: 0 4px 5.5px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 4px 5.5px 0 rgba(0, 0, 0, 0.07);
  width: 100%;
}
.stripe-payments button:hover {
  cursor: pointer;
  background-color: rgb(8.5, 8.5, 8.5);
}
.stripe-payments button:focus, .stripe-payments button:active {
  outline: 0;
  background-color: black;
}

.gift-payments button {
  background: #222222;
  line-height: 22px;
  text-transform: uppercase;
}
.gift-payments button:focus {
  outline: 0;
}

/* Cookie Dialog */
button#ihavecookiesBtn {
  margin-left: 0 !important;
}

#gdpr-cookie-message {
  position: fixed;
  left: 0;
  bottom: 30px;
  max-width: 375px;
  background-color: #fafafa;
  padding: 20px;
  border-radius: 0;
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.45);
          box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.45);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  z-index: 9999;
  margin-left: 30px;
}

#gdpr-cookie-message h4 {
  margin-top: 0;
}

#gdpr-cookie-message h5 {
  font-size: 1rem;
}

#gdpr-cookie-message p, #gdpr-cookie-message ul {
  color: #3a4251;
  padding-left: 0;
}

#gdpr-cookie-message p:last-child {
  margin-bottom: 0;
  text-align: right;
}

#gdpr-cookie-message li {
  width: 49%;
  display: inline-block;
}

#gdpr-cookie-message a {
  text-decoration: none;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.75);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

#gdpr-cookie-message button, button#ihavecookiesBtn {
  border: none;
  background: #222222;
  color: #fff;
  padding: 6px 16px 8px 16px;
  border-radius: 0;
  margin: 0 0 0 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

#gdpr-cookie-message button:hover {
  background: rgb(8.5, 8.5, 8.5);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

button#gdpr-cookie-advanced {
  background: #222222;
  color: #fff;
}

button#gdpr-cookie-advanced {
  background: rgb(8.5, 8.5, 8.5);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

#gdpr-cookie-message button:disabled {
  opacity: 0.3;
}

#gdpr-cookie-message input[type=checkbox] {
  float: left;
  margin-top: 6px;
  margin-right: 5px;
  position: relative;
  opacity: 1;
}

h4.tile-text {
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 1.875rem;
  line-height: 1.25;
}

.uk-text-uppercase {
  text-transform: capitalize;
  letter-spacing: 0;
  font-weight: 500;
}

.uk-accordion-content {
  margin-top: 5px;
}
.uk-accordion-content > p {
  font-size: 1.05rem !important;
}

.uk-text-lead {
  font-size: 1.4rem;
}

.uk-tab > * > a {
  text-transform: none;
  font-size: 0.95rem;
}

.uk-tab > .uk-active > a {
  border-color: #678f8b;
  border-width: 2px;
}

.uk-text-danger {
  color: #c3193d !important;
}

.FormColour {
  background-color: #222222;
}
.FormColour h3, .FormColour p {
  text-align: center;
}
.FormColour p, .FormColour span {
  color: #c1c1c1;
}

.NewsletterColour {
  background-color: #ffffff;
  color: #222222;
  border-top: 2px solid #678f8b;
  border-bottom: 2px solid #ffffff;
  text-align: center;
  padding: 60px 10px 50px 10px;
}
.NewsletterColour h3 {
  color: #222222;
}
.NewsletterColour p {
  color: #222222;
  margin: 20px 0 0 20px;
}
.NewsletterColour button {
  color: #ffffff;
  background-color: #678f8b;
  border: 2px solid #678f8b;
  padding: 5px 50px;
  height: 50px;
  border-radius: 4px;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.NewsletterColour button:hover {
  background-color: rgb(81.6463414634, 113.3536585366, 110.1829268293);
  cursor: pointer;
  color: #ffffff;
}
.NewsletterColour button:focus {
  background-color: rgb(60.2926829268, 83.7073170732, 81.3658536585);
  cursor: pointer;
  color: #ffffff;
}
.NewsletterColour ul.social {
  padding: 0;
  margin: 20px 0 0 0;
}
.NewsletterColour ul.social li {
  display: inline-block;
  padding: 10px 10px 10px 0;
}
.NewsletterColour ul.social li a {
  color: #ffffff;
}
.NewsletterColour ul.social li a img {
  stroke: white;
}

footer {
  background-color: #678f8b;
  color: #ffffff;
}
footer li, footer p, footer b {
  color: #ffffff;
}
footer .uk-nav-header {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.4rem;
  text-transform: uppercase;
}
footer ul.social {
  padding: 0;
  margin: 20px 0 0 0;
}
footer ul.social li {
  display: inline-block;
  padding: 10px 10px 10px 0;
}
footer ul.social li a {
  color: #ffffff;
}
footer .uk-button-primary {
  border: 2px solid #ffffff;
  padding: 6px 40px;
}

#generic-modal-content .uk-light h1 {
  margin: 30px;
  text-shadow: 2px 2px 2px #000;
}

.uk-notification-message-primary {
  color: #222222;
}

.uk-dropdown-nav > li.uk-active > a {
  color: #222222;
}

.uk-nav > .uk-nav-header > a {
  padding: 5px 0 0 0;
  color: #678f8b;
}

.uk-border-circle {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 2px solid #FFFFFF;
}

.CircularThumbnav label {
  margin-bottom: 5px;
}
.CircularThumbnav .uk-thumbnav {
  margin-left: -5px;
}
.CircularThumbnav .uk-thumbnav > * {
  padding-left: 5px;
}
.CircularThumbnav .uk-thumbnav li.uk-active .uk-border-circle {
  border: 2px solid #222222;
  padding: 3px;
}

.uk-thumbnav > * > ::after {
  background: transparent;
}

.upsell-header {
  color: #222222;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.uk-subnav-pill > .uk-active > a {
  background-color: #222222;
}

.uk-checkbox:focus, .uk-radio:focus {
  border-color: #222222;
}

.uk-checkbox:checked, .uk-checkbox:indeterminate, .uk-radio:checked, .uk-checkbox:checked:focus, .uk-checkbox:indeterminate:focus, .uk-radio:checked:focus {
  background-color: #222222;
}

.PrimaryTheme {
  background-color: #222222;
}

.PrimaryThemeForeground {
  color: #222222;
  font-weight: 500;
}

.SecondaryTheme {
  background-color: #222222;
}

.SecondaryThemeForeground {
  color: #222222;
}

.WarningForeground {
  background-color: #b10d0d;
  color: #ffffff;
}

.uk-section {
  padding: 40px 40px 0 40px;
}

.uk-section-default {
  background: transparent;
}

.SearchBar {
  padding: 0 10px;
  background-color: #f0f0f0;
}

.uk-card-small .uk-icon-button {
  color: #222222;
}
.uk-card-small .uk-card-body {
  padding: 0;
}
.uk-card-small .uk-card-body img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.uk-card-small .uk-card-body .uk-clearfix {
  margin: 10px;
}
.uk-card-small .uk-card-body .p-info h3 {
  text-align: left;
  line-height: 1.2rem;
  font-size: 1rem;
  margin: 2px 0 4px 0;
  font-weight: normal;
  text-transform: uppercase;
  color: #222222;
}
.uk-card-small .uk-card-body .p-icons hr {
  margin: 0;
}
.uk-card-small .uk-card-body .product-price {
  margin-right: 5px;
  font-size: 1.1rem;
  color: rgb(81.6463414634, 113.3536585366, 110.1829268293);
  font-weight: bold;
}
.uk-card-small .uk-card-body .p-size {
  font-size: 0.875rem;
  margin: 0.3rem 0 0.6rem 0;
}
.uk-card-small .uk-card-body .p-sku {
  margin-top: 10px;
}
.uk-card-small .uk-card-body .add-to-wl, .uk-card-small .uk-card-body .p-qview {
  background-color: #ffffff;
  color: #222222;
  height: 35px;
  width: 35px;
  padding: 6px 8px;
}
.uk-card-small .uk-card-body .add-to-wl .active svg path {
  fill: #c3193d !important;
  stroke: #c3193d !important;
}
.uk-card-small .uk-card-body .uk-badge {
  background-color: #c3193d;
  color: #ffffff !important;
  border-radius: 4px;
  text-align: center;
  margin: 0 0 5px 0;
  font-weight: bold;
  padding: 4px 12px;
  font-size: 0.7rem;
  line-height: 1rem;
  display: block;
  text-transform: uppercase;
  height: auto;
}
.uk-card-small .uk-card-body .uk-badge.badge {
  background-color: #222222;
}
.uk-card-small .uk-card-body .uk-badge.badge2 {
  background-color: #678f8b;
}
.uk-card-small .uk-card-body .uk-badge.collection-only {
  background-color: #2182cf;
}
.uk-card-small .uk-card-body .uk-position-top-left, .uk-card-small .uk-card-body .uk-position-top-right, .uk-card-small .uk-card-body .uk-position-bottom-right {
  margin: 10px;
}
.uk-card-small .uk-card-body .Promotion {
  background-color: #678f8b;
  margin: 5px 0;
}
.uk-card-small .uk-thumbnav > * > ::after {
  background: transparent;
}

.collection-only {
  background-color: #2182cf;
  border-radius: 4px;
  text-align: center;
  font-weight: bold;
  padding: 4px 12px;
  font-size: 0.7rem;
  line-height: 0.7rem;
  text-transform: uppercase;
  width: auto;
  margin: 0 !important;
}

.stock-badge, .ss-badge {
  background-color: #727272;
  color: #ffffff !important;
  border-radius: 4px;
  text-align: center;
  margin: 0 0 0 5px;
  font-weight: bold;
  padding: 2px 6px;
  font-size: 0.7rem;
}

.wl-style {
  color: #c3193d !important;
}
.wl-style:hover {
  color: #c3193d !important;
}
.wl-style svg path {
  stroke-width: 2;
}

.wl-style .active svg path {
  fill: #c3193d !important;
  stroke: #c3193d !important;
}

.wl-style .primary.active svg path {
  fill: #c3193d !important;
  stroke: #c3193d !important;
}

.uk-card-media-top img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px 10px 0 0;
  width: 100%;
}

.uk-card-media-top.uk-inline-clip {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.uk-position-center a.uk-button.uk-button-default {
  background: rgba(60.2926829268, 83.7073170732, 81.3658536585, 0.4);
  color: #ffffff !important;
}

.Checkout span {
  font-size: 0.95rem;
}
.Checkout h4.uk-legend {
  text-transform: capitalize;
}
.Checkout .uk-button-primary {
  width: auto;
  padding: 0 25px 2px 25px;
}
.Checkout .uk-button-primary#presc-form-btn {
  width: 100%;
  padding: 10px 25px;
}
.Checkout .uk-list li {
  text-transform: uppercase;
}
.Checkout .form-q {
  margin-top: 10px;
}
.Checkout .form-q .uk-form-label {
  font-weight: bold;
}

/*B2B form*/
.ShowMore {
  font-weight: 600;
}

.composite-card {
  border: 1px solid #c0bfbe;
  margin: 0;
}

.composite-name-wrapper {
  display: inline-block;
}
.composite-name-wrapper .composite-product {
  float: left;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 600;
}
.composite-name-wrapper .composite-stock {
  float: left;
  margin: 0 0 0 10px;
}
.composite-name-wrapper .composite-stock .in-stock img, .composite-name-wrapper .composite-stock .low-stock img, .composite-name-wrapper .composite-stock .out-stock img {
  width: 16px;
  height: 16px;
}

.composite-price-wrapper {
  margin: -5px 0 0 0;
  line-height: 1rem;
}
.composite-price-wrapper span {
  font-size: 1rem;
  line-height: 1rem;
}
.composite-price-wrapper del {
  font-size: 1rem;
  line-height: 1rem;
}

.composite-buttons .uk-width-expand\@s {
  padding-left: 10px;
}

/*News*/
.news-events-tile .uk-badge {
  margin: 10px 10px 0 0;
}
.news-events-tile .uk-card {
  border: 1px solid #c6c6c6;
  border-radius: 10px;
}
.news-events-tile .uk-card-body {
  padding: 20px;
}
.news-events-tile .uk-card-title {
  text-transform: capitalize !important;
  margin: 10px 0 5px 0;
  font-size: 1.2rem !important;
  line-height: 1.4rem !important;
  text-align: left;
}
.news-events-tile .uk-card-sub-title {
  font-size: 1rem !important;
}
.news-events-tile .uk-text-small {
  text-transform: uppercase;
  margin-top: 0;
}
.news-events-tile .add-to-wl {
  background-color: #ffffff;
  color: #678f8b;
  display: block;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}
.news-events-tile .add-to-wl:hover {
  background-color: #f8f8f8;
}
.news-events-tile .add-to-wl .active svg path {
  fill: #c3193d !important;
  stroke: #c3193d !important;
}
.news-events-tile .add-to-wl .primary.active svg path {
  fill: #c3193d !important;
  stroke: #c3193d !important;
}
.news-events-tile .uk-position-bottom-right {
  z-index: 99999;
}
.news-events-tile .uk-card:hover {
  background: #fff;
  -webkit-box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
          box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
  text-decoration: none;
}

#news-list {
  margin: 15px 0;
}

#news-carousel .uk-margin-medium-top {
  margin-top: 0 !important;
}

.news-article .blog-title {
  text-align: center;
  margin-top: 15px;
}
.news-article .blog-title h1 {
  font-size: 1.4rem;
  line-height: 1.6rem;
  text-transform: uppercase;
}
.news-article .blog-title h2 {
  font-size: 1.1rem !important;
  line-height: 1.4rem !important;
}

.BlogViewAll {
  text-align: center;
  font-size: 1.05rem;
  line-height: 1.5;
  width: 160px;
  text-transform: capitalize;
  border: 0;
}

.Product .uk-slideshow .uk-slideshow-items {
  margin-left: 45px;
}
.Product .uk-slideshow .uk-slideshow-items img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
  width: 100%;
}
.Product .uk-slideshow .uk-transition-opaque {
  opacity: 0 !important;
}
.Product .uk-thumbnav-vertical > * {
  padding: 0 0 10px 0;
}

.uk-lightbox-toolbar {
  display: none !important;
}

ul.collapsed > li:nth-child(n+9) {
  display: none;
}

ul.collapsed > .filter-toggle > span.collapse, ul.expanded > .filter-toggle > span.expand {
  display: none;
}

.filter-toggle {
  padding: 0.25em;
  line-height: 0.5em;
  cursor: pointer;
}
.filter-toggle:hover {
  text-decoration: underline;
}

.sitemap-list > * > * {
  width: initial !important;
  height: initial !important;
}

.slick-slide img {
  margin: 0 auto;
  display: block;
  max-height: 550px;
}

.cms-content-item .uk-slider-items li img {
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: #fff;
}

@media (max-width: 1400px) {
  .uk-padding-large {
    padding: 55px;
  }
  .Checkout.uk-grid-small .uk-padding-large {
    padding: 70px 30px;
  }
  .h-tile .uk-card {
    min-height: 245px;
  }
}
@media (max-width: 1024px) {
  .uk-nav {
    margin-top: auto !important;
    margin-bottom: auto !important;
    margin-left: 0;
  }
  a.PrimaryNav {
    border-bottom: 1px solid #678f8b;
    font-weight: 700;
    padding: 10px 0 !important;
  }
  .uk-navbar-nav {
    gap: 20px;
  }
  .uk-drop-parent-icon {
    position: absolute;
    right: 15px;
  }
  .uk-sub-nav li {
    margin: 10px 0;
  }
  /*Product list*/
  .uk-card .uk-transition-slide, .uk-card .uk-position-bottom-right {
    display: none;
  }
  li.uk-transition-toggle {
    margin-bottom: 15px;
  }
  .uk-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .uk-visible-toggle > .uk-margin-large-left {
    margin-left: 0 !important;
  }
  .uk-offcanvas-bar {
    width: 50%;
  }
  * + .uk-grid-margin, .uk-grid + .uk-grid, .uk-grid > .uk-grid-margin {
    margin-top: 10px;
  }
  .uk-margin-bottom {
    margin-bottom: 15px !important;
  }
  .WelcomeBack {
    margin-top: 7px;
  }
  table.table-bordered tr {
    display: -ms-grid;
    display: grid;
  }
  table.table-bordered td:first-child {
    padding-right: 0;
  }
  table.table-bordered td:last-child {
    padding-left: 0;
  }
  .Checkout.uk-grid-small .uk-padding-large {
    padding: 30px;
  }
  .uk-text-lead {
    font-size: 1.4rem;
  }
  p.uk-article-title {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin: 10px 0;
  }
  .uk-slidenav {
    margin: 0 !important;
  }
  .qty-dec, .qty-inc {
    padding: 0 10px;
  }
  #modal-full .uk-modal-dialog {
    width: 100%;
  }
  #modal-full .uk-modal-body {
    padding: 5px;
  }
  #modal-full .ModalContentHeight {
    padding: 15px;
  }
  .upsell-header {
    font-size: 1.6rem;
  }
  .h-tile .uk-card {
    min-height: 220px;
  }
  .h-tile .uk-transition-toggle .uk-overlay-primary .uk-position-bottom-left {
    width: 100%;
  }
  .h-tile .uk-transition-toggle .uk-overlay-primary .uk-position-bottom-left h3 {
    font-size: 1rem;
    line-height: 1.2rem;
  }
  .h-tile .uk-transition-toggle .uk-overlay-primary .uk-position-bottom-left hr {
    margin: 10px 0;
  }
  .h-tile .uk-transition-toggle .uk-overlay-primary .uk-position-bottom-left h4 {
    display: none;
  }
  .h-tile .uk-transition-toggle .uk-overlay-primary .uk-position-bottom-left .uk-button {
    padding: 0 10px;
    font-size: 0.8rem;
    line-height: 32px;
  }
  .uk-navbar-nav > li > a {
    margin: 15px 0 0 0;
  }
  .filter-and-sort {
    margin: 0;
    padding-left: 0;
  }
  .filter-and-sort .uk-float-right {
    padding: 0;
    float: left;
    width: 100%;
  }
  .filter-and-sort ul li select, .filter-and-sort ul li {
    width: 100px;
    margin: 5px 15px 5px 0;
  }
}
@media (max-width: 958px) {
  .uk-article-meta {
    width: 100%;
  }
  .uk-navbar-container:not(.uk-navbar-transparent) .uk-logo {
    width: 155px;
    margin-top: 5px;
  }
  .uk-navbar-container:not(.uk-navbar-transparent) .mobile-search {
    padding: 5px 0;
  }
  .uk-navbar-container:not(.uk-navbar-transparent) .uk-search-default {
    position: relative;
    left: auto;
    -webkit-transform: none;
            transform: none;
    margin: 0 auto;
  }
  .uk-navbar-nav > li > a, .uk-iconnav > * > a {
    margin: 15px 0 0 0;
  }
  a.uk-navbar-toggle.uk-icon.uk-navbar-toggle-icon {
    margin: 15px 0 0 0;
  }
  .Logout button {
    border: none;
    background-color: transparent;
    cursor: pointer;
    float: left;
    color: #678f8b;
    font-weight: normal;
    font-size: 0.875rem;
    margin: 0;
    padding: 5px 0;
    font-size: 1rem;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    font-style: normal;
  }
  .Logout button :hover, .Logout button :focus {
    color: rgb(81.6463414634, 113.3536585366, 110.1829268293);
  }
  .mobilepromo {
    padding-left: 0 !important;
  }
  .mobilepromo p {
    margin: 0 0 0 10px;
    display: inline-block;
  }
  .Product .uk-slideshow .uk-slideshow-items {
    margin: 0;
  }
  .Product .uk-slideshow .uk-slideshow-items img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .product-video {
    min-height: 350px;
  }
  .product-video iframe {
    width: 100%;
    min-height: 350px;
  }
  .uk-thumbnav-vertical {
    display: none;
  }
  h1.uk-article-title {
    font-size: 1.6rem;
  }
  h1 {
    font-size: 1.6rem;
  }
  h2 {
    font-size: 1.6rem;
  }
  h3, .product-carousel h3, .NewsletterColour h3 {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
  .NewsletterColour .uk-grid {
    margin-left: 0;
  }
  .NewsletterColour .uk-align-left {
    margin: 0;
    padding: 0;
    float: none;
  }
  .NewsletterColour .uk-align-right {
    margin: 20px auto 0 auto;
    float: none;
  }
  .NewsletterColour p {
    margin: 10px 0 0 0;
  }
  h4 {
    font-size: 1.4rem;
  }
  h5 {
    font-size: 0.8rem;
  }
  h6 {
    font-size: 0.8rem;
  }
  p {
    line-height: 1.25rem;
    font-size: 0.875rem;
  }
  .uk-article-meta {
    line-height: 1.25rem;
    font-size: 0.875rem;
  }
  #product-name {
    font-size: 1.6rem;
    line-height: 1.8rem;
    margin: 5px 0;
  }
  #product-brand {
    line-height: 1rem;
    font-size: 0.875rem;
  }
  .c-opt-button label {
    padding: 6px 10px 4px 10px;
  }
  .h-cms .cms-content-item .text-control-1-2 h3 {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
  .uk-margin-medium-top {
    margin-top: 20px !important;
  }
  .page-banner {
    aspect-ratio: 3/1;
  }
  .page-banner img {
    aspect-ratio: 3/1;
  }
  .page-banner .uk-position-center {
    width: 100%;
    margin: 0;
  }
  .page-banner .uk-position-center h1 {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
  .page-banner .uk-position-center h2 {
    font-size: 1rem !important;
    margin-bottom: 0;
    line-height: 1.4rem !important;
  }
  .page-banner .uk-position-center .uk-button-primary {
    margin-top: 15px;
    line-height: 42px;
    padding: 0 20px;
    margin: 15px 2px 0 2px;
  }
  .uk-slideshow-items .uk-position-center-left {
    padding: 15px;
    width: 100%;
  }
  .uk-slideshow-items .uk-position-center-left .uk-container {
    padding: 0;
  }
  .uk-slideshow-items .uk-position-center-left h1 {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
  .uk-slideshow-items .uk-position-center-left h2 {
    font-size: 1rem !important;
    margin-bottom: 0;
    line-height: 1.2rem !important;
  }
  .uk-slideshow-items .uk-position-center-left .uk-button-primary {
    margin-top: 15px;
    line-height: 42px;
    padding: 0 20px;
    margin: 15px 2px 0 2px;
  }
  #product-brand {
    font-size: 1.1rem;
    line-height: 1.3rem;
  }
  #product-name {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
  .composite-buttons {
    margin-top: -20px;
  }
  .composite-buttons .uk-width-expand\@s {
    padding-left: 30px;
  }
  .uk-navbar-container:not(.uk-navbar-transparent) .main-nav {
    padding: 0;
    background-color: #678f8b;
  }
  .uk-navbar-container:not(.uk-navbar-transparent) .main-nav .uk-search-default {
    width: 300px;
    margin-top: 0;
  }
  .h-tile .uk-card .uk-button-default {
    padding: 0 25px;
  }
  .LogoNav {
    height: 60px;
  }
  .LogoNav .uk-align-left {
    margin-right: 0;
  }
  .LogoNav .uk-margin-right {
    margin: 0;
  }
  .LogoNav .uk-margin-right a .uk-badge {
    top: 12px;
  }
  .uk-search-default .uk-search-input {
    border: 1px solid #ffffff;
  }
  .ProductSlider .slider-for {
    margin: 0;
  }
  .sort {
    margin-right: 10px;
    padding-right: 10px;
    float: left;
  }
  .sort #sortby {
    width: 120px;
  }
  .sort2 {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
    float: left;
  }
  .sort2 #page-size {
    width: 120px;
  }
  .breadcrumb-filters {
    padding: 15px 0 5px 0;
  }
  .filter {
    padding-right: 10px;
    margin-right: 10px;
  }
}
.mobilepadding {
  padding-left: 10px;
}

@media (max-width: 640px) {
  .Home .uk-position-bottom-center {
    width: 100%;
    padding: 20px 0;
  }
  .Home .uk-position-bottom-center h2 {
    display: none;
  }
  .Home .uk-position-bottom-center .uk-button-default {
    margin: 5px;
    padding: 0 20px;
  }
  .h-banner ul {
    height: 220px;
  }
  .h-banner ul img {
    height: 220px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .h-banner .uk-position-bottom-center {
    width: 100%;
    padding: 15px;
  }
  .h-banner .uk-position-bottom-center h1 {
    font-size: 1.2rem;
    line-height: 1.4rem;
    margin-bottom: 10px;
  }
  .h-banner .uk-position-bottom-center h2 {
    display: none;
  }
  .h-banner .uk-position-bottom-center .uk-button-default {
    padding: 0 15px;
    margin-top: 5px;
  }
  .h-tile .uk-card img {
    height: 220px;
  }
  .h-tile .uk-card .uk-position-cover .uk-position-bottom-center {
    width: 90%;
  }
  .h-tile .uk-card .uk-position-cover .uk-position-bottom-center h2 {
    font-size: 1.2rem;
    line-height: 1.4rem;
    margin-bottom: 10px;
  }
  .h-tile .uk-card .uk-position-cover .uk-position-bottom-center h3 {
    display: none;
  }
  .h-tile .uk-card .uk-position-cover .uk-position-bottom-center .uk-button-default {
    padding: 0 15px;
  }
  .h-feat .uk-container p {
    width: 100%;
  }
  .uk-section, .uk-section-small {
    padding: 20px 0;
  }
  /*headers*/
  .uk-container {
    padding-left: 10px;
    padding-right: 10px;
  }
  /*Product list*/
  .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
    margin: 0 5px;
  }
  .uk-offcanvas-bar {
    width: 90%;
    padding: 15px;
  }
  .uk-offcanvas-bar .uk-table td {
    display: table-cell;
  }
  .uk-offcanvas-bar .uk-table td ul {
    margin-left: 0 !important;
  }
  .uk-offcanvas-bar .uk-accordion-title {
    font-size: 1rem;
  }
  .uk-offcanvas-bar .uk-list label {
    font-size: 0.875rem;
  }
  .uk-table td {
    display: block;
  }
  .uk-table td ul {
    margin-left: 0 !important;
  }
  iframe {
    width: 100%;
  }
  .uk-margin-auto-vertical .uk-padding-small, .uk-margin-auto-vertical .uk-padding-large {
    padding: 0;
  }
  .Checkout.uk-grid-small {
    margin-left: 0;
  }
  .Checkout.uk-grid-small .uk-padding-large {
    padding: 30px 10px;
  }
  .product-out-of-stock span {
    position: relative;
  }
  .ModalImage {
    width: 100%;
  }
  #modal-full .uk-modal-body {
    padding: 0;
  }
  .uk-navbar-nav > li > a, .uk-iconnav > * > a {
    margin: 15px 0 0 0;
  }
  a.uk-navbar-toggle.uk-icon.uk-navbar-toggle-icon {
    margin: 15px 0 0 0;
  }
  button.open-notify-stock {
    line-height: 1.3rem;
  }
  .product-carousel {
    padding: 30px 0 0 0;
    margin-top: 40px;
    margin-bottom: 10px;
  }
  .NewsletterColour .uk-flex-inline {
    display: block;
  }
  .uk-card-small .uk-card-body .uk-badge {
    font-size: 0.7rem;
    line-height: 0.7rem;
  }
  .news-events-tile .uk-card-body {
    padding: 15px;
  }
  .uk-card-small .uk-card-body .p-info h3 {
    font-size: 0.95rem;
    line-height: 1.15rem;
  }
  .uk-card-small .uk-card-body .p-info .p-price {
    font-size: 0.875rem;
  }
  .uk-card-small .uk-card-body .p-info .p-brand {
    font-size: 0.8rem;
  }
  .uk-card-small .uk-card-body .p-info .p-name {
    font-size: 0.875rem;
  }
  .Contact.uk-grid > * {
    margin: 20px 0;
  }
  .header-image img {
    height: 300px;
  }
  .social-share {
    padding: 0;
  }
  .uk-card-small .uk-card-body .add-to-wl {
    margin-top: -5px;
  }
  .uk-card-small .uk-card-body .add-to-wl svg {
    width: 16px;
    height: 16px;
  }
  .h-cms .uk-slider-items .uk-width-1-4\@s {
    width: 50%;
  }
  .h-tile {
    display: block;
  }
  .h-tile .uk-card {
    margin-bottom: 10px;
  }
  .h-tile .uk-card .uk-overlay-primary .uk-position-bottom-center h2 {
    font-size: 1.4rem;
    line-height: 1.4rem;
    margin-bottom: 15px;
  }
}
/* -----------------------------
Switch */
.vat-switcher {
  margin: 25px 0 0 0;
}

.vat-label {
  font-weight: 500;
  font-size: 0.8rem;
  vertical-align: text-bottom;
}

.uk-switch {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 40px;
  top: 3px;
}

/* Hide default HTML checkbox */
.uk-switch input {
  display: none;
}

/* Slider */
.uk-switch-slider {
  background-color: rgba(0, 0, 0, 0.22);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 500px;
  bottom: 0;
  cursor: pointer;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.07);
          box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.07);
}

/* Switch pointer */
.uk-switch-slider:before {
  content: "";
  background-color: #fff;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 2px;
  border-radius: 50%;
  -webkit-transition-property: -webkit-transform, -webkit-box-shadow;
  transition-property: -webkit-transform, -webkit-box-shadow;
  transition-property: transform, box-shadow;
  transition-property: transform, box-shadow, -webkit-transform, -webkit-box-shadow;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

/* Slider active color */
input:checked + .uk-switch-slider {
  background-color: #222222 !important;
}

/* Pointer active animation */
input:checked + .uk-switch-slider:before {
  -webkit-transform: translateX(18px);
          transform: translateX(18px);
}

/* Modifiers */
.uk-switch-slider.uk-switch-on-off {
  background-color: #f0506e;
}

input:checked + .uk-switch-slider.uk-switch-on-off {
  background-color: #222222 !important;
}

/* Style Modifier */
.uk-switch-slider.uk-switch-big:before {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.22);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.22);
}

.uk-switch-slider.uk-switch-small:before {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.22);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.22);
}

input:checked + .uk-switch-slider.uk-switch-big:before {
  -webkit-transform: translateX(26px) scale(1.2);
          transform: translateX(26px) scale(1.2);
}

/* Inverse Modifier - affects only default */
.uk-light .uk-switch-slider:not(.uk-switch-on-off) {
  background-color: rgba(255, 255, 255, 0.22);
}

/*theme to merge if design approved*/
/*typography and heading made bigger and chunkier*/
.h-banner .uk-position-bottom-center h1 {
  color: #fff;
  /*the bigger the screen width the bigger the font size*/
  font-size: calc(1.4rem + 1vw);
  /*use percentage height because the text size isnt fixed*/
  line-height: 132%;
}

.h-tile .uk-card .uk-position-cover .uk-position-bottom-center h2 {
  color: #fff;
  font-size: calc(1.4rem + 0.25vw);
  line-height: 132%;
}

/*font-size a little bigger in general*/
h4, h5, h6, html, p {
  font-size: 1rem;
  line-height: 132%;
}

/*hero section buttons*/
.h-tile .uk-card .uk-position-cover .uk-position-bottom-center .uk-button-default {
  font-weight: bold;
  background-color: #2772b7;
  border: 2px solid #fff;
  color: #fff;
  padding: 5px 13px;
  border-radius: 4px;
  text-shadow: 0 0 0px #000;
  font-size: 1.25rem;
}

.h-banner .uk-position-bottom-center .uk-button-default {
  font-weight: bold;
  background-color: #678f8b;
  border: 2px solid #fff;
  color: #fff;
  padding: 5px 13px;
  border-radius: 4px;
  text-shadow: 0 0 0px #000;
  font-size: 1.25rem;
}

/*hero banner section*/
.h-banner {
  /*white space between iconbar and slider*/
  margin-top: 15px;
}

.h-tile .uk-card .uk-position-cover .uk-position-bottom-center {
  text-align: left;
  width: 98%;
}

.uk-slideshow-items {
  /*tweaks the height to look better on mobiles works with changes on home template page, image in banner set to hidden and image rrl set as background image as list background images set to cover and center*/
  height: 70vh;
  min-height: 400px !important;
  max-height: 500px;
}

/*featured products*/
.h-feat {
  margin: 40px auto 0 auto;
  background: #678f8b;
  padding: 25px 15px;
  border-radius: 9px;
  color: #ffffff !important;
}

.h-feat .uk-card-body {
  background: #ffffff;
  padding: 9px;
  border-radius: 5px;
}

.h-feat h2 {
  color: #ffffff;
}

/*button*/
.uk-button-default {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

/*accordians made chunkier*/
.uk-accordion-title, .uk-accordion-title:hover {
  padding: 15px !important;
  padding-bottom: 10px !important;
  background: #f3f4f6 !important;
  font-family: "Open Sans", sans-serif !important;
  line-height: 110% !important;
}

.uk-accordion-title::before {
  content: "";
  width: 1.6em;
  height: 1.6em;
  margin-top: -9px;
}

.uk-accordion-content {
  padding: 15px;
  background: #f3f4f6 !important;
}

/*footer*/
footer .uk-nav-header {
  font-family: "Open Sans", san-serif;
  font-size: 1.2rem;
  line-height: 110%;
}

/*navfixes*/
.uk-navbar-dropdow {
  padding: 15px 10px;
}

/*navigation link styling put here so you can remove quick if you want*/
.uk-navbar-dropdown-nav li a {
  color: #010121 !important;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  font-size: 15px !important;
  text-align: center !important;
}

.uk-navbar-dropdown-nav li > ul li a {
  text-align: left !important;
}

.uk-navbar-dropdown-nav li a:hover {
  color: #678f8b !important;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.uk-drop.uk-open {
  /*set minimum and max width so dropbar always spans 100% of the width*/
  min-width: 100vw !important;
  max-width: 100vw !important;
  /*abit of vertical padding*/
  padding-top: 15px;
  padding-bottom: 15px;
}

/*search on mobile*/
@media (max-width: 958px) {
  .uk-navbar-container:not(.uk-navbar-transparent) .main-nav .uk-search-default {
    /*set width to 100% of viewport width minus the margin left we will add*/
    width: calc(100% - 30px) !important;
    margin-top: 0;
    margin-left: 15px;
    margin-bottom: 10px;
  }
}
@media (min-width: 960px) {
  .uk-navbar-nav {
    gap: 20px !important;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1220px) {
  /*nav fixes for the smaller desktop including search on some widdths we will have to reduce fontsize so nav links dont break onto three lines*/
  .uk-navbar-container:not(.uk-navbar-transparent) .main-nav .uk-navbar-nav > li > a {
    font-size: 1rem !important;
    line-height: 117% !important;
  }
  .uk-navbar-container:not(.uk-navbar-transparent) .main-nav .uk-navbar-nav li a {
    font-size: 15px !important;
  }
  /*sort the drop position to be consistant*/
  .uk-drop {
    top: 210px !important;
  }
  /*reduce search width to stop icons from dropping*/
  .uk-navbar-container:not(.uk-navbar-transparent) .uk-search-default {
    max-width: 356px;
  }
}
@media only screen and (min-width: 1035px) {
  .uk-drop {
    top: 200px !important;
  }
}
@media only screen and (min-width: 1221px) {
  .uk-drop {
    top: 200px !important;
  }
  .uk-navbar-container:not(.uk-navbar-transparent) .main-nav .uk-navbar-nav li a {
    line-height: 110% !important;
  }
  .uk-navbar-container:not(.uk-navbar-transparent) .uk-search-default {
    max-width: 450px;
  }
}
@media only screen and (min-width: 1400px) {
  .uk-navbar-container:not(.uk-navbar-transparent) .main-nav .uk-navbar-nav li > a {
    font-size: 1rem;
    line-height: 110%;
  }
  .uk-drop {
    top: 190px !important;
  }
  .uk-navbar-container:not(.uk-navbar-transparent) .main-nav .uk-search-default {
    max-width: 450px !important;
  }
  .uk-navbar-dropdown-nav li a {
    font-weight: 400 !important;
    font-size: 15px !important;
    text-align: left !important;
  }
}
@media only screen and (min-width: 1810px) {
  .uk-drop {
    top: 190px !important;
  }
}
.uk-navbar-dropdown-nav li a {
  font-weight: 400 !important;
  font-size: 15px !important;
  text-align: left !important;
}

a.HeroBlock h3 {
  color: #010121;
  font-family: "Open Sans", sans-serif;
}

.h-feat h2 {
  margin-bottom: 1rem;
}

/*now some transitions*/
div.main-nav > ul.uk-navbar-nav > li > a:hover {
  opacity: 0.9;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

div.main-nav > ul.uk-navbar-nav > li > a {
  position: relative;
}

div.main-nav > ul.uk-navbar-nav > li > a::after {
  content: "";
  width: 0%;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  height: 4px;
  bottom: -10px;
  background: #222222;
  position: absolute;
}

div.main-nav > ul.uk-navbar-nav > li > a:hover::after {
  content: "";
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 100%;
  height: 4px;
  bottom: -10px;
  background: #222222;
  position: absolute;
}

div.main-nav > ul.uk-navbar-nav > li.uk-active > a::after {
  content: "";
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 100%;
  height: 4px;
  bottom: -10px;
  background: #222222;
  position: absolute;
}

/*fishing spares customisations*/
/*nav and logo*/
.uk-navbar-container:not(.uk-navbar-transparent) .main-nav {
  background: #678f8b;
  min-width: 100vw;
}

.uk-logo :where(img, svg, video) {
  /*set logo width*/
  width: 104px;
  padding: 3px;
}

/*no images in nav drop*/
.main-nav .uk-navbar-nav img {
  display: none !important;
}

.uk-nav > li .level-three-nav li a {
  text-align: left !important;
  margin-bottom: 6px !important;
  line-height: 132%;
}

.LogoNav {
  min-width: 100vw;
}

@media (max-width: 1599px) {
  .LogoNav {
    height: 126px;
  }
}
/*footer*/
footer a {
  color: #ffffff !important;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}

footer a:hover {
  color: #222222 !important;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}

/*interface*/
::-moz-selection {
  background: #222222;
}
::selection {
  background: #222222;
}

/*offcanvas*/
.uk-offcanvas-bar {
  background-color: #ffffff;
}

.uk-navbar-container:not(.uk-navbar-transparent) .main-nav .uk-navbar-nav li > a {
  text-align: center;
  font-size: 15px !important;
}

.SidebarNav select {
  padding: 5px;
  width: 100%;
  font-size: 1rem;
}

/*three level mobile nav styles*/
#offcanvas-nav-primary .uk-offcanvas-bar .uk-parent > a {
  display: block;
  border-bottom: solid 1px #cccccc;
}

#offcanvas-nav-primary .uk-offcanvas-bar ul.uk-nav-sub {
  padding: 5px 0 5px 0px !important;
}

#offcanvas-nav-primary .uk-offcanvas-bar .uk-parent > a:after {
  content: "❯";
  float: right;
  font-size: 0.9em;
  line-height: 1;
  margin-left: 6px;
  -webkit-transition: content 0.3s ease, -webkit-transform 0.3s ease;
  transition: content 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, content 0.3s ease;
  transition: transform 0.3s ease, content 0.3s ease, -webkit-transform 0.3s ease;
  background-image: none !important;
  line-height: 153%;
}

/*sidebar nav*/
aside.SidebarNav ul {
  padding-left: 15px;
}

aside.SidebarNav ul li {
  font-size: 14px !important;
  line-height: 110% !important;
  margin-bottom: 10px !important;
  margin-top: 2px !important;
}

aside.SidebarNav ul li ul li {
  font-size: 14px !important;
  line-height: 105% !important;
  margin-bottom: 5px !important;
  margin-top: 2px !important;
}

aside.SidebarNav ul li.level1::before {
  position: absolute;
  display: block;
  content: "+";
  margin-right: 5px;
  left: -15px;
}

aside.SidebarNav ul li.level2::before {
  position: absolute;
  display: block;
  content: "-";
  margin-right: 5px;
  left: -15px;
}

aside.SidebarNav ul li.level3::before {
  position: absolute;
  display: block;
  content: "-";
  margin-right: 5px;
  left: -15px;
}

aside.SidebarNav ul li.level1 {
  list-style: none;
  position: relative;
}

aside.SidebarNav ul li.level2 {
  list-style: none;
  position: relative;
  margin-left: 15px;
}

aside.SidebarNav ul li.level3 {
  list-style: none;
  position: relative;
  margin-left: 30px;
}

aside.SidebarNav ul li {
  margin-bottom: 5px;
}

.uk-nav > li .level-three-nav li::before {
  content: "-";
  margin-left: 0;
  position: absolute;
}

.uk-nav > li .level-three-nav li {
  margin-left: 15px;
}

.uk-nav > li .level-three-nav li a {
  position: relative;
  margin: 0 !important;
  color: #555555 !important;
  margin-left: 1rem !important;
  font-size: 1rem !important;
  margin-bottom: 7px !important;
}

.uk-nav ul.level-three-nav {
  margin-top: 5px !important;
  margin-bottom: 15px;
}

.BrandBlock {
  text-align: center;
  padding: 2rem;
  border: solid 0px #dedede;
}

.BrandBlock h3 {
  font-size: 1.25rem;
  color: #678f8b;
  font-size: 1rem;
  padding-top: 6px;
  background: #ffffff;
  padding: 10px;
  line-height: 130%;
}

.BrandBlock picture {
  display: block;
}

.BrandBlock img {
  opacity: 1;
  max-width: 95%;
  padding: 5px;
}

/*product page listing width correction*/
#product-container > section {
  width: 100% !important;
}

/*filter on mobile*/
@media (max-width: 958px) {
  .filter {
    padding-right: 10px;
    margin-right: auto !important;
    float: right;
    width: 100%;
    padding: 5px;
    border: solid 1px;
    text-align: center;
    background: #f5f5f5;
  }
}
@media (max-width: 639px) {
  .h-feat::before {
    margin-left: -25px !important;
  }
}
h1.uk-article-title, .uk-article-title {
  text-align: left;
  font-size: 1.5rem;
  border-bottom: solid 1px #eae7e7;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
}

/*last marcus feedback  requested smaller images so try this*/
.slick-slide img {
  margin: 0 auto;
  display: block;
  max-height: 450px;
  height: 100%;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  width: auto;
}

.product-klarna {
  border: 0px solid #e5e5e5;
}

.qty-ctrl .uk-input {
  border-top: solid 1px #e5e5e5 !important;
  border-left: solid 1px #e5e5e5 !important;
  border-bottom: solid 1px #e5e5e5 !important;
}