/** Shopify CDN: Minification failed

Line 38:0 Unexpected "@import"

**/
templates.css.liquid
/*** FONTS ***/

/**
 * @license
 * MyFonts Webfont Build ID 3987061, 2020-12-14T18:24:26-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: FuturaRound-Demi by URW Type Foundry
 * URL: https://www.myfonts.com/fonts/urw/futura-round/demi/
 * Copyright: Copyright 2014 by (URW)++ Design &amp;amp; Development GmbH
 * 
 * Webfont: FuturaRound-Regular by URW Type Foundry
 * URL: https://www.myfonts.com/fonts/urw/futura-round/regular/
 * Copyright: Copyright 2014 by (URW)++ Design &amp;amp; Development GmbH
 * 
 * Webfont: FuturaRound-Oblique by URW Type Foundry
 * URL: https://www.myfonts.com/fonts/urw/futura-round/obl/
 * Copyright: Copyright (c) 2014-2020 by URW Type Foundry GmbH
 * 
 * 
 * 
 * © 2020 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
@import url("https://hello.myfonts.net/count/3cd675");
  
@font-face {
  font-family: 'FuturaRound';
  font-weight: 700;
  font-display: swap;
  src: url(//redbarnmercantile.com/cdn/shop/t/22/assets/futura-round-demi.woff2?v=127570893307743375161762055179) format('woff2'), url(//redbarnmercantile.com/cdn/shop/t/22/assets/futura-round-demi.woff?v=89720335585465388801762055179) format('woff');
}
@font-face {
  font-family: 'FuturaRound';
  font-style: italic;
  font-display: swap;
  src: url(//redbarnmercantile.com/cdn/shop/t/22/assets/futura-round-oblique.woff2?v=24023221907156471551762055179) format('woff2'), url(//redbarnmercantile.com/cdn/shop/t/22/assets/futura-round-oblique.woff?v=63530088634705122171762055179) format('woff');
}
@font-face {
  font-family: 'FuturaRound';
  font-weight: 400;
  font-display: swap;
  src: url(//redbarnmercantile.com/cdn/shop/t/22/assets/futura-round-regular.woff2?v=33651082146854978621762055179) format('woff2'), url(//redbarnmercantile.com/cdn/shop/t/22/assets/futura-round-regular.woff?v=37469655366624744731762055179) format('woff');
}

@font-face {
  font-family: 'Amalfi Coast';
  font-display: swap;
  src: url(//redbarnmercantile.com/cdn/shop/t/22/assets/amalfi_coast-webfont.woff2?v=62180649426018594901762055179) format('woff2'), url(//redbarnmercantile.com/cdn/shop/t/22/assets/amalfi_coast-webfont.woff?v=162819928812532182551762055179) format('woff');
}

/*** VARIABLES ***/

:root {
  --color-primary: #c3102f;
  --color-primary-dark: #5a1300;
  --color-body-text: #13263d;
  --color-bg: #f9f9f9;
  --font-stack-header: 'PT Serif', "Times New Roman", Georgia, serif;
  --font-stack-body: 'FuturaRound', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --font-stack-script: 'Amalfi Coast', 'Brush Script MT', 'Brush Script Std', Mistral, script;
  --color-border: #dbdbdd;
}

:focus {
  outline: none;
}

/*** LAYOUT ***/

body {
  font-family: var(--font-stack-body);
  color: var(--color-body-text);
  max-width: 1600px;
  margin: auto;
}

.page-width {
  max-width: 1200px;
}

/*** HEADINGS ***/

h1, .h1 {
  font-size: 36px;
  color: var(--color-primary);
  font-family: var(--font-stack-header);
}

@media only screen and (max-width: 749px) {
	h1, .h1 {
		font-size: 24px;
	}
}

h1 {
  text-align: center;
}

h2, .h2 {
  font-size: 24px;
  color: var(--color-primary);
  font-family: var(--font-stack-header);
}

@media only screen and (max-width: 749px) {
	h2, .h2 {
		font-size: 19px;
	}
}

h3, .h3 {
  font-size: 18px;
  font-family: var(--font-stack-script);
  font-weight: 400;
}

h4, .h4 {
  font-size: 20px;
}

h5, .h5 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 400;
}

h6, h6 {
  font-size: 13px;
}

/*** FORMS ***/

label {
	font-size: 13px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-family: var(--font-stack-body);
	margin-bottom: 5px;
	display: block;
}

input, select {
  font-family: var(--font-stack-body);
}

/*** BUTTONS & LINKS ***/

a {
  color: var(--color-primary);
  text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.btn, button {
	font-family: var(--font-stack-body);
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
  color: white;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 14px 25px 12px;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
}

.btn:hover {
  opacity: 0.7;
}

.btn-secondary {
  background: white;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 14px 25px 12px;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
}

.btn-secondary:hover {
  opacity: 1;
  background: var(--color-primary);
  color: white;
}

/*** HEADER ***/

.toolbar-nav {
  background: var(--color-primary);
  color: white;
  font-size: 13px;
  padding: 10px 0;
  margin-bottom: 22px;
}

@media only screen and (max-width: 749px)  {
	.toolbar-nav {
		display: none;
	}
}

.toolbar-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.toolbar-nav li {
  display: inline-block;
  margin-right: 20px;
}

.toolbar-nav a {
  color: white;
  text-decoration: none;
  font-weight: 700;
}

.header-search {
  width: 250px;
}

.search-form {
  display: flex;
  border: 1px solid var(--color-border);
}

.search-form #Search {
  flex: 1;
  border: 0;
  padding: 12px 10px 8px 10px;
  font-family: var(--font-stack-body);
  font-size: 13px;
  line-height: 1;
  color: var(--color-body-text);
}

.search-form .btn {
  padding: 0;
  background-color: white;
  border: none;
  color: var(--color-primary);
  width: 30px;
}

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo {
  width: 25%;
  flex: initial;
  text-align: center;
}

@media only screen and (max-width: 749px)  {
	.header-logo {
		margin-top: 15px;
	}
}

.header-logo h1 {
  margin: 0;
}

.header-logo a {
  display: inline-block;
  margin: auto;
}

.cart-account {
  text-align: right;
  width: 250px;
  text-transform: capitalize;
  font-size: 13px;
}

.cart-account a {
	color: var(--color-body-text);
}

@media only screen and (max-width: 749px)  {
  .cart-account {
    width: initial;
  }
}

.cart-account .cart-link {
  margin-left: 16px;
  position: relative;
  padding-right: 10px;
}

.cart-account .cart-count {
	position: absolute;
	top: -1px;
	right: -2px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: var(--color-primary);
	color: white;
	font-size: 9px;
	text-align: center;
	line-height: 14px;
	font-weight: 700;
}

@media only screen and (max-width: 749px)  {
  .cart-account .cart-link {
    margin-left: 0;
  }
}

.cart-account a {
  text-decoration: none;
}

.cart-account svg {
  color: var(--color-primary);
}

.cart-account div {
  display: inline-block;
}

.top-nav {
  margin-top: 7px;
  padding: 0 30px;
}

.top-nav a {
	color: var(--color-body-text);
	text-decoration: none;
  display: inline-block;
}

.top-nav a:hover {
	text-decoration: underline;
}

.top-nav ul {
  list-style-type: none;
  text-align: center;
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}

.top-nav ul > li {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.top-nav ul > li a {
  padding: 18px 5px;
  letter-spacing: 0.1em;
}

.has-dropdown > ul {
	position: absolute;
	z-index: 10;
	background: white;
	padding: 30px 0;
	width: 100%;
	left: 0;
	border-top: 1px solid var(--color-border);
	border-bottom: 1px solid var(--color-border);
}

.has-dropdown:hover ul {
	display: block;
}

.has-dropdown ul ul li {
	display: block;
}

.top-nav svg {
  width: 12px;
  height: 12px;
}

.top-nav ul ul {
  display: none;
}

.mega-wrap {
	display: flex;
}

.mega-wrap-image {
	padding-right: 50px;
	margin-right: 30px;
	border-right: 1px solid var(--color-border);
	width: 250px;
	text-transform: none;
	letter-spacing: 0;
	font-size: 16px;
	text-align: left;
}

.mega-wrap-image img {
	margin-bottom: 10px;
}

.top-nav .mega-wrap a.mega-image-caption {
	font-family: var(--font-stack-script);
	font-size: 18px;
	letter-spacing: 0;
	padding-left: 10px;
	text-decoration: none;
}

.top-nav .mega-wrap-image a {
	display: block;
	padding: 0;
	margin-bottom: 10px;
}

.top-nav ul.mega-menu-links {
	text-align: left;	
}

.top-nav ul.mega-menu-links a {
	padding: 5px 0;
	display: block;
}

.gifts-columns {
	width: 400px;
}

.has-dropdown ul .gifts-columns .mega-menu-link {
	display: inline-block;
	text-align: left;
	vertical-align: top;
}

.has-dropdown ul .gifts-columns .mega-menu-link > h4 {
	letter-spacing: 0;
}

.has-dropdown ul .gifts-columns .mega-menu-links {
	width: 400px;
	display: flex;
	justify-content: space-between;
}

.has-dropdown ul .gifts-columns .mega-menu-link ul {
	text-align: left;
}

.top-nav h4 {
	margin: 0;
	margin-bottom: 15px;
	text-transform: none;
	font-weight: 400;
	text-align: left;
}

.top-nav h4 a {
	letter-spacing: 0 !important;
	padding: 0 !important;
}

.mobile-menu-trigger {
	color: var(--color-primary);
}

.mobile-menu {
  position: absolute;
  top: 0;
  left: -4px;
  background-color: #fff;
  z-index: 1000001;
  height: 100%;
  overflow: hidden;
  border-right: 4px solid var(--color-border);
  width: 0px;
  font-family: var(--font-stack-body);
}

.mobile-menu span.topbadge {
	font-size: 12px;
  margin-left: 6px;
}
.mobile-menu form.flex {
	background-color: transparent;
}
.mobile-menu form.flex input, 
.mobile-menu form.flex button {
	background-color: transparent;
}
.mobile-menu .flex {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	padding: 15px;
}
.mobile-menu img {
  height: 18px;
}
.mobile-menu.open {
  width: 300px;
	padding: 0 20px;
  overflow-y: visible;
}
.mobile-menu .fa-close {
  display: block;
  text-align: right;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 2.4rem;
}
.mobile-menu .icon-times, 
.mobile-menu .icon-close {
	cursor: pointer;
	position: absolute;
	top: 12px;
  right: 20px;
  width: 16px;
  height: 16px;
  color: var(--color-primary);
}
.mobile-menu .icon-angle-right, 
.mobile-menu .icon-caret-right, 
.mobile-menu .icon-caret-left,
.mobile-menu .icon-angle-left {
	width: 14px;
	height: 14px;
	vertical-align: text-bottom;
}
.mobile-menu .icon-caret-left {
	width: 14px;
	height: 14px;
	vertical-align: middle;
}
.mobile-menu form {
	margin: 0 auto;
}
.mobile-menu form.flex {
	padding: 8px;
	padding-left: 0;
	margin-right: 50px;
}

.mobile-menu form input[type="search"]{
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  text-transform: initial;
  color: var(--color-body-text);
  font-family: var(--font-stack-body);
  line-height: 22px;
  width: calc(100% - 20px);
  font-size: 16px;
  overflow: visible;
  /*padding: 7px 12px 6px 0;*/
  border-radius: 0;
  -webkit-appearance: none;
}
.mobile-menu form input[type="search"]::-webkit-input-placeholder {
  color: var(--color-body-text);
}
.mobile-menu form input[type="search"]:-moz-placeholder {
  color: var(--color-body-text);
}
.mobile-menu form input[type="search"]::-moz-placeholder {
  color: var(--color-body-text);
}
.mobile-menu form input[type="search"]:-ms-input-placeholder {
  color: var(--color-body-text);
}
.mobile-menu form input[type="search"]:focus {
  outline: none;
}
.mobile-menu form input[type="search"]:focus::-webkit-input-placeholder {
  color: var(--color-body-text);
}
.mobile-menu form input[type="search"]:focus:-moz-placeholder {
  color: var(--color-body-text);
}
.mobile-menu form input[type="search"]:focus::-moz-placeholder {
  color: var(--color-body-text);
}
.mobile-menu form input[type="search"]:focus:-ms-input-placeholder {
  color: var(--color-body-text);
}
.mobile-menu form .search-submit {
  border: 0;
  box-shadow: none;
  text-align: center;
  padding: 0;
  background-color: transparent;
  color: var(--color-primary);
}
.mobile-menu form .search-submit svg {
	width: 16px;
}
.mobile-menu ul.nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  left: 0;
	transition: left 300ms;
	border-top: 1px solid var(--color-border);
}
.mobile-menu ul.nav-menu.secondary-open {
  left: -100%;
  border-top: 0;
}
.mobile-menu ul.nav-menu.secondary-open > li {
	border: 0;
}
.mobile-menu ul.nav-menu.secondary-open .icon-angle-right {
	display: none;
}
.mobile-menu ul.nav-menu li {
  padding: 0;
  border-bottom: 1px solid var(--color-border);
}
.mobile-menu ul.nav-menu li.mobile-links-bottom {
	margin-top: 20px;
}
.mobile-menu ul.nav-menu li.mobile-link-bottom {
	border-bottom: 0;
}
.mobile-menu ul.nav-menu li.mobile-link-bottom a {
	padding: 12px 0;
	font-size: 11px;
	letter-spacing: 0.1em;
}
.mobile-menu ul.nav-menu li ul.secondary-links {
	border-top: 1px solid var(--color-border);
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  left: 100%;
  display: none;
}

.mobile-menu ul.nav-menu li ul.secondary-links ul {
	list-style-type: none;
}
.mobile-menu ul.nav-menu li ul.secondary-links ul li:last-child {
	border-bottom: none;
}

.mobile-menu ul.nav-menu li a {
	font-size: 13px;
	letter-spacing: 0.1em;
	font-weight: 400;
	text-transform: uppercase;
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 15px 0 11px;
  color: var(--color-body-text);
  -webkit-tap-highlight-color: transparent;
}
.mobile-menu ul.nav-menu li a:hover, 
.mobile-menu ul.nav-menu li a:active {
	color: var(--color-primary);
}
.mobile-menu ul.nav-menu li a .fa-chevron-right, 
.mobile-menu ul.nav-menu li a .icon-angle-right, 
.mobile-menu ul.nav-menu li a .icon-caret-right {
  float: right;
}
.mobile-menu ul.nav-menu li a .fa-chevron-left, 
.mobile-menu ul.nav-menu li a .icon-angle-right, 
.mobile-menu ul.nav-menu li a .icon-caret-right {
  position: relative;
}

.mobile-menu-trigger {
  height: 32px;
  width: 32px;
  position: relative;
}

.mobile-menu-trigger span:first-child {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.mobile-menu-trigger span:last-child {
  top: 12px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 24px;
  height: 2px;
}
.mobile-menu-trigger span:last-child:before, 
.mobile-menu-trigger span:last-child:after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
}

.mobile-menu-trigger span:last-child:before {
  transform: translateY(-8px);
}
.mobile-menu-trigger span:last-child:after {
  transform: translateY(6px);
}

.mobile-menu ul.nav-menu li.mobile-link-bottom a {
	padding: 5px 0;
}

.announcement-bar {
  text-align: center;
  background: var(--color-bg);
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}

.announcement-bar p {
  margin: 0;
  font-size: 14px;
  padding: 10px 0;
}

/*** FOOTER ***/

.site-footer {
  border-top: 1px solid var(--color-primary);
  margin-top: 85px;
}

.footer-newsletter-container {
  background: var(--color-primary);
  margin-bottom: 65px;
  color: white;
}

.footer-newsletter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 50px 0;
}

@media only screen and (max-width: 989px)  {
	.footer-newsletter {
		flex-wrap: wrap;
	}
}

.footer-newsletter form {
  display: flex;
  width: 330px;
  position: relative;
}

.footer-newsletter form .newsletter-email {
  font-size: 16px;
  font-family: var(--font-stack-body);
  flex: 1;
  padding: 0 10px;
}

.footer-newsletter .btn {
  background-color: var(--color-primary-dark);
  border-color: var(--color-primary-dark);
  font-size: 12px;
  letter-spacing: 0.1em;
  padding: 12px;
  width: 100%;
}

.footer-newsletter .input-group-btn {
	position: relative;
	width: 115px;
}

.footer-newsletter .input-group-btn svg {
	color: white;
	width: 20px;
	height: 12px;
	margin-left: 6px;
	display: inline-block;
}

@media only screen and (max-width: 989px)  {
  .footer-newsletter {
    text-align: center;
  	padding: 35px 0;
  }

  .footer-newsletter form {
  	padding-left: 75px;
  	width: 350px;
  }

  .footer-newsletter form::before {
  	content: "";
	  width: 64px;
	  height: 88px;
	  display: block;
	  position: absolute;
	  left: 0;
	  bottom: -35px;
	  background: url(//redbarnmercantile.com/cdn/shop/t/22/assets/icon_mailbox.svg?v=91378325683793888751762055179);
	  background-size: contain;
  }
}

@media only screen and (max-width: 449px)  {
	.footer-newsletter form {
		padding-left: 0;
	}

	.footer-newsletter form::before {
		display: none;
	}
}

.newsletter-heading {
  font-size: 24px;
  font-weight: 700;
  color: white;
  padding-left: 120px;
}

@media only screen and (max-width: 989px)  {
  .newsletter-heading {
    padding-left: 0;
    width: 100%;
    font-size: 19px;
  }
}

.newsletter-heading::before {
  content: "";
  width: 85px;
  height: 125px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0px;
  background: url(//redbarnmercantile.com/cdn/shop/t/22/assets/icon_mailbox.svg?v=91378325683793888751762055179);
  background-size: contain;
}

@media only screen and (max-width: 989px)  {
  .newsletter-heading::before {
    display: none;
  }
}

.newsletter-text {
  font-size: 16px;
  line-height: 1.5;
  width: 33%;
  padding: 0 10px;
}

@media only screen and (max-width: 989px)  {
  .newsletter-text {
    width: 100%;
    max-width: 100%;
    margin: 30px auto;
    text-align: center;
  }
}

.newsletter-text p {
  margin: 0 auto;
  max-width: 320px;
}

@media only screen and (max-width: 989px)  {
  .footer-newsletter form {
    margin: auto;
  }
}

.footer-columns {
  display: flex;
  justify-content: space-between;
}

.footer-menus {
  padding-bottom: 100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.footer-menu {
  display: inline-block;
}

.footer-menu.visit-our-store .address-hours h4 {
	margin-bottom: 0;
	font-family: var(--font-stack-header);
	font-size: 16px;
	font-weight: 700;
}

.footer-menu.visit-our-store .address-hours p {
	margin-top: 3px;
}

.site-footer h4 {
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  margin-top: 0;
}

.footer-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  font-size: 13px;
  text-align: left;
  text-transform: uppercase;
  line-height: 2;
}

.footer-menu a {
	color: var(--color-body-text);
}

.footer-menu a, .footer-copyright a {
  text-decoration: none;
}

.footer-menu a:hover, .footer-copyright a:hover {
	text-decoration: underline;
}

.visit-our-store {
  font-size: 16px;
  line-height: 28px;
}

.visit-our-store h4 {
  margin-bottom: 20px;
}

.footer-logo-container {
  text-align: center;
  max-width: 150px;
}

.footer-menu .footer-social {
  list-style: none;
  text-align: center;
  margin-top: 35px;
}

.footer-social li {
  display: inline-block;
  margin: 0 5px;
}

.footer-social a {
  color: var(--color-primary);
}

.footer-copyright {
  background: var(--color-primary);
  color: white;
  font-size: 10px;
  text-transform: uppercase;
  padding: 15px 0;
}

.copyright-text {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.copyright-shop {
  text-align: left;
}

.copyright-privacy-terms {
  text-align: center;
}

.copyright-credit {
  text-align: right;
}

.copyright-shop, .copyright-privacy-terms, .copyright-credit {
  width: 33%;
}

@media only screen and (max-width: 749px)  {
	.visit-our-store, .site-footer .visit-our-store h4, .footer-logo-container {
    width: 100%;
    text-align: center;
  }

  .footer-menus {
  	padding-bottom: 20px;
  }

  .footer-menu {
  	min-width: 50%;
  	margin: 0 auto;
  }

  .footer-menu-1 {
  	width: 100%;
  }

  .footer-menu ul {
  	display: block;
  	text-align: center;
  }

  .site-footer h4 {
  	display: block;
  	text-align: center;
  	margin-bottom: 5px;
  	font-size: 18px;
  }

  .footer-menu.visit-our-store .address-hours h4 {
  	font-size: 14px;
  }

  .footer-menu.visit-our-store .address-hours p {
  	font-size: 14px;
  	line-height: 24px;
  }

  .footer-menu .footer-social {
  	margin-top: 10px;
  }

  .copyright-shop, .copyright-privacy-terms, .copyright-credit {
    width: 100%;
    text-align: center;
    line-height: 1.25;
    padding: 6px 0;
  }
}

.footer-copyright a {
  color: white;
}

/*** HOME PAGE ***/

.hero {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 1600px)  {
	.hero-image {
	  min-height: 700px;
	}
}

@media only screen and (min-width: 900px)  {
	.hero-image {
	  min-height: 400px;
	}
}

@media only screen and (min-width: 750px)  {
	.hero-image {
	  min-height: 300px;
	}
}

@media only screen and (max-width: 749px)  {
	.hero-image {
	  min-height: 300px;
	}

	.hero-image img {
		width: auto;
	  object-fit: cover;
	  height: 300px;
	}
}

.hero a, .hero a:hover {
  text-decoration: none;
}

.hero-slide {
  position: relative;
}

.hero-image img {
    width: 100%;
    height: auto;
}

.hero-text {
  text-align: center;
  max-width: 750px;
  overflow: auto;
  position: absolute;

}

@media only screen and (max-width: 749px)  {
  .hero-text {
    width: 85%;
  }
}

.hero-text .h1 {
  margin: 0;
  line-height: 1.4;
  margin-bottom: 0;
  color: white;
  font-size: 42px;
  text-transform: none;
  letter-spacing: 0;
  text-align: center;
  font-weight: 700;
}

@media only screen and (max-width: 749px)  {
  .hero-text .h1 {
    font-size: 32px;
  }
}

.hero-subtitle {
  color: white;
  font-style: normal;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.625;
}

.hero .btn-secondary {
  padding: 15px 30px;
  letter-spacing: 0.2em;
  display: inline-block;
  margin: 10px;
  background-color: white;
  font-size: 0.625em;
}

.hero-text.top-left {
  top: 10%;
  left: 7%;
}

.hero-text.top-right {
  top: 10%;
  right: 7%;
}

.hero-text.bottom-left {
  top: initial;
  bottom: 10%;
  left: 7%;
}

.hero-text.bottom-right {  
  top: initial;   
  bottom: 10%;
  right: 7%;
}

.hero-text.center {
  top: 5%;
  left: 50%;
  transform: translate(-50%);
}

.our-story-container {
  max-width: 750px;
  min-height: 300px;
  text-align: center;
  margin: auto;
  margin-top: 50px;
  padding-bottom: 65px;
  z-index: 1;
  position: relative;
}

.our-story-container::before {
  content: "";
  background: url(//redbarnmercantile.com/cdn/shop/t/22/assets/watermark_weathervane.svg?v=77590878328539950661762055179) no-repeat;
  display: block;
  position: absolute;
  bottom: 0;
  left: -100px;
  z-index: -1;
  width: 207px;
  height: 308px;
}

.our-story-text {
  margin-bottom: 30px;
}

.our-story h5 {
  margin: 0;
  margin-bottom: 7px;
}

.our-story h2 {
  font-size: 36px;
  line-height: 44px;
  margin-top: 0;
}

.our-story p {
  line-height: 1.5;
  font-size: 18px;
  margin-bottom: 30px;
}

.our-story-button {
  display: inline-block;
}

@media only screen and (max-width: 749px) {

	.our-story-container {
		padding-bottom: 30px;
	}

	.our-story-container:before {
		top: -30px;
		bottom: initial;
		left: 50%;
		transform: translateX(-50%);
	}

	.our-story h2 {
		font-size: 19px;
		line-height: 1.5;
	}
}

.collection-list {
  margin: 75px 0;
}

.collection-list h2 {
  color: white;
  font-size: 36px;
  margin: 0;
  margin-bottom: 10px;
  text-shadow: 0px 5px 20px rgba(35, 31, 32, 0.3);
}

@media only screen and (max-width: 749px) {
	.collection-list h2 {
		font-size: 24px;
	}
}

.collection-list p {
  display: inline-block;
  text-decoration: underline;
  margin: 0;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.collection-list-link {
  display: block;
  text-decoration: none;
}

.collection-list .featured-collections {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1140px;
  margin: auto;
}

.collection-list .featured-collection {
  position: relative;
}

.collection-list .collection-title {
  text-align: center;
}

.collection-list #collection-1 {
  max-width: 350px;
  margin-bottom: 50px;
  margin-right: 20px;
  flex: 1;
}

@media only screen and (max-width: 749px)  {
  .collection-list #collection-1 {
    margin: 0 auto 50px;
    flex: initial;
  }
}

.collection-list .featured-collection#collection-1 .collection-title {
  position: relative;
  color: var(--color-primary);
  margin-top: 10px;
}

.collection-list .featured-collection#collection-1 p {
  font-weight: 400;
}

.collection-list #collection-2 {
  max-width: 700px;
  margin-bottom: 50px;
  margin-left: 20px;
  flex: 2;
}

.collection-list .featured-collection#collection-2 .collection-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: white;
}

@media only screen and (max-width: 749px)  {
  .collection-list #collection-2 {
    flex: initial;
    margin-left: 0;
  }
}

.collection-list #collection-3 {
  width: 100%;
}

.collection-list .featured-collection#collection-3 .collection-title {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%);
  color: white;
}

.collection-list .collection-image img {
  width: 100%;
  display: block;
}

.favorites .featured-collection-section {
  background: var(--color-bg);
  overflow: hidden;
}

.favorites .featured-collection-section h2 {
  margin: 0;
  font-size: 24px;
}

@media only screen and (max-width: 749px) {
	.favorites .featured-collection-section h2 {
		font-size: 19px;
	}
}

#best-sellers .product-title {
	font-family: var(--font-stack-header);
	font-size: 16px;
	font-weight: 700;
}

.favorites-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.favorites .favorites-text {
  width: 30%;
  margin-top: 15px;
}

.favorites-text h2 {
	position: relative;
}

.favorites-text h2::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background: var(--color-body-text);
  margin: auto;
  margin-top: 20px;
}

.favorites-link-bottom {
	display: none;
}

.favorites-link a {
	text-decoration: none;
	display: inline-block;
	padding-bottom: 3px;
	border-bottom: 1px solid var(--color-primary);
}

.favorites-link a:hover {
	border-bottom: none;
}

@media only screen and (max-width: 749px)  {
  .favorites .favorites-text {
    width: 100%;
    margin-bottom: 30px;
  }
  .favorites-link-top {
  	display: none;
  }
  .favorites-link-bottom {
		display: block;
		margin: auto;
	}
}

.favorites .favorites-products {
  width: 67%;
  position: relative;
  padding: 0 30px;
}

.favorites-prev {
	position: absolute;
	left: 0;
	top: 40%;
}

.favorites-next {
	position: absolute;
	right: 0;
	top: 40%;
}

@media only screen and (max-width: 749px)  {
  .favorites .favorites-products {
    width: 100%;
  }
  .favorites-prev {
		display: none;
	}

	.favorites-next {
		display: none;
	}

	.favorite-products-grid.slick-slider .slick-list {
		overflow: visible;
	}
}

.favorites .grid-product [data-product-image] {
  height: 200px;
  margin-bottom: 20px;
}

.favorites .grid-product .product-prices, 
.favorites .grid-product .options-text {
	display: none;
}

.featured-collection-section {
  text-align: center;
  padding: 60px 0 50px 0;
  /*margin-bottom: 120px;*/
  position: relative;
}

@media only screen and (max-width: 749px)  {
  .featured-collection-section {
    margin-bottom: 0;
  }
  .favorites .grid-product [data-product-image] {
	  height: 150px;
	  margin-bottom: 20px;
	}
}

.featured-collection-section .grid-product {
	margin-bottom: 30px;
}

.featured-collection-section .arrow-prev {
  position: absolute;
  left: 0;
  top: 40%;
}

@media only screen and (max-width: 749px)  {
  .featured-collection-section .arrow-prev {
    left: 30px;
  }
}

.featured-collection-section .arrow-next {
  position: absolute;
  right: 0;
  top: 40%; 
}

@media only screen and (max-width: 749px)  {
  .featured-collection-section .arrow-next {
    right: 30px;
  }
}

.featured-collection-section .page-width {
  max-width: 1080px;
  position: relative;
}

.featured-collection-section h2 {
  font-size: 36px;
  margin: 15px 0 50px;
  line-height: 1.28;
  position: relative;
  z-index: 1;
  display: block;
  text-transform: none;
  text-align: center;
  letter-spacing: 0;
}

.featured-collection-section .flex-grid {
  align-items: flex-start;
  -webkit-align-items: flex-start;
}

.featured-collection-section .flex-grid .grid-product {
	padding: 0;
	margin: 0 10px 30px 10px;
}

@media only screen and (max-width: 749px)  {
  .featured-collection-section h2 {
  	font-size: 24px;
  }

  .featured-collection-section .flex-grid {
    padding: 0 30px;
  }
}

.featured-collection-section .product-title {

}

.featured-collection-section .featured-collection-description {
  margin-bottom: 50px;
}

.featured-collection-section .featured-collection-description h2 {
  margin-top: 0;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}

.featured-collection-section .featured-collection-description-text {
  width: 100%;
}

.featured-collection-section .featured-collection-description-text p {
  font-size: 0.875em;
  line-height: 1.7em;
  max-width: 200px;
}

.icon-arrow-left, .icon-arrow-right {
  color: var(--color-primary);
  cursor: pointer;
  width: 28px;
}

.home-testimonials {
  padding: 50px 0;
  background-color: var(--color-bg);
}

.template-product .slick-dots {
	bottom: 0;
	position: relative;
}

.slick-dots li {
  width: 16px;
  height: 16px;
  margin: 0;
}

.slick-dots button {
  width: 16px;
  height: 16px;
}

.slick-dots li button:before {
  color: var(--color-primary);
  -webkit-text-fill-color: white; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--color-primary);
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  color: var(--color-primary);
  -webkit-text-fill-color: var(--color-primary); /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--color-primary);
}

.testimonials-container {
  max-width: 825px;
  text-align: center;
  margin: auto;
  position: relative;
}

.testimonials-container h2 {
  width: 100%;
  font-size: 11px;
  text-transform: uppercase;
  font-family: $font-stack-sans;
  letter-spacing: 2px;
}

.testimonials-prev {
  position: absolute;
  top: 40%;
  left: 100px;
  cursor: pointer;
}

.testimonials-next {
  position: absolute;
  top: 40%;
  right: 100px;
  cursor: pointer;
}

@media only screen and (max-width: 749px)  {
  .testimonials-prev {
    display: none;
  }
  .testimonials-next {
    display: none;
  }
}

.testimonials {
  max-width: 525px;
  margin: auto;
}

@media only screen and (max-width: 749px)  {
  .testimonials {
    max-width: 50%;
  }
}

.testimonial-text {
  margin: auto;
}

.testimonial-text p {
  font-size: 21px;
  line-height: 1.5;
}

.testimonial-text p::before {
  content: "“"
}
.testimonial-text p::after {
  content: "”"
}

.testimonial-name {
  font-size: 13px;
  line-height: 32px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 749px)  {
	.home-testimonials h5 {
		margin-top: 0;
	}
	.testimonials {
		max-width: 100%;
	}
	.testimonial-text p {
		font-size: 18px;
		margin-top: 0;
	}

	.testimonial-name {
		margin-bottom: 30px;
	}
}

.testimonials-grid {
  display: flex;
  display: -webkit-flex;

  @include media-query($medium-down) {
    display: block;
    display: -webkit-block;
  }
}

.visit-us {
  background: var(--color-bg);
  padding: 50px 0;
}

.store-image img {
  width: 100%;
}

.store-text {
  text-align: center;
}

.store-text h3 {
  margin: 0;
  line-height: 1;
}

.store-text h2 {
  margin-top: 10px;
}

.store-text p {
  font-size: 18px;
  line-height: 1.5;
}

.visit-us .address-hours h4 {
  font-family: var(--font-stack-header);
  font-weight: 700;
  font-size: 16px;
  margin: 0;
  margin-bottom: 5px;
}

.visit-us .address-hours p {
  font-size: 16px;
  margin: 0;
  margin-bottom: 20px;
}

.visit-us .address-hours a {
	text-decoration: none;
	color: var(--color-body-text);
}

.visit-us .address-hours a:hover {
	text-decoration: none;
	color: var(--color-primary);
}

.flagship-address p::before {
	content: "";
	width: 12px;
	height: 14px;
	background: url(//redbarnmercantile.com/cdn/shop/t/22/assets/map-pin.png?v=151239859162296084691762055179) no-repeat;
	background-size: contain;
	display: inline-block;
	position: relative;
	top: 1px;
}

@media only screen and (max-width: 749px) {
	.store-image {
		margin-bottom: 20px;
	}
}

.image-text {
  margin: 70px 0;
}

.image-text .grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
}

@media only screen and (max-width: 749px)  {
  .image-text-image {
    margin-bottom: 30px;
  }
}

.image-text-image img {
  width: 100%;
}

.image-text-icon svg {
  width: 35px;
  height: 35px;
}

.image-text-text {
  font-size: 18px;
  line-height: 1.5;
  margin: 20px 0;
}

.image-text-title {
  font-size: 36px;
  margin-top: 10px;
}

@media only screen and (max-width: 749px) {
	.image-text-title {
		font-size: 19px;
	}
}

.home-blog {
  background: var(--color-bg);
  padding: 40px 0;
}

.blog-feature {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.blog-feature-text {
  max-width: 300px;
  text-align: center;
  margin: 30px auto;
}

@media only screen and (max-width: 749px)  {
  .blog-feature-text {
    margin: 0 auto 30px;
  }
}

.home-blog .blog-description {
  font-size: 18px;
  line-height: 1.5;
}

.home-blog .recent-posts {
  width: 750px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.home-blog .recent-post {
  width: 350px;
}

@media only screen and (max-width: 749px)  {
  .home-blog .recent-post {
    margin: 30px auto;
  }
}

.home-blog .recent-image {
  text-align: center;
}

.home-blog .recent-post a {
  text-decoration: none;
}

.home-blog .h5 {
  color: var(--color-primary);
  letter-spacing: 0.1em;
}

.home-blog .recent-title {
  font-size: 18px;
  line-height: 2;
  margin: 5px 0;
	color: var(--color-body-text);
}

.home-blog .recent-more {
  color: var(--color-primary);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 11px;
}

.home-blog .recent-more svg {
  width: 14px;
}

.home-instagram {
  text-align: center;
  padding: 0 30px;
  margin: 50px 0;
}

.home-instagram h3 a {
  text-decoration: none;
  color: var(--color-body-text);
}

.home-instagram .h5 a {
  color: var(--color-primary);
}

/*** COLLECTION PAGE ***/

.breadcrumbs {
  margin: 30px 0 4em;
  font-size: 9px;
  line-height: 2;
  text-transform: uppercase; 
  position: relative;
  width: 100%;
  color: var(--color-body-text);
}

.breadcrumbs ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.breadcrumbs li {
  display: inline-block;
}

.breadcrumbs a {
  text-decoration: none;
  color: var(--color-body-text);
}

.breadcrumbs li:not(:last-child):after {
  content: "|\00a0";
  display: inline-block;
  padding-left: .75ch;
  speak: none;
}

.breadcrumbs [aria-current="page"] {
  text-decoration: none;
}

.breadcrumbs [aria-current="page"]:hover,
.breadcrumbs [aria-current="page"]:focus {
  text-decoration: none;
}

.collection-wrapper header {
  max-width: 790px;
  padding: 0 30px;
  text-align: center;
  margin: auto;
  margin-bottom: 30px;
}

.collection-wrapper h1 {
  position: relative;
  display: inline-block;
}

.collection-wrapper h1::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background: var(--color-body-text);
  margin: auto;
  margin-top: 20px;
}

.collection-description {
  font-size: 18px;
  line-height: 1.5;
}

@media only screen and (max-width: 749px)  {
	.collection-wrapper h1 {
		font-size: 19px;
	}

	.collection-description {
		font-size: 16px;
	}
}

.sort-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 30px;
}

@media only screen and (max-width: 749px)  {
	.sort-container {
		justify-content: center;
	}
}

.sort-container label {
	margin: 0;
	margin-right: 8px;
	line-height: 1;
}

.sort-container select {
	padding: 6px 25px 6px 10px;
	font-size: 14px;
	border: 1px solid var(--color-border);
}

.grid-product {
  text-align: center;
  margin-bottom: 50px;
}

.grid-product-inner {
  position: relative;
}

.new-badge, .sale-badge, .favorites-badge, .sold-out-badge {
  font-size: 10px;
  padding: 10px 13px;
  line-height: 1;
  letter-spacing: 0.1em;
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  color: white;
  display: inline-block;
  background: var(--color-primary-dark);
}

.sale-badge {
  background: var(--color-primary);
}

.grid-product a {
  text-decoration: none;
  text-align: center;
  color: var(--color-body-text);
  display: block;
}

.grid-product [data-product-image] {
  margin: 0 auto 15px;
  height: 260px;
  object-fit: contain;
}

.template-collection .grid-product [data-product-image] {
		margin-bottom: 25px;
}

#best-sellers .grid-product [data-product-image] {
  margin: 0 auto 15px;
}

@media only screen and (max-width: 749px)  {

  .grid-product [data-product-image] {
    height: 150px;
    margin: 0 auto 15px;
  }
}

.grid-product .product-title {
  margin-bottom: 15px;
  letter-spacing: 0;
}

.grid-product .product-prices {
  font-size: 13px;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}

.grid-product .sale-price {
	color: var(--color-primary);
}

.grid-product .options-text {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.pagination {
  text-align: center;
  font-size: 14px;
  color: var(--color-primary);
}

.pagination span {
  margin: 0 10px;
}

.pagination .current {
  font-weight: 700;
}

.pagination .next a {
	display: inline-block;
	width: 20px;
	height: 12px;
	color: transparent;
	background: url(//redbarnmercantile.com/cdn/shop/t/22/assets/arrow-right.svg?v=133141363575202980991762055179) no-repeat;
	background-size: contain;
	vertical-align: middle;
}

.pagination .prev a {
	display: inline-block;
	width: 20px;
	height: 12px;
	color: transparent;
	background: url(//redbarnmercantile.com/cdn/shop/t/22/assets/arrow-left.svg?v=15069530876342912971762055179) no-repeat;
	background-size: contain;
	vertical-align: middle;
}

.pagination a {
  text-decoration: none;
  color: var(--color-primary);
}

.pagination a:hover {
  text-decoration: underline;
  opacity: 0.7;
}

@media only screen and (max-width: 759px)  {
  .breadcrumbs {
    margin-bottom: 10px;
  }
}

/*** PRODUCT PAGE ***/

[data-product-featured-image] {
	margin: auto;
}

.thumb-container {
  text-align: center;
}

h1.product-title {
  font-size: 24px;
  margin-top: 0;
  text-align: left;
}

@media only screen and (max-width: 749px)  {
	h1.product-title {
		text-align: center;
		font-size: 19px;
	}
}

.product-right .product-prices {
  margin-bottom: 20px;
}

@media only screen and (max-width: 749px)  {
	.product-right .product-prices {
		text-align: center;
	}
}

.selector-wrapper {
  margin-bottom: 20px;
}

.product-label {
  font-size: 16px;
  font-weight: 700;
  font-family: var(--font-stack-header);
  display: block;
  margin-bottom: 10px;
  letter-spacing: 0;
  text-transform: none;
}

.selector-wrapper select {
  border: 1px solid var(--color-body-text);
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.new-variant-swatches {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  font-size: 16px;
  line-height: 18px;
}

.new-variant-swatch {
  display: inline-block;
  box-shadow: 0 0 0 1px var(--color-body-text);
  padding: 10px 12px;
  margin-right: 15px;
  margin-bottom: 15px;
  cursor: pointer;
}


.new-variant-swatch[data-status="unavailable"] {
  box-shadow: 0 0 0 1px var(--color-border);
  color: var(--color-border);
}

.new-variant-swatch.is-active {
  box-shadow: 0 0 0 3px var(--color-body-text);
}


.new-variant-swatch[data-status="unavailable"].is-active {
  box-shadow: 0 0 0 3px var(--color-border);
}

.quantity-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}

.quantity-wrapper label {
  display: none;
}

.qty-selection {
  width: 80px;
  border: 1px solid var(--color-body-text); /*Change border color*/
  display: flex;
  align-items: center;
  margin-right: 15px;
}

.qty-selection .button {
  width: 20px;
  text-align: center;
  font-size: 18px;
  color: var(--color-body-text); /*Change button color*/
  display: inline-block;
  padding: 14px 0;
}

.qty-selection .button:hover {
  color: var(--color-body-text); /*Change button hover text color*/
  cursor: pointer;
  background: transparent;
}

.qty-selection input {
  border: 0;
  text-align: center;
  padding: 0;
  font-size: 18px;
  -moz-appearance: textfield;
  width: 40px;
  padding: 14px 0;
  color: var(--color-body-text);
}

.qty-selection input::-webkit-inner-spin-button, 
.qty-selection input::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.qty-selection input:focus {
 outline: 0;
}

.soldout-text {
  margin: 30px 0;
  line-height: 1.5;
}

.add-to-cart {
  height: 50px;
  padding: 5px 25px;
  flex: 1;
  font-size: 16px;
}

.add-to-cart[disabled] {
  background-color: var(--color-body-text);
  border-color: var(--color-body-text);
  color: white;
}

@media only screen and (max-width: 749px)  {
	.quantity-wrapper {
		flex-wrap: wrap;
	}

	.qty-selection, .quantity-fields {
		width: 100%;
	}

	.qty-selection input {
		flex: 1;
		font-size: 16px;
		/*padding: 5px 0;*/
	}

	.qty-selection .button {
		/*padding: 5px 0;*/
	}

	.add-to-cart {
		width: 100%;
		flex: initial;
		margin-top: 10px;
		/*font-size: 12px;
		height: 30px;*/
	}
}

.product-description {
  margin: 30px 0;
  font-size: 18px;
  line-height: 1.5;
}

.product-description p, .product-description ul, .product-description ol {
  margin: 20px 0;
}

.product-left {
  margin-bottom: 30px;
}

.product-right {
  margin-bottom: 65px;
}

.template-product .home-testimonials {
  margin-top: 65px;
}

.template-product h5 {
  margin-top: 0;
}

.template-product .slick-dotted.slick-slider,
.template-product .testimonial-name {
  margin-bottom: 0;
}

.reviews-container .jdgm-rev-widg__title {
  line-height: 1;
  margin-bottom: 20px;
}

.reviews-container .jdgm-write-rev-link {
  background: var(--color-primary);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: white;
  font-size: 13px;
  padding: 12px 20px;
  display: inline-block;
  text-decoration: none;
  line-height: 1;
}

.reviews-container .jdgm-write-rev-link:hover {
  opacity: 0.7;
}

.reviews-container .jdgm-question-form-wrapper, 
.reviews-container .jdgm-form-wrapper {
  border-top: 1px solid var(--color-border);
  margin-top: 30px;
  padding-top: 10px;
}

.reviews-container .jdgm-all-reviews-widget, 
.reviews-container .jdgm-rev-widg {
  border: 1px solid var(--color-border);
  padding: 50px;
}

.reviews-container .jdgm-widget label {
  margin-bottom: 5px;
  font-size: 13px;
}

.reviews-container .jdgm-widget input:not([type='submit']),
.reviews-container .jdgm-widget textarea {
  padding: 6px 10px;
  font-family: var(--font-stack-body);
}

.rec-bg {
  background: var(--color-bg);
  padding-top: 1px;
}

#shopify-section-product-recommendations, 
.product-recommendations {
  margin: 50px 0;
}

.recommendations-title {
  margin-top: 0;
}

.recommendations-heading {
  margin-bottom: 10px;
}

#shopify-section-product-recommendations .grid-product {
  margin-bottom: 30px;
}

#shopify-section-product-recommendations .grid-product [data-product-image] {
  height: 250px;
}

.furniture-contact {
  padding: 20px;
  margin-top: 30px;
  border: 1px solid var(--color-border);
  background: var(--color-bg);
}

.furniture-contact p {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: var(--font-stack-header);
}

.furniture-contact label {
  font-family: var(--font-stack-body);
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-bottom: 6px;
}

.furniture-contact input:not([type='submit']), .furniture-contact textarea {
  display: block;
  width: 100%;
  border: 1px solid var(--color-border);
  margin-bottom: 15px;
  padding: 7px 10px;
  font-family: var(--font-stack-body);
  min-height: initial;
}

.furniture-contact .btn {
  width: 100%;
}

.list-collection-wrapper {
  text-align: center;
}

.list-collection-wrapper .grid-product img {
  height: 350px;
  object-fit: contain;
}

@media only screen and (max-width: 749px)  {
  .list-collection-wrapper .grid-product img {
    height: 200px;
  }
}

/*** SIMPLE INFO PAGE ***/

.info-page h1 {
	margin: 50px 0;
	position: relative;
}

.info-page h1::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background: var(--color-body-text);
  margin: auto;
  margin-top: 20px;
}

h1.page-title {
	margin: 50px 0;
	position: relative;
}

h1.page-title::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background: var(--color-body-text);
  margin: auto;
  margin-top: 20px;
}

.info-page .rte {
	max-width: 745px;
	margin: auto;
	font-size: 18px;
	line-height: 1.5;
}

/*** INTERIOR DESIGN PAGE ***/

.heading-title {
	text-align: center;
}

.heading-title h3 {
	margin: 0;
	margin-bottom: 10px;
}

.heading-title h2 {
	margin: 0;
}

.interior-design-intro {
	margin: 50px auto;
	text-align: center;
	max-width: 750px;
	line-height: 1.5;
}

.interior-design-collective h2 {
	font-size: 36px;
}

@media only screen and (max-width: 749px) {
	.interior-design-collective h2 {
		font-size: 24px;
	}
}

.collective-grid {
	max-width: 1040px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.collective-image {
	width: 350px;
	padding: 30px;
	margin: 0 auto;
}

.collective-image img {
	width: 100%;
}

.collective-text {
	width: 610px;
	padding: 30px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 1.5;
}

.interior-design-form .page-width {
	max-width: 1005px;
	margin-top: 30px;
}

.design-image img {
	width: 100%;
}

.interior-design-form h2,
.interior-design-form p {
	text-align: center;
}

.interior-design-form h2 {
	font-size: 36px;
	margin-top: 60px;
	margin-bottom: 15px;
}

@media only screen and (max-width: 749px) {
	.interior-design-form h2 {
		font-size: 24px;
	}
}

.interior-design-form p {
	font-size: 18px;
	line-height: 1.5;
}

.page-form {
	max-width: 745px;
	margin: auto;
}

.page-form h2.page-title {
	margin-top: 50px;
	text-align: center;
	font-size: 36px;
}

@media only screen and (max-width: 749px) {
	.page-form h2.page-title {
		font-size: 24px;
	}
}

.page-form .contact-form {
	padding: 40px;
	margin: auto;
	margin-top: 30px;
	background: var(--color-bg);
	border: 1px solid var(--color-border);
}

.page-form .contact-form .grid {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
}

.page-form .contact-form label {
	text-transform: uppercase;
	font-family: var(--font-family-body);
	font-size: 13px;
	letter-spacing: 0.1em;
	font-weight: 400;
	margin-bottom: 5px;
}

.page-form .contact-form label span {
	text-transform: none;
	letter-spacing: 0;
	display: inline-block;
	margin-top: 5px;
}

.page-form .contact-form input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
.page-form .contact-form select,
.page-form .contact-form textarea {
	font-size: 18px;
	border: 1px solid var(--color-border);
	padding: 6px 10px;
	width: 100%;
	margin-bottom: 20px;
	font-family: var(--font-family-body);
	background-color: white;
}

.page-form .contact-form .btn {
	width: 425px;
	max-width: 100%;
	display: block;
	margin: 30px auto;
}

p.req-fields {
	text-align: left;
	font-size: 13px;
	margin-top: 0;
	margin-bottom: 20px;
}

.form-radio {
	display: flex;
	align-content: center;
	font-size: 13px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.form-radio label {
	margin-top: 2px;
	margin-bottom: 0;
}

.form-radio span {
	margin-top: 2px;
	display: inline-block;
}

.form-radio input {
	margin: 0 5px 0 20px;
}

.gifting-form-text {
	max-width: 750px;
	margin: 40px auto;
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
}

.form-checkboxes label:not(:first-child), .page-form .contact-form .plain-label {
	text-transform: none;
	font-size: 18px;
	letter-spacing: 0;
	display: inline-block;
	margin-left: 10px;
}

.page-form .contact-form label.plain-label {
	margin-left: 0;
}

.form-checkboxes input[type="text"] {
	max-width: 300px;
}

.partnership-text {
	font-size: 18px;
	line-height: 1.5;
	margin: 30px auto 50px;
	text-align: center;
}

.benefits-text {
	margin-top: 30px;
	font-size: 18px;
	line-height: 1.5;
}

.apply {
	font-size: 18px;
	margin: 50px auto 0;
	text-align: center;
}

.approval-text {
	margin-top: 40px;
	font-size: 18px;
	text-align: center;
}

/*** ABOUT PAGE ***/

.template-about #MainContent {
	text-align: center;
}

.page-hero {
	position: relative;
	min-height: 300px;
}

.page-hero img {
	width: 100%;
  height: auto;
}

.page-hero h1 {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	text-align: center;
	text-shadow: 0px 5px 20px rgba(35, 31, 32, 0.3);
	font-size: 42px;
}

@media only screen and (max-width: 749px) {
	.page-hero h1 {
		top: 25%;
	}
}

.text-image-grid {
	margin-top: 50px;
	margin-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.about-text-image .page-width {
	max-width: 1010px;
}

.about-image img {
	width: 100%;
}

.about-text {
	text-align: left;
	line-height: 1.5;
	font-size: 18px;
}

.about-text a {
	color: var(--color-primary);
	text-decoration: none;
}

.about-text a:hover {
	text-decoration: underline;
}

@media only screen and (max-width: 749px)  {
	.about-image, .about-text {
		width: 100%;
	}
}

.about-team {
	margin-top: 30px;
	padding: 60px 0;
	background: var(--color-bg);
	margin-bottom: 75px;
}

.about-team h2 {
	margin-bottom: 50px;
	font-size: 36px;
	margin-top: 0;
}

@media only screen and (max-width: 749px) {
	.about-team h2 {
		font-size: 24px;
	}
}

.about-team h3 {
	margin-bottom: 5px;
}

.team-members {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.team-member {
	width: 300px;
	text-align: left;
	margin-bottom: 100px;
}

@media only screen and (max-width: 749px)  {
	.team-member {
		margin: 0 auto 100px;
		padding: 0 50px;
		width: 400px;
	}
}

.team-image {
	text-align: center;
	border: 1px solid var(--color-border);
}

.team-image img {
	width: 100%;
	display: block;
}

.team-name {
	font-size: 20px;
}

.team-name::after {
	content: "";
	display: block;
	width: 25px;
	height: 2px;
	background: var(--color-body-text);
	margin-top: 15px;
}

.team-bio p {
	margin: 0;
	font-size: 18px;
	line-height: 1.5;
}

.about-blog h2 {
	margin-bottom: 30px;
}

.about-blog .blog-articles {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.about-blog .blog-article {
	width: 350px;
	text-align: left;
	padding: 0 20px;
	margin: 0 auto 40px;
}

.about-blog a {
	text-decoration: none;
}

.about-blog .about-article-title a {
	color: var(--color-body-text);
}

.about-blog .about-article-image {
	text-align: center;
	margin-bottom: 15px;
}

.about-article-title {
	font-size: 18px;
	margin-bottom: 10px;
}

.about-article-title a:hover {
	text-decoration: underline;
}

.article-read-more {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: var(--color-primary);
}

.article-read-more svg {
	width: 14px;
}

.article-read-more a {
	color: var(--color-primary);
}

/*** BLOG PAGE ***/

.blog-header h1 {
	position: relative;
}

.blog-header h1::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background: var(--color-body-text);
  margin: auto;
  margin-top: 20px;
}

.blog-search-social {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 35px;
}

.blog-search .search-form {
	border: none;
	border-bottom: 1px solid var(--color-border);
	width: 225px;
}

.blog-search .search-form #Search {
	padding-left: 0;
}

@media only screen and (max-width: 749px) {
	.blog-search-social {
		justify-content: space-around;
	}

	.blog-search .search-form {
		margin: 10px;
	}

	.blog-social .footer-social {
		margin: 10px;
		padding: 0;
	}
}

.article-grid {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.blog-article-image {
	text-align: center;
}

.blog-article-text {
	text-align: center;
	max-width: 475px;
}

.blog-article-text p {
	width: 100%;
}

.blog-grid .blog-article {
	margin-bottom: 40px;
}

.blog-grid h2 a {
	color: var(--color-body-text);
}

.blog-grid a {
	text-decoration: none;
}

.blog-grid h2:not(.featured-title) {
	font-size: 18px;
	font-family: var(--font-stack-body);
	font-weight: 400;
	margin-bottom: 5px;
    min-height: 52px;
}

.blog-grid .featured-title a {
	color: var(--color-primary);
	line-height: 1.4;
}

.blog-grid .featured-article .rte {
	line-height: 1.5;
	font-size: 18px;
}

p.blog-read-more {
	margin-top: 0;
}

.blog-read-more a {
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 0.1em;
	color: var(--color-primary);
}

.blog-read-more svg {
	width: 14px;
}
  
@media only screen and (max-width: 749px) {
 	.blog-article-text {
      margin: auto;
    }
  
  	.blog-article {
      text-align: center;
    }
}

/*** ARTICLE ***/

article {

}

.article-header {
	text-align: center;
	max-width: 700px;
	margin: auto;
}

.article-header h1 {
	margin-bottom: 40px;
	font-size: 24px;
	margin-top: 0;
}

@media only screen and (max-width: 749px) {
	.article-header h1 {
		font-size: 19px;
	}
}

.article-header h5 {
	margin-bottom: 10px;
}

.article-body {
	font-size: 18px;
	line-height: 1.5;
	max-width: 700px;
	margin: auto;
}

.article-body a {
	color: var(--color-primary);
	text-decoration: underline;
}

.article-body a:hover {
	text-decoration: none;
}

.article-body p, .article-body div {
	margin: 25px 0;
}

.article-sharing {
	text-align: center;
	margin: 50px 0;
}

.article-sharing a {
	text-decoration: none;
	display: inline-block;
	margin: 0 10px;
}

.article-sharing svg {
	color: var(--color-primary);
}

.article-sharing span {
	display: none;
}

.shop-the-story {
	margin-top: 100px;
}

.shop-the-story .h1 {
	text-align: center;
}

.shop-the-story .grid--uniform {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.shop-the-story .product-title {
	font-weight: 700;
	font-family: var(--font-stack-header);
}

.comment-grid input:not(.btn), .comment-grid textarea {
	width: 100%;
	margin-bottom: 30px;
	border: 1px solid var(--color-border);
	padding: 6px 10px;
	font-size: 16px;
	font-family: var(--font-family-body)
}

/*** ACCOUNT PAGES ***/

#customer_login, #create_customer, #address_form_new {
  max-width: 500px;
  margin: auto;
}

#RecoverPasswordForm {
  max-width: 350px;
  margin: auto;
}

#customer_login h1, #create_customer h1, #RecoverPasswordForm {
  text-align: center;
}

#customer_login input:not([type='submit']), 
#create_customer input:not([type='submit']),
#RecoverPasswordForm form input:not([type='submit']),
#address_form_new input:not([type='submit']):not([type='checkbox']),
#address_form_new select {
  width: 100%;
  padding: 6px 10px;
  font-family: var(--font-stack-body);
  font-size: 16px;
  color: var(--color-body-text);
  margin-bottom: 10px;
  border: 1px solid var(--color-border);
  margin-bottom: 20px;
}

#customer_login .btn, 
#create_customer .btn, 
#RecoverPasswordForm .btn,
#address_form_new .btn {
  width: 100%;
}

#RecoverPasswordForm button,
#address_form_new button {
  background: transparent;
  border: 0;
  font-family: var(--font-stack-body);
  color: var(--color-body-text);
  font-size: 16px;
  display: block;
  margin: 10px auto;
  text-align: center;
}

#address_form_new input[type="checkbox"] {
  float: left;
  margin-top: 0;
  margin-right: 10px;
  margin-bottom: 30px;
}

#customer_login a, #create_customer a {
  display: block;
  clear: both;
  margin: 10px auto;
  text-align: center;
}

.form-success {
  max-width: 500px;
  margin: 30px auto;
  color: green;
  text-align: center;
  border: 1px solid green;
  padding: 10px;
  background-color: white;
}

.form-error {
  max-width: 500px;
  margin: 30px auto;
  color: red;
  text-align: center;
  border: 1px solid red;
  padding: 10px;
  background-color: white;
}

.orders-table {
  width: 100%;
  text-align: center;
  margin: 0 auto 50px;
}

.orders-table th:first-child, .orders-table td:first-child {
  text-align: left;
  padding-left: 0;
}

.orders-table th {
  padding: 20px;
}

.orders-table tfoot td {
  padding-top: 20px;
}

.account-pages {
  position: relative;
  margin-bottom: 100px;
}

.account-pages h1 {
  text-align: center;
}

.account-pages h2, .account-pages h3 {
  margin-top: 30px;
}

.address-edit-toggle {
  display: inline-flex;
  display: -webkit-inline-flex
}

/*** CART PAGE ***/
.cart-container {
  text-align: center;
  margin-bottom: 75px;
}

.cart-container table {
  width: 100%;
  margin: 50px auto 30px;
  border-collapse: collapse;
}

.cart-container table a {
  font-size: 1em;
  font-weight: 700;
  color: var(--color-body-text);
}

.cart-container table a:hover {
  color: var(--color-primary);
}

.cart-container table a small {
	color: var(--color-primary);
}

.cart-container .qty-selection {
  margin-right: 0;
}

.cart-container table input[type="number"] {
  display: inline-block;
  padding: 10px;
  text-align: center;
  font-family: var(--font-stack-body);
  font-style: normal;
}

.cart-container table thead {
	border-bottom: 2px solid var(--color-border);
}

.cart-container table thead th {
  padding: 15px;
  font-weight: 700;
  font-size: 0.875em;
}

.cart-container table [data-label="Product"] {
  max-width: 150px;
}

.cart-container table [data-label="Price"],
.cart-container table [data-label="Total"] {
  font-family: var(--font-stack-body);
  font-size: 1em;
}

.cart-container table td {
  font-weight: 400;
}

.cart-container table td p {
  font-weight: 400;
}

.cart-container table td input[type="number"] {
  background-color: white;
}

.cart-container .quantity-wrapper {
  justify-content: center;
  -webkit-justify-content: center;
  margin: 0;
}

.cart-container .quantity-wrapper .quantity-selector {
  margin-top: 0;
}

.cart-container a {
	text-decoration: none;
}

.cart-container a small {
	text-decoration: underline;
}

/*
.update-btn {
  background: transparent;
  border: 0;
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 15px;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: var(--color-primary);
  width: initial;
  padding: 17.5px;
  font-weight: 700;
  vertical-align: bottom;
  text-decoration: underline;
  
}

.update-btn:hover {
  color: var(--color-body-text);
}
*/

.cart-footer {
  max-width: 100%;
  margin: auto;
}

.cart-footer label,
.cart-footer textarea {
  display: block;
  width: 100%;
  margin: 15px 0;
  border: 0;
}

.cart-footer textarea {
  background-color: white;
  border: 1px solid var(--color-border);
}
  
  .cart-container table {
    width: 100%;
    margin: 30px auto 30px;
    border-collapse: collapse;
    border-top: 2px solid var(--color-border);
}
 
.cart-container table thead th {
  	display:  none;
}
  
.cart-container .responsive-table-row {
    border-bottom: 2px solid var(--color-border);
}
  
.responsive-table-row+.responsive-table-row::after, tfoot>.responsive-table-row:first-child::after {
 	display: none;
}
  
.cart-container table [data-label=Product] {
    width: 100px;
    padding: 15px 0;
}
  
.cart-container table [data-label=Product] img {
    object-fit: contain;
    width: 100px;
    height: 100px;
}
  
.cart-container .qty-selection {
 	display: flex;
    border: 1px solid var(--color-body-text);
    align-items: center;
    margin: 0 auto;
    width: 100px;
}
  
.cart-container table input[type=number] {
    display: inline-block;
    padding: 10px;
    text-align: center;
    width: 40px;
  	flex: 1;
    font-size: 16px; /* to ensure no zoom on mobile */
  	border: 0;
}
  
.qty-selection .button {
    padding: 12.5px 5px;
}
  
.order-note {
  text-align: center; 
    max-width: 400px;
    margin: auto;
}
 
.order-note textarea {
  display: block;
  width: 100%;
  height: 100px;
  border: 1px solid var(--color-body-text);
  font-size: 16px; /* to ensure no zoom on mobile */
  background-color: transparent;
}

.cart-footer label {
  margin: 30px 0 15px;
}

.cart-footer p {
  margin-top: 0;
  font-family: var(--font-stack-body);
}

.cart-footer .cart-total {
  font-size: 1.5em;
  font-weight: 400;
  font-family: var(--font-stack-body);
}

.cart-footer .btn-secondary {
	width: 100%;
	padding-top: 6px;
	padding-bottom: 6px;
}

.cart-footer .btn {
  margin: 15px 0;
  display: block;
  padding: 20px;
  width: 100%;
}

.cart-footer .btn:hover {

}

.cart-footer .additional-checkout-buttons {
  margin-bottom: 30px;
}
  
@media only screen and (max-width: 749px) {
 
  .responsive-table td::before {
    display: none;
  }
 
  .cart-container table {
    margin-top: 0;
  }
  
  .responsive-table td, .responsive-table th {
   	padding: 0;
    text-align: center;
  }
 
  .cart-container .responsive-table-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 10px;
    margin: 0 0 10px 0;
  }
 
  .cart-container .responsive-table-row:first-child {
    padding-top: 10px;
  }
 
  .cart-container .responsive-table-row [data-label=Product] {
    width: 50%;
    padding: 0;
    max-width: 100%;
  }
 
  .cart-container .responsive-table-row [data-label=Product]+td {
    width: 50%;
    padding: 10px;
  }
 
  .cart-container .responsive-table-row td {
    width: 50%;
    margin: 10px 0;
  }
 
  .qty-selection .button {
    width: 25px;
    padding: 12.5px 0;
  }
 
  .cart-container table td p {
    margin: 0;
  }
}

/*** SEARCH ***/

.template-search .search-form {
	max-width: 500px;
	margin: 50px auto;
}

.fancybox-button--play,
.fancybox-button--thumbs {
	display: none;
}
  
#shopify-privacy-banner-div {
  left: 0;
}
  
  
  
/* ////////////////////////////////////////////////////////////////   */
/* -- Swatches Styles -- for Pipeline 3 and earlier -- */



.swatch { 
  margin:1em 0; 
}
/* Label */
/* .swatch .header {
    margin: 0.9em 0;
    // text-align: center;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 1.1em;
    font-weight: bold;

} */
  .header{
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    letter-spacing: 0;
    text-transform: none;
    font-family: var(--font-stack-header) !important;}

/* Hide radio buttons.*/
.swatch input { display:none;}
.swatch label {
  /* Rounded corners */
  -webkit-border-radius:0px;
  -moz-border-radius:2px;
  border-radius:none;
/*   min-width: 70px !important; */
  height: 39px !important;
  background-color:transparent;
  font-size:16px;
  text-align:center;
/*   line-height:35px; */
  white-space:nowrap;
  text-transform:capitalize;
  margin-right: 5px;
  letter-spacing: 0px;
  box-shadow:0 0 0 1px black;
  font-family: var(--font-stack-body);
    
}
.swatch-element label { padding:10px 12px; }
.color.swatch-element label { padding:0; }


.swatch input:checked + label {
    box-shadow: 0 0 0 3px !important;
    border-radius: 0px;
}
.swatch .swatch-element {
  float:left;
  -webkit-transform:translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing:antialiased; /* webkit text rendering fix */
  margin:10px 10px 10px 0;
  position:relative;
}
/* Image with the cross in it */
.crossed-out { position:absolute; width:100%; height:100%; left:0; top:0; }
.swatch .swatch-element .crossed-out { display:none; }
.swatch .swatch-element.soldout .crossed-out { display:block; }
.swatch .swatch-element.soldout label {
  filter: alpha(opacity=60); /* internet explorer */
  -khtml-opacity: 0.6;      /* khtml, old safari */
  -moz-opacity: 0.6;       /* mozilla, netscape */
  opacity: 0.2;           /* fx, safari, opera */
}
/* Tooltips */
.swatch .tooltip {
  text-align:center;
  background:gray;
  color:#fff;
  bottom:100%;
  padding: 10px;
  display:block;
  position:absolute;
  width:100px;
/*   left:-23px; */
  margin-bottom:15px;
  /* Make it invisible by default */
  filter:alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity:0;
  visibility:hidden;
  /* Animations */
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 10000;
  -moz-box-sizing:border-box; 
  -webkit-box-sizing:border-box; 
  box-sizing:border-box;
}
.swatch .tooltip:before {
  bottom:-20px;
  content:" ";
  display:block;
  height:20px;
  left:0;
  position:absolute;
  width:100%;
}
/* CSS triangle */
.swatch .tooltip:after {
  border-left:solid transparent 10px;
  border-right:solid transparent 10px;
  border-top:solid gray 10px;
  bottom:-10px;
  content:" ";
  height:0;
  left:50%;
  margin-left:-13px;
  position:absolute;
  width:0;
}
.swatch .swatch-element:hover .tooltip {
  filter:alpha(opacity=100);
  -khtml-opacity:1;
  -moz-opacity:1;
  opacity:1;
  visibility:visible;
  -webkit-transform:translateY(0px);
     -moz-transform:translateY(0px);
      -ms-transform:translateY(0px);
       -o-transform:translateY(0px);
          transform:translateY(0px);
}
.swatch.error {
  background-color:#E8D2D2!important;
  color:#333!important;
  padding:1em;
  border-radius:5px;
}
.swatch.error p {
  margin:0.7em 0;
}
.swatch.error p:first-child {
  margin-top:0;
}
.swatch.error p:last-child {
  margin-bottom:0;
}
.swatch.error code {
  font-family:monospace;
}
.swatch.clearfix {
    margin-bottom: 20px;
}

/* - end swatch styles - */
.c_sale{
  color:#c3102f;
  font-size: 16px;
}
p.line-item-property__field.c_sale {
    margin-top: 0;
}
p.line-item-property__field.c_sale label {
    text-align: center;
    text-transform: initial;
    font-size: 16px;
}