body {
  font-family: Poppins,Arial,Tahoma,Verdana,sans-serif;
  background-color: #ffffff; }

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

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

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

  100% {
    opacity: 1; } }

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

  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

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

  100% {
    opacity: 0; } }

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

  100% {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

.mfp-bg, .mfp-wrap {
  position: fixed;
  left: 0;
  top: 0; }

.mfp-bg, .mfp-container, .mfp-wrap {
  height: 100%;
  width: 100%; }

.mfp-arrow:after, .mfp-arrow:before, .mfp-container:before, .mfp-figure:after {
  content: ''; }

.mfp-bg {
  z-index: 1042;
  overflow-x: hidden;
  overflow-y: auto;
  background: #000;
  opacity: .6; }

.mfp-wrap {
  z-index: 1043;
  outline: 0 !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-close, .mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
  display: none; }

button.mfp-arrow, button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

.mfp-figure:after, .mfp-iframe-scaler iframe {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  font-style: normal;
  font-size: 28px;
  font-family: Arial,Baskerville,monospace; }

.mfp-close:focus, .mfp-close:hover {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-figure, img.mfp-img {
  line-height: 0; }

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: -55px 0 0;
  top: 50%;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:focus, .mfp-arrow:hover {
  opacity: 1; }

.mfp-arrow:after, .mfp-arrow:before {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-image-holder .mfp-content, img.mfp-img {
  max-width: 100%; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000; }

.mfp-figure:after, img.mfp-img {
  width: auto;
  height: auto;
  display: block; }

img.mfp-img {
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto; }

.mfp-figure:after {
  top: 40px;
  bottom: 40px;
  right: 0;
  z-index: -1;
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/*================ SASS HELPERS ================*/
/*===========================================================================
  Convert pixels to ems
  eg. for a relational value of 12px write em(12) when the parent is 16px
  if the parent is another value say 24px write em(12, 24)
  Based on https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/functions/_px-to-em.scss
==============================================================================*/
/*============================================================================
  Strips the unit from a number.
  @param {Number (With Unit)} $value
  @example scss - Usage
    $dimension: strip-units(10em);
  @example css - CSS Output
    $dimension: 10;
  @return {Number (Unitless)}
  based on https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/functions/_strip-units.scss
==============================================================================*/
/*================ #Mixins ================*/
/*================ Media Query Mixin ================*/
/*================ Responsive Show/Hide Helper ================*/
/*================ Responsive Text Alignment Helper ================*/
/*============================================================================
  Flexbox prefix mixins from Bourbon
    https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/css3/_flex-box.scss
==============================================================================*/
/*================ VARIABLES =======================================
    - Do not change the variable names
====================================================================*/
/*============================================================================
  Generate breakpoint-specific column widths and push classes
    - Default column widths: $grid-breakpoint-has-widths: ($small, $medium-up);
    - Default is no push classes
==============================================================================*/
/* ===========================================================
   Grid
* ===========================================================*/
/* ===========================================================
   Color Variables
 * ===========================================================*/
/*================ Sizing Variables ================*/
/*================ Z-Index ================*/
/*================ SVG ================ $svg-select-icon: //cdn.shopify.com/s/files/1/0083/1943/4829/t/13/assets/ico-select.svg?v=142110272591889422351602497702; */
/*================ Drawers ================*/
/*================ Hero Slider ================*/
/*================ Typography ================*/
/*================ Gift Cards ================*/
/*================ Z-index ================*/
/*================ VENDOR ====================================
  Slick Slider 1.6.0
==============================================================*/
/*================ Slick Slider SCSS ================*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block;
    margin: 0 auto; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*================ Slick Slider Theme ================*/
.slick-loading .slick-list:before {
  content: "\f110";
  font-family: 'adorn-icons';
  font-size: 30px;
  animation: ad-spin 1.5s infinite linear;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%); }

.imgWrapper {
  display: block;
  margin: auto; }

a:hover, a:focus {
  outline: 0 !important; }

/* Slick Arrows */
.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 9;
  height: 35px;
  line-height: 34px;
  width: 35px;
  text-align: center;
  font-size: 0px;
  padding: 0;
  background: #fff;
  border: none;
  border-radius: 0;
  outline: 0 none;
  cursor: pointer;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -ms-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .slick-arrow.slick-disabled:before {
    opacity: 0.25; }
  .slick-arrow:before {
    font-family: "adorn-icons";
    font-size: 20px;
    color: black;
    opacity: 0.75; }
  .slick-arrow:focus {
    outline: 0 !important; }
  @media only screen and (max-width: 766px) {
    .slick-arrow {
      height: 30px;
      width: 30px;
      line-height: 29px;
      border-radius: 50%;
      opacity: 1 !important; }
      .slick-arrow:before, .slick-arrow:after {
        font-size: 16px; } }

.slick-prev {
  left: 0; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "\ea8b"; }
    [dir="rtl"] .slick-prev:before {
      content: "\ea8c"; }

.slick-next {
  right: 0; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "\ea8c"; }
    [dir="rtl"] .slick-next:before {
      content: "\ea8b"; }

.slick-slider .slick-arrow {
  opacity: 0; }
.slick-slider:hover .slick-arrow {
  opacity: 0.7; }
  .slick-slider:hover .slick-arrow:hover {
    opacity: 1; }

.page-width .slick-prev {
  left: -40px; }
.page-width .slick-next {
  right: -40px; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      line-height: 0;
      font-size: 0;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover:before, .slick-dots li button:focus:before {
        opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "\2022";
        width: 20px;
        height: 20px;
        font-family: "slick-icons, sans-serif";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: white;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: white;
      opacity: 0.75; }

/* ===========================================================
   GLOBAL
 * ===========================================================*/
@media only screen and (max-width: 766px) {
  html {
    overflow-x: hidden; } }
/*================ Build Base Grid Classes ================*/
/*================ Build Responsive Grid Classes ================*/
/*================ Build Grid Push Classes ================*/
#theme-wrapper {
  font-size: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f4f4f4; }
  #theme-wrapper .cntWrapper {
    max-width: 800px;
    margin: auto;
    padding: 20px; }
  #theme-wrapper h2 {
    font-size: 40px; }
  #theme-wrapper input {
    border-radius: 5px;
    padding: 10px;
    height: auto;
    font-size: 16px;
    text-align: center;
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 15px; }
  #theme-wrapper a {
    text-decoration: underline; }
  #theme-wrapper p {
    margin: 15px 0; }
  #theme-wrapper .links a {
    display: inline-block;
    margin: 10px; }
  #theme-wrapper .pnote {
    color: #f00;
    font-weight: 700; }
  @media only screen and (max-width: 766px) {
    #theme-wrapper {
      font-size: 13px; }
      #theme-wrapper h2 {
        font-size: 22px; } }

/* ===========================================================
   Basic Styles
 * ===========================================================*/
.page-width {
  *zoom: 1;
  max-width: 1300px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px; }
  .page-width::after {
    content: '';
    display: table;
    clear: both; }
  @media only screen and (max-width: 766px) {
    .page-width {
      padding-left: 15px;
      padding-right: 15px; } }
  .page-width.fullwidth {
    max-width: 100%; }
    @media only screen and (min-width: 1280px) {
      .page-width.fullwidth {
        padding-left: 55px;
        padding-right: 55px; } }

.main-content {
  display: block; }
  @media only screen and (min-width: 767px) {
    .main-content {
      min-height: 500px; } }

.sec-ttl {
  padding-bottom: 20px; }
  .sec-ttl.text-left span {
    margin: 5px 0 0; }
  @media only screen and (min-width: 767px) {
    .sec-ttl {
      padding-bottom: 35px; } }
  .sec-ttl .h3 {
    color: #603786;
    margin: 0 auto;
    font-size: 18px;
    position: relative; }
    .sec-ttl .h3:after {
      content: "";
      display: block;
      width: 120px;
      padding: 1px;
      margin: 10px auto;
      border-top: 1px solid #dab54a;
      border-bottom: 1px solid #dab54a; }
    .sec-ttl .h3:before {
      content: "";
      display: block;
      width: 12px;
      height: 12px;
      background-color: #e829a0;
      border: 3px solid #fff;
      border-radius: 50%;
      position: absolute;
      bottom: -3px;
      left: 50%;
      margin-left: -6px; }
  .sec-ttl span {
    color: #603786;
    margin: 5px auto 0;
    display: block;
    font-size: 14px;
    line-height: 1.4; }
  @media only screen and (min-width: 767px) {
    .sec-ttl .h3 {
      font-size: 32px;
      line-height: 1.3;
      max-width: 600px;
      margin: 0 auto; }
    .sec-ttl span {
      max-width: 600px;
      font-size: 16px; } }

body {
  color: #333333;
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  padding: 0; }
  @media only screen and (min-width: 1025px) {
    body {
      letter-spacing: 0.02em; } }

input, textarea, button, select {
  font-size: 14px;
  font-family: Poppins, sans-serif;
  color: #603786;
  line-height: 1.5; }

@media only screen and (max-width: 1024px) {
  input, textarea, select, button {
    font-size: 13px; } }
.shopify-policy__container {
  padding: 30px 0; }

.shopify-policy__title h1,
.page-title {
  letter-spacing: normal;
  font-weight: 700;
  font-size: 32px;
  position: relative;
  margin: 0 0 30px 0;
  text-align: center; }

p {
  margin: 0 0 15px 0; }

.rte p {
  margin-bottom: 20px; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px 0;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  overflow-wrap: break-word;
  word-wrap: break-word;
  color: #603786;
  letter-spacing: 0.01em; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    text-decoration: none;
    font-weight: inherit; }

h1, .h1 {
  font-size: 37px; }

h2, .h2 {
  font-size: 28px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 20px; }

h5, .h5 {
  font-size: 18px; }

h6, .h6 {
  font-size: 16px; }

@media only screen and (max-width: 766px) {
  h1, .h1 {
    font-size: 32px; }

  h2, .h2 {
    font-size: 23px; }

  h3, .h3 {
    font-size: 21px; } }
.rte {
  color: #333333;
  margin-bottom: 20px; }

.address {
  margin-bottom: 15px; }

.mega-title {
  margin: 5px 0 0;
  font-size: 2.5em; }
  @media only screen and (max-width: 766px) {
    .mega-title {
      font-size: 2.5em; } }

.mega-title--large {
  font-size: 2.5em; }
  @media only screen and (min-width: 1025px) {
    .mega-title--large {
      font-size: 3.14286em; } }
  @media only screen and (min-width: 1280px) {
    .mega-title--large {
      font-size: 4.71429em; } }

.mega-subtitle p {
  color: inherit; }
.mega-subtitle li {
  line-height: 1.5;
  position: relative;
  padding-left: 20px; }
  .mega-subtitle li:before {
    position: absolute;
    left: 0;
    content: "\ea7f";
    font-family: "adorn-icons";
    font-size: 14px;
    top: 50%;
    margin-top: -10px; }

.mega-subtitle--large {
  font-size: 1.14286em;
  font-weight: 400;
  line-height: 1.1; }

@media only screen and (min-width: 767px) {
  .mega-title {
    font-size: 2.78571em; }

  .mega-title--large {
    font-size: 2.78571em; }

  .mega-subtitle {
    font-size: 18px;
    margin: 0 auto; }

  .mega-subtitle--large {
    font-size: 1.42857em;
    line-height: 1.3; } }
.social-icons .icon {
  width: 23px;
  height: 23px; }
  @media only screen and (min-width: 767px) {
    .social-icons .icon {
      width: 25px;
      height: 25px; } }
  .social-icons .icon.icon--wide {
    width: 40px; }

a {
  color: #e928a0;
  text-decoration: none;
  outline: none; }
  a:hover {
    color: #603786;
    opacity: 0.8;
    outline: none; }
  a.classic-link {
    text-decoration: underline; }

.btn {
  white-space: nowrap;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: auto;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 2px solid rgba(0, 0, 0, 0);
  padding: 7px 15px;
  background-color: #e928a0;
  letter-spacing: 0.02em;
  color: white;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  white-space: normal;
  border-radius: 6px;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media only screen and (min-width: 767px) {
    .btn {
      padding: 10px 25px; } }
  .btn:hover, .btn:focus {
    color: #ffffff;
    background-color: #603786;
    border: 2px solid rgba(0, 0, 0, 0);
    opacity: 1; }
  .btn[disabled] {
    cursor: default;
    opacity: 0.4; }

.btn--secondary {
  color: white;
  background-color: #efc24d;
  border-color: #efc24d; }
  .btn--secondary:hover, .btn--secondary:focus {
    color: #000000;
    background-color: #efc24d;
    border-color: #111111; }

.btn--small {
  padding: 0 10px;
  font-size: 0.85714em;
  border-width: 2px;
  line-height: 25px; }

.btn--link {
  color: #139ddd;
  background-color: transparent;
  border: 0;
  margin: 0;
  outline: none !important;
  box-shadow: none !important; }
  .btn--link:hover, .btn--link:focus {
    color: #000; }

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

.btn--disabled {
  opacity: 0.5;
  cursor: default; }
  .btn--disabled:hover, .btn--disabled:focus {
    opacity: 0.5; }

.text-link {
  display: inline;
  border: 0 none;
  background: none;
  padding: 0;
  margin: 0; }

.return-link-wrapper {
  margin: 22.5px 0; }
  @media only screen and (max-width: 766px) {
    .return-link-wrapper .btn {
      display: block; } }

table {
  margin-bottom: 7.5px; }

th {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700; }

th, td {
  text-align: left;
  border: 1px solid #eeeeee;
  padding: 10px 14px; }

/* ===========================================================
   Responsive tables - defined with .responsive-table on table element
 * ===========================================================*/
@media only screen and (max-width: 766px) {
  .responsive-table thead {
    display: none; }
  .responsive-table tr {
    display: block; }
  .responsive-table tr, .responsive-table td {
    float: left;
    clear: both;
    width: 100%; }
  .responsive-table th, .responsive-table td {
    display: block;
    text-align: right;
    padding: 10px 15px;
    border: 0;
    margin: 0; }
  .responsive-table td::before {
    content: attr(data-label);
    float: left;
    text-align: center;
    font-size: 12px;
    padding-right: 10px; }

  .responsive-table__row + .responsive-table__row,
  tfoot > .responsive-table__row:first-child {
    position: relative;
    margin-top: 10px;
    padding-top: 15px; }
    .responsive-table__row + .responsive-table__row::after,
    tfoot > .responsive-table__row:first-child::after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 7.5px;
      right: 7.5px;
      border-bottom: 1px solid #eeeeee; } }
fieldset {
  border: 1px solid #eeeeee;
  margin: 0 0 15px;
  padding: 7.5px; }

label {
  display: block;
  margin-bottom: 5px; }
  @media only screen and (max-width: 766px) {
    label {
      font-size: 0.85714em; } }

input, textarea, select {
  margin-bottom: 15px;
  border: 1px solid #dddddd;
  background-color: white;
  color: #111111;
  max-width: 100%;
  line-height: 1.2;
  border-radius: 6px; }
  input:focus, textarea:focus, select:focus {
    border-color: #aaaaaa; }
  input[disabled], textarea[disabled], select[disabled] {
    cursor: default; }
  input.input--error::-webkit-input-placeholder, textarea.input--error::-webkit-input-placeholder, select.input--error::-webkit-input-placeholder {
    color: #d20000;
    opacity: 0.5; }
  input.input--error::-moz-placeholder, textarea.input--error::-moz-placeholder, select.input--error::-moz-placeholder {
    color: #d20000;
    opacity: 0.5; }
  input.input--error:-ms-input-placeholder, textarea.input--error:-ms-input-placeholder, select.input--error:-ms-input-placeholder {
    color: #d20000;
    opacity: 0.5; }
  input.input--error::-ms-input-placeholder, textarea.input--error::-ms-input-placeholder, select.input--error::-ms-input-placeholder {
    color: #d20000;
    opacity: 1; }
  input.hidden-placeholder::-webkit-input-placeholder, textarea.hidden-placeholder::-webkit-input-placeholder, select.hidden-placeholder::-webkit-input-placeholder {
    color: transparent; }
  input.hidden-placeholder::-moz-placeholder, textarea.hidden-placeholder::-moz-placeholder, select.hidden-placeholder::-moz-placeholder {
    color: transparent; }
  input.hidden-placeholder:-ms-input-placeholder, textarea.hidden-placeholder:-ms-input-placeholder, select.hidden-placeholder:-ms-input-placeholder {
    color: transparent; }
  input.hidden-placeholder::-ms-input-placeholder, textarea.hidden-placeholder::-ms-input-placeholder, select.hidden-placeholder::-ms-input-placeholder {
    opacity: 1; }

/* ===========================================================
   Error styles
 * ===========================================================*/
input.input--error, select.input--error, textarea.input--error {
  border-color: #d20000;
  background-color: #fff8f8;
  color: #d20000; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url(//cdn.shopify.com/s/files/1/0083/1943/4829/t/13/assets/arrow-select.png?v=93383133388335707051602497667);
  background-repeat: no-repeat;
  background-position: right 10px center;
  line-height: 1.2;
  cursor: pointer;
  padding-right: 30px;
  min-width: 130px;
  -webkit-appearance: none;
  /*================ Hide the svg arrow in IE9 and below ================*/ }
  .ie9 select {
    padding-right: 10px;
    background-image: none; }

optgroup {
  font-weight: 700; }

option {
  color: #603786;
  background-color: #ffffff; }

::-webkit-input-placeholder {
  color: #111111;
  opacity: 0.6; }

::-moz-placeholder {
  color: #111111;
  opacity: 0.6; }

:-ms-input-placeholder {
  color: #111111;
  opacity: 0.6; }

::-ms-input-placeholder {
  color: #111111;
  opacity: 1; }

.label--error {
  color: #d20000; }

input, select, textarea {
  padding: 8px 15px; }
  @media only screen and (min-width: 767px) {
    input, select, textarea {
      padding: 10px 18px; } }

.login-register {
  max-width: 1000px;
  margin: 0 auto; }
  .login-register h5 {
    font-weight: 600; }
  .login-register p {
    margin-bottom: 25px; }
  .login-register .wrap {
    width: 95%;
    height: 100%;
    display: table;
    border: 1px solid #eeeeee;
    padding: 40px; }
  @media only screen and (max-width: 766px) {
    .login-register {
      flex-direction: column; }
      .login-register .flex-item {
        margin-bottom: 20px; } }

.note,
.form--success,
.errors {
  padding: 8px;
  margin: 0 0 7.5px; }
  @media only screen and (min-width: 767px) {
    .note,
    .form--success,
    .errors {
      padding: 10px; } }

.note {
  border: 1px solid #eeeeee; }

.form--success {
  border: 1px solid #19a340;
  background-color: #f8fff9;
  color: #19a340; }

.errors {
  border: 1px solid #d20000;
  background-color: #fff8f8;
  color: #d20000; }
  .errors ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .errors a {
    color: #d20000;
    text-decoration: underline; }

.input-group {
  position: relative;
  display: table;
  width: 100%;
  border-collapse: separate; }
  .form-vertical .input-group {
    margin-bottom: 15px; }

.input-group__field, .input-group__btn {
  display: table-cell;
  vertical-align: middle;
  margin: 0; }

.input-group__field,
.input-group__btn .btn {
  height: 32px;
  padding-top: 0;
  padding-bottom: 0; }
  @media only screen and (min-width: 767px) {
    .input-group__field,
    .input-group__btn .btn {
      height: 38px; } }

.input-group__field {
  width: 100%; }
  .form-vertical .input-group__field {
    margin: 0; }

.input-group__btn {
  white-space: nowrap;
  width: 1%; }
  .input-group__btn .btn {
    white-space: nowrap; }

hr {
  margin: 25px 0;
  border: 0;
  border-bottom: 1px solid #eeeeee; }

.hr--small {
  padding: 10px 0;
  margin: 0; }

.hr--invisible {
  border-bottom: 0; }

.border-bottom {
  border-bottom: 1px solid #eeeeee; }

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

.empty-page-content {
  padding: 125px 15px; }
  @media only screen and (max-width: 766px) {
    .empty-page-content {
      padding-left: 15px;
      padding-right: 15px; } }

.grid--no-gutters {
  margin-left: 0; }
  .grid--no-gutters > .grid__item {
    padding-left: 0; }

.grid--half-gutters {
  margin-left: -15px; }
  .grid--half-gutters > .grid__item {
    padding-left: 15px; }

.grid--double-gutters {
  margin-left: -60px; }
  .grid--double-gutters > .grid__item {
    padding-left: 60px; }

.grid--flush-bottom {
  margin-bottom: -50px;
  overflow: auto; }
  .grid--flush-bottom > .grid__item {
    margin-bottom: 50px; }

/* ===========================================================
   Animation Classes and Keyframes
 * ===========================================================*/
@-webkit-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.collection-grid-item {
  position: relative;
  overflow: hidden; }
  .collection-grid-item img {
    display: block;
    width: 100%;
    -ms-transition: all ease-out 0.4s;
    -webkit-transition: all ease-out 0.4s;
    transition: all ease-out 0.4s; }
  .collection-grid-item:hover img {
    transform: scale(1.1); }
  .no-zoom .collection-grid-item img {
    transform: none; }

.collection-box {
  clear: both; }
  .collection-box .grid {
    margin: 0; }
    .collection-box .grid .grid__item {
      padding: 0; }
  .collection-box .slick-prev {
    left: 0; }
  .collection-box .slick-next {
    right: 0; }
  .collection-box .collection-grid-item {
    text-align: center; }
    .collection-box .collection-grid-item .collection-grid-item__link {
      opacity: 1; }
    .collection-box .collection-grid-item .img {
      position: relative;
      overflow: hidden; }
    .collection-box .collection-grid-item .details {
      z-index: 1;
      position: relative;
      padding: 15px;
      width: 100%;
      text-align: center;
      -ms-transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      .collection-box .collection-grid-item .details.pad-0 {
        padding-left: 0;
        padding-right: 0; }
    .collection-box .collection-grid-item .counts {
      font-size: 13px;
      font-weight: 400;
      opacity: 0.7;
      display: block;
      margin-top: 6px; }
    .collection-box .collection-grid-item .btn {
      display: inline-block;
      margin-top: 15px;
      font-size: 12px; }
  .collection-box .collection-grid-item__title {
    font-size: 16px;
    margin: 0;
    font-weight: 400; }
    @media only screen and (max-width: 1024px) {
      .collection-box .collection-grid-item__title {
        font-size: 14px; } }
  .collection-box.style1 .collection-grid-item .details {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  .collection-box.style1 .collection-grid-item:hover .details {
    opacity: 1; }
  .collection-box.style2 .collection-grid-item .details {
    position: absolute;
    bottom: 0;
    left: 0;
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  .collection-box.style2 .collection-grid-item .counts {
    margin-top: 2px; }
  .collection-box.style2 .collection-grid-item:hover .details {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .collection-box.style4 .collection-grid-item .details {
    position: absolute;
    bottom: 20px;
    width: auto;
    left: 20px;
    right: 20px;
    padding: 15px 25px; }
  .collection-box.style4 .collection-grid-item .counts {
    margin-top: 2px; }
  .collection-box.style4 .collection-grid-item .btn {
    padding: 7px 20px; }
  @media only screen and (max-width: 766px) {
    .collection-box.style1 .collection-grid-item .details, .collection-box.style2 .collection-grid-item .details, .collection-box.style4 .collection-grid-item .details {
      opacity: 1;
      position: relative;
      left: 0;
      bottom: inherit;
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      transform: translateY(0); }
    .collection-box .slick-prev, .collection-box .slick-next {
      border-radius: 0; } }
  .collection-box.fullwidth div[class^="grid-mr-"] {
    margin: 0; }

.collection-banners a:hover {
  opacity: 1; }
.collection-banners .grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0; }
.collection-banners .grid__item {
  padding: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%; }
  @media only screen and (max-width: 766px) {
    .collection-banners .grid__item {
      -webkit-flex: 0 0 auto;
      -moz-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
      .collection-banners .grid__item.small--one-half {
        -webkit-flex: 1 0 50%;
        -moz-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        max-width: 400px; } }
.collection-banners .details {
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  bottom: 30px;
  right: 0;
  padding: 20px;
  text-align: center; }
  .collection-banners .details h3 {
    margin: 0;
    font-size: 16px; }
    @media only screen and (max-width: 1024px) {
      .collection-banners .details h3 {
        font-size: 14px; } }
  .collection-banners .details .btn {
    padding: 8px 20px;
    margin-top: 10px; }
  @media only screen and (min-width: 767px) {
    .collection-banners .details.left {
      left: 7%;
      transform: none; }
    .collection-banners .details.right {
      right: 7%;
      transform: none; } }
  .collection-banners .details p {
    margin: 5px 0 0; }
@media only screen and (max-width: 1024px) {
  .collection-banners .details {
    bottom: 20px; } }
@media only screen and (max-width: 766px) {
  .collection-banners .details {
    width: 90%; } }

.product-labels {
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 11; }
  .product-labels .lbl {
    color: #ffffff;
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 0;
    white-space: nowrap;
    line-height: 18px;
    text-align: center;
    padding: 0 5px;
    height: 19px; }
  .product-labels .on-sale {
    right: 5px;
    background: #ff708e; }
  .product-labels .pr-label1 {
    left: 5px;
    background: #000000; }
  .product-labels .pr-label2 {
    left: 5px;
    background: #e9a400; }
  .product-labels .pr-label3 {
    left: 5px;
    background: #81d53d; }

a.grid-view-item__link {
  opacity: 1;
  position: relative;
  display: flex;
  align-items: center; }

.grid-view_image {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1; }
  .grid-view_image .grid-view-item__image {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    -ms-transition: all ease-out 0.4s;
    -webkit-transition: all ease-out 0.4s;
    transition: all ease-out 0.4s; }
    .grid-view-item--sold-out .grid-view_image .grid-view-item__image {
      opacity: 0.5; }
  .grid-view_image .ad-spinner4 {
    display: none; }
  .grid-view_image .hover, .grid-view_image .variantImg {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .grid-view_image.showLoading .ad-spinner4 {
    color: #000;
    font-size: 24px;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.7);
    display: block;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 50; }
  .grid-view_image.showVariantImg img {
    opacity: 0; }
  .grid-view_image.showVariantImg .variantImg {
    visibility: visible;
    opacity: 1; }
  @media only screen and (min-width: 1025px) {
    .grid-view_image:hover .primary {
      opacity: 0; } }
  .grid-view_image:hover .hover {
    opacity: 1;
    visibility: visible; }
  @media only screen and (max-width: 1024px) {
    .grid-view_image .hover:not(.variantImg) {
      display: none; } }

.tooltip-label {
  text-transform: none;
  line-height: 18px;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  visibility: hidden;
  opacity: 0;
  background: #000000;
  color: #ffffff;
  border-radius: 0;
  padding: 0 5px;
  white-space: nowrap;
  position: absolute; }
  .tooltip-label:before {
    content: "";
    border: 5px solid transparent;
    position: absolute; }

.grid-view-item {
  margin-bottom: 30px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0);
  -ms-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .productSlider .grid-view-item {
    margin-bottom: 0; }
  .grid-view-item .sizelink {
    display: none; }
  .grid-view-item .button-set {
    width: 100%;
    display: block;
    font-size: 0px;
    position: absolute;
    bottom: -50px;
    left: 0;
    z-index: 444;
    -ms-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .grid-view-item .button-set .btn {
      display: inline-block;
      border: 0;
      background-color: #111111;
      position: relative;
      font-size: 18px;
      padding: 0;
      margin: 2px;
      line-height: 35px;
      width: 100%;
      height: 36px;
      width: 38px;
      text-align: center;
      border-radius: 4px; }
      .grid-view-item .button-set .btn .ad {
        color: #ffffff;
        margin-top: -2px; }
      .grid-view-item .button-set .btn:hover {
        opacity: 1;
        background-color: #252525; }
    @media only screen and (min-width: 1025px) {
      .grid-view-item .button-set .btn:hover .tooltip-label {
        opacity: 1;
        visibility: visible; } }
    @media only screen and (max-width: 1024px) {
      .grid-view-item .button-set {
        left: 0; } }
    @media only screen and (max-width: 766px) {
      .grid-view-item .button-set .btn {
        line-height: 30px;
        height: 30px;
        width: 30px; }
        .grid-view-item .button-set .btn .ad {
          font-size: 14px; } }
  .grid-view-item .sold-out {
    background-color: #000000; }
  .grid-view-item .details {
    padding: 15px 10px 10px; }
  .grid-view-item .grid-view-item__vendor {
    color: #777777;
    margin-bottom: 5px; }
  .grid-view-item .grid-view-item__title {
    color: #111111;
    font-size: 13px;
    text-transform: none;
    font-weight: normal; }
  .grid-view-item .grid-view-item__meta {
    margin: 5px 0 10px; }
  .grid-view-item .product-price__price {
    font-size: 14px;
    font-weight: 400;
    display: inline-block; }
  .grid-view-item .product-price__sale {
    padding-right: 0; }
  .grid-view-item .product-review {
    line-height: 1;
    margin-bottom: 14px; }
  .grid-view-item .swatches {
    margin-top: 10px; }
    .grid-view-item .swatches li {
      overflow: hidden;
      display: inline-block;
      position: relative;
      height: 17px;
      width: 17px;
      margin: 3px;
      background-size: 100% auto;
      background-repeat: no-repeat;
      cursor: pointer;
      box-shadow: 0 0 1px 1px #ddd;
      border: 2px solid #fff; }
      .grid-view-item .swatches li.rounded {
        border-radius: 50%; }
      .grid-view-item .swatches li.rounded_rectangle {
        border-radius: 5px; }
      .grid-view-item .swatches li.flat {
        box-shadow: none;
        border: 0; }
      .grid-view-item .swatches li.medium {
        height: 30px;
        width: 30px; }
      .grid-view-item .swatches li.large {
        height: 40px;
        width: 40px; }
      .grid-view-item .swatches li:hover, .grid-view-item .swatches li.active {
        box-shadow: none;
        border: 2px solid #e55151; }
      .grid-view-item .swatches li .white {
        border: 1px solid #ddd; }
        .grid-view-item .swatches li .white .ad {
          color: #000; }
      .grid-view-item .swatches li .tooltip-label {
        z-index: 2;
        -ms-transition: all 0.15s ease-in-out;
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        white-space: nowrap;
        font-size: 11px;
        top: -38px;
        bottom: auto;
        left: 50%;
        transform: translateX(-50%); }
        .grid-view-item .swatches li .tooltip-label:before {
          border-top: 5px solid #000000;
          bottom: -9px;
          left: 50%;
          margin-left: -5px; }
      @media only screen and (min-width: 1025px) {
        .grid-view-item .swatches li:hover {
          overflow: visible;
          -ms-transition: all 0.5s ease-in-out;
          -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
          background-position: 50% 0; }
          .grid-view-item .swatches li:hover:hover .tooltip-label {
            opacity: 1;
            top: -28px;
            visibility: visible; } }
  .grid-view-item.style5 .swatches {
    margin-bottom: 10px; }
  @media only screen and (min-width: 1025px) {
    .grid-view-item.style1 {
      -ms-transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      .grid-view-item.style1 .button-set {
        bottom: -10px; }
        .grid-view-item.style1 .button-set .btn-wrap {
          display: inline-block;
          width: 38px;
          border-left: 0; }
        .grid-view-item.style1 .button-set .btn {
          visibility: hidden;
          opacity: 0;
          margin-top: 2px; }
      .grid-view-item.style1:hover .button-set {
        bottom: 10px; }
      .grid-view-item.style1:hover .btn {
        visibility: visible;
        opacity: 1; }
      .grid-view-item.style1:hover .overly, .grid-view-item.style1:hover .details {
        opacity: 1; }
    .grid-view-item.style2 {
      position: relative; }
      .grid-view-item.style2 .overly {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 4;
        background-color: rgba(255, 255, 255, 0.85);
        -ms-transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
      .grid-view-item.style2 .grid-view-item__image.hover:not(.variantImg) {
        display: none; }
      .grid-view-item.style2 .details {
        width: 100%;
        height: auto !important;
        padding-bottom: 30px;
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 5;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -ms-transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
      .grid-view-item.style2 .button-set {
        bottom: -15px; }
      .grid-view-item.style2:hover .button-set {
        bottom: -10px; }
      .grid-view-item.style2:hover .overly, .grid-view-item.style2:hover .details {
        opacity: 1; }
      .grid-view-item.style2:hover .grid-view_image:hover .primary {
        opacity: 1; }
      .grid-view-item.style2 .grid-view_image .button-set {
        display: none; }
      .grid-view-item.style2 li.large {
        height: 30px;
        width: 30px; }
    .grid-view-item.style3 {
      position: relative;
      text-align: center; }
      .grid-view-item.style3 .swatches {
        text-align: center;
        margin: 15px 0 0;
        padding: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0); }
        .grid-view-item.style3 .swatches li {
          margin-bottom: 0; }
      .grid-view-item.style3 .details {
        padding-top: 10px; }
      .grid-view-item.style3 .button-set {
        display: block;
        position: static;
        background: none; }
        .grid-view-item.style3 .button-set .btn-wrap {
          display: inline-block; }
        .grid-view-item.style3 .button-set .btn {
          width: 38px; }
    .grid-view-item.style4, .grid-view-item.style5 {
      -ms-transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      .grid-view-item.style4 .details, .grid-view-item.style5 .details {
        text-align: left; }
      .grid-view-item.style4 .button-set, .grid-view-item.style5 .button-set {
        -ms-transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        left: 10px;
        bottom: 10px;
        width: 40px;
        display: block; }
        .grid-view-item.style4 .button-set .btn-wrap, .grid-view-item.style5 .button-set .btn-wrap {
          display: block;
          border-left: 0; }
        .grid-view-item.style4 .button-set .btn, .grid-view-item.style5 .button-set .btn {
          visibility: hidden;
          opacity: 0;
          margin-top: 2px; }
      .grid-view-item.style4:hover .btn, .grid-view-item.style5:hover .btn {
        visibility: visible;
        opacity: 1; }
      .grid-view-item.style4:hover .overly, .grid-view-item.style4:hover .details, .grid-view-item.style5:hover .overly, .grid-view-item.style5:hover .details {
        opacity: 1; }
      .grid-view-item.style4:hover .grid-view_image:hover .primary, .grid-view-item.style5:hover .grid-view_image:hover .primary {
        opacity: 1; }
    .grid-view-item.style5 .details {
      text-align: center; }
    .grid-view-item.style5 .flatbtn .btn {
      margin-bottom: 10px; }
    .grid-view-item.style1 .tooltip-label, .grid-view-item.style2 .tooltip-label, .grid-view-item.style3 .tooltip-label {
      left: 50%;
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: 50px; }
      .grid-view-item.style1 .tooltip-label:before, .grid-view-item.style2 .tooltip-label:before, .grid-view-item.style3 .tooltip-label:before {
        border-top: 6px solid #000000;
        bottom: -9px;
        margin-left: -3px;
        left: 50%; }
    .grid-view-item.style1 .button-set .btn:hover .tooltip-label, .grid-view-item.style2 .button-set .btn:hover .tooltip-label, .grid-view-item.style3 .button-set .btn:hover .tooltip-label {
      bottom: 45px; }
    .grid-view-item.style4 .tooltip-label, .grid-view-item.style5 .tooltip-label {
      left: 55px;
      top: 50%;
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      .grid-view-item.style4 .tooltip-label:before, .grid-view-item.style5 .tooltip-label:before {
        border-right: 6px solid #000000;
        left: -9px;
        top: 3px; }
    .grid-view-item.style4 .button-set .btn:hover .tooltip-label, .grid-view-item.style5 .button-set .btn:hover .tooltip-label {
      left: 45px; } }
    @media only screen and (min-width: 1025px) and (min-width: 767px) {
      .grid-view-item.style5 .flatbtn .btn {
        padding: 8px 18px; } }
  @media only screen and (max-width: 1024px) {
    .grid-view-item {
      margin-bottom: 20px; }
      .grid-view-item.style2 .button-set, .grid-view-item.style3 .button-set {
        position: relative; }
      .grid-view-item.style2 .swatches {
        margin-bottom: 5px; }
      .grid-view-item .button-set {
        bottom: 5px; }
      .grid-view-item .details {
        position: relative;
        padding: 15px 0 0; } }
  @media only screen and (max-width: 766px) {
    .grid-view-item .swatches li.large, .grid-view-item .swatches li.medium {
      height: 25px;
      width: 25px; } }

.saleTime {
  -ms-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 0;
  position: absolute;
  opacity: 1;
  bottom: 5px;
  left: 0;
  right: 0;
  z-index: 111; }
  .saleTime .counter {
    display: flex;
    justify-content: center; }
    .saleTime .counter > span {
      font-size: 12px;
      font-weight: 700;
      display: block;
      min-width: 35px;
      padding: 7px 5px;
      line-height: 1;
      margin: 0 0 0 3px;
      text-align: center;
      color: #111111;
      background: rgba(255, 255, 255, 0.75);
      border: 1px solid #ffffff; }
      .saleTime .counter > span span {
        border: 0;
        display: block;
        background: none;
        font-size: 9px;
        font-weight: 400;
        line-height: 1;
        text-transform: uppercase; }

.timermobile {
  margin: 0 -10px 15px;
  display: none; }
  .timermobile .saleTime {
    position: relative;
    margin-top: 10px; }
    .timermobile .saleTime .counter > span {
      margin: 0;
      min-width: 30px;
      font-size: 10px;
      background: #f2f2f2; }

.grid-view-item:hover .saleTime {
  opacity: 0; }
.grid-view-item:hover .timermobile .saleTime {
  opacity: 1; }

@media only screen and (max-width: 1024px) {
  .timermobile {
    display: block; }

  .saleTime.desktop {
    display: none; } }
.list-view-item {
  display: table;
  table-layout: fixed;
  margin-bottom: 15px;
  padding-bottom: 20px;
  width: 100%;
  position: relative; }
  .list-view-item:last-child {
    margin-bottom: 0; }
  .list-view-item .listview-button .btn {
    height: 37px;
    line-height: 36px;
    padding: 0 10px;
    display: inline-block;
    vertical-align: top; }
  .list-view-item .saleTime {
    bottom: 10px; }
  .list-view-item .list-view-item__image-wrapper {
    text-align: center; }
    .list-view-item .list-view-item__image-wrapper img {
      width: 100%; }
  @media only screen and (max-width: 766px) {
    .list-view-item .listview-button .btn-wrap .btn {
      height: 30px;
      line-height: 28px; } }
  @media only screen and (max-width: 599px) {
    .list-view-item .list-view-item__image-column, .list-view-item .list-view-item__title-column {
      width: 100%;
      display: block; } }

.list-view-item__image-column {
  display: table-cell;
  vertical-align: middle;
  width: 230px; }
  .list-view-item__image-column .list-view-item__image-wrapper {
    position: relative;
    margin-right: 20px;
    overflow: hidden; }
  .list-view-item__image-column .sold-out {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5); }
    .list-view-item__image-column .sold-out span {
      font-size: 15;
      letter-spacing: 0.2px;
      text-transform: uppercase;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .list-view-item__image-column .button-set {
    position: absolute;
    top: 5px;
    left: -50px;
    z-index: 4;
    -ms-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .list-view-item__image-column .button-set .btn-link {
      color: white;
      background-color: #efc24d;
      text-align: center;
      font-size: 16px;
      padding: 0;
      margin-bottom: 5px;
      line-height: 35px;
      display: block;
      width: 36px;
      height: 36px; }
    @media only screen and (max-width: 1024px) {
      .list-view-item__image-column .button-set {
        left: 0; } }

.list-view-item:hover .button-set {
  opacity: 1;
  left: 0; }

.list-view-item__title-column {
  display: table-cell;
  vertical-align: middle; }
  .list-view-item__title-column .list-view-item__title {
    color: #111111;
    font-size: 1.14286em;
    font-weight: 700; }
  .list-view-item__title-column .product-review {
    margin: 5px 0 7px; }
  .list-view-item__title-column .list-view-item__meta {
    margin: 10px 0; }
  .list-view-item__title-column .product-price__price {
    font-size: 17;
    font-weight: 700;
    display: inline-block; }
  .list-view-item__title-column .product-price__sale {
    padding-right: 0; }

.list-view-item__vendor-column {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 20%; }

.list-view-item__vendor {
  font-size: 0.92857em;
  font-style: italic; }

.list-view-item__price-column {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  width: 20%;
  font-size: 1.07143em; }
  .list-view-item__price-column .product-price__sale {
    display: block; }
  .list-view-item__price-column .product-price__sale-label, .list-view-item__price-column .product-price__sold-out {
    display: none; }

.list-view-item__price {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.list-view-item__price--reg {
  color: #f77575; }

@media only screen and (max-width: 766px) {
  .list-view-item__image-column {
    width: 200px; }
    .list-view-item__image-column .list-view-item__image-wrapper {
      margin-right: 10px; }
    .list-view-item__image-column .button-set .btn-link {
      font-size: 18px;
      line-height: 33px;
      width: 34px;
      height: 34px; }
    .list-view-item__image-column .button-set .quick-view {
      display: none; }

  .list-view-item__title-column .list-view-item__title {
    font-size: 0.92857em; }

  .list-view-item__price-column {
    font-size: 0.92857em; }

  .list-view-item__price--reg,
  .list-view-item__price--sale {
    display: block; } }
/* ===========================================================
   Slick slider overrides
* ===========================================================*/
.slick-dotted.slick-slider {
  margin-bottom: 0; }

.slick-slider .slick-dots {
  margin: 0;
  width: auto; }
  .slick-slider .slick-dots li {
    margin: 0;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin-left: 6px; }
    .slick-slider .slick-dots li:first-of-type {
      margin-left: 0; }
    .slick-slider .slick-dots li button {
      position: relative;
      padding: 0;
      width: 10px;
      height: 10px; }
    .slick-slider .slick-dots li button::before {
      text-indent: -9999px;
      background-color: transparent;
      border-radius: 100%;
      background-color: currentColor;
      width: 10px;
      height: 10px;
      opacity: 0.4;
      transition: all 0.2s; }
    .slick-slider .slick-dots li.slick-active button::before {
      opacity: 1; }
    .slick-slider .slick-dots li button:active::before {
      opacity: 0.7; }
  @media only screen and (min-width: 767px) {
    .slick-slider .slick-dots li {
      width: 12px;
      height: 12px;
      margin-left: 8px; }
      .slick-slider .slick-dots li button {
        width: 12px;
        height: 12px; }
      .slick-slider .slick-dots li button::before {
        width: 12px;
        height: 12px; } }

/* ===========================================================
   Index sections
 * ===========================================================*/
.empty.default {
  padding-top: 50px; }
.empty.small {
  padding-top: 20px; }

.index-section .content-indent {
  margin-top: 20px; }
  .index-section .content-indent.none {
    margin-top: 0; }
  @media only screen and (min-width: 767px) {
    .index-section .content-indent.default {
      margin-top: 50px; }
    .index-section .content-indent.small {
      margin-top: 20px; }
    .index-section .content-indent.none {
      margin-top: 0; } }
.index-section .sec-empty {
  padding-top: 20px; }
  .index-section .sec-empty.none {
    padding-top: 0; }
  @media only screen and (min-width: 767px) {
    .index-section .sec-empty.default {
      padding-top: 50px; }
    .index-section .sec-empty.small {
      padding-top: 20px; }
    .index-section .sec-empty.none {
      padding-top: 0; } }
.index-section:first-child {
  padding-top: 0;
  border-top: 0; }
.index-section:last-child {
  padding-bottom: 0; }

.section-cover {
  padding: 20px 10px; }
  @media only screen and (min-width: 767px) {
    .section-cover {
      padding: 50px 0; }
      .section-cover.small-pd {
        padding: 30px 0; } }

@media only screen and (max-width: 766px) {
  .index-section--featured-product:first-child {
    margin-top: -12px; } }
.placeholder-svg {
  display: block;
  fill: rgba(51, 51, 51, 0.35);
  background-color: rgba(51, 51, 51, 0.1);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid rgba(51, 51, 51, 0.2); }

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

.placeholder-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .placeholder-background .icon {
    border: 0; }

.image-bar__content .placeholder-svg {
  position: absolute;
  top: 0;
  left: 0; }

/* ===========================================================
   TEMPLATES
 * ===========================================================*/
/********** Collection Page **************/
.template-collection .main-col.right {
  float: right; }
.template-collection .catBanners {
  margin-bottom: 25px; }
  .template-collection .catBanners .slideshow > .slideshow__slide:not(:first-child) {
    display: none; }
  .template-collection .catBanners img {
    width: 100%; }
.template-collection .collection-banner {
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  .template-collection .collection-banner .block-ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center; }
    .template-collection .collection-banner .block-ttl .collection-title {
      font-size: 32px;
      text-transform: uppercase;
      font-weight: 700;
      margin-bottom: 0; }
    .template-collection .collection-banner .block-ttl .collection-description {
      margin-top: 15px;
      font-size: 14px; }
  .template-collection .collection-banner.info-over .template-collection .collection-banner.with-image {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat; }
  .template-collection .collection-banner.content-side {
    margin-bottom: 20px; }
    .template-collection .collection-banner.content-side.info-over .text-left {
      width: 100%;
      padding: 40px 50px; }
    .template-collection .collection-banner.content-side.info-below {
      height: auto; }
      .template-collection .collection-banner.content-side.info-below .block-ttl {
        position: static;
        transform: none; }
      .template-collection .collection-banner.content-side.info-below .collection-image {
        margin-bottom: 30px; }
.template-collection .collection-description.top {
  margin-bottom: 30px; }

.sidebar {
  margin-top: 0;
  -ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .sidebar .closeFilter {
    color: #fff;
    font-size: 16px;
    line-height: 29px;
    height: 30px;
    width: 30px;
    text-align: center;
    visibility: hidden;
    cursor: pointer;
    position: fixed;
    top: 15px;
    left: -30px;
    background-color: #000;
    -ms-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .sidebar .sidebar-products-slider .grid-view-item {
    margin-bottom: 0; }
  .sidebar .sidebar-products li {
    padding-bottom: 10px; }
  .sidebar .sidebar-products .grid-view-item__link {
    float: left;
    margin-right: 10px; }
  .sidebar .sidebar-products .product-price__price {
    display: block; }
  .sidebar .widget-title {
    color: #111111;
    font-size: 16px;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 700;
    letter-spacing: 0.2px;
    position: relative; }
  .sidebar .widget-content {
    padding: 0;
    margin-bottom: 10px; }
  .sidebar .sidebar_widget {
    margin-bottom: 20px;
    clear: both;
    padding: 15px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1); }
  .sidebar .categories ul.sidebar_cate .grid__item {
    float: none; }
  .sidebar .categories ul.sidebar_cate li {
    padding: 4px 0; }
  .sidebar .categories ul.sidebar_cate a {
    color: #000000; }
    .sidebar .categories ul.sidebar_cate a:hover {
      color: #8dc337; }
  .sidebar .categories ul.sidebar_cate ul {
    margin: 0 0 0 15px; }
  .sidebar .static-banner {
    border: 0 none;
    margin-bottom: 35px; }
  .sidebar .filterBox input[type=checkbox] {
    display: none; }
  .sidebar .filterBox ul.twoCall {
    column-count: 2;
    column-gap: 12px; }
  .sidebar .filterBox ul:not(.filter-color) li {
    padding: 3px 0; }
    .sidebar .filterBox ul:not(.filter-color) li label {
      font-weight: 400;
      font-size: 12px; }
  .sidebar .filterBox ul:not(.filter-color) input + label {
    display: inline-block;
    line-height: 1.5em; }
  .sidebar .filterBox ul:not(.filter-color) input + label > span {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0.25em 0.5em 0.25em 0.25em;
    border: 1px solid #d0d0d0;
    vertical-align: bottom; }
  .sidebar .filterBox ul:not(.filter-color) input:checked + label > span {
    border: 1px solid #000; }
  .sidebar .filterBox ul:not(.filter-color) input:checked + label > span:before {
    content: '\ea7f';
    display: block;
    width: 15px;
    color: #fff;
    background-color: #000;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
    font-family: "adorn-icons"; }
  .sidebar .filterBox .filter-color .tooltip-label {
    top: -25px;
    left: 50%;
    transform: translateX(-50%); }
    .sidebar .filterBox .filter-color .tooltip-label:before {
      border-top: 7px solid #000;
      bottom: -9px;
      left: 50%;
      margin-left: -5px; }
  .sidebar .filterBox .filter-color li {
    display: inline-block;
    padding: 0;
    margin: 0 5px 5px 0;
    position: relative; }
    .sidebar .filterBox .filter-color li label.color {
      margin: 0;
      border-radius: 0; }
      .sidebar .filterBox .filter-color li label.color span.clrbox {
        display: block;
        height: 18px;
        width: 18px;
        border-radius: 0; }
        .sidebar .filterBox .filter-color li label.color span.clrbox.rounded {
          border-radius: 50%; }
        .sidebar .filterBox .filter-color li label.color span.clrbox.rounded_rectangle {
          border-radius: 4px; }
        .sidebar .filterBox .filter-color li label.color span.clrbox.medium {
          height: 30px;
          width: 30px; }
        .sidebar .filterBox .filter-color li label.color span.clrbox.large {
          height: 40px;
          width: 40px; }
        .sidebar .filterBox .filter-color li label.color span.clrbox.swtwhite {
          border: 1px solid #eee; }
    .sidebar .filterBox .filter-color li input:checked + label.color span.clrbox:before {
      margin-left: 3px;
      content: '\ea7f';
      position: absolute;
      color: #fff;
      font-size: 11px;
      font-family: "adorn-icons"; }
    .sidebar .filterBox .filter-color li input:checked + label.color span.medium:before {
      margin: 4px 0 0 8px;
      font-size: 13px; }
    .sidebar .filterBox .filter-color li input:checked + label.color span.large:before {
      margin: 8px 0 0 12px;
      font-size: 14px; }
    .sidebar .filterBox .filter-color li input:checked + label.color span.swtwhite:before {
      color: #000; }
    .sidebar .filterBox .filter-color li:hover .tooltip-label {
      opacity: 1;
      visibility: visible; }
  .sidebar .crFilters .actFilter {
    cursor: pointer;
    display: inline-block;
    margin: 0 3px 0 0;
    padding: 3px 6px;
    background: #000;
    color: #fff;
    font-size: 11px; }
    .sidebar .crFilters .actFilter .ad {
      font-size: 11px;
      vertical-align: baseline;
      padding-left: 5px; }
  .sidebar .crFilters .btn-link {
    display: inline-block;
    margin-top: 10px;
    font-size: 11px;
    text-decoration: underline; }
  .sidebar.popup {
    width: 300px;
    height: 100%;
    padding: 15px;
    position: fixed;
    top: 0;
    left: -310px;
    z-index: 335;
    overflow: auto;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
    .sidebar.popup.active {
      left: 0; }
      .sidebar.popup.active .closeFilter {
        visibility: visible;
        left: 300px; }
  @media only screen and (max-width: 1024px) {
    .sidebar.popup, .sidebar.filterbar {
      width: 250px;
      height: 100%;
      padding: 0;
      position: fixed;
      top: 0;
      left: -260px;
      z-index: 444;
      overflow: visible;
      background-color: #fff;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
      .sidebar.popup.active, .sidebar.filterbar.active {
        left: 0; }
        .sidebar.popup.active .closeFilter, .sidebar.filterbar.active .closeFilter {
          visibility: visible;
          left: 250px; }
      .sidebar.popup .sidebar_tags, .sidebar.filterbar .sidebar_tags {
        overflow: scroll;
        height: 100%; }
      .sidebar.popup .sidebar_widget, .sidebar.filterbar .sidebar_widget {
        padding: 10px 10px 0 10px; } }

.sidebar-products-list .grid {
  margin: 0; }
  .sidebar-products-list .grid .grid__item {
    padding: 0;
    display: table; }
.sidebar-products-list .grid-view-item {
  width: 100%;
  text-align: left;
  margin-bottom: 2px;
  box-shadow: none; }
  .sidebar-products-list .grid-view-item .product-review {
    margin-bottom: 0;
    line-height: normal; }
.sidebar-products-list .grid-view-item__link {
  height: auto !important;
  border: 1px solid #eee;
  margin-bottom: 5px; }
.sidebar-products-list .grid-view_image {
  display: table-cell;
  width: 37%;
  margin-right: 15px;
  padding: 0; }
.sidebar-products-list .button-set, .sidebar-products-list .product-labels {
  display: none; }
.sidebar-products-list .swatches {
  display: none; }
.sidebar-products-list .details {
  display: table-cell;
  vertical-align: middle; }
.sidebar-products-list .style3 .button-set {
  display: none; }
@media only screen and (max-width: 1024px) {
  .sidebar-products-list {
    padding: 5px 0 5px 12px;
    font-size: 12px; } }

.sidebar-products-slider .grid {
  margin: 0; }
  .sidebar-products-slider .grid .grid__item {
    padding: 0; }
  .sidebar-products-slider .grid > .grid__item:not(:first-child) {
    display: none; }
.sidebar-products-slider .slick-prev {
  left: -12px; }
.sidebar-products-slider .slick-next {
  right: -12px; }

.template-blog .social-sharing {
  margin-bottom: 10px; }
.template-blog .article h2 {
  text-transform: none;
  letter-spacing: normal; }

.blog--list-view {
  max-width: 900px;
  margin: 0 auto; }
  .blog--list-view .pagination {
    padding-top: 0; }
  .blog--list-view .article {
    margin-bottom: 20px; }
    @media only screen and (min-width: 767px) {
      .blog--list-view .article {
        margin-bottom: 40px; } }

.cart table {
  margin-bottom: 25px; }
.cart th,
.cart td {
  border: 0;
  text-align: center; }
  .cart th.cart__meta,
  .cart td.cart__meta {
    text-align: left; }
.cart td {
  padding: 10px;
  position: relative; }
  @media only screen and (max-width: 766px) {
    .cart td {
      padding: 10px 5px; } }
.cart th {
  font-weight: 700;
  padding: 10px 0 8px;
  background: #f5f5f5;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  letter-spacing: 1px; }
.cart table .list-view-item__title a {
  color: #333333; }
.cart .cart__meta {
  padding-right: 15px; }
.cart .qtyField {
  width: 86px;
  margin: 0 auto 10px;
  border-collapse: separate; }
  @media only screen and (max-width: 766px) {
    .cart .qtyField {
      width: 80px; }
      .cart .qtyField .qtyBtn, .cart .qtyField input {
        width: 25px;
        height: 30px;
        padding: 6px 0; } }
.cart .delete {
  width: 30px; }
.cart .cart__remove {
  position: absolute;
  opacity: 1;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  padding: 5px;
  line-height: 12px;
  border: 0;
  left: 0;
  margin-top: -10px; }
  .cart .cart__remove .ad {
    font-size: 12px; }
.cart .edit-shop {
  margin-bottom: 25px; }
.cart.style1 #CartSpecialInstructions {
  min-height: 215px; }
.cart.style1 #shipping-calculator, .cart.style1 .cart-note, .cart.style1 .bdr-box {
  border: 0;
  padding: 25px;
  background: #f5f5f5; }
.cart.style1 #shipping-calculator .btn {
  width: 100%;
  margin: 0; }
@media only screen and (max-width: 1024px) {
  .cart.style1 .cart-options {
    flex-direction: column; }
  .cart.style1 .cart-options .cart-option + .cart-option {
    padding: 0; } }
.cart.style2 .cartSummery {
  background: #f5f5f5;
  padding: 20px;
  width: 100%; }
  .cart.style2 .cartSummery .bdr-box {
    border: 0;
    padding: 0; }
.cart.style2 .get-rates {
  width: 100%;
  margin-bottom: 30px; }
.cart.style2 #wrapper-response {
  margin: -20px 0 20px; }
.cart #shipping-rates-feedback {
  border: 2px solid #111;
  letter-spacing: normal; }

.cart__meta-text {
  padding: 5px 0;
  font-size: 0.85714em;
  font-style: italic; }

.cart__row {
  position: relative; }
  .cart__row p {
    margin-bottom: 0; }
    .cart__row p + p {
      margin-top: 10px; }

.cartSummery .bdr-box {
  border: 1px solid #eee;
  padding: 10px 20px 20px; }

.cart-subtotal-row {
  margin-bottom: 10px;
  font-size: 16px;
  text-align: left;
  font-weight: 700;
  padding: 10px 0;
  text-transform: uppercase;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between; }

.totalSave {
  color: #4eaf13;
  text-align: left;
  font-style: italic;
  padding: 0 0 10px;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between; }

.cartSummery .additional-checkout-button,
.cartSummery .checkout {
  min-height: 44px;
  width: 100% !important;
  margin: 0 0 10px !important; }

.cart__footer .cart-options-ttl {
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 12px;
  font-weight: 600;
  display: block; }
.cart__footer .cartSummery {
  float: right;
  margin-bottom: 30px; }
.cart__footer .checkout {
  width: 100%; }
.cart__footer #gift-note, .cart__footer #CartSpecialInstructions {
  resize: none;
  width: 100%;
  min-height: 100px; }

.cart-note__input {
  width: 100%; }
  @media only screen and (max-width: 766px) {
    .cart-note__input {
      margin-bottom: 25px; } }

#gift-wrapping, #cartTearm {
  display: none; }

#gift-wrapping + label > span.checkbox,
#cartTearm + label > span.checkbox {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0.25em 0.5em 0.25em 0;
  border: 1px solid #ddd;
  background: #fff;
  vertical-align: bottom; }

#gift-wrapping:checked + label > span.checkbox:before,
#cartTearm:checked + label > span.checkbox:before {
  content: '\ea7f';
  display: block;
  width: 14px;
  color: #fff;
  background-color: #000;
  font-size: 8px;
  line-height: 14px;
  text-align: center;
  font-family: "adorn-icons";
  font-weight: 400; }

.cart__image-wrapper a {
  display: block; }

#shipping-calculator .field div {
  width: auto;
  display: block;
  overflow: hidden; }
#shipping-calculator select, #shipping-calculator #address_zip {
  width: 100%; }
#shipping-calculator #shipping-rates-feedback {
  color: #000;
  padding: 10px;
  text-align: center; }

.cart-options {
  display: flex;
  flex-direction: row; }
  .cart-options .cart-option {
    flex: 1; }
    .cart-options .cart-option + .cart-option {
      padding-left: 30px; }

.cart__image-wrapper {
  width: 120px; }

.cart__meta {
  max-width: 300px; }

.cart__remove {
  opacity: 0.6; }

.currencymsg {
  margin: 0 0 25px; }
  @media only screen and (max-width: 766px) {
    .currencymsg {
      text-align: center !important; } }

@media only screen and (max-width: 766px) {
  .cart__image-wrapper {
    width: 70px; }

  .cart__update-wrapper {
    width: 70px; }

  .cart .cart-update {
    margin-top: 15px;
    display: inline-block; } }
@media only screen and (max-width: 1279px) {
  .page-width .slick-prev {
    left: -10px; }

  .page-width .slick-next {
    right: -10px; } }
@media only screen and (max-width: 1024px) {
  .page-width .slick-prev {
    left: 0; }

  .page-width .slick-next {
    right: 0; } }
.social-icons li {
  text-align: center; }
.social-icons a {
  padding: 0 7px;
  display: inline-block; }

@media only screen and (max-width: 1279px) {
  #is-a-gift {
    margin-bottom: 0; }

  .cart.style1 #shipping-calculator, .cart.style1 .cart-note, .cart.style1 .bdr-box {
    padding: 15px; } }
@media only screen and (max-width: 766px) {
  .cart.style1 #shipping-calculator, .cart.style1 .cart-note, .cart.style1 .bdr-box {
    padding: 10px 15px; }

  .cart.style1 .edit-shop {
    margin-bottom: 25px; } }
.page-wrapper {
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

/* ===========================================================
   MODULES
 * ===========================================================*/
.tooltip-label {
  font-size: 11px;
  text-transform: none;
  line-height: 18px;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  visibility: hidden;
  opacity: 0;
  background: #000000;
  color: #ffffff;
  border-radius: 0;
  padding: 0 5px;
  letter-spacing: -0.2px;
  white-space: nowrap;
  position: absolute; }
  .tooltip-label:before {
    content: "";
    border: 5px solid transparent;
    position: absolute; }
  @media only screen and (max-width: 1024px) {
    .tooltip-label {
      display: none; } }

/* =================== HEADER ===================*/
.notification-bar {
  text-align: center;
  position: relative;
  z-index: 1;
  display: none;
  background-color: #f2d86e; }

.notification-bar__message {
  color: #000000;
  letter-spacing: normal;
  font-size: 14px;
  display: block;
  padding: 6px 10px; }
  .notification-bar__message:hover {
    color: #000000;
    text-decoration: none; }

.close-announcement {
  color: #000000;
  cursor: pointer;
  font-size: 15px;
  height: 25px;
  width: 25px;
  line-height: 23px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -12px; }

#headerWrapper {
  position: relative;
  z-index: 15;
  background-color: #000000;
  border-bottom: 1px solid #000000; }

#headerWrapper.stickyHeader {
  position: fixed;
  top: 0;
  z-index: 50;
  width: 100%;
  left: 0;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2); }

.stickyHeader .site-header {
  min-height: 70px; }
  .stickyHeader .site-header .cllogo {
    display: none; }
  .stickyHeader .site-header .header-logo img {
    max-height: 50px;
    max-width: 150px; }
@media only screen and (min-width: 1025px) {
  .stickyHeader.popup {
    padding-right: 16px; } }

.header-logo {
  margin: 0;
  min-width: 170px;
  max-width: 280px; }
  .header-logo .header-logo-link {
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    text-decoration: none; }
  .header-logo img {
    display: block;
    max-width: 250px;
    max-height: 90px; }
    .header-logo img path {
      fill: #000; }
  @media only screen and (max-width: 1024px) {
    .header-logo {
      max-width: 100%;
      min-width: 40px; }
      .header-logo img {
        max-width: 90px;
        margin: 0 auto; } }

.js-mobile-nav-toggle {
  padding-left: 0;
  margin-left: -9px; }
  .js-mobile-nav-toggle .ad-bars-l {
    display: none; }
  .js-mobile-nav-toggle .ad-times-l {
    display: inline-block; }
  .js-mobile-nav-toggle.open .ad-bars-l {
    display: inline-block; }
  .js-mobile-nav-toggle.open .ad-times-l {
    display: none; }

.site-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  align-items: center;
  min-height: 90px;
  position: relative;
  padding: 0 60px; }
  .site-header > .header-logo, .site-header > div, .site-header > nav {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .site-header.page-width {
    padding: 0 15px; }
  .site-header .icons-col {
    font-size: 0px;
    width: 20%;
    max-width: 170px; }
  .site-header .customer-links {
    font-size: 12px;
    text-transform: uppercase; }
    .site-header .customer-links .register {
      text-decoration: underline; }
      .site-header .customer-links .register:hover {
        text-decoration: none; }
  .site-header a.hdicon {
    position: relative;
    color: #ffffff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0 9px; }
    .site-header a.hdicon .ad {
      font-size: 18px; }
      @media only screen and (min-width: 767px) {
        .site-header a.hdicon .ad {
          font-size: 17px; } }
  .site-header #CartCount {
    position: absolute;
    background: #000000;
    color: #ffffff;
    min-width: 16px;
    height: 16px;
    border-radius: 16px;
    line-height: 17px;
    font-size: 11px;
    right: -7px;
    top: -3px; }
  .site-header .mbl-wl {
    text-align: center; }
    .site-header .mbl-wl a {
      text-decoration: underline; }
      .site-header .mbl-wl a:hover {
        text-decoration: none; }
  @media only screen and (max-width: 1024px) {
    .site-header {
      padding-left: 15px;
      padding-right: 15px;
      min-height: 50px; }
      .site-header .mobile-nav, .site-header .icons-col {
        max-width: 75px; } }
  @media only screen and (max-width: 766px) {
    .site-header {
      padding: 0 15px; } }

.template-index #headerWrapper.classic-style:not(.stickyHeader) {
  background: none;
  box-shadow: none;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 97;
  border: none; }
  .template-index #headerWrapper.classic-style:not(.stickyHeader) .site-header .header-logo img path {
    fill: #ffffff; }
  .template-index #headerWrapper.classic-style:not(.stickyHeader) .stlogo {
    display: none; }
  .template-index #headerWrapper.classic-style:not(.stickyHeader) a.hdicon {
    color: #ffffff; }
  .template-index #headerWrapper.classic-style:not(.stickyHeader) #AccessibleNav {
    background: none; }
  .template-index #headerWrapper.classic-style:not(.stickyHeader) #siteNav > li > a {
    color: #ffffff; }
  .template-index #headerWrapper.classic-style:not(.stickyHeader) #siteNav > li:hover > a, .template-index #headerWrapper.classic-style:not(.stickyHeader) #siteNav > li > a:hover, .template-index #headerWrapper.classic-style:not(.stickyHeader) #siteNav > li a.active {
    opacity: 0.7;
    background: none !important; }
  .template-index #headerWrapper.classic-style:not(.stickyHeader).nav-below {
    position: relative; }

#settingsBox, #cart-drawer, #searchPopup {
  color: #050000;
  text-align: left;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(5, 0, 0, 0.1);
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

#settingsBox {
  visibility: hidden;
  opacity: 0;
  padding: 20px;
  width: 300px;
  position: absolute;
  top: 130%;
  right: 15px;
  z-index: 99; }
  #settingsBox .ttl {
    font-size: 12px;
    margin: 20px 0 10px;
    display: block;
    letter-spacing: 0.2px; }
  #settingsBox .btn {
    width: 100%; }
  #settingsBox.active {
    visibility: visible;
    opacity: 1;
    top: 100%; }
  #settingsBox .logout-link {
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase; }

.currency-picker .selected-currency {
  display: none; }

.cnrLangList li {
  display: inline-block;
  margin: 0 5px 5px 0;
  cursor: pointer; }
  .cnrLangList li a {
    color: #000000;
    display: block;
    font-size: 12px;
    padding: 1px 10px;
    opacity: 0.6;
    border: 1px solid rgba(0, 0, 0, 0.3); }
    .cnrLangList li a:hover {
      opacity: 1; }
  .cnrLangList li.selected a, .cnrLangList li a.weglot-link--active {
    color: #f04343;
    border: 1px solid #f04343;
    opacity: 1; }

#cart-drawer {
  padding: 15px;
  width: 90%;
  max-width: 320px;
  height: 100%;
  overflow: auto;
  position: fixed;
  top: 0;
  right: -400px;
  z-index: 555; }
  #cart-drawer > h4 {
    color: #050000;
    font-size: 18px;
    text-align: left;
    margin: 0 0 10px; }
  #cart-drawer .close-cart {
    color: #050000;
    font-size: 20px;
    float: right;
    margin: -7px -4px 0 0;
    opacity: 0.6; }
  #cart-drawer .remove {
    color: #050000;
    opacity: 0.5; }
  #cart-drawer .btn, #cart-drawer .cart_tearm {
    width: 100%; }
  #cart-drawer .cart_tearm label {
    display: inline; }
  #cart-drawer.active {
    right: 0; }
  #cart-drawer .cartDWcheckout {
    margin-top: 20px; }

.mini-products-list .grid {
  margin: 0; }
  .mini-products-list .grid .grid__item {
    padding: 0; }
  .mini-products-list .grid .product-details {
    padding-left: 15px; }
.mini-products-list .buttonSet {
  border-bottom: 0; }
.mini-products-list li {
  padding: 15px 0;
  line-height: normal;
  border-top: 1px solid #eeeeee; }
  .mini-products-list li .pName {
    color: #050000;
    white-space: normal;
    text-decoration: none;
    display: block;
    line-height: 1.3;
    margin-right: 20px; }
  .mini-products-list li .vropts {
    color: #050000;
    opacity: 0.6;
    padding: 5px 0; }
  .mini-products-list li .product-details {
    text-align: left; }
  .mini-products-list li .remove {
    float: right;
    padding: 7px;
    margin: -7px -7px 0 0; }
  .mini-products-list li.cart-subtotal-row {
    padding: 10px 0;
    margin-bottom: 0; }
  .mini-products-list li ul {
    margin: 0 0 5px;
    padding: 0; }
    .mini-products-list li ul li {
      border: 0 none;
      padding: 0; }

#searchPopup {
  width: 100%;
  padding: 40px 50px;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  box-shadow: 0 0 15px rgba(5, 0, 0, 0.1); }
  #searchPopup.active {
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  #searchPopup h4 {
    color: #050000; }
  #searchPopup .closeSearch {
    color: #050000;
    font-size: 24px;
    position: absolute;
    top: 10px;
    right: 20px; }
  #searchPopup .input-group {
    border-bottom: 1px solid #eeeeee; }
  #searchPopup .search__input, #searchPopup .search__input::-webkit-input-placeholder {
    color: #050000;
    padding: 5px 0;
    background: none;
    border: 0 none; }
  #searchPopup .btn {
    color: #050000;
    opacity: 0.5;
    padding: 0;
    border: 0 none;
    background: none; }
  @media only screen and (max-width: 766px) {
    #searchPopup {
      padding: 15px 20px; }
      #searchPopup .closeSearch {
        top: 0px;
        right: 10px; } }

.search-results {
  list-style-type: none;
  width: 100%;
  max-width: 100%;
  margin: 0 -5px;
  padding: 10px 0 0; }
  .search-results li {
    float: left;
    vertical-align: top;
    width: 25%;
    margin: 0;
    padding: 5px; }
    .search-results li:nth-child(4n+1) {
      clear: both; }
  .search-results a {
    color: #050000;
    display: table;
    width: 100%;
    text-decoration: none; }
    .search-results a:hover {
      color: #050000;
      opacity: 1;
      background-color: #f2f2f2; }
  .search-results .img {
    display: table-cell;
    width: 60px;
    padding: 5px;
    vertical-align: middle; }
    .search-results .img img {
      display: block;
      margin: 0 auto; }
  .search-results .details {
    padding: 5px;
    line-height: 1.2;
    display: table-cell;
    text-align: left;
    vertical-align: middle; }
  .search-results .price {
    display: block;
    font-weight: 700;
    margin-top: 5px; }
  @media only screen and (max-width: 766px) {
    .search-results li {
      width: 50%; }
      .search-results li:nth-child(2n+1) {
        clear: both; }
    .search-results .img {
      width: 40px;
      padding: 5px;
      vertical-align: middle; } }

.template-search .section-header {
  margin-top: 35px; }

/* ===========================================================
   Site Nav and Dropdowns 
* ====================================================s=======*/
@media only screen and (min-width: 1025px) {
  #siteNav {
    position: relative; }
    #siteNav.hidearrow .ad-angle-down-l {
      display: none; }
    #siteNav.left {
      text-align: left; }
    #siteNav.center {
      text-align: center; }
    #siteNav.right {
      text-align: right; }
    #siteNav.large > li > a {
      line-height: 55px; }
    #siteNav a {
      text-decoration: none;
      letter-spacing: 0.02em;
      display: block;
      opacity: 1;
      -webkit-font-smoothing: antialiased; }
    #siteNav .lbl {
      color: #ffffff;
      font-size: 10px;
      letter-spacing: 0;
      line-height: 1;
      display: inline-block;
      padding: 2px 4px;
      background-color: #f00;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
      position: relative;
      vertical-align: middle; }
      #siteNav .lbl:after {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        bottom: 3px;
        left: -7px;
        border: 4px solid transparent;
        border-right-color: #f00; }
      #siteNav .lbl.nm_label1 {
        background-color: #ff0000; }
        #siteNav .lbl.nm_label1:after {
          border-right-color: #ff0000; }
      #siteNav .lbl.nm_label2 {
        background-color: #1cb5b5; }
        #siteNav .lbl.nm_label2:after {
          border-right-color: #1cb5b5; }
      #siteNav .lbl.nm_label3 {
        background-color: #f48920; }
        #siteNav .lbl.nm_label3:after {
          border-right-color: #f48920; }
      #siteNav .lbl.nm_label4 {
        background-color: #d0a306; }
        #siteNav .lbl.nm_label4:after {
          border-right-color: #d0a306; }
      #siteNav .lbl.nm_label5 {
        background-color: #4daee2; }
        #siteNav .lbl.nm_label5:after {
          border-right-color: #4daee2; }
    #siteNav > li {
      display: inline-block;
      text-align: left;
      margin-right: 10px; }
      #siteNav > li.ctsize, #siteNav > li.dropdown {
        position: relative; }
      #siteNav > li > a {
        color: #ffffff;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        position: relative;
        line-height: 40px;
        padding: 0 15px; }
        #siteNav > li > a:hover, #siteNav > li > a.active {
          color: #efc24d; }
        #siteNav > li > a .lbl {
          border-radius: 3px;
          position: absolute;
          top: -6px;
          left: 50%; }
          #siteNav > li > a .lbl:after {
            content: " ";
            display: block;
            width: 0;
            height: 0;
            position: absolute;
            bottom: -5px;
            left: 4px;
            border: 5px solid transparent;
            border-left-color: #f00; }
          #siteNav > li > a .lbl.nm_label1:after {
            border-left-color: #ff0000;
            border-right: 0 none; }
          #siteNav > li > a .lbl.nm_label2:after {
            border-left-color: #1cb5b5;
            border-right: 0 none; }
          #siteNav > li > a .lbl.nm_label3:after {
            border-left-color: #f48920;
            border-right: 0 none; }
          #siteNav > li > a .lbl.nm_label4:after {
            border-left-color: #d0a306;
            border-right: 0 none; }
          #siteNav > li > a .lbl.nm_label5:after {
            border-left-color: #4daee2;
            border-right: 0 none; }
      #siteNav > li:hover > a {
        color: #efc24d; }
      #siteNav > li:hover > .megamenu, #siteNav > li:hover > .dropdown, #siteNav > li .dropdown li:hover > ul {
        top: 100%;
        opacity: 1;
        visibility: visible;
        pointer-events: visible; }
    #siteNav div.megamenu {
      opacity: 0;
      visibility: hidden;
      padding: 20px 30px 0;
      margin: 0;
      position: absolute;
      top: 150%;
      z-index: 999;
      max-height: 600px;
      overflow: auto;
      background-color: #ffffff;
      box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
      pointer-events: none;
      -ms-transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      #siteNav div.megamenu.mmfull {
        width: 100%;
        left: 0; }
      #siteNav div.megamenu.left {
        left: -17px; }
      #siteNav div.megamenu.center {
        left: 50%;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); }
      #siteNav div.megamenu.right {
        right: -17px; }
      #siteNav div.megamenu li.lvl-1 {
        margin-bottom: 25px; }
        #siteNav div.megamenu li.lvl-1 a.lvl-1 {
          text-transform: uppercase;
          color: #000000;
          padding: 0 0 8px;
          font-weight: 600; }
          #siteNav div.megamenu li.lvl-1 a.lvl-1:hover {
            color: #f77575; }
          #siteNav div.megamenu li.lvl-1 a.lvl-1 .title {
            display: block; }
        #siteNav div.megamenu li.lvl-1 li .site-nav {
          color: #444444;
          padding: 3px 0;
          font-weight: 400; }
          #siteNav div.megamenu li.lvl-1 li .site-nav:before {
            content: "";
            display: inline-block;
            width: 0px;
            height: 2px;
            vertical-align: middle;
            background-color: #f77575;
            -ms-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out; }
          #siteNav div.megamenu li.lvl-1 li .site-nav:hover {
            color: #f77575; }
            #siteNav div.megamenu li.lvl-1 li .site-nav:hover:before {
              width: 5px;
              margin-right: 3px; }
      #siteNav div.megamenu .productCol {
        text-align: center; }
        #siteNav div.megamenu .productCol.lvl-1 {
          margin: 0; }
        #siteNav div.megamenu .productCol .grid-view-item {
          padding: 0;
          box-shadow: none;
          border: 0 none; }
          #siteNav div.megamenu .productCol .grid-view-item .spr-badge, #siteNav div.megamenu .productCol .grid-view-item .wishlist {
            display: none; }
        #siteNav div.megamenu .productCol .grid-view-item__title, #siteNav div.megamenu .productCol .grid-view-item__meta {
          color: #000000;
          padding: 0;
          margin: 0; }
      #siteNav div.megamenu .grid__item {
        margin-bottom: 0; }
      #siteNav div.megamenu.style1 .imageCol img {
        margin-bottom: 30px; }
      #siteNav div.megamenu.style2 {
        padding: 0; }
        #siteNav div.megamenu.style2 .prColumn, #siteNav div.megamenu.style2 .mmftcolumn {
          padding: 20px;
          width: auto;
          vertical-align: top; }
        #siteNav div.megamenu.style2 .prColumn .grid {
          margin-left: -15px; }
        #siteNav div.megamenu.style2 .prColumn .grid__item {
          padding-left: 15px; }
        #siteNav div.megamenu.style2 .grid-view-item {
          margin-bottom: 15px;
          line-height: 1.2; }
          #siteNav div.megamenu.style2 .grid-view-item .grid-view-item__meta {
            margin-top: 5px; }
        #siteNav div.megamenu.style2 .mmftcolumn {
          text-align: center; }
          #siteNav div.megamenu.style2 .mmftcolumn img {
            width: 100%; }
      #siteNav div.megamenu.style3 .grid__item .lvl-1 img {
        margin-bottom: 10px; }
      #siteNav div.megamenu.style4 {
        background-repeat: no-repeat;
        background-size: auto 100%; }
      #siteNav div.megamenu.style5 .grid__item {
        text-align: center;
        font-weight: 700;
        margin-bottom: 5px; }
        #siteNav div.megamenu.style5 .grid__item.lvl-1 {
          margin-bottom: 20px; }
      #siteNav div.megamenu.style5 .lvl-1 a.lvl-1 {
        position: relative; }
      #siteNav div.megamenu.style5 a {
        display: block; }
      #siteNav div.megamenu.style5 .imgOver {
        display: block;
        padding: 5px 0 10px; }
      #siteNav div.megamenu.style5 .below {
        padding: 10px 0 0; }
      #siteNav div.megamenu.style5 .over .imgOver {
        padding: 10px 15px;
        position: absolute;
        left: 10px;
        right: 10px;
        width: auto;
        bottom: 20px;
        background-color: #ffffff; }
    #siteNav ul.dropdown, #siteNav ul.dropdown ul {
      border: 1px solid #eeeeee;
      padding: 20px;
      opacity: 0;
      visibility: hidden;
      width: 240px;
      position: absolute;
      top: 59px;
      left: -17px;
      z-index: 999;
      background-color: #ffffff;
      box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.3);
      -ms-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    #siteNav ul.dropdown {
      box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1); }
      #siteNav ul.dropdown li {
        border-top: 1px solid #eeeeee;
        position: relative; }
        #siteNav ul.dropdown li:first-child {
          border: 0 none; }
        #siteNav ul.dropdown li a {
          color: #444444;
          font-weight: 400;
          padding: 8px 5px;
          background-color: #ffffff; }
          #siteNav ul.dropdown li a:hover {
            color: #000000;
            background-color: #fafafa;
            padding-left: 10px; }
          #siteNav ul.dropdown li a .ad {
            position: absolute;
            right: 10px;
            top: 12px;
            font-size: 12px; }
        #siteNav ul.dropdown li ul {
          top: 10px;
          left: 100%; }
        #siteNav ul.dropdown li:hover > ul {
          top: -10px; } }
      @media only screen and (min-width: 1025px) and (max-width: 1279px) {
        #siteNav > li > a {
          padding: 0 10px; } }
@media only screen and (max-width: 1024px) {
  html {
    overflow-x: hidden; }

  body {
    position: relative;
    left: 0;
    -ms-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }

  body.menuOn {
    left: 270px; }
    body.menuOn .modalOverly {
      display: block;
      opacity: 0.3; }

  .mobile-nav-wrapper {
    width: 270px;
    height: 100%;
    position: fixed;
    left: -270px;
    top: 0;
    z-index: 999;
    background-color: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    -ms-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .mobile-nav-wrapper.active {
      left: 0;
      opacity: 1;
      visibility: visible; }
    .mobile-nav-wrapper .closemobileMenu {
      color: #000;
      font-size: 13px;
      padding: 8px 10px;
      background-color: #eee;
      cursor: pointer; }
      .mobile-nav-wrapper .closemobileMenu .ad {
        font-size: 18px; }

  #MobileNav {
    height: calc(100% - 36px);
    padding-bottom: 10px;
    overflow: auto; }
    #MobileNav li {
      border-top: 1px solid #eeeeee;
      position: relative; }
      #MobileNav li.grid__item {
        float: none;
        padding: 0; }
      #MobileNav li a {
        color: #333333;
        text-decoration: none;
        display: block;
        padding: 10px 45px 10px 10px;
        opacity: 1;
        -webkit-font-smoothing: antialiased;
        font-weight: 400;
        letter-spacing: 0.05em;
        text-transform: uppercase; }
        #MobileNav li a .ad {
          color: #333333;
          display: block;
          width: 40px;
          height: 40px;
          line-height: 40px;
          position: absolute;
          right: 0;
          top: 0;
          text-align: center;
          padding: 0 10px; }
      #MobileNav li .lbl {
        color: #ffffff;
        font-size: 10px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1;
        text-transform: uppercase;
        display: inline-block;
        vertical-align: middle;
        padding: 2px 4px;
        border-radius: 3px;
        background-color: #f00;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
        margin-left: 5px;
        position: relative; }
        #MobileNav li .lbl:after {
          content: " ";
          display: block;
          width: 0;
          height: 0;
          position: absolute;
          top: 2px;
          left: -9px;
          border: 5px solid transparent;
          border-right-color: #f00; }
        #MobileNav li .lbl.nm_label1 {
          background-color: #ff0000; }
          #MobileNav li .lbl.nm_label1:after {
            border-right-color: #ff0000; }
        #MobileNav li .lbl.nm_label2 {
          background-color: #1cb5b5; }
          #MobileNav li .lbl.nm_label2:after {
            border-right-color: #1cb5b5; }
        #MobileNav li .lbl.nm_label3 {
          background-color: #f48920; }
          #MobileNav li .lbl.nm_label3:after {
            border-right-color: #f48920; }
        #MobileNav li .lbl.nm_label4 {
          background-color: #d0a306; }
          #MobileNav li .lbl.nm_label4:after {
            border-right-color: #d0a306; }
        #MobileNav li .lbl.nm_label5 {
          background-color: #4daee2; }
          #MobileNav li .lbl.nm_label5:after {
            border-right-color: #4daee2; }
      #MobileNav li ul {
        display: none;
        background-color: #f2f2f2; }
      #MobileNav li li a {
        padding-left: 20px; }
      #MobileNav li li li a {
        padding-left: 30px; }
      #MobileNav li li li li a {
        padding-left: 40px; } }
/* Footer Styles ====================*/
body:not(.template-index) .site-footer {
  margin-top: 20px; }
  @media only screen and (min-width: 767px) {
    body:not(.template-index) .site-footer {
      margin-top: 50px; } }

.site-footer {
  color: #ffffff;
  background-color: #010101;
  border-top: 1px solid #000000;
  padding: 0; }
  .site-footer .h4 {
    color: #ffffff;
    font-size: 1.35714em;
    letter-spacing: 0.5px;
    margin: 0 0 15px; }
  .site-footer .addressFooter li {
    position: relative;
    margin-bottom: 12px; }
    .site-footer .addressFooter li .ad {
      color: #ffffff;
      font-size: 12px;
      padding-right: 12px;
      min-height: 25px;
      float: left;
      margin-top: 4px;
      text-align: center; }
  .site-footer .addressFooter + .h4 {
    margin: 25px 0 10px; }
  .site-footer .social-icons {
    margin-left: -6px; }
    .site-footer .social-icons a {
      width: -webkit-fill-available;
      text-align: left;
      color: #ffffff;
      font-size: 12px;
      display: inline-block;
      margin-right: 5px;
      padding: 0 7px;
      line-height: 28px;
      border-radius: 50%; }
      .site-footer .social-icons a:hover {
        opacity: 0.7; }
      .site-footer .social-icons a .ad {
        font-size: 14px; }
  .site-footer .socialicons .social-icons {
    margin-top: -6px; }
  .site-footer .socialicons .social-icons li {
    display: block;
    text-align: left;
    width: 100%; }
    .site-footer .socialicons .social-icons li .ad {
      width: 18px;
      vertical-align: baseline; }
    .site-footer .socialicons .social-icons li .icon__fallback-text {
      color: #ffffff;
      overflow: visible;
      height: auto;
      width: auto;
      clip: unset;
      padding-left: 10px;
      font-size: 12px; }
  .site-footer .newsletter .input-group .input-group__field, .site-footer .newsletter .input-group .input-group__btn {
    display: block;
    margin-bottom: 10px;
    border-radius: 0; }
  .site-footer .newsletter .input-group .input-group__field {
    color: #000000;
    background-color: #ffffff; }
  .site-footer .newsletter .input-group .input-group__btn {
    margin: 0; }
  .site-footer .newsletter .input-group .input-group__btn .btn {
    border: 0;
    font-size: 11px;
    letter-spacing: 0.5px;
    padding: 0 18px;
    color: #000000;
    background-color: #efc24d; }
  .site-footer .newsletter .socials {
    margin: 20px 0 0 2px; }
  .site-footer .newsletter .input-group__btn {
    width: 100%; }
  .site-footer .newsletter .wrap-newsletter {
    padding-right: 20px;
    max-width: 450px; }
  .site-footer .newsletter.text-center .wrap-newsletter {
    max-width: 550px;
    margin: 0 auto;
    padding: 0; }
    .site-footer .newsletter.text-center .wrap-newsletter .input-group .input-group__field,
    .site-footer .newsletter.text-center .wrap-newsletter .input-group .input-group__btn {
      display: table-cell;
      vertical-align: top; }
    .site-footer .newsletter.text-center .wrap-newsletter .input-group .input-group__btn {
      width: 100px; }
  .site-footer .instafeed {
    margin-left: -2px; }
    .site-footer .instafeed .insta-img {
      float: left;
      margin: 0 2px 4px; }
    .site-footer .instafeed.im150 .insta-img {
      width: 80px !important; }
    .site-footer .instafeed.im320 .insta-img {
      width: 100px !important; }
  @media only screen and (max-width: 1023px) {
    .site-footer .footer-block__item {
      width: 50%; }
    .site-footer .footer-top .footer-block__item.one-whole.newsletter {
      width: 100%; } }
  @media only screen and (max-width: 766px) {
    .site-footer .footer-block {
      margin: 0; }
    .site-footer .footer-block__item {
      width: 100%;
      padding: 12px 0;
      margin: 0; }
      .site-footer .footer-block__item + .footer-block__item {
        border-top: 1px solid white; } }
  .site-footer .footer-fw {
    padding: 0 60px; }
    @media only screen and (max-width: 1279px) {
      .site-footer .footer-fw {
        padding: 0 15px; } }
    @media only screen and (max-width: 766px) {
      .site-footer .footer-fw {
        padding: 0 10px; } }

.footer-links li {
  margin-bottom: 7px; }
.footer-links a {
  color: #ffffff;
  text-decoration: none; }
  .footer-links a:before {
    content: "";
    display: inline-block;
    width: 0px;
    height: 3px;
    vertical-align: middle;
    background-color: #ffffff; }
  .footer-links a:hover {
    opacity: 0.7; }
    .footer-links a:hover:before {
      width: 4px;
      margin-right: 3px; }
@media only screen and (max-width: 1024px) {
  .footer-links:nth-child(2n+1) {
    clear: left; } }
@media only screen and (max-width: 766px) {
  .footer-links .h4 {
    line-height: 20px;
    margin-bottom: 0;
    cursor: pointer; }
    .footer-links .h4:before {
      content: "\ea45";
      font-size: 15px;
      font-family: "adorn-icons";
      float: right; }
    .footer-links .h4.active:before {
      content: "\ea48"; }
  .footer-links ul {
    display: none;
    margin: 10px 0 20px; } }

.footer-top {
  padding-top: 35px;
  padding-bottom: 35px; }
  .footer-top .grid__item {
    padding: 20px 0 0; }
  .footer-top .counter {
    display: none; }
  .footer-top a {
    color: #ffffff; }
  @media only screen and (max-width: 766px) {
    .footer-top {
      padding-top: 15px;
      padding-bottom: 15px; }
      .footer-top .grid {
        margin: 0; }
      .footer-top .grid__item {
        padding: 15px 5px;
        border-bottom: 1px dotted #3c3c3c; }
        .footer-top .grid__item:last-child {
          border: 0 none;
          padding-bottom: 0; } }

.footer-bottom {
  background: #000000;
  color: #c3c3c3;
  clear: both;
  padding: 15px 0;
  border-top: 1px dotted #3c3c3c; }
  .footer-bottom .payment-list__item {
    margin-left: 5px;
    width: 35px; }
  .footer-bottom .paymentCall {
    float: right;
    font-size: 0px; }
  .footer-bottom .footer-img img {
    vertical-align: middle; }
  .footer-bottom a {
    color: #c3c3c3; }
  @media only screen and (max-width: 766px) {
    .footer-bottom {
      text-align: center;
      line-height: 1.2; }
      .footer-bottom .text-left {
        text-align: center !important; }
      .footer-bottom .paymentCall {
        text-align: center !important;
        margin-bottom: 15px;
        width: 100%; }
        .footer-bottom .paymentCall ul, .footer-bottom .paymentCall ul li {
          float: none;
          text-align: center; } }

.wrap-blog-inner.left {
  text-align: left; }
.wrap-blog-inner.center {
  text-align: center;
  max-width: 600px;
  margin: 0 auto; }

.blog-right.right {
  float: right; }

.sidebar-blog-post li {
  padding-bottom: 15px; }
.sidebar-blog-post .article-img {
  float: left;
  margin-right: 10px; }
.sidebar-blog-post .article-name {
  line-height: 17px;
  display: block;
  margin-bottom: 5px; }
.sidebar-blog-post .article__date {
  display: block;
  color: #666666;
  margin: 0; }

.article_featured-image img {
  margin-bottom: 20px; }

.publish-detail {
  margin: 0 0 20px 0; }
  .publish-detail li {
    color: #777;
    list-style: none;
    display: inline-block;
    margin: 0 5px; }
    .publish-detail li .ad {
      font-size: 14px;
      vertical-align: initial;
      margin-right: 5px; }
    .publish-detail li .article__author span {
      color: #111; }

.template-article .section-header {
  margin: 20px 0 30px; }
.template-article .article__tags {
  margin-bottom: 0; }
  .template-article .article__tags span {
    display: inline-block; }
  .template-article .article__tags li {
    display: inline-block; }
.template-article .btn--share .ad {
  font-size: 13px; }
.template-article .article__tags {
  margin-bottom: 15px; }

.article--listing {
  padding-top: 15px;
  margin-bottom: 15px; }

.article__title {
  margin: 7.5px 5px;
  line-height: 26px; }

.article__author {
  margin: 0 5px; }

.article__tags li {
  margin: 0 2px; }
  .article__tags li a {
    text-decoration: underline;
    color: #111;
    -ms-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .article__tags li a:hover {
      text-decoration: none; }

/* ===========================================================
   Blog article grid
 * ===========================================================*/
.article__grid-meta {
  margin-bottom: 30px; }

@media only screen and (max-width: 766px) {
  .article__grid-meta--has-image {
    float: left;
    width: 100%;
    padding-left: 15px; } }
.article__grid-excerpt {
  margin-bottom: 25px; }

.article__grid-image {
  display: block;
  margin-bottom: 30px; }
  .article__grid-image img {
    display: block;
    width: 100%; }
  @media only screen and (max-width: 766px) {
    .article__grid-image {
      margin-bottom: 15px; } }

.infinitpagin {
  clear: both;
  padding-top: 15px;
  text-align: center; }

.pagination {
  width: 100%;
  text-align: center;
  list-style: none;
  font-size: 1.07143em; }
  .pagination li {
    display: inline-block; }
    .pagination li a {
      font-size: 12px;
      color: gray;
      height: 35px;
      width: 35px;
      line-height: 35px;
      display: inline-block;
      border: 2px solid #eeeeee; }
  .pagination li.active a {
    border: 2px solid #6e6e6e;
    color: #333333; }
  .pagination .icon {
    display: block;
    height: 20px;
    vertical-align: middle; }

.pagination__text {
  padding: 0 7.5px; }

.comment {
  margin-bottom: 30px; }
  .comment:last-child {
    margin-bottom: 0; }

.comment__content {
  margin-bottom: 5px; }

.comment__meta-item {
  margin-right: 10px;
  font-size: 1em; }
  .comment__meta-item:first-child::before {
    content: '\2014 \0020'; }

.btn--share {
  margin-right: 5px;
  margin-bottom: 10px; }
  .btn--share .ad {
    font-size: 13px;
    vertical-align: initial;
    margin-right: 1px; }
  .btn--share .ad-facebook-official {
    color: #3b5998; }
  .btn--share .ad-twitter-square {
    color: #00aced; }
  .btn--share .ad-pinterest-square {
    color: #cb2027; }
  .btn--share .ad-google-plus-square {
    color: #DD4D42; }

.share-title {
  display: inline-block;
  vertical-align: middle; }

/* ===========================================================
   Modals
 * ===========================================================*/
.modalsCenter, .loadingBox, .modal {
  position: fixed;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.modalOverly {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 666;
  background-color: rgba(0, 0, 0, 0.6);
  -ms-transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
  -webkit-transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1); }

.loadingBox {
  display: none;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  z-index: 1050; }
  .loadingBox .ad {
    font-size: 40px;
    opacity: 0.7; }

.loading .loadingBox {
  display: block;
  position: fixed; }

.showOverly .modalOverly, .loading .modalOverly {
  display: block; }

.hideOverly .modalOverly {
  display: none; }

.mfpbox {
  margin: 0 auto;
  padding: 20px;
  max-width: 800px;
  position: relative;
  background: white;
  box-shadow: 0 0 20px rgba(51, 51, 51, 0.3); }
  .mfpbox .mfp-close {
    right: 0;
    opacity: 1;
    top: 0;
    color: #333333;
    line-height: 30px;
    height: 30px;
    width: 30px; }

.modal {
  padding: 20px;
  display: none;
  overflow: hidden;
  z-index: 667;
  width: 80%;
  max-width: 440px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  bottom: inherit; }
  .modal p {
    margin-bottom: 10px; }
  .modal .modal-prod-img {
    max-width: 100px; }
  .modal .modal-prod-name {
    color: #000;
    font-size: 14px;
    padding-right: 20px; }
  .modal .buttonSet {
    padding-top: 5px; }
  .modal .prod-img {
    float: left;
    margin: 0; }
  .modal .prod-detail {
    text-align: left;
    padding: 0 0 0 120px; }
  .modal .buttonSet .btn {
    margin-right: 8px; }

#LoginModal.modal {
  width: 100%;
  max-width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }
#LoginModal .password__form-heading, #LoginModal .password__input-group {
  margin-bottom: 20px; }
#LoginModal .last-child {
  margin-bottom: 0; }

.text-link.cancel {
  vertical-align: middle;
  margin: 0 0 10px 10px; }

.modal--is-active {
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  display: block;
  opacity: 1;
  overflow: hidden; }

.modal__inner {
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height: 100%; }

.modal__centered {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%; }
  .no-csstransforms .modal__centered {
    top: 20%; }

.modal__close {
  border: 0 !important;
  padding: 10px 15px;
  position: fixed;
  top: 0;
  right: 0; }
  .modal__close .icon {
    font-size: 1.42857em; }

.closeDrawer {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  background-color: #000;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  font-size: 1.28571em; }
  .closeDrawer:hover {
    color: #fff;
    opacity: 0.75; }

#prodNotify {
  color: #000000;
  width: auto;
  max-width: 320px;
  text-align: left;
  padding: 5px;
  overflow: hidden;
  visibility: visible;
  opacity: 1;
  position: fixed;
  left: 10px;
  bottom: -200px;
  z-index: 999;
  background-color: #ffffff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
  -ms-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
  #prodNotify img {
    float: left;
    max-width: 70px;
    max-height: 80px;
    width: auto; }
  #prodNotify .details {
    margin: 0 0 0 75px;
    padding: 5px; }
  #prodNotify a {
    color: #000000; }
  #prodNotify .closeNotify {
    width: 20px;
    height: 20px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    background: #000;
    color: #fff; }
    #prodNotify .closeNotify .ad {
      font-size: 10px; }
  #prodNotify p {
    font-size: 11px;
    line-height: 1.2;
    margin: 0 0 5px;
    color: #666666; }
  #prodNotify .msg {
    margin-right: 15px; }
  #prodNotify .pname {
    font-size: 13px;
    margin-bottom: 15px; }
  #prodNotify.active {
    visibility: visible;
    opacity: 1;
    bottom: 10px; }

 /* ===========================================================
    Hero slider
* ===========================================================*/
.slideshowOuter {
  padding: 0; }
  .slideshowOuter + .slideshowOuter {
    margin: 0; }

.slideshow-wrapper {
  position: relative; }

.slideshow {
  overflow: hidden;
  margin-bottom: 0; }
  @media only screen and (min-width: 1025px) {
    .slideshow .btn {
      padding: 9px 20px; } }
  .slideshow .slideshow__link, .slideshow a:hover {
    opacity: 1;
    text-decoration: none; }
  .slideshow .slideshow__slide, .slideshow .slick-list, .slideshow .slick-track {
    height: 100%; }
  .slideshow .slick-arrow {
    width: 40px;
    border-radius: 5px;
    height: 40px;
    line-height: 38px;
    background-color: rgba(255, 255, 255, 0.5); }
    .slideshow .slick-arrow:before {
      font-size: 20px; }
    .slideshow .slick-arrow:hover {
      background-color: rgba(255, 255, 255, 0.5);
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.3); }
  .slideshow .slick-prev {
    left: 10px; }
  .slideshow .slick-next {
    right: 10px; }
  .slideshow .slick-dots {
    bottom: 15px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%); }
    .slideshow .slick-dots li button::before {
      color: white; }
  @media only screen and (max-width: 766px) {
    .slideshow .slick-arrow {
      width: 30px;
      height: 30px;
      line-height: 30px; }
      .slideshow .slick-arrow:before {
        font-size: 16px; } }

.imageSlideshow .slideshow {
  height: auto; }
  .imageSlideshow .slideshow .placeholder-background,
  .imageSlideshow .slideshow .slideshow__image, .imageSlideshow .slideshow .slideshow__link {
    position: static;
    text-align: center; }
    .imageSlideshow .slideshow .placeholder-background img,
    .imageSlideshow .slideshow .slideshow__image img, .imageSlideshow .slideshow .slideshow__link img {
      width: 100%; }

.slideshow__slide {
  position: relative;
  overflow: hidden; }

.slideshow__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .slideshow__link:active, .slideshow__link:focus {
    opacity: 1; }

.slideshow__overlay::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
  z-index: 3; }

.slideshow__image {
  transition: opacity 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .slick-initialized .slideshow__image, .no-js .slideshow__image {
    opacity: 1; }
  .no-autoplay .slideshow__image {
    opacity: 1; }
  @media only screen and (max-width: 766px) {
    .slideshow__image.left, .slideshow__image.leftbottom {
      background-position: 90% 0 !important; }
    .slideshow__image.right, .slideshow__image.rightbottom {
      background-position: 10% 0 !important; } }

.slideshow__text-wrap {
  height: 100%; }
  .slideshow__link .slideshow__text-wrap {
    cursor: inherit; }
  .slideshow__text-wrap:after {
    content: '';
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    margin-left: -20px;
    margin-top: -20px;
    border-radius: 50%;
    border: 3px solid white;
    border-top-color: transparent;
    -moz-animation: spin 0.65s infinite linear;
    -o-animation: spin 0.65s infinite linear;
    -webkit-animation: spin 0.65s infinite linear;
    animation: spin 0.65s infinite linear;
    opacity: 1;
    transition: all 1s cubic-bezier(0.29, 0.63, 0.44, 1);
    top: 50%;
    left: 50%;
    z-index: 5; }
  .slick-initialized .slideshow__text-wrap:after, .no-js .slideshow__text-wrap:after {
    opacity: 0;
    visibility: hidden;
    content: none; }

.wrap-caption {
  display: inline-block;
  padding: 30px; }
  @media only screen and (max-width: 1279px) {
    .wrap-caption {
      padding: 20px; } }

.slideshow__text-content {
  position: absolute;
  max-width: 600px;
  width: 50%;
  top: 50%;
  z-index: 3;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  .left .slideshow__text-content {
    left: 7%;
    text-align: left; }
  .leftbottom .slideshow__text-content {
    left: 7%;
    text-align: left;
    bottom: 8%;
    transform: none;
    top: inherit; }
  .right .slideshow__text-content {
    right: 7%;
    text-align: right; }
  .rightbottom .slideshow__text-content {
    right: 7%;
    text-align: right;
    bottom: 8%;
    transform: none;
    top: inherit; }
  .topcenter .slideshow__text-content {
    left: 50%;
    top: 120px;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center; }
  .bottomcenter .slideshow__text-content {
    top: inherit;
    left: 50%;
    bottom: 5%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center; }
  .center .slideshow__text-content, .video-text .slideshow__text-content {
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center; }
  @media only screen and (max-width: 1279px) {
    .left .slideshow__text-content {
      left: 1.5%; }
    .right .slideshow__text-content {
      right: 1.5%; } }
  @media only screen and (max-width: 766px) {
    .slideshow__text-content {
      width: 80%; }
      .left .slideshow__text-content {
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .right .slideshow__text-content {
        right: 50%;
        -ms-transform: translate(50%, -50%);
        -webkit-transform: translate(50%, -50%);
        transform: translate(50%, -50%); }
      .leftbottom .slideshow__text-content {
        left: 10%; }
      .rightbottom .slideshow__text-content {
        right: 10%; } }
  .slideshow__text-content .btnWrap {
    display: inline-block;
    margin-top: 15px; }
    @media only screen and (min-width: 1025px) {
      .slideshow__text-content .btnWrap {
        margin-top: 30px; } }
  .slideshow__text-content .anim-tru.style1 {
    opacity: 0;
    -ms-transition: 1s all 100ms;
    -webkit-transition: 1s all 100ms;
    transition: 1s all 100ms;
    transform: scale(0.8); }
    .slick-active .slideshow__text-content .anim-tru.style1 {
      opacity: 1;
      transform: scale(1); }
  .slideshow__text-content .anim-tru.style2 .mega-small-title {
    opacity: 0;
    -ms-transition: 1s all 100ms;
    -webkit-transition: 1s all 100ms;
    transition: 1s all 100ms;
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  .slideshow__text-content .anim-tru.style2 .slideshow__title {
    opacity: 0;
    -ms-transition: 0.8s all 200ms;
    -webkit-transition: 0.8s all 200ms;
    transition: 0.8s all 200ms;
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  .slideshow__text-content .anim-tru.style2 .slideshow__subtitle {
    opacity: 0;
    -ms-transition: 0.7s all 300ms;
    -webkit-transition: 0.7s all 300ms;
    transition: 0.7s all 300ms;
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  .slideshow__text-content .anim-tru.style2 .btnWrap {
    opacity: 0;
    -ms-transition: 0.6s all 400ms;
    -webkit-transition: 0.6s all 400ms;
    transition: 0.6s all 400ms;
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  .slick-active .slideshow__text-content .anim-tru.style2 .mega-small-title {
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .slick-active .slideshow__text-content .anim-tru.style2 .slideshow__title {
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .slick-active .slideshow__text-content .anim-tru.style2 .slideshow__subtitle {
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .slick-active .slideshow__text-content .anim-tru.style2 .btnWrap {
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .slideshow__text-content .anim-tru.style3 {
    opacity: 0;
    margin-bottom: -30px;
    -ms-transition: 1s all 100ms;
    -webkit-transition: 1s all 100ms;
    transition: 1s all 100ms; }
    .slick-active .slideshow__text-content .anim-tru.style3 {
      opacity: 1;
      margin-bottom: 0; }

.mega-small-title {
  margin: 0;
  letter-spacing: normal;
  font-size: 16px;
  line-height: 1.2; }

.slideshow__title {
  letter-spacing: normal;
  font-size: 55px;
  line-height: 1.1; }

.slideshow__subtitle {
  margin-top: 10px;
  letter-spacing: normal;
  display: block;
  font-size: 16px;
  line-height: 1.1; }
  .slideshow__subtitle .icon {
    color: #F2D86E;
    width: 70px;
    height: 70px; }

@media only screen and (max-width: 1279px) {
  .mega-small-title {
    font-size: 14px; }

  .slideshow__title {
    font-size: 44px; }

  .slideshow__subtitle {
    font-size: 14px; } }
@media only screen and (max-width: 1024px) {
  .mega-small-title {
    font-size: 13px; }

  .slideshow__title {
    font-size: 36px; }

  .slideshow__subtitle {
    font-size: 13px; } }
@media only screen and (max-width: 766px) {
  .mega-small-title {
    font-size: 12px; }

  .slideshow__title {
    font-size: 28px; }

  .slideshow__subtitle {
    font-size: 12px; } }
.product-price__price {
  color: #222222; }

s.product-price__price {
  opacity: 0.6;
  margin-right: 4px;
  font-weight: 400; }

.product-price__sale, .product__price--sale {
  color: #f77575; }

.product-price__sale-label {
  display: inline-block;
  white-space: nowrap; }

.product-price__sold-out {
  font-weight: 700;
  white-space: nowrap; }

.price__unit {
  color: #333333;
  font-size: 13px;
  font-weight: 400;
  opacity: 0.7; }

.product__policies {
  margin: -20px 0 20px; }

/* ===========================================================
   Module | Filters and Sort toolbar and selection
 * ===========================================================*/
.filters-toolbar-wrapper {
  display: table;
  table-layout: fixed;
  margin-bottom: 15px; }
  .filters-toolbar-wrapper .filterBtn {
    display: table-cell;
    width: 90px;
    vertical-align: middle; }
    .filters-toolbar-wrapper .filterBtn .btn-filter {
      border-radius: 3px;
      text-transform: uppercase;
      padding: 2px 12px;
      line-height: normal;
      height: auto;
      font-size: 12px;
      letter-spacing: 0.5px; }
    .filters-toolbar-wrapper .filterBtn .ad {
      font-size: 13px;
      vertical-align: middle;
      margin-bottom: 3px; }
  @media only screen and (max-width: 766px) {
    .filters-toolbar-wrapper {
      margin-bottom: 15px; }
      .filters-toolbar-wrapper .filterBtn {
        display: block;
        width: 100%; }
        .filters-toolbar-wrapper .filterBtn .btn {
          width: 100%; } }

.filters-toolbar {
  display: table;
  table-layout: fixed;
  width: 100%; }
  .filters-toolbar select {
    font-size: 12px;
    height: auto;
    margin: 0; }
  .filters-toolbar .change-view {
    font-size: 18px;
    background: none;
    opacity: 0.6;
    border: 0;
    padding: 0 3px; }
  .filters-toolbar .change-view--active {
    opacity: 1; }

.filters-toolbar__item {
  display: table-cell;
  width: 130px;
  vertical-align: middle; }
  .filters-toolbar__item.filters-toolbar__item--count {
    width: auto;
    text-align: center; }
  @media only screen and (max-width: 766px) {
    .filters-toolbar__item.filters-toolbar__item--count {
      display: none; } }

.filters-toolbar__input {
  margin-right: -10px;
  -ms-transition: all ease-out 0.15s;
  -webkit-transition: all ease-out 0.15s;
  transition: all ease-out 0.15s;
  background-color: none;
  border: 0 solid transparent;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  opacity: 1; }
  .filters-toolbar__input.hidden {
    opacity: 0; }
  .filters-toolbar__input option {
    text-overflow: ellipsis;
    overflow: hidden; }

.filters-toolbar__product-count {
  font-size: 0.92857em;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  @media only screen and (max-width: 766px) {
    .filters-toolbar__product-count {
      font-size: 0.85714em; } }

.feature-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }
  @media only screen and (max-width: 766px) {
    .feature-row {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }

.feature-row__item {
  -webkit-flex: 0 1 50%;
  -moz-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%; }
  @media only screen and (max-width: 766px) {
    .feature-row__item {
      -webkit-flex: 1 1 100%;
      -moz-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      width: 100%; } }

@media only screen and (min-width: 767px) {
  .imgCol.fadeInRight {
    order: 2; } }
.feature-row__image {
  display: block; }

.feature-row__text {
  padding: 20px; }
  .feature-row__text h3 {
    font-size: 22px;
    margin-bottom: 15px; }
  .feature-row__text p {
    font-size: 13px; }
  .feature-row__text .row-text {
    padding-left: 20px;
    width: 90%;
    margin: 0 auto; }
    .feature-row__text .row-text.text-center {
      padding: 0 20px; }
  .feature-row__text .featured-row__subtext {
    margin-bottom: 20px; }
  @media only screen and (max-width: 766px) {
    .feature-row__text {
      order: 2;
      padding: 20px 0; }
      .feature-row__text .row-text {
        padding: 0 15px;
        width: 100%; }
      .feature-row__text h3 {
        font-size: 1.35714em; }
      .feature-row__text p {
        font-size: 0.78571em; } }

@media only screen and (max-width: 766px) {
  .medium-up--hide .medium-up--show {
    display: block !important; } }
.hero {
  position: relative;
  display: table;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%; }
  .hero .mega-title {
    font-size: 30px;
    margin: 0;
    line-height: 1.3; }
  .hero .mega-subtitle {
    margin: 0 auto;
    font-size: 16px;
    margin-top: 10px; }
  .hero .hero__inner {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    z-index: 2; }
    .hero .hero__inner span {
      text-transform: uppercase;
      letter-spacing: 0.5px;
      margin-bottom: 5px;
      display: inline-block; }
    .hero .hero__inner .wrap-text {
      padding: 20px;
      text-align: center;
      position: relative; }
      .hero .hero__inner .wrap-text:before {
        position: absolute;
        height: 100%;
        width: 100%;
        content: "";
        left: 0;
        top: 0;
        z-index: -1; }
      .hero .hero__inner .wrap-text .btn {
        margin-top: 25px; }
    @media only screen and (min-width: 767px) {
      .hero .hero__inner .wrap-text {
        max-width: 400px;
        padding: 30px; }
      .hero .hero__inner .center {
        margin: 0 auto; }
      .hero .hero__inner .topleft {
        position: absolute;
        left: 5%;
        top: 10%; }
      .hero .hero__inner .topright {
        position: absolute;
        right: 5%;
        top: 10%; }
      .hero .hero__inner .bottomleft {
        position: absolute;
        left: 5%;
        bottom: 10%; }
      .hero .hero__inner .bottomright {
        position: absolute;
        right: 5%;
        bottom: 10%; }
      .hero .hero__inner .leftcenter {
        float: left; }
      .hero .hero__inner .rightcenter {
        float: right; } }
  .hero .heroSaleTime {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    margin-top: 20px; }
    .hero .heroSaleTime .counter > span {
      border-radius: 5px;
      font-size: 14px;
      display: inline-block;
      margin: 0 4px;
      padding: 8px 8px 7px; }
      .hero .heroSaleTime .counter > span span {
        display: block;
        font-size: 13px;
        min-width: 40px;
        margin-bottom: 0; }
  @media only screen and (max-width: 1024px) {
    .hero {
      background-attachment: inherit !important;
      background-position: 50% 50% !important; } }
  @media only screen and (max-width: 766px) {
    .hero .mega-title {
      font-size: 1.28571em;
      line-height: 1; }
    .hero .mega-subtitle {
      font-size: 1em; }
    .hero .hero__inner .wrap-text {
      padding: 20px;
      display: table;
      margin: 0 auto; }
    .hero .heroSaleTime .counter > span {
      margin: 0 1px;
      padding: 3px 5px; }
      .hero .heroSaleTime .counter > span span {
        font-size: 10px;
        min-width: 35px; } }

.quote-wraper {
  padding: 40px; }
  .quote-wraper .sec-ttl h3 {
    font-size: 26px; }
    .quote-wraper .sec-ttl h3:after {
      border-color: rgba(255, 255, 255, 0.7); }
    .quote-wraper .sec-ttl h3:before {
      border-color: #000; }
  .quote-wraper .quotes-slider__text {
    font-size: 15px; }
  @media only screen and (max-width: 766px) {
    .quote-wraper {
      padding: 20px 0; } }

.quotes-slider blockquote {
  font-weight: 400;
  border: 0;
  max-width: 700px;
  margin: 0 auto;
  line-height: 26px;
  background: none; }
.quotes-slider .authour {
  margin-top: 25px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 18px; }
  .quotes-slider .authour span {
    display: block;
    letter-spacing: 0.03em;
    font-size: 11px;
    font-weight: 400; }
.quotes-slider .slick-prev {
  left: 0; }
.quotes-slider .slick-next {
  right: 0; }

.slick-dotted.quotes-slider.slick-initialized {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab; }

.quotes-wrapper .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 50px; }
  .quotes-wrapper .slick-dots li button::before {
    color: #fff;
    opacity: 0.4; }

.quotes-wrapper .slick-slide[tabindex="0"] {
  outline: none; }

.logo-bar .sliderbox .grid__item {
  width: 16.66667%;
  display: table; }
  .logo-bar .sliderbox .grid__item .logo-bar__link {
    display: table-cell;
    height: 90px;
    width: 100%;
    padding: 0;
    vertical-align: middle;
    text-align: center; }
  .logo-bar .sliderbox .grid__item img {
    max-height: 70px;
    margin: auto; }

.map-section {
  position: relative;
  height: 300px;
  width: 100%;
  overflow: hidden; }
  @media only screen and (min-width: 767px) {
    .map-section {
      height: 500px; } }
  .map-section .page-width {
    height: 100%; }
  @media only screen and (max-width: 766px) {
    .map-section .map-section__overlay {
      position: absolute;
      left: 0;
      width: auto; } }

.map-section--load-error {
  height: auto; }

.map-section__overlay-wrapper {
  position: relative;
  text-align: center;
  height: 100%; }

.map-section__overlay {
  position: relative;
  display: inline-block;
  background-color: white;
  padding: 20px;
  margin-top: 15px;
  width: 100%;
  text-align: center;
  z-index: 3; }
  @media only screen and (min-width: 767px) {
    .map-section__overlay {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      margin-top: 0;
      width: 33.33333%; }
      .ie9 .map-section__overlay {
        top: 10%; } }
  .map-section--load-error .map-section__overlay {
    position: static;
    transform: translateY(0); }

.map-section__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2; }

.map-section__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  margin-bottom: -50%; }
  @media only screen and (min-width: 767px) {
    .map-section__container {
      width: 100%;
      height: 100%;
      margin: 0 -30% 0 0; } }

.gm-style-cc,
.gm-style-cc + div {
  visibility: hidden; }

@media only screen and (max-width: 766px) {
  .image-bar {
    max-width: 400px;
    margin: 0 auto; } }
.image-bar__item {
  display: block;
  color: black;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover; }

.image-bar__link:focus .image-bar__content {
  border-color: white; }

.image-bar__content {
  position: relative;
  width: 100%; }
  .image-bar--x-small .image-bar__content {
    height: 94px; }
  .image-bar--small .image-bar__content {
    height: 225px; }
  .image-bar--medium .image-bar__content {
    height: 357px; }
  .image-bar--large .image-bar__content {
    height: 488px; }
  .image-bar--x-large .image-bar__content {
    height: 582px; }
  @media only screen and (min-width: 767px) {
    .image-bar--x-small .image-bar__content {
      height: 125px; }
    .image-bar--small .image-bar__content {
      height: 300px; }
    .image-bar--medium .image-bar__content {
      height: 475px; }
    .image-bar--large .image-bar__content {
      height: 650px; }
    .image-bar--x-large .image-bar__content {
      height: 775px; } }

.image-bar__overlay::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  opacity: 0.7; }

.image-bar__caption {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  width: 100%;
  text-align: center; }

.custom-block .text {
  margin-bottom: 15px; }

.custom-content, .footer-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
  margin-bottom: -30px;
  margin-left: -30px; }
  @media only screen and (max-width: 766px) {
    .custom-content, .footer-block {
      margin-bottom: -10px;
      margin-left: -10px; } }

.custom__item, .footer-block__item {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 30px;
  padding-left: 30px;
  max-width: 100%; }
  @media only screen and (max-width: 766px) {
    .custom__item, .footer-block__item {
      -webkit-flex: 0 0 auto;
      -moz-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      padding-left: 10px;
      margin-bottom: 15px; }
      .custom__item.small--one-half, .footer-block__item.small--one-half {
        -webkit-flex: 1 0 50%;
        -moz-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto; } }
  .custom__item .collection-grid-item, .footer-block__item .collection-grid-item {
    margin-bottom: 0; }

.custom__item .custom-text .rte-setting a {
  text-decoration: underline; }
  .custom__item .custom-text .rte-setting a :hover {
    text-decoration: none; }
.custom__item .text-center .custom-text {
  margin: 0 auto; }
  @media only screen and (min-width: 1025px) {
    .custom__item .text-center .custom-text {
      max-width: 80%; }
      .one-whole .custom__item .text-center .custom-text {
        max-width: 70%; } }
.custom__item .grid-view-item {
  margin: 0; }

.custom__item-inner {
  z-index: 1;
  position: relative;
  display: inline-block;
  text-align: left;
  max-width: 100%;
  width: 100%; }

.custom__item-inner--video,
.custom__item-inner--collection,
.custom__item-inner--html {
  display: block; }

.custom__item-inner--text img {
  margin-bottom: 15px; }
.custom__item-inner--text h3 {
  line-height: normal;
  margin-bottom: 10px; }
  @media only screen and (min-width: 767px) {
    .custom__item-inner--text h3.medium {
      font-size: 25px; }
    .custom__item-inner--text h3.large {
      font-size: 32px; } }
.custom__item-inner--text .rte-setting + .btn {
  margin-top: 20px; }

.custom__item-inner--collection {
  position: relative; }
  .custom__item-inner--collection .details {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 30px; }
    .custom__item-inner--collection .details h3 {
      margin: 0;
      background: #fff;
      font-size: 15px;
      display: inline-block;
      padding: 10px 20px; }
  .custom__item-inner--collection .img img {
    width: 100%;
    display: block;
    margin: auto; }

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

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

.align--middle-left {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center; }

.align--center {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  text-align: center; }

.align--middle-right {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  text-align: right; }

.align--bottom-left {
  -ms-flex-item-align: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end; }

.align--bottom-middle {
  -ms-flex-item-align: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  text-align: center; }

.align--bottom-right {
  -ms-flex-item-align: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  text-align: right; }

/* ===========================================================
   Avon - style
 * ===========================================================*/
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.3s ease-in-out; }
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1); }
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  opacity: 0;
  transform: scale(0.9); }

@-webkit-keyframes ad-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes ad-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.ad-spin {
  animation: ad-spin 1.5s infinite linear;
  -webkit-animation: ad-spin 1.5s infinite linear; }

@keyframes scaleimg {
  0%,100% {
    transform: scale(1); }

  50% {
    transform: scale(1.2); } }

.no-border {
  border: 0; }

.no-text-underline {
  text-decoration: none !important; }

.display-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0 !important; }

.display-table-cell {
  float: none;
  display: table-cell;
  vertical-align: middle;
  padding: 0; }

.ttl span {
  display: block; }
.ttl .tt-small {
  font-size: 15px; }
.ttl .tt-big {
  font-size: 23px;
  line-height: 35px; }

#site-scroll {
  color: #fff;
  line-height: 33px;
  cursor: pointer;
  font-size: 20px;
  height: 35px;
  right: 20px;
  position: fixed;
  border-radius: 50%;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 35px;
  bottom: 40px;
  z-index: 444;
  display: none;
  background: #efc24d; }

.collection-tabs {
  border: 0;
  text-align: center;
  margin-bottom: 30px;
  margin-left: -20px; }
  .collection-tabs li {
    float: none;
    display: inline-block; }
    .collection-tabs li a {
      display: inline-block;
      padding: 0;
      position: relative;
      font-size: 12px;
      letter-spacing: 0.02em;
      color: #2d2c2c; }
      .collection-tabs li a:focus {
        color: #ffffff;
        opacity: 1; }
    .collection-tabs li.active a {
      color: #ffffff; }
    .collection-tabs li.style1 {
      padding: 0 12px; }
      .collection-tabs li.style1 a:hover:after, .collection-tabs li.style1 a:focus:after {
        width: 100%;
        opacity: 1; }
      .collection-tabs li.style1 a:after {
        width: 0;
        content: "";
        display: block;
        height: 2px;
        position: absolute;
        bottom: -6px;
        left: 0;
        z-index: 1;
        background: rgba(0, 0, 0, 0); }
      .collection-tabs li.style1.active a:after {
        width: 100%; }
    .collection-tabs li.style2, .collection-tabs li.style3 {
      padding: 5px 15px 4px;
      margin: 0 8px;
      border: 1px solid rgba(0, 0, 0, 0);
      background: rgba(0, 0, 0, 0); }
      .collection-tabs li.style2.active, .collection-tabs li.style3.active {
        border: 1px solid rgba(0, 0, 0, 0);
        background: #333333; }
    .collection-tabs li.style3 {
      border-radius: 30px; }

.tabSpace {
  margin-bottom: 35px; }

.tab-container .tab-content {
  display: none; }
  .tab-container .tab-content #sizechart {
    display: block !important;
    padding: 10px 0;
    overflow-x: auto;
    width: 100%;
    box-shadow: none;
    max-width: 100%; }
  .tab-container .tab-content ul {
    margin: 0 0 20px 22px; }
    .tab-container .tab-content ul li {
      list-style: disc; }
    .tab-container .tab-content ul.swatches {
      margin-left: 0; }

.productSlider .slick-list {
  margin-left: -15px;
  margin-right: -15px; }
  @media only screen and (max-width: 766px) {
    .productSlider .slick-list {
      margin-left: -5px;
      margin-right: -5px; } }
.productSlider .item {
  padding: 3px 15px; }
  @media only screen and (max-width: 766px) {
    .productSlider .item {
      padding: 0 5px; } }

.collection-columns .column-ttl {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px; }
.collection-columns .product-labels {
  left: 0;
  right: auto; }
  .collection-columns .product-labels .lbl {
    font-size: 10px;
    padding: 1px 3px; }
.collection-columns .grid-view_image {
  float: left;
  width: 33%;
  max-width: 100px; }
.collection-columns .grid-view-item {
  display: flex;
  border: 0;
  box-shadow: none; }
  .collection-columns .grid-view-item .details {
    padding: 0 0 0 15px;
    text-align: left; }
  .collection-columns .grid-view-item .product-review {
    margin-bottom: 0; }

.index-section.imgBanners {
  padding: 10px 0;
  margin-top: -20px; }
  .index-section.imgBanners .sec-ttl {
    margin: 30px 0 -10px; }

.layout-boxed .index-section.imgBanners {
  padding: 10px 15px; }
  .layout-boxed .index-section.imgBanners .fullwidth, .layout-boxed .index-section.imgBanners .page-width {
    padding: 0; }
  @media only screen and (max-width: 766px) {
    .layout-boxed .index-section.imgBanners {
      padding: 5px 10px; } }

.imgBnrOuter .grid {
  margin: 0 -10px; }
  .imgBnrOuter .grid .grid__item:not(.img-bnr) {
    padding: 0; }
  .imgBnrOuter .grid.no-zoom img {
    transform: none !important; }
.imgBnrOuter .img-bnr {
  text-align: center;
  padding: 10px; }
.imgBnrOuter .inner {
  position: relative;
  overflow: hidden; }
  .imgBnrOuter .inner * {
    -ms-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .imgBnrOuter .inner img {
    display: block;
    width: 100%; }
  .imgBnrOuter .inner .ttl {
    line-height: 25px;
    font-size: 17px;
    display: inline-block;
    padding: 10px 20px;
    max-width: 80%;
    position: absolute; }
  .imgBnrOuter .inner:hover a {
    opacity: 1; }
  .imgBnrOuter .inner:hover img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  .imgBnrOuter .inner.topleft .ttl {
    left: 20px;
    top: 20px;
    text-align: left; }
  .imgBnrOuter .inner.topright .ttl {
    right: 20px;
    top: 20px;
    text-align: right; }
  .imgBnrOuter .inner.center .ttl {
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .imgBnrOuter .inner.btmleft .ttl {
    left: 20px;
    bottom: 20px;
    text-align: left; }
  .imgBnrOuter .inner.btmright .ttl {
    right: 20px;
    bottom: 20px;
    text-align: right; }
@media only screen and (max-width: 766px) {
  .imgBnrOuter a {
    opacity: 1; } }
@media only screen and (max-width: 599px) {
  .imgBnrOuter .grid .grid__item {
    width: 100%; } }

.store-info {
  justify-content: space-between;
  margin: 0 -20px; }
  .store-info li {
    flex: 1;
    padding: 10px 20px; }
  .store-info h5 {
    margin-bottom: 5px;
    letter-spacing: 0.05em;
    font-size: 14px; }
  .store-info .ad {
    font-size: 40px;
    display: inline-block;
    margin-bottom: 20px; }
  @media only screen and (min-width: 767px) {
    .store-info a:not(.flex) {
      display: inline-block; }
    .store-info.style1 li {
      text-align: center; } }
  .store-info.style2 li a {
    align-items: center; }
  .store-info.style2 .ad {
    margin: 0 15px 0 0; }
  @media only screen and (max-width: 1024px) {
    .store-info.style2 {
      flex-wrap: wrap; }
      .store-info.style2 li {
        flex: 1 1 50%; } }
  @media only screen and (max-width: 766px) {
    .store-info {
      flex-wrap: wrap;
      flex-direction: column; }
      .store-info li {
        border: 0 !important;
        width: 100%; }
        .store-info li a {
          display: flex; }
        .store-info li .ad {
          margin: 0 15px 0 0;
          font-size: 30px;
          min-width: 30px;
          text-align: center; } }

.simple-text {
  letter-spacing: normal;
  line-height: 1.3; }
  .simple-text a {
    text-decoration: underline; }
  @media only screen and (max-width: 766px) {
    .simple-text {
      font-size: 16px;
      padding: 0 15px; } }

.map-section__overlay {
  background: rgba(255, 255, 255, 0.8); }

.page.section-header {
  border: 1px solid #eeeeee;
  border-top: none; }
  .page.section-header h1 {
    margin-bottom: 0;
    padding: 35px 0;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1.5px; }

.giftcard-wrapper {
  padding: 30px 10px;
  background: #f5f5f5;
  text-align: center;
  position: relative; }
  .giftcard-wrapper:before {
    position: absolute;
    content: "";
    border: 1px dashed #adacac;
    left: 7px;
    right: 7px;
    top: 7px;
    bottom: 7px; }
  .giftcard-wrapper .h3 {
    letter-spacing: 1px;
    text-transform: uppercase; }
  .giftcard-wrapper .print-link {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    height: auto;
    margin-top: 5px;
    padding: 2px 0;
    background: none;
    border: 0;
    border-bottom: 1px solid #000; }
    .giftcard-wrapper .print-link:hover {
      text-decoration: none; }

/* ===========================================================
   Product Detail Page
 * ===========================================================*/
.topSpace {
  height: 30px; }

.bredcrumbWrap {
  background: #f9f9f9;
  margin: 0 0 30px; }

.breadcrumbs {
  padding-top: 8px;
  padding-bottom: 8px; }
  .breadcrumbs.fullwidth {
    padding: 8px 10px; }
  .breadcrumbs a, .breadcrumbs span {
    color: #111111; }
  .breadcrumbs a, .breadcrumbs span {
    display: inline-block;
    padding: 0 3px 0 0;
    margin-right: 3px;
    font-size: 12px; }
    .breadcrumbs a:first-child, .breadcrumbs span:first-child {
      padding-left: 0; }

.sprnav {
  color: #333333;
  font-size: 12px;
  line-height: 1.2;
  max-width: 200px;
  padding: 5px;
  opacity: 0.3;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  position: fixed;
  top: 45%;
  z-index: 10;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
  .sprnav.prev {
    left: -130px; }
  .sprnav.next {
    right: -130px; }
  .sprnav > span {
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between; }
  .sprnav span.img {
    width: 60px; }
    .sprnav span.img img {
      display: block; }
  .sprnav .details {
    width: 125px;
    padding: 5px; }
    .sprnav .details span {
      display: block;
      margin-top: 7px; }
  .sprnav:hover {
    color: #333333;
    opacity: 1; }
    .sprnav:hover.prev {
      left: 0; }
    .sprnav:hover.next {
      right: 0; }

p.product-type {
  margin-bottom: 10px; }

h1.product-single__title {
  color: #111111;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 15px;
  letter-spacing: 0.02em; }
  @media only screen and (max-width: 1024px) {
    h1.product-single__title {
      font-size: 18px; } }

.product-single__price {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 30px; }
  .product-single__price s.product-price__price {
    color: #000;
    font-size: 16px;
    margin-right: 0; }
  .product-single__price .product-price__sale {
    color: #e95144; }
  @media only screen and (max-width: 766px) {
    .product-single__price {
      display: block;
      font-size: 16px; }
      .product-single__price s.product-price__price {
        font-size: 14px; } }

.discount-badge {
  display: inline-block;
  font-weight: 400;
  vertical-align: middle;
  margin: -2px 0 0 5px;
  font-size: 14px; }
  .discount-badge .off {
    color: #e95144; }

.product-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  width: auto;
  margin: 0 -5px 10px; }

.product-form__item {
  -webkit-flex: 1 1 200px;
  -moz-flex: 1 1 200px;
  -ms-flex: 1 1 200px;
  flex: 1 1 200px;
  margin-bottom: 10px;
  padding: 5px; }
  .product-form__item label {
    display: block; }

.product-form__variants {
  display: none; }
  .no-js .product-form__variants {
    display: block; }

.product-form__input {
  display: block;
  width: 100%;
  margin: 0; }

.product-single__description {
  margin-bottom: 20px; }
  .product-single__description ul {
    text-align: left; }

.slVariant {
  min-width: 40px;
  display: inline-block;
  font-weight: 700; }

.hidedropdown .selector-wrapper {
  display: none; }

.product-form .swatch {
  margin-bottom: 15px;
  width: 100%; }
  .product-form .swatch label {
    display: block;
    text-transform: capitalize;
    font-weight: 500; }
    .product-form .swatch label.header {
      margin-bottom: 8px;
      text-transform: uppercase; }
  .product-form .swatch .product-form__item {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0; }

.swatch-element {
  display: inline-block;
  margin: 0 4px 2px 0;
  position: relative; }
  .swatch-element .swatchInput {
    display: none; }
    .swatch-element .swatchInput + .swatchLbl {
      color: #333;
      font-size: 12px;
      font-weight: 400;
      line-height: 28px;
      text-transform: capitalize;
      display: inline-block;
      margin: 0;
      width: 30px;
      height: 30px;
      overflow: hidden;
      text-align: center;
      background-color: #f5f5f5;
      padding: 0 10px;
      border-radius: 0;
      border: 2px solid #fff;
      box-shadow: 0 0 0 1px #ddd; }
      .swatch-element .swatchInput + .swatchLbl.rounded {
        border-radius: 20px; }
      .swatch-element .swatchInput + .swatchLbl.rounded_rectangle {
        border-radius: 5px; }
      .swatch-element .swatchInput + .swatchLbl.square-only {
        border-radius: 0; }
      .swatch-element .swatchInput + .swatchLbl.color {
        width: 30px;
        padding: 0;
        height: 30px;
        background-repeat: no-repeat;
        background-position: 50% 0;
        background-size: 100% auto; }
        .swatch-element .swatchInput + .swatchLbl.color.medium {
          width: 50px;
          height: 50px; }
        .swatch-element .swatchInput + .swatchLbl.color.large {
          width: 70px;
          height: 70px; }
        .swatch-element .swatchInput + .swatchLbl.color.rounded {
          border-radius: 50%; }
      .swatch-element .swatchInput + .swatchLbl.size {
        min-width: 35px;
        min-height: 35px;
        width: auto;
        box-shadow: none;
        line-height: 32px;
        border: 2px solid transparent; }
        .swatch-element .swatchInput + .swatchLbl.size:before {
          display: none; }
    .swatch-element .swatchInput:checked + .swatchLbl {
      border: 2px solid #e55151;
      box-shadow: none; }
  .swatch-element .tooltip-label {
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%); }
    .swatch-element .tooltip-label:before {
      border-top: 5px solid #000000;
      bottom: -9px;
      left: 50%;
      margin-left: -5px; }
  @media only screen and (min-width: 767px) {
    .swatch-element:hover .tooltip-label {
      opacity: 1;
      bottom: 110%;
      visibility: visible; } }
  .swatch-element.soldout {
    opacity: 0.5;
    text-decoration: line-through; }
    .swatch-element.soldout .swatchLbl {
      text-decoration: line-through;
      cursor: no-drop; }
      .swatch-element.soldout .swatchLbl.color:after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background: url(//cdn.shopify.com/s/files/1/0083/1943/4829/t/13/assets/soldout.png?v=23754512391860133391602497679) no-repeat 50% 50%/cover; }

.product-single.home .product-single__title {
  margin-bottom: 10px; }
.product-single.home .prInfoRow {
  margin-bottom: 20px; }
.product-single.home .infolinks {
  width: auto; }
  .product-single.home .infolinks .btn {
    margin: 0; }
@media only screen and (max-width: 766px) {
  .product-single.home > .grid__item {
    display: block; } }

.group-prod > li {
  padding: 15px 0;
  display: flex;
  align-items: center;
  border-top: 1px solid #eeeeee; }
  .group-prod > li .img {
    width: 70px;
    font-size: 0; }
  .group-prod > li .details {
    padding: 0 0 10px 20px;
    flex: 1;
    display: flex;
    flex-wrap: wrap; }
.group-prod .product-name {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 14px;
  width: 100%; }
.group-prod .gprvrAct {
  color: #111111;
  font-size: 13px;
  padding: 7px 10px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #dddddd; }
  .group-prod .gprvrAct span {
    margin-right: 15px; }
  .group-prod .gprvrAct .ad {
    right: 10px;
    top: 8px;
    position: absolute; }
.group-prod .gpprVariants {
  position: relative;
  margin-right: 10px; }
  .group-prod .gpprVariants ul {
    z-index: 11;
    position: absolute;
    top: 100%;
    left: 0;
    border: 1px solid #dddddd;
    border-top: 0;
    width: 100%;
    display: none;
    background-color: #ffffff; }
    .group-prod .gpprVariants ul li {
      cursor: pointer;
      padding: 5px 10px; }
      .group-prod .gpprVariants ul li:hover {
        background-color: rgba(17, 17, 17, 0.05); }
.group-prod .qtyField {
  width: 91px;
  background-color: #ffffff; }
  .group-prod .qtyField .gprQty {
    padding: 0 8px;
    width: auto;
    height: 32px;
    line-height: 32px;
    border-radius: 0; }
  .group-prod .qtyField .qty {
    line-height: 32px;
    height: 32px;
    width: 35px; }
  .group-prod .qtyField .ad {
    font-size: 12px; }
.group-prod .no-var {
  line-height: 30px;
  margin-right: 10px; }
.group-prod .money {
  line-height: 33px;
  margin-right: 10px; }
.group-prod .gpprVariants .money {
  line-height: inherit; }

.gpr-form-cart {
  width: 100%;
  margin-bottom: 20px; }

.shopWrapper {
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.9); }
  .shopWrapper .product-form {
    margin: 0 auto; }
  .shopWrapper #shopify-section-quickshop > div {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden; }
  .shopWrapper .swatch-element .swatchInput + .swatchLbl {
    border-radius: 0; }
    .shopWrapper .swatch-element .swatchInput + .swatchLbl.color {
      width: 30px;
      height: 30px; }
    .shopWrapper .swatch-element .swatchInput + .swatchLbl.size {
      min-width: 30px;
      min-height: 30px;
      line-height: 26px;
      width: auto; }
  .shopWrapper.active {
    opacity: 1;
    visibility: visible;
    z-index: 555; }
  .shopWrapper .product-form__item--quantity {
    display: none; }
  .shopWrapper .product-single__price {
    width: 100%;
    font-size: 14px;
    margin: 15px 0; }
    .shopWrapper .product-single__price .product-price__price {
      font-weight: 600; }
  .shopWrapper .closeShop {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 10px; }
    .shopWrapper .closeShop .ad {
      vertical-align: text-top;
      font-size: 20px; }
  .shopWrapper .product-single {
    padding: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    height: 100%;
    width: 100%;
    margin: 0; }
  .shopWrapper .productWrap {
    padding-top: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    align-content: center;
    -webkit-align-content: center;
    flex-flow: row wrap; }
  @media only screen and (max-width: 766px) {
    .shopWrapper .product-single {
      padding: 5px; } }

.sizelink {
  margin-left: 12px;
  font-size: 12px;
  font-weight: 400; }
  .sizelink .ad {
    font-size: 17px;
    vertical-align: text-top;
    opacity: 0.7; }

.product-single__photos {
  margin-bottom: 45px; }
  @media only screen and (max-width: 766px) {
    .product-single__photos {
      margin-bottom: 25px; } }

.product-single__photo {
  min-height: 1px;
  position: relative;
  overflow: hidden; }
  .product-single__photo.zoomcr:hover {
    cursor: crosshair; }
  .primgSlider .product-single__photo:not(.slick-slide):not(:first-child) {
    display: none; }
    .primgSlider .product-single__photo:not(.slick-slide):not(:first-child) img {
      display: none; }
  .product-single__photo.lightbox {
    cursor: crosshair; }

.primgWrp {
  margin: auto;
  display: block; }

.product-featured-img {
  display: block;
  width: 100%; }

.prod-large-img {
  position: relative;
  z-index: 1; }
  @media only screen and (min-width: 767px) {
    .prod-large-img {
      float: right;
      width: 85%; } }
  .prod-large-img .slick-prev {
    left: 0;
    background: none; }
  .prod-large-img .slick-next {
    right: 0;
    background: none; }

.product-btn {
  position: absolute;
  right: 10px;
  bottom: 10px; }
  .product-btn .btn {
    width: 40px;
    float: left;
    height: 35px;
    line-height: 30px;
    padding: 0;
    position: relative;
    margin-right: 2px; }
  .product-btn .ad {
    font-size: 18px; }
  .product-btn .tooltip-label {
    top: -40px;
    left: 50%;
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    transform: translate(-50%); }
    .product-btn .tooltip-label:before {
      bottom: -9px;
      border-top: 5px solid #000;
      left: 50%;
      margin-left: -4px; }
  .product-btn .popup-video .ad {
    font-size: 22px; }
  @media only screen and (min-width: 1025px) {
    .product-btn .btn:hover .tooltip-label {
      opacity: 1;
      visibility: visible;
      top: -28px; } }

.thumbnails-wrapper {
  text-align: center; }
  @media only screen and (min-width: 1025px) {
    .thumbnails-wrapper {
      float: left;
      width: 15%;
      padding-right: 10px; } }
  .thumbnails-wrapper .product-single__thumbnails-item {
    display: block;
    margin-bottom: 10px; }
    .thumbnails-wrapper .product-single__thumbnails-item:not(.slick-slide):not(:first-child) {
      display: none; }
    @media only screen and (max-width: 1024px) {
      .thumbnails-wrapper .product-single__thumbnails-item {
        display: inline-block;
        width: 20%;
        padding: 0 3px;
        margin: 0;
        vertical-align: top; } }
    .thumbnails-wrapper .product-single__thumbnails-item.slick-current {
      opacity: 0.5; }
  .thumbnails-wrapper .slick-prev {
    left: 0; }
    @media only screen and (min-width: 1025px) {
      .thumbnails-wrapper .slick-prev {
        top: 0;
        left: 50%;
        -ms-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0); }
        .thumbnails-wrapper .slick-prev:before {
          content: "\e966"; } }
  .thumbnails-wrapper .slick-next {
    right: 0; }
    @media only screen and (min-width: 1025px) {
      .thumbnails-wrapper .slick-next {
        top: inherit;
        bottom: 0;
        left: 50%;
        -ms-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0); }
        .thumbnails-wrapper .slick-next:before {
          content: "\e95f"; } }
  @media only screen and (max-width: 1024px) {
    .thumbnails-wrapper .product-single__thumbnails {
      margin: 6px -3px 0; } }

.product-single__thumbnail-image {
  display: block; }

.zoomImg {
  background-color: #ffffff; }

.qtyField {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 5px; }
  .qtyField .qtyBtn, .qtyField input {
    margin: 0;
    color: #111111;
    width: 28px;
    height: 38px;
    text-align: center;
    line-height: normal;
    text-align: center;
    padding: 11px 0;
    background: none;
    border-radius: 0; }
  .qtyField .qtyBtn {
    line-height: 17px; }
  .qtyField .qtyBtn .ad {
    font-size: 10px; }
  .qtyField .qty {
    border: 0 none; }

.product-template__container .product-single__meta {
  margin-bottom: 45px;
  position: relative; }
.product-template__container .product-vendor {
  margin: 0; }
.product-template__container .product-action {
  display: table;
  width: 100%;
  position: relative;
  margin-bottom: 15px; }
  .product-template__container .product-action .product-form__item--quantity {
    width: 90px;
    display: table-cell;
    vertical-align: top;
    margin-right: 5px; }
  .product-template__container .product-action .product-form__item--submit {
    padding-left: 10px;
    width: auto;
    display: table-cell;
    vertical-align: top;
    overflow: visible; }
    .product-template__container .product-action .product-form__item--submit button {
      height: 40px;
      width: 100%; }
      @media only screen and (max-width: 1024px) {
        .product-template__container .product-action .product-form__item--submit button {
          font-size: 12px;
          padding: 0 12px; } }
      @media only screen and (max-width: 766px) {
        .product-template__container .product-action .product-form__item--submit button {
          font-size: 15px; } }
    .product-template__container .product-action .product-form__item--submit.no-mr {
      padding-left: 0; }
  @media only screen and (max-width: 599px) {
    .product-template__container .product-action .product-form__item--quantity {
      margin-bottom: 10px; }
    .product-template__container .product-action .product-form__item--submit {
      clear: both;
      padding: 0; } }
.product-template__container .section-header {
  margin-bottom: 40px; }
.product-template__container .product-single__meta .spr-badge-caption {
  display: inline-block;
  font-size: 12px;
  padding-left: 5px; }
.product-template__container .swatch {
  width: 100%; }
.product-template__container .product-style-2 {
  text-align: center; }
  .product-template__container .product-style-2 h1.product-single__title {
    padding: 0 35px;
    font-size: 22px; }
  .product-template__container .product-style-2 .product-info p span {
    position: static;
    padding-left: 5px; }
  .product-template__container .product-style-2 .product-form__item {
    float: none;
    display: inline-block;
    vertical-align: top; }
  .product-template__container .product-style-2 .hidedropdown .selector-wrapper {
    display: none; }
.product-template__container #quantity_message {
  padding: 1px 12px;
  margin-bottom: 20px;
  display: inline-block;
  background: #000000;
  letter-spacing: 0.5px;
  font-weight: 500;
  color: #ffffff; }
.product-template__container .prcountdown {
  margin: 0 -4px 30px;
  display: inline-block;
  width: 100%; }
  .product-template__container .prcountdown > span {
    font-weight: 700;
    min-width: 60px;
    text-align: center;
    display: inline-block;
    padding: 10px;
    border: 1px solid #dddddd;
    background: #f8f8f8;
    font-size: 20px;
    line-height: 1;
    margin: 0 3px;
    color: #050000; }
    .product-template__container .prcountdown > span span {
      font-size: 11px;
      letter-spacing: 1px;
      font-weight: 400;
      display: block;
      text-transform: uppercase;
      padding-top: 5px; }
.product-template__container .countdown-lbl {
  margin-bottom: 5px; }
.product-template__container .share-title {
  display: none; }
.product-template__container .social-share .lbl {
  vertical-align: middle; }
.product-template__container .social-share .lbl, .product-template__container .social-share .social-sharing {
  display: inline-block; }
.product-template__container.style6 #shopify-section-related-products .grid-view-item,
.product-template__container.style6 #shopify-section-recently-viewed .grid-view-item {
  margin-bottom: 10px; }

@keyframes iconmove {
  0% {
    opacity: 100%; }

  25% {
    opacity: 0; }

  100% {
    opacity: 50%; } }

.orderMsg {
  margin-bottom: 20px; }
  .orderMsg .fire-icon .ad {
    vertical-align: baseline;
    width: 15px;
    margin-right: 3px;
    font-size: 18px; }

.shippingMsg,
.freeShipMsg,
.userViewMsg {
  margin-bottom: 12px; }
  .shippingMsg .ad,
  .freeShipMsg .ad,
  .userViewMsg .ad {
    font-size: 15px;
    width: 23px; }

#freeShipclaim {
  display: none; }

.storeFeatures {
  padding-top: 15px;
  color: #111111; }
  .storeFeatures .ad {
    min-width: 25px; }

.storeFeatures {
  margin: 0 -10px 10px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .storeFeatures p {
    padding: 5px 10px;
    margin: 0; }

#sizechart {
  text-align: center; }

@media only screen and (max-width: 766px) {
  #sizechart, #ShippingInfo {
    overflow-x: scroll; }
    #sizechart table, #ShippingInfo table {
      width: 480px;
      overflow-x: scroll; } }
#sizechart table tr th, #ShippingInfo table tr th {
  background: #131313;
  color: #fff;
  border: 0;
  font-weight: 400; }
#sizechart table tr th, #sizechart table tr td, #ShippingInfo table tr th, #ShippingInfo table tr td {
  padding: 7px;
  text-align: center;
  font-size: 12px; }
#sizechart ul, #ShippingInfo ul {
  margin: 0 0 20px 15px; }
  #sizechart ul li, #ShippingInfo ul li {
    list-style: disc; }

#productInquiry {
  max-width: 600px; }
  #productInquiry .page-title h3 {
    font-size: 18px;
    margin-bottom: 20px; }
  #productInquiry .errors {
    display: none; }
  #productInquiry textarea {
    resize: none; }
  @media only screen and (max-width: 766px) {
    #productInquiry {
      overflow-x: scroll; }
      #productInquiry table {
        width: 480px;
        overflow-x: scroll; } }

.infolinks {
  width: 100%; }
  .infolinks a:not(.btn) {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 15px 0;
    font-size: 13px;
    color: #333333; }
    .infolinks a:not(.btn) .ad {
      font-size: 13px;
      margin-right: 5px; }
    .infolinks a:not(.btn):hover {
      color: #333333;
      opacity: 0.8; }
  .infolinks .btn {
    display: block; }

.trustseal-img {
  margin-top: 20px; }

.social-share {
  margin-top: 20px;
  width: 100%;
  text-align: center;
  display: inline-block; }

.product-info {
  margin-bottom: 20px; }
  .product-info .review, .product-info p {
    display: inline-block;
    margin: 0 25px 0 0; }
  .product-info .review, .product-info p {
    color: rgba(51, 51, 51, 0.7); }
    .product-info .review span, .product-info p span {
      color: #333333;
      font-weight: 400; }
      .product-info .review span.instock, .product-info p span.instock {
        color: #76bd1c; }
      .product-info .review span.outstock, .product-info p span.outstock {
        color: #ff9f3b; }
    .product-info .review a, .product-info p a {
      color: rgba(51, 51, 51, 0.7); }
      .product-info .review a:hover, .product-info p a:hover {
        color: #333333;
        opacity: 1;
        text-decoration: underline; }
  .product-info.other {
    margin-top: 20px; }
    .product-info.other p {
      margin: 0 0 5px;
      display: block; }

.sub-heading {
  text-align: center;
  max-width: 500px;
  margin: 0 auto; }

.template-product .tabs-listing .product-tabs {
  width: 100%;
  border-bottom: 1px solid #eeeeee; }
  .template-product .tabs-listing .product-tabs li {
    float: none;
    display: inline-block;
    position: relative;
    margin-right: 5px; }
    .template-product .tabs-listing .product-tabs li a {
      font-size: 16px;
      position: relative;
      letter-spacing: 0.02em;
      display: block;
      padding: 10px 25px;
      font-weight: 600;
      outline: none;
      color: #111111;
      border: 1px solid #dddddd;
      border-bottom: 0;
      background: #f5f5f5; }
      .template-product .tabs-listing .product-tabs li a:hover {
        text-decoration: none;
        background: rgba(0, 0, 0, 0);
        color: #e928a0; }
    .template-product .tabs-listing .product-tabs li.active a {
      text-decoration: none;
      background-color: rgba(0, 0, 0, 0);
      color: #e928a0;
      border: 1px solid #eeeeee;
      border-bottom: 0; }
      .template-product .tabs-listing .product-tabs li.active a:before {
        content: "";
        width: 100%;
        height: 2px;
        background-color: #fff;
        position: absolute;
        bottom: -1px;
        left: 0;
        right: 0; }
.template-product .tabs-listing .tab-container {
  padding: 30px 15px 20px;
  text-align: left;
  margin-bottom: 50px; }
@media only screen and (max-width: 766px) {
  .template-product .tabs-listing .tab-container {
    padding: 0; }
  .template-product .tabs-listing .tab-content {
    padding: 15px 0; } }

.product-description ul, .product-single__description ul {
  list-style: disc;
  margin: 10px 0 30px 18px; }
.product-description img, .product-single__description img {
  margin-bottom: 25px; }

.spr-header-title {
  display: none; }

.spr-container {
  padding: 0 !important;
  border: 0 !important; }
  .spr-container .spr-review {
    position: relative;
    padding-bottom: 10px; }
  .spr-container .spr-review-footer {
    position: absolute;
    top: 24px;
    right: 0; }

.spr-form-title {
  font-weight: 400;
  letter-spacing: 1px; }

.spr-form-label {
  letter-spacing: 0.08em;
  font-weight: 500;
  text-transform: uppercase; }

.spr-summary-actions-newreview {
  background: #e928a0;
  color: white;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 10px 8px;
  ext-transform: uppercase;
  position: relative; }
  .spr-summary-actions-newreview:before {
    position: absolute;
    left: 10px;
    font-family: "adorn-icons"; }
  .spr-summary-actions-newreview:hover, .spr-summary-actions-newreview:focus {
    opacity: 1;
    color: #fff; }

.spr-review-header-byline {
  font-style: normal !important;
  opacity: 0.7 !important; }
  .spr-review-header-byline strong {
    font-weight: 400 !important; }

.spr-icon {
  font-size: 12px !important;
  margin-right: 1px !important; }

.product-review .spr-badge-caption {
  display: none; }

@media only screen and (max-width: 766px) {
  .spr-summary-actions, .spr-summary-actions a {
    display: block;
    margin: 15px 0 0; } }
.stickyCart {
  display: none;
  color: #000000;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
  text-align: center;
  width: 100%;
  padding: 5px;
  background-color: #f2d86e; }
  .stickyCart .img, .stickyCart .sticky-title {
    display: inline-block;
    vertical-align: middle; }
  .stickyCart .sticky-title {
    padding: 0 60px 0 10px; }
  .stickyCart .stickyOptions {
    margin-right: 10px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: left; }
  .stickyCart .selectedOpt {
    padding: 8px 30px 0 15px;
    font-size: 110%;
    height: 35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 220px;
    text-overflow: ellipsis;
    cursor: pointer;
    border: 1px solid #bcb391;
    position: relative; }
    .stickyCart .selectedOpt:after {
      content: "\e905";
      font-family: "adorn-icons";
      position: absolute;
      top: 8px;
      right: 10px; }
  .stickyCart ul {
    position: absolute;
    bottom: 100%;
    left: 0;
    display: none;
    min-width: 100%;
    max-height: 300px;
    overflow: auto;
    background-color: #f2d86e;
    border: 1px solid #bcb391; }
  .stickyCart li {
    font-size: 90%;
    padding: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer; }
    .stickyCart li.soldout {
      opacity: 0.5;
      text-decoration: line-through; }
  .stickyCart .product-form__cart-submit {
    padding: 0 20px;
    line-height: 37px;
    border: 0;
    background: #e928a0;
    color: #ffffff; }
  .stickyCart .wrapQtyBtn {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px; }
  .stickyCart .qtyField {
    border: 1px solid #bcb391; }
  .stickyCart .qtyBtn, .stickyCart .qty {
    color: #000000;
    height: 35px; }
  .stickyCart.popup {
    padding-right: 16px; }
  @media only screen and (max-width: 766px) {
    .stickyCart .img, .stickyCart .sticky-title, .stickyCart .wrapQtyBtn {
      display: none; }
    .stickyCart .stickyOptions {
      width: 50%;
      margin-right: 5px; }
    .stickyCart .selectedOpt {
      width: 100%; }
    .stickyCart .product-form__cart-submit {
      width: calc(50% - 10px); } }
  .stickyCart deliverr {
    display: none !important; }

#products-related-products {
  margin-bottom: 20px; }

.shopify-payment-button {
  margin: 0 0 30px 0; }
  .shopify-payment-button .shopify-payment-button__button {
    background: #efc24d !important;
    color: #ffffff !important;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    border-radius: 6px; }
  .shopify-payment-button .shopify-payment-button__button--hidden {
    display: none; }

.title-bold {
  font-weight: 700; }

/* ===========================================================
   Wishlist Page
 * ===========================================================*/
.wishlist-product {
  margin: 20px 0 0 0; }
  .wishlist-product a.product-title {
    color: #000; }
  .wishlist-product li {
    border-top: 1px solid #e5e5e5;
    position: relative;
    list-style: none;
    padding: 15px 0;
    display: table;
    font-size: 12px;
    width: 100%;
    margin: 0; }
  .wishlist-product li > div {
    display: table-cell;
    vertical-align: middle; }
  .wishlist-product li:first-child {
    color: #000;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    padding: 10px 0;
    background-color: #f9f9f9;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none; }
  .wishlist-product .product_img {
    width: 100px;
    padding: 0; }
  .wishlist-product .product_name {
    text-align: left;
    padding-left: 20px; }
  .wishlist-product .product_price {
    width: 14%;
    text-align: center; }
    .wishlist-product .product_price p {
      margin-bottom: 0; }
    .wishlist-product .product_price span {
      display: inline;
      padding: 0; }
  .wishlist-product .product_stock {
    min-width: 110px;
    width: 15%; }
    .wishlist-product .product_stock.available {
      color: #49a60a; }
    .wishlist-product .product_stock.unavailable {
      color: #e64100; }
  .wishlist-product .product_add {
    width: 170px;
    text-align: center; }
    .wishlist-product .product_add .btn {
      padding: 6px 15px 5px; }
  .wishlist-product .product_remove {
    width: 40px;
    text-align: center; }
  .wishlist-product .btn-remove-wishlist {
    font-size: 16px;
    height: 34px;
    padding: 5px 9px; }
  @media only screen and (max-width: 766px) {
    .wishlist-product li:first-child {
      display: none; }
    .wishlist-product li > div {
      display: block;
      margin-bottom: 5px; }
    .wishlist-product .product_img {
      float: left;
      max-width: 100px;
      width: auto;
      margin-right: 15px; }
    .wishlist-product .product_price, .wishlist-product .product_stock {
      width: auto;
      text-align: left !important; }
    .wishlist-product .product_add, .wishlist-product .product_remove {
      display: inline-block;
      width: auto;
      margin-right: 8px; } }

.insta-shop {
  margin: 0 -10px; }

.home-instagram .instagram-des {
  margin-bottom: 25px; }
.home-instagram .instafeed {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 0px; }
  .home-instagram .instafeed .instagram-image {
    color: #fff; }
  .home-instagram .instafeed .counter {
    font-size: 13px;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    -ms-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    display: flex;
    justify-content: center;
    align-items: center; }
    .home-instagram .instafeed .counter .ad {
      margin-right: 3px; }
    .home-instagram .instafeed .counter span {
      padding: 0 5px; }
  .home-instagram .instafeed .insta-img {
    padding: 0;
    float: left; }
    .home-instagram .instafeed .insta-img a {
      position: relative;
      padding-bottom: 100%;
      display: block;
      overflow: hidden; }
    .home-instagram .instafeed .insta-img img {
      display: block;
      width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .home-instagram .instafeed.grid-sp .insta-img {
    padding: 0 5px 10px; }
  .home-instagram .instafeed.list .insta-img {
    display: inline-block;
    float: none; }
  .home-instagram .instafeed .insta-img:hover a, .home-instagram .instafeed .insta-img:hover .counter {
    opacity: 1; }
  .home-instagram .instafeed.im150 .insta-img {
    width: 12.5%; }
  .home-instagram .instafeed.im150.fw.im150 .insta-img {
    width: 10%; }
  .home-instagram .instafeed.im320 .insta-img {
    width: 20%; }
  .home-instagram .instafeed.im320.fw.im320 .insta-img {
    width: 16%; }
  .home-instagram .instafeed.im640 .insta-img {
    width: 25%; }
  .home-instagram .instafeed.im640.fw .insta-img {
    width: 19%; }
  @media only screen and (max-width: 766px) {
    .home-instagram .instafeed.list .insta-img {
      width: 20% !important; } }
.home-instagram .followus {
  text-align: center;
  padding: 20px 0; }
  .home-instagram .followus .btn {
    position: relative;
    z-index: 555; }

#content_quickview {
  max-width: 800px;
  margin: 50px auto;
  background-color: #fff;
  position: relative;
  padding: 25px; }
  #content_quickview .product-photos .product-single__thumbnail {
    opacity: 1; }
  #content_quickview .product-photos .grid__item:not(:first-child):not(.slick-slide) {
    display: none; }
  #content_quickview .sizelink {
    display: none; }
  #content_quickview .view-full {
    width: 100%;
    margin: 10px 0 0; }
  #content_quickview .product-template__container .product-single__meta, #content_quickview .product-template__container .product-single__photos {
    margin-bottom: 0; }
  #content_quickview .product-template__container .product-single__title {
    font-size: 18px; }
  #content_quickview .product-info, #content_quickview .product-single__price {
    margin-bottom: 15px; }
  #content_quickview .mfp-close {
    top: 5px;
    right: 5px; }
  #content_quickview .product-single__description {
    margin-top: 0; }
  #content_quickview .product-form__cart-submit {
    padding-left: 30px;
    padding-right: 30px;
    width: auto; }
  #content_quickview .slick-prev {
    left: 15px;
    z-index: 999; }
  #content_quickview .slick-next {
    right: 15px; }
  #content_quickview .product-form__item--submit .btn {
    height: 40px;
    vertical-align: top; }
  #content_quickview .wishlist {
    display: inline-block;
    margin: 5px 0 15px; }
    #content_quickview .wishlist .ad {
      margin-right: 5px; }
  #content_quickview .product-form {
    margin-bottom: 0; }
  @media only screen and (max-width: 766px) {
    #content_quickview {
      max-width: 480px;
      padding: 0; }
      #content_quickview .product-template__container .product-single__photos {
        margin-bottom: 20px; }
      #content_quickview .product-template__container .product-single__meta {
        padding: 0 20px 20px; }
      #content_quickview .view-full {
        margin: 0; } }
  @media only screen and (max-width: 766px) {
    #content_quickview .product-form__cart-submit {
      padding-left: 13px;
      padding-right: 13px; } }

.input-error-message {
  display: none; }

.newsletter-section .input-group {
  position: relative;
  display: table;
  width: 100%;
  border-collapse: separate;
  max-width: 500px;
  margin: 0 auto; }

.form-border {
  border: 1px solid #eeeeee;
  padding: 20px;
  margin-bottom: 20px; }
  .form-border h2 {
    margin-bottom: 15px; }
  .form-border label {
    font-weight: 400; }

@media only screen and (max-width: 766px) {
  #newsletter-modal {
    max-width: 400px; }
    #newsletter-modal .newsltr-text {
      padding: 30px 20px; } }
/* ===========================================================
   About Page
 * ===========================================================*/
.top-text-block {
  margin-bottom: 30px;
  text-align: center;
  font-size: 14px; }
  @media only screen and (min-width: 767px) {
    .top-text-block {
      max-width: 800px;
      margin: 0 auto 40px; } }

.about-us .feature-row {
  margin-bottom: 25px; }
.about-us .row-text p {
  font-size: 14px; }
@media only screen and (min-width: 1025px) {
  .about-us .feature-row__image {
    margin-bottom: 30px; } }

.about-style-2 .about-details > .grid__item:nth-child(odd) {
  clear: left; }
.about-style-2 .placeholder-svg {
  max-height: 300px;
  margin-bottom: 35px; }
.about-style-2 .about_us_image {
  display: block;
  text-align: center;
  margin: 0 auto 35px; }
.about-style-2 .block-title, .about-style-2 .block-des {
  margin-bottom: 35px; }
.about-style-2 .team-bio {
  margin-bottom: 10px;
  letter-spacing: 1px; }
  .about-style-2 .team-bio img {
    margin-bottom: 20px; }
  .about-style-2 .team-bio .social-url a {
    margin: 0 6px; }
  .about-style-2 .team-bio .social-url .ad {
    font-size: 14px; }
  .about-style-2 .team-bio p {
    margin-bottom: 0; }
  @media only screen and (max-width: 766px) {
    .about-style-2 .team-bio .grid__item {
      margin-bottom: 20px; } }

/* ===========================================================
   Contact Page
 * ===========================================================*/
.contact-template {
  margin-top: 0; }
  .contact-template .section-header {
    margin-bottom: 20px; }
  .contact-template .map {
    height: 350px;
    margin-top: 40px; }
    .contact-template .map .map-section__overlay-wrapper {
      position: static;
      text-align: left; }
      .contact-template .map .map-section__overlay-wrapper .map-section__overlay {
        left: 40px;
        width: 300px; }
        .contact-template .map .map-section__overlay-wrapper .map-section__overlay h3 {
          margin-bottom: 10px; }
  @media only screen and (min-width: 1025px) {
    .contact-template .form-vertical {
      padding-right: 30px; } }
  .contact-template .form-vertical .h2 {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 20px; }
  .contact-template .form-vertical textarea {
    height: 120px; }
  .contact-template .contact-logo {
    margin-bottom: 30px; }
  .contact-template .follow-us label {
    display: block;
    margin-bottom: 15px; }
  .contact-template .follow-us li {
    display: inline-block;
    margin-right: 30px; }
    .contact-template .follow-us li a {
      line-height: 20px;
      padding: 0; }
      .contact-template .follow-us li a .ad {
        font-size: 14px; }
  .contact-template label {
    font-weight: 400; }
  .contact-template .contact-frm {
    text-align: center; }
    .contact-template .contact-frm label {
      text-align: left; }
    .contact-template .contact-frm .grid {
      margin: 0 -10px; }
      .contact-template .contact-frm .grid .grid__item {
        padding: 0 10px; }
    .contact-template .contact-frm input, .contact-template .contact-frm select, .contact-template .contact-frm textarea {
      margin-bottom: 20px; }
  .contact-template .open-hours {
    margin-bottom: 20px; }
    .contact-template .open-hours strong {
      font-size: 13px;
      display: block;
      letter-spacing: 1px;
      margin-bottom: 10px;
      color: #000; }
  .contact-template .contact-address {
    margin-bottom: 20px; }
    .contact-template .contact-address li {
      display: table;
      padding: 5px 0; }
    .contact-template .contact-address .ad {
      display: table-cell;
      vertical-align: middle;
      font-size: 16px;
      width: 25px; }
    .contact-template .contact-address p {
      display: table-cell;
      vertical-align: middle; }
  .contact-template .style2 .follow-us label {
    display: inline-block; }
  .contact-template .style2 .social-icons {
    vertical-align: text-bottom;
    display: inline-block;
    margin-left: 20px; }
  .contact-template .style2 .map-section {
    margin-top: 15px; }
  @media only screen and (max-width: 1024px) {
    .contact-template .style2 .contact-details {
      margin-top: 30px; } }
  @media only screen and (max-width: 766px) {
    .contact-template .style1 .form-vertical {
      padding: 0 0 25px; }
      .contact-template .style1 .form-vertical textarea {
        height: 80px; } }

.template-404 h1 {
  font-size: 40px;
  text-transform: none; }

/* ===========================================================
   Brands Page
 * ===========================================================*/
.brandList .ttl, .brandList .list {
  padding: 20px 10px;
  border-top: 1px solid #eee; }
.brandList .ttl {
  width: 100px;
  font-size: 20px;
  font-weight: 700; }
.brandList ul {
  column-count: 4; }
  .brandList ul a {
    display: inline-block;
    padding: 5px; }
@media only screen and (max-width: 1024px) {
  .brandList ul {
    column-count: 3; } }
@media only screen and (max-width: 766px) {
  .brandList .ttl {
    width: 50px; }
  .brandList ul {
    column-count: 2; } }

.filterbrand {
  margin-bottom: 20px;
  align-items: center;
  flex-wrap: wrap; }

.filterbrand a {
  width: 42px;
  padding: 7px;
  font-weight: 400;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 0 1px #eee;
  display: inline-block; }

.brand-logo-list .grid {
  margin: 0 -5px 25px -5px; }
  .brand-logo-list .grid .grid__item {
    padding: 0 5px;
    margin-bottom: 10px; }
.brand-logo-list .logo-bar__link {
  margin: 0;
  padding: 10px;
  border: 1px solid #eee;
  display: block;
  text-align: center; }

/* ===========================================================
   FAQs Page
 * ===========================================================*/
#faq {
  border-radius: 0;
  border: none;
  margin-bottom: 12px;
  box-shadow: none; }
  #faq .panel-title {
    line-height: 22px;
    cursor: pointer;
    font-weight: 600;
    font-size: 105%;
    text-transform: uppercase;
    background: none;
    padding: 18px 40px 18px 0;
    margin: 0;
    border-bottom: 1px solid #eeeeee;
    position: relative; }
    #faq .panel-title:before {
      position: absolute;
      content: "\ea45";
      font-family: "adorn-icons";
      right: 10px;
      top: 50%;
      margin-top: -10px;
      font-size: 18px; }
    #faq .panel-title.active:before {
      content: "\ea48"; }
    #faq .panel-title:hover, #faq .panel-title:focus {
      text-decoration: none; }
  #faq .panel-content {
    padding: 25px 0; }
  #faq .faq-body + .faq-body .panel-content {
    display: none; }

.faq-style1 .faq-title {
  display: none; }

.faq-style2 #faq .faq-body .panel-content {
  display: block !important; }
.faq-style2 #faq .panel-title {
  color: #000;
  cursor: default; }
  .faq-style2 #faq .panel-title:before {
    content: "\ead8"; }
.faq-style2 h3 {
  padding: 15px 20px;
  margin-top: 15px; }
.faq-style2 .panel-title:before {
  display: none; }

/* ===========================================================
   Lookbook Page
 * ===========================================================*/
@keyframes box-shadow {
  0%, 100% {
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0; }

  50% {
    -webkit-box-shadow: 0 0 0 4px;
    -moz-box-shadow: 0 0 0 4px;
    box-shadow: 0 0 0 4px; } }

.lookbook.grid {
  margin: 0; }
.lookbook a {
  opacity: 1; }
.lookbook .collection-grid-item {
  position: relative;
  overflow: visible; }
  .lookbook .collection-grid-item.gallery {
    overflow: hidden; }
  .lookbook .collection-grid-item:hover img {
    transform: none; }
.lookbook .grid-lookbook {
  float: left;
  z-index: 1; }
  .lookbook .grid-lookbook.active {
    z-index: 5; }
  .lookbook .grid-lookbook img {
    width: 100%;
    display: block;
    margin: 0 auto; }
  .lookbook .grid-lookbook:hover .lookbook-caption {
    bottom: 0; }
.lookbook .lookbook-caption {
  font-size: 20px;
  text-align: center;
  bottom: -100px;
  transition-duration: 0.5s;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  padding: 12px 18px; }
  .lookbook .lookbook-caption .text-1 {
    font-size: 15px; }
  .lookbook .lookbook-caption .text-2 {
    font-size: 13px;
    display: block; }
.lookbook .zoom-img {
  text-align: center;
  border-radius: 2px;
  display: block;
  width: 31px;
  height: 28px;
  opacity: 0;
  -ms-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
  position: absolute;
  left: 10px;
  top: 10px; }
  .lookbook .zoom-img .ad {
    font-size: 19px;
    line-height: 28px; }
.lookbook .grid-lookbook:hover .zoom-img {
  opacity: 1; }
.lookbook .products {
  position: absolute; }
  .lookbook .products .btn-shop {
    z-index: 1;
    margin: 5px;
    cursor: pointer;
    background: #000;
    color: #fff;
    border-radius: 50%;
    display: block;
    height: 24px;
    width: 24px;
    text-align: center;
    line-height: 23px; }
    .lookbook .products .btn-shop:before {
      content: "";
      position: absolute;
      animation: box-shadow 1.5s linear infinite;
      left: 5px;
      top: 5px;
      border-radius: 50%;
      height: 24px;
      width: 24px;
      color: rgba(255, 255, 255, 0.4); }
    .lookbook .products .btn-shop .ad {
      font-size: 10px; }
.lookbook .grid-lb {
  visibility: hidden;
  z-index: 2;
  box-shadow: 0 0 2px #bbb;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  display: table;
  position: absolute;
  table-layout: fixed;
  width: 260px;
  background: #fff;
  border-radius: 0;
  padding: 10px; }
  .lookbook .grid-lb .grid-view_image {
    display: table-cell;
    margin: 0;
    width: 80px; }
  .lookbook .grid-lb .details {
    width: 160px;
    display: table-cell;
    vertical-align: top;
    text-align: left;
    margin: 0;
    padding: 0 0 0 15px; }
  .lookbook .grid-lb .btn-shop-close {
    background: #e928a0;
    color: #ffffff;
    position: absolute;
    right: -8px;
    top: -8px;
    padding: 1px 6px;
    cursor: pointer;
    z-index: 3; }
    .lookbook .grid-lb .btn-shop-close .ad {
      font-size: 12px; }
  .lookbook .grid-lb.left {
    right: 0; }
  .lookbook .grid-lb.right {
    left: 0; }
  .lookbook .grid-lb.active {
    opacity: 1;
    visibility: visible; }
  @media only screen and (max-width: 1024px) {
    .lookbook .grid-lb {
      padding: 5px;
      width: 130px;
      display: block;
      table-layout: inherit; }
      .lookbook .grid-lb .grid-view-item__title {
        font-size: 12px; }
      .lookbook .grid-lb.left {
        left: auto;
        right: -20px; }
      .lookbook .grid-lb.right {
        left: auto;
        right: -20px; }
      .lookbook .grid-lb .grid-view_image {
        margin-bottom: 10px;
        display: block;
        width: 100%; }
      .lookbook .grid-lb .details {
        padding-left: 0;
        text-align: center;
        display: block;
        width: 100%; }
      .lookbook .grid-lb .add-to-cart, .lookbook .grid-lb .btn-options {
        font-size: 11px; } }

/* ===========================================================
   Blog Page
 * ===========================================================*/
.inline-tags span {
  display: none; }

.inline-tags a {
  display: inline-block;
  padding: 1px 8px;
  color: #000;
  background: #f4f4f4; }

.inline-tags hr {
  margin: 15px 0; }

.comment-form h2 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: arial;
  margin-bottom: 30px; }

.blog-nav {
  margin: 0 0 40px; }

.blog-nav .ad {
  font-size: 16px;
  vertical-align: middle; }

.blog-nav a {
  color: #000; }

.comment-box {
  margin-bottom: 0; }

.comment-box li {
  padding-bottom: 0;
  margin-bottom: 15px; }

.user-comment {
  background: #fafafa;
  font-weight: 700;
  margin: 0 -15px 0;
  padding: 8px 15px; }

.user-comment .ad {
  font-size: 16px; }

.blog-right .widget-content a {
  color: #000; }
.blog-right .social-sharing {
  margin-bottom: 20px; }
.blog-right h1 {
  text-transform: none; }
  .blog-right h1:after {
    display: none !important; }

h2.sub-title {
  font-size: 14px;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
  text-align: left;
  padding-bottom: 15px; }

#comments {
  text-align: left; }
  #comments .comment {
    margin-bottom: 20px;
    padding-bottom: 20px; }
  #comments .comment + .comment {
    border-top: 1px solid #eeeeee; }
  #comments .comment__meta {
    margin-top: 20px;
    position: relative;
    font-size: 12px; }
  #comments .authour {
    font-weight: 700;
    text-transform: uppercase; }
    #comments .authour:before {
      width: 30px;
      height: 2px;
      background: #000;
      position: absolute;
      top: -10px;
      content: " "; }
  #comments .time {
    color: #666666; }

#comment_form {
  padding: 50px 50px 40px;
  background: #faf9f9; }
  #comment_form input:not([type="submit"]), #comment_form textarea, #comment_form select {
    background: #fff; }
  #comment_form label {
    text-align: left; }

.return-link {
  padding: 6px 16px; }

.blog-category li {
  padding: 2px 0; }

.social-sharing {
  clear: both; }
  .social-sharing .btn {
    font-weight: 400;
    color: #000 !important;
    height: auto;
    padding: 0 5px;
    margin-bottom: 0;
    background: none;
    border: 0;
    letter-spacing: normal;
    text-transform: capitalize; }

.acor-ttl {
  font-size: 12px;
  font-weight: 600;
  font-family: Poppins, sans-serif;
  margin: 0 0 5px; }
  .acor-ttl a {
    border: 0;
    color: #ffffff;
    display: block;
    padding: 15px 30px 15px 15px;
    text-decoration: none;
    background-color: #111111;
    position: relative; }
    .acor-ttl a:hover {
      opacity: 0.9; }
    .acor-ttl a .ad {
      font-size: 16px;
      position: absolute;
      top: 14px;
      right: 10px; }
  .acor-ttl.active a {
    color: #111111;
    background-color: #f5f5f5; }
  .product-template__container .acor-ttl a {
    color: #111111;
    font-size: 16px;
    background-color: #f5f5f5;
    border: 1px solid #dddddd; }
    .product-template__container .acor-ttl a:before {
      position: absolute;
      right: 15px;
      top: 50%;
      margin-top: -10px;
      font-family: "adorn-icons";
      content: "\eb66";
      font-size: 18px; }
  .product-template__container .acor-ttl.active a {
    color: #e928a0;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #eeeeee; }
    .product-template__container .acor-ttl.active a:before {
      content: "\eb69"; }

#age-check-prompt {
  border-radius: 0; }
  #age-check-prompt select {
    min-width: 80px;
    float: none;
    display: inline-block; }

.snptwdgt__usr-profl,
.snptwdgt-rtd__fotr {
  display: none !important; }

.falling-snow {
  position: relative; }

@keyframes falling-down-snow {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px; }

  100% {
    background-position: 0 700px, 0 500px, 0 300px; } }

.falling-snow.style1:before {
  background-color: transparent;
  position: absolute;
  width: 100%;
  content: '';
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  background-image: url(//cdn.shopify.com/s/files/1/0083/1943/4829/t/13/assets/snowballs-sm.png?v=78097988251846958681602497678), url(//cdn.shopify.com/s/files/1/0083/1943/4829/t/13/assets/snowballs-lg.png?v=67776652117728542501602497678), url(//cdn.shopify.com/s/files/1/0083/1943/4829/t/13/assets/snowballs-md.png?v=50850319000367727691602497678);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-animation: falling-down-snow 10s linear infinite;
  -moz-animation: falling-down-snow 12s linear infinite;
  -ms-animation: falling-down-snow 10s linear infinite;
  animation: falling-down-snow 10s linear infinite; }

@keyframes snow {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px; }

  100% {
    background-position: 500px 1000px, 400px 400px, 300px 300px; } }

@-moz-keyframes snow {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px; }

  100% {
    background-position: 500px 1000px, 400px 400px, 300px 300px; } }

@-webkit-keyframes snow {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px; }

  100% {
    background-position: 500px 1000px, 400px 400px, 300px 300px; } }

@-ms-keyframes snow {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px; }

  100% {
    background-position: 500px 1000px, 400px 400px, 300px 300px; } }

.falling-snow.style2:before {
  background-color: transparent;
  position: absolute;
  width: 100%;
  content: '';
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  background-image: url(//cdn.shopify.com/s/files/1/0083/1943/4829/t/13/assets/snow-1.png?v=68184131449443699281602497676), url(//cdn.shopify.com/s/files/1/0083/1943/4829/t/13/assets/snow-2.png?v=134412539881001371081602497677), url(//cdn.shopify.com/s/files/1/0083/1943/4829/t/13/assets/snow-2.png?v=134412539881001371081602497677);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-animation: snow 10s linear infinite;
  -moz-animation: snow 10s linear infinite;
  -ms-animation: snow 10s linear infinite;
  animation: snow 10s linear infinite; }

.snow-wrap.falling-snow.style2::before {
  z-index: 111; }

.shopify-challenge__container {
  padding: 10% 0; }

.grecaptcha-badge {
  display: none !important; }

iframe[src="https://avone-demo.myshopify.com/preview_bar"] {
  display: none !important; }

#about-us .page-title {
  display: none; }

#shopify-section-faq-template {
  max-width: 900px;
  margin: 0 auto; }

.template-page #PageContainer .page-width {
  max-width: 900px;
  margin: 0 auto; }

.product-single .css-1v0outc {
  padding: 0; }

.template-page .video-wrapper {
  margin-bottom: 20px; }
