/**
*  Section Plus Shopify Theme v1.0.0
*  
*  Created on : 6 Aug, 2016, 3:05:23 PM
*  
*  Support - shopify@lucentinnovation.com
*  
*  Copyright 2016-2017 Lucent Innovation
*/
/*================ Grid variable ================*/
/*================ Font variable ================*/
/*================ Font color ================*/
/*================ Table color ================*/
/*================ Button color ================*/
/*================ Header color ================*/
/*================ Top Bar ===================*/
/*================ Footer color ================*/
/*================ Simply product color ================*/
/*================ Section Space ================*/
@import url(https://d19ayerf5ehaab.cloudfront.net/css/product-widget/style.css);
@media (min-width: 768px) {
  .mobile_show, .small_device {
    display: none; } }

@media (min-width: 768px) {
  .mobile_show_2, .small_device {
    display: none;
    color: white; } }

@media (max-width: 767px) {
  .desktop_show, .large_device {
    display: none; } }

/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/
.lSSlideOuter {
  overflow: hidden;
  position: relative; }

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

.lightSlider {
  overflow: hidden;
  margin: 0; }

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative; }

.lSSlideWrapper > .lightSlider:after {
  clear: both; }

.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform,height;
  -moz-transition-property: -moz-transform,height;
  transition-property: transform,height;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lSSlideWrapper .lSFade {
  position: relative; }

.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%; }

.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lSSlideWrapper .lSFade > *.active {
  z-index: 10; }

.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1; }

/** /!!! End of core css Should not edit !!!/**/
/* Pager */
.lSSlideOuter .lSPager.lSpg {
  position: absolute;
  left: 50%;
  bottom: 25px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  padding: 0;
  text-align: center;
  z-index: 10; }
  @media (max-width: 767px) {
    .lSSlideOuter .lSPager.lSpg {
      bottom: 5px; } }

.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px; }

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #fff;
  border-radius: 30px;
  border: 1px solid #fff;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s; }

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: transparent;
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5); }

.lSSlideOuter .media {
  opacity: 0.8; }

.lSSlideOuter .media.active {
  opacity: 1; }

/* End of pager */
/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s; }

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px; }

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%; }

.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table; }

.lSSlideOuter .lSPager.lSGallery:after {
  clear: both; }

/* End of Gallery*/
/* slider actions */
.lSAction > a {
  padding: 10px 8px;
  display: block;
  top: 50%;
  text-align: center;
  background: #d61a5e;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  font-size: 24px;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.8;
  color: #fff;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s; }
  .lSAction > a:hover {
    color: #fff;
    opacity: 1; }
  @media (max-width: 991px) {
    .lSAction > a {
      padding: 8px;
      font-size: 18px; } }

.lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px; }

.lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px; }

.lSAction > a.disabled {
  pointer-events: none; }

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden; }

/* vertical */
.lSSlideOuter.vertical {
  position: relative; }

.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important; }

.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0; }

.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important; }

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0; }

.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto; }

.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px; }

/* vertical */
/* Rtl */
.lSSlideOuter.lSrtl {
  direction: rtl; }

.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none; }

.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
  padding-right: 0; }

.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
  float: left; }

.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li {
  float: right !important; }

/* Rtl */
@-webkit-keyframes rightEnd {
  0% {
    left: 0; }

  50% {
    left: -15px; }

  100% {
    left: 0; } }

@keyframes rightEnd {
  0% {
    left: 0; }

  50% {
    left: -15px; }

  100% {
    left: 0; } }

@-webkit-keyframes topEnd {
  0% {
    top: 0; }

  50% {
    top: -15px; }

  100% {
    top: 0; } }

@keyframes topEnd {
  0% {
    top: 0; }

  50% {
    top: -15px; }

  100% {
    top: 0; } }

@-webkit-keyframes leftEnd {
  0% {
    left: 0; }

  50% {
    left: 15px; }

  100% {
    left: 0; } }

@keyframes leftEnd {
  0% {
    left: 0; }

  50% {
    left: 15px; }

  100% {
    left: 0; } }

@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0; }

  50% {
    bottom: -15px; }

  100% {
    bottom: 0; } }

@keyframes bottomEnd {
  0% {
    bottom: 0; }

  50% {
    bottom: -15px; }

  100% {
    bottom: 0; } }

.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative; }

.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative; }

.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative; }

.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative; }

.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative; }

.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative; }

/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
@-webkit-keyframes mdShow {
  0% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0; }

  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0; }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@-moz-keyframes mdShow {
  0% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0; }

  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0; }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@-o-keyframes mdShow {
  0% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0; }

  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0; }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes mdShow {
  0% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0; }

  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0; }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@-webkit-keyframes mdHide {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; }

  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0; }

  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0; } }

@-moz-keyframes mdHide {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; }

  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0; }

  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0; } }

@-o-keyframes mdHide {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; }

  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0; }

  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0; } }

@keyframes mdHide {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; }

  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0; }

  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0; } }

.fancybox-closing {
  -webkit-animation-duration: .5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: mdHide;
  animation-name: mdHide; }

.fancy-opening {
  -webkit-animation-duration: .5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: mdShow;
  animation-name: mdShow; }

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
  /*   transform:scaleY(.01) scaleX(0); */
  /*     animation:unfoldIn 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards; */ }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  margin: 5px 5px 5px 5px;
  padding: 15px 15px 15px 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 5px 5px 5px;
  overflow: hidden; }

@media (max-width: 767px) {
  .fancybox-iframe {
    height: auto; } }

@media (max-width: 767px) {
  .fancybox-type-iframe .fancybox-inner {
    height: auto !important; } }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url(//cdn.shopify.com/s/files/1/0917/3344/t/91/assets/fancybox_sprite.png?v=3005993056200497091); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(//cdn.shopify.com/s/files/1/0917/3344/t/91/assets/fancybox_loading.gif?v=17150916331547659990) center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 15%;
  height: 75%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(//cdn.shopify.com/s/files/1/0917/3344/t/91/assets/blank.gif?v=16482679876569321596);
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(//cdn.shopify.com/s/files/1/0917/3344/t/91/assets/fancybox_overlay.png?v=6179392631983182528); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  /*overflow: auto;*/
  /*overflow-y: scroll;*/ }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }

  #fancybox-loading div {
    background-image: url("fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
/*================ Reset css ================*/
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-tap-highlight-color: rgba(0, 0, 0, 0);
  -o-tap-highlight-color: rgba(0, 0, 0, 0); }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  /*
  word-wrap: break-word;*/
  box-sizing: border-box; }

body,
input,
textarea,
button,
select {
  font-size: 15px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  color: #333333;
  line-height: 1.5; }
  @media (max-width: 767px) {
    body,
    input,
    textarea,
    button,
    select {
      font-size: 13.5px; } }

::selection {
  background: #b1dcff; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

html, body {
  background-color: white; }

body {
  line-height: 1; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

.video_wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: auto; }
  .video_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%; }

/*================ Headings ================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1em;
  text-transform: none;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  line-height: 1.2;
  overflow-wrap: break-word;
  word-wrap: break-word;
  margin-bottom: 12px;
  letter-spacing: 0.05em;
  color: #333333;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color: inherit;
    text-decoration: none;
    font-weight: inherit; }

h1 {
  font-size: 25px;
  font-weight: lighter; }
  @media (max-width: 767px) {
    h1 {
      font-size: 18.75px; } }

h2 {
  font-size: 20px;
  font-weight: normal; }
  @media (max-width: 767px) {
    h2 {
      font-size: 15.6px; } }

h3 {
  font-size: 26px;
  font-weight: normal; }
  @media (max-width: 767px) {
    h3 {
      font-size: 20.54px; } }

h4 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 5px; }
  @media (max-width: 767px) {
    h4 {
      font-size: 16px; } }

h5 {
  font-size: 20px;
  font-weight: normal; }
  @media (max-width: 767px) {
    h5 {
      font-size: 16.4px; } }

h6 {
  font-size: 17px;
  font-weight: normal; }
  @media (max-width: 767px) {
    h6 {
      font-size: 14.45px; } }

b, strong {
  font-weight: bold; }

p {
  font-weight: normal;
  line-height: 1.3;
  margin-bottom: 12px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

span {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

em {
  font-style: italic;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

small {
  font-size: 75%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

hr {
  /*  background: url(//cdn.shopify.com/s/files/1/0917/3344/t/91/assets/hr.png?v=7550302552998751464) no-repeat scroll 50% 0 transparent;
  clear: both;
  content: "";
  height: 2px;
  width: 100%;
  margin: 15px 0px;
  border: none;*/
  border: solid #cccccc;
  border-width: 1px 0 0;
  clear: both;
  margin: 12px 0;
  height: 0; }

.img-responsive {
  max-width: 100%;
  height: auto;
  /*width: 100%;*/ }

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

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

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

a {
  text-decoration: none;
  color: #989a9a;
  line-height: 20px;
  cursor: pointer;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  a:hover {
    color: #d61a5e; }

.display-table {
  display: table;
  width: 100%; }

.display-block {
  display: block; }

.display-inline-block {
  display: inline-block; }

.display-inline {
  display: inline; }

.display-table-cell {
  display: table-cell; }

.fixed {
  position: fixed; }

.v_hide {
  visibility: hidden; }

.visually-hidden, .hide {
  display: none; }

.lazyloaded {
  width: 100%;
  height: auto; }

.img_blur {
  width: 100%;
  height: auto;
  max-width: 100%; }

.img_load {
  filter: blur(7px);
  -webkit-filter: blur(7px);
  -moz-filter: blur(7px);
  -o-filter: blur(7px); }

@media (max-width: 991px) {
  .sm-hide {
    display: none; } }

@media (max-width: 767px) {
  .xs-hide {
    display: none; } }

@media (min-width: 768px) {
  .xs-show {
    display: none; } }

@media (max-width: 767px) {
  .xs-center {
    text-align: center; } }

@media (max-width: 767px) {
  .xs-left {
    text-align: left; } }

@media (max-width: 767px) {
  .xs-right {
    text-align: right; } }

@media (max-width: 991px) {
  .sm-center {
    text-align: center; } }

@media (max-width: 991px) {
  .sm-left {
    text-align: left; } }

@media (max-width: 991px) {
  .sm-right {
    text-align: right; } }

@media (max-width: 1024px) {
  .md-hide {
    display: none; } }

@media (min-width: 1025px) {
  .md-show {
    display: none; } }

.relative {
  position: relative; }

.inline-block {
  display: inline-block; }

.block {
  display: block; }

/*================ Grid ================*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 780px) {
  .container {
    width: 750px; } }
@media (min-width: 1000px) {
  .container {
    width: 970px; } }
@media (min-width: 1230px) {
  .container {
    width: 1200px; } }
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-1 {
    left: 8.33333333%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-0 {
    margin-left: 0%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1 {
    width: 8.33333333%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-1 {
    right: 8.33333333%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-10 {
    left: 83.33333333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-7 {
    left: 58.33333333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-4 {
    left: 33.33333333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-1 {
    left: 8.33333333%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-0 {
    margin-left: 0%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4 {
    width: 33.33333333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1 {
    width: 8.33333333%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-1 {
    left: 8.33333333%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-0 {
    margin-left: 0%; } }
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.rte {
  padding: 25px 0; }

.rte table, .product_description table {
  overflow: auto; }
  .rte table thead tr, .product_description table thead tr {
    background-color: #37474f; }
    .rte table thead tr th, .product_description table thead tr th {
      color: white; }
  .rte table thead tr, .product_description table thead tr {
    border: 1px solid #dddddd; }
    .rte table thead tr th, .product_description table thead tr th {
      padding: 8px;
      display: table-cell;
      text-align: left;
      vertical-align: middle;
      border-radius: 2px;
      font-weight: bold;
      border-color: #fff;
      border-right: 1px solid #dddddd;
      border-bottom: 1px solid #dddddd; }
  .rte table tbody tr, .rte table tfoot tr, .product_description table tbody tr, .product_description table tfoot tr {
    border-top: none;
    border: 1px solid #dddddd; }
    .rte table tbody tr td, .rte table tfoot tr td, .product_description table tbody tr td, .product_description table tfoot tr td {
      border-right: 1px solid #dddddd;
      padding: 8px; }
.rte ul, .product_description ul {
  list-style: disc;
  margin: 15px 0;
  padding-left: 15px; }
  .rte ul li, .product_description ul li {
    line-height: 1.3; }
.rte ol, .product_description ol {
  margin: 15px 0;
  padding-left: 20px; }
  .rte ol li, .product_description ol li {
    line-height: 1.3; }

.page_template {
  padding: 30px 0; }

.page_template {
  padding: 30px 0; }
  .page_template input[type="submit"] {
    background: #000000;
    color: #ffffff;
    border: 1px solid #000000;
    padding: 0 20px;
    text-align: center;
    cursor: pointer;
    min-height: 42px;
    height: 40px;
    line-height: 1.2; }
    .page_template input[type="submit"]:hover {
      background: #989898;
      border: 1px solid #989898; }

/*================ Tables ================*/
.table {
  overflow: auto; }
  .table.table-center tr, .table.table-center th, .table.table-center td {
    text-align: center; }
  .table.row-color tbody tr:nth-child(even), .table.row-color tfoot tr:nth-child(even) {
    background-color: whitesmoke; }
  .table.row-color tbody tr:hover, .table.row-color tfoot tr:hover {
    background-color: #f2f2f2; }
  .table.full-color thead tr {
    background-color: #37474f; }
    .table.full-color thead tr th {
      color: white; }
  .table.full-color tbody tr:nth-child(even), .table.full-color tfoot tr:nth-child(even) {
    background-color: whitesmoke; }
  .table.full-color tbody tr:hover, .table.full-color tfoot tr:hover {
    background-color: #f2f2f2; }
  .table table {
    width: 100%; }
    .table table thead tr {
      border: 1px solid #dddddd; }
      .table table thead tr th {
        padding: 8px;
        display: table-cell;
        text-align: left;
        vertical-align: middle;
        border-radius: 2px;
        font-weight: bold;
        border-color: #fff;
        border-right: 1px solid #dddddd;
        border-bottom: 2px solid #dddddd; }
    .table table tbody tr, .table table tfoot tr {
      border-top: none;
      border: 1px solid #dddddd; }
      .table table tbody tr td, .table table tfoot tr td {
        border-right: 1px solid #dddddd;
        padding: 8px; }

/*================ Form ================*/
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  display: inline-block;
  color: #000000;
  padding: 10px 5px;
  background: #fff;
  height: 40px;
  outline: none;
  border: 1px solid #cccccc; }

.spinner {
  position: relative;
  display: inline-block; }
  .spinner input {
    text-align: center;
    max-width: 40px;
    margin: 0 30px;
    padding: 0;
    border-color: #ddd;
    height: 35px; }
    @media (max-width: 767px) {
      .spinner input {
        height: 30px;
        width: 30px; } }
  .spinner input[type=number]::-webkit-inner-spin-button,
  .spinner input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .spinner .min, .spinner .plus {
    width: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    border: 1px solid #ddd;
    background: #eee;
    font-size: 24px;
    cursor: pointer;
    line-height: 31px;
    text-align: center; }
    @media (max-width: 767px) {
      .spinner .min, .spinner .plus {
        line-height: 20px; } }
    .spinner .min::selection, .spinner .plus::selection {
      background: transparent; }
  .spinner .min {
    left: 0%;
    border-right: none; }
  .spinner .plus {
    right: 0;
    border-left: none; }

input[type='text'], input[type='email'], input[type='password'] {
  text-indent: 5px; }

input[type='checkbox'] {
  width: auto;
  height: auto;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  -o-appearance: checkbox;
  -ms-appearance: checkbox;
  appearance: checkbox;
  margin: 0 0 0 0; }

input[type='radio'] {
  width: auto;
  height: auto;
  -webkit-appearance: radio;
  -moz-appearance: radio;
  -o-appearance: radio;
  -ms-appearance: radio;
  appearance: radio;
  margin: 0 0 0 0; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: transparent;
  border: unset;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #000000;
  padding: 0 25px 0 10px;
  height: 35px;
  outline: none;
  display: block;
  background: url(//cdn.shopify.com/s/files/1/0917/3344/t/91/assets/select.png?v=15082504630446140764) no-repeat;
  background-position: calc(100% - 8px) center;
  background-size: 15px;
  width: 100%; }

textarea {
  min-height: 85px;
  width: 100%; }

input, select, textarea {
  margin-bottom: 15px; }

label {
  margin-bottom: 5px;
  display: inline-block;
  font-weight: bold; }

input[type='radio'], input[type='checkbox'] {
  margin-bottom: 0px; }

.form-success {
  color: #56ad6a;
  background-color: #ecfef0;
  border-color: #56ad6a;
  border: 1px solid;
  padding: 10px;
  margin-bottom: 20px; }

.form-error, .errors {
  color: red;
  background-color: #ecfef0;
  border-color: #56ad6a;
  border: 1px solid;
  padding: 10px;
  margin-bottom: 20px; }

/*================ Button ================*/
button, .btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  width: auto;
  outline: 0;
  border: 0;
  padding: 10px 12px 10px 12px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  line-height: 1;
  margin: 0;
  font-weight: normal;
  border-radius: 2px; }
  @media (max-width: 551px) {
    button, .btn {
      font-size: 12px;
      padding: 8px 8px; } }

button {
  background: transparent; }

.btn {
  background: #707272;
  color: white;
  border: 1px solid #707272; }
  .btn.margin {
    margin-bottom: 10px; }
  .btn.disabled {
    background: #999999; }
    .btn.disabled:hover {
      background: #999999;
      color: white; }
  .btn:hover {
    background: #e1e1e1;
    color: black;
    border: 1px solid #989898; }

/*================ Simply product common ================*/
.product_main {
  position: relative; }
  .product_main .ssw-faveiticon {
    left: 0;
    padding: 5px;
    position: absolute;
    top: 0;
    z-index: 100;
    background-color: transparent; }
  .product_main .p_link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0; }
  .product_main .product_review.collection {
    position: relative;
    z-index: -1; }
  .product_main.disabled {
    opacity: .5; }
  .product_main .quick_view {
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    border: 1px solid white;
    padding: 10px 20px;
    margin-top: 2rem;
    color: #FFF;
    opacity: 0;
    pointer-events: all;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    transition: opacity 0.3s ease-out, transform 0.3s ease-out,color 0.3s linear, background-color 0.3s linear; }
    .product_main .quick_view:hover {
      color: #000;
      background-color: #FFF; }
  .product_main.sold_out .product_img {
    opacity: .5 !important; }
  .product_main .product_link {
    display: block;
    position: relative;
    overflow: hidden; }
    .product_main .product_link .product_img {
      position: relative;
      z-index: 2; }
    .product_main .product_link .alter_img {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1; }
  .product_main .on_sale, .product_main .sold_out {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 2;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right; }
    .product_main .on_sale span, .product_main .sold_out span {
      font-size: 10px;
      font-weight: bold;
      color: #FFF;
      text-transform: uppercase;
      text-align: center;
      line-height: 20px;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      width: 100px;
      display: block;
      background: #79A70A;
      background: linear-gradient(#f70505 0%, #8f0808 100%);
      box-shadow: 0 3px 10px -5px black;
      position: absolute;
      top: 19px;
      left: -21px; }
      .product_main .on_sale span:before, .product_main .sold_out span:before {
        content: "";
        position: absolute;
        left: 0px;
        top: 100%;
        z-index: -1;
        border-left: 3px solid #8F0808;
        border-right: 3px solid transparent;
        border-bottom: 3px solid transparent;
        border-top: 3px solid #8F0808; }
      .product_main .on_sale span:after, .product_main .sold_out span:after {
        content: "";
        position: absolute;
        right: 0px;
        top: 100%;
        z-index: -1;
        border-left: 3px solid transparent;
        border-right: 3px solid #8F0808;
        border-bottom: 3px solid transparent;
        border-top: 3px solid #8F0808; }
    .product_main .on_sale p, .product_main .sold_out p {
      margin: 0;
      font-size: 14px;
      line-height: 18px; }
  .product_main .image {
    display: table;
    width: 100%;
    position: relative; }
    .product_main .image .img {
      display: table-cell;
      vertical-align: middle; }
  .product_main .text {
    text-align: center;
    margin: 8px 0; }
    .product_main .text .product_link {
      transition: .3s all;
      display: block; }
      .product_main .text .product_link .product_title {
        margin-bottom: 5px;
        color: #fff;
        text-transform: uppercase; }

.compare {
  font-size: 14px;
  text-decoration: line-through;
  color: gray;
  margin-left: 3px; }
  @media (max-width: 767px) {
    .compare {
      font-size: 10px; } }

.product_price {
  display: block;
  color: #d0195c;
  font-size: 17px; }
  @media (max-width: 767px) {
    .product_price {
      font-size: 13px; } }
  .product_price .orignal {
    color: #000; }
    .product_price .orignal.on-sale {
      color: #d54d4d; }

/*================ Pagination ================*/
.pagination {
  padding: 25px 0 15px;
  text-align: center;
  transition: .3s all; }
  .pagination .page a {
    border: solid 1px #cccccc;
    margin: 10px 5px;
    padding: 8px 16px;
    display: inline-block;
    transition: .3s all; }
    .pagination .page a:hover {
      border: solid 1px #d61a5e;
      background: #d61a5e;
      color: #fff; }
  .pagination .page.current {
    color: #fff;
    border: solid 1px #d61a5e;
    margin: 10px 5px;
    padding: 11px 16px;
    display: inline-block;
    background: #d61a5e; }

/*================ section comman ================*/
main.main-content {
  padding: 30px 0; }
  main.main-content.no_padding {
    padding: 0; }

.template-index main.main-content .shopify-section:first-of-type {
  padding-top: 0; }
  .template-index main.main-content .shopify-section:first-of-type h3.title {
    margin-top: 10px; }

.shopify-section {
  padding: 25px 0; }
  .shopify-section.no_padding {
    padding: 0; }
  .shopify-section.no_bottom_padding {
    padding-bottom: 0; }
  .shopify-section.no_top_padding {
    padding-top: 0; }
  @media (max-width: 767px) {
    .shopify-section {
      padding: 10px 0; } }

.breadcrumb {
  padding: 10px 0; }
  .breadcrumb a, .breadcrumb span {
    text-transform: none;
    font-size: 12px; }
  .breadcrumb .breadcrumb__sep {
    margin: 0 5px; }
  .breadcrumb a {
    color: #999; }

#mobile_drawer {
  margin-left: 0px;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 400px;
  left: -400px;
  overflow: auto;
  z-index: 1110;
  /*z-index: 110;*/
  background: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: 0.35s cubic-bezier(0.46, 0.01, 0.32, 1);
  -moz-transition: 0.35s cubic-bezier(0.46, 0.01, 0.32, 1);
  -o-transition: 0.35s cubic-bezier(0.46, 0.01, 0.32, 1);
  -ms-transition: 0.35s cubic-bezier(0.46, 0.01, 0.32, 1);
  transition: 0.35s cubic-bezier(0.46, 0.01, 0.32, 1); }
  @media (max-width: 551px) {
    #mobile_drawer {
      width: 350px;
      left: -350px; } }
  #mobile_drawer.active {
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  #mobile_drawer .simply_currency {
    position: relative;
    text-decoration: none;
    color: #989a9a;
    display: block;
    padding: 0 15px;
    /* border-bottom: 1px solid #ddd;*/ }
    #mobile_drawer .simply_currency .current {
      display: block;
      width: 100%;
      padding: 15px 0;
      margin: 0;
      line-height: 1;
      cursor: pointer; }
    #mobile_drawer .simply_currency ul.list {
      border-top: none;
      padding-left: 15px; }
  #mobile_drawer .menu_title {
    line-height: 1;
    margin-bottom: 0;
    /* border-bottom:0px solid #ddd;*/
    text-align: center;
    padding: 20px 15px; }
    #mobile_drawer .menu_title .drawer_close {
      line-height: 0.25;
      /*line-height:1;*/
      font-size: 25px;
      cursor: pointer;
      min-width: 30px;
      float: right; }
  #mobile_drawer ul.nav li {
    display: block;
    text-align: left;
    margin-left: 30px;
    cursor: pointer;
    position: relative;
    color: #989a9a; }
    @media (min-width: 768px) {
      #mobile_drawer ul.nav li.small_device {
        display: none; } }
    #mobile_drawer ul.nav li .link {
      text-decoration: none;
      color: #989a9a;
      display: block;
      padding: 0 15px;
      /*  border-bottom:1px solid #ddd; */ }
      #mobile_drawer ul.nav li .link:after {
        clear: both;
        display: table;
        content: ''; }
      #mobile_drawer ul.nav li .link > a {
        display: block;
        width: 80%;
        float: left;
        padding: 15px 0; }
      #mobile_drawer ul.nav li .link .icon {
        width: 20%;
        padding: 15px 0;
        float: left;
        text-align: center; }
    #mobile_drawer ul.nav li .child_menu, #mobile_drawer ul.nav li .link_data {
      display: none;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden; }
      #mobile_drawer ul.nav li .child_menu.third_menu li .link a, #mobile_drawer ul.nav li .link_data.third_menu li .link a {
        padding-left: 25px; }
      #mobile_drawer ul.nav li .child_menu ul li .link a, #mobile_drawer ul.nav li .link_data ul li .link a {
        padding-left: 15px; }
  #mobile_drawer ul.half-link {
    width: 50%;
    display: inline-block;
    margin-right: -4px; }
    #mobile_drawer ul.half-link li.li {
      line-height: 2;
      text-align: center;
      padding: 15px; }
    #mobile_drawer ul.half-link .small_hr {
      margin: 0;
      width: 80px;
      /*   border-bottom:1px solid #D0D0D0;*/
      display: none; }
    #mobile_drawer ul.half-link .child .child_ul li.li_child {
      padding: 15px 15px 15px;
      text-align: center;
      /*  border: 1px solid #ddd;*/ }
  #mobile_drawer .currencies {
    max-width: 200px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px; }

.body_wrapper {
  -webkit-transition: 0.35s cubic-bezier(0.46, 0.01, 0.32, 1);
  -moz-transition: 0.35s cubic-bezier(0.46, 0.01, 0.32, 1);
  -o-transition: 0.35s cubic-bezier(0.46, 0.01, 0.32, 1);
  -ms-transition: 0.35s cubic-bezier(0.46, 0.01, 0.32, 1);
  transition: 0.35s cubic-bezier(0.46, 0.01, 0.32, 1);
  /*   &.active-left{
  overflow:hidden;
  @include transform(translateX(400px));
  @media(max-width:551px){
  @include transform(translateX(300px));
}
}
  &.active-right{
  @include transform(translateX(-400px));
  @media(max-width:551px){
  @include transform(translateX(-300px));
}
} */ }

.table_view_xs {
  display: table;
  width: 100%; }
  .table_view_xs > div[class^="col"] {
    padding-left: 0;
    position: static;
    padding-right: 0; }
  .table_view_xs div[class^="col"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
    display: table-cell;
    vertical-align: middle; }

.flex_view > div[class^="col"] {
  padding-left: 0;
  padding-right: 0; }
@media (min-width: 768px) {
  .flex_view {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .flex_view.left {
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    .flex_view.right {
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
    .flex_view.center {
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .flex_view.space-between {
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .flex_view.space-around {
      -webkit-justify-content: space-around;
      -ms-flex-pack: justify;
      justify-content: space-around; }
    .flex_view.middle {
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
    .flex_view.end {
      -webkit-align-items: end;
      -ms-flex-align: end;
      align-items: end; }
    .flex_view.end {
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start; }
    .flex_view.reverse {
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    .flex_view.space div[class^="col"] {
      padding-left: 15px;
      padding-right: 15px; } }

.flex_view_xs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .flex_view_xs.left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .flex_view_xs.right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .flex_view_xs.center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .flex_view_xs.space-between {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .flex_view_xs.space-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: justify;
    justify-content: space-around; }
  .flex_view_xs.middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .flex_view_xs.end {
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end; }
  .flex_view_xs.end {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .flex_view_xs.reverse {
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .flex_view_xs.space div[class^="col"] {
    padding-left: 15px;
    padding-right: 15px; }
  .flex_view_xs > div[class^="col"] {
    padding-left: 0;
    padding-right: 0;
    position: static; }

.table_view > div[class^="col"] {
  padding-left: 0;
  position: static;
  padding-right: 0; }
@media (min-width: 768px) {
  .table_view {
    display: table;
    width: 100%; }
    .table_view div[class^="col"] {
      float: none;
      padding-left: 0;
      padding-right: 0;
      display: table-cell;
      vertical-align: middle; } }
.table_view:after {
  display: table;
  clear: both;
  content: ''; }

/*================ Animations ================*/
.simplyLoading {
  position: relative;
  width: 78px;
  height: 78px;
  margin: auto; }
  .simplyLoading .wBall {
    position: absolute;
    width: 74px;
    height: 74px;
    opacity: 0;
    transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    animation: orbit 6.96s infinite;
    -o-animation: orbit 6.96s infinite;
    -ms-animation: orbit 6.96s infinite;
    -webkit-animation: orbit 6.96s infinite;
    -moz-animation: orbit 6.96s infinite; }
    .simplyLoading .wBall .wInnerBall {
      position: absolute;
      width: 10px;
      height: 10px;
      background: black;
      left: 0px;
      top: 0px;
      border-radius: 10px; }
  .simplyLoading #wBall_1 {
    animation-delay: 1.52s;
    -o-animation-delay: 1.52s;
    -ms-animation-delay: 1.52s;
    -webkit-animation-delay: 1.52s;
    -moz-animation-delay: 1.52s; }
  .simplyLoading #wBall_2 {
    animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    -ms-animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s; }
  .simplyLoading #wBall_3 {
    animation-delay: 0.61s;
    -o-animation-delay: 0.61s;
    -ms-animation-delay: 0.61s;
    -webkit-animation-delay: 0.61s;
    -moz-animation-delay: 0.61s; }
  .simplyLoading #wBall_4 {
    animation-delay: 0.91s;
    -o-animation-delay: 0.91s;
    -ms-animation-delay: 0.91s;
    -webkit-animation-delay: 0.91s;
    -moz-animation-delay: 0.91s; }
  .simplyLoading #wBall_5 {
    animation-delay: 1.22s;
    -o-animation-delay: 1.22s;
    -ms-animation-delay: 1.22s;
    -webkit-animation-delay: 1.22s;
    -moz-animation-delay: 1.22s; }

@keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    transform: rotate(180deg);
    animation-timing-function: ease-out; }

  7% {
    opacity: 1;
    transform: rotate(300deg);
    animation-timing-function: linear;
    origin: 0%; }

  30% {
    opacity: 1;
    transform: rotate(410deg);
    animation-timing-function: ease-in-out;
    origin: 7%; }

  39% {
    opacity: 1;
    transform: rotate(645deg);
    animation-timing-function: linear;
    origin: 30%; }

  70% {
    opacity: 1;
    transform: rotate(770deg);
    animation-timing-function: ease-out;
    origin: 39%; }

  75% {
    opacity: 1;
    transform: rotate(900deg);
    animation-timing-function: ease-out;
    origin: 70%; }

  76% {
    opacity: 0;
    transform: rotate(900deg); }

  100% {
    opacity: 0;
    transform: rotate(900deg); } }

@-o-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -o-transform: rotate(180deg);
    -o-animation-timing-function: ease-out; }

  7% {
    opacity: 1;
    -o-transform: rotate(300deg);
    -o-animation-timing-function: linear;
    -o-origin: 0%; }

  30% {
    opacity: 1;
    -o-transform: rotate(410deg);
    -o-animation-timing-function: ease-in-out;
    -o-origin: 7%; }

  39% {
    opacity: 1;
    -o-transform: rotate(645deg);
    -o-animation-timing-function: linear;
    -o-origin: 30%; }

  70% {
    opacity: 1;
    -o-transform: rotate(770deg);
    -o-animation-timing-function: ease-out;
    -o-origin: 39%; }

  75% {
    opacity: 1;
    -o-transform: rotate(900deg);
    -o-animation-timing-function: ease-out;
    -o-origin: 70%; }

  76% {
    opacity: 0;
    -o-transform: rotate(900deg); }

  100% {
    opacity: 0;
    -o-transform: rotate(900deg); } }

@-ms-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -ms-transform: rotate(180deg);
    -ms-animation-timing-function: ease-out; }

  7% {
    opacity: 1;
    -ms-transform: rotate(300deg);
    -ms-animation-timing-function: linear;
    -ms-origin: 0%; }

  30% {
    opacity: 1;
    -ms-transform: rotate(410deg);
    -ms-animation-timing-function: ease-in-out;
    -ms-origin: 7%; }

  39% {
    opacity: 1;
    -ms-transform: rotate(645deg);
    -ms-animation-timing-function: linear;
    -ms-origin: 30%; }

  70% {
    opacity: 1;
    -ms-transform: rotate(770deg);
    -ms-animation-timing-function: ease-out;
    -ms-origin: 39%; }

  75% {
    opacity: 1;
    -ms-transform: rotate(900deg);
    -ms-animation-timing-function: ease-out;
    -ms-origin: 70%; }

  76% {
    opacity: 0;
    -ms-transform: rotate(900deg); }

  100% {
    opacity: 0;
    -ms-transform: rotate(900deg); } }

@-webkit-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -webkit-transform: rotate(180deg);
    -webkit-animation-timing-function: ease-out; }

  7% {
    opacity: 1;
    -webkit-transform: rotate(300deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin: 0%; }

  30% {
    opacity: 1;
    -webkit-transform: rotate(410deg);
    -webkit-animation-timing-function: ease-in-out;
    -webkit-origin: 7%; }

  39% {
    opacity: 1;
    -webkit-transform: rotate(645deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin: 30%; }

  70% {
    opacity: 1;
    -webkit-transform: rotate(770deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin: 39%; }

  75% {
    opacity: 1;
    -webkit-transform: rotate(900deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin: 70%; }

  76% {
    opacity: 0;
    -webkit-transform: rotate(900deg); }

  100% {
    opacity: 0;
    -webkit-transform: rotate(900deg); } }

@-moz-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -moz-transform: rotate(180deg);
    -moz-animation-timing-function: ease-out; }

  7% {
    opacity: 1;
    -moz-transform: rotate(300deg);
    -moz-animation-timing-function: linear;
    -moz-origin: 0%; }

  30% {
    opacity: 1;
    -moz-transform: rotate(410deg);
    -moz-animation-timing-function: ease-in-out;
    -moz-origin: 7%; }

  39% {
    opacity: 1;
    -moz-transform: rotate(645deg);
    -moz-animation-timing-function: linear;
    -moz-origin: 30%; }

  70% {
    opacity: 1;
    -moz-transform: rotate(770deg);
    -moz-animation-timing-function: ease-out;
    -moz-origin: 39%; }

  75% {
    opacity: 1;
    -moz-transform: rotate(900deg);
    -moz-animation-timing-function: ease-out;
    -moz-origin: 70%; }

  76% {
    opacity: 0;
    -moz-transform: rotate(900deg); }

  100% {
    opacity: 0;
    -moz-transform: rotate(900deg); } }

.blur-up {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  transition: filter 400ms, -webkit-filter 400ms; }

.blur-up.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0); }

@-webkit-keyframes slideText {
  from {
    opacity: 0;
    -moz-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%); }

  to {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-moz-keyframes slideText {
  from {
    opacity: 0;
    -moz-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%); }

  to {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-o-keyframes slideText {
  from {
    opacity: 0;
    -moz-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%); }

  to {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideText {
  from {
    opacity: 0;
    -moz-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%); }

  to {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

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

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

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

.slideTextAnimation {
  -webkit-animation-name: slideText;
  animation-name: slideText; }

/*================ Header ================*/
.sister_md {
  background: #222;
  color: #707272;
  padding: 3px 0;
  text-transform: none;
  font-size: 13px; }
  .sister_md p.col {
    vertical-align: middle;
    line-height: 1;
    display: inline-block;
    margin-bottom: 0; }
  .sister_md a.col {
    /*         display: block; */
    padding: 0;
    margin-top: -2px; }

@media (max-width: 767px) {
  #topbar .topbar_2 {
    display: none; } }
@media (max-width: 1024px) {
  .md-header {
    display: none; } }

@media (min-width: 1025px) {
  .sm-header {
    display: none; } }

#topbar_1 {
  background-color: #f6f0eb; }
  #topbar_1 p {
    color: #fff;
    padding: 8px 0 0; }
    @media (max-width: 767px) {
      #topbar_1 p {
        color: #000; } }
  @media (max-width: 767px) {
    #topbar_1 {
      /*     background-color: #fff; */
      position: relative;
      background: #fff;
      background: rgba(255, 255, 255, 0.9);
      -webkit-box-shadow: 0px 0px 5px 1px #999;
      -moz-box-shadow: 0px 0px 5px 1px #999;
      -o-box-shadow: 0px 0px 5px 1px #999;
      -ms-box-shadow: 0px 0px 5px 1px #999;
      box-shadow: 0px 0px 5px 1px #999; } }

.Smobile-topbar {
  display: none;
  text-transform: none;
  transition: all 0s linear;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 12px; }
  @media (max-width: 1024px) {
    .Smobile-topbar {
      display: block; } }

#topbar {
  background-color: #f6f0eb; }
  #topbar .topbar_2 .inline-block {
    padding: 0 8px; }
    #topbar .topbar_2 .inline-block.cart_block {
      height: 35px;
      padding-right: 0;
      text-transform: none;
      vertical-align: top; }
      #topbar .topbar_2 .inline-block.cart_block .cart {
        margin-right: -15px;
        background-color: #d61a5e;
        min-width: 55px;
        text-align: center;
        color: #fff;
        height: 35px; }
      #topbar .topbar_2 .inline-block.cart_block .cart_content {
        display: none;
        top: 35px;
        right: 0;
        position: absolute;
        z-index: 2000;
        background-color: #ffffff;
        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "sans-serif";
        font-weight: normal;
        font-size: 13px;
        text-transform: none;
        color: #333333;
        border: 1px solid #cccccc;
        border-top: 0;
        border-right: 0;
        width: 420px; }
        #topbar .topbar_2 .inline-block.cart_block .cart_content .hidden {
          display: none; }
        #topbar .topbar_2 .inline-block.cart_block .cart_content .remove a {
          color: #ff0000; }
        #topbar .topbar_2 .inline-block.cart_block .cart_content .js-empty-cart__message {
          padding: 40px 0 25px 0;
          text-align: center;
          text-transform: none;
          font-size: 18px; }
        #topbar .topbar_2 .inline-block.cart_block .cart_content .js-cart_content__form {
          margin: 0;
          padding: 0; }
          #topbar .topbar_2 .inline-block.cart_block .cart_content .js-cart_content__form .cart_items {
            margin: 0;
            padding: 15px 20px; }
            #topbar .topbar_2 .inline-block.cart_block .cart_content .js-cart_content__form .cart_items li.cart_item {
              padding: 0 0 10px 0;
              text-align: left;
              border-bottom: 1px solid #cccccc; }
              #topbar .topbar_2 .inline-block.cart_block .cart_content .js-cart_content__form .cart_items li.cart_item:last-child {
                border-bottom: none; }
              #topbar .topbar_2 .inline-block.cart_block .cart_content .js-cart_content__form .cart_items li.cart_item .cart_image {
                display: inline-block;
                max-width: 100px; }
              #topbar .topbar_2 .inline-block.cart_block .cart_content .js-cart_content__form .cart_items li.cart_item .cart-price {
                display: inline-block;
                vertical-align: top;
                padding-top: 13px;
                float: right; }
              #topbar .topbar_2 .inline-block.cart_block .cart_content .js-cart_content__form .cart_items li.cart_item .product-content {
                margin: 3px 10px;
                display: inline-block;
                text-align: left;
                vertical-align: top;
                padding-top: 10px; }
                #topbar .topbar_2 .inline-block.cart_block .cart_content .js-cart_content__form .cart_items li.cart_item .product-content .item_title {
                  margin-bottom: 20px; }
                #topbar .topbar_2 .inline-block.cart_block .cart_content .js-cart_content__form .cart_items li.cart_item .product-content .product-quantity-box {
                  width: 130px; }
            #topbar .topbar_2 .inline-block.cart_block .cart_content .js-cart_content__form .cart_items .action_button {
              background: #000000;
              color: #ffffff;
              border: 1px solid #000000;
              padding: 0 20px;
              text-align: center;
              cursor: pointer;
              min-height: 42px;
              height: 40px;
              line-height: 1.2;
              vertical-align: top;
              font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "sans-serif";
              font-weight: normal;
              font-size: 13px;
              text-transform: uppercase;
              letter-spacing: 1px; }
              #topbar .topbar_2 .inline-block.cart_block .cart_content .js-cart_content__form .cart_items .action_button:hover {
                background: #989898;
                border: 1px solid #989898; }
          #topbar .topbar_2 .inline-block.cart_block .cart_content .js-cart_content__form .cart-subtotal {
            display: block;
            margin-bottom: 12px;
            font-weight: bold; }
            #topbar .topbar_2 .inline-block.cart_block .cart_content .js-cart_content__form .cart-subtotal .cart-subtotal-title {
              display: inline-block;
              float: left; }
            #topbar .topbar_2 .inline-block.cart_block .cart_content .js-cart_content__form .cart-subtotal .cart-subtotal-price {
              display: inline-block; }
        #topbar .topbar_2 .inline-block.cart_block .cart_content .item_title {
          text-align: left; }
      #topbar .topbar_2 .inline-block.cart_block .active_link {
        display: block; }
    #topbar .topbar_2 .inline-block .currencies {
      margin-bottom: 0px;
      color: #707272;
      font-size: 14px;
      letter-spacing: 1px; }
      #topbar .topbar_2 .inline-block .currencies option {
        color: black; }
  #topbar .topbar_2 a {
    padding: 6px 0;
    display: inline-block;
    font-size: 12px; }
    #topbar .topbar_2 a i {
      font-size: 13px; }
  #topbar .topbar_2 .sister_site span {
    margin-bottom: 0;
    text-transform: none;
    color: #707272;
    font-size: 13px;
    margin: 10px 0; }
    #topbar .topbar_2 .sister_site span p.col {
      vertical-align: middle;
      line-height: 1;
      display: inline-block;
      margin-bottom: 0px; }
    #topbar .topbar_2 .sister_site span a.col {
      /*         display: block; */
      padding: 0;
      margin-top: -2px; }
  #topbar .topbar_2 .left .inline-block {
    padding: 0; }
    #topbar .topbar_2 .left .inline-block a {
      padding: 0 8px;
      margin: 6px 0;
      border-right: 1px solid #d2d4d4; }
      @media (min-width: 768px) and (max-width: 1024px) {
        #topbar .topbar_2 .left .inline-block a {
          padding: 0 6px; } }
    #topbar .topbar_2 .left .inline-block:last-of-type a {
      border-right: none; }
  #topbar a {
    color: #838080;
    transition: .5s all; }
    #topbar a:hover {
      color: #e34d86; }

header.main_header {
  position: relative;
  background: white;
  background: rgba(255, 255, 255, 0.9);
  /* -webkit-box-shadow: 0px 0px 5px 1px #999;
   -moz-box-shadow: 0px 0px 5px 1px #999;
   -o-box-shadow: 0px 0px 5px 1px #999;
   -ms-box-shadow: 0px 0px 5px 1px #999;
   box-shadow: 0px 0px 5px 1px #999; */ }
  @media (max-width: 767px) {
    header.main_header {
      background: #f6f0eb; } }
  header.main_header .search_hover_down {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 10;
    padding: 30px 0 50px;
    background-color: #fff; }
    header.main_header .search_hover_down form {
      max-width: 500px;
      margin: 0 auto; }
  header.main_header .nav-1, header.main_header .nav-2 {
    width: 42%;
    text-align: center; }
    header.main_header .nav-1 .search_form input, header.main_header .nav-2 .search_form input {
      margin-bottom: 0; }
  header.main_header .nav-2 > .block_1 {
    width: 95%; }
  header.main_header .nav-2 > .block_2 {
    width: 4%; }
  header.main_header .logo_block {
    width: 16%; }
  header.main_header .fix_show {
    display: none; }
  header.main_header.fixed {
    position: fixed;
    top: -100%;
    left: 0;
    z-index: 1000;
    width: 100%;
    margin: 0;
    -webkit-transition: all 900ms ease-in-out;
    -mos-transition: all 900ms ease-in-out;
    -ms-transition: all 900ms ease-in-out;
    -o-transition: all 900ms ease-in-out;
    transition: all 900ms ease-in-out; }
    header.main_header.fixed .fix_show {
      display: block;
      width: 170px; }
      header.main_header.fixed .fix_show .side_cart {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        background: #D61A5E;
        width: 70px;
        color: #fff;
        text-align: center; }
        @media (max-width: 1060px) {
          header.main_header.fixed .fix_show .side_cart {
            width: 50px; } }
        header.main_header.fixed .fix_show .side_cart .content {
          position: absolute;
          top: 50%;
          left: 0;
          right: 0;
          -moz-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
    header.main_header.fixed .fix_hide {
      display: none; }
    header.main_header.fixed.active {
      top: 0; }
  header.main_header a {
    transition: .3s all; }
  header.main_header .site_logo a {
    display: block; }
    header.main_header .site_logo a img {
      width: 100%;
      height: auto; }
  header.main_header .site_logo h6 {
    text-transform: none; }
  header.main_header .main_menu {
    padding-left: 15px; }
    header.main_header .main_menu .main_nav {
      width: 100%; }
      @media (max-width: 1024px) {
        header.main_header .main_menu .main_nav {
          display: none; } }
      header.main_header .main_menu .main_nav.hide_menu {
        visibility: hidden;
        position: absolute;
        z-index: -10; }
    header.main_header .main_menu .ul {
      width: 100%; }
      header.main_header .main_menu .ul.btn_style .li > a {
        background: black;
        border: 1px solid black; }
        header.main_header .main_menu .ul.btn_style .li > a:hover {
          background: #e34d86;
          border: 1px solid #e34d86; }
      header.main_header .main_menu .ul .li {
        display: inline-block; }
        header.main_header .main_menu .ul .li:last-of-type > a {
          margin-right: 0px; }
        header.main_header .main_menu .ul .li > a {
          margin-right: 4px;
          padding: 8px 15px;
          text-transform: none;
          color: #de0e0e; }
          header.main_header .main_menu .ul .li > a:hover {
            color: #0b0909; }
        header.main_header .main_menu .ul .li a {
          line-height: 1;
          display: block;
          font-size: 17px; }
          header.main_header .main_menu .ul .li a span {
            line-height: 1; }
          header.main_header .main_menu .ul .li a .fa-angle-down {
            margin-left: 6px; }
        header.main_header .main_menu .ul .li .child_menu {
          position: absolute;
          display: none;
          top: 100%;
          width: auto;
          z-index: 100;
          text-align: left; }
          header.main_header .main_menu .ul .li .child_menu .relative {
            background: #eee;
            border: 1px solid #ddd; }
          header.main_header .main_menu .ul .li .child_menu.mega {
            left: 0;
            right: 0; }
            header.main_header .main_menu .ul .li .child_menu.mega .child_ul {
              display: block; }
              header.main_header .main_menu .ul .li .child_menu.mega .child_ul .child_li {
                width: 20%;
                float: left;
                text-align: left;
                padding: 0 10px; }
                header.main_header .main_menu .ul .li .child_menu.mega .child_ul .child_li > a {
                  background: none !important;
                  display: block;
                  border-bottom: 1px solid;
                  padding: 8px 0;
                  text-transform: capitalize; }
                header.main_header .main_menu .ul .li .child_menu.mega .child_ul .child_li .link_data {
                  display: block;
                  position: static; }
              header.main_header .main_menu .ul .li .child_menu.mega .child_ul .third_menu {
                width: 100%;
                background: none;
                padding: 10px 0; }
                header.main_header .main_menu .ul .li .child_menu.mega .child_ul .third_menu a {
                  border-bottom: none; }
          header.main_header .main_menu .ul .li .child_menu.no_mega .child_li {
            position: relative; }
            header.main_header .main_menu .ul .li .child_menu.no_mega .child_li a {
              font-size: 14px; }
          header.main_header .main_menu .ul .li .child_menu .child_ul {
            display: inline-block;
            padding: 20px; }
            header.main_header .main_menu .ul .li .child_menu .child_ul .child_li {
              width: 180px; }
              header.main_header .main_menu .ul .li .child_menu .child_ul .child_li.active a {
                background: #fff; }
              header.main_header .main_menu .ul .li .child_menu .child_ul .child_li > a {
                padding: 8px 15px;
                transition: 0s all; }
                header.main_header .main_menu .ul .li .child_menu .child_ul .child_li > a.active {
                  background: #fff; }
                header.main_header .main_menu .ul .li .child_menu .child_ul .child_li > a:hover {
                  background: #fff; }
              header.main_header .main_menu .ul .li .child_menu .child_ul .child_li .fa-angle-right {
                margin-left: 6px; }
            header.main_header .main_menu .ul .li .child_menu .child_ul .link_data {
              position: absolute;
              z-index: 10;
              left: 100%;
              top: 0px;
              min-width: 180px; }
              header.main_header .main_menu .ul .li .child_menu .child_ul .link_data .img {
                height: 100%;
                float: right;
                width: 50%; }
                header.main_header .main_menu .ul .li .child_menu .child_ul .link_data .img .bg {
                  height: 100%; }
            header.main_header .main_menu .ul .li .child_menu .child_ul .third_menu {
              float: left;
              width: 100%;
              height: 100%;
              background: #fff;
              padding: 10px 20px; }
              header.main_header .main_menu .ul .li .child_menu .child_ul .third_menu li:last-of-type a {
                border-bottom: none; }
              header.main_header .main_menu .ul .li .child_menu .child_ul .third_menu li a {
                padding: 8px 0;
                border-bottom: 1px dotted #ddd; }
  header.main_header .mobile_search {
    position: absolute;
    left: 0;
    right: 0;
    top: -5px;
    bottom: -5px; }
    @media (min-width: 768px) {
      header.main_header .mobile_search {
        display: none !important; } }
    header.main_header .mobile_search .close {
      position: absolute;
      right: 0;
      width: 20px;
      text-align: center;
      top: 50%;
      color: #fff;
      right: 15px;
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      font-size: 20px;
      cursor: pointer; }
    header.main_header .mobile_search .search_form {
      height: 100%; }
    header.main_header .mobile_search .search {
      max-width: 100%;
      height: 100%; }
      header.main_header .mobile_search .search input {
        height: 100%;
        width: 100%;
        max-width: 100%;
        background: #000;
        color: #eee; }
      header.main_header .mobile_search .search button {
        display: none; }
  header.main_header .right_section .header_currency {
    padding: 0 10px; }
    header.main_header .right_section .header_currency label, header.main_header .right_section .header_currency select {
      margin: 0; }
  header.main_header .right_section .search_form {
    padding-left: 15px;
    padding-right: 15px; }
    header.main_header .right_section .search_form input {
      margin-bottom: 0;
      background: #eee; }
    header.main_header .right_section .search_form .search {
      width: 100%;
      max-width: 100%; }
      header.main_header .right_section .search_form .search:hover .submit {
        color: #000; }
      header.main_header .right_section .search_form .search ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: black; }
      header.main_header .right_section .search_form .search ::-moz-placeholder {
        /* Firefox 19+ */
        color: #000; }
      header.main_header .right_section .search_form .search :-ms-input-placeholder {
        /* IE 10+ */
        color: #000; }
      header.main_header .right_section .search_form .search :-moz-placeholder {
        /* Firefox 18- */
        color: #000; }
      header.main_header .right_section .search_form .search input {
        border: none;
        padding-left: 45px;
        font-size: 16px;
        max-width: 100%; }
      header.main_header .right_section .search_form .search .submit {
        top: 0;
        left: 0;
        height: 100%;
        right: initial;
        transition: .5s all;
        padding: 0;
        width: 40px;
        font-size: 18px; }
        header.main_header .right_section .search_form .search .submit:hover {
          color: #000; }
  header.main_header .right_section .no_right_padding .search_form {
    padding-right: 0; }
  header.main_header .right_section .icons {
    width: 90px; }
    header.main_header .right_section .icons ul {
      margin-left: auto; }
      header.main_header .right_section .icons ul li {
        display: inline-block;
        vertical-align: top;
        width: 33.333%;
        margin-left: -4px;
        text-align: right; }
        header.main_header .right_section .icons ul li a {
          font-size: 18px;
          display: block;
          padding-left: 2px;
          transition: .5s all; }

.cart {
  position: relative; }
  .cart .count {
    line-height: 1;
    margin-left: 4px; }
    @media (max-width: 1024px) {
      .cart .count {
        position: absolute;
        background: #d61a5e;
        color: #fff;
        padding: 0;
        line-height: 1;
        margin-left: 0px;
        font-size: 10px;
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        top: 0px;
        right: -20px;
        min-width: 16px;
        text-align: center;
        height: 16px;
        line-height: 17px;
        border-radius: 5px; } }

#initial_mobile_menu {
  display: none; }

.mobile_nav {
  width: 100%; }
  @media (max-width: 767px) {
    .mobile_nav {
      padding: 10px 0; } }
  .mobile_nav .xs-hide .search_form form {
    margin-left: auto;
    max-width: 220px; }
    .mobile_nav .xs-hide .search_form form input {
      margin: 0; }
  .mobile_nav .mobile_menu_btn {
    display: inline-block; }
    .mobile_nav .mobile_menu_btn a {
      line-height: 30px;
      font-size: 26px; }
    @media (max-width: 767px) {
      .mobile_nav .mobile_menu_btn .c-hamburger {
        display: none; } }
    .mobile_nav .mobile_menu_btn .ham-mobile {
      display: none; }
      @media (max-width: 767px) {
        .mobile_nav .mobile_menu_btn .ham-mobile {
          display: block; } }
  .mobile_nav .mobile_search_icon {
    text-align: right;
    font-size: 20px; }
    .mobile_nav .mobile_search_icon a {
      display: inline-block;
      vertical-align: top;
      padding-left: 10px;
      font-size: 18px; }
      @media (max-width: 767px) {
        .mobile_nav .mobile_search_icon a {
          color: #707272; } }

/*================ Search form ================*/
.search_form form {
  position: relative;
  display: block;
  max-width: 330px; }
  .search_form form input {
    padding-right: 25px; }
  .search_form form button {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 1;
    color: #000;
    padding: 5px;
    background: transparent; }

/*================ Social links ================*/
@media (max-width: 767px) {
  #social_links {
    text-align: center; } }
#social_links a {
  transition: .3s all; }
#social_links ul {
  margin-left: -5px;
  margin-right: -5px; }
  #social_links ul li {
    padding: 0 5px; }
    @media (max-width: 767px) {
      #social_links ul li {
        display: inline-block; } }
    #social_links ul li a {
      display: block;
      font-size: 20px; }

.social_links a {
  transition: .5s all; }
  .social_links a:hover.twitter {
    color: #09AEEC !important; }
  .social_links a:hover.facebook {
    color: #49659D !important; }
  .social_links a:hover.instagram {
    color: #FC8516 !important; }
  .social_links a:hover.youtube {
    color: #CC3A2B !important; }
  .social_links a:hover.pinterest {
    color: #CB1F2A !important; }
  .social_links a:hover.google {
    color: #CC3A2B !important; }

/*================ Footer ================*/
#shopify-section-footer {
  background: white;
  background: rgba(255, 255, 255, 0.7); }
  #shopify-section-footer footer.main_footer {
    padding: 20px 0; }
    @media (max-width: 767px) {
      #shopify-section-footer footer.main_footer .footer_logo {
        max-width: 200px;
        margin: 0 auto; } }
    #shopify-section-footer footer.main_footer .social_links {
      margin-top: 10px; }
      #shopify-section-footer footer.main_footer .social_links li {
        display: inline-block;
        vertical-align: top; }
        #shopify-section-footer footer.main_footer .social_links li a {
          font-size: 20px; }
    #shopify-section-footer footer.main_footer p {
      color: #707272; }
    #shopify-section-footer footer.main_footer a {
      color: #707272;
      transition: .5s all; }
      #shopify-section-footer footer.main_footer a:hover {
        color: #d61a5e; }
    @media (max-width: 767px) {
      #shopify-section-footer footer.main_footer .menus {
        margin-bottom: 30px;
        margin-top: 30px; } }
    #shopify-section-footer footer.main_footer .menus .title {
      margin-bottom: 0;
      font-size: 16px;
      color: #707272; }
      #shopify-section-footer footer.main_footer .menus .title.active:after {
        content: "\f106"; }
      @media (max-width: 767px) {
        #shopify-section-footer footer.main_footer .menus .title {
          margin-bottom: 0;
          font-size: 16px;
          color: #707272;
          position: relative;
          padding: 10px 0;
          border-top: 1px solid #707272;
          cursor: pointer; }
          #shopify-section-footer footer.main_footer .menus .title:after {
            float: right;
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\f107";
            padding-right: 10px; } }
    @media (max-width: 767px) {
      #shopify-section-footer footer.main_footer .menus .col-sm-4:last-of-type .title {
        border-bottom: 1px solid #707272; } }
    #shopify-section-footer footer.main_footer .menus .nav {
      padding: 12px 0; }
      @media (min-width: 768px) {
        #shopify-section-footer footer.main_footer .menus .nav {
          display: block !important; } }
      @media (max-width: 767px) {
        #shopify-section-footer footer.main_footer .menus .nav {
          display: none; } }
      #shopify-section-footer footer.main_footer .menus .nav a {
        font-size: 13px;
        transition: .5s all;
        padding: 2px 0;
        display: block; }
    #shopify-section-footer footer.main_footer .extra_content .img {
      max-width: 100px;
      margin: 0 auto; }
    #shopify-section-footer footer.main_footer .disclaimer {
      margin: 15px 0;
      padding: 15px 0;
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff; }
      #shopify-section-footer footer.main_footer .disclaimer p {
        margin: 0;
        line-height: 1.5; }
    #shopify-section-footer footer.main_footer .copyright {
      padding-bottom: 20px; }
      #shopify-section-footer footer.main_footer .copyright .text p {
        font-size: 12px;
        margin-bottom: 0; }
        #shopify-section-footer footer.main_footer .copyright .text p a {
          transition: .5s all; }
    #shopify-section-footer footer.main_footer .payment_methods {
      text-align: right;
      margin-top: -10px;
      padding-bottom: 20px; }
      #shopify-section-footer footer.main_footer .payment_methods img {
        max-width: 40px;
        display: inline-block;
        padding: 0 5px;
        vertical-align: top; }
        @media (max-width: 767px) {
          #shopify-section-footer footer.main_footer .payment_methods img {
            margin-right: -5px; } }
        #shopify-section-footer footer.main_footer .payment_methods img:first-of-type {
          padding-left: 0; }
        #shopify-section-footer footer.main_footer .payment_methods img:last-of-type {
          padding-right: 0; }

/*================ Quick view ================*/
#quick_view ul.smallUl li {
  width: 25%;
  display: inline-block;
  padding: 10px;
  margin-right: -4px; }
#quick_view .loader {
  text-align: center;
  padding-top: 35px; }
#quick_view .product_description {
  display: none; }
@media (min-width: 1025px) {
  #quick_view {
    width: 850px;
    overflow: hidden; } }
@media (max-width: 1024px) and (min-width: 768px) {
  #quick_view {
    width: 600px;
    overflow: hidden; } }
@media (max-width: 767px) and (min-width: 320px) {
  #quick_view {
    max-width: 500px;
    min-width: 300px;
    overflow: hidden; } }
#quick_view #product_card .product_details .product_form .dev_add_to_cart {
  max-width: 200px; }

#quick_add_result {
  display: none;
  text-align: center; }
  @media (min-width: 552px) {
    #quick_add_result {
      min-width: 500px; } }
  #quick_add_result .buttons a {
    display: inline-block;
    margin-bottom: 10px; }
    @media (max-width: 551px) {
      #quick_add_result .buttons a.continue {
        display: none; } }

#quick_error, #fancy_msg {
  max-width: 400px;
  min-width: 300px;
  text-align: center;
  display: none; }
  #quick_error h6, #fancy_msg h6 {
    padding-top: 22px; }

/*================ Social share ================*/
.share_icons {
  margin-top: 15px; }
  .share_icons .share {
    margin-right: 6px;
    margin-bottom: 6px;
    display: inline-block;
    text-align: center;
    font-size: 1.2em; }
    .share_icons .share a {
      color: #fff;
      padding: 12px 12px 10px 12px;
      border: solid 1px #e2e2e2;
      display: inline-block;
      -webkit-transition: all 500ms ease 0s;
      -moz-transition: all 500ms ease 0s;
      -ms-transition: all 500ms ease 0s;
      -o-transition: all 500ms ease 0s;
      transition: all 500ms ease 0s;
      width: 46px;
      text-align: center; }
      .share_icons .share a i {
        font-size: 20px; }
    .share_icons .share .facebook {
      color: #49659D; }
      .share_icons .share .facebook:hover {
        color: #fff;
        background: #49659D; }
    .share_icons .share .twitter {
      color: #09AEEC; }
      .share_icons .share .twitter:hover {
        color: #fff;
        background: #09AEEC; }
    .share_icons .share .pinterest {
      color: #CB1F2A; }
      .share_icons .share .pinterest:hover {
        color: #fff;
        background: #CB1F2A; }
    .share_icons .share .google {
      color: #CC3A2B; }
      .share_icons .share .google:hover {
        color: #fff;
        background: #CC3A2B; }
    .share_icons .share .mail {
      color: #333; }
      .share_icons .share .mail:hover {
        color: #fff;
        background: #333; }

/*================ Order page ================*/
#order_page .order_table {
  padding-bottom: 25px; }
#order_page .summary {
  padding-top: 25px; }

/*================ Contact page ================*/
#contact_page header.header {
  margin-bottom: 15px; }
#contact_page .content {
  padding-bottom: 25px; }

/*================ Contact page ================*/
#account_page {
  min-height: 250px; }

/*================ Mail chimp ================*/
#mail_chimp_result {
  max-width: 500px;
  display: none; }

/*================ Side cart ================*/
#side_cart {
  position: fixed;
  width: 400px;
  -webkit-transition: 0.35s cubic-bezier(0.46, 0.01, 0.32, 1);
  -moz-transition: 0.35s cubic-bezier(0.46, 0.01, 0.32, 1);
  -o-transition: 0.35s cubic-bezier(0.46, 0.01, 0.32, 1);
  -ms-transition: 0.35s cubic-bezier(0.46, 0.01, 0.32, 1);
  transition: 0.35s cubic-bezier(0.46, 0.01, 0.32, 1);
  text-align: left;
  background: #fff;
  border: 1px solid #ddd;
  top: 0;
  right: -400px;
  bottom: 0;
  z-index: 402; }
  #side_cart span {
    font-size: 15px; }
  #side_cart .row {
    margin-left: -10px;
    margin-right: 0; }
  #side_cart a {
    font-weight: normal;
    color: #000000;
    padding-left: 0px; }
  #side_cart div[class^="col"] {
    padding-left: 10px;
    padding-right: 0; }
  #side_cart .remove {
    margin-bottom: 0; }
    #side_cart .remove a {
      font-weight: normal;
      color: #ccc;
      font-size: 13px; }
  #side_cart .items {
    padding-bottom: 15px; }
  #side_cart.active {
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  @media (max-width: 551px) {
    #side_cart {
      width: 300px;
      right: -300px; } }
  #side_cart .cart_min > h3 {
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0;
    padding: 0 15px; }
    #side_cart .cart_min > h3 a {
      display: inline-block;
      vertical-align: middle;
      padding-left: 0px;
      color: #999; }
    #side_cart .cart_min > h3 .close {
      float: right;
      margin: 0;
      width: 30px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      cursor: pointer; }
  #side_cart .cart_min .cart_data {
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    top: 40px;
    overflow-y: auto;
    background: #fff;
    padding: 15px 30px;
    height: calc(100% - 70px - 175px); }
    @media (max-width: 767px) {
      #side_cart .cart_min .cart_data {
        padding: 15px; } }
    #side_cart .cart_min .cart_data .cart_item.image img {
      border: 1px solid #ddd; }
    #side_cart .cart_min .cart_data .cart_item.name a, #side_cart .cart_min .cart_data .cart_item.name p {
      font-size: 15px; }
      @media (max-width: 767px) {
        #side_cart .cart_min .cart_data .cart_item.name a, #side_cart .cart_min .cart_data .cart_item.name p {
          font-size: 14px; } }
  #side_cart .cart_min .footer {
    height: 200px;
    position: absolute;
    background: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 15px; }
    #side_cart .cart_min .footer .data {
      padding: 15px 0; }
    @media (max-width: 767px) {
      #side_cart .cart_min .footer {
        height: 220px; }
        #side_cart .cart_min .footer .btn {
          width: 100%;
          margin-bottom: 10px; } }

.black_bg {
  display: none;
  background: rgba(0, 0, 0, 0.48);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 401;
  max-height: 100vh;
  height: 100%;
  cursor: pointer; }

.overflow_hidden {
  overflow: hidden; }

/*================ Welcome newsletter ================*/
#welcome_popup {
  max-width: 750px;
  display: none; }
  #welcome_popup .main_chimp.form_vertical {
    margin-bottom: 20px; }
  @media (min-width: 768px) {
    #welcome_popup .col_1 {
      width: 40%;
      float: left; } }
  #welcome_popup .col_2 {
    float: left;
    padding: 30px; }
    @media (min-width: 768px) {
      #welcome_popup .col_2 {
        width: 60%;
        padding: 60px 30px 0 30px; } }

/*================ Password ================*/
body.template-password {
  background: #333;
  height: 100vh;
  z-index: 1;
  overflow-y: scroll;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(86, 85, 85, 0.83)), url(//cdn.shopify.com/s/files/1/0917/3344/t/91/assets/password_bg_image.jpg?v=17083359246123886593);
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 351px) {
    body.template-password {
      height: 125vh; } }

#password_page {
  padding: 5% 0; }
  #password_page .no_margin {
    margin-bottom: 0; }
  #password_page .form_vertical input {
    display: inline-block;
    max-width: 300px; }
  #password_page .form_vertical .errors {
    display: inline-block; }
    #password_page .form_vertical .errors ul li {
      color: red; }
  #password_page p, #password_page li {
    color: white;
    font-size: 16px;
    font-weight: bold; }
  #password_page h1, #password_page h2 {
    color: white; }
  #password_page .logo img {
    max-width: 250px; }
  #password_page a {
    font-size: 16px;
    font-weight: bold;
    color: #747474;
    transition: .5s all; }
    #password_page a:hover {
      color: #3eb366; }
  #password_page .form_vertical {
    padding: 25px 0; }
  #password_page .password_login {
    padding: 25px 0; }

#LoginPassword {
  display: none; }
  @media (min-width: 552px) {
    #LoginPassword {
      min-width: 530px; } }

/*================ Collection filter and swatches ================*/
.advance_filter .clear_all {
  margin-bottom: 5px;
  text-align: right; }
  .advance_filter .clear_all a {
    transition: .5s all; }
.advance_filter .filter_title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 7px;
  margin-bottom: 7px; }
  .advance_filter .filter_title .close {
    float: right;
    color: #f17979;
    transition: .5s all;
    cursor: pointer;
    width: 25px;
    height: 25px;
    text-align: center; }
    .advance_filter .filter_title .close:hover {
      color: #000; }
.advance_filter .toggle {
  font-size: 16px; }
.advance_filter .advanced-filters {
  margin-bottom: 20px; }
  .advance_filter .advanced-filters.normal_filter li a {
    display: block;
    padding-bottom: 5px;
    background: url(//cdn.shopify.com/s/files/1/0917/3344/t/91/assets/uncheck_tick.png?v=12384570504514550662) no-repeat;
    background-position: 0px 5px;
    background-size: 10px;
    padding-left: 15px;
    text-transform: capitalize; }
  .advance_filter .advanced-filters.normal_filter li.active-filter a {
    background: url(//cdn.shopify.com/s/files/1/0917/3344/t/91/assets/check_tick.png?v=3222922061049937190) no-repeat;
    background-position: 0px 5px;
    background-size: 10px;
    padding-left: 15px; }
  .advance_filter .advanced-filters.normal_filter li.active-filter a {
    font-weight: bold; }
  .advance_filter .advanced-filters a {
    transition: .3s all; }
  .advance_filter .advanced-filters.size_filter {
    padding: 0;
    list-style: none; }
    .advance_filter .advanced-filters.size_filter li {
      display: inline-block;
      vertical-align: top;
      margin-right: 12px;
      margin-top: 8px;
      opacity: 1;
      transition: .5s all;
      padding: 0; }
      .advance_filter .advanced-filters.size_filter li:hover {
        opacity: 1; }
      .advance_filter .advanced-filters.size_filter li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        box-sizing: border-box;
        text-align: center;
        display: inline-block;
        transition: .5s all;
        text-transform: uppercase;
        box-shadow: 4px 4px 4px #ddd; }
        .advance_filter .advanced-filters.size_filter li a:hover {
          transition: box-shadow .3s;
          box-shadow: 0 0 0 1px #999;
          opacity: 1; }
      .advance_filter .advanced-filters.size_filter li.active-filter {
        opacity: 1; }
        .advance_filter .advanced-filters.size_filter li.active-filter a {
          transition: box-shadow .3s;
          box-shadow: 0 0 0 2px #000; }
  .advance_filter .advanced-filters.color_filter {
    padding: 0;
    list-style: none; }
    .advance_filter .advanced-filters.color_filter li {
      display: inline-block;
      vertical-align: top;
      margin-right: 12px;
      margin-top: 8px;
      opacity: 1;
      transition: .5s all;
      padding: 0; }
      .advance_filter .advanced-filters.color_filter li:hover {
        opacity: 1; }
      .advance_filter .advanced-filters.color_filter li.item_multi {
        background: url(//cdn.shopify.com/s/files/1/0917/3344/t/91/assets/multi.png?v=14278867736642554877);
        background-position: center;
        background-size: cover; }
      .advance_filter .advanced-filters.color_filter li a {
        width: 40px;
        height: 40px;
        box-sizing: border-box;
        text-align: left;
        text-indent: -9999px;
        display: inline-block;
        transition: .5s all;
        box-shadow: 4px 4px 4px #ddd; }
        .advance_filter .advanced-filters.color_filter li a:hover {
          transition: box-shadow .3s;
          box-shadow: 0 0 0 1px #999;
          opacity: 1; }
      .advance_filter .advanced-filters.color_filter li.active-filter {
        opacity: 1; }
        .advance_filter .advanced-filters.color_filter li.active-filter a {
          transition: box-shadow .3s;
          box-shadow: 0 0 0 2px #000; }

.swatches .swatch_title {
  margin-bottom: 5px; }
.swatches .soldout_img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%; }
.swatches .swatch-element {
  /*sizes*/
  position: relative;
  display: inline-block;
  vertical-align: top;
  /* min-width:45px; */
  border: 1px solid #ddd;
  margin-bottom: 8px;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  width: 47px;
  height: 47px;
  line-height: 47px;
  font-size: 13px;
  font-weight: bold; }
  .swatches .swatch-element.color {
    border: none;
    box-shadow: none;
    height: auto;
    line-height: 1; }
    .swatches .swatch-element.color.active {
      border: none;
      box-shadow: none; }
      .swatches .swatch-element.color.active .color_wrapper {
        border: 1px solid #000; }
  .swatches .swatch-element:after {
    content: "IN STOCK";
    display: block;
    font-size: 8px;
    text-align: center;
    padding-right: 0;
    line-height: 1;
    padding-top: 2px;
    font-weight: normal; }
  .swatches .swatch-element.active {
    border: 1px solid #000; }
  .swatches .swatch-element .swatch_price {
    line-height: 1;
    display: block;
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: normal; }
  .swatches .swatch-element .color_wrapper {
    padding: 2px 2px;
    border: 1px solid #ddd;
    width: 45px;
    height: 45px; }
    .swatches .swatch-element .color_wrapper label {
      display: block;
      line-height: 1;
      cursor: pointer;
      /*  width: 40px; height: 40px; */
      width: 100%;
      height: 100%;
      margin-bottom: 0;
      background-size: cover; }
  .swatches .swatch-element.soldout {
    cursor: not-allowed;
    color: #999; }
    .swatches .swatch-element.soldout .soldout_img {
      display: block; }
    .swatches .swatch-element.soldout:after {
      content: "";
      display: none; }

.fixed_filter {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -400px;
  overflow-y: auto;
  background: #fff;
  border-right: 1px solid #ddd;
  width: 400px;
  z-index: 1002 !important;
  -webkit-transition: 0.35s cubic-bezier(0.46, 0.01, 0.32, 1);
  -moz-transition: 0.35s cubic-bezier(0.46, 0.01, 0.32, 1);
  -o-transition: 0.35s cubic-bezier(0.46, 0.01, 0.32, 1);
  -ms-transition: 0.35s cubic-bezier(0.46, 0.01, 0.32, 1);
  transition: 0.35s cubic-bezier(0.46, 0.01, 0.32, 1); }
  .fixed_filter.active {
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  .fixed_filter .content {
    padding: 30px; }
  @media (max-width: 551px) {
    .fixed_filter {
      width: 300px;
      left: -300px; } }

/*================ Currencies ================*/
.simply_currency {
  position: relative; }
  .simply_currency .current {
    margin: 0;
    line-height: 1;
    padding: 8px 12px;
    display: block;
    cursor: pointer; }
    .simply_currency .current .pull-right {
      margin-left: 6px; }
  .simply_currency ul.list {
    top: 100%;
    left: 0;
    display: none;
    width: 100%;
    position: absolute;
    padding: 10px 0;
    background: #fff;
    z-index: 10;
    /*  border:0px solid #ddd;*/
    min-width: 70px;
    text-align: left; }
    .simply_currency ul.list li {
      padding: 0 8px 8px;
      cursor: pointer; }

.product-wrap {
  text-align: center;
  position: relative; }
  .product-wrap:hover .product-details {
    opacity: 1;
    transform: none; }
  .product-wrap:hover .quick_view {
    opacity: 1;
    transform: none; }
  .product-wrap:hover .collection-details {
    opacity: 1;
    transform: none; }
  .product-wrap:hover .view_all {
    opacity: 1;
    transform: none; }
  .product-wrap:hover .thumbnail-overlay {
    opacity: 1; }

.product-info_caption {
  display: none; }
  @media (max-width: 1024px) {
    .product-info_caption {
      display: block;
      margin-top: 10px; }
      .product-info_caption .product_price {
        /*color: #989a9a;*/
        color: #cb1054;
        margin-top: 10px; } }

.thumbnail-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.3s ease-in;
  z-index: 3; }
  @media (max-width: 1024px) {
    .thumbnail-overlay {
      display: none;
      background-color: transparent;
      opacity: 1; } }
  .thumbnail-overlay .info {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50.1%);
    -ms-transform: translateY(-50.1%);
    transform: translateY(-50.1%);
    padding: 10px 0;
    position: absolute;
    text-align: center;
    width: 100%;
    margin: 0 auto; }
  .thumbnail-overlay .product-details {
    position: relative;
    opacity: 0;
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    display: block; }
    @media (max-width: 1024px) {
      .thumbnail-overlay .product-details {
        opacity: 1; } }
  .thumbnail-overlay .collection-details {
    position: relative;
    opacity: 0;
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    display: block; }
  .thumbnail-overlay .title {
    display: block;
    padding: 0 2em;
    position: relative;
    color: #FFF; }

/* Product page section  */
#get-15-off-no-minimum-extra15nov .below-nav-links {
  display: none !important; }

.ruk_rating_snippet {
  color: #67c116; }

.ruk_rating_snippet .count {
  color: #333;
  font-size: 12px;
  position: relative;
  bottom: 4px;
  font-family: Verdana;
  line-height: 22px; }

.ruk_rating_snippet i {
  letter-spacing: 2px;
  font-size: 20px;
  line-height: 22px;
  cursor: pointer; }

#reviews_fade {
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  overflow: auto;
  padding: 10px; }

#reviews_container {
  margin-top: 10px;
  position: absolute;
  margin: 0 auto;
  max-width: 700px;
  margin: 20px auto;
  background: #fff;
  left: 10px;
  right: 10px;
  padding: 10px 0;
  border-radius: 2px; }

#reviews_container .close {
  background-color: #1b1b1b;
  border-radius: 20px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  height: 25px;
  left: -12px;
  line-height: 25px;
  position: absolute;
  text-align: center;
  top: -13px;
  width: 25px;
  z-index: 100; }

#reviews_container .close:hover {
  background: #fff;
  color: #000; }

#reviews_containers .close span {
  font-size: 12px; }

#reviews_widget {
  margin: 0 15px; }

.product_review.collection .ruk_rating_snippet .count {
  color: #fff; }

/*-------------- FOOTER FIX -------GOOGLE CONVERSION FRAME----------*/
iframe[name='google_conversion_frame'] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left; }

.size_buttons {
  color: #FFF;
  padding-top: 14px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 20px;
  font-size: 20px;
  /*max-width: 50px;*/ }

#product_page #swakstylecarousel .item {
  max-height: 120px;
  overflow: hidden;
  text-align: center; }
#product_page .breadcrumb {
  padding: 0px 0 25px; }

#product_card {
  /*  .ruk-icon-full-star-01{
      color: #D0195C;
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      &:before{
        content: "\f005";
      }
    }
    */ }
  #product_card .ruk_rating_snippet {
    text-align: left !important;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      #product_card .ruk_rating_snippet {
        text-align: center !important;
        margin-bottom: 0px; } }
    #product_card .ruk_rating_snippet .count {
      color: #000;
      font-weight: normal; }
  @media (max-width: 767px) {
    #product_card .smallUl {
      text-align: center; } }
  #product_card .smallUl li {
    padding-bottom: 10px;
    cursor: pointer; }
    @media (max-width: 767px) {
      #product_card .smallUl li {
        display: inline-block;
        max-width: 80px;
        padding: 10px 5px; } }
  #product_card #clearancemsg, #product_card #salemsg {
    font-size: 12px;
    display: none; }
  #product_card .iframe {
    position: relative;
    height: 100%; }
    #product_card .iframe iframe {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%; }
  #product_card .swatches {
    text-align: left;
    vertical-align: top; }
    #product_card .swatches .swatch_title {
      color: #AAA;
      margin-right: 10px;
      vertical-align: middle;
      margin-bottom: 9px;
      display: block;
      font-weight: bold;
      font-size: 13px;
      text-align: left;
      text-transform: uppercase; }
    #product_card .swatches .swatch_value {
      border-bottom: 1px solid;
      color: #000;
      margin-left: 5px; }
    @media (max-width: 767px) {
      #product_card .swatches {
        display: inline-block;
        margin: auto 30px; } }
    #product_card .swatches .swatch {
      margin-bottom: 5px;
      display: inline-block;
      margin-right: 20px;
      vertical-align: top; }
      #product_card .swatches .swatch.swatch-color .soldout {
        display: none; }
      #product_card .swatches .swatch .swatch-element {
        text-align: center;
        display: inline-block; }
      #product_card .swatches .swatch .color-p .swatch-element {
        text-align: center;
        display: block; }
      #product_card .swatches .swatch.swatch-size .swatch-element {
        display: inline-block; }
  #product_card .image_block .lSGallery {
    padding-top: 20px;
    margin: 0 auto; }
  #product_card .product_details .product_review {
    margin-top: 10px;
    display: inline-block; }
    #product_card .product_details .product_review i {
      color: #D0195C; }
    #product_card .product_details .product_review span {
      font-size: 12px;
      margin-top: 10px;
      display: inline-block; }
  #product_card .product_details .product_heading {
    padding-bottom: 5px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px; }
  #product_card .product_details .product_title {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 6px; }
    @media (max-width: 767px) {
      #product_card .product_details .product_title {
        text-align: center; } }
  @media (max-width: 767px) {
    #product_card .product_details {
      margin-top: 30px; } }
  #product_card .product_details .insta_btn {
    padding: 3px 8px;
    margin: 0px;
    color: #989a9a;
    letter-spacing: 1px;
    line-height: 18px;
    text-align: center;
    font-size: 10px;
    border: solid;
    border-color: #999;
    border-width: 1px;
    display: inline-block;
    text-transform: uppercase; }
  #product_card .product_details .product_price_section {
    margin-bottom: 30px; }
  #product_card .product_details .product_price {
    color: #d54d4d;
    font-size: 18px;
    margin-bottom: 0; }
    #product_card .product_details .product_price .compare {
      color: #999; }
  @media (max-width: 767px) {
    #product_card .product_details .product_sku {
      text-align: center; } }
  @media (max-width: 767px) {
    #product_card .product_details div#widget-fave-html {
      text-align: center; } }
  #product_card .product_details .product_form {
    padding: 15px 0; }
    #product_card .product_details .product_form label {
      margin-bottom: 10px;
      display: block; }
    #product_card .product_details .product_form .selector-wrapper {
      margin-bottom: 15px;
      display: inline-block;
      margin-right: 20px; }
      #product_card .product_details .product_form .selector-wrapper.hide {
        display: none !important; }
    #product_card .product_details .product_form .qty {
      margin-bottom: 15px; }
    #product_card .product_details .product_form .dev_add_to_cart {
      display: block;
      width: 252px;
      max-width: 200px;
      text-align: center;
      font-size: 13px;
      height: 42px;
      color: #fff;
      border: none;
      /*   background:#000;*/ }
      #product_card .product_details .product_form .dev_add_to_cart:hover {
        background: #989898; }
      @media (max-width: 767px) {
        #product_card .product_details .product_form .dev_add_to_cart {
          margin: 0 auto;
          width: 100%;
          float: none;
          max-width: 100%; } }
  #product_card .product_details #ProductInventory {
    font-style: italic; }
  #product_card .product_details .product_description {
    padding: 15px 0;
    line-height: 16px; }
    #product_card .product_details .product_description ul {
      padding: 0 0 10px 20px;
      list-style: disc; }
      #product_card .product_details .product_description ul li {
        line-height: 1.3; }
    #product_card .product_details .product_description p {
      line-height: 22.4px;
      text-align: justify; }
  #product_card .product_details .product-page-icons {
    float: left; }
  #product_card .product_details .extra_content .large_device {
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 5px;
    text-align: justify; }
    #product_card .product_details .extra_content .large_device img {
      float: left;
      height: 45px;
      margin-left: 5px;
      margin-right: 5px;
      max-width: 100px;
      /*           margin: 0 auto; */ }

/*Product tabs*/
.spt-box-container {
  display: block;
  padding-top: 0; }
  .spt-box-container img {
    height: auto !important;
    max-width: 100% !important; }

.spt-box {
  /*     display:inline-block; */ }

.spt-tab-desc {
  padding: 0px !important;
  list-style-type: none;
  margin: 0px !important; }
  .spt-tab-desc > li {
    padding: 0px;
    list-style-type: none;
    /*     border-top:1px solid #ddd; */
    margin: 0px; }
    .spt-tab-desc > li > h5 {
      cursor: pointer; }
    .spt-tab-desc > li:last-child {
      border-bottom: 1px solid #ddd; }
    .spt-tab-desc > li > .spt-desc {
      display: none;
      padding: 10px;
      border: 1px solid #ddd;
      border-bottom: 0px; }
    .spt-tab-desc > li > .spt-title {
      padding: 10px 8px;
      background: #fff;
      border: 1px solid #ddd;
      margin: 0px;
      border-bottom: 0px;
      font-size: 13px; }
      .spt-tab-desc > li > .spt-title:after {
        content: "+";
        margin: 0px;
        -webkit-transition-delay: 0.25s;
        -moz-transition-delay: 0.25s;
        -o-transition-delay: 0.25s;
        transition-delay: 0.25s;
        -webkit-transition-duration: 0.25s;
        -moz-transition-duration: 0.25s;
        -o-transition-duration: 0.25s;
        transition-duration: 0.25s;
        float: right;
        font-style: normal;
        font-size: 35px;
        line-height: 15px;
        font-family: monospace; }
      .spt-tab-desc > li > .spt-title.expanded:after {
        content: "-"; }

.spt-accordian > li > h5 {
  display: block; }

ul.spt-tabs {
  border-bottom: 1px solid #DDDDDD;
  display: block;
  margin: 0 0 0px;
  padding: 0; }
  ul.spt-tabs li {
    display: block;
    float: left;
    margin-bottom: 0;
    padding: 0;
    width: auto;
    height: 30px;
    line-height: 30px; }
    ul.spt-tabs li.active a {
      background: none repeat scroll 0 0 #FFFFFF;
      border-left-width: 1px;
      border-top-left-radius: 2px;
      border-top-right-radius: 2px;
      color: #111111;
      position: relative;
      height: 31px; }
    ul.spt-tabs li a {
      -moz-border-bottom-colors: none;
      -moz-border-image: none;
      -moz-border-left-colors: none;
      -moz-border-right-colors: none;
      -moz-border-top-colors: none;
      background: none repeat scroll 0 0 #F5F5F5;
      border-color: #DDDDDD !important;
      border-style: solid;
      border-width: 1px 1px 0 1px;
      display: block;
      font-size: 13px;
      margin: 0;
      padding: 0px 20px;
      height: 30px;
      line-height: 30px;
      text-decoration: none;
      width: auto;
      color: #303030;
      border-bottom: none !important; }
      ul.spt-tabs li a:focus {
        outline: none; }
      ul.spt-tabs li a.active {
        background: none repeat scroll 0 0 #FFFFFF;
        border-left-width: 1px;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        color: #111111;
        position: relative; }
    ul.spt-tabs li:first-child a {
      border-top-left-radius: 2px;
      border-width: 1px 1px 0; }
      ul.spt-tabs li:first-child a.active {
        margin-left: 0; }
    ul.spt-tabs li:last-child a {
      border-top-right-radius: 2px; }
  ul.spt-tabs:before {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0; }
  ul.spt-tabs:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    clear: both; }

.sp-fix:before {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden; }
.sp-fix:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both; }

/*cart page*/
#cart_page .cart_news_letter {
  margin-top: 15px;
  padding: 25px 0;
  margin-bottom: -30px;
  background-color: #ededed; }
  @media (max-width: 767px) {
    #cart_page .cart_news_letter {
      padding: 0; } }
#cart_page .shipping_charge {
  color: #d61a5e;
  background-color: #f6f6f6;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold; }
#cart_page .continue_shopping {
  margin-top: 15px; }
#cart_page .discount_offer {
  text-align: center;
  display: block;
  background: #d61a5e;
  border: 1px solid #d61a5e; }
#cart_page .footer_block {
  margin-top: 50px; }
  #cart_page .footer_block .single_block {
    border: 1px solid #ccc;
    text-align: center; }
    @media (max-width: 767px) {
      #cart_page .footer_block .single_block {
        margin-bottom: 10px; } }
    #cart_page .footer_block .single_block .wrap {
      padding: 8px 10px; }
    #cart_page .footer_block .single_block h5 {
      font-weight: bold;
      font-size: 16px;
      margin-bottom: 2px; }
    #cart_page .footer_block .single_block p {
      margin-bottom: 0;
      font-size: 16px; }
    #cart_page .footer_block .single_block span {
      font-size: 13px; }
@media (min-width: 768px) {
  #cart_page .right_section {
    border-left: 1px solid #ddd; } }
#cart_page .right_section .message p {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  background-color: #fff;
  color: #000;
  text-align: justify;
  border: solid;
  border-color: #ccc;
  border-width: 1px;
  line-height: 22px; }
  @media (min-width: 768px) {
    #cart_page .right_section .message p {
      border-left: none; } }
@media (min-width: 768px) {
  #cart_page .right_section .space {
    padding-left: 35px; } }
#cart_page .right_section .subtotal p {
  font-size: 1.4em;
  font-weight: bold; }
#cart_page .submit_btn, #cart_page .update_btn {
  margin-bottom: 10px;
  color: #fff;
  background: #ccc;
  border: none;
  transition: .3s all;
  letter-spacing: 1px;
  font-size: 13px;
  width: 100%;
  padding: 13px 12px; }
  #cart_page .submit_btn:hover, #cart_page .update_btn:hover {
    background: #989898; }
#cart_page .cart_checkoutgo_btn {
  margin-bottom: 10px;
  color: #fff;
  background: #707272;
  border: none;
  transition: .3s all;
  letter-spacing: 1px;
  font-size: 13px;
  width: 100%;
  padding: 13px 12px; }
  #cart_page .cart_checkoutgo_btn:hover {
    background: #989898; }
#cart_page .update_btn2 {
  margin-bottom: 10px;
  color: #fff;
  background: #ccc;
  border: none;
  transition: .3s all;
  letter-spacing: 1px;
  font-size: 13px;
  width: 100%;
  padding: 13px 12px; }
  #cart_page .update_btn2:hover {
    background: #989898; }
#cart_page .update_underscore {
  margin-bottom: 10px;
  font-size: 12px;
  font-variant: small-caps;
  text-decoration: underline; }
  #cart_page .update_underscore:hover {
    background: #989898; }
#cart_page .cart_header {
  padding: 0px 0 15px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px; }
  #cart_page .cart_header p {
    margin-bottom: 0;
    text-align: center; }
#cart_page .cart_main {
  padding-top: 25px; }
  #cart_page .cart_main .items {
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      #cart_page .cart_main .items .col-xs-6:nth-of-type(2n+1) {
        clear: both; } }
    @media (min-width: 768px) {
      #cart_page .cart_main .items:last-of-type {
        padding-bottom: 20px;
        /*border-bottom:1px solid #ddd;*/ } }
    @media (max-width: 767px) {
      #cart_page .cart_main .items {
        padding-bottom: 20px;
        border-bottom: 1px solid #ddd; } }
    @media (max-width: 767px) {
      #cart_page .cart_main .items .cart_item {
        margin: 10px 0;
        text-align: left; } }
    @media (max-width: 767px) {
      #cart_page .cart_main .items .cart_item.image {
        max-width: 400px;
        margin: 0 auto; } }
    #cart_page .cart_main .items .cart_item.image img {
      max-width: 100%;
      width: 100%;
      height: auto; }
    #cart_page .cart_main .items .cart_item.name {
      text-align: left; }
      #cart_page .cart_main .items .cart_item.name a {
        display: block;
        line-height: 1;
        color: #989a9a;
        display: block;
        margin-bottom: 10px;
        transition: .5s all; }
        #cart_page .cart_main .items .cart_item.name a:hover {
          color: #d61a5e; }
    #cart_page .cart_main .items .cart_item.total_price p {
      font-size: 20px;
      margin: 0 0 15px;
      font-style: normal;
      line-height: 1.6em; }
    #cart_page .cart_main .items .cart_item.total_price .sale {
      color: #d61a5e; }
      #cart_page .cart_main .items .cart_item.total_price .sale .original-price {
        color: #000; }
    #cart_page .cart_main .items .cart_item.qty input {
      text-align: center;
      max-width: 50px; }
#cart_page .cart_footer .items {
  margin-bottom: 10px; }

#outside-the-us {
  display: none; }
  #outside-the-us #discounts-popup h2 {
    text-align: center; }
  #outside-the-us #discounts-popup p {
    font-size: 14px;
    text-align: center; }
  #outside-the-us span.popup-link {
    display: inline-block;
    padding-top: 0px;
    align-text: center;
    width: 100%;
    text-align: center; }
    #outside-the-us span.popup-link .discountfancybox {
      background: #d61a5e;
      display: block;
      padding: 8px;
      outline: none;
      border: none;
      border-radius: 0px;
      text-decoration: none;
      color: #fff !important;
      background-color: #d61a5e;
      font-size: 14px;
      line-height: 20px; }
  #outside-the-us .coupon {
    line-height: 2; }
  #outside-the-us input.field__input {
    width: 70%;
    height: 35px;
    min-height: 35px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid black; }
  #outside-the-us button.field__input-btn {
    height: 35px;
    min-height: 35px;
    padding: 10px 0;
    width: 27%;
    background-color: white;
    border: 1px solid #d61a5e;
    color: #d61a5e; }
  #outside-the-us p.field__message {
    line-height: 1.2em;
    display: none; }
  #outside-the-us input.btn-reversed {
    position: relative;
    margin: 0px 0;
    width: 100%; }
  #outside-the-us p .checkout {
    text-transform: uppercase;
    width: 100%;
    background: #ccc;
    color: #222;
    cursor: pointer; }

/* Power Filter */
.filter-group .selected a {
  font-weight: bold; }

.filter-group {
  position: relative; }

.filter-group .filter-clear {
  position: absolute;
  top: 0;
  right: 10px;
  border-radius: 10px;
  padding: 0 5px;
  background-color: #EEE;
  text-decoration: none;
  font-size: 12px;
  line-height: 18px; }

.filter-group .filter-clear:hover {
  background-color: #DDD; }

.filter-group .collection-container {
  overflow: hidden;
  position: relative; }

.filter-group .collection-count {
  position: absolute;
  right: 0px; }

.filter-group h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  border-bottom: 1px solid #DDD;
  padding-bottom: 5px;
  padding-right: 45px; }

.filter-group ul {
  display: block;
  margin: 0;
  padding: 0; }

.filter-group ul li {
  display: inline-block; }

.filter-group li a {
  display: inline-block;
  margin-left: 6px;
  text-decoration: none;
  padding: 0;
  font-size: 13px;
  margin-right: 20px; }

.sort-selector {
  margin: 0 10px; }

i.check-icon {
  background-image: url(//cdn.shopify.com/s/files/1/0917/3344/t/91/assets/checkbox-black-retina.png?v=8044539172106281223);
  background-position: 0px -176px;
  background-repeat: no-repeat;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  margin-top: 0px;
  vertical-align: text-top;
  width: 16px; }

.selected i.check-icon {
  background-position: 0px -144px; }

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  i.check-icon {
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 16px 96px;
    background-position: 0px -30px; }

  .selected i.check-icon {
    background-position: 0px 0px; } }
.filter-menu .has_group_selected {
  display: inherit; }

.filter-menu {
  margin-bottom: 20px; }

.filter-menu .pt-mobile-header {
  display: none; }

.filter-menu .pt-mobile-header a {
  font-size: 25px;
  position: relative;
  top: 0;
  text-align: center; }

.filter-menu .pt-mobile-header span {
  letter-spacing: 1.5px;
  padding-bottom: 8px;
  padding-left: 10px; }

@media only screen and (max-width: 767px) {
  .filter-menu .pt-mobile-header {
    display: block;
    position: relative;
    height: 50px; }

  .filter-menu .filter-group h4, .filter-menu .filter-group ul, .filter-menu .filter-group .filter-clear {
    display: none; }

  .filter-menu .has_group_selected h4, .filter-menu .has_group_selected ul {
    display: block; }

  .filter-menu .has_group_selected .filter-clear {
    display: inline; }

  .filter-menu {
    margin-bottom: 20px; } }
/* This is for a CSS hamburger */
#nav-toggle {
  position: absolute;
  left: 50%;
  top: 5px;
  transform: translate(-40%, 0);
  -webkit-transform: translate(-40%, 0); }

#nav-toggle {
  cursor: pointer;
  padding: 10px 35px 16px 0px; }

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #222;
  position: absolute;
  display: block;
  content: '';
  padding: 0; }

#nav-toggle span:before {
  top: -10px; }

#nav-toggle span:after {
  bottom: -10px; }

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  transition: all 200ms ease-in-out; }

#nav-toggle.active span {
  background-color: transparent; }

#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0; }

#nav-toggle.active span:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg); }

#nav-toggle.active span:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }

#nav-toggle p {
  display: inline;
  margin-left: 50px;
  font-size: 30px;
  position: relative;
  top: -15px;
  color: #222;
  text-decoration: none; }

#nav-toggle {
  text-decoration: none; }

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

.title_divider {
  width: 100%;
  margin-bottom: 15px;
  display: block;
  border: solid 1px;
  height: 1px;
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
  border-color: #aaaaaa; }

.button-anchor {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 18px;
  background: #000;
  color: white; }

@media screen and (min-width: 668px) {
  .small_device {
    display: none; } }
.common-content {
  background: #f6f0eb;
  padding: 25px 0px;
  text-align: center;
  background-color: #f6f0eb;
  color: #707272 !important; }

#swak_style .page-description {
  line-height: 1.5; }
#swak_style .upload-button {
  text-align: center;
  margin-bottom: 5px;
  margin-top: 5px; }
  #swak_style .upload-button #submitpicbutton {
    background: #000000;
    color: #ffffff;
    display: inline-block;
    border: 1px solid #000000;
    padding: 0 20px;
    text-align: center;
    cursor: pointer;
    min-height: 42px;
    height: 40px;
    line-height: 2.75; }
    #swak_style .upload-button #submitpicbutton:hover {
      background: #989898;
      border: 1px solid #989898; }
#swak_style .profile-grid {
  position: relative; }
  #swak_style .profile-grid #loading {
    position: absolute;
    left: 50%;
    margin-left: -32px; }
#swak_style #myswakstyle {
  text-align: center;
  margin: 0 auto; }

.loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }
  .loading .hide {
    display: none; }

.info .title {
  text-transform: uppercase;
  margin-bottom: 5px;
  display: block;
  color: #333;
  text-align: center; }

.section.collection_description {
  margin: 0 0 1.5em 0; }

.lookbook-archive .col-sm-3:nth-child(4n+1) {
  clear: both; }

.archive-title {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px; }

.featured_collections .col-sm-3:nth-child(4n+1) {
  clear: both; }

body.template-page table {
  width: 100%; }
body.template-page table th {
  font-weight: 700;
  background: #f9f9f9;
  text-align: left; }
body.template-page table th, body.template-page table td {
  padding: 4px; }
body.template-page table tr {
  border-bottom: 1px solid #DCDCDC; }
body.template-page table tr:first-child {
  border-top: 1px solid #DCDCDC; }
body.template-page table td, body.template-page table th {
  border-right: 1px solid #DCDCDC; }
body.template-page table td:first-child, body.template-page table th:first-child {
  border-left: 1px solid #DCDCDC; }
body.template-page table .em {
  font-weight: 700; }
body.template-page .row {
  margin: 0 !important; }

.swakstyle-fancybox-wrap .fancybox-inner div {
  max-width: 450px; }

/*============sticky_promo =========================*/
.sticky_div {
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 105;
  background: #fff;
  top: auto !important; }

#sticky_promo {
  background: #f6f0eb;
  /* background: rgba(0, 0, 0, 0.8);*/
  padding: 19px 0; }
  @media (max-width: 767px) {
    #sticky_promo {
      padding: 13px 0; } }
  #sticky_promo h1 {
    line-height: 1;
    letter-spacing: 0.22em;
    margin-bottom: 0;
    cursor: pointer;
    color: #707272;
    font-size: 17px;
    font-weight: bold; }
    @media (max-width: 767px) {
      #sticky_promo h1 {
        font-size: 12px; } }
    #sticky_promo h1 > i {
      color: #d61a5e; }

.sticky_content {
  padding: 45px 0;
  display: none; }
  .sticky_content .sticky_ul li {
    text-align: center;
    padding-top: 25px;
    border-right: 1px solid #e1e1e1; }
    .sticky_content .sticky_ul li:last-of-type {
      border-right: none; }
    .sticky_content .sticky_ul li .text strong, .sticky_content .sticky_ul li .text p {
      font-size: 16px;
      letter-spacing: 0.02em;
      text-transform: none; }
    .sticky_content .sticky_ul li .text .link {
      background: transparent;
      color: #000;
      border-color: #777;
      letter-spacing: 0.05em;
      border-style: solid;
      padding: 0 0 2px 0;
      border-width: 0 0 1px 0;
      height: auto;
      line-height: 2; }
    .sticky_content .sticky_ul li .text small {
      display: block;
      margin-top: 5px;
      font-size: 9px; }

.remodal-pledgeling-popup {
  max-width: 600px;
  padding: 10px;
  color: #2b2e38;
  background: #fff; }
  @media (max-width: 767px) {
    .remodal-pledgeling-popup {
      max-width: 300px; } }

/* ============ extra-product-slider ================ */
.extra-product-slider h4 {
  text-align: center;
  font-size: 18px;
  border-bottom: 1px solid #ddd;
  line-height: 3;
  margin-bottom: 15px; }
.extra-product-slider .extra_link {
  margin-bottom: 45px; }

/*  =============== page_plus-size-clearance ================== */
#page_plus-size-clearance ul li {
  list-style-type: none;
  margin-bottom: 30px; }

/* ==== recently viewed === */
#recently-viewed-products .recently-viewed {
  position: relative;
  margin-bottom: 15px; }
  #recently-viewed-products .recently-viewed:hover .product-detail {
    opacity: 1; }
#recently-viewed-products .product-detail {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  transition: opacity 0.3s ease-in;
  z-index: 3; }
#recently-viewed-products > h2 {
  text-align: center;
  font-size: 18px;
  border-bottom: 1px solid #ddd;
  line-height: 3;
  margin-bottom: 15px; }
#recently-viewed-products .grid-recent {
  float: left;
  width: 12.5%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
#recently-viewed-products .title {
  color: white;
  display: block;
  text-align: center;
  padding: 10px;
  margin-top: 6rem; }
  #recently-viewed-products .title a {
    color: white; }
#recently-viewed-products .price {
  display: block;
  text-align: center;
  color: #fff; }
#recently-viewed-products .grid-recent:nth-of-type(8n+1) {
  clear: both; }

.custom_marketplace {
  font-size: 14px;
  margin-bottom: 15px; }

.custom_ie_browser {
  width: 100%;
  display: none;
  background: #d0195c;
  color: white;
  padding: 10px 0px;
  text-align: center;
  font-weight: bold;
  font-size: 21px; }

.custom_ie_browser a {
  color: black; }

.custom_ie_browser h5 {
  font-weight: bold;
  color: white;
  font-size: 28px; }

.custom_ie_browser a {
  text-decoration: underline; }

.additional-checkout-buttons {
  display: none !important; }
