/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

progress,sub,sup{vertical-align:baseline}button,hr,input{overflow:visible}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0} figcaption, menu,article,aside,details,figure,footer,header,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0} [hidden],template{display:none}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}h1{font-size:2em;margin:.67em 0}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}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}button,input,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}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}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-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  background: #FFFFFF;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #222222;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  overflow-y: scroll;
  padding-top: 90px;
}
body.has_welcome {
  padding-top: 0;
}
body.has_welcome header {
  background: transparent;
}
body#cart .footer_cart {
  display: none;
}
body#home {
  padding-top: 0;
}
body.standalone {
  padding: 70px;
  text-align: center;
}
body.standalone h1 {
  font-size: 22px;
  line-height: 1.6em;
}
body.standalone .maintenance_icons {
  display: block;
}
body.standalone .maintenance_icons li {
  display: inline-block;
}
body.standalone .maintenance_icons li a {
  display: block;
  padding: 0 10px;
}
@media screen and (max-width: 668px) {
  body.standalone .maintenance_icons li a {
    padding: 0 6px;
  }
}
body.standalone .maintenance_icons li a svg {
  -moz-transition: linear 0.2s;
  -o-transition: linear 0.2s;
  -webkit-transition: linear 0.2s;
  transition: linear 0.2s;
  fill: #222222;
  height: 30px;
  width: 30px;
}
@media screen and (max-width: 668px) {
  body.standalone .maintenance_icons li a svg {
    height: 26px;
    width: 26px;
  }
}
body.standalone .maintenance_icons li a:hover svg {
  opacity: 0.6;
}

header {
  *zoom: 1;
  -moz-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
  background: transparent;
  font-family: "Lexend Exa", sans-serif;
  height: 90px;
  left: 0;
  margin: 0;
  padding: 20px 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 3;
}
header:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 668px) {
  header {
    position: absolute;
  }
}
header.background_overlay {
  background: transparent !important;
}
header .store_name {
  color: #00AEEF;
  float: left;
  font-size: 20px;
  margin-left: 40px;
  max-width: 60%;
}
@media screen and (max-width: 800px) {
  header .store_name {
    margin-left: 20px;
  }
}
header .store_name a {
  color: #00AEEF;
  display: block;
  line-height: 1.2em;
}
header .store_name.text {
  height: 50px;
}
header .store_name.text a {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
}
header .store_name.image {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
}
header .store_name.image a {
  height: 50px;
}
header .store_name.image a img {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
  display: block;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
header .header_icons {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
  height: 30px;
  list-style: none;
  position: absolute;
  right: 40px;
}
@media screen and (max-width: 800px) {
  header .header_icons {
    right: 20px;
  }
}
header .header_icons li {
  display: inline-block;
  font-size: 0;
  height: 30px;
  margin-left: 30px;
}
header .header_icons li a {
  color: #00AEEF;
  display: block;
  font-size: 14px;
  position: relative;
}
header .header_icons li a svg {
  fill: #00AEEF;
  height: 30px;
  width: 30px;
}
header .header_icons li.open_search a {
  top: 1px;
}
header .header_icons li.open_cart {
  margin-left: 23px;
}
@media screen and (max-width: 668px) {
  header .header_icons li.open_cart {
    display: none;
  }
}
header .header_icons li.open_menu a {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
  height: 16px;
  width: 22px;
}
header .header_icons li.open_menu a span {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  display: block;
  background: #00AEEF;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  opacity: 1;
}
header .header_icons li.open_menu a span:nth-child(1) {
  top: 0px;
}
header .header_icons li.open_menu a span:nth-child(2), header .header_icons li.open_menu a span:nth-child(3) {
  top: 50%;
}
header .header_icons li.open_menu a span:nth-child(4) {
  top: 99%;
}

.cart_count {
  position: absolute;
  right: -13px;
  top: 0;
}
.cart_count .cart_value {
  -moz-border-radius: 3em;
  -webkit-border-radius: 3em;
  border-radius: 3em;
  background-color: #00AEEF;
  color: transparent;
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.3;
  padding: 2px 8px;
}

a {
  color: #424242;
  text-decoration: none;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

button, a.button {
  -moz-transition: linear 0.2s;
  -o-transition: linear 0.2s;
  -webkit-transition: linear 0.2s;
  transition: linear 0.2s;
  background-color: transparent;
  border: none;
  color: #00AEEF;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  max-width: 300px;
  padding: 0;
  text-align: center;
  width: 100%;
}
button.minimal-button, a.button.minimal-button {
  background: none;
  color: transparent;
  border: none;
  font-size: 14px;
  padding: 0;
}
button.minimal-button:not(:disabled):hover, button.minimal-button:not(:disabled):active, button.minimal-button:not(:disabled):focus, a.button.minimal-button:not(:disabled):hover, a.button.minimal-button:not(:disabled):active, a.button.minimal-button:not(:disabled):focus {
  background: none;
  text-decoration: underline;
  opacity: 1;
}
button:disabled, button.disabled, a.button:disabled, a.button.disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
button:not(:disabled):hover, button:not(:disabled):active, button:not(:disabled):focus, a.button:not(:disabled):hover, a.button:not(:disabled):active, a.button:not(:disabled):focus {
  border: none;
  opacity: 0.7;
}

.errors {
  color: #CF3636;
  margin-bottom: 40px;
  text-align: center;
}
.errors li {
  line-height: 1.5em;
  margin-bottom: 20px;
}

.select {
  -moz-transition: linear 0.2s;
  -o-transition: linear 0.2s;
  -webkit-transition: linear 0.2s;
  transition: linear 0.2s;
  position: relative;
  border: 2px solid #999999;
  color: #424242;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 60px;
  margin-bottom: 20px;
  max-width: 300px;
  padding: 0;
  position: relative;
  width: 100%;
}
.select select {
  -moz-transition: linear 0.2s;
  -o-transition: linear 0.2s;
  -webkit-transition: linear 0.2s;
  transition: linear 0.2s;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  color: #424242;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  height: 100%;
  line-height: 2em;
  padding: 0 50px 0 20px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.select select option {
  background-color: #FFF;
  color: #000;
}
.select select:focus {
  box-shadow: none;
}
.select select::-ms-expand {
  display: none;
}
.select svg {
  -moz-transition: linear 0.2s;
  -o-transition: linear 0.2s;
  -webkit-transition: linear 0.2s;
  transition: linear 0.2s;
  fill: #424242;
  height: 8px;
  margin-top: -2px;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 13px;
  z-index: 1;
}
.select:hover {
  color: #424242;
  border-color: #424242;
}
.select:hover select {
  color: #222222;
}
.select:hover svg {
  fill: #222222;
}

.overlay {
  -moz-transition: opacity 0.2s, visibility 0s 0.2s;
  -o-transition: opacity 0.2s, visibility 0s 0.2s;
  -webkit-transition: opacity 0.2s, visibility 0s;
  -webkit-transition-delay: 0s, 0.2s;
  transition: opacity 0.2s, visibility 0s 0.2s;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  text-align: center;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 5;
}
.overlay.open {
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  opacity: 1;
  visibility: visible;
}
.overlay .overlay_background {
  background: transparent;
  bottom: 0;
  left: 0;
  opacity: 0.95;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}
.overlay .overlay_content {
  height: 100%;
  overflow-y: scroll;
  padding: 90px 0;
}
.overlay .close_overlay {
  cursor: pointer;
  fill: #00AEEF;
  height: 18px;
  position: absolute;
  right: 42px;
  top: 37px;
  width: 18px;
  z-index: 6;
}
@media screen and (max-width: 668px) {
  .overlay .close_overlay {
    right: 22px;
  }
}
.overlay .page_list {
  display: none;
  margin: 0 auto;
  max-width: 80%;
  opacity: 0;
  position: relative;
  z-index: 6;
  visibility: hidden;
}
.overlay .page_list li {
  display: block;
}
.overlay .page_list li a {
  color: #00AEEF;
  display: block;
  font-size: 26px;
  padding: 15px 0;
}
@media screen and (max-width: 668px) {
  .overlay .page_list li a {
    font-size: 20px;
  }
}
.overlay .search_form {
  display: none;
  z-index: 6;
}
.overlay.navigation .page_list {
  display: block;
  -moz-transition: opacity 0.2s, visibility 0s 0.2s;
  -o-transition: opacity 0.2s, visibility 0s 0.2s;
  -webkit-transition: opacity 0.2s, visibility 0s;
  -webkit-transition-delay: 0s, 0.2s;
  transition: opacity 0.2s, visibility 0s 0.2s;
  opacity: 1;
  visibility: visible;
}
.overlay.search .search_form {
  display: block;
  position: relative;
}
.overlay.search .search_form input {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  font-size: 1.5em;
  color: #00AEEF;
  display: block;
  margin: 0 auto;
  padding: 15px;
  width: 60%;
}
@media screen and (max-width: 668px) {
  .overlay.search .search_form input {
    width: 80%;
  }
}
.overlay.search .search_form input:focus {
  border: none;
  color: #00AEEF;
}
.overlay.search .search_form input::-moz-placeholder {
  color: #00AEEF;
}
.overlay.search .search_form input::-webkit-input-placeholder {
  color: #00AEEF;
}
.overlay.search .search_form input:-ms-input-placeholder {
  color: #00AEEF;
}

.footer_cart {
  bottom: 0;
  display: none;
  height: 60px;
  left: 0;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 4;
}
@media screen and (max-width: 668px) {
  .footer_cart {
    display: block;
  }
}
.footer_cart .background {
  background: transparent;
  height: 100%;
  left: 0;
  opacity: 0.9;
  position: absolute;
  top: 0;
  width: 100%;
}
.footer_cart .open_cart {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
  display: inline-block;
  position: relative;
}
.footer_cart .open_cart svg {
  fill: #00AEEF;
  height: 25px;
  width: 25px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lexend Exa", sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 36px;
  margin-bottom: 60px;
}
@media screen and (max-width: 668px) {
  h1 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

h2.featured_products {
  font-size: 26px;
  margin: 0 0 60px;
  text-align: center;
}
@media screen and (max-width: 668px) {
  h2.featured_products {
    margin: 60px 0;
  }
}

.featured_categories + h2.featured_products {
  margin-top: 200px;
}
@media screen and (max-width: 800px) {
  .featured_categories + h2.featured_products {
    margin-top: 60px;
  }
}

@-webkit-keyframes welcome-text {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, 10%, 0);
    -ms-transform: translate3d(0, 10%, 0);
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  100% {
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@-moz-keyframes welcome-text {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, 10%, 0);
    -ms-transform: translate3d(0, 10%, 0);
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  100% {
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@-ms-keyframes welcome-text {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, 10%, 0);
    -ms-transform: translate3d(0, 10%, 0);
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  100% {
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@-o-keyframes welcome-text {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, 10%, 0);
    -ms-transform: translate3d(0, 10%, 0);
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  100% {
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes welcome-text {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, 10%, 0);
    -ms-transform: translate3d(0, 10%, 0);
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  100% {
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@-webkit-keyframes hide-welcome-text {
  0% {
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: translate3d(0, 10%, 0);
    -ms-transform: translate3d(0, 10%, 0);
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
}
@-moz-keyframes hide-welcome-text {
  0% {
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: translate3d(0, 10%, 0);
    -ms-transform: translate3d(0, 10%, 0);
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
}
@-ms-keyframes hide-welcome-text {
  0% {
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: translate3d(0, 10%, 0);
    -ms-transform: translate3d(0, 10%, 0);
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
}
@-o-keyframes hide-welcome-text {
  0% {
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: translate3d(0, 10%, 0);
    -ms-transform: translate3d(0, 10%, 0);
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
}
@keyframes hide-welcome-text {
  0% {
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: translate3d(0, 10%, 0);
    -ms-transform: translate3d(0, 10%, 0);
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
}
.welcome_image {
  background-image: url('https://assets.bigcartel.com/theme_images/96303094/suite.jpg?auto=format&fit=max&w=1400');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: #FFFFFF;
  height: 100vh;
  left: 0;
  position: relative;
  text-align: center;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .welcome_image {
    background-attachment: scroll;
  }
}
.welcome_image .welcome_overlay {
  background: #222222;
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0.35;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.welcome_image .welcome_text {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: calc(50% - 45px);
  -webkit-animation: welcome-text ease-in 900ms forwards;
  -moz-animation: welcome-text ease-in 900ms forwards;
  -ms-animation: welcome-text ease-in 900ms forwards;
  -o-animation: welcome-text ease-in 900ms forwards;
  animation: welcome-text ease-in 900ms forwards;
  padding: 0 20px;
}
.welcome_image .welcome_text.fade_out {
  -webkit-animation: hide-welcome-text ease-in 200ms forwards;
  -moz-animation: hide-welcome-text ease-in 200ms forwards;
  -ms-animation: hide-welcome-text ease-in 200ms forwards;
  -o-animation: hide-welcome-text ease-in 200ms forwards;
  animation: hide-welcome-text ease-in 200ms forwards;
}
.welcome_image .welcome_text h1 {
  font-size: 60px;
  line-height: 1.6em;
  margin-bottom: 20px;
}
@media screen and (max-width: 668px) {
  .welcome_image .welcome_text h1 {
    font-size: 9vw;
  }
}
.welcome_image .welcome_text .welcome_button {
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  color: #FFFFFF;
  font-size: 18px;
  padding: 10px;
}
.welcome_image .welcome_text .welcome_button:hover {
  opacity: 0.6;
}

section.content {
  margin: 0 auto 360px auto;
  max-width: 1300px;
  padding: 0 20px;
  padding-top: 90px;
  width: 100%;
}
@media screen and (max-width: 668px) {
  section.content {
    padding: 60px 20px 40px;
  }
}
section.content .custom_page {
  color: #424242;
  line-height: 1.7em;
  margin: 0 auto;
  max-width: 640px;
  overflow-y: auto;
  padding: 0 1px;
  width: 100%;
}
section.content .custom_page a[href] {
  -moz-transition: linear 0.2s;
  -o-transition: linear 0.2s;
  -webkit-transition: linear 0.2s;
  transition: linear 0.2s;
  text-decoration: underline;
}
section.content .custom_page a[href]:hover {
  opacity: 0.6;
}
section.content .custom_page img, section.content .custom_page iframe {
  display: block;
  max-width: 100%;
}
section.content .custom_page p {
  margin: 0 auto 20px;
}
section.content .custom_page ol, section.content .custom_page ul {
  margin: 1em 0;
}
section.content .custom_page ul {
  list-style: disc;
  list-style-position: inside;
}
section.content .custom_page ol {
  list-style: decimal;
  list-style-position: inside;
}
section.content.page-contact {
  max-width: 500px;
}
section.content.page-product {
  *zoom: 1;
  max-width: 1200px;
  padding-top: 60px;
}
section.content.page-product:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 668px) {
  section.content.page-product {
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
  }
}
section.content.page-product h1 {
  font-size: 26px;
  font-weight: normal;
  line-height: 36px;
  margin-bottom: 15px;
  text-align: left;
}
section.content.page-product h2 {
  color: #424242;
  font-size: 18px;
}
section.content.page-home {
  padding-top: 290px;
}
section.content.page-home.has_welcome {
  padding-top: 200px;
}
@media screen and (max-width: 800px) {
  section.content.page-home.has_welcome {
    padding-top: 30px;
  }
}
@media screen and (max-width: 668px) {
  section.content.page-home.has_welcome {
    padding-top: 100px;
  }
  section.content.page-home.has_welcome .home_tagline {
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 800px) {
  section.content.page-home {
    padding-top: 160px;
  }
}
@media screen and (max-width: 668px) {
  section.content.page-home {
    padding-left: 0;
    padding-right: 0;
    padding-top: 110px;
  }
}
section.content.page-home.home-empty {
  margin: 0 !important;
  padding: 0 !important;
}
@media screen and (max-width: 668px) {
  section.content.page-products {
    padding-left: 0;
    padding-right: 0;
  }
}
section.content h1 {
  text-align: center;
}

footer.footer {
  *zoom: 1;
  background: #FFFFFF;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  bottom: 0;
  min-height: 120px;
  padding: 60px 20px;
  position: absolute;
  text-align: center;
  width: 100%;
}
footer.footer:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 668px) {
  footer.footer {
    height: auto;
    margin: 20px 0 0;
    padding-bottom: 120px;
  }
}
footer.footer .footer_icons {
  margin: 10px auto;
}
footer.footer .footer_icons li {
  display: inline-block;
  font-size: 0;
  margin: 0 10px;
}
footer.footer .footer_icons li a {
  color: #424242;
  display: block;
  font-size: 12px;
}
footer.footer .footer_icons li a svg {
  -moz-transition: linear 0.2s;
  -o-transition: linear 0.2s;
  -webkit-transition: linear 0.2s;
  transition: linear 0.2s;
  fill: #222222;
  height: 30px;
  width: 30px;
}
footer.footer .footer_icons li a:hover svg {
  opacity: 0.6;
}
footer.footer .footer_pages {
  font-size: 0;
  margin: 10px auto;
  max-width: 640px;
  text-align: center;
  width: 100%;
}
footer.footer .footer_pages li {
  display: inline-block;
}
@media screen and (max-width: 668px) {
  footer.footer .footer_pages li {
    display: block;
  }
}
footer.footer .footer_pages li a {
  -moz-transition: linear 0.2s;
  -o-transition: linear 0.2s;
  -webkit-transition: linear 0.2s;
  transition: linear 0.2s;
  color: #424242;
  display: block;
  font-size: 16px;
  padding: 10px;
}
footer.footer .footer_pages li a:hover {
  opacity: 0.6;
}
footer.footer .footer_credit {
  color: #424242;
  font-size: 14px;
  margin-top: 14px;
}
footer.footer .footer_credit .credit a {
  color: #424242;
}
@media screen and (max-width: 800px) {
  footer.footer .footer_credit .credit {
    display: block;
    margin-top: 20px;
  }
}

.home_tagline {
  color: #424242;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 26px;
  line-height: 1.3em;
  margin: 0 auto 200px;
  max-width: 680px;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .home_tagline {
    margin: 90px auto 120px;
  }
}
@media screen and (max-width: 668px) {
  .home_tagline {
    margin: 60px auto;
  }
}

.mini_cart {
  -moz-box-shadow: 0 2px 10px 0 #424242;
  -webkit-box-shadow: 0 2px 10px 0 #424242;
  box-shadow: 0 2px 10px 0 #424242;
  background: #FFFFFF;
  height: 430px;
  display: none;
  position: fixed;
  margin: 0;
  max-width: 380px;
  right: 40px;
  top: 90px;
  width: 380px;
  z-index: 4;
}
@media screen and (max-width: 668px) {
  .mini_cart {
    display: none !important;
  }
}
.mini_cart .triangle {
  height: 0;
  border-style: solid;
  border-width: 2px 15px 14px 15px;
  border-color: transparent transparent #FFFFFF transparent;
  position: absolute;
  right: 57px;
  top: -12px;
  width: 0;
}
@media screen and (max-width: 800px) {
  .mini_cart .triangle {
    right: 37px;
  }
}
.mini_cart .cart_holder .item_holder {
  height: 277px;
  position: absolute;
  overflow-y: scroll;
  padding: 0 30px;
  padding-top: 30px;
}
.mini_cart .cart_holder .item_holder .cart_item {
  *zoom: 1;
  display: block;
  margin-bottom: 20px;
}
.mini_cart .cart_holder .item_holder .cart_item:after {
  content: "";
  display: table;
  clear: both;
}
.mini_cart .cart_holder .item_holder .cart_item .item_image {
  float: left;
  width: 30%;
}
.mini_cart .cart_holder .item_holder .cart_item .item_info {
  color: #222222;
  float: left;
  font-family: "Lexend Exa", sans-serif;
  font-size: 18px;
  line-height: 22px;
  padding-left: 20px;
  width: 70%;
}
.mini_cart .cart_holder .item_holder .cart_item .item_info > span {
  color: #424242;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  margin-top: 4px;
}
.mini_cart .cart_holder .item_holder .cart_item .item_price {
  color: #424242;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin-top: 2px;
}
.mini_cart .cart_holder .cart_footer {
  bottom: 0;
  height: 178px;
  left: 0;
  padding: 30px;
  position: absolute;
  right: 0;
}
.mini_cart .cart_holder .cart_footer .item_subtotal {
  *zoom: 1;
  font-size: 18px;
  padding: 20px 0;
}
.mini_cart .cart_holder .cart_footer .item_subtotal:after {
  content: "";
  display: table;
  clear: both;
}
.mini_cart .cart_holder .cart_footer .item_subtotal > span {
  float: right;
}
.mini_cart .cart_holder .cart_footer .button {
  max-width: none;
  width: 100%;
}
.mini_cart.empty {
  font-size: 18px;
  height: auto;
  padding: 30px;
  text-align: center;
}
.mini_cart.empty .button {
  margin-top: 40px;
  max-width: none;
}

.start_shopping_message {
  line-height: 1.5em;
  text-align: center;
}
.start_shopping_message p {
  margin: 80px 40px;
}
@media screen and (max-width: 668px) {
  .start_shopping_message .button {
    max-width: 100%;
  }
}
.category_list {
  margin: 0 auto 60px;
  text-align: center;
}
@media screen and (max-width: 668px) {
  .category_list {
    margin-bottom: 40px;
    padding: 0 20px;
  }
}
.category_list ul li {
  display: inline-block;
  font-size: 0;
}
.category_list ul li.current a {
  color: #222222;
}
.category_list ul li a {
  display: block;
  font-size: 18px;
  line-height: 24px;
  padding: 0 10px 10px;
}
.category_list ul li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 668px) {
  .category_list ul {
    display: none;
  }
}
.category_list .select {
  display: none;
  max-width: 100%;
}
@media screen and (max-width: 668px) {
  .category_list .select {
    display: block;
  }
}

.featured_categories {
  *zoom: 1;
  font-family: "Lexend Exa", sans-serif;
  margin: 0 -10px 0;
}
.featured_categories:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 668px) {
  .featured_categories {
    margin: 0;
  }
}
.featured_categories li {
  float: left;
  padding: 10px;
  width: 33.33%;
}
@media screen and (max-width: 668px) {
  .featured_categories li {
    padding: 0 0 20px 0;
    width: 100% !important;
  }
}
.featured_categories li a {
  display: block;
  overflow: hidden;
  position: relative;
}
.featured_categories li a img {
  display: block;
  height: 100%;
  margin: auto;
}
.featured_categories li a .category_overlay {
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  -webkit-backface-visibility: hidden;
  background: #222222;
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0.4;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.featured_categories li a .category_info {
  -moz-transform: rotate(0) translateY(-50%) translateZ(0);
  -ms-transform: rotate(0) translateY(-50%) translateZ(0);
  -webkit-transform: rotate(0) translateY(-50%) translateZ(0);
  transform: rotate(0) translateY(-50%) translateZ(0);
  position: relative;
  top: 50%;
  -webkit-backface-visibility: hidden;
  color: #FFFFFF;
  font-size: 26px;
  line-height: 1.3em;
  padding: 20px;
  text-align: center;
}
.featured_categories li a:hover .category_overlay {
  opacity: 0.25;
}
.featured_categories.two_categories li {
  width: 50%;
}
.featured_categories.three_categories li {
  width: 33.33%;
}
.featured_categories.four_categories li {
  width: 50%;
}
.featured_categories.five_categories li {
  width: 50%;
}
.featured_categories.five_categories li:nth-child(-n+3) {
  width: 33.33%;
}
.featured_categories.six_categories li {
  width: 33.33%;
}
.featured_categories.seven_categories li {
  width: 50%;
}
.featured_categories.seven_categories li:nth-child(n+3):nth-child(-n+5) {
  width: 33.33%;
}
.featured_categories.eight_categories li {
  width: 33.33%;
}
.featured_categories.eight_categories li:nth-child(n+4):nth-child(-n+5) {
  width: 50%;
}
.featured_categories.nine_categories li {
  width: 33.33%;
}
.featured_categories.ten_categories li {
  width: 50%;
}
.featured_categories.ten_categories li {
  width: 33.333%;
}
.featured_categories.ten_categories li:nth-child(n+4) {
  width: 50%;
}
.featured_categories.ten_categories li:nth-child(n+6) {
  width: 33.33%;
}
.featured_categories.ten_categories li:nth-child(n+9) {
  width: 50%;
}

.product_list {
  *zoom: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0;
  margin: 0 -10px 10px;
  padding: 0;
  position: relative;
  text-align: center;
}
.product_list:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 668px) {
  .product_list {
    margin: 0;
  }
}
.product_list.justify_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .product_list.justify_center {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.product_list li {
  -moz-transition: linear 0.2s;
  -o-transition: linear 0.2s;
  -webkit-transition: linear 0.2s;
  transition: linear 0.2s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px 40px 10px;
  position: relative;
  vertical-align: top;
  width: 25%;
}
@media screen and (max-width: 945px) {
  .product_list li {
    width: 33.33%;
  }
}
@media screen and (max-width: 800px) {
  .product_list li {
    padding-bottom: 40px !important;
    width: 50%;
  }
}
@media screen and (max-width: 668px) {
  .product_list li {
    padding: 0 0 40px 0;
    width: 100%;
  }
}
.product_list li a {
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
}
.product_list li a:hover {
  opacity: 1;
}
.product_list li a img {
  -moz-transition: linear 0.2s;
  -o-transition: linear 0.2s;
  -webkit-transition: linear 0.2s;
  transition: linear 0.2s;
  display: block;
  height: auto;
  max-width: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.product_list li a .product_details {
  -moz-transition: linear 0.3s;
  -o-transition: linear 0.3s;
  -webkit-transition: linear 0.3s;
  transition: linear 0.3s;
  color: #222222;
  padding-top: 30px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.product_list li a .product_details .details_background {
  background: #FFFFFF;
  height: 100%;
  opacity: 0.9;
  position: absolute;
  top: 0;
  width: 100%;
}
.product_list li a .product_details .product_name {
  font-family: "Lexend Exa", sans-serif;
  font-size: 18px;
  line-height: 22px;
  margin: 0;
  padding: 0 20px;
  position: relative;
}
.product_list li a .product_details .product_status {
  color: #424242;
  font-size: 12px;
  letter-spacing: 1px;
  position: absolute;
  text-transform: uppercase;
  top: 12px;
  width: 100%;
}
.product_list li a .product_details .product_price {
  color: #424242;
  font-size: 16px;
  margin: 10px 0 0;
  position: relative;
}
@media screen and (max-width: 668px) {
  .product_list li a .product_details {
    bottom: auto;
    opacity: 1;
    position: relative;
  }
  .product_list li a .product_details .product_name {
    font-size: 18px;
    padding: 0 20px;
    margin: 0;
  }
  .product_list li a .product_details .product_price {
    font-size: 14px;
  }
}
.product_list li.sold img {
  opacity: 0.5;
}
.product_list li.sold .product_price {
  text-decoration: line-through;
}
.product_list li.show_overlay {
  padding-bottom: 20px;
}
.product_list li.show_overlay > a {
  overflow: hidden;
}
@media screen and (min-width: 800px) {
  .product_list li.show_overlay .product_details {
    bottom: -150px;
    opacity: 0;
    padding: 30px 0;
    position: absolute;
  }
}
@media screen and (min-width: 800px) {
  .product_list li.show_overlay:hover .product_details {
    opacity: 1;
    bottom: 0;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .product_list li.show_overlay .product_details {
    bottom: auto;
    opacity: 1;
    position: relative;
  }
  .product_list li.show_overlay .product_details .product_name {
    font-size: 18px;
    padding: 0 10px 0 10px;
    margin: 0;
  }
  .product_list li.show_overlay .product_details .product_price {
    font-size: 14px;
  }
}

.no-flexbox .product_list li {
  display: inline-block;
}

.featured_categories + .product_list {
  margin-top: 80px;
}

.pagination {
  *zoom: 1;
  font-size: 0;
  line-height: 60px;
  margin: 0 auto;
  max-width: 800px;
  padding-top: 40px;
  text-align: center;
  width: 100%;
}
.pagination:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 668px) {
  .pagination {
    line-height: 40px;
    max-width: 100%;
  }
}
.pagination span, .pagination a {
  display: inline-block;
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 60px;
}
@media screen and (max-width: 800px) {
  .pagination span, .pagination a {
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    width: 44px;
  }
}
@media screen and (max-width: 668px) {
  .pagination span, .pagination a {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    width: 40px;
  }
}
.pagination span i, .pagination a i {
  font-size: 12px;
  position: relative;
}
.pagination .current {
  background: transparent;
  color: #00AEEF;
}
.pagination .previous svg, .pagination .next svg {
  -moz-transition: linear 0.2s;
  -o-transition: linear 0.2s;
  -webkit-transition: linear 0.2s;
  transition: linear 0.2s;
  fill: #424242;
  height: 24px;
  position: relative;
  top: 6px;
  width: 22px;
}
.pagination .previous svg {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.pagination .next svg {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.pagination .disabled {
  display: none;
}

.no_products {
  text-align: center;
}
.previous_next {
  *zoom: 1;
  font-size: 14px;
  margin-bottom: 60px;
}
.previous_next:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 668px) {
  .previous_next {
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.previous_next .previous_product {
  float: left;
}
.previous_next .previous_product svg {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.previous_next .next_product {
  float: right;
}
.previous_next .next_product svg {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.previous_next a {
  display: block;
  position: relative;
}
.previous_next a svg {
  display: inline-block;
  fill: #424242;
  height: 10px;
  position: relative;
  top: 1px;
  width: 10px;
}

.product_images {
  float: left;
  max-width: 50%;
  width: 100%;
}
@media screen and (max-width: 668px) {
  .product_images {
    float: none;
    max-width: 100%;
  }
}
.product_images a {
  display: block;
  outline: none;
}
.product_images .primary_image {
  display: block;
  width: 100%;
}
.product_images .product_thumbnails {
  *zoom: 1;
  font-size: 0;
  margin: 2px -1px 0 -1px;
  padding: 0;
  text-align: center;
}
.product_images .product_thumbnails:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 668px) {
  .product_images .product_thumbnails {
    margin: 2px 1px;
  }
}
.product_images .product_thumbnails li {
  display: inline-block;
  padding: 0 1px;
  vertical-align: top;
  width: 20%;
}
.product_images .product_thumbnails li img {
  -moz-transition: opacity 0.02s linear;
  -o-transition: opacity 0.02s linear;
  -webkit-transition: opacity 0.02s linear;
  transition: opacity 0.02s linear;
  display: block;
  width: 100%;
}
.product_images .product_thumbnails li.active img {
  opacity: 0.5;
}

.reset-selection-button-container {
  max-width: 300px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 668px) {
  .reset-selection-button-container {
    max-width: 100%;
  }
}

button.reset-selection-button {
  display: none;
  height: auto;
  line-height: normal;
  margin-top: 20px;
  padding: 4px;
  width: auto;
}

.product_detail {
  -moz-transition: linear 0.2s;
  -o-transition: linear 0.2s;
  -webkit-transition: linear 0.2s;
  transition: linear 0.2s;
  float: left;
  max-width: 50%;
  padding-left: 8%;
  width: 100%;
}
.product_detail h2 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 1200px) {
  .product_detail {
    padding-left: 5%;
  }
}
@media screen and (max-width: 668px) {
  .product_detail {
    float: none;
    margin-top: 40px;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.product_detail .product_description {
  color: #424242;
  font-size: 16px;
  line-height: 1.6em;
  margin-top: 40px;
}
.product_detail .product_description img, .product_detail .product_description iframe {
  display: block;
  max-width: 100%;
}
.product_detail .product_description ol, .product_detail .product_description ul {
  margin: 1em 0;
}
.product_detail .product_description ul {
  list-style: disc;
  list-style-position: inside;
}
.product_detail .product_description ol {
  list-style: decimal;
  list-style-position: inside;
}
.product_detail .product_description a[href] {
  -moz-transition: linear 0.2s;
  -o-transition: linear 0.2s;
  -webkit-transition: linear 0.2s;
  transition: linear 0.2s;
  text-decoration: underline;
}
.product_detail .product_description a[href]:hover {
  opacity: 0.6;
}
.product_detail .product-form {
  margin-top: 40px;
}
.product_detail .product-form .errors {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .product_detail .product-form .select, .product_detail .product-form button {
    max-width: 100%;
  }
}
.product_detail .product-form #quantity {
  display: none;
}
.product_detail .product-form.show-sold-out option[disabled-type="sold-out"] {
  display: block;
}
.product_detail .product-form.hide-sold-out option[disabled-type="sold-out"] {
  display: none;
}

.share_buttons {
  margin-top: 40px;
}
@media screen and (max-width: 668px) {
  .share_buttons {
    text-align: center;
  }
}
.share_buttons li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
}
@media screen and (max-width: 668px) {
  .share_buttons li {
    margin: 0 10px;
  }
}
.share_buttons li a {
  cursor: pointer;
  display: block;
}
.share_buttons li a svg {
  -moz-transition: linear 0.2s;
  -o-transition: linear 0.2s;
  -webkit-transition: linear 0.2s;
  transition: linear 0.2s;
  fill: #424242;
  height: 24px;
  width: 24px;
}
.share_buttons li a:hover svg {
  opacity: 0.6;
}
.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;
}

#instant-checkout-button {
  margin-top: 12px;
  max-width: 300px;
}
@media screen and (max-width: 668px) {
  #instant-checkout-button {
    max-width: 100%;
  }
}
.mini-cart {
  position: absolute;
  top: 0;
  right: 50px;
  display: block;
}

#cart .cart_holder {
  display: none;
}

#cart footer {
  padding-bottom: 60px;
}

.cart_form {
  *zoom: 1;
  margin: 0 auto;
  max-width: 1200px;
}
.cart_form:after {
  content: "";
  display: table;
  clear: both;
}
.cart_form .errors {
  margin: 0 auto 40px auto;
  max-width: 540px;
  width: 100%;
}

.cart_items {
  float: left;
  max-width: 60%;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .cart_items {
    max-width: 65%;
  }
}
@media screen and (max-width: 945px) {
  .cart_items {
    max-width: 60%;
  }
}
@media screen and (max-width: 668px) {
  .cart_items {
    float: none;
    max-width: 100%;
  }
}
.cart_items li {
  *zoom: 1;
  font-size: 14px;
  line-height: 15px;
  padding-bottom: 40px;
}
.cart_items li:after {
  content: "";
  display: table;
  clear: both;
}
.cart_items li a.item_image {
  float: left;
  height: 100%;
  max-width: 40%;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .cart_items li a.item_image {
    max-width: 35%;
  }
}
.cart_items li a.item_image img {
  display: block;
  height: auto;
  margin: 0 auto;
  width: 100%;
}
.cart_items li .item_details {
  font-family: "Lexend Exa", sans-serif;
  float: left;
  max-width: 500px;
  padding: 0 40px;
  width: auto;
}
@media screen and (max-width: 945px) {
  .cart_items li .item_details {
    padding-left: 20px;
  }
}
@media screen and (max-width: 668px) {
  .cart_items li .item_details {
    padding-right: 0;
  }
}
.cart_items li .item_details a {
  color: #222222;
  display: block;
  font-size: 26px;
  line-height: 36px;
}
@media screen and (max-width: 945px) {
  .cart_items li .item_details a {
    font-size: 18px;
    line-height: 26px;
  }
}
.cart_items li .item_details a > span {
  color: #424242;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
  margin-top: 6px;
}
@media screen and (max-width: 945px) {
  .cart_items li .item_details a > span {
    font-size: 14px;
  }
}
.cart_items li .qty_holder {
  *zoom: 1;
  margin-top: 20px;
}
.cart_items li .qty_holder:after {
  content: "";
  display: table;
  clear: both;
}
.cart_items li .qty_holder button {
  -moz-border-radius: 3ex;
  -webkit-border-radius: 3ex;
  border-radius: 3ex;
  -moz-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  -webkit-transform: translateZ(0px);
  transform: translateZ(0px);
  background: none;
  border: 2px solid #999999;
  color: #424242;
  float: left;
  height: 40px;
  line-height: normal;
  width: 40px;
}
@media screen and (max-width: 668px) {
  .cart_items li .qty_holder button {
    height: 36px;
    width: 36px;
  }
}
.cart_items li .qty_holder button svg {
  fill: #424242;
  height: 20px;
  position: relative;
  top: 2px;
  width: 20px;
}
@media screen and (max-width: 668px) {
  .cart_items li .qty_holder button svg {
    height: 18px;
    width: 18px;
  }
}
.cart_items li .qty_holder input {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  color: #424242;
  float: left;
  font-size: 16px;
  height: 40px;
  text-align: center;
  width: 60px;
}
@media screen and (max-width: 668px) {
  .cart_items li .qty_holder input {
    height: 36px;
    width: 56px;
  }
}
.cart_items li .qty_holder input:focus {
  box-shadow: none;
  outline: none;
}

.flexbox .cart_items li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.cart_info {
  border: 2px solid #999999;
  color: #424242;
  float: right;
  max-width: 30%;
  padding: 45px 40px 20px 40px;
  position: -webkit-sticky;
  position: sticky;
  text-align: center;
  top: 110px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .cart_info {
    max-width: 35%;
  }
}
@media screen and (max-width: 945px) {
  .cart_info {
    max-width: 40%;
    padding: 40px 35px 25px 35px;
  }
}
@media screen and (max-width: 668px) {
  .cart_info {
    border: none;
    float: none;
    max-width: 100%;
    padding: 40px 0 0;
  }
}
.cart_info h3, .cart_info h4 {
  margin-bottom: 20px;
  text-align: left;
}
.cart_info h3 > span, .cart_info h4 > span {
  float: right;
}
.cart_info h3 {
  color: #222222;
  font-size: 26px;
}
@media screen and (max-width: 800px) {
  .cart_info h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 668px) {
  .cart_info h3 {
    font-size: 26px;
  }
}
.cart_info button, .cart_info .button {
  max-width: 100%;
}
@media screen and (max-width: 800px) {
  .cart_info button, .cart_info .button {
    font-size: 16px;
  }
}
@media screen and (max-width: 668px) {
  .cart_info button, .cart_info .button {
    font-size: 18px;
  }
}
.cart_info .continue_shopping {
  background: none;
  color: #424242;
  font-size: 14px;
  margin-top: 20px;
}

.cart_empty_message {
  text-align: center;
}
.cart_empty_message p {
  margin: 80px 0;
}
.cart_empty_message svg {
  fill: #424242;
  height: 40px;
  width: 40px;
}
.contact_form > div {
  margin-bottom: 20px;
  text-align: left;
}
@media screen and (max-width: 668px) {
  .contact_form > div {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 668px) {
  .contact_form .contact_send {
    text-align: center;
  }
  .contact_form .contact_send button {
    margin-left: 0;
  }
}
.contact_form input {
  height: 56px;
}
.contact_form input, .contact_form textarea {
  -moz-transition: linear 0.2s;
  -o-transition: linear 0.2s;
  -webkit-transition: linear 0.2s;
  transition: linear 0.2s;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 2px solid #999999;
  font-size: 16px;
  padding: 14px;
  width: 100%;
}
.contact_form input:active, .contact_form input:focus, .contact_form textarea:active, .contact_form textarea:focus {
  border: 2px solid #222222;
  outline: none;
}
.contact_form textarea {
  height: 260px;
}
.contact_form label {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}
.contact_form .contact_name, .contact_form .contact_recaptcha, .contact_form .contact_send, .contact_form .contact_email {
  display: block;
  position: relative;
  width: 100%;
}
.contact_form .recaptcha-note {
  font-size: 14px;
  line-height: 1.5em;
}
.contact_form .recaptcha-note a {
  text-decoration: underline;
}
.contact_form .contact_send {
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 668px) {
  .contact_form .contact_send {
    text-align: center;
  }
}
.contact_form .contact_send button {
  margin: 30px auto;
  width: 300px;
}
@media screen and (max-width: 668px) {
  .contact_form .contact_send button {
    max-width: 100%;
    width: 100%;
  }
}

.message_sent {
  line-height: 1.3em;
  text-align: center;
}
/*






*/

/*============================================================
  Custom Styles - add and override styles below.
============================================================*/
