.animated {
  animation-duration: 1s;
  animation-fill-mode: both
}

.animated.infinite {
  animation-iteration-count: infinite
}

.animated.hinge {
  animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  animation-duration: .75s
}

@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1)
  }
  40% {
    transform: scale3d(.9, .9, .9)
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03)
  }
  80% {
    transform: scale3d(.97, .97, .97)
  }
  to {
    opacity: 1;
    transform: scaleX(1)
  }
}

.bounceIn {
  animation-name: bounceIn
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

.fadeIn {
  animation-name: fadeIn
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -20px, 0)
  }
  to {
    opacity: 1;
    transform: none
  }
}

.fadeInDown {
  animation-name: fadeInDown
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0)
  }
  to {
    opacity: 1;
    transform: none
  }
}

.fadeInLeft {
  animation-name: fadeInLeft
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(20px, 0, 0)
  }
  to {
    opacity: 1;
    transform: none
  }
}

.fadeInRight {
  animation-name: fadeInRight
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0)
  }
  to {
    opacity: 1;
    transform: none
  }
}

.fadeInUp {
  animation-name: fadeInUp
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }
  to {
    opacity: 0
  }
}

.fadeOut {
  animation-name: fadeOut
}

@keyframes fadeOutUp {
  0% {
    opacity: 1
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0)
  }
}

.fadeOutUp {
  animation-name: fadeOutUp
}

@keyframes zoomOut {
  0% {
    opacity: 1
  }
  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }
  to {
    opacity: 0
  }
}

.zoomOut {
  animation-name: zoomOut
}

.delay-0s {
  -moz-animation-delay: 0;
  -webkit-animation-delay: 0;
  animation-delay: 0
}

.delay-025s {
  -moz-animation-delay: .25s;
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
  opacity: 0
}

.delay-05s {
  -moz-animation-delay: .5s;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  opacity: 0
}

.delay-075s {
  -moz-animation-delay: .75s;
  -webkit-animation-delay: .75s;
  animation-delay: .75s;
  opacity: 0
}

.delay-1s {
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  opacity: 0
}

.animate_right,
.animate_left,
.animate_up,
.animate_down {
  opacity: 0
}

.ie .animated,
.ie .animate_right,
.ie .animate_left,
.ie .hsContent,
.ie #slide-1 .animated {
  opacity: 1!important
}

.ie delay-025s,
.ie .delay-0s,
.ie .delay-025s,
.ie .delay-05s,
.ie .delay-075s,
.ie .delay-1s {
  opacity: 1!important
}

.ie select {
  background-image: none!important
}

@media only screen and (max-width: 798px) {
  .delay-0s,
  .delay-025s,
  .delay-05s,
  .delay-075s,
  .delay-1s,
  .animate_right,
  .animate_left,
  .animate_up,
  .animate_down {
    opacity: 1
  }
}

#password-container {
  margin: 75px auto 0;
  max-width: 100%;
  text-align: center;
  display: table
}

@media (max-width: 798px) {
  #password-container {
    margin-top: 10px
  }
}

@media only screen and (min-width: 799px) and (max-width: 1024px) {
  #password-container #contact_form input.sign_up[type=submit] {
    margin-left: auto;
    width: calc(100% - 10px)
  }
}

.password-page-message {
  font-size: 3em;
  line-height: 1.2;
  margin: 10px auto;
  padding: 12px 0
}

.password-page-follow {
  margin: 5px 0
}

.password-social .social_icons a,
.password-social .social_icons a:visited,
.password-social .social_icons a:active {
  font-size: 25px
}

.password-page-row {
  display: table-row;
  width: 100%;
  height: 100%;
  margin: 0 auto
}

.password-page-col {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 30px;
  width: 100%
}

.password-logo {
  max-width: 200px;
  margin: 0 auto
}

.password-message {
  max-width: 600px;
  font-size: 1.2em;
  color: #fff
}

.hr-small {
  margin: 20px auto;
  width: 50px
}

.password-social {
  margin-top: 10px;
  padding-top: 20px
}

.password-social ul {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 10px
}

.password-social .social_icons li {
  display: inline;
  margin-left: 0
}

.password-social .social_icons a:hover {
  color: #62b3be
}

.password-footer {
  margin-top: 15px;
  margin-bottom: 40px;
  font-size: 13px;
  color: #fff;
  text-align: center
}

.powered {
  display: block;
  margin-top: 15px
}

.shopify a {
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA0JJREFUeNqMU81vG0UU/83sR73YG+M4xrHj4jj9UCFNSaGlQQUhhFBRpXIo6jEHQFXFAbhy4B/gioTgzgGV7ws5IAoqUgUSoWoIaZJGpGpMHDuptf5a7+fM8nZpJaRy4M0+jd7szO/93u/NsAsX5vFvi6IInHNUq5NnstnsqXp96xur3f392HNlrIcLePHkS8hlTchIJvtVSTOjIaSAwhkiGsXi+BudjjVp28Oj+XzhrPDZh5qqfoIQD5j6wrxHCAJ6UMXVr3pgnB0c9O2843jrE5XMtZER47GTp+bOqfn++d9+Ct5TuLrCGAcjpgnAWEVSdg8HSyWUzTl8v7D08szxSltPB6/OPDWeW/q1caI2O0zfbrThBM7pjdbiz9PG7LsK01epYKiCaMlIQadnHag9UZ2vbuqvl47tVMwcY3fdFjLFCIHksB0bQojCTmfzlWyHf53S0qsyigESMRS0uqtvNbs330nXNHhRAWl3ChnNhLG/jzBy4fg27pGG5TSqWsARV6EGwk+WScgymIQ5auLpyTdRHj2arC//9QXuDpfgeDYkQcgoZixq4DKuAGoo7wEwVg5DD3PVt1EafRzL21/C0HJo9f4gYUO4gZNkFMk5Nkli3wcI4vP7yIvxhsLIIXhBHzfqlzHwWihkDiNjPEwlDJNE/zDABGPQKfR5QAzI8wRU9IWNurWIlJbF+dmP8Ig5ja67Az8cwvWdmCVi4YSMSlTzODjAQxGAvCZkaIpI4MeN97Fc/xbpfXk8WXmNqPcw9C1idR8gKSNN06GYEScZYwZVJ+xj/8hpPJp9HmvNK/Bd6g0zEXfJ9rvEwE0A4qbFLOibimN15RcLR57JVFx7iLGHpvFs9RJ8QZvofmzsXoEXDqAqWiIiyUaAUSIkBTVVY1BuXuth6rhxcaxizDb619EcrGPg7+JG8zJWdj8HZwplk7hTHyDiKrU5BVWXyKT57ncfNz9TRBjxrRWn3/zT2+7seV7DWuabnR+MTrCm6ikNnLLEL3R720dmQkMqFz8dia3rdmvhg8an7MH3hZRhKuVsQTtcPmCcGK+lZvLl1JEdK9T7PW9t75a72L7tXh3sBbdEELXxP00h1//rx98CDACS7p3N/ZPUwQAAAABJRU5ErkJggg==);
  padding-left: 21px;
  color: #fff;
  text-decoration: none
}

.password-footer a {
  color: #fff;
  text-decoration: none
}

.controls {
  display: block;
  margin: 1em;
  text-align: right;
  text-transform: uppercase;
  position: relative
}

#open-me {
  text-align: center;
  margin-bottom: 35px
}

#open-me a:hover {
  color: #62b3be
}

.close-me {
  z-index: 8000
}

.modalbox {
  position: absolute;
  height: 100%;
  top: -1em;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  z-index: 5000
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  max-height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  background: #fffffff2
}

.overlay-close {
  width: 150px;
  height: 50px;
  position: absolute;
  right: 10px;
  top: 10px;
  border: 1px solid #000;
  font-size: 14px
}

.overlay-data {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s;
  visibility: 0s .5s;
  transition: opacity .5s, visibility 0s .5s
}

.overlay-open {
  opacity: 1;
  visibility: visible;
  transition: opacity .5s
}

.inputbox {
  margin: 0 -50% 0 auto;
  max-width: 80%;
  display: table;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #000
}

@media (max-width: 798px) {
  #password-page-bg .modalbox .inputbox {
    top: 50%
  }
}

.storefront-password-form label {
  font-size: .9em;
  margin: 0 0 1em;
  text-align: center
}

.storefront-password-form .actions {
  display: inline-block
}

.storefront-password-form #password {
  width: 50%;
  display: inline-block
}

@media (max-width: 480px) {
  .storefront-password-form #password {
    width: 100%
  }
}

#owner {
  font-size: .9em;
  margin-top: -1em;
  opacity: .8
}

.pass-close {
  color: #000!important;
  padding: 0!important;
  margin: 1em!important;
  position: inherit!important
}

@media screen and (min-width: 320px) and (max-width: 440px) and (max-height: 667px) {
  .modalbox {
    display: block;
    width: 414px!important;
    max-width: 100%;
    text-align: center
  }
  .pass-close {
    display: block;
    margin: .65em -.15em 1em 0!important
  }
}

.page-details-section .container {
  padding: 0
}

.page-details-section .article {
  padding-bottom: 0
}

.page-details-section div.container .featured_products {
  padding-top: 0
}

@media (max-width: 480px) {
  .page-details-section .caption.position-center,
  .page-details-section .caption.position-left,
  .page-details-section .caption.position-right {
    margin: 5% 0 0
  }
}

.product-details-template .product-details__blocks .container {
  padding: 0
}

.product-details-template .action_button:not(.add_to_cart) {
  width: auto
}

.product-details-template img {
  width: 100%
}

.product-details-template img.rich-image {
  max-width: auto;
  margin-bottom: 20px
}

@media (max-width: 480px) {
  .product-details-template .featured-link--section.text-block--left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
}

.quote {
  padding: 10px 0;
  text-align: center;
  border-top-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-bottom-style: solid;
  border-color: #ccc
}

.grey-map {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(99%);
  -webkit-backface-visibility: hidden
}

.homepage-product-slider {
  margin: 0 10px
}

.homepage-product-slider object.placeholder-image {
  width: 100%;
  display: block;
  height: auto;
  position: relative;
  padding-top: 100%
}

.homepage-product-slider .placeholder-svg--product {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.homepage-product-slider.even-num-slides {
  margin-left: 10px;
  width: calc(100% - 10px)
}

@media (max-width: 798px) {
  .homepage-product-slider.even-num-slides {
    margin-left: 0;
    width: 100%
  }
}

.products-slider.slider-gallery.products-length-6 .gallery-cell {
  width: calc(16.6% - 10px)
}

@media (max-width: 798px) {
  .products-slider.slider-gallery.products-length-6 .gallery-cell {
    width: calc(40% - 10px)
  }
}

.products-slider.slider-gallery.products-length-5 .gallery-cell {
  width: calc(20% - 10px)
}

@media (max-width: 798px) {
  .products-slider.slider-gallery.products-length-5 .gallery-cell {
    width: calc(40% - 10px)
  }
}

.products-slider.slider-gallery.products-length-4 .gallery-cell {
  width: calc(25% - 10px)
}

@media (max-width: 798px) {
  .products-slider.slider-gallery.products-length-4 .gallery-cell {
    width: calc(40% - 10px)
  }
}

.products-slider.slider-gallery.products-length-3 .gallery-cell,
.products-slider.slider-gallery.products-length-2 .gallery-cell,
.products-slider.slider-gallery.products-length-1 .gallery-cell {
  width: calc(33.33% - 10px)
}

.products-slider.slider-gallery .gallery-cell.visible-2 {
  width: calc(50% - 10px)
}

@media (max-width: 798px) {
  .products-slider.slider-gallery .gallery-cell.visible-2 {
    width: calc(50% - 10px)
  }
}

.products-slider.slider-gallery .gallery-cell.visible-3 {
  width: calc(33.33% - 10px)
}

@media (max-width: 798px) {
  .products-slider.slider-gallery .gallery-cell.visible-3 {
    width: calc(40% - 10px)
  }
}

.products-slider.slider-gallery .gallery-cell.visible-4 {
  width: calc(25% - 10px)
}

@media (max-width: 798px) {
  .products-slider.slider-gallery .gallery-cell.visible-4 {
    width: calc(40% - 10px)
  }
}

.products-slider.slider-gallery .gallery-cell.visible-5 {
  width: calc(20% - 10px)
}

@media (max-width: 798px) {
  .products-slider.slider-gallery .gallery-cell.visible-5 {
    width: calc(40% - 10px)
  }
}

.products-slider.slider-gallery .gallery-cell.visible-6 {
  width: calc(16.666% - 10px)
}

@media (max-width: 798px) {
  .products-slider.slider-gallery .gallery-cell.visible-6 {
    width: calc(40% - 10px)
  }
}

.products-slider.slider-gallery .gallery-cell.visible-7 {
  width: calc(14.2% - 10px)
}

@media (max-width: 798px) {
  .products-slider.slider-gallery .gallery-cell.visible-7 {
    width: calc(40% - 10px)
  }
}

.products-slider.slider-gallery .gallery-cell.visible-7 .product-details {
  font-size: .7rem
}

@media (max-width: 985px) {
  .products-length-7 .product-info__caption {
    display: block
  }
  .products-length-7 .thumbnail-overlay {
    display: none
  }
  .products-length-8 .product-info__caption {
    display: block
  }
  .products-length-8 .thumbnail-overlay {
    display: none
  }
  .products-length-9 .product-info__caption {
    display: block
  }
  .products-length-9 .thumbnail-overlay {
    display: none
  }
  .products-length-10 .product-info__caption {
    display: block
  }
  .products-length-10 .thumbnail-overlay {
    display: none
  }
  .products-length-11 .product-info__caption {
    display: block
  }
  .products-length-11 .thumbnail-overlay {
    display: none
  }
  .products-length-12 .product-info__caption {
    display: block
  }
  .products-length-12 .thumbnail-overlay {
    display: none
  }
  .products-length-13 .product-info__caption {
    display: block
  }
  .products-length-13 .thumbnail-overlay {
    display: none
  }
  .products-length-14 .product-info__caption {
    display: block
  }
  .products-length-14 .thumbnail-overlay {
    display: none
  }
  .products-length-15 .product-info__caption {
    display: block
  }
  .products-length-15 .thumbnail-overlay {
    display: none
  }
  .products-length-16 .product-info__caption {
    display: block
  }
  .products-length-16 .thumbnail-overlay {
    display: none
  }
}

.featured_products.product-slider,
.featured_products.product-slider .columns {
  padding-bottom: 0
}

.banner-full-link {
  line-height: 0;
  font-size: 0;
  color: transparent;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute
}

.banner-full-link+.caption {
  pointer-events: none;
  cursor: pointer
}

.caption {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translateY(-50%)
}

@media (min-width: 799px) {
  .caption {
    max-width: 960px;
    left: 0;
    right: 0;
    margin: 0 auto
  }
}

@media (min-width: 1400px) {
  .caption {
    max-width: 1200px
  }
}

@media (max-width: 798px) {
  .caption {
    width: 100%
  }
}

@media (max-width: 480px) {
  .caption {
    margin: 5% 0;
    font-size: 3vw;
    position: static;
    transform: none;
    width: 100%
  }
}

.caption a {
  pointer-events: all
}

.caption.position-center {
  left: 0;
  right: 0;
  margin: 0 auto;
  left: -30px;
  top: 200px;

  text-align: center
}

@media (max-width: 798px) {
  .caption.position-center {
    width: 85%
  }
}

@media (max-width: 480px) {
  .caption.position-center {
    width: 95%;
    margin: 10px auto;
  }
}

.caption.position-left {
  left: 0;
  text-align: left;
  padding: 0 2%
}

.caption.position-right {
  right: 0;
  text-align: right;
  padding: 0 2%
}

.caption .pretext {
  color: #fff;
  font-family: Lato, sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 16px;
  letter-spacing: 0px;
  margin-bottom: 10px
}

@media (max-width: 480px) {
  .caption .pretext {
    font-size: 1.4em;
    color: #4c4c4c;
    text-shadow: none
  }
}

@media (max-width: 798px) {
  .caption .pretext {
    font-size: 10.666666666666666px
  }
}

@media (min-width: 799px) {
  .caption .pretext {
    font-size: 13.333333333333334px
  }
}

@media (min-width: 960px) {
  .caption .pretext {
    font-size: 16px
  }
}

.caption .headline {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 40px;
  letter-spacing: 1px;
  line-height: 1.4em;
  margin-bottom: 15px
}

@media (max-width: 480px) {
  .caption .headline {
    font-size: 2.6em;
    color: #4c4c4c !important;
    text-shadow: none
  }
}

@media (max-width: 798px) {
  .caption .headline {
    font-size: 26.666666666666668px
  }
}

@media (min-width: 799px) {
  .caption .headline {
    font-size: 33.333333333333336px
  }
}

@media (min-width: 960px) {
  .caption .headline {
    font-size: 40px
  }
}

.caption .subtitle {
  color: #fff;
  font-weight: 400;
  text-transform: none;
  font-size: 16px;
  letter-spacing: 0px;
  position: relative
}

@media (max-width: 480px) {
  .caption .subtitle {
    color: #000;
    text-shadow: none;
    margin-bottom: 20px;
  }
}


@media (min-width: 799px) {
  .caption .subtitle {
    font-size: 13.333333333333334px
  }
}

@media (min-width: 960px) {
  .caption .subtitle {
    font-size: 16px
  }
}

.caption .pretext:empty,
.caption .headline:empty,
.caption .subtitle:empty {
  display: none
}

.caption .pretext:empty:before,
.caption .headline:empty:before,
.caption .subtitle:empty:before {
  height: 0
}

.subtitle p a {
  pointer-events: all
}

.caption-content {
  display: inline-block;
  float: none;
  max-width: 60%;
}

.caption-content .btn-01.over {
    border: 1px solid #dedede !important;
    background: #dedede;
    margin-top: 20px;
}

@media (max-width: 798px) {
  .caption-content {
    max-width: 80%
  }
}

@media (max-width: 480px) {
  .caption-content {
    width: 100%;
    max-width: 100%
  }
}

.caption-content .action_button {
  margin: 10px
}

@media (max-width: 798px) {
  .caption-content .action_button {
    margin: 5px
  }
}

@media (max-width: 480px) {
  .caption-content .action_button {
    font-size: 16px
  }
}

.caption-content.align-center {
  text-align: center
}

@media (max-width: 798px) {
  .caption-content.align-center {
    max-width: 80%
  }
}

@media (max-width: 480px) {
  .caption-content.align-center {
    width: 100%;
    max-width: 100%
  }
}

.caption-content.align-left {
  text-align: left
}

.caption-content.align-left:first-child .action_button {
  margin-left: 0
}

.caption-content.align-left .subtitle:before {
  margin-left: 0
}

.caption-content.align-right {
  text-align: right
}

.caption-content.align-right:last-child .action_button {
  margin-right: 0
}

.caption-content.align-right .subtitle:before {
  margin-right: 0
}

.caption-content.caption-background-true {
  padding: 30px
}

@media (max-width: 480px) {
  .caption-content.caption-background-true {
    padding: 0
  }
}

.caption-background-true,
.homepage-video .caption-background-true {
  background-color: #2b2a2a
}

@media (max-width: 480px) {
  .homepage-video .caption-background-true {
    background-color: transparent
  }
}

.caption-background-true {
  background-color: #2b2a2a
}

.caption-background-true.caption-transparency-true {
  background-color: #2b2a2a99
}

@media (max-width: 480px) {
  .caption-background-true.caption-transparency-true {
    background-color: transparent
  }
}

@media (max-width: 480px) {
  .caption-background-true {
    background-color: transparent
  }
}

a.highlight-false,
input[type=button].highlight-false,
a.highlight-true,
input[type=button].highlight-true,
a.continue-button {
  background-color: #fff0;
  color: #1d695f;
  border: 1px solid #1d695f;
  transition: background-color .2s linear, color .2s linear;
  margin: 25px 0
}

a.highlight-false:hover,
input[type=button].highlight-false:hover,
a.highlight-true:hover,
input[type=button].highlight-true:hover,
a.continue-button:hover {
  background-color: #1d695f;
  border-color: #1d695f;
  color: #333
}

@media (max-width: 480px) {
  a.highlight-false,
  input[type=button].highlight-false,
  a.highlight-true,
  input[type=button].highlight-true,
  a.continue-button {
    color: #4c4c4c;
    border-color: #4c4c4c;
    background-color: transparent
  }
  a.highlight-false:hover,
  input[type=button].highlight-false:hover,
  a.highlight-true:hover,
  input[type=button].highlight-true:hover,
  a.continue-button:hover {
    border-color: #4c4c4c;
    background-color: #4c4c4c;
    color: #fff
  }
}

a.highlight-true,
input[type=button].highlight-true {
  background-color: #1d695f;
  border-color: #1d695f;
  color: #333
}

@media (max-width: 480px) {
  a.highlight-true,
  input[type=button].highlight-true {
    border-color: #4c4c4c;
    background-color: #4c4c4c;
    color: #fff
  }
}

a.continue-button,
a.highlight-false--dark,
input[type=button].highlight-false--dark {
  color: #4c4c4c;
  border-color: #4c4c4c;
  background-color: transparent
}

a.continue-button:hover,
a.highlight-false--dark:hover,
input[type=button].highlight-false--dark:hover {
  border-color: #4c4c4c;
  background-color: #4c4c4c;
  color: #fff
}

.homepage-slideshow .gallery-cell:not(:first-child) {
  height: 0
}

.homepage-slideshow.flickity-enabled .gallery-cell:not(:first-child) {
  height: auto
}

.homepage-slideshow a.highlight-false:hover,
.homepage-slideshow input[type=button].highlight-false:hover,
.homepage-slideshow a.highlight-true:hover,
.homepage-slideshow input[type=button].highlight-true:hover {
  color: #333
}

@media (max-width: 480px) {
  .homepage-slideshow a.highlight-false,
  .homepage-slideshow input[type=button].highlight-false,
  .homepage-slideshow a.highlight-true,
  .homepage-slideshow input[type=button].highlight-true {
    color: #4c4c4c;
    border-color: #4c4c4c;
    background-color: transparent
  }
  .homepage-slideshow a.highlight-false:hover,
  .homepage-slideshow input[type=button].highlight-false:hover,
  .homepage-slideshow a.highlight-true:hover,
  .homepage-slideshow input[type=button].highlight-true:hover {
    border-color: #4c4c4c;
    background-color: #4c4c4c;
    color: #fff
  }
}

.homepage-slideshow a.highlight-true,
.homepage-slideshow input[type=button].highlight-true {
  background-color: #fff;
  border-color: #fff;
  color: #333
}

@media (max-width: 480px) {
  .homepage-slideshow a.highlight-true,
  .homepage-slideshow input[type=button].highlight-true {
    border-color: #4c4c4c;
    background-color: #4c4c4c;
    color: #fff
  }
}

.contact-form_position--right {
  float: right
}

.account-header-logout {
  text-align: right;
  text-transform: uppercase
}

.account-sidebar {
  border-right: 1px solid #cccccc;
  box-sizing: border-box;
  padding-right: 10px
}

@media (max-width: 798px) {
  .account-sidebar {
    border: 0;
    padding-right: 0
  }
}

.customers-addresses .account-sidebar {
  border-right: 0;
  padding-right: 0
}

.customers-addresses .account-main {
  box-sizing: border-box;
  border-left: 1px solid #cccccc;
  padding-left: 20px
}

@media (max-width: 798px) {
  .customers-addresses .account-main {
    border: 0;
    padding-left: 0
  }
}

.action_bottom .note {
  vertical-align: middle;
  line-height: 40px
}

.address_title {
  margin-bottom: 0;
  padding-bottom: 0
}

.action_edit {
  background-color: #1d695f;
  border-color: #1d695f
}

.action_edit a {
  color: #fff
}

.action_edit:hover {
  background-color: #1d695f;
  border-color: #1d695f
}

.action_edit:hover a {
  color: #fff
}

.action_delete {
  background-color: #fff;
  border-color: #1d695f
}

.action_delete a {
  color: #1d695f
}

.action_delete:hover {
  background-color: #1d695f;
  border-color: #1d695f
}

.action_delete:hover a {
  color: #fff
}

.collection-in-detail .section {
  margin: 0
}

.collection-in-detail .half {
  width: 50%;
  float: left;
  position: relative
}

@media (max-width: 798px) {
  .collection-in-detail .half {
    width: 100%
  }
}

.collection-in-detail .product-details {
  padding: 40px 2rem
}

.collection-in-detail .frontpage_product_stagger--true .section:nth-child(2n) .half {
  float: right
}

.collection-in-detail .product_gallery.multi-image {
  width: 100%;
  display: block;
  margin-bottom: 0
}

.text-columns-with-images-section .border-style--box {
  padding: 10%;
  border: 1px solid #cccccc
}

.text-columns-with-images-section .border-style--quote {
  padding-left: 20px;
  border-left: 1px solid #cccccc;
  margin-bottom: 10%
}

.text-columns-with-images-section .large_text {
  font-family: Oswald, sans-serif;
  font-weight: 400;
  font-size: 39px;
  text-transform: uppercase;
  line-height: 1.5;
  color: #1d695f;
  display: block;
  letter-spacing: 1px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

@media (max-width: 798px) {
  .text-columns-with-images-section .large_text {
    font-size: 31px
  }
}

.text-columns-with-images-section .text-column {
  margin-bottom: 25px
}

.text-columns-with-images-section a.continue-button {
  margin-top: 10px
}

.text-columns-with-images-section h2.title+.feature_divider {
  margin-bottom: 40px
}

.flexslider img {
  display: block;
  margin: 0 auto
}

.homepage-slideshow:hover .flickity-prev-next-button,
.testimonial-section:hover .flickity-prev-next-button {
  opacity: .5
}

.homepage-slideshow.text-animation--false .caption {
  opacity: 0;
  transition: opacity .3s linear
}

.homepage-slideshow.text-animation--false.flickity-enabled .caption {
  opacity: 1
}

.text-animation--true .caption-content {
  opacity: 0
}

@media (max-width: 480px) {
  .text-animation--true .caption-content {
    opacity: 1;
    animation-duration: 0s
  }
}

@media screen and (min-width: 700px) {
  .homepage-slideshow,
  .testimonial-section,
  .gallery-cell {
    max-height: 78vh
  }
}

.homepage-slideshow,
.testimonial-section {
  position: relative;
  overflow: hidden
}

.homepage-slideshow.single-image .flickity-prev-next-button,
.testimonial-section.single-image .flickity-prev-next-button,
.homepage-slideshow.single-image .flickity-page-dots,
.testimonial-section.single-image .flickity-page-dots {
  display: none
}

.homepage-slideshow .gallery-cell,
.testimonial-section .gallery-cell {
  width: 100%;
  background-color: #ecf0f3
}

@media (max-width: 480px) {
  .homepage-slideshow .gallery-cell,
  .testimonial-section .gallery-cell {
    background-color: transparent
  }
}

.homepage-slideshow .gallery-cell img,
.testimonial-section .gallery-cell img {
  width: 100%;
  display: block
}

.homepage-slideshow .flickity-prev-next-button,
.testimonial-section .flickity-prev-next-button {
  opacity: 0;
  width: 5%;
  height: 100%;
  border-radius: 0
}

.homepage-slideshow .flickity-page-dots,
.testimonial-section .flickity-page-dots {
  bottom: 2em
}

.homepage-slideshow .flickity-page-dots .dot,
.testimonial-section .flickity-page-dots .dot {
  height: 4px;
  width: 40px;
  margin: 0;
  border-radius: 0;
  background: #1d695f
}

@media (max-width: 480px) {
  .homepage-slideshow .flickity-page-dots,
  .testimonial-section .flickity-page-dots {
    display: block;
    bottom: 5px
  }
}

.js-product-slider .product_clear {
  display: none
}

.js-product-slider .column.alpha,
.js-product-slider .columns.alpha {
  margin: 0 10px 0 20px
}

.js-product-slider .flickity-prev-next-button {
  border-radius: 0
}

.featured_collections .featured-link--half a[href] img {
  box-shadow: #000 0 0;
  transition: opacity .2s linear
}

.featured_collections .featured-link--half:hover a[href] img.lazyloaded {
  opacity: .8
}

.featured-link--section {
  width: 100%;
  box-sizing: border-box;
  float: left;
  min-height: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.featured-link--half.featured-link__imageHalf {
  background-color: transparent;
  text-align: center
}

.featured-link--half.featured-link__imageHalf a {
  width: 100%;
  display: block
}

.featured-link--half.featured-link__imageHalf a img {
  width: 100%
}

.featured-link--half {
  box-sizing: border-box;
  float: left;
  width: 50%;
  position: relative;
  text-align: center;
  display: table;
  -webkit-box-flex: 1 0 auto;
  -moz-box-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  background-color: #faf9f6
}

@media (max-width: 480px) {
  .featured-link--half {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%
  }
}

.featured-link--half .featured-link--wrap {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.featured-link--half img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 100%
}

@media (max-width: 480px) {
  .featured-link--half img {
    width: 100%;
    max-width: auto
  }
}

.featured-link--half .info {
  display: inline-block;
  width: 80%;
  margin: 0 auto;
  padding: 20px
}

.featured-link--half .info.text-align--right {
  text-align: right
}

.featured-link--half .info.text-align--right .description:before {
  margin-right: 0
}

.featured-link--half .info.text-align--left {
  text-align: left
}

.featured-link--half .info.text-align--left .description:before {
  margin-left: 0
}

@media (max-width: 480px) {
  .featured-link--half .info {
    position: static;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    padding: 2em 0
  }
}

.featured-link--half .collection_title {
  margin-bottom: 15px;
  display: block;
  color: #4c4c4c
}

.featured-link--half .description {
  position: relative;
  font-size: 1.3vw;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #4c4c4c
}

@media (max-width: 798px) {
  .featured-link--half .description {
    font-size: 2vw
  }
}

@media (max-width: 480px) {
  .featured-link--half .description {
    font-size: inherit
  }
}

@media (min-width: 1400px) {
  .featured-link--half .description {
    font-size: inherit
  }
}

.featured-link--half .button {
  height: auto;
  background-color: transparent;
  color: #4c4c4c;
  border: 1px solid #4c4c4c;
  transition: background-color .2s cubic-bezier(.55, .09, .68, .53), color .3s linear, border .2s cubic-bezier(.55, .09, .68, .53);
  line-height: 1.5;
  padding-top: 10px;
  padding-bottom: 10px
}

.featured-link--half .button:hover {
  background-color: #4c4c4c;
  color: #faf9f6;
  border: 1px solid #4c4c4c
}

.image-align--right.featured_collections.across-1 .featured-link--section:nth-child(odd) {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.image-align--right.featured_collections.across-1 .featured-link--section:nth-child(odd) .featured-link--half {
  float: right
}

.image-align--left.featured_collections.across-1 .featured-link--section:nth-child(2n) {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.image-align--left.featured_collections.across-1 .featured-link--section:nth-child(2n) .featured-link--half {
  float: right
}

.featured_collections.across-2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.image-align--left.featured_collections.across-2 .featured-link--section {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row
}

@media (max-width: 798px) {
  .image-align--left.featured_collections.across-2 .featured-link--section:nth-of-type(2n) {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }
}

.image-align--left.featured_collections.across-2 .featured-link--image:nth-of-type(4n+3) {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

@media (max-width: 798px) {
  .image-align--left.featured_collections.across-2 .featured-link--image:nth-of-type(4n+3) {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
  }
}

.image-align--left.featured_collections.across-2 .featured-link--image:nth-of-type(4n+4) {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.image-align--right.featured_collections.across-2 .featured-link--section {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

@media (max-width: 798px) {
  .image-align--right.featured_collections.across-2 .featured-link--section:nth-of-type(2n) {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
  }
}

.image-align--right.featured_collections.across-2 .featured-link--image:nth-of-type(4n+3) {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row
}

@media (max-width: 798px) {
  .image-align--right.featured_collections.across-2 .featured-link--image:nth-of-type(4n+3) {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }
}

.image-align--right.featured_collections.across-2 .featured-link--image:nth-of-type(4n+4) {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row
}

.featured_collections.across-2 .featured-link--section {
  width: 50%
}

@media (max-width: 798px) {
  .featured_collections.across-2 .featured-link--section {
    width: 100%
  }
}

@media (max-width: 798px) {
  .featured_collections.across-2 .featured-link--half {
    width: 50%
  }
}

@media (max-width: 480px) {
  .featured_collections.across-2 .featured-link--half {
    width: 100%
  }
}

.featured_collections.across-2 .description {
  font-size: 1.2vw
}

@media (max-width: 798px) {
  .featured_collections.across-2 .description {
    font-size: inherit
  }
}

.featured_collections.across-2 .button {
  font-size: 1.2vw
}

@media (max-width: 480px) {
  .featured_collections.across-2 .button {
    font-size: 14px
  }
}

.featured_collections.across-2 .featured-link--image:nth-of-type(odd) {
  clear: both
}

.featured_collections.across-2 .featured-link--image:nth-of-type(2n+2) .featured-link--half {
  float: left
}

@media (max-width: 798px) {
  .featured_collections.across-2 .featured-link--image:nth-of-type(2n+2) .featured-link--half {
    float: right
  }
}

.featured_collections.across-2 .featured-link--image:nth-of-type(3n+3) .featured-link--half {
  float: right
}

@media (max-width: 798px) {
  .featured_collections.across-2 .featured-link--image:nth-of-type(3n+3) .featured-link--half {
    float: left
  }
}

.featured_collections.across-2 .featured-link--image:nth-of-type(4n+4) .featured-link--half {
  float: right
}

.featured-products-section .product_gallery {
  margin-bottom: 0
}

.featured-products-section .product_gallery img {
  width: 100%;
  vertical-align: bottom
}

.featured-promotions .promo-animation--true {
  opacity: 0
}

.featured-promotions .feature-section {
  text-align: center;
  float: left;
  margin: 0 10px 10px;
  position: relative
}

@media (max-width: 798px) {
  .featured-promotions .feature-section {
    opacity: 1
  }
}

.featured-promotions .feature-section .link-promo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block
}

.featured-promotions .feature-section .feature-inner {
  display: block;
  position: relative;
  overflow: hidden
}

.featured-promotions .feature-section .feature-style--circle,
.featured-promotions .feature-section .feature-style--circle img {
  border-radius: 50%
}

.featured-promotions .feature-section .feature-style--rounded,
.featured-promotions .feature-section .feature-style--rounded img {
  border-radius: 10px
}

.featured-promotions .feature-section .feature-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: background-color .25s linear
}

.featured-promotions .feature-section .feature-wrap {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50.1%);
  -ms-transform: translateY(-50.1%);
  transform: translateY(-50.1%);
  padding: 10px 0;
  position: absolute;
  width: 80%;
  margin: 0 auto;
  left: 0;
  right: 0;
  pointer-events: none
}

.featured-promotions .feature-section .feature-details {
  display: none;
  opacity: 0;
  transition: opacity .3s linear
}

@media (max-width: 798px) {
  .featured-promotions .feature-section .feature-details {
    opacity: 1;
    display: block!important
  }
}

.featured-promotions .feature-section .feature-details.reveal-details {
  opacity: 1
}

.featured-promotions .feature-section .feature-details .button {
  margin-top: 15px
}

.featured-promotions .feature-section .description {
  color: #fff;
  transition: all .3s linear;
  margin-bottom: 0
}

.featured-promotions .feature-section .description a {
  pointer-events: auto
}

.featured-promotions .feature-section.title-overlay-true .title {
  transition: all .3s linear;
  color: #fff
}

@media (max-width: 798px) {
  .featured-promotions .feature-section.title-overlay-true .title {
    margin-bottom: 10px
  }
}

.featured-promotions .feature-section.title-overlay-true .title:after {
  content: "";
  display: block;
  height: 1px;
  width: 0;
  background: #fff;
  transition: width .5s ease, background-color .5s ease;
  margin: 10px auto auto
}

@media (max-width: 798px) {
  .featured-promotions .feature-section.title-overlay-true .title:after {
    display: none
  }
}

.featured-promotions .feature-section.title-overlay-false .feature-wrap .title {
  display: none
}

.featured-promotions .feature-section:hover .feature-overlay {
  background: #023137;
  background: #02313780
}

@media (max-width: 798px) {
  .featured-promotions .feature-section:hover .feature-overlay {
    background: transparent
  }
}

.featured-promotions .feature-section.title-overlay-true:hover .title:after {
  width: 50%;
  background: #fff
}

.featured-promotions .feature-section.title-overlay-true:hover .title,
.featured-promotions .feature-section.title-overlay-true:hover .description,
.featured-promotions .feature-section.title-overlay-false:hover .description {
  color: #fff
}

.featured-promotions .feature-section img {
  width: 100%;
  display: block;
  box-shadow: 0 0 1px #0000000d
}

.promo-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s
}

.promo-2 {
  -webkit-animation-delay: .3s;
  animation-delay: .3s
}

.promo-3 {
  -webkit-animation-delay: .6s;
  animation-delay: .6s
}

.promo-4 {
  -webkit-animation-delay: .9s;
  animation-delay: .9s
}

.promo-5 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s
}

.promo-6 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s
}

.promo-7 {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s
}

.promo-8 {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s
}

.promo-9 {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s
}

.promo-10 {
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s
}

.promo-11 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s
}

.promo-12 {
  -webkit-animation-delay: 3.3s;
  animation-delay: 3.3s
}

.featured-promotions.promo-per-row-2 .feature-section {
  width: calc(50% - 20px)
}

@media (max-width: 798px) {
  .featured-promotions.promo-per-row-2 .feature-section {
    width: 100%;
    margin: 0 0 10px
  }
}

.featured-promotions.promo-per-row-2 .feature-section:nth-child(odd) {
  clear: both
}

.featured-promotions.promo-per-row-3 .feature-section {
  width: calc(33.3333% - 20px)
}

@media (max-width: 798px) {
  .featured-promotions.promo-per-row-3 .feature-section {
    width: 100%;
    margin: 0 0 10px
  }
}

.featured-promotions.promo-per-row-3 .feature-section:nth-child(3n+1) {
  clear: both;
  margin-left: 0
}

.featured-promotions.promo-per-row-4 .feature-section {
  width: calc(25% - 20px)
}

.featured-promotions.promo-per-row-4 .feature-section:nth-child(4n+1) {
  clear: both
}

@media (max-width: 798px) {
  .featured-promotions.promo-per-row-4 .feature-section {
    width: calc(50% - 20px)
  }
  .featured-promotions.promo-per-row-4 .feature-section:nth-child(odd) {
    clear: both
  }
}

@media (max-width: 480px) {
  .featured-promotions.promo-per-row-4 .feature-section {
    width: 100%;
    margin: 0 0 10px
  }
}

.container.promotions-grid-full_width {
  width: 100%;
  padding-top: 80px;
}

.container.promotions-grid-full_width .featured-promotions.promo-per-row-2 .feature-section {
  width: 50%;
  margin: 0
}

@media (max-width: 480px) {
  .container.promotions-grid-full_width .featured-promotions.promo-per-row-2 .feature-section {
    width: 100%
  }
  .container.promotions-grid-full_width {
    padding-top: 30px;
  }
}

.container.promotions-grid-full_width .featured-promotions.promo-per-row-3 .feature-section {
  width: 33.333333%;
  margin: 0
}

@media (max-width: 798px) {
  .container.promotions-grid-full_width .featured-promotions.promo-per-row-3 .feature-section {
    width: 100%
  }
}

.container.promotions-grid-full_width .featured-promotions.promo-per-row-4 .feature-section {
  width: 25%;
  margin: 0
}

@media (max-width: 798px) {
  .container.promotions-grid-full_width .featured-promotions.promo-per-row-4 .feature-section {
    width: 50%
  }
}

@media (max-width: 480px) {
  .container.promotions-grid-full_width .featured-promotions.promo-per-row-4 .feature-section {
    width: 100%
  }
}

.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #ecf0f3
}

@media (max-width: 480px) {
  .banner {
    max-height: inherit;
    background-color: transparent
  }
}

.banner img {
  width: 100%;
  display: block
}

.homepage-video {
  position: relative;
  overflow: hidden;
  transition: height .3s ease-in-out;
  background-color: #ecf0f3
}

@media (max-width: 480px) {
  .homepage-video {
    background-color: transparent
  }
}

.homepage-video img {
  width: 100%;
  display: block
}

.homepage-video iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%
}

.homepage-video .homepage-video--media {
  width: 100%;
  height: auto;
  padding-top: 0
}

.homepage-video .placeholder-image--true a.video__play-button {
  pointer-events: none
}

.homepage-video .caption.text-on-video {
  z-index: 20;
  pointer-events: none
}

@media (max-width: 480px) {
  .homepage-video .caption.text-on-video {
    position: absolute;
    transform: translateY(-50%);
    margin: 0
  }
  .homepage-video .caption.text-on-video a.highlight-false {
    color: #fff;
    border-color: #fff
  }
  .homepage-video .caption.text-on-video .action_button:not(.video__play-button) {
    display: none
  }
  .homepage-video .caption.text-on-video .headline,
  .homepage-video .caption.text-on-video .pretext,
  .homepage-video .caption.text-on-video .subtitle {
    display: none
  }
}

.homepage-video .mediaWrapper {
  position: absolute!important;
  top: 0;
  left: 0
}

.homepage-video .placeholder-svg--video,
.homepage-video .homepage-video__placeholder {
  display: none
}

.homepage-video__placeholder {
  position: relative
}

.homepage-video.darken-video-true:after {
  content: "";
  display: block;
  background: #0000004d;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  pointer-events: none
}

@media (min-width: 481px) {
  .caption.text-on-video.outside-homepage-video {
    display: none
  }
}

.page_banner {
  overflow: hidden;
  max-height: 80vh
}

.caption.captionOverlay--true {
  max-width: 960px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  -ms-transform: translate(0, -50%);
  transform: translateY(-50%);
  z-index: 3
}

.caption.captionOverlay--true .headline,
.caption.captionOverlay--true .subtitle {
  color: #fff
}

@media (max-width: 798px) {
  .caption.captionOverlay--true {
    top: 50%
  }
}

.dark-overlay-true:after {
  content: "";
  position: absolute;
  z-index: 2;
  background: #00000080;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

.top_bar--right {
  padding-right: 20px
}

.custom-number {
  z-index: 22222
}

.custom-number .fa-mobile:before {
  font-size: 18px;
  vertical-align: initial
}

.left {
  float: none
}

.top_bar {
  padding: 0
}

.menu.left li a i {
  font-size: 20px
}

.menu.left .custom-phone-number {
  float: left
}

.menu.left .custom-email {
  float: right
}

.top_bar--right a span {
  font-size: 12px
}

.top_bar--right a .fa-envelope-o:before {
  font-size: 14px;
  vertical-align: initial
}

#header .top_bar a span {
  padding-right: 5px
}

.nav ul.menu {
  padding-top: 20px!important;
  padding-bottom: 0!important
}

div.logo {
  margin-top: 0;
  margin-bottom: -30px
}

div.logo a {
  z-index: 222
}

.sticky_nav div.logo {
  display: none
}

.sticky_nav--stick div.logo {
  display: block
}

.columns .shopify-section.image-with-text-overlay-section .banner {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50.6vw;
  margin-right: -50vw
}

@media (min-width: 1200px) {
  .columns .shopify-section.image-with-text-overlay-section .banner {
    max-height: 78vh
  }
}

.columns .shopify-section.image-with-text-overlay-section #banner-global-contact.banner {
  width: 100%;
  margin: 0 auto;
  right: 0;
  left: 0
}

.content-section h2 {
  color: #4c4c4c
}

.custom-search {
  padding-left: 15%!important
}

.custom-search .search_form {
  padding-top: 4px
}

.custom-search .search_form .search-submit {
  top: 6px
}

.custom-search .search_form .search-input {
  height: 30px;
  min-height: 30px;
  background-color: #fff
}

@media (min-width: 960px) and (max-width: 1200px) {
  .custom-search {
    padding-left: 9%!important
  }
}

@media (max-width: 959px) {
  .custom-search {
    padding-left: 1%!important
  }
}

.nav .menu li.search_link {
  display: inline-block
}

.menu li.search_container {
  display: none
}

.custom-search-option .dropdown .header_search_form {
  width: 70%;
  margin: 0 auto 20px;
  padding: 25px 0 0
}

.custom-search-option .dropdown .header_search_form .search-submit {
  top: 35px;
  font-size: 20px
}

.custom-search-option .dropdown .header_search_form .search-terms {
  height: 35px;
  min-height: 40px;
  font-size: 23px;
  line-height: 15px
}

#header .top_bar .icon-search {
  right: -20px!important
}

.search-link {
  padding-top: 12px;
  cursor: pointer
}

.main_nav {
  position: relative
}

.show-me {
  display: block!important;
  position: absolute;
  width: 20%;
  right: 10%;
  top: 80%;
  z-index: 222222
}

.sticky-show-me {
  display: block!important;
  position: absolute;
  width: 20%;
  right: 10%;
  top: 100%;
  z-index: 222222
}

.sticky_nav--unstick .nav .search-link {
  display: block
}

.custom-search-option.show-me .header_search_form .search-terms,
.custom-search-option.sticky-show-me .header_search_form .search-terms {
  font-size: 15px
}

.custom-search-option.show-me .header_search_form .search-terms::-webkit-input-placeholder,
.custom-search-option.sticky-show-me .header_search_form .search-terms::-webkit-input-placeholder {
  font-size: 15px
}

.custom-search-option.show-me .header_search_form .search-terms::-moz-placeholder,
.custom-search-option.sticky-show-me .header_search_form .search-terms::-moz-placeholder {
  font-size: 15px
}

.custom-search-option.show-me .header_search_form .search-terms:-ms-input-placeholder,
.custom-search-option.sticky-show-me .header_search_form .search-terms:-ms-input-placeholder {
  font-size: 15px
}

.custom-search-option.show-me .header_search_form .search-terms:-moz-placeholder,
.custom-search-option.sticky-show-me .header_search_form .search-terms:-moz-placeholder {
  font-size: 15px
}

.blog-post-section .custom-breadcrumbs {
  width: 100%;
  max-width: 880px;
  margin: 0 auto
}

.blog-section .custom-breadcrumbs {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto
}

.custom-breadcrumbs #breadcrumb {
  border-top: 1px solid #1d695f;
  padding: 9px 0 12px;
  margin: 15px auto;
  background-color: #faf9f6;
  border-bottom: 1px solid #1d695f;
  text-align: center
}

.custom-breadcrumbs #breadcrumb a span {
  color: #737272;
  font-style: italic
}

.custom-breadcrumbs #breadcrumb a .page-title {
  color: #1d695f;
  font-style: italic
}

.breadcrumb-with-banner #breadcrumb {
  margin: 0 0 20px
}

@media (max-width: 798px) {
  .custom-mobile-search-option {
    margin-bottom: 0;
    padding-right: 15px!important
  }
  .custom-mobile-search-option:before {
    color: #fff
  }
  .custom-phone-number {
    font-size: 25px!important;
    display: inline-block;
    padding-right: 15px
  }
  .custom-phone-number .fa {
    vertical-align: text-top!important
  }
  .custom-email .fa:before {
    font-size: 22px!important;
    vertical-align: text-top!important
  }
}

.footer-social-icons .social_icons {
  padding-top: 0;
  margin: 0
}

#shopify-section-tm-text-blocks .homepage_content,
#shopify-section-tm-text-blocks1 .homepage_content {
  text-align: left
}

@media (max-width: 480px) {
  .caption.position-left {
    padding: 0 10%
  }
  .caption.position-left .headline {
    font-family: Oswald, sans-serif;
    font-weight: 400;
    font-size: 27px!important;
    text-transform: uppercase;
    line-height: 1.5;
    color: #1d695f;
    display: block;
    letter-spacing: 1px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: .75em
  }
  .caption.position-left .subtitle {
    font-size: 16px;
    line-height: 1.7em
  }
  .caption.position-left .action_button {
    width: 100%!important;
    background-color: #1d695f;
    border-color: #1d695f;
    color: #fff;
    font-size: 14px
  }
}

.column.custom-column ul {
  padding: 0;
  text-align: center
}

.column.custom-column ul li:nth-child(1) {
  width: 20%
}

@media (max-width: 799px) {
  .column.custom-column ul li:nth-child(1) {
    width: 48%
  }
}

.column.custom-column ul li {
  display: inline-block;
  width: 6.3%;
  padding: 5px
}

.column.custom-column ul li img {
  vertical-align: middle
}

@media (max-width: 799px) {
  .column.custom-column ul li {
    width: 48.3%;
    padding: 5px
  }
}

@media (max-width: 799px) {
  .blog_excerpt {
    font-size: 18px!important
  }
  .featured-link--half {
    float: none;
    width: 100%
  }
  .caption-content .action_button {
    width: auto!important
  }
}

.flickity-slider .caption.position-left.js-caption .caption-content p.headline {
  font-size: 30px
}

.flex-container-logos {
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  transform: translateY(30px)
}

.flex-items {
  width: auto;
  margin: 0
}

#org1,
#org2,
#org3,
#org5 {
  height: 43px;
  padding: 0 10px
}

#org4 {
  height: 78px;
  padding-bottom: 10px
}

#org6 {
  height: 46px;
  padding: 0 13px
}

#button {
  display: inline-block;
  background-color: #1d695fcc;
  width: 70px;
  height: 70px;
  text-align: center;
  border-radius: 50px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  visibility: hidden;
  z-index: 1000
}

#button-arrow,
#button-arrow:active,
#button-arrow:focus {
  z-index: 99;
  width: 25px;
  height: 25px;
  position: relative;
  top: 22px;
  pointer-events: none
}

#button:hover {
  cursor: pointer;
  background-color: #4fc0cfcc
}

#button:active {
  background-color: #2d96a4cc
}

#button.show {
  opacity: 1;
  visibility: visible
}

#shopify-section-list-collections-template .breadcrumb-collection {
  display: none
}

#shopify-section-global-certifications img {
  max-width: 950px!important
}

.blog-post-section .dark-overlay-true:after {
  display: none
}

.jblog-title {
  text-align: center;
  margin-bottom: 40px
}

#shopify-section-global-certifications .container {
  padding: 15px 0
}

.shopify-section .homepage_content .container {
  padding: 0 0 15px
}

.index .homepage_content div.section {
  margin: 0
}

.index .homepage_content .flex-container-logos {
  transform: translateY(0)
}

@media (min-width: 481px) {
  .page-bulk .caption .headline,
  .page-bulk .caption .subtitle,
  .page-private-label .caption .headline,
  .page-private-label .caption .subtitle,
  .page-custom-matcha .caption .headline,
  .page-custom-matcha .caption .subtitle,
  .page-organic-sencha .caption .headline,
  .page-organic-sencha .caption .subtitle,
  .page-hojicha-powder .caption .headline,
  .page-hojicha-powder .caption .subtitle,
  .page-about .caption .headline,
  .page-about .caption .subtitle,
  .page-tea-master .caption .headline,
  .page-tea-master .caption .subtitle,
  .page-manufacturing .caption .headline,
  .page-manufacturing .caption .subtitle {
    color: #fff
  }
  .page-quality-control .caption .headline,
  .page-quality-control .caption .subtitle {
    color: #4c4d4f
  }
  .page-our-teas .caption .headline,
  .page-our-teas .caption .subtitle,
  .page-what-is-matcha .caption .headline,
  .page-what-is-matcha .caption .subtitle,
  .matcha-green-tea-benefits-green-tea-studies-findings-ikeda-tea .caption .headline,
  .matcha-green-tea-benefits-green-tea-studies-findings-ikeda-tea .caption .subtitle {
    color: #fff
  }
  .columns .shopify-section.image-with-text-overlay-section #banner-global-contact.banner .headline,
  .columns .shopify-section.image-with-text-overlay-section #banner-global-contact.banner .subtitle,
  .page-contact-detailed .caption .headline,
  .page-contact-detailed .subtitle,
  .gray-text-select.caption .headline,
  .gray-text-select .subtitle {
    color: #4c4d4f
  }
  .white-text-select.caption .headline,
  .white-text-select .subtitle,
  .homepage-slideshow .slide-1 .caption .headline,
  .homepage-slideshow .slide-1 .caption .subtitle {
    color: #fff
  }
  .homepage-slideshow .slide-2 .caption .headline,
  .homepage-slideshow .slide-2 .caption .subtitle {
    color: #4c4d4f
  }
  .homepage-slideshow .slide-3 .caption .headline,
  .homepage-slideshow .slide-3 .caption .subtitle {
    color: #fff
  }
  .homepage-slideshow .slide-4 .caption .headline,
  .homepage-slideshow .slide-4 .caption .subtitle {
    color: #4c4d4f
  }
  .homepage-slideshow .slide-5 .caption .headline,
  .homepage-slideshow .slide-5 .caption .subtitle,
  .homepage-slideshow .slide-6 .caption .headline,
  .homepage-slideshow .slide-6 .caption .subtitle {
    color: #fff
  }
}


@media (min-width: 799px) and (max-width: 1945px) {
  li.sublink span.icon-down-arrow {
    display: none
  }
  .menu.center,
  .menu.align_right,
  .menu.align_left {
    margin: 0 10px
  }
}

#topHeader {
  position: fixed;
  top: 0;
  z-index: 0!important;
  width: 100%
}

div.logo {
  margin-top: -40px;
  margin-bottom: -30px
}

.nav ul.menu {
  padding-top: 0!important;
  padding-bottom: 0!important
}

.menu a,
.menu a:visited,
.menu a:active {
  padding-top: 7px;
  padding-bottom: 7px
}

@media (min-width: 1100px) and (max-width: 1400px) {
  .search-link.test-search-link {
    padding-left: 50px
  }
}

@media (min-width: 1062px) and (max-width: 1195px) {
  .sublink .icon-down-arrow {
    display: none
  }
}


.img-scale:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transition: scale(1.1);
  transform: scale(1.2);
}