/* 
* Merchr Main Styles 
*/

:root {
  --main-bg-color: #fff;
  --header-bg-gradient: linear-gradient(to bottom, #f2efea 0%, #efe7da 100%);
  --header-1-color: #fff;
  --header-2-color: #8B7668;
  --header-3-color: #696554;
  --header-4-color: #696554;
  --main-text-color: #696554;
  --footer-title-text-color: #8B7668;
  --footer-body-text-color: #EFE3D3;
  --powered-by-merchr-text-color: #A5A085;
  --powered-by-merchr-background-color-rgb: #A5A08533;
  --footer-bg-color: #584b42;
  --header-font: 'pathway_gothic_oneregular', Helvetica, Arial, sans-serif;
  --text-font: 'Lato Regular', Helvetica, Arial, sans-serif;
  --button-font: 'Roboto Regular', Helvetica, Arial, sans-serif;
  --text-font-bold: 'Lato Bold', Helvetica, Arial, sans-serif;
  --body-font-size: 14px;
  --hover-opacity: 0.66;
}

body {
  font-family: var(--text-font) !IMPORTANT;
  font-size: var(--body-font-size);
  color: var(--main-text-color);
  line-height: 1;
}
body.custom-background {
  background-size: contain;
  background-attachment: fixed;
}
strong {
  font-family: var(--text-font-bold);
  font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-family: var(--header-font) !IMPORTANT;
  font-weight: normal !IMPORTANT;
  text-transform: uppercase;
}
h1 {
  color:  var(--header-1-color);
  font-size: 20vw !IMPORTANT;
}
h2 {
  color:  var(--header-2-color);
  font-size: 12vw !IMPORTANT;
}
h3 {
  color:  var(--header-3-color);
  font-size: 8.85vw !IMPORTANT;
}
h4 {
  font-size: 6vw !IMPORTANT;
}
#standard-page h3 {
  font-size: 4vw !IMPORTANT;
  margin-bottom: 30px;
}
#standard-page h4 {
  font-size: 2vw !IMPORTANT;
  margin-bottom: 30px;
}
#standard-page h5 {
  font-size: 20px !IMPORTANT;
  margin-bottom: 30px;
}

a, a:link, a:visited {
  color: var(--main-text-color);
  transition: all 0.25s;
}
a:hover, a.merchr-active {
  opacity: var(--hover-opacity);
}
p {
  margin: 0 0 15px;
  line-height: 1.65em;
}
blockquote {
  margin: 0;
}
.merchr-flex {
  display: flex;
}
li {
  padding: 4px 0;
  line-height: 1.65em;
}

/* Layout */
.merchr-wrapper {
  position: relative;
  width: 100%;
  background: #f6f3ee;
}
header, section, footer {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}
section {
 margin: 90px 0; 
 min-height: 210px;
}
.container {
  padding-right: 0;
  padding-left: 0; 
}
.row {
  margin-right: 0;
  margin-left: 0;
}
.container-header-top-bar {
  display: flex;
}
.col-header-top-bar-left,
.col-header-top-bar-right {
  width: 50%;
}
.col-header-main {
  width: 100%;
  text-align: center;
}
.header-main-section-h1 {
  margin-top: -5vw; 
}
.header-main-section-product {
  margin-top: -4vw;
}
.header-main-section-logo {
  margin-top: -22.75vw;
}
.header-main-section-h2 {
  margin-top: -1vw;
}
.header-main-section-socials {
  display: flex;
  margin-bottom: 2vw;
}
.header-main-section-socials > div {
  width: 33.333334%
}
.row-footer-section-2 {
  margin-top: 40px;
}
.row-footer-section-3 {
    margin-top: 80px;
}
.merchr-spacer {
  width: 100%;
  clear: both;
}
.wp-block-heading {
  margin-bottom: 30px;
}
@media only screen and (max-width: 679px) {
  h4 {
    font-size: 12vw !IMPORTANT;
  }
  #standard-page h3 {
    font-size: 6vw !IMPORTANT;
  }
  #standard-page h4 {
    font-size: 4vw !IMPORTANT;
  }
  section {
    margin: 60px 0; 
  }
  .header-main-section-h1 {
    margin-top: 0;
  }
  .row-footer-section-3 {
    margin-top: 40px;
  }
}

/* Header */
header {
  padding: 1.5vw 15px;
  width: calc(100% - 30px);
  background: var(--header-bg-gradient);
}
.col-header-top-bar-left {
  text-align: left;
}
.col-header-top-bar-left a {
  display: inline-block;
  margin-right: 20px;
}
.col-header-top-bar-left a:last-child {
  margin-right: 0px;
}
.col-header-top-bar-right {
  text-align: right;
  text-transform: uppercase;
}
.col-header-top-bar-right a {
  display: inline-block;
  margin-bottom: 15px;
}
.header-main-section-socials-1 {
  text-align: left;
}
.header-main-section-socials-1 a {
  display: inline-block;
  margin-right: 20px;
}
.header-main-section-socials-1 a:last-child {
  margin-right: 0px;
}
.header-main-section-socials-2,
.header-main-section-socials-2 a {
  font-size: 0.75vw;
  font-family: var(--text-font-bold);
  color: var(--powered-by-merchr-text-color);
}
.header-scroll-down {
  position: absolute;
  height: 10vw;
  width: auto;
  top: calc(50% - 5vw);
  left: 15px;
  cursor: pointer;
}
.merchr-product-image {
  width: 20vw;
}
.merchr-logo-image {
  width: 10vw;
}

/* Page Headers */
.mlc-header-page-custom,
.mlc-header-woocommerce {
  padding: 0 !important;
  width: 100% !important;
}
.container-page-header {
  display: none;
}
.mlc-header-page-custom .container-main-header,
.mlc-header-page-custom #mlc-header-contact-link,
.mlc-header-page-custom .col-header-top-bar-right br,
.mlc-header-woocommerce .container-main-header,
.mlc-header-woocommerce #mlc-header-contact-link,
.mlc-header-woocommerce .col-header-top-bar-right br {
  display: none;
}
.mlc-header-page-custom .container-page-header,
.mlc-header-woocommerce .container-page-header {
  display: block;
}
.mlc-header-page-custom .col-header-top-bar-right a,
.mlc-header-woocommerce .col-header-top-bar-right a {
  margin-bottom: 0;
  color: #fff;
}
.mlc-header-page-custom .col-header-top-bar-left path,
.mlc-header-woocommerce .col-header-top-bar-left path {
  stroke: #fff;
}
.mlc-header-page-custom .header-scroll-down,
.mlc-header-woocommerce .header-scroll-down {
  z-index: 1;
}
.mlc-header-page-custom .header-scroll-down path,
.mlc-header-woocommerce .header-scroll-down path {
  fill: #fff;
}
.mlc-header-page-custom .col-header-top-bar-right a#mlc-header-home-link,
.mlc-header-woocommerce .col-header-top-bar-right a#mlc-header-home-link {
  margin-right: 10px;
}
.mlc-header-page-custom .container-header-top-bar,
.mlc-header-woocommerce .container-header-top-bar {
  position: absolute;
  width: calc(100% - 70px);
  padding: 2vw 35px !important;
  z-index: 1;
}
.mlc-header-page-custom .container-page-header .col-header-main,
.mlc-header-woocommerce .container-page-header .col-header-main {
  position: relative;
}
.mlc-header-page-custom .container-page-header .header-main-section-h1,
.mlc-header-page-custom .container-page-header .header-main-section-logo {
  position: absolute;
}
.mlc-header-page-custom .container-page-header .header-main-section-h1 {
  width: 80%;
  bottom: 0;
  left: 10%;
  margin-top: 0 !important;
}
.mlc-header-page-custom .container-page-header .header-main-section-h1 h1 {
  font-size: 18vw ! IMPORTANT;
  color: #f1f1f0;
}
#mlc-header-page-sustainability .container-page-header .header-main-section-h1 h1 {
  color: #a39d82;
}
#mlc-header-contact .container-page-header .header-main-section-h1 h1 {
  color: #f6e9d7;
}
.mlc-header-page-custom .container-page-header .header-main-section-logo,
.mlc-header-woocommerce .container-page-header .header-main-section-logo {
  position: absolute;
  width: 72px;
  height: auto;
  top: 15px;
  left: calc(50% - 31px);
  margin-top: 0 !important;
  z-index: 1;
}
.mlc-header-woocommerce #header-scroll-down,
.mlc-header-woocommerce .container-page-header .header-main-section-h1,
.mlc-header-woocommerce .container-page-header .header-main-section-background {
  display: none;
}
.mlc-header-woocommerce {
  height: 100px;
  background: #fff;
}
.mlc-header-woocommerce .col-header-top-bar-right a {
  color: #696554;
}
.mlc-header-woocommerce .col-header-top-bar-left path {
  stroke: #696554;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: inline-flex;
  line-height: 2.5;
}

@media only screen and (max-width: 679px) {
  .header-main-section-socials-2,
  .header-scroll-down  {
    visibility: hidden;
  }
  .header-main-section-socials {
    margin-top: 4vw;
  }
  .col-header-top-bar-left a,
  .header-main-section-socials-1 a  {
    margin-right: 10px;
  }
  .col-header-top-bar-left a:last-child,
  .header-main-section-socials-1 a:last-child  {
    margin-right: 0px;
  }
  .col-header-top-bar-right a {
    margin-bottom: 10px;
  }
  .mlc-header-page-custom .container-header-top-bar,
  .mlc-header-woocommerce .container-header-top-bar {
    position: absolute;
    width: calc(100% - 30px);
    margin-top: 34px;
    padding: 2vw 15px !important;
    z-index: 1;
  }
}

/* Footer */
footer {
  padding: 5.5vw 0 4vw;
  background: var(--footer-bg-color);
  color: var(--footer-body-text-color);
}
.col-footer-title {
  align-items: center;
}
.merchr-logo-image-footer {
  width: 7.55vw;
  margin-top: -20px;
}
.footer-title {
  display: inline-block;
  margin-left: 15px;
  margin-top: -20px;
  font-family: var(--header-font);
  color: var(--footer-title-text-color);
  text-transform: uppercase;
  font-size: 10.5vw;
}
.col-footer-icon-1 {
  text-align: right;
}
.col-footer-icon-1 svg path {
  stroke: var(--powered-by-merchr-text-color);
}
.col-footer-icon-1 a {
  display: inline-block;
  margin-right: 20px;
}
.col-footer-icon-1 a:last-child {
  margin-right: 0px;
}
.col-footer-powered-by,
.col-footer-powered-by a {
  color: var(--powered-by-merchr-text-color);
  font-size: 1.25vw;
}
.col-footer-links {
  text-align: right;
}
.footer-intro {
  padding-right: 30px;
}
.footer-page-links a {
  display: inline-block;
  margin-right: 30px;
  color: var(--powered-by-merchr-text-color);
  text-transform: uppercase;
}
.footer-page-links a:last-child {
  margin-right: 0;
}
.footer-page-links a.merchr-active {
  color: var(--footer-body-text-color);
}
.footer-social-icons {
  margin-top: 20px;
}
.footer-social-icons a {
  display: inline-block;
  margin-right: 25px;
}
.footer-social-icons a:last-child {
  margin-right: 0;
}
.row-footer-section-3,
.row-footer-section-3 a {
  color: rgb(255 255 255 / 75%);
  font-size: 12px;
  font-family: var(--button-font);
}
.row-footer-section-3 a:hover,
.row-footer-section-3 a.merchr-active {
  color: var(--footer-body-text-color);
}
.footer-terms {
  text-align: right;
}
.merchr-to-top {
  display: inline-block;
  position: absolute;
  bottom: 15px;
  left: calc(50% - 12px);
}
.merchr-to-top svg {
  fill: var(--powered-by-merchr-text-color);
}
@media only screen and (max-width: 1079px) {
  .footer-title {
    font-size: 9vw;
  }
}
@media only screen and (max-width: 679px) {
  .footer-title {
    font-size: 10.5vw !IMPORTANT;
  }
  .col-footer-icon-1 a {
    margin-right: 10px;
  }
  .col-footer-icon-1 a:last-child  {
    margin-right: 0px;
  }
  .merchr-logo-image-footer {
    margin-top: -0;
  }
  .footer-title {
    margin-top: 0;
  }
  .col-footer-icon-1 {
    padding-top: 5px;
  }
  .col-footer-powered-by, .col-footer-powered-by a {
    font-size: 3vw !IMPORTANT;
    text-align: left;
    padding-left: 7vw;
  }
  .row-footer-section-2,
  .row-footer-section-3  {
    display: block;
    text-align: center;
  }
  .row-footer-section-2 div,
  .row-footer-section-3 div  {
    display: block;
    width: 100%;
  }
  .col-footer-links {
    margin-top: 30px;
    text-align: center;
  }
  .footer-intro {
    padding-right: 0;
  }
  .footer-terms {
    text-align: center;
    margin-top: 15px;
  }
  .merchr-to-top {
    bottom: 62px;
  }
}
@media only screen and (max-width: 374px) {
  .merchr-to-top {
    bottom: 82px;
  }
}
@media only screen and (min-width: 1600px) {
  .merchr-logo-image-footer {
    width: 110px;
  }
  .footer-title {
    font-size: 150px !IMPORTANT;
  }
}

/* Content */
.merchr-home-title-pre h4,
.merchr-home-title-post h4 {
  font-size: 3vw !IMPORTANT;
}
@media only screen and (max-width: 679px) {
  .merchr-home-title-pre h4,
  .merchr-home-title-post h4 {
    font-size: 4.5vw !IMPORTANT;
  }
}

/* Merchr Cart Badge */
.merchr-cart-icon {
  position: relative;
}
.merchr-cart-badge {
  display: inline-block;
  position: absolute;
  top: -4px;
  right: -6px;
  width: 11px;
  height: 10px;
  padding: 3px 2px 2px;
  font-size: 9px;
  color: #fff;
  background: green;
  border-radius: 50%;
  text-align: center;
  box-shadow: 2px 2px 4px -2px rgba(0,0,0,0.33);
}

/* WooCommerce */
.woocommerce #container-body-content h1 {
  color: var(--header-3-color);
  font-size: 4vw !important;
  margin-bottom: 30px;
}
.woocommerce-info {
  border-top-color: var(--footer-bg-color);
}
.woocommerce-info::before {
  color: var(--footer-bg-color);
}
.woocommerce-Address-title h2 {
  font-size: 28px !IMPORTANT;
}
.wp-block-woocommerce-empty-cart-block h2,
.woocommerce ul.products li.product h2 {
  font-size: 3vw !IMPORTANT;
}
.wc-block-grid__product-title {
  font-size: 2vw !IMPORTANT;
}
.wc-block-cart-item__remove-link,
.wc-block-components-totals-shipping__change-address__link {
  padding: 10px !IMPORTANT;
  text-decoration: none !IMPORTANT;
}
.wc-block-cart-item__remove-link:hover,
.wc-block-components-totals-shipping__change-address__link:hover {
  opacity: var(--hover-opacity);
}
.wc-block-components-quantity-selector:after {
  border-radius: 13px !IMPORTANT;
}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
  text-align: center;
}
.single-product #container-body-content h2 {
  font-size: 3vw !IMPORTANT;
  margin-bottom: 0;
  line-height: 1;
}
.woocommerce-checkout #container-body-content h2 {
  font-size: 2.5vw !IMPORTANT;
  margin-bottom: 15px;
}
.product_meta {
  margin-bottom: 10px;
}
.merchr-product-title-wrap {
  margin-bottom: 20px;
}
.single-product #container-body-content .summary .product_title {
  margin-bottom: 20px;
}
.single-product #container-body-content .summary .price {
  margin-bottom: 0;
}
.woocommerce-Price-amount,
.woocommerce ul.products li.product .price,
.single-product #container-body-content .summary .price span {
  color: var(--main-text-color);
  font-family: var(--text-font-bold);
  font-size: 20px;
}
.variations .label {
  text-align: left;
}
.variations .label label {
  font-family: var(--text-font-bold);
  font-weight: normal!IMPORTANT;
}
.wc-block-cart__submit-container {
  font-family: var(--button-font) !IMPORTANT;
  background-color: var(--powered-by-merchr-text-color) !IMPORTANT;
  border: none !IMPORTANT;
  color: #fff !IMPORTANT;
  border-radius: 50px !IMPORTANT;
  font-weight: normal !IMPORTANT;
}
.wc-block-cart__submit-container:hover,
.wc-block-components-checkout-place-order-button:hover {
  opacity: var(--hover-opacity);
}
.wc-block-components-button:not(.is-link) .wc-block-components-button__text {
  color: #fff !IMPORTANT;
}
.woocommerce .quantity,
.woocommerce .single_add_to_cart_button {
  display: none !IMPORTANT;
}
.merchr-designer-trigger {
  display: inline-block;
  padding: 20px 40px;
  font-family: var(--button-font);
  background-color: var(--powered-by-merchr-text-color);
  border: none;
  color: #fff;
  border-radius: 50px;
  font-weight: normal;
  cursor: pointer;
}
.merchr-designer-trigger:hover {
  opacity: var(--hover-opacity);
}
.wc-block-grid .button {
  padding: .618em 1em;
}
.wc-block-components-product-details li {
  padding: 1px 0;
}
.wp-block-woocommerce-cart-order-summary-heading-block {
  font-size: 4vw !important;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image, 
table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image {
  width: 200px !important;
}
.wc-block-components-product-details__preview-1,
.wc-block-components-product-details__preview-2,
.wc-block-components-product-details__preview-3,
.wc-block-components-product-details__preview-4 {
  display: none;
}
.wc-block-cart-item__image,
.wc-block-cart-item__image a {
  position: relative;
}
.wc-block-cart-item__image a {
  display: block;
}
.wc-block-cart-item__image a:hover {
  opacity: 1;  
}
.mlc-preview-2,
.mlc-preview-3, 
.mlc-preview-4 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.mlc-preview-nav {
  border-radius: 50%;
  background: var(--powered-by-merchr-text-color);
  text-align: center;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}
.mlc-preview-nav:hover {
  opacity: 0.9;
}
.mlc-preview-nav-disabled,
.mlc-preview-nav-disabled:hover {
  opacity: 0.5;
}
.wc-block-grid__product button {
  display: inline-block;
  width: 120px;
  margin: 0 auto;
}
.wc-block-cart-item__image {
  width: 270px !important;
}
@media only screen and (max-width: 741px) {
  .wc-block-cart-item__image {
    width: auto !important;
  }
  .is-medium table.wc-block-cart-items .wc-block-cart-items__row, 
  .is-mobile table.wc-block-cart-items .wc-block-cart-items__row, 
  .is-small table.wc-block-cart-items .wc-block-cart-items__row {
    -ms-grid-columns: 160px 132px !important;
    grid-template-columns: 160px 132px !important;
  }
}
@media only screen and (max-width: 374px) {
  .is-medium table.wc-block-cart-items .wc-block-cart-items__row, 
  .is-mobile table.wc-block-cart-items .wc-block-cart-items__row, 
  .is-small table.wc-block-cart-items .wc-block-cart-items__row {
    -ms-grid-columns: 120px 132px !important;
    grid-template-columns: 120px 132px !important;
  }
}

@media only screen and (max-width: 679px) {
  .wp-block-woocommerce-empty-cart-block h2,
  .woocommerce ul.products li.product h2,
  .woocommerce #container-body-content h1 {
      font-size: 10vw !important;
  }
  .wc-block-grid__product-title  {
      font-size: 8vw !important;
  }
  .single-product #container-body-content h2 {
    font-size: 6vw !IMPORTANT;
  }
  .woocommerce-checkout #container-body-content h2 {
    font-size: 8vw !IMPORTANT;
  }
  .woocommerce ul.products li.product .price {
    font-size: 3vw;
  }
  .woocommerce-Price-amount {
    font-size: 4vw;
  }
}


/* Form/Button overrides */
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="submit"],
input[type="reset"],
textarea,
button {
  border-radius: 0 !IMPORTANT;
  box-shadow: none !IMPORTANT;
  outline: none !IMPORTANT;
  -webkit-appearance: none !IMPORTANT;
  -moz-appearance: none !IMPORTANT;
  line-height: 1 !IMPORTANT;
}
select {
  border-radius: 0 !IMPORTANT;
  box-shadow: none !IMPORTANT;
  outline: none !IMPORTANT;
}
button,
input[type="submit"],
input[type="reset"],
.elementor-button-text,
.wp-block-button__link,
.wc-block-grid .button,
div.wpforms-container-full button[type=submit]:not(:hover):not(:active),
div.wpforms-container-full button[type=submit]:hover, div.wpforms-container-full button[type=submit]:active,
li.product .button {
  font-family: var(--button-font) !IMPORTANT;
  background-color: var(--powered-by-merchr-text-color) !IMPORTANT;
  border: none !IMPORTANT;
  color: #fff !IMPORTANT;
  border-radius: 50px !IMPORTANT;
  font-weight: normal !IMPORTANT;
}
div.wpforms-container-full button[type=submit]:hover, div.wpforms-container-full button[type=submit]:active,
.woocommerce button[type=submit]:hover, .woocommerce button[type=submit]:active,
li.product .button:hover, li.product .button:active, 
.wp-block-button__link:hover, .wp-block-button__link:active {
  background-color: var(--powered-by-merchr-text-color) !IMPORTANT;
  border: none !IMPORTANT;
  color: #fff !IMPORTANT;
  font-weight: normal !IMPORTANT;
  opacity: var(--hover-opacity);
}
div.wpforms-container-full input[type=submit], 
div.wpforms-container-full button[type=submit], 
div.wpforms-container-full .wpforms-page-button, 
.wp-core-ui div.wpforms-container-full input[type=submit], 
.wp-core-ui div.wpforms-container-full button[type=submit], 
.wp-core-ui div.wpforms-container-full .wpforms-page-button {
    transition: none !IMPORTANT;
}
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
select,
textarea {
  border-width: 1px !IMPORTANT;
  border-color: var(--powered-by-merchr-text-color) !IMPORTANT;
  color: var(--main-text-color);
}
input[type="text"]:hover,
input[type="password"]:hover,
input[type="tel"]:hover,
input[type="email"]:hover,
input[type="search"]:hover,
textarea:hover,
select:hover,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus,
select: :focus {
  border-color: var(--main-text-color) !IMPORTANT;
}
.woocommerce input.input-text, 
.woocommerce  textarea,
.woocommerce  select {
  padding: 15px;
}
.woocommerce .quantity .qty {
  padding: 6px;
  border: 1px solid var(--main-text-color) !IMPORTANT;
  color: var(--main-text-color);
}
select2-selection,
select2-selection:hover,
select2-selection:focus,
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid var(--powered-by-merchr-text-color) !important;
  outline: 0 !important;
  border-radius: 0 !important;
}
.select2-selection__choice {
  background-color: var(--powered-by-merchr-background-color-rgb) !important;
}

@media only screen and (max-width: 969px) {
  select#colours,
  select#colour  {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .woocommerce-product-gallery__wrapper {
    box-shadow: none;
  }
}
@media only screen and (max-width: 679px) {
  input::placeholder,
  textarea::placeholder  {
    font-size: 14px;
  }
  .mlc-contact-name-fields .wpforms-one-half {
    width: 100% !important;
  }
  .mlc-contact-name-fields .wpforms-one-half:first-child {
    margin-bottom: 30px !important;
    padding-right: 0 !important;
  }
  .mlc-contact-name-fields .wpforms-one-half:last-child {
    padding-left: 0 !important;
  }
}

