/*Colours - start*/
main, body, .uk-section-muted {
  background-color: #ffffff;
}

.uk-container {
  max-width: none;
}

html, p, h4, h5, h6 {
  font-size: 0.9rem;
  line-height: 1.4rem;
  color: #151a20;
  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: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

a {
  color: #ec1b30;
}
a:hover {
  color: #c41022;
}

a.uk-link-heading {
  color: #151a20;
}
a.uk-link-heading:hover {
  color: #c41022;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h1 {
  color: #151a20;
}

h2, h3 {
  color: #ec1b30;
}

h1.uk-article-title, .uk-article-title h1, h1 {
  font-size: 2rem;
  line-height: 2.2rem;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}

h1.uk-article-title, .uk-article-title {
  text-align: left;
}

h2.uk-article-title, .uk-article-title h2, h2 {
  font-size: 1.8rem;
  line-height: 2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}

h2.uk-article-title, .uk-article-title h2 {
  text-align: left;
}

h3.uk-article-title, .uk-article-title h3, h3 {
  font-size: 1.8rem;
  line-height: 2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}

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: #151a20;
  font-family: "Poppins", sans-serif;
  margin: 10px auto !important;
  font-weight: 400;
  text-transform: none;
}

.uk-article-sub-title {
  line-height: 1.5rem;
  font-size: 1.05rem;
  color: #151a20;
  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%, #ec1b30));
  background: linear-gradient(0deg, #fafafa 50%, #ec1b30 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;
  color: #151a20;
}
.social-share a {
  padding: 0 20px 0 0;
  color: #151a20;
}

.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: #151a20;
  text-transform: uppercase;
  margin: 7px 0;
  font-weight: normal;
  text-align: left;
  background: none;
  padding: 0;
}

#product-brand {
  color: #ec1b30;
  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-weight: bold;
}

.uk-table td, .uk-table th {
  padding: 10px 6px;
  vertical-align: middle;
}

.uk-width-small {
  width: 100px;
}

.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 #151a20;
  border-radius: 4px;
  background-color: transparent;
}
.p-col-button.active {
  background-color: #ffffff;
  border: 2px solid #ec1b30;
  background-image: none;
}

.p-opt-button {
  position: relative;
  margin: 0 10px 10px 0;
}
.p-opt-button label {
  display: block;
  position: relative;
  cursor: pointer;
  font-weight: 400;
  padding: 12px 14px;
  pointer-events: none;
  font-size: 1rem;
  line-height: 1rem;
  text-transform: uppercase;
}
.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: transparent;
}
.p-opt-button input[type=radio]:checked {
  background-color: transparent;
  border: 2px solid #ec1b30;
  background-image: none;
}
.p-opt-button.disabled input[type=radio] {
  background-image: url("https://sd-cdn.azureedge.net/shared/Ecommerce/sold_out.svg");
  display: inline-block;
  background-size: 30px;
  background-color: transparent;
  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.svg");
  background-size: 18px;
  margin: 0;
  background-color: transparent;
  color: #151a20;
}
.p-opt-button-disabled label {
  display: block;
  position: relative;
  text-align: center;
  opacity: 0.5;
  padding: 8px 14px;
  cursor: not-allowed;
  color: #151a20;
}

.c-opt-button {
  position: relative;
  margin: 0 10px 10px 0;
  border: 2px solid #151a20;
  border-radius: 4px;
  text-decoration: none !important;
  background-color: transparent;
  color: #151a20;
}
.c-opt-button :hover {
  color: #2c2c2c;
  text-decoration: none !important;
}
.c-opt-button.active {
  background-color: transparent;
  border: 2px solid #ec1b30;
}
.c-opt-button label {
  display: block;
  cursor: pointer;
  padding: 8px 14px;
  text-decoration: none;
  text-transform: uppercase;
  background-color: transparent;
  color: #151a20;
}
.c-opt-button label:hover {
  color: #151a20;
  text-decoration: none;
}

.ProductPromoBlock {
  padding: 5px 10px;
  background-color: #ec1b30;
  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: #151a20;
}

.uk-overlay {
  padding: 25px;
}

.uk-form-controls {
  margin-top: 5px;
}

.uk-form-label {
  font-size: 1rem;
  color: #151a20;
}

.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: #151a20;
  width: 40%;
  padding: 30px;
  z-index: 1;
}
.uk-offcanvas-bar .uk-close, .uk-offcanvas-bar .uk-close:focus, .uk-offcanvas-bar h3 {
  color: #151a20;
}
.uk-offcanvas-bar .uk-close:hover, .uk-offcanvas-bar .uk-close:focus:hover, .uk-offcanvas-bar h3:hover {
  color: #010101;
}
.uk-offcanvas-bar .uk-accordion-title, .uk-offcanvas-bar .uk-accordion-title:hover {
  color: #151a20;
}
.uk-offcanvas-bar h3 {
  margin-bottom: 20px;
  text-align: left;
}
.uk-offcanvas-bar a {
  color: #ec1b30;
}
.uk-offcanvas-bar a:hover {
  color: #c41022;
}
.uk-offcanvas-bar .uk-tab > * > a, .uk-offcanvas-bar .uk-tab > * > a:hover {
  color: #151a20;
}
.uk-offcanvas-bar .uk-tab > .uk-active > a {
  color: #151a20;
  border-color: #151a20;
}
.uk-offcanvas-bar .uk-tab::before {
  border-color: #151a20;
}
.uk-offcanvas-bar .uk-text-muted, .uk-offcanvas-bar .uk-text-meta {
  color: #010101 !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: #010101;
  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: #ec1b30;
  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: #c41022;
  color: #ffffff;
}
.uk-offcanvas-bar .uk-button-primary:active {
  background-color: #950c1a;
  color: #ffffff;
}
.uk-offcanvas-bar .uk-button-secondary {
  background-color: #EFEFEF;
}
.uk-offcanvas-bar .uk-form-label {
  color: #151a20;
}
.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: #010101;
  border-color: #151a20;
}
.uk-offcanvas-bar .uk-icon-button {
  color: #ffffff;
  background-color: #151a20;
}
.uk-offcanvas-bar .uk-icon-button:hover, .uk-offcanvas-bar .uk-icon-button:focus {
  background-color: #010101;
  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: #151a20;
}
.uk-offcanvas-bar .uk-nav > li > a:hover {
  color: #010101;
}
.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: #c41022;
}
.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: #c41022;
}
.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: #ec1b30;
  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: #151a20;
}
.cart-badge.badge2 {
  background-color: #ec1b30;
}
.cart-badge.collection {
  background-color: #2182cf;
}

.uk-search-default {
  margin-top: -10px;
}
.uk-search-default .uk-search-input {
  background-color: #ffffff;
  border: 1px solid #ec1b30;
  color: #2c2c2c;
  padding-left: 15px;
  font-size: 0.9rem;
  border-radius: 40px;
}
.uk-search-default .uk-search-input:focus {
  background-color: #ffffff;
  color: #2c2c2c;
  border: 1px solid #151a20;
}
.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: #ffffff;
  background-color: #ec1b30;
  border-radius: 0 40px 40px 0;
}

.uk-accordion-title {
  letter-spacing: 0;
  font-weight: bold;
  color: #151a20;
  font-size: 1.1rem;
  line-height: 1.2rem;
}
.uk-accordion-title:hover, .uk-accordion-title:focus {
  color: #010101;
}
.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: #151a20 !important;
  text-transform: uppercase;
  font-size: 0.9rem;
  min-height: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 35px 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: #ffffff;
}
.uk-navbar-container:not(.uk-navbar-transparent) .uk-logo {
  margin-top: 28px;
  width: 240px;
}
.uk-navbar-container:not(.uk-navbar-transparent) .main-nav {
  padding: 5px 40px;
  background: #efefef;
  border-bottom: 2px solid #ec1b30;
}
.uk-navbar-container:not(.uk-navbar-transparent) .main-nav .uk-navbar-nav {
  gap: 20px;
  color: #151a20;
}
.uk-navbar-container:not(.uk-navbar-transparent) .main-nav .uk-navbar-nav li a {
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
}
.uk-navbar-container:not(.uk-navbar-transparent) .uk-search-default {
  width: 300px;
  margin-top: 32px;
}

.uk-navbar-container [class*=uk-align] {
  margin-bottom: 0;
}

.uk-nav > .uk-nav-header {
  font-weight: 700;
  color: #ec1b30;
}
.uk-nav > .uk-nav-header:not(:first-child) {
  margin-top: 15px;
}
.uk-nav > .uk-nav-header > a {
  padding: 5px 0 0 0;
  color: #ec1b30;
}
.uk-nav > li > a {
  padding: 0;
}
.uk-nav > li .level-three-nav {
  margin-bottom: 10px;
}
.uk-nav > li .level-three-nav li {
  margin: 0 !important;
  color: #2c2c2c;
}
.uk-nav > li .level-three-nav li a {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #2c2c2c;
  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: #fafafa;
  width: 100%;
  left: 0 !important;
}
.uk-navbar-dropdown .uk-width-3-4 {
  margin: 20px 0;
}

.uk-navbar-dropdown-nav {
  padding: 30px 0 15px 0;
}

.uk-navbar-dropdown-nav .uk-nav-header {
  color: #ec1b30;
}

.uk-navbar-dropdown-nav > li > a {
  color: #151a20;
  font-size: 0.875rem;
}

.uk-navbar-dropdown-grid > :not(.uk-first-column)::before {
  border: 0;
}

.uk-dropnav-dropbar {
  background-color: #fafafa;
}

.arrow {
  width: 35px;
  margin-left: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.arrow:hover {
  margin-left: 40px;
}

.LogoNav {
  height: 100px;
  padding: 0 20px;
}

.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;
}

.vat-control {
  margin-top: 33px;
}

.IconBar a {
  padding: 3px 15px 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: #151a20;
}

.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: #2c2c2c;
  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: 40px;
  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: #010101;
}

.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 .uk-position-cover {
  background: linear-gradient(150deg, rgba(36, 35, 49, 0.8) 0%, rgba(36, 35, 49, 0.6) 20%, rgba(36, 35, 49, 0) 60%);
}
.h-banner .uk-position-center-left {
  padding: 50px 0;
  text-align: left;
  width: 50%;
}
.h-banner .uk-position-center-left h1 {
  color: #fff;
  font-size: 2.6rem;
  line-height: 100%;
  font-weight: 600;
}
.h-banner .uk-position-center-left h2 {
  margin: 5px 0 15px 0;
  font-size: 1.24rem;
  line-height: 120%;
  font-weight: 400;
  text-transform: none;
  color: #fff;
}
.h-banner .uk-position-center-left .uk-button-default {
  font-weight: normal;
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #fff;
  padding: 0 40px;
  line-height: 38px;
  margin: 5px;
  font-weight: bold;
}
.h-banner .uk-position-center-left .uk-button-default:hover {
  background-color: #151a20;
}

.page-banner {
  aspect-ratio: 5/1;
}
.page-banner img {
  aspect-ratio: 5/1;
}
.page-banner ul {
  height: 100%;
}
.page-banner .uk-position-center {
  text-align: left;
  width: 40%;
  left: 0;
  --uk-position-translate-x: 0;
}
.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;
  text-align: left;
}
.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;
  text-align: left;
}
.page-banner .uk-position-center .uk-breadcrumb > * > * {
  color: #ffffff;
  text-transform: uppercase;
}

.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: 18px;
  background-color: #fff;
}
.h-tile .uk-card .uk-position-cover {
  background: linear-gradient(150deg, rgba(36, 35, 49, 0.8) 0%, rgba(36, 35, 49, 0.6) 20%, rgba(36, 35, 49, 0) 60%);
  border-radius: 18px;
  -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-top-left {
  padding: 20px;
  text-align: left;
  width: 80%;
}
.h-tile .uk-card .uk-position-cover .uk-position-top-left h2 {
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 600;
  margin: 0 0 10px 0;
}
.h-tile .uk-card .uk-position-cover .uk-position-top-left h3 {
  font-size: 1rem !important;
  margin: 10px 0;
  line-height: 1.4rem !important;
  font-weight: normal;
  text-transform: none;
  font-weight: 600;
  color: #ffffff;
}
.h-tile .uk-card .uk-position-cover .uk-position-top-left .uk-button-default {
  font-weight: bold;
  background-color: #151a20;
  border: 3px solid #151a20;
  color: #fff;
}
.h-tile .uk-card .uk-position-cover .uk-position-top-left .uk-button-default:hover {
  background-color: #010101;
}
.h-tile .uk-card:nth-child(1) {
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  max-height: 615px;
}

.h-feat {
  margin: 40px auto 0 auto;
}
.h-feat p {
  line-height: 1.4rem;
  font-size: 0.9rem;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  margin: 10px auto;
  font-weight: 400;
}
.h-feat h2 {
  margin-bottom: 15px;
}

.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 #ec1b30;
  color: #fff;
  padding: 0 40px;
  border-radius: 40px;
  text-shadow: 0 0 6px #000;
}
.h-cms .uk-slider-items .uk-position-bottom-left .uk-button-default:hover {
  background-color: #151a20;
}
.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 h2.uk-text-center {
  text-align: left !important;
}
.h-cms .cms-content-item h2.uk-margin-medium-bottom {
  margin-bottom: 20px !important;
}
.h-cms .cms-content-item img {
  background: linear-gradient(50deg, rgba(17, 17, 17, 0.8) 0%, rgba(17, 17, 17, 0.6) 20%, rgba(17, 17, 17, 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-cms .uk-container {
  max-width: none;
}

.ss-tile .uk-panel {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
}
.ss-tile .uk-panel img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 10px;
}
.ss-tile .uk-panel .uk-position-bottom-center {
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(36, 35, 49, 0.9)), color-stop(20%, rgba(36, 35, 49, 0.7)), to(rgba(36, 35, 49, 0)));
  background: linear-gradient(0deg, rgba(36, 35, 49, 0.9) 0%, rgba(36, 35, 49, 0.7) 20%, rgba(36, 35, 49, 0) 100%);
  margin: 0 !important;
  padding: 30px 15px 15px 15px;
  border-radius: 0 0 10px 10px;
}
.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: 0;
  line-height: 1.4rem !important;
  font-weight: normal;
  text-transform: none;
  text-shadow: 0 0 6px #000;
  color: #fff;
  opacity: 0;
  height: 0;
}
.ss-tile .uk-panel .uk-position-bottom-center .uk-button-default {
  font-weight: bold;
  background-color: transparent;
  border: 3px solid #ec1b30;
  color: #fff;
  padding: 0 20px;
  border-radius: 40px;
  text-shadow: 0 0 6px #000;
  margin: 5px;
}
.ss-tile .uk-panel .uk-position-bottom-center .uk-button-default:hover {
  background-color: #151a20;
}
.ss-tile .uk-panel :hover p {
  opacity: 1;
  height: auto;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 5px 0 15px 0;
}

.uk-breadcrumb {
  margin: 0 0 10px 0;
}

.uk-breadcrumb > * > * {
  color: #151a20;
  text-transform: uppercase;
}

.uk-pagination > * > * {
  height: 40px;
  width: 40px;
  background-color: #efefef;
  color: #c41022;
  border-radius: 4px;
}

.uk-pagination .uk-button {
  border-radius: 4px;
  height: 40px;
  width: 40px;
  margin: 5px;
  padding: 0;
  background-color: #efefef;
  color: #c41022;
  font-weight: bold;
}
.uk-pagination .uk-active {
  background-color: #ec1b30;
  color: #fff;
  font-weight: bold;
}
.uk-pagination .uk-icon-button {
  margin: 5px;
}

.uk-dotnav > * {
  padding: 9px 18px;
}

.uk-dotnav > * > * {
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.uk-dotnav > .uk-active > * {
  background-color: rgba(255, 255, 255, 0.6);
  border-color: transparent;
}

.uk-icon-button {
  border-radius: 4px;
}

.uk-input {
  height: 40px;
  margin-top: 0 !important;
}

.qty-dec {
  padding: 0 15px;
  background-color: transparent;
}

.qty-inc {
  padding: 0 15px;
  background-color: transparent;
}

.p-qty, .cart-qty {
  width: 55px;
  margin: 0 -6px;
  padding: 0 0 0 22px;
  border-radius: 0;
  background-color: transparent;
  color: #151a20;
  border: none !important;
}

input.uk-input.cart-qty {
  background-color: transparent;
}

.wl-item img {
  background-color: #ffffff;
}

/*Theme colours*/
.uk-button-primary {
  background-color: #ec1b30;
  text-align: center;
  border-radius: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.uk-button-primary:hover, .uk-button-primary:focus {
  background-color: #c41022;
}
.uk-button-primary.uk-active, .uk-button-primary:active {
  background-color: #950c1a;
}

.uk-button-secondary {
  background-color: #ec1b30;
  text-align: center;
  border-radius: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.uk-button-secondary:hover, .uk-button-secondary:focus {
  background-color: #c41022;
}
.uk-button-secondary.uk-active, .uk-button-secondary:active {
  background-color: #950c1a;
}

.uk-button-default {
  border-radius: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  background-color: transparent;
  border: 1px solid #e5e5e5;
  color: #151a20;
  line-height: 38px;
}

.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 #ec1b30;
  background-color: #ec1b30;
  text-align: center;
  margin-left: 0;
  border-radius: 10px;
  color: #ffffff;
}
.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;
  color: #ffffff;
}
.Contact .uk-list {
  margin: 30px 10px 0 10px;
}
.Contact .uk-list a {
  color: #ffffff;
}
.Contact #map {
  height: 450px;
  background-color: grey;
  border-radius: 0 10px 10px 0;
}
.Contact .uk-nav-header {
  color: #151a20;
  font-weight: 700;
}

/*Product list*/
.uk-subnav-pill > .uk-active > a {
  background-color: #151a20;
}

.filter-and-sort {
  margin: 0 0 10px 0;
}
.filter-and-sort ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.filter-and-sort ul li {
  list-style-type: none;
  font-size: 0.9rem;
}
.filter-and-sort ul li select {
  font-size: 0.9rem;
  border: none;
  background-color: transparent;
  color: #151a20;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  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 select option {
  color: #111;
}
.filter-and-sort ul li div {
  float: right;
}
.filter-and-sort ul li:first-child {
  color: #151a20;
}
.filter-and-sort ul li .uk-first-column {
  padding-left: 0;
}

.sort {
  margin-right: 15px;
  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;
  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 {
  border: 1px solid #c0bfbe;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  cursor: pointer;
  width: 100%;
  padding: 6px;
  margin-bottom: 10px;
}

.uk-badge {
  padding: 10px 12px 12px 12px;
  background-color: #ec1b30;
  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: #ec1b30;
  color: #151a20;
  border-radius: 30px;
  margin: 10px 10px 0 0;
  font-size: 0.9rem;
}
.tag-badge:hover {
  background-color: #c41022;
  color: #fff;
  text-decoration: none;
}

.uk-checkbox:focus, .uk-radio:focus {
  border-color: #151a20;
}

.uk-checkbox:checked, .uk-checkbox:indeterminate, .uk-radio:checked, .uk-checkbox:checked:focus, .uk-checkbox:indeterminate:focus, .uk-radio:checked:focus {
  background-color: #ec1b30;
}

.uk-dropdown-nav > li.uk-active > a {
  color: #151a20;
}

#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: #ec1b30;
}

.irs--round .irs-from:before, .irs--round .irs-to:before {
  border-top-color: #ec1b30;
}

.irs--round .irs-handle {
  border: 3px solid #ec1b30;
}

.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 #950c1a;
}

.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: 90px !important;
}

.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(255, 255, 255, 0.6) !important;
  -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;
}

/*.uk-dotnav>*>* {
    border: 1px solid rgba(255,255,255,.0.6) !important;
}
.slick-dots li.slick-active button:before, .uk-dotnav>.uk-active>* {
    background-color: rgba(255,255,255,.8) !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;
}

a.HeroBlock {
  min-height: 100px;
  width: 100%;
  background-color: #ec1b30;
  border-radius: 10px;
}
a.HeroBlock img {
  -o-object-fit: cover;
     object-fit: cover;
  padding: 0 0 40px 0;
  aspect-ratio: 1/1;
  background-color: #ffffff;
  padding: 0 !important;
}
a.HeroBlock .uk-position-bottom-center {
  padding: 10px;
  background-color: #ec1b30;
  width: 100%;
  border-radius: 0 0 10px 10px;
}
a.HeroBlock .uk-position-bottom-center h3 {
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1.2em;
}
a.HeroBlock .uk-position-bottom-center p {
  text-align: center;
  color: #ffffff;
  margin: 0;
}
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(236, 27, 48, 0.9);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
}
a.HeroBlock .uk-overlay-primary:hover .uk-overlay-primary {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.HeroBlock .uk-overlay-primary:hover h3 {
  color: #ffffff;
}
a.HeroBlock .no-image {
  background-color: #ec1b30;
  border-radius: 10px;
}
a.HeroBlock .no-image h3 {
  color: #ffffff;
}
a.HeroBlock .no-image:hover {
  background-color: #c41022;
}

.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: #ec1b30;
  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: #ec1b30;
  font-weight: 500;
  padding: 10px 20px;
  border: 1px solid #ec1b30;
}
.gift-price li a:hover {
  text-decoration: none;
}
.gift-price li.active a {
  color: #151a20;
  font-weight: 500;
  border: 2px solid #151a20;
}

.stripe-payments button {
  background: #151a20;
  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: #010101;
}
.stripe-payments button:focus, .stripe-payments button:active {
  outline: 0;
  background-color: black;
}

.gift-payments button {
  background: #151a20;
  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: #151a20;
  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: #010101;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

button#gdpr-cookie-advanced {
  background: #151a20;
  color: #fff;
}

button#gdpr-cookie-advanced {
  background: #010101;
  -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: #ec1b30;
  border-width: 2px;
}

.uk-text-danger {
  color: #c3193d !important;
}

.FormColour {
  background-color: #151a20;
}
.FormColour h3, .FormColour p {
  text-align: center;
}
.FormColour p, .FormColour span {
  color: #c1c1c1;
}

footer {
  background-color: #151a20;
  color: #ffffff;
}
footer li, footer p, footer b {
  color: #ffffff;
}
footer a {
  color: #ec1b30;
}
footer a:hover, footer a:focus, footer a:active {
  color: #c41022 !important;
}
footer .uk-nav-header {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.2rem;
  text-transform: none;
}
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;
  background-color: transparent;
  padding: 6px 40px;
}
footer .uk-button-primary:hover, footer .uk-button-primary:focus, footer .uk-button-primary:active {
  background-color: #ec1b30 !important;
}

#generic-modal-content .uk-light h1 {
  margin: 30px;
  text-shadow: 2px 2px 2px #000;
}

.uk-notification-message-primary {
  color: #151a20;
}

.uk-dropdown-nav > li.uk-active > a {
  color: #151a20;
}

.uk-nav > .uk-nav-header > a {
  padding: 5px 0 0 0;
  color: #ec1b30;
}

.uk-border-circle {
  margin-top: 5px;
  border-radius: 4px;
  width: 45px;
  height: 45px;
}

.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 #ec1b30;
}

.uk-thumbnav > * > ::after {
  background: transparent;
}

.upsell-header {
  color: #151a20;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.uk-subnav-pill > .uk-active > a {
  background-color: #151a20;
}

.uk-checkbox:focus, .uk-radio:focus {
  border-color: #151a20;
}

.uk-checkbox:checked, .uk-checkbox:indeterminate, .uk-radio:checked, .uk-checkbox:checked:focus, .uk-checkbox:indeterminate:focus, .uk-radio:checked:focus {
  background-color: #ec1b30;
}

.PrimaryTheme {
  background-color: #151a20;
}

.PrimaryThemeForeground {
  color: #151a20;
  font-weight: 500;
}

.SecondaryTheme {
  background-color: #151a20;
}

.SecondaryThemeForeground {
  color: #151a20;
}

.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: #151a20;
}
.uk-card-small .uk-card-body {
  padding: 0;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
}
.uk-card-small .uk-card-body img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px 10px 0 0;
  padding: 10px;
}
.uk-card-small .uk-card-body .uk-clearfix {
  margin: 10px;
}
.uk-card-small .uk-card-body .p-info {
  padding: 10px;
  background-color: #f9f9f9;
  border-radius: 0 0 10px 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: none;
  color: #151a20;
}
.uk-card-small .uk-card-body .p-icons hr {
  margin: 0;
}
.uk-card-small .uk-card-body .product-price {
  margin-right: 0;
  font-size: 1.1rem;
  color: #ec1b30;
  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: #ec1b30;
  height: 35px;
  width: 35px;
  padding: 6px 8px;
}
.uk-card-small .uk-card-body .add-to-wl .active svg path {
  fill: #e81d39 !important;
  stroke: #e81d39 !important;
}
.uk-card-small .uk-card-body .uk-badge {
  background-color: #e81d39;
  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: #111;
}
.uk-card-small .uk-card-body .uk-badge.badge2 {
  background-color: #ec1b30;
}
.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: #ec1b30;
  margin: 5px 0;
}
.uk-card-small .uk-card-body a:hover {
  text-decoration: none;
}
.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: #e81d39 !important;
}
.wl-style:hover {
  color: #e81d39 !important;
}
.wl-style svg path {
  stroke-width: 2;
}

.wl-style .active svg path {
  fill: #e81d39 !important;
  stroke: #e81d39 !important;
}

.wl-style .primary.active svg path {
  fill: #e81d39 !important;
  stroke: #e81d39 !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(149, 12, 26, 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;
}
.Checkout #loginbtn {
  width: 100%;
}

#checkout-basket span, #checkout-basket b, #checkout-basket .uk-list li {
  color: #111;
  font-size: 0.95rem;
}

.uk-modal-dialog .uk-form-label {
  color: #111;
}

/*B2B form*/
.ShowMore {
  font-weight: 600;
}

.composite-header span {
  font-size: 0.875rem;
  font-weight: 400;
  color: #999;
  text-transform: uppercase;
}

.composite-stock {
  display: block;
  margin: 5px 0 0 0;
}
.composite-stock .in-stock, .composite-stock .low-stock, .composite-stock .out-stock {
  margin-left: 10px;
  float: left;
}
.composite-stock .in-stock img, .composite-stock .low-stock img, .composite-stock .out-stock img {
  height: 15px;
  width: 15px;
  margin-right: 3px;
}
.composite-stock .in-stock span, .composite-stock .low-stock span, .composite-stock .out-stock span {
  font-size: 0.9rem;
  line-height: 1.4rem;
  color: #151a20;
}

.composite-price-wrapper {
  margin: 10px 0;
  line-height: 1.2rem;
}
.composite-price-wrapper span {
  font-size: 1.2rem;
  line-height: 1.2rem;
  margin: 10px 0;
}
.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: #ec1b30;
  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: #e81d39 !important;
  stroke: #e81d39 !important;
}
.news-events-tile .add-to-wl .primary.active svg path {
  fill: #e81d39 !important;
  stroke: #e81d39 !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;
}

.product-details {
  margin-top: 5px;
}

.slick-slide {
  background-color: #fff;
  margin-top: 10px;
}

.slick-slide img {
  margin: 0 auto;
  display: block;
  max-height: 700px;
}

.cms-content-item .uk-width-1-4\@s {
  width: 15%;
  height: 82px;
}
.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;
  }
}
@media (max-width: 1024px) {
  .uk-nav {
    margin-top: auto !important;
    margin-bottom: auto !important;
    margin-left: 0;
  }
  a.PrimaryNav {
    border-bottom: 1px solid #ec1b30;
    font-weight: 700;
    padding: 10px 0 !important;
  }
  .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: 20px 30px 0 30px;
  }
  .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 {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    display: block;
  }
  .h-tile .uk-card:nth-child(2) {
    -ms-grid-column-span: 1;
    grid-column-end: 1;
  }
  .h-tile .uk-card {
    margin-bottom: 10px;
  }
  .h-tile .uk-card .uk-position-cover .uk-position-top-left {
    padding: 15px;
    width: 100%;
  }
  .h-tile .uk-card .uk-position-cover .uk-position-top-left h2 {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
  .h-tile .uk-card .uk-position-cover .uk-position-top-left h3 {
    font-size: 1rem !important;
    line-height: 1.2rem !important;
  }
  .h-tile .uk-card .uk-position-cover .uk-position-top-left .uk-button-default {
    padding: 10px 25px;
    line-height: 1rem;
  }
  .cms-content-item .uk-width-1-4\@s {
    width: 20%;
    height: 82px;
  }
  .uk-navbar-nav > li > a {
    margin: 15px 0 0 0;
  }
  .filter-and-sort {
    margin: 0;
    padding-left: 0;
  }
  .filter-and-sort ul li select, .filter-and-sort ul li {
    width: 100px;
  }
  .h-banner ul {
    height: 240px;
  }
  .h-banner ul img {
    height: 240px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 958px) {
  .uk-table-responsive td, .uk-table-responsive th {
    width: 100% !important;
    float: left;
  }
  .price-container {
    margin-bottom: 10px;
  }
  .uk-article-meta {
    width: 100%;
  }
  .uk-navbar-container:not(.uk-navbar-transparent) .uk-logo {
    width: 180px;
    margin-top: 14px;
  }
  .uk-navbar-container:not(.uk-navbar-transparent) .mobile-search {
    padding: 5px 0;
    text-align: center;
  }
  .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: #ec1b30;
    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: #c41022;
  }
  .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;
  }
  .p-opt-button label {
    padding: 12px;
  }
  .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 .uk-width-expand\@s {
    padding-left: 30px;
  }
  .uk-navbar-container:not(.uk-navbar-transparent) .main-nav {
    padding: 0;
  }
  .uk-navbar-container:not(.uk-navbar-transparent) .main-nav .uk-search-default {
    width: 300px;
    margin-top: 0;
  }
  .LogoNav {
    height: 60px;
    padding: 0;
  }
  .LogoNav .uk-align-left {
    margin-right: 0;
  }
  .LogoNav .uk-margin-right {
    margin: 0;
  }
  .LogoNav .uk-margin-right a .uk-badge {
    top: 12px;
  }
  .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;
  }
}
.mobilepadding {
  padding-left: 10px;
}

@media (max-width: 640px) {
  .h-banner img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .h-banner .uk-position-cover .uk-position-bottom-center {
    width: 100%;
    padding: 15px;
  }
  .h-banner .uk-position-cover .uk-position-bottom-center h1 {
    font-size: 1.2rem;
    line-height: 1.4rem;
    margin-bottom: 10px;
  }
  .h-banner .uk-position-cover .uk-position-bottom-center h2 {
    display: none;
  }
  .h-banner .uk-position-cover .uk-position-bottom-center .uk-button-default {
    padding: 0 15px;
    margin-top: 5px;
  }
  .h-tile {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
  .h-tile .uk-card {
    height: 240px;
  }
  .h-tile .uk-card .uk-position-cover .uk-position-bottom-left {
    padding: 10px;
  }
  .h-tile .uk-card .uk-position-cover .uk-position-bottom-left h2 {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
  .h-tile .uk-card .uk-position-cover .uk-position-bottom-left h3 {
    font-size: 1rem !important;
    line-height: 1.2rem !important;
  }
  .h-tile .uk-card .uk-position-cover .uk-position-bottom-left .uk-button-default {
    padding: 10px 25px;
    line-height: 1rem;
  }
  .cms-content-item .uk-width-1-4\@s {
    width: 33%;
    height: 82px;
  }
  .h-feat .uk-container p {
    width: 100%;
  }
  a.HeroBlock .no-image {
    height: auto;
  }
  .uk-section, .uk-section-small {
    padding: 20px 0 10px 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;
  }
  .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%;
  }
  .p-info .uk-width-auto {
    display: none;
  }
}
/* -----------------------------
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: #151a20 !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: #151a20 !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:before {
  -webkit-transform: translateX(18px);
          transform: translateX(18px);
}

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);
}

/*home secondary slider*/
/*homepage specific*/
#uk-slider-65-item-0 > div > div > a, #uk-slider-65-item-1 > div > div > a, #uk-slider-65-item-2 > div > div > a, #uk-slider-65-item-3 > div > div > a {
  font-weight: bold;
  background-color: #000000;
  border: 3px solid #ec1b30;
  color: #fff;
  padding: 0 20px;
  border-radius: 40px;
  text-shadow: 0 0 6px #000;
  margin: 5px;
}

#uk-slider-65-item-0 > div {
  background: #000000;
  border-radius: 10px;
}

#uk-slider-65-item-0 > div > a > picture > img {
  opacity: 0.5;
}

#uk-slider-65-item-1 > div {
  background: #000000;
  border-radius: 10px;
}

#uk-slider-65-item-1 > div > a > picture > img {
  opacity: 0.5;
}

#uk-slider-65-item-2 > div {
  background: #000000;
  border-radius: 10px;
}

#uk-slider-65-item-2 > div > a > picture > img {
  opacity: 0.5;
}

#uk-slider-65-item-3 > div {
  background: #000000;
  border-radius: 10px;
}

#uk-slider-65-item-3 > div > a > picture > img {
  opacity: 0.5;
}

body > main > section.h-cms > div:nth-child(2) {
  background: #dcdbe0;
}

@media (max-width: 640px) {
  body > main > section.h-cms > div:nth-child(2) {
    padding: 20px 0 0 0;
  }
}
.news-events-tile .uk-card-body {
  border: 0;
}

/*navbarfixes*/
/*tighter linespacing*/
.uk-navbar-container:not(.uk-navbar-transparent) .main-nav .uk-navbar-nav li a {
  line-height: 130% !important;
}

/*stops drops from wandering everywhere keep at bottom*/
@media (min-width: 1171px) {
  .uk-drop.uk-open {
    display: block;
    top: 165px !important;
  }
}
@media (min-width: 960px) and (max-width: 1170px) {
  .uk-navbar-container:not(.uk-navbar-transparent) .main-nav {
    padding: 12px 40px;
  }
  .uk-drop.uk-open {
    display: block;
    top: 160px !important;
  }
  /*various width alts to stop icon overlapping*/
  .uk-navbar-nav {
    gap: 16px;
  }
  .LogoNav {
    height: 80px;
    padding: 0 20px;
  }
  .uk-navbar-container:not(.uk-navbar-transparent) .uk-search-default {
    width: 285px;
    margin-top: 20px;
    margin-left: 9px;
  }
  .uk-navbar-container:not(.uk-navbar-transparent) .uk-logo {
    margin-top: 28px;
    width: 200px;
  }
  .uk-navbar-nav > li > a, .uk-iconnav > * > a {
    color: #151a20 !important;
    text-transform: uppercase;
    font-size: 0.9rem;
    min-height: 30px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 15px 0 0 0;
  }
  body > header > div.uk-sticky > nav > div.LogoNav > div.uk-align-right.uk-margin-right {
    position: absolute;
    right: 35px;
  }
  body > header > div.uk-sticky > nav > div.LogoNav > div.uk-align-right.uk-margin-right > ul > li:nth-child(1) {
    width: 85px;
    font-size: 13px !important;
    line-height: 120% !important;
  }
}
/* width fixes */
.ss-tile .uk-panel .uk-position-bottom-center {
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .h-tile .uk-card .uk-position-cover .uk-position-top-left {
    width: 50%;
  }
}
@media (max-width: 958px) {
  .uk-slideshow-items .uk-position-center-left h1 {
    font-size: 1.4rem !important;
    line-height: 1.6rem !important;
  }
}
@media (max-width: 1024px) {
  .h-tile .uk-card:nth-child(1) {
    max-height: auto !important;
    overflow: hidden !important;
  }
  .h-tile .uk-card {
    margin-bottom: 10px;
    overflow: hidden !important;
  }
}
.h-banner {
  margin-bottom: 28px;
}

/*interface*/
::-moz-selection {
  background: #ec1e30 !important;
}

::selection {
  background: #ec1e30 !important;
}

footer a {
  color: #f2f2f2;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: none;
}

/* width fixes and home tweaks */
.ss-tile .uk-panel .uk-position-bottom-center {
  width: 100%;
}

@media (max-width: 958px) {
  .uk-slideshow-items .uk-position-center-left h1 {
    font-size: 1.4rem !important;
    line-height: 1.6rem !important;
  }
}
@media (max-width: 1024px) {
  .h-tile .uk-card:nth-child(1) {
    max-height: 320px !important;
    overflow: hidden !important;
  }
  .h-tile .uk-card {
    margin-bottom: 10px;
    overflow: hidden !important;
    border-radius: 15px;
  }
}
.h-banner {
  margin-bottom: 28px;
  border-bottom: solid 2px red;
}

/*fix listing description styles*/
#description-panel .content ul li {
  list-style: square;
}

#description-panel .content ul li, #description-panel .content p {
  font-size: 14px !important;
  line-height: 120% !important;
}