/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,700);

@font-face {
  font-family: "quentinregular";
  src: url("quentin-webfont.woff2") format("woff2"),
    url("quentin-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/*I have reduced below font sizes by 2 pts*/
html {
  /* font-size:14px; */
  font-family: Lato, sans-serif;
}

.global-button,
hr,
i,
input,
li,
p,
textarea,
ul {
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  line-height: 1.4;
}

ol,
ul,
p {
  font-size: 1.4rem;
}

h1 {
  font-size: calc(26px + (30 - 28) * ((100vw - 400px) / (800 - 400)));
}

h2 {
  font-size: calc(20px + (25 - 22) * ((100vw - 400px) / (800 - 400)));
}

h3 {
  font-size: calc(18px + (22 - 20) * ((100vw - 400px) / (800 - 400)));
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 12px;
}

a {
  color: #282828;
  text-transform: none;
  text-decoration: none;
  cursor: pointer;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #282828;
  height: 100%;
  margin: 0;
}

body.noscroll {
  overflow: hidden;
}

main {
  clear: both;
  width: 100%;
  float: left;
  /* background-color:#ebebeb; */
  /* margin-top: 110px; */
  overflow: visible;
  padding: 0;
  position: relative;
}

#shopify-section-v2-footer {
  clear: both;
}

:focus {
  outline: 0;
}

.global-button,
.read-more,
a,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
i,
input,
p,
textarea {
  font-size: 1.3rem;
  margin: 0 0 5px;
  padding: 0;
}

.shogun-root .tenPixelAnchor a {
  font-size: 10px;
}

.shogun-root .normPixelAnchor a {
  font-size: 1.4rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  width: 100%;
  float: left;
}

a {
  outline: 0;
}

button {
  border: none;
  font-size: 18px;
}

img {
  display: block;
  max-width: 100%;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

textarea {
  resize: none;
}

.nameline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

::-moz-selection {
  background-color: #282828;
  color: #fff;
}

::selection {
  background-color: #282828;
  color: #fff;
}

hr {
  clear: both;
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  float: none;
  display: inline-block;
  background-color: #282828;
  border: none;
  height: 1px;
}

.tmenu_wrapper .tmenu_submenu_tab_control {
  border-color: transparent;
  border-width: 0;
  border-style: none;
}

.tmenu_wrapper .tmenu_submenu_tab_control .tmenu_submenu_tab_active {
  background: transparent !important;
}

.tmenu_submenu .tmenu_item .tmenu_image {
  margin-left: -80px;
}

.global-button {
  clear: both;
  float: none;
  display: inline-block;
  background-color: #fff;
  color: #282828;
  cursor: pointer;
  font-family: Lato, sans-serif;
  font-size: 14px;
  max-width: 100%;
  padding: 8px 30px;
  position: relative;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.global-button:hover {
  color: #cd9e0c;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.small-global-button {
  background-color: #999;
  -webkit-transition: cubic-bezier(0.32, 0.75, 0, 1) 0.8s;
  -o-transition: cubic-bezier(0.32, 0.75, 0, 1) 0.8s;
  transition: cubic-bezier(0.32, 0.75, 0, 1) 0.8s;
  cursor: pointer;
  font-size: 12px;
  padding: 4px;
}

.small-global-button:hover {
  background-color: gray;
}

.small-global-button:hover {
  -webkit-transition: cubic-bezier(0.32, 0.75, 0, 1) 0.8s;
  -o-transition: cubic-bezier(0.32, 0.75, 0, 1) 0.8s;
  transition: cubic-bezier(0.32, 0.75, 0, 1) 0.8s;
}

.global-label {
  float: left;
}

.checkbox-holder p {
  font-size: 12px;
  line-height: 1;
  margin-left: 30px;
}

.global-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  float: left;
  padding: 0;
  position: relative;
  width: auto;
}

.global-checkbox:checked::before {
  background-image: url(checked.svg);
}

.global-checkbox::before {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  border: 1px solid #ebebeb;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  top: 0;
  width: 15px;
}

.finish-text-p {
  color: #000000;
  font-size: 12px;
}

#collection #collection-product-list .product div,
#collection #collection-product-list .product .finish-text-p,
#related-slider .product div,
#related-slider .product span {
  transition: all 0.3s ease-in-out;
}

#collection #collection-product-list .product:hover div,
#collection #collection-product-list .product:hover .finish-text-p,
#collection #collection-product-list .product:hover .product-title,
#related-slider .product:hover div,
#related-slider .product:hover span {
  color: var(--armac-black) !important;
  border-color: var(--armac-black) !important;
}

.background-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  background: rgba(40, 40, 40, 0.4);
  border-radius: 0;
}

::-webkit-scrollbar-track {
  background: rgba(212, 212, 212, 0.7);
}

body {
  scrollbar-face-color: rgba(40, 40, 40, 0.4);
  scrollbar-track-color: rgba(212, 212, 212, 0.7);
}

#loading-overlay {
  background-color: rgba(40, 40, 40, 0.8);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 999999;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

#loading-overlay:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: calc(28px + (30 - 28) * ((100vw - 400px) / (800 - 400)));
  color: #fff;
  content: "Loading..";
  font-family: Lato, sans-serif;
  text-transform: uppercase;
}

#loading-overlay.loading {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

#toast-overlay {
  background-color: rgba(40, 40, 40, 0.6);
  border-radius: 10px;
  color: #fff;
  left: 50%;
  opacity: 0;
  padding: 20px;
  position: fixed;
  top: 100px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  visibility: hidden;
  white-space: nowrap;
  z-index: 999999;
}

#toast-overlay.active {
  opacity: 1;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  visibility: visible;
}

.global-modal {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  background-color: rgba(39, 39, 39, 0.25);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  visibility: hidden;
  width: 100%;
  z-index: 999999999;
}

.global-modal .global-modal-box {
  clear: both;
  width: 100%;
  float: left;
  background-color: #fff;
  max-height: 90vh;
  max-width: 73rem;
  overflow: auto;
  padding: 1.7rem;
  position: relative;
  top: 20px;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  width: 90%;
}

@media (min-width: 640px) {
  .global-modal .global-modal-box {
    width: 75%;
  }
}

@media (min-width: 1024px) {
  .global-modal .global-modal-box {
    width: 60%;
  }
}

#mobile-nav .tmenu_submenu .tmenu_item .tmenu_item_text {
  text-transform: none !important;
  font-size: 14px !important;
}

#product-extras {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  clear: both;
  position: relative;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 0.9em;
  color: #999;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#product-extras .smartwishlist {
  position: initial !important;
}

#mobile-navigation {
  display: none;
}

#product-extras div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  text-decoration: underline;
  color: #282828;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#product-extras div:hover {
  color: #cd9e0c;
}

#product-extras div img {
  margin-right: 10px;
}

.global-modal .global-modal-contents {
  clear: both;
  width: 100%;
  float: left;
}

.header-search #footer-button {
  line-height: 1;
  height: 20px;
  display: flex;
  align-items: center;
}

.header-search #footer-button span {
  font-size: 12px;
  font-family: lato;
  letter-spacing: 0.5px;
}

.header-icons #currency-button-footer .button-contents:before {
  display: none !important;
}

.header-icons #currency-button-footer .button-contents:after {
  content: "";
  background: url(btn-uk.svg);
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
  float: right;
}

.header-icons #currency-button-footer .button-contents.eur:after {
  content: "";
  background: url(btn-eu.svg);
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
  float: left;
}

.header-icons #currency-button-footer .button-contents {
  background-color: #fff;
  max-width: 110px;
  min-width: 110px;
  float: left;
  text-align: left;
  position: relative;
  display: flex;
  align-items: center;
  height: 20px;
}

.header-icons #footer-button {
  height: 20px;
  cursor: pointer;
}

.header-icons #currency-button-footer:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 5px solid #868686;
  float: right;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#footer-social-banner {
  background: #fff;
  display: block;
  padding: 20px;
  overflow: hidden;
}

#footer-social-banner .social-icons {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  max-width: 500px;
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

#footer-social-banner .social-icons .social-icon {
  position: relative;
}

#footer-social-banner .social-icons img {
  -webkit-filter: invert(80%);
  filter: invert(80%);
  height: 25px;
  transition: all 0.3s;
}

#footer-social-banner .social-icons img.hover-icon {
  -webkit-filter: unset;
  filter: unset;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

#footer-social-banner
  .social-icons
  .social-icon.insta-icon:hover
  img.hover-icon {
  display: inline;
}

#footer-social-banner
  .social-icons
  .social-icon.pint-icon:hover
  img.hover-icon {
  display: inline;
}

#footer-social-banner .social-icons .social-icon.fb-icon:hover img.hover-icon {
  display: inline;
}

#footer-social-banner
  .social-icons
  .social-icon.twitter-icon:hover
  img.hover-icon {
  display: inline;
}

.global-modal.active {
  opacity: 1;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  visibility: visible;
}

.global-modal.active .global-modal-box {
  top: 0;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  overflow-x: hidden;
  overflow-y: hidden;
}

.global-modal.active .global-modal-box.grillemodal {
  overflow-y: scroll;
}

#product-returns-box p {
  font-size: 14px !important;
}

@media (max-width: 768px) {
  .global-modal.active .global-modal-box {
    padding: 2.1rem;
    overflow-y: scroll;
  }
}

.global-modal .global-modal-close {
  cursor: pointer;
  padding: 24px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
}

.global-modal .global-modal-close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(close.svg);
  background-size: contain;
  content: "";
  height: 12px;
  width: 12px;
}

#enquire-form .global-modal .global-modal-close:after {
  background-image: none;
}

#enquire-form .global-modal .global-modal-close {
  top: 1.6rem;
  right: 1.6rem;
  width: 1.6rem;
  height: 1.6rem;
  text-align: center;
  cursor: pointer;
  padding: 0;
}

@media (max-width: 768px) {
  #enquire-form .global-modal .global-modal-close {
    right: 1rem;
    top: 1rem;
  }
}

.global-modal .global-modal-title {
  margin-bottom: 10px;
  font-size: 1.2em;
  color: var(--armac-black);
  font-size: 2.7rem;
  letter-spacing: 3px;
  line-height: 3.1rem;
  text-align: center;
  text-transform: uppercase;
}

.global-modal .global-modal-button {
  background-color: #282828;
  color: #fff;
  cursor: pointer;
  float: none;
  padding: 0;
  text-transform: uppercase;
  width: auto;
  padding: 10px 20px;
  letter-spacing: 1px;
  margin: 10px auto;
  clear: both;
}

.global-modal .grille.global-modal-button {
  height: 4.8rem;
  padding: 1.2rem 2.4rem;
  font-size: 1.3rem;
}

@media (min-width: 540px) {
  .global-modal .grille.global-modal-button {
    min-width: 22rem;
    padding: 0.8rem 1.6rem;
  }
}

form {
  clear: both;
  width: 100%;
  float: left;
}

form input,
form select,
form textarea {
  clear: both;
  width: 100%;
  float: left;
  border: 1px solid #d3d3d3;
  margin-bottom: 20px;
  padding: 12px;
}

#privacy-policy #inner-page-title {
  text-align: left;
}

form input[type="submit"] {
  border: none;
}

form .form-field {
  background-color: #ebebeb;
}

form .required-text {
  clear: both;
  width: 100%;
  float: left;
  font-size: 14px;
  margin-bottom: 20px;
  text-align: left;
}

form .spacer {
  margin-bottom: 40px !important;
}

.global-modal-link {
  cursor: pointer;
}

.errors ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.errors ul li {
  color: #dc143c;
}

.product {
  position: relative;
}

#products-similar-list .product .product-image,
#collection .product .product-image {
  position: relative;
  padding-top: 100%;
  background-position: center;
  background-size: contain;
  background-color: transparent;
  background-repeat: no-repeat;
  width: 100%;
}

#collection-product-list .product .product-image {
  background-color: #fff;
}

.header-search {
  float: right;
  height: 40px;
  /* width:300px; */
  display: flex;
  align-items: center;
}

.header-search #trade-login-contents {
  display: none;
}

.header-icons {
  float: right;
  width: 430px;
  font-size: 12px;
  font-family: lato;
  letter-spacing: 0.5px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 10px 20px;
  align-items: center;
}

.header-icons a {
  margin: 15px;
  float: right;
}

.wishlistpage {
  background: #fff;
}

/*! lightslider - v1.1.6 - 2016-10-25 * https://github.com/sachinchoolur/lightslider * Copyright (c) 2016 Sachin N;
 Licensed MIT */
/*! lightslider - v1.1.3 - 2015-04-14 * https://github.com/sachinchoolur/lightslider * Copyright (c) 2015 Sachin N;
 Licensed MIT */
.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lightSlider:after,
.lightSlider:before {
  content: " ";
  display: table;
}

.lightSlider {
  overflow: hidden;
  margin: 0;
}

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.lSSlideWrapper > .lightSlider:after {
  clear: both;
}

.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform, height;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
  -webkit-transition-duration: inherit !important;
  -o-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  -o-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade {
  position: relative;
}

.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}

.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  -o-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  -o-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade > .active {
  z-index: 10;
}

.mobile-nav-item {
  display: none;
}

.lSSlideWrapper.usingCss .lSFade > .active {
  opacity: 1;
}

.lSSlideOuter .lSPager.lSpg {
  margin: 20px 0 0;
  padding-top: 5px;
  text-align: center;
  position: absolute;
  /* top: 100%; */
  left: 50%;
  -webkit-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
  margin-top: 20px !important;
}

.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #ebebeb;
  border-radius: 30px;
  display: inline-block;
  height: 9px;
  overflow: hidden;
  text-indent: -999em;
  width: 9px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}

.lSSlideOuter .lSPager.lSpg > li.active a,
.lSSlideOuter .lSPager.lSpg > li:hover a {
  background-color: #282828;
}

.lSSlideOuter .media {
  opacity: 0.8;
}

.lSSlideOuter .media.active {
  opacity: 1;
}

.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  -o-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px;
}

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
}

.lSSlideOuter .lSPager.lSGallery:after,
.lSSlideOuter .lSPager.lSGallery:before {
  content: " ";
  display: table;
}

.lSSlideOuter .lSPager.lSGallery:after {
  clear: both;
}

.footer-sect.mobile-only,
.mobile-only {
  display: none;
}

.lSAction > a {
  width: 32px;
  display: block;
  top: 50%;
  height: 45px;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: 1;
  -webkit-transition: opacity 0.35s linear 0s;
  -o-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
  background-repeat: no-repeat;
}

.lSAction > a:hover {
  opacity: 1;
}

.lSAction > .lSPrev {
  background-image: url(chevron.svg);
  background-position: 0 0;
  left: 10px;
}

.lSAction > .lSNext {
  background-position: 0 0;
  background-image: url(chevron.svg);
  right: 10px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.lSAction > a.disabled {
  pointer-events: none;
}

.cS-hidden {
  height: 1px;
  opacity: 0;
  overflow: hidden;
}

.lSSlideOuter.vertical {
  position: relative;
}

.lSSlideOuter.vertical.noPager {
  padding-right: 0 !important;
}

.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0;
}

.mobile-secondary-link {
  border: none !important;
}

.mobile-secondary-link a {
  font-weight: 300 !important;
}

.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important;
}

.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0;
}

.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto;
}

.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px;
}

.lSSlideOuter.lSrtl {
  direction: rtl;
}

.lSSlideOuter .lSPager,
.lSSlideOuter .lightSlider {
  padding-left: 0;
  list-style: none outside none;
}

.lSSlideOuter.lSrtl .lSPager,
.lSSlideOuter.lSrtl .lightSlider {
  padding-right: 0;
}

.lSSlideOuter .lSGallery li,
.lSSlideOuter .lightSlider > * {
  float: left;
}

.lSSlideOuter.lSrtl .lSGallery li,
.lSSlideOuter.lSrtl .lightSlider > * {
  float: right !important;
}

.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

.tmenu_nav .tmenu_item--root > .tmenu_submenu,
.tmenu_item--root > .tmenu_submenu.tmenu_submenu_type_tab {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-top: 1px solid #e0e0e0 !important;
}

.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}

.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative;
}

.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}

.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.col-nav-right {
  margin-left: 45px;
}

.col-nav-right h2 {
  font-size: 30px;
}

.col-nav-right p {
  font-size: 15px;
  margin-bottom: 20px;
}

#am-collection .breadcrumbs {
  z-index: 996;
}

button.wk-button-collection {
  bottom: 0px !important;
  top: auto !important;
}

#two-column-links {
  clear: both;
  width: 100%;
  float: left;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#back-btn {
}

.uk-user .nav-dealers {
  display: none !important;
}

#two-column-links #two-column-links-contents {
  clear: both;
  width: 100%;
  float: left;
  max-width: 80%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 60px 0;
  text-align: left;
}

#two-column-links .two-column-link {
  clear: both;
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

#two-column-links .two-column-link:nth-child(1) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-bottom: 0;
}

#two-column-links .two-column-link:nth-child(2) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

#two-column-links .two-column-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 200px;
}

#two-column-links .two-column-text {
  clear: both;
  width: 100%;
  float: left;
}

#two-column-links #literature-request-thankyou {
  opacity: 0;
  margin-bottom: 0;
}

#two-column-links #literature-request-thankyou.show {
  opacity: 1;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

#two-column-links #literature-request-thankyou .global-button {
  background-color: #282828;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
}

#two-column-links #literature-request-thankyou .global-button:hover {
  background-color: #0f0f0f;
}

#two-column-links #two-column-links-slider {
  clear: both;
  width: 100%;
  float: left;
  position: relative;
}

#two-column-links .two-column-links-style {
  clear: both;
  width: 100%;
  float: left;
  position: relative;
}

#two-column-links .two-column-links-style li {
  position: relative;
}

#pm-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 530px;
  padding: 30px 20px;
}

#pm-container p {
  font-weight: 700;
  color: grey;
  width: 25%;
  font-size: 0.95em;
  margin: 0;
}

#pm-container img {
  width: 65%;
  padding-left: 5%;
}

#payment-methods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#two-column-links .two-column-links-style li .slide-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 200px;
}

#two-column-links h2 {
  font-size: calc(28px + (30 - 28) * ((100vw - 400px) / (800 - 400)));
  margin: 20px 0;
}

#two-column-links p {
  margin-bottom: 20px;
}

#back-to-collection {
  font-size: 14px;
  float: left;
  padding: 6px 34px;
  min-width: auto;
}

.circle-button {
  cursor: pointer;
  height: 50px;
  margin: 0;
  position: relative;
  width: 50px;
  z-index: 99999;
}

.circle-button .circle-button-contents {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #282828;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.44);
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.44);
  color: #fff;
  height: 50px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 50px;
}

.circle-button .circle-button-contents .cart-amount {
  display: none;
}

.circle-button .circle-button-contents.cart-has-items #cart-amount {
  display: inline-block;
}

.circle-button .circle-button-contents.cart-has-items img {
  display: none;
}

.circle-button .circle-button-contents.cart-has-items.added .circle-icon,
.circle-button .circle-button-contents.cart-has-items:hover .circle-icon {
  -webkit-transition: cubic-bezier(0.32, 0.75, 0, 1) 0.8s;
  -o-transition: cubic-bezier(0.32, 0.75, 0, 1) 0.8s;
  transition: cubic-bezier(0.32, 0.75, 0, 1) 0.8s;
  left: -40px;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.circle-button .circle-button-contents.cart-has-items.added #cart-amount,
.circle-button .circle-button-contents.cart-has-items:hover #cart-amount {
  -webkit-transition: cubic-bezier(0.32, 0.75, 0, 1) 0.8s;
  -o-transition: cubic-bezier(0.32, 0.75, 0, 1) 0.8s;
  transition: cubic-bezier(0.32, 0.75, 0, 1) 0.8s;
}

.circle-button .circle-button-contents .circle-icon {
  -webkit-transition: cubic-bezier(0.32, 0.75, 0, 1) 0.8s;
  -o-transition: cubic-bezier(0.32, 0.75, 0, 1) 0.8s;
  transition: cubic-bezier(0.32, 0.75, 0, 1) 0.8s;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.circle-button .circle-button-contents .circle-icon img {
  width: 24px;
}

.circle-button .circle-button-contents #cart-amount {
  -webkit-transition: cubic-bezier(0.32, 0.75, 0, 1) 0.8s;
  -o-transition: cubic-bezier(0.32, 0.75, 0, 1) 0.8s;
  transition: cubic-bezier(0.32, 0.75, 0, 1) 0.8s;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

#currency-button-2 {
}

#currency-button-footer p {
  margin: 7px 15px 0 0;
  color: #fff;
  float: left;
}

.wk-wishlist-empty-note {
  width: 100%;
  clear: both;
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translateX(-50%);
}

#currency-button-2 .circle-icon {
}

#currency-button-2 .button-contents {
  width: 115px;
  float: left;
  text-align: right;
  position: relative;
  padding: 5px 0;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 1024px) {
  #currency-button-2 .button-contents {
    color: #fff;
  }
}

#currency-button-2 .button-contents:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #808080;
  float: right;
  position: absolute;
  top: 50%;
  left: 40px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#am-collection-spec {
  font-size: 1.3rem;
  text-decoration: underline;
  margin-bottom: 40px;
  display: block;
}

#currency-button-2 .button-contents:before {
  content: "";
  background: url(btn-uk.svg);
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  float: left;
}

#currency-button-2 .button-contents.eur:before {
  content: "";
  background: url(btn-eu.svg);
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  margin-right: 19px;
  height: 20px;
  float: left;
}

#currency-button-2 .currency-selected {
  color: #000;
  display: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1.5rem;
}

@media (min-width: 1024px) {
  #currency-button-2 .currency-selected {
    color: #fff;
  }
}

#currency-button-2 .currency-selected.active {
  display: block;
  cursor: pointer;
  margin-left: 10px;
}

#currency-button-2 #currency-selection-footer {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 10px;
  font-size: 14px;
  opacity: 0;
  padding: 10px 7px 10px 0;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  display: none;
  width: 75px;
  margin: 10px auto;
  text-align: left;
}

#mobile-search {
  display: none;
}

#currency-button-2 #currency-selection-footer.show {
  bottom: -80px;
  opacity: 1;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  display: block;
  margin-bottom: 0;
  -webkit-box-shadow: 0 5px 5px 0 rgba(184, 184, 184, 1);
  box-shadow: 0 5px 5px 0 rgba(184, 184, 184, 1);
  width: 100%;
}

#currency-button-2 .currency-option {
  color: #282828;
  margin: 10px;
  text-align: center;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  display: inline-block;
  width: calc(100% - 20px);
  color: #000;
  height: 20px;
  clear: both;
  font-size: 1.2em;
}

@media (min-width: 1024px) {
  color: #fff;
}

#currency-button-2 .currency-option.active,
#currency-button-2 .currency-option:hover {
  color: #cd9e0c;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  cursor: pointer;
}

#currency-button-2 .currency-option.last {
  margin-bottom: 0;
}

#currency-button-2 #currency-selection-2 {
  border-radius: 10px;
  margin-top: 10px;
  font-size: 14px;
  opacity: 0;
  padding: 10px 7px 10px 0;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  display: none;
  width: 75px;
  margin: 10px auto;
  text-align: left;
}

#currency-button-2 #currency-selection-2.show {
  opacity: 1;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  display: block;
  margin-bottom: 0;
  width: 100px;
  clear: both;
}

#currency-button-footer {
  display: inline-block;
  position: relative;
}

#currency-button-footer p {
  margin: 7px 15px 0 0;
  color: #fff;
  float: left;
}

#currency-button-footer .circle-icon {
  margin-top: 7px;
}

#currency-button-footer .button-contents {
  background-color: #fff;
  max-width: 120px;
  min-width: 120px;
  float: left;
  text-align: left;
  position: relative;
}

footer #currency-button-footer .button-contents:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  float: right;
  position: absolute;
  top: 14px;
  right: 10px;
}

#currency-button-footer .button-contents:before {
  content: "";
  background: url(btn-uk.svg);
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  margin-right: 10px;
  height: 30px;
  float: left;
}

#currency-button-footer .button-contents.eur:before {
  content: "";
  background: url(btn-eu.svg);
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  margin-right: 10px;
  height: 30px;
  float: left;
}

#currency-button-footer .currency-selected {
  color: #000;
  display: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#currency-button-footer .currency-selected.active {
  display: block;
  cursor: pointer;
  margin-left: 10px;
}

#copyright p {
  display: inline;
  margin: 0;
  line-height: 1.2;
  padding-right: 10px;
  border-right: 1px solid;
  font-size: 13px;
}

#currency-button-footer #currency-selection-footer {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 10px;
  font-size: 14px;
  opacity: 0;
  padding: 10px 7px 10px 0;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  display: none;
  width: 75px;
  margin: 10px auto;
  text-align: left;
  z-index: 9999999;
}

#mobile-search {
  display: none;
}

#currency-button-footer #currency-selection-footer.show {
  opacity: 1;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  display: block;
  margin-bottom: 0;
  -webkit-box-shadow: 0 5px 5px 0 rgba(184, 184, 184, 1);
  box-shadow: 0 5px 5px 0 rgba(184, 184, 184, 1);
  width: 100%;
  position: absolute;
  top: 100%;
}

#currency-button-footer .currency-option {
  color: #282828;
  margin-bottom: 10px;
  text-align: center;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
}

#currency-button-footer .currency-option.active,
#currency-button-footer .currency-option:hover {
  color: #cd9e0c;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  cursor: pointer;
}

#currency-button-footer .currency-option.last {
  margin-bottom: 0;
}

#currency-button {
  display: none;
}

#currency-button.dark {
  right: 20px;
}

#currency-button.dark .circle-button-contents {
  background-color: #282828;
}

#currency-button.dark .currency-selected {
  color: #fff;
}

#currency-button.dark #currency-selection {
  background-color: #282828;
}

#currency-button.dark .currency-option {
  color: #fff;
}

#currency-button .circle-button-contents {
  background-color: #fff;
}

#currency-button .currency-selected {
  color: #282828;
  display: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#currency-button .currency-selected.active {
  display: block;
}

#currency-button #currency-selection {
  background-color: #fff;
  border-radius: 10px;
  bottom: -100px;
  -webkit-box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.44);
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.44);
  font-size: 14px;
  left: 50%;
  opacity: 0;
  padding: 10px;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  visibility: hidden;
  width: 75px;
}

#currency-button #currency-selection.show {
  bottom: -80px;
  opacity: 1;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  visibility: visible;
}

#currency-button .currency-option {
  clear: both;
  width: 100%;
  float: left;
  color: #282828;
  margin-bottom: 10px;
  text-align: center;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
}

#currency-button .currency-option.active,
#currency-button .currency-option:hover {
  color: #cd9e0c;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
}

#currency-button .currency-option.last {
  margin-bottom: 0;
}

#cart-button {
  bottom: 20px;
  left: 20px;
}

#search-button {
  max-width: 300px;
  float: left;
}

#search-button .circle-button-contents {
  height: 50px;
  opacity: 1;
  width: 50px;
}

#search-button #search-desktop {
  display: none;
}

#contact {
  clear: both;
  width: 100%;
  float: left;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f8f8f8;
  position: relative;
  border: none;
  padding: 50px 10px;
}

#contact #contact-contents {
  clear: both;
  width: 100%;
  float: left;
  max-width: 80%;
  text-align: center;
}

#contact .contact-panel {
  clear: both;
  width: 100%;
  float: left;
}

#contact .contact-panel:nth-child(2) {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #999;
}

#contact .contact-panel:nth-child(2) p {
  max-width: 70%;
}

.mirror-enquiry {
  clear: both;
  background-color: #282828;
  color: #ebebeb;
  cursor: pointer;
  font-family: "Lato", sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
  width: 100%;
  letter-spacing: 2px;
  max-height: 50px;
  min-height: 50px;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .mirror-enquiry {
    letter-spacing: 1px;
  }
}

.disclamer-mirror-content {
  clear: both;
  width: 100%;
  float: left;
  font-size: 14px;
  margin: 20px 0 20px 0;
  color: #cd9e0c;
}

/* Changed the font here */
.btn-outline {
  padding: 1.6rem 2.4rem;
  border: 1px solid #282828;
  text-align: center;
  display: inline-block;
  color: #282828;
  font-size: 1.3rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: none;
  cursor: pointer;
  text-transform: uppercase;
}

.btn-outline:hover {
  border: 1px solid var(--armac-black) !important;
  color: var(--armac-white);
  background: var(--armac-black);
}

#contact .newsletter-field {
  clear: both;
  width: 30%;
  float: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #b8b8b8;
  padding: 10px 0;
  padding-left: 20px;
  margin: 0 15px;
}

#contact #newsletter-email::-webkit-input-placeholder,
#newsletter-firstnam::-webkit-input-placeholdere,
#newsletter-lastname::-webkit-input-placeholder {
  color: #999;
  font-style: normal;
}

#contact #newsletter-email:-ms-input-placeholder,
#newsletter-firstname:-ms-input-placeholder,
#newsletter-lastname:-ms-input-placeholder {
  color: #999;
  font-style: normal;
}

#contact #newsletter-email::-ms-input-placeholder,
#newsletter-firstname::-ms-input-placeholder,
#newsletter-lastname::-ms-input-placeholder {
  color: #999;
  font-style: normal;
}

#contact #newsletter-email::-webkit-input-placeholder,
#newsletter-firstname::-webkit-input-placeholder,
#newsletter-lastname::-webkit-input-placeholder {
  color: #999;
  font-style: normal;
}

#contact #newsletter-email::-moz-placeholder,
#newsletter-firstname::-moz-placeholder,
#newsletter-lastname::-moz-placeholder {
  color: #999;
  font-style: normal;
}

#contact #newsletter-email:-ms-input-placeholder,
#newsletter-firstname:-ms-input-placeholder,
#newsletter-lastname:-ms-input-placeholder {
  color: #999;
  font-style: normal;
}

#contact #newsletter-email::-ms-input-placeholder,
#newsletter-firstname::-ms-input-placeholder,
#newsletter-lastname::-ms-input-placeholder {
  color: #999;
  font-style: normal;
}

#contact #newsletter-email::placeholder,
#newsletter-firstname::placeholder,
#newsletter-lastname::placeholder {
  color: #999;
  font-style: normal;
}

#contact .global-button {
  clear: both;
  width: 15%;
  font-size: 14px;
  background-color: #272727;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  color: #fff;
  display: block;
  margin: 0 auto;
  float: none;
}

#contact h1,
#contact h2,
#contact h3,
#contact h4,
#contact h5,
#contact h6 {
  color: var(--armac-gold);
}

#contact p {
  font-size: 1.4rem;
  float: left;
  line-height: 1.2;
  clear: both;
  width: calc(100% - 40px);
  text-align: center;
  color: var(--armac-black);
  font-style: normal;
  margin-left: 20px;
  margin-right: 20px;
}

#contact p.top-p {
  margin-top: 20px;
  margin-bottom: 0px;
}

#contact p.bottom-p {
  color: #8d8d8d;
  margin-bottom: 20px;
  margin-top: 0px;
}

#signup-form .klaviyo-form-Wve6sM button {
  height: 100% !important;
  padding: 0px 20px !important;
}

#signup-form {
  clear: both;
}

.TextInput__FormStyledTextInput-sc-1o6de9f-0 {
  border-radius: 0px;
}

#contact a {
  color: #8d8d8d;
  font-style: normal;
}

#contact .contact-directions {
  text-transform: uppercase;
  color: #999;
}

#ot-sdk-btn-floating.ot-floating-button,
#onetrust-pc-sdk .ot-pc-footer-logo {
  display: none;
}

#ot-sdk-btn.ot-sdk-show-settings {
  color: #808080 !important;
  border: unset !important;
  padding: 0 10px !important;
  font-size: 13px !important;
  background-color: transparent;
  font-family: Lato, sans-serif !important;
}

#ot-sdk-btn.ot-sdk-show-settings:hover {
  background-color: transparent !important;
  color: #cd9e0c !important;
}

#cookie-notice {
  background-color: #fff;
  border-radius: 5px;
  bottom: 0;
  -webkit-box-shadow: 1px 1px 18px 0 rgba(0, 0, 0, 0.28);
  box-shadow: 1px 1px 18px 0 rgba(0, 0, 0, 0.28);
  font-size: 14px;
  opacity: 0;
  padding: 20px;
  position: fixed;
  left: 10px;
  text-align: center;
  -webkit-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
  visibility: hidden;
  width: 300px;
  z-index: 999999;
}

#coronavirus-notice {
  background-color: #cd9e0c;
  -webkit-box-shadow: 1px 1px 18px 0 rgba(0, 0, 0, 0.28);
  box-shadow: 1px 1px 18px 0 rgba(0, 0, 0, 0.28);
  font-size: 14px;
  padding: 1px;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
}

.coronavirus-notice-link {
  color: #282828;
  cursor: pointer;
}

.px-line {
  width: 1px;
  height: 100%;
  background: #272727;
  height: 100%;
}

#cookie-notice.show {
  bottom: 10px;
  opacity: 1;
  -webkit-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
  visibility: visible;
}

.cookies-notice-link {
  clear: none;
  width: 50%;
  float: left;
  padding-left: 5%;
  padding-right: 5%;
  color: #282828;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 10px 0;
}

.cookies-notice-link:hover {
  color: rgba(40, 40, 40, 0.6);
}

#cookies-notice-accept {
  float: right;
  color: #cd9e0c;
}

#cookies-notice-accept:hover {
  color: rgba(210, 164, 0, 0.6);
}

.favourite-icon {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 99;
  padding: 25px;
  display: none;
}

button.wk-button-product {
  margin: 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.favourite-icon:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  background-size: contain;
  background-image: url(favourite-heart.svg);
  width: 15px;
  height: 15px;
}

.favourite-icon.favourited:after {
  background-image: url(favourited-heart.svg);
}

.favourite-toast {
  background-color: #fff;
  color: #282828;
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 100%;
  height: auto;
  padding: 10px 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  z-index: 999999;
  display: none;
}

.favourite-toast.active {
  bottom: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

div#finishes {
  clear: both;
  width: 100%;
  float: left;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 5px;
  padding: 50px;
  position: relative;
}

#finishes #finishes-title {
  clear: both;
  width: 320px;
  float: left;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  background-color: #fff;
  padding: 40px 0;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
}

#finishes #finishes-title:after {
  max-width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*Updated font size*/
#finishes #finishes-title h3 {
  font-size: calc(20px + (25 - 22) * ((100vw - 400px) / (800 - 400)));
  width: auto;
  background-color: #fff;
  margin: 0;
  z-index: 9999;
  padding: 0 30px;
}

#finishes #finishes-contents {
  width: 100%;
  float: left;
  max-width: 80%;
  margin: 10px 0;
}

#finishes .finishes-style li {
  margin-bottom: 20px;
}

#finishes .finish-image {
  clear: both;
  width: 100%;
  float: left;
}

#finishes .finish-image img {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  width: 100%;
  max-width: 400px;
  opacity: 0;
  visibility: hidden;
  margin-right: -200px;
  width: 260px;
}

#finishes .finish-image img.active {
  margin: 0 auto;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  opacity: 1;
  visibility: visible;
}

#finishes .finish-information {
  clear: both;
  width: 100%;
  float: left;
  text-align: left;
  margin-right: -200px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
  visibility: hidden;
}

#finishes .finish-information p {
  font-size: 0.9em;
}

#finishes .finish-information img {
  width: 45%;
  float: left;
}

#finishes .finish-information.active {
  margin-right: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  opacity: 1;
  visibility: visible;
}

#finishes .finish-information h1,
#finishes .finish-information h2,
#finishes .finish-information h3 {
  font-size: calc(22px + (25 - 22) * ((100vw - 400px) / (800 - 400)));
}

#finishes .finish-information h2 {
  width: 100%;
  clear: none;
  color: #999;
}

#finishes .finish-information h2:nth-child(2) {
  margin-bottom: 6.66667%;
  color: #484848;
  font-style: italic;
  font-size: 1.1em;
}

#finishes .finish-information em {
  float: left;
  color: #999;
  margin-top: 6.66667%;
}

#finishes #finishes-controls {
  clear: both;
  width: 100%;
  float: left;
  margin: 0;
}

#finishes #finishes-controls #next-finish,
#finishes #finishes-controls #previous-finish {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  color: #cd9e0c;
  text-transform: uppercase;
  cursor: pointer;
}

#finishes #finishes-controls #previous-finish {
  float: left;
}

#finishes #finishes-controls #previous-finish .controls-finish-image {
  margin-left: 20px;
}

#finishes #finishes-controls #next-finish {
  float: right;
}

#finishes #finishes-controls #next-finish .controls-finish-image {
  margin-right: 20px;
}

#finishes #finishes-controls .controls-finish-image {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-box-shadow: 2px 4px 15px -6px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 4px 15px -6px rgba(0, 0, 0, 0.25);
}

#finishes #finishes-controls .controls-finish-image img {
  width: 40px;
}

#finishes #all-finishes {
  width: calc(60% - 50px);
  float: left;
  background-color: #fff;
  position: relative;
  padding: 0 70px;
  overflow: hidden;
  margin-left: 50px;
}

#finishes #all-finishes-slider {
  text-align: center;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -ms-flex-pack: start;
  overflow-y: hidden;
  overflow-x: auto;
  list-style: none;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  padding-bottom: 30px;
}

#finishes #all-finishes-slider::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: 0 0;
}

#finishes #all-finishes-slider li {
  clear: none;
  width: 33.33333%;
  float: left;
  padding-left: 3.33333%;
  padding-right: 3.33333%;
  min-width: 33.33333%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  position: relative;
  cursor: pointer;
}

#finishes #all-finishes-slider li:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 100%;
  height: 1px;
  background-color: rgba(153, 153, 153, 0.8);
  opacity: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

#preloader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999999;
  background-color: #fff;
}

#preloader img {
  position: fixed;
  top: 50vh;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#finishes #all-finishes-slider li.active:after {
  opacity: 1;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

#finishes #all-finishes-slider .all-finishes-image {
  clear: both;
  width: 100%;
  float: left;
}

#finishes #all-finishes-slider .all-finishes-information {
  clear: both;
  width: 100%;
  float: left;
}

#our-factory-is-re-opening-soon #inner-page-title {
  text-align: left;
}

#finishes #all-finishes-slider .all-finishes-information h1,
#finishes #all-finishes-slider .all-finishes-information h2,
#finishes #all-finishes-slider .all-finishes-information h3,
#finishes #all-finishes-slider .all-finishes-information h4 {
  font-size: 10px;
  color: #999;
}

#finishes #all-finishes-slider .all-finishes-information h2,
#finishes #all-finishes-slider .all-finishes-information h6 {
  display: block;
  font-family: Lato, sans-serif;
}

#finishes #all-finishes-slider .all-finishes-information h2 {
  display: none;
}

#finishes #all-finishes-slider .all-finishes-information * {
  display: none;
}

#finishes .all-finishes-control {
  position: absolute;
  top: 0;
  height: 100%;
  width: 7%;
}

.enqbtn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #282828;
  border: none;
  color: #ebebeb;
  cursor: pointer;
  font-family: "Lato", sans-serif;
  margin-bottom: 0;
  padding: 10px 20px;
  text-transform: uppercase;
  clear: both;
  width: 100%;
  float: left;
  letter-spacing: 2px;
  max-height: 50px;
  min-height: 50px;
  padding: 10px 0;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.non-uk-user .product-min-price,
.non-uk-user .buy-finish,
.non-uk-user .wk-button-collection {
  display: none !important;
}

#finishes .all-finishes-control:after {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 40px;
  height: 40px;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(chevron.svg);
}

#finishes #all-finishes-control-left {
  left: -10px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #fff),
    color-stop(73%, #fff),
    to(rgba(255, 255, 255, 0))
  );
  background: -o-linear-gradient(
    left,
    #fff 0,
    #fff 73%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to right,
    #fff 0,
    #fff 73%,
    rgba(255, 255, 255, 0) 100%
  );
}

#finishes #all-finishes-control-left:after {
  left: 0;
}

#finishes #all-finishes-control-right {
  right: -10px;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(0, #fff),
    color-stop(73%, #fff),
    to(rgba(255, 255, 255, 0))
  );
  background: -o-linear-gradient(
    right,
    #fff 0,
    #fff 73%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to left,
    #fff 0,
    #fff 73%,
    rgba(255, 255, 255, 0) 100%
  );
}

#finishes #all-finishes-control-right:after {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

footer {
  clear: both;
  width: 100%;
  float: left;
  background-color: #fff;
  padding: 20px;
  position: relative;
}

footer #footer-text {
  clear: both;
  width: 100%;
  float: left;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

footer #footer-text #dbd {
  padding-left: 10px;
}

footer #footer-button {
  clear: both;
  width: 100%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

footer #footer-links {
  padding-left: 10px;
}

footer #footer-credit {
  clear: both;
  width: 100%;
  float: left;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

footer #footer-credit a {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
}

footer #footer-credit #erdf {
  width: 138px;
  border-radius: 5px;
  padding-top: 10px;
}

footer #footer-credit #payments {
  width: 240px;
}

footer a {
  color: #8d8d8d;
  font-size: 1em;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}

footer a:hover,
.footer-secondary #footer-content a:hover {
  color: #cd9e0c;
}

header {
  clear: both;
  width: 100%;
  float: left;
  background-color: #fff;
  z-index: 500;
  height: 70px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  top: 0;
  position: fixed;
  transition: all 0.7s ease;
}

header #logo {
  clear: none;
  width: 33.33333%;
  float: left;
  padding-left: 3.33333%;
  padding-right: 3.33333%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 70px;
  padding: 15px 0;
  height: 100%;
}

header #logo img {
  width: auto;
  height: auto;
}

header #logo .mob {
  display: none;
}

header .header-search #wishlist {
  display: block;
}

header #logo .dt {
  display: block;
  max-height: 33px;
  max-width: 256px;
}

header #menu {
  clear: none;
  width: 60px;
  float: left;
  padding-left: 3.33333%;
  padding-right: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: left;
  height: 16px;
  left: 0;
  position: absolute;
  padding: 20px 25px;
  cursor: pointer;
  height: 100%;
  padding-right: 0;
}

header #bars {
  clear: both;
  width: 100%;
  float: left;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 30px;
  height: 16px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

header #bars.active {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

header #bars .bar {
  clear: both;
  width: 100%;
  float: left;
  position: absolute;
  left: 0;
  height: 2px;
  background-color: #282828;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

header #bars .bar:nth-child(1),
header #bars .bar:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

header #bars .bar:nth-child(1).active,
header #bars .bar:nth-child(3).active {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}

header #bars .bar:nth-child(1) {
  top: 0;
}

header #bars .bar:nth-child(1).active {
  -webkit-transform: translate(0, 6px);
  -ms-transform: translate(0, 6px);
  transform: translate(0, 6px);
}

header #bars .bar:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

header #bars .bar:nth-child(2).active {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  width: 0;
}

header #bars .bar:nth-child(3) {
  bottom: 0;
}

header #bars .bar:nth-child(3).active {
  -webkit-transform: translate(-16px, 7px) rotate(90deg);
  -ms-transform: translate(-16px, 7px) rotate(90deg);
  transform: translate(-16px, 7px) rotate(90deg);
}

header #sect-right a {
  display: inline-block;
  margin: 0;
}

header #trade-login-icon img {
  height: 20px;
}

header a {
  margin: 0;
}

/* Smart menu added code */
.tmenu_navbar .tmenu_item--root > .tmenu_submenu {
  padding-left: 18% !important;
  padding-top: 2% !important;
  padding-right: 5% !important;
  padding-bottom: 2% !important;
  z-index: 999;
  height: auto !important;
}

.tmenu_navbar .tmenu_item--root > .tmenu_submenu.tmenu_submenu_has_masonry {
  padding-left: 8% !important;
  padding-top: 2% !important;
  padding-right: 8% !important;
  padding-bottom: 2% !important;
  z-index: 999;
  height: auto !important;
}

.Collections_Menu .tmenu_submenu_tab_control {
  overflow-y: auto;
  height: 25vw;
}

.Products_Menu .tmenu_submenu_tab_control {
  overflow-y: auto;
  height: 25vw;
}

.Products_Menu .tmenu_col-2 {
  flex: 0 0 20%;
  max-width: 20%;
}

.Products_Menu .col-nav-right h2 {
  margin-bottom: 20px;
}

.tmenu_image > img {
  width: auto !important;
  margin: auto 80px !important;
  height: 22vw;
}

.tmenu_col-7 .tmenu_image > img {
  width: auto !important;
  margin: auto 80px !important;
  height: 21vw;
}

.tmenu_submenu_tab_item .tmenu_item_layout_html {
  display: flex !important;
  flex-direction: column;
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.col-nav-right {
  text-align: center;
}

.col-nav-right h1 {
  margin-bottom: 20px;
}

#navigation-contents {
  opacity: 0;
}

.inspo-nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  cursor: pointer;
}

.inspo-nav-img {
  width: fit-content;
  display: flex;
  align-items: flex-start;
  margin-right: 15px;
}

.inspo-nav-img img {
  object-fit: contain;
}

.inspo-nav-copy {
  display: flex;
  flex-direction: column;
  width: 50%;
  align-items: flex-start;
  justify-content: flex-end;
}

.inspo-nav-copy .inspo-nav-intro {
  font-size: 13px;
  font-family: "Lato";
  line-height: 24px;
  color: #282828;
  font-weight: 600;
  letter-spacing: 3px;
}

.inspo-nav-copy .inspo-nav-header {
  font-size: 18px;
  font-family: Playfair Display, serif;
  color: var(--armac-gold);
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
}

.inspo-nav-copy .inspo-nav-text {
  font-family: "Lato";
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
}

.tmenu_masonry_col.tmenu_masonry_col-5 {
  width: 16% !important;
}

ul.tmenu_masonry_col.tmenu_masonry_col-5:last-child {
  width: 36% !important;
}

.tmenu_masonry_col {
  flex: unset !important;
}

.tmenu_nav
  .tmenu_item:nth-child(2)
  .tmenu_masonry
  .tmenu_masonry_row
  .tmenu_masonry_col:nth-child(1)
  .tmenu_submenu
  .tmenu_item:last-child {
  margin-top: 14px !important;
}

.tmenu_nav
  .tmenu_item:nth-child(2)
  .tmenu_masonry
  .tmenu_masonry_row
  .tmenu_masonry_col:nth-child(4)
  .tmenu_submenu
  .tmenu_item:last-child {
  margin-top: 14px !important;
}

.tmenu_submenu_type_mega .tmenu_masonry_col .tmenu_submenu {
  padding-top: 0px !important;
}

/* End of smart menu app added code */
nav #main-navigation {
  clear: both;
  background: #f4f5f4;
  visibility: hidden;
}

nav #main-navigation.active {
  opacity: 1;
  visibility: visible;
  display: block;
  left: 0;
}

nav #main-navigation #navigation-contents {
  width: 100%;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
  margin: 0 auto;
  font-size: 0.8em;
}

nav #main-navigation #navigation-contents > li {
  padding: 10px;
}

nav #main-navigation hr {
  opacity: 0.1;
  margin-bottom: 18px;
}

nav #main-navigation #navigation-information {
  clear: both;
  width: 100%;
  float: left;
  margin-top: auto;
}

nav #main-navigation #navigation-information #navigation-social {
  clear: both;
  width: 100%;
  float: left;
  margin-bottom: 18px;
}

nav #main-navigation #navigation-information #navigation-social h1,
nav #main-navigation #navigation-information #navigation-social h2,
nav #main-navigation #navigation-information #navigation-social h3,
nav #main-navigation #navigation-information #navigation-social h4,
nav #main-navigation #navigation-information #navigation-social h5,
nav #main-navigation #navigation-information #navigation-social h6 {
  display: none;
}

nav #main-navigation #navigation-information #navigation-social .social-icons {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

nav #main-navigation #navigation-information #navigation-social .social-icon {
  width: 45px;
  opacity: 0.5;
  text-align: left;
}

nav
  #main-navigation
  #navigation-information
  #navigation-social
  .social-icon
  img {
  max-width: 80%;
}

nav #main-navigation #navigation-information #navigation-contact {
  clear: both;
  width: 100%;
  float: left;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

nav #main-navigation #navigation-information #navigation-contact-contents {
  clear: both;
  width: 100%;
  float: left;
  max-width: 80%;
}

nav #main-navigation #navigation-information #navigation-contact-contents a,
nav #main-navigation #navigation-information #navigation-contact-contents p {
  clear: both;
  width: 100%;
  float: left;
  font-family: Lato, sans-serif;
  opacity: 0.5;
  text-transform: uppercase;
  text-align: left;
}

nav a,
nav li,
nav ul {
  list-style: none;
  font-family: Lato, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

nav .sub-menu,
nav .sub-menu-lvl2 {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  -webkit-transition: cubic-bezier(0.32, 0.75, 0, 1) 0.8s;
  -o-transition: cubic-bezier(0.32, 0.75, 0, 1) 0.8s;
  transition: cubic-bezier(0.32, 0.75, 0, 1) 0.8s;
  display: none;
}

nav .sub-menu-lvl2.active,
nav .sub-menu.active {
  margin-top: 10px;
  opacity: 1;
  visibility: visible;
  max-height: 1000px;
  width: 100%;
  position: absolute;
  left: 0;
  background: #fff;
  display: block;
  z-index: 99999999999999999999999;
}

nav .sub-menu a,
nav .sub-menu li,
nav .sub-menu-lvl2 a,
nav .sub-menu-lvl2 li {
  font-size: 14px;
  color: #000;
  margin-bottom: 6px;
}

nav .sub-menu a,
nav .sub-menu-lvl2 a {
  display: block;
}

nav .sub-menu-ul {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 50px 0;
}

nav .sub-menu-ul li {
  width: 20%;
  padding: 2px 10px;
}

nav .sub-menu-ul li a {
  text-transform: none;
}

nav .sub-menu-lvl2 li a {
  margin-left: 20px;
  color: #a78405;
}

.nav-overlay.active {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 145px;
  left: 0;
  background-color: #d3d3d3;
  opacity: 0.7;
  z-index: 998;
}

#information-panel {
  clear: both;
  width: 100%;
  float: left;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  width: 100%;
  background-color: rgba(40, 40, 40, 0.8);
  color: #ebebeb;
  text-align: left;
  transition: 0.6s;
}

#information-panel.loading {
  opacity: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

#information-panel.active {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  right: 0;
}

#information-panel.active #am-collection-view-more:after {
  top: 11px;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

#information-panel-contents {
  clear: both;
  width: 100%;
  float: left;
  padding: 40px;
}

#information-panel-view-more {
  display: none;
}

#information-panel-view-more span {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  white-space: nowrap;
  display: block;
  position: absolute;
  bottom: 100px;
  left: -50px;
}

.inner-page {
  clear: both;
  width: 100%;
  float: left;
  background-color: #fff;
  min-height: 356px;
  text-align: center;
}

#inner-page-contents {
  clear: both;
  width: 100%;
  float: left;
  max-width: 100%;
  float: none;
  display: inline-block;
  margin: 0px auto;
  padding: 0 15px;
}

#inner-page-heading {
  clear: both;
  width: 100%;
  float: left;
  position: relative;
}

#inner-page-title {
  clear: both;
  width: 100%;
  float: left;
  margin-bottom: 20px;
  position: relative;
  right: 0;
  text-align: left;
}

#finishes #inner-page-title {
  width: 100%;
  margin: 0;
  text-align: left;
  line-height: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#finishes #description-container {
  max-width: 50%;
  margin: 0;
  padding: 0;
  background: #fff;
}

#inner-page-title.contact-title {
  width: 100%;
}

#inner-page-title.contact-title p {
  line-height: 1.2;
}

#inner-page-title.contact-title a {
  text-decoration: none;
}

#inner-page-title.contact-title a:hover {
  color: var(--armac-grey);
}

#inner-page-featured-image.contact-map {
  position: absolute;
  display: none;
}

#inner-page-title.full {
  clear: both;
  width: 100%;
  float: left;
}

#inner-page-title h1 {
  font-size: 2.7rem;
  letter-spacing: 3px;
  line-height: 3.1rem;
  text-align: center;
  text-transform: uppercase;
}

#inner-page-title h1,
#inner-page-title h2,
#inner-page-title h3,
#inner-page-title h4,
#inner-page-title h5 {
  color: var(--armac-black);
}

#collection #inner-page-title h1 {
  text-transform: unset !important;
  letter-spacing: 0 !important;
}

#collection.am-collection #inner-page-title h1 {
  text-transform: uppercase !important;
  letter-spacing: 5px !important;
  color: var(--armac-black);
  font-size: 3rem;
}

#inner-page-featured-image {
  clear: both;
  width: 100%;
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 250px;
  position: relative;
  right: 0;
}

#inner-page-sort {
  clear: both;
  width: 100%;
  float: left;
  text-align: center;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  font-family: Lato, sans-serif;
  -ms-flex-pack: start;
}

#inner-page-sort #sort-label {
  float: left;
  margin-right: 18px;
}

.stylized-dropdown {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ebebeb;
  background-color: #fff;
  background-size: 10px;
  border: none;
  clear: none;
  color: #282828;
  cursor: pointer;
  float: left;
  margin: 0;
  padding: 0;
  position: static;
  text-align: left;
  border: 1px solid #e0e0e0;
  margin: 20px 0 0 0;
}

.stylized-dropdown:hover {
  color: #282828;
}

#events-slider {
  margin: 0 auto;
}

.stylized-dropdown .dropdown-selected {
  padding: 20px 50px 20px 15px;
  position: relative;
  text-align: left;
  width: 100%;
  z-index: 100;
  font-size: 12px;
  font-family: lato;
  letter-spacing: 0.5px;
  line-height: 1;
}

.stylized-dropdown .dropdown-selected:after {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(down-arrow-black.svg);
  background-size: contain;
  content: "";
  height: 15px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
}

.stylized-dropdown .dropdown-contents {
  border-radius: 20px;
  left: 50%;
  max-height: 0;
  opacity: 0;
  padding: 0 20px;
  top: 105px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
  width: 100%;
  z-index: 9999;
}

.stylized-dropdown .dropdown-contents:before {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  height: 20px;
  left: 20%;
  position: absolute;
  top: -14px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 20px;
}

.stylized-dropdown .dropdown-contents.active {
  max-height: 100vh;
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  visibility: visible;
}

.stylized-dropdown .dropdown-option {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  cursor: pointer;
  padding: 10px 0;
  text-align: left;
}

.stylized-dropdown .dropdown-option:hover {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  color: #cd9e0c;
}

#header {
  max-width: 80%;
}

.cart-item-quantity {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-right: 0;
}

.cart-item-quantity .cart-item-quantity-contents {
  clear: both;
  width: 100%;
  float: left;
  float: right;
  max-width: 100px;
}

.cart-item-quantity .cart-item-quantity-field {
  clear: none;
  width: 100%;
  float: left;
  border: 0;
  border: 1px solid #ebebeb;
  height: 30px;
  margin: 0;
  margin-bottom: 10px;
  max-width: 50px;
  text-align: center;
}

.cart-item-quantity .quantity-button {
  clear: none;
  width: 100%;
  float: left;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #ebebeb;
  color: #282828;
  cursor: pointer;
  float: left;
  height: 30px;
  max-width: 25px;
}

.cart-item-quantity .quantity-button.quantity-increment {
  border-left: 0;
}

.cart-item-quantity .quantity-button.quantity-decrement {
  border-right: 0;
}

.cart-item-quantity .quantity-button.quantity-increment:after {
  content: "+";
}

.cart-item-quantity .quantity-button.quantity-decrement:after {
  content: "-";
}

#search-modal {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  width: 100%;
  height: 100vh;
  background-color: rgba(40, 40, 40, 0.97);
  position: fixed;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}

#search-modal.active {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  opacity: 1;
  visibility: visible;
}

#search-modal #search-modal-contents {
  clear: both;
  width: 100%;
  float: left;
  max-width: 90%;
}

#search-modal #search-modal-close {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(close-white-icon.svg);
  background-size: 20px;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 25px;
  top: 25px;
  padding: 0;
  cursor: pointer;
}

#search-modal form {
  clear: both;
  width: 100%;
  float: left;
  position: relative;
}

#search-modal input {
  width: 100%;
  padding: 20px 120px 20px 0;
  margin: 0;
  border: none;
  background-color: transparent;
  color: #fff;
}

#search-modal input::-webkit-input-placeholder {
  color: #fff;
}

#search-modal input:-ms-input-placeholder {
  color: #fff;
}

#search-modal input::-ms-input-placeholder {
  color: #fff;
}

#search-modal input::-moz-placeholder {
  color: #fff;
}

#search-modal input::placeholder {
  color: #fff;
}

#search-modal input:focus {
  outline: 0;
}

#search-modal-field {
  width: 80%;
  font-weight: 700;
  height: 40px;
  margin: 0;
  padding-left: 20px;
  font-size: 12px;
  font-family: lato;
  letter-spacing: 0.5px;
  border-right: none;
}

.mobile-search {
  display: none;
}

#search-modal-submit {
  width: 20%;
  height: 40px;
  position: absolute;
  right: 0;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  border: 1px solid #d3d3d3;
  border-left: none;
  background: 0 0;
}

#search-modal-submit img {
  width: 18px;
  height: 18px;
  margin: 0 auto;
}

#slider-feature {
  clear: both;
  width: 100%;
  float: left;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  padding: 40px 0;
}

#slider-feature.not-homepage {
  padding-top: 0;
}

#slider-feature #slider-feature-contents {
  clear: both;
  width: 100%;
  float: left;
  max-width: 80%;
  position: relative;
}

#slider-feature #slider-panel {
  clear: both;
  width: 100%;
  float: left;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
  position: relative;
  margin-bottom: 20px;
  left: 0;
  bottom: -80px;
  opacity: 0;
  z-index: 99;
}

#slider-feature #slider-panel.scrolled {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  bottom: 0;
  opacity: 1;
}

#slider-feature #slider-panel #slider-panel-contents {
  clear: both;
  width: 100%;
  float: left;
  text-align: left;
  color: #282828;
}

#slider-feature #slider-panel #slider-panel-contents h2 {
  font-size: calc(28px + (30 - 28) * ((100vw - 400px) / (800 - 400)));
  color: #cd9e0c;
  margin: 0;
  margin-bottom: 20px;
}

#slider-feature #slider-panel #slider-panel-contents p {
  margin-bottom: 20px;
}

#slider-feature #slider-panel #slider-panel-contents .global-button {
  background-color: #282828;
  color: #fff;
}

#slider-feature #slider-panel #slider-panel-contents .global-button:hover {
  color: #cd9e0c;
}

#slider-feature #global-slider-contents {
  clear: both;
  width: 100%;
  float: left;
  position: relative;
  bottom: -60px;
  opacity: 0;
}

#slider-feature #global-slider-contents.scrolled {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  bottom: 0;
  opacity: 1;
}

#slider-feature .slider-feature {
  clear: both;
  width: 100%;
  float: left;
}

#slider-feature .slider-feature li {
  position: relative;
}

#slider-feature .slider-feature img {
  width: 100%;
}

#social-buttons {
  clear: none;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  float: left;
  text-align: left;
}

#social-buttons h6 {
  font-size: 12px;
  font-family: Lato, sans-serif;
  width: auto;
  margin: 0;
  margin-right: 10px;
}

#social-buttons .social-button {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  display: inline-block;
  float: left;
  clear: none;
  width: 38px;
  margin-right: 5px;
  margin-bottom: 0;
  cursor: pointer;
}

#social-buttons .social-button:hover {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  opacity: 0.7;
}

#wrapper {
  overflow: visible;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  padding: 0;
  /* padding-top: 180px; */
}

#wrapper:after {
  content: " ";
  display: block;
  clear: both;
}

#create_customer .split-form-field {
  border: none;
}

@media (min-width: 768px) {
  footer #footer-content {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 20px 20px 20px;
    max-width: 1250px;
    margin: 0 auto;
  }

  #two-column-links .two-column-image {
    height: 350px;
  }

  #two-column-links .two-column-links-style li .slide-image {
    height: 350px;
  }

  #finishes #finishes-controls .controls-finish-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  footer #footer-credit {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  footer #footer-credit #erdf {
    padding-top: 0;
    padding-left: 10px;
  }

  .stylized-dropdown {
    position: relative;
    width: 200px;
    clear: both;
    display: block;
  }

  .stylized-dropdown .dropdown-contents.active {
    top: 60px;
  }

  #search-modal #search-modal-contents {
    max-width: 60%;
  }

  #search-modal input {
    padding: 20px 120px 20px 20px;
  }

  nav #main-navigation {
    visibility: visible;
  }

  #sect-left,
  #sect-right {
    display: inline-block;
  }
}

@media (min-width: 1024px) {
  /*Updated font size*/
  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 23px;
  }

  h3 {
    font-size: 20px;
  }

  main {
    margin-top: 0;
  }

  #loading-overlay:after {
    font-size: 28px;
  }

  .global-modal .global-modal-box {
    padding: 2.7rem;
    overflow: visible;
  }

  form .split-form-field {
    clear: none;
    width: 47.61905%;
    float: left;
    margin-right: 4.7619%;
    border: 1px solid #000;
  }

  form .split-form-field.last {
    margin-right: 0;
  }

  #two-column-links #two-column-links-contents {
    margin: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  #two-column-links .two-column-link {
    margin: 0;
  }

  #two-column-links .two-column-link:nth-child(1) {
    clear: none;
    width: 50%;
    float: left;
    padding-left: 5%;
    padding-right: 5%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  #two-column-links .two-column-link:nth-child(2) {
    clear: none;
    width: 50%;
    float: left;
    padding-left: 5%;
    padding-right: 5%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  #two-column-links h2 {
    font-size: 28px;
  }

  .not-homepage #two-column-links {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
  }

  .not-homepage #two-column-links:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
  }

  #currency-button {
    display: block;
    right: 90px;
    top: 20px;
  }

  #cart-button {
    bottom: inherit;
    left: inherit;
    right: 20px;
    top: 20px;
  }

  #search-button {
    width: 100%;
    height: 40px;
  }

  #search-button .circle-button-contents {
    background-color: transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 0;
    width: 100%;
  }

  #search-button #search-mobile {
    display: none;
  }

  #search-button #search-desktop {
    display: block;
  }

  #contact .contact-panel {
    clear: none;
    width: 100%;
    float: left;
  }

  #contact .contact-panel:nth-child(1) h6 {
    margin-bottom: 40px;
  }

  #contact .contact-panel:nth-child(2) {
    clear: none;
    width: 33.33333%;
    float: left;
    padding-left: 3.33333%;
    padding-right: 3.33333%;
    border-top: 0;
    border-left: 1px solid #999;
    margin: 0;
    padding: 70px;
  }

  #contact .contact-panel:nth-child(2) p {
    max-width: 100%;
  }

  #contact #newsletter-email {
    clear: none;
    width: 29%;
    float: left;
  }

  #contact .global-button {
    clear: none;
    width: 16%;
    font-weight: 700;
    margin-left: 15px;
  }

  #contact a,
  #contact p {
    line-height: 1.8;
    font-style: normal;
  }

  .page-grille-finishes #inner-page-contents {
    max-width: 95%;
    margin: 40px auto;
  }

  .page-grille-finishes
    #inner-page-contents
    #inner-page-title
    #finish-final-txt {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
  }

  #finishes-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .favourite-icon:hover:after {
    background-image: url(favourited-heart.svg);
  }

  #finishes #finishes-title:after {
    max-width: 60%;
  }

  #finishes #finishes-title h3 {
    font-size: 25px;
  }

  #finishes #finishes-contents {
    margin: 20px 0;
    max-width: 40%;
    float: left;
  }

  #finishes .finishes-style li {
    text-align: center;
    display: -ms-flexbox;
    display: block;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    max-width: 40%;
  }

  #finishes .finish-image {
    clear: none;
    width: 100%;
    float: left;
  }

  #finishes .finish-information {
    clear: none;
    width: 100%;
    float: left;
    margin-right: 0;
    text-align: center;
  }

  #finishes .finish-information h1,
  #finishes .finish-information h2,
  #finishes .finish-information h3 {
    font-size: 25px;
  }

  #finishes .finish-information h2:nth-child(2) {
    margin-bottom: 3.33333%;
  }

  #finishes .finish-information em {
    margin-top: 3.33333%;
  }

  #finishes #all-finishes-slider li {
    clear: none;
    width: 12.5%;
    float: left;
    padding-left: 1.25%;
    padding-right: 1.25%;
    min-width: 12.5%;
  }

  #finishes #all-finishes-control-left:after {
    left: 20px;
  }

  #finishes #all-finishes-control-right:after {
    right: 20px;
  }

  footer {
    padding: 0px 0 0 0;
  }

  footer #footer-content {
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
  }

  footer #footer-text {
    clear: none;
    float: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    margin: 0;
    height: 33px;
    background-color: #272727;
    color: #fff;
    padding: 0 40px;
  }

  footer #footer-text #dbd {
    padding-left: 20px;
  }

  footer #footer-links {
    padding-left: 20px;
  }

  footer #footer-credit {
    clear: none;
    width: 100%;
    float: left;
    -webkit-box-pack: start;
    -ms-flex-pack: end;
    justify-content: flex-start;
  }

  header {
    width: 100%;
    height: auto;
    -webkit-box-shadow: 1px 0 1px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 1px 0 1px 0 rgba(0, 0, 0, 0.12);
  }

  header #logo {
    height: auto;
    padding: 30px 18px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    justify-content: center;
  }

  header #menu {
    display: none;
  }

  header #bars {
    width: 100%;
  }

  header #sect-right {
    float: right;
    max-width: 750px;
    margin: 30px;
    font-size: 0.8em;
    height: 40px;
  }

  header #sect-left {
    float: left;
    width: 600px;
    margin: 30px 50px;
    font-size: 0.8em;
    height: 40px;
    display: flex;
    align-items: center;
  }

  header #trade-login #trade-login-icon {
    height: 30px;
    background-image: url(account-icon.svg);
  }

  nav #main-navigation {
    width: 100%;
  }

  nav #main-navigation.active {
    left: 60px;
  }

  #information-panel {
    float: none;
    text-align: left;
    position: absolute;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100vh;
  }

  #information-panel-contents {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  #information-panel-view-more {
    font-size: 14px;
    display: block;
    left: -60px;
    width: 60px;
    height: 100vh;
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    padding: 100px 0;
    color: #fff;
    position: absolute;
    top: 0;
    left: -50px;
    width: 50px;
    cursor: pointer;
  }

  #inner-page-contents {
    margin: 80px auto;
    max-width: 80%;
  }

  #cart #inner-page-contents {
    margin: 0px auto;
  }

  #cart h1 {
    margin-bottom: 25px;
  }

  #collection #inner-page-contents {
    max-width: 95%;
  }

  #inner-page-heading {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  #inner-page-title {
    clear: none;
    width: 44.44444%;
    float: left;
    margin-right: 11.11111%;
    margin-bottom: 0;
  }

  #inner-page-featured-image {
    clear: none;
    width: 44.44444%;
    float: left;
    margin-right: 11.11111%;
    float: right;
    margin-right: 0;
    height: 400px;
  }

  #inner-page-sort {
    clear: none;
    width: 100%;
    float: left;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
  }

  .stylized-dropdown .dropdown-contents {
    padding: 0 20px;
    top: 40px;
    width: 100%;
  }

  .stylized-dropdown .dropdown-contents:before {
    left: 50%;
  }

  .stylized-dropdown .dropdown-option {
    padding: 0;
    margin-bottom: 5px;
  }

  #header {
    max-width: 1200px;
  }

  .cart-item-quantity {
    clear: none;
    width: 13.7931%;
    float: left;
    margin-right: 3.44828%;
    margin-right: 0;
  }

  .cart-item-quantity .cart-item-quantity-contents {
    float: left;
  }

  #slider-feature #slider-panel {
    clear: none;
    width: 28.57143%;
    float: left;
    position: absolute;
    height: 100%;
    margin-bottom: 0;
  }

  #slider-feature #slider-panel #slider-panel-contents h2 {
    font-size: 30px;
  }

  #slider-feature #global-slider-contents {
    clear: none;
    width: 64.28571%;
    float: left;
    margin-left: 35.71429%;
    margin-right: 0;
  }
}

#finishes-container {
  width: 100%;
}

@media (min-width: 1200px) {
  #finishes #all-finishes-slider li {
    clear: none;
    width: 16.66667%;
    float: left;
    padding-left: 1.66667%;
    padding-right: 1.66667%;
    min-width: 16.66667%;
  }
}

@media (min-width: 1366px) {
  #two-column-links .two-column-link:nth-child(1) {
    clear: none;
    width: 33.33333%;
    float: left;
    padding-left: 3.33333%;
    padding-right: 3.33333%;
  }

  #two-column-links .two-column-link:nth-child(2) {
    clear: none;
    width: 66.66667%;
    float: left;
    padding-left: 3.33333%;
    padding-right: 3.33333%;
  }

  #two-column-links .two-column-image {
    height: 400px;
  }

  #two-column-links .two-column-links-style li .slide-image {
    height: 400px;
  }

  #finishes #finishes-contents {
  }

  #finishes #all-finishes-slider .all-finishes-information h2 {
    display: block;
  }

  #two-column-links .two-column-text {
    min-height: 250px;
    position: relative;
  }

  #two-column-links .two-column-text a {
    position: absolute;
    bottom: 15px;
  }
}

#all-finishes-slider .swiper-slide {
  margin-bottom: 30px;
}

#all-finishes-slider .swiper-pagination-bullet-active {
  background: #282828;
}

#finishes-cont {
  background: #fff;
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 50px;
}

@-webkit-keyframes rightEnd {
  0% {
    left: 0;
  }

  50% {
    left: -15px;
  }

  100% {
    left: 0;
  }
}

@keyframes rightEnd {
  0% {
    left: 0;
  }

  50% {
    left: -15px;
  }

  100% {
    left: 0;
  }
}

@-webkit-keyframes topEnd {
  0% {
    top: 0;
  }

  50% {
    top: -15px;
  }

  100% {
    top: 0;
  }
}

@keyframes topEnd {
  0% {
    top: 0;
  }

  50% {
    top: -15px;
  }

  100% {
    top: 0;
  }
}

@-webkit-keyframes leftEnd {
  0% {
    left: 0;
  }

  50% {
    left: 15px;
  }

  100% {
    left: 0;
  }
}

@keyframes leftEnd {
  0% {
    left: 0;
  }

  50% {
    left: 15px;
  }

  100% {
    left: 0;
  }
}

@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0;
  }

  50% {
    bottom: -15px;
  }

  100% {
    bottom: 0;
  }
}

@keyframes bottomEnd {
  0% {
    bottom: 0;
  }

  50% {
    bottom: -15px;
  }

  100% {
    bottom: 0;
  }
}

#trade-login-icon {
  font-size: 1.5em;
  color: #cd9e0c;
}

#product-top-bar {
  text-transform: uppercase;
  font-size: 13px;
  font-family: lato;
  letter-spacing: 0.5px;
}

@media (max-width: 1500px) {
  .header-icons {
    width: 350px;
  }

  header #sect-right a {
    display: inline-block;
    margin: 0 10px;
  }

  #trade-login-icon i {
    font-size: 1.5em;
  }

  header #logo {
    width: 20%;
  }

  header #sect-left {
    width: 33%;
    margin: 30px 20px;
  }

  #search-button,
  .header-search {
    max-width: 300px;
    margin-right: 30px;
  }

  header #sect-right {
    margin: 30px 20px;
  }

  .header-icons #trade-login-text {
    display: none;
  }
}

@media (max-width: 1365px) {
  .header-icons {
    width: auto;
  }

  header #sect-right a {
    display: inline-block;
    margin: 0 13px;
  }

  #trade-login-icon i {
    font-size: 1.5em;
  }

  header #logo {
    width: 20%;
  }

  header #sect-left {
    width: 33%;
    margin: 30px 20px;
  }

  #search-button,
  .header-search {
    max-width: 250px;
    margin-right: 0;
    position: relative;
  }

  header #sect-right {
    margin: 30px 20px;
  }
}

.header-search #trade-login {
  display: none;
}

@media (max-width: 1024px) {
  #inner-page-contents {
    max-width: 100%;
  }

  #contact-us #inner-page-contents {
    max-width: 80%;
  }

  #contact #contact-contents {
    max-width: 100%;
  }

  #contact .global-button {
    margin: 0 10px;
  }

  #contact .newsletter-field {
    margin: 0 10px;
  }

  #inner-page-featured-image.contact-map {
    position: relative;
  }
}

@media (max-width: 1023px) {
  .header-search #footer-button {
    display: none;
  }

  .mobile-search {
    display: block;
  }

  .mobile-search #search-button {
    width: 40px;
  }

  .header-search #trade-login-contents {
    display: block;
  }

  header #logo .dt {
    display: none;
  }

  header #logo .mob {
    display: block;
    padding: 0;
    max-height: 20px;
    max-width: 154px;
  }

  header .header-search #wishlist {
    display: none;
  }

  #am-collection-spec {
    margin-bottom: 20px;
  }

  #collection-enquiry {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
  }

  header {
    position: fixed;
  }

  .header-search #trade-login {
    display: block;
  }

  #finishes #all-finishes {
    width: 100%;
    margin: 0;
  }

  #finishes-cont {
    background: #fff;
    padding: 40px 15px;
  }

  div#finishes {
    padding: 40px 25px;
  }

  #finishes #finishes-contents {
    width: 100%;
    max-width: 100%;
  }

  #nav-back p {
    font-weight: 700;
    color: #a2a2a2;
  }

  .nav-back {
    padding: 20px !important;
  }

  nav #main-navigation #navigation-contents {
    padding-left: 0;
    border-top: 1px solid #e7e7e7;
  }

  .mobile-nav-item {
    display: block;
  }

  #trade-login-contents.mobile {
    width: 100%;
    padding: 20px 20px;
  }

  #am-collection .breadcrumbs {
    margin-left: 20px !important;
    z-index: 996;
  }

  #am-collection
    #am-collection-top-section
    #am-collection-information-main
    #am-collection-spec {
    font-size: 0.8em;
    display: inline-block;
    clear: both;
  }

  #am-collection #am-collection-contents {
    padding: 0 20px;
  }

  .contact-panel h2 {
    margin-top: 20px;
  }

  #product #product-top-bar {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 10px;
  }

  .header-icons {
    display: none;
  }

  #search-button button {
    display: none !important;
  }

  #mobile-search {
    display: block;
    width: 30px;
    height: 40px;
    background: url(search-icon-gold.svg) no-repeat;
    margin-top: 5px;
    background-size: 22px;
    border: none;
    background-position: center;
  }

  #search-modal-field {
    display: block;
    width: 30px !important;
    height: 40px;
    background: url(search-icon-gold.svg) no-repeat;
    margin-top: 5px;
    background-size: 22px;
    border: none;
    background-position: center;
    padding-left: 20px !important;
  }

  .header-search {
    clear: none;
    width: fit-content;
    float: left;
    padding-left: 3.33333%;
    padding-right: 3.33333%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-end;
    height: 16px;
    right: 0;
    position: absolute;
    padding: 20px 15px;
    cursor: pointer;
    height: 100%;
    max-width: 100%;
    top: 0;
  }

  #sect-left {
    display: none;
  }

  #coronavirus-notice {
    position: relative;
    z-index: 99999999;
  }

  header #logo {
    position: relative;
    width: auto;
  }

  nav #main-navigation #navigation-contents > li {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #e7e7e7;
    font-weight: 700;
  }

  nav #main-navigation #navigation-contents > li a {
    display: block;
    padding: 20px;
    width: 100%;
    position: relative;
    margin-bottom: 0;
  }

  nav #main-navigation #navigation-contents > li a:after {
    /* content: ""; */
    position: absolute;
    right: 20px;
    font-family: FontAwesome;
    font-size: 0.8em;
  }

  nav #main-navigation #navigation-contents > li#nav-back:after {
    content: "";
  }

  nav #main-navigation {
    display: none;
  }

  #inner-page-title {
    width: 100%;
  }

  nav .sub-menu-ul li {
    width: 100%;
    padding: 5px;
    text-align: left;
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
    font-weight: 700;
    margin: 0;
    padding: 0;
  }

  nav .sub-menu-ul.featured li:nth-child(2) {
    display: none;
  }

  nav .sub-menu-ul li a {
    color: #000;
  }

  nav .sub-menu-ul {
    padding: 0;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    border-top: 1px solid #e7e7e7;
    overflow-y: scroll;
    height: calc(100vh - 80px);
    padding-bottom: 80px;
  }

  #main-navigation {
    display: none;
  }

  nav #mobile-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    opacity: 0;
    visibility: hidden;
    top: 70px;
    left: -100vw;
    position: fixed;
    width: 100%;
    height: calc(100vh - 60px);
    z-index: 999998;
    background-color: #fff;
    overflow: visible;
    -webkit-transition: cubic-bezier(0.32, 0.75, 0, 1) 0.8s;
    -o-transition: cubic-bezier(0.32, 0.75, 0, 1) 0.8s;
    transition: cubic-bezier(0.32, 0.75, 0, 1) 0.8s;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    overflow-y: scroll;
  }

  nav #mobile-navigation.active {
    opacity: 1;
    visibility: visible;
    display: block;
    left: 0;
  }

  #mobile-nav {
    padding: 0 !important;
    padding-bottom: 200px !important;
  }

  .tmenu_item_active.tmenu_item_mobile > .tmenu_submenu {
    padding: 0 !important;
  }

  .tmenu_item_mobile .tmenu_item_link {
    padding: 22px 20px !important;
    font-weight: 700;
    color: #282828 !important;
    display: flex !important;
    justify-content: space-between !important;
  }

  .tmenu_app_mobile .tmenu_item_mobile {
    border-bottom: 1px solid #e7e7e7;
  }

  .tmenu_item_mobile:last-of-type .tmenu_item_link {
    justify-content: flex-start !important;
  }

  .tmenu_item_mobile:last-of-type
    a.tmenu_item_link.navigable:last-of-type:before {
    content: url(//cdn.shopify.com/s/files/1/2054/5999/t/241/assets/heart.svg?v=1166190…);
    display: flex;
    justify-content: center;
    padding-right: 10px;
  }

  #collection #collection-product-list {
    clear: both;
    width: 100%;
    float: left;
  }

  #collection #collection-product-list .product {
    width: 44.44444%;
    float: left;
    margin-bottom: 40px;
    overflow: hidden;
    position: relative;
  }

  #collection #collection-product-list .product .product-image {
    clear: both;
    width: 100%;
    float: left;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
  }

  #finishes #collection #collection-product-list .product .product-image {
    /* background:0 0!important */
  }

  #collection #collection-product-list .product .product-image:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }

  #collection #collection-product-list .product .product-image img {
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    display: block;
    width: 100%;
  }

  #collection #collection-product-list .product .product-title {
    font-size: 14px;
    color: #999;
    font-family: Lato, sans-serif;
    /* text-transform:uppercase */
  }

  #collection #collection-product-list .product .product-min-price {
    color: #999;
    font-family: Lato, sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: 5px;
    text-transform: uppercase;
  }

  #collection #collection-product-list .product .product-min-price .from {
    font-size: 10px;
    margin-right: 4px;
  }

  #inner-page-title {
    width: 100% !important;
    text-align: center;
    margin: 0 auto;
  }

  .stylized-dropdown {
    width: 100%;
  }

  #product-top-bar {
    width: 100%;
    text-align: center !important;
    margin-bottom: 20px;
  }

  #home #welcome .products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
  }

  #home #welcome .products .product {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    position: relative !important;
    margin: 20px !important;
    text-align: center !important;
    width: calc(50% - 40px) !important;
    float: left !important;
  }

  #home #welcome .featured-collection .info {
    padding: 40px 0 !important;
    margin: 20px !important;
  }

  #home #welcome .featured-collection .info img {
    float: left !important;
    margin-right: 50px !important;
    height: 240px !important;
    margin-top: 0 !important;
  }

  #home #welcome .featured-collection {
    background-size: auto 200px !important;
    padding-bottom: 210px !important;
    background-position: bottom !important;
  }

  #collection #collection-product-list .product {
    width: calc(33% - 40px) !important;
  }

  nav .sub-menu-lvl2.active,
  nav .sub-menu.active {
    position: absolute;
    width: 100vw;
    background-color: #fff;
    top: 0;
    margin-top: 0;
    left: 100vw;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
}

#inner-page-title {
  width: 60%;
  text-align: center;
  margin: 0 auto;
}

#social-feed .social-icons {
  clear: both;
  width: 100%;
  float: left;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 40px 0 0 0;
}

#social-feed .social-icons .social-icon {
  padding: 10px;
  width: 70px;
}

.footer-sect {
  float: left;
  color: #8d8d8d;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 40px;
  text-align: center;
  width: 33%;
  display: flex;
  flex-direction: column;
}

.footer-sect li {
  color: #fff;
}

.footer-secondary {
  background-color: #fff;
  overflow: hidden;
  width: 100%;
  padding: 10px;
}

footer .social-icons {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  max-width: 230px;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
}

footer .social-icons img {
  float: left;
  margin: 0 auto;
}

.footer-secondary #footer-content {
  display: inline-block;
  color: #808080;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.footer-secondary #footer-content a {
  color: #808080;
  padding: 0 10px;
  border-right: 1px solid;
  font-size: 13px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}

.footer-sect h3 {
  width: 45%;
  border-bottom: 1px solid #c4c4c4;
  font-size: 13px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  color: #000;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.contact-panel {
  max-width: 1200px;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  overflow: hidden;
}

#collection-enquiry {
  display: inline-block;
  text-decoration: none;
  margin-top: 50px;
  margin-bottom: 30px;
  padding: 14px 40px;
}

#collection-enquiry img {
  margin-right: 10px;
}

.contact-panel h2 {
  margin-bottom: 0px;
  font-size: 28px;
}

.contact-panel form {
  /* border:1px solid #b8b8b8 */
}

.contact-panel .global-button:hover {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background-color: #383838 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.collection-filters-container {
  text-align: left;
  margin: 0;
  font-size: 16px;
  display: block;
}

.cf-title {
  display: inline-block;
  font-weight: 700;
  margin: 20px 0 10px 0;
  font-size: 16px;
  text-transform: uppercase;
  display: none;
}

.cf-options-container {
  position: relative;
  display: block;
  margin: 20px 0;
  width: 200px;
}

.cf-select {
  display: inline-block;
  width: 12em;
  margin-right: 1em;
  float: none !important;
  border: solid 1px #d9d9d9;
  text-transform: uppercase;
  width: 100%;
  padding: 20px 15px;
  position: relative;
  -webkit-appearance: none;
  background: #fff;
  font-size: 12px;
  font-family: lato;
  letter-spacing: 0.5px;
  border-radius: 0px;
  line-height: 1;
}

.cf-checkbox,
.cf-radio {
  padding: 0;
  vertical-align: bottom;
  position: relative;
  top: -6px;
}

.collection-filters-container label span {
  font-weight: 400;
  opacity: 0.8;
}

.collection-filters-container label {
  display: block;
  margin: 0 6px 6px 0;
  cursor: pointer;
  font-weight: 400;
}

.cf-checkbox:checked + span {
  font-weight: 700 !important;
  opacity: 1;
}

footer a.social-icon {
  width: 20%;
  text-align: center;
  display: flex;
  justify-content: center;
}

.cf-radio:checked + span {
  font-weight: 700 !important;
  opacity: 1;
}

.cf-mobile-only {
  display: none;
}

#products-similar-contents h2 {
  margin: 20px 0 0;
  font-size: 2.8rem;
  font-family: "quentinregular";
}

.cf-options-container:after {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(down-arrow-black.svg);
  background-size: contain;
  content: "";
  height: 15px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
}

#insta-feed h2 {
  display: none !important;
}

#finish-care {
  background: #f4f4f4;
  text-align: center;
  padding: 20px;
  border: 1px solid #f4f4f4;
  border-radius: 15px;
  position: relative;
  padding-top: 40px;
  max-width: 37%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex !important;
}

#finish-care p {
  font-size: 1.4rem;
}

#finish-care2 {
  background: #f4f4f4;
  text-align: center;
  padding: 20px;
  border: 1px solid #f4f4f4;
  border-radius: 15px;
  position: relative;
  padding-top: 40px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none !important;
}

#finish-care2 img {
  background: #f4f4f4;
  text-align: center;
  padding: 20px;
  border: 1px solid #f4f4f4;
  border-radius: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#finish-care2 a {
  color: #d4a817;
}

#finish-care img {
  background: #f4f4f4;
  text-align: center;
  padding: 20px;
  border: 1px solid #f4f4f4;
  border-radius: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#finish-care a {
  color: var(--armac-black);
}

@media (max-width: 767px) {
  #collection #collection-product-list .product {
    width: calc(50% - 40px) !important;
  }

  .product-slider-desc {
    display: none;
  }

  #copyright p {
    width: 100%;
    margin-bottom: 10px;
    clear: both;
    display: block;
    border-right: none;
    padding-right: 0px;
  }

  .footer-sect.social {
    margin-top: 11px;
    /* border-bottom: none; */
    padding: 20px;
  }

  .footer-sect.social h3 {
    /* display: none; */
    text-align: center;
    margin-bottom: 30px;
    font-size: 14px;
  }

  .footer-sect.currency {
  }

  .footer-sect.shopping-from h3 {
    text-align: center;
    display: none;
  }

  footer a {
    font-size: 1em;
  }

  .mob-dropdown {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.4s ease;
    -o-transition: max-height 0.4s ease;
    transition: max-height 0.4s ease;
    clear: both;
    display: inline-block;
    padding-top: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .footer-sect.mobile-only,
  .mobile-only {
    display: block;
    border-bottom: none !important;
  }

  /*Change font size*/
  .footer-sect h3 {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 14px;
  }

  .footer-sect.accord h3:after {
    content: url(https://cdn.shopify.com/s/files/1/2054/5999/files/Vector_20.png?v=1619442515);
    position: absolute;
    right: 0;
    font-weight: 300;
    color: #8c8c8c;
  }

  .footer-sect.accord h3.active:after {
    content: url(https://cdn.shopify.com/s/files/1/2054/5999/files/Vector_20_1.png?v=1619446012);
  }

  #home #welcome .products .product {
    width: 50% !important;
    margin: 0 !important;
    padding: 20px !important;
  }

  #request-catalogue .alt-col-image {
    max-height: 320px !important;
  }

  .footer-sect {
    width: calc(100% - 60px);
    padding: 10px 0;
    text-align: left;
    border-bottom: 1px solid #c4c4c4;
    margin: 0 30px;
    position: relative;
    line-height: 0;
    margin-top: 20px;
  }

  .footer-sect.shopping-from {
    margin-top: 0;
  }

  footer {
    padding: 30px 0 0 0;
  }

  #finishes #inner-page-title {
    display: block;
  }

  #finishes #inner-page-title div {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 760px) {
  #finishes #all-finishes {
    padding: 0 40px;
    overflow: hidden;
    margin-left: 0;
  }

  #all-finishes-slider .swiper-slide {
    margin-bottom: 10px;
  }

  .cf-title {
    display: none;
    font-weight: 700;
    margin: 2px 5px 0 0;
  }

  .cf-select {
    display: block;
    width: 100%;
    max-width: none;
  }

  .cf-desktop-only {
    display: none;
  }

  .cf-mobile-only {
    display: block;
  }
}

#mail-icon {
  position: absolute;
  top: 0;
  background-color: #fff;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  left: 50%;
  z-index: 999;
  padding: 0 50px;
}

#finishes #collection #collection-product-list .product {
  width: calc(20% - 80px);
  margin: 10px 40px;
}

#finishes #collection #collection-product-list {
  width: 100%;
  padding: 10px 0;
}

#finishes .smartwishlist {
  display: none;
}

.footer-secondary #footer-text {
  text-align: center;
  font-size: 0.9em;
}

.cart-amount {
  background-color: #000;
  color: #fff;
  width: 16px;
  height: 17px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 25px;
  position: absolute;
  top: -10px;
  right: -5px;
  font-size: 12px;
}

#finishes-slider .accordion {
  display: none;
}

@media (max-width: 768px) {
  .stylized-dropdown .dropdown-selected,
  .cf-select {
    font-size: 10px;
  }

  .cf-options-container:after,
  .stylized-dropdown .dropdown-selected:after {
    right: 10px;
  }

  #brochure-downloads .btn-outline {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }

  #insta-feed .instafeed-container,
  .instafeed-shopify .instafeed-container {
    width: 50% !important;
    padding-top: 50% !important;
  }

  .tmenu_item_mobile .tmenu_item_level_1 .tmenu_item_link {
    font-weight: 300;
  }

  .lSAction > a {
    top: 45%;
  }

  .collection-products {
    width: 100%;
    padding: 50px 15px;
    background-color: #ebebeb;
  }

  #am-collection #am-collection-top-section {
    margin-bottom: 0px !important;
  }

  #payment-methods {
    display: none;
  }

  .contact-panel h2 {
    margin-bottom: 0px;
    font-size: 25px;
  }

  #contact {
    padding: 0 0 20px 0;
  }

  .nameline {
    width: calc(100% - 20px);
    display: block;
    padding: 10px;
  }

  #contact .global-button {
    margin: 10px;
    width: 100%;
    margin-top: 10px;
    display: inline-block;
    min-height: 50px;
  }

  #contact .newsletter-field {
    margin: 10px;
    width: 100%;
    min-height: 50px;
  }

  #finishes .finish-information {
    text-align: center;
  }

  #finishes-slider .accordion {
    background: none;
    padding: 20px;
    text-align: center;
    display: block;
    width: 100%;
    font-style: italic;
    color: #c1c1c1;
    font-family: "Playfair Display", serif;
  }

  .accordion i {
    width: 100%;
    color: #c1c1c1;
    margin-top: 10px;
  }

  #finishes-slider .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
  }

  #finish-care {
    margin-top: 60px;
    display: none !important;
  }

  #finish-care2 {
    margin-top: 60px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  #page.inner-page.page-delivery {
    padding: 40px 0;
  }
}

@media screen and (max-width: 1600px) {
  .tmenu_navbar .tmenu_item--root > .tmenu_submenu {
    padding-left: 10% !important;
    padding-top: 2% !important;
    padding-right: 0% !important;
    padding-bottom: 2% !important;
    z-index: 999;
    height: auto !important;
  }

  .tmenu_col-7 .tmenu_image > img {
    width: auto !important;
    margin: auto 80px !important;
    height: 27vw;
  }
}

#all-finishes-slider .swiper-slide.active {
  border: 1px solid #ba9c65;
  border-radius: 10px;
}

#finishes .finish-information .panel h2 {
  display: none;
}

.global-modal-contents textarea {
  border: 1px solid var(--armac-light-grey);
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0px;
}

button.buy-finish {
  padding: 10px 15px;
  margin-top: 15px;
  cursor: pointer;
  background-color: #f4f4f4;
  /* position: absolute;
     */
  bottom: 0;
  left: 50%;
  /* transform: translateX(-50%);
     */
  max-width: 100%;
  width: 70%;
  text-transform: uppercase;
  font-size: 0.8em;
  font-size: 1.2rem;
  color: #000;
}

button.buy-finish:hover {
  padding: 10px 15px;
  margin-top: 15px;
  cursor: pointer;
  background-color: #cbcbcb;
}

.cloud-search-page-controls {
  display: none;
}

.shopify-challenge__container {
  overflow: hidden;
  padding: 40px;
}

.contact-form .global-modal .global-modal-close:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  background-image: url(close.svg);
  background-size: 12px;
  content: "";
  height: 12px;
  width: auto;
  padding-right: 20px;
  font-size: 10pt;
  position: initial;
  letter-spacing: 1px;
}

.contact-form .reqmsg {
  margin-bottom: 1.4rem;
  color: var(--armac-black);
  font-size: 1.4rem;
  line-height: 2.2rem;
}

.contact-form .global-modal-box {
}

.no-scroll {
  overflow-y: hidden;
}

.shopify-challenge__container .shopify-challenge__button {
  background: #000;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: auto;
  margin: 0 auto;
  padding: 15px 40px;
  float: none;
}

.shopify-challenge__container .shopify-challenge__button:hover {
  background: #434343;
}

#challenge main {
  background: #fff;
}

.split-form-field {
  border-color: var(--armac-light-grey) !important;
}

#collection-enquiry {
}

[data-option="BCR"],
[data-option="BAN"] {
  display: none !important;
}

.tmenu_item_level_1 .tmenu_indicator {
  display: none !important;
}

#scroll-top {
  position: fixed;
  right: 10px;
  bottom: 10vh;
  background: #ccc;
  width: 40px;
  height: 40px;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.5s ease;
  visibility: hidden;
  opacity: 0;
}

#scroll-top:hover {
  background: #cd9e0c;
}

#scroll-top i {
  color: #fff;
}

.blog-intro {
  text-align: center;
  font-size: 1.5rem;
  max-width: 900px;
  align-self: baseline;
  margin: 0 auto 50px auto;
  font-family: Lato, sans-serif;
  padding: 0 15px;
}

.finishes-pg #inner-page-title {
  margin: unset;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.finishes-pg #description-container {
  max-width: 65%;
  margin: 60px 0 0 0;
}

.finishes-pg #finish-care {
  width: 30%;
  margin-top: 60px;
}

#brochure-downloads #inner-page-title h1 {
  text-align: center !important;
  margin-bottom: 30px;
  font-size: 1.8em;
  text-transform: unset !important;
  letter-spacing: unset !important;
}

#brochure-downloads h1 {
  text-transform: unset;
}

#brochure-downloads #inner-page-title p {
  margin-bottom: 20px;
  line-height: 1.4;
  font-size: 1.6rem;
}

#brochure-downloads #inner-page-title {
  max-width: 730px;
}

#brochure-downloads #inner-page-contents {
  margin: 50px auto 80px auto;
  max-width: 1500px;
}

#shopify-section-brochure-buttons {
  display: flex;
  width: 100%;
  justify-content: left;
  padding-top: 40px;
  clear: both;
  flex-direction: row;
  flex-wrap: wrap;
}

.brochure-button-container {
  width: 33.33%;
  /*   border: 1px solid #CD9E0C;*/
  padding: 0px 15px;
  padding-bottom: 15px;
}

.brochure-button-container .info {
  display: flex;
  width: 100%;
  padding: 10px 50px;
  justify-content: space-between;
  align-items: center;
  background-color: #f4f5f4;
  min-height: 140px;
  margin-top: -5px;
  flex-direction: column;
  position: relative;
}

.brochure-button-container .text {
  text-align: left;
  width: 45%;
  width: 90%;
  position: absolute;
  top: 15%;
  text-align: center;
}

.brochure-button-container .text h2 {
  font-size: 1.5em;
  color: #cd9e0c;
}

.brochure-button-container .text p {
  line-height: 1.3;
  /* margin-top: 20px; */
  display: inline-block;
}

.brochure-button-container .info .productGuidebtns {
  display: flex;
  position: absolute;
  bottom: 10%;
}

.brochure-button .image img {
  width: 100%;
}

.brochure-button .image a.mask {
  width: 100%;
  height: 25%;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(0, var(--armac-grey), transparent);
}

#brochure-downloads #inner-page-heading {
  display: flex;
}

#brochure-downloads .btn-outline {
  height: auto;
  min-width: 194px;
}

#brochure-downloads .btn-outline#requestCat {
  margin-left: 10px;
}

/* The Modal (background) */
#requestcopymodal.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 10000000;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  /* overflow: auto;  Enable scroll if needed */
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
}

/* Modal Content/Box */
#requestcopymodal .modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 600px;
  /* Could be more or less, depending on screen size */
  max-height: 600px;
  max-width: 90%;
  overflow-y: scroll;
  border: 1px solid #282828;
}

#requestcopymodal .modal-content .requestmodaltitle {
  display: flex;
  flex-direction: column;
}

#requestcopymodal .modal-content .requestmodaltitle h2 {
  color: var(--armac-black);
}

#requestcopymodal .modal-content input {
  border: 1px solid var(--armac-light-grey);
}

#requestcopymodal .modal-content textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

#requestcopymodal .modal-content .checkbox-holder {
  border: unset;
}

#requestcopymodal .modal-content .checkbox-holder input {
  border: unset;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#requestcopymodal .modal-content #request-catalogue-submit {
  background-color: transparent;
  border: 1px solid var(--armac-black) !important;
  color: black;
}

#requestcopymodal .modal-content #request-catalogue-submit:hover {
  border: 1px solid #cd9e0c !important;
  color: #cd9e0c;
}

/* The Close Button */
#requestcopymodal .close {
  color: black;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

#requestcopymodal .close:hover,
#requestcopymodal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.hinge-pairs-msg {
  color: #999999;
}

@media (max-width: 1023px) {
  #shopify-section-brochure-buttons {
    flex-direction: column;
  }

  .brochure-button-container {
    width: 100%;
    margin-bottom: 20px;
  }

  .brochure-button-container .info {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 200px;
  }

  .brochure-button-container .text {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  #brochure-downloads .btn-outline {
    margin-top: 30px;
  }

  #brochure-downloads #requestCat.btn-outline {
    margin: 0px;
  }
}

#mob-lb {
  display: none;
}

@media (max-width: 1024px) {
  #dt-lb {
    display: none;
  }

  #mob-lb {
    display: block;
  }
}

#brochure-hard-copy {
  padding: 20px 10px;
  width: 95%;
  margin: 60px auto 0 auto;
  max-width: 700px;
  background: #f8f8f8;
  display: none;
}

#get-the-look-studio-mcgee #inner-page-title h1 {
  text-align: center !important;
  margin-bottom: 30px;
  font-size: 3.2rem;
  text-transform: unset;
  letter-spacing: 0;
}

#get-the-look-studio-mcgee #inner-page-title p {
  margin-bottom: 20px;
  line-height: 1.4;
  font-size: 1.4rem;
}

#get-the-look-studio-mcgee #inner-page-title {
  text-align: center;
  font-size: 1em;
  max-width: 900px;
  align-self: baseline;
  margin: 0 auto 15px auto;
  font-family: Lato, sans-serif;
}

#get-the-look-studio-mcgee #inner-page-contents {
  margin: 20px auto 10px auto;
  max-width: 1500px;
}

#get-the-look-studio-mcgee #collection #collection-product-list .product {
  margin-bottom: 0px;
}

#get-the-look-studio-mcgee .inner-page {
  min-height: 0;
  margin-bottom: 30px;
}

#get-the-look-studio-mcgee .imgs {
  display: block;
  width: 80%;
  margin: 0 auto;
}

#get-the-look-studio-mcgee .imgs img {
  width: 48%;
  height: auto;
  min-height: 1px;
  display: flex;
  float: left;
}

#get-the-look-studio-mcgee .imgs img:first-of-type {
  margin-right: 4%;
}

#get-the-look-studio-mcgee .product-title {
  margin-bottom: 6px;
}

#get-the-look-studio-mcgee .sect-title {
  color: var(--armac-black);
  margin-bottom: 20px;
  font-family: "Playfair Display", serif;
  font-size: 2.7rem;
  text-align: left;
  margin-left: 10%;
}

#delivery h1,
#returns-policy h1,
#your-shopping-cart h1,
#privacy-policy h1,
#terms-amp-conditions h1,
#get-the-look-steve-cordony h1,
#get-the-look-sophie-paterson h1 {
  text-transform: unset;
  letter-spacing: unset;
}

#returns-policy #inner-page-title div {
  font-size: 1.4rem;
}

#get-the-look-studio-mcgee .sect-title:last-of-type {
  margin-top: 0px;
}

#get-the-look-studio-mcgee .product .btn-outline {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

#get-the-look-studio-mcgee .product {
  /*padding-bottom: 78px;*/
}

@media (min-width: 1024px) {
  .get-the-look-page #collection #collection-product-list {
    width: 80%;
    margin: 10px auto;
    justify-content: space-around;
  }

  #grille-finishes .page-grille-finishes #inner-page-title {
    width: 70%;
  }
}

@media (max-width: 1024px) {
  #get-the-look-studio-mcgee .imgs {
    width: 100%;
  }

  #get-the-look-studio-mcgee .sect-title {
    margin-left: 10px;
  }
}

#inspiration-title {
  text-align: center;
  margin-bottom: 22px;
  clear: both;
  display: block;
  height: auto;
}

#inspiration-title h2 {
  color: #cd9e0c;
  margin-bottom: 20px;
  font-family: "quentinregular";
  font-size: 2.9em;
  margin-bottom: 0;
  line-height: 1;
  float: none;
}

#inspiration-title h3 {
  font-family: Lato, sans-serif;
  font-size: 1em;
  float: none;
}

#inspiration-gallery {
  padding: 40px 0;
}

#inspiration-gallery-images {
  clear: both;
  padding: 40px 0;
}

#inspiration-gallery .swiper-container {
  overflow: visible;
}

#inspiration-gallery .swiper-inspiration .swiper-slide {
  text-align: center;
  transition: all 0.5s ease;
  opacity: 0.35;
}

#inspiration-gallery .swiper-inspiration .swiper-slide.swiper-slide-active {
  /*     -webkit-transform: scale(1.5); */
  /*     -moz-transform: scale(1.5); */
  /*     transform: scale(1.5); */
  opacity: 1;
}

#inspiration-gallery .swiper-inspiration {
  display: block;
}

#inspiration-gallery .swiper-button-wrapper {
  display: flex;
  justify-content: center;
  padding: 32px 0 0 0;
}

#inspiration-gallery .swiper-inspiration .swiper-button-custom {
  position: relative;
  top: unset;
  margin-top: unset;
  width: 38px;
  height: 38px;
  background: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  color: #333;
  display: flex;
  justify-content: center;
  margin: 0 8px;
  cursor: pointer;
}

#inspiration-gallery .swiper-inspiration .swiper-button-custom-prev img {
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  transform: scale(-1);
}

#inspiration-gallery .swiper-wrapper {
  padding-left: unset;
}

@media (max-width: 500px) {
  #inspiration-gallery .swiper-inspiration {
    display: none;
  }
}

#inspiration-gallery .swiper-inspiration-mobile {
  display: none;
}

@media (max-width: 500px) {
  #inspiration-gallery .swiper-inspiration-mobile {
    display: block;
  }
}

#inspiration-gallery .swiper-inspiration-mobile .swiper-pagination-progressbar {
  top: 16px;
  left: 16px;
  width: calc(100% - 32px);
  background: rgba(66, 55, 19, 0.25);
}

#inspiration-gallery
  .swiper-inspiration-mobile
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  background: #dcb740;
}

#inspiration-gallery .swiper-inspiration-mobile .inspiration-social {
  height: 600px;
  /* Good default but this is overwritten by inspiration_swiper.js */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 5rem;
  text-align: center;
  background-color: #f4f5f4;
}

#inspiration-gallery .swiper-inspiration-mobile .inspiration-social p {
  margin: 24px 0;
}

#inspiration-gallery .swiper-inspiration-mobile .inspiration-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  font-size: 20px;
}

#inspiration-gallery .swiper-inspiration-mobile .inspiration-social ul li {
  border: 1px solid #282828;
  padding: 4px;
  height: 32px;
  width: 32px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 12px;
  font-size: 16px;
}

#inspiration-gallery .swiper-inspiration-mobile .inspiration-social ul li a {
  margin: 0;
}

#shopify-section-studiomcgee-homepage {
  margin: 10px 0;
  display: block;
  overflow: hidden;
}

.mob-sm {
  display: none;
}

@media (max-width: 1023px) {
  .dt-sm {
    display: none;
  }

  .mob-sm {
    display: block;
    padding: 20px;
    text-align: center;
  }

  .mob-sm img {
    margin-bottom: 30px;
  }

  .mob-sm h3 {
    color: #cd9e0c;
    font-size: 1.7em;
    margin: 0;
    margin-bottom: 20px;
  }

  #shopify-section-studiomcgee-homepage {
    margin: 0px 0;
    display: block;
    overflow: hidden;
  }
}

.brochure-button h2 {
  margin: 0;
  font-size: 1.6em;
  color: var(--armac-white);
  font-family: var(--font-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0;
  text-align: center;
}

.brochure-button .image {
  position: relative;
  margin-bottom: 0;
}

.brochure-button .mob-hide {
  display: block;
}

.brochure-button .image .mob-hide {
  display: flex;
}

.brochure-button .dt-hide,
.brochure-button .image .dt-hide {
  display: none;
}

.panel.brochure .brochure-button .mob-hide {
  display: inline-block;
}

.panel.brochure .brochure-button .dt-hide,
.brochure-button .image .dt-hide {
  display: none;
}

@media (max-width: 1024px) {
  .brochure-button .mob-hide,
  .brochure-button .image .mob-hide {
    display: none;
  }

  .brochure-button .dt-hide {
    display: block;
  }

  .brochure-button .image .dt-hide {
    display: flex;
  }

  .panel.brochure .brochure-button .mob-hide {
    display: none;
  }

  .panel.brochure .brochure-button .dt-hide {
    display: inline-block;
  }

  .brochure-button h2 {
    max-width: 400px;
    width: 95%;
  }
}

#grille-finishes .page-grille-finishes #inner-page-title {
  max-width: 1800px;
}

.grille-finishes-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
}

.grille-finishes-header .grille-image-header {
  width: 55%;
}

.grille-finishes-header .grille-image-header img {
  max-height: 500px;
}

.grille-finishes-header .grille-text-header {
  display: flex;
  flex-direction: column;
  align-self: center;
  width: 40%;
}

#inner-page-title .grille-finishes-header .grille-text-header h2 {
  color: #282828;
  font-family: "quentinregular";
}

#inner-page-heading
  #inner-page-title
  .grille-finishes-header
  .grille-text-header
  p {
  margin-bottom: 0px;
}

#grille-finishes {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

#grille-finishes .grille {
  width: calc(25% - 40px);
  margin: 20px;
  margin-bottom: 20px;
  position: relative;
}

#grille-finishes .grille .img-cont {
  overflow: hidden;
}

#grille-finishes .grille p {
  position: absolute;
  bottom: 10px;
  background-color: #fff;
  padding: 5px;
  font-family: "Playfair Display", serif;
}

#grille-finishes .grille img {
  transform: scale(1);
  /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  transition: 0.5s ease;
}

#grille-finishes .grille:hover img {
  transform: scale(1.5);
  /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

@media (max-width: 365px) {
  .brochure-button h2 {
    font-size: 1.3em;
  }
}

@media (max-width: 1023px) {
  .brochure-button-container:nth-child(1) .info,
  .brochure-button-container:nth-child(3) .info,
  .brochure-button-container:nth-child(4) .info,
  .brochure-button-container:nth-child(5) .info,
  .brochure-button-container:nth-child(6) .info {
    min-height: 150px;
  }
}

@media (max-width: 1024px) {
  #grille-finishes .grille {
    width: calc(50% - 40px);
    margin: 20px;
    margin-bottom: 50px;
  }

  .brochure-button h2 {
    bottom: -3%;
  }

  .brochure-button-container .info {
    padding: unset;
    min-height: 200px;
  }

  .brochure-button-container .info .productGuidebtns {
    flex-direction: column;
    left: 50%;
    transform: translate(-50%, 0px);
  }

  #brochure-downloads .btn-outline#requestCat {
    margin-left: unset;
  }
}

@media (max-width: 425px) {
  #grille-finishes .grille {
    width: calc(100% - 40px);
    margin: 20px;
    margin-bottom: 50px;
  }

  .grille-finishes-header {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .grille-finishes-header .grille-image-header {
    width: 100%;
    margin-bottom: 10px;
  }

  .grille-finishes-header .grille-text-header {
    width: 100%;
  }
}

#grille-finishes .grille p {
  margin-top: 20px;
}

.tmenu_item--root.Finishes_Menu_new,
.tmenu_item--root.get_the_look,
.get_the_look {
  display: none !important;
}

#banner-message .banner-message-anchor {
  text-decoration: underline;
  text-decoration: underline;
  font-size: 1.25rem;
  color: #fff;
  font-family: "Playfair Display", serif;
}

#banner-message {
  text-align: center;
  padding: 9px;
  clear: both;
  background: #b0b4b7;
  font-size: 1.25rem;
  /*display: block;*/
  color: #fff;
  font-family: "Playfair Display", serif;
  box-sizing: border-box;
}

#banner-message a {
  color: #fff;
}

/* promo banner for NEW collection */
#hero-dt {
  display: block;
}

#hero-mob {
  display: none;
}

.promo-banner .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.promo-banner {
  height: 12.6vw;
}

.promo-banner-content {
  position: relative;
}

.promo-banner-copy {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
}

.promo-banner-copy .hide-dsk {
  display: none;
}

.promo-banner-copy .hide-mb {
  display: block;
}

.promo-banner-copy h3 {
  font-size: 2.3vw;
  letter-spacing: 3px;
  text-align: center;
  font-family: "Lato";
  color: var(--armac-black);
  margin-bottom: 10px;
}

.promo-banner-copy a {
  padding: 5px 65px;
  font-size: 1.4rem;
  font-family: "Lato", sans-serif;
  letter-spacing: 1px;
  border: 1px solid var(--armac-white);

  color: #100b0c;
  background-color: transparent !important;
  display: flex;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  line-height: 22px;
  height: auto;
}

@media (max-width: 500px) {
  #hero-dt {
    display: none;
  }

  #hero-mob {
    display: block;
  }

  .promo-banner {
    height: 47.6vw;
  }

  .promo-banner-copy {
    width: 90vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 8px 10px;
  }

  .promo-banner-copy .hide-dsk {
    display: block;
  }

  .promo-banner-copy .hide-mb {
    display: none;
  }

  .promo-banner-copy h4 {
    font-family: "Lato";
    letter-spacing: 1px;
  }

  .promo-banner-copy h3 {
    font-size: 6vw;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 8px;
  }

  .promo-banner-copy a {
    font-size: 2.3vw !important;
    line-height: 11px;
    padding: 5px 12px;
    text-align: left;
    margin-left: unset;
  }
}

.non-uk-user #banner-message {
  display: block;
}

.lslide.active {
  cursor: pointer;
}

@media (max-width: 768px) {
  #banner-message {
    font-size: 1.25rem;
  }

  #inspiration-gallery .slick-prev {
    left: 6%;
  }

  #inspiration-gallery .slick-next {
    left: 94%;
  }

  .finishes-pg #description-container {
    max-width: 100%;
    margin: 20px 0 0 0;
  }
}

@media (max-width: 425px) {
  #hero-images .lSAction {
    display: none !important;
  }

  .lSSlideOuter .lSPager.lSpg {
    margin-top: 0px !important;
  }

  #inspiration-gallery .slick-prev {
    left: 10%;
  }

  #inspiration-gallery .slick-next {
    left: 90%;
  }

  .returnCapText {
    text-transform: lowercase;
  }

  .returnCapText .returnCapTextFirst {
    text-transform: uppercase;
  }

  .product .finish-modal-link .product-min-price {
    margin-bottom: 10px;
  }

  .product .finish-modal-link {
    height: 100%;
  }

  button.buy-finish {
    margin-top: auto;
  }

  .get-the-look-page #inner-page-contents .imgs img:first-of-type {
    width: 100%;
    margin-bottom: 4%;
  }

  .get-the-look-page #inner-page-contents .imgs img {
    width: 100%;
  }

  .get-the-look-page #collection #collection-product-list .product {
    width: calc(50% - 40px) !important;
  }
}
@media (max-width: 375px) {
  header #menu {
    padding: 20px 15px;
  }

  header #logo {
    left: 50px;
  }

  .header-search {
    padding: 20px 10px;
  }
}

.lSAction {
  z-index: 999;
}

#hero .lSAction {
  display: none !important;
}

#hero .full-link,
#herobanner2 .full-link,
#blog-posts .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
}

.tmenu_submenu .tmenu_submenu_tab_control .tmenu_item_link {
  padding: 10px 25px !important;
}

#finish-chip .cart-item-quantity-contents {
  display: none;
}

.get-the-look-page .inner-page {
  min-height: 0px;
}

.get-the-look-page #inner-page-title h1,
#grille-finishes #inner-page-title h1 {
  text-align: center !important;
  margin-bottom: 30px;
  font-size: 2.7rem;
}

.get-the-look-page #inner-page-title p,
#grille-finishes #inner-page-title p {
  margin-bottom: 20px;
  line-height: 1.4;
  font-size: 1.4em;
  text-transform: unset;
  letter-spacing: unset;
}

.get-the-look-page #inner-page-title,
#grille-finishes #inner-page-title {
  margin-bottom: 50px;
  text-align: center;
  font-size: 1em;
  max-width: 900px;
  align-self: baseline;
  margin: 0 auto 10px auto;
  font-family: Lato, sans-serif;
}

.get-the-look-page #inner-page-contents {
  margin: 20px auto 10px auto;
  max-width: 1500px;
}

.get-the-look-page .imgs {
  display: block;
  width: 80%;
  margin: 0 auto;
}

.get-the-look-page .imgs img {
  width: 48%;
  height: auto;
  min-height: 1px;
  display: flex;
  float: left;
}

.get-the-look-page .imgs img:first-of-type {
  margin-right: 4%;
}

.get-the-look-page .product-title {
  margin-bottom: 6px;
}

.get-the-look-page .sect-title {
  color: var(--armac-black);
  margin-bottom: 20px;
  font-family: "Playfair Display", serif;
  text-align: left;
  margin-left: 10%;
  font-size: 2.7rem;
}

.get-the-look-page .sect-title:last-of-type {
  margin-top: 0px;
}

.get-the-look-page .product .btn-outline {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.get-the-look-page .product {
  padding-bottom: 0px;
}

@media (max-width: 1024px) {
  .get-the-look-page .imgs {
    width: 100%;
  }

  .get-the-look-page .sect-title {
    margin-left: 10px;
  }
}

/* OLD INSPIRATION GALLERY */

#inspiration-gallery-images {
  clear: both;
  padding: 0;
}

#inspiration-gallery-slider {
  padding: 0;
}

#inspiration-gallery {
  padding: 30px 0;
  display: block;
  overflow: hidden;
  width: 100%;
  padding-bottom: 40px;
}

#inspiration-gallery .slick-prev {
  position: absolute;
  top: -10px;
  left: 35%;
  transform: translateX(-50%);
  font-weight: 300;
  text-decoration: none;
  color: #8a8a8a;
  font-size: 30px;
  font-family: "Font Awesome 5 Pro";
  background: none;
  z-index: 99999;
  padding: 20px;
}

#inspiration-gallery .slick-next {
  position: absolute;
  top: -10px;
  left: 65%;
  transform: translateX(-50%);
  font-weight: 300;
  text-decoration: none;
  color: #8a8a8a;
  font-size: 30px;
  font-family: "Font Awesome 5 Pro";
  background: none;
  z-index: 99999;
  padding: 20px;
}

#inspiration-gallery .slick-track {
  margin-top: 50px;
  padding-bottom: 70px;
  margin-left: 35px;
}

#inspiration-gallery-slider .slick-slide.slick-current {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  transform: scale(1.5);
}

#inspiration-gallery-slider .slick-slide {
  transition: all 0.5s ease;
  margin-right: 70px;
  padding: 20px;
}

#inspiration-gallery-slider .slick-list {
  padding: 50px !important;
  padding-bottom: 20px !important;
  padding-top: 0 !important;
}

@media (max-width: 1600px) {
  #inspiration-gallery-slider .slick-slide {
    padding: 5px;
  }
}

@media (max-width: 1300px) {
  #inspiration-gallery-slider .slick-slide {
    padding: 5px;
  }

  #inspiration-gallery-slider .slick-slide.slick-current {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    transform: scale(1.4);
  }

  #inspiration-gallery .slick-prev {
    left: 25%;
  }

  #inspiration-gallery .slick-next {
    left: 75%;
  }
}

#inspiration-gallery-slider-mob {
  display: none;
}

@media (max-width: 1024px) {
  #inspiration-gallery .slick-prev,
  #inspiration-gallery .slick-next {
    display: none !important;
  }

  #inspiration-gallery-slider-mob .slick-slide {
    margin-right: 40px;
  }

  #inspiration-gallery-slider-mob .slick-slide {
    padding: 10px;
  }

  #inspiration-gallery-slider {
    display: none;
  }

  #inspiration-gallery-slider-mob {
    display: block;
    padding: 0;
  }

  #inspiration-gallery .slick-track {
    margin-top: 0px;
    padding-bottom: 20px;
    margin-left: 20px;
  }

  #inspiration-gallery .slick-prev {
    left: 5%;
    top: 0px;
  }

  #inspiration-gallery .slick-next {
    left: 95%;
    top: 0px;
  }

  #inspiration-gallery-slider .slick-list {
    padding-top: 10px !important;
  }
}

.cart-item-contents {
  font-size: 1.3rem;
}

#collection-seo-top p {
  font-size: 1.5rem;
}

#your-shopping-cart #inner-page-heading h1 {
  font-size: 2.8rem;
}

/*#instant_search_menu {
    display: none;
}*/

#search-button {
  width: 100%;
  max-width: 32rem;
}

#search-button form {
  clear: none;
  float: unset;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

#search-button form input {
  clear: none;
  width: 100%;
  margin: 0;
  float: none;
  padding: 1.2rem;
}

#search-button form button {
  width: auto;
  position: relative;
  right: unset;
  min-width: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0px;
}

#search-button form button svg {
  color: var(--armac-black);
  width: 1.8rem;
  height: 1.8rem;
}

@media screen and (max-width: 1024px) {
  #search-button.circle-button {
    height: auto;
  }

  #search-button form button svg {
    color: var(--armac-gold);
  }
}

button.wk-button-product {
  margin: 0 !important;
  position: absolute;
  right: 0;
  bottom: -8px;
  z-index: 9;
}

button.wk-button-product .wk-label {
  display: none !important;
}

.shogun-root h1,
.shogun-root h2,
.shogun-root h3,
.shogun-root h4,
.shogun-root h5,
.shogun-root h6 {
  float: unset !important;
}

.global-modal-box .product-image img {
  max-width: 24rem;
}

.boost-pfs-filter-left-col {
  top: var(--header-height) !important;
}
