/* Google Font */
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i");
/*  */
/* Components */


/* product grid */
.prd-grid {
  position: relative;
  z-index: 2;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px -30px;
  padding: 0; }
  .prd-grid:not(:first-child) {
    transform: translateY(-30px); }
  @media (max-width: 767px) {
    .prd-grid {
      margin-left: -5px;
      margin-right: -5px; } }
  .prd-grid .prd {
    margin-top: 30px; }

.prd-grid.prd-grid--sm-pad {
  margin-left: -12px;
  margin-right: -12px; }
  @media (max-width: 767px) {
    .prd-grid.prd-grid--sm-pad {
      margin-left: -5px;
      margin-right: -5px; } }

.prd-grid.prd-grid--nopad {
  margin-left: 0;
  margin-right: 0; }
  @media (max-width: 767px) {
    .prd-grid.prd-grid--nopad {
      margin-left: 0;
      margin-right: 0; } }

.prd-carousel {
  transform: translateY(-30px);
  margin-bottom: -30px; }
  .prd-carousel .prd {
    margin-top: 30px; }

@media (min-width: 768px) {
  .prd-carousel:not(.slick-initialized) {
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    transition: opacity 0.2s ease 0.5s;
    height: 400px;
    max-height: 400px; } }

.prd-grid:not(.prd-carousel) {
  display: -ms-flexbox;
  display: flex; }

@supports not (-webkit-overflow-scrolling: touch) {
  .prd-grid:before,
  .prd-grid:after {
    content: '';
    display: table; }
  .prd-grid:after {
    clear: both; } }

/* product default */
.prd {
  position: relative;
  width: 100%;
  min-height: 1px;
  margin-left: 5px;
  margin-right: 5px; }
  .prd:focus {
    outline: none; }
  .prd .gdw-loader {
    opacity: 0;
    transition: opacity 0.2; }

.prd-grid--sm-pad:not(.prd-carousel) {
  margin-left: -5px;
  margin-right: -5px; }

.prd-carousel.prd-grid--sm-pad {
  margin-left: -10px;
  margin-right: -10px; }

.prd-grid--sm-pad .prd {
  margin-left: 5px;
  margin-right: 5px; }

.prd-carousel.prd-grid--sm-pad .prd {
  margin-left: 5px;
  margin-right: 5px;
  width: calc(100% - 10px) !important; }

.prd-grid--sm-pad .prd .prd-inside {
  padding-left: 5px;
  padding-right: 5px; }

.prd-grid .prd {
  -ms-flex: 0 0 calc(25% - 10px);
  flex: 0 0 calc(25% - 10px);
  max-width: calc(25% - 10px); }

.prd-grid.prd-grid--sm-pad .prd {
  -ms-flex: 0 0 calc(25% - 10px);
  flex: 0 0 calc(25% - 10px);
  max-width: calc(25% - 10px); }

.prd-grid.slick-initialized .slick-slide .prd {
  max-width: calc(100% - 10px) !important;
  width: calc(100% - 10px) !important; }

.prd-grid.slick-initialized[class*='data-to-show'] .prd.slick-slide {
  max-width: none;
  width: auto; }

.prd-grid.data-to-show-5 .prd {
  -ms-flex: 0 0 calc(20% - 10px);
  flex: 0 0 calc(20% - 10px);
  max-width: calc(20% - 10px);
  width: calc(20% - 10px); }

.prd-grid.data-to-show-4 .prd {
  -ms-flex: 0 0 calc(25% - 10px);
  flex: 0 0 calc(25% - 10px);
  max-width: calc(25% - 10px);
  width: calc(25% - 10px); }

.prd-grid.data-to-show-3 .prd {
  -ms-flex: 0 0 calc(33.333% - 10px);
  flex: 0 0 calc(33.333% - 10px);
  max-width: calc(33.333% - 10px);
  width: calc(33.333% - 10px); }

.prd-grid.data-to-show-2 .prd {
  -ms-flex: 0 0 calc(50% - 10.5px);
  flex: 0 0 calc(50% - 10.5px);
  max-width: calc(50% - 10.5px);
  width: calc(50% - 10.5px); }

.prd-grid.data-to-show-1 .prd {
  -ms-flex: 0 0 calc(100% - 10px);
  flex: 0 0 calc(100% - 10px);
  max-width: calc(100% - 10px);
  width: calc(100% - 10px); }

.prd-grid.prd-grid--sm-pad.data-to-show-5 .prd {
  -ms-flex: 0 0 calc(20% - 10px);
  flex: 0 0 calc(20% - 10px);
  max-width: calc(20% - 10px);
  width: calc(20% - 10px); }

.prd-grid.prd-grid--sm-pad.data-to-show-4 .prd {
  -ms-flex: 0 0 calc(25% - 10px);
  flex: 0 0 calc(25% - 10px);
  max-width: calc(25% - 10px);
  width: calc(25% - 10px); }

.prd-grid.prd-grid--sm-pad.data-to-show-3 .prd {
  -ms-flex: 0 0 calc(33.333% - 10px);
  flex: 0 0 calc(33.333% - 10px);
  max-width: calc(33.333% - 10px);
  width: calc(33.333% - 10px); }

.prd-grid.prd-grid--sm-pad.data-to-show-2 .prd {
  -ms-flex: 0 0 calc(50% - 10.5px);
  flex: 0 0 calc(50% - 10.5px);
  max-width: calc(50% - 10.5px);
  width: calc(50% - 10.5px); }

.aside .prd-grid.js-product-isotope.data-to-show-5 .prd.prd-horizontal-simple,
.aside .prd-grid.js-product-isotope.data-to-show-4 .prd.prd-horizontal-simple,
.aside .prd-grid.js-product-isotope.data-to-show-3 .prd.prd-horizontal-simple,
.aside .prd-grid.js-product-isotope.data-to-show-2 .prd.prd-horizontal-simple {
  -ms-flex: 0 0 calc(50% - 10.5px);
  flex: 0 0 calc(50% - 10.5px);
  max-width: calc(50% - 10.5px);
  width: calc(50% - 10.5px); }

@media (max-width: 991px) {
  .prd-grid.data-to-show-md-5 .prd {
    -ms-flex: 0 0 calc(20% - 10px);
    flex: 0 0 calc(20% - 10px);
    max-width: calc(20% - 10px);
    width: calc(20% - 10px); }
  .prd-grid.data-to-show-md-4 .prd {
    -ms-flex: 0 0 calc(25% - 10px);
    flex: 0 0 calc(25% - 10px);
    max-width: calc(25% - 10px);
    width: calc(25% - 10px); }
  .prd-grid.data-to-show-md-3 .prd {
    -ms-flex: 0 0 calc(33.333% - 10px);
    flex: 0 0 calc(33.333% - 10px);
    max-width: calc(33.333% - 10px);
    width: calc(33.333% - 10px); }
  .prd-grid.data-to-show-md-2 .prd {
    -ms-flex: 0 0 calc(50% - 10.5px);
    flex: 0 0 calc(50% - 10.5px);
    max-width: calc(50% - 10.5px);
    width: calc(50% - 10.5px); }
  .prd-grid.data-to-show-md-1 .prd {
    -ms-flex: 0 0 calc(100% - 10px);
    flex: 0 0 calc(100% - 10px);
    max-width: calc(100% - 10px);
    width: calc(100% - 10px); }
  .prd-grid.prd-grid--sm-pad.data-to-show-md-5 .prd {
    -ms-flex: 0 0 calc(20% - 10px);
    flex: 0 0 calc(20% - 10px);
    max-width: calc(20% - 10px);
    width: calc(20% - 10px); }
  .prd-grid.prd-grid--sm-pad.data-to-show-md-4 .prd {
    -ms-flex: 0 0 calc(25% - 10px);
    flex: 0 0 calc(25% - 10px);
    max-width: calc(25% - 10px);
    width: calc(25% - 10px); }
  .prd-grid.prd-grid--sm-pad.data-to-show-md-3 .prd {
    -ms-flex: 0 0 calc(33.333% - 10px);
    flex: 0 0 calc(33.333% - 10px);
    max-width: calc(33.333% - 10px);
    width: calc(33.333% - 10px); }
  .prd-grid.prd-grid--sm-pad.data-to-show-md-2 .prd {
    -ms-flex: 0 0 calc(50% - 10.5px);
    flex: 0 0 calc(50% - 10.5px);
    max-width: calc(50% - 10.5px);
    width: calc(50% - 10.5px); }
  .aside .prd-grid.js-product-isotope.data-to-show-5 .prd.prd-horizontal-simple,
  .aside .prd-grid.js-product-isotope.data-to-show-4 .prd.prd-horizontal-simple,
  .aside .prd-grid.js-product-isotope.data-to-show-3 .prd.prd-horizontal-simple,
  .aside .prd-grid.js-product-isotope.data-to-show-2 .prd.prd-horizontal-simple {
    -ms-flex: 0 0 calc(50% - 10.5px);
    flex: 0 0 calc(50% - 10.5px);
    max-width: calc(50% - 10.5px);
    width: calc(50% - 10.5px); } }

@media (max-width: 767px) {
  .prd-grid:not(.product-listing) {
    display: -ms-flexbox;
    display: flex; }
    .prd-grid:not(.product-listing) > .prd:nth-child(6) ~ .prd {
      display: none; }
  .prd-grid.sm-limit-2 > .prd:nth-child(2) ~ .prd {
    display: none; }
  .prd-grid.sm-limit-4 > .prd:nth-child(4) ~ .prd {
    display: none; }
  .prd-grid.data-to-show-sm-5 .prd, .prd-grid.product-listing.data-to-show-sm-5 .prd {
    -ms-flex: 0 0 calc(20% - 10px);
    flex: 0 0 calc(20% - 10px);
    max-width: calc(20% - 10px);
    width: calc(20% - 10px); }
  .prd-grid.data-to-show-sm-4 .prd, .prd-grid.product-listing.data-to-show-sm-4 .prd {
    -ms-flex: 0 0 calc(25% - 10px);
    flex: 0 0 calc(25% - 10px);
    max-width: calc(25% - 10px);
    width: calc(25% - 10px); }
  .prd-grid.data-to-show-sm-3 .prd, .prd-grid.product-listing.data-to-show-sm-3 .prd {
    -ms-flex: 0 0 calc(33.333% - 10px);
    flex: 0 0 calc(33.333% - 10px);
    max-width: calc(33.333% - 10px);
    width: calc(33.333% - 10px); }
  .prd-grid.data-to-show-sm-2 .prd, .prd-grid.product-listing.data-to-show-sm-2 .prd {
    -ms-flex: 0 0 calc(50% - 10.5px);
    flex: 0 0 calc(50% - 10.5px);
    max-width: calc(50% - 10.5px);
    width: calc(50% - 10.5px); }
  .prd-grid.data-to-show-sm-1 .prd, .prd-grid.product-listing.data-to-show-sm-1 .prd {
    -ms-flex: 0 0 calc(100% - 10px);
    flex: 0 0 calc(100% - 10px);
    max-width: calc(100% - 10px);
    -ms-flex: 0 0 calc(100% - 10px);
    flex: 0 0 calc(100% - 10px);
    max-width: calc(100% - 10px);
    width: calc(100% - 10px); }
  .prd-grid.prd-grid--sm-pad.data-to-show-sm-5 .prd {
    -ms-flex: 0 0 calc(20% - 10px);
    flex: 0 0 calc(20% - 10px);
    max-width: calc(20% - 10px);
    width: calc(20% - 10px); }
  .prd-grid.prd-grid--sm-pad.data-to-show-sm-4 .prd {
    -ms-flex: 0 0 calc(25% - 10px);
    flex: 0 0 calc(25% - 10px);
    max-width: calc(25% - 10px);
    width: calc(25% - 10px); }
  .prd-grid.prd-grid--sm-pad.data-to-show-sm-3 .prd {
    -ms-flex: 0 0 calc(33.333% - 10px);
    flex: 0 0 calc(33.333% - 10px);
    max-width: calc(33.333% - 10px);
    width: calc(33.333% - 10px); }
  .prd-grid.prd-grid--sm-pad.data-to-show-sm-2 .prd {
    -ms-flex: 0 0 calc(50% - 10.5px);
    flex: 0 0 calc(50% - 10.5px);
    max-width: calc(50% - 10.5px);
    width: calc(50% - 10.5px); }
  .aside .prd-grid.js-product-isotope.data-to-show-5 .prd.prd-horizontal-simple,
  .aside .prd-grid.js-product-isotope.data-to-show-4 .prd.prd-horizontal-simple,
  .aside .prd-grid.js-product-isotope.data-to-show-3 .prd.prd-horizontal-simple,
  .aside .prd-grid.js-product-isotope.data-to-show-2 .prd.prd-horizontal-simple {
    -ms-flex: 0 0 calc(50% - 10.5px);
    flex: 0 0 calc(50% - 10.5px);
    max-width: calc(50% - 10.5px);
    width: calc(50% - 10.5px); } }

@media (max-width: 479px) {
  .prd-grid.data-to-show-xs-5 .prd, .prd-grid.product-listing.data-to-show-xs-5 .prd {
    -ms-flex: 0 0 calc(20% - 10px);
    flex: 0 0 calc(20% - 10px);
    max-width: calc(20% - 10px);
    width: calc(20% - 10px); }
  .prd-grid.data-to-show-xs-4 .prd, .prd-grid.product-listing.data-to-show-xs-4 .prd {
    -ms-flex: 0 0 calc(25% - 10px);
    flex: 0 0 calc(25% - 10px);
    max-width: calc(25% - 10px);
    width: calc(25% - 10px); }
  .prd-grid.data-to-show-xs-3 .prd, .prd-grid.product-listing.data-to-show-xs-3 .prd {
    -ms-flex: 0 0 calc(33.333% - 10px);
    flex: 0 0 calc(33.333% - 10px);
    max-width: calc(33.333% - 10px);
    width: calc(33.333% - 10px); }
  .prd-grid.data-to-show-xs-2 .prd, .prd-grid.product-listing.data-to-show-xs-2 .prd {
    -ms-flex: 0 0 calc(50% - 10.5px);
    flex: 0 0 calc(50% - 10.5px);
    max-width: calc(50% - 10.5px);
    width: calc(50% - 10.5px); }
  .prd-grid.data-to-show-xs-1 .prd, .prd-grid.product-listing.data-to-show-xs-1 .prd {
    -ms-flex: 0 0 calc(100% - 10px);
    flex: 0 0 calc(100% - 10px);
    max-width: calc(100% - 10px);
    width: calc(100% - 10px); }
  .prd-grid.prd-grid--sm-pad.data-to-show-xs-5 .prd {
    -ms-flex: 0 0 calc(20% - 10px);
    flex: 0 0 calc(20% - 10px);
    max-width: calc(20% - 10px);
    width: calc(20% - 10px); }
  .prd-grid.prd-grid--sm-pad.data-to-show-xs-4 .prd {
    -ms-flex: 0 0 calc(25% - 10px);
    flex: 0 0 calc(25% - 10px);
    max-width: calc(25% - 10px);
    width: calc(25% - 10px); }
  .prd-grid.prd-grid--sm-pad.data-to-show-xs-3 .prd {
    -ms-flex: 0 0 calc(33.333% - 10px);
    flex: 0 0 calc(33.333% - 10px);
    max-width: calc(33.333% - 10px);
    width: calc(33.333% - 10px); }
  .prd-grid.prd-grid--sm-pad.data-to-show-xs-2 .prd {
    -ms-flex: 0 0 calc(50% - 10.5px);
    flex: 0 0 calc(50% - 10.5px);
    max-width: calc(50% - 10.5px);
    width: calc(50% - 10.5px); }
  .prd-grid.prd-grid--sm-pad.data-to-show-xs-1 .prd {
    -ms-flex: 0 0 calc(100% - 10px);
    flex: 0 0 calc(100% - 10px);
    max-width: calc(100% - 10px);
    width: calc(100% - 10px); }
  .aside .prd-grid.js-product-isotope.data-to-show-5 .prd.prd-horizontal-simple,
  .aside .prd-grid.js-product-isotope.data-to-show-4 .prd.prd-horizontal-simple,
  .aside .prd-grid.js-product-isotope.data-to-show-3 .prd.prd-horizontal-simple,
  .aside .prd-grid.js-product-isotope.data-to-show-2 .prd.prd-horizontal-simple {
    -ms-flex: 0 0 calc(100% - 10px);
    flex: 0 0 calc(100% - 10px);
    max-width: calc(100% - 10px);
    width: calc(100% - 10px); } }

.prd-grid .slick-arrow {
  z-index: 2 !important; }

@media (min-width: 1200px) {
  .slick-arrows-aside-simple .slick-prev {
    left: -50px; }
  .slick-arrows-aside-simple .slick-next {
    right: -50px; } }

@media (min-width: 992px) {
  .prd-grid .slick-arrow, .prd-grid .slick-arrow.slick-disabled {
    opacity: 0; }
  .prd-grid:hover .slick-arrow:not(.slick-disabled) {
    opacity: 1; }
  .prd-grid:hover .slick-arrow.slick-disabled {
    opacity: .3; } }

@media (min-width: 768px) {
  body.mac .prd-grid.slick-arrows-squared.prd-hovered .slick-arrow,
  body.mac .prd-grid.slick-arrows-squared.prd-hovered .slick-arrow {
    margin-top: -104.5px; }
  body.mac .prd-grid.slick-arrows-aside-simple.prd-hovered .slick-arrow {
    margin-top: -104.5px; } }

.prd-grid:not([class*='arrows-']) .slick-arrow {
  top: -25px;
  right: 0;
  left: auto; }

.prd-grid:not([class*='arrows-']) .slick-prev {
  right: 25px; }

@media (min-width: 768px) {
  .prd-carousel:not(.prd--nohover) .slick-list.slick-list--offset {
    margin: -5px -5px -200px;
    padding: 5px 5px 200px;
    height: auto !important;
    z-index: 1; }
  body.mac .prd-carousel:not(.prd--nohover) .slick-list.slick-list--offset {
    padding-bottom: 170px; } }

.prd .prd-inside {
  background-color: transparent;
  padding: 10px 10px 12px;
  margin: -10px auto 0; }

.prd .prd-info {
  position: relative;
  z-index: 2; }

@media (min-width: 992px) {
  .prd-grid:not(.listing-view) .prd .prd-inside {
    transition: box-shadow 0s ease; }
    .prd-grid:not(.listing-view) .prd .prd-inside:hover {
      background-color: #fff;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
      transition: box-shadow 0.3s ease; } }

.prd-img-area {
  position: relative;
  overflow: hidden; }
  .prd-img-area .countdown-box {
    position: absolute;
    bottom: 0;
    width: calc(100% + 1px);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1); }

.prd-img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  position: relative;
  padding-left: 0;
  padding-right: 0; }
  .prd-img img {
    width: 100%;
    transition: opacity 0.4s; }
  .prd-img img + img {
    display: block;
    opacity: 0;
    z-index: 1;
    position: absolute;
    height: 100%;
    width: auto; }

.prd-img-area [class*='label-']:not(.label-wishlist) {
  position: absolute;
  z-index: 2;
  top: 9px;
  left: 9px;
  padding: 0 11px;
  font-size: 12px;
  line-height: 23px;
  font-weight: 600;
  min-width: 50px;
  text-align: center; }
  .prd-img-area [class*='label-']:not(.label-wishlist) + [class*='label-']:not(.label-wishlist) {
    top: 35px; }
    .prd-img-area [class*='label-']:not(.label-wishlist) + [class*='label-']:not(.label-wishlist) + [class*='label-']:not(.label-wishlist) {
      top: 61px; }

.prd-img-area .label-sale {
  color: #fff;
  background-color: #e53d60; }

.prd-img-area .label-outstock {
  color: #fff;
  background-color: #ffc427; }

.prd-img-area .label-new {
  color: #fff;
  background-color: #15c979; }

.prd-img-area .label-wishlist {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  z-index: 2;
  top: 11px;
  right: 14px;
  width: 29px;
  height: 29px;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  transition: all 0.2s ease; }
  .prd-img-area .label-wishlist:after, .prd-img-area .label-wishlist:before {
    position: absolute;
    top: 0;
    display: block;
    transition: all 0.25s ease; }
  .prd-img-area .label-wishlist:after {
    content: '';
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #27c7d8;
    border-radius: 50%;
    transition: all 0.2s ease; }
  .prd-img-area .label-wishlist:before {
    z-index: 1;
    margin-top: 1px; }
  .prd-img-area .label-wishlist:hover {
    background-color: transparent; }
  .prd-img-area .label-wishlist:hover:after {
    transform: scale(1.28);
    opacity: 1; }
  .prd-img-area .label-wishlist:hover:before, .prd-img-area .label-wishlist.active:before {
    content: '\e90a'; }

.prd .prd-img-area .color-swatch, .prd-hor .prd-img-area .color-swatch {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  bottom: 5px;
  left: 5px;
  right: 5px; }

.prd.prd-has-countdown .prd-img-area .color-swatch, .prd-hor.prd-has-countdown .prd-img-area .color-swatch {
  bottom: 49px; }

.prd-outstock .prd-info, .prd-outstock .prd-img {
  opacity: .55; }

.prd-outstock .countdown-box, .prd-outstock .color-swatch, .prd-outstock [class*='label-']:not(.label-outstock) {
  display: none; }

.prd-outstock .prd-action .btn {
  pointer-events: none; }

.prd-img-area .label-wishlist {
  transition: opacity 0.4s ease 0.1s;
  opacity: 0; }

.data-to-show-4.prd-grid:not(.listing-view) .prd-info .prd-action .btn,
[class*='col-md'] .data-to-show-3.prd-grid:not(.listing-view) .prd-info .prd-action .btn {
  padding-left: 10px;
  padding-right: 10px; }

@media (max-width: 1199px) and (min-width: 768px) {
  .data-to-show-4.prd-grid:not(.listing-view) .prd-info .prd-action .btn [class*="icon-"]:not(:last-child),
  [class*='col-md'] .data-to-show-3.prd-grid:not(.listing-view) .prd-info .prd-action .btn [class*="icon-"]:not(:last-child) {
    display: none; } }

.data-to-show-4.prd-grid:not(.listing-view) .prd-action .form-group,
[class*='col-md'] .data-to-show-3.prd-grid:not(.listing-view) .prd-action .form-group {
  margin-right: 0; }

.data-to-show-4.prd-grid:not(.listing-view) .prd-action .btn:first-child:not(:only-child), .data-to-show-4.prd-grid:not(.listing-view) .prd-action form:not(:only-child),
[class*='col-md'] .data-to-show-3.prd-grid:not(.listing-view) .prd-action .btn:first-child:not(:only-child),
[class*='col-md'] .data-to-show-3.prd-grid:not(.listing-view) .prd-action form:not(:only-child) {
  margin-right: 8px; }

.data-to-show-5.prd-grid:not(.listing-view) .prd-info .prd-action .btn {
  padding-left: 10px;
  padding-right: 10px; }

.data-to-show-5.prd-grid:not(.listing-view) .prd-info .prd-action .btn [class*="icon-"]:not(:last-child) {
  display: none; }

.data-to-show-5.prd-grid:not(.listing-view) .prd-action .form-group {
  margin-right: 0; }

.data-to-show-5.prd-grid:not(.listing-view) .prd-action .btn:first-child:not(:only-child), .data-to-show-5.prd-grid:not(.listing-view) .prd-action form:not(:only-child) {
  margin-right: 8px; }

.prd-title {
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: 0.2s;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0; }
  .prd-title, .prd-title a {
    color: #2d2d2d; }
  .prd-title a:hover {
    text-decoration: none;
    color: #27c7d8; }

.prd-price {
  margin-top: 8px; }

.prd-description {
  display: none; }

.prd-tag {
  margin-top: 18px;
  font-size: 12px;
  line-height: 1em;
  text-transform: uppercase; }
  .prd-tag, .prd-tag a, .prd-tag a:hover, .prd-tag a:focus {
    color: #868686; }

.prd-rating {
  margin-top: 7px;
  min-height: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center; }

@media (min-width: 992px) {
  .prd-grid:not(.listing-view) .prd .prd-hover {
    position: absolute;
    width: 100%;
    opacity: 0; } }

.prd-options {
  display: -ms-flexbox;
  display: flex; }

.prd-options .label-options {
  font-size: 12px;
  line-height: 1.75em;
  text-transform: uppercase;
  color: #868686; }
  .prd-options .label-options + .list-options {
    margin-left: 10px; }

.prd-action {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  margin-top: 14px; }
  .prd-action a:not(.btn):not([role="option"]) {
    padding: 4px;
    font-size: 17px;
    line-height: 28px;
    color: #27c7d8;
    text-decoration: none;
    cursor: pointer; }
    .prd-action a:not(.btn):not([role="option"]):hover {
      color: #000; }
  .prd-action .select-wrapper select {
    height: 37px;
    font-size: 11px;
    line-height: 22px;
    padding: 7px 26px 7px 9px;
    border-right: 0;
    text-transform: uppercase; }
  .prd-action .select-wrapper:before {
    width: 26px; }
  @media (min-width: 992px) {
    .prd-action .select-wrapper + .btn, .prd-action .select-wrapper ~ .btn {
      min-width: 40px;
      -ms-flex: 0 0 40px;
      flex: 0 0 40px;
      max-width: 40px;
      padding-left: 10px;
      padding-right: 10px; }
      .prd-action .select-wrapper + .btn [class*="icon-"], .prd-action .select-wrapper ~ .btn [class*="icon-"] {
        display: block !important;
        padding: 0 !important; } }

.prd-grid:not(.listing-view) form, .prd-promo form, .single-prd-carousel form {
  -ms-flex: 1;
      flex: 1; }
  .prd-grid:not(.listing-view) form .btn, .prd-promo form .btn, .single-prd-carousel form .btn {
    width: 100%;
    height: 36px;
    -ms-flex: 1;
        flex: 1; }

@media (min-width: 992px) {
  .prd-grid:not(.listing-view) .btn, .prd-promo .btn {
    padding-left: 10px;
    padding-right: 10px; } }

.prd-grid .form-group, .prd-promo .form-group, .single-prd-carousel .form-group {
  margin-bottom: 0;
  width: 100%; }
  .prd-grid .form-group .form-control, .prd-promo .form-group .form-control, .single-prd-carousel .form-group .form-control {
    height: 36px; }

.prd-grid .btn:first-child, .prd-grid form:not(:only-child), .prd-promo .btn:first-child, .prd-promo form:not(:only-child), .single-prd-carousel .btn:first-child, .single-prd-carousel form:not(:only-child) {
  margin-right: 10px;
  -ms-flex: 1;
      flex: 1; }

.prd-grid form, .prd-promo form, .single-prd-carousel form {
  display: -ms-flexbox;
  display: flex; }

.prd-options {
  margin-top: 15px; }

@media (min-width: 992px) {
  .prd.hovered {
    z-index: 3; }
  .prd-grid:not(.listing-view) .prd:not([class*='-simple']).hovered .prd-inside {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: block;
    width: 100%;
    z-index: 140; }
  .prd-grid .prd:not([class*='-simple']).hovered .prd-inside .prd-img-area .label-wishlist {
    opacity: 1; }
  .prd-grid .prd:not([class*='-simple']).hovered .prd-inside .prd-img img:not(:only-child) {
    opacity: 0; }
  .prd-grid .prd:not([class*='-simple']).hovered .prd-inside .prd-img img + img {
    opacity: 1 !important; }
  .prd-grid .prd:not([class*='-simple']).hovered .prd-inside .prd-action {
    display: -ms-flexbox;
    display: flex; }
  .prd-grid .prd:not([class*='-simple']).hovered .prd-inside .prd-options {
    display: -ms-flexbox;
    display: flex; }
  .prd-grid .prd:not([class*='-simple']).hovered .prd-inside .prd-hover {
    opacity: 1;
    visibility: visible;
    position: relative; } }

/* product mobile */
@media (max-width: 991px) {
  .prd {
    margin-left: 5px;
    margin-right: 5px; }
    .prd .prd-hidemobile {
      display: none; }
  .prd-grid:not(.listing-view) form .btn, .prd-promo form .btn, .single-prd-carousel form .btn, .product-slider .prd-action form .btn {
    height: 42px;
    line-height: 18px; }
    .prd-grid:not(.listing-view) form .btn [class*="icon-"], .prd-promo form .btn [class*="icon-"], .single-prd-carousel form .btn [class*="icon-"], .product-slider .prd-action form .btn [class*="icon-"] {
      display: none; }
  .prd-title {
    margin-top: 5px; }
  .prd .prd-action .btn, .prd-hor .prd-action .btn, .product-slider .prd-action .btn {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 0; }
  .prd .prd-action .btn.dropdown-toggle, .prd-hor .prd-action .btn.dropdown-toggle, .product-slider .prd-action .btn.dropdown-toggle {
    border-right-width: 0; }
  .prd .prd-action .form-group, .prd .prd-action form, .prd-hor .prd-action .form-group, .prd-hor .prd-action form, .product-slider .prd-action .form-group, .product-slider .prd-action form {
    width: 100%; }
  .prd .prd-action .select-wrapper, .prd-hor .prd-action .select-wrapper, .product-slider .prd-action .select-wrapper {
    display: none; }
  .prd-grid:not(.listing-view) .prd:not(.prd-horizontal-simple) {
    height: auto !important; }
    .prd-grid:not(.listing-view) .prd:not(.prd-horizontal-simple) .prd-inside {
      padding: 0;
      margin-top: 0; }
    .prd-grid:not(.listing-view) .prd:not(.prd-horizontal-simple) .prd-img-area .label-wishlist {
      opacity: 1; }
    .prd-grid:not(.listing-view) .prd:not(.prd-horizontal-simple) .prd-action {
      margin-top: 17px; }
    .prd-grid:not(.listing-view) .prd:not(.prd-horizontal-simple) .prd-info {
      display: -ms-flexbox;
      display: flex;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center; }
    .prd-grid:not(.listing-view) .prd:not(.prd-horizontal-simple) .prd-price {
      -ms-flex-order: -1;
      order: -1;
      margin-top: 5px; }
  .prd-grid--sm-pad .prd .prd-inside {
    padding-left: 0;
    padding-right: 0; } }

/* product horizontal */
.prd-hor .prd-inside {
  border-width: 1px;
  border-style: solid;
  border-color: #e2e2e2; }

.prd-promo {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 479px) {
    .prd-promo {
      max-width: 360px; } }

.prd-promo-carousel.slick-slider:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #e2e2e2;
  pointer-events: none; }

@media screen and (min-width: 768px) {
  .prd-promo-carousel.slick-slider .prd-hor .prd-inside {
    border: 0; } }

@media screen and (max-width: 479px) {
  .promo-carousel {
    margin-left: -5px;
    margin-right: -5px; }
  .promo-carousel .bnr-wrap {
    margin: 0 5px; } }

@media screen and (max-width: 479px) {
  .promo-carousel {
    margin-left: -5px;
    margin-right: -5px; }
  .promo-carousel .bnr-wrap {
    margin: 0 5px; } }

.prd-hor:focus {
  outline: none; }

.prd-hor .prd-inside {
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  background-color: #fff; }

.prd-hor .prd-img-area {
  width: calc(50.5% - 15px);
  margin-right: 15px;
  float: left;
  overflow: hidden; }

.prd-hor .prd-info {
  display: -ms-flexbox;
  display: flex;
  width: 49.5%;
  float: left;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 25px 28px 25px 5px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .prd-hor .prd-info {
      padding: 20px 28px 20px 5px; } }
  @media (max-width: 479px) {
    .prd-hor .prd-info {
      padding: 15px 10px 15px 0; } }

.prd-hor .prd-info > .inside:not(:only-child) {
  margin-top: 28px; }
  @media (max-width: 1199px) {
    .prd-hor .prd-info > .inside:not(:only-child) {
      margin-top: 20px; } }
  @media (max-width: 767px) {
    .prd-hor .prd-info > .inside:not(:only-child) {
      margin-top: 0; } }

.prd-hor .prd-info > .inside > *:first-child {
  margin-top: 0; }

.prd-hor .prd-action {
  -ms-flex-pack: start;
      justify-content: flex-start; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .prd-hor .prd-action {
      margin-top: 16px; } }
  @media (max-width: 991px) {
    .prd-hor .prd-action {
      margin-top: 16px; } }

.prd-hor .sidebar-block_title {
  font-size: 24px;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: auto;
  cursor: auto; }
  @media (min-width: 768px) {
    .prd-hor .sidebar-block_title {
      margin-bottom: 0 !important; } }
  @media (max-width: 1199px) {
    .prd-hor .sidebar-block_title {
      font-size: 20px;
      padding: 10px 0; } }
  @media (max-width: 767px) {
    .prd-hor .sidebar-block_title {
      font-size: 18px;
      line-height: 1.6em;
      padding: 0;
      margin-top: 15px;
      margin-bottom: 15px; } }

.prd-hor .prd-tag {
  margin-top: 26px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .prd-hor .prd-tag {
      margin-top: 16px; } }
  @media (max-width: 991px) {
    .prd-hor .prd-tag {
      margin-top: 16px; } }

.prd-hor.vert-dots .slick-dots {
  right: 20px; }

.prd-hor > .sidebar-block_title {
  display: none; }

@media (max-width: 767px) {
  .prd-hor > .sidebar-block_title {
    display: block; }
  .prd-hor .prd-info .sidebar-block_title {
    display: none; }
  .prd-hor.prd-has-countdown .prd-img-area .color-swatch {
    bottom: 5px !important; }
  .prd-hor .countdown-box {
    display: none; }
  .prd-hor .prd-inside {
    border-width: 1px;
    border-style: solid;
    border-color: #e2e2e2; }
  .prd-hor .prd-price .price-comment {
    display: none; }
  .prd-promo-carousel.slick-slider:after {
    display: none; } }

@media (min-width: 992px) {
  .aside .prd-hor .prd-inside {
    display: block; }
  .aside .prd-hor .prd-img-area {
    width: calc(51% - 15px); }
  .aside .prd-hor .prd-info {
    width: 49%;
    padding: 5px 28px 5px 5px; }
  .aside .prd-hor .prd-info > .inside:not(:only-child) {
    margin-top: 0; }
  .aside .prd-hor .sidebar-block_title {
    padding: 10px 0;
    font-size: 18px; }
  .aside .prd-hor .price-comment {
    display: none; }
  .aside .prd-hor.vert-dots .slick-dots {
    right: 20px; }
  .aside .prd-hor .prd-action {
    margin-top: 15px; }
  .prd-hor:hover .prd-inside .prd-img-area .label-wishlist {
    opacity: 1; } }

.prd-rating [class*='icon'] {
  font-size: 17px;
  line-height: 1em;
  color: #868686; }
  .prd-rating [class*='icon'].fill {
    color: #ffc427; }

@media (max-width: 479px) {
  .prd-promo.vert-dots .slick-dots {
    position: relative;
    top: auto;
    bottom: -15px;
    margin-bottom: 20px;
    left: auto;
    right: auto;
    width: 100%;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center; }
    .prd-promo.vert-dots .slick-dots li {
      margin: 0 8px; } }

/* product list view */
.prd-grid.listing-view {
  margin: 0; }

.prd-grid.listing-view .prd {
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important;
  margin: 40px 0 0 2px; }
  @media (max-width: 991px) {
    .prd-grid.listing-view .prd .prd-title {
      margin-top: 0; } }
  .prd-grid.listing-view .prd .prd-inside {
    padding: 0;
    overflow: hidden; }
  .prd-grid.listing-view .prd .prd-tag {
    margin-top: 0; }
  .prd-grid.listing-view .prd .prd-description {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.333em; }
  .prd-grid.listing-view .prd .prd-description + * {
    margin-top: 20px; }
  .prd-grid.listing-view .prd .prd-img-area {
    width: calc(31.8% - 15px);
    margin-right: 15px;
    float: left; }
  .prd-grid.listing-view .prd .prd-info {
    width: 65%;
    float: left;
    padding: 10px 28px 10px 5px; }

/* product carousel tabs */
.prd-carousel-tabs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .prd-carousel-tabs {
      margin-bottom: 20px;
      -ms-flex-pack: center;
      -moz-justify-content: center;
      justify-content: center; } }
  @media (max-width: 479px) {
    .prd-carousel-tabs {
      margin-bottom: 10px; } }
  .prd-carousel-tabs > span {
    font-size: 14px;
    line-height: 36px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    margin: 0 10px;
    cursor: pointer;
    color: #000;
    white-space: nowrap;
    transition: color 0.2s; }
    .prd-carousel-tabs > span:hover, .prd-carousel-tabs > span:focus, .prd-carousel-tabs > span.active {
      color: #27c7d8; }
    .prd-carousel-tabs > span:last-child {
      margin-right: 0; }

.text-center > .prd-carousel-tabs {
  -ms-flex-pack: center;
      justify-content: center; }

.title-with-right .prd-carousel-tabs {
  margin-top: 0 !important; }
  @media (min-width: 768px) {
    .title-with-right .prd-carousel-tabs {
      margin-left: auto; } }

.prd-carousel-vert {
  margin-bottom: -19px; }
  .prd-carousel-vert.prd-carousel-vert-striped .prd-vertical-sm {
    margin-bottom: 0;
    padding: 24px; }
    .prd-carousel-vert.prd-carousel-vert-striped .prd-vertical-sm:not(:last-child) {
      border-bottom-width: 1px;
      border-bottom-style: solid;
      border-color: #f7f7f7; }

.mmenu-left .prd-carousel-vert.prd-carousel-vert-striped .prd-vertical-sm {
  border-right-width: 1px;
  border-right-style: solid;
  border-color: #f7f7f7; }

.mmenu-right .prd-carousel-vert.prd-carousel-vert-striped .prd-vertical-sm {
  border-left-width: 1px;
  border-left-style: solid;
  border-color: #f7f7f7; }

.js-prd-carousel-vert:not(.slick-initialized) {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease 0.5s;
  min-height: 450px; }

.js-prd-carousel-vert.slick-initialized {
  visibility: visible !important;
  opacity: 1; }

.prd-vertical-sm.slick-slider .prd-img {
  height: 121px; }

.mmenu .prd-vertical-sm .prd-img {
  height: auto; }

.prd-vertical-sm {
  position: relative;
  overflow: hidden;
  margin-bottom: 19px; }
  .prd-vertical-sm .prd-img {
    width: 93px;
    height: 121px;
    float: left; }
    .prd-vertical-sm .prd-img img {
      max-width: 100%;
      max-height: 100%; }
  .prd-vertical-sm .prd-tag {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2em;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .prd-vertical-sm .prd-tag, .prd-vertical-sm .prd-tag a, .prd-vertical-sm .prd-tag a:hover, .prd-vertical-sm .prd-tag a:focus {
      color: #868686; }
  .prd-vertical-sm .prd-info .prd-tag + * {
    margin-top: 11px; }
  .prd-vertical-sm .prd-info {
    float: right;
    width: calc(100% - 106px);
    margin-top: 0;
    padding: 0; }
    .prd-vertical-sm .prd-info > * {
      margin-top: 7px; }
    .prd-vertical-sm .prd-info > *:first-child {
      margin-top: 0; }
  .prd-vertical-sm .prd-rating [class*='icon'] {
    font-size: 17px;
    line-height: 1em;
    color: #868686; }
    .prd-vertical-sm .prd-rating [class*='icon'].fill {
      color: #ffc427; }
  .prd-vertical-sm .prd-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
    font-size: 14px; }
  .prd-vertical-sm .prd-price {
    margin-top: 11px;
    font-size: 14px;
    line-height: 1em; }
  .prd-vertical-sm .price-comment {
    display: none; }
  .prd-vertical-sm [class*='label-'] {
    top: 0;
    left: 0; }
    .prd-vertical-sm [class*='label-'] + [class*='label-'] {
      top: 35px; }
      .prd-vertical-sm [class*='label-'] + [class*='label-'] + [class*='label-'] {
        top: 61px; }

@media (min-width: 768px) and (max-width: 991px) {
  .aside .prd-vertical-sm .prd-img {
    width: 53px;
    height: 115px; }
  .aside .prd-vertical-sm .prd-info {
    width: calc(100% - 63px); } }

.single-prd-carousel {
  border-width: 1px;
  border-style: solid;
  border-color: #e2e2e2;
  overflow: hidden; }
  @media (max-width: 767px) {
    .single-prd-carousel {
      max-width: 360px;
      margin-left: auto;
      margin-right: auto; } }
  .single-prd-carousel .slick-list.slick-list--offset {
    margin: 0;
    padding: 0; }
  .single-prd-carousel .prd {
    margin: 0; }
    .single-prd-carousel .prd .prd-inside {
      padding: 0;
      margin: 0 auto; }
    .single-prd-carousel .prd .prd-info {
      padding: 0 20px 20px; }
      @media (max-width: 991px) {
        .single-prd-carousel .prd .prd-info {
          padding: 0 15px 20px; } }
      @media (max-width: 767px) {
        .single-prd-carousel .prd .prd-info {
          padding: 0 10px 20px; } }
  .single-prd-carousel .slick-dots {
    position: relative;
    bottom: 10px; }
    .single-prd-carousel .slick-dots li {
      margin-left: 5px;
      margin-right: 5px; }
  @media (max-width: 767px) {
    .single-prd-carousel {
      border: 0;
      margin-bottom: 50px;
      overflow: visible; }
      .single-prd-carousel.prd-text-center .prd-rating, .single-prd-carousel.prd-text-center .prd-price, .single-prd-carousel.prd-text-center .prd-options, .single-prd-carousel.prd-text-center .prd-action, .single-prd-carousel.prd-text-center .prd-img-area .color-swatch {
        -ms-flex-pack: start;
        -moz-justify-content: flex-start;
        justify-content: flex-start; }
      .single-prd-carousel .prd:focus {
        outline: none; }
      .single-prd-carousel .prd .prd-inside {
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        border-width: 1px;
        border-style: solid;
        border-color: #e2e2e2; }
      .single-prd-carousel .prd .prd-img-area {
        width: calc(50.5% - 15px);
        margin-right: 15px;
        float: left;
        overflow: hidden; }
      .single-prd-carousel .prd .prd-info {
        display: -ms-flexbox;
        display: flex;
        width: 49.5%;
        float: left;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: center;
            justify-content: center;
        padding: 15px 10px 15px 0;
        text-align: inherit; }
      .single-prd-carousel .prd .prd-info > .inside:not(:only-child) {
        margin-top: 0; }
      .single-prd-carousel .prd .prd-info > .inside > *:first-child {
        margin-top: 0; }
      .single-prd-carousel .prd .prd-action {
        -ms-flex-pack: start;
            justify-content: flex-start;
        margin-top: 16px; }
      .single-prd-carousel .prd .prd-tag {
        margin-top: 26px;
        margin-top: 16px; }
      .single-prd-carousel .slick-dots {
        bottom: -10px; }
        .single-prd-carousel .slick-dots li {
          margin: 0 8px; } }

.single-prd-carousel:not(.slick-initialized) .prd:not(:first-child) {
  display: none; }

.filters-prd .active a {
  color: #27c7d8; }

.filters-prd {
  position: relative;
  z-index: 3; }
  .filters-prd h2,
  .filters-prd h2.h1-style {
    margin-bottom: 20px; }
  .filters-prd > * {
    display: inline-block; }
    .filters-prd > *:not(:first-child) {
      margin-left: 20px; }

.prd-border-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden; }

.prd-simple {
  position: relative;
  -ms-flex: 0 1 50%;
      flex: 0 1 50%;
  padding: 50px 67px; }
  @media (max-width: 1199px) {
    .prd-simple {
      padding: 30px 45px; } }
  @media (max-width: 991px) {
    .prd-simple {
      padding: 30px 35px; } }
  @media (max-width: 479px) {
    .prd-simple {
      padding: 20px 25px; } }
  .prd-simple:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
    width: 100%;
    background-color: #e0e0e1; }
  .prd-simple:nth-child(odd):after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #e0e0e1; }
  .prd-simple .prd-info {
    text-align: center; }
  .prd-simple .prd-title {
    margin-top: 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: 0.2s;
    color: #2d2d2d;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0; }
    .prd-simple .prd-title a:hover {
      text-decoration: none;
      color: #27c7d8; }
  .prd-simple .prd-price {
    -ms-flex-pack: center;
        justify-content: center;
    margin-top: 5px; }
  .prd-simple .prd-img-area {
    transition: box-shadow 0.2s ease; }
  .prd-simple .prd-img-area:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.5s ease; }

.aside .prd-simple {
  padding: 20px 25px; }

.hide-price-comment .price-comment {
  display: none; }

.prd-horizontal-simple {
  margin: 0 5px 0; }
  .prd-horizontal-simple .prd-inside {
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    padding: 0; }
    .prd-horizontal-simple .prd-inside:hover {
      background-color: #fff;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
      transition: box-shadow 0.3s ease; }
  .prd-horizontal-simple .prd-img-area {
    -ms-flex: 0 0 45%;
        flex: 0 0 45%; }
  .prd-horizontal-simple .prd-info {
    -ms-flex: 1;
        flex: 1;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    padding: 0 12px; }
    .prd-horizontal-simple .prd-info > *:first-child {
      margin-top: 0; }
  .prd-horizontal-simple .prd-action {
    position: absolute;
    bottom: 7px;
    right: 9px; }

@media (min-width: 768px) {
  .prd-horizontal-simple .prd-action {
    display: block !important;
    opacity: 1 !important; } }

.prd-grid:not(.prd-carousel) .prd.prd-horizontal-simple {
  margin-top: 20px; }

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

.prd-text-center .prd-rating, .prd-text-center .prd-price, .prd-text-center .prd-options, .prd-text-center .prd-action {
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center; }

.prd-text-center .prd-img-area .color-swatch {
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center; }

.prd-carousel img {
  -webkit-transform: translateZ(0) scale(1, 1); }

.prd-carousel * {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.prd-vertical-simple {
  margin-bottom: 5px; }
  .prd-vertical-simple .price-comment {
    display: none; }
  .prd-vertical-simple .prd-title > a {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block; }

.prd-vertical-sm .prd-img img, .prd-vertical-simple .prd-img img {
  transition: 0.2s; }

.prd-vertical-sm .prd-img:hover img, .prd-vertical-simple .prd-img:hover img {
  opacity: .85; }

.color-swatch-wrap {
  position: absolute;
  z-index: 2;
  bottom: 5px;
  left: 5px;
  right: 5px;
  opacity: 0; }
  .color-swatch-wrap .color-swatch {
    display: -ms-flexbox;
    display: flex;
    position: static !important;
    overflow: visible; }
  .color-swatch-wrap .color-swatch-scroll {
    width: 100%;
    overflow: hidden; }
  .color-swatch-wrap .color-swatch-prev, .color-swatch-wrap .color-swatch-next {
    top: 2px;
    width: 22px;
    height: 38px;
    position: absolute;
    font-size: 11px;
    line-height: 38px;
    color: #000;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.75);
    cursor: pointer;
    pointer-events: all;
    transition: 0.2s; }
    .color-swatch-wrap .color-swatch-prev:hover, .color-swatch-wrap .color-swatch-next:hover {
      background-color: #fff; }
  .color-swatch-wrap .color-swatch-arrows {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    pointer-events: none; }
  .color-swatch-wrap .color-swatch-prev {
    left: -5px; }
  .color-swatch-wrap .color-swatch-next {
    right: -5px; }

.prd-block_main-image-holder .prd-has-loader, .prd-block_gallery-single .prd-has-loader {
  position: relative;
  display: table;
  margin: 0 auto; }
  .prd-block_main-image-holder .prd-has-loader .gdw-loader, .prd-block_gallery-single .prd-has-loader .gdw-loader {
    transition: opacity 0.2s; }

.prd-block_gallery-single .prd-has-loader {
  width: 100%; }

.prd-block .prd-has-loader:not(.loaded) {
  height: 0;
  padding-top: 118%; }
  .prd-block .prd-has-loader:not(.loaded) img {
    position: absolute;
    top: 0;
    opacity: 0; }

.prd-block .prd-has-loader:not.loaded {
  height: auto;
  padding-top: 0; }

.prd-block .prd-has-loader.loaded .gdw-loader {
  display: none;
  opacity: 0; }

.prd.prd-has-loader:not(.loaded):not(.slick-cloned) .prd-img-area img, .prd-hor.prd-has-loader:not(.loaded):not(.slick-cloned) .prd-img-area img {
  position: absolute;
  top: 0;
  opacity: 0; }

.prd.prd-has-loader:not(.loaded):not(.slick-cloned) .gdw-loader, .prd-hor.prd-has-loader:not(.loaded):not(.slick-cloned) .gdw-loader {
  opacity: 1; }

.prd.prd-has-loader.loaded .gdw-loader, .prd.slick-cloned .gdw-loader, .prd-hor.prd-has-loader.loaded .gdw-loader, .prd-hor.slick-cloned .gdw-loader {
  opacity: 0; }

.prd.prd-loading .gdw-loader, .prd-hor.prd-loading .gdw-loader {
  opacity: 1 !important;
  display: block !important; }

.prd.prd-has-loader:not(.loaded):not(.slick-cloned) .prd-img-area {
  height: 0;
  padding-top: 118%; }

.prd-block_gallery-grid .prd-has-loader:not(.loaded) {
  min-height: 350px;
  padding-top: 0; }

.prd-promo:not(.slick-initialized) {
  height: 315px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }

.prd-hor.prd-has-loader:not(.loaded):not(.slick-cloned) .prd-img-area {
  height: 0;
  padding-top: 59%; }

.prd-horizontal-simple.prd-has-loader:not(.loaded):not(.slick-cloned) .prd-img-area {
  height: 0;
  padding-top: 53.00988%; }

.prd-action .dropdown-menu {
  bottom: calc(100% - 1px) !important;
  top: auto !important; }

.equal-height .prd:not(.prd-horizontal-simple) .prd-img-area {
  height: 0;
  padding-top: 118%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center; }

.equal-height .prd:not(.prd-horizontal-simple) .prd-img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0; }

.equal-height .prd:not(.prd-horizontal-simple) .prd-img-area .prd-img img {
  width: auto;
  height: auto;
  top: 0;
  max-width: 100%;
  max-height: 100%; }

.equal-height .prd-hor .prd-img-wrap {
  height: 0;
  padding-top: 118%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center; }

.equal-height .prd-hor .prd-img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0; }

.equal-height .prd-hor .prd-img-area .prd-img img {
  width: auto;
  height: auto;
  top: 0;
  max-width: 100%;
  max-height: 100%; }

.equal-height .color-swatch li > * {
  position: relative;
  height: 0;
  padding-top: 118%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center; }

.equal-height .color-swatch li > * img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

@media (max-width: 991px) {
  .prd.prd-style2 .prd-info {
    transform: translateY(0) !important; }
  .prd.prd-style2 .color-swatch,
  .prd.prd-style2 .countdown-box {
    transform: translateY(0) !important; } }

@media (min-width: 992px) {
  .prd.prd-style2:not(.hovered) .prd-info {
    transform: translateY(0) !important; }
  .prd.prd-style2:not(.hovered) .color-swatch,
  .prd.prd-style2:not(.hovered) .countdown-box {
    transform: translateY(0) !important; }
  .prd.prd-style2 .prd-inside {
    overflow: hidden; }
  .prd.prd-style2 .prd-inside:hover {
    box-shadow: none !important;
    background-color: transparent !important; }
  .prd.prd-style2 .prd-info {
    padding-top: 18px;
    background-color: #fff; }
  .prd.prd-style2 .prd-tag:first-child {
    margin-top: 0; }
  .prd.prd-style2.hovered .prd-inside {
    box-shadow: none; }
  .prd.prd-style2.hovered .prd-info {
    position: relative; }
  .prd-grid:not(.listing-view) .prd.prd-style2 .prd-hover {
    position: absolute !important;
    transition: opacity 0.15s ease 0.05s; } }

/* product page */
.prd-block:not(.prd-block--prv-left):not(.prd-block--prv-right) > *:first-child {
  overflow: hidden; }

.prd-block.row {
  margin-top: 0 !important;
  position: relative; }

.prd-block.prd-block--creative {
  z-index: 159; }
  .prd-block.prd-block--creative .fixed-col {
    margin-top: 0; }

.prd-block_main-image-holder {
  position: relative; }
  .prd-block_main-image-holder .zoomContainer {
    left: 50% !important;
    top: 0 !important;
    transform: translateX(-50%); }

.prd-block_main-image-video {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 155; }
  .prd-block_main-image-video .gdw-loader {
    opacity: 0;
    z-index: 1 !important; }
  .prd-block_main-image-video video {
    background-color: #fff;
    height: 100%;
    max-height: 100%;
    opacity: 0;
    position: relative;
    width: 100%;
    z-index: 2; }
  .prd-block_main-image-video.showed-video {
    pointer-events: auto;
    position: absolute; }
    .prd-block_main-image-video.showed-video .gdw-loader {
      opacity: 1; }
    .prd-block_main-image-video.showed-video video {
      opacity: 1; }

.prd-block_main-image {
  position: relative; }
  .prd-block_main-image img {
    left: 0;
    max-width: 100%;
    width: 100%; }

@media screen and (min-width: 992px) {
  .fixed-col:first-child {
    margin-top: 0; }
  body.has-sticky:not(.touch) .fixed-col.is-fixed:first-child .fixed-scroll {
    padding-top: 87px; } }

.prd-block_main-image .unvisible {
  opacity: 0;
  pointer-events: none;
  z-index: -1; }

.prd-block_main-image-links {
  bottom: 0;
  padding: 0 11px 11px 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 151; }
  .prd-block_main-image-links > a[class*='-link'] {
    background-color: rgba(255, 255, 255, 0.7);
    color: #000;
    display: inline-block;
    height: 37px;
    line-height: 37px;
    pointer-events: auto;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    width: 37px; }
  .prd-block_main-image-links > a[class*='-link'] + a {
    margin-left: 3px; }
    .prd-block_main-image-links > a[class*='-link'] + a:before {
      content: '';
      height: 100%;
      left: -7px;
      position: absolute;
      width: 7px; }

.prd-block_main-image-next, .prd-block_main-image-prev {
  display: none !important; }

.main-image--slide .prd-block_main-image-next.slick-next, .main-image--slide .prd-block_main-image-prev.slick-prev {
  transition: 0.2s;
  background: rgba(232, 232, 232, 0.3);
  display: block !important;
  height: 50px;
  left: 0;
  margin-top: 0;
  opacity: 0;
  position: absolute;
  right: auto;
  text-align: center;
  top: 50%;
  width: 50px;
  z-index: 0; }
  .main-image--slide .prd-block_main-image-next.slick-next:hover:not(.slick-disabled), .main-image--slide .prd-block_main-image-prev.slick-prev:hover:not(.slick-disabled) {
    background: #e8e8e8; }
  .main-image--slide .prd-block_main-image-next.slick-next.slick-disabled, .main-image--slide .prd-block_main-image-prev.slick-prev.slick-disabled {
    pointer-events: all; }

.main-image--slide .prd-block_main-image-prev.slick-prev:not(.slick-disabled):hover:before, .main-image--slide .prd-block_main-image-next.slick-next:not(.slick-disabled):hover:before {
  color: #000; }

.main-image--slide .prd-block_main-image-next.slick-next {
  left: auto;
  right: 0; }

.main-image--slide .prd-block_main-image-prev.slick-prev:before {
  left: -1px; }

.main-image--slide .prd-block_main-image-next.slick-next:before {
  right: -1px; }

.main-image--slide .prd-block_main-image-prev.slick-prev:before, .main-image--slide .prd-block_main-image-next.slick-next:before {
  font-size: 32px;
  /*line-height: 47px;*/
   line-height: 28px;
  position: relative; }

body:not(.touch) .main-image--slide:hover .prd-block_main-image-next.slick-next, body:not(.touch) .main-image--slide:hover .prd-block_main-image-prev.slick-prev {
  z-index: 155; }

body:not(.touch) .main-image--slide:hover .prd-block_main-image-next.slick-disabled, body:not(.touch) .main-image--slide:hover .prd-block_main-image-prev.slick-disabled {
  opacity: .3 !important; }

body:not(.touch) .main-image--slide:hover .prd-block_main-image-next.slick-next:not(.slick-disabled), body:not(.touch) .main-image--slide:hover .prd-block_main-image-prev.slick-prev:not(.slick-disabled) {
  opacity: 1 !important; }

body.touch .main-image--slide .prd-block_main-image-next.slick-next, body.touch .main-image--slide .prd-block_main-image-prev.slick-prev {
  z-index: 155;
  background: rgba(232, 232, 232, 0.7); }

body.touch .main-image--slide .prd-block_main-image-next.slick-disabled, body.touch .main-image--slide .prd-block_main-image-prev.slick-disabled {
  opacity: .3; }

body.touch .main-image--slide .prd-block_main-image-next.slick-next:not(.slick-disabled), body.touch .main-image--slide .prd-block_main-image-prev.slick-prev:not(.slick-disabled) {
  opacity: 1; }
  body.touch .main-image--slide .prd-block_main-image-next.slick-next:not(.slick-disabled):hover:not(.slick-disabled), body.touch .main-image--slide .prd-block_main-image-prev.slick-prev:not(.slick-disabled):hover:not(.slick-disabled) {
    background: rgba(232, 232, 232, 0.7); }

.zoomWindow {
  z-index: 149 !important;
  background-color: #fff; }

.product-previews-wrapper {
  position: relative; }
  @media screen and (max-width: 767px) {
    .product-previews-wrapper {
      display: none; } }

.product-previews-carousel:not(.slick-initialized) {
  transition: opacity 0.2s;
  max-height: 90px;
  opacity: 0;
  visibility: hidden; }

.product-previews-carousel [data-video] {
  position: relative; }
  .product-previews-carousel [data-video]:before {
    color: #ffffff;
    content: '\e920';
    font-family: 'icomoon';
    font-size: 40px;
    left: 50%;
    line-height: 1em;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1; }
  .product-previews-carousel [data-video].paused:before {
    content: '\e92f';
    font-size: 20px; }

@media screen and (min-width: 480px) {
  .product-previews-carousel {
    margin: 10px -5px 0; }
    .product-previews-carousel.slick-initialized:not(.slick-vertical) button + .slick-list {
      margin: 0 16px; }
    .product-previews-carousel img {
      transition: all 0.4s ease;
      padding: 0 5px;
      width: 100%; }
    .product-previews-carousel .slick-slide, .product-previews-carousel .slick-slide:hover {
      text-decoration: none; }
    .product-previews-carousel .slick-prev, .product-previews-carousel .slick-next {
      height: 27px;
      -webkit-backface-visibility: hidden;
      width: 27px; }
    .product-previews-carousel .slick-active.active {
      position: relative; } }

@media screen and (max-width: 479px) {
  .product-previews-carousel {
    margin: 0; }
  .product-previews-carousel.slick-initialized:not(.slick-vertical) button + .slick-list {
    margin: 0; }
  .product-previews-carousel img {
    padding: 0;
    width: 100%; }
  .product-previews-carousel .slick-next, .product-previews-carousel .slick-prev {
    transition: 0.2s;
    background: rgba(232, 232, 232, 0.3);
    display: block !important;
    height: 50px;
    left: 0;
    margin-top: 0;
    position: absolute;
    right: auto;
    text-align: center;
    top: 50%;
    width: 50px;
    z-index: 0;
    -webkit-backface-visibility: hidden; }
    .product-previews-carousel .slick-next:hover, .product-previews-carousel .slick-prev:hover {
      background: #e8e8e8; }
  .product-previews-carousel .slick-prev:not(.slick-disabled):hover:before, .product-previews-carousel .slick-next:not(.slick-disabled):hover:before {
    color: #000; }
  .product-previews-carousel .slick-next {
    left: auto;
    right: 0; }
  .product-previews-carousel .slick-prev:before {
    left: -1px; }
  .product-previews-carousel .slick-next:before {
    right: -1px; }
  .product-previews-carousel .slick-prev:before, .product-previews-carousel .slick-next:before {
    font-size: 32px;
    line-height: 47px;
    position: relative; }
  .product-previews-carousel .slick-disabled {
    opacity: 0 !important;
    pointer-events: none; } }

@media screen and (min-width: 992px) {
  .prd-block--prv-left .product-previews-carousel, .prd-block--prv-right .product-previews-carousel {
    margin: 14px -5px 0; }
  .prd-block--prv-left .product-previews-carousel, .prd-block--prv-right .product-previews-carousel {
    width: 92px; }
  .prd-block--prv-left .slick-slide, .prd-block--prv-right .slick-slide {
    margin-bottom: 10px; }
  .prd-block--prv-left .slick-slider.slick-vertical .slick-prev, .prd-block--prv-left .slick-slider.slick-vertical .slick-next, .prd-block--prv-right .slick-slider.slick-vertical .slick-prev, .prd-block--prv-right .slick-slider.slick-vertical .slick-next {
    background: #fff;
    height: 14px;
    left: 0;
    text-align: center;
    top: auto;
    width: 100%;
    z-index: 1; }
    .prd-block--prv-left .slick-slider.slick-vertical .slick-prev:before, .prd-block--prv-left .slick-slider.slick-vertical .slick-next:before, .prd-block--prv-right .slick-slider.slick-vertical .slick-prev:before, .prd-block--prv-right .slick-slider.slick-vertical .slick-next:before {
      font-size: 14px; }
  .prd-block--prv-left .slick-slider.slick-vertical .slick-prev, .prd-block--prv-right .slick-slider.slick-vertical .slick-prev {
    bottom: -15px; }
    .prd-block--prv-left .slick-slider.slick-vertical .slick-prev:before, .prd-block--prv-right .slick-slider.slick-vertical .slick-prev:before {
      content: '\f104';
      position: relative;
      top: 3px; }
  .prd-block--prv-left .slick-slider.slick-vertical .slick-next, .prd-block--prv-right .slick-slider.slick-vertical .slick-next {
    top: -6px; }
    .prd-block--prv-left .slick-slider.slick-vertical .slick-next:before, .prd-block--prv-right .slick-slider.slick-vertical .slick-next:before {
      content: '\f105';
      position: relative;
      top: -3px; } }

.product-previews-carousel.slick-initialized a {
  transition: all 0.3s ease;
  opacity: .5; }
  .product-previews-carousel.slick-initialized a.slick-active.active, .product-previews-carousel.slick-initialized a:hover {
    opacity: 1; }

@media screen and (min-width: 992px) {
  .prd-block:not(.prd-block--prv-left):not(.prd-block--prv-right) .prd-block_prv-carousel:not(.slick-initialized) a {
    display: block;
    float: left;
    width: 25%; } }

@media screen and (max-width: 767px) {
  .prd-block.prd-block--mobile-image-first .prd-block_main-image {
    margin-bottom: 22px; }
  .prd-block:not(.prd-block--mobile-image-first) .prd-block_main-image {
    margin-top: 10px; } }

@media screen and (max-width: 767px) {
  .prd-block:not(.prd-block--mobile-image-first) .js-prd-d-holder {
    display: none; }
  .prd-block.prd-block--mobile-image-first .js-prd-m-holder {
    display: none; } }

@media screen and (min-width: 768px) {
  .js-prd-m-holder {
    display: none; } }

.prd-holder > *, .prd-block_info > * {
  margin-top: 22px; }

.prd-holder .topline:not(:first-child):not(.product-no-options), .prd-block_info .topline:not(:first-child):not(.product-no-options) {
  border-color: #f7f7f7;
  border-top-style: solid;
  border-top-width: 1px;
  margin-top: 20px;
  padding-top: 20px; }
  .prd-holder .topline:not(:first-child):not(.product-no-options):first-of-type, .prd-block_info .topline:not(:first-child):not(.product-no-options):first-of-type {
    margin-top: 0; }

.prd-holder .product-no-options .topline, .prd-block_info .product-no-options .topline {
  margin-top: 18px !important; }

.prd-holder > *:first-child, .prd-block_info > *:first-child {
  margin-top: 0; }

@media screen and (max-width: 767px) {
  .prd-holder + .topline {
    border-top: 0 !important;
    margin-top: 0;
    padding-top: 0 !important; } }

.prd-rating [class*='icon'], .prd-rating span {
  display: inline-block;
  vertical-align: top; }

.prd-rating span:not(:first-child) {
  padding-left: 5px; }

.prd-rating [class*='icon'] {
  color: #868686;
  font-size: 13px; }
  .prd-rating [class*='icon'].fill {
    color: #27c7d8; }

.prd-block_info .prd-review-link:hover {
  text-decoration: none; }

.prd-block_info [class*='prd-label'] {
  border-color: #15c979;
  border-style: solid;
  border-width: 1px;
  color: #15c979;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  height: 27px;
  line-height: 17px;
  padding: 4px 13px 6px; }

.prd-block_info .product-sku span {
  color: #000;
  font-weight: 700;
  text-transform: uppercase; }

.prd-block_info .prd-availability span {
  color: #000;
  font-weight: 700; }

.prd-block_info .size-list li {
  margin-bottom: 3px;
  margin-top: 3px; }

.prd-block_info .color-list--sm li {
  margin-bottom: 3px;
  margin-top: 3px; }

@media screen and (min-width: 480px) {
  .prd-block_price > * {
    display: block; } }

@media screen and (max-width: 479px) {
  .prd-block_price > * {
    padding: 0 5px; } }

.prd-block_price--actual, .prd-block_price--special {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .5px;
  line-height: 1.2em; }
  .prd-block_price--actual:not(:only-child), .prd-block_price--special:not(:only-child) {
    margin-bottom: 7px; }

.prd-block_price--old {
  color: #27c7d8;
  font-size: 16px;
  line-height: 1.2em;
  text-decoration: line-through; }

.prd-block_title-wrap {
  margin-top: 20px;
  overflow: hidden; }
  .prd-block_title-wrap:first-child:not(.topline) {
    margin-top: -4px; }
  @media screen and (min-width: 480px) {
    .prd-block_title-wrap {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
          align-items: flex-start; } }
  @media screen and (max-width: 479px) {
    .prd-block_title-wrap > *:not(:first-child) {
      margin-top: 10px; } }

.prd-block_title {
  color: #000;
  margin-bottom: 0; }
  @media screen and (min-width: 480px) {
    .prd-block_title:not(:last-child) {
      margin-right: 10px; } }

.prd-block__labels {
  margin-left: auto; }

@media screen and (min-width: 480px) {
  .prd-block_title-wrap .prd-block__labels {
    margin-top: 5px;
    white-space: nowrap; } }

.prd-block_info-top {
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 11px;
  line-height: 16px;
  margin: 6px -3px 0;
  text-transform: uppercase; }
  .prd-block_info-top > * {
    margin: 3px 3px 0; }
  @media screen and (max-width: 479px) {
    .prd-block_info-top .pull-left, .prd-block_info-top .pull-right {
      margin: 10px 0 0 0;
      text-align-last: auto;
      width: 100%; }
      .prd-block_info-top .pull-left:first-child, .prd-block_info-top .pull-right:first-child {
        margin-top: 0; } }
  .prd-block_info-top .prd-rating {
    min-width: 150px; }

.prd-block_description p:first-child {
  margin-top: 0; }

.prd-block_description.bordered {
  background-color: transparent;
  border-color: #e2e2e2;
  border-style: solid;
  border-width: 1px;
  padding: 15px 25px; }

.prd-block_options > *:not(:first-child), .product-options > *:not(:first-child) {
  margin-top: 13px; }
  @media screen and (max-width: 479px) {
    .prd-block_options > *:not(:first-child), .product-options > *:not(:first-child) {
      margin-top: 8px; } }

.prd-block_options > input:first-child + *, .product-options > input:first-child + * {
  margin-top: 0; }

.prd-block_options ul, .product-options ul {
  display: none; }

.prd-block_options > div.swatches select, .prd-block_options > div.swatches [class*='select-wrapper'], .product-options > div.swatches select, .product-options > div.swatches [class*='select-wrapper'] {
  display: none; }

.prd-block_options > div.swatches ul, .product-options > div.swatches ul {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  vertical-align: top; }

.prd-block_options select.form-control, .product-options select.form-control {
  margin-bottom: 0;
  text-transform: uppercase; }

.prd-block_options .swatches, .product-options .swatches {
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex; }

.prd-block_options .option-links, .product-options .option-links {
  font-size: 11px;
  line-height: 33px;
  padding: 0 15px;
  text-transform: uppercase;
  white-space: nowrap; }
  .prd-block_options .option-links:first-child, .product-options .option-links:first-child {
    padding-left: 0; }
  .prd-block_options .option-links:last-child, .product-options .option-links:last-child {
    padding-left: 0; }
  .prd-block_options .option-links a, .product-options .option-links a {
    color: #000; }
    .prd-block_options .option-links a:hover, .product-options .option-links a:hover {
      color: #27c7d8; }

.prd-block_qty .option-label, .prd-block_options .option-label, .product-options .option-label {
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  max-width: 70px;
  color: #424242;
  font-size: 11px;
  line-height: 33px;
  padding-right: 10px;
  text-transform: uppercase;
  white-space: nowrap; }
  .prd-block_qty .option-label:last-child, .prd-block_options .option-label:last-child, .product-options .option-label:last-child {
    padding-right: 0; }
  @media screen and (max-width: 767px) {
    .prd-block_qty .option-label, .prd-block_options .option-label, .product-options .option-label {
      -ms-flex: 0 0 60px;
      flex: 0 0 60px;
      max-width: 60px; } }

.prd-block_qty {
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px; }
  .prd-block_qty .qty {
    padding-right: 15px; }
    .prd-block_qty .qty fieldset {
      white-space: nowrap; }
  .prd-block_qty .qty-max {
    color: #000;
    font-weight: 700; }

.prd-block_actions {
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
  overflow: hidden;
  padding-top: 20px; }
  .prd-block_actions .prd-block_link {
    padding-left: 5px; }
  @media screen and (min-width: 480px) {
    .prd-block_actions .prd-block_link {
      margin-left: auto; }
    .prd-block_actions .prd-block_price {
      margin-right: auto;
      min-width: 125px;
      padding-right: 15px;
      text-align: center; } }
  @media screen and (max-width: 479px) {
    .prd-block_actions .prd-block_price {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0 0 20px;
      text-align: center; } }
  .prd-block_actions .btn-wrap {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .prd-block_actions .btn-wrap > * + * {
      margin-left: 10px; }

@media screen and (max-width: 860px) and (min-width: 768px) {
  .prd-block_actions .prd-block_link {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

.prd-block_link {
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  padding: 15px 0; }
  .prd-block_link a, .prd-block_link .at-style-responsive .at-share-btn {
    background-color: transparent;
    color: #27c7d8;
    font-size: 17px;
    line-height: 24px;
    margin: 0;
    padding: 0 7px;
    text-decoration: none; }
    .prd-block_link a:last-child, .prd-block_link .at-style-responsive .at-share-btn:last-child {
      margin-right: -5px; }
    .prd-block_link a:hover, .prd-block_link .at-style-responsive .at-share-btn:hover {
      color: #000;
      transform: translateY(0); }
      .prd-block_link a:hover svg, .prd-block_link .at-style-responsive .at-share-btn:hover svg {
        fill: #000 !important; }
    .prd-block_link a svg, .prd-block_link .at-style-responsive .at-share-btn svg {
      fill: #27c7d8 !important; }
  .prd-block_link .at-resp-share-element.at-mobile .at-share-btn {
    margin-right: 0; }

.btn.btn--add-to-cart {
  font-size: 14px;
  height: 54px;
  line-height: 22px;
  padding: 16px 20px; }
  @media screen and (max-width: 991px) {
    .btn.btn--add-to-cart {
      padding: 16px 14px; } }
  .btn.btn--add-to-cart [class*='icon'] {
    font-size: 22px;
    position: relative;
    top: -3px;
    padding-right: 18px; }
  .btn.btn--add-to-cart [class*='icon']:last-child {
    padding-right: 0; }
  .btn.btn--add-to-cart [class*='icon'], .btn.btn--add-to-cart > span {
    display: inline-block;
    vertical-align: middle; }
  .btn.btn--add-to-cart:not(:only-child) [class*='icon'] {
    padding-right: 0; }
  .btn.btn--add-to-cart:not(:only-child) span:not(.text-sent) {
    display: none; }
  .btn.btn--add-to-cart:only-child {
    width: 100%; }

.sidebar-product > * {
  margin-top: 30px; }

.sidebar-product > *:first-child {
  margin-top: 0; }

.promo-text {
  margin-top: 20px; }
  .promo-text > *:not(:first-child) {
    margin-top: 5px; }
  .promo-text .text1 {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px; }
  .promo-text .text2 {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px; }
  .promo-text .text3 {
    color: #e53d60;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .5px;
    line-height: 13px;
    text-transform: uppercase; }

@media screen and (max-width: 991px) {
  .prd-block_main-image {
    width: 100%; } }

@media screen and (min-width: 992px) {
  .prd-block--prv-left .prd-block_main-image, .prd-block--prv-right .prd-block_main-image {
    width: calc(100% - 92px); }
  .prd-block--prv-left .prd-block_prv-wrap, .prd-block--prv-right .prd-block_prv-wrap {
    width: 82px; }
  .prd-block--prv-left .prd-block_prv-carousel, .prd-block--prv-right .prd-block_prv-carousel {
    margin-top: 0; }
  .prd-block--prv-left .prd-block_prv-carousel a, .prd-block--prv-right .prd-block_prv-carousel a {
    margin-bottom: 9px; }
  .prd-block--prv-left .btn.btn--add-to-cart, .prd-block--prv-right .btn.btn--add-to-cart {
    padding: 16px 20px; }
  .prd-block--prv-left .prd-block_main-image {
    float: right; }
  .prd-block--prv-left .product-previews-wrapper {
    float: left;
    margin-right: 10px; }
  .prd-block--prv-right .prd-block_main-image {
    float: left; }
  .prd-block--prv-right .product-previews-wrapper {
    float: right;
    margin-left: 10px; } }

.prd-block--creative .aside > *:not(:first-child):not(.tab-content) {
  margin-top: 30px; }

@media screen and (min-width: 992px) {
  .prd-block--creative .prd-block_info-holder {
    display: none; } }

@media screen and (max-width: 991px) {
  .prd-block--creative .filter-col {
    display: none; } }

@media screen and (max-width: 767px) {
  .prd-block--creative .aside.fixed-col {
    -ms-flex-order: -1;
        order: -1; } }

@media screen and (min-width: 480px) {
  .prd-block--creative .prd-block_actions .prd-block_link {
    margin: 0 0 10px;
    padding-left: 0;
    padding-right: 0; }
  .prd-block--creative .prd-block_price, .prd-block--creative .btn-wrap {
    margin-bottom: 10px; }
  .prd-block--creative .prd-block_link + .prd-safecheckout:not(:first-child) {
    margin-top: 5px; }
  .prd-block--creative .prd-safecheckout:not(:first-child) {
    margin-top: 15px; } }

.prd-block--creative .btn.btn--add-to-cart {
  padding-left: 15px;
  padding-right: 15px; }

@media screen and (min-width: 992px) {
  body:not(.touch) .prd-block--creative .fixed-scroll {
    padding-top: 0; } }

.prd-block_gallery-mobile {
  display: none; }
  .prd-block_gallery-mobile + .prd-block_gallery {
    margin-top: 0 !important; }
  @media screen and (max-width: 767px) {
    .prd-block_gallery-mobile {
      display: block; } }

.prd-block_gallery img {
  width: 100%; }

@media screen and (max-width: 767px) {
  .prd-block_gallery {
    display: none; } }

.prd-block_gallery-mobile .product-previews-carousel video {
  display: none; }

.prd-block_gallery-grid [data-video] {
  display: none; }

.prd-block_gallery-single {
  position: relative;
  min-height: 300px; }
  .prd-block_gallery-single:not(:first-child) {
    margin-top: 20px; }
  .prd-block_gallery-single a {
    display: block; }

.prd-block_gallery-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
  .prd-block_gallery-grid > * {
    display: block;
    margin: 30px 15px 0;
    position: relative;
    width: calc(50% - 30px); }
  .prd-block_gallery-grid video {
    height: 100%; }

.hideZoom .zoomContainer {
  display: none !important; }

.zoomWindowContainer > * {
  border: 0 !important;
  height: 100% !important; }

.zoomLens {
  border-color: #e2e2e2 !important;
  border-style: solid !important;
  border-width: 1px !important; }

.prd-block-prevnext {
  position: absolute;
  right: -90px;
  top: -3px;
  width: 78px; }
  .prd-block-prevnext .prd-block-prevnext-arrow {
    color: #c5c5c5;
    display: block;
    font-size: 20px;
    line-height: 42px;
    text-align: center;
    text-decoration: none; }
    .prd-block-prevnext .prd-block-prevnext-arrow:hover {
      color: #161717; }
      .prd-block-prevnext .prd-block-prevnext-arrow:hover + * {
        opacity: 1;
        visibility: visible; }
  .prd-block-prevnext .prd-next {
    transform: translateY(calc(-100% - 40px)); }
  .prd-block-prevnext .prd-prev, .prd-block-prevnext .prd-next {
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    display: -ms-flexbox;
    display: flex;
    transition: 0.2s;
    background-color: #fff;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    width: 200px; }
    .prd-block-prevnext .prd-prev:hover, .prd-block-prevnext .prd-next:hover {
      opacity: 1;
      visibility: visible; }
  .prd-block-prevnext .prd-prev-tag, .prd-block-prevnext .prd-next-tag {
    font-size: 10px;
    line-height: 1em;
    text-transform: uppercase; }
    .prd-block-prevnext .prd-prev-tag, .prd-block-prevnext .prd-prev-tag a, .prd-block-prevnext .prd-prev-tag a:hover, .prd-block-prevnext .prd-prev-tag a:focus, .prd-block-prevnext .prd-next-tag, .prd-block-prevnext .prd-next-tag a, .prd-block-prevnext .prd-next-tag a:hover, .prd-block-prevnext .prd-next-tag a:focus {
      color: #868686; }
  .prd-block-prevnext .prd-prev-title, .prd-block-prevnext .prd-next-title {
    transition: 0.2s;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 0;
    text-decoration: none; }
    .prd-block-prevnext .prd-prev-title:not(:first-child), .prd-block-prevnext .prd-next-title:not(:first-child) {
      margin-top: 7px; }
    .prd-block-prevnext .prd-prev-title a, .prd-block-prevnext .prd-next-title a {
      color: #2d2d2d; }
      .prd-block-prevnext .prd-prev-title a:hover, .prd-block-prevnext .prd-next-title a:hover {
        color: #27c7d8;
        text-decoration: none; }
  .prd-block-prevnext .prd-prev-info, .prd-block-prevnext .prd-next-info {
    -ms-flex: 0 0 122px;
    flex: 0 0 122px;
    max-width: 122px;
    padding: 8px 16px; }
  .prd-block-prevnext .prd-prev-img, .prd-block-prevnext .prd-next-img {
    -ms-flex: 0 0 78px;
    flex: 0 0 78px;
    max-width: 78px; }
    .prd-block-prevnext .prd-prev-img img, .prd-block-prevnext .prd-next-img img {
      width: 100%; }
  .prd-block-prevnext .prd-prevnext-price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 14px;
    line-height: 1.2em;
    overflow: hidden;
    width: 100%; }
    .prd-block-prevnext .prd-prevnext-price:not(:first-child) {
      margin-top: 10px; }
    .prd-block-prevnext .prd-prevnext-price > * {
      float: left;
      margin-right: 7px;
      white-space: nowrap; }
    .prd-block-prevnext .prd-prevnext-price > *:last-child {
      margin-right: 0; }
    .prd-block-prevnext .prd-prevnext-price .price-new {
      color: #000;
      font-weight: 700; }
    .prd-block-prevnext .prd-prevnext-price .price-old {
      color: #27c7d8;
      font-weight: 300;
      text-decoration: line-through; }

.fixed-col .prd-block-prevnext {
  margin-top: 95px;
  top: auto; }

.fixed-col.is-fixed .prd-block-prevnext {
  margin-right: -15px; }

@media screen and (min-width: 1600px) {
  .fixed-col_container {
    z-index: 159; }
  .prd-block-prevnext:hover {
    z-index: 162; }
  .fixed-col .prd-block-prevnext:hover {
    z-index: 159; } }

@media screen and (max-width: 1600px) {
  .prd-block-prevnext {
    display: none; } }

.prd-safecheckout {
  clear: both;
  width: 100%; }
  .prd-safecheckout:not(:first-child) {
    margin-top: 40px; }
    @media screen and (max-width: 767px) {
      .prd-safecheckout:not(:first-child) {
        margin-top: 30px; } }

.product-card-selectbox {
  font-size: 11px; }

.prd-block_main-image img {
  height: auto !important; }

.prd-block_main-image .prd-has-loader img + img {
  display: none !important; }

.prd-block_main-image-holder {
  overflow: hidden; }

.equal-height .prd-block_main-image-holder .prd-has-loader.loaded {
  height: 0 !important;
  width: 100% !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 118%; }

.equal-height .prd-block_main-image-holder .prd-has-loader.loaded .zoomWrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100% !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center; }

.equal-height .prd-block_main-image-holder .prd-has-loader.loaded .zoomWrapper img {
  max-height: 100%;
  width: auto !important; }

.equal-height .prd-block_main-image-holder .zoomContainer {
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%); }

.equal-height .prd-block_main-image-holder .prd-block_main-image-video.showed-video {
  height: 100% !important;
  max-height: 100% !important; }

.equal-height .prd-block_main-image-holder .prd-has-loader.loaded > img {
  position: absolute;
  max-height: 100%;
  width: auto !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%); }

.equal-height .prd-block .color-list li span.value {
  position: relative;
  padding-top: 118%;
  overflow: hidden; }

.equal-height .prd-block .color-list li img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  transform: translate(-50%, -50%); }

.equal-height .prd-block.prd-block--prv-left .product-previews-carousel.slick-initialized a,
.equal-height .prd-block.prd-block--prv-right .product-previews-carousel.slick-initialized a {
  position: relative;
  height: 99px;
  margin-bottom: 7px;
  overflow: hidden; }
  .equal-height .prd-block.prd-block--prv-left .product-previews-carousel.slick-initialized a img,
  .equal-height .prd-block.prd-block--prv-right .product-previews-carousel.slick-initialized a img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    transform: translate(-50%, -50%); }

.prd-block:not(.prd-block--prv-left):not(.prd-block--prv-right) .product-previews-wrapper .slick-track {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center; }

/* category filter */
.fixed-col-content {
  padding-bottom: 15px; }
  .fixed-col-content > *:first-child .sidebar-block_title {
    margin-top: -20px; }

.sidebar-block {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #f7f7f7;
  position: relative; }
  .sidebar-block:last-child {
    border-bottom: 0; }
  .sidebar-block .sidebar-block_title {
    padding: 20px 45px 20px 0; }
  .sidebar-block .sidebar-block_content {
    margin-top: 0;
    transition: opacity 0.5s ease; }
  .sidebar-block .toggle-arrow {
    display: block;
    position: absolute;
    z-index: 100;
    width: 24px;
    height: 24px;
    top: 20px;
    right: 0;
    font-family: 'icomoon';
    font-size: 14px;
    line-height: 22px;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease; }
  .sidebar-block .toggle-arrow:before {
    color: #000;
    content: "\e921"; }
  .sidebar-block .toggle-arrow:hover:before {
    color: #27c7d8; }

.sidebar-block_title {
  position: relative;
  z-index: 1;
  padding: 20px 0;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.333em;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer; }
  @media screen and (max-width: 991px) {
    .sidebar-block_title {
      font-size: 14px; } }
  .sidebar-block_title span,
  .sidebar-block_title a {
    color: #000;
    text-decoration: none;
    transition: color 0.2s ease; }
  .sidebar-block_title:hover a, .sidebar-block_title:hover span, .sidebar-block_title:hover .toggle-arrow:before {
    color: #27c7d8; }

.sidebar-block_content {
  padding: 0 0 20px; }

.sidebar-block.collapsed .sidebar-block_content {
  display: none;
  opacity: 0; }

.sidebar-block.open .sidebar-block_content {
  opacity: 1; }

.sidebar-block.open .toggle-arrow {
  top: 18px;
  transform: rotate(180deg); }

ul.category-list {
  margin: -7px 0 0;
  padding: 0;
  list-style: none; }
  ul.category-list li {
    position: relative; }
  ul.category-list li a {
    display: block;
    padding: 7px 25px 6px 0;
    font-size: 11px;
    line-height: 1.2em;
    text-decoration: none;
    text-transform: uppercase;
    color: #424242; }
  ul.category-list li:hover a, ul.category-list li.active a {
    color: #27c7d8; }
  ul.category-list li .clear {
    display: none; }
  ul.category-list li.active a:after {
    display: block;
    position: absolute;
    right: 2px;
    top: 5px;
    width: 20px;
    padding: 2px 0;
    text-align: center;
    color: #27c7d8;
    cursor: pointer;
    font-family: 'icomoon';
    content: "\e117";
    font-size: 12px;
    line-height: 1.4545em; }

.selected-filters-wrap {
  margin: 5px 0 25px; }
  .selected-filters-wrap > * + * {
    margin-top: 15px; }
  @media screen and (max-width: 991px) {
    .selected-filters-wrap {
      margin: 0 0 25px; } }

.selected-label {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.333em;
  font-weight: 600;
  color: #000;
  text-transform: uppercase; }

.selected-count {
  color: #424242;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase; }
  .selected-count span {
    display: inline-block;
    padding: 0 0 0 10px;
    color: #000; }

.clear-filters {
  text-decoration: none; }
  .clear-filters:hover, .clear-filters:focus {
    text-decoration: none; }
  .clear-filters span {
    display: block;
    position: relative;
    border-width: 1px;
    border-style: solid;
    border-color: #e53d60;
    color: #e53d60;
    font-size: 11px;
    line-height: 23px;
    padding: 0 22px 0 9px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s ease;
    cursor: pointer; }
    .clear-filters span:hover {
      border-color: #27c7d8;
      color: #27c7d8; }
    .clear-filters span:after {
      position: absolute;
      right: 7px;
      top: 1px;
      font-family: 'icomoon';
      content: "\e117";
      font-size: 12px; }

.selected-filters {
  position: relative;
  list-style: none;
  padding: 0; }
  .selected-filters li {
    display: inline-block;
    padding: 0;
    margin-bottom: 10px;
    margin-right: 5px; }
    .selected-filters li > a {
      display: block;
      position: relative;
      border-width: 1px;
      border-style: solid;
      border-color: #000;
      color: #000;
      font-size: 11px;
      line-height: 23px;
      padding: 0 22px 0 9px;
      text-decoration: none;
      text-transform: uppercase;
      transition: all 0.2s ease;
      cursor: pointer; }
      .selected-filters li > a:hover, .selected-filters li > a:focus {
        border-color: #27c7d8;
        color: #27c7d8; }
      .selected-filters li > a:after {
        position: absolute;
        right: 7px;
        top: 1px;
        font-family: 'icomoon';
        content: "\e117";
        font-size: 12px; }

.sidebar-block.selected:after {
  opacity: 1; }

.sidebar-block:after {
  content: '';
  opacity: 0;
  display: block;
  position: absolute;
  z-index: 100;
  width: 7px;
  height: 7px;
  top: 27px;
  right: 30px;
  border-radius: 50%;
  background-color: #27c7d8; }

/* category filter - price slider  */
.price-slider-wrapper {
  border-top: 1px solid #f7f7f7;
  padding: 20px 0 25px; }

.price-values {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #27c7d8; }

.filter-close {
  display: none; }

/* category filter - filter row */
.filter-row {
  position: relative;
  margin-bottom: 0;
  color: #424242;
  background: transparent; }
  .filter-row:not(:first-child) {
    margin-top: 65px; }
    @media screen and (max-width: 767px) {
      .filter-row:not(:first-child) {
        margin-top: 35px; } }
  .filter-row .row.row-1 {
    padding: 18px 0; }
  .filter-row .row.row-2 {
    position: relative;
    padding: 27px 30px;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between; }
    @media screen and (max-width: 991px) {
      .filter-row .row.row-2 {
        border-style: solid;
        border-width: 1px 0 1px 0;
        padding: 18px 0;
        border-color: #e2e2e2; } }
    @media screen and (max-width: 991px) {
      .filter-row .row.row-2 {
        padding: 0; } }
    .filter-row .row.row-2:after, .filter-row .row.row-2:before {
      content: '';
      position: absolute;
      top: 0;
      left: 15px;
      width: calc(100% - 30px);
      height: 1px;
      background-color: #e2e2e2; }
      @media screen and (max-width: 991px) {
        .filter-row .row.row-2:after, .filter-row .row.row-2:before {
          display: none; } }
    .filter-row .row.row-2:before {
      top: auto;
      bottom: 0; }
  .filter-row * > .filter-button {
    display: none; }
  .filter-row .col-center > *,
  .filter-row .col-left > *,
  .filter-row .col-right > * {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center; }
  .filter-row .col-left,
  .filter-row .col-right {
    min-width: 220px; }
  .filter-row .col-right {
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end; }
  .filter-row .col-center {
    padding: 0 18px; }
  .filter-row [class*='label'],
  .filter-row .items-count {
    font-size: 11px;
    line-height: 34px;
    text-transform: uppercase; }
  .filter-row [class*='label'] {
    display: inline-block;
    padding-right: 8px;
    text-transform: uppercase; }
  .filter-row .items-count {
    padding: 0 18px; }
    .filter-row .items-count:last-child {
      padding-right: 0; }
    .filter-row .items-count:first-child {
      padding-left: 0; }
  .filter-row .select-wrapper-sm {
    width: auto;
    vertical-align: top;
    display: inline-block; }
  .filter-row select {
    margin-bottom: 0;
    font-size: 11px;
    text-transform: uppercase; }
  .filter-row .view-in-row > *,
  .filter-row .view-mode > * {
    font-size: 23px;
    line-height: 1em;
    color: #cdd1d9;
    text-decoration: none;
    cursor: pointer; }
    .filter-row .view-in-row > * + *,
    .filter-row .view-mode > * + * {
      margin-left: 4px; }
    .filter-row .view-in-row > *:hover, .filter-row .view-in-row > *.active,
    .filter-row .view-mode > *:hover,
    .filter-row .view-mode > *.active {
      color: #27c7d8; }
  .filter-row .view-mode {
    padding: 0 18px; }
    .filter-row .view-mode:last-child {
      padding-right: 0; }
    .filter-row .view-mode:first-child {
      padding-left: 0; }
  .filter-row .view-mode > * {
    font-size: 19px; }
  .filter-row .filter-button .btn {
    height: 32px;
    padding: 8px 15px;
    margin-right: 10px; }
  .filter-row + .prd-grid,
  .filter-row + .prd-grid-wrap > .prd-grid {
    margin-top: 20px;
    margin-bottom: 0;
    transform: translateY(0); }
    @media screen and (max-width: 479px) {
      .filter-row + .prd-grid,
      .filter-row + .prd-grid-wrap > .prd-grid {
        margin-top: 0;
        transform: translateY(-15px); } }

.filter-row.disable {
  pointer-events: none; }
  .filter-row.disable .col-center {
    display: none; }

.select-directions {
  display: inline-block;
  position: relative;
  margin-left: 5px; }
  .select-directions span {
    display: inline-block;
    padding: 0 3px;
    text-decoration: none;
    vertical-align: top;
    cursor: pointer; }
    .select-directions span:hover, .select-directions span:focus {
      color: #27c7d8; }

/* category filter - mobile filter */
@media screen and (max-width: 991px) {
  .category-title {
    margin-bottom: 0; }
  .sidebar-block-top {
    padding: 12px 19px; }
  .aside .sidebar-block {
    margin: 0 15px;
    padding: 0; }
  .sidebar-block.collapsed .toggle-arrow {
    right: 0; }
  .aside .sidebar-block:after {
    right: 33px; }
  .aside .sidebar-block--mobile {
    background-color: #f8f8fa;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #e2e2e2;
    padding: 20px 15px;
    margin: 0; }
  .filter-row:not(:first-child) {
    margin-top: 20px; }
  .filter-row:first-child .row.row-1 {
    padding-top: 0; }
  .filter-row .dropdown {
    width: 100%; }
  .filter-row * > .filter-button a,
  .filter-row .select-label {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    line-height: 1em;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding: 19px 35px; }
  .filter-row * > .filter-button a {
    width: 100%; }
  .filter-row .select-label {
    padding-left: 15px;
    padding-right: 15px; }
    .filter-row .select-label + .select-wrapper-sm {
      -ms-flex: 1;
          flex: 1;
      margin-right: 15px;
      max-width: 200px; }
  .filter-row .col-left {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center; }
    .filter-row .col-left > .sort-by-holder:not(:only-child) {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      -ms-flex-pack: center;
      -moz-justify-content: center;
      justify-content: center; }
    .filter-row .col-left > .filter-button {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      -ms-flex-pack: center;
      -moz-justify-content: center;
      justify-content: center; }
    .filter-row .col-left > * + * {
      position: relative; }
      .filter-row .col-left > * + *:before {
        content: '';
        position: absolute;
        left: 0;
        top: 7px;
        bottom: 7px;
        width: 1px;
        background-color: #e2e2e2; }
  .filter-row .col-left > .sort-by-holder:only-child {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .fixed-scroll {
    max-height: none !important; }
  .fixed-col.js-filter-col {
    position: fixed;
    z-index: 10001;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    transition: visibility 0s ease 0.6s; }
    .fixed-col.js-filter-col [class*='holder'] {
      padding: 15px 15px 0; }
      .fixed-col.js-filter-col [class*='holder'] .select-wrapper-sm {
        display: inline-block;
        width: calc(100% - 70px);
        margin-right: 15px; }
    .fixed-col.js-filter-col .fixed-col_container {
      position: fixed;
      z-index: 1;
      top: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      overflow: auto;
      max-width: 320px;
      transform: translateX(-110%);
      background-color: #fff;
      transition: all 0.5s ease 0s; }
    .fixed-col.js-filter-col .filter-close {
      display: block;
      cursor: pointer;
      height: 46px;
      padding: 0 15px;
      font-size: 18px;
      line-height: 1em;
      background: #27c7d8;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 1px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      -moz-align-items: center;
      align-items: center;
      -ms-flex-pack: center;
      -moz-justify-content: center;
      justify-content: center; }
  .fixed-col.active {
    visibility: visible;
    transition: visibility 0s ease 0s; }
    .fixed-col.active .fixed-col_container {
      transform: translateX(0);
      transition: all 0.5s cubic-bezier(0.25, 1, 0.3, 1) 0s; }
    .fixed-col.active .fixed-col-header {
      top: 0;
      transition: top 0.3s ease 0.5s; } }

@media screen and (max-width: 767px) {
  .filter-row .col-left > .sort-by-holder:not(:only-child) {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%; }
  .filter-row .col-left > .filter-button {
    -ms-flex: 1;
    flex: 1;
    max-width: 100%; } }

@media screen and (min-width: 992px) {
  .row.row-flex {
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
  .ymax {
    height: 30px;
    min-height: 1px; }
  body:not(.touch) .fixed-col.is-fixed:not(.is-fixed-bottom) .fixed-col_container {
    position: fixed;
    width: 25%;
    left: 0;
    top: 0;
    padding: 0; }
  body:not(.touch) .fixed-col.fixed.is-fixed-bottom .fixed-col_container {
    position: relative; }
  body:not(.touch) .fixed-col.fixed.is-fixed-bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end; }
  body:not(.touch) .fixed-col.fixed.is-fixed-bottom .fixed-col_container {
    position: relative;
    overflow: hidden;
    left: 0 !important; }
    body:not(.touch) .fixed-col.fixed.is-fixed-bottom .fixed-col_container .fixed-scroll {
      max-height: none !important; }
  .fixed-col {
    -webkit-backface-visibility: hidden;
    margin-top: -20px; }
  .fixed-col.fixed:not(.is-fixed) .fixed-col_container .fixed-scroll {
    max-height: none !important; }
  body:not(.touch) .fixed-wrapper {
    overflow: hidden; }
  body:not(.touch) .fixed-scroll {
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    padding-right: 1px;
    transition: padding 0.5s ease; }
  body:not(.touch) .fixed-col.fixed.is-fixed .fixed-scroll {
    padding-top: 0; }
  .has-sticky:not(.touch) .fixed-col.fixed.is-fixed .fixed-scroll {
    padding-top: 92px; }
  body.touch .fixed-scroll {
    width: 100%; }
  body:not(.touch) .fixed-wrapper {
    top: auto !important;
    bottom: 0 !important; } }

@media screen and (min-width: 992px) {
  body:not(.mac):not(.touch) .fixed-scroll {
    width: calc(100% + 17px); } }

.category-banners {
  margin-top: -30px; }
  .category-banners [class*='col'] {
    margin-top: 30px; }
  .category-banners img {
    display: block;
    margin: 0 auto; }

@media screen and (min-width: 480px) {
  .category-banners .col-sm-6:nth-child(2n+1) {
    clear: left; } }

@media screen and (max-width: 767px) {
  .category-banners .col-xs-6:nth-child(2n+1) {
    clear: left; } }

.category-description img {
  max-width: 100%; }

.category-description p:first-child {
  margin-top: 0; }

.category-description:not(:first-child) {
  margin-top: 50px;
  padding-top: 40px;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #f7f7f7; }
  @media screen and (max-width: 767px) {
    .category-description:not(:first-child) {
      margin-top: 30px;
      padding-top: 20px; } }

.subcategories .row {
  margin-top: -30px; }

.subcategories:not(:first-child) {
  margin-top: 40px;
  padding-top: 20px;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #f7f7f7; }
  @media screen and (max-width: 767px) {
    .subcategories:not(:first-child) {
      margin-top: 20px; } }

.subcategories .subcategory {
  display: block;
  margin-top: 30px;
  text-align: center;
  text-decoration: none; }
  .subcategories .subcategory img {
    width: 100%; }
  .subcategories .subcategory h3 {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.333em; }

@media screen and (min-width: 480px) {
  .subcategories .col-sm-4:nth-child(3n+1) {
    clear: left; } }

@media screen and (max-width: 767px) {
  .subcategories .col-xs-6:nth-child(2n+1) {
    clear: left; } }

.aside .page-title + * {
  margin-top: 0;
  padding-top: 0;
  border-top: 0; }

.aside .show-more {
  text-align: center; }
  .aside .show-more > * + * {
    padding-left: 20px; }
    @media screen and (max-width: 767px) {
      .aside .show-more > * + * {
        padding-left: 15px; } }

.empty-category {
  text-align: center;
  margin: 80px 0 50px;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .empty-category {
      margin: 45px 0 25px; } }

.empty-category-text {
  font-size: 24px;
  line-height: 36px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #000; }
  .empty-category-text span {
    color: #27c7d8; }
  .empty-category-text:not(:first-child) {
    margin-top: 25px; }

.empty-category-button:not(:first-child) {
  margin-top: 25px; }

.empty-category-icon {
  font-size: 120px;
  line-height: 1em;
  color: #000; }
  .empty-category-icon:not(:first-child) {
    margin-top: 43px; }

/* color swatch */
.color-swatch {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }
  .color-swatch li {
    max-width: 42px;
    -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%; }
    .color-swatch li > * {
      display: block;
      overflow: hidden;
      width: calc(100% - 4px);
      margin: 2px;
      text-decoration: none;
      cursor: pointer;
      box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1); }
      .color-swatch li > * img {
        display: block;
        position: relative;
        width: 100%;
        opacity: .5;
        z-index: -1;
        transition: 0.2s;
        -webkit-backface-visibility: hidden;
        -webkit-transform: translateZ(0) scale(1, 1); }
  .color-swatch li:hover > * img, .color-swatch li.active > * img {
    opacity: 1; }

.prd-w-md .color-swatch li {
  -ms-flex-preferred-size: 16.667%;
      flex-basis: 16.667%; }

.prd-w-sm .color-swatch li {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%; }

.prd-w-xs .color-swatch li {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  min-width: 25%; }

.prd-w-xs .color-swatch li:nth-child(4) ~ li {
  display: none; }

.sidebar-block .color-list {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: visible; }
  .sidebar-block .color-list li {
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    margin: 0 0 4px; }
    .sidebar-block .color-list li img {
      display: inline-block;
      position: relative;
      width: 19px;
      height: 19px;
      border-radius: 50%;
      vertical-align: top; }
    .sidebar-block .color-list li.active span.value, .sidebar-block .color-list li:hover span.value {
      border: 0;
      transition: all 0.3s ease;
      box-shadow: inset 0 0 0 1px #27c7d8; }
    .sidebar-block .color-list li a {
      display: inline-block;
      overflow: hidden;
      text-decoration: none;
      position: relative;
      color: #424242; }
      .sidebar-block .color-list li a span.value {
        display: block;
        float: left;
        position: relative;
        border-radius: 50%;
        border: 0;
        -ms-flex: 0 0 25px;
        flex: 0 0 25px;
        max-width: 25px;
        height: 25px;
        min-width: inherit;
        padding: 3px;
        transition: all 0s ease;
        box-shadow: inset 0 0 10px 5px transparent; }
        .sidebar-block .color-list li a span.value:after {
          content: '';
          position: absolute;
          top: 3px;
          left: 3px;
          right: 3px;
          bottom: 3px;
          border-radius: 50%;
          box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1); }
      .sidebar-block .color-list li a span.colorname {
        display: block;
        position: relative;
        padding: 6px 15px 0 5px;
        font-size: 11px;
        line-height: 14px;
        text-transform: uppercase;
        overflow: hidden; }
  .sidebar-block .color-list li:not(.active):hover a {
    color: #27c7d8; }
  .sidebar-block .color-list li:not(.active):hover a:before {
    color: #27c7d8; }
  .sidebar-block .color-list li.active a {
    padding-right: 14px;
    color: #27c7d8; }
  .sidebar-block .color-list li.active a:before {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 0 0 6px;
    font-family: 'icomoon';
    content: "\e117";
    font-size: 12px; }
  .sidebar-block .color-list li.active a:before {
    color: #27c7d8; }

.prd-block .color-list {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: visible !important; }
  .prd-block .color-list li {
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    margin: 0 0 4px;
    top: 0; }
    .prd-block .color-list li img {
      display: block;
      width: 100%;
      height: 100%; }
    .prd-block .color-list li.active span.value, .prd-block .color-list li:not(.absent-option):hover span.value {
      border-color: #27c7d8;
      transition: all 0.3s ease; }
    .prd-block .color-list li a {
      display: inline-block;
      overflow: hidden;
      text-decoration: none; }
      .prd-block .color-list li a span.value {
        display: block;
        float: left;
        position: relative;
        border: 0;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
        max-width: 60px;
        width: 60px;
        padding: 2px;
        transition: all 0s ease;
        border-width: 1px;
        border-style: solid;
        border-color: #e2e2e2;
        -webkit-backface-visibility: hidden;
        -webkit-transform: translateZ(0) scale(1, 1); }
  .prd-block .color-list li.absent-option > a:after {
    position: absolute;
    z-index: 1;
    content: '';
    background: url(cross_color.png) rgba(255, 255, 255, 0.5);
    background-size: 100% 100%;
    display: block;
    left: 3px;
    right: 2px;
    top: 3px;
    bottom: 3px;
    margin: auto; }

.color-list--sm li {
  margin: 0 3px 6px 0; }
  .color-list--sm li img,
  .color-list--sm li span.color {
    width: 100%;
    height: 100%; }
  .color-list--sm li.active:before {
    right: -10px;
    top: -10px;
    font-size: 12px; }
  .color-list--sm li a span.value {
    width: 25px;
    padding: 4px;
    overflow: hidden; }
    .color-list--sm li a span.value:after {
      top: 4px;
      left: 4px;
      right: 4px;
      bottom: 4px; }

@media screen and (max-width: 767px) {
  .color-list--sm li {
    margin: 0 !important;
    top: -3px; }
    .color-list--sm li.active:before {
      right: -10px;
      top: -10px;
      font-size: 12px; }
    .color-list--sm li a span.value {
      -ms-flex: 0 0 35px;
      flex: 0 0 35px;
      max-width: 35px;
      width: 35px;
      min-height: 35px; } }

/* size swatch */
.size-swatch {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.2em;
  text-transform: uppercase; }
  .size-swatch li {
    float: left; }
    .size-swatch li > * {
      display: block;
      padding: 4px 2px;
      margin: 0 8px 0 0;
      text-decoration: none;
      cursor: pointer;
      color: #868686; }
    .size-swatch li:first-child > * {
      margin-left: 0; }
    .size-swatch li:hover > *, .size-swatch li.active > * {
      color: #000; }

/* size list */
.size-list.one-column li, .size-list.two-column li {
  display: block;
  margin: 0 0 10px 0; }

.sidebar-block .size-list:not(.two-column) li {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center; }

.sidebar-block .size-list {
  margin: 0 0 -7px;
  padding: 0;
  list-style: none; }
  .sidebar-block .size-list li {
    margin: 0 7px 7px 0; }
    .sidebar-block .size-list li a {
      display: inline-block;
      text-decoration: none;
      min-width: 27px;
      height: 27px;
      padding: 0 8px;
      border-width: 1px;
      border-style: solid;
      border-color: #e2e2e2;
      color: #424242;
      font-size: 11px;
      line-height: 25px;
      text-transform: uppercase;
      text-align: center;
      transition: border-color 0.2s ease; }
    .sidebar-block .size-list li a:after {
      display: none;
      position: relative;
      top: 1px;
      padding: 0 0 0 6px;
      font-family: 'icomoon';
      content: "\e117";
      font-size: 12px; }
    .sidebar-block .size-list li.active a,
    .sidebar-block .size-list li:hover a {
      border-color: #27c7d8;
      color: #27c7d8; }
      .sidebar-block .size-list li.active a:after,
      .sidebar-block .size-list li:hover a:after {
        color: #27c7d8; }
  .sidebar-block .size-list li.active a:after {
    display: inline-block; }

.prd-block .size-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .prd-block .size-list li {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    position: relative;
    vertical-align: bottom;
    margin: 2px 6px 2px 0; }
    @media screen and (max-width: 767px) {
      .prd-block .size-list li {
        margin-right: 5px; } }
    .prd-block .size-list li a {
      display: block;
      text-decoration: none; }
    .prd-block .size-list li span.value {
      display: inline-block;
      min-width: 27px;
      height: 27px;
      padding: 0 8px;
      border-width: 1px;
      border-style: solid;
      border-color: #e2e2e2;
      color: #424242;
      font-size: 11px;
      line-height: 25px;
      text-transform: uppercase;
      text-align: center;
      transition: border-color 0.2s ease; }
    .prd-block .size-list li span.value:after {
      display: none;
      position: relative;
      top: 1px;
      padding: 0 0 0 6px;
      font-family: 'icomoon';
      content: "\e117";
      font-size: 12px; }
    .prd-block .size-list li span.count {
      display: inline-block;
      color: #424242;
      font-size: 11px;
      line-height: 25px; }
    .prd-block .size-list li span + span {
      margin-left: 10px; }
    .prd-block .size-list li.active span.value, .prd-block .size-list li:hover:not(.absent-option) span.value {
      border-color: #27c7d8;
      color: #27c7d8; }
  .prd-block .size-list li.absent-option > a {
    cursor: default;
    pointer-events: none; }
    .prd-block .size-list li.absent-option > a span.value {
      color: #424242;
      border-color: #e2e2e2; }
  .prd-block .size-list li.absent-option > a:after {
    position: absolute;
    z-index: 1;
    content: '';
    background: url(cross.png) rgba(255, 255, 255, 0.5);
    background-size: 100% 100%;
    display: block;
    left: 3px;
    right: 3px;
    top: 3px;
    bottom: 3px;
    margin: auto; }
  .prd-block .size-list img {
    width: 100%;
    display: block; }

.size-list--lg li span.value {
  min-width: 36px;
  height: 36px;
  font-size: 11px;
  line-height: 36px; }

.size-list--wide li span.value {
  padding: 0 12px; }

/* price block */
.prd-price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  width: 100%;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 700; }
  .prd-price > * {
    float: left;
    margin-right: 7px;
    white-space: nowrap; }
  .prd-price > *:last-child {
    margin-right: 0; }
  .prd-price .price-new {
    font-weight: 600;
    color: #000; }
  .prd-price .price-old {
    font-weight: 300;
    color: #27c7d8;
    text-decoration: line-through; }
  .prd-price .price-comment {
    margin-right: 10px;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    color: #868686; }

@media (max-width: 991px) {
  .prd-grid:not(.listing-view) .prd:not(.prd-horizontal-simple) .prd-price {
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    background-color: transparent;
    font-size: 12px;
    line-height: 29px; }
    .prd-grid:not(.listing-view) .prd:not(.prd-horizontal-simple) .prd-price .price-new {
      color: #000; }
    .prd-grid:not(.listing-view) .prd:not(.prd-horizontal-simple) .prd-price .price-old {
      margin-right: 0;
      color: #27c7d8; }
    .prd-grid:not(.listing-view) .prd:not(.prd-horizontal-simple) .prd-price .price-comment {
      display: none; } }

/* brand product */
.brand-prd-carousel {
  margin: 30px 0; }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .brand-prd-carousel {
      margin: 25px 0; } }
  @media only screen and (max-width: 479px) {
    .brand-prd-carousel {
      margin: 15px 0; } }
  .brand-prd-carousel:last-child {
    margin-bottom: 30px; }
  .brand-prd-carousel:first-child {
    margin-top: 0; }

@media screen and (min-width: 768px) {
  .brand-prd-carousel:last-child {
    margin-bottom: 55px; } }

@media screen and (min-width: 768px) {
  .brand-prd {
    display: -ms-flexbox !important;
    display: flex !important;
    overflow: hidden; } }

@media screen and (min-width: 768px) {
  .brand-prd-image {
    float: left;
    width: 50%; } }

@media screen and (max-width: 991px) {
  .brand-prd-image img {
    width: 100%; } }

.brand-prd-info {
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  float: left; }
  @media screen and (min-width: 768px) {
    .brand-prd-info {
      display: -ms-flexbox;
      display: flex;
      width: 50%; } }
  @media screen and (max-width: 767px) {
    .brand-prd-info {
      margin-top: 20px; } }
  @media screen and (max-width: 479px) {
    .brand-prd-info {
      margin-top: 10px; } }
  .brand-prd-info [class*='btn'] {
    margin-top: 15px; }
  .brand-prd-info p {
    font-weight: 300; }
  .brand-prd-info .inside {
    padding: 20px 60px; }
    @media screen and (max-width: 1199px) {
      .brand-prd-info .inside {
        padding: 15px 40px 15px 30px; } }
    @media screen and (max-width: 991px) {
      .brand-prd-info .inside {
        padding: 0 18px; } }
    @media screen and (max-width: 767px) {
      .brand-prd-info .inside {
        padding: 15px 18px 15px; } }
    .brand-prd-info .inside > * {
      margin-top: 30px; }
      @media screen and (max-width: 767px) {
        .brand-prd-info .inside > * {
          margin-top: 20px; } }
    .brand-prd-info .inside > *:first-child {
      margin-top: 0; }
  @media screen and (max-width: 767px) {
    .brand-prd-info img {
      max-width: 50%; } }

@media screen and (max-width: 767px) {
  .brand-prd-carousel.vert-dots .slick-dots {
    position: relative;
    top: auto;
    bottom: 0;
    margin-bottom: 30px;
    left: auto;
    right: auto;
    width: 100%;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center; }
    .brand-prd-carousel.vert-dots .slick-dots li {
      margin: 0 8px; } }

.aside .brand-prd-info .inside {
  padding: 10px 30px; }
  @media screen and (max-width: 1199px) {
    .aside .brand-prd-info .inside {
      padding: 0 30px; } }
  @media screen and (max-width: 767px) {
    .aside .brand-prd-info .inside {
      padding: 0 30px; } }
  @media screen and (max-width: 767px) {
    .aside .brand-prd-info .inside {
      padding: 0 30px; } }

@media screen and (min-width: 768px) {
  .aside .brand-prd-carousel.vert-dots .slick-dots {
    right: 16px; } }

/* brand carousel */
.brand-grid {
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none; }
  .brand-grid [class*='col'] {
    -ms-flex-positive: 0;
        flex-grow: 0; }
  .brand-grid a {
    display: block;
    margin-top: 5px;
    text-decoration: none;
    text-align: center; }
    .brand-grid a:hover img {
      opacity: .75; }
  .brand-grid img {
    max-width: 150px;
    transition: 0.2s; }
    @media (max-width: 991px) {
      .brand-grid img {
        max-width: 125px; } }

.brand-carousel {
  margin: 30px 0;
  padding: 0;
  list-style: none; }
  .brand-carousel:last-child {
    margin-bottom: 0; }
  .brand-carousel:first-child {
    margin-top: 0; }
  .brand-carousel li {
    float: left;
    margin: 0 15px; }
    .brand-carousel li img {
      max-width: 100%;
      margin: 0 auto;
      transition: 0.2s; }
    .brand-carousel li:hover img {
      opacity: .75; }
  .brand-carousel .slick-track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center; }

.brand-carousel:not(.slick-initialized) {
  opacity: 0;
  height: 100px;
  overflow: hidden !important; }

.brand-carousel.slick-initialized {
  opacity: 1;
  transition: opacity 0.5s ease 0.75s; }

.brand-carousel.slick-arrows-right {
  overflow: visible;
  min-height: 70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center; }

.brand-carousel-title {
  -ms-flex: 0 0 125px;
  flex: 0 0 125px;
  max-width: 125px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  color: #000;
  text-align: right; }
  .brand-carousel-title + * {
    margin-left: 15px;
    width: calc(100% - 155px); }

/* inside carousel */
.carousel-inside {
  position: relative;
  overflow: hidden; }
  .carousel-inside .carousel-control {
    position: absolute;
    display: block;
    height: 47px;
    width: 47px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.7);
    color: #000;
    top: 50%;
    padding: 0;
    margin-top: 47px;
    border: 0;
    outline: none;
    opacity: 1;
    transition: 0.2s;
    text-shadow: none;
    text-align: center; }
    .carousel-inside .carousel-control:hover, .carousel-inside .carousel-control:focus {
      outline: none; }
    .carousel-inside .carousel-control:hover {
      background: white; }
  .carousel-inside .carousel-control:before {
    font-family: 'FontAwesome';
    font-size: 25px;
    line-height: 47px;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .carousel-inside .carousel-control.prev {
    margin-top: -47px;
    left: auto;
    right: 0; }
    .carousel-inside .carousel-control.prev:before {
      content: '\f104'; }
  .carousel-inside .carousel-control.next {
    margin-top: 0;
    left: auto;
    right: 0; }
    .carousel-inside .carousel-control.next:before {
      content: '\f105';
      margin-left: 2px; }

.carousel-inner > .carousel-item {
  transition: 0.3s ease-in-out; }

@media screen and (max-width: 767px) {
  .carousel-inside .carousel-control {
    height: 44px;
    width: 44px;
    background: rgba(255, 255, 255, 0.7); }
  .carousel-inside .carousel-control:before {
    font-size: 24px;
    line-height: 44px; }
  .carousel-inside .carousel-control.prev {
    margin-top: -22px;
    left: 10px;
    right: auto; }
    .carousel-inside .carousel-control.prev:before {
      content: '\f104'; }
  .carousel-inside .carousel-control.next {
    margin-top: -22px;
    left: auto;
    right: 10px; }
    .carousel-inside .carousel-control.next:before {
      content: '\f105'; } }

/* colors */
.color-red {
  background-color: red; }

.color-white {
  background-color: white; }

.color-blue {
  background-color: blue; }

.color-orange {
  background-color: orange; }

.color-black {
  background-color: black; }

.color-green {
  background-color: green; }

.color-purple {
  background-color: purple; }

/* slick slider */
.slick-slide:focus {
  outline: none; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

@media screen and (min-width: 768px) {
  [data-slick]:not(.slick-initialized) {
    opacity: 0; }
  [data-slick].slick-initialized {
    opacity: 1; } }

.slick-track {
  margin: 0 auto;
  touch-action: pan-y;
  -ms-touch-action: pan-y; }

/* slick arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: 0;
  outline: none;
  transition: opacity 0.2s; }
  .slick-prev:hover:not(.slick-disabled),
  .slick-next:hover:not(.slick-disabled) {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:not(.slick-disabled):before,
    .slick-next:hover:not(.slick-disabled):before {
      opacity: 1; }
  .slick-prev:before,
  .slick-next:before {
    font-family: 'FontAwesome';
    font-size: 27px;
    line-height: 1;
    color: #2D2C2C;
    opacity: 0.7;
    transition: opacity 0.2s; }

.slick-disabled {
  cursor: auto !important;
  opacity: .3; }

.slick-prev {
  left: -5px; }
  .slick-prev:before {
    content: '\f104'; }

.slick-next {
  right: -5px; }
  .slick-next:before {
    content: '\f105'; }

@media (min-width: 992px) {
  .slick-arrows-aside-simple .slick-prev,
  .slick-arrows-aside-simple .slick-next,
  .slick-arrows-aside-simple .slick-disabled {
    opacity: 0; }
  .slick-arrows-aside-simple:hover .slick-disabled {
    opacity: .3; }
  .slick-arrows-aside-simple:hover .slick-prev:not(.slick-disabled),
  .slick-arrows-aside-simple:hover .slick-next:not(.slick-disabled) {
    opacity: 1; } }

.slick-arrows-aside-simple .slick-prev,
.slick-arrows-aside-simple .slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  height: 44px;
  width: 44px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  padding: 0;
  margin-top: -22px;
  transform: none; }

.slick-arrows-aside-simple .slick-prev:before,
.slick-arrows-aside-simple .slick-next:before {
  display: inline-block;
  font-size: 18px;
  line-height: 44px;
  color: #2D2C2C;
  opacity: 1; }

.slick-arrows-aside-simple .slick-prev:hover:not(.slick-disabled):before,
.slick-arrows-aside-simple .slick-next:hover:not(.slick-disabled):before {
  color: #2D2C2C;
  opacity: 1; }

.slick-arrows-aside-simple .slick-prev {
  left: 0;
  right: auto; }

.slick-arrows-aside-simple .slick-next {
  right: 0;
  left: auto; }

.slick-arrows-aside-simple .slick-prev:before {
  content: '\e922'; }

.slick-arrows-aside-simple .slick-next:before {
  content: '\e919'; }

.slick-arrows-aside-simple.slick-arrows-white .slick-prev:before,
.slick-arrows-aside-simple.slick-arrows-white .slick-next:before {
  color: #fff; }

.slick-arrows-aside-simple.slick-arrows-white .slick-prev:hover:before,
.slick-arrows-aside-simple.slick-arrows-white .slick-next:hover:before {
  color: #fff; }

@media (min-width: 1200px) {
  .slick-arrows-aside-simple .slick-prev {
    left: -50px; }
  .slick-arrows-aside-simple .slick-next {
    right: -50px; } }

@media (max-width: 1199px) {
  .slick-arrows-mobile-lg .slick-prev,
  .slick-arrows-mobile-lg .slick-next {
    position: absolute;
    z-index: 1;
    display: block;
    height: 44px;
    width: 44px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.7);
    padding: 0;
    margin-top: -22px;
    transform: none; }
    .slick-arrows-mobile-lg .slick-prev:hover:not(.slick-disabled),
    .slick-arrows-mobile-lg .slick-next:hover:not(.slick-disabled) {
      background: white; }
  .slick-arrows-mobile-lg .slick-prev:before,
  .slick-arrows-mobile-lg .slick-next:before {
    display: inline-block;
    font-size: 25px;
    line-height: 44px;
    color: #2D2C2C;
    opacity: 1; }
  .slick-arrows-mobile-lg .slick-prev:hover:not(.slick-disabled):before,
  .slick-arrows-mobile-lg .slick-next:hover:not(.slick-disabled):before {
    color: #2D2C2C;
    opacity: 1; }
  .slick-arrows-mobile-lg .slick-prev:before {
    content: '\e40a'; }
  .slick-arrows-mobile-lg .slick-next:before {
    content: '\e409'; }
  .slick-arrows-mobile-lg .slick-prev {
    left: 20px;
    right: auto; }
  .slick-arrows-mobile-lg .slick-next {
    right: 20px;
    left: auto; } }

.aside .slick-arrows-mobile-lg .slick-prev,
.aside .slick-arrows-mobile-lg .slick-next, .aside .slick-arrows-aside-simple .slick-prev,
.aside .slick-arrows-aside-simple .slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  height: 44px;
  width: 44px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
  padding: 0;
  margin-top: -22px;
  transform: none; }
  .aside .slick-arrows-mobile-lg .slick-prev:hover:not(.slick-disabled),
  .aside .slick-arrows-mobile-lg .slick-next:hover:not(.slick-disabled), .aside .slick-arrows-aside-simple .slick-prev:hover:not(.slick-disabled),
  .aside .slick-arrows-aside-simple .slick-next:hover:not(.slick-disabled) {
    background: white; }

.aside .slick-arrows-mobile-lg .slick-prev:before,
.aside .slick-arrows-mobile-lg .slick-next:before, .aside .slick-arrows-aside-simple .slick-prev:before,
.aside .slick-arrows-aside-simple .slick-next:before {
  display: inline-block;
  font-size: 25px;
  line-height: 44px;
  color: #2D2C2C;
  opacity: 1; }

.aside .slick-arrows-mobile-lg .slick-prev:hover:not(.slick-disabled):before,
.aside .slick-arrows-mobile-lg .slick-next:hover:not(.slick-disabled):before, .aside .slick-arrows-aside-simple .slick-prev:hover:not(.slick-disabled):before,
.aside .slick-arrows-aside-simple .slick-next:hover:not(.slick-disabled):before {
  color: #2D2C2C;
  opacity: 1; }

.aside .slick-arrows-mobile-lg .slick-prev:before, .aside .slick-arrows-aside-simple .slick-prev:before {
  content: '\e40a'; }

.aside .slick-arrows-mobile-lg .slick-next:before, .aside .slick-arrows-aside-simple .slick-next:before {
  content: '\e409'; }

.aside .slick-arrows-mobile-lg .slick-prev, .aside .slick-arrows-aside-simple .slick-prev {
  left: 20px;
  right: auto; }

.aside .slick-arrows-mobile-lg .slick-next, .aside .slick-arrows-aside-simple .slick-next {
  right: 20px;
  left: auto; }

@media (max-width: 767px) {
  .slick-arrows-mobile-lg:not(.bnr-grid) .slick-prev {
    left: 0;
    right: auto; }
  .slick-arrows-mobile-lg:not(.bnr-grid) .slick-next {
    right: 0;
    left: auto; }
  .bnr-grid.slick-arrows-mobile-lg .slick-prev {
    left: 15px;
    right: auto; }
  .bnr-grid.slick-arrows-mobile-lg .slick-next {
    right: 15px;
    left: auto; } }

@media (max-width: 767px) {
  .slick-arrows-mobile .slick-prev,
  .slick-arrows-mobile .slick-next {
    position: absolute;
    z-index: 1;
    display: block;
    height: 44px;
    width: 44px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.7);
    padding: 0;
    margin-top: -22px;
    transform: none; }
    .slick-arrows-mobile .slick-prev:hover:not(.slick-disabled),
    .slick-arrows-mobile .slick-next:hover:not(.slick-disabled) {
      background: white; }
  .slick-arrows-mobile .slick-prev:before,
  .slick-arrows-mobile .slick-next:before {
    display: inline-block;
    font-size: 18px;
    line-height: 44px;
    color: #2D2C2C;
    opacity: 1; }
  .slick-arrows-mobile .slick-prev:hover:not(.slick-disabled):before,
  .slick-arrows-mobile .slick-next:hover:not(.slick-disabled):before {
    color: #2D2C2C;
    opacity: 1; }
  .slick-arrows-mobile .slick-prev {
    left: 0;
    right: auto; }
  .slick-arrows-mobile .slick-next {
    right: 0;
    left: auto; } }

.carousel-arrows {
  position: relative;
  z-index: 1; }
  .carousel-arrows .slick-prev,
  .carousel-arrows .slick-next {
    top: 0;
    transform: translate(0); }
    .carousel-arrows .slick-prev:before,
    .carousel-arrows .slick-next:before {
      font-size: 20px;
      color: #868686; }
    .carousel-arrows .slick-prev:hover:not(.slick-disabled):before,
    .carousel-arrows .slick-next:hover:not(.slick-disabled):before {
      color: #000; }
  .carousel-arrows .slick-next {
    left: auto;
    right: 0; }
    .carousel-arrows .slick-next:before {
      content: '\e919'; }
  .carousel-arrows .slick-prev {
    left: auto;
    right: 25px; }
    .carousel-arrows .slick-prev:before {
      content: '\e922'; }

.slick-arrows-squared .slick-prev,
.slick-arrows-squared .slick-next {
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.7);
  top: 50%;
  margin-top: -22px;
  transform: none; }
  .slick-arrows-squared .slick-prev:before,
  .slick-arrows-squared .slick-next:before {
    display: inline-block;
    font-size: 18px;
    line-height: 44px;
    color: #2D2C2C;
    opacity: 1; }
  .slick-arrows-squared .slick-prev:hover:not(.slick-disabled),
  .slick-arrows-squared .slick-next:hover:not(.slick-disabled) {
    background: white; }

.slick-arrows-squared .slick-next {
  right: 50px; }
  .slick-arrows-squared .slick-next:before {
    content: '\e919'; }

.slick-arrows-squared .slick-prev {
  left: 50px; }
  .slick-arrows-squared .slick-prev:before {
    content: '\e922'; }

@media (min-width: 1300px) {
  .prd-grid.slick-arrows-squared .slick-next {
    right: -50px; }
    .prd-grid.slick-arrows-squared .slick-next:before {
      content: '\e919'; }
  .prd-grid.slick-arrows-squared .slick-prev {
    left: -50px; }
    .prd-grid.slick-arrows-squared .slick-prev:before {
      content: '\e922'; } }

@media (max-width: 1299px) {
  .slick-arrows-squared .slick-prev {
    left: 20px; }
  .slick-arrows-squared .slick-next {
    right: 20px; } }

@media (max-width: 479px) {
  .slick-arrows-squared .slick-prev {
    left: 0; }
  .slick-arrows-squared .slick-next {
    right: 0; } }

.slick-arrows-right {
  padding-right: 65px; }
  .slick-arrows-right .slick-prev,
  .slick-arrows-right .slick-next {
    width: 44px;
    height: 44px;
    background: #fff;
    top: 50%;
    left: auto;
    right: 0; }
    .slick-arrows-right .slick-prev:before,
    .slick-arrows-right .slick-next:before {
      font-size: 16px;
      color: #000; }
    .slick-arrows-right .slick-prev:hover:not(.slick-disabled):before,
    .slick-arrows-right .slick-next:hover:not(.slick-disabled):before {
      color: #000; }
  .slick-arrows-right .slick-next {
    transform: translateY(-49px); }
  .slick-arrows-right .slick-prev {
    transform: translateY(10px); }

.slick-slider.slick-vertical .slick-prev,
.slick-slider.slick-vertical .slick-next {
  top: auto;
  bottom: -25px; }

.slick-slider.slick-vertical .slick-prev {
  left: 5px; }
  .slick-slider.slick-vertical .slick-prev:before {
    content: '\e921'; }

.slick-slider.slick-vertical .slick-next {
  left: 50%;
  top: 0; }
  .slick-slider.slick-vertical .slick-next:before {
    content: '\e923'; }

/* slick dots */
.slick-dotted .slick-slider {
  margin-bottom: 10px; }

.slick-dots {
  position: absolute;
  bottom: 10px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 15px;
    width: 15px;
    margin: 8px 5px;
    padding: 0;
    cursor: pointer;
    pointer-events: all; }
    .slick-dots li button {
      border: 0;
      background-color: #bfbfbf;
      display: block;
      height: 5px;
      width: 5px;
      border-radius: 50%;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      margin: 5px;
      padding: 0;
      cursor: pointer;
      transition: 0.15s; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
    .slick-dots li:not(.slick-active) button:hover {
      background-color: #27c7d8; }
    .slick-dots li.slick-active button {
      border-width: 2px;
      border-style: solid;
      border-color: #27c7d8;
      height: 15px;
      width: 15px;
      margin: 0;
      background-color: transparent; }

.slick-dots li:only-child {
  display: none; }

.vert-dots .slick-dots {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 20px;
  left: auto;
  width: 11px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center; }

.vert-dots.vert-dots--left .slick-dots {
  left: 20px;
  right: auto; }

@media screen and (min-width: 768px) {
  .vert-dots-md .slick-dots {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 20px;
    left: auto;
    width: 11px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center; }
  .vert-dots-md.vert-dots--left .slick-dots {
    left: 20px;
    right: auto; } }

@media screen and (min-width: 768px) {
  .aside .vert-dots .slick-dots {
    right: 20px; }
  .aside .vert-dots.vert-dots--left .slick-dots {
    left: 20px; } }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slick-slide {
  will-change: transform; }

/* shop features */
.shop-feature {
  display: block;
  height: 100%;
  text-decoration: none;
  color: inherit; }
  .shop-feature:hover, .shop-feature:focus {
    color: inherit;
    text-decoration: none; }

.shop-feature-bg {
  display: none; }

.shop-features-style1:not(:first-child) {
  margin-top: 30px; }

.shop-features-style1 .shop-feature {
  padding: 22px 20px 22px 0;
  margin: 0 0 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  border-width: 1px;
  border-style: solid;
  border-color: #e2e2e2; }
  .shop-features-style1 .shop-feature .shop-feature-icon {
    margin: 0;
    min-width: 102px;
    height: auto;
    text-align: center;
    font-size: 64px;
    line-height: 1em;
    color: #000; }

@media screen and (max-width: 1199px) {
  .shop-features-style1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    margin: 0 -15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .shop-features-style1 .shop-feature {
    margin-left: 15px;
    margin-right: 15px;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    width: calc(33.3% - 30px); } }

@media screen and (max-width: 991px) {
  .shop-features-style1 .shop-feature {
    min-width: calc(100% - 30px); } }

.shop-features-style1 .shop-feature-text > *:not(:first-child) {
  margin-top: 10px; }

.shop-features-style1 .shop-feature-text .text1 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.4em;
  color: #000; }

.shop-features-style1 .shop-feature-text .text2 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.538em;
  color: #424242; }

.shop-features-style2 {
  color: #000;
  text-align: center; }
  .shop-features-style2:not(:first-child) {
    margin-top: 30px; }
  .shop-features-style2 .shop-feature {
    padding: 20px 10px; }
    .shop-features-style2 .shop-feature .shop-feature-icon {
      margin: 0;
      height: auto;
      font-size: 64px;
      line-height: 1em; }
    .shop-features-style2 .shop-feature .shop-feature-icon [class*='icon-'] {
      display: inline-block;
      transition: 0.3s ease-out; }
    .shop-features-style2 .shop-feature:hover .shop-feature-icon [class*='icon-'] {
      transform: rotateY(-180deg);
      transition: 0.3s ease-out; }
  .shop-features-style2 .shop-feature-text:not(:first-child) {
    margin-top: 15px; }
  .shop-features-style2 .shop-feature-text .text1 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    line-height: 1.6em; }
  @media screen and (max-width: 479px) {
    .shop-features-style2 .shop-feature {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      -moz-align-items: center;
      align-items: center;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      padding: 10px 0;
      text-align: left; }
      .shop-features-style2 .shop-feature:not(:first-child) {
        margin-top: 10px;
        padding: 8px 0 0; }
    .shop-features-style2 .shop-feature-text:not(:first-child) {
      margin-top: 0; }
    .shop-features-style2 .shop-feature .shop-feature-icon {
      min-width: 65px;
      font-size: 54px;
      line-height: 1em;
      text-align: left; } }

.shop-features-style2-1, .shop-features-style2-2 {
  text-align: center; }
  .shop-features-style2-1:not(:first-child), .shop-features-style2-2:not(:first-child) {
    margin-top: 30px; }
  .shop-features-style2-1 .shop-feature, .shop-features-style2-2 .shop-feature {
    display: block;
    height: 100%;
    padding: 60px 10px;
    transition: 0.2s ease-out; }
    @media (max-width: 767px) {
      .shop-features-style2-1 .shop-feature, .shop-features-style2-2 .shop-feature {
        padding: 30px 10px; } }
    @media (max-width: 479px) {
      .shop-features-style2-1 .shop-feature, .shop-features-style2-2 .shop-feature {
        padding: 20px 0; } }
    .shop-features-style2-1 .shop-feature .shop-feature-icon, .shop-features-style2-2 .shop-feature .shop-feature-icon {
      margin: 0;
      height: auto;
      font-size: 35px;
      line-height: 1.3em;
      transition: 0.3s transform ease-out; }
    .shop-features-style2-1 .shop-feature:hover, .shop-features-style2-2 .shop-feature:hover {
      background-color: #27c7d8; }
      .shop-features-style2-1 .shop-feature:hover .shop-feature-icon, .shop-features-style2-2 .shop-feature:hover .shop-feature-icon {
        transform: rotateY(-180deg); }
  .shop-features-style2-1 .shop-feature-text:not(:first-child), .shop-features-style2-2 .shop-feature-text:not(:first-child) {
    margin-top: 25px; }
    @media (max-width: 479px) {
      .shop-features-style2-1 .shop-feature-text:not(:first-child), .shop-features-style2-2 .shop-feature-text:not(:first-child) {
        margin-top: 15px; } }
  .shop-features-style2-1 .shop-feature-text .text1, .shop-features-style2-2 .shop-feature-text .text1 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    line-height: 1.6em; }

.shop-features-style2-1 {
  color: #fff; }

.shop-features-style2-2 {
  color: #000; }
  .shop-features-style2-2 .shop-feature:hover {
    color: #fff; }

.page-content .shop-features-style3 {
  margin-top: 0 !important; }

@media (min-width: 768px) {
  body.boxed *.use_global > .container .shop-features-style3 .shop-feature, body *.boxed > .container .shop-features-style3 .shop-feature {
    -ms-flex-pack: center;
        justify-content: center; } }

.shop-features-style3 .shop-feature, .shop-features-style3-1 .shop-feature {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding: 25px 17px; }
  @media (max-width: 1199px) {
    .shop-features-style3 .shop-feature, .shop-features-style3-1 .shop-feature {
      padding: 25px 20px; } }
  @media (max-width: 991px) {
    .shop-features-style3 .shop-feature, .shop-features-style3-1 .shop-feature {
      padding: 25px 15px; } }
  .shop-features-style3 .shop-feature:hover .shop-feature-icon, .shop-features-style3-1 .shop-feature:hover .shop-feature-icon {
    transform: rotateY(-180deg); }
  .shop-features-style3 .shop-feature .shop-feature-icon, .shop-features-style3-1 .shop-feature .shop-feature-icon {
    margin-right: 20px;
    height: 35px;
    color: #000;
    font-size: 35px;
    line-height: 1em;
    transition: 0.3s ease-out; }
  .shop-features-style3 .shop-feature .shop-feature-text .text1, .shop-features-style3-1 .shop-feature .shop-feature-text .text1 {
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    line-height: 1.4em; }
    @media (max-width: 1199px) {
      .shop-features-style3 .shop-feature .shop-feature-text .text1, .shop-features-style3-1 .shop-feature .shop-feature-text .text1 {
        font-size: 15px; } }
    @media (max-width: 991px) {
      .shop-features-style3 .shop-feature .shop-feature-text .text1, .shop-features-style3-1 .shop-feature .shop-feature-text .text1 {
        font-size: 14px; } }
  .shop-features-style3 .shop-feature .shop-feature-text .text2, .shop-features-style3-1 .shop-feature .shop-feature-text .text2 {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 11px;
    line-height: 1.4em; }
  .shop-features-style3 .shop-feature.light-color,
  .shop-features-style3 .shop-feature.light-color .shop-feature-text .text1,
  .shop-features-style3 .shop-feature.light-color .shop-feature-icon, .shop-features-style3-1 .shop-feature.light-color,
  .shop-features-style3-1 .shop-feature.light-color .shop-feature-text .text1,
  .shop-features-style3-1 .shop-feature.light-color .shop-feature-icon {
    color: #fff; }

.shop-features-style3 [class*='col-'], .shop-features-style3-1 [class*='col-'] {
  margin-top: 0 !important; }

@media screen and (max-width: 767px) {
  .shop-features-style3 [class*='col-'], .shop-features-style3-1 [class*='col-'] {
    padding: 0; }
  .shop-features-style3 [class*='col-']:not(:last-child) .shop-feature, .shop-features-style3-1 [class*='col-']:not(:last-child) .shop-feature {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
  .shop-features-style3 .shop-feature, .shop-features-style3-1 .shop-feature {
    padding: 25px 20px; } }

@media screen and (max-width: 767px) {
  .shop-features-style3 .shop-feature .shop-feature-icon {
    margin-right: 20px;
    margin-left: 20px; }
  footer .shop-features-style3 .shop-feature .shop-feature-icon {
    margin-right: 20px;
    margin-left: 0; } }

.shop-features-style3-1 .shop-feature, body[class*='home-page-toys-2'] .shop-features-style3 .shop-feature {
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  background-color: #27c7d8; }
  @media (max-width: 1199px) {
    .shop-features-style3-1 .shop-feature, body[class*='home-page-toys-2'] .shop-features-style3 .shop-feature {
      -ms-flex-pack: start;
      -moz-justify-content: flex-start;
      justify-content: flex-start; } }

.shop-features-style3-1 > *:nth-child(1) .shop-feature, .shop-features-style3-1 > *:nth-child(1) .shop-feature-bg, body[class*='home-page-toys-2'] .shop-features-style3 > *:nth-child(1) .shop-feature, body[class*='home-page-toys-2'] .shop-features-style3 > *:nth-child(1) .shop-feature-bg {
  background-color: #27c7d8; }

.shop-features-style3-1 > *:nth-child(2) .shop-feature, body[class*='home-page-toys-2'] .shop-features-style3 > *:nth-child(2) .shop-feature {
  background-color: #c4a7d2; }

.shop-features-style3-1 > *:first-child .shop-feature-bg, .shop-features-style3-1 > *:last-child .shop-feature-bg, body[class*='home-page-toys-2'] .shop-features-style3 > *:first-child .shop-feature-bg, body[class*='home-page-toys-2'] .shop-features-style3 > *:last-child .shop-feature-bg {
  display: block;
  position: absolute;
  width: 200%;
  height: 100%;
  top: 0;
  left: -200%;
  background-color: #27c7d8; }
  @media screen and (max-width: 767px) {
    .shop-features-style3-1 > *:first-child .shop-feature-bg, .shop-features-style3-1 > *:last-child .shop-feature-bg, body[class*='home-page-toys-2'] .shop-features-style3 > *:first-child .shop-feature-bg, body[class*='home-page-toys-2'] .shop-features-style3 > *:last-child .shop-feature-bg {
      display: none; } }

.shop-features-style3-1 > *:last-child .shop-feature-bg, body[class*='home-page-toys-2'] .shop-features-style3 > *:last-child .shop-feature-bg {
  right: -200%;
  left: auto;
  background-color: #27c7d8; }

body[class*='home-page-toys-2'] .shop-features-style3 {
  margin-top: -15px;
  margin-bottom: -15px; }
  @media (max-width: 1199px) {
    body[class*='home-page-toys-2'] .shop-features-style3 {
      overflow: hidden; } }
  @media (max-width: 767px) {
    body[class*='home-page-toys-2'] .shop-features-style3 {
      margin-top: -15px;
      margin-bottom: -15px; } }
  @media (max-width: 479px) {
    body[class*='home-page-toys-2'] .shop-features-style3 {
      margin-top: -10px;
      margin-bottom: -10px; } }
  body[class*='home-page-toys-2'] .shop-features-style3 > * {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-right: 0;
    padding-left: 0; }
    @media (max-width: 767px) {
      body[class*='home-page-toys-2'] .shop-features-style3 > * {
        margin-top: 15px;
        margin-bottom: 15px; } }
    @media (max-width: 479px) {
      body[class*='home-page-toys-2'] .shop-features-style3 > * {
        margin-top: 10px;
        margin-bottom: 10px; } }

.shop-features-style4 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .shop-features-style4 .shop-feature {
    -ms-flex: 0 0 262px;
    flex: 0 0 262px;
    max-width: 262px;
    padding: 4px 0 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    border-left-width: 1px;
    border-left-style: solid;
    border-color: #e2e2e2; }
    .shop-features-style4 .shop-feature:not(:first-child) {
      margin-top: 30px; }
    .shop-features-style4 .shop-feature .shop-feature-icon {
      margin: 0;
      min-width: 102px;
      height: auto;
      text-align: center;
      font-size: 44px;
      line-height: 1em;
      color: #000; }
      .shop-features-style4 .shop-feature .shop-feature-icon [class*='icon-'] {
        display: inline-block;
        transition: 0.3s ease-out; }
    .shop-features-style4 .shop-feature:hover .shop-feature-icon [class*='icon-'] {
      transform: rotateY(-180deg); }
  @media screen and (max-width: 1199px) and (min-width: 768px) {
    .shop-features-style4 {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .shop-features-style4 .shop-feature {
        margin-top: 0 !important;
        -ms-flex: 0 0 33.3%;
        flex: 0 0 33.3%;
        max-width: 33.3%;
        padding: 0 15px 0 0; }
        .shop-features-style4 .shop-feature:first-child {
          border: 0; } }
  @media screen and (max-width: 767px) {
    .shop-features-style4 {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .shop-features-style4 .shop-feature {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        border: 0; }
        .shop-features-style4 .shop-feature:not(:first-child) {
          margin-top: 10px;
          padding: 10px 0 0; }
      .shop-features-style4 .shop-feature .shop-feature-icon {
        min-width: 65px;
        text-align: left; } }
  .shop-features-style4 .shop-feature-text > *:not(:first-child) {
    margin-top: 6px; }
  .shop-features-style4 .shop-feature-text .text1 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    line-height: 1.55em;
    color: #000; }
    @media screen and (max-width: 767px) {
      .shop-features-style4 .shop-feature-text .text1 {
        font-size: 15px;
        line-height: 1.6em; } }
  .shop-features-style4 .shop-feature-text .text2 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 11px;
    line-height: 1.4545em;
    color: #424242; }
    @media screen and (max-width: 767px) {
      .shop-features-style4 .shop-feature-text .text2 {
        display: none; } }

.shop-features-style5 {
  display: -ms-flexbox;
  display: flex; }
  .shop-features-style5 .shop-feature {
    display: block;
    position: relative;
    padding: 60px 44px;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.7); }
    @media screen and (max-width: 991px) {
      .shop-features-style5 .shop-feature {
        padding: 40px 30px; } }
    @media screen and (max-width: 767px) {
      .shop-features-style5 .shop-feature {
        padding: 30px 25px; } }
    .shop-features-style5 .shop-feature:hover .shop-feature-icon {
      transform: rotateY(-180deg); }
    .shop-features-style5 .shop-feature > *:not(:first-child) {
      margin-top: 25px; }
    .shop-features-style5 .shop-feature .shop-feature-icon {
      color: #000;
      font-size: 37px;
      line-height: 1em;
      transition: 0.3s ease-out; }
    .shop-features-style5 .shop-feature .shop-feature-text .text1 {
      color: #000;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 500;
      font-family: "Montserrat", sans-serif;
      line-height: 1.4em; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .shop-features-style5 .shop-feature .shop-feature-text .text1 {
          font-size: 14px; } }
    .shop-features-style5 .shop-feature .shop-feature-text .text2 {
      color: #424242;
      text-transform: uppercase;
      font-weight: 300;
      font-size: 11px;
      line-height: 1.4em; }
    .shop-features-style5 .shop-feature.light-color,
    .shop-features-style5 .shop-feature.light-color .shop-feature-text .text1,
    .shop-features-style5 .shop-feature.light-color .shop-feature-text .text2,
    .shop-features-style5 .shop-feature.light-color .shop-feature-icon {
      color: #fff; }
  @media screen and (max-width: 767px) {
    .shop-features-style5 {
      max-width: 470px;
      margin-left: auto;
      margin-right: auto; }
      .shop-features-style5 .shop-feature {
        height: auto; }
      .shop-features-style5 > [class*='col-']:not(:first-child) .shop-feature {
        margin-top: 30px; } }

.shop-features-modal:not(:first-child) {
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #e2e2e2;
  margin-top: 20px; }
  @media screen and (max-width: 767px) {
    .shop-features-modal:not(:first-child) {
      margin: 15px 15px 0; } }

@media screen and (max-width: 767px) {
  .shop-features-modal {
    width: calc(100vw - 72px);
    margin-left: -105px; } }

.shop-features-modal .shop-feature {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding: 25px 0; }
  .shop-features-modal .shop-feature .shop-feature-icon {
    margin: 0 18px 0 0;
    height: auto;
    text-align: center;
    font-size: 56.5px;
    line-height: 1em;
    color: #000;
    transition: 0s ease-out; }
  .shop-features-modal .shop-feature:hover .shop-feature-icon {
    transform: rotateY(-180deg);
    transition: 0.3s ease-out; }
  .shop-features-modal .shop-feature .shop-feature-text .text1 {
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    line-height: 1.4em; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .shop-features-modal .shop-feature .shop-feature-text .text1 {
        font-size: 14px; } }
    .shop-features-modal .shop-feature .shop-feature-text .text1:not(:first-child) {
      margin-top: 7px; }
  .shop-features-modal .shop-feature .shop-feature-text .text2 {
    color: #000;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 11px;
    line-height: 1.4em; }
    .shop-features-modal .shop-feature .shop-feature-text .text2:not(:first-child) {
      margin-top: 7px; }

/* subscribe form */
.subscribe-form--style1 .subscribe-form-title {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  padding: 14px 0 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000; }

.subscribe-form--style1 .form-inline {
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center; }

.subscribe-form--style1 .form-inline > * {
  margin-left: 15px;
  display: inline-block; }

.subscribe-form--style1 .form-inline > *:first-child {
  margin-left: 0; }

.subscribe-form--style1 input[type='text'], .subscribe-form--style1 input[type='email'] {
  width: 400px;
  font-family: "Montserrat", sans-serif; }

.subscribe-form--style1 button.btn-decor {
  margin-top: 8px;
  margin-bottom: 8px; }

.subscribe-form--style1 .btn-decor, .subscribe-form--style1 .btn-decor:focus {
  color: #000; }

.form-control-wrap .errors {
  position: absolute; }

@media screen and (max-width: 991px) {
  .subscribe-form--style1 .subscribe-form-title {
    display: block;
    padding: 0; }
  .subscribe-form--style1 .form-inline {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .subscribe-form--style1 .form-inline > * {
    margin-left: 0;
    margin-top: 20px; }
  .subscribe-form--style1 .form-inline > *:first-child {
    margin-top: 0; }
  .subscribe-form--style1 .form-control-wrap {
    display: block;
    width: 370px;
    margin-left: auto;
    margin-right: auto; }
  .subscribe-form--style1 input[type='text'], .subscribe-form--style1 input[type='email'] {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto; }
  .subscribe-form--style1 button.btn-decor {
    margin-top: 20px;
    margin-bottom: 0; }
  .subscribe-form--style1 .form-control-wrap .errors {
    position: relative;
    margin-bottom: 0; } }

@media screen and (max-width: 767px) {
  .subscribe-form--style1 .form-control-wrap {
    width: 270px; } }

.subscribe-form--style2 {
  text-align: center; }
  .subscribe-form--style2 > * {
    margin-bottom: 0;
    margin-top: 20px; }
  .subscribe-form--style2 > *:first-child {
    margin-top: 0; }
  .subscribe-form--style2 > form:not(:first-child) {
    margin-top: 40px; }
  .subscribe-form--style2 input[type='text'], .subscribe-form--style2 input[type='email'] {
    max-width: 555px;
    margin-left: auto;
    margin-right: auto; }
  .subscribe-form--style2 .input-group {
    max-width: 605px;
    margin-left: auto;
    margin-right: auto; }

.subscribe-form--style3 {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  .subscribe-form--style3 > * {
    margin-bottom: 0;
    margin-top: 20px; }
  .subscribe-form--style3 > *:first-child {
    margin-top: 0; }
  .subscribe-form--style3 > form:not(:first-child) {
    margin-top: 40px; }
  .subscribe-form--style3 .input-group {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto; }
  .subscribe-form--style3 .btn--input-group:before {
    border-left: 0; }
  .subscribe-form--style3 .input-group-btn:last-child > .btn.btn--input-group:not(:hover) {
    background-color: transparent;
    color: #000; }

.subscribe-form--whitecolor {
  color: #fff; }
  .subscribe-form--whitecolor .subscribe-form-title {
    color: #fff; }
  .subscribe-form--whitecolor .btn-decor, .subscribe-form--whitecolor .btn-decor:focus {
    color: #fff; }
    .subscribe-form--whitecolor .btn-decor:after, .subscribe-form--whitecolor .btn-decor:focus:after {
      background-color: #fff; }

.subscribe-inline .errors {
  position: absolute;
  top: 100%; }

body.mac .subscribe-form input.form-control {
  padding-top: 16px; }


/* blog post */
.post-prws {
  margin: -30px -15px 0 -15px;
  width: calc(100% + 30px); }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .post-prws {
      margin-top: -25px; } }
  @media only screen and (max-width: 479px) {
    .post-prws {
      margin-top: -15px; } }

.post-prw .post-img {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1; }
  .post-prw .post-img img {
    width: calc(100% + 1px);
    transform: scale(1.1) rotate(0.001deg);
    transition: 0.5s; }
  .post-prw .post-img:after {
    position: absolute;
    z-index: 0;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0;
    transition: 0.3s; }

.post-prw:hover .post-img img {
  transform: scale(1) rotate(0.01deg); }

.post-prw:hover .post-img:after {
  opacity: .15; }

.post-prw .post-img + *:not(:first-child) {
  margin-top: 20px; }
  @media screen and (max-width: 479px) {
    .post-prw .post-img + *:not(:first-child) {
      margin-top: 15px; } }

.post-prw > * {
  margin-bottom: 0; }

.post-prw > *:not(:first-child) {
  margin-top: 12px; }
  @media (max-width: 767px) {
    .post-prw > *:not(:first-child) {
      margin-top: 10px; } }

.post-prw .post-title {
  display: inline-block;
  text-decoration: none;
  color: #000; }
  .post-prw .post-title:hover, .post-prw .post-title:focus,
  .post-prw .post-title:hover > *,
  .post-prw .post-title:focus > * {
    color: #27c7d8;
    text-decoration: none; }
  .post-prw .post-title > * {
    display: inline-block;
    margin: 0; }

.post-prw .tags-list:not(:first-child) {
  margin-bottom: -10px; }
  @media screen and (max-width: 767px) {
    .post-prw .tags-list:not(:first-child) {
      margin-bottom: 0; } }

.post-prw .post-bot {
  position: relative;
  margin-top: 15px;
  padding: 16px 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  overflow: hidden; }
  @media (max-width: 767px) {
    .post-prw .post-bot {
      padding: 15px 0 0;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .post-prw .post-bot:before {
    position: absolute;
    top: 0;
    right: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: 1px;
    background-color: #e2e2e2;
    content: ''; }
  .post-prw .post-bot > * {
    margin-left: 10px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px; }
  .post-prw .post-bot > *:last-child {
    margin-left: auto; }
  .post-prw .post-bot > *:first-child {
    margin-left: 0; }

.post-prw .post-link {
  color: #000; }
  .post-prw .post-link:hover, .post-prw .post-link:focus {
    color: #27c7d8;
    text-decoration: none; }
  @media (max-width: 767px) {
    .post-prw .post-link {
      margin-left: auto; } }

.post-prw .post-action a[class*='icon'] {
  padding: 0 5px;
  color: #27c7d8;
  font-size: 14px; }
  .post-prw .post-action a[class*='icon']:hover, .post-prw .post-action a[class*='icon']:focus {
    color: #000;
    text-decoration: none; }

.post-prw .post-action a.icon-share {
  font-size: 17px; }

@media (min-width: 768px) {
  .aside-block .post-prws-carousel {
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
  .aside-block .post-prws-carousel .post-prw {
    width: calc(100% - 30px);
    margin-left: 0;
    margin-right: 0; } }

@media (max-width: 767px) {
  .aside-block .post-prws-carousel {
    margin-left: -5px;
    margin-right: -5px;
    width: 100%; }
  .aside-block .post-prws-carousel .post-prw {
    width: calc(100% - 10px);
    margin-left: 5px;
    margin-right: 5px; } }

.post-prw-big .tags-list:not(:first-child) {
  margin-top: 20px; }

.post-prw-big .post-bot {
  padding: 24px 0 0; }
  @media screen and (max-width: 479px) {
    .post-prw-big .post-bot {
      padding-top: 16px; } }

.post-prw-big .post-img {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1; }
  .post-prw-big .post-img img {
    width: calc(100% + 1px);
    transform: scale(1.1) rotate(0.001deg);
    transition: 0.5s; }
  .post-prw-big .post-img:after {
    position: absolute;
    z-index: 0;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0;
    transition: 0.3s; }

.post-prw-big:hover .post-img img {
  transform: scale(1) rotate(0.01deg); }

.post-prw-big:hover .post-img:after {
  opacity: .15; }

.post-full .tags-list:not(:first-child) {
  margin-top: 15px; }

.post-full .post-bot {
  padding: 18px 0 0; }

.post-full:before {
  top: -10px; }

.post-prw-big > *:not(:first-child), .post-full > *:not(:first-child) {
  margin-top: 30px; }
  @media screen and (max-width: 767px) {
    .post-prw-big > *:not(:first-child), .post-full > *:not(:first-child) {
      margin-top: 24px; } }
  @media screen and (max-width: 479px) {
    .post-prw-big > *:not(:first-child), .post-full > *:not(:first-child) {
      margin-top: 18px; } }

.post-prw-big .post-img, .post-full .post-img {
  display: block; }
  .post-prw-big .post-img img, .post-full .post-img img {
    width: 100%; }

.post-prw-big .post-title, .post-full .post-title {
  display: inline-block;
  margin: 14px 0 0 0;
  text-decoration: none; }
  .post-prw-big .post-title:hover, .post-prw-big .post-title:focus,
  .post-prw-big .post-title:hover > *,
  .post-prw-big .post-title:focus > *, .post-full .post-title:hover, .post-full .post-title:focus,
  .post-full .post-title:hover > *,
  .post-full .post-title:focus > * {
    color: #27c7d8;
    text-decoration: none; }
  .post-prw-big .post-title > *, .post-full .post-title > * {
    display: inline-block;
    margin: 0; }
  @media screen and (max-width: 479px) {
    .post-prw-big .post-title, .post-full .post-title {
      margin-top: 10px; } }

.post-prw-big .post-title:first-child, .post-full .post-title:first-child {
  margin-top: 0; }

.post-prw-big .post-teaser:not(:first-child), .post-full .post-teaser:not(:first-child) {
  margin-top: 16px; }
  @media screen and (max-width: 479px) {
    .post-prw-big .post-teaser:not(:first-child), .post-full .post-teaser:not(:first-child) {
      margin-top: 7px; } }

.post-prw-big .post-bot, .post-full .post-bot {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start; }
  .post-prw-big .post-bot:not(:first-child), .post-full .post-bot:not(:first-child) {
    margin-top: 20px; }
    @media screen and (max-width: 479px) {
      .post-prw-big .post-bot:not(:first-child), .post-full .post-bot:not(:first-child) {
        margin-top: 17px; } }
  .post-prw-big .post-bot:before, .post-full .post-bot:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e2e2e2;
    content: ''; }
  .post-prw-big .post-bot > *, .post-full .post-bot > * {
    margin-left: 10px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px; }
  .post-prw-big .post-bot > *:last-child, .post-full .post-bot > *:last-child {
    margin-left: auto; }
  @media screen and (max-width: 767px) {
    .post-prw-big .post-bot > .social-list:last-child, .post-full .post-bot > .social-list:last-child {
      margin-top: 5px;
      margin-left: -12px;
      min-width: 100%; }
    .post-prw-big .post-bot > .post-action:not(:last-child), .post-full .post-bot > .post-action:not(:last-child) {
      margin-left: auto; } }
  .post-prw-big .post-bot > *:first-child, .post-full .post-bot > *:first-child {
    margin-left: 0; }

.post-prw-big .post-link, .post-full .post-link {
  color: #000;
  font-weight: 600; }
  .post-prw-big .post-link:hover, .post-prw-big .post-link:focus, .post-full .post-link:hover, .post-full .post-link:focus {
    color: #27c7d8;
    text-decoration: none; }

.post-prw-big .post-date, .post-full .post-date {
  font-size: 12px;
  line-height: 1em;
  color: #424242;
  text-transform: uppercase; }

.post-prw-big .post-action a[class*='icon'], .post-full .post-action a[class*='icon'] {
  padding: 0 5px;
  color: #27c7d8;
  font-size: 14px; }
  .post-prw-big .post-action a[class*='icon']:hover, .post-prw-big .post-action a[class*='icon']:focus, .post-full .post-action a[class*='icon']:hover, .post-full .post-action a[class*='icon']:focus {
    color: #000;
    text-decoration: none; }

.post-prw-big .post-action a.icon-share, .post-full .post-action a.icon-share {
  font-size: 17px; }

.post-full .post-img:not(:last-child) {
  margin-top: 12px; }

.post-prws-carousel:not(.slick-initialized) {
  height: 372px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }

.post-prws-carousel .post-prw {
  float: left;
  margin-top: 30px;
  margin-right: 15px;
  margin-left: 15px;
  width: 50%; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .post-prws-carousel .post-prw {
      margin-top: 30px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .post-prws-carousel .post-prw {
      margin-top: 25px; } }
  @media only screen and (max-width: 479px) {
    .post-prws-carousel .post-prw {
      margin-top: 15px; } }

.aside-block .post-prw:not(.slick-slide) + .post-prw {
  margin-top: 20px; }
  @media only screen and (max-width: 479px) {
    .aside-block .post-prw:not(.slick-slide) + .post-prw {
      margin-top: 15px; } }

.post-prw-big + .post-prw-big {
  margin-top: 60px; }
  @media screen and (max-width: 767px) {
    .post-prw-big + .post-prw-big {
      margin-top: 40px; } }

/* blog post grid */
.post-grid-2, .post-grid-3, .post-grid-4 {
  width: calc(100% + 30px);
  margin: 10px 0 0 -30px; }

.post-grid-2 .post-prw-big,
.post-grid-3 .post-prw-big,
.post-grid-4 .post-prw-big {
  vertical-align: top;
  display: inline-block;
  width: calc(50% - 30px);
  min-height: 1px;
  margin-left: 30px;
  margin-right: -4px;
  margin-bottom: 30px;
  margin-top: 0; }

.post-grid-2 .post-prw-big:nth-child(1),
.post-grid-2 .post-prw-big:nth-child(2),
.post-grid-3 .post-prw-big:nth-child(1),
.post-grid-3 .post-prw-big:nth-child(2),
.post-grid-3 .post-prw-big:nth-child(3),
.post-grid-4 .post-prw-big:nth-child(1),
.post-grid-4 .post-prw-big:nth-child(2),
.post-grid-4 .post-prw-big:nth-child(3),
.post-grid-4 .post-prw-big:nth-child(4) {
  margin-top: 10px; }

.post-grid-2 .post-prw-big {
  width: calc(50% - 30px); }

.post-grid-3 .post-prw-big {
  width: calc(33.33333% - 30px); }

.post-grid-4 .post-prw-big {
  width: calc(25% - 30px); }

@media screen and (max-width: 991px) {
  .post-grid-4 .post-prw-big {
    width: calc(33.33333% - 30px); } }

@media screen and (max-width: 767px) {
  .post-grid-4 .post-prw-big, .post-grid-3 .post-prw-big {
    width: calc(50% - 30px); } }

@media screen and (max-width: 480px) {
  .post-grid-4 .post-prw-big, .post-grid-3 .post-prw-big, .post-grid-2 .post-prw-big {
    width: calc(100% - 30px); } }

#sideColumn.fixed-col {
  margin-top: 0; }

.post-comment-form:not(:first-child) {
  margin-top: 40px; }

.post-comment-form .comment-form {
  margin-top: 40px; }
  @media screen and (max-width: 767px) {
    .post-comment-form .comment-form {
      margin-top: 20px; } }

.post-comments:not(:first-child) {
  margin-top: 30px; }

.post-comment:first-of-type:not(:first-child) {
  margin-top: 40px; }

.post-comment > .row > [class*='col']:last-child {
  padding-bottom: 25px; }

.post-comment > .row > [class*='col']:last-child:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 0;
  height: 1px;
  background-color: #e2e2e2; }

.post-comment:not(:first-child) {
  margin-top: 25px; }
  @media screen and (max-width: 767px) {
    .post-comment:not(:first-child) {
      margin-top: 20px; } }

.post-comment img {
  max-width: 100%; }

.post-comment-text {
  font-size: 14px;
  line-height: 24px;
  font-style: italic; }
  .post-comment-text:not(:first-child) {
    margin-top: 20px; }

.post-comment-author-img {
  max-width: 100px; }

.post-comment-author {
  font-size: 14px;
  line-height: 1em;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase; }
  .post-comment-author, .post-comment-author a {
    color: #000; }
  .post-comment-author:not(:first-child) {
    margin-top: 20px; }
    @media screen and (max-width: 767px) {
      .post-comment-author:not(:first-child) {
        margin-top: 15px; } }

.post-comment-date {
  font-size: 12px;
  line-height: 1em;
  color: #424242;
  text-transform: uppercase; }
  .post-comment-date:not(:first-child) {
    margin-top: 10px; }

.post-comment-reply {
  font-size: 12px;
  line-height: 1em;
  text-transform: uppercase; }
  .post-comment-reply, .post-comment-reply a {
    color: #27c7d8; }
  .post-comment-reply a:hover {
    color: #000; }
  .post-comment-reply:not(:first-child) {
    margin-top: 25px; }

/* reviews */
.review-item {
  border-top: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 30px; }
  .review-item p {
    margin-top: 15px; }

.review-item_author {
  margin-bottom: 0; }

.review-item_rating {
  margin-top: 5px; }

.review-item_rating [class*='icon'], .review-item_rating span, .tab-pane .prd-rating [class*='icon'], .tab-pane .prd-rating span {
  display: inline-block;
  vertical-align: top; }

.review-item_rating span:not(:first-child), .tab-pane .prd-rating span:not(:first-child) {
  padding-left: 5px; }

.review-item_rating [class*='icon'], .tab-pane .prd-rating [class*='icon'] {
  color: #868686;
  font-size: 13px; }
  .review-item_rating [class*='icon'].fill, .tab-pane .prd-rating [class*='icon'].fill {
    color: #27c7d8; }

.review-item + .review-item {
  margin-top: 0;
  border-top: 0; }

.review-item + *:not(.review-item) {
  margin-top: 30px; }

/* tooltip */
.tooltip {
  z-index: 1000; }
  .tooltip.top {
    padding: 6px 0; }
  .tooltip.right {
    padding: 0 6px; }
  .tooltip.bottom {
    padding: 6px 0; }
  .tooltip.left {
    padding: 0 6px; }

.tooltip-inner {
  border-width: 1px;
  border-style: solid;
  border-color: #e2e2e2;
  color: #424242;
  font-size: 12px;
  border-radius: 0; }

.tooltip-inner {
  background: #fff;
  padding: 2px 10px 2px; }

.tooltip .arrow {
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip .arrow:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  background: #fff;
  border-color: transparent;
  border-style: solid;
  z-index: -1; }

.tooltip.bs-tooltip-top .arrow {
  bottom: 3px;
  top: auto;
  width: auto;
  border-width: 5px 5px 0;
  border-top-color: #fff; }
  .tooltip.bs-tooltip-top .arrow:before {
    bottom: -2px;
    top: auto;
    left: 50%;
    margin-left: -6px;
    border-width: 6px 6px 0;
    border-top-color: #e2e2e2; }

.tooltip.bs-tooltip-bottom .arrow {
  top: 3px;
  width: auto;
  border-width: 0 5px 5px;
  border-bottom-color: #fff; }
  .tooltip.bs-tooltip-bottom .arrow:before {
    top: -2px;
    left: 50%;
    margin-left: -6px;
    border-width: 0 6px 6px;
    border-bottom-color: #e2e2e2; }

.tooltip.bs-tooltip-left .arrow {
  right: 3px;
  width: auto;
  border-width: 5px 0 5px 5px;
  border-left-color: #fff; }
  .tooltip.bs-tooltip-left .arrow:before {
    right: -2px;
    left: auto;
    top: 50%;
    margin-top: -6px;
    border-width: 6px 0 6px 6px;
    border-left-color: #e2e2e2; }

.tooltip.bs-tooltip-right .arrow {
  left: 2px;
  width: auto;
  border-width: 5px 5px 5px 0;
  border-right-color: #fff; }
  .tooltip.bs-tooltip-right .arrow:before {
    left: -2px;
    top: 50%;
    margin-top: -6px;
    border-width: 6px 6px 6px 0;
    border-right-color: #e2e2e2; }

/* modal */
.modal-countdown {
  display: none; }

.modal-content {
  box-shadow: 0 0 0 0;
  border: 0;
  padding: 30px 35px; }

.modal-header {
  border-radius: 0; }

.modal-content, .fancybox-content {
  border-radius: 0;
  background: #fff;
  overflow-x: hidden; }

.modal-info {
  max-width: 470px;
  padding: 45px 30px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  color: #000;
  border-radius: 4px;
  overflow: hidden;
  transform: translateY(-50px);
  transition: all .7s; }
  .modal-info .modal-icon-info {
    padding-right: 12px;
    font-size: 20px;
    display: inline-block;
    vertical-align: top; }
  .modal-info .modal-text {
    display: -ms-flexbox;
    display: flex; }

.modal-info a {
  color: #27c7d8; }

.modal--success .modal-icon-info {
  color: #77b900; }

.modal--error .modal-icon-info {
  color: #e53d60; }

/* modal quick view/checkout */
.modal--quickview .modal-dialog {
  width: 900px; }

.modal--quickview .modal-content {
  padding: 30px 32px;
  overflow: hidden; }

@media screen and (max-width: 767px) {
  .modal--quickview .product-previews-wrapper {
    display: block; }
  .modal--quickview .prd-block_main-image + .product-previews-wrapper {
    display: none; } }

.modal--quickview .prd-block_info {
  overflow: visible !important; }

.modal--quickview .modal-header, .modal--checkout .modal-header {
  background: #27c7d8;
  padding: 16px 30px 14px;
  border: 0; }
  @media screen and (max-width: 767px) {
    .modal--quickview .modal-header, .modal--checkout .modal-header {
      padding: 10px 15px 9px; } }

.modal--quickview .modal-header-title, .modal--checkout .modal-header-title {
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  font-size: 18px;
  line-height: 23px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #fff; }
  .modal--quickview .modal-header-title [class*='icon'], .modal--checkout .modal-header-title [class*='icon'] {
    padding-right: 25px; }
    @media screen and (max-width: 767px) {
      .modal--quickview .modal-header-title [class*='icon'], .modal--checkout .modal-header-title [class*='icon'] {
        display: none; } }

.modal--quickview .modal-header .modal-close, .modal--checkout .modal-header .modal-close {
  top: 8px;
  right: 20px;
  padding: 10px;
  font-size: 18px;
  color: #fff;
  transition: 0.2s; }
  .modal--quickview .modal-header .modal-close:hover, .modal--checkout .modal-header .modal-close:hover {
    opacity: .6; }

.modal--quickview .modal-content, .modal--checkout .modal-content {
  padding: 30px 40px; }
  @media screen and (max-width: 991px) {
    .modal--quickview .modal-content, .modal--checkout .modal-content {
      padding: 20px 30px; } }
  @media screen and (max-width: 767px) {
    .modal--quickview .modal-content, .modal--checkout .modal-content {
      padding: 15px 20px; } }

.modal--quickview .modal-body, .modal--checkout .modal-body {
  padding: 0;
  overflow: hidden; }

.modal--quickview .fancybox-close-small, .modal--checkout .fancybox-close-small {
  border-radius: 0;
  color: #fff;
  right: 6px;
  top: 5px; }
  @media screen and (max-width: 767px) {
    .modal--quickview .fancybox-close-small, .modal--checkout .fancybox-close-small {
      top: 0; } }

.modal--quickview .fancybox-thumbs > ul > li, .modal--checkout .fancybox-thumbs > ul > li {
  height: 120px; }

.modal--quickview .fancybox-thumbs > ul > li:before, .modal--checkout .fancybox-thumbs > ul > li:before {
  border-width: 2px;
  border-style: solid;
  border-color: #27c7d8; }

.modal--quickview.fancybox-content, .modal--checkout.fancybox-content {
  padding: 0;
  width: 937px;
  max-width: calc(100% - 60px);
  max-height: calc(100% - 60px);
  margin: 0; }
  @media screen and (max-width: 767px) {
    .modal--quickview.fancybox-content, .modal--checkout.fancybox-content {
      width: 600px;
      max-width: calc(100% - 30px);
      max-height: calc(100% - 30px); } }

.modal--quickview .prd-block_info-row .option-label, .modal--checkout .prd-block_info-row .option-label {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: auto;
  line-height: 17px;
  padding-top: 10px;
  padding-bottom: 10px; }

.modal--quickview .prd-block_info-row .prd-block_qty, .modal--checkout .prd-block_info-row .prd-block_qty {
  margin: 0 15px; }
  @media screen and (max-width: 991px) {
    .modal--quickview .prd-block_info-row .prd-block_qty, .modal--checkout .prd-block_info-row .prd-block_qty {
      margin: 0 10px; } }

.modal--quickview .prd-block_info-row .prd-block_options, .modal--checkout .prd-block_info-row .prd-block_options {
  margin: 0 15px; }
  @media screen and (max-width: 991px) {
    .modal--quickview .prd-block_info-row .prd-block_options, .modal--checkout .prd-block_info-row .prd-block_options {
      margin: 0 10px 0 0; } }

.modal--quickview .prd-block_info-row .prd-block_qty .qty, .modal--checkout .prd-block_info-row .prd-block_qty .qty {
  padding-right: 0; }

/* modal quick view product */
.modal--quickview .prd-block_info {
  width: 100%; }

.modal--quickview .prd-block_price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .modal--quickview .prd-block_price > * {
    margin-right: 10px;
    margin-bottom: 0;
    padding: 0; }

.modal--quickview .prd-rating {
  margin-top: 0; }
  .modal--quickview .prd-rating:not(:first-child) {
    padding-left: 15px; }

.modal--quickview .prd-block_info-row {
  margin: 0 0 20px; }
  .modal--quickview .prd-block_info-row > *:not(:first-child) {
    margin-left: 10px; }
  .modal--quickview .prd-block_info-row .mr-auto > *:not(:last-child) {
    margin-right: 10px; }
  .modal--quickview .prd-block_info-row > * {
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .modal--quickview .prd-block_info-row > * {
        margin-bottom: 0; } }

.modal--quickview .prd-block_info-row, .modal--quickview .prd-block_info-row > form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.modal--quickview .info-row-2 {
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between; }

.modal--quickview .prd-block_info .size-list li {
  margin: 0; }

.modal--quickview .info-row-col-1, .modal--quickview .info-row-col-3 {
  margin-right: auto; }

.modal--quickview .info-row-col-2 {
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center; }
  .modal--quickview .info-row-col-2 > * {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center; }
  .modal--quickview .info-row-col-2 > *:not(:first-child) {
    margin-left: 15px; }
    .modal--quickview .info-row-col-2 > *:not(:first-child) > *:not(:first-child) {
      margin-left: 15px; }

.modal--quickview .info-row-col-3 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.modal--quickview .info-row-col-3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between; }
  @media screen and (max-width: 991px) {
    .modal--quickview .info-row-col-3 {
      max-width: 170px; } }

.modal--quickview .info-row-col-4 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between; }

.modal--quickview .prd-block_actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  margin: 0 15px;
  padding: 0; }
  @media screen and (max-width: 991px) {
    .modal--quickview .prd-block_actions {
      margin: 0 10px; } }
  .modal--quickview .prd-block_actions:last-child {
    margin-right: 0; }

@media screen and (min-width: 768px) {
  .modal--quickview .info-row-col-4 .prd-block_price {
    display: none; } }

@media screen and (max-width: 767px) {
  .modal--quickview .prd-block_link {
    padding-top: 5px;
    padding-bottom: 5px; }
  .modal--quickview .prd-block_info-row > form {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .modal--quickview .info-row-1:first-child {
    display: block; }
  .modal--quickview .prd-block_info-row:last-child {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .modal--quickview .info-row-col-3 {
    display: none; }
  .modal--quickview .info-row-col-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .modal--quickview .info-row-col-4 > *:nth-child(odd) {
      -ms-flex-preferred-size: calc(50% - 10px);
          flex-basis: calc(50% - 10px);
      min-width: calc(50% - 10px); }
    .modal--quickview .info-row-col-4 > *:nth-child(even) {
      margin: 0 0 0 auto; }
    .modal--quickview .info-row-col-4 > *:nth-child(1), .modal--quickview .info-row-col-4 > *:nth-child(2) {
      margin-bottom: 15px; }
  .modal--quickview .info-row-col-2 {
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center; }
    .modal--quickview .info-row-col-2, .modal--quickview .info-row-col-2:not(:first-child) {
      margin-left: 0; }
    .modal--quickview .info-row-col-2 > *:not(:first-child) {
      margin-left: 0; }
    .modal--quickview .info-row-col-2 > * {
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
      min-width: 30%; }
    .modal--quickview .info-row-col-2 > *:not(:first-child) {
      margin-left: auto; }
  .modal--quickview .info-row-2 {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start; }
  .modal--quickview .prd-block_info-row .prd-block_qty, .modal--quickview .prd-block_info-row .prd-block_options, .modal--quickview .prd-block_info-row .prd-block_actions {
    margin: 0 10px 0 0; } }

@media screen and (max-width: 359px) {
  .modal--quickview .prd-block_qty, .modal--quickview .prd-block_options, .modal--quickview .prd-block_actions {
    margin: 0 15px 0 0; }
  .modal--quickview .modal-content {
    padding: 15px 15px; }
  .modal--quickview .prd-block_price .prd-block_price--actual, .modal--quickview .prd-block_price .prd-block_price--special {
    font-size: 20px; }
  .modal--quickview .info-row-col-4 > *:nth-child(1) {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    min-width: 0; }
  .modal--quickview .info-row-col-4 > *:nth-child(3) {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0; }
  .modal--quickview .info-row-col-4 > *:nth-child(4) {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 15px 0 0 0; }
    .modal--quickview .info-row-col-4 > *:nth-child(4) button {
      width: 100%; } }

.modal--quickview .select-wrapper, .modal--quickview .select-wrapper-sm {
  max-width: 200px; }
  @media screen and (max-width: 991px) {
    .modal--quickview .select-wrapper, .modal--quickview .select-wrapper-sm {
      max-width: 160px; } }
  @media screen and (max-width: 479px) {
    .modal--quickview .select-wrapper, .modal--quickview .select-wrapper-sm {
      max-width: 100%; } }

.modal--quickview .btn {
  padding-left: 15px;
  padding-right: 15px; }

.modal--checkout .modal-dialog {
  width: 880px; }
  @media screen and (max-width: 991px) {
    .modal--checkout .modal-dialog {
      width: 440px;
      max-width: 90%; } }

.modal--checkout .modal-content {
  padding: 40px 35px; }
  @media screen and (max-width: 767px) {
    .modal--checkout .modal-content {
      padding: 20px 15px; } }

.modal--checkout .prd-options {
  margin-top: 0;
  font-size: 11px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center; }
  .modal--checkout .prd-options + .prd-options {
    margin-top: 2px; }

.modal--checkout .label-options {
  font-size: 11px;
  margin-right: 10px; }

.modal--checkout .prd-options-val {
  font-weight: 700;
  text-transform: uppercase;
  color: #000; }

.modalchk-title {
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0;
  font-family: "Montserrat", sans-serif; }

.modalchk-price, .modalchk-total-price {
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 700;
  color: #000; }

.modalchk-price {
  margin-bottom: 12px; }

.modalchk-total-price {
  position: relative;
  top: -2px; }

.modalchk-custom img {
  max-width: 100%; }

.modalchk-custom:not(:first-child) {
  margin-top: 30px; }

.modalchk-prd-info {
  margin-right: 15px; }
  @media screen and (min-width: 992px) {
    .modalchk-prd-info {
      padding-right: 30px;
      padding-top: 15px;
      border-right-width: 1px;
      border-right-style: solid;
      border-color: #e2e2e2; } }
  @media screen and (max-width: 767px) {
    .modalchk-prd-info {
      -ms-flex: 0 0 calc(100% - 135px);
      flex: 0 0 calc(100% - 135px);
      max-width: calc(100% - 135px);
      margin-right: 0;
      padding: 0; } }

.modalchk-prd-actions {
  padding-top: 15px;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media screen and (max-width: 991px) {
    .modalchk-prd-actions {
      padding-top: 25px; } }

@media screen and (min-width: 992px) {
  .modalchk-prd-image {
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    max-width: 200px; } }

@media screen and (max-width: 991px) {
  .modalchk-prd-image {
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    max-width: 150px; } }

@media screen and (max-width: 767px) {
  .modalchk-prd-image {
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    max-width: 120px; } }

.modalchk-prd-image img {
  width: 100%;
  position: relative;
  z-index: 155; }

.modalchk-btns-wrap {
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  margin-top: auto; }
  @media screen and (max-width: 767px) {
    .modalchk-btns-wrap {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media screen and (min-width: 768px) {
    .modalchk-btns-wrap > *:not(:last-child) {
      margin-right: 10px; } }
  .modalchk-btns-wrap .btn {
    padding-left: 15px;
    padding-right: 15px; }
    @media screen and (max-width: 767px) {
      .modalchk-btns-wrap .btn {
        margin-bottom: 10px;
        width: 100%; } }

.product-quickview-carousel {
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
  z-index: 155; }
  @media screen and (max-width: 767px) {
    .product-quickview-carousel {
      margin-left: -7.5px;
      margin-right: -7.5px;
      width: calc(100% + 15px); } }
  .product-quickview-carousel a {
    display: block;
    margin: 0 15px; }
    @media screen and (max-width: 767px) {
      .product-quickview-carousel a {
        margin: 0 7.5px; } }
  .product-quickview-carousel img {
    max-width: 100%; }

.product-quickview-carousel a {
  width: 260px; }

.product-quickview-carousel:not(.slick-initialized) a {
  min-width: 260px; }

.product-quickview-carousel:not(.slick-initialized) {
  display: -ms-flexbox;
  display: flex;
  opacity: 0; }
  .product-quickview-carousel:not(.slick-initialized) a {
    min-width: 260px; }
  .product-quickview-carousel:not(.slick-initialized) a img {
    height: 0;
    padding-top: 118%; }

@media screen and (max-width: 991px) {
  .product-quickview-carousel a {
    width: 192px; }
  .product-quickview-carousel:not(.slick-initialized) a {
    min-width: 192px; } }

@media screen and (max-width: 767px) {
  .product-quickview-carousel a {
    width: 176px; }
  .product-quickview-carousel:not(.slick-initialized) a {
    min-width: 176px; } }

@media screen and (max-width: 630px) {
  .product-quickview-carousel:not(.slick-initialized) > div {
    min-width: 50%; }
  .product-quickview-carousel a {
    width: calc(100% - 15px); }
  .product-quickview-carousel:not(.slick-initialized) a {
    min-width: calc(100% - 15px); } }

.product-quickview-carousel.slick-initialized {
  opacity: 1;
  transition: opacity 0.5s ease 0.75s; }
  .product-quickview-carousel.slick-initialized + .gdw-loader {
    opacity: 0; }

.product-quickview-carousel .slick-prev,
.product-quickview-carousel .slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  height: 44px;
  width: 44px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
  top: 50%;
  padding: 0;
  margin-top: -22px;
  transform: none;
  pointer-events: auto; }
  .product-quickview-carousel .slick-prev:before,
  .product-quickview-carousel .slick-next:before {
    display: inline-block;
    font-size: 18px;
    line-height: 44px;
    color: #2D2C2C;
    opacity: 1; }
  .product-quickview-carousel .slick-prev:hover:not(.slick-disabled),
  .product-quickview-carousel .slick-next:hover:not(.slick-disabled) {
    background: white; }

.product-quickview-carousel .slick-prev:before,
.product-quickview-carousel .slick-next:before {
  display: inline-block;
  font-size: 16px;
  line-height: 45px;
  color: #000;
  opacity: 1; }

.product-quickview-carousel .slick-prev:hover:not(.slick-disabled):before,
.product-quickview-carousel .slick-next:hover:not(.slick-disabled):before {
  color: #000;
  opacity: 1; }

.product-quickview-carousel .slick-prev {
  left: 25px;
  right: auto; }
  @media screen and (max-width: 767px) {
    .product-quickview-carousel .slick-prev {
      left: 0; } }

.product-quickview-carousel .slick-next {
  right: 25px;
  left: auto; }
  @media screen and (max-width: 767px) {
    .product-quickview-carousel .slick-next {
      right: 0; } }

.product-quickview-carousel:not(.slick-initialized) {
  opacity: 0; }

.equal-height .product-quickview-carousel .slick-slide > a {
  position: relative;
  height: 0;
  padding-top: 118%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center; }

.equal-height .product-quickview-carousel .slick-slide > a > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%; }

.modal--simple {
  padding: 0; }
  .modal--simple .modal-header {
    background: #27c7d8;
    padding: 16px 30px 14px;
    border: 0; }
    @media screen and (max-width: 767px) {
      .modal--simple .modal-header {
        padding: 10px 15px 9px; } }
  .modal--simple .modal-header-title {
    display: -ms-flexbox;
    display: flex;
    padding-right: 30px;
    font-size: 18px;
    line-height: 23px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    color: #fff; }
    @media screen and (max-width: 767px) {
      .modal--simple .modal-header-title {
        font-size: 16px; } }
    .modal--simple .modal-header-title [class*='icon'] {
      padding-right: 25px; }
      @media screen and (max-width: 767px) {
        .modal--simple .modal-header-title [class*='icon'] {
          display: none; } }
  .modal--simple .modal-header .modal-close {
    top: 8px;
    right: 20px;
    padding: 10px;
    font-size: 18px;
    color: #fff;
    transition: 0.2s; }
    .modal--simple .modal-header .modal-close:hover {
      opacity: .6; }
  .modal--simple .modal-content {
    padding: 30px 40px; }
    @media screen and (max-width: 991px) {
      .modal--simple .modal-content {
        padding: 20px 30px; } }
    @media screen and (max-width: 767px) {
      .modal--simple .modal-content {
        padding: 15px 20px; } }
  .modal--simple .modal-body {
    padding: 0; }
  .modal--simple .fancybox-close-small {
    border-radius: 0;
    color: #fff;
    right: 6px;
    top: 5px; }
    @media screen and (max-width: 767px) {
      .modal--simple .fancybox-close-small {
        top: 0; } }

.modal--lg {
  width: 909px;
  max-width: calc(100% - 40px); }

/* modal newsletter */
.modal--newsletter {
  padding: 0;
  width: 1024px;
  max-width: calc(100% - 40px);
  overflow: hidden;
  background-color: #fff; }
  @media screen and (max-width: 767px) {
    .modal--newsletter {
      width: 512px; } }
  .modal--newsletter .fancybox-close-small {
    background: #27c7d8;
    color: #fff;
    height: 53px;
    width: 53px;
    font-size: 20px;
    line-height: 53px; }
  .modal--newsletter input[type="checkbox"] + label {
    text-transform: none; }

.newslettermodal-img {
  position: absolute;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  .newslettermodal-img img {
    height: 100%; }

.newslettermodal-content-center {
  width: 100%; }

.newslettermodal-content {
  text-align: center;
  padding: 60px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center; }
  @media screen and (max-width: 991px) {
    .newslettermodal-content {
      padding: 40px; } }
  @media screen and (max-width: 479px) {
    .newslettermodal-content {
      padding: 30px; } }

.newslettermodal-content-logo img {
  max-height: 65px; }

.newslettermodal-content-title:not(:first-child) {
  margin-top: 30px; }

.newslettermodal-content-title:not(:first-child) {
  margin-top: 30px; }

.newslettermodal-content-text:not(:first-child) {
  margin-top: 30px; }

.newslettermodal-content-form:not(:first-child) {
  margin-top: 20px; }

.newslettermodal-content-socials:not(:first-child) {
  margin-top: 30px; }

.newslettermodal-content-socials .social-list li a {
  padding: 0 15px; }
  @media screen and (max-width: 767px) {
    .newslettermodal-content-socials .social-list li a {
      padding: 0 12px; } }

.modal--newsletter input[type='email'] {
  font-size: 14px; }
  .modal--newsletter input[type='email']::-webkit-input-placeholder {
    color: #424242;
    text-transform: none; }
  .modal--newsletter input[type='email']:-moz-placeholder {
    color: #424242;
    text-transform: none; }
  .modal--newsletter input[type='email']::-moz-placeholder {
    color: #424242;
    text-transform: none; }
  .modal--newsletter input[type='email']:-ms-input-placeholder {
    color: #424242;
    text-transform: none; }
  .modal--newsletter input[type='email']:focus::-webkit-input-placeholder {
    color: #868686;
    text-transform: none; }
  .modal--newsletter input[type='email']:focus:-moz-placeholder {
    color: #868686;
    text-transform: none; }
  .modal--newsletter input[type='email']:focus::-moz-placeholder {
    color: #868686;
    text-transform: none; }
  .modal--newsletter input[type='email']:focus:-ms-input-placeholder {
    color: #868686;
    text-transform: none; }

.fancybox-fx-material.fancybox-slide--previous,
.fancybox-fx-material.fancybox-slide--next {
  opacity: 0;
  transform: translateY(-60px) scale(1.1); }

.fancybox-fx-material.fancybox-slide--current {
  opacity: 1;
  transform: translateY(0) scale(1); }

.fancybox-thumbs > ul > li {
  max-height: none;
  width: calc(50% - 4px);
  padding-top: 50%; 
  }

.fancybox-caption:before {
  background: none; }

.fancybox-active .fancybox-stage {
  display: block !important; }

.fancybox--light .fancybox-bg {
  background: #fff; }

.fancybox--light.fancybox-is-open .fancybox-bg {
  opacity: 1; }

.fancybox--light .fancybox-caption {
  font-size: 18px;
  line-height: 1em;
  font-weight: 600;
  color: #000;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase; }

.fancybox--light .fancybox-caption:after {
  display: none; }

.fancybox--light .fancybox-infobar {
  color: #000;
  mix-blend-mode: unset; }

.fancybox--light .fancybox-button {
  background: #ccc; }

.fancybox--light .fancybox-button, .fancybox--light .fancybox-button:link, .fancybox--light .fancybox-button:visited {
  color: #fff; }

.fancybox--light .fancybox-button.disabled, .fancybox--light .fancybox-button.disabled:hover, .fancybox--light .fancybox-button[disabled], .fancybox--light .fancybox-button[disabled]:hover {
  color: #fff;
  opacity: .35; }

.fancybox-thumbs > ul > li:before {
  border-color: #27c7d8; }

@media screen and (min-width: 992px) {
  .fancybox-thumbs > ul > li {
    max-height: none;
    height: 165px;
    margin: 0 2px 4px; }
  .fancybox-thumbs {
    width: 280px; }
  .fancybox-show-thumbs .fancybox-inner {
    right:0px; border:0px solid red; } }


/* gallery */
.filters {
  margin: 0 0 35px;
  padding: 0;
  text-align: center; }
  @media (max-width: 479px) {
    .filters {
      margin-bottom: 15px; } }
  .filters .filters-label {
    display: inline-block;
    margin: 0 10px; }
  .filters .filters-label > a {
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    color: #000;
    text-decoration: none;
    font-weight: 500; }
  .filters .filters-label.active > a,
  .filters .filters-label:hover > a {
    color: #27c7d8; }
  .filters .filters-label-count {
    color: #424242;
    padding-left: 10px;
    font-weight: 400; }

.holder.fullwidth .filters {
  padding-left: 15px;
  padding-right: 15px; }

.gallery-wrapper {
  overflow: hidden;
  margin-bottom: -1px; }

.gallery--style-1 .gallery-item {
  position: relative;
  overflow: hidden;
  text-align: center;
  float: left;
  width: 33.333%; }
  @media (max-width: 991px) {
    .gallery--style-1 .gallery-item {
      width: 50%; } }
  @media (max-width: 767px) {
    .gallery--style-1 .gallery-item {
      width: 100%; } }
  .gallery--style-1 .gallery-item p {
    font-size: 14px;
    line-height: 24px; }
    @media (max-width: 767px) {
      .gallery--style-1 .gallery-item p {
        font-size: 12px;
        line-height: 18px; } }
  .gallery--style-1 .gallery-item:hover .gallery-item-caption,
  .gallery--style-1 .gallery-item:hover .gallery-item-links {
    opacity: 1; }
  .gallery--style-1 .gallery-item:hover .gallery-item-link {
    opacity: 1;
    margin: 0 15px; }

.gallery--style-1 .gallery-item-image img {
  display: block;
  width: 100%; }

.gallery--style-1 .gallery-item-image:not(.has-loader) img {
  position: relative; }

.gallery--style-1 .gallery-item-caption {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 23px 25px;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: 0.5s; }
  .gallery--style-1 .gallery-item-caption,
  .gallery--style-1 .gallery-item-caption h2,
  .gallery--style-1 .gallery-item-caption h3,
  .gallery--style-1 .gallery-item-caption h4,
  .gallery--style-1 .gallery-item-caption h5,
  .gallery--style-1 .gallery-item-caption h6 {
    color: #fff;
    margin-bottom: 0; }
  .gallery--style-1 .gallery-item-caption > *:not(:first-child) {
    margin-top: 13px; }

.gallery--style-1 .gallery-item-title {
  font-size: 18px;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 1px; }
  @media (max-width: 767px) {
    .gallery--style-1 .gallery-item-title {
      font-size: 16px; } }

.gallery--style-2 .gallery-item {
  position: relative;
  overflow: hidden;
  text-align: center;
  float: left;
  width: calc(33.333% - 30px);
  margin: 0 15px 10px; }
  @media (max-width: 991px) {
    .gallery--style-2 .gallery-item {
      width: calc(50% - 30px); } }
  @media (max-width: 767px) {
    .gallery--style-2 .gallery-item {
      width: 100%;
      margin: 0;
      font-size: 16px; } }
  .gallery--style-2 .gallery-item p {
    font-size: 14px;
    line-height: 24px; }
    @media (max-width: 767px) {
      .gallery--style-2 .gallery-item p {
        font-size: 12px;
        line-height: 18px; } }
  .gallery--style-2 .gallery-item:hover .gallery-item-links {
    opacity: 1; }
  .gallery--style-2 .gallery-item:hover .gallery-item-link {
    opacity: 1;
    margin: 0 15px; }

.gallery--style-2 .gallery-item-image {
  position: relative; }
  .gallery--style-2 .gallery-item-image img {
    position: relative;
    display: block;
    width: 100%; }

.gallery--style-2 .gallery-item-caption {
  padding: 30px 0; }
  @media (max-width: 479px) {
    .gallery--style-2 .gallery-item-caption {
      padding: 20px 0; } }
  .gallery--style-2 .gallery-item-caption,
  .gallery--style-2 .gallery-item-caption h2,
  .gallery--style-2 .gallery-item-caption h3,
  .gallery--style-2 .gallery-item-caption h4,
  .gallery--style-2 .gallery-item-caption h5,
  .gallery--style-2 .gallery-item-caption h6 {
    color: #000;
    margin-bottom: 0; }
  .gallery--style-2 .gallery-item-caption > *:not(:first-child) {
    margin-top: 13px; }

.gallery--style-2 .gallery-item-title {
  font-size: 18px;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 1px; }

.gallery--style-2 .gallery-item-category {
  font-size: 12px;
  line-height: 18px;
  color: #424242;
  text-transform: uppercase; }

.gallery-item-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.5s; }

.gallery-item-link {
  display: block;
  width: 44px;
  height: 44px;
  margin: 0 75px;
  background: rgba(255, 255, 255, 0.7);
  font-size: 17px;
  line-height: 45px;
  color: #000;
  cursor: pointer;
  text-decoration: none;
  opacity: 0;
  transition: 0.5s; }
  .gallery-item-link:hover, .gallery-item-link:focus {
    color: #000;
    text-decoration: none; }
  .gallery-item-link:hover {
    background: white;
    transition: 0.5s; }

/* tab category */
.tab-category.nav-tabs {
  border-bottom: 0; }
  .tab-category.nav-tabs > * {
    display: inline-block;
    float: none;
    margin: 0 15px; }
    .tab-category.nav-tabs > * > * {
      margin-bottom: 0; }
  .tab-category.nav-tabs:not(.text-center):not(.justify-content-center) > *:first-child {
    margin-left: 0; }
  .tab-category.nav-tabs:not(.text-center):not(.justify-content-center) > *:last-child {
    margin-right: 0; }
  .tab-category.nav-tabs .nav-link.active, .tab-category.nav-tabs .nav-link:hover {
    color: #27c7d8; }
  .tab-category.nav-tabs .nav-link {
    padding: 0;
    border: 0; }
    @media (max-width: 767px) {
      .tab-category.nav-tabs .nav-link {
        padding: 5px 0; } }

.tab-category-content.tab-content > .tab-pane {
  padding: 0; }

.tab-category-image {
  display: block;
  height: 100%;
  min-height: 300px;
  text-decoration: none;
  background-size: cover;
  background-position: center; }

/* coming soon banner  */
.count-banner-link {
  display: block;
  position: relative; }
  .count-banner-link, .count-banner-link:focus {
    text-decoration: none; }
  .count-banner-link:after {
    position: absolute;
    z-index: 0;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0;
    transition: 0.3s; }
  .count-banner-link:hover {
    text-decoration: none; }
    .count-banner-link:hover:after {
      opacity: .25; }
  .count-banner-link .row {
    position: relative;
    z-index: 2; }

.count-banner {
  padding: 135px 0; }
  @media (max-width: 1199px) {
    .count-banner {
      padding: 100px 0; } }
  @media (max-width: 991px) {
    .count-banner {
      padding: 70px 0; } }
  @media (max-width: 767px) {
    .count-banner {
      padding: 50px 0; } }

.count-banner-caption {
  padding: 0 15px; }
  .count-banner-caption > *:not(:first-child) {
    margin-top: 10px; }
  .count-banner-caption .countdown-box {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto; }
  .count-banner-caption .countdown > span {
    font-weight: 600; }
  @media (max-width: 767px) {
    .count-banner-caption {
      padding: 0 15px 30px; } }

.count-banner-txt1 {
  font-size: 14px;
  line-height: 1em;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #fff; }

.count-banner-txt2 {
  font-size: 48px;
  line-height: 1em;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #fff; }
  @media (max-width: 991px) {
    .count-banner-txt2 {
      font-size: 36px; } }
  @media (max-width: 479px) {
    .count-banner-txt2 {
      font-size: 28px; } }
  .count-banner-txt2 span {
    color: #27c7d8; }

.count-banner2 {
  display: table;
  margin: 0 auto;
  padding: 65px 0;
  text-align: center;
  text-decoration: none; }
  @media (max-width: 767px) {
    .count-banner2 {
      padding: 30px 0; } }
  .count-banner2:hover {
    text-decoration: none; }

.count-banner2-caption {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin: 0 auto;
  padding: 135px 145px 100px;
  background-color: rgba(0, 0, 0, 0.7); }
  @media (max-width: 991px) {
    .count-banner2-caption {
      padding: 80px 80px 60px; } }
  @media (max-width: 767px) {
    .count-banner2-caption {
      padding: 60px 50px 45px; } }
  @media (max-width: 479px) {
    .count-banner2-caption {
      padding: 40px 30px 25px; } }
  .count-banner2-caption:before {
    content: '';
    position: absolute;
    z-index: 0;
    top: -100px;
    left: 50%;
    bottom: -100px;
    right: -100px;
    background: rgba(255, 255, 255, 0.2);
    pointer-events: none;
    transform: rotate(-20deg); }
  .count-banner2-caption:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 60px;
    left: 60px;
    bottom: 60px;
    right: 60px;
    border-width: 5px;
    border-style: solid;
    border-color: #fff;
    pointer-events: none; }
    @media (max-width: 991px) {
      .count-banner2-caption:after {
        top: 40px;
        left: 40px;
        bottom: 40px;
        right: 40px;
        border-width: 3px; } }
    @media (max-width: 767px) {
      .count-banner2-caption:after {
        top: 30px;
        left: 30px;
        bottom: 30px;
        right: 30px; } }
    @media (max-width: 767px) {
      .count-banner2-caption:after {
        top: 20px;
        left: 20px;
        bottom: 20px;
        right: 20px; } }
  .count-banner2-caption .countdown-box {
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto; }
    .count-banner2-caption .countdown-box:before {
      display: none; }
  .count-banner2-caption .countdown > span {
    color: #a1a0a0; }
  .count-banner2-caption .countdown > span:after {
    display: none; }
  .count-banner2-caption .countdown > span span {
    display: block;
    width: 74px;
    padding: 20px 0;
    margin: 0 10px 15px;
    font-size: 20px;
    line-height: 34px;
    font-weight: bold;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.35); }
    @media (max-width: 767px) {
      .count-banner2-caption .countdown > span span {
        font-size: 18px;
        width: 50px;
        padding: 8px 0;
        margin: 0 3px 10px; } }
    @media (max-width: 479px) {
      .count-banner2-caption .countdown > span span {
        font-size: 14px;
        width: 40px;
        padding: 3px 0;
        margin: 0 0 5px; } }

.count-banner2-txt1 {
  font-size: 37px;
  line-height: 1em;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1px; }
  .count-banner2-txt1:not(:first-child) {
    margin-top: 35px; }
  @media (max-width: 991px) {
    .count-banner2-txt1 {
      font-size: 25px; } }
  @media (max-width: 479px) {
    .count-banner2-txt1 {
      font-size: 20px; } }

.count-banner2-txt2 {
  font-size: 100px;
  line-height: 1em;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  color: #27c7d8; }
  .count-banner2-txt2:not(:first-child) {
    margin-top: 35px; }
  @media (max-width: 991px) {
    .count-banner2-txt2 {
      font-size: 70px; } }
  @media (max-width: 479px) {
    .count-banner2-txt2 {
      font-size: 50px; } }

.coming-soon-block .success-message {
  color: #15c979; }

.coming-soon-block .row > * {
  -ms-flex: 0 0 500px;
  flex: 0 0 500px;
  max-width: 500px; }
  @media (max-width: 1199px) {
    .coming-soon-block .row > * {
      -ms-flex: 0 0 400px;
      flex: 0 0 400px;
      max-width: 400px; } }
  @media (max-width: 991px) {
    .coming-soon-block .row > * {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (max-width: 767px) {
    .coming-soon-block .row > * {
      -ms-flex: 100%;
          flex: 100%;
      max-width: 500px;
      margin: 0 auto; } }

.coming-soon-block .errors {
  min-width: 100%; }

.coming-soon-block .errors, .coming-soon-block .contact-form .errors {
  text-align: left; }

/* collection carousel */
.collection-carousel:not(.slick-initialized) .collection-carousel-item {
  width: 20%;
  float: left; }
  @media screen and (max-width: 1199px) {
    .collection-carousel:not(.slick-initialized) .collection-carousel-item {
      width: 25%; } }
  @media screen and (max-width: 991px) {
    .collection-carousel:not(.slick-initialized) .collection-carousel-item {
      width: 33.333%; } }
  @media screen and (max-width: 767px) {
    .collection-carousel:not(.slick-initialized) .collection-carousel-item {
      width: 50%; } }
  @media screen and (max-width: 479px) {
    .collection-carousel:not(.slick-initialized) .collection-carousel-item {
      width: 100%; } }

.collection-carousel-item {
  position: relative;
  overflow: hidden; }
  .collection-carousel-item img {
    max-width: 100%;
    transform: scale(1.1) rotate(0.001deg);
    transition: 0.5s; }
  .collection-carousel-item a {
    display: block;
    position: relative;
    z-index: 1; }
  .collection-carousel-item a:after {
    position: absolute;
    z-index: 0;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0;
    transition: 0.3s; }
  .collection-carousel-item:hover img {
    transform: scale(1) rotate(0.01deg); }
  .collection-carousel-item:hover a:after {
    opacity: .15; }

.collection-carousel-title {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 16% 12%;
  font-size: 22px;
  line-height: 1.636em;
  letter-spacing: 1px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .collection-carousel-title {
      font-size: 18px; } }
  @media screen and (max-width: 479px) {
    .collection-carousel-title {
      font-size: 14px; } }

.collection-carousel-2 {
  text-align: center; }

.collection-carousel-2-item {
  padding: 0 15px; }
  .collection-carousel-2-item .collection-carousel-2-item-inside {
    display: block;
    background-color: #fff;
    padding: 0 0 40px;
    text-decoration: none; }
  .collection-carousel-2-item img {
    display: block;
    max-width: 100%;
    margin: 0 auto; }
  .collection-carousel-2-item .btn {
    color: #fff; }

.collection-carousel-2:not(.slick-initialized) .collection-carousel-2-item {
  width: 20%;
  float: left; }
  @media screen and (max-width: 1199px) {
    .collection-carousel-2:not(.slick-initialized) .collection-carousel-2-item {
      width: 25%; } }
  @media screen and (max-width: 991px) {
    .collection-carousel-2:not(.slick-initialized) .collection-carousel-2-item {
      width: 33.333%; } }
  @media screen and (max-width: 767px) {
    .collection-carousel-2:not(.slick-initialized) .collection-carousel-2-item {
      width: 50%; } }
  @media screen and (max-width: 479px) {
    .collection-carousel-2:not(.slick-initialized) .collection-carousel-2-item {
      width: 100%; } }

.collection-carousel-2-title {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #000; }
  .collection-carousel-2-title:last-child {
    margin-bottom: 0; }
  .collection-carousel-2-title:not(:first-child) {
    margin-top: 15px; }

/* single product slider */
.product-slider.vert-dots.vert-dots--left .slick-dots {
  left: 5.35%; }

@media screen and (max-width: 767px) {
  .product-slider .slick-dots {
    bottom: 10px;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center; } }

.product-slider .product-slider-item {
  position: relative;
  background-color: #fff; }
  @media screen and (max-width: 991px) {
    .product-slider .product-slider-item {
      background-color: transparent; } }
  @media screen and (max-width: 767px) {
    .product-slider .product-slider-item {
      padding-bottom: 50px; } }
  .product-slider .product-slider-item img {
    max-width: 60%;
    float: right; }
    @media screen and (max-width: 991px) {
      .product-slider .product-slider-item img {
        max-width: 100%;
        float: none;
        margin: 0 auto 30px; } }

.product-slider .product-slider-inside {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  @media screen and (max-width: 991px) {
    .product-slider .product-slider-inside {
      position: relative; } }

.product-slider .prd-tag {
  font-size: 12px;
  line-height: 1em;
  text-transform: uppercase;
  color: #424242; }
  .product-slider .prd-tag:not(:first-child) {
    margin-top: 20px; }
  @media screen and (max-width: 767px) {
    .product-slider .prd-tag {
      display: none; }
      .product-slider .prd-tag + * {
        margin-top: 0; } }

.product-slider .prd-title, .product-slider .prd-title > a {
  color: #000; }

.product-slider .prd-title {
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1em;
  font-weight: 800;
  text-decoration: none;
  transition: 0.2s;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px; }
  .product-slider .prd-title:not(:first-child) {
    margin-top: 14px; }
  @media screen and (max-width: 991px) {
    .product-slider .prd-title {
      font-size: 36px; } }
  @media screen and (max-width: 767px) {
    .product-slider .prd-title {
      font-size: 24px; } }
  @media screen and (max-width: 479px) {
    .product-slider .prd-title {
      font-size: 20px; } }

.product-slider .prd-price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .product-slider .prd-price:not(:first-child) {
    margin-top: 20px; }
    @media screen and (max-width: 767px) {
      .product-slider .prd-price:not(:first-child) {
        margin-top: 16px; } }
    @media screen and (max-width: 479px) {
      .product-slider .prd-price:not(:first-child) {
        margin-top: 10px; } }
  .product-slider .prd-price .price-new {
    font-size: 30px;
    line-height: 1em;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    color: #000; }
    @media screen and (max-width: 991px) {
      .product-slider .prd-price .price-new {
        font-size: 24px; } }
    @media screen and (max-width: 767px) {
      .product-slider .prd-price .price-new {
        font-size: 20px; } }
    @media screen and (max-width: 479px) {
      .product-slider .prd-price .price-new {
        font-size: 16px; } }
  .product-slider .prd-price .price-comment, .product-slider .prd-price .price-old {
    display: none; }

.product-slider .prd-action form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .product-slider .prd-action form .form-group:not(:only-child), .product-slider .prd-action form .form-flex:not(:only-child) {
    margin-bottom: 0; }

.product-slider .prd-links {
  margin: 0 10px; }

.product-slider .prd-action-wrap:not(:first-child) {
  margin-top: 38px; }
  @media screen and (max-width: 991px) {
    .product-slider .prd-action-wrap:not(:first-child) {
      margin-top: 24px; } }
  @media screen and (max-width: 767px) {
    .product-slider .prd-action-wrap:not(:first-child) {
      margin-top: 20px; } }
  @media screen and (max-width: 479px) {
    .product-slider .prd-action-wrap:not(:first-child) {
      margin-top: 15px; } }

.product-slider .prd-rating:not(:first-child) {
  margin-top: 10px; }

.product-slider .product-slider-info > *:first-child {
  margin-top: 0; }

.product-slider .product-slider-info {
  width: 43%;
  height: 100%;
  margin: 0 6%;
  color: #424242;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .product-slider .product-slider-info.text-center {
    text-align: center; }
    .product-slider .product-slider-info.text-center .prd-rating, .product-slider .product-slider-info.text-center .prd-price, .product-slider .product-slider-info.text-center .prd-action {
      -ms-flex-pack: center;
          justify-content: center; }
    .product-slider .product-slider-info.text-center .prd-action .btn {
      margin-right: 0; }
  @media screen and (max-width: 991px) {
    .product-slider .product-slider-info {
      width: 100%;
      margin: 0; } }

.aside .product-slider .prd-title {
  font-size: 32px; }

.product-slider-2 .slick-dots {
  position: relative;
  bottom: -20px; }

@media screen and (max-width: 767px) {
  .product-slider-2 .slick-dots {
    bottom: 30px; } }

.product-slider-2 .product-slider-item {
  position: relative; }
  @media (max-width: 991px) and (min-width: 768px) {
    .product-slider-2 .product-slider-item {
      display: table; } }
  @media screen and (max-width: 767px) {
    .product-slider-2 .product-slider-item {
      padding-bottom: 50px;
      text-align: center; } }
  .product-slider-2 .product-slider-item img {
    width: 56%;
    float: right; }
    @media screen and (max-width: 767px) {
      .product-slider-2 .product-slider-item img {
        width: 90%;
        float: none;
        margin: 0 auto 15px; } }
    @media screen and (max-width: 479px) {
      .product-slider-2 .product-slider-item img {
        width: 80%; } }

.product-slider-2 .product-slider-inside {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  @media screen and (max-width: 991px) {
    .product-slider-2 .product-slider-inside {
      position: relative; } }

.product-slider-2 .prd-title {
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1em;
  font-weight: 800;
  text-decoration: none;
  transition: 0.2s;
  color: #000;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px; }
  .product-slider-2 .prd-title:not(:first-child) {
    margin-top: 14px; }
  @media screen and (max-width: 991px) {
    .product-slider-2 .prd-title {
      font-size: 36px; } }
  @media screen and (max-width: 767px) {
    .product-slider-2 .prd-title {
      font-size: 24px; } }
  @media screen and (max-width: 479px) {
    .product-slider-2 .prd-title {
      font-size: 20px; } }

.product-slider-2 .prd-tag {
  position: relative;
  top: 1px;
  margin-top: 0;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  color: #424242; }
  .product-slider-2 .prd-tag + * {
    margin-left: 10px; }

.product-slider-2 .prd-rating {
  margin-top: 0; }

.product-slider-2 .prd-price {
  font-size: 30px;
  line-height: 1em;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  color: #000; }
  .product-slider-2 .prd-price:not(:first-child) {
    margin-top: 35px; }
    @media screen and (max-width: 991px) {
      .product-slider-2 .prd-price:not(:first-child) {
        margin-top: 24px; } }
    @media screen and (max-width: 767px) {
      .product-slider-2 .prd-price:not(:first-child) {
        margin-top: 20px; } }
    @media screen and (max-width: 479px) {
      .product-slider-2 .prd-price:not(:first-child) {
        margin-top: 15px; } }
  @media screen and (max-width: 991px) {
    .product-slider-2 .prd-price {
      -ms-flex-pack: center;
      -moz-justify-content: center;
      justify-content: center; } }
  @media screen and (max-width: 479px) {
    .product-slider-2 .prd-price {
      font-size: 22px; } }

.product-slider-2 .prd-action:not(:first-child) {
  margin-top: 65px; }
  @media screen and (max-width: 991px) {
    .product-slider-2 .prd-action:not(:first-child) {
      margin-top: 50px; } }
  @media screen and (max-width: 767px) {
    .product-slider-2 .prd-action:not(:first-child) {
      margin-top: 25px; } }
  @media screen and (max-width: 479px) {
    .product-slider-2 .prd-action:not(:first-child) {
      margin-top: 10px; } }

@media screen and (max-width: 991px) {
  .product-slider-2 .prd-action {
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center; } }

.product-slider-2 .prd-action form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .product-slider-2 .prd-action form .form-group:not(:only-child), .product-slider-2 .prd-action form .form-flex:not(:only-child) {
    margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .product-slider-2 .prd-action form .btn {
      padding: 16px 30px;
      font-size: 14px;
      line-height: 20px;
      font-weight: 500; }
    .product-slider-2 .prd-action form .select-wrapper select {
      height: 52px;
      font-size: 12px;
      line-height: 22px;
      padding: 8px 26px 8px 16px;
      border-right: 0; }
    .product-slider-2 .prd-action form .select-wrapper:before {
      line-height: 50px;
      min-width: 0; }
    .product-slider-2 .prd-action form .select-wrapper + .btn {
      padding: 14px 20px;
      max-width: none;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
      .product-slider-2 .prd-action form .select-wrapper + .btn [class*="icon-"] {
        font-size: 20px; } }

.product-slider-2 .prd-links {
  margin: 0 15px; }

.product-slider-2 .d-flex:not(:first-child) {
  margin-top: 15px; }
  @media screen and (max-width: 479px) {
    .product-slider-2 .d-flex:not(:first-child) {
      margin-top: 5px; } }

@media screen and (max-width: 767px) {
  .product-slider-2 .d-flex {
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center; } }

.product-slider-2 .prd-description {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #424242; }
  .product-slider-2 .prd-description:not(:first-child) {
    margin-top: 55px; }
    @media screen and (max-width: 991px) {
      .product-slider-2 .prd-description:not(:first-child) {
        margin-top: 40px; } }
    @media screen and (max-width: 991px) {
      .product-slider-2 .prd-description:not(:first-child) {
        display: none; } }

.product-slider-2 .product-slider-info > *:first-child {
  margin-top: 0; }

.product-slider-2 .product-slider-info {
  width: 42%;
  height: 100%;
  color: #424242;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media screen and (max-width: 767px) {
    .product-slider-2 .product-slider-info {
      -ms-flex-align: center;
      -moz-align-items: center;
      align-items: center;
      text-align: center; } }
  @media screen and (max-width: 767px) {
    .product-slider-2 .product-slider-info {
      width: 100%;
      margin: 0; } }

@media screen and (min-width: 1400px) {
  .product-slider-2.slick-arrows-squared .slick-prev {
    left: -95px; }
  .product-slider-2.slick-arrows-squared .slick-next {
    right: -95px; } }

@media (max-width: 1399px) and (min-width: 1200px) {
  .product-slider-2.slick-arrows-squared .slick-prev {
    left: -44px; }
  .product-slider-2.slick-arrows-squared .slick-next {
    right: -44px; } }

@media (max-width: 1399px) and (min-width: 992px) {
  .product-slider-2.slick-arrows-squared .slick-prev {
    left: -30px; }
  .product-slider-2.slick-arrows-squared .slick-next {
    right: -30px; } }

@media (max-width: 1199px) and (min-width: 768px) {
  .product-slider-2.slick-arrows-squared .slick-prev {
    left: -44px; }
  .product-slider-2.slick-arrows-squared .slick-next {
    right: -44px; } }

@media (max-width: 991px) {
  .product-slider-2.slick-arrows-squared .slick-prev {
    left: 15px; }
  .product-slider-2.slick-arrows-squared .slick-next {
    right: 15px; } }

/* product carousel banner */
.prd-carousel-banner {
  height: auto; }
  @media (min-width: 768px) {
    .prd-carousel-banner {
      background: transparent !important; } }
  .prd-carousel-banner .bnr-text-wrap {
    overflow: hidden; }
  .prd-carousel-banner.bnr--style-1-1:not(.bnr--center) .bnr-caption {
    padding: 21% 18% 95px; }
    @media (max-width: 991px) {
      .prd-carousel-banner.bnr--style-1-1:not(.bnr--center) .bnr-caption {
        padding: 15% 15%; } }
    @media (max-width: 767px) {
      .prd-carousel-banner.bnr--style-1-1:not(.bnr--center) .bnr-caption {
        padding: 35px 30px; } }
  .prd-carousel-banner.bnr--style-1-1.bnr--center .bnr-caption {
    padding: 17% 7% 95px; }
    @media (max-width: 991px) {
      .prd-carousel-banner.bnr--style-1-1.bnr--center .bnr-caption {
        padding: 15% 6%; } }
    @media (max-width: 479px) {
      .prd-carousel-banner.bnr--style-1-1.bnr--center .bnr-caption {
        padding: 35px 15px; } }
  @media (max-width: 479px) {
    .prd-carousel-banner {
      margin-bottom: 15px;
      background-size: cover; }
      .prd-carousel-banner .bnr-caption {
        position: relative;
        min-height: 175px; } }
  @media (max-width: 479px) {
    .prd-carousel-banner.bnr--left {
      text-align: left; } }
  @media (max-width: 479px) {
    .prd-carousel-banner.bnr--right {
      text-align: right; } }
  .prd-carousel-banner img {
    max-width: 100%; }
  .prd-carousel-banner:not(.bnr--center) .slick-arrows-squared .slick-prev {
    left: auto;
    right: 84px;
    top: auto;
    bottom: 30px; }
    @media (max-width: 479px) {
      .prd-carousel-banner:not(.bnr--center) .slick-arrows-squared .slick-prev {
        right: 69px;
        bottom: 15px; } }
  .prd-carousel-banner:not(.bnr--center) .slick-arrows-squared .slick-next {
    right: 30px;
    bottom: 30px;
    top: auto; }
    @media (max-width: 479px) {
      .prd-carousel-banner:not(.bnr--center) .slick-arrows-squared .slick-next {
        right: 15px;
        bottom: 15px; } }
  .prd-carousel-banner:not(.bnr--center) .slick-arrows-squared .slick-disabled {
    opacity: .5; }
  .prd-carousel-banner.bnr--center .slick-arrows-squared .slick-prev {
    left: 50%;
    top: auto;
    bottom: 30px;
    transform: translateX(calc(-100% - 10px)); }
  .prd-carousel-banner.bnr--center .slick-arrows-squared .slick-next {
    left: 50%;
    top: auto;
    bottom: 30px;
    transform: translateX(10px); }

