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

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;
}

body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #ffffff;
  color: #000000;
  font-family: Helvetica;
  font-size: 20px;
  min-height: 100vh;
}

.accent-background {
  background-color: #ffffff;
  height: 45vh;
  max-width: 75%;
  position: absolute;
  z-index: -1;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .accent-background {
    height: 30vh;
  }
}
.accent-background:nth-of-type(1) {
  left: 0;
  top: 0;
}
.accent-background:nth-of-type(2) {
  right: 0;
  margin-top: 150vh;
}

a, a:visited {
  color: #000000;
  text-decoration: none;
}

button, .button {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ffffff;
  border-radius: 0;
  border: 4px solid #000000;
  color: #000000;
  cursor: pointer;
  font-family: Helvetica;
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 67px;
  outline: none;
  padding: 0 65px;
  text-transform: uppercase;
  white-space: nowrap;
}
button:hover, button:active, .button:hover, .button:active {
  border: 4px solid #000000;
  color: #000000;
}
@media screen and (max-width: 767px) {
  button, .button {
    font-size: 13px;
    line-height: 42px;
  }
}

input, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 4px solid #000000;
  color: #000000;
  font-family: Helvetica;
  font-size: 15px;
  outline: none;
}
input:active, input:focus, textarea:active, textarea:focus {
  outline: none;
}

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

h1 {
  font-size: 50px;
  letter-spacing: 10px;
}
@media screen and (max-width: 1023px) {
  h1 {
    font-size: 40px;
    letter-spacing: 15px;
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 25px;
    letter-spacing: 5px;
    line-height: 30px;
  }
}
h1.page-title {
  margin: 60px auto 120px;
  max-width: 960px;
}
@media screen and (max-width: 767px) {
  h1.page-title {
    margin-bottom: 60px;
    margin-top: 0;
  }
}
h1.page-title:after {
  background-color: #ffffff;
  bottom: -40px;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  max-width: 80%;
  position: absolute;
  width: 260px;
}
@media screen and (max-width: 1023px) {
  h1.page-title:after {
    bottom: -15px;
  }
}
@media screen and (max-width: 767px) {
  h1.page-title:after {
    bottom: -18px;
    max-width: 120px;
  }
}
h1.maintenance-header {
  margin-left: 0;
}

.maintenance-note {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .maintenance-note {
    font-size: 13px;
  }
}

h2 {
  font-size: 30px;
  letter-spacing: 3px;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 18px;
    letter-spacing: 2px;
  }
}

h3 {
  font-size: 20px;
  line-height: 30px;
}
@media screen and (max-width: 1023px) {
  h3 {
    font-size: 18px;
  }
}

.errors {
  border: 4px solid #ed582f;
  color: #ed582f;
  font-size: 15px;
  line-height: 30px;
  list-style: none;
  margin: 0 0 20px 0;
  padding: 20px;
  text-align: center;
}

.wrapper {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  width: 100%;
}

.header {
  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;
  font-size: 15px;
  height: 150px;
  padding: 0 50px;
  position: relative;
  width: 100%;
}
.header .store-link {
  display: block;
}
.header .store-logo {
  display: block;
  max-height: 75px;
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  .header .store-logo {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    padding: 40px 20px;
  }
}

@media screen and (max-width: 767px) {
  .header-store-link {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

.header-pages {
  order: 2;
}
@media screen and (max-width: 767px) {
  .header-pages {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 20px;
    order: 3;
  }
}

.header-page-navigation {
  list-style: none;
  margin: 0;
  order: 2;
  padding: 0 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .header-page-navigation {
    font-size: 13px;
    padding: 0;
    text-align: left;
  }
}
.header-page-navigation .header-page-link {
  display: inline-block;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .header-page-navigation .header-page-link {
    margin: 10px 10px 5px 0;
  }
}
.header-page-navigation .header-page-link a {
  color: #000000;
  display: block;
  padding: 6px 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header-page-navigation .header-page-link a {
    padding: 2px 10px 2px 0;
  }
}
.header-page-navigation .header-page-link a:before {
  -webkit-transition: width 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: width 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
  background-color: #000000;
  bottom: -3px;
  content: "";
  display: block;
  height: 2px;
  left: 10px;
  position: absolute;
  width: 0%;
}
.header-page-navigation .header-page-link a:hover, .header-page-navigation .header-page-link a:active {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  color: #000000;
}
.header-page-navigation .header-page-link a:hover:before, .header-page-navigation .header-page-link a:active:before {
  width: calc(100% - 20px);
}
@media screen and (max-width: 767px) {
  .header-page-navigation .header-page-link a:hover:before, .header-page-navigation .header-page-link a:active:before {
    width: 0;
  }
}

.header-cart {
  order: 3;
}
.header-cart a.cart-link {
  color: #000000;
  display: block;
  padding: 6px 0;
  position: relative;
  white-space: nowrap;
}
.header-cart a.cart-link:before {
  -webkit-transition: width 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: width 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
  background-color: #000000;
  bottom: -3px;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 0%;
}
.header-cart a.cart-link:hover, .header-cart a.cart-link:active {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  color: #000000;
}
.header-cart a.cart-link:hover:before, .header-cart a.cart-link:active:before {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .header-cart {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    font-size: 13px;
    order: 2;
    text-align: right;
  }
}

.content {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 0 50px 160px;
}
@media screen and (max-width: 1023px) {
  .content {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .content {
    padding: 0 20px 20px;
  }
}

.large-note {
  font-size: 18px;
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}

.custom-content {
  font-size: 18px;
  line-height: 30px;
  margin: 0 auto;
  max-width: 660px;
  width: 100%;
}
.custom-content img, .custom-content iframe {
  display: block;
  max-width: 100%;
}
.custom-content a {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  color: #000000;
}
.custom-content a:hover {
  color: #000000;
}
@media screen and (max-width: 767px) {
  .custom-content {
    font-size: 13px;
    line-height: 21px;
  }
}

.footer {
  font-size: 15px;
  padding: 100px 50px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 20px;
  }
}

.footer-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  max-width: 960px;
}
@media screen and (max-width: 767px) {
  .footer-wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}

.footer-content-block {
  margin-right: 140px;
  position: relative;
}
.footer-content-block:before {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  top: -20px;
  width: 25px;
}
@media screen and (max-width: 767px) {
  .footer-content-block {
    margin-right: 0;
    width: 100%;
  }
  .footer-content-block:before {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .footer-navigation {
    border: 4px solid #000000;
  }
  .footer-navigation:nth-child(2) {
    border-top: 0;
  }
}

.footer-link-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-link-list li {
  display: block;
}
@media screen and (max-width: 767px) {
  .footer-link-list li {
    border-bottom: 4px solid #000000;
    font-size: 13px;
    text-transform: uppercase;
  }
  .footer-link-list li:last-child {
    border-bottom: 0;
  }
}
.footer-link-list li a {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  display: block;
  padding: 12px 0;
  line-height: 20px;
}
.footer-link-list li a:hover {
  color: #000000;
}

.footer-credit {
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}
.footer-credit:before {
  left: auto;
  right: 0;
}
.footer-credit a {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  color: #000000;
  font-style: italic;
  white-space: nowrap;
}
.footer-credit a:hover {
  color: #000000;
}
.footer-credit .store-name {
  margin: 20px 0 30px;
}
@media screen and (max-width: 767px) {
  .footer-credit {
    margin: 50px auto 0;
    text-align: center;
  }
  .footer-credit:before {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    left: 50%;
  }
}
.home-welcome {
  margin-bottom: 100px;
  position: relative;
}

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

@-webkit-keyframes welcome-text {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    -webkit-transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes welcome-text {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    -webkit-transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.welcome-message {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-animation: welcome-text 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  animation: welcome-text 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  bottom: 0;
  left: 0;
  margin: 120px auto 280px;
  max-width: 960px;
  position: relative;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .welcome-message {
    margin: 60px auto;
  }
}
.welcome-message.has-welcome-image {
  left: 80px;
  margin: 0 auto;
  position: absolute;
  right: 80px;
}
@media screen and (max-width: 767px) {
  .welcome-message.has-welcome-image {
    left: 40px;
    right: 40px;
  }
}
.welcome-message.has-welcome-image h1.welcome-header {
  color: #ffffff;
}
.welcome-message.has-welcome-image h1.welcome-header:after {
  background-color: #ffffff;
}

h1.welcome-header {
  color: #ffffff;
  font-size: 5vw;
  margin-left: 0;
}
@media screen and (max-width: 1023px) {
  h1.welcome-header {
    font-size: 6vw;
    line-height: 1.4em;
  }
}
@media screen and (max-width: 767px) {
  h1.welcome-header {
    font-size: 25px;
  }
}
h1.welcome-header:after {
  background-color: #000000;
}

.featured-products-holder {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin: 80px auto 0;
  max-width: 960px;
}
@media screen and (max-width: 767px) {
  .featured-products-holder {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
  }
}
.featured-products-holder h1.featured-title {
  margin: 0 0 120px 0;
  max-width: calc(100% - 360px);
  padding: 0;
}
@media screen and (max-width: 767px) {
  .featured-products-holder h1.featured-title {
    margin-bottom: 20px;
    max-width: 100%;
  }
}

a.shop-now-button {
  height: 75px;
  margin: 0 0 0 auto;
  position: relative;
  text-align: center;
  width: auto;
}
a.shop-now-button.footer-button {
  display: none;
}
@media screen and (max-width: 767px) {
  a.shop-now-button {
    font-size: 13px;
    height: 50px;
    width: 100%;
  }
  a.shop-now-button.header-button {
    display: none;
  }
  a.shop-now-button.footer-button {
    display: block;
  }
}

h1.gallery-title {
  text-align: right;
}
h1.gallery-title:after {
  left: auto;
  right: 0;
}

.image-gallery {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 960px;
  margin: 0 auto;
  padding: 30px 50px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .image-gallery {
    padding: 20px 0;
  }
}
.image-gallery .gallery-image-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 0 33%;
  -ms-flex: 1 0 33%;
  flex: 1 0 33%;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  max-width: 33%;
  opacity: 0;
  padding: 5% 5px calc(30px + 4%) 5px;
  position: relative;
  width: 100%;
}
.image-gallery .gallery-image-container:nth-child(6n+1) {
  left: -30px;
  top: -30px;
}
@media screen and (max-width: 1023px) {
  .image-gallery .gallery-image-container:nth-child(6n+1) {
    left: 0;
    top: 0;
  }
}
.image-gallery .gallery-image-container:nth-child(6n+2) {
  left: -30px;
  top: 0;
}
@media screen and (max-width: 1023px) {
  .image-gallery .gallery-image-container:nth-child(6n+2) {
    left: 0;
    top: 0;
  }
}
.image-gallery .gallery-image-container:nth-child(6n+3) {
  right: -30px;
  top: -30px;
}
@media screen and (max-width: 1023px) {
  .image-gallery .gallery-image-container:nth-child(6n+3) {
    left: -60px;
    top: 0;
  }
}
.image-gallery .gallery-image-container:nth-child(6n+4) {
  top: 30px;
}
@media screen and (max-width: 1023px) {
  .image-gallery .gallery-image-container:nth-child(6n+4) {
    left: -60px;
    top: 0;
  }
}
@media screen and (max-width: 1023px) {
  .image-gallery .gallery-image-container {
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 50%;
    padding-top: 3%;
  }
}
@media screen and (max-width: 767px) {
  .image-gallery .gallery-image-container {
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    left: auto !important;
    max-width: 100% !important;
    padding: 10px 0;
    right: auto !important;
    top: 0 !important;
  }
  .image-gallery .gallery-image-container:nth-child(odd) {
    padding-left: 20px;
  }
  .image-gallery .gallery-image-container:nth-child(even) {
    padding-right: 20px;
  }
}
.image-gallery .gallery-image-container .gallery-image {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  display: block;
  height: auto;
  width: 100%;
}
.image-gallery .gallery-image-container.visible {
  transform: translate(0, -20px);
  opacity: 1;
  visibility: visible;
}
.products-page-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin: 80px auto 0;
  max-width: 960px;
}
@media screen and (max-width: 767px) {
  .products-page-header {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
  }
}
.products-page-header h1.products-title {
  margin: 0 0 120px 0;
  max-width: calc(100% - 360px);
  padding: 0;
}
@media screen and (max-width: 767px) {
  .products-page-header h1.products-title {
    display: none;
    margin-bottom: 60px;
  }
}

.dropdown-navigation {
  font-size: 15px;
  height: 75px;
  margin: 0 0 0 auto;
  position: relative;
  text-align: center;
  width: auto;
}
@media screen and (max-width: 767px) {
  .dropdown-navigation {
    font-size: 13px;
    height: 50px;
    width: 100%;
  }
}

.dropdown-navigation-title {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #ffffff;
  border: 4px solid #000000;
  cursor: pointer;
  height: 75px;
  padding: 0 50px;
  text-transform: uppercase;
  white-space: nowrap;
}
.dropdown-navigation-title:hover {
  background: #000000;
  color: #ffffff;
}
.dropdown-navigation-title:hover .down-arrow {
  fill: #ffffff;
}
.dropdown-navigation-title .dropdown-title {
  display: none;
}
@media screen and (max-width: 767px) {
  .dropdown-navigation-title .dropdown-title {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .dropdown-navigation-title .dropdown-select-title {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .dropdown-navigation-title {
    height: 50px;
  }
}
.dropdown-navigation-title .down-arrow {
  fill: #000000;
  margin-left: 10px;
}

.dropdown-navigation-list {
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  background: #ffffff;
  border: 4px solid #000000;
  list-style: none;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: calc(100% - 4px);
  width: 100%;
  visibility: hidden;
  z-index: 2;
}
.dropdown-navigation-list li {
  border-bottom: 4px solid #000000;
}
.dropdown-navigation-list li a, .dropdown-navigation-list li span.product-option {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  height: 67px;
  line-height: 20px;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .dropdown-navigation-list li a, .dropdown-navigation-list li span.product-option {
    height: 42px;
  }
}
.dropdown-navigation-list li a:hover, .dropdown-navigation-list li a:active, .dropdown-navigation-list li span.product-option:hover, .dropdown-navigation-list li span.product-option:active {
  background: #000000;
  color: #ffffff;
}
.dropdown-navigation-list:last-child {
  border-bottom: 0px;
}
.dropdown-navigation-list.visible {
  opacity: 1;
  visibility: visible;
}

.product-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1360px;
  padding: 0 100px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .product-list {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .product-list {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 0;
  }
}

.product-card {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  max-width: 50%;
  opacity: 0;
  padding: 60px 15px 90px 15px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .product-card {
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    padding: 65px 10px 100px 10px;
  }
}
@media screen and (max-width: 767px) {
  .product-card {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    left: 0 !important;
    padding: 30px 10px 0 10px;
    max-width: 90%;
    top: 0 !important;
  }
}
.product-card.visible {
  transform: translate(0, -20px);
  opacity: 1;
  visibility: visible;
}
.product-card:nth-child(even) {
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  text-align: right;
}
.product-card:nth-child(even) .product-image-holder {
  left: 0;
  width: calc(100% - 60px);
}
.product-card:nth-child(even) .product-info {
  -webkit-transform: rotate(90deg) translate(0, 0);
  transform: rotate(90deg) translate(0, 0);
  transform-origin: left top;
  display: inline-block;
  height: 60px;
  left: 100%;
  position: absolute;
  text-align: left;
  top: 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .product-card:nth-child(even) {
    margin-left: auto;
  }
}
.product-card:nth-child(odd) .product-image-holder {
  left: 60px;
  width: calc(100% - 60px);
}
.product-card:nth-child(odd) .product-info {
  -webkit-transform: rotate(-90deg) translate(0, 0);
  transform: rotate(-90deg) translate(0, 0);
  transform-origin: left top;
  display: inline-block;
  height: 60px;
  left: 0;
  position: absolute;
  text-align: left;
  white-space: nowrap;
}
.product-card.horizontal .product-image-holder {
  left: 0;
  width: 100%;
}
.product-card.horizontal .product-info {
  -webkit-transform: none;
  transform: none;
  display: block;
  left: 0;
  bottom: 0;
  position: relative;
  top: 0;
}
.product-card:nth-child(8n+1) {
  left: 60px;
  top: -30px;
}
.product-card:nth-child(8n+2) {
  left: 60px;
  top: 70px;
}
.product-card:nth-child(8n+3) {
  left: -60px;
  top: 70px;
}
.product-card:nth-child(8n+4) {
  left: -60px;
  top: -30px;
}
.product-card:nth-child(8n+5) {
  left: 60px;
  top: -30px;
}
.product-card:nth-child(8n+6) {
  left: 60px;
  top: 70px;
}
.product-card:nth-child(8n+7) {
  left: -60px;
  top: 70px;
}
.product-card:nth-child(8n+8) {
  left: -60px;
  top: -30px;
}
.product-card .product-status {
  color: #ffffff;
  margin-left: 5px;
}
.product-card .product-image-holder {
  position: relative;
}
.product-card .product-list-image {
  display: block;
  width: 100%;
}
.product-card .product-name {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.view-details {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-color: #000000;
  color: #ffffff;
  font-size: 15px;
  left: 50%;
  letter-spacing: 2px;
  line-height: 75px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 50%;
  visibility: hidden;
}
@media screen and (max-width: 1023px) {
  .view-details {
    display: none;
  }
}

a.product-link {
  color: #000000;
  display: block;
  height: auto;
  position: relative;
  width: 100%;
}
a.product-link:hover .view-details {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  a.product-link {
    top: 0 !important;
  }
}

.product-info {
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 20px;
  padding-top: 7px;
  width: 88%;
}

.pagination-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 15px;
  margin: 48px auto;
  max-width: 960px;
  text-transform: uppercase;
}

.pagination {
  border: 2px solid #000000;
  font-size: 0;
}
.pagination a:not(.previous):not(.next), .pagination .current {
  display: none;
}

a.previous + a.next {
  border-left: 0;
}

.previous, .next {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ffffff;
  border-radius: 0;
  border: 2px solid #000000;
  display: inline-block;
  font-family: Helvetica;
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 67px;
  outline: none;
  padding: 0 65px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .previous, .next {
    line-height: 42px;
    padding: 0 20px;
  }
}
.previous.disabled, .next.disabled {
  display: none;
}

.pagination-arrow {
  display: inline-block;
  fill: #000000;
  height: 16px;
  position: relative;
  top: 2px;
  width: 16px;
}
@media screen and (max-width: 767px) {
  .pagination-arrow {
    margin: 0 !important;
  }
}
.pagination-arrow.prev-arrow {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-right: 10px;
}
.pagination-arrow.next-arrow {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-left: 10px;
}

.paginate-info {
  color: #000000;
  letter-spacing: 2px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .paginate-info {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .pagination-link-caption {
    display: none;
  }
}
.primary-image-container {
  margin-bottom: 80px;
  max-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .primary-image-container {
    margin-bottom: 46px;
  }
}
.primary-image-container .primary-image {
  display: block;
  width: 100%;
}

.product-page-details {
  margin: 0 auto;
  max-width: 960px;
}
.product-page-details .product-price {
  font-size: 30px;
  letter-spacing: 3px;
  line-height: 50px;
}
@media screen and (max-width: 767px) {
  .product-page-details .product-price {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 30px;
  }
}
.product-page-details h1.product-name {
  line-height: 75px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .product-page-details h1.product-name {
    line-height: 30px;
    margin-top: 10px;
  }
}
.product-page-details .product-status {
  color: #ffffff;
  text-transform: uppercase;
}

.product-details {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .product-details {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.product-description {
  order: 1;
  line-height: 30px;
  padding-right: 70px;
}
@media screen and (max-width: 1023px) {
  .product-description {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .product-description {
    font-size: 13px;
    line-height: 21px;
    order: 2;
    padding-right: 0;
  }
}
.product-description a {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  color: #000000;
}
.product-description a:hover {
  color: #000000;
}
.product-description img, .product-description iframe {
  display: block;
  max-width: 100%;
}

.product-form {
  margin-left: auto;
  max-width: 300px;
  order: 2;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .product-form {
    margin: 0;
    max-width: 100%;
    order: 1;
  }
}

.product-quantity {
  display: none;
}

.product-option-selection {
  margin-bottom: 20px;
}

select#option {
  display: none;
}

.option-name {
  margin-right: 8px;
}

.option-price {
  margin-left: 8px;
}

.add-to-cart-button {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .add-to-cart-button {
    margin-bottom: 40px;
  }
}

.secondary-product-images {
  margin-top: 100px;
}
.secondary-product-images .secondary-product-image {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 0 75%;
  -ms-flex: 1 0 75%;
  flex: 1 0 75%;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  max-width: 750px;
  opacity: 0;
  padding: 2% 15px 2% 15px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .secondary-product-images .secondary-product-image {
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    display: block;
    max-width: 100%;
  }
  .secondary-product-images .secondary-product-image:nth-child(odd) {
    padding-left: 30px;
    padding-right: 0;
  }
  .secondary-product-images .secondary-product-image:nth-child(even) {
    padding-left: 0;
    padding-right: 30px;
  }
}
.secondary-product-images .secondary-product-image img {
  align-self: center;
  display: block;
  width: 100%;
}
.secondary-product-images .secondary-product-image.visible {
  transform: translate(0, -20px);
  opacity: 1;
  visibility: visible;
}
.secondary-product-images .secondary-product-image:nth-child(1) {
  margin-left: auto;
}
.secondary-product-images .secondary-product-image:nth-child(2) {
  -webkit-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}
.secondary-product-images .secondary-product-image:nth-child(3) {
  -webkit-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}
.secondary-product-images .secondary-product-image:nth-child(4) {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .secondary-product-images .secondary-product-image:nth-child(4) {
    right: 30px;
  }
}
.contact-form {
  margin: 0 auto;
  max-width: 960px;
}

.contact-form-block {
  margin: 0 auto 20px;
  max-width: 660px;
  width: 100%;
}
.contact-form-block.contact-captcha {
  margin-bottom: 40px;
}

.contact-label {
  color: #000000;
  display: block;
  font-size: 12px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .contact-label {
    margin-bottom: 10px;
  }
}

.input-holder {
  position: relative;
}
.input-holder input {
  height: 75px;
}
@media screen and (max-width: 767px) {
  .input-holder input {
    height: 50px;
  }
}
.input-holder textarea {
  height: 200px;
}
.input-holder input, .input-holder textarea {
  border-color: #000000;
  padding: 14px;
  width: 100%;
}
.input-holder input:focus, .input-holder input:active, .input-holder textarea:focus, .input-holder textarea:active {
  border-color: #000000;
}

.contact-send {
  max-width: 960px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .contact-send {
    max-width: 100%;
    text-align: center;
  }
  .contact-send button {
    width: 100%;
  }
}

#captcha_image {
  height: 67px;
  position: absolute;
  right: 4px;
  top: 4px;
}
@media screen and (max-width: 767px) {
  #captcha_image {
    height: 42px;
  }
}

.captcha-instructions {
  color: #000000;
  font-size: 12px;
  margin-top: 8px;
}

.back-to-shop-button {
  display: inline-block;
}
.cart-items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cart-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1023px) {
  .cart-item {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .cart-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 13px;
  }
}
.cart-item:last-child {
  margin-bottom: 0;
}

.cart-item-image {
  background-position: 50% 50%;
  background-size: cover;
  display: block;
  height: 127px;
  margin-right: 77px;
  width: 192px;
}
@media screen and (max-width: 767px) {
  .cart-item-image {
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    height: 120px;
    margin-right: 0;
    width: 120px;
  }
}

.cart-item-details {
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cart-item-details {
    -webkit-flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    order: 4;
    padding-top: 10px;
  }
}

.cart-item-details-option {
  color: #000000;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .cart-item-details-option {
    font-size: 13px;
  }
}

.cart-item-details-price {
  padding-left: 100px;
  text-align: left;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .cart-item-details-price {
    -webkit-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    margin-left: auto;
    order: 6;
    padding-left: 0;
    padding-top: 10px;
    text-align: right;
  }
}

.cart-item-quantity-holder {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .cart-item-quantity-holder {
    -webkit-flex-basis: 70%;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    text-align: right;
  }
}
.cart-item-quantity-holder input {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  background: none;
  border: none;
  border-bottom: 4px solid #000000;
  padding: 8px 0;
  text-align: center;
  width: 56px;
}
.cart-item-quantity-holder input:active, .cart-item-quantity-holder input:focus {
  border-color: #000000;
}

.cart-item-remove {
  text-align: right;
  width: 100px;
}
@media screen and (max-width: 767px) {
  .cart-item-remove {
    display: none;
  }
}
.cart-item-remove .cart-remove-icon {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  cursor: pointer;
  fill: #ffffff;
}
.cart-item-remove:hover .cart-remove-icon {
  fill: #000000;
}

.cart-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  .cart-footer {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.cart-subtotal {
  padding-left: 100px;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .cart-subtotal {
    margin-bottom: 50px;
    order: 1;
    padding: 0;
    text-align: right;
    width: 100%;
  }
}

.cart-subtotal-label {
  display: none;
}
@media screen and (max-width: 767px) {
  .cart-subtotal-label {
    display: inline-block;
  }
}

.checkout-btn {
  margin-left: 60px;
}
@media screen and (max-width: 767px) {
  .checkout-btn {
    margin: 0;
    order: 2;
    width: 100%;
  }
}

a.continue-shopping {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  background-color: transparent;
  border-color: transparent;
  color: #000000;
  padding: 0;
  white-space: nowrap;
}
a.continue-shopping:hover, a.continue-shopping:focus {
  border-color: transparent;
  color: #000000;
}
@media screen and (max-width: 767px) {
  a.continue-shopping {
    margin-top: 8px;
    order: 3;
  }
}

a.start-shopping {
  display: inline-block;
  float: right;
  margin-right: 60px;
}
@media screen and (max-width: 767px) {
  a.start-shopping {
    float: none;
    margin: 0;
    text-align: center;
    width: 100%;
  }
}







