@font-face {
    font-family: 'squarespace-ui-font';
    src: url('../../fonts/slider/squarespace-ui-font.eot');
    src: url('../../fonts/slider/squarespace-ui-font.eot?#iefix') format('embedded-opentype'), url('../../fonts/slider/squarespace-ui-font.svg#squarespace-ui-font') format('svg'), url('../../fonts/slider/squarespace-ui-font.woff') format('woff'), url('../../fonts/slider/squarespace-ui-font.ttf') format('truetype');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'squarespace-ui-font';
    src: url('../../fonts/slider/squarespace-ui-font.eot');
    src: url('../../fonts/slider/squarespace-ui-font.eot?#iefix') format('embedded-opentype'), url('../../fonts/slider/squarespace-ui-font.svg#squarespace-ui-font') format('svg'), url('../../fonts/slider/squarespace-ui-font.woff') format('woff'), url('../../fonts/slider/squarespace-ui-font.ttf') format('truetype');
    font-weight: normal;
    font-style: normal
}

.collection-type-gallery:not(.gallery-design-grid) .arrow.previous-slide:before {
    font-family: 'squarespace-ui-font';
    font-style: normal;
    speak: none;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    content: "\e000";
    text-align: center;
    display: inline-block;
    vertical-align: middle
}

.collection-type-gallery:not(.gallery-design-grid) .arrow.previous-slide:before {
    font-size: 16px;
    width: 16px;
    height: 16px;
    line-height: 16px
}

.collection-type-gallery:not(.gallery-design-grid) .arrow.previous-slide:before {
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px
}

.collection-type-gallery:not(.gallery-design-grid) .arrow.next-slide:before {
    font-family: 'squarespace-ui-font';
    font-style: normal;
    speak: none;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    content: "\e003";
    text-align: center;
    display: inline-block;
    vertical-align: middle
}

.collection-type-gallery:not(.gallery-design-grid) .arrow.next-slide:before {
    font-size: 16px;
    width: 16px;
    height: 16px;
    line-height: 16px
}

.collection-type-gallery:not(.gallery-design-grid) .arrow.next-slide:before {
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px
}


@keyframes dot-expand {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(2);
    opacity: 0; } }

body:not(.sqs-edit-mode) .summary-block-setting-design-carousel {
  display: none !important; }

.voidray-slider-gallery {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 20px; }
  .voidray-slider-gallery .gallery-container {
    position: relative; }
  .voidray-slider-gallery .gallery-arrows {
    display: block;
    position: absolute;
    height: 50px;
    width: 100%;
    z-index: 99; }
    .voidray-slider-gallery .gallery-arrows a {
      position: absolute;
      display: block;
      top: 450px;
      margin-top: -20px;
      width: 40px;
      height: 40px;
      font-size: 40px;
      color: rgba(34, 49, 58, 0.5);
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      cursor: pointer; }
      .voidray-slider-gallery .gallery-arrows a.prev {
        left: 0; }
        .voidray-slider-gallery .gallery-arrows a.prev:before {
          content: "\e02c" !important; }
      .voidray-slider-gallery .gallery-arrows a.next {
        right: 0; }
        .voidray-slider-gallery .gallery-arrows a.next:before {
          content: "\e02d" !important; }
      .voidray-slider-gallery .gallery-arrows a:before {
        font-family: 'squarespace-ui-font';
        font-style: normal;
        speak: none;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
        text-align: center;
        display: inline-block;
        vertical-align: middle; }
      .voidray-slider-gallery .gallery-arrows a:hover {
        color: #22313a; }
  .voidray-slider-gallery .gallery-navigation {
    border-bottom: 2px solid rgba(34, 49, 58, 0.15);
    position: relative;
    z-index: 3;
    height: 60px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .voidray-slider-gallery .gallery-navigation ul {
      top: 0;
      left: 50%;
      display: block;
      position: absolute;
      list-style-type: none;
      margin: 0;
      padding: 0;
      white-space: nowrap;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      transform: translateX(0); }
      .voidray-slider-gallery .gallery-navigation ul:after {
        content: "";
        display: block;
        clear: both; }
      .voidray-slider-gallery .gallery-navigation ul li {
        display: inline-block;
        margin: 0;
        padding: 0; }
        .voidray-slider-gallery .gallery-navigation ul li a {
          display: block;
          font-family: proxima-nova;
          font-weight: bold;
          color: rgba(34, 49, 58, 0.25);
          padding: 0 40px;
          height: 60px;
          line-height: 60px;
          white-space: nowrap;
          text-transform: uppercase;
          cursor: pointer;
          -webkit-transition: all 0.2s ease;
          -moz-transition: all 0.2s ease;
          -ms-transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          transition: all 0.2s ease; }
          .voidray-slider-gallery .gallery-navigation ul li a:hover, .voidray-slider-gallery .gallery-navigation ul li a.active {
            color: #22313a !important; }
    .voidray-slider-gallery .gallery-navigation .dot {
      display: block;
      position: absolute;
      left: 50%;
      top: 100%;
      width: 20px;
      height: 20px;
      background: #672d95;
      border-radius: 50%;
      margin-left: -10px;
      margin-top: -10px; }
      .voidray-slider-gallery .gallery-navigation .dot:after {
        content: '';
        display: block;
        position: absolute;
        width: 20px;
        height: 20px;
        left: 0;
        top: 0;
        border-radius: 50%;
        opacity: 1;
        transform-origin: 50% 50%;
        transform: scale(0.8);
        border: 3px solid #672d95;
        box-sizing: border-box; }
      .voidray-slider-gallery .gallery-navigation .dot.clicked:after {
        -webkit-animation: dot-expand 0.5s ease;
        -moz-animation: dot-expand 0.5s ease;
        -ms-animation: dot-expand 0.5s ease;
        -o-animation: dot-expand 0.5s ease;
        animation: dot-expand 0.5s ease; }
  .voidray-slider-gallery .gallery-descriptions {
    max-width: 750px;
    margin: 0 auto;
    height: 250px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    z-index: 2; }
    .voidray-slider-gallery .gallery-descriptions .gallery-description {
      background: #FFFFFF;
      position: absolute;
      box-sizing: border-box;
      padding: 40px 20px 20px 20px;
      left: 0;
      width: 100%;
      height: 250px;
      text-align: center;
      visibility: hidden;
      overflow: hidden;
      opacity: 0;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .voidray-slider-gallery .gallery-descriptions .gallery-description.active {
        visibility: visible;
        opacity: 1; }
      .voidray-slider-gallery .gallery-descriptions .gallery-description h3 {
        font-size: 36px;
        line-height: 36px;
        letter-spacing: -1px; }
      .voidray-slider-gallery .gallery-descriptions .gallery-description .text {
        font-size: 16px;
        line-height: 24px; }
  .voidray-slider-gallery .gallery-slides {
    display: block;
    position: relative;
    height: 400px;
    overflow: hidden;
    width: 100vw; }
    .voidray-slider-gallery .gallery-slides .slide-container {
      display: block;
      position: absolute;
      top: 0;
      left: 50%;
      width: 100%;
      height: 400px;
      white-space: nowrap;
      text-align: left;
      transform: translateX(0);
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .voidray-slider-gallery .gallery-slides .slide-container .gallery-slide {
        display: inline-block;
        width: 750px;
        height: 400px; }
        .voidray-slider-gallery .gallery-slides .slide-container .gallery-slide.active .image {
          opacity: 1; }
        .voidray-slider-gallery .gallery-slides .slide-container .gallery-slide .image {
          -webkit-transition: all 0.2s ease;
          -moz-transition: all 0.2s ease;
          -ms-transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          transition: all 0.2s ease;
          opacity: 0.25;
          display: inline-block;
          height: 400px;
          width: 100%;
          max-width: 750px;
          background-position: center center;
          background-size: cover; }

@media screen and (max-width: 750px) {
  .voidray-slider-gallery .gallery-arrows a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5); }
    .voidray-slider-gallery .gallery-arrows a.prev {
      margin-left: 20px; }
    .voidray-slider-gallery .gallery-arrows a.next {
      margin-right: 20px; }
    .voidray-slider-gallery .gallery-arrows a:before {
      color: #22313A;
      font-size: 20px;
      line-height: 40px;
      height: 40px;
      font-weight: bold;
      width: 40px;
      text-align: center; }
    .voidray-slider-gallery .gallery-arrows a:hover {
      background: rgba(255, 255, 255, 0.6); }
  .voidray-slider-gallery .gallery-slides .gallery-slide {
    width: 100%;
    max-width: 100% !important; }
    .voidray-slider-gallery .gallery-slides .gallery-slide.active .image {
      width: 100%; } }
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }



/* SHOP */

.category-nav{
  display: block;
  text-align: center;
  margin-bottom: 40px;
}

.category-nav a{
  color: rgba(22,24,26,.4);
  font-family: proxima-nova;
  font-weight: 600;
  padding: 0 10px;
  text-decoration: inherit;
  letter-spacing: 2px;
}

.category-nav a:hover{
  color: #7e51b3;
  outline: none;
}

.woocommerce-result-count{
  display: none;
}

.cart-btn-on-img .woocom-project:hover .woo-buttons, .description-on-hover .woocom-project:hover .woo-buttons, .cart-btn-on-img .woocom-project.is-clicked .woo-buttons, .description-on-hover .woocom-project.is-clicked .woo-buttons {
  width: 100%;
  height: 100%;
  background: rgba(101,32,146,.8);
}

.woo-buttons-on-img .woo-buttons .woocom-list-content h4 a,
.woo-buttons-on-img .woo-buttons .woocom-list-content .price span{
  color: white;
}

.woo-buttons-on-img .woo-buttons .woocom-list-content h4 a{
  font-size: 16px;
  font-weight: 900;
}

.woo-buttons-on-img .woo-buttons a {
  padding: 0;
}

.woo-buttons-on-img .woo-buttons .woocom-list-content h4 a:hover{
  background: inherit !important;
  -webkit-text-fill-color: initial !important;
  color: white !important;
}

.woo-buttons-on-img .woo-buttons .woocom-list-content{
  padding-top: 40%;
}

/* SINGLE PRODUCT */

#main,
#preFooter,
#bottom-bar{
  overflow: hidden;
}

.product .images a img{
  top: 0px;
  left: 116px;
  width: 259px;
  height: 327px;
  position: relative;
}

.product .entry-summary h1{
  font-family: "proxima-nova";
  font-size: 36px;
  line-height: 1.2em;
  text-transform: none;
  letter-spacing: -1px;
  font-weight: 400;
  font-style: normal;
}

.product .entry-summary .price span{
  font-size: 16px;
  line-height: 1.5em;
  font-weight: normal;
  color: #5b5b5b;
}

.btn-back{
  overflow: hidden;
  text-align: center;
  margin: 50px;
}

#back-link{
  font-family: "proxima-nova";
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 500;
  font-style: normal;
  color: #a19da3;
  text-decoration: none;
}

@media screen and (max-width: 768px){
  .product .images a img{
    width: auto;
    left: 0 !important;
  }
}

.woocommerce-checkout-payment input.button{
  color: #fff;
  background-color: #7e51b3;
  background: #7e51b3;
  border-color: #7e51b3;
  font-family: "proxima-nova";
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  font-style: normal;
  margin: 20px 0;
  padding: .4em 4em !important;
}

.woocommerce-checkout-payment input.button:hover {
  background-color: #7e51b3 !important;
  background: #7e51b3 !important;
  border-color: #7e51b3 !important;
  opacity: .8;
}

.title b,
.title span pre,
.title span{
  vertical-align: top;
  display: inline-block;
}