@import url("https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap");
/*Colours - start*/
html, p, h4, h5, h6 {
  font-size: 0.9rem;
  line-height: 1.4rem;
  color: #2c2c2c;
  font-family: "montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  scroll-behavior: smooth;
}

.uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle {
  font-family: "montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
}

a {
  color: #0d0d0d;
}
a:hover {
  color: #272727;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h1, h2, h3 {
  color: #008383;
}

h1.uk-article-title, .uk-article-title h1, h1 {
  font-size: 2rem;
  line-height: 2.2rem;
  margin-bottom: 10px;
  font-family: "PT Serif", serif !important;
  font-weight: 700;
  font-style: normal;
}

h1.uk-article-title, .uk-article-title {
  text-align: center;
}

h2.uk-article-title, .uk-article-title h2, h2 {
  font-size: 1.8rem;
  line-height: 2rem;
  font-family: "PT Serif", serif !important;
  font-weight: 400;
  font-style: italic;
}

h2.uk-article-title, .uk-article-title h2 {
  text-align: center;
}

h3.uk-article-title, .uk-article-title h3, h3 {
  font-size: 1.8rem;
  line-height: 2rem;
  font-family: "PT Serif", serif !important;
  font-style: normal;
  font-style: italic;
  font-weight: 300;
}

h3.uk-article-title, .uk-article-title h3 {
  text-align: center;
}

.cms-content-item .text-control-1-3 h2, .cms-content-item .text-control-3-1 h2 {
  text-align: left;
  color: #0d0d0d;
}

h4 {
  font-size: 1.4rem;
}

h5 {
  font-size: 1.05rem;
}

h6 {
  font-size: 1.05rem;
}

hr {
  margin: 10px 0;
}

.uk-article-meta {
  line-height: 1.4rem;
  font-size: 0.875rem;
  color: #2c2c2c;
  font-family: "montserrat", sans-serif;
  margin: 10px auto;
  width: 80%;
  text-align: center;
  font-weight: 400;
}

.uk-article-sub-title {
  line-height: 1.5rem;
  font-size: 1.05rem;
  color: #2c2c2c;
  font-family: "montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.uk-intro {
  margin-bottom: 20px;
}

.product-info .uk-align-left, .product-info .uk-align-right {
  margin-bottom: 0;
}

.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%, #008383));
  background: linear-gradient(0deg, #fafafa 50%, #008383 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 label {
  display: block;
  margin: 20px 0 5px 0;
}
.social-share a {
  padding: 0 20px 0 0;
  color: #0d0d0d;
}

#product-name {
  font-size: 1.8rem;
  line-height: 2rem;
  color: #0d0d0d;
  text-transform: capitalize;
  margin: 10px 0 7px 0;
  font-weight: normal;
  text-align: left;
}

#product-brand {
  color: #008383;
  line-height: 1.4rem;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
}

.uk-animation-kenburns {
  -webkit-animation-duration: 0s;
          animation-duration: 0s;
}

.product-price {
  font-size: 1.6rem;
  color: #0d0d0d;
  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: 1px solid #ccc;
  border-radius: 4px;
}
.p-col-button.active {
  background-color: #ffffff;
  border: 2px solid #008383;
  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: capitalize;
  font-style: normal;
}
.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;
}
.p-opt-button input[type=radio]:checked {
  background-color: #ffffff;
  border: 2px solid #008383;
  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: transparent;
  border: 1px solid #ccc;
}
.p-opt-button.disabled input[type=radio]:checked {
  border: 2px solid #c0bfbe;
}
.p-opt-button.disabled label {
  opacity: 0.5;
  cursor: not-allowed;
}

.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;
}
.p-opt-button-disabled label {
  display: block;
  position: relative;
  text-align: center;
  opacity: 0.5;
  padding: 8px 14px;
  cursor: not-allowed;
  font-style: normal;
}

.c-opt-button {
  position: relative;
  margin: 0 10px 10px 0;
  border: 1px solid #c0bfbe;
  color: #2c2c2c;
  border-radius: 4px;
  text-decoration: none !important;
}
.c-opt-button :hover {
  color: #2c2c2c;
  text-decoration: none !important;
}
.c-opt-button.active {
  background-color: transparent;
  border: 2px solid #008383;
}
.c-opt-button label {
  display: block;
  cursor: pointer;
  padding: 8px 14px;
  text-decoration: none;
  text-transform: capitalize;
  font-style: normal;
}
.c-opt-button label:hover {
  color: #2c2c2c;
  text-decoration: none;
}

.ProductPromoBlock {
  padding: 5px 10px;
  background-color: #008383;
  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: #0d0d0d;
}

.uk-overlay {
  padding: 25px;
}

.uk-overlay-primary {
  background: none;
  border-radius: 0;
}

.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;
  color: #767669;
}

.uk-text-danger {
  font-weight: bold;
}

.product-out-of-stock span {
  color: #f0506e !important;
}

.collect {
  color: #0d0d0d;
  font-weight: bold;
}
.collect img {
  height: 20px;
  width: 20px;
  margin: -5px 5px 0 0;
}

.pre-release {
  border: 2px solid #0d0d0d;
  background-color: rgba(38, 122, 178, 0.1019607843);
  padding: 6px;
}
.pre-release img {
  margin-right: 6px;
}
.pre-release p {
  margin: 0;
}

.image-oos {
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}

.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: #0d0d0d;
  width: 30%;
  padding: 30px;
  z-index: 1;
}
.uk-offcanvas-bar .uk-close, .uk-offcanvas-bar .uk-close:focus, .uk-offcanvas-bar h3 {
  color: #0d0d0d;
}
.uk-offcanvas-bar .uk-close:hover, .uk-offcanvas-bar .uk-close:focus:hover, .uk-offcanvas-bar h3:hover {
  color: #272727;
}
.uk-offcanvas-bar .uk-accordion-title, .uk-offcanvas-bar .uk-accordion-title:hover {
  color: #0d0d0d;
}
.uk-offcanvas-bar h3 {
  margin-bottom: 20px;
  text-align: left;
}
.uk-offcanvas-bar a {
  color: #272727;
}
.uk-offcanvas-bar a:hover {
  color: #404040;
}
.uk-offcanvas-bar .uk-text-muted, .uk-offcanvas-bar .uk-text-meta {
  color: #767669 !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: #272727;
  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 .uk-tab > .uk-active > a {
  color: #0d0d0d;
  border-color: #0d0d0d;
}
.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: #0d0d0d;
  color: #ffffff;
  border-color: transparent;
  width: 100%;
  text-align: center;
  background-image: none;
  font-family: "montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.uk-offcanvas-bar .uk-button-primary:hover, .uk-offcanvas-bar .uk-button-primary:focus {
  background-color: #272727;
  color: #ffffff;
}
.uk-offcanvas-bar .uk-button-primary:active {
  background-color: #404040;
  color: #ffffff;
}
.uk-offcanvas-bar .uk-button-secondary {
  background-color: #EFEFEF;
}
.uk-offcanvas-bar .uk-form-label {
  color: #0d0d0d;
}
.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: #272727;
  border-color: #0d0d0d;
}
.uk-offcanvas-bar .uk-icon-button {
  color: #ffffff;
  background-color: #0d0d0d;
}
.uk-offcanvas-bar .uk-icon-button:hover, .uk-offcanvas-bar .uk-icon-button:focus {
  background-color: #272727;
  color: #ffffff;
}
.uk-offcanvas-bar .uk-icon-button:active {
  background-color: #404040;
  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: #0d0d0d;
}
.uk-offcanvas-bar .uk-nav > li > a:hover {
  color: #272727;
}
.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: #404040;
}
.uk-offcanvas-bar .uk-nav .uk-nav-sub a:hover {
  color: #005050;
}
.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: #005050;
}
.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;
}

.uk-search-default .uk-search-input {
  background-color: #ffffff;
  border: 1px solid #0d0d0d;
  color: #0d0d0d;
  padding-left: 15px;
  font-size: 0.9rem;
  border-radius: 40px;
}
.uk-search-default .uk-search-input:focus {
  background-color: #ffffff;
  color: #0d0d0d;
  border: 1px solid #0d0d0d;
}
.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: #0d0d0d;
  border-radius: 0 40px 40px 0;
}

.uk-accordion-title {
  letter-spacing: 0;
  font-weight: bold;
  color: #0d0d0d;
  font-size: 1.1rem;
  line-height: 1.2rem;
}
.uk-accordion-title:hover, .uk-accordion-title:focus {
  color: #272727;
}
.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: #0d0d0d !important;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.05rem;
  min-height: 30px;
  font-family: "montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 28px 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;
  border-bottom: 2px solid #008383;
}
.uk-navbar-container:not(.uk-navbar-transparent) .uk-logo {
  margin-top: 10px;
  width: 150px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.uk-navbar-container:not(.uk-navbar-transparent) .main-nav {
  margin: 0 auto;
  padding: 10px;
}
.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;
}
.uk-navbar-container:not(.uk-navbar-transparent) .main-nav .uk-navbar-nav > li > a {
  color: #0d0d0d !important;
  text-transform: uppercase;
  font-weight: 700;
}
.uk-navbar-container:not(.uk-navbar-transparent) .uk-search-default {
  width: 300px;
  margin-top: 20px;
}

.uk-navbar-container [class*=uk-align] {
  margin-bottom: 0;
}

.uk-nav > .uk-nav-header {
  font-weight: 700;
  color: #008383;
}
.uk-nav > .uk-nav-header:not(:first-child) {
  margin-top: 15px;
}
.uk-nav > .uk-nav-header > a {
  padding: 5px 0 0 0;
  color: #008383;
}
.uk-nav > li > a {
  padding: 5px 0;
  color: #001d1d;
}
.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: "montserrat", 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: #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: #0d0d0d;
}

.uk-navbar-dropdown-nav > li > a {
  color: #0d0d0d;
  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;
}

.MainNav {
  background-color: #0d0d0d;
  height: 35px;
}
.MainNav .uk-navbar-nav {
  gap: 30px;
}
.MainNav .uk-navbar-nav li.uk-active {
  border-bottom: 2px solid #008383;
}
.MainNav .uk-navbar-nav li a {
  font-size: 0.8rem;
  letter-spacing: 0;
  margin: 3px 0;
  color: #ffffff !important;
  min-height: 24px;
}
.MainNav .uk-navbar-nav li hr {
  border-top: 1px solid #2c2c2c;
  width: 20%;
  margin: 10px 0 0 0;
}

.uk-navbar-dropdown-nav li a {
  color: black !important;
}

.LogoNav {
  height: 80px;
}

.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: #2c2c2c;
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 5px;
  margin-top: 20px;
  border-radius: 0;
}
.product-klarna a {
  color: #2c2c2c;
  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: #0d0d0d;
  font-size: 0.8rem;
  letter-spacing: 0.05rem;
  min-height: 30px;
  font-family: "montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  padding: 0;
}
.Logout button :hover, .Logout button :focus {
  color: #005050;
}

.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: #0d0d0d;
}

.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: #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 40px;
  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: #272727;
}

.header-image {
  margin-bottom: 10px;
}
.header-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 400px;
}

.page-banner {
  margin-bottom: 40px;
  background: -webkit-gradient(linear, right top, left top, color-stop(20%, rgba(0, 0, 0, 0)), color-stop(40%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.9)));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0.9) 100%);
}
.page-banner .uk-position-center {
  width: 50%;
}
.page-banner .uk-position-center h1 {
  color: #ffffff;
  text-align: center;
}
.page-banner .uk-position-center h2 {
  font-size: 1rem !important;
  line-height: 1.4rem !important;
  text-transform: none;
  font-weight: normal;
  color: #ffffff;
}
.page-banner .uk-position-center img {
  width: 100%;
}

.HeroBlock .uk-position-bottom-center {
  text-align: center;
  color: #b2b2b2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 300;
  width: 100%;
  background-color: rgba(7, 45, 46, 0.8705882353) !important;
  padding: 10px;
}
.HeroBlock .uk-position-bottom-center h3 {
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #ebebeb;
  font-weight: 300;
}
.HeroBlock .uk-position-bottom-center p {
  margin: 0;
  text-transform: uppercase;
  padding: 2% 5% 5% 5%;
}
.HeroBlock .uk-position-bottom-center:hover {
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.HeroBlock img {
  aspect-ratio: 1/1;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
}

.Collection .BrandBlock a {
  width: 100%;
  min-height: 150px;
  background-color: #008383;
}
.Collection .BrandBlock img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.Collection .BrandBlock .uk-overlay-primary {
  background: none;
}
.Collection .BrandBlock .uk-position-bottom-center {
  padding: 8%;
  text-align: center;
}
.Collection .BrandBlock .uk-position-bottom-center h3 {
  text-shadow: 0 0 6px #000;
  color: #ffffff;
  text-align: center;
  text-transform: none;
  font-size: 1.2rem;
  line-height: 1.4rem;
  margin: 0 0 15px 0;
}
.Collection .BrandBlock .uk-position-bottom-center h4 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  text-shadow: 0 0 6px #000;
  margin-bottom: 20px;
  color: #ffffff;
}
.Collection .BrandBlock .uk-position-bottom-center .uk-button-primary {
  font-weight: normal;
  background-color: transparent;
  border: 2px solid white;
  color: white;
  padding: 0 40px;
  border-radius: 40px;
  text-shadow: 0 0 6px #000;
  font-size: 0.8rem;
}
.Collection .BrandBlock .uk-position-bottom-center .uk-button-primary:hover {
  background-color: #0d0d0d;
}
.Collection .CollectionBlock img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  padding: 5px;
}
.Collection .CollectionBlock .uk-overlay-primary {
  background: none;
}
.Collection .CollectionBlock .uk-overlay-primary .uk-position-bottom-center {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  bottom: 22.5%;
  padding: 8%;
}
.Collection .CollectionBlock .uk-overlay-primary .uk-position-bottom-center h3, .Collection .CollectionBlock .uk-overlay-primary .uk-position-bottom-center h4, .Collection .CollectionBlock .uk-overlay-primary .uk-position-bottom-center .uk-button-primary {
  display: none;
}
.Collection .CollectionBlock .uk-overlay-primary:hover {
  background: rgba(0, 153, 153, 0.9);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.Collection .CollectionBlock .uk-overlay-primary:hover .uk-overlay-primary {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.Collection .CollectionBlock .uk-overlay-primary:hover h3 {
  display: block;
  font-weight: 400;
  font-size: 1.2rem;
}
.Collection .CollectionBlock .uk-overlay-primary:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.h-tile {
  display: -ms-grid;
  display: grid;
  padding: 15px 0;
  -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;
  height: 100%;
  width: 100%;
  background-color: #fff;
}
.h-tile .uk-card .uk-position-cover {
  -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: #008383;
  border: 3px solid #ffffff;
  color: #fff;
  padding: 0 25px;
  border-radius: 40px;
  text-shadow: 0 0 6px #000;
}
.h-tile .uk-card .uk-position-cover .uk-position-bottom-center .uk-button-default:hover {
  background-color: #005050;
}
.h-tile .uk-card:nth-child(1) {
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  max-height: 615px;
}

.h-tile-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 10px auto 10px auto;
  grid-template-columns: auto auto auto;
  grid-gap: 10px;
  padding: 15px 0;
}
.h-tile-2 .uk-card img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  background-color: #fff;
}
.h-tile-2 .uk-card .uk-position-cover {
  -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-2 .uk-card .uk-position-cover .uk-position-bottom-center {
  padding: 20px;
  text-align: center;
  width: 80%;
}
.h-tile-2 .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-2 .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-2 .uk-card .uk-position-cover .uk-position-bottom-center .uk-button-default {
  font-weight: bold;
  background-color: #008383;
  border: 3px solid #ffffff;
  color: #fff;
  padding: 0 25px;
  border-radius: 40px;
  text-shadow: 0 0 6px #000;
}
.h-tile-2 .uk-card .uk-position-cover .uk-position-bottom-center .uk-button-default:hover {
  background-color: #005050;
}

.h-feat {
  margin-top: 40px;
}
.h-feat .uk-container {
  margin-bottom: 20px;
}
.h-feat .uk-container h2 {
  text-align: center;
}
.h-feat .uk-container p {
  line-height: 1.2rem;
  font-size: 0.875rem;
  color: #2c2c2c;
  font-family: "montserrat", sans-serif;
  margin: 10px auto;
  width: 80%;
  text-align: center;
  font-weight: 400;
}

.h-cms .uk-slideshow-items .uk-position-center-left {
  left: 50%;
}
.h-cms .uk-slideshow-items .uk-position-center-left h1 {
  text-shadow: 2px 2px 2px #000;
  color: #fff;
  font-size: 2.2rem;
  line-height: 2.2rem;
  text-transform: uppercase;
}
.h-cms .uk-slideshow-items .uk-position-center-left h2 {
  font-size: 1.4rem !important;
  text-shadow: 2px 2px 2px #000;
  margin-bottom: 20px;
  line-height: 1.4rem !important;
  font-weight: normal;
  text-transform: none;
  color: #fff;
}
.h-cms .uk-slideshow-items .uk-position-center-left .uk-button-primary {
  font-weight: bold;
  background-color: #000;
  border: 2px solid #fff;
  color: #fff;
  padding: 0 40px;
  border-radius: 40px;
  text-shadow: 0 0 6px #000;
  line-height: 45px;
  margin: 0 5px;
}
.h-cms .uk-slider-items .uk-width-1-4\@s {
  width: 16.667%;
}
.h-cms .uk-slider-items .uk-panel img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 2/1;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  padding: 5px;
}
.h-cms .uk-text-center.uk-panel {
  border: none;
  display: none;
}

.uk-breadcrumb {
  margin: 0 0 10px 0;
}

.uk-breadcrumb > * > * {
  color: #0d0d0d;
  text-transform: capitalize;
}

.uk-pagination > * > * {
  height: 45px;
  width: 45px;
  color: #005050;
}

.uk-pagination .uk-button {
  border-radius: 4px;
  height: 40px;
  width: 40px;
  margin: 5px;
  padding: 0;
  background-color: #f8f8f8;
}
.uk-pagination .uk-active {
  background-color: #0d0d0d;
  color: #ffffff;
}
.uk-pagination .uk-icon-button {
  margin: 5px;
}

.uk-dotnav > * {
  padding: 9px 18px;
}

.uk-icon-button {
  border-radius: 4px;
}

.uk-input {
  height: 40px;
}

.qty-dec {
  padding: 0 15px;
  background-color: #ffffff;
  border: none;
}

.qty-inc {
  padding: 0 15px;
  background-color: #ffffff;
}

.p-qty, .cart-qty {
  width: 55px;
  margin: 0 -6px;
  padding: 0 0 0 22px;
  border: none !important;
}

/*Theme colours*/
.uk-button-primary {
  background-color: #0d0d0d;
  text-align: center;
  border-radius: 40px;
  font-family: "montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.uk-button-primary:hover, .uk-button-primary:focus {
  background-color: #272727;
}
.uk-button-primary.uk-active, .uk-button-primary:active {
  background-color: #404040;
}

.uk-button-secondary {
  border-radius: 40px;
  padding: 1px 0 0 0;
  background-color: #0d0d0d;
  font-family: "montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.uk-button-secondary:hover, .uk-button-secondary:focus {
  background-color: #272727;
}
.uk-button-secondary.uk-active, .uk-button-secondary:active {
  background-color: #404040;
}

.uk-button-default {
  border-radius: 40px;
  font-family: "montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.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 #0d0d0d;
}
.Contact #map {
  height: 450px;
  background-color: grey;
}
.Contact .uk-nav-header {
  color: #0d0d0d;
  font-weight: 700;
}

/*Product list*/
.uk-subnav-pill > .uk-active > a {
  background-color: #0d0d0d;
}

.filter {
  width: 100%;
  background-color: #fafafa;
  border-radius: 0;
  border: 1px solid gray;
  padding: 8px;
  text-transform: uppercase;
}

.filter-and-sort {
  margin: 0 0 20px 0;
}
.filter-and-sort .filter-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
}
.filter-and-sort .filter-list ul li {
  list-style-type: none;
  font-size: 0.875rem;
  width: 140px;
  margin-right: 15px;
}
.filter-and-sort .filter-list ul li select {
  font-size: 0.875rem;
  width: 140px;
  margin-right: 15px;
  margin-top: 3px;
  border: none;
  background-color: transparent;
  color: #2c2c2c;
  font-family: "montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.filter-and-sort .filter-list ul li select:focus {
  outline: 0;
}
.filter-and-sort .filter-list ul li select:hover {
  cursor: pointer;
}
.filter-and-sort .filter-list ul li:first-child {
  color: #008383;
}
.filter-and-sort .filter-list ul li .uk-first-column {
  padding-left: 0;
}
.filter-and-sort button.filter {
  font-size: 1rem;
  background-color: transparent;
  border: none;
  font-family: "montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  cursor: pointer;
}

#page-size, #sortby {
  border: none;
  font-size: 1rem;
  line-height: 1.4rem;
  color: #2c2c2c;
  background-color: #fff;
  font-family: "montserrat", sans-serif;
}

.uk-badge {
  padding: 10px 12px 12px 12px;
  background-color: #008383;
  color: #ffffff !important;
}

a .uk-badge {
  position: absolute;
  top: 0;
  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: #008383;
  color: #0d0d0d;
  border-radius: 30px;
  margin: 10px 10px 0 0;
  font-size: 0.9rem;
}
.tag-badge:hover {
  background-color: #005050;
  color: #fff;
  text-decoration: none;
}

.uk-checkbox:focus, .uk-radio:focus {
  border-color: #0d0d0d;
}

.uk-checkbox:checked, .uk-checkbox:indeterminate, .uk-radio:checked, .uk-checkbox:checked:focus, .uk-checkbox:indeterminate:focus, .uk-radio:checked:focus {
  background-color: #0d0d0d;
}

.uk-dropdown-nav > li.uk-active > a {
  color: #0d0d0d;
}

#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: #0d0d0d;
}

.irs--round .irs-from:before, .irs--round .irs-to:before {
  border-top-color: #0d0d0d;
}

.irs--round .irs-handle {
  border: 3px solid #0d0d0d;
}

.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 #001d1d;
}

.ProductSlider [class*=uk-position-top] {
  max-width: 80px;
}

.ProductSlider .prev.slick-arrow, .ProductSlider .next.slick-arrow {
  margin: 0 22px;
  cursor: pointer;
}

.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: 133%;
  position: relative;
  overflow: hidden;
}
#product-list .p-list-img: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);
}
#product-list .p-list-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.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 {
  font-weight: bold;
  color: #c3193d;
}
.PromotionsBlock .uk-width-expand {
  margin-left: -10px;
}
.PromotionsBlock ul {
  padding-left: 0;
  list-style-type: none;
}

.show-more {
  margin-top: 10px;
  color: #404040;
  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: #008383;
  font-weight: 500;
  padding: 10px 20px;
  border: 1px solid #008383;
}
.gift-price li a:hover {
  text-decoration: none;
}
.gift-price li.active a {
  color: #0d0d0d;
  font-weight: 500;
  border: 2px solid #0d0d0d;
}

.stripe-payments button {
  background: #0d0d0d;
  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: #272727;
}
.stripe-payments button:focus, .stripe-payments button:active {
  outline: 0;
  background-color: #404040;
}

.gift-payments button {
  background: #0d0d0d;
  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: "montserrat", 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: #0d0d0d;
  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: #272727;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

button#gdpr-cookie-advanced {
  background: #0d0d0d;
  color: #fff;
}

button#gdpr-cookie-advanced {
  background: #272727;
  -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: #008383;
  border-width: 2px;
}

.uk-text-danger {
  color: #c3193d !important;
}

.FormColour {
  background-color: #0d0d0d;
}
.FormColour h3, .FormColour p {
  text-align: center;
}
.FormColour p, .FormColour span {
  color: #c1c1c1;
}

.NewsletterColour {
  background-color: #ffffff;
  color: #0d0d0d;
  border-top: 2px solid #008383;
  border-bottom: 2px solid #ffffff;
  text-align: center;
  padding: 60px 10px 50px 10px;
  margin-top: 40px;
}
.NewsletterColour h3 {
  color: #0d0d0d;
}
.NewsletterColour p {
  color: #0d0d0d;
  margin: 20px 0 0 20px;
}
.NewsletterColour button {
  color: #ffffff;
  background-color: #0d0d0d;
  border: 2px solid #0d0d0d;
  padding: 5px 50px;
  height: 50px;
  border-radius: 40px;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: "montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.NewsletterColour button:hover {
  background-color: #272727;
  cursor: pointer;
  color: #ffffff;
}
.NewsletterColour button:focus {
  background-color: #404040;
  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: #0d0d0d;
  color: #ffffff;
}
footer li {
  color: #ffffff;
}
footer a {
  color: #ffffff;
}
footer a:hover, footer a:focus, footer a:active {
  color: #ffffff !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 hr {
  color: #008383;
  width: 20%;
  border-top: 2px solid;
}

#generic-modal-content .uk-light h1 {
  margin: 30px;
  text-shadow: 2px 2px 2px #000;
}

.uk-notification-message-primary {
  color: #0d0d0d;
}

.uk-dropdown-nav > li.uk-active > a {
  color: #0d0d0d;
}

.uk-nav > .uk-nav-header > a {
  padding: 5px 0 0 0;
  color: #008383;
}

.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 #0d0d0d;
  padding: 3px;
}

.uk-thumbnav > * > ::after {
  background: transparent;
}

.upsell-header {
  color: #0d0d0d;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.uk-subnav-pill > .uk-active > a {
  background-color: #0d0d0d;
}

.uk-checkbox:focus, .uk-radio:focus {
  border-color: #0d0d0d;
}

.uk-checkbox:checked, .uk-checkbox:indeterminate, .uk-radio:checked, .uk-checkbox:checked:focus, .uk-checkbox:indeterminate:focus, .uk-radio:checked:focus {
  background-color: #0d0d0d;
}

.PrimaryTheme {
  background-color: #0d0d0d;
}

.PrimaryThemeForeground {
  color: #0d0d0d;
  font-weight: 500;
}

.SecondaryTheme {
  background-color: #0d0d0d;
}

.SecondaryThemeForeground {
  color: #0d0d0d;
}

.WarningForeground {
  background-color: #b10d0d;
  color: #ffffff;
}

.uk-section {
  padding: 40px;
}

.uk-section-default {
  background: transparent;
}

.SearchBar {
  padding: 0 10px;
  background-color: #f0f0f0;
}

.uk-card-small .uk-icon-button {
  color: #0d0d0d;
}
.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 {
  margin: 10px 0;
}
.uk-card-small .uk-card-body .p-info .p-brand {
  font-weight: bold;
  color: #008383;
  text-transform: uppercase;
  font-size: 0.9rem;
}
.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;
}
.uk-card-small .uk-card-body .p-info .p-name {
  text-transform: capitalize;
}
.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-price {
  margin-right: 5px;
  font-size: 1.1rem;
  color: #0d0d0d;
  font-weight: bold;
}
.uk-card-small .uk-card-body .p-qview {
  padding: 10px;
  display: block;
  background-color: rgba(187, 90, 1, 0.9019607843);
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.uk-card-small .uk-card-body .p-qview:hover {
  text-decoration: none;
}
.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: #fff;
  color: #0d0d0d;
  height: 35px;
  width: 35px;
  padding: 6px 8px;
  display: block;
  border-radius: 50%;
  text-align: center;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
  margin: 10px;
}
.uk-card-small .uk-card-body .add-to-wl .active svg path {
  fill: #c3193d !important;
}
.uk-card-small .uk-card-body .uk-badge {
  background-color: #c3193d;
  color: #ffffff !important;
  border-radius: 0;
  text-align: center;
  margin: 5px 0;
  font-weight: bold;
  padding: 12px;
  font-size: 0.8rem;
  display: block;
  text-transform: uppercase;
  white-space: nowrap;
}
.uk-card-small .uk-card-body .uk-badge.badge {
  background-color: #0d0d0d;
}
.uk-card-small .uk-card-body .featured {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  border: 3px solid #008383;
  background-color: transparent;
  color: #fff;
  display: block;
  border-radius: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  font-weight: bold;
}
.uk-card-small .uk-card-body .featured .featured-container {
  background-color: #0d0d0d;
  padding: 10px;
  position: absolute !important;
  max-width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}
.uk-card-small .uk-card-body .featured .featured-container p {
  color: white;
  margin: 0 0 0 25px;
}
.uk-card-small .uk-thumbnav > * > ::after {
  background: transparent;
}

.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 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.uk-card-media-top .uk-position-top-center {
  width: 100%;
}

.uk-card-media-top img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 3/2;
}

.uk-position-center a.uk-button.uk-button-default {
  background: rgba(0, 29, 29, 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 {
  padding: 10px;
  border: 1px solid #c6c6c6;
}
.news-events-tile .uk-card-small .uk-card-body {
  margin-top: 10px;
}
.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: #008383;
  padding: 8px 10px;
  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;
}

.GiftCardSocial {
  margin: 40px 0 !important;
}
.GiftCardSocial .uk-text-middle {
  display: none;
}
.GiftCardSocial svg {
  height: 30px;
  width: 30px;
}

.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;
  aspect-ratio: 1/1;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

@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;
  }
  #product-carousel {
    min-height: 400px;
  }
}
@media (max-width: 1024px) {
  .uk-nav {
    margin-top: auto !important;
    margin-bottom: auto !important;
    margin-left: 0;
  }
  a.PrimaryNav {
    border-bottom: 1px solid #008383;
    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: 160px;
  }
  .uk-navbar-container:not(.uk-navbar-transparent) .mobile-search {
    padding: 0 0 10px 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: 27px 0 0 0;
  }
  a.uk-navbar-toggle.uk-icon.uk-navbar-toggle-icon {
    margin: 27px 0 0 0;
  }
  .Logout button {
    border: none;
    background-color: transparent;
    cursor: pointer;
    float: left;
    color: #008383;
    font-weight: normal;
    font-size: 0.875rem;
    margin: 0;
    padding: 5px 0;
    font-size: 1rem;
    font-weight: 700;
    font-family: "montserrat", sans-serif;
    font-style: normal;
  }
  .Logout button :hover, .Logout button :focus {
    color: #005050;
  }
  .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;
  }
  .Collection .CollectionBlock .uk-overlay-primary .uk-position-bottom-left h3, .Collection .BrandBlock .uk-overlay-primary .uk-position-bottom-left h3 {
    font-size: 1rem;
    line-height: 1.2rem;
  }
  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;
  }
  .page-banner {
    margin-bottom: 10px;
    background: -webkit-gradient(linear, right top, left top, color-stop(20%, rgba(0, 0, 0, 0.4)), color-stop(40%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.8) 100%);
  }
  .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;
  }
  .h-tile, .h-tile-2 {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
  .h-tile .uk-overlay-primary .uk-position-bottom-left, .h-tile-2 .uk-overlay-primary .uk-position-bottom-left {
    width: 100%;
    padding: 15px;
  }
  .h-tile .uk-overlay-primary .uk-position-bottom-left h3, .h-tile-2 .uk-overlay-primary .uk-position-bottom-left h3 {
    font-size: 1rem;
    line-height: 1.2rem;
  }
  .h-tile .uk-overlay-primary .uk-position-bottom-left hr, .h-tile-2 .uk-overlay-primary .uk-position-bottom-left hr {
    margin: 10px 0;
  }
  .h-tile .uk-overlay-primary .uk-position-bottom-left h4, .h-tile-2 .uk-overlay-primary .uk-position-bottom-left h4 {
    display: none;
  }
  .h-tile .uk-overlay-primary .uk-position-bottom-left .uk-button, .h-tile-2 .uk-overlay-primary .uk-position-bottom-left .uk-button {
    padding: 0 10px;
    font-size: 0.8rem;
    line-height: 32px;
  }
  .h-cms .uk-slider-items .uk-width-1-4\@s {
    width: 25%;
  }
  #product-carousel {
    min-height: 350px;
  }
  #product-brand {
    font-size: 1.1rem;
    line-height: 1.3rem;
  }
  #product-name {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
  .product-price {
    font-size: 1.3rem;
    line-height: 1.5rem;
  }
  .composite-buttons {
    margin-top: -20px;
  }
  .composite-buttons .uk-width-expand\@s {
    padding-left: 30px;
  }
}
.mobilepadding {
  padding-left: 10px;
}

@media (max-width: 640px) {
  .uk-section, .uk-section-small {
    padding: 20px 0;
  }
  /*headers*/
  .uk-container {
    padding-left: 10px;
    padding-right: 10px;
  }
  /*Product list*/
  .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-container:not(.uk-navbar-transparent) .uk-logo {
    width: 140px;
    margin-top: 10px;
  }
  /*    button.open-notify-stock {
      padding: 0 10px;
      line-height: 1.3rem;
  }*/
  .product-carousel {
    padding: 30px 0 0 0;
    margin-top: 40px;
    margin-bottom: 10px;
  }
  .NewsletterColour .uk-flex-inline {
    display: block;
  }
  #product-carousel {
    min-height: 380px;
  }
  .uk-card-small .uk-card-body .uk-badge {
    font-size: 0.7rem;
  }
  .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;
  }
}
.product-stock-detail .in-stock {
  color: #3b9d43;
  font-weight: bold;
}
.product-stock-detail .in-stock img {
  height: 20px;
  width: 20px;
  margin: -5px 5px 0 0;
}
.product-stock-detail .low-stock {
  color: #f7931e;
  font-weight: bold;
}
.product-stock-detail .low-stock img {
  height: 20px;
  width: 20px;
  margin: -5px 5px 0 0;
}
.product-stock-detail .out-stock {
  color: #c3193d;
  font-weight: bold;
}
.product-stock-detail .out-stock img {
  height: 20px;
  width: 20px;
  margin: -5px 5px 0 0;
}

/* -----------------------------
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: #0d0d0d !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: #0d0d0d !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);
}

#store-selector {
  background-color: white;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 0 0 4px 4px;
  margin: 0 0 10px 0 !important;
  color: #0d0d0d;
}
#store-selector .ss-store {
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #e5e5e5;
}
#store-selector .ss-store:first-child {
  border-top: 1px solid #e5e5e5;
}
#store-selector .ss-name {
  font-weight: bold;
}
#store-selector .ss-lead {
  background-color: #727272;
  color: #ffffff !important;
  border-radius: 4px;
  text-align: center;
  margin-top: -4px;
  font-weight: bold;
  padding: 2px 6px;
  font-size: 0.7rem;
  float: right;
}
#store-selector .ss-address {
  margin-left: 20px;
}
#store-selector .ss-times {
  margin-left: 20px;
}
#store-selector .ss-badge {
  float: right;
  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;
}
#store-selector .in-stock {
  background-color: #008383;
}
#store-selector .out-stock {
  background-color: #c3193d;
}

/*astares theme*/
/*header and navigation*/
.LogoNav {
  background: white;
  padding: 0px;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
  background-color: #042d2d !important;
  border-bottom: 0px solid #008383;
  font-size: 2rem;
}

@media only screen and (max-width: 959px) {
  .uk-navbar-container:not(.uk-navbar-transparent) .uk-logo {
    left: 142px !important;
  }
}
.uk-navbar-container:not(.uk-navbar-transparent) .main-nav .uk-navbar-nav > li > a {
  color: #e8e8e8 !important;
  font-size: 1rem;
  text-transform: none;
  font-style: italic;
  font-weight: 300;
  font-family: "PT Serif", serif !important;
  letter-spacing: 3px;
}

.uk-navbar-dropdown-nav li a {
  font-weight: 300;
  font-family: "montserrat", serif !important;
  font-size: 1.15rem;
}

.uk-navbar-dropdown-nav li a {
  color: black !important;
  font-weight: 400;
  font-family: "montserrat", sans-serif !important;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.uk-navbar-dropdown-nav li a:hover {
  color: #3b6f6f !important;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

/*search*/
.uk-search-default .uk-search-input {
  background-color: #ffffff;
  border: 1px solid #c5c5c5;
  color: #0d0d0d;
  padding-left: 15px;
  font-size: 0.9rem;
  border-radius: 0px;
}

.uk-search-default .uk-search-icon, .uk-search-default .uk-search-icon:focus, .uk-search-default .uk-search-icon:hover {
  color: #ffffff;
  background-color: #3b6f6f;
  border-radius: 0;
}

/*dropdown*/
.uk-navbar-dropdown-nav li a {
  font-weight: 300;
  font-family: "PT Serif", serif !important;
}

/*page elements*/
/*footer*/
footer {
  background-color: #ededed;
  color: #000000 !important;
  border-top: solid 1px #aeaeae;
}

footer a {
  color: #000000 !important;
}

footer .uk-nav-header {
  color: #0e0e0e;
  font-weight: 300;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 300;
  text-transform: none;
  font-family: "PT Serif", serif !important;
  letter-spacing: 3px;
}

footer li {
  color: #0e0e0e;
}

footer a:hover {
  color: #3b6f6f !important;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

/*interface*/
.uk-button-primary {
  background-color: #3b6f6f;
  text-align: center;
  border-radius: 40px;
  font-weight: 400;
  font-style: normal;
}

.uk-pagination .uk-active {
  background-color: #3b6f6f;
}

::-moz-selection {
  background-color: #3b6f6f;
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #3b6f6f;
  color: #fff;
  text-shadow: none;
}

.uk-icon-button {
  width: 40px;
  height: 40px;
}

label, .uk-accordion-title {
  font-family: "PT Serif", serif !important;
  font-style: italic;
  letter-spacing: 1px;
  font-weight: 400;
}

.uk-card {
  border-radius: 0px !important;
}

/*transistions stuff for niceness*/
.uk-position-cover:hover {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  background: rgba(24, 24, 24, 0.44) !important;
}

.uk-card {
  overflow: hidden;
  border-radius: 0px;
}

/*main block transitions */
.uk-card-small .uk-card-body {
  padding: 0;
  overflow: hidden;
}

div.uk-card a > picture {
  width: 100%;
  -webkit-transition: all 1.35s;
  transition: all 1.35s;
  display: inline-block;
}

div.uk-card:hover a > picture {
  opacity: 1;
  position: relative;
  display: inline-block;
  width: 100%;
  margin-left: 0;
  margin-top: 0%;
  -webkit-transition: all 1.35s;
  transition: all 1.35s;
}

/*navbar underlines animation and weight*/
ul.uk-navbar-nav > li > a {
  font-weight: 400 !important;
}

div.uk-card a > picture {
  opacity: 1;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

div.uk-card:hover a > picture {
  opacity: 0.75;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  margin-left: 0%;
}

ul.uk-navbar-nav > li.uk-active > a {
  border-bottom: solid 1px #3b6f6f;
}

ul.uk-navbar-nav > li > a {
  position: relative;
}

ul.uk-navbar-nav > li > a:hover::after {
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  content: "";
  display: block;
  height: 1px;
  opacity: 1;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  background-color: #3b6f6f;
}

ul.uk-navbar-nav > li > a::after {
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  content: "";
  display: block;
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 0%;
  left: 0px;
  bottom: 0px;
  background-color: #3b6f6f;
}

a.uk-logo::after, a.uk-icon::after, ul.uk-navbar-nav > li.uk-active > a::after {
  display: none !important;
}

.uk-navbar-dropdown-nav li a {
  color: black !important;
  font-weight: 400;
}

/*tile transitions on the sliders*/
.uk-panel {
  border-radius: 10px;
}

.ss-tile .uk-panel:hover img {
  -webkit-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
  opacity: 0.95;
}

.ss-tile .uk-panel img {
  -webkit-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
  opacity: 1;
}

/*typography*/
.uk-accordion-title {
  color: #3b6f6f;
}

.product-price {
  line-height: 154%;
}

#product-brand {
  color: #000000;
  line-height: 1.4rem;
  font-size: 1.2rem;
  font-weight: 300;
  text-align: left;
  text-transform: uppercase;
  font-family: "PT Serif", serif !important;
  font-style: italic;
  letter-spacing: 2px;
}

h4, p {
  font-size: 0.9rem !important;
  line-height: 150%;
  color: #2c2c2c;
  font-family: "montserrat", sans-serif;
}

.irs--round.irs-with-grid {
  height: 65px;
  opacity: 0.75;
}

.uk-card-small .uk-card-body .p-price {
  color: #3b6f6f;
  font-weight: bold;
}

.uk-article-title, h1.uk-article-title {
  text-align: center;
  font-family: "PT Serif", serif !important;
  font-weight: 300;
  font-style: italic;
}

.uk-button-default {
  background-color: rgba(4, 45, 45, 0.8117647059);
  color: #ffffff;
  border: 1px solid #e5e5e5;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.uk-button-default:hover {
  background-color: #3b6f6f;
  color: #ffffff;
  border: 1px solid #e5e5e5;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

/*slider color correct*/
.uk-slider-items .uk-card {
  background-color: #ffffff !important;
}

/*bg colo changes*/
.uk-section-muted {
  background: #ffffff;
}

ul.uk-accordian > li {
  border-bottom: solid 1px #ccc !important;
  padding-bottom: 1rem;
}

.uk-section {
  padding-bottom: 0px;
}

a.uk-lightbox-button.uk-position-center-left.uk-position-medium.uk-transition-fade.uk-icon.uk-slidenav-previous.uk-slidenav > svg {
  margin-top: 40px;
}

a.uk-lightbox-button.uk-position-center-right.uk-position-medium.uk-transition-fade.uk-icon.uk-slidenav-next.uk-slidenav > svg {
  margin-top: 40px;
}

@media (max-width: 1024px) {
  .filter-and-sort ul li, .filter-and-sort ul li select {
    width: 100px;
    margin: 5px 15px 5px 0;
    list-style: none;
    padding-left: 0px;
  }
}
ul.filter-list {
  padding-left: 0px;
  padding-top: 0px;
  margin-top: 0px;
}

ul.filter-list {
  padding-left: 0px;
}

ul.filter-list li {
  display: inline-block;
  padding-right: 1rem;
}

#product-list .p-list-img:hover {
  background: none !important;
}

h2.uk-article-meta {
  margin-bottom: -1rem !important;
  margin-top: 1rem;
}

#product-container {
  margin-top: 3rem;
}

.filter-and-sort {
  width: 100%;
  padding-left: 0px;
}

@media (max-width: 1024px) {
  .filter-and-sort .uk-float-right {
    padding: 0;
    float: right;
    width: auto;
  }
}
.h-tile .uk-card .uk-position-cover .uk-position-bottom-center h2 {
  font-family: "PT Serif", serif !important;
  font-style: italic;
  letter-spacing: 3px;
}

table.richtable tr:nth-child(odd) {
  background: #f5f5f5;
}

table.richtable tr td {
  padding: 10px;
}

table.richtable {
  width: 100%;
  max-width: 100%;
  overflow: scroll;
}

.blog-title {
  margin-top: 2.5rem;
}

.blog-title h2 {
  font-size: 1rem;
  line-height: 146%;
  margin-bottom: 1.5rem;
}

.blog-title h1 h1, .blog-title h1 h1.uk-article-title {
  font-size: 2rem;
  line-height: 129%;
  margin-bottom: 2rem;
  font-style: italic;
  font-weight: 300;
  font-family: "PT Serif", serif !important;
  letter-spacing: 3px;
}

/*requested changes made August 19th*/
h2.uk-article-title, .uk-article-title h2 {
  text-align: left !important;
}

.uk-article-meta {
  text-align: left !important;
  width: 100%;
}

.uk-article-title, h1.uk-article-title {
  text-align: left;
}