@font-face {
    font-family: "Rosario";
    src: url(//tigerzzz-shop.ch/cdn/shop/t/27/assets/Rosario-Regular?8235) format("otf");
}
@font-face {
    font-family: "Droid Sans";
    src: url(//tigerzzz-shop.ch/cdn/shop/t/27/assets/DroidSans-Bold?8235) format("ttf");
}
/* FRAMEWORK
//////////////////////////////////////////////////////////////////////////////*/
/* Initialize
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after, .fw--blocks:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}



.cart table tr th, .cart table tr:nth-of-type(even), #customer-account table tr th, #customer-account table tr:nth-of-type(even){
background-color: #f1f1f1!important;
}

/*
.main-header .row h1 a, .header--mobile{
  padding-top: 0!important;
}

.header--mobile--title{
  margin-top: -10px!important;
}
*/
.header--bg, .header--mobile{
    background-repeat: no-repeat!important;
    //background-attachment: fixed!important;
    background-position: 50% 0%!important; 
}
.cart-link{
  color: #ffffff!important;
}

.shopify_savings_message_text{
  display: none!important;
}

#quantity{
  min-width: 60px;
}

.show-after-js {
  visibility: hidden;
}

html.after-js-loaded .show-after-js {
  visibility: visible;
}

.image-scale-hack {
  -webkit-transform: rotate(0.0001deg);
  transform: rotate(0.0001deg);
}

#shopify-section-pages {
  display: flex;
  justify-content: center;
  font-size: 16px;

}

.map--body p{
  color: #ffffff!important;
}

#shopify-section-pages .single-column{
  max-width: 1000px;
}

/* Loading Animation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.fw--loading_animation {
  display: none;
}

/* Align
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.fw--align--center-y {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fw--align--center-x {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.fw--align--center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.fw--align--center-x.fw--align--center-y {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.fw--align--left {
  position: absolute;
  left: 0;
}

.fw--align--right {
  position: absolute;
  right: 0;
}

.fw--align--top {
  position: absolute;
  top: 0;
}

.fw--align--bottom {
  position: absolute;
  bottom: 0;
}

.fw--align--fill-y--dynamic, .fw--align--fill-y--fixed {
  display: block;
}

/* Media Queries
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.show--small, .show--medium, .show--large, .show--small-medium, .show--medium-large {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .show--small {
    display: inherit !important;
  }
}

@media only screen and (max-width: 1023px) {
  .show--small-medium {
    display: inherit !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .show--medium {
    display: inherit !important;
  }
}

@media only screen and (min-width: 768px) {
  .show--medium-large {
    display: inherit !important;
  }
}

@media only screen and (min-width: 1024px) {
  .show--large {
    display: inherit !important;
  }
}

.hide-for-all {
  display: none !important;
}

.spacing--1 {
  padding: 5px;
}

.spacing--2 {
  padding: 10px;
}

.spacing--3 {
  padding: 15px;
}

.spacing--4 {
  padding: 30px;
}

.spacing--5 {
  padding: 50px;
}

.spacing--6 {
  padding: 70px;
}

.spacing--7 {
  padding: 100px;
}

.spacing--1x {
  padding-left: 5px;
  padding-right: 5px;
}

.spacing--2x {
  padding-left: 10px;
  padding-right: 10px;
}

.spacing--3x {
  padding-left: 15px;
  padding-right: 15px;
}

.spacing--4x {
  padding-left: 30px;
  padding-right: 30px;
}

.spacing--5x {
  padding-left: 50px;
  padding-right: 50px;
}

.spacing--6x {
  padding-left: 70px;
  padding-right: 70px;
}

.spacing--7x {
  padding-left: 100px;
  padding-right: 100px;
}

.spacing--1y {
  padding-top: 5px;
  padding-bottom: 5px;
}

.spacing--2y {
  padding-top: 10px;
  padding-bottom: 10px;
}

.spacing--3y {
  padding-top: 15px;
  padding-bottom: 15px;
}

.spacing--4y {
  padding-top: 30px;
  padding-bottom: 30px;
}

.spacing--5y {
  padding-top: 50px;
  padding-bottom: 50px;
}

.spacing--6y {
  padding-top: 70px;
  padding-bottom: 70px;
}

.spacing--7y {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .spacing--small-1 {
    padding: 5px;
  }
  .spacing--small-2 {
    padding: 10px;
  }
  .spacing--small-3 {
    padding: 15px;
  }
  .spacing--small-4 {
    padding: 30px;
  }
  .spacing--small-5 {
    padding: 50px;
  }
  .spacing--small-6 {
    padding: 70px;
  }
  .spacing--small-7 {
    padding: 100px;
  }
  .spacing--small-1x {
    padding-left: 5px;
    padding-right: 5px;
  }
  .spacing--small-2x {
    padding-left: 10px;
    padding-right: 10px;
  }
  .spacing--small-3x {
    padding-left: 15px;
    padding-right: 15px;
  }
  .spacing--small-4x {
    padding-left: 30px;
    padding-right: 30px;
  }
  .spacing--small-5x {
    padding-left: 50px;
    padding-right: 50px;
  }
  .spacing--small-6x {
    padding-left: 70px;
    padding-right: 70px;
  }
  .spacing--small-7x {
    padding-left: 100px;
    padding-right: 100px;
  }
  .spacing--small-1y {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .spacing--small-2y {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .spacing--small-3y {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .spacing--small-4y {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .spacing--small-5y {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .spacing--small-6y {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .spacing--small-7y {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.spacer {
  padding-bottom: 0;
}

/* Blocks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.fw--blocks {
  display: block;
  margin: 0 auto;
  position: relative;
  padding: 0;
}

.fw--blocks.show-after-js {
  visibility: hidden;
}

.fw--blocks > *, .fw--blocks .block {
  position: relative;
  float: left;
  display: block;
  margin: 0;
  width: 100%;
  min-height: 1px;
}

.fw--blocks > *.show-after-js, .fw--blocks .block.show-after-js {
  visibility: hidden;
}

.fw--blocks.list > *, .fw--blocks.list .item {
  display: inline-block;
  width: auto;
  float: none;
}

.fw--blocks.vertical > *, .fw--blocks.vertical .item {
  float: none;
  display: block;
}

.fw--blocks .width--1 {
  width: 8.33333%;
}

.fw--blocks .width--2 {
  width: 16.66667%;
}

.fw--blocks .width--3 {
  width: 25%;
}

.fw--blocks .width--4 {
  width: 33.33333%;
}

.fw--blocks .width--5 {
  width: 41.66667%;
}

.fw--blocks .width--6 {
  width: 50%;
}

.fw--blocks .width--7 {
  width: 58.33333%;
}

.fw--blocks .width--8 {
  width: 66.66667%;
}

.fw--blocks .width--9 {
  width: 75%;
}

.fw--blocks .width--10 {
  width: 83.33333%;
}

.fw--blocks .width--11 {
  width: 91.66667%;
}

.fw--blocks .width--12 {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .fw--blocks .width--medium-1 {
    width: 8.33333%;
  }
}

@media only screen and (min-width: 768px) {
  .fw--blocks .width--medium-2 {
    width: 16.66667%;
  }
}

@media only screen and (min-width: 768px) {
  .fw--blocks .width--medium-3 {
    width: 25%;
  }
}

@media only screen and (min-width: 768px) {
  .fw--blocks .width--medium-4 {
    width: 33.33333%;
  }
}

@media only screen and (min-width: 768px) {
  .fw--blocks .width--medium-5 {
    width: 41.66667%;
  }
}

@media only screen and (min-width: 768px) {
  .fw--blocks .width--medium-6 {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) {
  .fw--blocks .width--medium-7 {
    width: 58.33333%;
  }
}

@media only screen and (min-width: 768px) {
  .fw--blocks .width--medium-8 {
    width: 66.66667%;
  }
}

@media only screen and (min-width: 768px) {
  .fw--blocks .width--medium-9 {
    width: 75%;
  }
}

@media only screen and (min-width: 768px) {
  .fw--blocks .width--medium-10 {
    width: 83.33333%;
  }
}

@media only screen and (min-width: 768px) {
  .fw--blocks .width--medium-11 {
    width: 91.66667%;
  }
}

@media only screen and (min-width: 768px) {
  .fw--blocks .width--medium-12 {
    width: 100%;
  }
}

@media only screen and (min-width: 1024px) {
  .fw--blocks .width--large-1 {
    width: 8.33333%;
  }
}

@media only screen and (min-width: 1024px) {
  .fw--blocks .width--large-2 {
    width: 16.66667%;
  }
}

@media only screen and (min-width: 1024px) {
  .fw--blocks .width--large-3 {
    width: 25%;
  }
}

@media only screen and (min-width: 1024px) {
  .fw--blocks .width--large-4 {
    width: 33.33333%;
  }
}

@media only screen and (min-width: 1024px) {
  .fw--blocks .width--large-5 {
    width: 41.66667%;
  }
}

@media only screen and (min-width: 1024px) {
  .fw--blocks .width--large-6 {
    width: 50%;
  }
}

@media only screen and (min-width: 1024px) {
  .fw--blocks .width--large-7 {
    width: 58.33333%;
  }
}

@media only screen and (min-width: 1024px) {
  .fw--blocks .width--large-8 {
    width: 66.66667%;
  }
}

@media only screen and (min-width: 1024px) {
  .fw--blocks .width--large-9 {
    width: 75%;
  }
}

@media only screen and (min-width: 1024px) {
  .fw--blocks .width--large-10 {
    width: 83.33333%;
  }
}

@media only screen and (min-width: 1024px) {
  .fw--blocks .width--large-11 {
    width: 91.66667%;
  }
}

@media only screen and (min-width: 1024px) {
  .fw--blocks .width--large-12 {
    width: 100%;
  }
}

.fw--blocks.clear-after--1 > *:nth-child(1n+1), .fw--blocks.clear-after--1 .block:nth-child(1n+1) {
  clear: left;
}

.fw--blocks.clear-after--2 > *:nth-child(2n+1), .fw--blocks.clear-after--2 .block:nth-child(2n+1) {
  clear: left;
}

.fw--blocks.clear-after--3 > *:nth-child(3n+1), .fw--blocks.clear-after--3 .block:nth-child(3n+1) {
  clear: left;
}

.fw--blocks.clear-after--4 > *:nth-child(4n+1), .fw--blocks.clear-after--4 .block:nth-child(4n+1) {
  clear: left;
}

.fw--blocks.clear-after--5 > *:nth-child(5n+1), .fw--blocks.clear-after--5 .block:nth-child(5n+1) {
  clear: left;
}

.fw--blocks.clear-after--6 > *:nth-child(6n+1), .fw--blocks.clear-after--6 .block:nth-child(6n+1) {
  clear: left;
}

.fw--blocks.clear-after--7 > *:nth-child(7n+1), .fw--blocks.clear-after--7 .block:nth-child(7n+1) {
  clear: left;
}

.fw--blocks.clear-after--8 > *:nth-child(8n+1), .fw--blocks.clear-after--8 .block:nth-child(8n+1) {
  clear: left;
}

.fw--blocks.clear-after--9 > *:nth-child(9n+1), .fw--blocks.clear-after--9 .block:nth-child(9n+1) {
  clear: left;
}

.fw--blocks.clear-after--10 > *:nth-child(10n+1), .fw--blocks.clear-after--10 .block:nth-child(10n+1) {
  clear: left;
}

.fw--blocks.clear-after--11 > *:nth-child(11n+1), .fw--blocks.clear-after--11 .block:nth-child(11n+1) {
  clear: left;
}

.fw--blocks.clear-after--12 > *:nth-child(12n+1), .fw--blocks.clear-after--12 .block:nth-child(12n+1) {
  clear: left;
}

@media only screen and (max-width: 767px) {
  .fw--blocks.clear-after--small-1 > *:nth-child(1n+1), .fw--blocks.clear-after--small-1 .block:nth-child(1n+1) {
    clear: left;
  }
}

@media only screen and (max-width: 767px) {
  .fw--blocks.clear-after--small-2 > *:nth-child(2n+1), .fw--blocks.clear-after--small-2 .block:nth-child(2n+1) {
    clear: left;
  }
}

@media only screen and (max-width: 767px) {
  .fw--blocks.clear-after--small-3 > *:nth-child(3n+1), .fw--blocks.clear-after--small-3 .block:nth-child(3n+1) {
    clear: left;
  }
}

@media only screen and (max-width: 767px) {
  .fw--blocks.clear-after--small-4 > *:nth-child(4n+1), .fw--blocks.clear-after--small-4 .block:nth-child(4n+1) {
    clear: left;
  }
}

@media only screen and (max-width: 767px) {
  .fw--blocks.clear-after--small-5 > *:nth-child(5n+1), .fw--blocks.clear-after--small-5 .block:nth-child(5n+1) {
    clear: left;
  }
}

@media only screen and (max-width: 767px) {
  .fw--blocks.clear-after--small-6 > *:nth-child(6n+1), .fw--blocks.clear-after--small-6 .block:nth-child(6n+1) {
    clear: left;
  }
}

@media only screen and (max-width: 767px) {
  .fw--blocks.clear-after--small-7 > *:nth-child(7n+1), .fw--blocks.clear-after--small-7 .block:nth-child(7n+1) {
    clear: left;
  }
}

@media only screen and (max-width: 767px) {
  .fw--blocks.clear-after--small-8 > *:nth-child(8n+1), .fw--blocks.clear-after--small-8 .block:nth-child(8n+1) {
    clear: left;
  }
}

@media only screen and (max-width: 767px) {
  .fw--blocks.clear-after--small-9 > *:nth-child(9n+1), .fw--blocks.clear-after--small-9 .block:nth-child(9n+1) {
    clear: left;
  }
}

@media only screen and (max-width: 767px) {
  .fw--blocks.clear-after--small-10 > *:nth-child(10n+1), .fw--blocks.clear-after--small-10 .block:nth-child(10n+1) {
    clear: left;
  }
}

@media only screen and (max-width: 767px) {
  .fw--blocks.clear-after--small-11 > *:nth-child(11n+1), .fw--blocks.clear-after--small-11 .block:nth-child(11n+1) {
    clear: left;
  }
}

@media only screen and (max-width: 767px) {
  .fw--blocks.clear-after--small-12 > *:nth-child(12n+1), .fw--blocks.clear-after--small-12 .block:nth-child(12n+1) {
    clear: left;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .fw--blocks.clear-after--medium-1 > *:nth-child(1n+1), .fw--blocks.clear-after--medium-1 .block:nth-child(1n+1) {
    clear: left;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .fw--blocks.clear-after--medium-2 > *:nth-child(2n+1), .fw--blocks.clear-after--medium-2 .block:nth-child(2n+1) {
    clear: left;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .fw--blocks.clear-after--medium-3 > *:nth-child(3n+1), .fw--blocks.clear-after--medium-3 .block:nth-child(3n+1) {
    clear: left;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .fw--blocks.clear-after--medium-4 > *:nth-child(4n+1), .fw--blocks.clear-after--medium-4 .block:nth-child(4n+1) {
    clear: left;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .fw--blocks.clear-after--medium-5 > *:nth-child(5n+1), .fw--blocks.clear-after--medium-5 .block:nth-child(5n+1) {
    clear: left;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .fw--blocks.clear-after--medium-6 > *:nth-child(6n+1), .fw--blocks.clear-after--medium-6 .block:nth-child(6n+1) {
    clear: left;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .fw--blocks.clear-after--medium-7 > *:nth-child(7n+1), .fw--blocks.clear-after--medium-7 .block:nth-child(7n+1) {
    clear: left;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .fw--blocks.clear-after--medium-8 > *:nth-child(8n+1), .fw--blocks.clear-after--medium-8 .block:nth-child(8n+1) {
    clear: left;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .fw--blocks.clear-after--medium-9 > *:nth-child(9n+1), .fw--blocks.clear-after--medium-9 .block:nth-child(9n+1) {
    clear: left;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .fw--blocks.clear-after--medium-10 > *:nth-child(10n+1), .fw--blocks.clear-after--medium-10 .block:nth-child(10n+1) {
    clear: left;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .fw--blocks.clear-after--medium-11 > *:nth-child(11n+1), .fw--blocks.clear-after--medium-11 .block:nth-child(11n+1) {
    clear: left;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .fw--blocks.clear-after--medium-12 > *:nth-child(12n+1), .fw--blocks.clear-after--medium-12 .block:nth-child(12n+1) {
    clear: left;
  }
}

@media only screen and (min-width: 1024px) {
  .fw--blocks.clear-after--large-1 > *:nth-child(1n+1), .fw--blocks.clear-after--large-1 .block:nth-child(1n+1) {
    clear: left;
  }
}

@media only screen and (min-width: 1024px) {
  .fw--blocks.clear-after--large-2 > *:nth-child(2n+1), .fw--blocks.clear-after--large-2 .block:nth-child(2n+1) {
    clear: left;
  }
}

@media only screen and (min-width: 1024px) {
  .fw--blocks.clear-after--large-3 > *:nth-child(3n+1), .fw--blocks.clear-after--large-3 .block:nth-child(3n+1) {
    clear: left;
  }
}

@media only screen and (min-width: 1024px) {
  .fw--blocks.clear-after--large-4 > *:nth-child(4n+1), .fw--blocks.clear-after--large-4 .block:nth-child(4n+1) {
    clear: left;
  }
}

@media only screen and (min-width: 1024px) {
  .fw--blocks.clear-after--large-5 > *:nth-child(5n+1), .fw--blocks.clear-after--large-5 .block:nth-child(5n+1) {
    clear: left;
  }
}

@media only screen and (min-width: 1024px) {
  .fw--blocks.clear-after--large-6 > *:nth-child(6n+1), .fw--blocks.clear-after--large-6 .block:nth-child(6n+1) {
    clear: left;
  }
}

@media only screen and (min-width: 1024px) {
  .fw--blocks.clear-after--large-7 > *:nth-child(7n+1), .fw--blocks.clear-after--large-7 .block:nth-child(7n+1) {
    clear: left;
  }
}

@media only screen and (min-width: 1024px) {
  .fw--blocks.clear-after--large-8 > *:nth-child(8n+1), .fw--blocks.clear-after--large-8 .block:nth-child(8n+1) {
    clear: left;
  }
}

@media only screen and (min-width: 1024px) {
  .fw--blocks.clear-after--large-9 > *:nth-child(9n+1), .fw--blocks.clear-after--large-9 .block:nth-child(9n+1) {
    clear: left;
  }
}

@media only screen and (min-width: 1024px) {
  .fw--blocks.clear-after--large-10 > *:nth-child(10n+1), .fw--blocks.clear-after--large-10 .block:nth-child(10n+1) {
    clear: left;
  }
}

@media only screen and (min-width: 1024px) {
  .fw--blocks.clear-after--large-11 > *:nth-child(11n+1), .fw--blocks.clear-after--large-11 .block:nth-child(11n+1) {
    clear: left;
  }
}

@media only screen and (min-width: 1024px) {
  .fw--blocks.clear-after--large-12 > *:nth-child(12n+1), .fw--blocks.clear-after--large-12 .block:nth-child(12n+1) {
    clear: left;
  }
}

.fw--blocks.spacing--1 {
  padding: 2.5px;
}

.fw--blocks.spacing--1 > * {
  padding: 2.5px;
}

.fw--blocks.spacing--2 {
  padding: 5px;
}

.fw--blocks.spacing--2 > * {
  padding: 5px;
}

.fw--blocks.spacing--3 {
  padding: 7.5px;
}

.fw--blocks.spacing--3 > * {
  padding: 7.5px;
}

.fw--blocks.spacing--4 {
  padding: 15px;
}

.fw--blocks.spacing--4 > * {
  padding: 15px;
}

.fw--blocks.spacing--5 {
  padding: 25px;
}

.fw--blocks.spacing--5 > * {
  padding: 25px;
}

.fw--blocks.spacing--6 {
  padding: 35px;
}

.fw--blocks.spacing--6 > * {
  padding: 35px;
}

.fw--blocks.spacing--1x {
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.fw--blocks.spacing--1x > * {
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.fw--blocks.spacing--2x {
  padding-left: 5px;
  padding-right: 5px;
}

.fw--blocks.spacing--2x > * {
  padding-left: 5px;
  padding-right: 5px;
}

.fw--blocks.spacing--3x {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.fw--blocks.spacing--3x > * {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.fw--blocks.spacing--4x {
  padding-left: 15px;
  padding-right: 15px;
}

.fw--blocks.spacing--4x > * {
  padding-left: 15px;
  padding-right: 15px;
}

.fw--blocks.spacing--5x {
  padding-left: 25px;
  padding-right: 25px;
}

.fw--blocks.spacing--5x > * {
  padding-left: 25px;
  padding-right: 25px;
}

.fw--blocks.spacing--6x {
  padding-left: 35px;
  padding-right: 35px;
}

.fw--blocks.spacing--6x > * {
  padding-left: 35px;
  padding-right: 35px;
}

.fw--blocks.spacing--1y {
  padding-top: 2.5px;
  padding-bottom: 2.5px;
}

.fw--blocks.spacing--1y > * {
  padding-top: 2.5px;
  padding-bottom: 2.5px;
}

.fw--blocks.spacing--2y {
  padding-top: 5px;
  padding-bottom: 5px;
}

.fw--blocks.spacing--2y > * {
  padding-top: 5px;
  padding-bottom: 5px;
}

.fw--blocks.spacing--3y {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}

.fw--blocks.spacing--3y > * {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}

.fw--blocks.spacing--4y {
  padding-top: 15px;
  padding-bottom: 15px;
}

.fw--blocks.spacing--4y > * {
  padding-top: 15px;
  padding-bottom: 15px;
}

.fw--blocks.spacing--5y {
  padding-top: 25px;
  padding-bottom: 25px;
}

.fw--blocks.spacing--5y > * {
  padding-top: 25px;
  padding-bottom: 25px;
}

.fw--blocks.spacing--6y {
  padding-top: 35px;
  padding-bottom: 35px;
}

.fw--blocks.spacing--6y > * {
  padding-top: 35px;
  padding-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  .fw--blocks.spacing--small-0 {
    padding: 0;
  }
  .fw--blocks.spacing--small-0 > * {
    padding: 0;
  }
  .fw--blocks.spacing--small-1 {
    padding: 2.5px;
  }
  .fw--blocks.spacing--small-1 > * {
    padding: 2.5px;
  }
  .fw--blocks.spacing--small-2 {
    padding: 5px;
  }
  .fw--blocks.spacing--small-2 > * {
    padding: 5px;
  }
  .fw--blocks.spacing--small-3 {
    padding: 7.5px;
  }
  .fw--blocks.spacing--small-3 > * {
    padding: 7.5px;
  }
  .fw--blocks.spacing--small-4 {
    padding: 15px;
  }
  .fw--blocks.spacing--small-4 > * {
    padding: 15px;
  }
  .fw--blocks.spacing--small-5 {
    padding: 25px;
  }
  .fw--blocks.spacing--small-5 > * {
    padding: 25px;
  }
  .fw--blocks.spacing--small-6 {
    padding: 35px;
  }
  .fw--blocks.spacing--small-6 > * {
    padding: 35px;
  }
  .fw--blocks.spacing--small-0x {
    padding-left: 0;
    padding-right: 0;
  }
  .fw--blocks.spacing--small-0x > * {
    padding-left: 0;
    padding-right: 0;
  }
  .fw--blocks.spacing--small-1x {
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
  .fw--blocks.spacing--small-1x > * {
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
  .fw--blocks.spacing--small-2x {
    padding-left: 5px;
    padding-right: 5px;
  }
  .fw--blocks.spacing--small-2x > * {
    padding-left: 5px;
    padding-right: 5px;
  }
  .fw--blocks.spacing--small-3x {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .fw--blocks.spacing--small-3x > * {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .fw--blocks.spacing--small-4x {
    padding-left: 15px;
    padding-right: 15px;
  }
  .fw--blocks.spacing--small-4x > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .fw--blocks.spacing--small-5x {
    padding-left: 25px;
    padding-right: 25px;
  }
  .fw--blocks.spacing--small-5x > * {
    padding-left: 25px;
    padding-right: 25px;
  }
  .fw--blocks.spacing--small-6x {
    padding-left: 35px;
    padding-right: 35px;
  }
  .fw--blocks.spacing--small-6x > * {
    padding-left: 35px;
    padding-right: 35px;
  }
  .fw--blocks.spacing--small-0y {
    padding-top: 0;
    padding-bottom: 0;
  }
  .fw--blocks.spacing--small-0y > * {
    padding-top: 0;
    padding-bottom: 0;
  }
  .fw--blocks.spacing--small-1y {
    padding-top: 2.5px;
    padding-bottom: 2.5px;
  }
  .fw--blocks.spacing--small-1y > * {
    padding-top: 2.5px;
    padding-bottom: 2.5px;
  }
  .fw--blocks.spacing--small-2y {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .fw--blocks.spacing--small-2y > * {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .fw--blocks.spacing--small-3y {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
  }
  .fw--blocks.spacing--small-3y > * {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
  }
  .fw--blocks.spacing--small-4y {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .fw--blocks.spacing--small-4y > * {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .fw--blocks.spacing--small-5y {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .fw--blocks.spacing--small-5y > * {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .fw--blocks.spacing--small-6y {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .fw--blocks.spacing--small-6y > * {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

.fw--blocks.compact--1x {
  margin-left: -5px;
  margin-right: -5px;
}

.fw--blocks.compact--2x {
  margin-left: -10px;
  margin-right: -10px;
}

.fw--blocks.compact--3x {
  margin-left: -15px;
  margin-right: -15px;
}

.fw--blocks.compact--4x {
  margin-left: -30px;
  margin-right: -30px;
}

.fw--blocks.compact--5x {
  margin-left: -50px;
  margin-right: -50px;
}

.fw--blocks.compact--6x {
  margin-left: -70px;
  margin-right: -70px;
}

.fw--blocks.compact--1y {
  margin-top: -5px;
  margin-bottom: -5px;
}

.fw--blocks.compact--2y {
  margin-top: -10px;
  margin-bottom: -10px;
}

.fw--blocks.compact--3y {
  margin-top: -15px;
  margin-bottom: -15px;
}

.fw--blocks.compact--4y {
  margin-top: -30px;
  margin-bottom: -30px;
}

.fw--blocks.compact--5y {
  margin-top: -50px;
  margin-bottom: -50px;
}

.fw--blocks.compact--6y {
  margin-top: -70px;
  margin-bottom: -70px;
}

body .font--size-1 {
  font-size: 16px;
  line-height: 1.25;
}

@media only screen and (min-width: 768px) {
  body .font--size-1 {
    line-height: 1.375;
  }
}

body .font--size-2 {
  font-size: 16px;
  line-height: 1.25;
}

@media only screen and (min-width: 768px) {
  body .font--size-2 {
    line-height: 1.375;
  }
}

body .font--size-3 {
  font-size: 16px;
  line-height: 1.25;
}

@media only screen and (min-width: 768px) {
  body .font--size-3 {
    line-height: 1.375;
  }
}

body .font--size-4 {
  font-size: 18px;
  line-height: 1.11111111;
}

@media only screen and (min-width: 768px) {
  body .font--size-4 {
    line-height: 1.22222222;
  }
}

body .font--size-5 {
  font-size: 22px;
  line-height: 1.13636364;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body .font--size-5 {
    font-size: 24px;
    line-height: 1.25;
  }
}

@media only screen and (min-width: 1024px) {
  body .font--size-5 {
    font-size: 28px;
    line-height: 1.25;
  }
}

body .font--size-6 {
  font-size: 26px;
  line-height: 1.15384615;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body .font--size-6 {
    font-size: 32px;
    line-height: 1.125;
  }
}

@media only screen and (min-width: 1024px) {
  body .font--size-6 {
    font-size: 36px;
    line-height: 1.25;
  }
}

body .font--size-7 {
  font-size: 32px;
  line-height: 1.25;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body .font--size-7 {
    font-size: 40px;
    line-height: 1.125;
  }
}

@media only screen and (min-width: 1024px) {
  body .font--size-7 {
    font-size: 48px;
    line-height: 1.05;
  }
}

.wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading h5, .wf-loading h6, .wf-loading p, .wf-loading ul, .wf-loading li, .wf-loading a, .wf-loading blockquote {
  visibility: hidden;
}

.text--uppercase {
  text-transform: uppercase;
}

.text--bold {
  font-weight: bold;
}

.text--capitalise {
  text-transform: capitalize;
}

.text--italic {
  font-style: italic;
}

.text--underline {
  text-decoration: underline;
}

.text--underline:link {
  text-decoration: underline;
}

.placeholder--root {
  position: relative;
  width: 100%;
}

.placeholder--root svg {
  fill: #cbcbcb;
  color: #cbcbcb;
  background-color: #e9e9e9;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.placeholder--container {
  max-width: 100%;
}

hr {
  border: 0;
  padding: 0;
  border-bottom: 1px solid #e0e0e0;
}

.text-align--left {
  text-align: left;
}

.text-align--center {
  text-align: center;
}

.text-align--right {
  text-align: right;
}

@media only screen and (min-width: 768px) {
  .text-align--medium-left {
    text-align: left;
  }
  .text-align--medium-center {
    text-align: center;
  }
  .text-align--medium-right {
    text-align: right;
  }
}

@media only screen and (min-width: 1024px) {
  .text-align--large-left {
    text-align: left;
  }
  .text-align--large-center {
    text-align: center;
  }
  .text-align--large-right {
    text-align: right;
  }
}

.divider {
  display: block;
  border-top: 1px solid #e0e0e0;
}

.panel {
  background: ;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
}

.list--no-style {
  list-style: none;
  margin: 0;
  padding: 0;
}

table {
  background: transparent;
  border-top: solid 1px #e0e0e0;
  border-bottom: solid 1px #e0e0e0;
  border-radius: 5px;
  border-collapse: separate;
}

table.no-border {
  border: 0px;
}

table tr:first-child td:first-child, table tr:first-child th:first-child {
  border-top-left-radius: 5px;
}

table thead ~ tbody tr:first-child td:first-child, table thead ~ tbody tr:first-child th:first-child {
  border-radius: 0;
}

table tr:first-child td:last-child {
  border-top-right-radius: 5px;
}

table thead ~ tbody tr:first-child td:last-child {
  border-radius: 0;
}

table tr:last-child td:first-child, table tr:last-child th:first-child {
  border-bottom-left-radius: 5px;
}

table tr:last-child td:last-child {
  border-bottom-right-radius: 5px;
}

table thead th:first-child {
  border-top-left-radius: 5px;
}

table thead th:last-child {
  border-top-right-radius: 5px;
}

@media only screen and (max-width: 768px) {
  table.responsive {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    clear: left;
    border: 0;
    /* Hide table headers (but not display: none;, for accessibility) */
  }
  table.responsive thead, table.responsive tbody, table.responsive th, table.responsive td, table.responsive tr {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    clear: left;
  }
  table.responsive thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  table.responsive tr {
    border: 1px solid #e0e0e0;
    padding: 10px;
  }
  table.responsive td {
    padding: 0;
    line-height: 1.6;
    border: none;
    border-bottom: 0;
    position: relative;
    padding: 5px 0;
  }
  table.responsive td:empty {
    padding: 0;
  }
  table.responsive td:before {
    display: block;
    font-weight: bold;
    word-wrap: break-word;
    max-width: 100%;
  }
  table.responsive td:before {
    content: attr(data-label);
  }
}

img {
  vertical-align: middle;
  max-width: 100%;
}

.img--cover {
  top: 0;
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.responsive-video {
  width: 100%;
  display: block;
  position: relative;
  padding-top: 2.08333em;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1.33333em;
  overflow: hidden;
}

.responsive-video.widescreen {
  padding-bottom: 57.25%;
}

.responsive-video.vimeo {
  padding-top: 0;
}

.responsive-video.kickstarter {
  padding-bottom: 52%;
}

@media only screen and (max-width: 767px) {
  .responsive-video.kickstarter {
    padding-bottom: 50%;
  }
}

@media only screen and (min-width: 1024px) {
  .responsive-video.kickstarter {
    padding-bottom: 54%;
  }
}

.responsive-video iframe, .responsive-video object, .responsive-video embed, .responsive-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.image--root {
  position: relative;
  max-width: 100%;
}

.image--root img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.image--container {
  max-width: 100%;
}

/* Off Canvas
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.off-canvas--viewport {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.off-canvas--left-sidebar {
  position: absolute;
  top: 0;
  overflow: visible;
  display: block;
  z-index: 100;
  min-height: 100vh;
  width: 80%;
  max-width: 400px;
  background-color: #ffffff;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

[data-off-canvas--state="left-open"] .off-canvas--left-sidebar {
  -webkit-box-shadow: 2px 0 10px -2px #888;
  box-shadow: 2px 0 10px -2px #888;
}

/* .off-canvas--right-sidebar {
  position: absolute;
  top: 0;
  overflow: visible;
  display: block;
  z-index: 100;
  min-height: 100vh;
  width: 80%;
  max-width: 400px;
  background-color: #ffffff;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  left: 100%;
}

[data-off-canvas--state="right-open"] .off-canvas--right-sidebar {
  -webkit-box-shadow: -2px 0 10px -2px #888;
  box-shadow: -2px 0 10px -2px #888;
}

.off-canvas--main-content {
  min-height: 100%;
  width: 100%;
  top: 0;
}

.off-canvas--overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
  background: #000;
  cursor: pointer;
}

.off-canvas--open {
  display: inline-block;
  cursor: pointer;
}

.off-canvas--close {
  position: fixed;
  top: 10px;
  color: #fff;
  z-index: 101;
  cursor: pointer;
  display: inline-block;
}

[data-off-canvas--state="closed"] .off-canvas--close {
  display: none;
}

[data-off-canvas--state="left-open"] .off-canvas--close {
  left: calc(400px + 15px);
} */

/* @media only screen and (max-width: 500px) {
  [data-off-canvas--state="left-open"] .off-canvas--close {
    left: calc(80% + 15px);
  }
}

[data-off-canvas--state="right-open"] .off-canvas--close {
  right: calc(400px + 15px);
}

@media only screen and (max-width: 500px) {
  [data-off-canvas--state="right-open"] .off-canvas--close {
    right: calc(80% + 15px);
  }
}

.off-canvas--close svg {
  width: 15px;
  height: 13px;
}

.off-canvas--left-sidebar .social-follow {
  padding: 30px;
  text-align: center;
}
 */
/* Search
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.search {
  position: relative;
  text-align: left;
}

.search form {
  margin: 0;
  position: relative;
}

.search[data-search--view="modal"] {
  width: 400px;
  position: relative;
  padding: 10px;
  min-height: 600px;
}

.search--toggle {
  cursor: pointer;
}

.search--icon {
  position: absolute;
  top: 18px;
  left: 10px;
  width: 15px;
  height: 14px;
}

[data-search--view="modal"] .search--icon {
  top: 12px;
}

[data-search--view="page"] .search--icon {
  top: 12px;
}

.search--icon svg {
  width: 15px;
  height: 13px;
}

.search--loading {
  display: none;
  position: absolute;
  top: 25px;
  left: 18px;
}

.search--clear {
  display: none;
  position: absolute;
  line-height: 50px;
  right: 15px;
  top: 0;
  color: #a736b0;
  cursor: pointer;
  text-transform: lowercase;
}

[data-search--view="modal"] .search--clear {
  font-size: 16px;
}

input[type="text"].search--textbox,
input[type="text"].search--textbox:focus {
  margin: 0;
  padding: 0 55px 0 35px;
  border: 0;
  outline: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 13px;
  background: transparent;
  height: 50px;
  line-height: 50px;
}

[data-search--view="modal"] input[type="text"].search--textbox, [data-search--view="modal"]
input[type="text"].search--textbox:focus {
  font-size: 18px;
}

[data-search--view="page"] input[type="text"].search--textbox, [data-search--view="page"]
input[type="text"].search--textbox:focus {
  font-size: 18px;
}

.search--feedback {
  position: relative;
}

.search--no-results {
  display: none;
  padding: 15px;
  padding-top: 0;
  font-size: 16px;
}

.search--results {
  display: none;
  padding-bottom: 10px;
}

.search--row {
  display: block;
  padding: 10px 0;
}

.search--item {
  display: table;
  padding: 10px;
}

.search--item > * {
  display: table-cell;
  vertical-align: middle;
}

.search--view-more {
  text-align: center;
  padding: 30px 10px 10px;
}

.search--image {
  width: 65px;
  padding-right: 15px;
}

[data-search--view="modal"] .search--image {
  width: 115px;
}

.search--image img {
  max-height: 50px;
}

[data-search--view="modal"] .search--image img {
  max-height: 100px;
}

.search--title {
  font-size: 16px;
}

.fw--breadcrumbs {
  width: 100%;
}

.fw--breadcrumbs > * {
  text-transform: capitalize;
}

.fw--breadcrumbs > * a {
  text-transform: capitalize;
  font-weight: bold;
}

.fw--breadcrumbs > * a:after {
  content: " /";
}

.fw--pagination .container {
  position: relative;
}

.fw--pagination .arrow span {
  font-size: 22px;
  vertical-align: middle;
}

.fw--pagination .arrow.left {
  position: absolute;
  left: 0;
  top: 0;
}

.fw--pagination .arrow.right {
  position: absolute;
  right: 0;
  top: 0;
}
/* 
html.modal-open {
  overflow: auto !important;
}

.modal--link {
  cursor: pointer;
}

.modal--root .fw--icon--search {
  width: 19px;
  height: 18px;
}

.modal--window {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: none;
  min-height: 100%;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: 100px;
}

@media only screen and (max-width: 767px) {
  .modal--window {
    padding: 50px 10px 10px;
  }
}

.modal--window .fw--icon--cross {
  width: 19px;
  height: 18px;
  vertical-align: top;
}

.modal--window .fw--icon--chevron-left {
  width: 29px;
  height: 28px;
}

.modal--window .fw--icon--chevron-right {
  width: 29px;
  height: 28px;
}

.modal--window .fw--loading_animation {
  display: block;
}

.modal--window[data-modal--fullscreen="true"] {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .modal--window[data-modal--fullscreen="true"] {
    padding: 0;
  }
}

.modal--mask {
  display: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  position: fixed;
  top: 0 !important;
  !--  Admin bar bug workaround --!
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
  background-color: #000;
}

.modal--container {
  position: relative;
  width: 100%;
  min-height: 100%;
  z-index: 9002;
}

.modal--content {
  position: relative;
  background: #ffffff;
  display: none;
  left: 50%;
  max-width: 100%;
  min-width: 200px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (min-width: 768px) {
  .modal--content {
    min-width: 300px;
  }
}

[data-modal--fullscreen="true"] .modal--content {
  width: 100%;
  min-height: 100vh;
  top: 0;
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.modal--content .responsive-video {
  margin-bottom: -1px;
}

.modal--content .responsive-video.vimeo {
  margin-bottom: 0px;
}

.modal--content.with-padding {
  padding: 15px;
}

.modal--content.full-width {
  width: 100%;
}

.modal--content.active {
  display: inline-block;
  overflow: hidden;
}

[data-modal--fullscreen="true"] .modal--content.active {
  overflow: visible;
}

.modal--window.fixed {
  position: fixed;
  height: 100%;
}

.modal--window.fixed .modal--container {
  height: 100%;
}

.modal--window.fixed .modal--container .modal--content {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.modal--loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -12.5px 0 0 -12.5px;
  height: 25px;
  width: 25px;
}

.modal--close, .modal--prev, .modal--next {
  background-color: transparent;
  z-index: 9002;
  position: fixed;
  cursor: pointer;
  font-size: 30px;
  color: #fff;
  padding: 10px;
  opacity: 0.8;
  border: none;
}

.modal--close:hover, .modal--prev:hover, .modal--next:hover {
  opacity: 1;
  background-color: transparent;
} */

.modal--close {
  top: 0 !important;
/*   Admin bar bug workaround */
  right: 0;
  padding: 30px 15px;
  font-size: 18px;
}

[data-modal--fullscreen="true"] .modal--close {
  color: #38123b;
}

[data-modal--custom-close="true"] .modal--close {
  display: none;
}

@media only screen and (max-width: 767px) {
  .modal--close {
    padding: 10px;
  }
}

.modal--prev {
  margin-top: -25px;
  left: 10px;
  top: 50% !important;
  /* Admin bar bug workaround */
  display: none;
}

.modal--next {
  margin-top: -25px;
  right: 10px;
  top: 50% !important;
  /* Admin bar bug workaround */
  display: none;
}

@media only screen and (max-width: 767px) {
  .fw--cart {
    font-size: 16px;
  }
  .fw--cart .spacing--3 {
    padding: 5px;
  }
  .fw--cart .spacing--5 {
    padding: 20px;
  }
  .fw--cart .font--size-2 {
    font-size: 16px;
    line-height: 1.25;
  }
  .fw--cart .right-column {
    border-bottom: 1px solid #e0e0e0;
  }
}

@media only screen and (max-width: 1023px) {
  .fw--cart .price {
    font-weight: bold;
  }
  .fw--cart textarea {
    max-width: 400px;
  }
}

@media only screen and (min-width: 1024px) {
  .fw--cart .totals .panel {
    border: 0;
    background: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .fw--cart .variant-id {
    border-bottom: 1px solid #e0e0e0;
  }
}

.fw--cart .notification--empty {
  display: none;
  margin: 0;
}

.fw--cart table {
  width: 100%;
}

.fw--cart table td.image img {
  max-width: 120px;
}

.fw--cart.loading-items .notification--empty, .fw--cart.loading-items form {
  display: none;
}

.fw--cart.no-items .notification--empty {
  display: inherit;
}

.fw--cart.no-items form {
  display: none;
}

.additional_checkout_buttons {
  margin-left: -10px;
}

.additional_checkout_buttons > *:not(script) {
  padding: 15px 0 0 15px;
  vertical-align: top;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .additional_checkout_buttons > *:not(script) {
    padding: 15px 0 0 5px;
  }
}

.additional_checkout_buttons > *:not(script):first-child, .additional_checkout_buttons > *:not(script):empty {
  padding-left: 0px;
}
/* 
.x-menu {
  display: inline-block;
}

.x-menu ul,
.x-menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.x-menu a:focus {
  outline: thin dotted;
}

[data-x-menu--overlap="false"] .x-menu--overlap-icon {
  display: none;
}

@media only screen and (max-width: 767px) {
  [data-x-menu--overlap="false"] .x-menu--overlap-icon {
    display: block;
  }
}

[data-x-menu--overlap="true"] .x-menu--level-1--container {
  display: none;
}

@media only screen and (max-width: 767px) {
  .x-menu--level-1--container {
    display: none;
  }
}

.x-menu--level-1--link {
  display: inline-block;
}

.x-menu--level-1--link[data-x-menu--depth="2"] {
  position: relative;
}

.x-menu--level-1--link a {
  display: inline-block;
  padding: 15px;
  z-index: 5;
  position: relative;
}

.x-menu--level-1--link .fw--icon--expand-more {
  font-size: 7px;
}

.x-menu--level-1--link .fw--icon--expand-less {
  display: none;
  font-size: 7px;
}

.x-menu--level-1--link .fw--icon--chevron-right {
  height: 18px;
  position: absolute;
  right: 10px;
  top: 20px;
}

.x-menu--level-1--link .fw--icon--chevron-left {
  height: 16px;
  position: absolute;
  left: 10px;
  top: 20px;
}

.x-menu--level-2--container {
  display: none;
  position: absolute;
  white-space: nowrap;
  z-index: 4;
  min-width: 150px;
  left: 0;
  padding: 0;
  background: #ffffff;
  overflow: hidden;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .x-menu--level-2--container {
    margin-top: -1px;
  }
}

[data-x-menu--depth="2"] .x-menu--level-2--container {
  left: -15px;
}

[data-x-menu--depth="3"] .x-menu--level-2--container {
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 20px;
  width: 100%;
}

[data-x-menu--depth="3"] .x-menu--level-2--container ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  vertical-align: top;
}

[data-x-menu--align="center"] .x-menu--level-2--container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
}

.x-menu--bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #ffffff;
}

.x-menu--single-parents {
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 10px 30px 10px 0;
}

.x-menu--single-parents ul {
  position: relative;
  border-right: 1px solid #e0e0e0;
  padding-right: 30px;
  min-height: calc(100% - 30px);
}

.x-menu--single-parents li {
  padding-bottom: 0 !important;
  display: block !important;
}

.x-menu--single-parents a {
  padding: 5px 30px !important;
}

.x-menu--level-2--link {
  font-weight: normal;
}

[data-x-menu--depth="3"] .x-menu--level-2--link {
  display: inline-block;
  vertical-align: text-top;
  font-weight: bold;
}

.x-menu--level-2--link:first-child > a {
  padding-top: 30px;
}

[data-x-menu--depth="3"] .x-menu--level-2--link:first-child > a {
  padding: 15px 30px;
}

.x-menu--level-2--link:last-child > a {
  padding-bottom: 30px;
}

[data-x-menu--depth="3"] .x-menu--level-2--link:last-child > a {
  padding: 15px 30px;
}

.x-menu--level-2--link a {
  display: inline-block;
  padding: 15px 30px;
}

ul.x-menu--level-3--container {
  padding: 0 0 20px;
}

.x-menu--level-3--link {
  font-weight: normal;
}

.x-menu--level-3--link a {
  padding: 5px 30px;
}

[data-x-menu--parent-link="level-2"] .x-menu--level-3--link {
  padding-left: 20px;
}

.x-menu {
  font-family: ;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .x-menu {
    display: none;
  }
}

.x-menu a,
.x-menu a:link,
.x-menu a:visited,
.x-menu a:hover {
  color: #ffffff;
}

.x-menu--overlap-icon {
  position: absolute;
  left: 45px;
  top: 3px;
}

.x-menu--level-1--link > a {
  font-weight: bold;
  padding: 15px 15px 30px;
  text-transform: uppercase;
}

.x-menu--level-2--container {
  background: transparent;
}

[data-x-menu--depth="3"] .x-menu--level-2--container {
  width: calc(100%);
  max-width: calc(100%);
  padding-left: 25px;
  padding-right: 25px;
}

.x-menu--bg {
  opacity: .95;
  background: #3a183c;
}

[data-header--menu-transparent="false"] .x-menu--bg {
  opacity: 1 !important;
} */

.y-menu {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 400px;
  overflow: hidden;
}

.y-menu ul,
.y-menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.y-menu a:focus {
  outline: thin dotted;
}

[data-y-menu--overlap="false"] .y-menu--overlap-icon {
  display: none;
}

@media only screen and (max-width: 767px) {
  .y-menu--overlap-icon {
    display: none;
  }
}

.y-menu--level-1--link {
  display: inline-block;
  display: block;
  border-bottom: 1px solid #e0e0e0;
}

.y-menu--level-1--link:first-child {
  border-top: 1px solid #e0e0e0;
}

.y-menu--level-1--link a {
  padding: 15px;
  position: relative;
  display: block;
  z-index: 0;
  line-height: 1.3;
  padding: 20px 35px 20px 15px;
}

.y-menu--level-1--link .fw--icon--chevron-right {
  height: 14px;
  position: absolute;
  right: 10px;
  top: 21px;
}

.y-menu--level-1--link .fw--icon--chevron-left {
  height: 16px;
  position: absolute;
  left: 10px;
  top: 20px;
}

.y-menu--back-link {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  text-align: center;
}

.y-menu--level-2--container {
  display: none;
  position: absolute;
  z-index: 4;
  min-width: 150px;
  padding: 0;
  background: #ffffff;
  overflow: hidden;
  left: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
}

.y-menu--parent-link {
  display: block;
  border-bottom: 1px solid #e0e0e0;
}

.y-menu--parent-link:first-child {
  border-top: 1px solid #e0e0e0;
}

.y-menu--level-2--link {
  display: block;
  border-bottom: 1px solid #e0e0e0;
}

.y-menu--level-2--link:first-child {
  border-top: 1px solid #e0e0e0;
}

[data-y-menu--parent-link="level-2"] .y-menu--level-2--link > a {
  padding-left: 35px;
}

.y-menu--level-3--container {
  padding: 0;
  position: absolute;
  display: none;
  left: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 5;
}

.y-menu--level-3--link {
  font-weight: normal;
  display: block;
  border-bottom: 1px solid #e0e0e0;
}

.y-menu--level-3--link:first-child {
  border-top: 1px solid #e0e0e0;
}

[data-y-menu--parent-link="level-3"] .y-menu--level-3--link > a {
  padding-left: 35px;
}

.y-menu {
  font-family: ;
}

.y-menu .fw--icon--chevron-left,
.y-menu .fw--icon--chevron-right {
  height: 12px;
  width: 12px;
}

/*  1. - FRAMEWORK - old
//////////////////////////////////////////////////////////////////////////////*/
/*  1.1 - Initialize
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  background: #fff;
  color: #000;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace,serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: ArchivoNarrow !important;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
}

a:focus {
  outline: none;
}

img,
object,
embed {
  max-width: 100%;
  height: auto;
}

object,
embed {
  height: 100%;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

/*  1.3 - Grid
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Grid HTML Classes */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 83.33333em;
  *zoom: 1;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.row.collapse .column,
.row.collapse .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left;
}

.row .row {
  width: auto;
  margin-left: -1.25em;
  margin-right: -1.25em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}

.row .row:before, .row .row:after {
  content: " ";
  display: table;
}

.row .row:after {
  clear: both;
}

.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}

.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}

.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  position: relative;
  padding-left: 1.25em;
  padding-right: 1.25em;
  width: 100%;
  float: left;
}

@media only screen {
  .column,
  .columns {
    position: relative;
    padding-left: 1.25em;
    padding-right: 1.25em;
    float: left;
  }
  .small-1 {
    position: relative;
    width: 8.33333%;
  }
  .small-2 {
    position: relative;
    width: 16.66667%;
  }
  .small-3 {
    position: relative;
    width: 25%;
  }
  .small-4 {
    position: relative;
    width: 33.33333%;
  }
  .small-5 {
    position: relative;
    width: 41.66667%;
  }
  .small-6 {
    position: relative;
    width: 50%;
  }
  .small-7 {
    position: relative;
    width: 58.33333%;
  }
  .small-8 {
    position: relative;
    width: 66.66667%;
  }
  .small-9 {
    position: relative;
    width: 75%;
  }
  .small-10 {
    position: relative;
    width: 83.33333%;
  }
  .small-11 {
    position: relative;
    width: 91.66667%;
  }
  .small-12 {
    position: relative;
    width: 100%;
  }
  .small-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }
  .small-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }
  .small-offset-3 {
    position: relative;
    margin-left: 25%;
  }
  .small-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }
  .small-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }
  .small-offset-6 {
    position: relative;
    margin-left: 50%;
  }
  .small-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }
  .small-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }
  .small-offset-9 {
    position: relative;
    margin-left: 75%;
  }
  .small-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }
  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }
  [class*="column"] + [class*="column"].end {
    float: left;
  }
  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
}

/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 768px) {
  .large-1 {
    position: relative;
    width: 8.33333%;
  }
  .large-2 {
    position: relative;
    width: 16.66667%;
  }
  .large-3 {
    position: relative;
    width: 25%;
  }
  .large-4 {
    position: relative;
    width: 33.33333%;
  }
  .large-5 {
    position: relative;
    width: 41.66667%;
  }
  .large-6 {
    position: relative;
    width: 50%;
  }
  .large-7 {
    position: relative;
    width: 58.33333%;
  }
  .large-8 {
    position: relative;
    width: 66.66667%;
  }
  .large-9 {
    position: relative;
    width: 75%;
  }
  .large-10 {
    position: relative;
    width: 83.33333%;
  }
  .large-11 {
    position: relative;
    width: 91.66667%;
  }
  .large-12 {
    position: relative;
    width: 100%;
  }
  .row .large-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }
  .row .large-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }
  .row .large-offset-3 {
    position: relative;
    margin-left: 25%;
  }
  .row .large-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }
  .row .large-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }
  .row .large-offset-6 {
    position: relative;
    margin-left: 50%;
  }
  .row .large-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }
  .row .large-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }
  .row .large-offset-9 {
    position: relative;
    margin-left: 75%;
  }
  .row .large-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }
  .row .large-offset-11 {
    position: relative;
    margin-left: 91.66667%;
  }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: none;
  }
}

/* Foundation Block Grids for below small breakpoint */
@media only screen {
  [class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -10px;
    *zoom: 1;
  }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table;
  }
  [class*="block-grid-"]:after {
    clear: both;
  }
  [class*="block-grid-"] > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 10px 10px;
  }
  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 10px 10px;
  }
  .small-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .small-block-grid-2 > li {
    width: 50%;
    padding: 0 10px 10px;
  }
  .small-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .small-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 10px 10px;
  }
  .small-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .small-block-grid-4 > li {
    width: 25%;
    padding: 0 10px 10px;
  }
  .small-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .small-block-grid-5 > li {
    width: 20%;
    padding: 0 10px 10px;
  }
  .small-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .small-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 10px 10px;
  }
  .small-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .small-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 10px 10px;
  }
  .small-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .small-block-grid-8 > li {
    width: 12.5%;
    padding: 0 10px 10px;
  }
  .small-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .small-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 10px 10px;
  }
  .small-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .small-block-grid-10 > li {
    width: 10%;
    padding: 0 10px 10px;
  }
  .small-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .small-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 10px 10px;
  }
  .small-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .small-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 10px 10px;
  }
  .small-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

/* Foundation Block Grids for above small breakpoint */
@media only screen and (min-width: 768px) {
  /* Remove small grid clearing */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: none;
  }
  .large-block-grid-1 > li {
    width: 100%;
    padding: 0 10px 10px;
  }
  .large-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .large-block-grid-2 > li {
    width: 50%;
    padding: 0 10px 10px;
  }
  .large-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .large-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 10px 10px;
  }
  .large-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .large-block-grid-4 > li {
    width: 25%;
    padding: 0 10px 10px;
  }
  .large-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .large-block-grid-5 > li {
    width: 20%;
    padding: 0 10px 10px;
  }
  .large-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .large-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 10px 10px;
  }
  .large-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .large-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 10px 10px;
  }
  .large-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .large-block-grid-8 > li {
    width: 12.5%;
    padding: 0 10px 10px;
  }
  .large-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .large-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 10px 10px;
  }
  .large-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .large-block-grid-10 > li {
    width: 10%;
    padding: 0 10px 10px;
  }
  .large-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .large-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 10px 10px;
  }
  .large-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .large-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 10px 10px;
  }
  .large-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

[class*="column"] + [class*="column"]:last-child {
  float: left;
}

.row .row {
  padding: 0;
  margin: 0;
}

/*  1.4 - Utilities
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Flex Video */
.flex-video {
  position: relative;
  padding-top: 2.08333em;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1.33333em;
  overflow: hidden;
}

.flex-video.widescreen {
  padding-bottom: 57.25%;
}

.flex-video.vimeo {
  padding-top: 0;
}

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.show-for-medium-only {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .show-for-medium-only {
    display: inherit !important;
  }
}

.image-scale-hack {
  -webkit-transform: rotate(0.0001deg);
  transform: rotate(0.0001deg);
}

.clearfix:after, .fw--blocks:after {
  content: "";
  display: table;
  clear: both;
}

.all-caps {
  text-transform: uppercase;
}

.remove_button_styles, .modal.video .close, .popup-modal-close, .promo-bar button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #ffffff;
  text-transform: inherit;
  background: transparent;
  font-size: 16px;
}

.plain-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.plain-list li {
  margin-bottom: 5px;
}

.hide {
  display: none;
}

.hide-until-js {
  display: none;
}

.no-js .hide-until-js {
  display: inherit;
}

.hide-for-js {
  display: none;
}

.no-js .hide-for-js {
  display: inherit;
}

.divider {
  border-top: 1px solid #e0e0e0;
}

.border-decoration {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-right: 2.5em;
}

.border-decoration:after {
  content: "";
  display: block;
  border-bottom: 1px solid #e0e0e0;
}

/*  1.5 - Typography
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.font-logo {
  font-family: ;
}

.font-nav {
  font-family: ;
}

.font-accent {
  font-family: ;
  font-weight: 500 !important;
}

.font-title {
  font-family: ;
  font-size: 1.5em;
  text-transform: uppercase;
}

.font-headings, .widgets .title {
  text-transform: uppercase;
  font-family: ;
  font-size: 1em;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-family: ;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 a, h1 a:link, h1 a:visited, h1 a:hover, h2 a, h2 a:link, h2 a:visited, h2 a:hover, h3 a, h3 a:link, h3 a:visited, h3 a:hover, h4 a, h4 a:link, h4 a:visited, h4 a:hover, h5 a, h5 a:link, h5 a:visited, h5 a:hover, h6 a, h6 a:link, h6 a:visited, h6 a:hover {
  color: #38123b;
}

p, ul, li, a {
  margin-top: 0;
}

blockquote {
  font-style: italic;
  color: #a736b0;
  padding-left: 20px;
  margin-left: 0;
  border-left: 2px solid #a736b0;
}

a, a:link, a:visited, a:hover {
  color: #38123b;
  text-decoration: none;
}

a:hover {
  color: #38123b;
}

.colored-links a, .colored-links a:link, .colored-links a:visited, .colored-links a:hover {
  color: ;
  text-decoration: underline;
}

.colored-links a:hover {
  color: ;
}

.wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading h5, .wf-loading h6, .wf-loading p, .wf-loading ul, .wf-loading li, .wf-loading a, .wf-loading blockquote {
  visibility: hidden;
}

.font--heading-1 {
  font-family: ;
  letter-spacing: 0px;
  font-size: 40px;
}

@media only screen and (max-width: 767px) {
  .font--heading-1 {
    font-size: 28px;
  }
}

.font--heading-2 {
  font-family: ;
  font-weight: 300;
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  .font--heading-2 {
    font-size: 18px;
  }
}

.font--heading-3 {
  font-family: ;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.11111111;
}

@media only screen and (min-width: 768px) {
  .font--heading-3 {
    line-height: 1.22222222;
  }
}

.font--accent {
  font-family: ;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
}

/*  1.7 - Navigation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Breadcrumbs */
.breadcrumbs {
  display: block;
  padding: 0.75em 1.16667em 0.75em;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: #f6f6f6;
  border-color: gainsboro;
  border-radius: 3px;
}

.breadcrumbs > * {
  margin: 0;
  float: left;
  font-size: 0.91667em;
  text-transform: uppercase;
  color: #ff00ff;
}

.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
  text-decoration: underline;
}

.breadcrumbs > * a,
.breadcrumbs > * span {
  text-transform: uppercase;
  color: #ff00ff;
}

.breadcrumbs > *.current {
  cursor: default;
  color: #333;
}

.breadcrumbs > *.current a {
  cursor: default;
  color: #333;
}

.breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
  text-decoration: none;
}

.breadcrumbs > *.unavailable {
  color: #999;
}

.breadcrumbs > *.unavailable a {
  color: #999;
}

.breadcrumbs > *.unavailable:hover,
.breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
.breadcrumbs > *.unavailable a:focus {
  text-decoration: none;
  color: #999;
  cursor: default;
}

.breadcrumbs > *:before {
  content: "/";
  color: #aaa;
  margin: 0 1em;
  position: relative;
  top: 1px;
}

.breadcrumbs > *:first-child:before {
  content: " ";
  margin: 0;
}

/* Pagination */
.pagination {
  display: block;
  height: 2em;
  margin-left: -0.41667em;
}

.pagination li {
  display: block;
  float: left;
  height: 2em;
  color: #222;
  font-size: 1.16667em;
  margin-left: 0.41667em;
}

.pagination li a {
  display: block;
  padding: 0.08333em 0.58333em 0.08333em;
  color: #999;
}

.pagination li:hover a,
.pagination li a:focus {
  background: #e6e6e6;
}

.pagination li.unavailable a {
  cursor: default;
  color: #999;
}

.pagination li.unavailable:hover a, .pagination li.unavailable a:focus {
  background: transparent;
}

.pagination li.current a {
  background: #ff00ff;
  color: #fff;
  font-weight: bold;
  cursor: default;
}

.pagination li.current a:hover, .pagination li.current a:focus {
  background: #ff00ff;
}

.pagination-centered {
  text-align: center;
}

.pagination-centered ul > li {
  float: none;
  display: inline-block;
}

.tabs-wrapper.vertical {
  margin-bottom: 10px;
}

.tabs-wrapper.vertical:after {
  content: "";
  display: table;
  clear: both;
}

.tabs-wrapper.vertical .headings {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  width: 100%;
  float: left;
}

@media only screen and (min-width: 768px) {
  .tabs-wrapper.vertical .headings {
    width: 30%;
  }
}

.tabs-wrapper.vertical .headings > li {
  margin: 0;
}

.tabs-wrapper.vertical .headings > li:hover .trigger .bg, .tabs-wrapper.vertical .headings > li:focus .trigger .bg, .tabs-wrapper.vertical .headings > li.active .trigger .bg {
  opacity: 1;
}

.tabs-wrapper.vertical .headings .trigger {
  margin: 0;
  cursor: pointer;
  padding: 20px 30px;
  position: relative;
  z-index: 0;
  float: left;
  width: 100%;
}

.tabs-wrapper.vertical .headings .trigger a, .tabs-wrapper.vertical .headings .trigger a:link, .tabs-wrapper.vertical .headings .trigger a:visited, .tabs-wrapper.vertical .headings .trigger a:hover {
  color: #38123b;
}

.tabs-wrapper.vertical .headings .trigger .bg {
  z-index: -1;
  opacity: 0.5;
  background: ;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.tabs-wrapper.vertical .tabs.content {
  float: left;
  width: 100%;
  overflow: auto;
  padding: 20px;
  margin: 0;
  list-style: none;
}

@media only screen and (min-width: 768px) {
  .tabs-wrapper.vertical .tabs.content {
    width: 70%;
    padding: 0 20px;
  }
}

.tabs-wrapper.vertical .tabs.content > li {
  display: none;
}

.tabs-wrapper.vertical .tabs.content > li.active {
  display: block;
}

.tabs-wrapper.horizontal {
  overflow: hidden;
}

.tabs-wrapper.horizontal .headings {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  width: 100%;
}

.tabs-wrapper.horizontal .headings > li {
  margin: 0;
}

.tabs-wrapper.horizontal .headings > li:hover .trigger .bg, .tabs-wrapper.horizontal .headings > li:focus .trigger .bg, .tabs-wrapper.horizontal .headings > li.active .trigger .bg {
  opacity: 1;
}

.tabs-wrapper.horizontal .headings .trigger {
  margin: 0;
  cursor: pointer;
  padding: 20px 30px;
  position: relative;
  z-index: 0;
  float: left;
}

.tabs-wrapper.horizontal .headings .trigger a, .tabs-wrapper.horizontal .headings .trigger a:link, .tabs-wrapper.horizontal .headings .trigger a:visited, .tabs-wrapper.horizontal .headings .trigger a:hover {
  color: #38123b;
}

.tabs-wrapper.horizontal .headings .trigger .bg {
  z-index: -1;
  opacity: 0.5;
  background: ;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.tabs-wrapper.horizontal .tabs.content {
  clear: both;
  float: left;
  width: 100%;
  overflow: auto;
  padding: 20px 10px;
  margin: 0;
  list-style: none;
}

.tabs-wrapper.horizontal .tabs.content:after {
  content: "";
  display: table;
  clear: both;
}

.tabs-wrapper.horizontal .tabs.content > li {
  display: none;
}

.tabs-wrapper.horizontal .tabs.content > li.active {
  display: block;
}

.accordion-wrapper {
  margin-bottom: 10px;
}

.accordion-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.accordion-wrapper ul.accordion {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  width: 100%;
  float: left;
}

.accordion-wrapper ul.accordion > li {
  margin: 0;
}

.accordion-wrapper ul.accordion .trigger {
  margin: 0;
  cursor: pointer;
  padding: 20px 30px;
  position: relative;
  z-index: 0;
}

.accordion-wrapper ul.accordion .trigger a, .accordion-wrapper ul.accordion .trigger a:link, .accordion-wrapper ul.accordion .trigger a:visited, .accordion-wrapper ul.accordion .trigger a:hover {
  color: #38123b;
}

.accordion-wrapper ul.accordion .trigger .bg {
  z-index: -1;
  opacity: 0.5;
  background: ;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.accordion-wrapper ul.accordion .trigger .bg:hover {
  opacity: 1;
}

.accordion-wrapper ul.accordion li.active .trigger .bg {
  opacity: 1;
}

.accordion-wrapper ul.accordion .content {
  display: none;
  padding: 20px 20px 0;
  margin: 0;
}

/*  1.8 - Slider
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* 
 * 	Core Owl Carousel CSS File
 *	v1.24
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* mouse grab icon */
.grabbing {
  cursor: url(//tigerzzz-shop.ch/cdn/shop/t/27/assets/grabbing.png?8235) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* CSS3 Transitions */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}

@keyframes empty {
  0% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}

@keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
    transform: translateZ(-500px) translateX(-200%);
  }
}

@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
  }
}

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}

@keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}

@keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.24
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

/* Styling Next and Prev buttons */
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 16px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(//tigerzzz-shop.ch/cdn/shop/t/27/assets/AjaxLoader.gif?8235) no-repeat center center;
}

.owl-carousel .owl-wrapper-outer {
  z-index: 1;
}

.owl-carousel .owl-wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.owl-carousel .owl-pagination {
  z-index: 2;
}

/*  1.9 - Forms & Tables
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Tables */
table {
  background: #fff;
  margin-bottom: 1.66667em;
  border: solid 1px #ddd;
}

table thead,
table tfoot {
  background: #f5f5f5;
  font-weight: bold;
}

table thead tr th,
table thead tr td,
table tfoot tr th,
table tfoot tr td {
  padding: 0.66667em 0.83333em 0.83333em;
  font-size: 1.16667em;
  color: #222;
  text-align: left;
}

table tr th,
table tr td {
  padding: 0.75em 0.83333em;
  font-size: 1.16667em;
  color: #222;
}

table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: #f9f9f9;
}

table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
  display: table-cell;
  line-height: 1.5em;
}

html.touchevents form.custom .dropdown {
  display: none;
}

form.custom .custom.dropdown {
  font-size: 1em;
}

form.custom .custom.dropdown ul li {
  font-size: 1em;
}

form.custom .custom.dropdown ul li.disabled {
  text-decoration: line-through;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNy43cHgiIGhlaWdodD0iNC4zcHgiIHZpZXdCb3g9IjAgMCA3LjcgNC4zIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA3LjcgNC4zIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiM5OTk5OTkiIGQ9Ik03LjEsMC4xQzYuNywwLjUsMy45LDMuMiwzLjksMy4yUzEsMC41LDAuNiwwLjFTMCwwLjcsMCwwLjdsMy45LDMuNmwzLjgtMy42QzcuNywwLjcsNy41LTAuMyw3LjEsMC4xeiIvPg0KPC9zdmc+DQo=");
  background-position: right 10px center;
  background-repeat: no-repeat;
  border-radius: 2px;
  border: 1px solid #e0e0e0;
  color: #38123b;
  letter-spacing: 1px;
  margin-bottom: 10px;
  padding: 0 10px;
  text-indent: 0.01px;
  text-overflow: '';
  text-transform: none;
  width: 100%;
}

input {
  padding: 0 15px;
  margin: 0;
}

textarea {
  padding: 10px;
  width: 100%;
}

label {
  display: block;
  margin: 0 0 5px;
}

input, select {
  width: 100%;
  max-width: 100%;
  line-height: 43px;
  height: 45px;
}

input.small, select.small {
  height: 28px;
  line-height: 26px;
  padding: 0 10px;
}

input[type="checkbox"] {
  height: auto;
  line-height: 1;
  width: auto;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
  font-size: 1em;
  border-radius: 2px;
  background: #ffffff;
  color: #38123b;
  border: 1px solid #e0e0e0;
  letter-spacing: 0.8px;
  font-family:  !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus {
  background: #ffffff;
  color: #38123b;
  border: 1px solid #e0e0e0;
}

input[type="number"] {
  padding-right: 5px;
}

button {
  border: none;
}

.button, a.button {
  background: #212121;
  border-color: #e0e0e0;
  border-radius: 2px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
  display: inline-block;
  font-family: ;
  font-size: 1em;
  font-weight: normal;
  height: 45px;
  letter-spacing: 1px;
  line-height: 45px;
  margin: 0;
  padding: 0 25px;
  text-transform: uppercase;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  width: auto;
}

.button:focus, a.button:focus {
  background: #212121;
}

.button:hover, a.button:hover {
  color: #ffffff;
  background: #212121;
}

.button--secondary {
  background: #212121;
  border-color: #e0e0e0;
  border-radius: 2px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
  display: inline-block;
  font-family: ;
  font-size: 1em;
  font-weight: normal;
  height: 45px;
  letter-spacing: 1px;
  line-height: 45px;
  margin: 0;
  padding: 0 25px;
  text-transform: uppercase;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  width: auto;
  background: #ffffff;
  border: 2px solid #212121;
  color: #212121;
  font-weight: bold;
  line-height: 41px;
}

.button--secondary:focus {
  background: #212121;
}

.button--secondary:hover {
  color: #ffffff;
  background: #212121;
}

.button--secondary:focus {
  background: #ffffff;
}

.button--secondary:hover {
  color: #212121;
  background: #ffffff;
}

table {
  background: transparent;
  border: solid 1px #e0e0e0;
}

table tr td {
  color: #38123b;
}

table thead, table tfoot {
  background: ;
}

table thead tr th, table thead tr td, table tfoot tr th, table tfoot tr td {
  color: #38123b;
}

table tr:nth-of-type(even) {
  background: ;
}

@media only screen and (max-width: 768px) {
  table.responsive {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    clear: left;
    border: 0;
    /* Hide table headers (but not display: none;, for accessibility) */
  }
  table.responsive thead, table.responsive tbody, table.responsive th, table.responsive td, table.responsive tr {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    clear: left;
  }
  table.responsive thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  table.responsive tr {
    border: 1px solid #e0e0e0;
    padding: 15px;
  }
  table.responsive td {
    padding: 0;
    line-height: 1.6;
    border: none;
    border-bottom: 0;
    position: relative;
    padding: 10px 0;
  }
  table.responsive td:empty {
    padding: 0;
  }
  table.responsive td:before {
    display: block;
    font-weight: bold;
    word-wrap: break-word;
    max-width: 100%;
  }
  table.responsive td:before {
    content: attr(data-label);
  }
}

/*  2. - THEME
//////////////////////////////////////////////////////////////////////////////*/
/*  2.1 - General
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
html {
  margin: 0;
  padding: 0;
}

.error {
  color: ;
}

body {
  font-family: ;
  color: #38123b;
  line-height: 1.6;
  font-size: 16px;
  letter-spacing: 1px;
}

body.modal-on {
  overflow: hidden;
}

body.modal-unfix {
  overflow-x: hidden;
  overflow-y: auto;
}

.shopify-section {
  clear: both;
}

.textarea {
  white-space: pre-line;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.svg-icon-lib {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.fw--icon {
  position: relative;
  display: inline-block;
}

.fw--icon--search {
  stroke: currentColor;
}

/* path {
  fill: currentColor;
} */

.page-title {
  margin-bottom: 30px;
}

label {
  color: #38123b;
}

.main-content {
  padding-top: 30px;
}

.row {
  max-width: none;
}

@media only screen and (min-width: 768px) {
  .row {
    padding: 0 40px;
  }
}

html, body {
  background: #ffffff;
}

.placeholder-icon {
  fill: #cbcbcb;
  color: #cbcbcb;
  background-color: #e9e9e9;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.placeholder-noblocks {
  padding: 50px;
  text-align: center;
}

.section--slideshow .placeholder-icon {
  position: absolute;
  top: 0;
  left: 0;
}

/*  2.2 - Header
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.main-header {
  position: relative;
  z-index: 3;
  width: 100%;
  font-family: ;
}

.main-header .search-account .fw--icon,
.main-header .cart-container .fw--icon {
  height: 1.2em;
}

.main-header .search-account .searchbar-open .fw--icon--search,
.main-header .search-account .fw--icon--account,
.main-header .cart-container .searchbar-open .fw--icon--search,
.main-header .cart-container .fw--icon--account {
  left: 4px;
}

.main-header .fw--icon--account {
  left: 1px;
}

.main-header .fw--icon--search {
  top: 1px;
}

.main-header .fw--icon--menu {
  width: 20px;
  height: 20px;
}

.main-header .off-canvas--open {
  line-height: 1;
  padding: 10px;
}

.main-header .header--bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #3a183c;
  opacity: 1;
}

[data-header--menu-transparent="false"] .main-header .header--bg {
  opacity: 1 !important;
}

@media only screen and (max-width: 767px) {
  .main-header .header--bg {
    display: none;
  }
}

.main-header .top.row {
  padding-top: 30px;
  padding-bottom: 20px;
  background: transparent;
  min-height: 50px;
}

@media only screen and (max-width: 767px) {
  .main-header .top.row {
    display: none;
  }
}

.main-header .bottom-row {
  background: transparent;
  position: relative;
  height: 64px;
}

.main-header .bottom-row.hover {
  background: #ffffff;
  background: transparent;
}

@media only screen and (max-width: 767px) {
  .main-header .bottom-row {
    display: none;
  }
}

.main-header .bottom-row .cart-container {
  width: auto;
  position: absolute;
  right: 55px;
  padding: 0;
  top: 10px;
}

.main-header .currency-selector {
  font-size: 16px;
  display: none;
  color: #ffffff;
}

.main-header .currency-selector.left-aligned {
  margin-top: 7px;
  position: absolute;
  left: 40px;
  width: 200px;
  z-index: 1;
}

.main-header .currency-selector.right-aligned {
  width: auto;
  position: relative;
  display: inline-block;
  padding-right: 5px;
}

.main-header .currency-selector.mobile {
  position: relative;
  display: block;
  z-index: 1;
  width: 84%;
  margin: 10px auto 0;
  border-top: 1px solid #ffffff;
  padding: 20px 0 10px;
  float: none;
  min-width: 290px;
}

.main-header .currency-selector.mobile .container {
  padding: 0 15px;
}

.main-header .currency-selector.mobile form {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .main-header .currency-selector {
    display: block;
  }
}

.main-header .currency-selector .custom.dropdown {
  margin-top: -5px;
  width: 65px;
  float: left;
}

.main-header .currency-selector span {
  float: left;
  padding-right: 5px;
}

.main-header .currency-selector select {
  display: inline-block;
  width: auto;
  padding-right: 25px;
  margin-top: -5px;
}

@media only screen and (min-width: 768px) {
  .main-header .logo-center h1.title {
    text-align: center;
  }
}

.main-header h1.title {
  text-align: center;
  font-family: ;
  font-size: 2.33333em;
  margin: 0;
  display: block;
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .main-header h1.title {
    text-align: left;
  }
}

.main-header h1.title a {
  color: #ffffff;
  display: inline-block;
  bottom: 5px;
  left: 0;
}

.main-header .search-account {
  display: none;
  color: #ffffff;
  position: absolute;
  right: 40px;
  width: auto;
}

@media only screen and (min-width: 768px) {
  .main-header .search-account {
    display: block;
  }
}

.main-header .search-account .fw--icon--cross {
  font-size: 70%;
  stroke: black;
}

.main-header .search-account .font-normal {
  font-weight: normal;
}

.main-header .search-account a, .main-header .search-account a:link {
  font-weight: bold;
  color: #ffffff;
}

.main-header .search-account .menu {
  margin-top: 7px;
}

.main-header .search-account .menu .searchbar-open {
  display: inline-block;
  position: relative;
  margin-left: 5px;
}

.main-header .search-account .menu .seperator {
  position: relative;
  display: inline-block;
  height: 16px;
  width: 1px;
  margin: 0 10px;
  background: #ffffff;
  top: 4px;
  visibility: hidden;
  display: none;
}

.main-header .search-account .menu .account-open {
  display: inline-block;
  position: relative;
  margin-left: 15px;
}

.main-header .search-account .searchbar-container {
  display: none;
  width: 100%;
  top: 0;
  max-width: 250px;
}

.main-header .search-account .searchbar-container button {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 26px;
  color: #38123b;
}

.main-header .search-account .searchbar-container .fw--icon--search {
  font-size: 1em;
}

.main-header .search-account .searchbar-container .fw--icon--cross {
  position: absolute;
  top: 1em;
  right: 0;
}

.main-header .search-account .account-container {
  display: none;
  top: 6px;
  right: -3px;
  padding: 0;
  width: 100%;
  position: relative;
}

.main-header .search-account .account-container .fw--icon--cross {
  top: 1px;
}

.main-header .cart {
  width: 100%;
  text-align: right;
  padding: 0;
}

.main-header .cart .cart-link {
  line-height: 30px;
  color: #272727;
  font-weight: bold;
  text-transform: uppercase;
}

.main-header .cart .cart-link .fw--icon {
  display: none;
  fill: #272727;
  top: 1px;
  left: 2px;
  height: 1em;
}

.main-header .cart a, .main-header .cart a:link {
  margin-left: 8px;
}

.main-header .cart .button, .main-header .cart a.button {
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: ;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  border: 0;
  border-radius: 2px;
  margin-top: -15px;
}

.main-header .cart .heading {
  font-size: 1em;
}

.main-header .cart .recently-added {
  font-family: ;
  display: none;
  border: 1px solid #e0e0e0;
  background: #ffffff;
  text-align: left;
  position: absolute;
  width: 350px;
  top: 50px;
  right: 0;
  padding: 10px 10px 20px 10px;
  z-index: 10;
}

.main-header .cart .recently-added:after {
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  bottom: 100%;
  width: 0;
  height: 0;
  border-color: transparent transparent #ffffff transparent;
  border-style: solid;
  border-width: 10px;
}

.main-header .cart .recently-added:before {
  content: '';
  display: block;
  position: absolute;
  right: 19px;
  bottom: 100%;
  width: 0;
  height: 0;
  border-color: transparent transparent #e0e0e0 transparent;
  border-style: solid;
  border-width: 11px;
}

.main-header .cart .recently-added.mobile {
  width: 280px;
  left: 50%;
  right: auto;
  margin-left: -140px;
  position: fixed;
  top: 50%;
  margin-top: -131px;
}

.main-header .cart .recently-added.mobile img {
  max-width: 80px;
}

.main-header .cart .recently-added.mobile .close {
  position: absolute;
  color: #000;
  background: #fff;
  padding: 10px;
  opacity: .3;
  top: 0;
  right: 0;
  display: block;
  z-index: 1;
}

.main-header .cart .recently-added.mobile .close:hover {
  cursor: pointer;
  opacity: .5;
}

.main-header .cart .recently-added.mobile:before {
  display: none;
}

.main-header .cart .recently-added.mobile:after {
  display: none;
}

.main-header .cart .recently-added a {
  margin-left: 0;
}

.main-header .cart .recently-added .empty-cart {
  padding: 10px;
}

.main-header .cart .recently-added form {
  margin: 0;
}

.main-header .cart .recently-added table {
  font-size: 0.83333em;
  margin: 0 0 10px 0;
  border: 0;
}

.main-header .cart .recently-added table tr td {
  padding: 10px 5px;
}

.main-header .cart .recently-added table img {
  max-width: 80px;
}

.main-header .cart .recently-added table .cart-item {
  padding-left: 0;
}

.main-header .cart .recently-added table .cart-price {
  width: 25%;
  padding-right: 0;
  text-align: right;
}

.main-header .cart .recently-added table tr:nth-of-type(even) {
  background: none;
}

.main-header .cart .recently-added table thead {
  background: none;
}

.main-header .cart .recently-added table tfoot {
  border-top: 1px solid #e0e0e0;
  background: none;
}

.main-header .cart .recently-added table tfoot .items-count {
  font-weight: normal;
}

.main-header .cart .recently-added table tfoot tr, .main-header .cart .recently-added table tfoot td {
  padding: 20px 0;
}

.main-header .cart .recently-added h1, .main-header .cart .recently-added h2, .main-header .cart .recently-added h3 {
  font-size: 1em;
  font-weight: normal;
  margin-bottom: 0;
}

.main-header .cart .recently-added .button {
  margin-top: 10px;
  width: 100%;
  margin: 0;
  text-align: center;
}

.main-header .cart .recently-added .error {
  display: none;
  padding: 10px;
}

.main-header .cart .recently-added-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .8;
}

.main-header .menu-container.text-center nav.widescreen {
  margin: 0;
}

.header--mobile {
  background-color: #3a183c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
}

@media only screen and (min-width: 768px) {
  .header--mobile {
    display: none;
  }
}

.header--mobile .off-canvas--open {
  width: 50%;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.header--mobile .fw--icon--menu {
  color: #ffffff;
}

.header--mobile--cart {
  width: 50%;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  text-align: right;
}

.header--mobile--cart-link {
  padding: 10px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
}

.header--mobile--cart-link svg {
  display: none;
  color: #272727;
  fill: #272727;
}

.header--mobile--recently-added .cart {
  width: auto;
}

.header--mobile--recently-added .fw--icon--cross {
  height: 15px;
  width: 15px;
}

.header--mobile--title {
  padding: 0 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: calc(100% - 120px);
}

.header--mobile--title h1.title {
  font-size: 16px;
  line-height: 1.1;
}

.header--y-menu-for-off-canvas {
  display: none;
}

.mobile-nav--search {
  font-family: ;
}

.mobile-nav--currency {
  font-family: ;
  padding: 40px 15px;
}

.mobile-nav--currency strong {
  padding: 0 0 5px;
  font-weight: normal;
  display: inline-block;
}

.mobile-nav--login {
  font-family: ;
  padding: 40px 15px 0;
}

.y-menu--level-1--link .fw--icon--chevron-left {
  top: 22px;
}

/*  2.3 - Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.main-footer {
  padding: 0 0 60px 0;
  background: ;
  color: ;
  margin-top: 50px;
}

.main-footer .row.bottom .fw--icon {
  height: 1.35em;
}

.main-footer .footer-divider {
  padding: 0 0 10px 0;
}

.main-footer a, .main-footer a:link {
  color: ;
}

.main-footer p {
  margin-top: 0;
}

.main-footer .title {
  font-size: 1.16667em;
  margin: 30px 0 0 0;
  text-transform: uppercase;
  font-weight: bold;
  height: 16.328125px;
  min-width: 1px;
}

.main-footer .content {
  margin: 20px 0 0 0;
}

.main-footer .widget-heading {
  padding-bottom: 5px;
  margin-bottom: 25px;
}

.main-footer .about {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .main-footer .about {
    text-align: left;
  }
}

.main-footer .about .text {
  margin-top: 0;
}

.main-footer .menu {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .main-footer .menu {
    text-align: left;
  }
}

.main-footer .menu .footer-nav {
  margin: 0;
  padding: 0;
}

.main-footer .menu .footer-nav li {
  margin: 0;
  padding: 0 0 5px;
}

.main-footer .menu .footer-nav li a {
  padding: 0;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .main-footer .menu .footer-nav li {
    padding: 0;
  }
}

.main-footer .subscribe {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .main-footer .subscribe {
    text-align: left;
  }
}

.main-footer .subscribe .contact-form, .main-footer .subscribe .mailchimp-form {
  display: inline-block;
  padding-bottom: 15px;
}

.main-footer .subscribe .contact-form input[type="email"], .main-footer .subscribe .mailchimp-form input[type="email"] {
  display: inline-block;
  width: auto;
  margin-right: 5px;
  height: 28px;
  line-height: 26px;
}

.main-footer .subscribe .contact-form input[type="submit"], .main-footer .subscribe .mailchimp-form input[type="submit"] {
  display: inline-block;
  width: auto;
  padding: 0 15px;
  height: 28px;
  line-height: 26px;
}

.main-footer .subscribe .contact-form .success, .main-footer .subscribe .mailchimp-form .success {
  font-style: italic;
}

.main-footer .payment-options {
  margin: 30px 0 0 0;
  padding: 0;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .main-footer .payment-options {
    text-align: center;
  }
}

.main-footer .payment-options .fw--icon {
  font-size: 130%;
  max-height: 1.5em;
  vertical-align: middle;
}

.main-footer .payment-options .fw--icon--payment-apple_pay {
  height: 30px;
  width: 45px;
  max-height: none;
}

.main-footer .payment-options .fw--icon--payment-master {
  width: 40px;
}

.main-footer .payment-options .fw--icon--payment-shopify_pay {
  width: 47px;
}

.main-footer .payment-options .fw--icon--payment-jcb {
  width: 40px;
  height: 40px;
}

.main-footer .payment-options li {
  display: inline-block;
  margin: 20px 15px 10px 0;
}

.main-footer .payment-options li .icon {
  font-size: 30px;
}

.main-footer form {
  margin: 0;
}

.main-footer .social-follow a {
  display: inline-block;
  margin: 0 15px 10px 0;
}

.main-footer .social-follow a:last-child {
  margin-right: 0;
}

/*  3. - PARTIALS
//////////////////////////////////////////////////////////////////////////////*/
/*  3.1 - Searchbar
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.searchbar-container {
  position: relative;
}

.searchbar-container form {
  margin: 0;
  padding: 0 24px 0 10px;
  width: 250px;
}

.searchbar-container button {
  right: 30px;
}

.searchbar-container .text {
  display: inline-block;
  max-width: 250px;
  font-size: 1em;
  margin-bottom: 0;
}

/*  3.2 - Product
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.product-grid--root {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 15px;
}

.product-grid--root[data-centered="true"] {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .product-grid--root {
    padding: 5px;
  }
}

.product-grid--root[data-items-per-row="3"] > * {
  width: calc(100% / 3);
}

.product-grid--root[data-items-per-row="3"] > * {
  width: 33.3333%;
}

.product-grid--root[data-items-per-row="4"] > * {
  width: calc(100% / 4);
}

.product-grid--root[data-items-per-row="6"] > * {
  width: calc(100% / 6);
}

@media only screen and (max-width: 767px) {
  .product-grid--root[data-mobile-items-per-row="1"] > * {
    width: calc(100%);
  }
}

@media only screen and (max-width: 767px) {
  .product-grid--root[data-mobile-items-per-row="2"] > * {
    width: calc(100% / 2);
  }
}

.product--root {
  text-align: center;
  position: relative;
  padding: 15px;
}

@media only screen and (max-width: 767px) {
  .product--root {
    padding: 5px;
  }
}

.product--image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.product--image {
  width: 100%;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .product--root[data-hover-image="loaded"]:hover .product--image {
    opacity: 0;
  }
}

.product--hover-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media only screen and (max-width: 767px) {
  .product--hover-image {
    display: none;
  }
}

.product--root[data-hover-image="loaded"]:hover .product--hover-image {
  opacity: 1;
}

.product--sale {
  text-align: center;
  text-transform: uppercase;
  display: block;
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  font-family: ;
  font-size: 1em;
  font-weight: 300;
  padding: 0;
  top: 5px;
  right: 5px;
  height: 65px;
  width: 65px;
  color: ;
  background: ;
}

.product--sale:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -1px;
  /* Adjusts for spacing */
}

.product--sale span {
  max-width: 57px;
  word-wrap: break-word;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (min-width: 1024px) {
  .product--sale {
    font-size: 1.16667em;
    top: 15px;
    right: 15px;
    height: 90px;
    width: 90px;
  }
  .product--sale span {
    max-width: 82px;
  }
}

.product--sold-out {
  text-align: center;
  text-transform: uppercase;
  display: block;
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  font-family: ;
  font-size: 1em;
  font-weight: 300;
  padding: 0;
  top: 5px;
  right: 5px;
  height: 65px;
  width: 65px;
  color: ;
  background: ;
}

.product--sold-out:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -1px;
  /* Adjusts for spacing */
}

.product--sold-out span {
  max-width: 57px;
  word-wrap: break-word;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (min-width: 1024px) {
  .product--sold-out {
    font-size: 1.16667em;
    top: 15px;
    right: 15px;
    height: 90px;
    width: 90px;
  }
  .product--sold-out span {
    max-width: 82px;
  }
}

.product--details {
  text-align: center;
  text-transform: uppercase;
  padding-top: 15px;
}

.product--title {
  font-family: ;
  font-size: 1.16667em;
  padding-bottom: 10px;
}

.product--title a {
  color: #38123b;
}

.product--vendor {
  padding-bottom: 10px;
  color: #38123b;
  text-transform: capitalize;
}

.product--price {
  color: #38123b;
  font-family: ;
  font-size: 1em;
  margin-top: 15px;
}

.product--compare-price {
  color: #a736b0;
  font-size: 1em;
  font-style: italic;
  text-decoration: line-through;
  text-transform: lowercase;
  padding: 0 5px;
}

/*  3.3 - Breadcrumbs
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.breadcrumbs {
  color: #a736b0;
  background: none;
  border: 0;
  padding-bottom: 35px;
  margin: 0 0 0 -13px;
}

.breadcrumbs > * {
  font-size: 1em;
  color: #38123b;
  text-transform: capitalize;
}

.breadcrumbs > * a {
  font-size: 1em;
  color: #38123b;
  text-transform: capitalize;
}

/*  3.4 - Pagination
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.pagination {
  margin-top: 10px;
}

.pagination li a, .pagination li.unavailable a, .pagination li.current a {
  color: #38123b;
  background: none;
  font-size: 0.83333em;
}

.pagination li a:hover, .pagination li.unavailable a:hover, .pagination li.current a:hover {
  background: none;
  color: #a736b0;
}

.pagination li:hover a {
  color: #a736b0;
  background: none;
}

.pagination li.current a:hover {
  color: #38123b;
}

.pagination li.unavailable.arrow a {
  display: none;
}

.pagination .arrow [class*=fw--icon--arrow] {
  margin: 0 10px;
  font-size: 80%;
}

.pagination .arrow.left {
  background: none;
}

.pagination .arrow.right a {
  padding-right: 0;
}

.pagination .arrow.right .fw--icon--arrow-right {
  margin-right: 0;
}

/*  3.4 - Rich Text Editor Content
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.rte-content table {
  width: 100%;
}

.rte-content h1 {
  font-size: 24px;
}

.rte-content h2 {
  font-size: 20px;
}

.rte-content h3 {
  font-size: 18px;
  margin: 0 0 18px;
}

.rte-content h4 {
  font-size: 16px;
  margin: 0 0 16px;
}

.rte-content h5 {
  font-size: 16px;
  margin: 0 0 14px;
}

.rte-content h6 {
  font-size: 16px;
  margin: 0 0 12px;
}

.rte-content blockquote {
  font-weight: 300;
}

.rte-content ul, .rte-content ol, .rte-content table, .rte-content blockquote, .rte-content p {
  margin-bottom: 20px;
}

.rte-content ul {
  padding-left: 20px;
}

.rte-content li {
  margin-top: 0;
  margin-bottom: 10px;
}

.rte-content img {
  margin: 10px 0;
}

.rte-content ol {
  counter-reset: item;
  padding: 0;
}

.rte-content ol li {
  display: block;
}

.rte-content ol li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
}

.rte-content ol ol {
  padding-left: 20px;
  margin-top: 10px;
}

.rte-content a, .rte-content a:link, .rte-content a:visited, .rte-content a:hover {
  color: ;
  text-decoration: underline;
}

.rte-content a:hover {
  color: ;
}

/*  3.5 - Modal
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.modal {
  display: none;
  position: fixed;
  top: 50% !important;
  left: 50%;
  margin-left: -480px;
  z-index: 9999;
  background: #ffffff;
}

.modal img {
  overflow: auto;
  display: block;
  max-width: 100%;
}

.modal .loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -12.5px 0 0 -12.5px;
  height: 25px;
  width: 25px;
}

.modal .slides {
  display: none;
}

.modal .slides .photo {
  display: none;
}

.modal .slides .active {
  display: block;
}

.modal .prev, .modal .next {
  display: none;
  position: fixed;
  cursor: pointer;
  font-size: 100%;
  color: #fff;
  padding: 10px;
  margin-top: -25px;
  top: 50% !important;
  -webkit-transition: 0.3s, opacity;
  transition: 0.3s, opacity;
  opacity: 0.8;
}

.modal .prev:hover, .modal .prev:focus, .modal .next:hover, .modal .next:focus {
  opacity: 1;
}

.modal .prev {
  left: 10px;
}

.modal .next {
  right: 10px;
}

.modal.video {
  background: none;
  width: 600px;
  max-width: 90%;
  margin: -200px 0 0 -450px;
}

.modal.video.wide {
  width: 900px;
}

.modal.video > .bg {
  background: #3a183c;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal.video .fw--icon--cross {
  font-size: 30%;
}

.modal.video .close {
  cursor: pointer;
  opacity: 0.8;
  -webkit-transition: 0.3s, opacity;
  transition: 0.3s, opacity;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000;
  background-color: transparent;
  margin: 0;
  padding: 10px;
  font-size: 2em;
}

.modal.video .player {
  padding: 0;
}

.modal.video .player .flex-video {
  margin-bottom: 0;
}

.modal.video .caption {
  padding: 20px;
}

.modal.video .caption .title {
  font-size: 1em;
}

.modal.video .caption .sub-title {
  font-size: 0.83333em;
}

.modal.video .caption a.button {
  font-size: 0.83333em;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .modal.video .caption {
    padding: 90px 30px 30px;
  }
  .modal.video .caption .title {
    font-size: 1.16667em;
  }
  .modal.video .caption .sub-title {
    font-size: 1em;
  }
  .modal.video .caption a.button {
    font-size: 0.83333em;
  }
}

@media only screen and (min-width: 1024px) {
  .modal.video .caption .title {
    font-size: 1.5em;
  }
  .modal.video .caption .sub-title {
    font-size: 1.16667em;
  }
  .modal.video .caption a.button {
    font-size: 1em;
  }
}

.modal-mask,
.popup-modal-mask {
  display: none;
  opacity: 0.8;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
  background-color: #000;
}

/*  3.5.1 - Modal2 - TODO: Merge with existing modal styles
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@-webkit-keyframes modal-open {
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0);
    transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0);
  }
}
@keyframes modal-open {
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0);
    transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0);
  }
}

@-webkit-keyframes modal-close {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0);
    transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 1) translate3d(-50%, -50%, 0);
    transform: scale3d(0.9, 0.9, 1) translate3d(-50%, -50%, 0);
    z-index: -1;
  }
}

@keyframes modal-close {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0);
    transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 1) translate3d(-50%, -50%, 0);
    transform: scale3d(0.9, 0.9, 1) translate3d(-50%, -50%, 0);
    z-index: -1;
  }
}

#subscribe_module > p {
  font-weight: bold;
  font-size: 24px;
}

.page-contents + #subscribe_module > p {
  font-size: 16px;
}

.popup-modal-close {
  opacity: 0.8;
  -webkit-transition: 0.3s, opacity;
  transition: 0.3s, opacity;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000;
  background-color: transparent;
  margin: 0;
  padding: 10px;
  font-size: 15px;
}

@media only screen and (min-width: 768px) {
  .popup-modal-close {
    padding: 15px;
  }
}

.modal-on .popup-modal-close {
  display: block;
}

.popup-modal-close:hover, .popup-modal-close:focus {
  background: transparent;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .popup-modal-close {
    font-size: 24px;
  }
}

.popup-modal {
  display: none;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  position: fixed;
  border: none;
  overflow: hidden;
  opacity: 0;
  top: 50% !important;
  left: 50%;
  -webkit-transform: scale3d(1.1, 1.1, 1) translate3d(-50%, -50%, 0);
  transform: scale3d(1.1, 1.1, 1) translate3d(-50%, -50%, 0);
  z-index: 9999;
  margin: 0;
  padding: 0;
  max-width: 100%;
  padding: 40px 30px;
  background: transparent;
  width: 660px;
}

.popup-modal.full-width {
  width: 100%;
}

.popup-modal .inner, .popup-modal .popup-image {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .popup-modal .inner, .popup-modal .popup-image {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 50%;
  }
}

.popup-modal .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 4em 2em;
  text-align: center;
  width: 100%;
  background: #ffffff;
  color: #38123b;
  overflow: auto;
}

@media only screen and (min-width: 768px) {
  .popup-modal .inner {
    overflow: hidden;
  }
}

.popup-modal .inner:only-child {
  max-width: none;
}

.popup-modal .popup-image {
  background: none;
  background-color: #ffffff;
}

.popup-modal .popup-image a {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
}

@media only screen and (min-width: 768px) {
  .popup-modal .popup-image {
    min-height: 480px;
    background-image: url('//tigerzzz-shop.ch/cdn/shop/files/yummy_skin_banner2_1200x.png?v=1688122984');
    background-size: cover;
    background-position: 50% 0%;
  }
}

.popup-modal .popup-image img {
  display: none;
}

.popup-modal.has-image.has-no-page-content.has-no-newsletter.has-no-social-icons .popup-image {
  background: none;
  max-width: 100%;
  margin: 0 auto;
}

.popup-modal.has-image.has-no-page-content.has-no-newsletter.has-no-social-icons .popup-image a {
  position: relative;
}

.popup-modal.has-image.has-no-page-content.has-no-newsletter.has-no-social-icons .popup-image img {
  display: block;
  margin: 0 auto;
}

.popup-modal.opened, .popup-modal.closed, .popup-modal.completed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.no-flexbox .popup-modal.opened,
.flexboxtweener .popup-modal.opened, .no-flexbox .popup-modal.closed,
.flexboxtweener .popup-modal.closed, .no-flexbox .popup-modal.completed,
.flexboxtweener .popup-modal.completed {
  display: table;
}

.no-flexbox .popup-modal.opened .inner, .no-flexbox .popup-modal.opened .popup-image,
.flexboxtweener .popup-modal.opened .inner,
.flexboxtweener .popup-modal.opened .popup-image, .no-flexbox .popup-modal.closed .inner, .no-flexbox .popup-modal.closed .popup-image,
.flexboxtweener .popup-modal.closed .inner,
.flexboxtweener .popup-modal.closed .popup-image, .no-flexbox .popup-modal.completed .inner, .no-flexbox .popup-modal.completed .popup-image,
.flexboxtweener .popup-modal.completed .inner,
.flexboxtweener .popup-modal.completed .popup-image {
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (min-width: 768px) {
  .no-flexbox .popup-modal.opened .inner, .no-flexbox .popup-modal.opened .popup-image,
  .flexboxtweener .popup-modal.opened .inner,
  .flexboxtweener .popup-modal.opened .popup-image, .no-flexbox .popup-modal.closed .inner, .no-flexbox .popup-modal.closed .popup-image,
  .flexboxtweener .popup-modal.closed .inner,
  .flexboxtweener .popup-modal.closed .popup-image, .no-flexbox .popup-modal.completed .inner, .no-flexbox .popup-modal.completed .popup-image,
  .flexboxtweener .popup-modal.completed .inner,
  .flexboxtweener .popup-modal.completed .popup-image {
    width: 50%;
  }
}

.no-flexbox .popup-modal.opened.has-image.has-no-page-content.has-no-newsletter.has-no-social-icons,
.flexboxtweener .popup-modal.opened.has-image.has-no-page-content.has-no-newsletter.has-no-social-icons, .no-flexbox .popup-modal.closed.has-image.has-no-page-content.has-no-newsletter.has-no-social-icons,
.flexboxtweener .popup-modal.closed.has-image.has-no-page-content.has-no-newsletter.has-no-social-icons, .no-flexbox .popup-modal.completed.has-image.has-no-page-content.has-no-newsletter.has-no-social-icons,
.flexboxtweener .popup-modal.completed.has-image.has-no-page-content.has-no-newsletter.has-no-social-icons {
  display: block;
}

.no-flexbox .popup-modal.opened.has-image.has-no-page-content.has-no-newsletter.has-no-social-icons .popup-image,
.flexboxtweener .popup-modal.opened.has-image.has-no-page-content.has-no-newsletter.has-no-social-icons .popup-image, .no-flexbox .popup-modal.closed.has-image.has-no-page-content.has-no-newsletter.has-no-social-icons .popup-image,
.flexboxtweener .popup-modal.closed.has-image.has-no-page-content.has-no-newsletter.has-no-social-icons .popup-image, .no-flexbox .popup-modal.completed.has-image.has-no-page-content.has-no-newsletter.has-no-social-icons .popup-image,
.flexboxtweener .popup-modal.completed.has-image.has-no-page-content.has-no-newsletter.has-no-social-icons .popup-image {
  display: block;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .no-flexbox .popup-modal.opened.has-image.has-no-page-content.has-no-newsletter.has-no-social-icons .popup-image,
  .flexboxtweener .popup-modal.opened.has-image.has-no-page-content.has-no-newsletter.has-no-social-icons .popup-image, .no-flexbox .popup-modal.closed.has-image.has-no-page-content.has-no-newsletter.has-no-social-icons .popup-image,
  .flexboxtweener .popup-modal.closed.has-image.has-no-page-content.has-no-newsletter.has-no-social-icons .popup-image, .no-flexbox .popup-modal.completed.has-image.has-no-page-content.has-no-newsletter.has-no-social-icons .popup-image,
  .flexboxtweener .popup-modal.completed.has-image.has-no-page-content.has-no-newsletter.has-no-social-icons .popup-image {
    width: 100%;
  }
}

.popup-modal.opened {
  -webkit-animation: modal-open 0.3s linear forwards;
  animation: modal-open 0.3s linear forwards;
}

.popup-modal.closed {
  -webkit-animation: modal-close 0.3s linear forwards;
  animation: modal-close 0.3s linear forwards;
}

.popup-modal.completed {
  -webkit-transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0);
  transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0);
  opacity: 1;
}

.modal-unfix .popup-modal.completed {
  position: absolute;
  top: 0 !important;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.popup-modal .social-follow {
  margin: 0 auto;
  text-align: center;
}

.popup-modal .social-follow a {
  display: inline-block;
  margin: 10px 5px;
}

.popup-modal [type=email] {
  padding: 0 0.8em;
  height: 3.2em;
  margin-bottom: 10px;
  max-width: 300px;
}

.popup-modal [type=submit] {
  width: 100%;
  max-width: 300px;
  margin-bottom: 15px;
}

/*  3.6 - Social Share
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.social-share .share-item {
  display: inline-block;
  font-size: 19px;
  margin: 10px;
  border-radius: 3px;
  padding: 6px 6px 6px 10px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  -webkit-transition: background-color 300ms ease-out, color 300ms ease-out, border-color 300ms ease-out;
  transition: background-color 300ms ease-out, color 300ms ease-out, border-color 300ms ease-out;
}

.social-share .share-item .fw--icon {
  height: 0.9em;
  margin-right: 4px;
}

.social-share .share-item .fw--icon.fw--icon--twitter {
  width: 1.3em;
  height: 0.8em !important;
}

.social-share .share-item .fw--icon.fw--icon--google-plus {
  width: 1.6em;
  height: 0.8em !important;
}

.social-share .share-item span {
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  vertical-align: top;
  line-height: 2.4;
  padding-right: 12px;
  letter-spacing: 0;
  margin-left: -6px;
}

.social-share .share-item:hover {
  color: #ffffff;
}

.social-share .twitter:hover {
  background-color: #09AEEC;
  border-color: #09AEEC;
}

.social-share .facebook:hover {
  background-color: #49659D;
  border-color: #49659D;
}

.social-share .pinterest:hover {
  background-color: #CB1F2B;
  border-color: #CB1F2B;
}

.social-share .tumblr:hover {
  background-color: #2c4762;
  border-color: #2c4762;
}

.social-share .googleplus:hover {
  background-color: #CC3A2B;
  border-color: #CC3A2B;
}

/*  3.7 - Promo Bar
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.promo-bar {
  min-height: 33px;
  width: 100%;
  background-color: #212121;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 7px 10px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

[data-off-canvas--state="left-open"] .promo-bar {
  display: none;
}

.modal-on .promo-bar {
  display: none;
}

.promo-bar a, .promo-bar a:link, .promo-bar a:visited, .promo-bar a:hover {
  color: #ffffff;
}

.promo-bar span.text {
  padding: 0 28px;
  display: block;
}

.promo-bar.closed {
  max-height: 0;
  min-height: 0;
  padding: 0;
}

.promo-bar button {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.promo-bar button:focus, .promo-bar button:hover {
  background: transparent;
}

/* Featured Grid
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.featured-grid--root {
  text-align: center;
  padding: 70px 0;
}

@media only screen and (max-width: 767px) {
  .featured-grid--root {
    padding: 30px 0;
  }
}

@media only screen and (min-width: 768px) {
  .featured-grid--root[data-header-text-exists="false"][data-full-width="true"] {
    padding-top: 0;
  }
}

@media only screen and (min-width: 768px) {
  .featured-grid--root[data-footer-text-exists="false"][data-full-width="true"] {
    padding-bottom: 0;
  }
}

.featured-grid--root[data-full-width="true"] {
  padding-left: 0;
  padding-right: 0;
}

.featured-grid--root[data-alternative-color="true"] {
  color: #fff;
}

.featured-grid--root[data-alternative-color="true"] a, .featured-grid--root[data-alternative-color="true"] a:link, .featured-grid--root[data-alternative-color="true"] a:visited, .featured-grid--root[data-alternative-color="true"] a:hover {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .featured-grid--root[data-dark-background="true"] {
    color: #fff;
  }
  .featured-grid--root[data-dark-background="true"] a, .featured-grid--root[data-dark-background="true"] a:link, .featured-grid--root[data-dark-background="true"] a:visited, .featured-grid--root[data-dark-background="true"] a:hover {
    color: #fff;
  }
}

.featured-grid--header {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 0 15px;
}

.featured-grid--header > * {
  padding-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .featured-grid--header > * {
    padding-bottom: 10px;
  }
}

.featured-grid--header > *:last-child {
  padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .featured-grid--header > *:last-child {
    padding-bottom: 5px;
  }
}

.featured-grid--title {
  padding-bottom: 15px;
}

.featured-grid--subtitle {
  margin: 0;
  padding-bottom: 15px;
}

.featured-grid--body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px;
}

@media only screen and (max-width: 767px) {
  .featured-grid--body {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 7.5px !important;
  }
}

@media only screen and (min-width: 768px) {
  .featured-grid--root[data-text-position="center"] .featured-grid--body {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.featured-grid--root[data-full-width="true"] .featured-grid--body {
  max-width: none;
}

.featured-grid--root[data-spacing="false"] .featured-grid--body {
  padding-left: 0;
  padding-right: 0;
}

.featured-grid--root[data-spacing="false"][data-full-width="true"][data-header-text-exists="false"] .featured-grid--body {
  padding-top: 0;
}

.featured-grid--root[data-spacing="false"][data-full-width="true"][data-footer-text-exists="false"] .featured-grid--body {
  padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .featured-grid--item {
    width: 100% !important;
    padding: 10px !important;
  }
}

.featured-grid--root[data-spacing="true"] .featured-grid--item {
  padding: 15px;
}

@media only screen and (max-width: 767px) {
  .featured-grid--root[data-mobile-width="2"] .featured-grid--item {
    width: 50% !important;
  }
}

.featured-grid--item--image {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.featured-grid--item--image img {
  width: 100%;
}

.featured-grid--item--container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .featured-grid--item--container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.featured-grid--root[data-text-position="bottom"] .featured-grid--item--container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.featured-grid--item--overlay-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity .25s linear;
  transition: opacity .25s linear;
}

@media only screen and (min-width: 768px) {
  .featured-grid--root[data-text-position="center"] .featured-grid--item:hover .featured-grid--item--overlay-background {
    opacity: .8;
  }
}

.featured-grid--item--text {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  padding: 15px 15px 0;
}

@media only screen and (max-width: 767px) {
  .featured-grid--item--text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 15px 0 0 !important;
    max-width: 100% !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    -webkit-transform: none !important;
    transform: none !important;
    margin: 0 !important;
    opacity: 1 !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}

.featured-grid--root[data-text-position="bottom"] .featured-grid--item--text {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.featured-grid--root[data-text-position="center"] .featured-grid--item--text {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: opacity .25s linear;
  transition: opacity .25s linear;
  padding-top: 0;
}

.featured-grid--root[data-text-position="center"] .featured-grid--item--text:hover {
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .featured-grid--root[data-alternative-color="true"][data-text-position="center"] .featured-grid--item--text {
    color: #38123b;
  }
}

.featured-grid--item--title {
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .featured-grid--item--title {
    padding-bottom: 10px;
  }
}

.featured-grid--item--subtitle {
  max-width: 900px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .featured-grid--root[data-text-position="center"] .featured-grid--item--subtitle {
    padding-bottom: 15px;
  }
}

.featured-grid--footer {
  padding-top: 15px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .featured-grid--footer {
    padding-top: 7.5px;
  }
}

.featured-grid--title {
  text-transform: uppercase;
  margin: -.3em 0;
}

a.featured-grid--call-to-action {
  background: #212121;
  border-color: #e0e0e0;
  border-radius: 2px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
  display: inline-block;
  font-family: ;
  font-size: 1em;
  font-weight: normal;
  height: 45px;
  letter-spacing: 1px;
  line-height: 45px;
  margin: 0;
  padding: 0 25px;
  text-transform: uppercase;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  width: auto;
}

a.featured-grid--call-to-action:focus {
  background: #212121;
}

a.featured-grid--call-to-action:hover {
  color: #ffffff;
  background: #212121;
}

.featured-grid--item--title {
  margin: -.3em 0;
  text-transform: uppercase;
  font-size: 18px;
}

.featured-grid--item--subtitle {
  font-size: 16px;
}

/* Feedback bar
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.feedback-bar--root {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 15px 30px;
  text-align: center;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .feedback-bar--root {
    padding: 15px;
  }
}

.feedback-bar--root[data-feedback-bar--open="true"] {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .5s linear;
  transition: opacity .5s linear;
}

.feedback-bar--root[data-feedback-bar--open="false"] {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s .5s, opacity .5s linear;
  transition: visibility 0s .5s, opacity .5s linear;
}

@media only screen and (max-width: 767px) {
  .feedback-bar--root {
    padding: 15px;
  }
}

.feedback-bar--message {
  display: inline-block;
  padding: 20px 30px;
  background-color: #38123b;
  color: #ffffff;
  border: 1px solid #e0e0e0;
}

.feedback-bar--message span {
  display: none;
}

/*  4. - TEMPLATES
//////////////////////////////////////////////////////////////////////////////*/
/*  4.1 - Index
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.template-index .main-content {
  padding: 0;
}

.template-index .main-footer {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .template-index [data-header--menu-transparent=true] .main-header {
    position: absolute;
  }
  .template-index [data-header--menu-transparent=true] .header--bg {
    opacity: 0;
  }
}

.template-index [data-header--menu-transparent=true] .header-divider {
  display: none;
}

.section--slideshow .placeholder-noblocks {
  height: 600px;
  display: inline-block;
  vertical-align: middle;
  line-height: 600px;
  width: 100%;
}

.section--slideshow .slider {
  border-bottom: 1px solid #e0e0e0;
}

@media only screen and (min-width: 768px) {
  .section--slideshow .slider {
    border-bottom: none;
  }
}

.section--slideshow .slider .owl-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section--slideshow .slider .flex-video {
  padding-bottom: 45%;
}

.section--slideshow .slider .video .caption, .section--slideshow .slider .video .video-src {
  display: none;
}

.section--slideshow .slider .video .play-button {
  display: block;
  visibility: hidden;
  cursor: pointer;
  opacity: .5;
  position: absolute;
  top: 50%;
  left: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  height: 80px;
  width: 80px;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  border: 4px solid #fff;
  background: #000;
  border-radius: 50%;
}

.section--slideshow .slider .video .play-button:hover {
  opacity: .6;
}

.section--slideshow .slider .video .play-button .triangle {
  -moz-transform: scale(0.9999);
  position: relative;
  top: 21px;
  left: 30px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid #fff;
}

.section--slideshow .slider .owl-controlls {
  margin-top: 0;
}

.section--slideshow .slider .row {
  position: relative;
  padding: 0;
}

.section--slideshow .slider .slide {
  position: relative;
}

.section--slideshow .slider .slide img {
  display: inline-block;
  width: 100%;
}

.section--slideshow .slider .slide .caption {
  visibility: hidden;
  position: static;
  padding: 15px;
  background-color: #3a183c;
}

.section--slideshow .slider .slide .caption.right {
  float: left !important;
}

.section--slideshow .slider .slide .caption > *:last-child {
  padding-bottom: 0 !important;
}

.section--slideshow .slider .slide .caption .bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #3a183c;
  opacity: 0.8;
}

@media only screen and (min-width: 768px) {
  .section--slideshow .slider .slide .caption .bg {
    display: block;
  }
}

.section--slideshow .slider .slide .caption .title {
  color: #ffffff;
  position: relative;
  margin: 0;
  font-size: 18px;
  padding-bottom: 15px;
  margin: -.3em 0;
  text-transform: uppercase;
}

.section--slideshow .slider .slide .caption .sub-title {
  color: #ffffff;
  position: relative;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  padding-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .section--slideshow .slider .slide .caption .sub-title {
    margin: 0 50px 0 0;
  }
}

.section--slideshow .slider .slide .caption a.button {
  color: #ffffff;
  background: #272727;
  position: relative;
  font-family: ;
  font-size: 0.83333em;
  margin-bottom: 0;
}

.section--slideshow .slider .slide .caption a.button:hover {
  color: #ffffff;
  background: ;
}

@media only screen and (min-width: 768px) {
  .section--slideshow .slider .slide .caption {
    position: absolute;
    max-width: 350px;
    margin: 20px 55px 30px;
    padding: 30px;
    background-color: transparent;
  }
  .section--slideshow .slider .slide .caption a.button {
    font-size: 11px;
  }
  .section--slideshow .slider .slide .caption.top {
    top: 125px;
    margin-top: 0;
  }
  .section--slideshow .slider .slide .caption.middle {
    top: 50%;
    margin-top: 0;
  }
  .section--slideshow .slider .slide .caption.bottom {
    bottom: 0;
  }
  .section--slideshow .slider .slide .caption.left {
    left: 0;
  }
  .section--slideshow .slider .slide .caption.center {
    left: 50%;
    margin-left: 0;
  }
  .section--slideshow .slider .slide .caption.right {
    right: 0;
  }
  .section--slideshow .slider .slide .caption.bottom.right {
    bottom: 45px;
  }
}

@media only screen and (min-width: 1024px) {
  .section--slideshow .slider .slide .caption {
    max-width: 400px;
  }
  .section--slideshow .slider .slide .caption a.button {
    font-size: 1em;
  }
}

.section--slideshow .slider .owl-controls {
  margin-top: 0;
}

.section--slideshow .slider .owl-pagination {
  position: absolute;
  right: 20px;
  bottom: 18px;
  top: auto;
  margin: 0;
  padding: 5px;
}

@media only screen and (min-width: 768px) {
  .section--slideshow .slider .owl-pagination {
    right: 50px;
    bottom: 20px;
  }
}

.section--slideshow .slider .owl-pagination .owl-page {
  border-radius: 50%;
  border: 0;
  margin: 0 7px 0 0;
  cursor: pointer;
  display: inline-block;
  height: 15px;
  width: 15px;
  background-color: #272727;
  opacity: 0.6;
}

.section--slideshow .slider .owl-pagination .owl-page:last-child {
  margin-right: 0;
}

.section--slideshow .slider .owl-pagination .owl-page.active {
  opacity: 0.8;
}

.product-slider {
  background: ;
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
}

@media only screen and (max-width: 767px) {
  .product-slider {
    padding: 30px 0;
  }
}

@media only screen and (min-width: 768px) {
  .product-slider.disabled .owl-wrapper {
    width: 100% !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .product-slider.disabled .owl-item, .product-slider.disabled .product-item {
    display: inline-block !important;
    float: none;
    width: 100%;
    vertical-align: top;
  }
  .product-slider.disabled .row.content {
    text-align: center;
  }
}

.product-slider .content.row {
  padding: 0 50px;
}

@media only screen and (max-width: 767px) {
  .product-slider .content.row {
    padding: 0 30px;
  }
}

.product-slider .content.row .product-grid--root {
  padding: 0;
  margin: -15px 0;
}

.product-slider .owl-prev, .product-slider .owl-next {
  color: #38123b;
  position: absolute;
  top: 50%;
  background: none;
  opacity: 0.8;
}

.product-slider .owl-prev:before, .product-slider .owl-next:before {
  content: '';
  width: 21px;
  height: 20px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
}

.product-slider .owl-prev {
  left: 0;
  height: 21px;
  margin: -40px 0 0 -30px;
}

@media only screen and (max-width: 767px) {
  .product-slider .owl-prev {
    margin-left: -25px;
  }
}

.product-slider .owl-prev:before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTcuMDkgMzIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE3LjA5IDMyIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBkPSJNMTYuOTk4LDMwLjIzN2MwLjA2MSwwLjE1OCwwLjA5MywwLjMyMSwwLjA5MywwLjQ5MXMtMC4wMzIsMC4zMzQtMC4wOTMsMC40OTFjLTAuMDYxLDAuMTU4LTAuMTUsMC4yOTgtMC4yNzEsMC40MThjLTAuMTIxLDAuMTIyLTAuMjYsMC4yMTItMC40MTcsMC4yNzNDMTYuMTUsMzEuOTcsMTUuOTkyLDMyLDE1LjgzNSwzMmMtMC4xNTcsMC0wLjMxNC0wLjAzLTAuNDcxLTAuMDkxYy0wLjE1OS0wLjA2MS0wLjI5OC0wLjE1MS0wLjQxOS0wLjI3M0wwLjM2MiwxNi45MDhjLTAuMTIxLTAuMTItMC4yMTItMC4yNi0wLjI3My0wLjQxN0MwLjAyOSwxNi4zMzMsMCwxNi4xNywwLDE2YzAtMC4xNjksMC4wMjktMC4zMzMsMC4wODktMC40OTFzMC4xNTItMC4yOTcsMC4yNzMtMC40MThMMTQuOTQ0LDAuMzYzYzAuMTIxLTAuMTIsMC4yNi0wLjIxMSwwLjQxOS0wLjI3M0MxNS41MjEsMC4wMywxNS42NzgsMCwxNS44MzUsMGMwLjE1NywwLDAuMzE2LDAuMDMsMC40NzUsMC4wOWMwLjE1NywwLjA2MiwwLjI5NiwwLjE1MywwLjQxNywwLjI3M2MwLjEyMSwwLjEyMiwwLjIxMSwwLjI2MSwwLjI3MSwwLjQxOGMwLjA2MSwwLjE1OCwwLjA5MywwLjMyMiwwLjA5MywwLjQ5MWMwLDAuMTctMC4wMzIsMC4zMzQtMC4wOTMsMC40OTFzLTAuMTUsMC4yOTctMC4yNzEsMC40MThMMy40MTgsMTZsMTMuMzA4LDEzLjgxOUMxNi44NDgsMjkuOTQsMTYuOTM3LDMwLjA3OSwxNi45OTgsMzAuMjM3eiIvPjwvc3ZnPg==);
}

.product-slider .owl-next {
  right: 0;
  margin: -40px -30px 0 0;
}

@media only screen and (max-width: 767px) {
  .product-slider .owl-next {
    margin-right: -25px;
  }
}

.product-slider .owl-next:before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTcuMDkgMzIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE3LjA5IDMyIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBkPSJNMC4wOTMsMS43NjNDMC4wMzIsMS42MDYsMCwxLjQ0MiwwLDEuMjczYzAtMC4xNjksMC4wMzItMC4zMzQsMC4wOTMtMC40OTFjMC4wNjEtMC4xNTgsMC4xNS0wLjI5OCwwLjI3MS0wLjQxOGMwLjEyMS0wLjEyMiwwLjI2LTAuMjEyLDAuNDE3LTAuMjczQzAuOTQsMC4wMywxLjA5OSwwLDEuMjU2LDBDMS40MTMsMCwxLjU3LDAuMDMsMS43MjcsMC4wOTFjMC4xNTksMC4wNjEsMC4yOTgsMC4xNTEsMC40MTksMC4yNzNsMTQuNTgyLDE0LjcyOGMwLjEyMSwwLjEyLDAuMjEyLDAuMjYsMC4yNzMsMC40MTdDMTcuMDYyLDE1LjY2NywxNy4wOSwxNS44MywxNy4wOSwxNmMwLDAuMTY5LTAuMDI5LDAuMzMzLTAuMDg5LDAuNDkxYy0wLjA2MSwwLjE1OC0wLjE1MiwwLjI5Ny0wLjI3MywwLjQxOEwyLjE0NiwzMS42MzdjLTAuMTIxLDAuMTItMC4yNiwwLjIxMS0wLjQxOSwwLjI3M0MxLjU3LDMxLjk3LDEuNDEzLDMyLDEuMjU2LDMycy0wLjMxNi0wLjAzLTAuNDc1LTAuMDljLTAuMTU3LTAuMDYyLTAuMjk2LTAuMTUzLTAuNDE3LTAuMjczYy0wLjEyMS0wLjEyMi0wLjIxMS0wLjI2MS0wLjI3MS0wLjQxOEMwLjAzMiwzMS4wNjEsMCwzMC44OTcsMCwzMC43MjhjMC0wLjE3LDAuMDMyLTAuMzM0LDAuMDkzLTAuNDkxczAuMTUtMC4yOTcsMC4yNzEtMC40MThMMTMuNjcyLDE2TDAuMzY0LDIuMTgyQzAuMjQzLDIuMDYsMC4xNTMsMS45MjEsMC4wOTMsMS43NjN6Ii8+PC9zdmc+);
  right: 0;
}

.product-slider .owl-theme .owl-controls {
  margin: 0;
}

.product-slider h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: bold;
  margin: -.3em 0;
  padding-bottom: 30px;
}

.product-slider ul {
  list-style: none;
  margin-top: 50px;
}

.product-slider ul li .columns {
  float: left !important;
}

.widgets .row {
  padding: 30px 10px 0;
}

@media only screen and (min-width: 768px) {
  .widgets .row {
    padding: 100px 30px 0;
  }
}

.widgets .row.empty {
  padding: 30px 10px;
}

.widgets .columns {
  padding-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .widgets .columns {
    padding-bottom: 100px;
  }
}

.widgets .featured-promo {
  background: ;
}

.widgets .featured-promo img {
  display: block;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .widgets .featured-promo img {
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1024px) {
  .widgets .featured-promo .vimeo-wrapper {
    padding: 0 40px;
  }
}

.widgets .featured-promo .description {
  font-size: 1.16667em;
  line-height: 1.8;
  max-width: 800px;
  display: inline-block;
}

.widgets .featured-promo .description .call-to-action a {
  margin-top: 30px;
  margin-bottom: 0;
  text-transform: none;
}

.widgets .featured-promo .description .call-to-action a .button {
  margin-bottom: 0;
}

.widgets .small-promos {
  padding: 0;
}

.widgets .small-promos .row {
  padding: 0;
}

.widgets .small-promos .columns {
  margin: 0;
  padding: 0;
}

.widgets .small-promos .columns:last-child {
  margin: 0;
}

.widgets .small-promos .image-text-widget {
  position: relative;
}

.widgets .small-promos .image-text-widget:hover .caption {
  opacity: 1;
}

.widgets .small-promos img {
  width: 100%;
}

.widgets .small-promos .block {
  min-height: 140px;
}

.widgets .small-promos .caption {
  -webkit-transition: 0.4s opacity ease-in-out;
  transition: 0.4s opacity ease-in-out;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
}

.widgets .small-promos .caption .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  opacity: 0.9;
  z-index: 0;
}

.widgets .small-promos .caption .inner {
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -20px;
  width: 100%;
  text-align: center;
}

.widgets .small-promos .caption h1 {
  position: relative;
  z-index: 1;
  margin: 0 0 10px 0;
  color: #38123b;
  font-size: 1.5em;
}

.widgets .small-promos .caption h2 {
  color: ;
  margin: 0;
  font-family: ;
  font-size: 1.16667em;
  font-weight: normal;
  text-transform: uppercase;
}

.widgets .social-feeds .title {
  text-align: center;
}

.widgets .title {
  text-transform: uppercase;
  font-size: 1.5em;
  margin: 0;
  padding-bottom: 22px;
  font-weight: bold;
}

.image-widget {
  padding: 15px;
}

@media only screen and (min-width: 768px) {
  .image-widget {
    padding: 0;
  }
}

.image-widget img {
  width: 100%;
}

.twitter-widget {
  text-align: center;
}

.twitter-widget iframe {
  display: block;
  margin: 0 auto;
}

.instagram-widget {
  text-align: center;
}

.instagram-widget .items {
  margin-top: -7px;
  display: inline-block;
  overflow: hidden;
  max-height: 330px;
  max-width: 501px;
}

.instagram-widget .items.wide {
  max-width: 1002px;
}

.instagram-widget .items .item {
  display: inline-block;
  margin: 7px;
  width: 153px;
  height: 153px;
  overflow: hidden;
  position: relative;
}

.instagram-widget .items img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.featured-product--container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 50px;
}

@media only screen and (max-width: 767px) {
  .featured-product--container {
    padding: 30px 15px;
  }
}

.featured-product--header {
  text-align: center;
  text-transform: uppercase;
}

.featured-product--heading {
  margin: -.3em 0;
  padding-bottom: 30px;
}

.featured-product--body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .featured-product--body > * {
    padding: 0 25px;
  }
}

.featured-product--image {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .featured-product--image {
    width: 100%;
  }
}

.featured-product--info {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .featured-product--info {
    width: 100%;
    padding: 15px 0 0;
    text-align: center;
  }
}

.featured-product--info > * {
  padding: 10px 0;
}

@media only screen and (max-width: 767px) {
  .featured-product--info > * {
    padding: 5px 0;
  }
}

.featured-product--title {
  font-size: 18px;
  text-transform: uppercase;
  margin: -.3em 0;
}

.featured-product--vendor {
  font-size: 16px;
}

.featured-product--caption {
  width: 350px;
  max-width: 100%;
}

.featured-product--caption p:last-child {
  margin: 0;
}

.featured-product--actual-price {
  font-family: ;
  color: #38123b;
  font-weight: lighter;
  font-size: 18px;
}

.featured-product--compare-price {
  text-decoration: line-through;
  font-size: 1.16667em;
  text-transform: lowercase;
  color: #a736b0;
  font-style: italic;
}

.featured-product--more-info .button {
  margin: 0;
}

.featured-product--social {
  padding: 15px 0 0;
}

@media only screen and (max-width: 767px) {
  .featured-product--social {
    padding-bottom: 0;
  }
}

.featured-product--social .title {
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 10px;
}

.featured-product--social .share-item {
  margin: 0 10px 10px 0;
}

@media only screen and (max-width: 767px) {
  .featured-product--social .share-item {
    margin: 5px;
  }
}

.featured-content--root {
  padding: 70px 50px;
}

@media only screen and (max-width: 767px) {
  .featured-content--root {
    padding: 30px 15px;
  }
}

@media only screen and (min-width: 768px) {
  .featured-content--root[data-full-width="true"] {
    padding: 0;
  }
}

.featured-content--container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.featured-content--root[data-full-width="true"] .featured-content--container {
  max-width: none;
}

.featured-content--root[data-text-position="top"] .featured-content--container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.featured-content--root[data-text-position="bottom"] .featured-content--container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.featured-content--container .featured-content--root[data-alternative-color="true"] {
  color: #fff;
}

.featured-content--container .featured-content--root[data-alternative-color="true"] a, .featured-content--container .featured-content--root[data-alternative-color="true"] a:link, .featured-content--container .featured-content--root[data-alternative-color="true"] a:visited, .featured-content--container .featured-content--root[data-alternative-color="true"] a:hover {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .featured-content--container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 !important;
  }
}

.featured-content--image {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
}

.featured-content--image img {
  width: 100%;
}

.featured-content--text {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  padding: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 50%;
  min-width: 330px;
  position: relative;
  background-color: #ffffff;
  z-index: 1;
}

.featured-content--root[data-text-position="top"] .featured-content--text {
  text-align: center;
  margin-bottom: -3.75rem;
  width: 90%;
}

.featured-content--root[data-text-position="bottom"] .featured-content--text {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  text-align: center;
  margin-top: -3.75rem;
  width: 90%;
}

.featured-content--root[data-text-position="left"] .featured-content--text {
  max-width: 50%;
  margin-right: -10%;
}

.featured-content--root[data-text-position="left"][data-overlap="false"] .featured-content--text {
  padding: 30px 50px;
}

.featured-content--root[data-text-position="center"] .featured-content--text {
  position: absolute;
  text-align: center;
  width: 90%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.featured-content--root[data-text-position="right"] .featured-content--text {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  max-width: 50%;
  margin-left: -10%;
}

.featured-content--root[data-overlap="false"]:not([data-text-position="center"]) .featured-content--text {
  background: transparent;
  margin: 0;
}

.featured-content--root[data-text-width="small"] .featured-content--text {
  max-width: 30%;
}

.featured-content--root[data-text-width="large"] .featured-content--text {
  min-width: 50%;
}

.featured-content--root[data-transparent-overlap="true"] .featured-content--text {
  background-color: transparent;
}

@media only screen and (min-width: 768px) {
  .featured-content--root[data-alternative-color="true"] .featured-content--text {
    color: #fff;
  }
  .featured-content--root[data-alternative-color="true"] .featured-content--text a, .featured-content--root[data-alternative-color="true"] .featured-content--text a:link, .featured-content--root[data-alternative-color="true"] .featured-content--text a:visited, .featured-content--root[data-alternative-color="true"] .featured-content--text a:hover {
    color: #fff;
  }
}

@media only screen and (max-width: 767px) {
  .featured-content--text {
    padding: 15px 10px 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: center;
    max-width: 100% !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    -webkit-transform: none !important;
    transform: none !important;
    margin: 0 !important;
    background: transparent;
  }
  .featured-content--root[data-overlap="true"] .featured-content--text {
    margin-top: -10%;
  }
  .featured-content--root[data-alternative-color="true"]:not([data-text-position="center"]) .featured-content--text {
    color: #fff;
  }
  .featured-content--root[data-alternative-color="true"]:not([data-text-position="center"]) .featured-content--text a, .featured-content--root[data-alternative-color="true"]:not([data-text-position="center"]) .featured-content--text a:link, .featured-content--root[data-alternative-color="true"]:not([data-text-position="center"]) .featured-content--text a:visited, .featured-content--root[data-alternative-color="true"]:not([data-text-position="center"]) .featured-content--text a:hover {
    color: #fff;
  }
  .featured-content--root[data-dark-background="true"][data-text-position="center"] .featured-content--text {
    color: #fff;
  }
  .featured-content--root[data-dark-background="true"][data-text-position="center"] .featured-content--text a, .featured-content--root[data-dark-background="true"][data-text-position="center"] .featured-content--text a:link, .featured-content--root[data-dark-background="true"][data-text-position="center"] .featured-content--text a:visited, .featured-content--root[data-dark-background="true"][data-text-position="center"] .featured-content--text a:hover {
    color: #fff;
  }
}

.featured-content--text-container {
  max-width: 600px;
  margin: 0 auto;
}

.featured-content--text-container > *:last-child {
  padding-bottom: 0;
}

.featured-content--title {
  padding-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .featured-content--title {
    padding: 5px 0 10px;
  }
}

.featured-content--description {
  margin: 0;
  padding-bottom: 15px;
}

.featured-content--description p:last-child {
  margin-bottom: 0;
}

.featured-content--title {
  text-transform: uppercase;
  font-size: 18px;
  margin: -.3em 0;
}

.featured-content--description {
  font-size: 16px;
}

.featured-content--call-to-action a {
  background: #212121;
  border-color: #e0e0e0;
  border-radius: 2px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
  display: inline-block;
  font-family: ;
  font-size: 1em;
  font-weight: normal;
  height: 45px;
  letter-spacing: 1px;
  line-height: 45px;
  margin: 0;
  padding: 0 25px;
  text-transform: uppercase;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  width: auto;
}

.featured-content--call-to-action a:focus {
  background: #212121;
}

.featured-content--call-to-action a:hover {
  color: #ffffff;
  background: #212121;
}

.featured-collections--root {
  text-align: center;
  padding: 70px 0;
}

@media only screen and (max-width: 767px) {
  .featured-collections--root {
    padding: 30px 0;
  }
}

.featured-collections--header {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 0 15px;
}

.featured-collections--header > * {
  padding-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .featured-collections--header > * {
    padding-bottom: 10px;
  }
}

.featured-collections--header > *:last-child {
  padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .featured-collections--header > *:last-child {
    padding-bottom: 5px;
  }
}

.featured-collections--body {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1200px;
  padding: 15px;
}

@media only screen and (max-width: 767px) {
  .featured-collections--body {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 7.5px;
  }
}

.featured-collections--item {
  text-align: center;
  padding: 15px;
}

@media only screen and (max-width: 767px) {
  .featured-collections--item {
    width: 100% !important;
    padding: 7.5px;
  }
  .featured-collections--root[data-mobile-width="2"] .featured-collections--item {
    width: 50% !important;
  }
}

.featured-collections--image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .featured-collections--image {
    padding-bottom: 10px;
  }
}

.featured-collections--heading {
  text-transform: uppercase;
  margin: -.3em 0;
}

.featured-collections--title {
  font-size: 16px !important;
  font-weight: normal;
  margin: 0;
}

.map--container {
  max-width: 1200px;
  margin: 0 auto;
}

.map--body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .map--body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.map--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .map--info {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .map--info {
    max-width: 300px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 1024px) {
  .map--info {
    padding-right: 30px;
  }
}

.map--heading {
  width: 100%;
  padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .map--heading {
    text-align: center;
    padding-bottom: 15px;
  }
}

.map--address {
  padding-right: 30px;
}

@media only screen and (max-width: 767px) {
  .map--address {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .map--hours {
    padding: 0 15px;
  }
}

.map--media {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 30px;
}

@media only screen and (max-width: 767px) {
  .map--media {
    padding: 0;
    width: 100%;
  }
}

.map--google-maps {
  min-height: 400px;
}

@media only screen and (max-width: 767px) {
  .map--google-maps {
    width: 100%;
  }
}

.map--container {
  padding: 70px 50px;
}

@media only screen and (max-width: 767px) {
  .map--container {
    padding: 30px 15px;
  }
}

.map--heading {
  text-transform: uppercase;
  margin: -.3em 0;
}

.newsletter--container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 70px 0;
}

@media only screen and (max-width: 767px) {
  .newsletter--container {
    padding: 30px 0;
  }
}

.newsletter--header {
  padding: 0 15px 15px;
}

.newsletter--header > * {
  padding-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .newsletter--header > * {
    padding-bottom: 10px;
  }
}

.newsletter--header > *:last-child {
  padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .newsletter--header > *:last-child {
    padding-bottom: 5px;
  }
}

.newsletter--body {
  max-width: 400px;
  margin: 0 auto;
  padding: 0 30px;
}

@media only screen and (max-width: 767px) {
  .newsletter--body {
    padding: 0 15px;
  }
}

.newsletter--body form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

input.newsletter--email {
  margin: 0 10px 0 0;
}

.newsletter--button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.newsletter--heading {
  text-transform: uppercase;
  margin: -.3em 0;
}

.newsletter--subheading {
  font-weight: normal;
  margin: 0;
}

.newsletter--body form, .newsletter--body button {
  margin: 0;
}

.featured-video--container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.featured-video--heading {
  padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .featured-video--heading {
    padding-bottom: 15px;
  }
}

.featured-video--root {
  padding: 70px 50px;
}

@media only screen and (max-width: 767px) {
  .featured-video--root {
    padding: 30px 15px;
  }
}

.featured-video--heading {
  text-transform: uppercase;
  margin: -.3em 0;
  margin: 0;
}

.featured-text--container {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.featured-text--heading {
  padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .featured-text--heading {
    padding-bottom: 15px;
  }
}

.featured-text--root {
  padding: 70px 50px;
}

@media only screen and (max-width: 767px) {
  .featured-text--root {
    padding: 30px 15px;
  }
}

.featured-text--heading {
  text-transform: uppercase;
  margin: -.3em 0;
}

.featured-text--body {
  font-size: 16px;
}

.featured-blog--root {
  margin: 0 auto;
  text-align: center;
  padding: 70px 50px;
}

@media only screen and (max-width: 767px) {
  .featured-blog--root {
    padding: 30px 15px;
  }
}

.featured-blog--header {
  max-width: 1200px;
  margin: 0 auto;
}

.featured-blog--heading {
  text-transform: uppercase;
  margin: -.3em 0;
  padding-bottom: 30px;
}

.featured-blog--body {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  max-width: 1200px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -15px 0;
}

.featured-blog--item {
  width: calc(100% / 3);
  padding: 15px;
}

@media only screen and (max-width: 767px) {
  .featured-blog--item {
    width: 100%;
    padding: 15px 0;
  }
}

.featured-blog--item--image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 15px;
}

.featured-blog--item--more {
  display: inline-block;
}

.featured-blog--item--title {
  font-size: 16px;
  margin: 0;
  font-weight: normal;
}

/*  4.2 -  Collections List
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.template-list-collections .page-title {
  margin-bottom: 20px;
}

.template-list-collections .collections-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.template-list-collections .collection-item {
  max-width: 100%;
  margin: 1.25em 0;
  text-align: center;
}

.template-list-collections .collection-item:hover .caption {
  opacity: 1;
}

.template-list-collections .collection-item .image-wrapper {
  max-width: 100%;
  width: 100%;
}

.template-list-collections .collection-item .image-wrapper.placeholder {
  width: 100%;
}

.template-list-collections .collection-item .image-wrapper img {
  max-width: 100%;
}

.template-list-collections .pagination {
  float: right;
}

.template-list-collections .image-wrapper {
  display: inline-block;
}

.template-list-collections .caption {
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .template-list-collections .caption {
    -webkit-transition: 0.4s opacity ease-in-out;
    transition: 0.4s opacity ease-in-out;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.template-list-collections .caption .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  opacity: 0.9;
  z-index: 0;
}

@media only screen and (max-width: 767px) {
  .template-list-collections .caption .bg {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .template-list-collections .caption .inner {
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -20px;
    width: 100%;
    text-align: center;
  }
}

.template-list-collections .caption .title {
  position: relative;
  z-index: 1;
  margin: 0 0 10px 0;
  color: #38123b;
  font-size: 1.5em;
}

.template-list-collections .caption .product-count {
  color: ;
  margin: 0;
  font-family: ;
  font-size: 1.16667em;
  font-weight: normal;
  text-transform: uppercase;
}

/*  4.3 - Collection
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.template-collection .main-content {
  margin-bottom: 0;
}

.template-collection .main-content header .tag-filter {
  padding-top: 6px;
  text-align: right;
  margin: 0 0 15px 0;
}

.template-collection .main-content header .tag-filter .title {
  margin-right: 5px;
  vertical-align: top;
}

.template-collection .main-content header .tag-filter form.custom {
  display: inline-block;
  vertical-align: top;
  margin: -4px 0 0 0;
}

.template-collection .main-content header .tag-filter form.custom .custom.dropdown {
  margin: 0;
}

.template-collection .main-content header .tag-filter form.custom .custom.dropdown ul {
  left: auto;
  right: -1px;
  text-align: left;
}

.template-collection .main-content .description {
  font-family: ;
  text-transform: none;
  margin: 40px 0;
}

.template-collection .main-content .product-grid {
  margin: 30px auto 0;
}

.template-collection .main-content .divider.bottom-margin {
  margin-bottom: 20px;
}

.template-collection .main-content footer .right .pagination {
  float: right;
}

.template-collection .main-footer {
  margin-top: 0;
}

/*  4.4 - Product
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.size-chart {
  display: none;
}

.product-low-in-stock p {
  font-weight: bold;
}

.template-product .popup-modal.size-chart-container {
  color: #38123b;
  width: 760px;
}

.template-product .popup-modal.size-chart-container .size-chart {
  display: block;
  width: 100%;
  overflow: auto;
  background: #ffffff;
  padding: 4em 2em;
  margin: 0 auto;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .template-product .popup-modal.size-chart-container .size-chart {
    overflow: initial;
  }
}

html.no-cssgrid .template-product .border-decoration {
  display: none !important;
}

.template-product .main-footer {
  margin-top: 0;
}

.template-product header .breadcrumbs {
  padding-bottom: 10px;
}

.template-product header .previous-next [class*=fw--icon--arrow] {
  font-size: 80%;
}

.template-product header .previous-next .fw--icon--arrow-right {
  margin-left: 5px;
}

.template-product header .previous-next .fw--icon--arrow-left {
  margin-right: 5px;
}

.template-product header .previous-next a {
  text-transform: capitalize;
  font-family: ;
  font-size: 1em;
}

.template-product header .previous-next .columns {
  height: 80px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.template-product article {
  padding-top: 30px;
  padding-bottom: 100px;
}

@media only screen and (min-width: 768px) {
  .template-product article .left-column {
    width: 50%;
    display: block;
  }
}

@media only screen and (min-width: 1024px) {
  .template-product article .left-column {
    width: 25%;
    display: block;
  }
}

.template-product article .right-column {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .template-product article .right-column {
    display: block;
  }
}

.template-product article .variants.hidden {
  display: none;
}

.template-product article .variants .selector-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.template-product article .variants .selector-wrapper select {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.template-product article .variants .selector-wrapper .size-chart-trigger {
  margin-left: 16px;
}

.template-product article .variants label {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.template-product article .prices .actual-price {
  font-family: ;
  color: #38123b;
  font-weight: lighter;
  font-size: 22px;
}

.template-product article .prices .compare-price {
  text-decoration: line-through;
  font-size: 1.16667em;
  text-transform: lowercase;
  color: #a736b0;
  font-style: italic;
}

.template-product article .quanity-cart-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 10px;
}

.template-product article .quanity-cart-row .add-to-cart {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.template-product article .quanity-cart-row .add-to-cart input {
  width: 100%;
}

.template-product article .quanity-cart-row .quantity {
  margin-right: 22px;
  max-width: 60px;
}

.template-product article .quanity-cart-row .quantity input {
  margin: 0;
}

.template-product article .add-to-cart .sold-out {
  display: none;
  padding: 24px 0 0 0;
  float: left;
  font-size: 1em;
  color: ;
  max-width: 180px;
}

.template-product article .add-to-cart .sold-out.long {
  padding-top: 21px;
  font-size: 1em;
  font-style: italic;
}

.template-product article .add-to-cart.disabled .purchase {
  display: none;
}

.template-product article .add-to-cart.disabled .sold-out {
  display: block;
}

.template-product article .product-unavailable {
  max-width: 250px;
  display: none;
}

.template-product article .product-unavailable input[type="email"] {
  float: left;
  width: 180px;
}

.template-product article .product-unavailable .button {
  float: left;
  margin-left: 5px;
  width: auto;
  padding: 0 10px;
}

.template-product article .description.show-for-medium-down {
  margin-top: 30px;
}

.template-product .social-share {
  text-align: center;
  background: ;
  padding: 50px 0;
}

.template-product .social-share .title {
  text-transform: uppercase;
  margin-bottom: 30px;
}

.template-product .similar-products {
  text-align: center;
  margin: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.template-product .similar-products h2.title {
  font-family: ;
  font-size: 1.5em;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.template-product .similar-products .product-item {
  margin-bottom: 0;
}

.template-product .similar-products .caption .title {
  font-family: ;
  font-size: 1.16667em;
  text-transform: uppercase;
}

.template-product .similar-products .caption .title .price {
  font-size: 1em;
}

.product-page--main-content {
  display: grid;
  grid-template-columns: minmax(100%, 100%);
  grid-template-rows: auto auto 1fr;
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .product-page--main-content {
    grid-template-columns: minmax(40%, 40%) minmax(60%, 60%);
  }
}

@media only screen and (min-width: 1280px) {
  .product-page--main-content {
    grid-template-columns: minmax(50%, 50%) minmax(50%, 50%) minmax(50%, 50%);
  }
}

html.no-cssgrid .product-page--main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
}

.product-page--title-n-vendor {
  padding: 0 15px;
}

.product-page--title {
  margin: 0;
  padding-bottom: 10px;
  color: #38123b;
  text-transform: uppercase;
}

.product-page--vendor {
  text-transform: capitalize;
  font-weight: 300;
  color: #38123b;
}

.product-page--vendor a {
  color: #38123b;
}

.product-page--cart-form-block {
  grid-row: 2;
  padding: 0 15px 15px;
}

@media only screen and (max-width: 767px) {
  .product-page--cart-form-block {
    grid-row: 3;
  }
}

@media only screen and (min-width: 1280px) {
  .product-page--root[data-cart-form-position="right"] .product-page--cart-form-block {
    grid-row: 1 / span 3;
    grid-column: 3;
  }
}

@media only screen and (min-width: 768px) {
  .product-page--cart-form form {
    max-width: 250px;
  }
}

.product-page--smart-payment-buttons {
  padding: 10px 0;
}

.product-page--smart-payment-buttons .shopify-payment-button__more-options {
  color: #38123b;
  text-decoration: underline;
  font-size: 16px;
}

.product-page--smart-payment-buttons .shopify-payment-button__more-options:hover {
  color: #38123b;
  background: transparent;
}

.product-page--smart-payment-buttons .shopify-payment-button__button--unbranded {
  background: #212121;
  border-color: #e0e0e0;
  border-radius: 2px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
  display: inline-block;
  font-family: ;
  font-size: 1em;
  font-weight: normal;
  height: 45px;
  letter-spacing: 1px;
  line-height: 45px;
  margin: 0;
  padding: 0 25px;
  text-transform: uppercase;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  width: auto;
  width: 100%;
}

.product-page--smart-payment-buttons .shopify-payment-button__button--unbranded:focus {
  background: #212121;
}

.product-page--smart-payment-buttons .shopify-payment-button__button--unbranded:hover {
  color: #ffffff;
  background: #212121;
}

.product-page--smart-payment-buttons .shopify-payment-button__button--unbranded[disabled="disabled"] {
  display: none;
}

.product-page--thumbs {
  grid-row: 3;
}

@media only screen and (max-width: 767px) {
  .product-page--thumbs {
    grid-row: 3;
  }
}

@media only screen and (min-width: 1280px) {
  .product-page--thumbs {
    grid-row: 3;
    grid-column: 1;
  }
}

@media only screen and (max-width: 767px) {
  .product-page--thumbs[data-position="cart-form-column"] {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .product-page--thumbs[data-position="cart-form-column"] {
    display: none;
  }
}

html.no-cssgrid .product-page--thumbs[data-position="cart-form-column"] {
  display: none;
}

@media only screen and (min-width: 1280px) {
  .product-page--thumbs[data-position="image-column"] {
    display: none;
  }
}

html.no-cssgrid .product-page--thumbs[data-position="image-column"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-page--thumbs-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 0;
  width: 100%;
}

@media only screen and (min-width: 1280px) {
  .product-page--thumbs-container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.product-page--thumb {
  padding: 5px;
  cursor: pointer;
  text-align: left;
  max-width: 32%;
  width: 100px;
  outline: none;
}

.product-page--thumb[data-active="true"] img {
  outline: 1px solid #e0e0e0;
}

@media only screen and (min-width: 768px) {
  .product-page--thumb {
    max-width: none;
  }
}

.product-page--images {
  padding: 0 15px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .product-page--images {
    grid-row: 2;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .product-page--images {
    grid-row: 1 / span 4;
  }
}

@media only screen and (min-width: 1280px) {
  .product-page--images {
    grid-column: 2;
    grid-row: 1 / span 3;
  }
}

.product-page--images .modal--link {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

@media only screen and (max-width: 767px) {
  .product-page--images .modal--link {
    cursor: default;
  }
}

.product-page--images-container {
  position: relative;
  overflow: hidden;
  display: inline-block;
  max-width: 100%;
}

.product-page--root[data-zoom-enabled="true"] .product-page--images-container:hover {
  background: #ffffff;
  border: 1px solid #e0e0e0;
}

@media only screen and (max-width: 767px) {
  .product-page--root[data-zoom-enabled="true"] .product-page--images-container:hover {
    border: none;
  }
}

.product-page--image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-page--image[data-active="false"] {
  display: none;
}

.product-page--image img {
  -ms-flex-item-align: center;
  align-self: center;
}

.product-page--zoom-image {
  display: none;
  position: absolute;
  background: #ffffff;
}

@media only screen and (max-width: 767px) {
  .product-page--zoom-image {
    display: none !important;
  }
}

.product-page--description {
  padding: 0 15px;
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .product-page--description {
    grid-column: 1;
  }
}

@media only screen and (min-width: 1280px) {
  .product-page--description {
    grid-row: span 3;
    grid-column: 3;
  }
}

@media only screen and (min-width: 1280px) {
  .product-page--root[data-cart-form-position="right"] .product-page--description {
    grid-row: 2;
    grid-column: 1;
  }
}

@media only screen and (min-width: 768px) {
  .product-page--no-grid--left-column {
    width: 40%;
  }
}

@media only screen and (min-width: 768px) {
  .product-page--no-grid--right-column {
    width: 60%;
  }
}

/*  4.5 - Page
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.template-page .main-content .row {
  max-width: 1000px;
  margin: 0;
}

.template-page .main-content .row.full-width {
  max-width: none;
}

.template-page .main-content .row.single-column {
  max-width: 700px;
}

.template-page .main-content .row.center {
  margin: 0 auto;
}

.template-page .main-content .left-side-column, .template-page .main-content .right-side-column {
  position: relative;
  float: left;
}

@media only screen and (min-width: 768px) {
  .template-page .main-content .left-side-column, .template-page .main-content .right-side-column {
    width: 30%;
  }
}

@media only screen and (min-width: 768px) {
  .template-page .main-content .left-side-column.with-2-sidebars, .template-page .main-content .right-side-column.with-2-sidebars {
    width: 25%;
  }
}

.template-page .main-content .left-side-column {
  padding-right: 30px;
}

.template-page .main-content .right-side-column {
  padding-left: 30px;
}

.template-page .main-content .main-column {
  position: relative;
  float: left;
}

@media only screen and (min-width: 768px) {
  .template-page .main-content .main-column {
    width: 70%;
  }
}

@media only screen and (min-width: 768px) {
  .template-page .main-content .main-column.with-2-sidebars {
    width: 50%;
  }
}

.template-page .main-content .contact-form input[type="text"], .template-page .main-content .contact-form input[type="email"], .template-page .main-content .contact-form input[type="tel"] {
  max-width: 300px;
  margin-bottom: 15px;
}

.template-page .main-content .contact-form textarea {
  max-width: 300px;
  height: 100px;
  margin-bottom: 15px;
}

/*  4.6 - Search
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.template-search .main-content .narrow.row {
  max-width: 960px;
  margin: 0;
}

.template-search .main-content .page-title {
  padding-top: 15px;
}

.template-search .main-content .divider {
  border-top: 1px solid #e0e0e0;
}

.template-search .main-content .row.summary {
  padding: 10px 20px;
}

@media only screen and (min-width: 768px) {
  .template-search .main-content .row.summary {
    padding: 25px 40px;
  }
}

.template-search .main-content .row.summary p {
  margin: 5px 0 0 0;
}

.template-search .main-content .row.summary input {
  margin: 0 !important;
}

.template-search .main-content .row.summary .columns {
  padding: 10px 0;
}

@media only screen and (min-width: 768px) {
  .template-search .main-content .row.summary .columns {
    padding: 0 15px;
  }
}

.template-search .main-content .row.results {
  margin: 30px 0;
}

@media only screen and (max-width: 767px) {
  .template-search .main-content .search-result {
    text-align: center;
  }
}

.template-search .main-content .searchbar-container {
  max-width: 250px;
}

.template-search .main-content .searchbar-container form {
  position: relative;
  padding-left: 0;
}

.template-search .main-content .searchbar-container .text {
  padding-right: 27px;
}

.template-search .main-content .searchbar-container button {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #38123b;
}

.template-search .main-content .searchbar-container button .fw--icon--search {
  font-size: 60%;
}

.template-search .main-content .thumbnail {
  min-height: 1px;
  max-width: 100px;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .template-search .main-content .thumbnail {
    padding-bottom: 10px;
  }
}

.template-search .main-content .pagination {
  float: right;
}

/*  4.7 - Blog & Article
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.template-blog .blog-title .text, .template-article .blog-title .text {
  font-family: ;
  font-size: 2em;
  color: #38123b;
  padding-bottom: 0;
  margin: 0;
}

.template-blog .left-two-columns-wrapper, .template-article .left-two-columns-wrapper {
  margin: 0;
  padding-top: 30px;
}

@media only screen and (min-width: 768px) {
  .template-blog .articles, .template-article .articles {
    width: 66.66667%;
  }
}

@media only screen and (min-width: 1024px) {
  .template-blog .articles, .template-article .articles {
    width: 75%;
  }
}

.template-blog .previous-next [class*=fw--icon--arrow], .template-article .previous-next [class*=fw--icon--arrow] {
  font-size: 80%;
}

.template-blog .previous-next .fw--icon--arrow-right, .template-article .previous-next .fw--icon--arrow-right {
  margin-left: 5px;
}

.template-blog .previous-next .fw--icon--arrow-left, .template-article .previous-next .fw--icon--arrow-left {
  margin-right: 5px;
}

.template-blog .previous-next a, .template-article .previous-next a {
  text-transform: capitalize;
  font-family: ;
  font-size: 1em;
}

.template-blog .previous-next .columns, .template-article .previous-next .columns {
  min-height: 59px;
  padding-top: 10px;
  padding-bottom: 30px;
}

.template-blog .article .left-sidebar, .template-article .article .left-sidebar {
  padding-left: 0;
}

.template-blog .article .left-sidebar .title, .template-article .article .left-sidebar .title {
  font-size: 1em;
  color: #38123b;
  margin-bottom: 0;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .template-blog .article .middle-column, .template-article .article .middle-column {
    width: 100%;
  }
}

@media only screen and (min-width: 1024px) {
  .template-blog .article .middle-column, .template-article .article .middle-column {
    width: 75%;
  }
}

.template-blog .article .middle-column .title, .template-article .article .middle-column .title {
  font-family: ;
  font-size: 2em;
  color: #a736b0;
  margin: 0;
}

.template-blog .article .middle-column .content, .template-article .article .middle-column .content {
  font-family: ;
  padding: 10px 0 30px 0;
}

.template-blog .article .middle-column .content .read-more, .template-article .article .middle-column .content .read-more {
  text-align: right;
  margin-top: 10px;
}

.template-blog .article .middle-column .featured-image, .template-article .article .middle-column .featured-image {
  margin: 15px 0;
}

.template-blog .article .middle-column .social-share, .template-article .article .middle-column .social-share {
  margin-left: -10px;
  padding: 15px 0;
}

.template-blog .article .middle-column .comments, .template-article .article .middle-column .comments {
  border-top: 1px solid #e0e0e0;
}

.template-blog .article .middle-column .comments .comment, .template-article .article .middle-column .comments .comment {
  border-bottom: 1px solid #e0e0e0;
  padding: 15px 0;
}

.template-blog .article .middle-column .comments .title, .template-article .article .middle-column .comments .title {
  font-size: 1.5em;
  color: #38123b;
  padding: 15px 0;
}

.template-blog .article .middle-column .comments label, .template-article .article .middle-column .comments label {
  font-family: ;
  font-size: 1em;
}

.template-blog .article .middle-column .comments .date, .template-article .article .middle-column .comments .date {
  font-family: ;
  font-size: 0.83333em;
  font-weight: normal;
  text-transform: uppercase;
  font-style: italic;
}

.template-blog .article .middle-column .comments .comment-form, .template-article .article .middle-column .comments .comment-form {
  max-width: 400px;
}

.template-blog .article .middle-column .comments .comment-form #comment_body, .template-article .article .middle-column .comments .comment-form #comment_body {
  height: 100px;
}

.template-blog .article .middle-column .comments .comment-form input, .template-blog .article .middle-column .comments .comment-form textarea, .template-article .article .middle-column .comments .comment-form input, .template-article .article .middle-column .comments .comment-form textarea {
  margin-bottom: 15px;
}

.template-blog .article .middle-column .comments .notice, .template-article .article .middle-column .comments .notice {
  padding: 10px 0;
}

.template-blog .side-bar, .template-article .side-bar {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .template-blog .side-bar, .template-article .side-bar {
    width: 33.33333%;
  }
}

@media only screen and (min-width: 1024px) {
  .template-blog .side-bar, .template-article .side-bar {
    width: 25%;
  }
}

.template-blog .side-bar .title, .template-article .side-bar .title {
  text-transform: uppercase;
  font-size: 1em;
  color: #38123b;
}

.template-blog .side-bar ul, .template-article .side-bar ul {
  padding: 0;
}

.template-blog .side-bar ul li.item, .template-article .side-bar ul li.item {
  list-style-type: none;
  display: inline-block;
  padding: 0 10px 20px 10px;
  font-size: 1em;
  text-transform: capitalize;
}

.template-blog .side-bar ul li.item.active a, .template-blog .side-bar ul li.item.active a:link, .template-blog .side-bar ul li.item.active a:visited, .template-blog .side-bar ul li.item.active a:hover, .template-article .side-bar ul li.item.active a, .template-article .side-bar ul li.item.active a:link, .template-article .side-bar ul li.item.active a:visited, .template-article .side-bar ul li.item.active a:hover {
  color: #38123b;
  border-bottom: 1px solid #e0e0e0;
}

.template-blog .side-bar ul em, .template-article .side-bar ul em {
  font-size: 0.83333em;
  text-transform: uppercase;
  font-weight: normal;
  font-style: normal;
}

.template-blog .side-bar .recent-articles li.item, .template-article .side-bar .recent-articles li.item {
  width: 100%;
}

.template-blog .pagination, .template-article .pagination {
  float: right;
}

.template-blog .article {
  border-top: 1px solid #e0e0e0;
  padding-top: 30px;
}

.template-blog .side-bar .divider {
  margin-bottom: 30px;
}

.template-article .side-bar .divider {
  display: none;
}

@media only screen and (min-width: 768px) {
  .template-article .article {
    width: 66.66667%;
  }
}

@media only screen and (min-width: 1024px) {
  .template-article .article {
    width: 75%;
  }
}

/*  4.8 - Cart
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.template-cart {
  /* Shipping Calculator Styles */
}

.template-cart .main-content .row {
  margin: 0;
}

.template-cart .empty-cart.row {
  max-width: 60em;
}

.template-cart .empty-cart.row h1 {
  font-size: 1.16667em;
  margin-bottom: 30px;
}

.template-cart .empty-cart.row h2 {
  font-size: 1em;
}

.template-cart h3 {
  font-weight: normal;
}

.template-cart .cart-table {
  margin-bottom: 30px;
}

.template-cart .cart-table tr th, .template-cart .cart-table tr td {
  padding: 6px 3px;
}

@media only screen and (min-width: 768px) {
  .template-cart .cart-table tr th, .template-cart .cart-table tr td {
    padding: 0.75em 0.83333em;
  }
}

.template-cart .cart-table .item {
  max-width: 400px;
}

.template-cart .cart-table .quantity input {
  width: 50px;
}

.template-cart .cart-table .title {
  display: none;
}

@media only screen and (min-width: 768px) {
  .template-cart .cart-table .title {
    display: table-cell;
  }
}

.template-cart .cart-table .mobile-title {
  margin: 15px 0 0;
  padding: 0 5px;
  display: block;
  font-size: 0.83333em;
}

@media only screen and (min-width: 768px) {
  .template-cart .cart-table .mobile-title {
    display: none;
  }
}

.template-cart .cart-table th.image {
  width: 40%;
}

@media only screen and (min-width: 768px) {
  .template-cart .cart-table th.image {
    width: auto;
  }
}

.template-cart .cart-table .image .image--root {
  max-width: 120px;
}

.template-cart .cart-table .fw--icon--cross {
  font-size: 35%;
}

.template-cart .order-notes {
  padding: 0 0 10px;
  text-align: left;
}

.template-cart .order-notes .container {
  display: inline-block;
  width: 100%;
}

.template-cart .order-notes h3 {
  text-align: left;
}

.template-cart .order-notes textarea {
  width: 400px;
  min-height: 80px;
}

.template-cart .totals {
  text-align: right;
  padding: 0;
}

@media only screen and (min-width: 1024px) {
  .template-cart .totals {
    left: 41.66667%;
    right: auto;
    width: 58.33333%;
  }
}

.template-cart .totals .or {
  padding: 0 10px;
}

.template-cart .continue-shopping {
  padding-top: 10px;
}

.template-cart .continue-shopping .fw--icon--arrow-left {
  font-size: 80%;
  margin-right: 5px;
}

.template-cart .shipping-taxes-notification {
  margin-bottom: 20px;
}

.template-cart .shipping-calculator {
  display: none;
  width: 100%;
  max-width: 300px;
}

.template-cart .shipping-calculator .button {
  padding: 12px 18px;
}

@media only screen and (min-width: 768px) {
  .template-cart .shipping-calculator .button {
    padding: 12px 24px;
  }
}

.template-cart .shipping-calculator #address_zip {
  margin-bottom: 30px;
}

/*  4.9 - Customer Accounts
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.account-content .row {
  max-width: 57.5em;
  margin: 0;
}

.account-content .row.large {
  max-width: 106.66667em;
}

.account-content #create_customer, .account-content #customer_login {
  max-width: 330px;
}

.account-content h2 {
  margin-top: 30px;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.16667em;
}

@media only screen and (min-width: 768px) {
  .account-content h2 {
    margin-top: 0;
  }
}

.account-content a, .account-content a:link {
  text-decoration: underline;
}

.account-content #customer_sidebar {
  text-align: left;
}

.account-content #customer_orders {
  overflow-x: auto;
}

.account-content .customer_address_table input[type="checkbox"] {
  margin: 10px;
  margin-left: 0;
}

.account-content .address_table {
  margin: 0 0 40px 0;
}

.account-content #order_details {
  width: 100%;
  margin: 40px 0 0 0;
}

.account-content .table-wrapper {
  margin: 40px 0 0 0;
}

.account-content .table-wrapper #order_details {
  margin: 0;
}

.account-content table th {
  word-wrap: break-word;
  max-width: 130px;
}

.account-content #customer-register input, .account-content #customer-login input {
  margin-bottom: 15px;
}

/*  4.10 - Password
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.template-password {
  background-color: #272A2F;
}

.template-password .fullscreen-bg-image {
  z-index: 1;
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}

.template-password .main-header, .template-password .main-footer {
  display: none;
}

.template-password .login {
  z-index: 2;
  position: absolute;
  top: 30px;
  right: 30px;
}

.template-password .login .login-form {
  visibility: hidden;
  position: fixed;
  margin: -50.5px 0 0 -100px;
  left: 50%;
  top: 50%;
  width: 200px;
}

.template-password .login .login-form input {
  margin-bottom: 15px;
}

.template-password .login .login-form .errors {
  color: ;
}

.template-password .login .login-form .errors ul {
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
}

.template-password .login .button {
  margin-right: 10px;
}

.template-password .wrapper {
  position: relative;
  z-index: 2;
  margin: 30px auto 30px;
  text-align: center;
  float: none;
}

.template-password h1.title {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .template-password h1.title {
    margin-bottom: 150px;
  }
}

.template-password h1.title a {
  font-family: ;
}

.template-password .mailing_list {
  margin-top: 30px;
  padding-bottom: 15px;
  display: inline-block;
}

.template-password .mailing_list input[type="email"] {
  display: inline-block;
  width: auto;
  margin-right: 5px;
}

.template-password .mailing_list input[type="submit"] {
  display: inline-block;
  width: auto;
  padding: 0 15px;
}

.template-password .mailing_list .success {
  font-style: italic;
}

.template-password .powered_by {
  width: 100%;
  padding: 50px 30px 10px;
  line-height: 24px;
}

@media only screen and (min-width: 768px) {
  .template-password .powered_by {
    padding-top: 150px;
  }
}

.template-password .fw--icon--lock {
  width: 12.8px;
  height: 12.8px;
  display: inline-block;
  vertical-align: baseline;
}

.template-password .fw--icon--shopify-logo {
  width: 82.28571px;
  height: 24px;
  display: inline-block;
  line-height: 0;
  vertical-align: top;
}

.template-password .shopify-name {
  display: none;
}

.lt-ie9 .template-password .shopify-name {
  display: inline;
}

.template-password a, .template-password label {
  color: #fafafa !important;
}
