/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/* COLORS
Background:#EEEEEE or #F4F3F1 #EEEEEE
Content Background: #FFFFFF #FFFFFF
Accent Background: #F4F3F1 #eeeeee
Accent Text Color: #888888 #888888
Accent Pattern Color: #FFFFFF #eeeeee
Primary Text Color: #333333 #333333
Button Background Color: #00C1DA #00A7CE
Links Color: #B88966 or #B19067 #CCAC8A

Montserrat
Montserrat
*/

button,hr,input{overflow:visible}audio,canvas,progress,video{display:inline-block}progress,sub,sup{vertical-align:baseline}html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0} menu,article,aside,details,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{}button,select{text-transform:none}[type=submit], [type=reset],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}/*# sourceMappingURL=normalize.min.css.map */
* {
  box-sizing: border-box;
}

.OfficinaSerITCStd-Bold { 
    font-family: OfficinaSerITCStd-Bold;
    font-weight: normal;
    font-style: normal;
}

html {
  min-height: 100%;
  position: relative;
}

body {
  background-color: #EEEEEE;
  color: #333333;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 1;
  padding-top: 70px;
  /*padding-top: 160px;*/
  padding-bottom: 288px;
  overflow-y: scroll;
}
@media screen and (max-width: 800px) {
  body {
    padding-top: 100px;
  }
}
@media screen and (max-width: 668px) {
  body {
    background: #FFFFFF;
    padding-top: 64px;
  }
}
body.standalone-page {
  padding: 140px 60px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  body.standalone-page {
    padding: 80px 20px;
  }
}
body.standalone-page .message-holder {
  background: #FFFFFF;
  margin: 0 auto;
  max-width: 800px;
  padding: 64px 32px;
  width: 100%;
}
body.standalone-page h1 {
  color: #333333;
  font-size: 22px;
  line-height: 1.6em;
  margin: 0;
  text-align: center;
}
body.standalone-page h1.checkout-header {
  margin-bottom: 0;
}

.maintenance-icons {
  display: block;
  margin: 72px 0 0;
  padding: 0;
}
.maintenance-icons li {
  display: inline-block;
}
.maintenance-icons li a {
  display: block;
  padding: 0 15px;
}
@media screen and (max-width: 668px) {
  .maintenance-icons li a {
    padding: 0 12px;
  }
}
.maintenance-icons li a svg {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  fill: #333333;
  height: 22px;
  width: 22px;
}
.maintenance-icons li a:hover svg {
  fill: #CCAC8A;
}

.errors {
  background: #ea4859;
  color: #fafafa;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 20px;
  list-style: none;
  margin-bottom: 0;
  padding: 32px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.errors.cart-errors {
  margin: 0 auto;
  max-width: 828px;
}

.wrapper {
  margin: 0 auto;
  padding: 0 64px;
  position: relative;
  width: 100%;
}
.wrapper:after {
  content: "";
  display: table;
  clear: both;
}

a, a:visited {
  color: #CCAC8A;
  /*color: #333333;*/
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #333333;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
}

header {
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
  background: #191919;
  height: 100px;
  /*background: #FFFFFF;
  border-bottom: 2px solid #EEEEEE;
  height: 160px;*/
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
}
@media screen and (max-width: 800px) {
  header {
    height: 100px;
    position: absolute;
  }
}
@media screen and (max-width: 668px) {
  header {
    height: 64px;
  }
}
header .wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 100%;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 800px) {
  header .wrapper {
    height: 100%;
  }
}
@media screen and (max-width: 668px) {
  header .wrapper {
    height: 100%;
    padding: 0;
  }
}
header .header-nav {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-basis: 33%;
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  max-width: 33%;
  text-align: left;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  header .header-nav {
    display: none;
  }
}
header .header-nav .header-nav-pages {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .header-nav .header-nav-pages > li {
  display: inline-block;
  position: relative;
}
header .header-nav .header-nav-pages > li.dropdown-open {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
header .header-nav .header-nav-pages > li.dropdown-open .category-dropdown {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  display: inline-block;
  opacity: 1;
  visibility: visible;
}
header .header-nav .header-nav-pages > li > a {
  display: block;
  line-height: 20px;
  padding: 0 8px;
  color: #888888;
}
header .header-nav .header-nav-pages > li > a:after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  margin: 0 auto;
  opacity: 0;
  background: #CCAC8A;
}
header .header-nav .header-nav-pages > li > a:hover {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  color: #CCAC8A;
}
header .header-nav .header-nav-pages > li > a:hover:after {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  opacity: 1;
}
header .header-nav .header-nav-pages .category-dropdown {
  font-weight: 600;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  background: #FFFFFF;
  left: -17px;
  list-style: none;
  margin: 0;
  border-top: 20px solid #191919;
  min-width: 250px;
  opacity: 0;
  padding: 10px 24px;
  position: absolute;
  text-align: left;
  visibility: hidden;
  z-index: 3;
}
header .header-nav .header-nav-pages .category-dropdown li {
  display: block;
}
header .header-nav .header-nav-pages .category-dropdown li a {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  color: #333333;
  display: block;
  line-height: 20px;
  padding: 8px 2px;
}
header .header-nav .header-nav-pages .category-dropdown li a:hover {
  color: #CCAC8A;
}
header .header-store-name {
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
  -webkit-flex-basis: 33%;
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  color: #333333;
  display: inline-block;
  font-size: 22px;
  height: 100px;
  /*height: 160px;*/
  max-width: 33%;
  text-align: center;
}
@media screen and (max-width: 800px) {
  header .header-store-name {
    height: 100px;
    max-width: 100%;
  }
}
@media screen and (max-width: 668px) {
  header .header-store-name {
    height: 64px;
    font-size: 18px;
  }
}
header .header-store-name.image {
    height: calc(100px / 1.5);
}
@media screen and (max-width: 800px) {
  header .header-store-name.image {
    height: calc(100px / 1.5);
  }
}
@media screen and (max-width: 668px) {
  header .header-store-name.image {
    height: calc(64px / 1.5);
  }
}
header .header-store-name.image .store-title {
  height: auto;
}
header .header-store-name.image img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-height: 80px;
  /*max-height: 80px;*/
  max-width: 100%;
  width: auto;
}
@media screen and (max-width: 668px) {
  header .header-store-name.image img {
    max-height: 50px;
  }
}
header .header-store-name .store-title {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
  color: #333333;
  display: inline-block;
  line-height: 1.2em;
}
@media screen and (max-width: 800px) {
  header .header-store-name .store-title {
    max-width: 70%;
  }
}
header .header-store-name .store-title:hover {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  color: #CCAC8A;
}
header .header-search-cart {
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
  -webkit-flex-basis: 33%;
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0px;
  max-width: 33%;
  position: relative;
  text-align: right;
  text-transform:;
}
header .header-search-cart:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 800px) {
  header .header-search-cart {
    display: none;
  }
}
header .header-search-cart .search-cart-nav {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}
header .header-search-cart .search-cart-nav:after {
  content: "";
  display: table;
  clear: both;
}
header .header-search-cart .search-cart-nav > li {
  float: right;
  position: relative;
}
header .header-search-cart .search-cart-nav > li > a {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  display: block;
  line-height: 20px;
  padding: 0 8px;
  color: #FFFFFF;
}
header .header-search-cart .search-cart-nav > li > a .cart-num-items {
  display: inline-block;
}
header .header-search-cart .search-cart-nav > li > a > svg {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  fill: #CCAC8A;
  height: 16px;
  margin: 0 10px;
  position: relative;
  top: 3px;
  width: 16px;
}
header .header-search-cart .search-cart-nav > li > a:hover {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  color: #CCAC8A;
}
header .header-search-cart .search-cart-nav > li > a:hover > svg {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  fill: #CCAC8A;
}
header .header-search-cart li.search-container {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  background: #FFFFFF;
  overflow: hidden;
  height: 4em;
  width: 4em;
  position: absolute;
  right: 110px;
  top: -13px;
}
header .header-search-cart li.search-container:hover {
  width: 224px;
}
header .header-search-cart li.search-container:hover input {
  display: inline-block;
  width: 160px;
  padding: 10px;
}
header .header-search-cart input {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background: none;
  float: left;
  width: 0em;
  height: 4em;
  margin-right: -4.5em;
  color: #333333;
  font-size: 1em;
  font-weight: normal:
  /*font-weight: 600;*/
  padding: 0px;
}
header .header-search-cart input:focus {
  outline: none;
}
header .header-search-cart .search-button {
  float: right;
  width: 2em;
  height: 2em;
  background: transparent;
  text-align: center;
  font-size: 2em;
}
header .header-search-cart .search-button svg {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
  display: block;
  height: 16px;
  margin: 0 auto;
  width: 16px;
  fill: #CCAC8A;
}
header .header-search-cart .search-button:active {
  border: 0 !important;
}
header .open-dropdown {
  -webkit-transition: 200;
  transition: 200;
  display: none;
  padding: 8px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
header .open-dropdown svg {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  display: block;
  height: 14px;
  width: 16px;
}
header .open-dropdown.dropdown-visible svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (max-width: 800px) {
  header .open-dropdown {
    display: block;
    fill: #CCAC8A;
  }
}

.mobile-navigation {
  background: #FFFFFF;
  border-top: 2px solid #EEEEEE;
  display: none;
  overflow: hidden;
  text-align: center;
}
.mobile-navigation .dropdown-search {
  padding: 12px 24px;
}
.mobile-navigation .dropdown-search input {
  background: none;
  border: 0;
  font-size: 14px;
  letter-spacing: 0px;
  padding: 12px 0;
  text-align: center;
  text-transform: none;
}
.mobile-navigation .mobile-navigation-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.mobile-navigation .mobile-navigation-list li {
  border-bottom: 2px solid #EEEEEE;
  display: block;
}
.mobile-navigation .mobile-navigation-list li > a {
  display: block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 16px;
  padding: 18px;
  text-transform: uppercase;
  color: #888888;
}
.mobile-navigation .mobile-navigation-list li.dropdown-icons {
  display: flex;
  justify-content: center;
  left: -2px;
  overflow: hidden;
  position: relative;
  width: calc(100% + 4px);
}
.mobile-navigation .mobile-navigation-list li.dropdown-icons > a {
  border-left: 2px solid #EEEEEE;
  max-width: 20%;
  width: 100%;
}
.mobile-navigation .mobile-navigation-list li.dropdown-icons > a:last-child {
  border-right: 2px solid #EEEEEE;
}
.mobile-navigation .mobile-navigation-list li.dropdown-icons svg {
  height: 16px;
  width: 16px;
}
.mobile-navigation .mobile-navigation-list li.bigcartel-credit {
  padding: 24px 0 0 0;
  border-bottom: 0;
}
.mobile-navigation .mobile-navigation-list li.bigcartel-credit .badge {
  width: 100%;
}
.mobile-navigation .mobile-navigation-list li.bigcartel-credit .badge a {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background: url(https://nishology.com/nish-badge.svg) no-repeat;
  border: none;
  display: block;
  height: 32px;
  width: 32px;
  margin: 0 auto;
  opacity: 0.6;
}
.mobile-navigation .mobile-navigation-list li.copyright-mobile-list-item {
  line-height: 14px;
  padding: 16px 22px 22px 22px;
}
.mobile-navigation .mobile-navigation-list li.copyright-mobile-list-item .copyright-mobile {
  color: #888888;
  font-size: 10px;
  opacity: 0.6;
}

.select {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  border: 2px solid #EEEEEE;
  color: #333333;
  font-family: Montserrat;
  height: 64px;
  margin-bottom: 20px;
  max-width: 100%;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}
.select select {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  color: #333333;
  font-family: Montserrat;
  font-size: 14px;
  letter-spacing: 0.5px;
  height: 100%;
  line-height: 2em;
  padding: 0 66px 0 20px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
  z-index: 2;
}
.select select option {
  background-color: white;
  color: black;
}
.select select:focus {
  box-shadow: none;
  outline: none;
}
.select select::-ms-expand {
  display: none;
}
.select svg {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
  fill: #333333;
  height: 13px;
  margin: 0 auto;
  width: 13px;
  z-index: 1;
}
.select:hover {
  color: #333333;
  border-color: #333333;
}
.select:hover select {
  color: #333333;
}
.select:hover .arrow-holder {
  border-left: 2px solid #333333;
}
.select:hover svg {
  fill: #333333;
}
.select .arrow-holder {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  position: absolute;
  right: 0;
  width: 60px;
  height: 60px;
  border-left: 2px solid #EEEEEE;
  text-align: center;
  top: 0;
}

button, a.button {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border: 0px;
  background: #00A7CE;
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1;
  max-width: 100%;
  outline: none;
  padding: 25px;
  text-transform: uppercase;
  width: 100%;
	text-align: center;
}
button:hover, button:active, button:focus, a.button:hover, a.button:active, a.button:focus {
  opacity: 0.8;
}

.page-link {
  padding: 32px 0 0 0;
}
@media screen and (max-width: 668px) {
  .page-link {
  padding: 0 0 0 0;
  }
}

input, textarea {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #EEEEEE;
  border: 1px solid #EEEEEE;
  border-radius: 0;
  color: #333333;
  font-family: Montserrat;
  font-size: 16px;
  max-width: 100%;
  padding: 14px;
}

h1.header-title {
  display: none;
  color: #333333;
  font-family: OfficinaSerITCStd-Bold, 'Patua One';
  font-size: 32px;
  text-transform: capitalize;
  line-height: 30px;
  margin: 24px auto;
}

h1.page-title {
  font-family: OfficinaSerITCStd-Bold, 'Patua One';
  font-weight: normal;
  text-transform: capitalize;
  font-size: 4em;
  /*font-size: 3em;*/
  color: #FFFFFF;
  margin: 88px auto 62px;
  text-align: center;
}
@media screen and (max-width: 668px) {
  h1.page-title {
	color: #333333;
    font-size: 24px;
    line-height: 30px;
    margin: 24px auto;
  }
}

h1.hide-title {
  display: none;
}

.page-title-img {
  width: 300px; 
  margin: 0 auto;
  padding: 5em 0 3em 0;
  display: block;
}
@media screen and (max-width: 800px) {
  .page-title-img {
    padding: 3em 0 3em 0;
  }
}

section.content {
  margin: 0 auto 60px;
  /*margin: 0 auto 160px;*/
  padding: 0 64px;
  position: relative;
  width: 100%;
  z-index: 2;
}
section.content:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1024px) {
  section.content {
    padding: 0 32px;
  }
}
@media screen and (max-width: 668px) {
  section.content {
    margin-bottom: 0;
    padding: 0;
    background-color: #592c82;
  }
}
section.content.hide-featured {
  display: none;
}
section.content .page-content {
  background: #FFFFFF;
  margin: 0 auto;
  min-height: 240px;
  position: relative;
  width: 100%;
}
section.content .page-content:after {
  content: "";
  display: table;
  clear: both;
}

section.content .page-content h1 {
	font-family: OfficinaSerITCStd-Bold, 'Patua One';
	text-transform: capitalize;
}
section.content .page-content h2 {
	font-size: 14px;
	letter-spacing: 0.5px;
	font-weight: 600;
	color: #CCAC8A;
}
section.content .page-content .product-price-title h2 {
	font-size: 14px;
	font-weight: 600;
	color: #CCAC8A;
}

.pattern {
  background-color: #eeeeee;
  height: 360px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 100px;
  /*top: 160px;*/
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 668px) {
  .pattern {
    display: none;
  }
}
.pattern.wiggle {}
.pattern.bubbles {}
.pattern.diagonal-lines {}
.pattern.random-shapes {
  background-image: url("https://nishology.com/img/accent.jpg?auto=format&fit=max&w=1200");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.pattern.bank-note {
  background-image: url("https://nishology.com/img/accent2.png?auto=format&fit=max&w=1200");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #592c82;
}
.pattern.bathroom-floor {}
.pattern.autumn {}
.pattern.kiwi {}
.pattern.welcome-pattern {
  height: 700px;
  overflow: hidden;
}
.pattern.welcome-pattern canvas, .pattern.welcome-pattern .welcome-text {
  -webkit-animation: fade-in-load ease-in 900ms forwards;
  animation: fade-in-load ease-in 900ms forwards;
}
@media screen and (max-width: 800px) {
  .pattern.welcome-pattern {
    position: relative;
    top: 0;
  }
}
@media screen and (max-width: 668px) {
  .pattern.welcome-pattern {
    display: block;
    height: calc(100vh - 64px);
  }
}
.pattern.no-pattern {
  background-color: #eeeeee;
  background-image: none;
}
.pattern.welcome-image {
  -webkit-animation: fade-in-load ease-in 900ms forwards;
  animation: fade-in-load ease-in 900ms forwards;
  background-image: url('https://assets.bigcartel.com/theme_images/49607009/welcome2-01.jpg?auto=format&fit=max&w=1400');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.pattern.welcome-image canvas {
  display: none !important;
}

.button.home-link {
  width: 20%;
  margin: 3em auto;
  color: #333333;
  background-color: #FFFFFF;
  box-shadow: 2px 2px 20px #000000;
  border-radius: 4px;
}

@media screen and (max-width: 800px) {
  .button.home-link {
    width: 60%;
    margin: 2.5em auto;
  }
}

.pattern.hide-featured {
  height: calc(100vh - 100px);
  /*height: calc(100vh - 160px);*/
  position: relative;
  top: 0;
}
@media screen and (max-width: 800px) {
  .pattern.hide-featured {
    height: calc(100vh - 100px);
  }
}
@media screen and (max-width: 668px) {
  .pattern.hide-featured {
    height: calc(100vh - 64px);
  }
}
.pattern canvas {
  height: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 800px) {
  .pattern {
    top: 100px;
  }
}
@media screen and (max-width: 668px) {
  .pattern {
    top: 64px;
  }
}

/* Anchor Scroll Buttons */
a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}
a.anchor2 {
    display: block;
    position: relative;
    top: 500px;
    visibility: hidden;
}
@media screen and (max-width: 800px) {
	a.anchor.headerAnchor {
    top: 0px;
	}
}
a.anchorLink {
	width: 24px;
	height: 24px;
}
#pattern a.anchorLink {
	position: absolute;
	top: 392px;
	left: 50%;
	width: 18px;
	height: 18px;
	margin-left: -12px;
	border-left: 5px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
}


footer {
  background: #eeeeee;
  bottom: 0;
  color: #888888;
  display: block;
  min-height: 288px;
  overflow: hidden;
  /*padding: 64px 0;*/
  padding: 64px 0 36px 0;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 800px) {
  footer {
	padding-bottom: 96px;
  }
}
@media screen and (max-width: 668px) {
  footer {
    display: none;
    height: 0;
    min-height: 0;
  }
}
footer .bigcartel-credit {
  float: right;
  margin-right: 8px;
}
footer .bigcartel-credit .badge {
  width: 100%;
}
footer .bigcartel-credit .badge a {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  	background: url(https://nishology.com/nish-badge.svg) no-repeat;
  border: none;
  display: block;
  	height: 32px;
  width: 32px;
  margin: 0 auto;
  opacity: 0.6;
}

.copyright {
  display: block;
  color: #888888;
  font-size: 10px;
  font-style: normal;
  line-height: 16px;
  padding: 42px 8px;
  clear: both;
}

.footernav {
  display: inline-block;
  max-width: 300px;
  padding-right: 32px;
  vertical-align: top;
  width: 25%;
}
.footernav h4, .footernav h4 a {
  color: #333333;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.footernav h4 {
  padding: 0 8px;
}
.footernav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footernav ul li {
  display: block;
}
.footernav ul li a {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  color: #333333;
  display: block;
  font-size: 12px;
  line-height: 18px;
  opacity: 0.6;
  padding: 9px 8px;
}
.footernav ul li a:hover {
  opacity: 1;
}
.footernav ul.social-icons {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footernav ul.social-icons li {
  display: block;
}
.footernav ul.social-icons li a {
  color: #333333;
  display: block;
}
.footernav ul.social-icons li a span {
  display: inline-block;
  margin-left: 8px;
}
.footernav ul.social-icons li a svg {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  display: inline-block;
  fill: #888888;
  height: 16px;
  opacity: 0.6;
  position: relative;
  top: 3px;
  width: 16px;
}
.footernav ul.social-icons li a:hover svg {
  opacity: 1;
}


.custom-page, .success-page {
  font-size: 14px;
  line-height: 24px;
  max-width: 828px;
  padding: 64px;
  width: 100%;
}
.custom-page a, .success-page a {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  color: #CCAC8A;
}
.custom-page a:hover, .success-page a:hover {
  opacity: 0.6;
}
.custom-page img, .success-page img {
  display: block;
  max-width: 100%;
}
.custom-page ol, .custom-page ul, .success-page ol, .success-page ul {
  margin: 1em 0;
  padding: 0;
}
.custom-page ul, .success-page ul {
  list-style: disc;
  list-style-position: inside;
  font-size: 11px;
  line-height: 21px;
}
}
.custom-page ol, .success-page ol {
  list-style: decimal;
  list-style-position: inside;
}
@media screen and (max-width: 800px) {
  .custom-page, .success-page {
    padding: 32px;
  }
}

ol.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -60px;
    text-align: center;
}
.flexslider .slides {
	margin: 0 0;
}

.success-page {
  font-size: 14px;
  text-align: center;
}

.footer-cart {
  background: #FFFFFF;
  border-top: 2px solid #EEEEEE;
  bottom: 0;
  color: #333333;
  display: none;
  height: 64px;
  left: 0;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 4;
}
@media screen and (max-width: 800px) {
  .footer-cart {
    display: block;
  }
}
.footer-cart .cart-num-items {
  color: #333333;
  display: inline-block;
  line-height: 64px;
  text-transform: uppercase;
}
.footer-cart svg {
  display: inline-block;
  fill: #333333;
  height: 16px;
  margin: 0 10px;
  position: relative;
  top: 3px;
  width: 16px;
}

.header-cart {
  height: 64px;
  color: #333333;
  display: inline-block;
  line-height: 64px !important;
  text-transform: uppercase;
}
.header-cart svg {
  display: inline-block;
  fill: #888888;
  height: 16px;
  margin: 0 10px;
  position: relative;
  top: 3px;
  width: 16px;
}

.footer-cart-buttons {
  background: #FFFFFF;
  border-top: 2px solid #EEEEEE;
  bottom: 0;
  color: #333333;
  display: none;
  height: 64px;
  left: 0;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 4;
}
.footer-cart-buttons.no-border {
  border-top: 0;
}
@media screen and (max-width: 800px) {
  .footer-cart-buttons {
    display: block;
  }
}
.footer-cart-buttons a {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  float: left;
  font-size: 12px;
  font-weight: 600;
  line-height: 64px;
  text-align: center;
  text-transform: uppercase;
  width: 50%;
}
.footer-cart-buttons a:last-child {
  background: #00A7CE;
  color: #FFFFFF;
}

.no-products-message {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
  display: block;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  padding: 64px;
}
.no-products-message a {
  color: #CCAC8A;
}

#contact .hide-header, #products .hide-header, #product .hide-header, .custom .hide-header, #cart .hide-header, #success .hide-header {
  display: none;
}

@media screen and (max-width: 668px) {
  .header-title {
    display: none;
  }

  #contact .store-link, #contact h1.page-title, #products .store-link, #products h1.page-title, #product .store-link, #product h1.page-title, .custom .store-link, .custom h1.page-title, #cart .store-link, #cart h1.page-title, #success .store-link, #success h1.page-title {
    display: none;
  }
  #contact .hide-header, #products .hide-header, #product .hide-header, .custom .hide-header, #cart .hide-header, #success .hide-header {
    display: block;
    font-size: inherit;
    line-height: inherit;
    margin: inherit;
    text-align: center;
	color: #FFFFFF;
  }
}
@-webkit-keyframes fade-in-load {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade-in-load {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.welcome-text {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 45%;
  color: #888888;
  margin: 0 auto;
  max-width: 1600px;
  padding: 0 32px;
  text-transform: uppercase;
}

h1.welcome-header {
  font-family: OfficinaSerITCStd-Bold, 'Patua One';
  text-shadow: 2px 2px 20px #000000;
  text-transform: capitalize;
  color: #FFFFFF;
  font-size: 72px;
  /*font-size: 60px;*/
  line-height: 1.4em;
  margin: 0 0 12px;
  text-align: center;
}
@media screen and (max-width: 668px) {
  h1.welcome-header {
    color:  #FFFFFF;
	font-size: 60px;
	line-height: 60px;
    /*font-size: 9vw;*/
  }
}

h2.welcome-subheader {
  color:  #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4em;
  text-shadow: 2px 2px 10px #000000;
  text-align: center;
  letter-spacing: 0.5px;
}
h2.welcome-subheader:after {
}

h3.home-featured {
  font-family: OfficinaSerITCStd-Bold, 'Patua One';
  font-size: 36px;
  letter-spacing: -0.5px;
  text-transform: capitalize;
  text-align: center;
  color: #333333;
  background-color: #FFFFFF;
  border: 1px solid #EEEEEE;
  padding: 32px 32px 28px;
  display: none;
}

section.content .home-page {
  background: none;
  margin-top: 80px;
  max-width: 1600px;
}
@media screen and (max-width: 800px) {
  section.content .home-page {
    margin-top: 0;
  }
}
section.content .home-page.has-welcome {
  margin-top: 620px;
}
@media screen and (max-width: 800px) {
  section.content .home-page.has-welcome {
    margin-top: 36px;
	/*margin-top: 0;*/
  }
}
@media screen and (max-width: 668px) {
  section.content .home-page.has-welcome {
    margin-top: 0;
  }
}
section.content .products-page {
  background: none;
  max-width: 1600px;
}
section.content .products-page:after {
  content: "";
  display: table;
  clear: both;
}
section.content .products-page .empty-products {
  background: #FFFFFF;
  height: 240px;
}
@media screen and (max-width: 668px) {
  section.content .products-page .empty-products {
    height: 100px;
    min-height: 100px;
	/*height: 100px;
    min-height: 100px;*/
  }
}

.product-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex: flex-grow;
  -ms-flex: flex-grow;
  flex: flex-grow;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  list-style: none;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}
.product-list.justify-center {
  justify-content: center;
}
@media screen and (max-width: 668px) {
  .product-list {
    margin: 0;
  }
}

.product-card {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #EEEEEE;
  border: 1px solid #EEEEEE;
  height: 674px;
  padding-bottom: 42%;
  position: relative;
  text-align: center;
  width: 33.333%;
}
@media screen and (max-width: 1450px) {
  .product-card {
    height: 530px;
    padding-bottom: 44%;
  }
}
@media screen and (max-width: 1200px) {
  .product-card {
    height: 460px;
    padding-bottom: 46%;
  }
}
@media screen and (max-width: 1024px) {
  .product-card {
    padding-bottom: 60%;
    width: 50%;
  }
}
@media screen and (max-width: 800px) {
  .product-card {
    height: 400px;
    padding-bottom: 68%;
  }
}
@media screen and (max-width: 668px) {
  .product-card {
    border-width: 1px 0px;
    height: auto;
    padding: 0;
    width: 100%;
  }
}

/* Font Awesome Icon (chevron-circle-right) */
.svg-inline--fa.fa-w-16 {
	visibility: hidden;
	height: 0em;
	width: 0em;
	color: #00A7CE;
	margin-top: 0em;
}

@media screen and (max-width: 800px) {
  .svg-inline--fa.fa-w-16 {
	visibility: visible;
	height: 1.5em;
	width: 1.5em;
	color: #00A7CE;
	margin-top: 1em;
	}
	
}

.product-link {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  background: #FFFFFF;
  color: #333333;
  display: block;
  height: 100%;
  left: -2px;
  margin: 2px;
  padding: 48px;
  position: absolute;
  top: -2px;
  width: 100%;
}
@media screen and (max-width: 668px) {
  .product-link {
    left: 0;
    margin: 2px 0;
    position: relative;
  }
}
.product-link .product-image {
  display: block;
  height: 76%;
  position: relative;
}
@media screen and (max-width: 1450px) {
  .product-link .product-image {
    height: 73%;
  }
}
@media screen and (max-width: 1200px) {
  .product-link .product-image {
    height: 66%;
  }
}
@media screen and (max-width: 1024px) {
  .product-link .product-image {
    height: 75%;
  }
}
@media screen and (max-width: 800px) {
  .product-link .product-image {
    height: 66%;
  }
}
@media screen and (max-width: 668px) {
  .product-link .product-image {
    height: auto;
  }
}
.product-link .product-image img {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 668px) {
  .product-link .product-image img {
    -webkit-transform: none;
    transform: none;
    top: auto;
    width: 100%;
  }
}
.product-link .product-info {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  padding: 48px 0 0;
}
@media screen and (max-width: 1450px) {
  .product-link .product-info {
    padding-top: 32px;
  }
}
.product-link .product-info .product-name {
  color: #333333;
  font-family: OfficinaSerITCStd-Bold, 'Patua One';
  font-size: 20px;
  line-height: 24px;
}
.product-link .product-info .category-name {
  font-size: 18px;
}
.product-link .product-info .category-name:after {
  display: block;
  content: "";
  background: #CCAC8A;
  opacity: 0.6;
  height: 2px;
  margin: 12px auto 16px;
  width: 28px;
}
.product-link .product-info .product-price {
  font-family: Montserrat;
  font-size: 14px;
  line-height: 15px;
  opacity: 0.7;
  color: #333333;
}
.product-link .product-info .product-price:after {
  display: block;
  content: "";
  background: #CCAC8A;
    opacity: 0.6;
  height: 0px;
  /*height: 2px;*/
  margin: .75em auto;
  /*margin: 12px auto 16px;*/
  width: 26px;
}
.product-link .category-info {
  padding: 0 0 48px;
}
@media screen and (max-width: 1450px) {
  .product-link .category-info {
    padding-bottom: 32px;
  }
}
.product-link .product-status {
  background: #CCAC8A;
  font-size: 0.75rem;
  color: #FFFFFF;
  display: block;
  font-style: normal;
  font-weight: 600;
  height: 72px;
  left: 32px;
  line-height: 16px;
  min-width: 72px;
  max-width: 72px;
  padding: 0 10px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 32px;
  border-radius: 50%;
  -webkit-border-top-left-radius: 36px;
  -webkit-border-top-right-radius: 36px;
  -webkit-border-bottom-right-radius: 36px;
  -webkit-border-bottom-left-radius: 36px;
  -moz-border-radius-topleft: 36px;
  -moz-border-radius-topright: 36px;
  -moz-border-radius-bottomright: 36px;
  -moz-border-radius-bottomleft: 36px;
  border-top-left-radius: 36px;
  border-top-right-radius: 36px;
  border-bottom-right-radius: 36px;
  border-bottom-left-radius: 36px;
}
.product-link .product-status .status-text {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
}
.product-link .hover-message {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-color: #00A7CE;
  color: #FFFFFF;
  font-weight: 600;
  left: 50%;
  min-width: 180px;
  opacity: 0;
  padding: 24px 48px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
}
@media screen and (max-width: 800px) {
  .product-link .hover-message {
    display: none !important;
  }
}
.product-link:hover .hover-message {
  opacity: 1;
}

.no-products-message {
  text-align: center;
}

.pagination {
  float: left;
  font-family: Montserrat;
  font-size: 12px;
  margin-top: 48px;
  text-align: left;
}
@media screen and (max-width: 668px) {
  .pagination {
    margin: 48px 32px;
  }
}
.pagination > a, .pagination .current {
  display: none;
}
.pagination .previous, .pagination .next {
  background: #00A7CE;
  display: inline-block;
  height: 64px;
  text-align: center;
  width: 64px;
}
.pagination .previous.disabled, .pagination .next.disabled {
  opacity: 0.5;
}
.pagination .previous svg, .pagination .next svg {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
  fill: #FFFFFF;
  height: 16px;
  width: 16px;
}

.paginate-info {
  float: left;
  font-size: 12px;
  line-height: 64px;
  margin-left: 32px;
  margin-top: 48px;
  text-transform: uppercase;
}
@media screen and (max-width: 668px) {
  .paginate-info {
    margin-left: 8px;
    color: #FFFFFF;
  }
}
section.content .product-page {
  margin-top: 80px;
  max-width: 1600px;
}
@media screen and (max-width: 668px) {
  section.content .product-page {
    margin-top: 0;
  }
}

.product-images {
  border-right: 2px solid #EEEEEE;
  float: left;
  max-width: 66.66%;
  padding: 48px;
  position: relative;
  width: 100%;
}
.product-images:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1200px) {
  .product-images {
    padding: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .product-images {
    border: 0;
    float: none;
    max-width: 100%;
    overflow: hidden;
    padding: 32px;
  }
}
@media screen and (max-width: 668px) {
  .product-images {
    border-top: 0px solid #EEEEEE;
    padding: 0;
  }
}
.product-images .primary-image {
  float: left;
  display: block;
  padding-right: 48px;
  width: 80%;
}
@media screen and (max-width: 1200px) {
  .product-images .primary-image {
    padding-right: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .product-images .primary-image {
    float: none;
    padding: 0;
    width: 100%;
  }
}
.product-images .primary-image img {
  display: block;
  width: 100%;
}
.product-images .primary-image.solo {
  padding-right: 0;
  width: 100%;
}
.product-images .product-thumbnails {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 20%;
}
.product-images .product-thumbnails:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1024px) {
  .product-images .product-thumbnails {
    float: none;
    display: flex;
    justify-content: center;
    left: -2px;
    margin-top: 1em;
    overflow: hidden;
    position: relative;
    width: calc(100% + 4px);
  }
}
@media screen and (max-width: 668px) {
  .product-images .product-thumbnails {
    border-left: 0;
    border-right: 0;
    margin-top: 1em;
  }
}
.product-images .product-thumbnails li {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  background: #FFFFFF;
  margin-bottom: 8px;
  padding-bottom: 100%;
  position: relative;
  vertical-align: top;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .product-images .product-thumbnails li {
    border-left: 8px solid #FFFFFF;
    display: inline-block;
    height: 20%;
    margin: 0;
    padding-bottom: 20%;
    position: relative;
    vertical-align: top;
    width: 20%;
  }
}
@media screen and (max-width: 668px) {
  .product-images .product-thumbnails li {
  }
}
.product-images .product-thumbnails li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 668px) {
  .product-images .product-thumbnails li:last-child {
    border-right: 0px solid #EEEEEE;
  }
}
.product-images .product-thumbnails li.active a {
  opacity: 1;
}
.product-images .product-thumbnails li a {
  background-position: 50% 50%;
  background-size: cover;
  display: block;
  height: 100%;
  opacity: 0.8;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
.product-images .product-thumbnails li img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .product-images .product-thumbnails li img {
    position: relative;
    left: 50%;
    width: auto;
    height: auto;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
}
.product-images .product-status {
  background: #CCAC8A;
  font-size: 0.75rem;
  color: #FFFFFF;
  display: block;
  font-style: normal;
  font-weight: 600;
  height: 72px;
  left: 32px;
  line-height: 16px;
  min-width: 72px;
  max-width: 72px;
  padding: 0 10px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 32px;
  border-radius: 50%;
  -webkit-border-top-left-radius: 36px;
  -webkit-border-top-right-radius: 36px;
  -webkit-border-bottom-right-radius: 36px;
  -webkit-border-bottom-left-radius: 36px;
  -moz-border-radius-topleft: 36px;
  -moz-border-radius-topright: 36px;
  -moz-border-radius-bottomright: 36px;
  -moz-border-radius-bottomleft: 36px;
  border-top-left-radius: 36px;
  border-top-right-radius: 36px;
  border-bottom-right-radius: 36px;
  border-bottom-left-radius: 36px;
}
@media screen and (max-width: 1200px) {
  .product-images .product-status {
    left: 24px;
    top: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .product-images .product-status {
    top: 24px;
  }
}
@media screen and (max-width: 800px) {
  .product-images .product-status {
    top: 24px;
  }
}
@media screen and (max-width: 668px) {
  .product-images .product-status {
    left: 24px;
    top: 24px;
  }
}
.product-images .product-status .status-text {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
}

.product-price-title, .product-details {
  float: right;
  max-width: 33.33%;
  padding: 48px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .product-price-title, .product-details {
    padding: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .product-price-title, .product-details {
    float: none;
    max-width: 100%;
  }
}
@media screen and (max-width: 668px) {
  .product-price-title, .product-details {
	padding: 32px;
    /*padding: 16px;*/
  }
}

.product-price-title {
  padding-bottom: 0;
}
.product-price-title h1 {
  color: #333333;
  display: block !important;
  font-size: 32px;
  line-height: 1.2em;
  margin: 0 auto 30px;
  text-align: left;
  text-transform: capitalize;
}
@media screen and (max-width: 1024px) {
  .product-price-title h1 {
    margin-bottom: 0;
	  margin-top: 8px;
  }
}
@media screen and (max-width: 800px) {
  .product-price-title h1 {
    
  }
}
.product-price-title h2 {
  color: #CCAC8A;
  font-family: Montserrat;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  .product-price-title h2 {
    font-size: 18px;
    margin-bottom: 0;
  }
}
.product-price-title h4 {
  border-bottom: none;
  font-size: 20px;
  margin: 0;
  padding: 0 0 6px;
}
@media screen and (max-width: 1024px) {
  .product-price-title {
    padding: 32px 32px 22px 32px;
  }
}
@media screen and (max-width: 800px) {
  .product-price-title {
    padding: 32px 32px 32px 32px;
  }
}

.product-images:after, .product-details:after {
  display: block;
  position: absolute;
  height: 100%;
  content: "";
  background-color: #EEEEEE;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .product-images:after, .product-details:after {
    display: none;
  }
}

.product-images:after {
  right: -2px;
  width: 2px;
}

.product-details:after {
  left: -2px;
  width: 2px;
}

.product-details {
  /*padding-bottom: 96px;*/
  padding-top: 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .product-details {
    padding-top: 0px;
  }
}
/*@media screen and (max-width: 668px) {
  .product-details {
    padding: 0 0 96px 0;
  }
}*/
.product-details .product-description {
  font-size: 14px;
  line-height: 1.7em;
  margin: 0 auto;
}
@media screen and (max-width: 668px) {
  .product-details .product-description {
    padding: 0 0;
	/*padding: 0 32px;*/
  }
}
.product-details .product-description img {
  max-width: 100%;
}
.product-details .product-description a {
  color: #CCAC8A;
  font-weight: normal;
  /*font-weight: 600;*/
}
.product-details .product-description ul, menu, dir {
    -webkit-padding-start: 0px;
	list-style-position: inside;
	font-size: 12px;
}
.product-details .product-form {
  margin-bottom: 40px;
}
.product-details .product-form .select {
  margin-bottom: 24px;
  max-width: 100%;
}
@media screen and (max-width: 668px) {
  .product-details .product-form .select {
    border: 0;
	border: 2px solid #eeeeee;
	/*border-top: 2px solid #eeeeee;*/
    height: 64px;
    margin-bottom: 16px;
  }
  .product-details .product-form .select select {
    padding-left: 32px;
  }
  .product-details .product-form .select .arrow-holder {
    height: 62px;
	/*height: 64px;*/
    width: 64px;
  }
}
.product-details .product-form button {
  width: 100%;
}

.share-buttons {
  border-top: 2px solid #EEEEEE;
  bottom: 0;
  list-style: none;
  margin: 0;
  max-width: 33.33%;
  padding: 0;
  position: absolute;
  right: 0;
  width: 100%;
}
.share-buttons:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1024px) {
  .share-buttons {
    border-bottom: 2px solid #EEEEEE;
    max-width: 100%;
  }
}
.share-buttons li {
  border-left: 2px solid #EEEEEE;
  float: left;
  position: relative;
  width: 33.33%;
}
.share-buttons li:first-child {
  border-left: 0px;
}
.share-buttons li a {
  cursor: pointer;
  display: block;
  padding: 24px 0;
  text-align: center;
  width: 100%;
}
.share-buttons li a svg {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  fill: #333333;
  height: 20px;
  opacity: 0.7;
  width: 20px;
}
.share-buttons li a:hover svg {
  fill: #CCAC8A;
  opacity: 1;
}
.share-buttons li.social-pinterest a {
  display: inline-block;
  position: relative;
}
.share-buttons li.social-pinterest a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
section.content .cart-page {
  max-width: 828px;
}
section.content .cart-page.empty-cart {
  height: 240px;
}
@media screen and (max-width: 668px) {
  section.content .cart-page.empty-cart {
    height: 120px;
    min-height: 120px;
  }
}

.cart-form {
  margin: 0 auto;
  width: 100%;
}
.cart-form:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 668px) {
  .cart-form {
    padding-bottom: 184px;
  }
}

.cart-items {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 668px) {
  .cart-items {
    border-top: none;
  }
}
.cart-items .cart-item {
  border-bottom: 2px solid #EEEEEE;
  font-size: 14px;
  height: 162px;
  line-height: 15px;
  padding: 0;
  position: relative;
}
.cart-items .cart-item:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 668px) {
  .cart-items .cart-item {
    display: flex;
  }
}
.cart-items .item-image-details {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
  height: 160px;
  max-width: 65%;
  float: left;
  width: 100%;
}
.cart-items .item-image-details:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 800px) {
  .cart-items .item-image-details {
    max-width: 70%;
  }
}
@media screen and (max-width: 668px) {
  .cart-items .item-image-details {
    -webkit-transform: none;
    transform: none;
    float: none;
    max-width: 100%;
    top: 0;
  }
}
.cart-items .item-image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  /*border-right: 2px solid #EEEEEE;*/
  float: left;
  height: 100%;
  max-width: 160px;
  position: relative;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 668px) {
  .cart-items .item-image {
    max-width: 40%;
  }
}
.cart-items .item-image .item-delete {
  background: #eeeeee;
  cursor: pointer;
  height: 32px;
  left: 20px;
  line-height: 32px;
  position: absolute;
  text-align: center;
  top: 20px;
  width: 32px;
}
.cart-items .item-image .item-delete svg {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
  display: block;
  fill: #888888;
  height: 10px;
  margin: 0 auto;
  width: 10px;
}
.cart-items .item-details {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
  float: left;
  font-family: Montserrat;
  max-width: calc(100% - 160px);
  /*max-width: calc(100% - 160px);*/
  padding: 0 48px;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .cart-items .item-details {
    padding: 0 32px;
  }
}
@media screen and (max-width: 668px) {
  .cart-items .item-details {
    max-width: 60%;
    padding: 0 16px;
  }
}
.cart-items .item-product-link {
  color: #333333;
  display: block;
  font-size: 18px;
}
@media screen and (max-width: 800px) {
  .cart-items .item-product-link {
    font-size: 20px;
  }
}
.cart-items .item-details-name {
  font-size: 24px;
  line-height: 20px;
  font-family: OfficinaSerITCStd-Bold, 'Patua One';
}
@media screen and (max-width: 668px) {
  .cart-items .item-details-name {
    font-size: 14px;
    line-height: 20px;
  }
}
.cart-items .item-details-option {
  color: #333333;
  display: block;
  font-family: Montserrat;
  font-size: 13px;
  line-height: 17px;
  margin-top: 6px;
  opacity: 0.7;
  text-transform: uppercase;
}
@media screen and (max-width: 668px) {
  .cart-items .item-details-option {
    font-size: 12px;
  }
}
.cart-items .item-details-price {
  color: #CCAC8A;
  display: block;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  line-height: 17px;
  margin-bottom: 10px;
}
@media screen and (max-width: 800px) {
  .cart-items .item-details-price {
    display: block;
  }
}
@media screen and (max-width: 668px) {
  .cart-items .item-details-price {
    font-size: 14px;
    margin-bottom: 6px;
  }
}
.cart-items .item-quantity-holder {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
  border: 2px solid #EEEEEE;
  float: right;
  height: 64px;
  margin-right: 48px;
  padding: 5px 16px;
  padding-right: 10px;
  width: 128px;
}
.cart-items .item-quantity-holder:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 668px) {
  .cart-items .item-quantity-holder {
    -webkit-transform: none;
    transform: none;
    border: 0;
    border-left: 2px solid #EEEEEE;
    clear: both;
    float: none;
    height: 100%;
    margin-right: 0;
    padding-top: 18px;
    top: 0;
    width: 25%;
  }
}
.cart-items .item-quantity-holder .item-quantity-inner {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
}
.cart-items .item-quantity-holder .item-quantity-inner:after {
  content: "";
  display: table;
  clear: both;
}
.cart-items .item-quantity-holder .quantity-label {
  float: left;
  font-size: 14px;
  line-height: 40px;
  opacity: 0.6;
  width: 50%;
}
@media screen and (max-width: 668px) {
  .cart-items .item-quantity-holder .quantity-label {
    display: block;
    float: none;
    line-height: 20px;
    text-align: center;
    width: 100%;
  }
}
.cart-items .item-quantity-holder .option-quantity {
  background: none;
  border: none;
  color: #333333;
  float: right;
  font-size: 14px;
  height: 40px;
  padding: 10px;
  text-align: right;
  width: 50%;
}
@media screen and (max-width: 668px) {
  .cart-items .item-quantity-holder .option-quantity {
    float: none;
    font-size: 14px;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
  }
}
.cart-items .item-quantity-holder .option-quantity:focus {
  box-shadow: none;
  outline: none;
}
.cart-items .price {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
  color: #333333;
  float: right;
  font-family: Montserrat;
  font-size: 18px;
  padding-left: 20px;
  text-align: right;
}
@media screen and (max-width: 800px) {
  .cart-items .price {
    display: none;
  }
}
.cart-items:last-child {
  margin-bottom: 0;
}

.cart-footer {
  background: #eeeeee;
  color: #888888;
  padding: 48px 32px;
  position: relative;
}
.cart-footer:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 668px) {
  .cart-footer.fixed-cart-footer {
    bottom: 64px;
	padding: 20px;
    /*padding: 32px;*/
    position: fixed;
    width: 100%;
  }
}
.cart-footer .cart-adjustments {
  bottom: 48px;
  color: #888888;
  position: absolute;
  right: 32px;
}
@media screen and (max-width: 800px) {
  .cart-footer .cart-adjustments {
    bottom: auto;
    position: relative;
    right: auto;
  }
}
.cart-footer h4.cart-adjustment {
  color: #888888;
  margin-bottom: 20px;
  opacity: 0.7;
  text-align: left;
}
.cart-footer h3.cart-total {
  color: #888888;
  font-size: 22px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  .cart-footer h3.cart-total {
    font-size: 18px;
    text-align: left;
  }
  .cart-footer h3.cart-total.centered-total {
    text-align: center;
  }
}
@media screen and (max-width: 800px) and (max-width: 668px) {
  .cart-footer h3.cart-total.centered-total {
    font-size: 16px;
	font-weight: 600;
  }
}
.cart-footer .cart-amount {
  display: inline-block;
  text-align: right;
  width: 200px;
}
@media screen and (max-width: 800px) {
  .cart-footer .cart-amount {
    float: right;
    width: auto;
  }
}
.cart-footer button, .cart-footer .button {
  max-width: 100%;
}
@media screen and (max-width: 800px) {
  .cart-footer button, .cart-footer .button {
    display: none;
    font-size: 16px;
  }
}
@media screen and (max-width: 668px) {
  .cart-footer button, .cart-footer .button {
    font-size: 18px;
  }
}

a.continue-shopping, .checkout-btn {
  display: inline-block;
  float: left;
  text-align: center;
  text-transform: uppercase;
  width: 50%;
  font-weight: 600;
}
@media screen and (max-width: 800px) {
  a.continue-shopping, .checkout-btn {
    display: none;
  }
}

a.continue-shopping {
  background: #FFFFFF;
  color: #333333;
  opacity: 0.6;
}

.cart-discounts-shipping {
  float: left;
  max-width: 320px;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .cart-discounts-shipping {
    float: none;
    margin-bottom: 32px;
    max-width: 100%;
  }
}
.cart-discounts-shipping .cart-shipping .select {
  background: #FFFFFF;
  max-width: 100%;
}

.cart-discounts {
  background: #FFFFFF;
  border: 2px solid #EEEEEE;
  color: #333333;
  font-family: Montserrat;
  font-size: 14px;
  height: 60px;
  line-height: 58px;
  padding: 0 20px;
  position: relative;
  text-align: left;
}
.cart-discounts input {
  background: none;
  border: none;
  color: #333333;
  font-size: 14px;
  height: 58px;
  line-height: 58px;
  padding: 0;
  text-align: left;
  width: 220px;
}
.cart-discounts input::-ms-clear {
  height: 0;
  width: 0;
}
.cart-discounts input:active, .cart-discounts input:focus {
  outline: none;
}
.cart-discounts a.cancel-discount {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
  border-left: 2px solid #EEEEEE;
  height: 56px;
  position: absolute;
  right: 0;
  width: 56px;
}
.cart-discounts a.cancel-discount svg {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
  display: block;
  fill: #333333;
  height: 20px;
  margin: 0 auto;
  width: 20px;
}
.cart-discounts a.apply-discount {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
  border-left: 2px solid #EEEEEE;
  height: 56px;
  position: absolute;
  right: 0;
  width: 56px;
}
.cart-discounts a.apply-discount svg {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
  display: block;
  fill: #333333;
  height: 13px;
  margin: 0 auto;
  width: 13px;
}

.cart-empty-message {
  text-align: center;
}
.cart-empty-message p {
  margin: 80px 0;
}
.cart-empty-message .button {
  display: inline-block;
}
.cart-empty-message.hidden-message {
  display: none;
}
section.content .contact-page {
  max-width: 828px;
}

.contact-form-block {
  border-bottom: 2px solid #EEEEEE;
  padding: 32px 48px;
  position: relative;
  text-align: left;
}
.contact-form-block:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 800px) {
  .contact-form-block {
    padding: 8px 32px 32px;
  }
}
@media screen and (max-width: 668px) {
  .contact-form-block {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
.contact-form-block label {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 600;
  line-height: 56px;
  text-transform: uppercase;
  width: 180px;
}
@media screen and (max-width: 800px) {
  .contact-form-block label {
    display: block;
    width: 100%;
  }
}
.contact-form-block .input-holder {
  float: right;
  width: calc(100% - 180px);
}
@media screen and (max-width: 800px) {
  .contact-form-block .input-holder {
    float: none;
    width: 100%;
  }
}
.contact-form-block input {
  height: 56px;
}
.contact-form-block textarea {
  border: 2px solid #EEEEEE;
  height: 140px;
  resize: vertical;
}
.contact-form-block input, .contact-form-block textarea {
  background: #FCFCFC;
  border: 2px solid #EEEEEE;
  width: 100%;
}
.contact-form-block input:active, .contact-form-block input:focus, .contact-form-block textarea:active, .contact-form-block textarea:focus {
  border: 2px solid #333333;
  outline: none;
}
.contact-form-block .captcha-instructions {
  font-size: 12px;
  margin-top: 10px;
}
@media screen and (max-width: 668px) {
  .contact-form-block .captcha-instructions {
    margin-bottom: 32px;
  }
}
.contact-form-block #captcha_image {
  border-left: 2px solid #EEEEEE;
  height: 52px;
  position: absolute;
  right: 50px;
  top: 34px;
}
@media screen and (max-width: 800px) {
  .contact-form-block #captcha_image {
    top: 66px;
  }
}
.contact-form-block.contact-send {
  border-bottom: 0;
  padding: 0;
}

.message-sent {
  display: block;
  font-size: 14px;
  line-height: 22px;
  padding: 64px;
  text-align: center;
}


