/*! 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}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  background: #F9F9F9;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #555555;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  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 {
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  fill: #555555;
  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;
  -webkit-transition: background 0.3s linear;
  -moz-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  transition: background 0.3s linear;
  background: #ABAFA0;
  font-family: "Playfair Display", 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: #ABAFA0 !important;
}
header .store_name {
  color: #FFFFFF;
  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: #FFFFFF;
  display: block;
  line-height: 1.2em;
}
header .store_name.text {
  height: 50px;
}
header .store_name.text a {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
}
header .store_name.image {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
}
header .store_name.image a {
  height: 50px;
}
header .store_name.image a img {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-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 {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-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: #FFFFFF;
  display: block;
  font-size: 14px;
  position: relative;
}
header .header_icons li a svg {
  fill: #FFFFFF;
  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 {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
  height: 16px;
  width: 22px;
}
header .header_icons li.open_menu a span {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  display: block;
  background: #FFFFFF;
  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 {
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  -ms-border-radius: 3em;
  -o-border-radius: 3em;
  border-radius: 3em;
  background-color: #FFFFFF;
  color: #ABAFA0;
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  line-height: 1.3;
  padding: 2px 8px;
}

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

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

button, a.button {
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  background-color: #ABAFA0;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  max-width: 300px;
  outline: none;
  padding: 0;
  text-align: center;
  width: 100%;
}
button.minimal-button, a.button.minimal-button {
  background: none;
  color: #ABAFA0;
  border: none;
  font-size: 13px;
  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.6;
}

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

.select {
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  position: relative;
  border: 2px solid #999999;
  color: #444444;
  font-family: "Raleway", sans-serif;
  height: 60px;
  margin-bottom: 20px;
  max-width: 300px;
  padding: 0;
  position: relative;
  width: 100%;
}
.select select {
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  color: #444444;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  height: 100%;
  line-height: 2em;
  padding: 0 50px 0 20px;
  position: relative;
  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;
  -moz-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  fill: #444444;
  height: 8px;
  margin-top: -2px;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 13px;
  z-index: 1;
}
.select:hover {
  color: #444444;
  border-color: #444444;
}
.select:hover select {
  color: #555555;
}
.select:hover svg {
  fill: #555555;
}

.overlay {
  -webkit-transition: opacity 0.2s, visibility 0s;
  -webkit-transition-delay: 0s, 0.2s;
  -moz-transition: opacity 0.2s, visibility 0s 0.2s;
  -o-transition: opacity 0.2s, visibility 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 {
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  opacity: 1;
  visibility: visible;
}
.overlay .overlay_background {
  background: #ABAFA0;
  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: #FFFFFF;
  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: #FFFFFF;
  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;
  -webkit-transition: opacity 0.2s, visibility 0s;
  -webkit-transition-delay: 0s, 0.2s;
  -moz-transition: opacity 0.2s, visibility 0s 0.2s;
  -o-transition: opacity 0.2s, visibility 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 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  font-size: 1.5em;
  color: #FFFFFF;
  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: #FFFFFF;
  outline: none;
}
.overlay.search .search_form input::-moz-placeholder {
  color: #FFFFFF;
}
.overlay.search .search_form input::-webkit-input-placeholder {
  color: #FFFFFF;
}
.overlay.search .search_form input:-ms-input-placeholder {
  color: #FFFFFF;
}

.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: #ABAFA0;
  height: 100%;
  left: 0;
  opacity: 0.9;
  position: absolute;
  top: 0;
  width: 100%;
}
.footer_cart .open_cart {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
  display: inline-block;
  position: relative;
}
.footer_cart .open_cart svg {
  fill: #FFFFFF;
  height: 25px;
  width: 25px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", 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;
    -webkit-transform: translate3d(0, 10%, 0);
    -moz-transform: translate3d(0, 10%, 0);
    -ms-transform: translate3d(0, 10%, 0);
    -o-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

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

@-moz-keyframes welcome-text {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    -moz-transform: translate3d(0, 10%, 0);
    -ms-transform: translate3d(0, 10%, 0);
    -o-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

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

@-ms-keyframes welcome-text {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    -moz-transform: translate3d(0, 10%, 0);
    -ms-transform: translate3d(0, 10%, 0);
    -o-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

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

@-o-keyframes welcome-text {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    -moz-transform: translate3d(0, 10%, 0);
    -ms-transform: translate3d(0, 10%, 0);
    -o-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

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

@keyframes welcome-text {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    -moz-transform: translate3d(0, 10%, 0);
    -ms-transform: translate3d(0, 10%, 0);
    -o-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

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

@-webkit-keyframes hide-welcome-text {
  0% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    -moz-transform: translate3d(0, 10%, 0);
    -ms-transform: translate3d(0, 10%, 0);
    -o-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
}

@-moz-keyframes hide-welcome-text {
  0% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    -moz-transform: translate3d(0, 10%, 0);
    -ms-transform: translate3d(0, 10%, 0);
    -o-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
}

@-ms-keyframes hide-welcome-text {
  0% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    -moz-transform: translate3d(0, 10%, 0);
    -ms-transform: translate3d(0, 10%, 0);
    -o-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
}

@-o-keyframes hide-welcome-text {
  0% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    -moz-transform: translate3d(0, 10%, 0);
    -ms-transform: translate3d(0, 10%, 0);
    -o-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
}

@keyframes hide-welcome-text {
  0% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    -moz-transform: translate3d(0, 10%, 0);
    -ms-transform: translate3d(0, 10%, 0);
    -o-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
}

.welcome_image {
  background-image: url('https://assets.bigcartel.com/theme_images/54775358/hero.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 {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-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.2em;
  margin-bottom: 20px;
}
@media screen and (max-width: 668px) {
  .welcome_image .welcome_text h1 {
    font-size: 9vw;
  }
}
.welcome_image .welcome_text .welcome_button {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-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: #444444;
  line-height: 1.7em;
  margin: 0 auto;
  max-width: 640px;
  overflow-y: auto;
  padding: 0 1px;
  width: 100%;
}
section.content .custom_page a[href] {
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  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: #444444;
  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: #F9F9F9;
  font-family: "Raleway", 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: #646464;
  display: block;
  font-size: 12px;
}
footer.footer .footer_icons li a svg {
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  fill: #999999;
  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 {
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  color: #646464;
  display: block;
  font-size: 14px;
  padding: 10px;
}
footer.footer .footer_pages li a:hover {
  opacity: 0.6;
}
footer.footer .footer_credit {
  color: #646464;
  font-size: 12px;
  margin-top: 14px;
}
footer.footer .footer_credit .credit a {
  color: #646464;
}
@media screen and (max-width: 800px) {
  footer.footer .footer_credit .credit {
    display: block;
    margin-top: 20px;
  }
}

.home_tagline {
  color: #444444;
  font-family: "Raleway", 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 {
  -webkit-box-shadow: 0 2px 10px 0 #444444;
  -moz-box-shadow: 0 2px 10px 0 #444444;
  box-shadow: 0 2px 10px 0 #444444;
  background: #F9F9F9;
  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 #F9F9F9 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: #555555;
  float: left;
  font-family: "Playfair Display", serif;
  font-size: 18px;
  line-height: 22px;
  padding-left: 20px;
  width: 70%;
}
.mini_cart .cart_holder .item_holder .cart_item .item_info > span {
  color: #444444;
  display: block;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  line-height: 18px;
  margin-top: 4px;
}
.mini_cart .cart_holder .item_holder .cart_item .item_price {
  color: #444444;
  font-family: "Raleway", 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: #555555;
}
.category_list ul li a {
  display: block;
  font-size: 18px;
  line-height: 24px;
  padding: 0 10px 10px;
}
@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: "Playfair Display", 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 {
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -o-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 {
  -webkit-transform: rotate(0) translateY(-50%) translateZ(0);
  -moz-transform: rotate(0) translateY(-50%) translateZ(0);
  -ms-transform: rotate(0) translateY(-50%) translateZ(0);
  -o-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 {
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  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 {
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  display: block;
  height: auto;
  max-width: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.product_list li a .product_details {
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  color: #555555;
  padding-top: 30px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.product_list li a .product_details .details_background {
  background: #F9F9F9;
  height: 100%;
  opacity: 0.9;
  position: absolute;
  top: 0;
  width: 100%;
}
.product_list li a .product_details .product_name {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  line-height: 22px;
  margin: 0;
  padding: 0 20px;
  position: relative;
}
.product_list li a .product_details .product_status {
  color: #444444;
  font-size: 10px;
  letter-spacing: 1px;
  position: absolute;
  text-transform: uppercase;
  top: 12px;
  width: 100%;
}
.product_list li a .product_details .product_price {
  color: #444444;
  font-size: 14px;
  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: #ABAFA0;
  color: #FFFFFF;
}
.pagination .previous svg, .pagination .next svg {
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  fill: #444444;
  height: 24px;
  position: relative;
  top: 6px;
  width: 22px;
}
.pagination .previous svg {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.pagination .next svg {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.pagination .disabled {
  display: none;
}

.no_products {
  text-align: center;
}
.previous_next {
  *zoom: 1;
  font-size: 12px;
  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 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.previous_next .next_product {
  float: right;
}
.previous_next .next_product svg {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.previous_next a {
  display: block;
  position: relative;
}
.previous_next a svg {
  display: inline-block;
  fill: #444444;
  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 {
  -webkit-transition: opacity 0.02s linear;
  -moz-transition: opacity 0.02s linear;
  -o-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 {
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  float: left;
  max-width: 50%;
  padding-left: 8%;
  width: 100%;
}
.product_detail h2 {
  font-family: "Raleway", 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: #444444;
  font-size: 14px;
  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] {
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  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: 12px;
  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 {
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  fill: #444444;
  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: "Playfair Display", 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: #555555;
  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: #444444;
  display: block;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  line-height: 26px;
  margin-top: 6px;
}
@media screen and (max-width: 945px) {
  .cart_items li .item_details a > span {
    font-size: 14px;
    line-height: 22px;
  }
}
.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 {
  -webkit-border-radius: 3ex;
  -moz-border-radius: 3ex;
  -ms-border-radius: 3ex;
  -o-border-radius: 3ex;
  border-radius: 3ex;
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  transform: translateZ(0px);
  background: none;
  border: 2px solid #999999;
  color: #444444;
  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: #444444;
  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 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: #444444;
  float: left;
  font-size: 15px;
  height: 40px;
  text-align: center;
  width: 60px;
}
@media screen and (max-width: 668px) {
  .cart_items li .qty_holder input {
    font-size: 14px;
    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: #444444;
  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: #555555;
  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 h4 {
  font-size: 13px;
}
.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: #444444;
  font-size: 12px;
  margin-top: 20px;
}

.cart_empty_message {
  text-align: center;
}
.cart_empty_message p {
  margin: 80px 0;
}
.cart_empty_message svg {
  fill: #444444;
  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 {
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-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 #555555;
  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.
============================================================*/

/*


   Magic Zoom  v5.3.7 
   Copyright 2020 Magic Toolbox
   Buy a license: https://www.magictoolbox.com/magiczoom/
   License agreement: https://www.magictoolbox.com/license/


*/

/**
 * Core styles
 */
.MagicZoom,
.mz-figure,
.mz-lens,
.mz-zoom-window,
.mz-loading,
.mz-hint,
.mz-expand .mz-expand-stage,
.mz-expand .mz-expand-stage .mz-image-stage,
.mz-expand .mz-expand-stage .mz-image-stage .mz-caption,
.mz-thumb img,
.mz-expand-thumbnails,
.mz-expand-controls,
.mz-button {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.MagicZoom,
.mz-figure {
    display: inline-block;
    outline: 0 !important;
    font-size: 0 !important;
    line-height: 100% !important;
    direction: ltr !important;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    vertical-align: middle;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.MagicZoom {
    -webkit-transform: translate3d(0,0,0);
    -ms-touch-action: pan-y;
        touch-action: pan-y;
}
figure.mz-figure {
    overflow: hidden;
    margin: 0 !important;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}
.MagicZoom img,
.mz-figure img {
    border: 0 !important;
    margin: 0 !important;
    outline: 0 !important;
    padding: 0 !important;
}
.MagicZoom > img,
.mz-figure > img {
    width: 100%;
    height: auto;
}
.ie8-magic .MagicZoom > img,
.ie8-magic .mz-figure > img {
    width: 100%;
    max-width: none !important;
}
.mz-figure.mz-no-zoom.mz-no-expand,
.mz-expand .mz-figure.mz-no-zoom {
    cursor: default !important;
}
.mz-figure.mz-active,
.mz-expand {
    -ms-touch-action: none;
        touch-action: none;
}

.mz-lens,
.mz-zoom-window {
    position: absolute !important;
    overflow: hidden !important;
    pointer-events: none !important;
}
.mz-lens img,
.mz-zoom-window img {
    position: absolute !important;
    max-width: none !important;
    max-height: none !important;
}
.mz-lens img {
    -webkit-transition: none !important;
            transition: none !important;
}

.mz-zoom-window {
    z-index: 2000000000;
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
}
.mz-zoom-window.mz-magnifier {
    -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
    -webkit-mask-clip: content;
    cursor: none;
}
.mz-figure.mz-active .mz-zoom-window.mz-magnifier {
    pointer-events: auto !important;
    cursor: inherit !important;
}
.mz-zoom-window.mz-magnifier.mz-expanded {
    z-index: 2147483647;
}
.mz-zoom-window img  {
    width: auto;
    height: auto;
    left: -1000%;
    right: -1000%;
    top: -1000%;
    bottom: -1000%;
    margin: auto !important;
    -webkit-transition: none !important;
            transition: none !important;
    -webkit-transform-origin: 50% 50% !important;
        -ms-transform-origin: 50% 50% !important;
            transform-origin: 50% 50% !important;
}
.mz-zoom-window.mz-preview img {
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
    -webkit-transform: none !important;
            transform: none !important;
}
.lt-ie9-magic .mz-zoom-window img  {
    margin: 0 !important;
}

.mz-expand-controls {
    z-index: 2147483647;
}

.mz-fade {
    -webkit-transition: opacity .25s;
            transition: opacity .25s;
}
.mz-hidden {
    opacity: 0;
}
.mz-visible {
    opacity: 1;
}

.mobile-magic .mz-expand .mz-expand-bg {
    -webkit-transform-style: flat !important;
            transform-style: flat !important;
}

.mobile-magic .mz-expand-controls.mz-fade {
    transition: none !important;
}

.mobile-magic .mz-expand > .mz-zoom-window {
    top: 0 !important;
    left: 0 !important;
}


@media not screen and (max-device-width: 767px) {
    .mz-expanded-view-open,
    .mz-expanded-view-open body {
        overflow: hidden !important;
    }
    .mz-expanded-view-open body { height: auto !important; }
}

@media screen and (max-device-width: 767px) {
    :root.mz-expanded-view-open:not(.ios-magic):not([data-magic-ua=safari]),
    :root.mz-expanded-view-open:not(.ios-magic):not([data-magic-ua=safari]) body {
        overflow: hidden !important;
    }
    :root.mz-expanded-view-open:not(.ios-magic):not([data-magic-ua=safari]) body { height: auto !important; }
}


/**
 * Main figure
 */
.mz-figure.mz-active {
    background: #fff;
}
.mz-figure.mz-no-zoom,
.mz-figure.mz-click-zoom,
.mz-figure.mz-active {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mz-figure.mz-active.mz-no-expand {
    cursor: crosshair;
}
.mz-figure.mz-active.mz-click-zoom.mz-no-expand {
    cursor: crosshair;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    cursor: zoom-out;
}
.mz-figure.mz-active.mz-magnifier-zoom.mz-hover-zoom.mz-no-expand {
    cursor: none;
}
.mz-figure.mz-magnifier-zoom.mz-active {
    overflow: visible !important;
}

.mz-figure.mz-active > img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'saturate\' values=\'0\'/><feComponentTransfer><feFuncA type=\'linear\' slope=\'0.6\'/></feComponentTransfer></filter></svg>#grayscale");
    -webkit-filter: grayscale(80%) opacity(60%);
    filter: grayscale(80%) opacity(60%);
}
.no-cssfilters-magic .mz-figure.mz-active > img {
    opacity: 0.6;
}
.lt-ie10-magic .mz-figure.mz-active > img {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1,opacity=0.6);
}
.mz-expand .mz-figure.mz-active.mz-inner-zoom,
:not(.mz-expand) .mz-figure.mz-active.mz-inner-zoom > img {
    opacity: 0;
}

.lt-ie10-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom,
.lt-ie10-magic .mz-figure.mz-active.mz-inner-zoom > img {
    filter: alpha(opacity=0);
}
.ie9-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom {
    background: transparent;
}

/**
 * Zoom lens
 */
.mz-lens {
    border: 1px solid #aaa;
    border-color: rgba(170,170,170,0.7);
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    cursor: none;
    z-index: 10;
    opacity: 0;
}
.mz-figure.mz-active .mz-lens {
    opacity: 1;
    -webkit-transition: opacity .3s cubic-bezier(0.25, 0.5, 0.5, 0.9) .1s;
    transition: opacity .3s cubic-bezier(0.25, 0.5, 0.5, 0.9) .1s;
}
.mz-figure.mz-active.mz-magnifier-zoom .mz-lens {
    border-radius: 50%;
    opacity: 0;
    cursor: none;
}

/**
 * Zoom window
 */
.mz-zoom-window {
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}
.mz-zoom-window.mz-magnifier {
    border-radius: 100%;
    border: 0;
    background: rgba(255,255,255,.3);
}
.mz-zoom-window.mz-magnifier:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;bottom: 0;
    left: 0; right: 0;
    border-radius: 100%;
    border: 1px solid rgba(170,170,170,0.7);
    box-shadow: inset 0 0 20px 1px rgba(0,0,0,.3);
    background: transparent;
    z-index: 1;
}
.mz-zoom-window.mz-magnifier.mz-square,
.mz-zoom-window.mz-magnifier.mz-square:before {
    border-radius: 0 !important;
}
.lt-ie9-magic .mz-zoom-window {
    border: 1px solid #e5e5e5;
}
.mz-zoom-window.mz-inner {
    border: none;
    box-shadow: none;
}
.mz-zoom-window.mz-inner:not(.mz-expanded) {
    z-index: 80;
}

/* Caption in zoom window */
.mz-zoom-window .mz-caption {
    background: #777;
    color: #fff;
    font-size: 10pt;
    opacity: 0.8;
    position: absolute;
    top: 0;
    z-index: 150;
    padding: 3px;
    width: 100%;
    line-height: normal !important;
    text-align: center !important;
}
.lt-ie9-magic .mz-zoom-window .mz-caption {
    filter: alpha(opacity=80);
}
.mz-zoom-window.caption-bottom .mz-caption {
    top: auto;
    bottom: 0;
}
.mz-zoom-window.mz-expanded > .mz-caption {
    display: none;
}

/* Zoom window animations */
.mz-zoom-window.mz-deactivating,
.mz-zoom-window.mz-activating {
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9), -webkit-transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
            transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9), transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.mz-zoom-window.mz-deactivating {
    -webkit-transition-duration: .25s, .25s, .25s;
            transition-duration: .25s, .25s, .25s;
}
.mz-zoom-window.mz-p-right,
.mz-zoom-window.mz-p-left,
.mz-zoom-window.mz-p-top,
.mz-zoom-window.mz-p-bottom {
    opacity: 0;
    z-index: -100;
}
.mz-zoom-window.mz-p-right {
    -webkit-transform: translate3d(-20%, 0, 0);
            transform: translate3d(-20%, 0, 0);
}
.mz-zoom-window.mz-p-left {
    -webkit-transform: translate3d(20%, 0, 0);
            transform: translate3d(20%, 0, 0);
}
.mz-zoom-window.mz-p-top {
    -webkit-transform: translate3d(0, 20%, 0);
            transform: translate3d(0, 20%, 0);
}
.mz-zoom-window.mz-p-bottom {
    -webkit-transform: translate3d(0, -20%, 0);
            transform: translate3d(0, -20%, 0);
}
/* Inner mode animation */
.mz-zoom-window > img {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.mz-zoom-window.mz-p-inner.mz-deactivating > img,
.mz-zoom-window.mz-p-inner.mz-activating > img {
    -webkit-transition: -webkit-transform .22s cubic-bezier(0.25, 0.5, 0.5, 0.9) !important;
            transition: transform .22s cubic-bezier(0.25, 0.5, 0.5, 0.9) !important;
}
/* Magnifier mode animation */
.mz-zoom-window.mz-p-magnifier {
    -webkit-transform: scale(.1);
            transform: scale(.1);
}
/* Preview mode animation */
.mz-zoom-window.mz-preview.mz-deactivating,
.mz-zoom-window.mz-preview.mz-activating,
.mz-zoom-window.mz-custom.mz-deactivating,
.mz-zoom-window.mz-custom.mz-activating {
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
            transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.mz-zoom-window.mz-preview.mz-deactivating,
.mz-zoom-window.mz-custom.mz-deactivating {
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
}
.mz-zoom-window.mz-p-preview,
.mz-zoom-window.mz-p-custom {
    opacity: 0;
}


/**
 * Hint & Loading
 */
.mz-hint,
.mz-loading {
    color: #eee;
    background: rgba(49,51,61,0.7);
    font: normal 12px/1.2em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-align: center;
    direction: ltr;
    display: inline-block;
    margin: 0;
    position: absolute;
    z-index: 1000;
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: opacity 0.25s ease;
            transition: opacity 0.25s ease;
}

.mz-hint {
    bottom: 8px;
    left: 0;
    right: 0;
    padding: 0 10%;
    background-color: transparent;
    -webkit-transition: opacity 0.4s ease, z-index 0.4s ease;
            transition: opacity 0.4s ease, z-index 0.4s ease;
}
.mz-hint-message {
    display: inline-block;
    background: rgba(49,51,61,0.7);
    border-radius: 2em;
    padding: .7em 1.1em;
}
.mz-hint-message:before {
    content: '\02295';
    font-family: serif;
    font-size: 1.5em;
    speak: none;
    text-align: center;
    vertical-align: -2px;
    margin-right: 6px;
}
.mobile-magic .mz-hint-message:before {
    display: none;
}

.mz-hint-hidden {
    opacity: 0;
    z-index: -1;
    -webkit-transition-delay: .6s;
            transition-delay: .6s;
}
/* Hint in the expanded view on mobile */
.mz-expand .mz-hint {
    font-size: 18px;
    line-height: 1.1em;
    top: 50%;
    bottom: auto;
    margin: 0;
    -webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
            transform: translate(0,-50%);

}
.mz-expand .mz-hint-message {
    padding: 1.1em;
}
.mz-expand .mz-hint-message:before {
    display: none;
}
.mz-expand .mz-hint-hidden {
    opacity: 0;
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
}

/* Loading indicator */
.mz-loading {
    font-size: 0;
    border-radius: 100%;
    opacity: 0;
    padding: 0;
    width: 36px;
    height: 36px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.mz-loading:after {
    content: '';
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
    width: 24px;
    height: 24px;
    margin: auto;
    text-indent: -9999em;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 1);
    border-top-color: transparent;
    box-sizing: border-box;
}
.mz-loading.shown {
    opacity: 1;
    z-index: 1;
    -webkit-transition: opacity 0s;
    transition: opacity 0s;
}
.mz-loading.shown:after {
    -webkit-animation: spin-loading .9s infinite linear;
            animation: spin-loading .9s infinite linear;
}

@-webkit-keyframes spin-loading {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes spin-loading {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

.lt-ie10-magic .mz-loading {
    border-radius: 2em;
    font-size: 12px;
    padding: .7em 1.1em;
    width: auto;
    height: auto;
}
.lt-ie10-magic .mz-loading:after {
    content: 'Loading...';
    text-indent: 0;
    border: none;
    position: relative;
}

.lt-ie9-magic .mz-loading {
    filter: alpha(opacity=0);
    right: 0;
    left:  0;
    width: 126px;
    margin: auto;
}
.lt-ie9-magic .mz-hint-message,
.lt-ie9-magic .mz-loading.shown {
    background: transparent !important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#7c31333D', EndColorStr='#7c31333D');
}
.lt-ie9-magic .mz-hint-hidden {
    filter: alpha(opacity=0);
}



/**
 * Expanded view
 */
.mz-expand,
.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > img,
.mz-expand .mz-expand-bg > svg,
.mz-expand .mz-expand-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > img,
.mz-expand .mz-expand-bg > svg {
    width: auto !important;
    height: auto !important;

}
.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > svg  {
    min-width: 100% !important;
    min-height: 100% !important;
}

.mz-expand {
    background-color: rgba(0, 0, 0, 1);
    text-align: center;
    vertical-align: middle;
    display: block;
    overflow: hidden;
    z-index: 2100000000;
    position: fixed;
    width: auto;
    height: auto;
    -webkit-perspective: 600px;
            perspective: 600px;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -ms-overflow-style: none;
}

/* Expanded view background */
.mz-expand .mz-expand-bg {
    display: inline-block;
    max-width: none !important;
    max-height: none !important;
    margin: auto;
    vertical-align: middle;
    z-index: -100;
    background-repeat: no-repeat;
    background-size: cover;

    -webkit-perspective: 600px;
            perspective: 600px;

    -webkit-transform: translate3d(0, 0, 0) scale(7) rotate(0.01deg);
            transform: translate3d(0, 0 ,0) scale(7) rotate(0.01deg);
}

.mz-expand .mz-expand-bg > img  {
    margin: auto;
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.mz-expand .mz-expand-bg > img  {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'blur\'><feGaussianBlur stdDeviation=\'80\' in=\'SourceGraphic\'></feGaussianBlur></filter></svg>#blur");
    -webkit-filter: blur(20px) brightness(60%);
            filter: blur(20px) brightness(60%);
}

.mz-expand .mz-expand-bg > svg  {
    margin: auto;
    opacity: .6;
}

[data-magic-ua=edge] .mz-expand .mz-expand-bg,
.lt-ie10-magic .mz-expand .mz-expand-bg {
    display: none !important;
}
.lt-ie9-magic .mz-expand {
    background: #1f1f1f;
}
[data-magic-ua=edge] .mz-expand {
    background-color: rgba(31, 31, 31, .96);
}

/** Plain backgrounds: dark-bg, white-bg **/
.mz-expand.plain-bg .mz-expand-bg,
.mz-expand.dark-bg .mz-expand-bg,
.mz-expand.white-bg .mz-expand-bg {
    display: none !important;
}
.mz-expand.dark-bg {
    background-color: #1f1f1f;
    background-color: rgba(31, 31, 31, .96);
}
.mz-expand.white-bg {
    background-color: #fff;
}

/* Expanded view stage */
.mz-expand .mz-expand-stage {
    display: flex;
    flex-direction: column;
    padding: 0;
    z-index: 2100000000;
}

.mz-expand .mz-expand-stage .mz-image-stage {
    display: flex;
    flex-direction: column;
    flex: 1 1;
    position: relative;
    margin: 0;
    padding: 20px 0;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.mz-expand .mz-expand-stage.mz-zoom-in .mz-image-stage {
    padding: 0 !important;
    left: 0;
    right: 0;
}


.mz-expand .mz-image-stage > figure {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1 1;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
    font-size: 0;
    overflow: hidden;
}

.mz-expand .mz-figure {
    max-width: 100% !important;
    overflow: visible;
}
.mz-expand .mz-figure > img {
    max-width: 100%;
    width: auto;
    height: auto;
}
.mz-expand .mz-zoom-in .mz-image-stage > figure,
.mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-activating,
.mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-active {
    flex: 1 0;
    width: 100%;
    height: 100%;
}
.mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-active > img {
    pointer-events: none;
}
.mz-expand .mz-figure {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mz-expand .mz-figure.mz-active {
    cursor: crosshair;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    cursor: zoom-out;
}
/* When inner zoom is always shown */
.mz-expand .mz-expand-stage.mz-zoom-in.mz-always-zoom .mz-image-stage > figure > figure > img {
    z-index: 1;
    position: absolute !important;
    top: -5000px !important;
    bottom: -5000px !important;
    left: -5000px !important;
    right: -5000px !important;
    margin: auto !important;
}

.lt-ie10-magic .mz-zoom-window.mz-expanded img  { filter: alpha(opacity=100); }
.lt-ie10-magic .mz-expand .mz-figure.mz-magnifier-zoom {
    overflow: hidden;
    filter: alpha(opacity=100);
}

/* Caption in expanded view */
.mz-expand .mz-caption {
    flex: 0 0;
    color: #fff;
    text-shadow: 0px 0px 46px #000;
    padding: 10px 30px;
    font: normal 10pt/1.25 'Lucida Grande', 'Lucida Sans Unicode', Verdana, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    text-align: center;
    width: 100%;
    opacity: 0;
}

.mz-expand .mz-caption.mz-show {
    -webkit-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out;
    opacity: 1;
}

.mz-expand .mz-zoom-in .mz-image-stage .mz-caption {
    display: none;
}

.mz-expand .mz-caption a {
    color: inherit;
    cursor: pointer;
}

.mz-expand.white-bg .mz-caption {
    color: #555;
    text-shadow: none;
}

.lt-ie9-magic .mz-expand .mz-caption {
    top: 100%;
}

.mz-expand .mz-zoom-window {
    box-shadow: none;
    background: transparent;
}

.lt-ie9-magic .mz-expand .mz-zoom-window {
    border: 0;
}

/* Expanded view on mobile */
@media screen and (max-device-width: 767px) {
    .mobile-magic .mz-expand .mz-image-stage .mz-caption {
        display: none !important;
    }
}

/**
 * Buttons & Arrows
 */
.mz-nav-controls,
.mz-expand-controls,
button.mz-button {
    margin: 0 !important;
    padding: 0 !important;
    outline: 0 !important;
}

.mz-nav-controls {
    z-index: 2100000000;
}

button.mz-button {
    color: rgba(180, 180, 180, .6) !important;
    font-size: 0;
    cursor: pointer;
    z-index: 2100000000 !important;
    background-color: transparent !important;
    border: 0 solid transparent !important;
    border-radius: 100% !important;
    box-shadow: none !important;
    position: absolute !important;
    text-transform: none !important;
    text-align: center;
    speak: none;
    width: 60px !important;
    height: 60px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: none !important;
    max-height: none !important;
    -webkit-transition: color .25s, background-color .25s !important;
            transition: color .25s, background-color .25s !important;
}

button.mz-button:before {
    display: block;
    position: static;
    height: 100%;
    transform: scale(.9);
    -webkit-transition: -webkit-transform .25s !important;
            transition: transform .25s !important;
}

:root:not(.mobile-magic) button.mz-button:hover,
button.mz-button:active {
    color: rgba(180, 180, 180, 1) !important;
}

button.mz-button:active:before {
    -webkit-transform: scale(.7) !important;
            transform: scale(.7) !important;
}

.mobile-magic .mz-expand button.mz-button:active {
    background-color: rgba(49, 51, 61, .7) !important;
}


button.mz-button.mz-button-prev,
button.mz-button.mz-button-next {
    margin: auto 10px !important;
    top: 0 !important;
    bottom: 0 !important;
    overflow: hidden !important;
}

button.mz-button.mz-button-prev {
    left: 0 !important;
    transform: rotateZ(180deg) !important;
}

button.mz-button.mz-button-next {
    right: 0 !important;
}

button.mz-button.mz-button-close {
    margin: 10px !important;
    top: 0 !important;
    right: 0 !important;
    z-index: 95 !important;
}

button.mz-button.mz-button-close:before {
    content: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNS4zODQxIDI0LjcyNDFDMjQuOTkzNyAyNC4zMzM0IDI0Ljk5MzkgMjMuNzAwMiAyNS4zODQ3IDIzLjMwOThMMzcgMTEuNzA1MUwzNi4yOTQzIDExTDI0LjY3OTMgMjIuNjA0NEMyNC4yODg2IDIyLjk5NDcgMjMuNjU1NiAyMi45OTQ0IDIzLjI2NTIgMjIuNjAzOEwxMS43MDUyIDExLjAzNjZMMTEgMTEuNzQyMkwyMi41NTkzIDIzLjMwODdDMjIuOTQ5NyAyMy42OTk0IDIyLjk0OTUgMjQuMzMyNiAyMi41NTg4IDI0LjcyM0wxMS4wMzcgMzYuMjM0MkwxMS43NDI3IDM2LjkzOTNMMjMuMjY0MSAyNS40Mjg0QzIzLjY1NDggMjUuMDM4MSAyNC4yODc5IDI1LjAzODMgMjQuNjc4MiAyNS40Mjg5TDM2LjI0MjEgMzdMMzYuOTQ3MiAzNi4yOTQ0TDI1LjM4NDEgMjQuNzI0MVoiIGZpbGw9IiM5OTk5OTkiLz4KPHBhdGggZD0iTTI1LjM4NDEgMjQuNzI0MUMyNC45OTM3IDI0LjMzMzQgMjQuOTkzOSAyMy43MDAyIDI1LjM4NDcgMjMuMzA5OEwzNyAxMS43MDUxTDM2LjI5NDMgMTFMMjQuNjc5MyAyMi42MDQ0QzI0LjI4ODYgMjIuOTk0NyAyMy42NTU2IDIyLjk5NDQgMjMuMjY1MiAyMi42MDM4TDExLjcwNTIgMTEuMDM2NkwxMSAxMS43NDIyTDIyLjU1OTMgMjMuMzA4N0MyMi45NDk3IDIzLjY5OTQgMjIuOTQ5NSAyNC4zMzI2IDIyLjU1ODggMjQuNzIzTDExLjAzNyAzNi4yMzQyTDExLjc0MjcgMzYuOTM5M0wyMy4yNjQxIDI1LjQyODRDMjMuNjU0OCAyNS4wMzgxIDI0LjI4NzkgMjUuMDM4MyAyNC42NzgyIDI1LjQyODlMMzYuMjQyMSAzN0wzNi45NDcyIDM2LjI5NDRMMjUuMzg0MSAyNC43MjQxWiIgc3Ryb2tlPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");
}

button.mz-button.mz-button-prev:before,
button.mz-button.mz-button-next:before {
    content: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");
}

@supports(
        ((-webkit-mask-image:url()) or (mask-image:url())) and
        ((-webkit-mask-repeat:no-repeat) or (mask-repeat:no-repeat)) and
        ((-webkit-mask-position:center) or (mask-position:center)) and
        ((-webkit-mask-size:cover) or (mask-size:cover))
) {
    button.mz-button:before {
        content: "" !important;
        background-color: currentColor;
        background-image: none;
        -webkit-mask-repeat: no-repeat;
                mask-repeat: no-repeat;
        -webkit-mask-position: center;
                mask-position: center;
        -webkit-mask-size: cover;
                mask-size: cover;
    }

    button.mz-button.mz-button-close:before {
        -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNS4zODQxIDI0LjcyNDFDMjQuOTkzNyAyNC4zMzM0IDI0Ljk5MzkgMjMuNzAwMiAyNS4zODQ3IDIzLjMwOThMMzcgMTEuNzA1MUwzNi4yOTQzIDExTDI0LjY3OTMgMjIuNjA0NEMyNC4yODg2IDIyLjk5NDcgMjMuNjU1NiAyMi45OTQ0IDIzLjI2NTIgMjIuNjAzOEwxMS43MDUyIDExLjAzNjZMMTEgMTEuNzQyMkwyMi41NTkzIDIzLjMwODdDMjIuOTQ5NyAyMy42OTk0IDIyLjk0OTUgMjQuMzMyNiAyMi41NTg4IDI0LjcyM0wxMS4wMzcgMzYuMjM0MkwxMS43NDI3IDM2LjkzOTNMMjMuMjY0MSAyNS40Mjg0QzIzLjY1NDggMjUuMDM4MSAyNC4yODc5IDI1LjAzODMgMjQuNjc4MiAyNS40Mjg5TDM2LjI0MjEgMzdMMzYuOTQ3MiAzNi4yOTQ0TDI1LjM4NDEgMjQuNzI0MVoiIGZpbGw9IiM5OTk5OTkiLz4KPHBhdGggZD0iTTI1LjM4NDEgMjQuNzI0MUMyNC45OTM3IDI0LjMzMzQgMjQuOTkzOSAyMy43MDAyIDI1LjM4NDcgMjMuMzA5OEwzNyAxMS43MDUxTDM2LjI5NDMgMTFMMjQuNjc5MyAyMi42MDQ0QzI0LjI4ODYgMjIuOTk0NyAyMy42NTU2IDIyLjk5NDQgMjMuMjY1MiAyMi42MDM4TDExLjcwNTIgMTEuMDM2NkwxMSAxMS43NDIyTDIyLjU1OTMgMjMuMzA4N0MyMi45NDk3IDIzLjY5OTQgMjIuOTQ5NSAyNC4zMzI2IDIyLjU1ODggMjQuNzIzTDExLjAzNyAzNi4yMzQyTDExLjc0MjcgMzYuOTM5M0wyMy4yNjQxIDI1LjQyODRDMjMuNjU0OCAyNS4wMzgxIDI0LjI4NzkgMjUuMDM4MyAyNC42NzgyIDI1LjQyODlMMzYuMjQyMSAzN0wzNi45NDcyIDM2LjI5NDRMMjUuMzg0MSAyNC43MjQxWiIgc3Ryb2tlPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");
                mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNS4zODQxIDI0LjcyNDFDMjQuOTkzNyAyNC4zMzM0IDI0Ljk5MzkgMjMuNzAwMiAyNS4zODQ3IDIzLjMwOThMMzcgMTEuNzA1MUwzNi4yOTQzIDExTDI0LjY3OTMgMjIuNjA0NEMyNC4yODg2IDIyLjk5NDcgMjMuNjU1NiAyMi45OTQ0IDIzLjI2NTIgMjIuNjAzOEwxMS43MDUyIDExLjAzNjZMMTEgMTEuNzQyMkwyMi41NTkzIDIzLjMwODdDMjIuOTQ5NyAyMy42OTk0IDIyLjk0OTUgMjQuMzMyNiAyMi41NTg4IDI0LjcyM0wxMS4wMzcgMzYuMjM0MkwxMS43NDI3IDM2LjkzOTNMMjMuMjY0MSAyNS40Mjg0QzIzLjY1NDggMjUuMDM4MSAyNC4yODc5IDI1LjAzODMgMjQuNjc4MiAyNS40Mjg5TDM2LjI0MjEgMzdMMzYuOTQ3MiAzNi4yOTQ0TDI1LjM4NDEgMjQuNzI0MVoiIGZpbGw9IiM5OTk5OTkiLz4KPHBhdGggZD0iTTI1LjM4NDEgMjQuNzI0MUMyNC45OTM3IDI0LjMzMzQgMjQuOTkzOSAyMy43MDAyIDI1LjM4NDcgMjMuMzA5OEwzNyAxMS43MDUxTDM2LjI5NDMgMTFMMjQuNjc5MyAyMi42MDQ0QzI0LjI4ODYgMjIuOTk0NyAyMy42NTU2IDIyLjk5NDQgMjMuMjY1MiAyMi42MDM4TDExLjcwNTIgMTEuMDM2NkwxMSAxMS43NDIyTDIyLjU1OTMgMjMuMzA4N0MyMi45NDk3IDIzLjY5OTQgMjIuOTQ5NSAyNC4zMzI2IDIyLjU1ODggMjQuNzIzTDExLjAzNyAzNi4yMzQyTDExLjc0MjcgMzYuOTM5M0wyMy4yNjQxIDI1LjQyODRDMjMuNjU0OCAyNS4wMzgxIDI0LjI4NzkgMjUuMDM4MyAyNC42NzgyIDI1LjQyODlMMzYuMjQyMSAzN0wzNi45NDcyIDM2LjI5NDRMMjUuMzg0MSAyNC43MjQxWiIgc3Ryb2tlPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");
    }

    button.mz-button.mz-button-prev:before,
    button.mz-button.mz-button-next:before {
        -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");
                mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");

    }
}

@media screen and (max-device-width: 767px) {
    button.mz-button-prev,
    button.mz-button-next {
        display: none !important;
    }

    .mobile-magic .mz-expand button.mz-button.mz-button-close {
        width: 50px !important;
        height: 50px !important;
        color: rgb(180, 180, 180) !important;
    }

    .mobile-magic .mz-expand button.mz-button:before {
        transform: scale(.8);
    }
}

.lt-ie9-magic button.mz-button {
    border: 0;
    filter: alpha(opacity=75);
}

.lt-ie9-magic button.mz-button:hover {
    filter: alpha(opacity=100);
}

/* Arrows on the main image on the page */
.mz-figure .mz-nav-controls button.mz-button {
    display: none;
    width: 32px !important;
    height: 56px !important;
    margin: auto 0 !important;
    padding: 0 !important;
    border: 0 !important;
}
.mz-figure.mz-show-arrows .mz-nav-controls button.mz-button {
    display: block;
}



/**
 * Thumbnails
 */

/** Thumbnails on the page **/
a[data-zoom-id],
.mz-thumb, .mz-thumb:focus {
    display: inline-block;
    line-height: 0;
    outline: none;
}

a[data-zoom-id] img,
.mz-thumb img {
    padding-bottom: 4px;
    border: 0;
    border-bottom: 2px solid transparent;
    box-sizing: border-box;
}

.mz-thumb:not(.mz-thumb-selected):hover img {
    border-bottom-color: rgba(180, 180, 180, .3);
}

.mz-thumb.mz-thumb-selected img {
    border-bottom-color: rgb(180, 180, 180);
}

/** Thumbnails in expanded view **/
.mz-expand-thumbnails {
    flex: 0 0 80px;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 10px 0;
    z-index: 50;
    overflow: hidden;
}

.ios-magic[data-magic-engine=webkit][data-magic-engine-ver="603.1"] .mz-expand-thumbnails,
:root[data-magic-ua=firefox] .mz-expand-thumbnails {
    height: 80px;
}

.mz-expand-thumbnails .magic-thumb > img {
    cursor: pointer;
    padding-bottom: 4px;
    border: 0;
    border-bottom: 2px solid transparent;
}

.mz-expand-thumbnails .magic-thumb:not(.magic-thumb-selected):hover img {
    border-bottom-color: rgba(180, 180, 180, .3);
}

.mz-expand-thumbnails .magic-thumb.magic-thumb-selected img {
    border-bottom-color: rgb(180, 180, 180);
}

.mz-expand-thumbnails .magic-thumbs .magic-thumbs-button {
    box-shadow: none;
}

/** Thumbnails on the left in expanded view with .expand-thumbnails-left class **/
@media not screen and (max-device-width: 767px) and (orientation: portrait) {
    .mz-expand.expand-thumbnails-left .mz-expand-stage {
        flex-direction: row-reverse;
    }

    .mz-expand.expand-thumbnails-left .mz-expand-thumbnails {
        padding: 0 10px;
        height: 100%;
        overflow: hidden;
    }

    .ios-magic[data-magic-engine=webkit][data-magic-engine-ver="603.1"] .mz-expand.expand-thumbnails-left .mz-expand-thumbnails,
    :root[data-magic-ua=firefox] .mz-expand.expand-thumbnails-left .mz-expand-thumbnails {
        width: 80px;
        height: 100%;
    }

    @media not screen and (max-device-width: 767px) {
        .mz-expand-thumbnails .magic-thumbs.magic-thumbs-vertical {
            height: calc(100% - 40px);
            margin-top: 20px;
            margin-bottom: 20px;
        }
    }

    @media screen and (max-device-width: 767px) {
        .mz-expand-thumbnails .magic-thumbs.magic-thumbs-vertical.no-buttons {
            height: calc(100% - 40px);
            margin-top: 20px;
            margin-bottom: 20px;
        }
    }
}

/** Hide thumbnails in expanded view with .no-expand-thumbnails class **/
.mz-expand.no-expand-thumbnails .mz-expand-thumbnails {
    display: none;
}


/** Thumbnails shaded style (improved previous one)  **/
.thumbnails-style-shaded.mz-thumb img {
    border: 0 !important;
    padding-bottom: 0;
    box-shadow: 0 0 1px 0px rgba(0, 0, 0, .3);
}

.thumbnails-style-shaded.mz-thumb:hover:not(.mz-thumb-selected) img {
    -webkit-filter: brightness(.7);
            filter: brightness(.7);

}
.thumbnails-style-shaded.mz-thumb-selected img {
    -webkit-filter: brightness(.7) opacity(.7);
            filter: brightness(.7) opacity(.7);
}

.thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb > img {
    border: 0 ;
    padding-bottom: 0;
    box-shadow:0 0 5px 1px rgba(0, 0, 0, .3);
}

.thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb:not(.magic-thumb-selected) > img:hover {
    -webkit-filter: brightness(.75);
            filter: brightness(.75);
}

.thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb-selected img {
    -webkit-filter: brightness(.7) opacity(.7);
            filter: brightness(.7) opacity(.7);
}

.no-cssfilters-magic .thumbnails-style-shaded.mz-thumb:hover,
.no-cssfilters-magic .thumbnails-style-shaded.mz-thumb.mz-thumb-selected,
.no-cssfilters-magic .thumbnails-style-shaded .magic-thumb:hover,
.no-cssfilters-magic .thumbnails-style-shaded .magic-thumb.magic-thumb-selected {
    background: #000;
}

.no-cssfilters-magic .thumbnails-style-shaded.mz-thumb:hover:not(.mz-thumb-selected) img {
    opacity: .75;
    filter: alpha(opacity=75);
}

.no-cssfilters-magic .thumbnails-style-shaded.mz-thumb-selected img {
    opacity: .7;
    filter: alpha(opacity=70);
}

.no-cssfilters-magic .thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb {
    position: relative;
}

.no-cssfilters-magic .thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    z-index: 100;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0);
}

.no-cssfilters-magic .thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb:hover:not(.magic-thumb-selected):after {
    background-color: rgba(0, 0, 0, 0.2);
}

.no-cssfilters-magic .thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb.magic-thumb-selected:after {
    background-color: rgba(0, 0, 0, 0.3);
}

.no-cssfilters-magic .thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb img {
    position: relative;
    z-index: 1;
}

.ie9-magic .thumbnails-style-shaded.mz-thumb img {
    box-shadow: 0 0 4px 0px rgba(0, 0, 0, .3);
}

.magic-thumbs,
.magic-thumbs .magic-thumbs-wrapper,
.magic-thumbs ul,
.magic-thumbs li,
.magic-thumbs li:before,
.magic-thumbs li:after,
.magic-thumbs li img,
.magic-thumbs .magic-thumbs-button {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.magic-thumbs {
    direction: ltr;
    overflow: visible;
    z-index: 100;
    position: relative;
    left: 0;
    top: 0;
    padding: 0 40px;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: none;
        touch-action: none;
}

.magic-thumbs {
    width: 100%;
    height: 100%;
    white-space: nowrap;
}

.magic-thumbs.no-buttons {
    padding: 0 !important;
}

.magic-thumbs-wrapper {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.magic-thumbs ul {
    list-style: none;
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    position: relative;
    white-space: nowrap;
}
.magic-thumbs.no-buttons ul {
    left: 0 !important;
    padding: 0 !important;
    -webkit-transition: none !important;
            transition: none !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
}


.magic-thumbs ul li {
    margin: 0 4px;
    height: 100%;
    width: auto;
    vertical-align: top;
    line-height: 0;
    display: inline-block;
}
.magic-thumbs ul li:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

.magic-thumbs ul li > img {
    width: auto;
    height: auto;
    max-width: none !important;
    max-height: 100% !important;
    vertical-align: middle;
}
.ie8-magic .magic-thumbs ul li > img {
    max-width: none !important;
    max-height: none !important;
}

/* vertical */
.magic-thumbs.magic-thumbs-vertical {
    height: 100%;
}
.magic-thumbs-vertical {
    padding: 40px 0;
}
.magic-thumbs-vertical ul {
    height: auto;
    width: 100%;
    white-space: normal;
}
.magic-thumbs-vertical ul li {
    width: 100%;
    height: auto;
}
.magic-thumbs-vertical ul li {
    margin: 4px 0;
}

.magic-thumbs-vertical ul li > img {
    max-width: 100% !important;
    max-height: none !important;
}
.ie8-magic .magic-thumbs-vertical ul li > img {
    width: 100%;
}

/**
 * Buttons
 */
.magic-thumbs button.magic-thumbs-button {
    color: rgba(180, 180, 180, .6) !important;
    font-size: 0;
    cursor: pointer;
    z-index: 90 !important;
    background-repeat: no-repeat;
    background-color: transparent !important;
    background-image: none;
    border: 0;
    border-radius: 100%;
    box-shadow: none !important;
    overflow: hidden;
    position: absolute;
    text-transform: none !important;
    speak: none;
    text-align: center;
    width: 33px;
    height: 33px;
    top: 0;
    bottom: 0;
    margin: auto 3px;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: none !important;
    max-height: none !important;
    -webkit-transition: color .25s, background-color .25s !important;
            transition: color .25s, background-color .25s !important;
}

.magic-thumbs button.magic-thumbs-button:before {
    display: block;
    position: static;
    height: 100%;
    transform: scale(1);
    -webkit-transition: -webkit-transform .25s !important;
            transition: transform .25s !important;
}

.mobile-magic .magic-thumbs button.magic-thumbs-button:not(.magic-thumbs-button-disabled),
:root:not(.mobile-magic) .magic-thumbs button.magic-thumbs-button:not(.magic-thumbs-button-disabled):hover,
.magic-thumbs button.magic-thumbs-button:not(.magic-thumbs-button-disabled):active {
    color: rgba(180, 180, 180, 1) !important;
}

.magic-thumbs button.magic-thumbs-button:not(.magic-thumbs-button-disabled):active:before {
    -webkit-transform: scale(.7) !important;
            transform: scale(.7) !important;
}

.mobile-magic .mz-expand .magic-thumbs button.magic-thumbs-button:not(.magic-thumbs-button-disabled):active {
    background-color: rgba(49, 51, 61, .7) !important;
}

.magic-thumbs .magic-thumbs-button-prev {
    left: 0;
    transform: rotateZ(180deg) !important;
}

.magic-thumbs .magic-thumbs-button-next {
    right: 0;
}

.magic-thumbs-vertical button.magic-thumbs-button {
    top: auto;
    right: 0;
    bottom: auto;
    left: 0;
    margin: 3px auto;
}

.magic-thumbs-vertical button.magic-thumbs-button-prev {
    top: 0;
    transform: rotateZ(-90deg) !important;
}

.magic-thumbs-vertical button.magic-thumbs-button-next {
    bottom: 0;
    transform: rotateZ(90deg) !important;
}

.magic-thumbs .magic-thumbs-button-prev:before,
.magic-thumbs .magic-thumbs-button-next:before {
    content: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");
}

@supports(
        ((-webkit-mask-image:url()) or (mask-image:url())) and
        ((-webkit-mask-repeat:no-repeat) or (mask-repeat:no-repeat)) and
        ((-webkit-mask-position:center) or (mask-position:center)) and
        ((-webkit-mask-size:cover) or (mask-size:cover))
) {
    .magic-thumbs button.magic-thumbs-button:before {
        content: "" !important;
        background-color: currentColor;
        background-image: none;
        -webkit-mask-repeat: no-repeat;
                mask-repeat: no-repeat;
        -webkit-mask-position: center;
                mask-position: center;
        -webkit-mask-size: cover;
                mask-size: cover;
    }

    .magic-thumbs .magic-thumbs-button-prev:before,
    .magic-thumbs .magic-thumbs-button-next:before {
        -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");
                mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");

    }
}

.magic-thumbs.no-buttons .magic-thumbs-button {
    display: none !important;
}
.magic-thumbs-button-disabled {
    opacity: 0.2;
    filter: alpha(opacity = 20);
}

.product_images {
     position: relative;
}

.product_images a.mapCTA {
     display: block;
     position: absolute;
     width: 100%;
     height: 83%;
}

.promo_banner {
  background-color: #a97c50;
  color: #fff;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  padding: 12px;
  min-height:46px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

header {
  position: fixed;
  right: 0;
  top: 46px;
}

@media screen and (max-width: 668px) {
header {
  position: relative;
  right: 0;
  top: -30px;
}
#home header {
  position: absolute;
  right: 0;
  top: 60px;
}
}

.welcome_image .welcome_text {
  top: calc(50% - 100px);
}

