/*!
Theme Name:     BoneShop (2)
Description:    
Author:         Ulkoasu: Tero Ahonen, Ohjelmointi: Jari Pennanen
Version:        
License:
*/
@import url("https://use.typekit.net/xlv4smw.css");
@import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700&display=swap");
/**
 * New UI
 */
.newui textarea,
.newui input[type="password"],
.newui input[type="number"],
.newui input[type="text"],
.newui input[type="tel"],
.newui input[type="email"] {
  box-sizing: border-box;
  width: 100%;
  background: #fffef5 no-repeat;
  padding: 0.5em 0.75em;
  border: 1px solid #2d2d2d;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  line-height: 1.5em;
  font-size: inherit;
  font-weight: normal;
  font-family: inherit;
}
.newui textarea:focus::-webkit-input-placeholder,
.newui input[type="password"]:focus::-webkit-input-placeholder,
.newui input[type="number"]:focus::-webkit-input-placeholder,
.newui input[type="text"]:focus::-webkit-input-placeholder,
.newui input[type="tel"]:focus::-webkit-input-placeholder,
.newui input[type="email"]:focus::-webkit-input-placeholder {
  color: transparent;
}
.newui textarea:focus::-moz-placeholder,
.newui input[type="password"]:focus::-moz-placeholder,
.newui input[type="number"]:focus::-moz-placeholder,
.newui input[type="text"]:focus::-moz-placeholder,
.newui input[type="tel"]:focus::-moz-placeholder,
.newui input[type="email"]:focus::-moz-placeholder {
  color: transparent;
}
.newui textarea:focus:-ms-input-placeholder,
.newui input[type="password"]:focus:-ms-input-placeholder,
.newui input[type="number"]:focus:-ms-input-placeholder,
.newui input[type="text"]:focus:-ms-input-placeholder,
.newui input[type="tel"]:focus:-ms-input-placeholder,
.newui input[type="email"]:focus:-ms-input-placeholder {
  color: transparent;
}
.newui textarea:focus::-ms-input-placeholder,
.newui input[type="password"]:focus::-ms-input-placeholder,
.newui input[type="number"]:focus::-ms-input-placeholder,
.newui input[type="text"]:focus::-ms-input-placeholder,
.newui input[type="tel"]:focus::-ms-input-placeholder,
.newui input[type="email"]:focus::-ms-input-placeholder {
  color: transparent;
}
.newui textarea:focus::placeholder,
.newui input[type="password"]:focus::placeholder,
.newui input[type="number"]:focus::placeholder,
.newui input[type="text"]:focus::placeholder,
.newui input[type="tel"]:focus::placeholder,
.newui input[type="email"]:focus::placeholder {
  color: transparent;
}
.newui textarea:focus,
.newui input[type="password"]:focus,
.newui input[type="number"]:focus,
.newui input[type="text"]:focus,
.newui input[type="tel"]:focus,
.newui input[type="email"]:focus {
  border: 1px solid #00aca9;
  outline: 0;
}
.newui input[type="radio"] {
  box-sizing: border-box;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  margin: 0 0.6em 0 0;
  width: 1.7em;
  height: 1.7em;
  position: relative;
  top: -0.1em;
  vertical-align: middle;
  display: inline-block;
  font-size: inherit;
  font-weight: normal;
  font-family: inherit;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #fffef5 39%, #fffef5 54%, #000000 57%, #000000 69%, rgba(0, 0, 0, 0) 71%, rgba(0, 0, 0, 0) 72%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-repeat: no-repeat;
}
.newui input[type="radio"]:checked {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #00aca9 0%, #00aca9 37%, #fffef5 39%, #fffef5 54%, #000000 57%, #000000 69%, rgba(0, 0, 0, 0) 71%, rgba(0, 0, 0, 0) 72%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-repeat: no-repeat;
}
.newui input[type="checkbox"] {
  box-sizing: border-box;
  vertical-align: middle;
  top: 0;
  margin: 0 0.6em 0 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  background: none no-repeat center center;
  border-radius: 0;
  border: 0.15em solid #000;
  width: 1.7em;
  height: 1.7em;
  position: relative;
  top: -0.1em;
  font-size: inherit;
  font-weight: normal;
  font-family: inherit;
  cursor: pointer;
  cursor: hand;
}
.newui input[type="checkbox"]:checked {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='translate(2 2)' stroke='%2300aca9' stroke-width='3'%3E%3Cline x1='1' y1='11' x2='11' y2='1'/%3E%3Cline x1='1' y1='1' x2='11' y2='11'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
}
.newui select {
  box-sizing: border-box;
  padding: 0.5em 0.75em;
  display: block;
  width: 100%;
  background: #fffef5 no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 100 50'%3E%3Cpolygon fill='%2300aca9' points='0,0 100,0 50,50'/%3E%3C/svg%3E");
  background-position: right 0.5em center;
  background-size: 0.75em;
  border-radius: 0;
  border: 1px solid #2d2d2d;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  line-height: 1.5em;
  font-size: inherit;
  font-weight: normal;
  font-family: inherit;
}
.newui select:focus {
  border: 1px solid #00aca9;
  outline: 0;
}
.newui input[data-newui-icon-search] {
  background: #fffef5 no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2043.637223%2043.648591%22%3E%3Cpath%20style%3D%22fill%3Anone%3Bstroke%3A%2300aca9%3Bstroke-width%3A5%3B%22%20d%3D%22m%2018.654651,2%20c%20-4.2655,1.666e-4%20-8.531156,1.6268594%20-11.7851559,4.8808594%20-6.50933324,6.5080016%20-6.50933324,17.0623136%200,23.5703136%206.5079999,6.5093%2017.0609789,6.508%2023.5703119,0%206.508,-6.509333%206.508,-17.062312%200,-23.5703136%20C%2027.185141,3.6261928%2022.920151,1.9998333%2018.654651,2%20c%200,0%200,0%200,0%20M%2030.91051,30.921876%20c%200,0%2011.3125,11.3125%2011.3125,11.3125%200,0%20-11.3125,-11.3125%20-11.3125,-11.3125%200,0%200,0%200,0%22/%3E%3C/svg%3E");
  background-position: right 0.5em center;
  background-size: 0.95em;
  padding-right: 1.75em;
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #969691;
  text-indent: 0;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #969691;
  opacity: 1;
  text-indent: 0;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #969691;
  opacity: 1;
  text-indent: 0;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #969691;
  text-indent: 0;
}
/* HTML5 support for IE6,7,8 */
@font-face {
  font-family: 'liquidofluid';
  src: url('css/liquido-fluid-webfont.woff2') format('woff2'), url('css/liquido-fluid-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
section,
article,
aside,
footer,
header,
nav,
hgroup {
  display: block;
}
body {
  font-family: Arial;
}
ul,
ol {
  padding: 0 0 1em 1.5em;
  margin: 0;
}
p {
  padding: 0 0 1em 0;
  margin: 0;
}
a {
  text-decoration: none;
}
.screen-reader-response,
.skip-link,
.assistive-text,
.assistive-navigation {
  position: absolute;
  height: 0;
  width: 0;
  left: -1000px;
  opacity: 0;
  overflow: hidden;
}
.clear,
.clearfix {
  clear: both;
}
div.error,
p.error,
span.error {
  color: #D32A24;
}
.small-highlight {
  font-size: 70%;
}
blockquote {
  border-left: 3px solid #efefef;
  margin: 0 0 1em 1.0em;
  padding: 0.2em 0 0.2em 1.5em;
  overflow: hidden;
}
blockquote p:last-child {
  padding-bottom: 0;
}
/* Embeds */
.ownskit-embedhtmlshort {
  margin: 0 0 1em 0;
}
/* =Images
-------------------------------------------------------------- */
img {
  border: 0;
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  width: auto !important;
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */
}
.alignleft-wrap {
  float: left;
}
.alignnone,
.entry-content img {
  max-width: 100%;
  height: auto;
}
.alignleft,
img.alignleft {
  max-width: 55% !important;
  height: auto !important;
  display: inline;
  float: left;
  clear: left;
  margin-right: 14px;
  margin-top: 4px;
}
.alignright,
img.alignright {
  max-width: 55% !important;
  height: auto !important;
  display: inline;
  float: right;
  clear: right;
  margin-left: 14px;
  margin-top: 4px;
}
.alignnone,
.aligncenter,
.wp-post-image,
img.aligncenter {
  max-width: 100%;
  height: auto !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.aligncenter iframe {
  display: block;
  margin: 0 auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}
.wp-caption {
  margin-top: 5px;
  margin-bottom: 10px;
  width: auto !important;
}
.wp-caption-text {
  margin: 0;
  padding: 0;
  max-width: 100%;
  /* prevent too-wide images from breaking layout */
  text-align: center;
  color: gray;
  font-family: Georgia;
  font-style: normal;
  font-size: 12px;
  line-height: 1.2;
}
.gallery-icon img,
.wp-caption img {
  display: block;
  margin: 0 auto 3px auto;
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}
.wp-smiley {
  margin: 0;
}
/* WP-Gallery feature */
.gallery {
  clear: both;
  margin: 0 -10px;
}
.gallery .gallery-caption,
.gallery .gallery-content,
.gallery .gallery-icon {
  margin: 0 10px;
  display: block;
}
.gallery .gallery-icon .preview {
  display: block;
}
.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  margin-bottom: 14px;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-3 .gallery-item {
  width: 33%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-5 .gallery-item {
  width: 20%;
}
#ie7 .gallery-columns-2 .gallery-item {
  width: 48%;
}
#ie7 .gallery-columns-3 .gallery-item {
  width: 31%;
}
#ie7 .gallery-columns-4 .gallery-item {
  width: 23%;
}
#ie7 .gallery-columns-5 .gallery-item {
  width: 18%;
}
.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1) {
  clear: both;
}
.gallery img {
  display: block;
  margin: 0 auto;
  border: 1px solid #D3D4D4;
}
.gallery .attachment-thumbnail,
.gallery .attachment-medium {
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.gallery .gallery-caption {
  font-size: 12px;
  margin: 3px 0 12px;
}
.ownskit-galleries .gallery-content {
  display: none;
}
.gallery .gallery-content {
  margin: 0 0 12px;
}
.gallery dl {
  margin: 0;
}
.gallery br + br {
  display: none;
}
#content .attachment img {
  /* single attachment images should be centered */
  display: block;
  margin: 0 auto;
}
@media (max-width: 460px) {
  .alignleft,
  img.alignleft,
  .alignright,
  img.alignright {
    max-width: 45% !important;
  }
}
/* LESS Mixins 
 * https://github.com/dmitryf/elements/blob/master/elements.less
 * */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 19000;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20000;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
.nform select,
.nform textarea,
.nform input[type=password],
.nform input[type=number],
.nform input[type=text],
.nform input[type=email] {
  box-sizing: border-box;
  width: 100%;
  height: 3em;
  padding: 0 0.7rem;
  line-height: 2.1em;
  display: block;
  margin: 0;
}
.nform select {
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #fff url('../images/select.png') right center no-repeat;
  background-size: 30px auto;
  padding: 0.2em 0.55em;
}
.nform textarea {
  height: 130px;
  max-width: none;
  padding: 1em 0.7rem;
  overflow: auto;
}
.nform fieldset {
  margin: 0;
  padding: 0 0 1em 0;
  border: 0;
}
.nform .radio {
  line-height: 1.7em;
  display: block;
  position: relative;
  cursor: hand;
  cursor: pointer;
}
.nform .radio .name {
  padding: 0 0 0 22px;
  display: inline-block;
}
.nform .radio input {
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.nform .radio input + i {
  position: absolute;
  top: 1px;
  left: 0;
  background: url('radio.png') 0 0;
  width: 18px;
  height: 18px;
  background-size: 20px 40px;
  display: inline-block;
  vertical-align: middle;
}
.nform .radio input:checked + i {
  background-position: 0 -20px;
}
.nform .radio:hover {
  color: gray;
}
.nform .radio:hover + i {
  opacity: 0.7;
}
.nform .msg,
.nform .wpcf7-response-output {
  padding: 0.5em 1em;
  background: #efefef;
}
.nform .msg.errors,
.nform .wpcf7-response-output.errors,
.nform .msg.wpcf7-validation-errors,
.nform .wpcf7-response-output.wpcf7-validation-errors {
  color: red;
}
.nform .wpcf7-display-none {
  display: none;
}
.nform .wpcf7-not-valid,
.nform textarea.error,
.nform input.error,
.nform select.error {
  border: 1px solid red;
}
.nform .wpcf7-not-valid-tip,
.nform span.error {
  font-size: 80%;
  color: red;
  line-height: 1.1;
}
.nform .required {
  color: inherit;
}
.nform .form-row {
  margin: 0 0 5px 0;
}
.nform .form-row > .name {
  display: block;
  padding: 0.3em 0 0 0;
}
.nform .form-row label.error {
  color: red;
  padding: 0.5em 0 1em 0;
  display: block;
  font-size: 80%;
  line-height: 1;
}
.nform .form-row-checkbox {
  padding: 0.5em 0 0 0;
  display: block;
}
.nform .watermark {
  position: relative;
  display: block;
}
.nform .watermark br {
  display: none;
}
.nform .watermark .name {
  position: absolute;
  top: 0.45em;
  left: 0.7em;
  line-height: 2.2;
  pointer-events: none;
  padding: 0;
  font-size: 110%;
  white-space: nowrap;
  z-index: 10;
}
.nform .watermark.filled .name {
  display: none;
}
.nform .watermark.focused .name {
  background: #777;
  color: #fff;
  padding: 0.3em 0.75em;
  position: absolute;
  z-index: 10001;
  font-weight: inherit;
  display: block;
  top: -2.2em;
  left: -0.1em;
  border-radius: 10px;
}
.nform .watermark.focused .name:after {
  display: block;
  content: "";
  border: 7px solid transparent;
  border-top-color: #777;
  height: 0;
  width: 0;
  position: absolute;
  bottom: -14px;
  margin-left: -7px;
  left: 50%;
}
.nform .watermark input:focus {
  position: relative;
  z-index: 20;
}
/*
Author: Jari Pennanen
*/
ul.products-small {
  margin: 0;
  list-style: none;
  list-style-image: none;
  padding: 0;
}
ul.products-small > li {
  font-size: 90%;
  padding-bottom: 20px;
}
ul.products-small > li > a {
  display: block;
  min-height: 62px;
}
ul.products-small > li > a:hover > .img > .zoom-empty {
  opacity: 0.8;
}
ul.products-small > li > a > .img {
  position: relative;
  display: block;
  width: 50px;
  float: left;
  background-color: #fff;
  padding: 5px;
}
ul.products-small > li > a > .img > .zoom-empty {
  display: block;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
ul.products-small > li > a > .details {
  padding: 0 0 0 15px;
  overflow: hidden;
}
ul.products-small > li > a > .details > .title {
  display: block;
  font-size: 80%;
}
ul.products-small > li > a > .details > .subtitle {
  display: block;
  font-size: 80%;
}
ul.products-small > li > a > .details > .price {
  display: block;
  color: #00aca9;
  font-size: 80%;
}
ul.products-small > li > a > .details > .price > ins {
  color: #00aca9;
  text-decoration: none;
}
ul.products-small > li > a > .details > .price > del {
  margin-left: 5px;
}
.same-artist-products {
  overflow: hidden;
  clear: both;
  padding-top: 5em;
}
.related {
  overflow: hidden;
  clear: both;
  padding-top: 5em;
}
.choices {
  font-size: 1.171875vw;
  background: #fffef5;
  clear: both;
  display: block;
  padding-top: 0.25em;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .choices {
    font-size: 12px;
  }
}
@media (max-width: 800px) {
  .choices {
    font-size: 9.375px;
  }
}
@media (max-width: 760px) {
  .choices {
    padding-left: 3px;
    padding-right: 3px;
  }
}
.choices > .choice {
  padding: 0.2em 0;
  border-top: 1px solid #ccc;
  text-transform: uppercase;
}
.choices > .choice:last-child {
  border-bottom: 1px solid #ccc;
}
@media (max-width: 760px) {
  .choices > .choice {
    padding: 4px 0;
  }
}
.choices > .choice > .choice-title {
  display: block;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
.choices > .choice > .choice-title > .format {
  display: block;
  color: #444;
}
.choices > .choice > .choice-title > .format:hover {
  color: #888;
}
.choices > .choice > .choice-title > .format.active {
  color: #00aca9;
  font-weight: bold;
}
.choices > .choice > .price-and-button {
  float: right;
  padding-top: 0.15em;
  display: block;
}
.choices > .choice > .price-and-button > .choice-add-to-cart {
  float: right;
}
.choices > .choice > .price-and-button > .price {
  font-weight: bold;
  margin: 0;
  margin-right: 0.5em;
  color: #2d2d2d;
}
@media (max-width: 760px) {
  ul.products .choices > .choice > .price-and-button > .price {
    margin-right: 0;
  }
}
.choices > .choice > .price-and-button > .price > ins {
  color: #00aca9;
  text-decoration: none;
}
.choices > .choice > .price-and-button > .price > del {
  margin-left: 5px;
  color: #2d2d2d;
  font-family: "Lato";
  line-height: 1.7;
  font-weight: 400;
}
.choices > .choice > .price-and-button .sold-out {
  display: block;
  height: auto;
  position: relative;
  padding-right: 2.1em;
}
.choices > .choice > .price-and-button .sold-out > .icon {
  display: block;
  position: absolute;
  right: 0;
  top: -0.3em;
  padding: 0.4em;
}
.choices > .choice > .price-and-button .sold-out > .icon > svg {
  width: 1.3em;
  display: block;
}
.choices > .choice > .price-and-button .pre-order-button,
.choices > .choice > .price-and-button .plus-button {
  display: block;
  height: auto;
  border: 0;
  position: relative;
  top: -0.3em;
  color: #000;
  border-radius: 1.5em;
  transition: all 0.25s;
  -webkit-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
}
@media (max-width: 760px) {
  ul.products .choices > .choice > .price-and-button .pre-order-button,
  ul.products .choices > .choice > .price-and-button .plus-button {
    display: none;
  }
}
.choices > .choice > .price-and-button .pre-order-button > .text,
.choices > .choice > .price-and-button .plus-button > .text {
  display: none;
}
.choices > .choice > .price-and-button .pre-order-button > .qty,
.choices > .choice > .price-and-button .plus-button > .qty {
  display: none;
  position: absolute;
  top: -0.2em;
  right: -0.2em;
  background: #000;
  border: 1px solid #fff;
  color: #fff;
  width: 1.3em;
  height: 1.3em;
  line-height: 1.4em;
  border-radius: 50%;
  text-align: center;
  font-size: 80%;
}
.choices > .choice > .price-and-button .pre-order-button > .qty.show,
.choices > .choice > .price-and-button .plus-button > .qty.show {
  display: block;
}
.choices > .choice > .price-and-button .pre-order-button > .icon,
.choices > .choice > .price-and-button .plus-button > .icon {
  padding: 0.4em;
  display: block;
}
.choices > .choice > .price-and-button .pre-order-button > .icon > svg,
.choices > .choice > .price-and-button .plus-button > .icon > svg {
  width: 1.3em;
  display: block;
  fill: #00aca9;
  transition: fill 0.25s;
}
.choices > .choice > .price-and-button .pre-order-button:hover,
.choices > .choice > .price-and-button .plus-button:hover {
  -webkit-transform: scale(1.15) translateZ(0);
  transform: scale(1.15) translateZ(0);
}
.choices > .choice > .price-and-button .pre-order-button:hover > .icon > svg,
.choices > .choice > .price-and-button .plus-button:hover > .icon > svg {
  fill: #00aca9;
}
.choices > .choice > .price-and-button .pre-order-button.loading,
.choices > .choice > .price-and-button .plus-button.loading,
.choices > .choice > .price-and-button .pre-order-button.added,
.choices > .choice > .price-and-button .plus-button.added {
  border-color: #0ed281;
  background: #0ed281;
  color: #fff;
}
.choices > .choice > .price-and-button .pre-order-button.loading > .icon > svg,
.choices > .choice > .price-and-button .plus-button.loading > .icon > svg,
.choices > .choice > .price-and-button .pre-order-button.added > .icon > svg,
.choices > .choice > .price-and-button .plus-button.added > .icon > svg {
  fill: #fff;
}
.choices > .choice > .price-and-button .added_to_cart {
  display: none;
}
.mother-info .choices > .choice:last-child {
  border-bottom: 1px solid #ccc;
}
.style-light-bg .choices {
  background: none;
}
.style-light-bg .choices > .choice {
  border-top: 1px dotted #000;
  border-top-color: #000;
}
.style-light-bg .choices > .choice:last-child {
  border-bottom: 1px dotted #000;
}
.style-dark .choices {
  background: none;
}
.style-dark .choices > .choice {
  border-top: 1px dotted #fff;
  border-top-color: #fff;
}
.style-dark .choices > .choice:last-child {
  border-bottom: 1px dotted #fff;
}
.style-dark .choices > .choice > .choice-title > .format {
  color: #fff;
}
.style-dark .choices > .choice > .choice-title > .format:hover {
  color: gray;
}
.style-dark .choices > .choice > .choice-title > .format.active {
  background: #00aca9;
  color: #fff;
}
.style-dark .choices > .choice > .price-and-button > .price {
  color: #fff;
}
.style-dark .choices > .choice > .price-and-button > .price > ins {
  color: #fff;
}
.style-dark .choices > .choice > .price-and-button > .price > del {
  color: #fff;
}
.style-dark .choices > .choice > .price-and-button .pre-order-button,
.style-dark .choices > .choice > .price-and-button .plus-button {
  color: #fff;
}
.style-dark .choices > .choice > .price-and-button .pre-order-button > .qty,
.style-dark .choices > .choice > .price-and-button .plus-button > .qty {
  background: #000;
  color: #fff;
}
.style-dark .choices > .choice > .price-and-button .pre-order-button > .icon > svg,
.style-dark .choices > .choice > .price-and-button .plus-button > .icon > svg {
  fill: #fff;
}
.style-dark .choices > .choice > .price-and-button .pre-order-button:hover > .icon > svg,
.style-dark .choices > .choice > .price-and-button .plus-button:hover > .icon > svg {
  fill: #fff;
}
.style-dark .choices > .choice > .price-and-button .pre-order-button.loading,
.style-dark .choices > .choice > .price-and-button .plus-button.loading,
.style-dark .choices > .choice > .price-and-button .pre-order-button.added,
.style-dark .choices > .choice > .price-and-button .plus-button.added {
  border-color: #0ed281;
  background: #0ed281;
  color: #fff;
}
.style-dark .choices > .choice > .price-and-button .pre-order-button.loading > .icon > svg,
.style-dark .choices > .choice > .price-and-button .plus-button.loading > .icon > svg,
.style-dark .choices > .choice > .price-and-button .pre-order-button.added > .icon > svg,
.style-dark .choices > .choice > .price-and-button .plus-button.added > .icon > svg {
  fill: #fff;
}
/* WooCommerce */
ul.products {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
.same-artist-products > ul.products,
.related > ul.products {
  margin: 0 -1.5%;
}
.same-artist-products > ul.products > li,
.related > ul.products > li {
  float: left;
  width: 25%;
  padding: 0 1.5% 3% 1.5%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.same-artist-products > ul.products > li:nth-child(4n + 1),
.related > ul.products > li:nth-child(4n + 1) {
  clear: both;
}
@media (max-width: 760px) {
  .same-artist-products > ul.products,
  .related > ul.products {
    margin: 0 -1.25%;
  }
  .same-artist-products > ul.products > li:nth-child(4n + 1),
  .related > ul.products > li:nth-child(4n + 1) {
    clear: none;
  }
  .same-artist-products > ul.products > li,
  .related > ul.products > li {
    float: left;
    width: 33.33333333%;
    padding: 0 1.25% 2.5% 1.25%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .same-artist-products > ul.products > li:nth-child(3n + 1),
  .related > ul.products > li:nth-child(3n + 1) {
    clear: both;
  }
}
.product-results > ul.products {
  margin: 0 -1.5%;
}
.product-results > ul.products > li {
  float: left;
  width: 25%;
  padding: 0 1.5% 3% 1.5%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.product-results > ul.products > li:nth-child(4n + 1) {
  clear: both;
}
@media (max-width: 760px) {
  .product-results > ul.products {
    margin: 0 -1.25%;
  }
  .product-results > ul.products > li:nth-child(4n + 1) {
    clear: none;
  }
  .product-results > ul.products > li {
    float: left;
    width: 33.33333333%;
    padding: 0 1.25% 2.5% 1.25%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .product-results > ul.products > li:nth-child(3n + 1) {
    clear: both;
  }
}
ul.products.cols-3 {
  margin: 0 -1.5%;
}
ul.products.cols-3 > li {
  float: left;
  width: 33.33333333%;
  padding: 0 1.5% 3% 1.5%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
ul.products.cols-3 > li:nth-child(3n + 1) {
  clear: both;
}
@media (max-width: 760px) {
  ul.products.cols-3 {
    margin: 0 -1.25%;
  }
  ul.products.cols-3 > li:nth-child(3n + 1) {
    clear: none;
  }
  ul.products.cols-3 > li {
    float: left;
    width: 50%;
    padding: 0 1.25% 2.5% 1.25%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  ul.products.cols-3 > li:nth-child(2n + 1) {
    clear: both;
  }
  ul.products.cols-3 > li {
    padding-bottom: 2.5em;
  }
}
ul.products.cols-4 {
  margin: 0 -1.5%;
  max-width: 80%;
  margin: 0 auto;
}
ul.products.cols-4 > li {
  float: left;
  width: 25%;
  padding: 0 1.5% 3% 1.5%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
ul.products.cols-4 > li:nth-child(4n + 1) {
  clear: both;
}
@media (max-width: 760px) {
  ul.products.cols-4 {
    max-width: 100%;
    margin: 0 -1.25%;
  }
  ul.products.cols-4 > li:nth-child(4n + 1) {
    clear: none;
  }
  ul.products.cols-4 > li {
    float: left;
    width: 50%;
    padding: 0 1.25% 2.5% 1.25%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  ul.products.cols-4 > li:nth-child(2n + 1) {
    clear: both;
  }
  ul.products.cols-4 > li {
    padding-bottom: 2.5em;
  }
}
ul.products.cols-5 {
  margin: 0 -1.5%;
}
ul.products.cols-5 > li {
  float: left;
  width: 20%;
  padding: 0 1.5% 3% 1.5%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
ul.products.cols-5 > li:nth-child(5n + 1) {
  clear: both;
}
@media (max-width: 950px) {
  ul.products.cols-5 {
    margin: 0 -1.5%;
  }
  ul.products.cols-5 > li:nth-child(5n + 1) {
    clear: none;
  }
  ul.products.cols-5 > li {
    float: left;
    width: 25%;
    padding: 0 1.5% 3% 1.5%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  ul.products.cols-5 > li:nth-child(4n + 1) {
    clear: both;
  }
}
@media (max-width: 760px) {
  ul.products.cols-5 {
    margin: 0 -1.25%;
  }
  ul.products.cols-5 > li:nth-child(4n + 1) {
    clear: none;
  }
  ul.products.cols-5 > li {
    float: left;
    width: 33.33333333%;
    padding: 0 1.25% 2.5% 1.25%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  ul.products.cols-5 > li:nth-child(3n + 1) {
    clear: both;
  }
}
ul.products.cols-6 {
  margin: 0 -1.25%;
}
ul.products.cols-6 > li {
  float: left;
  width: 16.66666667%;
  padding: 0 1.25% 2.5% 1.25%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
ul.products.cols-6 > li:nth-child(6n + 1) {
  clear: both;
}
@media (max-width: 1200px) {
  ul.products.cols-6 {
    margin: 0 -1.5%;
  }
  ul.products.cols-6 > li:nth-child(6n + 1) {
    clear: none;
  }
  ul.products.cols-6 > li {
    float: left;
    width: 20%;
    padding: 0 1.5% 3% 1.5%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  ul.products.cols-6 > li:nth-child(5n + 1) {
    clear: both;
  }
}
@media (max-width: 950px) {
  ul.products.cols-6 {
    margin: 0 -1.5%;
  }
  ul.products.cols-6 > li:nth-child(5n + 1) {
    clear: none;
  }
  ul.products.cols-6 > li {
    float: left;
    width: 25%;
    padding: 0 1.5% 3% 1.5%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  ul.products.cols-6 > li:nth-child(4n + 1) {
    clear: both;
  }
}
@media (max-width: 760px) {
  ul.products.cols-6 {
    margin: 0 -1.25%;
  }
  ul.products.cols-6 > li:nth-child(4n + 1) {
    clear: none;
  }
  ul.products.cols-6 > li {
    float: left;
    width: 33.33333333%;
    padding: 0 1.25% 2.5% 1.25%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  ul.products.cols-6 > li:nth-child(3n + 1) {
    clear: both;
  }
}
ul.products .img {
  position: relative;
  transition: opacity 0.25s;
  border: 1px solid #efefef;
}
ul.products .img > .empty {
  padding-top: 100%;
}
ul.products .img > .img-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
ul.products .comments-product {
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding-left: 4%;
}
ul.products .comments {
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding-right: 4%;
}
ul.products .comments .wrapper {
  background: #000;
  margin: 1px;
  position: relative;
}
ul.products .comments .wrapper .text {
  color: #fff;
  position: relative;
  z-index: 2;
  text-align: left;
  padding: 1.2em 1.4em;
  text-transform: uppercase;
  font-size: 80%;
  letter-spacing: 0.1em;
}
ul.products .comments .wrapper:after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  margin-top: 16%;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 14px solid black;
}
ul.products .comments .wrapper:before {
  background: #000;
  content: "";
  position: absolute;
  padding-top: 100%;
  left: 0;
  right: 0;
  top: 0;
}
ul.products .button {
  background: #00aca9;
  color: #fff;
}
ul.products .button:hover {
  color: #fff;
  border-color: #000;
  background: #000;
}
ul.products .product {
  text-align: center;
  margin: -1px 0 0 -1px;
}
ul.products .product .woocommerce-LoopProduct-link {
  display: block;
}
ul.products .product .woocommerce-LoopProduct-link:hover {
  position: relative;
  z-index: 2;
}
ul.products .product > .choices {
  background: #fffef5;
}
ul.products .product .woocommerce-LoopProduct-link > .product-item {
  overflow: hidden;
  position: relative;
  display: block;
  color: #2d2d2d;
  background: #fffef5;
  padding: 0 0 0 0;
  width: 100%;
}
ul.products .product .woocommerce-LoopProduct-link > .product-item > h3 {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: color 0.25s;
  padding: 12px 10px 0px 10px;
  font-family: "Lato";
  line-height: 1.7;
  font-weight: 400;
  font-size: 1.3671875vw;
  line-height: 1.33;
  text-align: left;
}
@media (max-width: 760px) {
  ul.products .product .woocommerce-LoopProduct-link > .product-item > h3 {
    padding-top: 8px;
    padding-right: 3px;
    padding-left: 3px;
  }
}
@media (min-width: 1024px) {
  ul.products .product .woocommerce-LoopProduct-link > .product-item > h3 {
    font-size: 14px;
  }
}
@media (max-width: 800px) {
  ul.products .product .woocommerce-LoopProduct-link > .product-item > h3 {
    font-size: 10.9375px;
  }
}
ul.products .product .woocommerce-LoopProduct-link > .product-item > h3 > span {
  display: block;
}
ul.products .product .woocommerce-LoopProduct-link > .product-item > h3 > .artist {
  font-weight: bold;
  padding: 0 0 2px 0;
}
ul.products .product .woocommerce-LoopProduct-link > .product-item > h3 > .title {
  font-weight: normal;
  padding: 0 0 7px 0;
}
@media (max-width: 760px) {
  ul.products .product .woocommerce-LoopProduct-link > .product-item > h3 > .title {
    padding-bottom: 4px;
  }
}
ul.products .product .woocommerce-LoopProduct-link > .product-item:hover .img {
  opacity: 0.8;
}
ul.products .product .onsale {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 72px;
  height: 72px;
  text-indent: -9999px;
  text-align: center;
  background: url(images/sale.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 100;
  font-size: 20px;
  text-transform: uppercase;
}
.woocommerce-list-settings > h1 {
  float: left;
  padding: 0 1em 0 0;
  margin-right: 1em;
  border-right: 1px solid #ddd;
}
.woocommerce-list-settings > h1:first-child {
  margin-top: -0.2em;
}
.details-table {
  border: 1px solid #ddd;
}
.details-table th {
  font-weight: normal;
  padding: 0.5em;
  border: 1px solid #ddd;
  width: 33.333%;
}
.details-table td {
  padding: 0.5em;
  border: 1px solid #ddd;
}
.grouped-product .mother-info {
  background: #fffef5;
  box-sizing: border-box;
  width: 65%;
  float: right;
  clear: both;
  position: relative;
  z-index: 2;
  padding: 0 2.5em 0 2.5em;
}
.grouped-product .mother-info > .mother-title {
  text-align: left;
}
.grouped-product .mother-info > .mother-title > .artists {
  font-size: 70%;
}
.grouped-product .mother-info > .choices {
  padding-left: 0;
  padding-right: 10px;
  max-width: 25em;
}
.grouped-product .tabs > .product {
  display: none;
}
.grouped-product .tabs > .shown {
  display: block;
}
@media (max-width: 760px) {
  .grouped-product .mother-info {
    background: none;
    width: 100%;
    float: none;
    padding: 0;
  }
  .grouped-product .mother-info > .mother-title {
    padding-top: 1em;
    padding-right: 0;
    padding-left: 0;
  }
  .grouped-product .mother-info > .choices {
    background: none;
    box-sizing: border-box;
    float: right;
    width: 50%;
    clear: both;
    padding-left: 0.75em;
  }
}
div.product {
  position: relative;
  /*
    > .summary-titles {
        .box-sizing();
        float: right;
        width: @b;
        overflow: hidden;
        padding: 0 4.75em 2.5em 5.1em;
        > h1 {
            text-align: left;
            padding: 0 0 1.5em 0;
            font-size: 20px;
            font-weight: 400;
            > .maintitle {
                font-weight: 500;
                display: block;
                font-size: 30px;
            }
        }
        > .format {
            .font-otsake;
            font-size: 20px;
            font-weight: 400;
            display: inline;
        }
        > .cart {
            padding: 1em 0 0 0;
            overflow: hidden;
            > .quantity-select {
                display: none;
            }
        }
        > .sold-out {
            display: block;
            padding: 1em 0 0 0;
            > span {
                display: inline-block;
                vertical-align: middle;
                background: #000;
                color: #fff;
                line-height: 50px;
                height: 50px;
                padding: 0 25px 0 20px;
                border: 0;
                font-size: 110%;
            }
        }
        > div[itemprop="offers"] {
            display: inline;
            > .price {
                .font-otsake;
                font-size: 20px;
                font-weight: 400;
                display: inline;
                margin-left: 0.5em;
                > ins {
                    color: @color1;
                    text-decoration: none;
                }
                > del {
                    font-size: 70%;
                    margin-left: 10px;
                }
            }

            > .tax-note {
                margin-left: 0.5em;
            }
        }

        > .includes-download {
            padding-top: 0.2em;
        }
    }
        */
  /*
    @media (max-width: 950px) {
        > .before-summary {
            float: left;
            width: 40%;
        }

        > .summary-titles {
            float: left;
            width: 60%;
            padding: 0 0 0 1.5em;

            > h1 {
                padding: 0;
                font-size: 15px;
                > .maintitle {
                    font-size: 20px;
                }
            }
            > .format {
                font-size: 15px;
                font-weight: 300;
            }
            > div[itemprop="offers"] {
                > .price {
                    font-size: 15px;
                    font-weight: 300;
                }
            }
        }

        > .after-summary {
            float: none;
            clear: both;
            width: auto;
        }
        > .summary {
            float: none;
            clear: both;
            width: auto;
            padding: 0;
        }
    }
    */
  /*
    .woocommerce-tabs {
        clear: both;
    }
    .details {
        font-size: 80%;
        strong {
            font-weight: normal;
            text-transform: uppercase;
        }
        .detail {
            padding: 0;
        }
        padding: 0 0 2em 0;
    }
    .details,
    .content {
        clear: both;
    }

    .in-stock {
        padding: 0;
        font-size: 80%;
        font-style: italic;
    }
    
    .cart {
        &.variations_form {
            position: relative;
            .single_variation {
                padding: 0 0 0.5em 0;
            }
            .price {
                display: block;
                padding: 0.25em 0;
            }
        }
        .variations {
            .label {
                display: block;
                width: auto;
                text-transform: uppercase;
                padding: 14px 10px 0 0;
                text-align: left;
            }
            select {
                width: 100%;
            }
            .value {
                display: block;
            }
            .reset_variations {
                display: block;
                font-size: 80%;
                position: absolute;
                top: -1em;
                right: 0;
            }
        }
        .quantity-select {
            line-height: 50px;
            height: 50px;
            vertical-align: middle;
        }
        .button {
            vertical-align: middle;
            background: @color1;
            color: @color1-fg;
            line-height: 50px;
            height: 50px;
            padding: 0 25px 0 20px;
            border: 0;
            font-size: 110%;
            &:hover {
                border: 0;
                background: @color1-hover;
            }
            > svg {
                width: 15px;
                height: 15px;
                display: inline-block;
                vertical-align: middle;
                margin-right: 0.5em;
                position: relative;
                fill: @color1-fg;
                top: -0.1em;
            }
        }
        .variations_button {
            > .button {
                text-align: left;
            }
        }
    }
    */
}
div.product > .before-summary {
  box-sizing: border-box;
  position: relative;
  width: 35%;
  padding-right: 2.5em;
  margin-bottom: 1.5em;
  float: left;
}
div.product > .before-summary > .images img {
  width: 100%;
  display: block;
  height: auto;
}
@media (max-width: 760px) {
  div.product > .before-summary {
    padding-left: 0;
    padding-right: 0.75em;
    width: 50%;
  }
}
div.product > .after-summary {
  box-sizing: border-box;
  float: left;
  width: 35%;
  padding-right: 2.5em;
  clear: left;
}
div.product > .after-summary > .songs-text {
  font-size: 80%;
}
div.product > .after-summary table.songs td:first-child {
  width: 1em;
}
div.product > .after-summary table.songs td {
  padding: 0.2em;
  line-height: 1.2;
}
div.product > .after-summary > .embeds > * {
  padding-bottom: 1.5em;
  display: block;
}
div.product > .after-summary > .embeds .spotify-embed iframe {
  height: 80px !important;
}
@media (max-width: 760px) {
  div.product > .after-summary {
    background: none;
    float: none;
    width: auto;
    clear: both;
    padding: 0 0 1em 0;
  }
}
div.product > .summary {
  background: #fffef5;
  box-sizing: border-box;
  float: right;
  width: 65%;
  overflow: hidden;
  padding: 2.5em 2.5em 2.5em 2.5em;
}
div.product > .summary > .content {
  display: block;
  padding: 0 0 2em 0;
}
div.product > .summary > .description {
  clear: both;
  padding: 2em 0 2em 0;
}
div.product > .summary > .socmed {
  padding-top: 0;
  margin-left: -0.5em;
}
div.product > .summary > .socmed > .socmed-share {
  text-align: left;
}
@media (max-width: 760px) {
  div.product > .summary {
    background: none;
    float: none;
    width: auto;
    clear: both;
    padding: 0 0 1em 0;
  }
}
div.product .fb-likebutton {
  width: 100%;
}
div.product .thumbnails a {
  width: 50px;
  height: 50px;
  padding: 5px;
  background: #fff;
  display: inline-block;
}
div.product .thumbnails a:hover {
  border-color: #00aca9;
}
div.product .thumbnails img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}
div.product .onsale {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 2.5em;
  min-height: 2.5em;
  line-height: 2.5em;
  text-align: center;
  background: #00aca9;
  color: #fff;
  z-index: 100;
  font-size: 20px;
  padding: 6px;
  text-transform: uppercase;
}
div.product > .summary-titles {
  display: none;
}
#comments > h2 {
  display: none;
}
#comments .commentlist {
  padding: 0 0 0 0;
  margin: 0.5em 0 0 0;
  list-style: none;
}
#comments .star-rating {
  display: inline;
  line-height: 32px;
}
#comments .comment_container {
  margin-bottom: 2em;
  padding: 1em 0;
  border-bottom: 1px solid #ffffff;
}
#comments .avatar {
  float: left;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  margin-right: 5px;
}
#comments .meta {
  display: inline;
  line-height: 32px;
}
#comments .description {
  clear: both;
  padding: 0 34px;
}
#respond form label {
  display: block;
}
#respond form textarea {
  display: block;
  width: 100%;
}
#respond #submit {
  cursor: pointer;
  cursor: hand;
  transition: background 0.25s, border 0.25s, color 0.25s;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 3em;
  padding-right: 3em;
  padding-top: 1em;
  padding-bottom: 1em;
  color: #00aca9;
  background: none;
  border: 1px solid #00aca9;
  font-family: Termina;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  line-height: 1.6;
  font-size: 0.94594595vw;
}
#respond #submit.pull-right {
  float: right;
}
@media (max-width: 760px) {
  #respond #submit {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media (min-width: 1480px) {
  #respond #submit {
    font-size: 14px;
  }
}
@media (max-width: 760px) {
  #respond #submit {
    font-size: 7.18918919px;
  }
}
.style-dark #respond #submit:hover,
.style-light #respond #submit:hover,
#respond #submit:hover {
  color: #fff;
  background: #00aca9;
  border-color: #00aca9;
}
#respond #submit:focus {
  outline: 0;
}
#respond #submit.big {
  font-size: 18px;
}
.style-dark #respond #submit {
  color: #fff;
  border: 1px solid #fff;
}
.style-dark #respond #submit:hover {
  color: #fff;
  background: #00aca9;
  border-color: #00aca9;
}
#respond #submit.button-style-dark {
  background: #000;
  border-color: #000;
  color: #fff;
}
#respond #submit.button-style-dark:hover {
  background: #00aca9;
  border-color: #00aca9;
  color: #fff;
}
#respond #submit.button-style-colored {
  background: #00aca9;
  border-color: #00aca9;
  color: #fff;
}
.style-dark #respond #submit.button-style-colored:hover,
.style-light #respond #submit.button-style-colored:hover,
#respond #submit.button-style-colored:hover {
  color: #fff;
  background: #000;
  border-color: #000;
}
.woocommerce-MyAccount-navigation > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  text-align: center;
  padding-bottom: 3.5em;
}
.woocommerce-MyAccount-navigation > ul > li {
  display: inline-block;
  padding: 0 1em;
}
.woocommerce-MyAccount-navigation > ul > li > a {
  color: #2d2d2d;
}
.woocommerce-MyAccount-navigation > ul > li > a:hover {
  color: #00aca9;
}
.woocommerce-MyAccount-navigation > ul > li.is-active > a {
  color: #00aca9;
}
.woocommerce-EditAccountForm {
  margin: 0 auto;
}
.woocommerce-EditAccountForm fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.woocommerce-EditAccountForm fieldset > legend {
  display: block;
  padding: 1.5em 0 0 0;
  font-weight: bold;
}
.woocommerce-info,
.woocommerce-error,
.woocommerce-message {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  margin: 0 auto 2em auto;
  overflow: hidden;
  line-height: 33px;
  max-width: 400px;
}
.woocommerce-info .button,
.woocommerce-error .button,
.woocommerce-message .button {
  display: inline-block;
  margin-left: 5px;
  padding: 0.1em 0.5em;
  line-height: 33px;
  border: 0;
  background: #fff;
}
@media (max-width: 760px) {
  body.single-product .woocommerce-info,
  body.single-product .woocommerce-error,
  body.single-product .woocommerce-message {
    display: none;
  }
}
.woocommerce-info.cart-empty,
.woocommerce-error.cart-empty,
.woocommerce-message.cart-empty {
  text-align: center;
}
div.woocommerce-message {
  padding: 0.3em 1em;
  border: 1px solid #2d2d2d;
}
.woocommerce-error > li {
  padding: 0.3em 1em;
  margin-bottom: 0.5em;
  border: 2px solid red;
}
li.woocommerce-notice {
  padding: 0.3em 1em;
  border: 2px solid #2d2d2d;
}
.message {
  margin-top: 1em;
  padding: 0.85em;
  border: 1px solid #ddd;
}
.message > .txt {
  display: block;
  line-height: 1;
  padding-bottom: 0.2em;
}
.message > .small {
  display: block;
}
.breadcrumbs-product {
  position: relative;
}
.breadcrumbs-product > .woocommerce-breadcrumb {
  padding-top: 1.5em;
}
.breadcrumbs-product .back {
  background: #00aca9;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0.6em 0.7em 0.6em 0.4em;
  transition: opacity 0.25s;
}
.breadcrumbs-product .back:before {
  content: "";
  display: block;
  background: url("images/left-triangle.png") left center;
  width: 18px;
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
}
.breadcrumbs-product .back:hover {
  opacity: 0.8;
}
.woocommerce-breadcrumb {
  font-size: 90%;
  text-transform: uppercase;
  padding: 0.25em 0;
}
.woocommerce-breadcrumb h1 {
  font-size: inherit;
  display: none;
}
.woocommerce-breadcrumb a:hover {
  color: #00aca9;
}
/*
select.quantity-select {
    font-size: inherit;
    height: 2.5em;
    line-height: 2.5em;
    padding-right: 1.5em;
    display: block;
    width: 100%;
    background: @sivusto-bg no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 100 50'%3E%3Cpolygon points='0,0 100,0 50,50'/%3E%3C/svg%3E");
    background-position: right 0.5em center;
    background-size: 0.75em;
    border-radius: 0;
    border: 1px solid @color-splitter;
    -webkit-appearance: none;
}
input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
input[type="tel"],
select,
textarea {
    font-family: inherit;
    .button-sizing;
    margin: 0;
    padding: 0 8px;
    background: @sivusto-bg;
    border-color: @color-splitter;
    box-shadow: none !important;
    -webkit-appearance: none;
}
.select2-container .select2-choice {
    padding: 10px;
    border: 1px solid @color-splitter;
}
.select2-container--default .select2-selection--single {
    background: @sivusto-bg;
}
textarea {
    line-height: 1.4;
    height: auto;
    padding: 5px 5px;
}
*/
#place_order,
a.checkout-button {
  cursor: pointer;
  cursor: hand;
  transition: background 0.25s, border 0.25s, color 0.25s;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 3em;
  padding-right: 3em;
  padding-top: 1em;
  padding-bottom: 1em;
  color: #00aca9;
  background: none;
  border: 1px solid #00aca9;
  font-family: Termina;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  line-height: 1.6;
  font-size: 0.94594595vw;
  background: #00aca9;
  color: #fff;
  margin: 20px 0 0 0;
}
#place_order.pull-right,
a.checkout-button.pull-right {
  float: right;
}
@media (max-width: 760px) {
  #place_order,
  a.checkout-button {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media (min-width: 1480px) {
  #place_order,
  a.checkout-button {
    font-size: 14px;
  }
}
@media (max-width: 760px) {
  #place_order,
  a.checkout-button {
    font-size: 7.18918919px;
  }
}
.style-dark #place_order:hover,
.style-dark a.checkout-button:hover,
.style-light #place_order:hover,
.style-light a.checkout-button:hover,
#place_order:hover,
a.checkout-button:hover {
  color: #fff;
  background: #00aca9;
  border-color: #00aca9;
}
#place_order:focus,
a.checkout-button:focus {
  outline: 0;
}
#place_order.big,
a.checkout-button.big {
  font-size: 18px;
}
.style-dark #place_order,
.style-dark a.checkout-button {
  color: #fff;
  border: 1px solid #fff;
}
.style-dark #place_order:hover,
.style-dark a.checkout-button:hover {
  color: #fff;
  background: #00aca9;
  border-color: #00aca9;
}
#place_order.button-style-dark,
a.checkout-button.button-style-dark {
  background: #000;
  border-color: #000;
  color: #fff;
}
#place_order.button-style-dark:hover,
a.checkout-button.button-style-dark:hover {
  background: #00aca9;
  border-color: #00aca9;
  color: #fff;
}
#place_order.button-style-colored,
a.checkout-button.button-style-colored {
  background: #00aca9;
  border-color: #00aca9;
  color: #fff;
}
.style-dark #place_order.button-style-colored:hover,
.style-dark a.checkout-button.button-style-colored:hover,
.style-light #place_order.button-style-colored:hover,
.style-light a.checkout-button.button-style-colored:hover,
#place_order.button-style-colored:hover,
a.checkout-button.button-style-colored:hover {
  color: #fff;
  background: #000;
  border-color: #000;
}
#place_order:hover,
a.checkout-button:hover {
  color: #fff;
  border-color: #000;
  background: #000;
}
#shipping_method {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  padding: 0 0 0.5em 0;
  text-align: left;
}
#shipping_method input[type="radio"] {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
#shipping_method label {
  display: block;
  padding-left: 1.95em;
  cursor: pointer;
  cursor: hand;
}
#shipping_method li {
  position: relative;
  display: block;
  padding-bottom: 0.5em;
}
.cart-infos {
  position: relative;
  margin-top: 2.5em;
}
.cart-infos > .cart-custom-info {
  box-sizing: border-box;
  padding: 2em 0 0 0;
  padding: 2em;
  margin-top: 2em;
}
.cart-infos > .cart-collaterals {
  overflow: hidden;
  padding: 2em;
  border: 1px solid #00aca9;
}
@media (max-width: 760px) {
  .cart-infos > .cart-collaterals {
    padding: 10px;
  }
}
.cart-infos > .cart-collaterals .wc-proceed-to-checkout {
  text-align: center;
}
.cart-infos > .cart-collaterals .checkout-button {
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  display: block;
}
@media (max-width: 800px) {
  .cart-infos > .cart-custom-info {
    float: none;
    width: auto;
  }
  .cart-infos > .cart-custom-info:after {
    display: none;
  }
  .cart-infos > .cart-collaterals {
    padding-top: 0.5em;
  }
}
.woocommerce-checkout-review-order-table,
.cart-collaterals table {
  table-layout: fixed;
  margin-right: 1px;
  border: 0;
}
.woocommerce-checkout-review-order-table h3:first-child,
.cart-collaterals table h3:first-child {
  padding-top: 1em;
}
.woocommerce-checkout-review-order-table td,
.cart-collaterals table td,
.woocommerce-checkout-review-order-table th,
.cart-collaterals table th {
  padding: 1em;
  font-weight: normal;
  vertical-align: top;
  border-bottom: 1px solid #ddd;
}
.woocommerce-checkout-review-order-table td:first-child,
.cart-collaterals table td:first-child,
.woocommerce-checkout-review-order-table th:first-child,
.cart-collaterals table th:first-child {
  padding-left: 0;
}
.woocommerce-checkout-review-order-table td:last-child,
.cart-collaterals table td:last-child,
.woocommerce-checkout-review-order-table th:last-child,
.cart-collaterals table th:last-child {
  padding-right: 0;
  text-align: right;
}
.woocommerce-checkout-review-order-table td,
.cart-collaterals table td {
  text-align: left;
}
.woocommerce-checkout-review-order-table tr.cart-subtotal,
.cart-collaterals table tr.cart-subtotal {
  display: none;
}
.woocommerce-checkout-review-order-table dl.variation,
.cart-collaterals table dl.variation {
  display: block;
}
.woocommerce-checkout-review-order-table dl.variation dd,
.cart-collaterals table dl.variation dd,
.woocommerce-checkout-review-order-table dl.variation dt,
.cart-collaterals table dl.variation dt {
  display: inline;
  margin: 0;
  padding: 0;
}
.woocommerce-checkout-review-order-table dl.variation dd p,
.cart-collaterals table dl.variation dd p,
.woocommerce-checkout-review-order-table dl.variation dt p,
.cart-collaterals table dl.variation dt p {
  display: inline;
}
.woocommerce-checkout-review-order-table .product-name,
.cart-collaterals table .product-name {
  width: 100%;
}
.woocommerce-checkout-review-order-table .product-name .product-quantity,
.cart-collaterals table .product-name .product-quantity {
  font-weight: normal;
  padding-left: 0.2em;
  display: inline-block;
}
.woocommerce-checkout-review-order-table .product-total,
.cart-collaterals table .product-total {
  width: 8em;
}
.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals,
.cart-collaterals table tr.woocommerce-shipping-totals {
  display: block;
}
.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals > th,
.cart-collaterals table tr.woocommerce-shipping-totals > th {
  display: block;
  font-size: 1.35135135vw;
  padding: 0.7em 0 0.35em;
  font-family: Termina;
  line-height: 1.7;
  font-weight: 500;
  margin: 0;
  color: #2d2d2d;
  letter-spacing: 0.01em;
  line-height: 1.35;
  padding-top: 1em;
  border: 0;
}
@media (min-width: 1480px) {
  .woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals > th,
  .cart-collaterals table tr.woocommerce-shipping-totals > th {
    font-size: 20px;
  }
}
@media (max-width: 760px) {
  .woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals > th,
  .cart-collaterals table tr.woocommerce-shipping-totals > th {
    font-size: 10.27027027px;
  }
}
.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals > td,
.cart-collaterals table tr.woocommerce-shipping-totals > td {
  display: block;
  border: 0;
  padding: 0;
  text-align: left;
}
.woocommerce-checkout-review-order-table tr.order-total,
.cart-collaterals table tr.order-total {
  display: block;
}
.woocommerce-checkout-review-order-table tr.order-total > th,
.cart-collaterals table tr.order-total > th {
  display: block;
  font-size: 1.35135135vw;
  padding: 0.7em 0 0.35em;
  font-family: Termina;
  line-height: 1.7;
  font-weight: 500;
  margin: 0;
  color: #2d2d2d;
  letter-spacing: 0.01em;
  line-height: 1.35;
  padding-top: 1em;
  border: 0;
}
@media (min-width: 1480px) {
  .woocommerce-checkout-review-order-table tr.order-total > th,
  .cart-collaterals table tr.order-total > th {
    font-size: 20px;
  }
}
@media (max-width: 760px) {
  .woocommerce-checkout-review-order-table tr.order-total > th,
  .cart-collaterals table tr.order-total > th {
    font-size: 10.27027027px;
  }
}
.woocommerce-checkout-review-order-table tr.order-total > td,
.cart-collaterals table tr.order-total > td {
  display: block;
  border: 0;
  padding: 0;
  width: 120%;
  text-align: left;
}
.woocommerce-checkout-review-order-table tr.order-total > td > strong,
.cart-collaterals table tr.order-total > td > strong {
  display: block;
  font-size: 200%;
}
.address .title h3 {
  display: inline;
}
.address .title .edit {
  display: inline;
}
.woocommerce-account .input-text {
  width: 100%;
}
.form-row {
  padding: 0 0 0.7em 0;
}
.form-row label {
  display: block;
}
.form-row label.inline {
  display: inline-block;
}
.form-row label.checkbox {
  display: inline;
}
.form-row.woocommerce-invalid label {
  color: #cc0000;
}
.form-row.woocommerce-invalid input[type="text"],
.form-row.woocommerce-invalid input[type="email"],
.form-row.woocommerce-invalid input[type="number"] {
  border-width: 1px;
  border-color: #cc0000;
}
#ship-to-different-address {
  margin: 0 0 2em 0;
  font-size: 1em;
  font-weight: inherit;
  font-family: inherit;
}
#ship-to-different-address label {
  cursor: pointer;
  cursor: hand;
}
#ship-to-different-address-checkbox {
  /*
    vertical-align: middle;
    position: relative;
    top: 0;
    margin: 0 0.6em 0 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-shadow: none;
    background: none no-repeat center center;
    border-radius: 0;
    border: 0.15em solid #000;
    width: 1.7em;
    height: 1.7em;
    position: relative;
    top: -0.1em;
    font-size: inherit;
    .cursor();

    &:checked {
        @stroke-color: escape(@color1);
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='translate(2 2)' stroke='@{stroke-color}' stroke-width='3'%3E%3Cline x1='1' y1='11' x2='11' y2='1'/%3E%3Cline x1='1' y1='1' x2='11' y2='11'/%3E%3C/g%3E%3C/svg%3E");
        background-size: contain;
    }
    */
  font-size: inherit;
}
#shipping_postcode_field label,
#billing_postcode_field label,
#shipping_city_field label,
#billing_city_field label {
  display: none;
}
#shipping_first_name_field,
#billing_first_name_field,
#shipping_postcode_field,
#billing_postcode_field {
  width: 30%;
  float: left;
}
#shipping_first_name_field + .clear,
#billing_first_name_field + .clear,
#shipping_postcode_field + .clear,
#billing_postcode_field + .clear {
  display: none;
}
#shipping_last_name_field,
#billing_last_name_field,
#shipping_city_field,
#billing_city_field {
  width: 69%;
  float: right;
}
#shipping_last_name_field + .form-row,
#billing_last_name_field + .form-row,
#shipping_city_field + .form-row,
#billing_city_field + .form-row {
  clear: both;
}
#shipping_address_1_field,
#billing_address_1_field {
  padding: 0 0 0.3em 0;
}
.woocommerce-account h2:first-child {
  padding-top: 1em;
}
ul.order_details {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
body.woocommerce-order-received .block-woocommerce h2 {
  padding: 1.5em 0 0.25em 0;
}
body.woocommerce-order-received table.shop_table.order_details {
  width: auto;
  /*
        tbody,
        tfoot {
            display: block;
            > tr {
                display: block;

                > th {
                    display: inline-block;
                }

                > td {
                    display: inline-block;
                }

            }
        }
        */
}
body.woocommerce-order-received table.shop_table.order_details .product-name {
  padding-right: 1em;
}
body.woocommerce-order-received .shop_table.customer_details tbody,
body.woocommerce-order-received .shop_table.customer_details tfoot {
  display: block;
}
body.woocommerce-order-received .shop_table.customer_details tbody > tr,
body.woocommerce-order-received .shop_table.customer_details tfoot > tr {
  display: block;
}
body.woocommerce-order-received .shop_table.customer_details tbody > tr > th,
body.woocommerce-order-received .shop_table.customer_details tfoot > tr > th {
  display: inline-block;
}
body.woocommerce-order-received .shop_table.customer_details tbody > tr > td,
body.woocommerce-order-received .shop_table.customer_details tfoot > tr > td {
  display: inline-block;
}
body.woocommerce-order-received .col2-set.addresses {
  padding-top: 2.5em;
}
body.woocommerce-order-received .col2-set.addresses > .col-1 {
  float: none;
  width: auto;
}
body.woocommerce-order-received .col2-set.addresses > .col-2 {
  padding-top: 2.5em;
  float: none;
  width: auto;
}
dl {
  margin: 0;
}
.cart-items-card {
  padding: 2em;
  border: 1px solid #00aca9;
}
@media (max-width: 760px) {
  .cart-items-card {
    padding: 10px;
  }
}
table {
  border-collapse: collapse;
  width: 100%;
}
table th {
  text-align: left;
}
table th,
table td {
  padding: 5px 0;
}
.shop_table.cart td,
.shop_table.cart th {
  vertical-align: middle;
  padding: 15px;
}
.shop_table.cart thead th {
  padding: 15px;
  font-weight: normal;
}
.shop_table.cart tr.cart_item td {
  border-bottom: 1px solid #ddd;
}
.shop_table.cart td.product-thumbnail {
  padding: 14px 14px 14px 0;
  width: 2em;
  text-align: center;
}
.shop_table.cart td.product-thumbnail a {
  width: 55px;
  height: 55px;
  display: inline-block;
}
.shop_table.cart td.product-thumbnail a:hover {
  border-color: #00aca9;
}
.shop_table.cart td.product-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.shop_table.cart td.product-remove {
  width: 0.5em;
}
.shop_table.cart td.product-remove > a {
  white-space: nowrap;
}
.shop_table.cart td.product-remove > a > .text {
  color: #2d2d2d;
}
.shop_table.cart td.product-remove > a > .del-icon {
  font-size: 25px;
  color: #00aca9;
  padding: 0 5px;
  font-size: 150%;
  line-height: 0.6;
  position: relative;
  top: 0.15em;
}
.shop_table.cart td.product-remove > a:hover > .text {
  color: #00aca9;
}
.shop_table.cart .variation {
  font-size: 80%;
}
.shop_table.cart .variation > dt,
.shop_table.cart .variation > dd {
  display: inline;
  margin: 0;
}
.shop_table.cart .variation > dt > p,
.shop_table.cart .variation > dd > p {
  display: inline;
  margin: 0;
}
.shop_table.cart td.product-name .artists {
  display: block;
  font-weight: bold;
}
.shop_table.cart td.product-quantity {
  width: 5em;
}
.shop_table.cart td.product-price {
  width: 3em;
}
.shop_table.cart td.product-subtotal {
  text-align: left;
  width: 3em;
}
.shop_table.cart td.product-subtotal .tax_label {
  display: block;
}
.shop_table.cart .actions {
  padding: 10px 0 0 0;
  text-align: right;
}
@media (max-width: 900px) {
  .shop_table.cart thead {
    display: none;
  }
  .shop_table.cart th,
  .shop_table.cart td {
    padding: 5px;
  }
  .shop_table.cart td.product-remove > a > .text {
    display: none;
  }
}
@media (max-width: 800px) {
  .shop_table.cart td.product-price {
    display: none;
  }
  .shop_table.cart td.product-name {
    font-size: 100%;
  }
}
@media (max-width: 500px) {
  .shop_table.cart td.product-thumbnail {
    display: none;
  }
}
.apply-coupon-card {
  background: #fff;
  padding: 2em;
  margin-top: 2em;
}
@media (max-width: 760px) {
  .apply-coupon-card {
    padding: 10px;
  }
}
.apply-coupon-card label {
  display: none;
}
.apply-coupon-card .inputs-wrap {
  max-width: 500px;
}
.apply-coupon-card .inputs {
  display: flex;
}
.apply-coupon-card .inputs > input[type="text"] {
  width: 100%;
  flex: 1;
}
.apply-coupon-card .inputs > input[type="submit"] {
  width: 170px;
  flex: 170px 0;
}
table.my_account_orders thead th {
  background: #ffffff;
}
table.my_account_orders th,
table.my_account_orders td {
  padding: 5px;
  border: 1px solid #ddd;
  vertical-align: middle;
}
table.my_account_orders .order-actions {
  width: 3em;
}
.order-again {
  margin-top: 1em;
}
#billing_country_field > label,
#shipping_country_field > label {
  display: inline;
  margin-right: 0.5em;
}
.checkout input,
.checkout select,
.checkout textarea {
  border-radius: 0;
  box-shadow: none !important;
}
.checkout textarea {
  width: 100%;
  max-width: 100%;
  min-height: 5em;
  height: 10em;
}
.checkout .payment_methods {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  padding-top: 1em;
}
.checkout .payment_methods label {
  font-weight: bold;
}
.checkout .input-checkbox {
  width: 1.3em;
  height: 1.3em;
  /*
    vertical-align: middle;
    position: relative;
    top: 0;
    margin: 0 0.6em 0 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-shadow: none;
    background: none no-repeat center center;
    border-radius: 0;
    border: 0.15em solid #000;
    width: 1.7em;
    height: 1.7em;
    position: relative;
    top: -0.1em;
    font-size: inherit;
    .cursor();

    &:checked {
        @stroke-color: escape(@color1);
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='translate(2 2)' stroke='@{stroke-color}' stroke-width='3'%3E%3Cline x1='1' y1='11' x2='11' y2='1'/%3E%3Cline x1='1' y1='1' x2='11' y2='11'/%3E%3C/g%3E%3C/svg%3E");
        background-size: contain;
    }
    */
}
.checkout .input-text {
  display: block;
  width: 100%;
}
.checkout input[name="_mc4wp_subscribe_woocommerce"] {
  width: 1.3em;
  height: 1.3em;
  /*
    vertical-align: middle;
    position: relative;
    top: 0;
    margin: 0 0.6em 0 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-shadow: none;
    background: none no-repeat center center;
    border-radius: 0;
    border: 0.15em solid #000;
    width: 1.7em;
    height: 1.7em;
    position: relative;
    top: -0.1em;
    font-size: inherit;
    .cursor();

    &:checked {
        @stroke-color: escape(@color1);
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='translate(2 2)' stroke='@{stroke-color}' stroke-width='3'%3E%3Cline x1='1' y1='11' x2='11' y2='1'/%3E%3Cline x1='1' y1='1' x2='11' y2='11'/%3E%3C/g%3E%3C/svg%3E");
        background-size: contain;
    }
    */
}
.woocommerce form .form-row .required {
  text-decoration: none;
}
.woocommerce-checkout .place-order input[type="submit"] {
  font-family: inherit;
}
.woocommerce-checkout .wc_payment_method {
  padding: 0 0 0.5em 0;
}
.woocommerce-checkout .wc_payment_method img {
  display: none;
}
.woocommerce-checkout #carrier-agent-heading {
  margin: 0;
  padding-top: 1em;
}
.woocommerce-checkout #woo-carrier-agents-container #woo-carrier-agents-throbber {
  background-color: rgba(255, 254, 245, 0.85) !important;
}
.woocommerce-checkout #woo-carrier-agents .woo-carrier-agent .woo-carrier-agent-info {
  flex: 1;
}
.woocommerce-checkout #woo-carrier-agents .woo-carrier-agent .woo-carrier-agent-logo {
  width: 8em;
}
.woocommerce-checkout #woo-carrier-agents .woo-carrier-agent .woo-carrier-agent-logo img {
  max-width: 100%;
}
.woocommerce-checkout #woo-carrier-agents-container.has-error .woo-carrier-agents-error-msg {
  background: #fffef5;
  padding: 0 0;
}
.billing-details-card {
  border: 1px solid #00aca9;
  padding: 2em;
}
@media (max-width: 760px) {
  .billing-details-card {
    padding: 10px;
  }
}
.return-to-shop {
  text-align: center;
}
.shipping-details-card {
  margin-top: 2em;
  border: 1px solid #00aca9;
  padding: 2em;
}
@media (max-width: 760px) {
  .shipping-details-card {
    padding: 10px;
  }
}
.customer-details-col {
  float: left;
  width: 70%;
  box-sizing: border-box;
  padding-right: 1.5em;
}
.customer-details-col #customer_details .woocommerce-billing-fields > h3:first-child {
  display: none;
}
.customer-details-col #customer_details .woocommerce-shipping-fields {
  padding-top: 1em;
}
.order-review-col {
  overflow: hidden;
  box-sizing: border-box;
  font-size: 80%;
}
.order-review-col #order_review {
  padding-right: 1px;
}
.order-review-col .help-coupon {
  padding: 0.5em 0 0 0;
}
.order-review-col .smartpost-uf-wrap {
  padding-top: 2em;
}
.order-review-col .more-link-wrapper {
  display: none;
}
.order-review-col .more-link-wrapper .more-link {
  display: block;
  text-align: center;
}
.woocommerce-form-login .col-1 {
  float: none;
  width: 100%;
}
.woocommerce-form-login .col-2 {
  width: 100%;
  float: none;
}
.woocommerce-form-login .woocommerce-form-login__rememberme {
  padding: 0.3em 0 0.8em 0;
}
@media (max-width: 1023px) {
  .customer-details-col {
    width: 65%;
  }
}
@media (max-width: 900px) {
  .customer-details-col {
    width: auto;
    float: none;
    padding-right: 0;
    padding-bottom: 2em;
  }
}
.col2-set {
  overflow: hidden;
}
.col-1 {
  float: left;
  width: 48%;
}
.col-2 {
  width: 48%;
  float: right;
}
div.pp_pic_holder {
  z-index: 11010;
}
div.pp_overlay {
  z-index: 11000;
}
.woocommerce-tabs > .tabs {
  margin: 0;
  list-style: none;
  list-style-image: none;
  border-bottom: 1px solid #ddd;
  padding: 0;
  margin: 0 0 1em 0;
}
.woocommerce-tabs > .tabs > li {
  display: inline-block;
  margin-bottom: -1px;
}
.woocommerce-tabs > .tabs > li > a {
  display: inline-block;
  padding: 0.5em 0.8em 0.5em 0.8em;
  text-transform: uppercase;
  border: 1px solid #ddd;
}
.woocommerce-tabs > .tabs > li > a:hover,
.woocommerce-tabs > .tabs > li.active > a {
  background: #00aca9;
  color: #fff;
  border: 1px solid #00aca9;
}
@media (max-width: 500px) {
  #pagenav {
    margin-top: 1em;
  }
  .col-1,
  .col-2 {
    width: auto;
    float: none;
  }
  .col-2 {
    margin-top: 1em;
  }
  table.my_account_orders .order-actions,
  table.my_account_orders .order-total {
    display: none;
  }
}
::-moz-selection {
  background: yellow;
  color: #000 !important;
  opacity: 1 !important;
}
::selection {
  background: yellow;
  color: #000 !important;
  opacity: 1 !important;
}
::-moz-selection {
  background: yellow;
  color: #000 !important;
  opacity: 1 !important;
}
em {
  color: #888;
}
.page-title-size {
  font-size: 2.16216216vw;
  padding: 0.3em 0 0.35em;
  font-family: Termina;
  line-height: 1.7;
  font-weight: 500;
  margin: 0;
  color: #2d2d2d;
  letter-spacing: 0.01em;
  line-height: 1.35;
  text-align: center;
  padding-bottom: 1em;
  font-size: 55px;
  display: block;
}
@media (min-width: 1480px) {
  .page-title-size {
    font-size: 32px;
  }
}
@media (max-width: 760px) {
  .page-title-size {
    font-size: 16.43243243px;
  }
}
.ingress {
  font-size: 22px;
}
@media (max-width: 760px) {
  .ingress {
    font-size: 16px;
  }
}
.title-block {
  font-size: 28px;
}
.ingress-block {
  font-size: 16px;
  font-family: Termina;
  line-height: 1.7;
  font-weight: 500;
}
.product_title {
  font-size: 32px;
}
.small-highlight {
  font-family: Termina;
  line-height: 1.7;
  font-weight: 500;
  font-size: 14px;
}
.big-title {
  font-size: 64px;
  line-height: 1.1;
  padding: 0 0 0.4em 0;
}
iframe {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.jump-target {
  display: block;
  height: 1px;
}
body,
html {
  padding: 0;
  margin: 0;
  height: 100%;
  min-height: 100%;
  position: relative;
}
body {
  font-family: "Lato";
  line-height: 1.7;
  font-weight: 400;
  font-size: 1.08108108vw;
  color: #2d2d2d;
}
@media (min-width: 1480px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 760px) {
  body {
    font-size: 8.21621622px;
  }
}
@media (max-width: 760px) {
  body {
    font-size: 14px;
  }
}
body::scrollbar {
  width: 25px;
}
body::-moz-scrollbar {
  width: 25px;
}
body::-webkit-scrollbar {
  width: 25px;
}
body::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
body::-webkit-scrollbar-track {
  background: #efefef;
  border: 0;
  border-radius: 0;
}
body::-webkit-scrollbar-thumb {
  background: #2d2d2d;
  border-radius: 0;
}
body::-webkit-scrollbar-thumb:hover {
  background: #2d2d2d;
}
#page,
#main {
  background: #fffef5;
}
a {
  color: #00aca9;
  transition: color 0.25s;
}
a:hover {
  color: #000;
}
h1:first-child,
h2:first-child,
h3:first-child {
  margin-top: 0;
  padding-top: 0;
}
h1 {
  font-size: 2.16216216vw;
  padding: 0.3em 0 0.35em;
  font-family: Termina;
  line-height: 1.7;
  font-weight: 500;
  margin: 0;
  color: #2d2d2d;
  letter-spacing: 0.01em;
  line-height: 1.35;
  text-align: center;
}
@media (min-width: 1480px) {
  h1 {
    font-size: 32px;
  }
}
@media (max-width: 760px) {
  h1 {
    font-size: 16.43243243px;
  }
}
h2 {
  font-size: 1.89189189vw;
  padding: 0.6em 0 0.35em;
  font-family: Termina;
  line-height: 1.7;
  font-weight: 500;
  margin: 0;
  color: #2d2d2d;
  letter-spacing: 0.01em;
  line-height: 1.35;
}
@media (min-width: 1480px) {
  h2 {
    font-size: 28px;
  }
}
@media (max-width: 760px) {
  h2 {
    font-size: 14.37837838px;
  }
}
h3 {
  font-size: 1.35135135vw;
  padding: 0.7em 0 0.35em;
  font-family: Termina;
  line-height: 1.7;
  font-weight: 500;
  margin: 0;
  color: #2d2d2d;
  letter-spacing: 0.01em;
  line-height: 1.35;
}
@media (min-width: 1480px) {
  h3 {
    font-size: 20px;
  }
}
@media (max-width: 760px) {
  h3 {
    font-size: 10.27027027px;
  }
}
h4 {
  font-size: 16px;
  padding: 0.7em 0 0.35em;
  font-family: Termina;
  line-height: 1.7;
  font-weight: 500;
  margin: 0;
  color: #2d2d2d;
  letter-spacing: 0.01em;
  line-height: 1.35;
}
h1 + h2 {
  margin-top: 0;
}
a.pdf-icon:before {
  display: inline-block;
  content: "";
  background: url("images/pdf.png") no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  position: relative;
  top: -3px;
  padding-right: 5px;
  vertical-align: middle;
}
.page-wrapper {
  padding-left: 6.08108108vw;
  padding-right: 6.08108108vw;
  margin: 0 auto;
  max-width: 1480px;
  box-sizing: border-box;
}
@media (min-width: 1480px) {
  .page-wrapper {
    padding-left: 90px;
  }
}
@media (max-width: 760px) {
  .page-wrapper {
    padding-left: 46.21621622px;
  }
}
@media (min-width: 1480px) {
  .page-wrapper {
    padding-right: 90px;
  }
}
@media (max-width: 760px) {
  .page-wrapper {
    padding-right: 46.21621622px;
  }
}
@media (max-width: 760px) {
  .page-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }
}
#next-prev-nav-below {
  margin: 1.5em 0 0 auto;
  border-top: 1px solid #eee;
  padding: 1em 0 0 0;
  border-bottom: 0;
}
#next-prev-nav-below a {
  display: block;
  width: 48%;
}
#next-prev-nav-below .title {
  display: block;
}
#next-prev-nav-above {
  padding-bottom: 1.5em;
}
.next-prev-nav {
  overflow: hidden;
  padding: 0;
}
.next-prev-nav .title {
  display: none;
}
.next-prev-nav a {
  text-transform: uppercase;
  font-size: 80%;
  display: block;
  width: 40%;
  color: #bbb;
}
.next-prev-nav a:hover {
  color: #00aca9;
}
.next-prev-nav a[rel="next"] {
  float: right;
  text-align: right;
}
.next-prev-nav a[rel="next"]:after {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: opacity 0.25s;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url("images/icon-arrow-right-gray.png") 0 0 no-repeat;
  background-size: 20px auto;
  margin-left: -2px;
  position: relative;
  top: -2px;
}
.next-prev-nav a[rel="prev"] {
  float: left;
}
.next-prev-nav a[rel="prev"]:before {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: opacity 0.25s;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url("images/icon-arrow-left-gray.png") 0 0 no-repeat;
  background-size: 20px auto;
  margin-right: 3px;
  position: relative;
  top: -2px;
}
#top-left {
  float: left;
  margin-top: 15px;
}
#top-right {
  float: right;
  margin-top: 15px;
}
#top-right > .menu {
  position: relative;
  z-index: 10060;
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  border-right: 1px solid #ddd;
  padding: 8px 0;
  padding-right: 15px;
  margin-right: 15px;
}
#top-right > .top-cart {
  display: inline-block;
}
#sub-navigation {
  text-align: center;
  padding: 1.5em 0;
  background: #fffef5;
  border-bottom: 1px solid #ddd;
  color: #2d2d2d;
}
#sub-navigation .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
#sub-navigation .menu > li {
  line-height: 1;
  display: inline-block;
}
#sub-navigation .menu > li > a {
  font-size: 14px;
  padding: 0 1rem 0 1rem;
  color: #2d2d2d;
}
#sub-navigation .menu > li > a:hover {
  color: #00aca9;
}
#sub-navigation .menu > li.current_page_item > a,
#sub-navigation .menu > li.current-menu-item > a {
  color: #00aca9;
}
#sub-navigation .menu > li:after {
  display: inline-block;
  vertical-align: middle;
  content: "|";
}
#sub-navigation .menu > li:last-child:after {
  display: none;
  content: none;
}
#sub-navigation .menu > li > ul {
  display: none;
}
#main {
  overflow: hidden;
}
#pagenav {
  font-size: 16px;
  text-align: left;
  padding: 0 0 2em 0;
  text-align: center;
}
#pagenav > .page-numbers {
  box-sizing: border-box;
  margin: 0 3px 0 0;
  padding: 4px 0;
  height: 40px;
  line-height: 31px;
  min-width: 40px;
  text-align: center;
  display: inline-block;
  color: #00aca9;
  border: 1px solid #00aca9;
}
#pagenav > .dots {
  position: relative;
  top: -5px;
  border: none;
}
#pagenav > a.page-numbers:hover,
#pagenav > .current {
  border-color: #2d2d2d;
  color: #2d2d2d;
}
#pagenav > .next,
#pagenav > .prev {
  display: none;
}
#pagenav > .next {
  float: right;
}
.socmed-share,
.socmed-follow {
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  margin: 0 auto;
}
.socmed-share > li,
.socmed-follow > li {
  display: inline-block;
}
.socmed-share .some-link,
.socmed-follow .some-link {
  color: #2d2d2d;
  position: relative;
  display: block;
  padding: 0 0.11em 0 0.11em;
}
@media (min-width: 760px) {
  .socmed-share .some-link.whatsapp,
  .socmed-follow .some-link.whatsapp {
    display: none;
  }
}
.socmed-share .some-link > .img,
.socmed-follow .some-link > .img {
  padding: 0.55em;
  width: 2.5em;
  height: 2.5em;
  border-radius: 1.25em;
  background: none;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  transition: background-color 0.25s, border-color 0.25s;
}
.socmed-share .some-link > .img > svg,
.socmed-follow .some-link > .img > svg {
  transition: fill 0.25s;
  fill: #00aca9;
  display: block;
  width: 100%;
  height: 100%;
}
.socmed-share .some-link > .txt,
.socmed-follow .some-link > .txt {
  display: none;
  font-size: 8px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  bottom: 0;
  left: -3.2em;
  right: -3.2em;
  text-align: center;
  opacity: 0;
  transition: color 0.25s, opacity 0.25s;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #00aca9;
}
.socmed-share .some-link:focus,
.socmed-follow .some-link:focus {
  outline: 0;
}
.socmed-share .some-link:hover > .img,
.socmed-follow .some-link:hover > .img {
  background: none;
}
.socmed-share .some-link:hover > .img > svg,
.socmed-follow .some-link:hover > .img > svg {
  fill: #000;
}
.more-link {
  cursor: pointer;
  cursor: hand;
  transition: background 0.25s, border 0.25s, color 0.25s;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 3em;
  padding-right: 3em;
  padding-top: 1em;
  padding-bottom: 1em;
  color: #00aca9;
  background: none;
  border: 1px solid #00aca9;
  font-family: Termina;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  line-height: 1.6;
  font-size: 0.94594595vw;
}
.more-link.pull-right {
  float: right;
}
@media (max-width: 760px) {
  .more-link {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media (min-width: 1480px) {
  .more-link {
    font-size: 14px;
  }
}
@media (max-width: 760px) {
  .more-link {
    font-size: 7.18918919px;
  }
}
.style-dark .more-link:hover,
.style-light .more-link:hover,
.more-link:hover {
  color: #fff;
  background: #00aca9;
  border-color: #00aca9;
}
.more-link:focus {
  outline: 0;
}
.more-link.big {
  font-size: 18px;
}
.style-dark .more-link {
  color: #fff;
  border: 1px solid #fff;
}
.style-dark .more-link:hover {
  color: #fff;
  background: #00aca9;
  border-color: #00aca9;
}
.more-link.button-style-dark {
  background: #000;
  border-color: #000;
  color: #fff;
}
.more-link.button-style-dark:hover {
  background: #00aca9;
  border-color: #00aca9;
  color: #fff;
}
.more-link.button-style-colored {
  background: #00aca9;
  border-color: #00aca9;
  color: #fff;
}
.style-dark .more-link.button-style-colored:hover,
.style-light .more-link.button-style-colored:hover,
.more-link.button-style-colored:hover {
  color: #fff;
  background: #000;
  border-color: #000;
}
.button {
  cursor: pointer;
  cursor: hand;
  transition: background 0.25s, border 0.25s, color 0.25s;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 3em;
  padding-right: 3em;
  padding-top: 1em;
  padding-bottom: 1em;
  color: #00aca9;
  background: none;
  border: 1px solid #00aca9;
  font-family: Termina;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  line-height: 1.6;
  font-size: 0.94594595vw;
}
.button.pull-right {
  float: right;
}
@media (max-width: 760px) {
  .button {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media (min-width: 1480px) {
  .button {
    font-size: 14px;
  }
}
@media (max-width: 760px) {
  .button {
    font-size: 7.18918919px;
  }
}
.style-dark .button:hover,
.style-light .button:hover,
.button:hover {
  color: #fff;
  background: #00aca9;
  border-color: #00aca9;
}
.button:focus {
  outline: 0;
}
.button.big {
  font-size: 18px;
}
.style-dark .button {
  color: #fff;
  border: 1px solid #fff;
}
.style-dark .button:hover {
  color: #fff;
  background: #00aca9;
  border-color: #00aca9;
}
.button.button-style-dark {
  background: #000;
  border-color: #000;
  color: #fff;
}
.button.button-style-dark:hover {
  background: #00aca9;
  border-color: #00aca9;
  color: #fff;
}
.button.button-style-colored {
  background: #00aca9;
  border-color: #00aca9;
  color: #fff;
}
.style-dark .button.button-style-colored:hover,
.style-light .button.button-style-colored:hover,
.button.button-style-colored:hover {
  color: #fff;
  background: #000;
  border-color: #000;
}
.primary-btn {
  cursor: pointer;
  cursor: hand;
  transition: background 0.25s, border 0.25s, color 0.25s;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 3em;
  padding-right: 3em;
  padding-top: 1em;
  padding-bottom: 1em;
  color: #00aca9;
  background: none;
  border: 1px solid #00aca9;
  font-family: Termina;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  line-height: 1.6;
  font-size: 0.94594595vw;
  background: #00aca9;
  color: #fff;
}
.primary-btn.pull-right {
  float: right;
}
@media (max-width: 760px) {
  .primary-btn {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media (min-width: 1480px) {
  .primary-btn {
    font-size: 14px;
  }
}
@media (max-width: 760px) {
  .primary-btn {
    font-size: 7.18918919px;
  }
}
.style-dark .primary-btn:hover,
.style-light .primary-btn:hover,
.primary-btn:hover {
  color: #fff;
  background: #00aca9;
  border-color: #00aca9;
}
.primary-btn:focus {
  outline: 0;
}
.primary-btn.big {
  font-size: 18px;
}
.style-dark .primary-btn {
  color: #fff;
  border: 1px solid #fff;
}
.style-dark .primary-btn:hover {
  color: #fff;
  background: #00aca9;
  border-color: #00aca9;
}
.primary-btn.button-style-dark {
  background: #000;
  border-color: #000;
  color: #fff;
}
.primary-btn.button-style-dark:hover {
  background: #00aca9;
  border-color: #00aca9;
  color: #fff;
}
.primary-btn.button-style-colored {
  background: #00aca9;
  border-color: #00aca9;
  color: #fff;
}
.style-dark .primary-btn.button-style-colored:hover,
.style-light .primary-btn.button-style-colored:hover,
.primary-btn.button-style-colored:hover {
  color: #fff;
  background: #000;
  border-color: #000;
}
.more-link-light {
  color: #00aca9;
}
.more-link-light:hover {
  color: #000;
}
.more-link-wrapper {
  padding: 1.5em 0 0 0;
}
.style-normal {
  /*    
    + .style-normal {
    	> .txt {
    		padding-top: 0;
    	}
    }
    */
}
.style-normal .ingress {
  color: #2d2d2d;
}
.style-light,
.style-light-bg {
  color: #000;
  background: #efefef;
  background-size: cover;
}
.style-light .page-title-size,
.style-light-bg .page-title-size,
.style-light h1,
.style-light-bg h1,
.style-light h2,
.style-light-bg h2,
.style-light h3,
.style-light-bg h3,
.style-light h4,
.style-light-bg h4,
.style-light h5,
.style-light-bg h5 {
  color: #000;
}
.style-light .ingress,
.style-light-bg .ingress {
  color: #000;
}
.style-light a,
.style-light-bg a {
  color: #00aca9;
}
.style-light a:hover,
.style-light-bg a:hover {
  color: #000;
}
.style-dark,
.style-dark-bg {
  background-color: #202020;
  background-size: 0;
  color: #fff;
}
.style-dark h1,
.style-dark-bg h1,
.style-dark h2,
.style-dark-bg h2,
.style-dark h3,
.style-dark-bg h3,
.style-dark h4,
.style-dark-bg h4 {
  color: #fff;
}
.style-dark a,
.style-dark-bg a {
  color: #00aca9;
}
.style-dark a:hover,
.style-dark-bg a:hover {
  color: #fff;
}
.style-light-bg,
.style-dark-bg {
  border-top: none !important;
  background-image: inherit;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.style-dark-bg-overlay:before {
  background: rgba(0, 172, 169, 0.75);
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.style-dark-bg-overlay.overlay-black:before {
  background: rgba(0, 0, 0, 0.25);
}
.style-dark-bg-overlay > .txt {
  position: relative;
}
#content.artist .page-wrapper {
  max-width: 700px;
}
.style-dark > .txt {
  color: #fff;
}
.style-dark > .txt h1 {
  color: #fff;
}
.style-colored > .txt {
  background: #00aca9;
  color: #fff;
}
.style-colored > .txt h1,
.style-colored > .txt h2,
.style-colored > .txt h3,
.style-colored > .txt h4,
.style-colored > .txt h5 {
  color: #fff;
}
.style-colored > .txt a {
  color: #00aca9;
}
.style-colored > .txt a:hover {
  color: #000;
}
.style-colored > .txt .ingress {
  color: #00aca9;
}
.style-colored > .txt .textblock-link {
  color: #00aca9;
}
.style-colored > .txt .textblock-link:hover {
  color: #00aca9;
}
.cols {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
.cols.cols-2 {
  margin: 0 -2%;
}
.cols.cols-2 > li {
  float: left;
  width: 50%;
  padding: 0 2% 4% 2%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.cols.cols-2 > li:nth-child(2n + 1) {
  clear: both;
}
.cols.cols-3 {
  margin: 0 -2%;
}
.cols.cols-3 > li {
  float: left;
  width: 33.33333333%;
  padding: 0 2% 4% 2%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.cols.cols-3 > li:nth-child(3n + 1) {
  clear: both;
}
.cols.cols-4 {
  margin: 0 -2%;
}
.cols.cols-4 > li {
  float: left;
  width: 25%;
  padding: 0 2% 4% 2%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.cols.cols-4 > li:nth-child(4n + 1) {
  clear: both;
}
.block {
  position: relative;
}
.block > .anchor {
  position: absolute;
  margin-top: -47px;
  width: 1px;
  height: 1px;
}
.block > .txt {
  padding-top: 7%;
  padding-bottom: 7%;
}
.block > .txt > h1 {
  font-size: 200%;
  line-height: 1;
  padding: 0 0 2em 0;
}
@media (max-width: 760px) {
  .block > .txt > h1 {
    font-size: 150%;
    padding: 1em 0 1.5em 0;
  }
}
.block > .txt > .ingress {
  text-align: center;
  padding: 0 0 4em 0;
}
@media (max-width: 760px) {
  .block > .txt > .ingress {
    padding: 0 0 2em 0;
  }
}
.block.padding-layout-lower > .txt {
  padding-top: 4%;
  padding-bottom: 1%;
}
.block.padding-layout-bottom_empty > .txt {
  padding-bottom: 0;
}
.block.padding-layout-top_empty > .txt {
  padding-top: 0;
}
.block.padding-layout-top_bottom_empty > .txt {
  padding-top: 0;
  padding-bottom: 0;
}
.lang-fi-text {
  color: gray;
}
#content.article {
  padding: 5% 0 12% 0;
  margin: 0 auto;
}
#content.article .meta {
  text-align: left;
  letter-spacing: 1px;
}
#content.article h1 {
  padding: 0 0 1em 0;
  text-align: left;
}
#content.article .content {
  padding: 0 0 3.6em 0;
}
#content.article .featured-image > img {
  display: block;
  width: 100% !important;
}
#content.article > .page-wrapper {
  max-width: 800px;
}
#content.search {
  padding-top: 7%;
}
#content.search .other-results {
  box-sizing: border-box;
  float: left;
  width: 20%;
  padding-right: 1em;
}
#content.search .other-results .search-results {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
#content.search .other-results .search-results a {
  display: block;
}
#content.search .other-results .search-results li {
  overflow: hidden;
  padding: 0 0 0.25em 0;
}
#content.search .product-results {
  overflow: hidden;
}
@media (max-width: 760px) {
  #content.search .other-results {
    width: auto;
    float: none;
    padding-right: 0;
    padding-bottom: 3em;
  }
}
body.is-reseller-checkout #checkout_paypal_message {
  display: none !important;
}
.help {
  font-size: 90%;
  color: gray;
}
.go-back {
  font-family: Termina;
  line-height: 1.7;
  font-weight: 500;
  padding-bottom: 3em;
  display: block;
}
.go-back > a {
  text-transform: uppercase;
  font-size: 80%;
}
.go-back > a:before {
  content: "< ";
}
@media (max-width: 950px) {
  .go-back {
    display: none;
  }
}
.buttons {
  text-align: center;
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  padding: 3em 0 0 0;
}
.buttons > li {
  display: inline-block;
  margin-bottom: 0.5em;
}
.buttons > li + li {
  margin-left: 0.5em;
}
@media (max-width: 760px) {
  .buttons {
    padding: 0 0 1.5em 0;
  }
}
.block-articles-list .article-list {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.block-articles-list .article-list > li {
  box-sizing: border-box;
  width: 25%;
  padding: 0 1em;
}
.block-articles-list .article-list > li:last-child {
  border-right: 0;
}
@media (max-width: 760px) {
  .block-articles-list .article-list {
    display: block;
    margin: 0 -2%;
  }
  .block-articles-list .article-list > li {
    float: left;
    width: 50%;
    padding: 0 2% 4% 2%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .block-articles-list .article-list > li:nth-child(2n + 1) {
    clear: both;
  }
  .block-articles-list .article-list > li {
    border-right: 0;
  }
}
.block-articles-list .article-list-item {
  padding: 0 0 3em 0;
}
.block-articles-list .article-list-item .image {
  margin-bottom: 1.5em;
  -webkit-background-size: cover;
  background-position: center center;
  background-size: cover;
  border: 1px solid #efefef;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: opacity 0.25s;
}
.block-articles-list .article-list-item .image > .empty {
  padding: 100% 0 0 0;
}
.block-articles-list .article-list-item .details {
  overflow: hidden;
  padding: 0 0 2em 0;
}
.block-articles-list .article-list-item .details .meta {
  padding: 0 0 1em 0;
  font-family: Termina;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  line-height: 1.6;
  font-size: 12px;
}
.block-articles-list .article-list-item .details h2 {
  color: inherit;
  text-align: left;
  padding-top: 0;
  padding-bottom: 1em;
  font-size: 1.35135135vw;
}
@media (min-width: 1480px) {
  .block-articles-list .article-list-item .details h2 {
    font-size: 20px;
  }
}
@media (max-width: 760px) {
  .block-articles-list .article-list-item .details h2 {
    font-size: 10.27027027px;
  }
}
.block-articles-list .article-list-item .details .excerpt {
  font-size: 90%;
  line-height: 1.4;
}
.block-articles-list .article-list-item > a {
  display: block;
  color: #2d2d2d;
}
.block-articles-list .article-list-item > a:hover {
  color: #00aca9;
}
@media (max-width: 760px) {
  .block-articles-list .article-list-item .excerpt {
    display: none;
  }
}
.block-articles-list .more-link-wrapper {
  padding: 1.5em 0 0 0;
  text-align: center;
}
.block-articles-home .article-list {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  box-sizing: border-box;
  margin: 0 -2%;
}
.block-articles-home .article-list > li {
  float: left;
  width: 25%;
  padding: 0 2% 4% 2%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.block-articles-home .article-list > li:nth-child(4n + 1) {
  clear: both;
}
.block-articles-home .article-list > li:last-child {
  border-right: 0;
}
@media (max-width: 760px) {
  .block-articles-home .article-list {
    display: block;
    margin: 0 -2%;
  }
  .block-articles-home .article-list > li {
    float: left;
    width: 50%;
    padding: 0 2% 4% 2%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .block-articles-home .article-list > li:nth-child(2n + 1) {
    clear: both;
  }
  .block-articles-home .article-list > li {
    border-right: 0;
  }
}
.block-articles-home .article-list-item {
  padding: 0 0 3em 0;
}
.block-articles-home .article-list-item .image {
  margin-bottom: 1.5em;
  -webkit-background-size: cover;
  background-position: center center;
  background-size: cover;
  border: 1px solid #efefef;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: opacity 0.25s;
}
.block-articles-home .article-list-item .image > .empty {
  padding: 100% 0 0 0;
}
.block-articles-home .article-list-item .details {
  overflow: hidden;
  padding: 0 0 2em 0;
}
.block-articles-home .article-list-item .details .meta {
  padding: 0 0 1em 0;
  font-family: Termina;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  line-height: 1.6;
  font-size: 12px;
}
.block-articles-home .article-list-item .details h2 {
  color: inherit;
  text-align: left;
  padding-top: 0;
  padding-bottom: 1em;
  font-size: 1.35135135vw;
}
@media (min-width: 1480px) {
  .block-articles-home .article-list-item .details h2 {
    font-size: 20px;
  }
}
@media (max-width: 760px) {
  .block-articles-home .article-list-item .details h2 {
    font-size: 10.27027027px;
  }
}
.block-articles-home .article-list-item .details .excerpt {
  font-size: 90%;
  line-height: 1.4;
}
.block-articles-home .article-list-item > a {
  display: block;
  color: #2d2d2d;
}
.block-articles-home .article-list-item > a:hover {
  color: #00aca9;
}
@media (max-width: 760px) {
  .block-articles-home .article-list-item .excerpt {
    display: none;
  }
}
.block-articles-home .more-link-wrapper {
  padding: 1.5em 0 0 0;
  text-align: center;
}
.block-articles .article-list {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  box-sizing: border-box;
  display: flex;
}
.block-articles .article-list > li {
  flex: 1;
  padding: 0 1em;
  border-right: 1px solid #ccc;
}
.block-articles .article-list > li:last-child {
  border-right: 0;
}
@media (max-width: 760px) {
  .block-articles .article-list {
    display: block;
    margin: 0 -2%;
  }
  .block-articles .article-list > li {
    float: left;
    width: 50%;
    padding: 0 2% 4% 2%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .block-articles .article-list > li:nth-child(2n + 1) {
    clear: both;
  }
  .block-articles .article-list > li {
    border-right: 0;
  }
}
.block-articles .article-list-item {
  padding: 0 0 3em 0;
}
.block-articles .article-list-item .image {
  margin-bottom: 1.5em;
  -webkit-background-size: cover;
  background-position: center center;
  background-size: cover;
  border: 1px solid #efefef;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: opacity 0.25s;
}
.block-articles .article-list-item .image > .empty {
  padding: 100% 0 0 0;
}
.block-articles .article-list-item .details {
  overflow: hidden;
  padding: 0 0 2em 0;
}
.block-articles .article-list-item .details .meta {
  padding: 0 0 1em 0;
  font-family: Termina;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  line-height: 1.6;
  font-size: 12px;
}
.block-articles .article-list-item .details h2 {
  color: inherit;
  text-align: left;
  padding-top: 0;
  padding-bottom: 1em;
  font-size: 1.35135135vw;
}
@media (min-width: 1480px) {
  .block-articles .article-list-item .details h2 {
    font-size: 20px;
  }
}
@media (max-width: 760px) {
  .block-articles .article-list-item .details h2 {
    font-size: 10.27027027px;
  }
}
.block-articles .article-list-item .details .excerpt {
  font-size: 90%;
  line-height: 1.4;
}
.block-articles .article-list-item > a {
  display: block;
  color: #2d2d2d;
}
.block-articles .article-list-item > a:hover {
  color: #00aca9;
}
@media (max-width: 760px) {
  .block-articles .article-list-item .excerpt {
    display: none;
  }
}
.block-articles .more-link-wrapper {
  padding: 1.5em 0 0 0;
  text-align: center;
}
.block-articles-home .article-list {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  box-sizing: border-box;
  margin: 0 -2%;
}
.block-articles-home .article-list > li {
  float: left;
  width: 25%;
  padding: 0 2% 4% 2%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.block-articles-home .article-list > li:nth-child(4n + 1) {
  clear: both;
}
.block-articles-home .article-list > li:last-child {
  border-right: 0;
}
@media (max-width: 760px) {
  .block-articles-home .article-list {
    display: block;
    margin: 0 -2%;
  }
  .block-articles-home .article-list > li {
    float: left;
    width: 50%;
    padding: 0 2% 4% 2%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .block-articles-home .article-list > li:nth-child(2n + 1) {
    clear: both;
  }
  .block-articles-home .article-list > li {
    border-right: 0;
  }
}
.block-articles-home .article-list-item {
  padding: 0 0 3em 0;
}
.block-articles-home .article-list-item .image {
  margin-bottom: 1.5em;
  -webkit-background-size: cover;
  background-position: center center;
  background-size: cover;
  border: 1px solid #efefef;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: opacity 0.25s;
}
.block-articles-home .article-list-item .image > .empty {
  padding: 100% 0 0 0;
}
.block-articles-home .article-list-item .details {
  overflow: hidden;
  padding: 0 0 2em 0;
}
.block-articles-home .article-list-item .details .meta {
  padding: 0 0 1em 0;
  font-family: Termina;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  line-height: 1.6;
  font-size: 12px;
}
.block-articles-home .article-list-item .details h2 {
  color: inherit;
  text-align: left;
  padding-top: 0;
  padding-bottom: 1em;
  font-size: 1.35135135vw;
}
@media (min-width: 1480px) {
  .block-articles-home .article-list-item .details h2 {
    font-size: 20px;
  }
}
@media (max-width: 760px) {
  .block-articles-home .article-list-item .details h2 {
    font-size: 10.27027027px;
  }
}
.block-articles-home .article-list-item .details .excerpt {
  font-size: 90%;
  line-height: 1.4;
}
.block-articles-home .article-list-item > a {
  display: block;
  color: #2d2d2d;
}
.block-articles-home .article-list-item > a:hover {
  color: #00aca9;
}
@media (max-width: 760px) {
  .block-articles-home .article-list-item .excerpt {
    display: none;
  }
}
.block-articles-home .more-link-wrapper {
  padding: 1.5em 0 0 0;
  text-align: center;
}
.block-artists .tabbify .tabbify-nav {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  text-align: center;
  font-size: 21px;
  padding: 0 0 4em 0;
}
.block-artists .tabbify .tabbify-nav > li {
  display: inline-block;
  margin: 0 1em;
}
.block-artists .tabbify .tabbify-nav > li > a {
  color: #2d2d2d;
}
.block-artists .tabbify .tabbify-nav > li > a:hover,
.block-artists .tabbify .tabbify-nav > li > a.active {
  color: #00aca9;
}
.block-artists .tabbify .tabbify-tab {
  display: none;
}
.block-artists .tabbify .tabbify-tab.shown {
  display: block;
}
.block-artists .tabbify .tabbify-header {
  position: absolute;
  height: 0;
  width: 0;
  left: -1000px;
  opacity: 0;
  overflow: hidden;
}
.block-artists .artistsbigger {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  margin: 0 0;
  text-align: center;
}
.block-artists .artistsbigger > li {
  float: left;
  width: 25%;
  padding: 0 0 0 0;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.block-artists .artistsbigger > li:nth-child(4n + 1) {
  clear: both;
}
.block-artists .artistsbigger a {
  display: block;
  position: relative;
  background: #080065;
}
.block-artists .artistsbigger .img {
  position: relative;
  background: #efefef;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.9;
  transition: opacity 0.25s;
}
.block-artists .artistsbigger .img > .empty {
  padding-top: 60%;
}
.block-artists .artistsbigger .title {
  position: absolute;
  display: block;
  padding: 2.5em 0 1.25em 0;
  left: 0;
  right: 0;
  z-index: 10;
  bottom: 0;
  color: #fff;
  font-weight: 400;
  background: linear-gradient(bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}
.block-artists .artistsbigger a:hover .img {
  opacity: 0.6;
}
.block-artists .artists {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  -webkit-columns: 4;
  /* Chrome, Safari, Opera */
  -moz-columns: 4;
  /* Firefox */
  columns: 4;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
  margin-right: -6em;
}
.block-artists .artists li {
  padding: 0.35em 0;
}
.block-artists .artists a {
  margin: 0.2em 0;
}
.block-artists .artists .img {
  display: none;
  position: relative;
  background: #efefef;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.block-artists .artists .img > .empty {
  padding-top: 65%;
}
.block-artists .artists .title {
  padding: 0.75em 0 0 0;
}
.block-artists .artists .groupper {
  display: block;
  padding: 0.75em 0 0 0;
  font-size: 21px;
  font-weight: 500;
}
@media (max-width: 950px) {
  .block-artists .artistsbigger {
    font-size: 10px;
    margin: 0 0;
  }
  .block-artists .artistsbigger > li:nth-child(4n + 1) {
    clear: none;
  }
  .block-artists .artistsbigger > li {
    float: left;
    width: 50%;
    padding: 0 0 0 0;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .block-artists .artistsbigger > li:nth-child(2n + 1) {
    clear: both;
  }
  .block-artists .artists {
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-image: none;
    -webkit-columns: 3;
    /* Chrome, Safari, Opera */
    -moz-columns: 3;
    /* Firefox */
    columns: 3;
    font-size: 10px;
  }
}
.block-booking > .txt {
  padding-bottom: 9%;
}
.block-booking .content-cols > .artists {
  float: left;
  width: 50%;
  padding-right: 2em;
  box-sizing: border-box;
}
.block-booking .content-cols > .events {
  float: left;
  width: 50%;
  padding-left: 2em;
  box-sizing: border-box;
}
.block-booking .content-cols > .events > h2 {
  padding: 0 0 0 0;
}
@media (max-width: 950px) {
  .block-booking .content-cols > .artists {
    float: none;
    width: auto;
    padding-right: 0;
    font-size: 10px;
  }
  .block-booking .content-cols > .events {
    float: none;
    width: auto;
    padding-left: 0;
    padding-top: 3em;
  }
}
.block-booking .artists-list {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  margin: 0 0;
  text-align: center;
}
.block-booking .artists-list > li {
  float: left;
  width: 33.33333333%;
  padding: 0 0 0 0;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.block-booking .artists-list > li:nth-child(3n + 1) {
  clear: both;
}
.block-booking .artists-list a {
  display: block;
  position: relative;
  background: #080065;
}
.block-booking .artists-list .img {
  position: relative;
  background: #efefef;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.9;
  transition: opacity 0.25s;
}
.block-booking .artists-list .img > .empty {
  padding-top: 60%;
}
.block-booking .artists-list .title {
  position: absolute;
  display: block;
  padding: 2.5em 0 1.25em 0;
  left: 0;
  right: 0;
  z-index: 10;
  bottom: 0;
  color: #FFF;
  font-weight: 400;
  background: linear-gradient(bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}
.block-booking .artists-list a:hover .img {
  opacity: 0.6;
}
@media (max-width: 760px) {
  .block-booking .artists-list {
    font-size: 10px;
    margin: 0 0;
  }
  .block-booking .artists-list > li:nth-child(3n+1) {
    clear: none;
  }
  .block-booking .artists-list > li {
    float: left;
    width: 50%;
    padding: 0 0 0 0;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .block-booking .artists-list > li:nth-child(2n + 1) {
    clear: both;
  }
}
.block-booking .events-list {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  text-align: left;
  display: table;
  width: 100%;
  font-size: 15px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 3em;
}
.block-booking .events-list > li {
  display: table-row;
  position: relative;
}
.block-booking .events-list > li > * {
  display: table-cell;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
  vertical-align: top;
}
.block-booking .events-list > li > .date {
  width: 3.5em;
  padding-right: 0.5em;
}
.block-booking .events-list > li > .date > .datetime > .date {
  display: block;
  font-family: Termina;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: normal;
}
.block-booking .events-list > li > .date > .datetime > .time,
.block-booking .events-list > li > .date > .datetime > .timesep {
  font-size: 100%;
}
.block-booking .events-list > li > .tickets {
  width: 10em;
  text-align: left;
}
.block-booking .events-list > li > .tickets > a {
  display: block;
  background: #00aca9;
  color: #fff;
  padding: 1.0em 1.7em 0.95em 1.7em;
}
.block-booking .events-list > li > .tickets > a.no-seller .prices {
  display: block;
  padding: 0.7em 0 0.7em 0;
}
.block-booking .events-list > li > .tickets .prices {
  display: block;
  white-space: nowrap;
  line-height: 1.2;
}
.block-booking .events-list > li > .tickets .seller {
  display: block;
  font-size: 10px;
}
.block-booking .events-list > li > .texts {
  padding-right: 1em;
}
.block-booking .events-list > li > .texts > .title {
  display: block;
  font-family: Termina;
  line-height: 1.7;
  font-weight: 500;
}
.block-booking .events-list > li > .texts > .location {
  display: block;
}
.block-booking .events-list > li > .texts > .read-more-wrapper {
  padding: 0.4em 0 0 0;
}
.block-booking .events-list > li > .texts > .content {
  display: none;
  padding: 1em 0 0 0;
}
.block-booking .events-list > li:last-child > * {
  border-bottom: 0;
}
.block-content.layout-narrower > .page-wrapper {
  max-width: 50em;
  margin: 0 auto;
}
.block-events .events-list {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  text-align: left;
  display: table;
  width: 100%;
  font-size: 15px;
  margin: 0 auto;
  position: relative;
}
.block-events .events-list > li {
  display: table-row;
  position: relative;
}
.block-events .events-list > li > * {
  display: table-cell;
  padding: 15px 0;
  border-bottom: 1px solid #80d5cf;
  vertical-align: top;
}
.block-events .events-list > li > .date {
  width: 8.5em;
  padding-right: 0.5em;
}
.block-events .events-list > li > .date > .datetime > .date {
  display: block;
  font-family: Termina;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: normal;
  font-size: 120%;
}
@media (max-width: 650px) {
  .block-events .events-list > li > .date > .datetime > .date {
    font-size: 90%;
    position: relative;
    top: 2px;
  }
}
.block-events .events-list > li > .date > .datetime > .time,
.block-events .events-list > li > .date > .datetime > .timesep {
  font-size: 100%;
}
.block-events .events-list > li > .tickets {
  width: 12em;
  text-align: left;
}
.block-events .events-list > li > .tickets > a {
  display: block;
}
.block-events .events-list > li > .tickets .prices {
  white-space: nowrap;
}
.block-events .events-list > li > .tickets .seller {
  display: block;
  font-size: 10px;
}
.block-events .events-list > li > .texts > .title {
  font-family: Termina;
  line-height: 1.7;
  font-weight: 500;
  font-size: 120%;
  color: #00aca9;
  margin: 0 0.3333em 0 0;
}
@media (max-width: 650px) {
  .block-events .events-list > li > .texts > .title {
    font-size: 90%;
  }
}
.block-events .events-list > li > .texts > .location {
  display: block;
}
.block-events .events-list > li > .texts > .read-more-wrapper {
  padding: 0.4em 0 0 0;
}
.block-events .events-list > li > .texts > .content {
  display: none;
  padding: 1em 0 0 0;
}
.block-events .events-list > li:last-child > * {
  border-bottom: 0;
}
.more-link-wrapper {
  text-align: center;
}
.block-featured-products-links .more-wrapper {
  text-align: center;
}
.block-featured-products-links .products-links {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
.block-featured-products-links .products-links.cols-3 {
  margin: 0 -2.2%;
}
.block-featured-products-links .products-links.cols-3 > li:nth-child(5n + 1) {
  clear: none;
}
.block-featured-products-links .products-links.cols-3 > li {
  float: left;
  width: 33.33333333%;
  padding: 0 2.2% 4.4% 2.2%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.block-featured-products-links .products-links.cols-3 > li:nth-child(3n + 1) {
  clear: both;
}
.block-featured-products-links .products-links.cols-4 {
  margin: 0 -1.5%;
}
.block-featured-products-links .products-links.cols-4 > li:nth-child(5n + 1) {
  clear: none;
}
.block-featured-products-links .products-links.cols-4 > li {
  float: left;
  width: 25%;
  padding: 0 1.5% 3% 1.5%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.block-featured-products-links .products-links.cols-4 > li:nth-child(4n + 1) {
  clear: both;
}
.block-featured-products-links .products-links.cols-5 {
  margin: 0 -1.5%;
}
.block-featured-products-links .products-links.cols-5 > li:nth-child(5n + 1) {
  clear: none;
}
.block-featured-products-links .products-links.cols-5 > li {
  float: left;
  width: 20%;
  padding: 0 1.5% 3% 1.5%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.block-featured-products-links .products-links.cols-5 > li:nth-child(5n + 1) {
  clear: both;
}
.block-featured-products-links .products-links.cols-6 {
  margin: 0 -1.5%;
}
.block-featured-products-links .products-links.cols-6 > li:nth-child(5n + 1) {
  clear: none;
}
.block-featured-products-links .products-links.cols-6 > li {
  float: left;
  width: 16.66666667%;
  padding: 0 1.5% 3% 1.5%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.block-featured-products-links .products-links.cols-6 > li:nth-child(6n + 1) {
  clear: both;
}
.block-featured-products-links .products-links .img {
  position: relative;
  background: #fff;
  transition: opacity 0.25s;
}
.block-featured-products-links .products-links .img > .empty {
  padding-top: 100%;
}
.block-featured-products-links .products-links .img > img {
  margin: 0 auto;
  left: 0;
  right: 0;
  position: absolute;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
  display: block;
  border: 1px solid #efefef;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: opacity 0.25s;
}
.block-featured-products-links .products-links a {
  color: #2d2d2d;
}
.block-featured-products-links .products-links a:hover {
  color: #00aca9;
}
.block-featured-products-links .products-links .artists {
  display: block;
  padding: 0.5em 0 0 0;
}
.block-featured-products-links .products-links.cols-3 > li {
  position: relative;
}
.block-featured-products-links .products-links.cols-3 > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background: #000;
}
.block-featured-products-links .products-links.cols-3 > li:nth-child(3n):before {
  display: none;
}
.block-featured-products-links + .block-featured-products-links > .txt:before {
  content: "";
  display: block;
  border-top: 1px solid #000;
  margin-top: 1.75em;
  padding-top: 1.75em;
}
.block-featured-products .more-wrapper {
  text-align: center;
}
.block-footer1 > .page-wrapper {
  padding-top: 0;
}
.block-footer1 > .page-wrapper:before {
  content: "";
  border-top: 1px solid #00aca9;
  display: block;
  padding-bottom: 6em;
}
.block-footer1 .logo {
  width: 23em;
  float: left;
  padding-top: 0.5em;
  padding-right: 2em;
}
.block-footer1 .socmed-follow {
  float: left;
  padding-top: 0.15em;
}
.block-footer1 .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 0.5em;
  float: right;
}
.block-footer1 .menu > li {
  display: inline;
  color: gray;
}
.block-footer1 .menu > li:after {
  content: "|";
  padding-left: 1em;
  padding-right: 1em;
}
.block-footer1 .menu > li:last-child:after {
  content: none;
}
.block-footer1 .menu > li a {
  color: gray;
}
.block-footer1 .menu > li a:hover {
  color: #00aca9;
}
.block-footer1 .copyright {
  display: none;
}
@media (max-width: 760px) {
  .block-footer1 {
    padding-bottom: 4em;
  }
  .block-footer1 .logo {
    float: none;
    margin: 0 auto;
  }
  .block-footer1 .socmed-follow {
    float: none;
    margin: 0 auto;
  }
  .block-footer1 .menu {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
}
#header-padder {
  height: 12em;
}
body.admin-bar #header-padder {
  padding-top: 32px;
}
@media (max-width: 760px) {
  #header-padder {
    height: 6.5em;
  }
}
.searchform {
  line-height: 1;
  position: relative;
}
.searchform > .inputs {
  display: flex;
}
.searchform > .inputs > input {
  font-family: Termina;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  line-height: 1.6;
  font-size: 0.87837838vw;
  box-sizing: border-box;
  flex: 1;
  border: 0;
  display: block;
  padding: 0.55em 1.5em 0.45em 1.5em;
  border-bottom: 1px solid transparent;
  background: #fffef5;
  border: 1px solid black;
}
@media (min-width: 1480px) {
  .searchform > .inputs > input {
    font-size: 13px;
  }
}
@media (max-width: 760px) {
  .searchform > .inputs > input {
    font-size: 6.67567568px;
  }
}
.searchform > .inputs > input:focus {
  outline: 0;
  background: #fffef5;
}
.searchform > .inputs > input:focus::-webkit-input-placeholder {
  color: transparent;
}
.searchform > .inputs > input:focus:-moz-placeholder {
  color: transparent;
}
.searchform > .inputs > input:focus::-moz-placeholder {
  color: transparent;
}
.searchform > .inputs > input:focus:-ms-input-placeholder {
  color: transparent;
}
.searchform > .inputs > button {
  font-family: Termina;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  line-height: 1.6;
  font-size: 0.81081081vw;
  cursor: pointer;
  cursor: hand;
  -webkit-appearance: none;
  border: 0;
  background: none;
  box-shadow: none;
  display: block;
  margin: 0;
  width: 2.8em;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border: 1px solid black;
}
@media (min-width: 1480px) {
  .searchform > .inputs > button {
    font-size: 12px;
  }
}
@media (max-width: 760px) {
  .searchform > .inputs > button {
    font-size: 6.16216216px;
  }
}
.searchform > .inputs > button > i {
  position: absolute;
  display: block;
  top: 0.5em;
  right: 0.5em;
  width: 1.5em;
  height: 1.5em;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20fill%3D%22%232d2d2d%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M15.853%2016.56c-1.683%201.517-3.911%202.44-6.353%202.44-5.243%200-9.5-4.257-9.5-9.5s4.257-9.5%209.5-9.5%209.5%204.257%209.5%209.5c0%202.442-.923%204.67-2.44%206.353l7.44%207.44-.707.707-7.44-7.44zm-6.353-15.56c4.691%200%208.5%203.809%208.5%208.5s-3.809%208.5-8.5%208.5-8.5-3.809-8.5-8.5%203.809-8.5%208.5-8.5z%22/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.searchform > .inputs > button:focus {
  outline: 0;
}
#header {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: #fffef5;
  padding: 0;
}
body.admin-bar #header {
  top: 32px;
}
#header .logo {
  float: left;
  padding-top: 5em;
  display: block;
  position: relative;
  z-index: 1040;
}
#header .logo > svg {
  display: block;
  width: 25em;
  height: auto;
  fill: #2d2d2d;
  transition: fill 0.25s;
}
#header .logo:hover > svg {
  fill: #00aca9;
}
#header .cart-stick {
  background: #fffef5;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10000;
  padding-top: 3px;
  font-size: 0.81081081vw;
  transition: background 0.25s;
}
body.admin-bar #header .cart-stick {
  top: 32px;
}
@media (min-width: 1480px) {
  #header .cart-stick {
    font-size: 12px;
  }
}
@media (max-width: 760px) {
  #header .cart-stick {
    font-size: 6.16216216px;
  }
}
#header .cart-stick .cart-link .c {
  display: inline-block;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
#header .cart-stick.added-ok {
  background: #0ed281;
}
#header .cart-stick.added-ok .cart-link .c {
  -webkit-transform: scale(1.35);
  transform: scale(1.35);
}
#header .cart-stick.added-ok .cart-links.filled > .links > .cart-link > .icon > svg {
  fill: #fff;
}
#header .cart-stick .menu-bar {
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
#header .cart-stick .menu-bar a {
  font-family: Termina;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  line-height: 1.6;
}
#header .cart-stick .menu-bar > li {
  display: inline-block;
}
#header .cart-stick .menu-bar > li > a {
  color: #2d2d2d;
}
#header .cart-stick .menu-bar > li:last-child {
  padding-right: 0;
}
#header .cart-stick .menu-bar > li.current-menu-item > a,
#header .cart-stick .menu-bar > li.current_page_item > a {
  color: #00aca9;
}
@media (max-width: 760px) {
  #header .cart-stick {
    font-size: 10px;
    top: auto;
    bottom: 0;
  }
  body.admin-bar #header .cart-stick {
    top: auto;
  }
}
#header .top-cart {
  text-align: right;
  padding: 0;
}
#header .searchform {
  clear: right;
  float: right;
  margin-top: 5em;
  width: 21em;
}
@media (max-width: 760px) {
  #header .searchform {
    display: none;
  }
}
#header .cart-links {
  font-family: Termina;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  line-height: 1.6;
  position: relative;
  display: block;
  float: right;
  box-sizing: border-box;
}
#header .cart-links > .links {
  position: relative;
  z-index: 10060;
  color: #2d2d2d;
}
#header .cart-links > .links > .account-links {
  display: inline-block;
  margin-right: 1em;
  position: relative;
  top: 1px;
}
#header .cart-links > .links > .account-links a {
  color: #2d2d2d;
}
#header .cart-links > .links > .account-links a:hover {
  color: #888;
}
#header .cart-links > .links > .account-links .lang-link-fi {
  margin-right: 0.4em;
}
#header .cart-links .ajax-cart-parts {
  display: inline;
}
#header .cart-links .ajax-cart-parts > .cart-link {
  text-transform: uppercase;
  display: inline-block;
  white-space: nowrap;
  color: #2d2d2d;
}
#header .cart-links .ajax-cart-parts > .cart-link > .icon {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  padding: 5px;
  margin-left: 5px;
  position: relative;
  top: -1px;
  border-radius: 50%;
}
#header .cart-links .ajax-cart-parts > .cart-link > .icon > svg {
  display: block;
  width: 100%;
  transition: fill 0.25s;
}
#header .cart-links .ajax-cart-parts > .cart-link > .texts {
  display: inline-block;
  min-width: 8em;
  position: relative;
  top: 1px;
}
#header .cart-links .ajax-cart-parts > .cart-link > .texts > .price {
  display: inline;
}
#header .cart-links .ajax-cart-parts > .cart-link > .hover-text {
  opacity: 0;
  position: absolute;
  right: -20px;
  bottom: -19px;
  width: 62px;
  text-align: center;
}
#header .cart-links .ajax-cart-parts > .cart-link:hover {
  color: #888;
}
#header .cart-links .ajax-cart-parts.filled > .cart-link > .icon {
  background: #0ed281;
}
#header .cart-links .ajax-cart-parts.filled > .cart-link > .icon > svg {
  fill: #fff;
}
#navigation-mobile-menu2 {
  display: none;
}
#more-mobile-menu2 {
  box-sizing: border-box;
  display: none;
  background: none;
  border-radius: 50%;
  width: 25;
  height: 25;
  float: right;
  margin: 0 0 2.1em 0;
  padding: 0px -2.5px;
  position: absolute;
  top: 2.2em;
  right: 10px;
  z-index: 1040;
}
body.show-mobile-menu #more-mobile-menu2 {
  background: none;
}
body.admin-bar #more-mobile-menu2 {
  margin-top: 32px;
}
#more-mobile-menu2 .more-mobile-wrapper {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: background 0.25s;
  display: block;
  z-index: 1050;
  opacity: 1;
  width: 30px;
  height: 25px;
}
#more-mobile-menu2 .more-mobile-wrapper > i {
  position: absolute;
  display: block;
  height: 2px;
  top: 0;
  left: 0;
  right: 0;
  background: #000;
  border-radius: 4px;
  transition: all 0.2s;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
#more-mobile-menu2 .more-mobile-wrapper > .a {
  top: 0;
}
#more-mobile-menu2 .more-mobile-wrapper > .b2,
#more-mobile-menu2 .more-mobile-wrapper > .b {
  top: 11.5px;
}
#more-mobile-menu2 .more-mobile-wrapper > .c {
  top: 23px;
}
#more-mobile-menu2 .more-mobile-wrapper:hover > .a,
#more-mobile-menu2 .more-mobile-wrapper:hover > .b,
#more-mobile-menu2 .more-mobile-wrapper:hover > .b2,
#more-mobile-menu2 .more-mobile-wrapper:hover > .c {
  background: #000;
}
body.show-mobile-menu #more-mobile-menu2 .more-mobile-wrapper > .a {
  opacity: 0;
  background: #000;
  -webkit-transform: translateY(12.5px);
  transform: translateY(12.5px);
}
body.show-mobile-menu #more-mobile-menu2 .more-mobile-wrapper > .b2 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #000;
}
body.show-mobile-menu #more-mobile-menu2 .more-mobile-wrapper > .b {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #000;
}
body.show-mobile-menu #more-mobile-menu2 .more-mobile-wrapper > .c {
  opacity: 0;
  background: #000;
  -webkit-transform: translateY(-12.5px);
  transform: translateY(-12.5px);
}
body.show-mobile-menu #more-mobile-menu2 .more-mobile-wrapper:hover > .a,
body.show-mobile-menu #more-mobile-menu2 .more-mobile-wrapper:hover > .b,
body.show-mobile-menu #more-mobile-menu2 .more-mobile-wrapper:hover > .b2,
body.show-mobile-menu #more-mobile-menu2 .more-mobile-wrapper:hover > .c {
  background: #000;
}
@media (max-width: 760px) {
  #header .logo {
    padding-top: 2.3em;
  }
  #header .logo > svg {
    width: 20em;
  }
  #navigation-mobile-menu2 {
    display: block;
    box-sizing: border-box;
    height: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    overflow: auto;
    background: #fffef5;
    text-align: center;
  }
  body.show-mobile-menu #navigation-mobile-menu2 {
    height: auto;
  }
  #navigation-mobile-menu2 .padder {
    height: 80px;
  }
  body.admin-bar #navigation-mobile-menu2 .padder {
    padding-top: 46px;
  }
  #navigation-mobile-menu2 .menu {
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-image: none;
    padding: 4em 0 2em;
  }
  #navigation-mobile-menu2 .menu a {
    font-size: 26px;
    color: #2d2d2d;
  }
  #navigation-mobile-menu2 .menu li.current-page-ancestor > a,
  #navigation-mobile-menu2 .menu li.menu-item-object-page.current-menu-item > a,
  #navigation-mobile-menu2 .menu li.menu-item-object-page.current_page_item > a {
    color: #00aca9;
  }
  #navigation-mobile-menu2 .menu li {
    display: block;
    padding: 0.25em;
  }
  #navigation-mobile-menu2 .menu .sub-menu a {
    font-size: 15px;
  }
  #more-mobile-menu2 {
    display: block;
  }
  body.show-mobile-menu {
    overflow: hidden;
  }
}
@media (max-width: 760px) and (orientation: landscape) {
  #navigation-mobile-menu2 .menu {
    margin: 0 0;
    padding-top: 1em;
  }
  #navigation-mobile-menu2 .menu > li {
    float: left;
    width: 50%;
    padding: 0 0 0 0;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  #navigation-mobile-menu2 .menu > li:nth-child(2n + 1) {
    clear: both;
  }
  #navigation-mobile-menu2 .menu > li {
    padding: 0.25em 0 0.25em 0;
  }
}
.block-image-big .image {
  background-position: center center;
  background-size: cover;
}
.block-image-big .empty {
  padding-top: 65%;
}
.block-image-big a {
  display: block;
}
.block-logo {
  text-align: center;
}
.block-logo > .txt {
  padding: 15% 5%;
}
.block-logo img {
  display: block;
  width: 100%;
}
@media (max-width: 750px) {
  .block-logo > .txt {
    padding: 25% 5%;
  }
}
.block-press1 .press-gallery {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  margin: 0 -3%;
}
.block-press1 .press-gallery > li {
  float: left;
  width: 33.33333333%;
  padding: 0 3% 6% 3%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.block-press1 .press-gallery > li:nth-child(3n + 1) {
  clear: both;
}
.block-press1 .press-gallery > li > a {
  display: block;
  position: relative;
}
.block-press1 .press-gallery > li > a > .img {
  display: block;
  border: 1px solid #ddd;
  padding: 7px;
  margin: 0 0 1em 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: opacity 0.25s;
}
.block-press1 .press-gallery > li > a > .img > .empty {
  display: block;
  padding-top: 100%;
  background: center center no-repeat;
  background-size: contain;
}
.block-press1 .press-gallery > li > a > .info .size {
  font-size: 80%;
  white-space: nowrap;
}
.block-press1 .press-gallery > li > a > .info .author {
  padding-top: 0.5em;
  display: block;
}
.block-press1 .press-gallery > li > a:hover > .img {
  opacity: 0.8;
}
@media (max-width: 900px) {
  /*
    .block-press1 {
        .press-gallery {
            > li:nth-child(3n+1) {
                clear: none;
            }
            .palstoita(3, 3%);
        }
    }
    */
}
@media (max-width: 750px) {
  .block-press1 .press-gallery {
    margin: 0 -3%;
  }
  .block-press1 .press-gallery > li:nth-child(3n+1) {
    clear: none;
  }
  .block-press1 .press-gallery > li {
    float: left;
    width: 50%;
    padding: 0 3% 6% 3%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .block-press1 .press-gallery > li:nth-child(2n + 1) {
    clear: both;
  }
}
.block-products2 ul {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
.block-products2 .products-area {
  box-sizing: border-box;
  display: none;
  background-position: -200px -200px;
  background-repeat: no-repeat;
  background-image: url("images/loading.gif");
  text-align: center;
  width: 100%;
  min-height: 800px;
  margin: 0 auto;
}
.block-products2 .products-area.loading {
  background-position: center 160px;
}
.block-products2 .pagination {
  padding: 2em 0;
}
.block-products2 .pagination .prev,
.block-products2 .pagination .next {
  display: inline-block;
  background: #00aca9;
  color: #fff;
  padding: 0.2em 1em;
}
.block-products2 .pagination .pages {
  display: inline-block;
  width: 4em;
  text-align: center;
}
.block-products2 .dropdown-checkboxes {
  margin: 0 0.2em;
  position: relative;
}
.block-products2 .dropdown-checkboxes > .opener {
  font-family: Termina;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0.125em;
  line-height: 1.6;
  box-sizing: border-box;
  vertical-align: bottom;
  color: #000;
  display: block;
  text-align: left;
  border: 1px solid #000;
  text-transform: uppercase;
  padding: 0.55em 1.5em 0.45em 1.5em;
  transition: background-color 0.25s, color 0.25s;
  position: relative;
  overflow: hidden;
}
.block-products2 .dropdown-checkboxes > .opener .selected {
  font-size: 80%;
}
.block-products2 .dropdown-checkboxes > .opener:hover {
  color: #fff;
  background: #000;
}
.block-products2 .dropdown-checkboxes > .opener:hover > svg {
  stroke: #fff;
}
.block-products2 .dropdown-checkboxes > .opener > svg {
  right: 1em;
  top: 0.75em;
  width: 1.8em;
  position: absolute;
  fill: none;
  stroke: black;
  stroke-width: 1;
  transition: stroke 0.25s;
}
.block-products2 .dropdown-checkboxes > .opener > .title {
  padding-right: 1.5em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.block-products2 .dropdown-checkboxes > .dropdown-wrapper {
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  z-index: 290;
  padding: 0.4em;
  background: #fffef5;
  overflow-y: auto;
  border-radius: 2px;
  height: auto;
  max-height: 32em;
}
.block-products2 .dropdown-checkboxes > .dropdown-wrapper::scrollbar {
  width: 5px;
}
.block-products2 .dropdown-checkboxes > .dropdown-wrapper::-moz-scrollbar {
  width: 5px;
}
.block-products2 .dropdown-checkboxes > .dropdown-wrapper::-webkit-scrollbar {
  width: 5px;
}
.block-products2 .dropdown-checkboxes > .dropdown-wrapper::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.block-products2 .dropdown-checkboxes > .dropdown-wrapper::-webkit-scrollbar-track {
  background: #fff;
  border: 0;
  border-radius: 2px;
}
.block-products2 .dropdown-checkboxes > .dropdown-wrapper::-webkit-scrollbar-thumb {
  background: #2d2d2d;
  border-radius: 2px;
}
.block-products2 .dropdown-checkboxes > .dropdown-wrapper::-webkit-scrollbar-thumb:hover {
  background: #2d2d2d;
}
@media (max-width: 760px) {
  .block-products2 .dropdown-checkboxes > .dropdown-wrapper {
    max-height: 32em;
  }
}
.block-products2 .dropdown-checkboxes > .dropdown-wrapper > .dropdown {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  text-align: left;
}
.block-products2 .dropdown-checkboxes > .dropdown-wrapper > .dropdown > li > .children {
  padding: 0 0 0 15px;
}
.block-products2 .dropdown-checkboxes > .dropdown-wrapper > .dropdown .children {
  padding-top: 0;
}
.block-products2 .dropdown-checkboxes > .dropdown-wrapper > .dropdown label {
  position: relative;
  margin: 6px 0;
  display: block;
  color: #2d2d2d;
  cursor: pointer;
  cursor: hand;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.block-products2 .dropdown-checkboxes > .dropdown-wrapper > .dropdown label:hover,
.block-products2 .dropdown-checkboxes > .dropdown-wrapper > .dropdown label.active {
  color: #00aca9;
}
.block-products2 .dropdown-checkboxes > .dropdown-wrapper > .dropdown input {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  cursor: pointer;
  cursor: hand;
}
.block-products2 .dropdown-checkboxes > .dropdown-wrapper > .dropdown .active-box {
  display: block;
  float: left;
  border: 2px solid #000;
  margin-right: 13px;
  width: 16px;
  height: 16px;
  border-radius: 0;
  transition: all 0.25s;
}
.block-products2 .dropdown-checkboxes > .dropdown-wrapper > .dropdown .name {
  padding-top: 0.1em;
  display: block;
  overflow: hidden;
}
.block-products2 .dropdown-checkboxes > .dropdown-wrapper > .dropdown label:hover .active-box {
  border-color: #000;
  color: #fff;
  background: #000;
}
.block-products2 .dropdown-checkboxes > .dropdown-wrapper > .dropdown input:checked + .active-box {
  border-color: #00aca9;
  background: #00aca9;
}
.block-products2 .dropdown-checkboxes > .dropdown-wrapper > .dropdown li .children {
  display: none;
}
.block-products2 .dropdown-checkboxes > .dropdown-wrapper > .dropdown li.current-cat .children,
.block-products2 .dropdown-checkboxes > .dropdown-wrapper > .dropdown li.current-cat-parent .children {
  display: block;
}
.block-products2 .dropdown-select {
  margin: 0 0 0 1.2em;
  position: relative;
}
.block-products2 .dropdown-select > .opener {
  font-family: Termina;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0.125em;
  line-height: 1.6;
  box-sizing: border-box;
  vertical-align: bottom;
  color: #000;
  display: block;
  text-align: left;
  border: 1px solid #000;
  text-transform: uppercase;
  padding: 0.55em 1.5em 0.45em 1.5em;
  transition: background-color 0.25s, color 0.25s;
  position: relative;
  overflow: hidden;
}
.block-products2 .dropdown-select > .opener .selected {
  font-size: 80%;
}
.block-products2 .dropdown-select > .opener:hover {
  color: #fff;
  background: #000;
}
.block-products2 .dropdown-select > .opener:hover > svg {
  stroke: #fff;
}
.block-products2 .dropdown-select > .opener > svg {
  right: 1em;
  top: 0.75em;
  width: 1.8em;
  position: absolute;
  fill: none;
  stroke: black;
  stroke-width: 1;
  transition: stroke 0.25s;
}
.block-products2 .dropdown-select > .opener > .title {
  padding-right: 1.5em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.block-products2 .dropdown-select > .dropdown-wrapper {
  box-sizing: border-box;
  position: absolute;
  z-index: 290;
  background: #fffef5;
  border-radius: 2px;
  overflow-y: auto;
  height: auto;
  max-height: 32em;
  width: 100%;
}
.block-products2 .dropdown-select > .dropdown-wrapper::scrollbar {
  width: 5px;
}
.block-products2 .dropdown-select > .dropdown-wrapper::-moz-scrollbar {
  width: 5px;
}
.block-products2 .dropdown-select > .dropdown-wrapper::-webkit-scrollbar {
  width: 5px;
}
.block-products2 .dropdown-select > .dropdown-wrapper::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.block-products2 .dropdown-select > .dropdown-wrapper::-webkit-scrollbar-track {
  background: #fff;
  border: 0;
  border-radius: 2px;
}
.block-products2 .dropdown-select > .dropdown-wrapper::-webkit-scrollbar-thumb {
  background: #2d2d2d;
  border-radius: 2px;
}
.block-products2 .dropdown-select > .dropdown-wrapper::-webkit-scrollbar-thumb:hover {
  background: #2d2d2d;
}
@media (max-width: 760px) {
  .block-products2 .dropdown-select > .dropdown-wrapper {
    max-height: 32em;
  }
}
.block-products2 .dropdown-select > .dropdown-wrapper > .dropdown {
  text-align: left;
}
.block-products2 .dropdown-select > .dropdown-wrapper > .dropdown > li > a {
  cursor: pointer;
  cursor: hand;
  transition: background 0.25s, color 0.25s;
  padding: 0.4em;
  display: block;
}
.block-products2 .dropdown-select > .dropdown-wrapper > .dropdown > li > a:hover {
  color: #fff;
  background: #000;
}
.block-products2 .dropdown-select > .dropdown-wrapper > .dropdown > li.active {
  background: #00aca9;
}
.block-products2 .dropdown-select > .dropdown-wrapper > .dropdown > li.active > a {
  color: #fff;
}
.block-products2 .btn-group {
  margin: 0 0.2em;
  display: inline-block;
  vertical-align: bottom;
  font-family: Termina;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  line-height: 1.6;
  margin-bottom: 1em;
}
.block-products2 .btn-group > a {
  color: #000;
  border: 1px solid #000;
  display: block;
  float: left;
  min-width: 12em;
  text-align: center;
  padding: 0.55em 1.5em 0.45em 1.5em;
  border-left: 0;
  transition: background-color 0.25s, color 0.25s;
}
.block-products2 .btn-group > a:first-child {
  border-left: 1px solid #000;
}
.block-products2 .btn-group > a:hover {
  color: #fff;
  background: #000;
}
.block-products2 .btn-group > a.checked {
  background: #00aca9;
  color: #fff;
}
.block-products2 .btn-single {
  display: inline-block;
  color: #000;
  border: 1px solid gray;
  padding: 0.5em 1.5em;
}
.block-products2 .btn-single:hover {
  color: #00aca9;
  background: #efefef;
}
.block-products2 .btn-single.checked {
  background: #00aca9;
  color: #fff;
}
.block-products2 .filters-desktop {
  box-sizing: border-box;
  background: #fffef5;
  padding: 0 0 1em 0;
  text-align: left;
  font-size: 0.87837838vw;
}
@media (min-width: 1480px) {
  .block-products2 .filters-desktop {
    font-size: 13px;
  }
}
@media (max-width: 760px) {
  .block-products2 .filters-desktop {
    font-size: 6.67567568px;
  }
}
@media (max-width: 760px) {
  .block-products2 .filters-desktop {
    font-size: 13px;
  }
}
.block-products2 .filters-desktop:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background: #ddd;
}
.block-products2 .filters-desktop .filters-wrap:first-child > h2 {
  padding-top: 0;
}
.block-products2 .filters-desktop .dropdown-checkboxes,
.block-products2 .filters-desktop .dropdown-select {
  display: inline-block;
  vertical-align: top;
  width: 19.5em;
}
.block-products2 .filters-desktop .dropdowns {
  display: block;
  float: right;
}
@media (max-width: 760px) {
  .block-products2 .filters-desktop {
    padding-bottom: 2em;
  }
  .block-products2 .filters-desktop .btn-group {
    margin: 0;
    display: block;
  }
  .block-products2 .filters-desktop .btn-group > a {
    box-sizing: border-box;
    display: block;
    float: left;
    width: 50%;
  }
  .block-products2 .filters-desktop .dropdowns {
    padding-top: 0.5em;
    float: none;
    display: block;
  }
  .block-products2 .filters-desktop .dropdowns > div {
    box-sizing: border-box;
    display: block;
    margin: 0;
    float: left;
    width: 50%;
  }
  .block-products2 .filters-desktop .dropdowns > div > .opener {
    border-top: 0;
  }
  .block-products2 .filters-desktop .dropdowns > div:last-child > .opener {
    border-left: 0;
  }
}
.block-products2 .filters-mobile {
  box-sizing: border-box;
  background: #fff;
  margin: 20px 10px;
  text-align: center;
}
.block-products2 .filters-mobile > .opener {
  display: block;
  padding: 2em 10px 2em 10px;
}
.block-products2 .filters-mobile > .filters-wrap {
  height: 0;
  overflow: hidden;
}
.block-products2 .filters-mobile > .filters-wrap > .filters {
  padding: 0 10px 10px 10px;
}
.block-products2 .filters-mobile > .filters-wrap > .filters > div {
  margin-bottom: 1em;
}
.block-products2 .filters-mobile > .filters-wrap > .filters > div:last-child {
  margin-bottom: 0;
}
.block-products2 .filters-mobile.opened > .filters-wrap {
  height: auto;
  overflow: visible;
}
.block-products2 ul.products {
  margin: 0 -1.5%;
  max-width: 80%;
  margin: 0 auto;
}
.block-products2 ul.products > li {
  float: left;
  width: 25%;
  padding: 0 1.5% 3% 1.5%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.block-products2 ul.products > li:nth-child(4n + 1) {
  clear: both;
}
@media (max-width: 760px) {
  .block-products2 ul.products {
    max-width: 100%;
    margin: 0 -1.25%;
  }
  .block-products2 ul.products > li:nth-child(4n + 1) {
    clear: none;
  }
  .block-products2 ul.products > li {
    float: left;
    width: 50%;
    padding: 0 1.25% 2.5% 1.25%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .block-products2 ul.products > li:nth-child(2n + 1) {
    clear: both;
  }
  .block-products2 ul.products > li {
    padding-bottom: 2.5em;
  }
}
body.products-filtered #main > .page > article.block {
  display: none;
}
body.products-filtered #main > .page > article.block-products2 {
  display: block;
}
body.products-filtered #main > .page > article.block-products2 .products-area {
  display: block;
}
body.products-filtered.show-staff_picks #main > .page > article.block-products2 .products-area {
  display: none;
}
#staff_picks {
  display: none;
}
#staff_picks .block-recommended-full .page-wrapper {
  padding-top: 0;
}
body.products-filtered.show-staff_picks #staff_picks {
  display: block;
}
.block-recommended .more-wrapper {
  text-align: center;
}
.block-recommended ul.products {
  max-width: 40em;
  margin: 0 auto;
}
.block-recommended .recommender-info {
  max-width: 38em;
  margin: 0 auto;
  padding-bottom: 4em;
  text-align: center;
}
.block-recommended .recommender-info h1 {
  padding: 0.5em 0 0 0;
}
.block-recommended .recommender-info > .img {
  margin: 0 auto;
  width: 100%;
  max-width: 271px;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
}
.block-recommended .recommender-info > .img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.block-recommended-full .more-wrapper {
  text-align: center;
}
.block-recommended-full ul.products {
  margin: 0 -1.9%;
}
.block-recommended-full ul.products > li {
  float: left;
  width: 50%;
  padding: 0 1.9% 3.8% 1.9%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.block-recommended-full ul.products > li:nth-child(2n + 1) {
  clear: both;
}
@media (max-width: 760px) {
  .block-recommended-full ul.products > li:nth-child(2n + 1) {
    clear: both;
    float: none;
  }
  .block-recommended-full ul.products > li {
    display: block;
    float: none;
    width: auto;
    clear: both;
    overflow: hidden;
  }
}
.block-recommended-full .recommender-info {
  max-width: 38em;
  margin: 0 auto;
  padding-bottom: 4em;
  text-align: center;
}
.block-recommended-full .recommender-info h1 {
  padding: 0.5em 0 0 0;
}
.block-recommended-full .recommender-info > .img {
  margin: 0 auto;
  width: 100%;
  max-width: 537px;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
}
.block-recommended-full .recommender-info > .img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.block-showcase-product {
  position: relative;
  overflow: hidden;
  margin-right: -9%;
  /*
    .plus-button {
        padding: 0;
        margin-left: 1em;
        font-size: 12px;
        border: 2px solid #000;
        border-radius: 3px;
        width: 16px;
        height: 16px;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: -2px;
        .transition(~"border-color @{anim-speed}, background @{anim-speed}");
        > svg {
            display: block;
            width: 10px;
            height: 10px;
            position: relative;
            top: 3px;
            left: 3px;
            .transition(fill @anim-speed);
        }
        &:hover {
            border-color: @color1;
            background: @color1;
            > svg {
                fill: @color1-fg;
            }
        }
        &.loading,
        &.added {
            border-color: @colorok;
            background: @colorok;
            > svg {
                fill: @colorok-fg;
            }
        }
    }
        */
}
.block-showcase-product > video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.1;
  -o-object-fit: cover;
     object-fit: cover;
  background: none;
}
.block-showcase-product > .empty {
  padding-top: 45%;
}
.block-showcase-product > .texts {
  position: absolute;
  left: 5%;
  right: 70%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.35135135vw;
  line-height: 1.5;
}
@media (min-width: 1480px) {
  .block-showcase-product > .texts {
    font-size: 20px;
  }
}
@media (max-width: 760px) {
  .block-showcase-product > .texts {
    font-size: 10.27027027px;
  }
}
.block-showcase-product a {
  color: inherit;
}
.block-showcase-product .choices {
  padding: 0 5px 0 0;
}
.block-showcase-product .product {
  font-weight: normal;
}
.block-showcase-product h2 {
  font-size: 2.36486486vw;
  line-height: 1.15;
}
@media (min-width: 1480px) {
  .block-showcase-product h2 {
    font-size: 35px;
  }
}
@media (max-width: 760px) {
  .block-showcase-product h2 {
    font-size: 17.97297297px;
  }
}
.block-showcase-product .added_to_cart.wc-forward {
  display: none;
}
.block-showcase-product.style-dark .button {
  background: #fff;
  color: #000;
  border: 0;
}
.block-showcase-product.style-dark .plus-button,
.block-showcase-product.style-dark .pre-order-button {
  color: #fff;
  border-color: #fff;
}
.block-showcase-product.style-dark .plus-button.loading,
.block-showcase-product.style-dark .pre-order-button.loading,
.block-showcase-product.style-dark .plus-button.added,
.block-showcase-product.style-dark .pre-order-button.added {
  border-color: #0ed281;
  background: #0ed281;
  color: #fff;
}
.block-showcase-product.style-dark .sold-out {
  border: 2px solid #fff;
}
.block-showcase-product.style-light .button,
.block-showcase-product.style-normal .button {
  background: #000;
  color: #fff;
  border: 0;
}
.block-showcase-product.style-light .sold-out,
.block-showcase-product.style-normal .sold-out {
  border: 2px solid #000;
}
@media (max-width: 760px) {
  .block-showcase-product {
    margin-right: -31%;
  }
  .block-showcase-product > .texts {
    left: 10px;
    right: 65%;
    font-size: 15px;
  }
  .block-showcase-product > .empty {
    padding-top: 45%;
  }
  .block-showcase-product h2 {
    font-size: 20px;
  }
  .block-showcase-product h2 > a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 460px) {
  .block-showcase-product > .empty {
    padding-top: 55%;
  }
  .block-showcase-product > .texts {
    font-size: 14px;
    line-height: 1.2;
  }
  .block-showcase-product h2 {
    font-size: 17px;
    line-height: 1.2;
  }
}
.block-showcase2-product {
  position: relative;
  overflow: hidden;
  /*
    .plus-button {
        padding: 0;
        margin-left: 1em;
        font-size: 12px;
        border: 2px solid #000;
        border-radius: 3px;
        width: 16px;
        height: 16px;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: -2px;
        .transition(~"border-color @{anim-speed}, background @{anim-speed}");
        > svg {
            display: block;
            width: 10px;
            height: 10px;
            position: relative;
            top: 3px;
            left: 3px;
            .transition(fill @anim-speed);
        }
        &:hover {
            border-color: @color1;
            background: @color1;
            > svg {
                fill: @color1-fg;
            }
        }
        &.loading,
        &.added {
            border-color: @colorok;
            background: @colorok;
            > svg {
                fill: @colorok-fg;
            }
        }
    }
        */
}
.block-showcase2-product > video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.1;
  -o-object-fit: cover;
     object-fit: cover;
  background: none;
}
.block-showcase2-product > .empty {
  padding-top: 45%;
}
.block-showcase2-product > .txt {
  padding-top: 0;
  padding-bottom: 0;
}
.block-showcase2-product > .txt > .texts {
  position: absolute;
  width: 20em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.35135135vw;
  line-height: 1.5;
}
@media (min-width: 1480px) {
  .block-showcase2-product > .txt > .texts {
    font-size: 20px;
  }
}
@media (max-width: 760px) {
  .block-showcase2-product > .txt > .texts {
    font-size: 10.27027027px;
  }
}
.block-showcase2-product a {
  color: inherit;
}
.block-showcase2-product .choices {
  padding: 0 5px 0 0;
}
.block-showcase2-product .product {
  font-weight: normal;
}
.block-showcase2-product h2 {
  font-size: 2.36486486vw;
  line-height: 1.15;
}
@media (min-width: 1480px) {
  .block-showcase2-product h2 {
    font-size: 35px;
  }
}
@media (max-width: 760px) {
  .block-showcase2-product h2 {
    font-size: 17.97297297px;
  }
}
.block-showcase2-product .added_to_cart.wc-forward {
  display: none;
}
.block-showcase2-product.style-dark .button {
  background: #fff;
  color: #000;
  border: 0;
}
.block-showcase2-product.style-dark .plus-button,
.block-showcase2-product.style-dark .pre-order-button {
  color: #fff;
  border-color: #fff;
}
.block-showcase2-product.style-dark .plus-button.loading,
.block-showcase2-product.style-dark .pre-order-button.loading,
.block-showcase2-product.style-dark .plus-button.added,
.block-showcase2-product.style-dark .pre-order-button.added {
  border-color: #0ed281;
  background: #0ed281;
  color: #fff;
}
.block-showcase2-product.style-dark .sold-out {
  border: 2px solid #fff;
}
.block-showcase2-product.style-light .button,
.block-showcase2-product.style-normal .button {
  background: #000;
  color: #fff;
  border: 0;
}
.block-showcase2-product.style-light .sold-out,
.block-showcase2-product.style-normal .sold-out {
  border: 2px solid #000;
}
@media (max-width: 760px) {
  .block-showcase2-product {
    margin-right: -31%;
  }
  .block-showcase2-product > .texts {
    left: 10px;
    right: 65%;
    font-size: 15px;
  }
  .block-showcase2-product > .empty {
    padding-top: 45%;
  }
  .block-showcase2-product h2 {
    font-size: 20px;
  }
  .block-showcase2-product h2 > a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 460px) {
  .block-showcase2-product > .empty {
    padding-top: 55%;
  }
  .block-showcase2-product > .texts {
    font-size: 14px;
    line-height: 1.2;
  }
  .block-showcase2-product h2 {
    font-size: 17px;
    line-height: 1.2;
  }
}
.block-showcase3-product .contents {
  border: 1px solid #00aca9;
}
.block-showcase3-product .contents > .texts {
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding: 5em 3em 5em 10em;
}
.block-showcase3-product .contents > .texts > .c {
  padding-top: 2em;
  text-align: center;
}
.block-showcase3-product .contents > .texts > .c h1 {
  color: #00aca9;
  font-size: 2.7027027vw;
  padding-bottom: 0;
}
@media (min-width: 1480px) {
  .block-showcase3-product .contents > .texts > .c h1 {
    font-size: 40px;
  }
}
@media (max-width: 760px) {
  .block-showcase3-product .contents > .texts > .c h1 {
    font-size: 20.54054054px;
  }
}
.block-showcase3-product .contents > .texts > .c strong {
  font-family: Termina;
  line-height: 1.7;
  font-weight: 500;
  font-size: 2.7027027vw;
  font-weight: normal;
}
@media (min-width: 1480px) {
  .block-showcase3-product .contents > .texts > .c strong {
    font-size: 40px;
  }
}
@media (max-width: 760px) {
  .block-showcase3-product .contents > .texts > .c strong {
    font-size: 20.54054054px;
  }
}
.block-showcase3-product .contents > .cover {
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding: 5em 10em 5em 3em;
}
.block-showcase3-product .contents > .cover > .img > .empty {
  padding-top: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 760px) {
  .block-showcase3-product .contents {
    display: flex;
    flex-wrap: wrap;
  }
  .block-showcase3-product .contents > .texts {
    width: 100%;
    float: none;
    padding: 3em;
    order: 2;
    padding-top: 0;
  }
  .block-showcase3-product .contents > .cover {
    width: 100%;
    float: none;
    padding: 3em;
    order: 1;
    padding-bottom: 1em;
  }
}
.block-some-facebook .some-texts {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
.block-some-facebook .some-texts > li > a {
  display: block;
  clear: both;
  position: relative;
  color: #2d2d2d;
}
.block-some-facebook .some-texts > li > a > .img {
  display: block;
  float: left;
  width: 90px;
  height: 90px;
  margin: 0 30px 30px 0;
  background: center center no-repeat;
  background-size: contain;
  border: 2px solid #00aca9;
  transition: all 0.125s;
}
.block-some-facebook .some-texts > li > a > .since {
  overflow: auto;
  padding: 0 0 0.95em 0;
  display: block;
  color: #00aca9;
  font-size: 12px !important;
}
.block-some-facebook .some-texts > li > a > .text {
  overflow: auto;
  font-size: 12px !important;
}
.block-some-facebook .some-texts > li > a:hover > .img {
  border-color: #00aca9;
}
.block-some-facebook .style-dark .some-texts > li > a {
  color: #fff;
}
.block-some-instagram > .txt {
  padding-top: 0;
  padding-bottom: 0;
}
.block-some-instagram > .txt > h1 {
  padding-top: 5%;
}
.block-some-instagram > .txt > .buttons {
  padding-bottom: 5%;
}
.block-some-instagram .some-images {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  margin: 0 0;
}
.block-some-instagram .some-images > li {
  float: left;
  width: 20%;
  padding: 0 0 0 0;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.block-some-instagram .some-images > li:nth-child(5n + 1) {
  clear: both;
}
.block-some-instagram .some-images > li > a {
  display: block;
  position: relative;
  color: #2d2d2d;
}
.block-some-instagram .some-images > li > a > .img {
  display: block;
  transition: opacity 0.25s;
}
.block-some-instagram .some-images > li > a > .img > i {
  display: block;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.block-some-instagram .some-images > li > a > .texts {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 0.5em;
  background: rgba(0, 0, 0, 0.5);
}
.block-some-instagram .some-images > li > a > .texts > .text {
  display: block;
  max-height: 7em;
  overflow: hidden;
}
.block-some-instagram .some-images > li > a > .texts > .since {
  padding: 0.5em 0 0 0;
  display: block;
  color: #00aca9;
}
.block-some-instagram .some-images > li > a:hover > .img {
  opacity: 0.8;
}
.block-video-big a {
  display: block;
  color: #fff;
}
.block-video-big p {
  padding: 0;
}
.block-video-big .image {
  background-size: cover;
  background-position: center center;
}
.block-video-big .video-wrapper {
  position: relative;
}
.block-video-big .play-button {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  line-height: 1;
}
.block-video-big .play-button > img {
  display: inline-block;
  padding: 0;
  margin: 0;
  height: 100px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: opacity 0.25s;
}
.block-video-big .play-button > .details {
  line-height: 1.2;
  margin-top: -0.2em;
  padding: 0 0.7em;
  display: inline-block;
  text-align: left;
  visibility: top;
  position: absolute;
}
.block-video-big .play-button:hover > img {
  opacity: 0.7;
}
@media (max-width: 750px) {
  .block-video-big .play-button > img {
    height: 60px;
  }
}
@media (max-width: 400px) {
  .block-video-big .play-button > img {
    height: 45px;
  }
  .block-video-big .play-button > .details {
    display: block;
    font-size: 10px;
    text-align: center;
    padding-top: 1em;
    left: 0;
    right: 0;
  }
}
.ownskit-ytgallery {
  list-style: none;
  padding: 0;
  display: block;
  margin: 0 -15px;
}
.ownskit-ytgallery > li {
  float: left;
  width: 25%;
  padding: 0 15px 30px 15px;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.ownskit-ytgallery > li:nth-child(4n + 1) {
  clear: both;
}
.ownskit-ytgallery .ownskit-ytgallery-item {
  position: relative;
  overflow: hidden;
}
.ownskit-ytgallery .ownskit-ytgallery-item a {
  text-decoration: none;
  color: black;
}
.ownskit-ytgallery .ownskit-ytgallery-item img {
  width: 100%;
  height: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: all 0.25s;
}
.ownskit-ytgallery .ownskit-ytgallery-item .title {
  display: block;
  font-size: 80%;
  padding-bottom: 1em;
  transition: all 0.25s;
}
.ownskit-ytgallery .ownskit-ytgallery-item .duration {
  display: none;
  position: absolute;
  top: 83px;
  right: 15px;
  background: black;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  font-size: 10px;
  font-weight: bold;
  padding: 0 3px;
  color: white;
}
.ownskit-ytgallery .ownskit-ytgallery-item-current img,
.ownskit-ytgallery .ownskit-ytgallery-item:hover img {
  opacity: 0.75;
}
.ownskit-ytgallery .ownskit-ytgallery-item-current .title,
.ownskit-ytgallery .ownskit-ytgallery-item:hover .title {
  color: #00aca9;
}
.block-woocommerce > .txt {
  padding-top: 0;
}
body.single-product .block-woocommerce > .txt {
  padding-bottom: 12%;
}
body.woocommerce-account:not(.logged-in) .block-woocommerce > .page-wrapper,
body.woocommerce-view-order .block-woocommerce > .page-wrapper,
body.woocommerce-edit-account .block-woocommerce > .page-wrapper,
body.woocommerce-edit-address .block-woocommerce > .page-wrapper {
  max-width: 60em;
  margin: 0 auto;
}
.block-articles-list .article-list {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.block-articles-list .article-list > li {
  box-sizing: border-box;
  width: 25%;
  padding: 0 1em;
}
.block-articles-list .article-list > li:last-child {
  border-right: 0;
}
@media (max-width: 760px) {
  .block-articles-list .article-list {
    display: block;
    margin: 0 -2%;
  }
  .block-articles-list .article-list > li {
    float: left;
    width: 50%;
    padding: 0 2% 4% 2%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .block-articles-list .article-list > li:nth-child(2n + 1) {
    clear: both;
  }
  .block-articles-list .article-list > li {
    border-right: 0;
  }
}
.block-articles-list .article-list-item {
  padding: 0 0 3em 0;
}
.block-articles-list .article-list-item .image {
  margin-bottom: 1.5em;
  -webkit-background-size: cover;
  background-position: center center;
  background-size: cover;
  border: 1px solid #efefef;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: opacity 0.25s;
}
.block-articles-list .article-list-item .image > .empty {
  padding: 100% 0 0 0;
}
.block-articles-list .article-list-item .details {
  overflow: hidden;
  padding: 0 0 2em 0;
}
.block-articles-list .article-list-item .details .meta {
  padding: 0 0 1em 0;
  font-family: Termina;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  line-height: 1.6;
  font-size: 12px;
}
.block-articles-list .article-list-item .details h2 {
  color: inherit;
  text-align: left;
  padding-top: 0;
  padding-bottom: 1em;
  font-size: 1.35135135vw;
}
@media (min-width: 1480px) {
  .block-articles-list .article-list-item .details h2 {
    font-size: 20px;
  }
}
@media (max-width: 760px) {
  .block-articles-list .article-list-item .details h2 {
    font-size: 10.27027027px;
  }
}
.block-articles-list .article-list-item .details .excerpt {
  font-size: 90%;
  line-height: 1.4;
}
.block-articles-list .article-list-item > a {
  display: block;
  color: #2d2d2d;
}
.block-articles-list .article-list-item > a:hover {
  color: #00aca9;
}
@media (max-width: 760px) {
  .block-articles-list .article-list-item .excerpt {
    display: none;
  }
}
.block-articles-list .more-link-wrapper {
  padding: 1.5em 0 0 0;
  text-align: center;
}
.block-articles-home .article-list {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  box-sizing: border-box;
  margin: 0 -2%;
}
.block-articles-home .article-list > li {
  float: left;
  width: 25%;
  padding: 0 2% 4% 2%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.block-articles-home .article-list > li:nth-child(4n + 1) {
  clear: both;
}
.block-articles-home .article-list > li:last-child {
  border-right: 0;
}
@media (max-width: 760px) {
  .block-articles-home .article-list {
    display: block;
    margin: 0 -2%;
  }
  .block-articles-home .article-list > li {
    float: left;
    width: 50%;
    padding: 0 2% 4% 2%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .block-articles-home .article-list > li:nth-child(2n + 1) {
    clear: both;
  }
  .block-articles-home .article-list > li {
    border-right: 0;
  }
}
.block-articles-home .article-list-item {
  padding: 0 0 3em 0;
}
.block-articles-home .article-list-item .image {
  margin-bottom: 1.5em;
  -webkit-background-size: cover;
  background-position: center center;
  background-size: cover;
  border: 1px solid #efefef;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: opacity 0.25s;
}
.block-articles-home .article-list-item .image > .empty {
  padding: 100% 0 0 0;
}
.block-articles-home .article-list-item .details {
  overflow: hidden;
  padding: 0 0 2em 0;
}
.block-articles-home .article-list-item .details .meta {
  padding: 0 0 1em 0;
  font-family: Termina;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  line-height: 1.6;
  font-size: 12px;
}
.block-articles-home .article-list-item .details h2 {
  color: inherit;
  text-align: left;
  padding-top: 0;
  padding-bottom: 1em;
  font-size: 1.35135135vw;
}
@media (min-width: 1480px) {
  .block-articles-home .article-list-item .details h2 {
    font-size: 20px;
  }
}
@media (max-width: 760px) {
  .block-articles-home .article-list-item .details h2 {
    font-size: 10.27027027px;
  }
}
.block-articles-home .article-list-item .details .excerpt {
  font-size: 90%;
  line-height: 1.4;
}
.block-articles-home .article-list-item > a {
  display: block;
  color: #2d2d2d;
}
.block-articles-home .article-list-item > a:hover {
  color: #00aca9;
}
@media (max-width: 760px) {
  .block-articles-home .article-list-item .excerpt {
    display: none;
  }
}
.block-articles-home .more-link-wrapper {
  padding: 1.5em 0 0 0;
  text-align: center;
}
.block-articles .article-list {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  box-sizing: border-box;
  display: flex;
}
.block-articles .article-list > li {
  flex: 1;
  padding: 0 1em;
  border-right: 1px solid #ccc;
}
.block-articles .article-list > li:last-child {
  border-right: 0;
}
@media (max-width: 760px) {
  .block-articles .article-list {
    display: block;
    margin: 0 -2%;
  }
  .block-articles .article-list > li {
    float: left;
    width: 50%;
    padding: 0 2% 4% 2%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .block-articles .article-list > li:nth-child(2n + 1) {
    clear: both;
  }
  .block-articles .article-list > li {
    border-right: 0;
  }
}
.block-articles .article-list-item {
  padding: 0 0 3em 0;
}
.block-articles .article-list-item .image {
  margin-bottom: 1.5em;
  -webkit-background-size: cover;
  background-position: center center;
  background-size: cover;
  border: 1px solid #efefef;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: opacity 0.25s;
}
.block-articles .article-list-item .image > .empty {
  padding: 100% 0 0 0;
}
.block-articles .article-list-item .details {
  overflow: hidden;
  padding: 0 0 2em 0;
}
.block-articles .article-list-item .details .meta {
  padding: 0 0 1em 0;
  font-family: Termina;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  line-height: 1.6;
  font-size: 12px;
}
.block-articles .article-list-item .details h2 {
  color: inherit;
  text-align: left;
  padding-top: 0;
  padding-bottom: 1em;
  font-size: 1.35135135vw;
}
@media (min-width: 1480px) {
  .block-articles .article-list-item .details h2 {
    font-size: 20px;
  }
}
@media (max-width: 760px) {
  .block-articles .article-list-item .details h2 {
    font-size: 10.27027027px;
  }
}
.block-articles .article-list-item .details .excerpt {
  font-size: 90%;
  line-height: 1.4;
}
.block-articles .article-list-item > a {
  display: block;
  color: #2d2d2d;
}
.block-articles .article-list-item > a:hover {
  color: #00aca9;
}
@media (max-width: 760px) {
  .block-articles .article-list-item .excerpt {
    display: none;
  }
}
.block-articles .more-link-wrapper {
  padding: 1.5em 0 0 0;
  text-align: center;
}
.block-articles-home .article-list {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  box-sizing: border-box;
  margin: 0 -2%;
}
.block-articles-home .article-list > li {
  float: left;
  width: 25%;
  padding: 0 2% 4% 2%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.block-articles-home .article-list > li:nth-child(4n + 1) {
  clear: both;
}
.block-articles-home .article-list > li:last-child {
  border-right: 0;
}
@media (max-width: 760px) {
  .block-articles-home .article-list {
    display: block;
    margin: 0 -2%;
  }
  .block-articles-home .article-list > li {
    float: left;
    width: 50%;
    padding: 0 2% 4% 2%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .block-articles-home .article-list > li:nth-child(2n + 1) {
    clear: both;
  }
  .block-articles-home .article-list > li {
    border-right: 0;
  }
}
.block-articles-home .article-list-item {
  padding: 0 0 3em 0;
}
.block-articles-home .article-list-item .image {
  margin-bottom: 1.5em;
  -webkit-background-size: cover;
  background-position: center center;
  background-size: cover;
  border: 1px solid #efefef;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: opacity 0.25s;
}
.block-articles-home .article-list-item .image > .empty {
  padding: 100% 0 0 0;
}
.block-articles-home .article-list-item .details {
  overflow: hidden;
  padding: 0 0 2em 0;
}
.block-articles-home .article-list-item .details .meta {
  padding: 0 0 1em 0;
  font-family: Termina;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  line-height: 1.6;
  font-size: 12px;
}
.block-articles-home .article-list-item .details h2 {
  color: inherit;
  text-align: left;
  padding-top: 0;
  padding-bottom: 1em;
  font-size: 1.35135135vw;
}
@media (min-width: 1480px) {
  .block-articles-home .article-list-item .details h2 {
    font-size: 20px;
  }
}
@media (max-width: 760px) {
  .block-articles-home .article-list-item .details h2 {
    font-size: 10.27027027px;
  }
}
.block-articles-home .article-list-item .details .excerpt {
  font-size: 90%;
  line-height: 1.4;
}
.block-articles-home .article-list-item > a {
  display: block;
  color: #2d2d2d;
}
.block-articles-home .article-list-item > a:hover {
  color: #00aca9;
}
@media (max-width: 760px) {
  .block-articles-home .article-list-item .excerpt {
    display: none;
  }
}
.block-articles-home .more-link-wrapper {
  padding: 1.5em 0 0 0;
  text-align: center;
}
.block-artists .tabbify .tabbify-nav {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  text-align: center;
  font-size: 21px;
  padding: 0 0 4em 0;
}
.block-artists .tabbify .tabbify-nav > li {
  display: inline-block;
  margin: 0 1em;
}
.block-artists .tabbify .tabbify-nav > li > a {
  color: #2d2d2d;
}
.block-artists .tabbify .tabbify-nav > li > a:hover,
.block-artists .tabbify .tabbify-nav > li > a.active {
  color: #00aca9;
}
.block-artists .tabbify .tabbify-tab {
  display: none;
}
.block-artists .tabbify .tabbify-tab.shown {
  display: block;
}
.block-artists .tabbify .tabbify-header {
  position: absolute;
  height: 0;
  width: 0;
  left: -1000px;
  opacity: 0;
  overflow: hidden;
}
.block-artists .artistsbigger {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  margin: 0 0;
  text-align: center;
}
.block-artists .artistsbigger > li {
  float: left;
  width: 25%;
  padding: 0 0 0 0;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.block-artists .artistsbigger > li:nth-child(4n + 1) {
  clear: both;
}
.block-artists .artistsbigger a {
  display: block;
  position: relative;
  background: #080065;
}
.block-artists .artistsbigger .img {
  position: relative;
  background: #efefef;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.9;
  transition: opacity 0.25s;
}
.block-artists .artistsbigger .img > .empty {
  padding-top: 60%;
}
.block-artists .artistsbigger .title {
  position: absolute;
  display: block;
  padding: 2.5em 0 1.25em 0;
  left: 0;
  right: 0;
  z-index: 10;
  bottom: 0;
  color: #fff;
  font-weight: 400;
  background: linear-gradient(bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}
.block-artists .artistsbigger a:hover .img {
  opacity: 0.6;
}
.block-artists .artists {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  -webkit-columns: 4;
  /* Chrome, Safari, Opera */
  -moz-columns: 4;
  /* Firefox */
  columns: 4;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
  margin-right: -6em;
}
.block-artists .artists li {
  padding: 0.35em 0;
}
.block-artists .artists a {
  margin: 0.2em 0;
}
.block-artists .artists .img {
  display: none;
  position: relative;
  background: #efefef;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.block-artists .artists .img > .empty {
  padding-top: 65%;
}
.block-artists .artists .title {
  padding: 0.75em 0 0 0;
}
.block-artists .artists .groupper {
  display: block;
  padding: 0.75em 0 0 0;
  font-size: 21px;
  font-weight: 500;
}
@media (max-width: 950px) {
  .block-artists .artistsbigger {
    font-size: 10px;
    margin: 0 0;
  }
  .block-artists .artistsbigger > li:nth-child(4n + 1) {
    clear: none;
  }
  .block-artists .artistsbigger > li {
    float: left;
    width: 50%;
    padding: 0 0 0 0;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .block-artists .artistsbigger > li:nth-child(2n + 1) {
    clear: both;
  }
  .block-artists .artists {
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-image: none;
    -webkit-columns: 3;
    /* Chrome, Safari, Opera */
    -moz-columns: 3;
    /* Firefox */
    columns: 3;
    font-size: 10px;
  }
}
.block-booking > .txt {
  padding-bottom: 9%;
}
.block-booking .content-cols > .artists {
  float: left;
  width: 50%;
  padding-right: 2em;
  box-sizing: border-box;
}
.block-booking .content-cols > .events {
  float: left;
  width: 50%;
  padding-left: 2em;
  box-sizing: border-box;
}
.block-booking .content-cols > .events > h2 {
  padding: 0 0 0 0;
}
@media (max-width: 950px) {
  .block-booking .content-cols > .artists {
    float: none;
    width: auto;
    padding-right: 0;
    font-size: 10px;
  }
  .block-booking .content-cols > .events {
    float: none;
    width: auto;
    padding-left: 0;
    padding-top: 3em;
  }
}
.block-booking .artists-list {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  margin: 0 0;
  text-align: center;
}
.block-booking .artists-list > li {
  float: left;
  width: 33.33333333%;
  padding: 0 0 0 0;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.block-booking .artists-list > li:nth-child(3n + 1) {
  clear: both;
}
.block-booking .artists-list a {
  display: block;
  position: relative;
  background: #080065;
}
.block-booking .artists-list .img {
  position: relative;
  background: #efefef;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.9;
  transition: opacity 0.25s;
}
.block-booking .artists-list .img > .empty {
  padding-top: 60%;
}
.block-booking .artists-list .title {
  position: absolute;
  display: block;
  padding: 2.5em 0 1.25em 0;
  left: 0;
  right: 0;
  z-index: 10;
  bottom: 0;
  color: #FFF;
  font-weight: 400;
  background: linear-gradient(bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}
.block-booking .artists-list a:hover .img {
  opacity: 0.6;
}
@media (max-width: 760px) {
  .block-booking .artists-list {
    font-size: 10px;
    margin: 0 0;
  }
  .block-booking .artists-list > li:nth-child(3n+1) {
    clear: none;
  }
  .block-booking .artists-list > li {
    float: left;
    width: 50%;
    padding: 0 0 0 0;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .block-booking .artists-list > li:nth-child(2n + 1) {
    clear: both;
  }
}
.block-booking .events-list {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  text-align: left;
  display: table;
  width: 100%;
  font-size: 15px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 3em;
}
.block-booking .events-list > li {
  display: table-row;
  position: relative;
}
.block-booking .events-list > li > * {
  display: table-cell;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
  vertical-align: top;
}
.block-booking .events-list > li > .date {
  width: 3.5em;
  padding-right: 0.5em;
}
.block-booking .events-list > li > .date > .datetime > .date {
  display: block;
  font-family: Termina;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: normal;
}
.block-booking .events-list > li > .date > .datetime > .time,
.block-booking .events-list > li > .date > .datetime > .timesep {
  font-size: 100%;
}
.block-booking .events-list > li > .tickets {
  width: 10em;
  text-align: left;
}
.block-booking .events-list > li > .tickets > a {
  display: block;
  background: #00aca9;
  color: #fff;
  padding: 1.0em 1.7em 0.95em 1.7em;
}
.block-booking .events-list > li > .tickets > a.no-seller .prices {
  display: block;
  padding: 0.7em 0 0.7em 0;
}
.block-booking .events-list > li > .tickets .prices {
  display: block;
  white-space: nowrap;
  line-height: 1.2;
}
.block-booking .events-list > li > .tickets .seller {
  display: block;
  font-size: 10px;
}
.block-booking .events-list > li > .texts {
  padding-right: 1em;
}
.block-booking .events-list > li > .texts > .title {
  display: block;
  font-family: Termina;
  line-height: 1.7;
  font-weight: 500;
}
.block-booking .events-list > li > .texts > .location {
  display: block;
}
.block-booking .events-list > li > .texts > .read-more-wrapper {
  padding: 0.4em 0 0 0;
}
.block-booking .events-list > li > .texts > .content {
  display: none;
  padding: 1em 0 0 0;
}
.block-booking .events-list > li:last-child > * {
  border-bottom: 0;
}
.block-content.layout-narrower > .page-wrapper {
  max-width: 50em;
  margin: 0 auto;
}
.block-events .events-list {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  text-align: left;
  display: table;
  width: 100%;
  font-size: 15px;
  margin: 0 auto;
  position: relative;
}
.block-events .events-list > li {
  display: table-row;
  position: relative;
}
.block-events .events-list > li > * {
  display: table-cell;
  padding: 15px 0;
  border-bottom: 1px solid #80d5cf;
  vertical-align: top;
}
.block-events .events-list > li > .date {
  width: 8.5em;
  padding-right: 0.5em;
}
.block-events .events-list > li > .date > .datetime > .date {
  display: block;
  font-family: Termina;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: normal;
  font-size: 120%;
}
@media (max-width: 650px) {
  .block-events .events-list > li > .date > .datetime > .date {
    font-size: 90%;
    position: relative;
    top: 2px;
  }
}
.block-events .events-list > li > .date > .datetime > .time,
.block-events .events-list > li > .date > .datetime > .timesep {
  font-size: 100%;
}
.block-events .events-list > li > .tickets {
  width: 12em;
  text-align: left;
}
.block-events .events-list > li > .tickets > a {
  display: block;
}
.block-events .events-list > li > .tickets .prices {
  white-space: nowrap;
}
.block-events .events-list > li > .tickets .seller {
  display: block;
  font-size: 10px;
}
.block-events .events-list > li > .texts > .title {
  font-family: Termina;
  line-height: 1.7;
  font-weight: 500;
  font-size: 120%;
  color: #00aca9;
  margin: 0 0.3333em 0 0;
}
@media (max-width: 650px) {
  .block-events .events-list > li > .texts > .title {
    font-size: 90%;
  }
}
.block-events .events-list > li > .texts > .location {
  display: block;
}
.block-events .events-list > li > .texts > .read-more-wrapper {
  padding: 0.4em 0 0 0;
}
.block-events .events-list > li > .texts > .content {
  display: none;
  padding: 1em 0 0 0;
}
.block-events .events-list > li:last-child > * {
  border-bottom: 0;
}
.more-link-wrapper {
  text-align: center;
}
.block-featured-products-links .more-wrapper {
  text-align: center;
}
.block-featured-products-links .products-links {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
.block-featured-products-links .products-links.cols-3 {
  margin: 0 -2.2%;
}
.block-featured-products-links .products-links.cols-3 > li:nth-child(5n + 1) {
  clear: none;
}
.block-featured-products-links .products-links.cols-3 > li {
  float: left;
  width: 33.33333333%;
  padding: 0 2.2% 4.4% 2.2%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.block-featured-products-links .products-links.cols-3 > li:nth-child(3n + 1) {
  clear: both;
}
.block-featured-products-links .products-links.cols-4 {
  margin: 0 -1.5%;
}
.block-featured-products-links .products-links.cols-4 > li:nth-child(5n + 1) {
  clear: none;
}
.block-featured-products-links .products-links.cols-4 > li {
  float: left;
  width: 25%;
  padding: 0 1.5% 3% 1.5%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.block-featured-products-links .products-links.cols-4 > li:nth-child(4n + 1) {
  clear: both;
}
.block-featured-products-links .products-links.cols-5 {
  margin: 0 -1.5%;
}
.block-featured-products-links .products-links.cols-5 > li:nth-child(5n + 1) {
  clear: none;
}
.block-featured-products-links .products-links.cols-5 > li {
  float: left;
  width: 20%;
  padding: 0 1.5% 3% 1.5%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.block-featured-products-links .products-links.cols-5 > li:nth-child(5n + 1) {
  clear: both;
}
.block-featured-products-links .products-links.cols-6 {
  margin: 0 -1.5%;
}
.block-featured-products-links .products-links.cols-6 > li:nth-child(5n + 1) {
  clear: none;
}
.block-featured-products-links .products-links.cols-6 > li {
  float: left;
  width: 16.66666667%;
  padding: 0 1.5% 3% 1.5%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.block-featured-products-links .products-links.cols-6 > li:nth-child(6n + 1) {
  clear: both;
}
.block-featured-products-links .products-links .img {
  position: relative;
  background: #fff;
  transition: opacity 0.25s;
}
.block-featured-products-links .products-links .img > .empty {
  padding-top: 100%;
}
.block-featured-products-links .products-links .img > img {
  margin: 0 auto;
  left: 0;
  right: 0;
  position: absolute;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
  display: block;
  border: 1px solid #efefef;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: opacity 0.25s;
}
.block-featured-products-links .products-links a {
  color: #2d2d2d;
}
.block-featured-products-links .products-links a:hover {
  color: #00aca9;
}
.block-featured-products-links .products-links .artists {
  display: block;
  padding: 0.5em 0 0 0;
}
.block-featured-products-links .products-links.cols-3 > li {
  position: relative;
}
.block-featured-products-links .products-links.cols-3 > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background: #000;
}
.block-featured-products-links .products-links.cols-3 > li:nth-child(3n):before {
  display: none;
}
.block-featured-products-links + .block-featured-products-links > .txt:before {
  content: "";
  display: block;
  border-top: 1px solid #000;
  margin-top: 1.75em;
  padding-top: 1.75em;
}
.block-featured-products .more-wrapper {
  text-align: center;
}
.block-footer1 > .page-wrapper {
  padding-top: 0;
}
.block-footer1 > .page-wrapper:before {
  content: "";
  border-top: 1px solid #00aca9;
  display: block;
  padding-bottom: 6em;
}
.block-footer1 .logo {
  width: 23em;
  float: left;
  padding-top: 0.5em;
  padding-right: 2em;
}
.block-footer1 .socmed-follow {
  float: left;
  padding-top: 0.15em;
}
.block-footer1 .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 0.5em;
  float: right;
}
.block-footer1 .menu > li {
  display: inline;
  color: gray;
}
.block-footer1 .menu > li:after {
  content: "|";
  padding-left: 1em;
  padding-right: 1em;
}
.block-footer1 .menu > li:last-child:after {
  content: none;
}
.block-footer1 .menu > li a {
  color: gray;
}
.block-footer1 .menu > li a:hover {
  color: #00aca9;
}
.block-footer1 .copyright {
  display: none;
}
@media (max-width: 760px) {
  .block-footer1 {
    padding-bottom: 4em;
  }
  .block-footer1 .logo {
    float: none;
    margin: 0 auto;
  }
  .block-footer1 .socmed-follow {
    float: none;
    margin: 0 auto;
  }
  .block-footer1 .menu {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
}
#header-padder {
  height: 12em;
}
body.admin-bar #header-padder {
  padding-top: 32px;
}
@media (max-width: 760px) {
  #header-padder {
    height: 6.5em;
  }
}
.searchform {
  line-height: 1;
  position: relative;
}
.searchform > .inputs {
  display: flex;
}
.searchform > .inputs > input {
  font-family: Termina;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  line-height: 1.6;
  font-size: 0.87837838vw;
  box-sizing: border-box;
  flex: 1;
  border: 0;
  display: block;
  padding: 0.55em 1.5em 0.45em 1.5em;
  border-bottom: 1px solid transparent;
  background: #fffef5;
  border: 1px solid black;
}
@media (min-width: 1480px) {
  .searchform > .inputs > input {
    font-size: 13px;
  }
}
@media (max-width: 760px) {
  .searchform > .inputs > input {
    font-size: 6.67567568px;
  }
}
.searchform > .inputs > input:focus {
  outline: 0;
  background: #fffef5;
}
.searchform > .inputs > input:focus::-webkit-input-placeholder {
  color: transparent;
}
.searchform > .inputs > input:focus:-moz-placeholder {
  color: transparent;
}
.searchform > .inputs > input:focus::-moz-placeholder {
  color: transparent;
}
.searchform > .inputs > input:focus:-ms-input-placeholder {
  color: transparent;
}
.searchform > .inputs > button {
  font-family: Termina;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  line-height: 1.6;
  font-size: 0.81081081vw;
  cursor: pointer;
  cursor: hand;
  -webkit-appearance: none;
  border: 0;
  background: none;
  box-shadow: none;
  display: block;
  margin: 0;
  width: 2.8em;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border: 1px solid black;
}
@media (min-width: 1480px) {
  .searchform > .inputs > button {
    font-size: 12px;
  }
}
@media (max-width: 760px) {
  .searchform > .inputs > button {
    font-size: 6.16216216px;
  }
}
.searchform > .inputs > button > i {
  position: absolute;
  display: block;
  top: 0.5em;
  right: 0.5em;
  width: 1.5em;
  height: 1.5em;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20fill%3D%22%232d2d2d%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M15.853%2016.56c-1.683%201.517-3.911%202.44-6.353%202.44-5.243%200-9.5-4.257-9.5-9.5s4.257-9.5%209.5-9.5%209.5%204.257%209.5%209.5c0%202.442-.923%204.67-2.44%206.353l7.44%207.44-.707.707-7.44-7.44zm-6.353-15.56c4.691%200%208.5%203.809%208.5%208.5s-3.809%208.5-8.5%208.5-8.5-3.809-8.5-8.5%203.809-8.5%208.5-8.5z%22/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.searchform > .inputs > button:focus {
  outline: 0;
}
#header {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: #fffef5;
  padding: 0;
}
body.admin-bar #header {
  top: 32px;
}
#header .logo {
  float: left;
  padding-top: 5em;
  display: block;
  position: relative;
  z-index: 1040;
}
#header .logo > svg {
  display: block;
  width: 25em;
  height: auto;
  fill: #2d2d2d;
  transition: fill 0.25s;
}
#header .logo:hover > svg {
  fill: #00aca9;
}
#header .cart-stick {
  background: #fffef5;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10000;
  padding-top: 3px;
  font-size: 0.81081081vw;
  transition: background 0.25s;
}
body.admin-bar #header .cart-stick {
  top: 32px;
}
@media (min-width: 1480px) {
  #header .cart-stick {
    font-size: 12px;
  }
}
@media (max-width: 760px) {
  #header .cart-stick {
    font-size: 6.16216216px;
  }
}
#header .cart-stick .cart-link .c {
  display: inline-block;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
#header .cart-stick.added-ok {
  background: #0ed281;
}
#header .cart-stick.added-ok .cart-link .c {
  -webkit-transform: scale(1.35);
  transform: scale(1.35);
}
#header .cart-stick.added-ok .cart-links.filled > .links > .cart-link > .icon > svg {
  fill: #fff;
}
#header .cart-stick .menu-bar {
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
#header .cart-stick .menu-bar a {
  font-family: Termina;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  line-height: 1.6;
}
#header .cart-stick .menu-bar > li {
  display: inline-block;
}
#header .cart-stick .menu-bar > li > a {
  color: #2d2d2d;
}
#header .cart-stick .menu-bar > li:last-child {
  padding-right: 0;
}
#header .cart-stick .menu-bar > li.current-menu-item > a,
#header .cart-stick .menu-bar > li.current_page_item > a {
  color: #00aca9;
}
@media (max-width: 760px) {
  #header .cart-stick {
    font-size: 10px;
    top: auto;
    bottom: 0;
  }
  body.admin-bar #header .cart-stick {
    top: auto;
  }
}
#header .top-cart {
  text-align: right;
  padding: 0;
}
#header .searchform {
  clear: right;
  float: right;
  margin-top: 5em;
  width: 21em;
}
@media (max-width: 760px) {
  #header .searchform {
    display: none;
  }
}
#header .cart-links {
  font-family: Termina;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  line-height: 1.6;
  position: relative;
  display: block;
  float: right;
  box-sizing: border-box;
}
#header .cart-links > .links {
  position: relative;
  z-index: 10060;
  color: #2d2d2d;
}
#header .cart-links > .links > .account-links {
  display: inline-block;
  margin-right: 1em;
  position: relative;
  top: 1px;
}
#header .cart-links > .links > .account-links a {
  color: #2d2d2d;
}
#header .cart-links > .links > .account-links a:hover {
  color: #888;
}
#header .cart-links > .links > .account-links .lang-link-fi {
  margin-right: 0.4em;
}
#header .cart-links .ajax-cart-parts {
  display: inline;
}
#header .cart-links .ajax-cart-parts > .cart-link {
  text-transform: uppercase;
  display: inline-block;
  white-space: nowrap;
  color: #2d2d2d;
}
#header .cart-links .ajax-cart-parts > .cart-link > .icon {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  padding: 5px;
  margin-left: 5px;
  position: relative;
  top: -1px;
  border-radius: 50%;
}
#header .cart-links .ajax-cart-parts > .cart-link > .icon > svg {
  display: block;
  width: 100%;
  transition: fill 0.25s;
}
#header .cart-links .ajax-cart-parts > .cart-link > .texts {
  display: inline-block;
  min-width: 8em;
  position: relative;
  top: 1px;
}
#header .cart-links .ajax-cart-parts > .cart-link > .texts > .price {
  display: inline;
}
#header .cart-links .ajax-cart-parts > .cart-link > .hover-text {
  opacity: 0;
  position: absolute;
  right: -20px;
  bottom: -19px;
  width: 62px;
  text-align: center;
}
#header .cart-links .ajax-cart-parts > .cart-link:hover {
  color: #888;
}
#header .cart-links .ajax-cart-parts.filled > .cart-link > .icon {
  background: #0ed281;
}
#header .cart-links .ajax-cart-parts.filled > .cart-link > .icon > svg {
  fill: #fff;
}
#navigation-mobile-menu2 {
  display: none;
}
#more-mobile-menu2 {
  box-sizing: border-box;
  display: none;
  background: none;
  border-radius: 50%;
  width: 25;
  height: 25;
  float: right;
  margin: 0 0 2.1em 0;
  padding: 0px -2.5px;
  position: absolute;
  top: 2.2em;
  right: 10px;
  z-index: 1040;
}
body.show-mobile-menu #more-mobile-menu2 {
  background: none;
}
body.admin-bar #more-mobile-menu2 {
  margin-top: 32px;
}
#more-mobile-menu2 .more-mobile-wrapper {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: background 0.25s;
  display: block;
  z-index: 1050;
  opacity: 1;
  width: 30px;
  height: 25px;
}
#more-mobile-menu2 .more-mobile-wrapper > i {
  position: absolute;
  display: block;
  height: 2px;
  top: 0;
  left: 0;
  right: 0;
  background: #000;
  border-radius: 4px;
  transition: all 0.2s;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
#more-mobile-menu2 .more-mobile-wrapper > .a {
  top: 0;
}
#more-mobile-menu2 .more-mobile-wrapper > .b2,
#more-mobile-menu2 .more-mobile-wrapper > .b {
  top: 11.5px;
}
#more-mobile-menu2 .more-mobile-wrapper > .c {
  top: 23px;
}
#more-mobile-menu2 .more-mobile-wrapper:hover > .a,
#more-mobile-menu2 .more-mobile-wrapper:hover > .b,
#more-mobile-menu2 .more-mobile-wrapper:hover > .b2,
#more-mobile-menu2 .more-mobile-wrapper:hover > .c {
  background: #000;
}
body.show-mobile-menu #more-mobile-menu2 .more-mobile-wrapper > .a {
  opacity: 0;
  background: #000;
  -webkit-transform: translateY(12.5px);
  transform: translateY(12.5px);
}
body.show-mobile-menu #more-mobile-menu2 .more-mobile-wrapper > .b2 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #000;
}
body.show-mobile-menu #more-mobile-menu2 .more-mobile-wrapper > .b {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #000;
}
body.show-mobile-menu #more-mobile-menu2 .more-mobile-wrapper > .c {
  opacity: 0;
  background: #000;
  -webkit-transform: translateY(-12.5px);
  transform: translateY(-12.5px);
}
body.show-mobile-menu #more-mobile-menu2 .more-mobile-wrapper:hover > .a,
body.show-mobile-menu #more-mobile-menu2 .more-mobile-wrapper:hover > .b,
body.show-mobile-menu #more-mobile-menu2 .more-mobile-wrapper:hover > .b2,
body.show-mobile-menu #more-mobile-menu2 .more-mobile-wrapper:hover > .c {
  background: #000;
}
@media (max-width: 760px) {
  #header .logo {
    padding-top: 2.3em;
  }
  #header .logo > svg {
    width: 20em;
  }
  #navigation-mobile-menu2 {
    display: block;
    box-sizing: border-box;
    height: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    overflow: auto;
    background: #fffef5;
    text-align: center;
  }
  body.show-mobile-menu #navigation-mobile-menu2 {
    height: auto;
  }
  #navigation-mobile-menu2 .padder {
    height: 80px;
  }
  body.admin-bar #navigation-mobile-menu2 .padder {
    padding-top: 46px;
  }
  #navigation-mobile-menu2 .menu {
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-image: none;
    padding: 4em 0 2em;
  }
  #navigation-mobile-menu2 .menu a {
    font-size: 26px;
    color: #2d2d2d;
  }
  #navigation-mobile-menu2 .menu li.current-page-ancestor > a,
  #navigation-mobile-menu2 .menu li.menu-item-object-page.current-menu-item > a,
  #navigation-mobile-menu2 .menu li.menu-item-object-page.current_page_item > a {
    color: #00aca9;
  }
  #navigation-mobile-menu2 .menu li {
    display: block;
    padding: 0.25em;
  }
  #navigation-mobile-menu2 .menu .sub-menu a {
    font-size: 15px;
  }
  #more-mobile-menu2 {
    display: block;
  }
  body.show-mobile-menu {
    overflow: hidden;
  }
}
@media (max-width: 760px) and (orientation: landscape) {
  #navigation-mobile-menu2 .menu {
    margin: 0 0;
    padding-top: 1em;
  }
  #navigation-mobile-menu2 .menu > li {
    float: left;
    width: 50%;
    padding: 0 0 0 0;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  #navigation-mobile-menu2 .menu > li:nth-child(2n + 1) {
    clear: both;
  }
  #navigation-mobile-menu2 .menu > li {
    padding: 0.25em 0 0.25em 0;
  }
}
.block-image-big .image {
  background-position: center center;
  background-size: cover;
}
.block-image-big .empty {
  padding-top: 65%;
}
.block-image-big a {
  display: block;
}
.block-logo {
  text-align: center;
}
.block-logo > .txt {
  padding: 15% 5%;
}
.block-logo img {
  display: block;
  width: 100%;
}
@media (max-width: 750px) {
  .block-logo > .txt {
    padding: 25% 5%;
  }
}
.block-press1 .press-gallery {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  margin: 0 -3%;
}
.block-press1 .press-gallery > li {
  float: left;
  width: 33.33333333%;
  padding: 0 3% 6% 3%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.block-press1 .press-gallery > li:nth-child(3n + 1) {
  clear: both;
}
.block-press1 .press-gallery > li > a {
  display: block;
  position: relative;
}
.block-press1 .press-gallery > li > a > .img {
  display: block;
  border: 1px solid #ddd;
  padding: 7px;
  margin: 0 0 1em 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: opacity 0.25s;
}
.block-press1 .press-gallery > li > a > .img > .empty {
  display: block;
  padding-top: 100%;
  background: center center no-repeat;
  background-size: contain;
}
.block-press1 .press-gallery > li > a > .info .size {
  font-size: 80%;
  white-space: nowrap;
}
.block-press1 .press-gallery > li > a > .info .author {
  padding-top: 0.5em;
  display: block;
}
.block-press1 .press-gallery > li > a:hover > .img {
  opacity: 0.8;
}
@media (max-width: 900px) {
  /*
    .block-press1 {
        .press-gallery {
            > li:nth-child(3n+1) {
                clear: none;
            }
            .palstoita(3, 3%);
        }
    }
    */
}
@media (max-width: 750px) {
  .block-press1 .press-gallery {
    margin: 0 -3%;
  }
  .block-press1 .press-gallery > li:nth-child(3n+1) {
    clear: none;
  }
  .block-press1 .press-gallery > li {
    float: left;
    width: 50%;
    padding: 0 3% 6% 3%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .block-press1 .press-gallery > li:nth-child(2n + 1) {
    clear: both;
  }
}
.block-products2 ul {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
.block-products2 .products-area {
  box-sizing: border-box;
  display: none;
  background-position: -200px -200px;
  background-repeat: no-repeat;
  background-image: url("images/loading.gif");
  text-align: center;
  width: 100%;
  min-height: 800px;
  margin: 0 auto;
}
.block-products2 .products-area.loading {
  background-position: center 160px;
}
.block-products2 .pagination {
  padding: 2em 0;
}
.block-products2 .pagination .prev,
.block-products2 .pagination .next {
  display: inline-block;
  background: #00aca9;
  color: #fff;
  padding: 0.2em 1em;
}
.block-products2 .pagination .pages {
  display: inline-block;
  width: 4em;
  text-align: center;
}
.block-products2 .dropdown-checkboxes {
  margin: 0 0.2em;
  position: relative;
}
.block-products2 .dropdown-checkboxes > .opener {
  font-family: Termina;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0.125em;
  line-height: 1.6;
  box-sizing: border-box;
  vertical-align: bottom;
  color: #000;
  display: block;
  text-align: left;
  border: 1px solid #000;
  text-transform: uppercase;
  padding: 0.55em 1.5em 0.45em 1.5em;
  transition: background-color 0.25s, color 0.25s;
  position: relative;
  overflow: hidden;
}
.block-products2 .dropdown-checkboxes > .opener .selected {
  font-size: 80%;
}
.block-products2 .dropdown-checkboxes > .opener:hover {
  color: #fff;
  background: #000;
}
.block-products2 .dropdown-checkboxes > .opener:hover > svg {
  stroke: #fff;
}
.block-products2 .dropdown-checkboxes > .opener > svg {
  right: 1em;
  top: 0.75em;
  width: 1.8em;
  position: absolute;
  fill: none;
  stroke: black;
  stroke-width: 1;
  transition: stroke 0.25s;
}
.block-products2 .dropdown-checkboxes > .opener > .title {
  padding-right: 1.5em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.block-products2 .dropdown-checkboxes > .dropdown-wrapper {
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  z-index: 290;
  padding: 0.4em;
  background: #fffef5;
  overflow-y: auto;
  border-radius: 2px;
  height: auto;
  max-height: 32em;
}
.block-products2 .dropdown-checkboxes > .dropdown-wrapper::scrollbar {
  width: 5px;
}
.block-products2 .dropdown-checkboxes > .dropdown-wrapper::-moz-scrollbar {
  width: 5px;
}
.block-products2 .dropdown-checkboxes > .dropdown-wrapper::-webkit-scrollbar {
  width: 5px;
}
.block-products2 .dropdown-checkboxes > .dropdown-wrapper::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.block-products2 .dropdown-checkboxes > .dropdown-wrapper::-webkit-scrollbar-track {
  background: #fff;
  border: 0;
  border-radius: 2px;
}
.block-products2 .dropdown-checkboxes > .dropdown-wrapper::-webkit-scrollbar-thumb {
  background: #2d2d2d;
  border-radius: 2px;
}
.block-products2 .dropdown-checkboxes > .dropdown-wrapper::-webkit-scrollbar-thumb:hover {
  background: #2d2d2d;
}
@media (max-width: 760px) {
  .block-products2 .dropdown-checkboxes > .dropdown-wrapper {
    max-height: 32em;
  }
}
.block-products2 .dropdown-checkboxes > .dropdown-wrapper > .dropdown {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  text-align: left;
}
.block-products2 .dropdown-checkboxes > .dropdown-wrapper > .dropdown > li > .children {
  padding: 0 0 0 15px;
}
.block-products2 .dropdown-checkboxes > .dropdown-wrapper > .dropdown .children {
  padding-top: 0;
}
.block-products2 .dropdown-checkboxes > .dropdown-wrapper > .dropdown label {
  position: relative;
  margin: 6px 0;
  display: block;
  color: #2d2d2d;
  cursor: pointer;
  cursor: hand;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.block-products2 .dropdown-checkboxes > .dropdown-wrapper > .dropdown label:hover,
.block-products2 .dropdown-checkboxes > .dropdown-wrapper > .dropdown label.active {
  color: #00aca9;
}
.block-products2 .dropdown-checkboxes > .dropdown-wrapper > .dropdown input {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  cursor: pointer;
  cursor: hand;
}
.block-products2 .dropdown-checkboxes > .dropdown-wrapper > .dropdown .active-box {
  display: block;
  float: left;
  border: 2px solid #000;
  margin-right: 13px;
  width: 16px;
  height: 16px;
  border-radius: 0;
  transition: all 0.25s;
}
.block-products2 .dropdown-checkboxes > .dropdown-wrapper > .dropdown .name {
  padding-top: 0.1em;
  display: block;
  overflow: hidden;
}
.block-products2 .dropdown-checkboxes > .dropdown-wrapper > .dropdown label:hover .active-box {
  border-color: #000;
  color: #fff;
  background: #000;
}
.block-products2 .dropdown-checkboxes > .dropdown-wrapper > .dropdown input:checked + .active-box {
  border-color: #00aca9;
  background: #00aca9;
}
.block-products2 .dropdown-checkboxes > .dropdown-wrapper > .dropdown li .children {
  display: none;
}
.block-products2 .dropdown-checkboxes > .dropdown-wrapper > .dropdown li.current-cat .children,
.block-products2 .dropdown-checkboxes > .dropdown-wrapper > .dropdown li.current-cat-parent .children {
  display: block;
}
.block-products2 .dropdown-select {
  margin: 0 0 0 1.2em;
  position: relative;
}
.block-products2 .dropdown-select > .opener {
  font-family: Termina;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0.125em;
  line-height: 1.6;
  box-sizing: border-box;
  vertical-align: bottom;
  color: #000;
  display: block;
  text-align: left;
  border: 1px solid #000;
  text-transform: uppercase;
  padding: 0.55em 1.5em 0.45em 1.5em;
  transition: background-color 0.25s, color 0.25s;
  position: relative;
  overflow: hidden;
}
.block-products2 .dropdown-select > .opener .selected {
  font-size: 80%;
}
.block-products2 .dropdown-select > .opener:hover {
  color: #fff;
  background: #000;
}
.block-products2 .dropdown-select > .opener:hover > svg {
  stroke: #fff;
}
.block-products2 .dropdown-select > .opener > svg {
  right: 1em;
  top: 0.75em;
  width: 1.8em;
  position: absolute;
  fill: none;
  stroke: black;
  stroke-width: 1;
  transition: stroke 0.25s;
}
.block-products2 .dropdown-select > .opener > .title {
  padding-right: 1.5em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.block-products2 .dropdown-select > .dropdown-wrapper {
  box-sizing: border-box;
  position: absolute;
  z-index: 290;
  background: #fffef5;
  border-radius: 2px;
  overflow-y: auto;
  height: auto;
  max-height: 32em;
  width: 100%;
}
.block-products2 .dropdown-select > .dropdown-wrapper::scrollbar {
  width: 5px;
}
.block-products2 .dropdown-select > .dropdown-wrapper::-moz-scrollbar {
  width: 5px;
}
.block-products2 .dropdown-select > .dropdown-wrapper::-webkit-scrollbar {
  width: 5px;
}
.block-products2 .dropdown-select > .dropdown-wrapper::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.block-products2 .dropdown-select > .dropdown-wrapper::-webkit-scrollbar-track {
  background: #fff;
  border: 0;
  border-radius: 2px;
}
.block-products2 .dropdown-select > .dropdown-wrapper::-webkit-scrollbar-thumb {
  background: #2d2d2d;
  border-radius: 2px;
}
.block-products2 .dropdown-select > .dropdown-wrapper::-webkit-scrollbar-thumb:hover {
  background: #2d2d2d;
}
@media (max-width: 760px) {
  .block-products2 .dropdown-select > .dropdown-wrapper {
    max-height: 32em;
  }
}
.block-products2 .dropdown-select > .dropdown-wrapper > .dropdown {
  text-align: left;
}
.block-products2 .dropdown-select > .dropdown-wrapper > .dropdown > li > a {
  cursor: pointer;
  cursor: hand;
  transition: background 0.25s, color 0.25s;
  padding: 0.4em;
  display: block;
}
.block-products2 .dropdown-select > .dropdown-wrapper > .dropdown > li > a:hover {
  color: #fff;
  background: #000;
}
.block-products2 .dropdown-select > .dropdown-wrapper > .dropdown > li.active {
  background: #00aca9;
}
.block-products2 .dropdown-select > .dropdown-wrapper > .dropdown > li.active > a {
  color: #fff;
}
.block-products2 .btn-group {
  margin: 0 0.2em;
  display: inline-block;
  vertical-align: bottom;
  font-family: Termina;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  line-height: 1.6;
  margin-bottom: 1em;
}
.block-products2 .btn-group > a {
  color: #000;
  border: 1px solid #000;
  display: block;
  float: left;
  min-width: 12em;
  text-align: center;
  padding: 0.55em 1.5em 0.45em 1.5em;
  border-left: 0;
  transition: background-color 0.25s, color 0.25s;
}
.block-products2 .btn-group > a:first-child {
  border-left: 1px solid #000;
}
.block-products2 .btn-group > a:hover {
  color: #fff;
  background: #000;
}
.block-products2 .btn-group > a.checked {
  background: #00aca9;
  color: #fff;
}
.block-products2 .btn-single {
  display: inline-block;
  color: #000;
  border: 1px solid gray;
  padding: 0.5em 1.5em;
}
.block-products2 .btn-single:hover {
  color: #00aca9;
  background: #efefef;
}
.block-products2 .btn-single.checked {
  background: #00aca9;
  color: #fff;
}
.block-products2 .filters-desktop {
  box-sizing: border-box;
  background: #fffef5;
  padding: 0 0 1em 0;
  text-align: left;
  font-size: 0.87837838vw;
}
@media (min-width: 1480px) {
  .block-products2 .filters-desktop {
    font-size: 13px;
  }
}
@media (max-width: 760px) {
  .block-products2 .filters-desktop {
    font-size: 6.67567568px;
  }
}
@media (max-width: 760px) {
  .block-products2 .filters-desktop {
    font-size: 13px;
  }
}
.block-products2 .filters-desktop:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background: #ddd;
}
.block-products2 .filters-desktop .filters-wrap:first-child > h2 {
  padding-top: 0;
}
.block-products2 .filters-desktop .dropdown-checkboxes,
.block-products2 .filters-desktop .dropdown-select {
  display: inline-block;
  vertical-align: top;
  width: 19.5em;
}
.block-products2 .filters-desktop .dropdowns {
  display: block;
  float: right;
}
@media (max-width: 760px) {
  .block-products2 .filters-desktop {
    padding-bottom: 2em;
  }
  .block-products2 .filters-desktop .btn-group {
    margin: 0;
    display: block;
  }
  .block-products2 .filters-desktop .btn-group > a {
    box-sizing: border-box;
    display: block;
    float: left;
    width: 50%;
  }
  .block-products2 .filters-desktop .dropdowns {
    padding-top: 0.5em;
    float: none;
    display: block;
  }
  .block-products2 .filters-desktop .dropdowns > div {
    box-sizing: border-box;
    display: block;
    margin: 0;
    float: left;
    width: 50%;
  }
  .block-products2 .filters-desktop .dropdowns > div > .opener {
    border-top: 0;
  }
  .block-products2 .filters-desktop .dropdowns > div:last-child > .opener {
    border-left: 0;
  }
}
.block-products2 .filters-mobile {
  box-sizing: border-box;
  background: #fff;
  margin: 20px 10px;
  text-align: center;
}
.block-products2 .filters-mobile > .opener {
  display: block;
  padding: 2em 10px 2em 10px;
}
.block-products2 .filters-mobile > .filters-wrap {
  height: 0;
  overflow: hidden;
}
.block-products2 .filters-mobile > .filters-wrap > .filters {
  padding: 0 10px 10px 10px;
}
.block-products2 .filters-mobile > .filters-wrap > .filters > div {
  margin-bottom: 1em;
}
.block-products2 .filters-mobile > .filters-wrap > .filters > div:last-child {
  margin-bottom: 0;
}
.block-products2 .filters-mobile.opened > .filters-wrap {
  height: auto;
  overflow: visible;
}
.block-products2 ul.products {
  margin: 0 -1.5%;
  max-width: 80%;
  margin: 0 auto;
}
.block-products2 ul.products > li {
  float: left;
  width: 25%;
  padding: 0 1.5% 3% 1.5%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.block-products2 ul.products > li:nth-child(4n + 1) {
  clear: both;
}
@media (max-width: 760px) {
  .block-products2 ul.products {
    max-width: 100%;
    margin: 0 -1.25%;
  }
  .block-products2 ul.products > li:nth-child(4n + 1) {
    clear: none;
  }
  .block-products2 ul.products > li {
    float: left;
    width: 50%;
    padding: 0 1.25% 2.5% 1.25%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .block-products2 ul.products > li:nth-child(2n + 1) {
    clear: both;
  }
  .block-products2 ul.products > li {
    padding-bottom: 2.5em;
  }
}
body.products-filtered #main > .page > article.block {
  display: none;
}
body.products-filtered #main > .page > article.block-products2 {
  display: block;
}
body.products-filtered #main > .page > article.block-products2 .products-area {
  display: block;
}
body.products-filtered.show-staff_picks #main > .page > article.block-products2 .products-area {
  display: none;
}
#staff_picks {
  display: none;
}
#staff_picks .block-recommended-full .page-wrapper {
  padding-top: 0;
}
body.products-filtered.show-staff_picks #staff_picks {
  display: block;
}
.block-recommended .more-wrapper {
  text-align: center;
}
.block-recommended ul.products {
  max-width: 40em;
  margin: 0 auto;
}
.block-recommended .recommender-info {
  max-width: 38em;
  margin: 0 auto;
  padding-bottom: 4em;
  text-align: center;
}
.block-recommended .recommender-info h1 {
  padding: 0.5em 0 0 0;
}
.block-recommended .recommender-info > .img {
  margin: 0 auto;
  width: 100%;
  max-width: 271px;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
}
.block-recommended .recommender-info > .img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.block-recommended-full .more-wrapper {
  text-align: center;
}
.block-recommended-full ul.products {
  margin: 0 -1.9%;
}
.block-recommended-full ul.products > li {
  float: left;
  width: 50%;
  padding: 0 1.9% 3.8% 1.9%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.block-recommended-full ul.products > li:nth-child(2n + 1) {
  clear: both;
}
@media (max-width: 760px) {
  .block-recommended-full ul.products > li:nth-child(2n + 1) {
    clear: both;
    float: none;
  }
  .block-recommended-full ul.products > li {
    display: block;
    float: none;
    width: auto;
    clear: both;
    overflow: hidden;
  }
}
.block-recommended-full .recommender-info {
  max-width: 38em;
  margin: 0 auto;
  padding-bottom: 4em;
  text-align: center;
}
.block-recommended-full .recommender-info h1 {
  padding: 0.5em 0 0 0;
}
.block-recommended-full .recommender-info > .img {
  margin: 0 auto;
  width: 100%;
  max-width: 537px;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
}
.block-recommended-full .recommender-info > .img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.block-showcase-product {
  position: relative;
  overflow: hidden;
  margin-right: -9%;
  /*
    .plus-button {
        padding: 0;
        margin-left: 1em;
        font-size: 12px;
        border: 2px solid #000;
        border-radius: 3px;
        width: 16px;
        height: 16px;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: -2px;
        .transition(~"border-color @{anim-speed}, background @{anim-speed}");
        > svg {
            display: block;
            width: 10px;
            height: 10px;
            position: relative;
            top: 3px;
            left: 3px;
            .transition(fill @anim-speed);
        }
        &:hover {
            border-color: @color1;
            background: @color1;
            > svg {
                fill: @color1-fg;
            }
        }
        &.loading,
        &.added {
            border-color: @colorok;
            background: @colorok;
            > svg {
                fill: @colorok-fg;
            }
        }
    }
        */
}
.block-showcase-product > video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.1;
  -o-object-fit: cover;
     object-fit: cover;
  background: none;
}
.block-showcase-product > .empty {
  padding-top: 45%;
}
.block-showcase-product > .texts {
  position: absolute;
  left: 5%;
  right: 70%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.35135135vw;
  line-height: 1.5;
}
@media (min-width: 1480px) {
  .block-showcase-product > .texts {
    font-size: 20px;
  }
}
@media (max-width: 760px) {
  .block-showcase-product > .texts {
    font-size: 10.27027027px;
  }
}
.block-showcase-product a {
  color: inherit;
}
.block-showcase-product .choices {
  padding: 0 5px 0 0;
}
.block-showcase-product .product {
  font-weight: normal;
}
.block-showcase-product h2 {
  font-size: 2.36486486vw;
  line-height: 1.15;
}
@media (min-width: 1480px) {
  .block-showcase-product h2 {
    font-size: 35px;
  }
}
@media (max-width: 760px) {
  .block-showcase-product h2 {
    font-size: 17.97297297px;
  }
}
.block-showcase-product .added_to_cart.wc-forward {
  display: none;
}
.block-showcase-product.style-dark .button {
  background: #fff;
  color: #000;
  border: 0;
}
.block-showcase-product.style-dark .plus-button,
.block-showcase-product.style-dark .pre-order-button {
  color: #fff;
  border-color: #fff;
}
.block-showcase-product.style-dark .plus-button.loading,
.block-showcase-product.style-dark .pre-order-button.loading,
.block-showcase-product.style-dark .plus-button.added,
.block-showcase-product.style-dark .pre-order-button.added {
  border-color: #0ed281;
  background: #0ed281;
  color: #fff;
}
.block-showcase-product.style-dark .sold-out {
  border: 2px solid #fff;
}
.block-showcase-product.style-light .button,
.block-showcase-product.style-normal .button {
  background: #000;
  color: #fff;
  border: 0;
}
.block-showcase-product.style-light .sold-out,
.block-showcase-product.style-normal .sold-out {
  border: 2px solid #000;
}
@media (max-width: 760px) {
  .block-showcase-product {
    margin-right: -31%;
  }
  .block-showcase-product > .texts {
    left: 10px;
    right: 65%;
    font-size: 15px;
  }
  .block-showcase-product > .empty {
    padding-top: 45%;
  }
  .block-showcase-product h2 {
    font-size: 20px;
  }
  .block-showcase-product h2 > a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 460px) {
  .block-showcase-product > .empty {
    padding-top: 55%;
  }
  .block-showcase-product > .texts {
    font-size: 14px;
    line-height: 1.2;
  }
  .block-showcase-product h2 {
    font-size: 17px;
    line-height: 1.2;
  }
}
.block-showcase2-product {
  position: relative;
  overflow: hidden;
  /*
    .plus-button {
        padding: 0;
        margin-left: 1em;
        font-size: 12px;
        border: 2px solid #000;
        border-radius: 3px;
        width: 16px;
        height: 16px;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: -2px;
        .transition(~"border-color @{anim-speed}, background @{anim-speed}");
        > svg {
            display: block;
            width: 10px;
            height: 10px;
            position: relative;
            top: 3px;
            left: 3px;
            .transition(fill @anim-speed);
        }
        &:hover {
            border-color: @color1;
            background: @color1;
            > svg {
                fill: @color1-fg;
            }
        }
        &.loading,
        &.added {
            border-color: @colorok;
            background: @colorok;
            > svg {
                fill: @colorok-fg;
            }
        }
    }
        */
}
.block-showcase2-product > video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.1;
  -o-object-fit: cover;
     object-fit: cover;
  background: none;
}
.block-showcase2-product > .empty {
  padding-top: 45%;
}
.block-showcase2-product > .txt {
  padding-top: 0;
  padding-bottom: 0;
}
.block-showcase2-product > .txt > .texts {
  position: absolute;
  width: 20em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.35135135vw;
  line-height: 1.5;
}
@media (min-width: 1480px) {
  .block-showcase2-product > .txt > .texts {
    font-size: 20px;
  }
}
@media (max-width: 760px) {
  .block-showcase2-product > .txt > .texts {
    font-size: 10.27027027px;
  }
}
.block-showcase2-product a {
  color: inherit;
}
.block-showcase2-product .choices {
  padding: 0 5px 0 0;
}
.block-showcase2-product .product {
  font-weight: normal;
}
.block-showcase2-product h2 {
  font-size: 2.36486486vw;
  line-height: 1.15;
}
@media (min-width: 1480px) {
  .block-showcase2-product h2 {
    font-size: 35px;
  }
}
@media (max-width: 760px) {
  .block-showcase2-product h2 {
    font-size: 17.97297297px;
  }
}
.block-showcase2-product .added_to_cart.wc-forward {
  display: none;
}
.block-showcase2-product.style-dark .button {
  background: #fff;
  color: #000;
  border: 0;
}
.block-showcase2-product.style-dark .plus-button,
.block-showcase2-product.style-dark .pre-order-button {
  color: #fff;
  border-color: #fff;
}
.block-showcase2-product.style-dark .plus-button.loading,
.block-showcase2-product.style-dark .pre-order-button.loading,
.block-showcase2-product.style-dark .plus-button.added,
.block-showcase2-product.style-dark .pre-order-button.added {
  border-color: #0ed281;
  background: #0ed281;
  color: #fff;
}
.block-showcase2-product.style-dark .sold-out {
  border: 2px solid #fff;
}
.block-showcase2-product.style-light .button,
.block-showcase2-product.style-normal .button {
  background: #000;
  color: #fff;
  border: 0;
}
.block-showcase2-product.style-light .sold-out,
.block-showcase2-product.style-normal .sold-out {
  border: 2px solid #000;
}
@media (max-width: 760px) {
  .block-showcase2-product {
    margin-right: -31%;
  }
  .block-showcase2-product > .texts {
    left: 10px;
    right: 65%;
    font-size: 15px;
  }
  .block-showcase2-product > .empty {
    padding-top: 45%;
  }
  .block-showcase2-product h2 {
    font-size: 20px;
  }
  .block-showcase2-product h2 > a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 460px) {
  .block-showcase2-product > .empty {
    padding-top: 55%;
  }
  .block-showcase2-product > .texts {
    font-size: 14px;
    line-height: 1.2;
  }
  .block-showcase2-product h2 {
    font-size: 17px;
    line-height: 1.2;
  }
}
.block-showcase3-product .contents {
  border: 1px solid #00aca9;
}
.block-showcase3-product .contents > .texts {
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding: 5em 3em 5em 10em;
}
.block-showcase3-product .contents > .texts > .c {
  padding-top: 2em;
  text-align: center;
}
.block-showcase3-product .contents > .texts > .c h1 {
  color: #00aca9;
  font-size: 2.7027027vw;
  padding-bottom: 0;
}
@media (min-width: 1480px) {
  .block-showcase3-product .contents > .texts > .c h1 {
    font-size: 40px;
  }
}
@media (max-width: 760px) {
  .block-showcase3-product .contents > .texts > .c h1 {
    font-size: 20.54054054px;
  }
}
.block-showcase3-product .contents > .texts > .c strong {
  font-family: Termina;
  line-height: 1.7;
  font-weight: 500;
  font-size: 2.7027027vw;
  font-weight: normal;
}
@media (min-width: 1480px) {
  .block-showcase3-product .contents > .texts > .c strong {
    font-size: 40px;
  }
}
@media (max-width: 760px) {
  .block-showcase3-product .contents > .texts > .c strong {
    font-size: 20.54054054px;
  }
}
.block-showcase3-product .contents > .cover {
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding: 5em 10em 5em 3em;
}
.block-showcase3-product .contents > .cover > .img > .empty {
  padding-top: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 760px) {
  .block-showcase3-product .contents {
    display: flex;
    flex-wrap: wrap;
  }
  .block-showcase3-product .contents > .texts {
    width: 100%;
    float: none;
    padding: 3em;
    order: 2;
    padding-top: 0;
  }
  .block-showcase3-product .contents > .cover {
    width: 100%;
    float: none;
    padding: 3em;
    order: 1;
    padding-bottom: 1em;
  }
}
.block-some-facebook .some-texts {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
.block-some-facebook .some-texts > li > a {
  display: block;
  clear: both;
  position: relative;
  color: #2d2d2d;
}
.block-some-facebook .some-texts > li > a > .img {
  display: block;
  float: left;
  width: 90px;
  height: 90px;
  margin: 0 30px 30px 0;
  background: center center no-repeat;
  background-size: contain;
  border: 2px solid #00aca9;
  transition: all 0.125s;
}
.block-some-facebook .some-texts > li > a > .since {
  overflow: auto;
  padding: 0 0 0.95em 0;
  display: block;
  color: #00aca9;
  font-size: 12px !important;
}
.block-some-facebook .some-texts > li > a > .text {
  overflow: auto;
  font-size: 12px !important;
}
.block-some-facebook .some-texts > li > a:hover > .img {
  border-color: #00aca9;
}
.block-some-facebook .style-dark .some-texts > li > a {
  color: #fff;
}
.block-some-instagram > .txt {
  padding-top: 0;
  padding-bottom: 0;
}
.block-some-instagram > .txt > h1 {
  padding-top: 5%;
}
.block-some-instagram > .txt > .buttons {
  padding-bottom: 5%;
}
.block-some-instagram .some-images {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  margin: 0 0;
}
.block-some-instagram .some-images > li {
  float: left;
  width: 20%;
  padding: 0 0 0 0;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.block-some-instagram .some-images > li:nth-child(5n + 1) {
  clear: both;
}
.block-some-instagram .some-images > li > a {
  display: block;
  position: relative;
  color: #2d2d2d;
}
.block-some-instagram .some-images > li > a > .img {
  display: block;
  transition: opacity 0.25s;
}
.block-some-instagram .some-images > li > a > .img > i {
  display: block;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.block-some-instagram .some-images > li > a > .texts {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 0.5em;
  background: rgba(0, 0, 0, 0.5);
}
.block-some-instagram .some-images > li > a > .texts > .text {
  display: block;
  max-height: 7em;
  overflow: hidden;
}
.block-some-instagram .some-images > li > a > .texts > .since {
  padding: 0.5em 0 0 0;
  display: block;
  color: #00aca9;
}
.block-some-instagram .some-images > li > a:hover > .img {
  opacity: 0.8;
}
.block-video-big a {
  display: block;
  color: #fff;
}
.block-video-big p {
  padding: 0;
}
.block-video-big .image {
  background-size: cover;
  background-position: center center;
}
.block-video-big .video-wrapper {
  position: relative;
}
.block-video-big .play-button {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  line-height: 1;
}
.block-video-big .play-button > img {
  display: inline-block;
  padding: 0;
  margin: 0;
  height: 100px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: opacity 0.25s;
}
.block-video-big .play-button > .details {
  line-height: 1.2;
  margin-top: -0.2em;
  padding: 0 0.7em;
  display: inline-block;
  text-align: left;
  visibility: top;
  position: absolute;
}
.block-video-big .play-button:hover > img {
  opacity: 0.7;
}
@media (max-width: 750px) {
  .block-video-big .play-button > img {
    height: 60px;
  }
}
@media (max-width: 400px) {
  .block-video-big .play-button > img {
    height: 45px;
  }
  .block-video-big .play-button > .details {
    display: block;
    font-size: 10px;
    text-align: center;
    padding-top: 1em;
    left: 0;
    right: 0;
  }
}
.ownskit-ytgallery {
  list-style: none;
  padding: 0;
  display: block;
  margin: 0 -15px;
}
.ownskit-ytgallery > li {
  float: left;
  width: 25%;
  padding: 0 15px 30px 15px;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.ownskit-ytgallery > li:nth-child(4n + 1) {
  clear: both;
}
.ownskit-ytgallery .ownskit-ytgallery-item {
  position: relative;
  overflow: hidden;
}
.ownskit-ytgallery .ownskit-ytgallery-item a {
  text-decoration: none;
  color: black;
}
.ownskit-ytgallery .ownskit-ytgallery-item img {
  width: 100%;
  height: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: all 0.25s;
}
.ownskit-ytgallery .ownskit-ytgallery-item .title {
  display: block;
  font-size: 80%;
  padding-bottom: 1em;
  transition: all 0.25s;
}
.ownskit-ytgallery .ownskit-ytgallery-item .duration {
  display: none;
  position: absolute;
  top: 83px;
  right: 15px;
  background: black;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  font-size: 10px;
  font-weight: bold;
  padding: 0 3px;
  color: white;
}
.ownskit-ytgallery .ownskit-ytgallery-item-current img,
.ownskit-ytgallery .ownskit-ytgallery-item:hover img {
  opacity: 0.75;
}
.ownskit-ytgallery .ownskit-ytgallery-item-current .title,
.ownskit-ytgallery .ownskit-ytgallery-item:hover .title {
  color: #00aca9;
}
.block-woocommerce > .txt {
  padding-top: 0;
}
body.single-product .block-woocommerce > .txt {
  padding-bottom: 12%;
}
body.woocommerce-account:not(.logged-in) .block-woocommerce > .page-wrapper,
body.woocommerce-view-order .block-woocommerce > .page-wrapper,
body.woocommerce-edit-account .block-woocommerce > .page-wrapper,
body.woocommerce-edit-address .block-woocommerce > .page-wrapper {
  max-width: 60em;
  margin: 0 auto;
}
html {
  min-height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#page {
  min-height: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
#ie6 #page {
  height: 100%;
}
#footer {
  /*position: absolute; bottom: 0; left: 0; right: 0;*/
}
html #wpadminbar {
  z-index: 20000 !important;
}
