  @font-face {
    font-family: sofiapro-light;
    src: url("sofiapro-light.otf") format("opentype");
} 
/*! Flickity v2.2.0
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider { 
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}


/* !Reset Box-sizing */
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; *behavior: url(boxsizing.htc); }

/* !Defaults */
.gridlock .row { margin-left: auto; margin-right: auto; width: 960px; /* Fallback */ }
.gridlock .row:after { clear: both; content: "."; display: block; height: 0; line-height: 0; visibility: hidden; }
.gridlock .row .row { margin-left: -1.0416666666666667%; margin-right: -1.0416666666666667%; width: 102.0833333333333334%; }
.gridlock .row [class*="desktop-"] { float: left; margin-left: 1.0416666666666667%; margin-right: 1.0416666666666667%; }
.gridlock .row [class*="desktop-"].right { float: right; }
.gridlock .row [class*="desktop-"].padded { margin-left: 0; margin-right: 0; padding-left: 1.0416666666666667%; padding-right: 1.0416666666666667%; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; -ms-box-sizing: content-box; -o-box-sizing: content-box; box-sizing: content-box; *behavior: none; }
/* !Rows, Widest to Thinest */
@media screen and (min-width: 1680px) {
  .gridlock .row { width: 1400px; }
}
@media screen and (max-width: 1679px) {
  .gridlock .row { width: 1200px; }
}
@media screen and (max-width: 1219px) {
  .gridlock .row { width: 960px; }
}
@media screen and (max-width: 980px) {
  .gridlock .row { width: 720px; }
}
@media screen and (max-width: 740px) {
  .gridlock .row { width: 480px; }
}
@media screen and (max-width: 500px) {
  .gridlock .row { width: 92%; }
}

/* !Desktop - Default, 12 column, 1220 + 960 (min 980), IE Standard */
.gridlock .row .desktop-1  { width: 6.25%; }
.gridlock .row .desktop-2  { width: 14.5833333333333333%; }
.gridlock .row .desktop-3  { width: 22.9166666666666667%; }
.gridlock .row .desktop-4  { width: 31.25%; }
.gridlock .row .desktop-5  { width: 39.5833333333333333%; }
.gridlock .row .desktop-6  { width: 47.9166666666666667%; }
.gridlock .row .desktop-7  { width: 56.25%; }
.gridlock .row .desktop-8  { width: 64.5833333333333333%; }
.gridlock .row .desktop-9  { width: 72.9166666666666667%; }
.gridlock .row .desktop-10 { width: 81.25%; }
.gridlock .row .desktop-11 { width: 89.5833333333333333%; }
.gridlock .row .desktop-12 { width: 97.9166666666666667%; }

/* Push Cells */
.gridlock .row .desktop-push-1  { margin-left: 9.375%; }
.gridlock .row .desktop-push-2  { margin-left: 17.7083333333333333%; }
.gridlock .row .desktop-push-3  { margin-left: 26.0416666666666667%; }
.gridlock .row .desktop-push-4  { margin-left: 34.375%; }
.gridlock .row .desktop-push-5  { margin-left: 42.7083333333333334%; }
.gridlock .row .desktop-push-6  { margin-left: 51.0416666666666667%; }
.gridlock .row .desktop-push-7  { margin-left: 59.375%; }
.gridlock .row .desktop-push-8  { margin-left: 67.7083333333334%; }
.gridlock .row .desktop-push-9  { margin-left: 76.0416666666668%; }
.gridlock .row .desktop-push-10 { margin-left: 84.375%; }
.gridlock .row .desktop-push-11 { margin-left: 92.7083333333335%; }

/* Center Cells */
.gridlock .row [class*="desktop-"].center { margin-left: auto; margin-right: auto; }

/* !Generic, fractions */
.gridlock .row .desktop-third { width: 31.25%; }
.gridlock .row .desktop-half { width: 47.9166666666666667%; }
.gridlock .row .desktop-full { width: 97.9166666666666667%; }

.gridlock .row .desktop-push-third { margin-left: 34.375%; }
.gridlock .row .desktop-push-half { margin-left: 51.0416666666666667%; }

/* !Desktop - Max, 12 column, 1200 (min 1221) */
@media screen and (min-width: 1221px) {
  .gridlock .row .max-1  { width: 6.25%; }
  .gridlock .row .max-2  { width: 14.5833333333333333%; }
  .gridlock .row .max-3  { width: 22.9166666666666667%; }
  .gridlock .row .max-4  { width: 31.25%; }
  .gridlock .row .max-5  { width: 39.5833333333333333%; }
  .gridlock .row .max-6  { width: 47.9166666666666667%; }
  .gridlock .row .max-7  { width: 56.25%; }
  .gridlock .row .max-8  { width: 64.5833333333333333%; }
  .gridlock .row .max-9  { width: 72.9166666666666667%; }
  .gridlock .row .max-10 { width: 81.25%; }
  .gridlock .row .max-11 { width: 89.5833333333333333%; }
  .gridlock .row .max-12 { width: 97.9166666666666667%; }

  /* Push Cells */
  .gridlock .row .max-push-1  { margin-left: 9.375%; }
  .gridlock .row .max-push-2  { margin-left: 17.7083333333333333%; }
  .gridlock .row .max-push-3  { margin-left: 26.0416666666666667%; }
  .gridlock .row .max-push-4  { margin-left: 34.375%; }
  .gridlock .row .max-push-5  { margin-left: 42.7083333333333334%; }
  .gridlock .row .max-push-6  { margin-left: 51.0416666666666667%; }
  .gridlock .row .max-push-7  { margin-left: 59.375%; }
  .gridlock .row .max-push-8  { margin-left: 67.7083333333334%; }
  .gridlock .row .max-push-9  { margin-left: 76.0416666666668%; }
  .gridlock .row .max-push-10 { margin-left: 84.375%; }
  .gridlock .row .max-push-11 { margin-left: 92.7083333333335%; }
}

/* !Tablet, 6 column, 720 (min 739) */
@media screen and (min-width: 739px) and (max-width: 980px) {
  .gridlock .row [class*="desktop-push-"] { margin-left: 1.0416666666666667%; margin-right: 1.0416666666666667%; }

  .gridlock .row .tablet-1 { width: 14.5833333333333333%; }
  .gridlock .row .tablet-2 { width: 31.25%; }
  .gridlock .row .tablet-3 { width: 47.9166666666666667%; }
  .gridlock .row .tablet-4 { width: 64.5833333333333333%; }
  .gridlock .row .tablet-5 { width: 81.25%; }
  .gridlock .row .tablet-6 { width: 97.9166666666666667%; }

  /* Push Cells */
  .gridlock .row .tablet-push-1 { margin-left: 17.7083333333333333%; }
  .gridlock .row .tablet-push-2 { margin-left: 34.375%; }
  .gridlock .row .tablet-push-3 { margin-left: 51.0416666666666667%; }
  .gridlock .row .tablet-push-4 { margin-left: 67.7083333333334%; }
  .gridlock .row .tablet-push-5 { margin-left: 84.375%; }

  /* !Generic, fractions */
  .gridlock .row .tablet-third { width: 31.25%; }
  .gridlock .row .tablet-half { width: 47.9166666666666667%; }
  .gridlock .row .tablet-full { width: 97.9166666666666667%; }

  .gridlock .row .tablet-push-third { margin-left: 34.375%; }
  .gridlock .row .tablet-push-half { margin-left: 51.0416666666666667%; }
}

/* !Mobile, 3 column, 300 + 480 (max 740) */
@media screen and (max-width: 740px) {
  .gridlock .row [class*="desktop-push-"],
  .gridlock .row [class*="tablet-push-"] { margin-left: 1.0416666666666667%; margin-right: 1.0416666666666667%; }

  .gridlock .row .mobile-1 { width: 31.25%; }
  .gridlock .row .mobile-2 { width: 64.5833333333333333%; }
  .gridlock .row .mobile-3 { width: 97.9166666666666667%; }

  /* Push Cells */
  .gridlock .row .mobile-push-1 { margin-left: 34.375%; }
  .gridlock .row .mobile-push-2 { margin-left: 67.7083333333334%; }

  /* !Generic, fractions */
  .gridlock .row .mobile-third { width: 31.25%; }
  .gridlock .row .mobile-half { width: 47.9166666666666667%; }
  .gridlock .row .mobile-full { width: 100%;margin-left: 0;margin-right: 0; }

  .gridlock .row .mobile-push-third { margin-left: 34.375%; }
  .gridlock .row .mobile-push-half { margin-left: 51.0416666666666667%; }
}

/* !Mobile - Min, 300 (max 500) */
@media screen and (max-width: 500px) {
  .gridlock .row .min-full { width: 97.9166666666666667%; }
}
.gridlock .row.row-fluid{width:100%;}

@font-face {
  font-family: Futura;
  font-weight: 400;
  font-style: normal;
  src: url("https://fonts.shopifycdn.com/futura/futura_n4.df36ce3d9db534a4d7947f4aa825495ed740e410.woff2?h1=ZGVzdGluLmxh&hmac=dd0d76f77a69c9b991eb768dee9a7aedf10f325ceac0c8717a602bc7c43685e3") format("woff2"),
    url("https://fonts.shopifycdn.com/futura/futura_n4.6bce24beb4ba1ff4ddeb20f7cd6e2fa513a3d6ec.woff?h1=ZGVzdGluLmxh&hmac=9eb6a0fbfb6c1290451088148893bfaa9192cf363e7609349cca0ab727843a03") format("woff");
}

body {
  color: #000000;
  background: #ffffff;
  font-size: 13px;
  font-family:'Lato', sans-serif;
  line-height: 1.6em;
  -webkit-text-size-adjust: none;
  padding: 0;
  margin: 0;
      overflow-x: hidden !important;
}

img { max-width: 100%; border: 0; }

h1, h2, h3, h4, h5, h6 {
  color: ;
  font-family:'Lato', sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 0;
  line-height: initial;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 20px; margin-bottom: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 12px; }
h4 { font-size: 14px; }
h5 { font-size: 13px; }

input[type="submit"].AddtoCart, button[type="submit"].AddtoCart{ font-family:'AvenirNextMedium',Helvetica,Arial,sans-serif; font-size: 11px; font-weight: 300; }

h2, h3, h4, h5, h6, p, dl, hr, ol, ul, pre, table, address, fieldset { margin-bottom: 10px; }

p { font-size: 13px; margin-bottom: 1.6em; margin-top: 0; }
strong { font-weight: bold; }
em { font-style:italic; }
pre { font-family: "Courier New", Courier, monospace; font-size: 13px; font-weight:bold; }

p.date { margin-bottom: 5px;}

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

a { text-decoration:none; color: #000000; outline: 0;}
a:hover { color: #000000; text-decoration:underline; outline: 0;}
a:visited { color:#000000; text-decoration:none; outline: 0; }
a:focus { outline:1px dotted #79160d; outline: 0; }

/* .row hr, .row p, .row ul, .row ol, .row dl, .row pre, .row address, .row table, .row form {margin-bottom: 1.6em;} */

dt { font-weight: bold; }

ol { padding: 0; margin-left: 0; text-indent: 0; list-style-position: inside; }
ul { padding: 0; margin: 0; list-style:disc inside;}
li {  }
blockquote { font-family: Georgia, "Times New Roman", Times, sans-serif; font-size:18px; line-height: 24px; font-style:italic; padding-left:35px; color: #999; margin: .5em 0 .5em 0; }

input, textarea { }

hr { background:#000000; border:none; color:#000000; display:block; height:1px; margin-top: 20px; width:100%;}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.padded { margin-bottom: 15px; }

.section-title { margin-bottom: 20px; }

/* #Buttons
================================================== */

.button,
button,
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="password"],
input[type="reset"],
input[type="button"]{
  background: #c60c0c;
  color: #ffffff;
  display: inline-block;
  font-size: 13px;
  text-decoration: none;
  margin-bottom: 20px;
  line-height: normal;
  padding: 0 10px;
  font-family: 'Lato', sans-serif;
  -webkit-appearance: none;
  border: 0;
  line-height: 38px;
  border-radius: 0;
}
button[type="submit"]{
  display: inline-block;
  font-size: 13px;
  text-decoration: none;
  margin-bottom: 20px;
  padding: 0 10px;
  font-family: 'Lato', sans-serif;
  -webkit-appearance: none;
  line-height: 38px;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover{
  color: #ffffff;
  background: #f10e0e;
  border: 0;
}

#checkout.button,
.button-secondary,
.button-primary {
  position: relative;
  display: inline-block;
  line-height: 38px!important;
  padding: 0 40px;
  line-height: normal;
  border: 1px solid #c60c0c;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 11px;
  text-align: center;
  margin-bottom: 20px;
  background-color: transparent;
  -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 1;
  -webkit-tap-highlight-color: initial;
  cursor: pointer;
}
#checkout.button:hover,
.button-secondary:hover,
.button-primary:hover{
  color:#c60c0c!important;
  border: 1px solid #c60c0c;
  background-color: transparent;
}
#checkout.button:before,
.button-secondary:before,
.button-primary:before{
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  background-color: #c60c0c;
  position: absolute;
  content: '';
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  z-index: -1;
}
#checkout.button:hover:before,
.button-secondary:hover:before,
.button-primary:hover:before{
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
;

.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center; }

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
a.button { text-align: center; }
a.button:visited {
  background: #c60c0c;
  color: #ffffff;
}


/* #Forms
================================================== */

form {
  margin-bottom: 20px; }
fieldset {
  margin-bottom: 20px; }
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  border: 1px solid #000000;
  line-height: 38px;
  height: 38px;
  outline: none;
  color: #000000;
  margin: 0;
  width: 100%;
  text-indent: 10px;
  display: block;
  margin-bottom: 20px;
  background: #fff;
  font-size: 13px;
}

select {
  padding: 0;
  margin-bottom: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url(select-arrow.png) right no-repeat transparent;
  border: 2px solid #eee;
  border-radius: 0;
  line-height: 35px;
  height: 38px;
  font-size: 90%;
  font-weight: 600;
}

select::-ms-expand {
  display: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  border: 1px solid #000000;
  color: #000000;
  -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
  box-shadow:  0 0 3px rgba(0,0,0,.2); }
textarea {
  min-height: 120px; width: 100%; }
label,
legend {
  display: block;
  font-weight: bold;
  font-size: 13px;
}


/* =============== */
/* = Start CSS = */
/* =============== */


header {
  background: #ffffff;
  color: #000000;
  line-height: 40px;
  font-family: 'Lato', sans-serif;
}

header a {
  color: #000000;
}

header a:visited {
  color: #000000;
}


header a:hover {
  color: #000000;
  text-decoration: none;
}


#message {
  min-height: 1px;
  text-align: left;
}

#message p { margin-bottom: 0; }

ul#cart {
  margin-bottom: 0;
  text-align: right;
}

ul#cart li {
  display: inline-block;
  margin-left: 5px;
}

#header { position: relative;  }


#logo {
  padding: 5px 0 5px 0;
}

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

#logo a {
  margin: 0;
  padding: 0;
  font-family:'Lato', sans-serif;
}

nav.nav-inline {

}

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

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

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


#navigation {
  position: relative;
  display: block;
  width: 100%;
  float: left;
}


ul#nav {
  font-family: 'SterlingDisplay Roman', serif;
  background: #ffffff;
  list-style: none;
  line-height: 40px;
}

ul#nav li {
  display: inline-block;
  position: relative;
}

ul#nav li.dropdown {
  padding-right: 10px;
}

ul#nav li:hover {
  color: #000000;
  background: #ffffff;
}

ul#nav li a {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  height: 40px;
  display: block;
  padding: 0 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 40px;
}

body.index .header-wrapper.absolute ul#nav li a {
  color: #ffffff;
}

ul#nav li a:hover {
  background: #ffffff;
  color: #000000;
  text-decoration: none;
}


ul#nav li ul.submenu{
  display: none;
  position: absolute;
  left: 0px;
  z-index: 5;
  margin: 0;
  padding: 0;
  border: 1px solid #000000;
  border-top: 0;
  margin-top: -1px;
}

ul#nav li:hover ul.submenu{
  display: block;
  background: #ffffff;
}

ul#nav li ul.submenu li{
  background: #ffffff;
  color: #000000;
  min-width: 150px;
  width: 100%;
  white-space: nowrap;
  float: left;
  text-align: left;
}


ul#nav li ul.submenu li:hover {
  background: #ffffff;
}

ul#nav li ul.submenu li a:hover {
  color: #000000;
  background: #ffffff;
}

ul#nav li ul.submenu li a{
  text-align: left;
  line-height: 28px;
  height: 28px;
  font-weight: 400;
  font-size: 12px;
  padding-left: 15px;
  color: #000000;
  text-transform: none! important;
}

ul#nav li.dropdown a.dlink:after {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 14px;
  font-family: FontAwesome;
  content: "\f107";
  color: #000000;
}

ul.sub_sub_menu {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  margin: 0;
  padding: 0;
  border: 1px solid #000000;
}

ul.submenu li.is_parent:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: -6px;
  right: 10px;
}

ul.submenu li.is_parent:hover ul.sub_sub_menu {
  display: block;
}

ul.submenu li.is_parent.has_sub_menu.edge ul.sub_sub_menu {
  left: initial;
  right: 100%;
}


ul.sub_sub_menu li{
  background: #ffffff;
  color: #000000;
  min-width: 150px;
  width: 100%;
  white-space: nowrap;
  float: left;
  text-align: left;
}

ul.sub_sub_menu li a{
  text-align: left;
  line-height: 28px;
  height: 28px;
  font-weight: 400;
  font-size: 12px;
  padding-left: 15px;
  color: #000000;
  text-transform: none! important;
}

ul.sub_sub_menu li:hover {
  background: #ffffff;
}

ul.sub_sub_menu li a:hover {
  color: #000000;
  background: #ffffff;
}

.header-wrapper { background-color: #ffffff; transition: background-color 0.5s ease; }
body.index .header-wrapper.absolute ul#nav li.dropdown a.dlink:after {
  color: #ffffff;
}
.header-section.fixed_header .header-wrapper.stuckMenu {
  width: 100%;
  background: #ffffff /*#ffffff*/;
  z-index: 9999;
}
.header-section.fixed_header .header-wrapper.stuckMenu.isStuck{
  position: fixed;
}
.header-section.fixed_header .header-wrapper.absolute.stuckMenu #navigation ul#nav li a {
  color: #000000;
}
.header-section.fixed_header .header-wrapper.absolute.stuckMenu ul#nav li.dropdown a.dlink:after {
  color: #000000;
}

.searchbox {
  padding: 0;
}

.searchbox form, .searchbox input {
  margin-bottom: 0;
}

.searchbox form #q {
  font-family: ;
  text-transform: none;
  border: 1px solid #000000;
  font-weight: 400;
  color: #fff; /*#000000*/;
  text-indent: 5px;
  padding: 0;
  background: rgba(255,255,255,0.1);
  min-width: 150px;
  max-width: 150px;
  text-align: left;
  height: 32px;
  line-height: 32px;
}

.searchbox form #q:focus {
  -moz-box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}


.searchbox input::-webkit-input-placeholder {
  color: #ccc;
}
.searchbox input::-moz-placeholder {
  color: #ccc;
}
.searchbox input:-moz-placeholder {   /* Older versions of Firefox */
  color: #ccc;
}
.searchbox input:-ms-input-placeholder {
  color: #ccc;
}


#currencies option {
  color: #000;
}

select#currencies {
  border: 0px !important;
  color: #000000;
  font-family: 'Lato', sans-serif;
  margin-bottom: 0;
  width: 70px;
  min-width: inherit;
  font-weight: 400;
  line-height: 40px;
  margin-left:17px;
}


li.currflag {
  width: 70px;
}
span.flagsec {
  position: relative;
  display: block;
}
img#flags {
  position: absolute;
  left: 0;
  top: 13px;
}



@media screen and ( min-width: 741px ) {
  body.index header.wrapper-is-absolute,
  body.index header.wrapper-is-absolute a,
  body.index header.wrapper-is-absolute a:visited,
  body.index header.wrapper-is-absolute a:hover {
    color: #ffffff! important;
  }

  body.index header.wrapper-is-absolute .searchbox input::-webkit-input-placeholder {
    color: #ffffff! important;
  }

  body.index header.wrapper-is-absolute .searchbox input::-moz-placeholder {
    color: #ffffff! important;
  }

  body.index header.wrapper-is-absolute .searchbox input:-moz-placeholder {
    color: #ffffff! important;
  }

  body.index header.wrapper-is-absolute .searchbox input:-ms-input-placeholder {
    color: #ffffff! important;
  }

  body.index header.wrapper-is-absolute .searchbox form #q {
    color: #ffffff! important;
  }
}


/* =============== */
/* = index.liquid = */
/* =============== */

.index-section { clear: both; }
h2 span { background: #ffffff; }
#left-images img, #right-images img { margin-bottom: 20px; }
.section_headings h2.sections,
.index-section h2.sections {
  color: ;
  border-bottom: 1px solid #000000;
  overflow: visible;
  text-align: center;
  width: 97.9166666666666667%;
  text-transform: inherit;
  margin-bottom: 0;
}
.section_headings h2.sections.noline,
.index-section h2.sections.noline{
  border:none;
  height:auto;
}
.index-section .prdouct-slider-price span{
  padding: 0 1px;
}
.index-section span {
  padding: 0 10px;
}

.staggered-image-wrapper h2.sections {
  margin: 20px auto 20px;
}

#promo-images { margin-top: 0px; margin-bottom: 20px; }

#collection-loop h3 {
  margin: 10px 0;
}

#collection-loop {overflow: hidden;}
@media screen and ( min-width: 768px ) {
  #collection-loop {overflow: hidden; margin-bottom: -9px;}
}

ul#featured-posts { list-style-type: none; float: left; width: 100%; }
ul#featured-posts li { float: left; display: inline; }

.featured-image-wrapper { padding-top: 25px; position: relative; }
.featured-image-wrapper img { width: 100%; margin-bottom: 15px; }
.staggered-image-wrapper img { width: 100%; }
.image-layout { margin-bottom: 15px; }

.image-layout .button {
  margin-bottom: 0;
}

.staggered-image-wrapper {
  margin-bottom: 3px;
}

@media screen and ( max-width: 980px ) {
  .staggered-image-wrapper {
    margin-bottom: -5px;
  }
}

.featured-image-wrapper .row.tc {
  width: 100%;
  display: table;
  overflow: hidden;
}

.feat-image-text {
  font-family: 'Lato', sans-serif;
  line-height: initial;
  position: relative;
  z-index: 2;
}

.feat-image-text .button {
  margin-top: 10px;
}

.feat-image-content {
  display: table-cell;
  float: none! important;
  vertical-align: middle;
  text-align: center;
  margin: 0! important;
  width: 100%! important;
}

.image-with-text-wrapper {
  display: table;
  width: 100%;
}

.text-with-image {
  display: inline-block;
  float: none! important;
  vertical-align: middle;
}

.text-with-image.text_section {
  display: inline-block;
  float: none! important;
  vertical-align: middle;
}

.text_section h2.sections {
  margin-top: 20px;
  margin-bottom: 20px;
}

.text_section h2.sections, .text_section .rte {
  text-align: left;
  margin-left: 0;
}

.text_section h2.sections span {
  padding-left: 0;
}


.text_section.text-centered h2.sections, .text_section.text-centered .rte {
  text-align: center;
}

.text_section.text-centered h2.sections span {
  padding-left: 10px! important;
}

/* =============== */
/* = collections = */
/* =============== */

#collection-loop { margin-top: 20px; width: 100%; }

#collection-description { margin-bottom: 15px; }
#full-width-filter { overflow: hidden; margin-bottom: 20px;}

#sidebar { min-height: 1px; background: #ffffff; padding: 10px; }

#sidebar h4 { padding-bottom: 5px; margin-bottom: 5px; border-bottom: 1px solid #000000; }
#sidebar ul { list-style-type: none; margin-bottom: 20px; }
#sidebar h1 { padding-bottom: 10px; border-bottom: 1px solid #000000;   }

#sidebar ul li a.current { border-bottom: 1px solid #000000; text-decoration: none; }

#side-filter { width: 100%; border-top: 1px solid #000000; border-bottom: 1px solid #000000; margin-bottom: 20px; padding-top: 20px; }
#side-filter p { margin-bottom: 5px; }
#side-filter li { margin-bottom: 10px; }

ul.sortme { float: right; }
ul.sortme h4 { margin-bottom: 5px; }

#sidebar ul.sortme {
  float: left;
  display: block;
  clear: left;
  width: 100%;
}

#full-width-filter .filter {
  display: inline-block;
  margin: 0 5px 10px;
  min-width: 200px;
}

#sidebar ul.sidebar_sub_menu {
  margin-bottom: 0;
  margin-left: 10px;
}
.extend { position: relative; }

.extend:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 10%;
}

ul.sidebar-accordion li, .extend {
  width: 100%! important;
}

.extend {cursor: pointer;}
.extended-submenu {display: none; margin-left: 10px;}

#full-width-filter p { margin-bottom: 5px;}

#product-loop { padding-top: 10px; width: 100%; }

.product-index { ; position: relative; margin-bottom: -10px; }
.product-index img { margin: 0 auto 10px; display: block;}
.product-index img a { border: 0; display: block; }

.first { clear: left; }

.product-info {
  text-align: center;
}
.product-info .hide_heading{
  display:none;
}

#homepage-collections .collect-grid-item-section {
  position: relative;
}
#homepage-collections .collect-grid-item-section .product-info{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5%;
  transform: translateY(5%);
}
#homepage-collections .product-index .prod-title{
  font-size: 36px;
  line-height: 43px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
}

.product-info p { margin-bottom: 0; }
.product-info a { text-decoration: none! important; }
.product-index .size-swatch {
  padding: 15px 0 10px;
}

.product-index .size-swatch ul {
  margin-bottom: 0;
}

.product-index .size-swatch ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px 5px;
}

.product-index .size-swatch ul li a {
  font-weight: 400;
  min-width: 26px;
  padding: 0 3px;
  display: block;
  min-height: 26px;
  line-height: 26px;
  font-size: 11px;
  font-weight: 600;
  border: 1px solid #d5d5d5;
}

.product-index:hover > .product-index-inner .size-swatch {
  display: block;
}

.quick-add-to-cart {
  clear: left;
  display: block;
  margin-top: 10px;
}

.product-index p.ajaxified-cart-feedback{
  display: none! important;
}


.col-swatch { margin: 0 0 20px 0; }
.col-swatch ul {
  list-style-type:none;
  margin:0; padding:0;
  margin-top: 10px;
  text-align: center;
}

.col-swatch li {
  display:-moz-inline-stack;
  display:inline-block;
  zoom:1;
  *display:inline;
  padding:0;
  margin:0px 2px;
}

.col-swatch li span { display:block; margin:5px 10px; }
.col-swatch li.color { width:20px; height:20px; }
.col-swatch li.color span {
  width:100%;
  height:100%;
  margin:0;
  border-radius: 20px;
}

.col-swatch .options li {
  -webkit-transform: translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
}
.product-index .prod-title{
  margin-top: 10px;
}
.collection .product-index .prod-title, .index .product-index .prod-title { min-height:40px; }

.prod-price { font-weight: bold; }
.was, .product-compare-price { text-decoration: line-through; }
.was { color: #666; display: inline; margin-left: 2px; }
.current .money { color: #666!important; }
.index-section .was span{    padding: 0px;}
.onsale { font-weight: bold; color: #dd4242; display: inline; }

.instagram { overflow:hidden; }
.instagram-feed { margin-bottom: 20px; display: block; width: 100%; float: left; }


.icn {
  padding: 4px 6px;
  border: 0;
  font-size: 11px;
  font-weight: 600;
  position: absolute;
  top: 2px;
  left: 2px;
  text-transform: uppercase;
  line-height: initial;
}

.new {
  background: #000;
  color: #fff;
  left: initial;
  right: 2px;
}

.sale-item {
  background: #cc0000;
  color: #fff;
}

.so {
  background: #000;
  color: #fff;
}

.backto {
  margin-right: 10px;
  border-right: 1px solid #eee;
  padding-right: 5px;
}

.prev-prod {
  margin-right: 10px;
  padding-right: 5px;
  border-right: 1px solid #eee;
}

.collection-list-image { width: 100%; }


/* ===============================================
// Reveal module
// =============================================== */

.reveal .hidden { display: block !important; visibility: visible !important;}
.product-index:hover .reveal img { opacity: 1; }
.reveal { position: relative; }

.reveal .hidden img {
  background: #ffffff;
}

.reveal {
  overflow: hidden;
  margin-bottom: 10px;
}

.reveal img { margin-bottom: 0; }

.reveal .hidden {
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.reveal:hover .hidden {
  z-index: 1;
  opacity: 1;
}

@media (min-width: 480px) and (max-width: 979px) {
  .reveal .caption {
    font-size: 11px;
  }
}





/* ================ */
/* = Product page = */
/* ================ */

.product-add label { margin-bottom: 10px; margin-bottom: 10px;}

.add {
  clear: left;
  min-width: initial;
  padding: 0 40px! important;
  margin-bottom: 10px! important;
}

input#quantity {
  height: 38px;
  line-height: 38px;
  border: 1px solid #ccc;
  text-align: center;
  min-width: 60px;
  width: 60px;
  display: inline-block;
  margin: 0 2% 0 0;
}

.product-add .js-qty button {
  display: none! important;
}

#bigimage { text-align: center; }
#bigimag img { width: 100%; }
.zoomImg:hover { cursor: move; }

/*set a border on the images to prevent shifting*/
.thumbnail { border: 1px solid transparent; margin-bottom: 2.1%; }

/*Change the colour*/
.active img {border:1px solid #ccc !important;}

#product-price { font-size: 16px; margin-bottom: 10px; }

#add { margin-top: 20px; }

#product-description {
  border-right: 1px solid #000000;
  padding-right: 20px;
}

#product-description form {
  padding-top: 10px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding-bottom: 10px;
}

#product-description h1 {
  line-height: initial;
  font-family: 'SterlingDisplay Roman', serif;
  font-size: 22px;
  margin-top: 0px;
  margin-bottom: 14px;
  font-weight: 700;
}
@media only screen and (max-width:980px){
  #product-description h1 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

span.twitter, span.facebook, span.pinterest {
  display: inline-block;
  position: inherit;
  margin: 0 10px 0 0;
  line-height: 0;
  float: left;
}

#related h4 { margin-bottom: 20px; }
ul.related-products { list-style-type:none; }
.related-products * { text-align:center; padding:0 }
.related-products div.image {  }
.related-products img { width: 100%; max-width: 100%; }
.related-products {  }

.ajaxified-cart-feedback { margin: 0 0 20px; }
.ajaxified-cart-feedback.success {  }
.ajaxified-cart-feedback.error { color: #FF4136; }

p.ajaxified-cart-feedback.success {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #000000;
  background: #fcfcfc;
}

ul#popups { margin: 10px 0 20px; list-style-type: none; }
ul#popups li { display: inline; margin-right 10px; border-right: 1px solid #000000; padding-right: 10px; margin-left: 10px; }
ul#popups li.first { margin-left: 0; }
ul#popups li.last { border-right: 0; }

#social { float: left; width: 100%; padding-bottom: 10px; position: relative; }
#looked-at { margin-top: 20px; border-top: 1px solid #000000; }
#looked-at h4 { margin-bottom: 20px; }

.share-icons a {
  margin: 0 10px 0 0;
  font-size: 16px;
}
div.what-is-it {
  margin-bottom: 10px;
}
.what-is-it label {
  float: left;
  margin-right: 10px;
}

.selector-wrapper {
  clear: left;
  margin-top: 10px;
  display: block;
}

.single-option-selector {
  margin-bottom: 10px;
  width: 200px;
}

.selector-wrapper label {
  margin: 5px 0;
  margin-top: 10px;
}

/*
Swatches Styles
*/




/* Label */
.swatch .header {
  margin: 0em 0;
  font-weight:700;
}
/* Hide radio buttons.*/
.swatch input {
  display:none;
}

.swatch label {
  color: #000000;
  background-color: #ffffff;
  border: 2px solid #e4e4e4;
  display:-moz-inline-stack;
  display:inline-block;
  zoom:1;
  *display:inline;
  padding:0;
  margin:0px 5px 10px 0;
  margin-right: 0! important;
  margin-bottom: 0! important;
  cursor:pointer;
  position:relative;
  text-transform:uppercase;
  font-size:13px;
  min-width:35px;
  height:35px;
  line-height: 35px;
  white-space:nowrap;
  text-transform:uppercase;
  text-align: center;
  font-weight: 800;
}

.swatch label.color-variant{
  min-width:27px;
  height:27px;
  line-height: 27px;	
}

.swatch .swatch-new_stype label{
  margin-top: 0px;
}
.swatch .swatch-element.swatch-no_border.color{
  margin:0px 11px 11px 0;
}

.swatch-element label { padding:0 10px; }

.color.swatch-element label {
  padding:0;
}

.swatch .color label { border: 1px solid transparent; }

.swatch input:checked + label {
  border: 2px solid #000000;
  background: #ffffff;
  color: #000000;
}

.swatch .color input:checked + label {
  border: 1px solid transparent;
}

.swatch .color input:checked + label:after {
  content: "\f058";
  font-family: FontAwesome;
  position: absolute;
  bottom: -6px;
  left: 2px;
  color: rgba(255,255,255,0.6);
  font-size: 14px;
}

.swatch .color.white input:checked + label:after {
  color: #eee;
}

.swatch .swatch-element {
  float:left;
  -webkit-transform:translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing:antialiased; /* webkit text rendering fix */
  /* Spacing between buttons */
  margin:0px 10px 0px 0;
  /* To position the sold out graphic and tooltip */
  position:relative;
}
.swatch .swatch-element.color{
  margin:0px 15px 0px 0;
}


.swatch .swatch-no_border.color label{
  width: 35px;
  height: 35px;
  line-height: 35px;
}
/* Image with the cross in it */
.crossed-out { position:absolute; width:100%; height:100%; left:0; top:0; }
.swatch .swatch-element .crossed-out { display:none; }
.swatch .swatch-element.soldout .crossed-out { display:block; }
.swatch .swatch-element.soldout label {
  filter: alpha(opacity=60); /* internet explorer */
  -khtml-opacity: 0.6;      /* khtml, old safari */
  -moz-opacity: 0.6;       /* mozilla, netscape */
  opacity: 0.6;           /* fx, safari, opera */
}
/* Tooltips */
.swatch .tooltip {
  text-align:center;
  background:gray;
  color:#fff;
  bottom:100%;
  padding: 10px;
  display:block;
  position:absolute;
  width:100px;
  left:-28px;
  margin-bottom:15px;
  /* Make it invisible by default */
  filter:alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity:0;
  visibility:hidden;
  /* Animations */
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 10000;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}
.swatch .tooltip:before {
  bottom:-20px;
  content:" ";
  display:block;
  height:20px;
  left:0;
  position:absolute;
  width:100%;
}
/* CSS triangle */
.swatch .tooltip:after {
  border-left:solid transparent 10px;
  border-right:solid transparent 10px;
  border-top:solid gray 10px;
  bottom:-10px;
  content:" ";
  height:0;
  left:50%;
  margin-left:-13px;
  position:absolute;
  width:0;
}
.swatch .swatch-element:hover .tooltip {
  filter:alpha(opacity=100);
  -khtml-opacity:1;
  -moz-opacity:1;
  opacity:1;
  visibility:visible;
  -webkit-transform:translateY(0px);
  -moz-transform:translateY(0px);
  -ms-transform:translateY(0px);
  -o-transform:translateY(0px);
  transform:translateY(0px);
}
.swatch.error {
  background-color:#E8D2D2!important;
  color:#333!important;
  padding:1em;
  border-radius:5px;
}
.swatch.error p {
  margin:0.7em 0;
}
.swatch.error p:first-child {
  margin-top:0;
}
.swatch.error p:last-child {
  margin-bottom:0;
}
.swatch.error code {
  font-family:monospace;
}

.swatch.clearfix {
  width: 100%;
  float: left;
  clear: left;
  display: flex;
  align-items: center;
  margin-bottom: 17px;
}
.desc {
  float: left;
}

#product-description .rte, #product-description .rte .station-tabs { margin-bottom: 0px; }
#product-description .rte .station-tabs .station-tabs-content-inner{ padding-bottom: 0!important;}
div#product-description.desktop-12 {
  border-right: 0;
  padding-right: 0;
}


/* =============== */
/* = Cart = */
/* =============== */

#cartform { margin-top: 20px; }
.cart-item { display: table-cell; }
.cart-image { display: inline-block; margin-right: 10px; }
.cart-image img { vertical-align: middle; }
.cart-title { display: inline-block; }

table {
  width: 100%;
  border-collapse: collapse;
}


/* Zebra striping */
tr:nth-of-type(odd) {
}
th {
  background: #f9f9f9;
  font-weight: normal;
}
td, th {
  padding: 10px;
  border: 1px solid #eee;
  text-align: left;
}

#basket-right { text-align: right; float: right; }
#basket-right h4 { margin: 20px 0; }
#note { background: transparent; }

#cart-notes { margin-top: 20px; margin-bottom: 20px; }

/* =============== */
/* = Blogs & Pages = */
/* =============== */

.blog-template #sidebar h3, .article-template #sidebar h3 { border-bottom: 1px solid #000000; padding-bottom: 5px; }

span.author {
  display: inline-block;
  margin-right: 5px;
}

.article-body h2 {
  margin-bottom: 5px;
}

p.published {
  display: inline-block;
  margin-bottom: 5px;
}

div#contactFormWrapper p {
  margin-bottom: 0;
  margin-top: 0;
}
ul#blog-articles { list-style-type: none; }
.single-article { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #000000; float: left; clear: left; }
.article-image { margin-bottom: 10px; }



li.tags a {
  padding: 2px 3px;
  background: #c60c0c;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  margin: 0 5px 5px 0;
}

li.tags {
  display: inline-block;
}

span.feat-post-title {
  font-weight: bold;
  display: block;
  margin-top: 10px;
}

span.feat-post-date {
  font-size: 90%;
  display: block;
}

#comments { clear: left; float: left; border-top: 1px solid #000000; padding-top: 20px; margin-top: 20px; width: 100%; }
#comment-form { clear: left; float: left; }
#comments ul { margin-top: 20px; list-style-type: none; }
#comments ul li { float: left; display: block; width: 100%; margin: 0 0 20px 0; border-bottom: 1px solid #000000; padding-bottom: 20px; }

.comment-details { margin-bottom: 10px; }
.gravatar { float: left; margin-right: 20px; }
.comment { float: left; }
.comment p { margin-top: 0; }

dd { margin-left: 0; }

.notice { border: 1px dashed #eee; padding: 5px; background: ghostwhite; margin: 20px 0; }

/* =============== */
/* = Search = */
/* =============== */

#search-bar { margin-top: 20px; /*border-bottom: 1px solid #000000;*/ }
#q { text-transform: uppercase; }
.search-content { text-align: center; padding: 20px; }
.product-index:hover > .search-content { opacity: 0.1; }

/* =============== */
/* = Customer Accounts = */
/* =============== */

#customer-wrapper { float: left; margin-bottom: 40px; }
#customer-wrapper p { margin-top: 0! important; margin-bottom: 0! important; }

#forgot_password { margin-bottom: 15px; }
#customer-wrapper form { margin-top: 20px; }
#admin_header { margin-bottom: 30px; }
.view_address p { margin: 0; }
#customer_detail p { margin: 0; }
.address_table { margin-bottom: 20px; }

#order_address {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

#order_details { float: left; }

#create-customer, #customer {
  margin-top: 30px;
}


div#recover-password {
  margin-top: 30px;
}

.action_link {
  display: inline-block;
  margin-bottom: 10px;
}

.action_edit {
  padding: 0 10px;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  margin: 0 10px;
}


a#view_address {
  display: block;
  margin-top: 10px;
}

.center {
  text-align: center;
}


/* =============== */
/* = Footer = */
/* =============== */

.footer-template {
  background: #ffffff;
  /*   padding-top: 30px; */
  /*   margin-top: 30px; */
}

body.index .footer-template { margin-top: 0; }

#footer { padding-bottom: 10px;}
#footer ul { list-style-type: none;}

#footer-border {
  margin-top: 20px;
  margin-bottom: 20px;
  height: 1px;
  background: #000000;
}


.footer-block { margin-bottom: 15px; }

#footer p, #footer a, #footer h4 { color: #000000; }

ul#footer-icons { list-style-type: none; }
ul#footer-icons li { display: inline-block; }
ul#footer-icons li a {
  color: #000000;
  font-size: 22px;
  display: inline-block;
  text-align: center;
  margin: 0 10px;
}


#footer-EMAIL { margin-bottom: 10px; }
#footer-subscribe { margin-bottom: 10px; width: 100%;}

#subscribe_popup { padding: 20px; float: left; }


#payment { text-align: center; margin-top: 0px; margin-bottom: 0px; }
#payment img { display: inline; max-width: 44px; text-align: center; margin: 10px 5px; }


ul#footer-icons li a i.fa.fa-facebook {
  color: #4267B2;
}
ul#footer-icons li a i.fa.fa-twitter {
  color: #1DA1F2;
}

i.fa.fa-facebook {
  color: #4267B2;
}
i.fa.fa-twitter {
  color: #1DA1F2;
}
i.fa.fa-pinterest {
  color: #cb2027;
}
i.fa.fa-snapchat-ghost {
  color: #F6E300;
}
i.fa.fa-instagram {
  color: #E46049;
}


/* =============== */
/* = Mobile Hides = */
/* =============== */

#mobile-product { display: none; }

/* =============== */
/* = Global = */
/* =============== */

#mc_embed_signup {
  margin-top: -10px;
}

#mce-EMAIL {
  float: left;
  margin-right: 0;
  width: 75%;
  display: inline-block;
}

#mc-embedded-subscribe {
  float: left;
  margin-top: 0;
  height: 38px;
  line-height: 38px;
  width: 25%;
  max-width: 25%;
  min-width: 25%;
  display: inline-block;
}

#pagination { text-align: center; margin-bottom: 20px; /*padding-top: 20px;*/ }
#pagination a { color:#fff; margin: 0 5px; background: #000000; padding: 2px 5px; border-radius: 15px; }
#pagination a:hover { text-decoration: none; background: #000000; color: #fff; }
#pagination .current { background: transparent; }
#pagination .count { margin-right: 20px; }


#breadcrumb { font-size: 12px; margin-bottom: 20px; padding: 5px 0px; background: #ffffff; }
#breadcrumb a { padding: 0 5px 0 0; }
#breadcrumb p { padding: 0 5px 0 0; }
.separator { padding-right: 5px; }

@media (max-width: 767px){
  #breadcrumb { padding: 5px 0px;}
}

/*================ #Images and Iframes ================*/
svg:not(:root) {
  overflow: hidden;
}


.videoWrapper { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.videoWrapper iframe, .videoWrapper object, .videoWrapper embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
* Shifter v3.1.2 - 2014-10-28
* A jQuery plugin for simple slide-out mobile navigation. Part of the Formstone Library.
* http://formstone.it/shifter/
*
* Copyright 2014 Ben Plum; MIT Licensed
*/


.shifter-open {
  overflow: hidden;
}
.shifter-open .shifter-page *,
.shifter-open .shifter-header * {
  pointer-events: none;
}
.shifter-open .shifter-handle{
  pointer-events: all !important;
}
.shifter-navigation {
  display: none;
  opacity: 0;
  top: 85px;
  text-align: left;
}
.shifter-handle {
  display: none;
}
.shifter-enabled .shifter-page {
  /*min-height: 100%;
  position: relative;
  z-index: 1;
  background: #ffffff;
  display: block;
  overflow: hidden;*/
}
#content-wrap{
  position: relative;
  z-index: 1;
  background: #ffffff;
  display: block;
  overflow: hidden;
}
.shifter-enabled.shifter-left .shifter-page {
}
.shifter-enabled .shifter-navigation {
  opacity: 1;
  width: 270px;
  height: 100%;
  position: absolute;
  top:0px;
  left:-100%;
  z-index: 99999;
  background: #ffffff;
  display: block!important;
  overflow: auto;
  pointer-events: none;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;

}
.shifter-open .shifter-navigation{
  left:0!important;
  /*  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;*/

}
.shifter-enabled .shifter-page,
.shifter-enabled .shifter-header,
.shifter-enabled .shifter-navigation {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.shifter-enabled .shifter-page,
.shifter-enabled .shifter-header {

  /* --- Stops anything absolutely positioned within the container from working as anythin with transform assumes parent ----
  -webkit-transform: translate3D(0, 0, 0);
  -ms-transform: translate3D(0, 0, 0);
  transform: translate3D(0, 0, 0);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  */
}
.shifter-enabled .shifter-handle {
  cursor: pointer;
  display: block;
}

.shifter-enabled .shifter-navigation {
  right: 0;
  -webkit-transform: translate3D(0, 0, 0);
  -ms-transform: translate3D(0, 0, 0);
  transform: translate3D(0, 0, 0);
}
.shifter-open .shifter-page,
.shifter-open .shifter-header {
  /*   -webkit-transform: translate3D(-270px, 0, 0);
  -ms-transform: translate3D(-270px, 0, 0);
  transform: translate3D(-270px, 0, 0); */
}
.shifter-enabled.shifter-left .shifter-navigation {
  /*   left: 0;
  display:block!important; */
  /*   -webkit-transform: translate3D(0, 0, 0);
  -ms-transform: translate3D(0, 0, 0);
  transform: translate3D(0, 0, 0);
  transition: all 2s ease-in-out 0s; */
  /*     -webkit-transition: all 2s ease-in-out 0s;
  -moz-transition: all 2s ease-in-out 0s;
  -ms-transition: all 2s ease-in-out 0s;
  -o-transition: all 2s ease-in-out 0s; */
  overflow:inherit;
}
.shifter-enabled.shifter-left.shifter-open .shifter-page,
.shifter-enabled.shifter-left.shifter-open .shifter-header {
  /*   -webkit-transform: translate3D(270px, 0, 0);
  -ms-transform: translate3D(270px, 0, 0);
  transform: translate3D(270px, 0, 0); */
}
.shifter-open .shifter-navigation {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translate3D(0, 0, 0);
  -ms-transform: translate3D(0, 0, 0);
  transform: translate3D(0, 0, 0);
  /* transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;*/

}
.no-csstransforms3d .shifter-enabled.shifter-navigation {
  right: -270px;
}
.no-csstransforms3d .shifter-enabled.shifter-left .shifter-navigation {
  left: -270px;
}
.no-csstransforms3d .shifter-enabled.shifter-open .shifter-page {
  left: -270px;
}
.no-csstransforms3d .shifter-enabled.shifter-open .shifter-navigation {
  right: 0;
}
.no-csstransforms3d .shifter-enabled.shifter-left.shifter-open .shifter-page {
  left: auto;
  right: -270px;
}
.no-csstransforms3d .shifter-enabled.shifter-left.shifter-open .shifter-navigation {
  left: 0;
}

/* .shifter-navigation:before {
position: absolute;
content: "";
background: #1d1b1b9e;
left: 271px;
height: 100%;
width: 700px;
top: 0;
z-index: 10000;

} */

.accordion-toggle.open:after, .accordion-toggle2.open:after {
  content: "\f106";
  font-family: FontAwesome;
  position: absolute;
  right: 10%;
}
.accordion-toggle:after, .accordion-toggle2:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 10%;
}


ul#accordion li, .accordion-toggle, .accordion-toggle2 {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

.accordion-toggle, .accordion-toggle2 {cursor: pointer;}
.accordion-content, .accordion-content2 {display: none;}
.accordion-content.default, .accordion-content2.default {display: block;}

nav.shifter-navigation ul {
  list-style: none;
  margin-left: 10px;
  margin-top: 10px;
}

nav.shifter-navigation ul li a, .accordion-toggle, .accordion-toggle2 {
  color: #ffffff/*#000000*/;
}

nav.shifter-navigation ul.sub {
  margin-top: 0! important;
}

.shifter-navigation input#q {
  margin-left: 10px;
  width: 240px;
  min-width: initial;
}

.shifter-navigation form, .shifter-navigation input#q {
  margin-bottom: 0;
}




/*
* jQuery FlexSlider v2.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0; overflow: hidden;}
.flexslider .slides > li {position: relative; margin-bottom: 0; display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {background: transparent; position: relative; zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}



/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { background: transparent! important; text-align: center; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav a:hover { background: transparent! important; text-decoration: none; }

.flex-direction-nav .flex-prev { width: 40px; height: 40px; left: -40px;  }
.flex-direction-nav .flex-next { width: 40px; height: 40px; right: -40px; }

.flex-direction-nav .flex-prev:before {content:"\f104"; font-family: FontAwesome; font-size: 30px; text-align: center; line-height: 40px; }
.flex-direction-nav .flex-next:before {content:"\f105"; font-family: FontAwesome; font-size: 30px; text-align: center; line-height: 40px; }


.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }


/* Control Nav */
.flex-control-nav {display: none; width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}


.flex-caption {
  position: absolute;
  width: 100%;
  padding: 0 5%;
  line-height: normal;
  z-index: 3;
}

.flex-caption h2.slide-title {
  line-height: inherit;
}

.flex-caption p {
  letter-spacing: 1px;
}

.flexslider .readmore {
  position: absolute;
  width: 100%;
  text-align: center;
}

.cta {
  margin-top: 50px;
}

.cta a {
  padding: 10px 20px;
  letter-spacing: 1px;
  border-radius: 3px;
  -webkit-transition: background .5s ease,color .5s ease;
  -moz-transition: background .5s ease,color .5s ease;
  -o-transition: background .5s ease,color .5s ease;
  transition: background .5s ease,color .5s ease;
}


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.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;
}

.fancybox-skin {
  position: relative;
  background: #ffffff;
  color: #000000;
  text-shadow: none;
  border: 1px solid #d5d5d5;
}

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

.fancybox-opened .fancybox-skin {

}

.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 "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

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

#fancybox-loading {
  background-image: url(//cdn.shopify.com/s/files/1/2678/7890/t/178/assets/fancybox_sprite.png?v=3005993056200497091);
}

.fancybox-next span {
  background-image: url(//cdn.shopify.com/s/files/1/2678/7890/t/178/assets/next.png?31989);
}


.fancybox-prev span {
  background-image: url(//cdn.shopify.com/s/files/1/2678/7890/t/178/assets/prev.png?31989);
}


#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/2678/7890/t/178/assets/fancybox_loading.gif?31989) center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 8040;
  background-size: 20px 20px! important;
  content:"\f104";
  font-family: FontAwesome;
  font-size: 30px;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(//cdn.shopify.com/s/files/1/2678/7890/t/178/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;
  width: 50px;
  height: 50px;
}

.fancybox-next span {
  right: 10px;
  width: 50px;
  height: 50px;
}

.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: rgba(255,255,255,0.9);
}

.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 "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, .8);
}



/* Password Page */

body.password {
  background-repeat: no-repeat;
  background-attachment: fixed;
}



body.password #logo {
  margin-top: 100px;
  text-align: center;
}

body.password #logo a {
  float: none;
}

body.password #logo h1 a {
  display: block;
  float: none;
}

#password-message { margin-bottom: 30px; }

.password-page { min-height: 100vh; }
.password-page img { margin: 10px; }


#signup-wrap {
  padding: 30px;
  border-radius: 3px;
  text-align: center;
}



#signup-holder {
  margin-top: 100px;
}

#password-email {
  float: left;
  text-indent: 10px;
  width: 70%;
  min-width: 70%;
  text-transform: uppercase;
  color: #000;
}

#password-subscribe {
  float: left;
  width: 28%! important;
  margin-left: 2%;
  margin-top: 0;
  text-transform: uppercase;
  min-width: 28%! important;
}

body.password p.success {
  text-align: center;
}

ul#password-icons {
  position: fixed;
  left: 0;
  bottom: 20px;
  list-style: none;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

ul#password-icons li {
  display: inline-block;
  margin: 0 5px;
}



body.password form#login_form {
  padding: 15px 20px;
}

/* slideout */

.slideout-toggle.open_password {
  position: fixed;
  top: 20px! important;
  right: 20px! important;
  z-index: 2;
  cursor: pointer;
}

.slideout {
  position: fixed;
  top: 0! important;
  right: -320px;
  width: 320px;
  background-color: #fff;
  z-index: 300;
  color: #000;
}

.slideout label {
  margin-bottom: 30px;
}

.closeslide {
  float: right;
  width: 44px;
  padding: 15px 15px 11px 15px;
  cursor: pointer;
  font-size: 20px;
}

.closeslide i.icon-angle-right { margin-right: -3px; }
.close-mob-icons{ display:none;}
@media screen and ( max-width: 740px ) {
  ul#password-icons { display: none; }
  #signup-holder { margin-top: 50px; }
  .close-mob-icons{ 
    cursor:pointer;
    display:block;
    position: absolute;
    right: 10px;
    top: 5px;
    color: #000000;
    font-weight: bold;
    border: 1px solid;
    padding: 0 5px;
    border-radius:50%;
  }
}

.pass-foot {
  width: 100%;
  position: fixed;
  bottom: 10px;
  text-align: center;
}

.pass-foot a {
  font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-style: italic;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}




/* #Media Queries
================================================== */

@media screen and ( min-width: 980px ) {

  div#product-loop .product-index.first {
    clear: left;
  }

  div#product-loop .product-index.desktop-3.tablet-2:nth-child(3n+1) {
    clear:none! important;
  }

  div#product-loop .product-index.desktop-3.tablet-2:nth-child(4n+1) {
    clear: left! important;
  }

  div#product-loop .product-index.desktop-4.tablet-2:nth-child(4n+1) {
    clear:none! important;
  }

  div#product-loop .product-index.desktop-4.tablet-2:nth-child(3n+1) {
    clear: left! important;
  }

  #collection-page-template .show { display: none; }

}


/* Smaller than standard 980 (devices and browsers) */
@media only screen and (max-width: 980px) {
  nav {
    position: relative;
  }

  #collection-page-template #sidebar { display: none; text-align: center; }
  #collection-page-template #sidebar.open { display: block; }
  a.show {
    clear: both;
    border: 1px solid;
    text-align: center;
    margin: 0 auto;
    padding: 8px 10px;
    float: none;
    width: 150px;
    display: block;
  }

  div#product-loop .product-index.first {
    clear: none;
  }

  div#product-loop .product-index.desktop-3:nth-child(2n+1) {
    clear: left! important;
  }

  div#product-loop .product-index.desktop-3.tablet-2:nth-child(2n+1) {
    clear:none! important;
  }

  div#product-loop .product-index.desktop-3.tablet-2:nth-child(3n+1) {
    clear: left! important;
  }

  div#related {
    margin-top: 20px;
    border-top: 1px solid #000000;
    padding-top: 20px;
  }

  #looked-at h4 { text-align: center; }

  #product-description {
    border-right: 0;
    padding-right: 0;
  }
}

@media screen and ( min-width: 741px ) {
  .mobile-trigger { display: none! important; }


  div#contactFormWrapper {
    max-width: 600px;
  }

}


@media only screen and (max-width: 740px) {

  div#product-loop .product-index.desktop-3.tablet-2.mobile-half:nth-child(2n+1) {
    clear:left! important;
  }

  div#product-loop .product-index.desktop-3.tablet-2.mobile-half:nth-child(3n+1) {
    clear: none! important;
  }
  #product-photos h1,
  div#product-description h2, #product-description h1, #product-description .product-price, #product-description
  #product-price {
    text-align: center;
  }

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

  .product-add label {
    /*display: inline-block! important;*/
    float: none! important;
  }
  .product-add .js-qty input#quantity {
    float: none! important;
  }

  .product-add .js-qty {
    display: inline-block;
  }

  #message p { padding: 5px 0; line-height: initial;  }
  .mobile-trigger { display: inline-block; }
  ul#featured-posts li { margin-bottom: 20px; clear: left;  }
  #logo { margin-bottom: 0px; text-align: center; }
  #logo img { max-width: 80%; }
  ul#cart { text-align: center;  }
  ul#cart li { vertical-align: middle; margin: 0 10px; padding: 5px 0; }
  ul#cart li.mobile-trigger span.shifter-handle { font-size: 20px; }
  .search { width: 100%; }
  #q { width: 100%; }
  #footer ul { text-align: center; margin-bottom: 20px; }
  #mce-EMAIL { width: 100%; }
  .button { width: 100%; }
  a.button { width: initial; }
  #navigation { position: initial! important; }
  ul#nav { display: none! important; }
  #mobile-product { display: block! important; }
  #product-description { padding: 0! important; border: 0! important; }

  #add { width: 100%; }
  .product-add   input { width: auto; min-width: 100px; }
  .product-add   input.add {
    padding: 0 25px! important;
    line-height: 30px;
  }
  input { width: 100%; min-width: 100%; }
  #update-cart, #checkout { width: 100%; }
  .flex-direction-nav { display: none; }
  #order_shipping { margin-top: 20px; }
  #promo-images img { margin-bottom: 20px; }
  div#message { text-align: center;}
  li.searchbox { display: none! important; }
  .first { clear: none; }
  .swatch { text-align: center; }
  .swatch .swatch-element { display: inline-block; float: none; margin:3px 2px; }
  .single-option-selector { width: 100%;margin-bottom: 15px; }
  #mc-embedded-subscribe { width: 100%; min-width: 100%; }
  li.icons a { float: none; }
  #mce-EMAIL { text-align: center; margin-bottom: 10px; }
  body.product input.add.clearfix {
    clear: left;
    width: 100%;
    max-width: 250px;
    margin-top: 20px;
  }

  #shopify-section-you-may-also-like .owl-carousel .owl-item .item .product-car .prod-container a{
    display: block;
    width: 250px;
    margin: 0 auto;
    overflow: hidden!important;
    padding:0;
  }
  #shopify-section-you-may-also-like .top_products .product-car{
    margin: 10px 0;
  }

  .product-add label {
    float: left;
    /*height: 20px;*/
    line-height: 25px;
    margin-right: 0px;
  }

  body.product .product-add {
    margin-top: 0px;
  }
  .swatch.clearfix{
    justify-content: center;
    margin-bottom: 12px;
  }
  .flex-caption { bottom: 5%; top: initial! important;}

  #full-width-filter { text-align: center; }
  #sidebar { text-align: center; }

  .flex-caption h2.slide-title {
    font-size: 15px! important;
    margin-bottom: 5px! important;
  }

  .flex-caption p {
    font-size: 14px! important;
    margin-bottom: 5px! important;
  }

  .flex-caption .cta a {
    font-size: 14px! important;
    padding: 5px 8px! important;
  }

  /* Force table to not be like tables anymore */
  table,#shopping-cart thead,#shopping-cart tbody,#shopping-cart th,#shopping-cart td,#shopping-cart tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  #shopping-cart thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  #shopping-cart tr { border: 1px solid #ccc; margin: 20px 0;}

  #shopping-cart td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding: 10px;
    text-align: center;
  }

  #shopping-cart table input { }

  .cart-item { display: block; }
  .cart-image, .cart-title { display: block; width: 100%;}

  #basket-right h4 { font-weight: normal; text-align: center; margin: 20px 0 30px; }

  #shopping-cart table td:nth-of-type(2):before { content: "Item Price"; }
  #shopping-cart table td:nth-of-type(3):before { content: "Quantity"; }
  #shopping-cart table td:nth-of-type(4):before { content: "Remove"; }
  #shopping-cart table td:nth-of-type(5):before { content: "Total"; }
}


/* onboarding styles for new theme install */

.onboard { background: #eee! important; }

.row.no-blocks .desktop-12 {
  font-size: 15px;
  text-align: center;
  padding: 20px 0;
  border: 1px dashed #eee;
  background: #f7f7f7;
  margin-top: 20px;
  margin-bottom: 50px;
  font-weight: 400;
}

.promo-inner .onboard .placeholder-svg, .product-index.onboard .placeholder-svg {
  fill: rgba(28,29,29,0.1);
  background-color: transparent;
}

.flexslider .placeholder-svg {
  fill: rgba(28,29,29,0.1);
  background-color: #eee;
}

.onboard-instagram {
  background: #f9f9f9;
}

.plax-placehold {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-bottom: 0! important;
  overflow: hidden;
}
.plax-placehold .placeholder-svg, .promo-inner .onboard .placeholder-svg {
  fill: rgba(28,29,29,0.1);
  background-color: transparent;
}

.featured-image-wrapper .onboard {
  margin-bottom: 20px;
}

/* ============================================== */
/* ================ AJAX CART ================ */
/* ============================================== */

.js-drawer-open {
  overflow: hidden;
  height: 100%;
}

.js-drawer-open-right .is-moved-by-drawer {
  -ms-transform: translateX(-300px);
  -webkit-transform: translateX(-300px);
  transform: translateX(-300px);
}
.is-moved-by-drawer {
  transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
}

.js-drawer-open-right .drawer--right {
  display: block;
  -ms-transform: translateX(-300px);
  -webkit-transform: translateX(-300px);
  transform: translateX(-300px);
}

.drawer--right {
  width: 300px;
  right: -300px;
  border-left: 1px solid #000000;
}
.drawer {
  -webkit-transform: translateZ(0);
  will-change: transform;
  outline: 0 none;
  display: none;
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  top: 0;
  bottom: 0;
  padding: 0 15px 15px;
  max-width: 95%;
  z-index: 22;
  color: #000000;
  background-color: #ffffff;
  transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
}

.drawer__header {
  display: table;
  height: 70px;
  width: 100%;
  margin-bottom: 15px;
  border-bottom: 1px solid #000000;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

.drawer__header h3 {
  margin-bottom: 0;
}

.drawer__close {
  text-align: right;
  float: right;
  cursor: pointer;
}

.ajaxcart__inner {
  margin-bottom: 30px;
}

.ajaxcart__product {
  position: relative;
  max-height: 500px;
}

.ajaxcart__product p {
  margin-bottom: 5px;
}

#CartDrawer .row {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #000000;
  width: 270px;
}

.ajaxcart__product-image {
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
}

.ajaxcart__product-image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

span.fallback-text {
  display: none;
}

input.ajaxcart__qty-num {
  display: inline-block;
  float: left;
  width: 32px;
  min-width: 32px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #000000;
  padding: 0;
  text-align: center;
  -webkit-appearance: none;
  text-indent: 0;
  -moz-appearance: none;
  color: #000000;
  border-left: 0;
  border-right: 0;
  margin-bottom:0;
  background: transparent;
  outline: 0 none;
  border-radius: 0;
}

input.js-qty__num {
  float: left;
  display: inline-block;
  width: initial;
  height: 32px;
  line-height: 32px;
  padding: 0;
  margin: 0;
  border-left: 0;
  border-right: 0;
  text-align: center;
  min-width: initial;
  max-width: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0;
  outline: 0 none;
}

button.ajaxcart__qty-adjust.quantity-increment {
  width: 32px! important;
  height: 32px;
  min-width: 32px! important;
  float: left;
  line-height: 32px! important;
  background: #fff! important;
  color: #000! important;
  border: 1px solid #000000;
}

button.ajaxcart__qty-adjust.quantity-increment:hover {
  background: #fff! important;
  color: #000! important;
}

textarea#CartSpecialInstructions {
  width: 270px! important;
  max-width: 270px;
  min-width: 270px;
}

.drawer .text-right {
  line-height: 40px;
}

.cart__checkout {
  width: 100%;
}

.ajaxcart__footer.row .text-right {
  line-height: initial;
}

.ajaxcart__footer.row .text-center {
  clear: left;
}

.january label {
  background: #771126 !important;
}
.february label {
  background: #4F4872 !important;
}
.march label {
  background: #A0D7F6 !important;
}
.april label {
  background: #B1BBBC !important;
}
.may label {
  background: #59C660 !important;
}
.june label {
  background: #8177a9 !important;
}
.july label {
  background: #ec3a6c !important;
}
.august label {
  background: #939e58 !important;
}
.september label {
  background: #0b4d87 !important;
}
.october label {
  background: #ce6f9b !important;
}
.november label {
  background: #dc972f !important;
}
.december label {
  background: #4b7aa8 !important;
}
.silver label{
  background: silver !important;
}
.gold label{
  background: gold !important;
}
.rose-gold label {
  background: #b76e79 !important;
}
.marble label {
  {background:url(marble.png);}
}
.dark-blue label {
  background:#000080 !important;
}
.dark-green label {
  background: #112d30 !important;
}
.brown label {
  background: #8b4513 !important;
}
.coffee label {
  background: #944B38 !important;
}
.sky-blue label {
  background: #7ec0ee !important;
}
.dark-brown label {
  background: #513027 !important;
}

.garmet-january label {
  background: #cf0006 !important;
}
.amethyst-february label {
  background: #a54457 !important;
}
.aqua-march label {
  background: #17b3d9 !important;
}
.crystal-april label {
  background: #e5e9f5 !important;
}
.emerald-may label {
  background: #1fc3c2 !important;
}
.alexandrile-june label {
  background: #eccece !important;
}
.ruby-july label {
  background: #930803 !important;
}
.peridot-august label {
  background: #beddbb !important;
}
.sapphire-september label {
  background: #5186ba !important;
}
.rose-october label {
  background: #ed92bb !important;
}
.topaz-november label {
  background: #ce4904 !important;
}
.tanzanite-december label {
  background: #688ee1 !important;
}

.loader-img{
  display:none;
  width: 100%;
  float: left;
  text-align: center;
}
.load-img{
  width:120px;
}
#collection-page-template #pagination{
  visibility: hidden;
}
.lazy {
  display: none;
}

#navigation:after{
  display: none;
}

@media (max-width: 1220px){
  .gridlock .row .desktop-12{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  ul#nav li.dropdown{
    padding-right: 16px;
  }
  ul#nav li a{
    padding: 0 4px;
  }
}

@media (max-width: 910px){
  ul#nav li a{
    font-size: 10px;
  }
  ul#cart li{
    margin-left: 0;
  }
  ul#cart .cart_li{
    margin: 0 0px !important;
  }
}

@media (min-width: 741px){
  .search-form.desktop-3.mobile_show{
    display: none!important;
  }
  .desktop_search .searchbox input[type="text"]{
    height: 30px;
    margin-top: 5px;
  }
  .desktop_search .searchbox input[type="submit"]{
    top: 5px;
    height: 30px;
  }
  .header-section.fixed_header .desktop_search .searchbox{
    margin-top: 0;
  }
  .header-section > header{
    /*padding-top: 15px;*/
  }
  #mobile_search{
    display: none;
  }
  .cart-count{
    position: relative;
    padding: 0 2px;
  }
  .cart-count:before,
  .cart-count:after{
    position: static;
    top: 0;
    font-size: 14px;
    line-height: 14px;
  }
  .cart-count:before{
    content: "(";
    left: -2px;
  }
  .cart-count:after{
    content: ")";
    right: -2px;
  }
}

.header-section.fixed_header .header-wrapper .search-form{
  display: none;
}
.desktop_cart {
  display: none !important;
}
.desktop_cart a span{
  position: relative;
  top: -4px; 
}
.header-section.fixed_header .desktop_cart{
  display: none !important;
}
.header-section.fixed_header .isStuck .desktop_cart{
  display: inline-block !important;
}


@media (max-width: 740px){
  #message{
    border-bottom: 1px solid silver;
    margin: 0;
    width: 100%;
  }
  .row.my_custom_row{
    box-shadow: 1px 1px 5px silver;
  }

  .gridlock ul#cart{
    margin: 0;
    width: 100%;
    padding: 0 10px;
  }
  .desktop_search{
    display: none;
  }
  .shifter-enabled .shifter-navigation.mobile-navigation{
    position: fixed;
    box-shadow: 0 0 10px 0 #aaa;
  }
  nav.shifter-navigation ul li a, .accordion-toggle, .accordion-toggle2{
    color: #000000;
  }
  /*   ul#cart li.cart_li img{
  width: 15px;
} */

  .fixed_header.header-section{
    background-color: #ffffff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
  }
  .fixed_header.header-section #message{
    display: none;
  }
  #logo a{
    position: relative;
    z-index: 99999;
  }
  #mobile_search{
    display: inline-block;
    padding-right: 10px;
  }
  .search-form{
    display: none;
    margin-bottom:10px;
    margin-top: 10px;
  }
  .gridlock .row.my_custom_row{
    max-width: 100%;
    position: relative;
    width: 700px;
  }
  .my_custom_row #cart{
    position: absolute;
    top: 44px;
    width: 100%;
    text-align: left;
    padding-right: 15px;
    z-index: 99;
  }
  .my_custom_row #cart li.cart_li{
    float: right;
    display: flex;
    align-items: center;
  }
  ul#cart li a{
    font-size: 0;
  }
  ul#cart li i.fa{
    font-size: 16px;
  }
  ul#cart li .cart-count{
    background-color: #666666;
    color: #ffffff;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    display: block;
    position: absolute;
    text-align: center;
    font-size: 12px;
    right: -8px;
    top: -5px;
  }
  ul#cart .cart_li a{
    position: relative;
  }
  #message.slidingVertical{
    padding-bottom: 30px;
  }
}
@media (max-width:480px){
  .hidden_mobile p{
    display: none !important;
  }
}
@media (max-width: 400px){
  .my_custom_row #cart{
    padding-right: 0;
  }
  ul#cart li{
    margin: 0 4px;
    padding: 0;
  }
  .my_custom_row #cart li.cart_li{
    padding: 1px 0 0 0;
  }
}
#max_size_text2,
#max_size_text{
  display:inline;
  margin:20px 0 0 0 !important;
}

#cart .doubly-wrapper .doubly-nice-select .current{
  color:black !important;
}

.header-wrapper{
  width:100%;
}

nav{
  display:flex;
  align-items:center;
  justify-content:center;
}

/*#logo img { width: auto!important;height:33px!important; }*/
nav #logo img{
  margin-right:10px;
  max-width: 200px;
  width:auto!important;
  height:33px!important;
}

@media (max-width:1220px){
  nav #logo{
    display:none;
  }
}

.mobile-lbl{
  display:none !important;
}
.stuckymenu #logo{opacity: 0;margin-right:10px;}
.stuckymenu.isStuck #logo{    
  /*-webkit-transition: width 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;*/
  opacity: 1;
  margin-right:10px;
}

/*!
*  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
*  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/@font-face{font-family:'FontAwesome';src:url('fontawesome-webfont.eot?v=4.6.3');src:url('fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),url('fontawesome-webfont.woff2?v=4.6.3') format('woff2'),url('fontawesome-webfont.woff?v=4.6.3') format('woff'),url('fontawesome-webfont.ttf?v=4.6.3') format('truetype'),url('fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{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}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

  /*================ Vendor-specific styles ================*/

  /*============================================================================
  Slick Slider 1.6.0

  - If upgrading Slick's styles, use the following variables/functions
  instead of the slick defaults
  - Remove `outline: none` from `.slick-dots li button`
  - Change slick-image-url to just url
  - Remove any instance of slick-font-url
  ==============================================================================*/
  @charset 'UTF-8';
  /* Slider */
  .slick-loading .slick-list
  {
    background: #fff url('./ajax-loader.gif') center center no-repeat;
  }

  /* Icons */
  @font-face
  {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
  }
  /* Arrows */
  .slick-prev,
  .slick-next
  {
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
  }
  .slick-prev:hover,
  .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus
  {
    color: transparent;
    outline: none;
    background: transparent;
  }
  .slick-prev:hover:before,
  .slick-prev:focus:before,
  .slick-next:hover:before,
  .slick-next:focus:before
  {
    opacity: 1;
  }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before
  {
    opacity: .25;
  }

  .slick-prev:before,
  .slick-next:before
  {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .slick-prev
  {
    left: -25px;
  }
  [dir='rtl'] .slick-prev
  {
    right: -25px;
    left: auto;
  }
  .slick-prev:before
  {
    content: '←';
  }
  [dir='rtl'] .slick-prev:before
  {
    content: '→';
  }

  .slick-next
  {
    right: -25px;
  }
  [dir='rtl'] .slick-next
  {
    right: auto;
    left: -25px;
  }
  .slick-next:before
  {
    content: '→';
  }
  [dir='rtl'] .slick-next:before
  {
    content: '←';
  }

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

  .slick-dots
  {
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
  }
  .slick-dots li
  {
    position: relative;

    display: inline-block;

    width: 8px;
    height: 8px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
  }
  .slick-dots li button
  {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    padding: 7px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
  }
  .slick-dots li button:hover,
    .slick-dots li button:focus
    {
      outline: none;
    }
  .slick-dots li button:hover:before,
    .slick-dots li button:focus:before
    {
      opacity: 1;
    }
  .slick-dots li button:before
    {
      font-family: 'slick';
      font-size: 33px;
      line-height: 8px;
      position: absolute;
      top: 0;
      left: 0;
      width: 8px;
      height: 8px;
      content: '•';
      text-align: center;
      opacity: .25;
      color: black;

      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }

  .slick-slider .slick-dots li.slick-active, .slick-slider .slick-dots li.slick-active button, .slick-slider .slick-dots li.slick-active button::before {
    width: 12px;
    height: 12px;
    opacity: .9;
    color: #000;
  }

  .slick-slider .slick-dots li.slick-active button::before {
    font-size: 46px;
  }

  /* Slider */
  .slick-slider
  {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }

  .slick-list
  {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
  }
  .slick-list:focus
  {
    outline: none;
  }
  .slick-list.dragging
  {
    cursor: pointer;
    cursor: hand;
  }

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

  .slick-track
  {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .slick-track:before,
  .slick-track:after
  {
    display: table;

    content: '';
  }
  .slick-track:after
  {
    clear: both;
  }
  .slick-loading .slick-track
  {
    visibility: hidden;
  }

  .slick-slide
  {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
  }
  [dir='rtl'] .slick-slide
  {
    float: right;
  }
  .slick-slide img
  {
    display: block;
  }
  .slick-slide.slick-loading img
  {
    display: none;
  }
  .slick-slide.dragging img
  {
    pointer-events: none;
  }
  .slick-initialized .slick-slide
  {
    display: block;
  }
  .slick-loading .slick-slide
  {
    visibility: hidden;
  }
  .slick-vertical .slick-slide
  {
    display: block;

    height: auto;

    border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
    display: none;
  }

  @media only screen and (max-width: 767px){
    .desdestin-mobile-slide .slick-slide .product-image-main {
      margin-right: 4px;
    }
  }

  /* Custom CSS */  
  #shopping-cart #qty-select {
    text-align: center;
  }

  /**
  * Swiper 4.5.0
  * Most modern mobile touch slider and framework with hardware accelerated transitions
  * http://www.idangero.us/swiper/
  *
  * Copyright 2014-2019 Vladimir Kharlampidi
  *
  * Released under the MIT License
  *
  * Released on: February 22, 2019
  */
  .swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{ position: relative;width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}

  @font-face {
    font-family: 'caligraf_wnormal';
    src: url(//cdn.shopify.com/s/files/1/2678/7890/t/178/assets/caw-webfont.woff2?v=11219033209227329014) format('woff2'),
      url(//cdn.shopify.com/s/files/1/2678/7890/t/178/assets/caw-webfont.woff?v=2547184861779190120) format('woff');
    font-weight: normal;
    font-style: normal;

  }
  .searchbox form #q{width: 400px;    max-width: 100%;border-color:#fff;height: 35px;
    line-height: 32px;
    border-radius: 4px;padding:6px}

  .slidingVertical{
    display: inline;
    text-indent: 8px;
  }
  .slidingVertical p{
    animation: topToBottom 8s linear infinite 0s;
    -ms-animation: topToBottom 8s linear infinite 0s;
    -webkit-animation: topToBottom 8s linear infinite 0s;
    -o-animation: topToBottom 8s linear infinite 0s;
    -moz-animation: topToBottom 8s linear infinite 0s;
    opacity: 0;
    overflow: hidden;
    position: absolute;
  }
  .slidingVertical p:nth-child(2){
    animation-delay: 2s;
    -ms-animation-delay: 2s;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
  }
  .slidingVertical p:nth-child(3){
    animation-delay: 4s;
    -ms-animation-delay: 4s;
    -webkit-animation-delay: 4s;
    -moz-animation-delay: 4s;
    -o-animation-delay: 4s;
  }
  .slidingVertical p:nth-child(4){
    animation-delay: 6s;
    -ms-animation-delay: 6s;
    -webkit-animation-delay: 6s;
    -o-animation-delay: 6s;
    -moz-animation-delay: 6s;
  }
  .slidingVertical p:nth-child(5){
    animation-delay: 8s;
    -ms-animation-delay: 8s;
    -webkit-animation-delay: 8s;
    -moz-animation-delay: 8s;
    -o-animation-delay: 8s;
  } 

  /*topToBottom Animation*/
  @-moz-keyframes topToBottom{
    0% { opacity: 0; }
    5% { opacity: 0; -moz-transform: translateY(-50px); }
    10% { opacity: 1; -moz-transform: translateY(0px); }
    25% { opacity: 1; -moz-transform: translateY(0px); }
    30% { opacity: 0; -moz-transform: translateY(50px); }
    80% { opacity: 0; }
    100% { opacity: 0; }
  }
  @-webkit-keyframes topToBottom{
    0% { opacity: 0; }
    5% { opacity: 0; -webkit-transform: translateY(-50px); }
    10% { opacity: 1; -webkit-transform: translateY(0px); }
    25% { opacity: 1; -webkit-transform: translateY(0px); }
    30% { opacity: 0; -webkit-transform: translateY(50px); }
    80% { opacity: 0; }
    100% { opacity: 0; }
  }
  @-o-keyframes topToBottom{
    0% { opacity: 0; }
    5% { opacity: 0; -o-transform: translateY(-50px); }
    10% { opacity: 1; -o-transform: translateY(0px); }
    25% { opacity: 1; -o-transform: translateY(0px); }
    30% { opacity: 0; -o-transform: translateY(50px); }
    80% { opacity: 0; }
    100% { opacity: 0; }
  }
  @-ms-keyframes topToBottom{
    0% { opacity: 0; }
    5% { opacity: 0; -ms-transform: translateY(-50px); }
    10% { opacity: 1; -ms-transform: translateY(0px); }
    25% { opacity: 1; -ms-transform: translateY(0px); }
    30% { opacity: 0; -ms-transform: translateY(50px); }
    80% { opacity: 0; }
    100% { opacity: 0; }
  }
  @media only screen and (max-width: 740px){
    #message {
      min-height: 24px;
      padding-top: 5px;
    }
    header{line-height:normal;}
    div#message p{

      position: absolute;
      width: 100%;
      text-align: center;
      left: 0;
      right: 0;
    }
    ul#cart{    z-index: 99999;
      position: relative;}
  }
  .searchbox{max-width:100%;width:98%;margin-top:10px; margin: 0 auto;} 
  .searchbox input{display:inline-block;vertical-align:top;border-radius:0px;}
  .searchbox input[type=text]{width:100%;background:#fff;color:#000;border: 1px solid #000;line-height:normal;padding-left: 30px;}
  .searchbox input[type=submit]{position:absolute;top:1px;left:0px;line-height:normal;height:36px;min-width:auto;text-indent:-10000px; background:url(//cdn.shopify.com/s/files/1/2678/7890/t/178/assets/search_top.png?v=3401181804129280016) no-repeat center center transparent;width:40px;}
  .searchbox input[type=submit]:focus{outline:none;}
  .searchbox .search{position: relative;}
  .searchbox input[type=text]::placeholder {
    color: black;

    font-size:15px;
  }
  .searchbox input[type=text]:-ms-input-placeholder { 
    color: black;
    font-size:15px;

  }
  .searchbox input[type=text]::-ms-input-placeholder { 
    color: black;
    font-size:15px;

  }
  .shifter-navigation .search{display:none;}
  ul#nav li[aria-expanded="true"] a{color:#000;}
  .product-price.on-sale span {
    color: #dd4242;font-weight:bold;
  }
  #product-price span{padding:0 2px;padding-left: 0;}
  .product-page #product-price span{font-family: 'Lato', sans-serif;}
  .load-img{background: #000000;width: 64px;
    border-radius: 50%;}
  .loader-img{    padding: 20px;}
  .scrollup{
    width:40px;
    height:40px;			
    text-indent:-9999px;
    z-index: 99999999;
    position:fixed;
    bottom:75px;
    right:25px;
    cursor:pointer;
    display:none;			
    background: url(//cdn.shopify.com/s/files/1/2678/7890/t/178/assets/icon_top.png?v=4133910109956858099) no-repeat;
  }
  .top_products .owl-dots{
    display:none;
  }
  .top_products .owl-nav{
    position: absolute;
    top: -52px;
    right: 0;
  }
  .top_products.single_line_heading .owl-nav{
    top: -37px !important;
  }
  .top_products button.owl-prev{
    background: #000000 !important;
    opacity: 1 !important;
    color: #fff !important;
    min-width: 25px;
    border-radius:0px !important;
    margin:5px 3px !important;
    transition: background-color 300ms ease-in-out;
    -moz-transition: background-color 300ms ease-in-out;
    -webkit-transition: background-color 300ms ease-in-out;
    -o-transition: background-color 300ms ease-in-out;
  }
  .top_products button.owl-prev.disabled{
    opacity: .20 !important;
    transition: background-color 300ms ease-in-out;
    -moz-transition: background-color 300ms ease-in-out;
    -webkit-transition: background-color 300ms ease-in-out;
    -o-transition: background-color 300ms ease-in-out;
  }
  .top_products button.owl-prev:hover{
    background: #eee !important;
    color: #000 !important;
    transition: background-color 300ms ease-in-out;
    -moz-transition: background-color 300ms ease-in-out;
    -webkit-transition: background-color 300ms ease-in-out;
    -o-transition: background-color 300ms ease-in-out;
  }
  .top_products button.owl-next{
    background: #000000 !important;
    opacity: 1 !important;
    color: #fff !important;
    min-width: 25px !important;
    border-radius:0px !important;
    margin:5px 3px !important;
    transition: background-color 300ms ease-in-out;
    -moz-transition: background-color 300ms ease-in-out;
    -webkit-transition: background-color 300ms ease-in-out;
    -o-transition: background-color 300ms ease-in-out;
  }
  .top_products button.owl-next.disabled{
    opacity: .20 !important;
    transition: background-color 300ms ease-in-out;
    -moz-transition: background-color 300ms ease-in-out;
    -webkit-transition: background-color 300ms ease-in-out;
    -o-transition: background-color 300ms ease-in-out;
  }
  .top_products button.owl-next:hover{
    background: #eee !important;
    color: #000 !important;
    transition: background-color 300ms ease-in-out;
    -moz-transition: background-color 300ms ease-in-out;
    -webkit-transition: background-color 300ms ease-in-out;
    -o-transition: background-color 300ms ease-in-out;
  }
  .top_products .product-car{
    margin: 10px;
  }
  .top_products .product-index {
    margin-bottom: 20px;
    position: relative;
  }
  .top_products .prod-container {
    text-align: center;
  }
  .top_products .product-info {
    text-align: center;
    margin-top: 10px;
  }
  .top_products .prod-price {
    font-weight: normal;
    text-align: center;
  }
  /*.top_products .owl-theme .owl-nav {
  margin-top: 4px !important;
}*/
  #homepage-products.section_head_settings{
    position: relative;
  }
  #homepage-products.section_head_settings .owl-carousel{
    position: inherit;
  }
  #homepage-products h2.custom-sec-heading{
    text-transform: uppercase;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
  }
  .section_headings h2{
    text-align: center !important;
  }
  h2.custom-heading-section{
    padding: 10px 0 !important;
    border-bottom: 1px solid #eee !important;
    border-top: 1px solid #eee !important;
    text-align: center !important;
    margin-bottom: 0;
    text-transform: inherit;
  }
  .top_products button.owl-prev span {
    padding: 4px 10px 7px !important;
    font-size: 20px !important;
    display: block !important;
    border-radius: 0px !important;
    transition: background-color 300ms ease-in-out;
    -moz-transition: background-color 300ms ease-in-out;
    -webkit-transition: background-color 300ms ease-in-out;
    -o-transition: background-color 300ms ease-in-out;
  }
  .top_products button.owl-next span {
    padding: 4px 10px 7px !important;
    font-size: 20px !important;
    display: block !important;
    border-radius: 0px !important;
    transition: background-color 300ms ease-in-out;
    -moz-transition: background-color 300ms ease-in-out;
    -webkit-transition: background-color 300ms ease-in-out;
    -o-transition: background-color 300ms ease-in-out;
  }
  .top_products .owl-item.active img{
    border:none !important;
  }
  .cart-btn-snipt{
    text-align:center;
    display:block;
  }
  .instgram_feed_heading{
    text-align:center;
    margin-top:20px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
  }
  #cartform del span.money{
    top: 0px !important;
  }
  #product-description span.product-price.sale_price span.money{
    color:#dd4242;
  }
  .sale_price span{
    color:#dd4242;
  }
  #looked-at {
    margin-top: 0px; 
    border-top: 1px solid transparent; 
  }
  #looked-at h4{
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    text-align: center;
    text-transform: uppercase;
  }
  .onsale .money{
    padding: 0;
    margin: 0px 2px 0 0px;
  }
  body.collection .onsale .money{
    margin: 0px 2px 0 0px;
  }
  .section_head_settings a{
    text-decoration:none;
  }
  .collect-grid-item-section .collection_count_total{
    display:none;
  }

  /* #product-loop .product-add:hover{
  -webkit-animation: cqShakeBottom .82s cubic-bezier(.36,.07,.19,.97) both;
  animation: cqShakeBottom .82s cubic-bezier(.36,.07,.19,.97) both;
} */
  .desktop_grante_img{
    display:inline-block;
  }
  .mobile_grante_img{
    display:none;
  }
  .product-add .AddtoCart:hover, .product-add .animate-cart-btn:hover, .product-add .collection-detail:hover{
    cursor: pointer;
  }
  /*

  .product-add .AddtoCart:hover, .product-add .animate-cart-btn:hover{
  -webkit-animation-name: wiggle;
  -ms-animation-name: wiggle;
  -ms-animation-duration: 450ms;
  -webkit-animation-duration: 450ms;
  -webkit-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
}
  @-webkit-keyframes wiggle {
  0% {-webkit-transform: rotate(5deg);}
  25% {-webkit-transform: rotate(-5deg);}
  50% {-webkit-transform: rotate(8deg);}
  75% {-webkit-transform: rotate(-5deg);}
  100% {-webkit-transform: rotate(0deg);}
}

  @-ms-keyframes wiggle {
  0% {-ms-transform: rotate(1deg);}
  25% {-ms-transform: rotate(-1deg);}
  50% {-ms-transform: rotate(1deg);}
  75% {-ms-transform: rotate(-1deg);}
  100% {-ms-transform: rotate(0deg);}
}

  @keyframes wiggle {
  0% {transform: rotate(5deg);}
  25% {transform: rotate(-5deg);}
  50% {transform: rotate(8deg);}
  75% {transform: rotate(-5deg);}
  100% {transform: rotate(0deg);}
}
  */
  @media only screen and (max-width: 980px) and (min-width: 741px)  {
    .search-form .searchbox {
      max-width: 100% !important;
      width: 80% !important;
      margin-left: auto !important;
      margin-right: auto !important;
    }
    .my_custom_row{
      width:98% !important;
    }
  }
  .preview_txt_class{
    float:right; 
    font-weight:bold;
    font-size: 12px;
    margin-top: 42px;
    display:inline-block;
  }
  #word-input-wrapper{
    margin-bottom:0px;
  }
  .preview_txt_data{
    font-family: 'caligraf_wnormal';
    font-weight: bolder;
    color: gold;
    font-size: 45px;
    margin-left: 10px;
    height: 60px;
    line-height: 45px;
  }
  .preview_txt_date{
    font-family: 'caligraf_wnormal';
    font-weight: bolder;
    color: gold;
    font-size: 45px;
    margin-left: 10px;
    height: 60px;
    line-height: 45px;
  }
  .preview_txt_class.line_height_class{
    line-height: 60px;
  }
  .mobile-lbl{
    display:none;
  }
  .desktop-lbl{
    display:block;
    margin: 0 !important;
    float: left;
    height: 60px;
    line-height: 60px;
  }
  .image_video{
    display:none;
  }
  #basket-right button[type="submit"],
  #basket-right-top #checkout{
    border-radius: 5px;
  }
  #basket-right-top #checkout img{
    position: relative;
    top: 1px;
  }

  @media only screen and (max-width: 6000px) and (min-width: 1920px)  {
    .product_youtube_video{
      min-height:520px;
    }
  }
  @media only screen and (max-width: 1920px) and (min-width: 1220px)  {
    .product_youtube_video{
      min-height:400px;
    }
  }
  @media only screen and (max-width: 1221px) and (min-width: 1025px) {
    .product_youtube_video{
      min-height:350px;
    }
  }
  @media only screen and (max-width: 1024px) and (min-width: 981px) {
    .product_youtube_video{
      min-height:310px;
    }
  }
  @media only screen and (max-width: 980px) and (min-width: 701px) {
    .product_youtube_video{
      min-height:270px;
    }
  }
  @media only screen and (max-width: 700px) {
    .product_youtube_video{
      min-height:250px;
    }
  }
  @media only screen and (max-width: 500px){
    #basket-right input[type="submit"]{
      padding: 7px 0;
    }
  }
  @media only screen and (max-width: 440px) {
    .product_youtube_video{
      min-height:230px;
    }
  }

  @media only screen and (min-width:981px){
    .qty-controls-new{
      width: 185px;
      float: left;
      margin-right: 2%;
    }
  }
  @media only screen and (max-width: 980px) {
    .qty-controls-new{
      width: 100%;
    }
    .mobile-lbl{
      display:block;
      margin: 0 !important;
      float: left;
      height: 60px;
      line-height: 60px;
    }
    .desktop-lbl{
      display:none;
    }
    body.product input.add.clearfix {
      clear: left;
      width: 100%;
      margin-top: 20px;
    }
    #qty-select button.palace-bt.AddtoCart,
    #qty-select input[type="submit"].AddtoCart{
      width:100%;
    }
  }
  @media only screen and (max-width: 740px) {
    .desktop_grante_img{
      display:none;
    }
    .mobile_grante_img{
      display:block;
    }
    .qty-controls-new {
      margin-bottom: 18px;
    }
  }
  @media only screen and (max-width: 434px) {
    .mobile-center{
      text-align: center;
    }
  }

  @media only screen and (min-width: 741px) {
    .cart_li{
      margin: 0 5px 0 5px !important;
    }
  }

  @media only screen and (max-width: 400px) {
    .preview_txt_class{
      float:right; 
      font-weight:bold;
      font-size: 12px;
      margin-top: 0px;
      display:inline-block;
    }
    #mobile_search{
      padding-right:5px !important;
    }
    li.cart_li{
      margin-right:15px !important;
    }
  }

  .shifter-handle1 {
    display: flex !important;
    flex-direction: column;
    justify-content: space-around;
    width: 18px;
    height: 20px;
    position: relative;
    top: 0px;
  }

  .shifter-handle1 .bar-line {
    height: 1px;
    background-color: black;
  }

  img.search-icon {
    height: 20px;
    position: relative;
    top: 0px;
  }

  img.account-icon {
    height: 20px;
    position: relative;
    top: 1px;
    float: inherit;
    padding-right: 0;
  }

  @media (min-width: 768px) {
    img.account-icon {
      height: 17px;
      top: 2px;
    }
  }

  @media (max-width: 740px){
    #message.hidden_mobile {
      display:none;
    }
    .my_custom_row #cart.hidden_announcement  {
      position: absolute;
      top: 0;
      bottom: 0;
      transform: translate(0%, 32%);
      width: 100%;
      text-align: left;
      padding-right: 15px;
      z-index: 99;
    }
  }
  #max_size_text.input-twotext-box{
    margin-top: 0!important;
  }
  .index-section .line-item-property__field span{
    padding: 0;
  }
  @media (max-width: 740px){
    .fixed_header.header-section .header-wrapper {
      position: relative !important;
    }
    body.shifter-open {
      overflow: hidden!important;
    }
    .shifter-enabled .shifter-navigation.mobile-navigation {
      z-index: 999;
    }
    .shifter-open .overlay{
      background: rgba(0,0,0,.2);
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: 9;
      transition: all 0.5s ease-in-out 0s;
      -moz-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
    }
  }
  .mobile-nav-shown .mobile-nav .mobile-close {
    position: absolute;
    left: 270px;
    background: rgba(0,0,0,.0);
    width: 20%;
    height: 100%;
  }
  .copyright{
    text-align: center;
    display: block;
    width: 100%;
    float: left;
  }
  .desktop-only{
    display:block;
  }
  .mobile-only{
    display:none;
  }
  .hiddenbreadcrumb{
    display:none;
  }
  @media screen and (max-width: 767px) {
    .desktop-only{
      display:none;
    }
    .mobile-only{
      display:block;
    }
    #basket-right-top #checkout {
      width: 60%;
      min-width: auto;
    }
    ul#cart li.currflag{
      display:none;
    }
  }
  .desktop-only,
  .mobile-only{
    width:100%;
  }
  #basket-right-top #cartform {
    margin-top: 0px;
  }
  #basket-right-top #cartform h4{
    float: right;
    text-align: right;
    padding-right: 15px;	
  }
  #basket-right-top #checkout{
    float:right;
  }
  .mobile-only #bk-cart-subtotal-label,
  #basket-right-top #bk-cart-subtotal-label{
    color:#949494;
    font-weight: normal;
  }
  #shopify-section-cart .mobile-only .mobile-6{
    width:50%;
    float:left;
  }
  #shopify-section-cart .mobile-only .mobile-6 h2{
    margin-bottom: 2px;
  }
  #shopify-section-cart .mobile-only .mobile-6 .hulkapps-cart-original-total{
    display: inline;
  }
  #shopify-section-cart{
    overflow: hidden;
  }
  .qty-controls-new{
    display: inline-flex;
  }
  .qty-controls-old .qttbt {
    border: 1px solid #ccc;
    padding: 11px 12px 12px 12px;
    background: #efefef;
    cursor: pointer;
  }
  .qty-controls-old .qty-text {
    border: 1px solid #ccc;
    padding: 11px;
    text-align: center;
    width: 40px;
    text-indent: 0;
    display: inline-block;
  }
  @media only screen and (min-width: 768px){
    #product-description #hurrifyCountDown {
      position: absolute;
      right: -95px;
      bottom: 10px;
      max-width: 75%;
      width: 75%;
      z-index: 9;
    }
    #product-description form{
      position: relative;
    }
    .qty-controls-old {
      margin-bottom: 10px;
      width: 125px;
      display: inline-block;
      float: left;
    }
  }
  .qty-controls-new > *{
    width: calc(100% / 3) !important;
    display: flex;
    height: 47px;
  }
  .qty-controls-new .qttbt{
    border: 1px solid #ccc;
    padding: 5px;
    cursor: pointer;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .qty-controls-new .qttbt:before{
    content: '';
  }
  .qty-controls-new .qty-text{
    border-width: 1px 0 1px 0px;
    border-color: #ccc;
    padding: 5px;
    text-align: center;
    text-indent: 0;
    display: inline-block;
    height: 47px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none!important;
    border-radius: 0;
  }
  .qty-controls .qty-text:focus{
    border-color: #ccc;
    border-width: 1px 0 1px 0;
    box-shadow:none;
  }
  @media only screen and (max-width: 740px){
    .qty-controls .qty-text{
      min-width: 40px;
    }
    .fixed_header .nav-center{
      display:none;
    }
  }
  #shopify-section-cart .ml0{
    margin-left:0!important;
  }
  #product-description h1.desktop-only{
    margin-left:0;
  }
  #shopping-cart #qty-select.product-add .qty-controls {
    text-align: center;
    float:none;
  }
  .doubly-nice-select.slim{
    padding: 0 0px 0 0 !important;
  }
  #recent-view, .recently-viewed-products{
    display:none;
  }
  #qty-select{
    -webkit-user-select: none;

  }
  .cart-quantity{
    height: 47px;
    display: block;
  }
  .qty-controls .qty-text{
    margin:0;
  }
  #qty-select button.palace-bt.AddtoCart,
  #qty-select input[type="submit"].AddtoCart{
    line-height: 47px;
    min-height: 47px;
    width:70%;
    margin:0;
  }
  #qty-select button.palace-bt.AddtoCart.w100{
    width: 100%!important;
    margin: 25px 0 0 0!important;
  }
  @media only screen and (max-width: 740px){
    #qty-select button.palace-bt.AddtoCart,
    #qty-select input[type="submit"].AddtoCart{
      line-height: 47px;
      min-height: 47px;
      width:100%;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }
  }
  .payment-desktop{
    padding-top:10px;
    padding-bottom:10px;
    display: block;
    width: 100%;
    float: left;
  }  
  @media screen and (max-width: 767px) {
    .payment-desktop{
      display:none;
    }
    #product-description form{
      padding-bottom: 0px;
      margin-bottom: 0px;
    }
  }
  .payment-mobile{
    padding-top:px;
    padding-bottom:px;
  }

  
  
  @media only screen and (max-width: 740px){
    .qty-controls-old {
      width: 125px;
      display: inline-block;
      /*float: left;*/
      margin-bottom: 18px;
    }
    #newcart{
      margin-top: -7px;
    }
    .cart-count-new{
      color: #3b3b3b;
      font-size: 10px;
      position: absolute;
      top: 9px;
      left: 6px;
    }
    .cart .mobile-hidden{
      display:none;
    }
  }
  #newcart .desktop-only{
    float:none;
  }
  .section-why-shop{
    margin: 40px -100% 0 ;
    padding: 0 100%;
    background-color: #f9f9f9;
    overflow: hidden;
  }
  .index-section.section-why-shop #homepage-section-tiles{
    margin-bottom: 5px; 
  }
  .section-why-shop h2.sections{
    width:100%;
  }
  .section-why-shop h2.sections span,
  .section-why-shop h2.sections.noline span{
    background: #f9f9f9;
  }
  #homepage-section-tiles {
    margin: 0px -20px;
    padding: 20px 0 0px 0;
    background-color: #f9f9f9;
  }
  #homepage-section-tiles h2{
    text-align: center;
    font-weight: 400;
    color: #333;
    margin-bottom: 5px;
    letter-spacing: 0 !important;
  }

  #homepage-section-tiles ul{
    width: 90%;
    padding: 0;
    margin: 0 auto;
    text-align: center;
  }
  #homepage-section-tiles ul li{
    list-style-type: none;
    width: 20%;
    float: left;
  }
  #homepage-section-tiles ul li img{
    max-width: 100%;
    height: auto;
  }

  .footer-template-destin #footer{
    width: 100%;
    padding: 0 17px;
    padding-top: 20px;
    font-weight: 400;
  }

  .footer-template-destin h4{
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.8em;
    margin-bottom: 22px;
  }

  .collapsible-trigger {
    color: inherit;
    position: relative;
  }
  .collapsible-trigger-btn {
    text-align: left;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.8em;
    width: 100%;
    padding: 0;
    background: none;
    font-weight: 400;
  }
  .collapsible-trigger__icon {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 10px;
    height: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .collapsible-trigger__icon .icon {
    display: block;
    width: 10px;
    height: 10px;
    transition: all 0.1s ease-in;
  }
  .collapsible-content {
    transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), height 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .collapsible-content__inner {
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .collapsible-content.is-open {
    visibility: visible;
    opacity: 1;
    transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), height 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .collapsible-trigger.is-open .collapsible-trigger__icon > .icon-chevron-down {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
  }
  .collapsible-trigger-btn:hover,
  .collapsible-trigger-btn:focus{
    background: transparent;
    outline:none;
    color: #000000;
  }
  .footer__collapsible{
    font-size: 14.45px;
  }
  .footer__collapsible ul{
    padding:0;
    margin-bottom:0 !important;
  }
  .footer__collapsible ul li{
    margin-bottom: 0.25em;
  }
  .footer__collapsible ul li a{
    display: block;
    padding: 4px 0;
  }

  #product-main-image{
    display: inline-flex;
    flex-direction: column;
  }

  @media only screen and (max-width: 767px){
    #homepage-section-tiles ul li {
      width: 48%;
      display: inline-block;
      overflow: hidden;
    }
    #homepage-section-tiles ul li.item-5{
      display:none;
    }
    .collapsible-content--small {
      visibility: hidden;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      opacity: 0;
      height: 0;
    }
    .collapsible-content--small .collapsible-content__inner {

    }
    .footer__collapsible {
      padding: 0 0 15px 0;
    }
    .footer_collapsible--disabled {
      padding-top: 0px;
    }
    .footer-template-destin .footer-block {
      border-bottom: 1px solid #ddd;
    }
    .footer-template-destin .copyright {
      padding-top: 10px; 
    }
  }

  .desdestin-slide .slick-slide img{
    width: 87px;
  }

  .product__mobile_thumb{
    display: none;
  }

  #desdestin{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;overflow:hidden;}
  .product__main-photos{position:relative;overflow:hidden;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}
  @media only screen and (min-width: 768px){.desdestin-slide{-webkit-box-flex:0;-ms-flex:0 0 87px;flex:0 0 87px;max-width:87px;margin-left:8px}.desdestin-slide .slick-slide{margin-bottom: 2px;}}

  #footer-subscribe{
    width: 100%;
  }
  
  .swatch .color label {
    border-radius: 50%;
  }

  .swatch .color.swatch-element input+label:before {
    content: '';
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: absolute;
    z-index: 1;
    transition: opacity 0.4s ease,-webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),opacity 0.4s ease;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),opacity 0.4s ease,-webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    top: -5px;
    right: -5px;
    left: -5px;
    bottom: -5px;
    border: 1px solid #ddd;
    opacity: 1;
  }
  .swatch label.normal-variant{
    min-width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .swatch .swatch-no_border.color input+label:before{
    display:none;
  }

  .swatch .color.swatch-element input:hover+label:before,
    .swatch .color.swatch-element input:checked+label:before, .swatch .color.swatch-element input:hover:checked+label:before {
      content: '';
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      position: absolute;
      z-index: 1;
      transition: opacity 0.4s ease,-webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),opacity 0.4s ease;
      transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),opacity 0.4s ease,-webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      top: -5px;
      right: -5px;
      left: -5px;
      bottom: -5px;
      border: 1px solid #2e2e2e;
      opacity: 1;
    }
  
  .desktop-only .desdestin-slide .slick-slide img{
    border: 2px solid transparent;
  }
  .desktop-only .desdestin-slide .slick-slide.slick-current img{
    border: 2px solid #000;
  }


  @media only screen and (min-width: 981px){
    .gridlock .row.row-fluid .product-index{
      margin-left: 0.25%;
      margin-right: 0.25%;
    }
    .gridlock .row.row-fluid .desktop-6{
      width: 49.5%;
    }
    .gridlock .row.row-fluid .desktop-4{
      width: 32.8%;
    }
    .gridlock .row.row-fluid .desktop-3{
      width: 24.5%;
    }
  }
  .mobile-nav-bar{
    display:none;
    background: #232323;
    color: #fff;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    position: relative;
    z-index: 9999999;
  }
  .mobile-nav-bar ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;
    white-space: nowrap;
  }
  .mobile-nav-bar ul li {
    display: inline;
  }
  .mobile-nav-bar ul li a {
    color: #fff;
    padding: 0 8px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .5px;
    line-height: 45px;
    height: 45px;
    font-size: 11px;
  }
  @media only screen and (max-width: 767px){
    .product-index{
      margin-bottom: 0px;
    }
    #shopify-section-1520224905228{
      margin-bottom: -10px;
    }
    .swatch .swatch-element.color {
      margin: 0px 7px 0px 7px;
    }
    ul#cart li.lang{
      display:none;
    }
    .mobile-navigation-in{
      position:relative;
      height: 100%;
    }
    .mobile-navigation-in span
    {
      display: block;
    }
    .mobile-navigation-in span a{
      font-size: 15px;
      font-weight: 300;
      line-height: 15px;
      font-family: 'FuturaBT-Light';
      color: rgba(92,92,92,0.25);
      padding-left: 18px;
      padding-right: 24px;
    }
  }
  nav.shifter-navigation .mobile-navigation-in ul#accordion{
    margin-left: 18px;
    margin-right: 24px;
    margin-bottom: 20px;
  }
  nav.shifter-navigation .mobile-navigation-in ul#accordion li{
    padding: 20px 0;
  }
  nav.shifter-navigation ul#accordion li a{
    text-transform: uppercase;
  }
  nav.shifter-navigation .mobile-navigation-in ul#accordion li a{
    color:#5c5c5c;
    text-transform: capitalize;
  }
  .mobile-navigation-account{
    color:rgba(92,92,92,0.25);
    padding-left: 18px;
    padding-right: 24px;
  }
  .Drawer__Footer{
    position: absolute;
    bottom: 10px;
    left:0;
    right:0;
    padding: 0 10px;
    border-top:1px solid rgba(92,92,92,0.25);
  }
  .Drawer__Footer #currencies{
    float:left;
    border-right: 1px solid rgba(92,92,92,0.25)!important;
  }
  .Drawer__Footer select#currencies{
    margin-left: 0px;
  }
  .Drawer__Footer span.flagsec {
    display: none;
  }
  .Drawer__Footer ul#footer-icons{
    text-align: center;
    width: calc( 100% - 70px);
    float: left;
    margin-left: 0;    
    padding-left:10px;
  }
  .Drawer__Footer ul#footer-icons li a{
    margin: 0 5px;
  }
  
  .selector-wrapper { display: none; }
  .single-option-selector { 
    opacity: 0; 
    display: none;
  }
  

  
  
  .swatch input:checked + label.normal-variant:hover,
    .swatch label.normal-variant:hover{
      background-color: #eee;
    }
  .swatch label.normal-variant{
    background-color: #fcfcfc;
    border: 1px solid #eee;
    font-size: 13px;
    font-weight: 100;
    color: #3d3d3d;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .swatch input:checked + label.normal-variant{
    border: 1px solid #888;
    background-color: #fcfcfc;
  }
  

  .additional-checkout-button.additional-checkout-button--google-pay,
  .additional-checkout-button.additional-checkout-button--paypal{
    min-width: 206px !important;
  }

  
  #qty-select.product-add label{
    display: none;
  }
  @media only screen and (max-width: 740px){
    .qty-controls-new {
      margin-top: 5px;
    }
  }
  

  .index #homepage-collections .product-info .collection-detail{
    border:2px solid #ffffff;
    color:#ffffff; 
    background: transparent;
    transition:background-color .25s ease-in-out,color .25s ease-in-out;
    padding:12px 22px;
    font-size:11px;
    text-transform:uppercase;
    font-weight:600;
    display:inline-block;
    letter-spacing:1px;
    line-height:normal;
    z-index:9
  }
  .index #homepage-collections .collect-grid-item-section:hover .product-info .collection-detail{
    color:#000; 
    background: #fff;
  }
  .palace-collection-detail{
    position: relative;
    border:2px solid #ffffff;
    color:#ffffff; 
    background: transparent;
    transition:background-color .25s ease-in-out,color .25s ease-in-out;
    padding:12px 22px;
    font-size:11px;
    text-transform:uppercase;
    font-weight:600;
    display:inline-block;
    letter-spacing:1px;
    line-height:normal;
    z-index:9
  }
  .index #homepage-collections .collect-grid-item-section:hover .palace-collection-detail{
    border:2px solid #ffffff;
    color:#000;
    background: transparent;
  }
  .palace-collection-detail:before{
    -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    background-color: #fff;
    position: absolute;
    content: '';
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    z-index: -1;
  }
  .index #homepage-collections .collect-grid-item-section:hover .palace-collection-detail:before {
    -webkit-transform-origin: right center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }  
  .index-section .prdouct-slider-price span{
    padding:0;
  }
  #mobile-navigation-close{
    float: right;
    margin: 5px;
    padding: 10px;
    position: relative;
    z-index: 9;
    font-size: 20px;
  }
  .collection-list-template .product-index{
    margin-bottom: 0;
  }
  body.search .product-index{
    margin-bottom: 10px;
  }
  .yotpo-display-wrapper{
    margin-top: 20px!important;
  }
  .yotpo-label.yotpo-small-box {
    display: none!important;
  }
  .desktop-2.thumbnail{
    margin-bottom: 2.2%;
    max-height: 80px!important;
    overflow: hidden;
  }
  .yotpo.bottomLine.yotpo-small {
    width: initial;
    display: inline-block;
  }
  #product-right #product-description .yotpo-container {
    clear: none;
    float: right;
    margin-top: -2px;
    margin-left: 0;
    margin-right: 0;
    height: 20px;
    width: auto!important;
  }
  #product-right #product-description #product-price{
    float: left;
  }
  .yotpo-icon-double-bubble, .yotpo-stars {
    margin: 0 5px 0 0 !important;
  }
  .yotpo .text-m, .yotpo .text-m:hover{
    color: rgb(148, 148, 148) !important;
    font-size: 14px!important;
    margin-top: 1px;
    display: inline-block;
  }
  body .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-icon-star {
    width: auto !important;
    height: auto !important;
    font-size: 22px;
  }
  .select select{
    display: none;
  }
  .style3-mobile-slide .slick-prev {
    background-image: url(data:image/svg+xml;utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMyAyMyI+DQogIDx0aXRsZT5BcnJvdyBsZWZ0PC90aXRsZT4NCiAgPHBhdGggZD0iTTE2LjUuNWExLDEsMCwwLDEsLjcxLDEuNzFMNy45MSwxMS41bDkuMjksOS4yOWExLDEsMCwwLDEtMS40MSwxLjQxbC0xMC0xMGExLDEsMCwwLDEsMC0xLjQxbDEwLTEwQTEsMSwwLDAsMSwxNi41LjVaIj48L3BhdGg+DQo8L3N2Zz4=);
    width: 15px;
    height: 15px;
    left: 0;
  }
  .style3-mobile-slide .slick-prev:before {
    content: "";
  }
  .style3-mobile-slide .slick-next{
    background-image: url(data:image/svg+xml;utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMyAyMyI+DQogICAgPHRpdGxlPkFycm93IFJpZ2h0PC90aXRsZT4NCiAgICA8cGF0aCBkPSJNNi41LDIyLjVhMSwxLDAsMCwxLS43MS0xLjcxbDkuMjktOS4yOUw1Ljc5LDIuMjFBMSwxLDAsMCwxLDcuMjEuNzlsMTAsMTBhMSwxLDAsMCwxLDAsMS40MWwtMTAsMTBBMSwxLDAsMCwxLDYuNSwyMi41WiI+PC9wYXRoPg0KPC9zdmc+);
    width: 15px;
    height: 15px;
    right: 0;
  }
  .style3-mobile-slide .slick-next:before{
    content: "";
  }
  .swiper-button-next, .swiper-button-prev{
    background-size: 10px 30px;
  }

  @media only screen and (max-width: 767px){
    .swiper-pagination-bullet {
      margin: 0 5px;
    }
    .style3-mobile-slide {
      width: calc(100% + 37px);
      position: relative;
      left: -15px;
      margin-bottom: 20px;
    }

    .cart #shopify-section-header{
      height: 50px;
    }
    .foursixty .section_headings {
      padding-top: 5px;
      padding-bottom: 5px;
      margin-top: 5px;
      margin-bottom: 5px;
    }
    .foursixty h2.sections {
      margin: 10px auto 20px;
    }
    .yotpo .promoted-products-box .yotpo-main-title {
      margin-top: 0px!important; 
    }
    .foursixty h2.sections {
      width: 97.9166666666666667%;
    }
  }
  .foursixty h2.sections.noline{
    border-bottom: 0
  }
  .foursixty h2.sections {
    border-bottom: 1px solid;
    overflow: visible;
    text-align: center;
    text-transform: uppercase;
    line-height: 17px;
    height: 9px;
    margin-bottom: 18px!important;
  }
  .foursixty h2.sections span{
    padding: 0 5px;
  }
  .swiper-pagination-bullet {
    outline: 0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    width: 18px!important;
    height: 18px!important;
    background: #aaa;
    margin: 0 7px;
    opacity: 0.4;
    cursor: pointer;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
  }
  .swiper-pagination-bullet-active {
    background: #666 !important;
    opacity: 1 !important;
  }
  .swiper-pagination{
    position: static;
    bottom: auto;
    top: auto;
    left: auto;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    margin-bottom: 12px;
  }
  .style3-mobile-slide .swiper-wrapper{
    margin: 0 0 0 auto !important;
  }
  .style3-desk-slide .img-has-variants,
  .style3-mobile-slide .img-has-variants{
    height: auto !important;
  }
  .style3-desk-slide .img-has-variants.swiper-slide-active img,
  .style3-mobile-slide .img-has-variants.swiper-slide-active img {
    position: absolute;
    left: 0;
  }
  .style3-mobile-slide img {
    max-width: 100%;
    height: auto;
    width: auto;
    vertical-align: top;
    cursor: pointer;
  }

  @media only screen and (min-width: 769px){
    
    #hurrifyCountDown{
      display:none!important;
    }
    
  }

  #shopify-section-foursixty .foursixty .fs-wrapper{
    text-align: center;
  }
  @media only screen and (max-width: 768px){
    .fs-mobile div.fs-entry-container{
      min-height: 0 !important;
      height: 0 !important;
      width: 40% !important;
      padding-top: 40% !important;
      min-width: 40% !important;
      margin: 0 !important;
    }
    #product-right #product-description #product-price{
      float: none!important;

    }
    #product-right #product-description .yotpo-container{
      float: none!important;
      width: 100%;
      margin-left: 0;
      margin-bottom: 10px;
    }
    .yotpo.bottomLine.yotpo-small{
      width: 100%;
    }
    .yotpo .pull-left{
      text-align: center!important;
      float: none!important;
    }
    
    #hurrifyCountDown{
      display:none!important;
    }
    
    
    .product #breadcrumb{
      display:none!important;
    }
    
    .cart #breadcrumb{
      margin: 0;
      padding: 0;
    }
    
  }

  
  .swatch .header {
    float: left;
    margin-right: 15px;
  }

  @media only screen and (max-width: 767px){
    .swatch .header {
      display: inline-block;
      margin-right: 15px;
      top: 0px;
      position: relative;
      float: none;
    }
    .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distibutions-stars .review-stars{
      margin-bottom: 2.4px !important;
    }
    .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distibutions-stars{
      margin-top:-2px !important;
      padding-top:0 !important;
    }
    .viewed-product-item{margin-bottom:15px;}
  }
  
  
  .yotpo.bottomLine .yotpo-icon-star{
    background-image: none!important;
  }
  #shopify-section-header{
    position: relative;
    z-index: 99;
  }
  #cart .doubly-wrapper .doubly-nice-select .current{
    color:black !important;
  }

  .product .yotpo-review-stars .yotpo-icon.yotpo-icon-star,
  .product .review-stars .yotpo-icon.yotpo-icon-star, 
  .product .stars-wrapper .yotpo-icon.yotpo-icon-star,
  .product .stars-wrapper .yotpo-icon.yotpo-icon-empty-star,
  .product .review-stars .yotpo-icon.yotpo-icon-empty-star,
  .product .yotpo-stars .yotpo-icon.yotpo-icon-empty-star,
  .product .yotpo-stars .yotpo-icon.yotpo-icon-star {
    color: #ffd200 !important;
    background-color: transparent !important;
    background-image: none!important;
  }
  .yotpo-icon.yotpo-icon-thumbs-up:before, .yotpo-icon.yotpo-icon-thumbs-down:before, .yotpo-icon.yotpo-icon-circle-checkmark:before, .yotpo-icon.yotpo-icon-share:before, .yotpo-icon.yotpo-icon-seperator:before{
    color: #a2a2a2!important;
  }
  .yotpo-icon.yotpo-icon-write:before{
    color: #fff!important
  }
  /*img.lazyload, .swiper-lazy-preloader{
  width: 480px; 
  height: 480px; 
  margin-left: -215px;
  margin-top: 10px;
}*/
  ul#nav{
    position: relative;
  }
  ul#nav li.desktop_search{
    position: unset;
  }
  ul#nav li .results-box,
  .mobile_show .results-box{
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    border-radius:0 0 4px 3px;
    -webkit-box-shadow:0 2px 3px rgba(127,127,127,0.11);
    box-shadow:0 2px 3px rgba(127,127,127,0.11);
    -webkit-transition:border 0.1s ease, -webkit-box-shadow 0.1s ease;
    transition:border 0.1s ease, -webkit-box-shadow 0.1s ease;
    transition:border 0.1s ease, box-shadow 0.1s ease;
    transition:border 0.1s ease, box-shadow 0.1s ease, -webkit-box-shadow 0.1s ease;
  }
  ul#nav li .results-box a.note,
  .mobile_show .results-box a.note{
    font-size: 18px;
    text-align:center;
  }
  ul#nav li .results-box a,
  .mobile_show .results-box a{
    display: block;
    margin:0;
    line-height: 18px;
    padding:8px 16px;
    text-transform: capitalize;
    height: auto;
    width: 100%;
    float: left;
  }
  ul#nav li .results-box a:hover,
    .mobile_show .results-box a:hover{
      background:#eef5f3;
    }
  .mobile_show .results-box a:last-child{
    text-align:center;
  }
  ul#nav li .results-box a:last-child:hover,
    .mobile_show .results-box a:last-child:hover{
      background:none;
    }
  ul#nav li .results-box .img,
  .mobile_show .results-box .img{
    display: block;
    width: 3rem;
    height: 3rem;
    font-size: 16px;
    float: left;
    margin-right: 1rem;
  }
  ul#nav li .results-box .d-title,
  ul#nav li .results-box .d-price,
  .mobile_show .results-box .d-title,
  .mobile_show .results-box .d-price{
    display: block;
    text-align:left;
    vertical-align: middle;
    max-width: calc(100% - (4rem));
    font-size: 16px;
    text-transform: capitalize;
  }
  ul#nav li .results-box .d-price span,
  .mobile_show .results-box .d-price span{
    color: #dd4242;
  }
  ul#nav li .results-box .d-price span.was,
  .mobile_show .results-box .d-price span.was,
  ul#nav li .results-box .d-price span.was span.money,
  .mobile_show .results-box .d-price span.was span.money{
    color: #666;
  }
  .mobile_show .results-box{
    position: relative;
    height: 80vh;
    overflow-y: scroll;  
    z-index:99999;
  }
  #product-photos{
    position: relative;
    margin: 0 0 50px 0;
    display:block;
    will-change: min-height;
  }
  #product-photos .sidebar__inner{
    position: relative;
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
  }
  #product-photos .desktop-only{
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform;  
  }
  @media only screen and (min-width: 768px){
    .swiper-button-next,.swiper-button-prev {
      top: 50%;
    }
    .collection .product-index{
      height: 390px!important;
    }
    #shopify-section-foursixty{
      margin-top: 25px;
    }
    .pagination-desk{
      margin-top: 30px;
    }
  }
  @media only screen and (max-width: 767px){
    #shopify-section-header{
      min-height: 70px;
      z-index:99;
    }
    .search-form {
      position: relative;
      height: 100vh;
      overflow: auto;
      z-index:9999;
    }
    #product-photos{
      height: 100%!important;
      margin: 0;
    }
    .searchbox {
      position: relative;
      height: 300vh;
    }
  }
  .swiper-button-next:focus,
  .swiper-button-prev:focus {
    outline: 0;
  }
  .searchbox .load{
    text-align:left;
  }
  .results-box .note{
    text-align: left;
    padding-left: 20px;
    font-size: 18px;  
  }
  /**
  * Owl Carousel v2.3.3
  * Copyright 2013-2018 David Deutsch
  * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
  */
  .owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

  /**
  * Owl Carousel v2.3.3
  * Copyright 2013-2018 David Deutsch
  * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
  */
  .owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}

  @font-face {
    font-family: 'SterlingDisplay Roman';
    src: url('SterlingDisplay_Roman.ttf');
    font-weight:BOLDNESS;
  }
  @font-face {
    font-family: 'futura';
    src: url('futura.ttf');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'FuturaBT-Light';
    src: url('FuturaBT-Light.eot?#iefix') format('embedded-opentype'),  url('FuturaBT-Light.woff') format('woff'), url('FuturaBT-Light.ttf')  format('truetype'), url('FuturaBT-Light.svg#FuturaBT-Light') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'Courier10PitchBT-Roman';
    src: url('Courier10PitchBT-Roman.eot?#iefix') format('embedded-opentype'),  url('Courier10PitchBT-Roman.otf')  format('opentype'),
      url('Courier10PitchBT-Roman.woff') format('woff'), url('Courier10PitchBT-Roman.ttf')  format('truetype'), url('Courier10PitchBT-Roman.svg#Courier10PitchBT-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
  }  
  /*.swiper-lazy-preloader:after{background-image:url(//cdn.shopify.com/s/files/1/2678/7890/t/178/assets/ajax-loader2_420x.gif?v=951368751877009336);}*/

  @media only screen and (max-width: 767px){ 
    #logo {
      padding: 10px 0;
    }
    .swiper-wrapper, .swiper-slide  {
      align-items: center;
    }
    .style3-mobile-slide .img-has-variants.swiper-slide-active img {
      position: relative;
      left: -50%;
    }
  }

  

  
  @media screen and (max-width: 767px) {
    .scrollup{
      display: none!important;
    }
  }

  

  .top_products.you-may-also-like .owl-nav{
    top: 36%;
    width: 100%;
    right: unset;
  }
  .top_products.you-may-also-like .owl-carousel .owl-nav{
    position: unset;
  }
  .top_products.you-may-also-like .owl-carousel .owl-nav button.owl-prev{
    left: -20px;
    display: block;
    float: left;
    position: absolute;
    top: 30%;
    background: transparent!important;
    color: #000!important;
  }
  .top_products.you-may-also-like .owl-carousel .owl-nav button.owl-prev span,
  .top_products.you-may-also-like .owl-carousel .owl-nav button.owl-next span{
    font-size: 40px!important;
    padding: 0!important;
    margin: 0!important;
  }
  .top_products.you-may-also-like .owl-carousel .owl-nav button.owl-prev:focus,
  .top_products.you-may-also-like .owl-carousel .owl-nav button.owl-next:focus,
  .top_products.you-may-also-like .owl-carousel .owl-nav button.owl-prev span:focus,
    .top_products.you-may-also-like .owl-carousel .owl-nav button.owl-next span:focus{
      outline: 0;
    }
  .top_products.you-may-also-like .owl-carousel .owl-nav button.owl-next{
    right: -31px;
    display: block;
    float: right;
    position: absolute;
    top: 30%;
    background: transparent!important;
    color: #000!important;
  }
  .results-box-inner .d-price{
    padding-top: 13px;
  }
  #shopify-section-you-may-also-like .owl-carousel .owl-item img {
    max-width: 250px;
  }  
  .top_products.you-may-also-like{
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
  }


  .top_products.you-may-also-like .owl-carousel .owl-nav button.owl-prev span, 
  .top_products.you-may-also-like .owl-carousel .owl-nav button.owl-next span{
    display:block;
    width:15px;
    height:15px;
    font-size: 0px!important;
  }
  .top_products.you-may-also-like .owl-carousel .owl-nav button.owl-prev span{
    background: url(prev-icon.svg) no-repeat ;
  }
  .top_products.you-may-also-like .owl-carousel .owl-nav button.owl-next span{
    background: url(next-icon.svg) no-repeat ;
  }
  .section_headings h2.sections {
    line-height: 17px;
    height: 9px;
    width: 100%;
  }

  @media only screen and (max-width: 740px){
    .cart-count-new.reducetop{
      top: -10px;
    }
    .mobile-trigger.reducetop{
      top: -10px;
      position: relative;
    }
    .mobile-myaccount.reducetop{
      position: relative;
      top: -4px;
    }
    .top_products.you-may-also-like .owl-carousel .owl-nav button.owl-next{
      right: 0px;
    }
    .top_products.you-may-also-like .owl-carousel .owl-nav button.owl-prev{
      left: 10px;
    }
    .section_headings{
      min-height:18px;
    }
    /* pradeep changes */
	.mobile-nav-bar {
    display: block !important;
}
#shopify-section-header {
    min-height: 50px!important;
    z-index: 99;
}
    .free_shipping
  {
   text-align:center; 
  }
 
	
  }

  .Image__Loader {
    position: absolute;
    display: block;
    height: 2px;
    width: 50px;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    margin: auto;
    pointer-events: none;
    background-color: #e7e7e7;
    z-index: -1;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
  }

  .Image__Loader::after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 200%;
    background-color: #000;
  }
  .Image--lazyLoading + .Image__Loader {
    opacity: 1;
    visibility: visible;
    z-index: 99999;
  }

  .Image--lazyLoading + .Image__Loader::after {
    -webkit-animation: lazyLoader 3s infinite;
    animation: lazyLoader 3s infinite;
    -webkit-animation-timing-function: cubic-bezier(.43, .43, .25, .99);
    animation-timing-function: cubic-bezier(.43, .43, .25, .99);
  }


  /*-----05/04-----*/
  .owl-carousel .owl-stage{
    margin:0 auto;
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px){
    ul#cart li {
      font-size:11px!important;
    }
  }
  @media screen and (min-width: 741px){
    .header-section .header-wrapper {
      border-top: 1px solid #e4e4e4;
      border-bottom: 1px solid #e4e4e4;
    }
    .header-section .header-wrapper:before {
      background-color: transparent!important;
    }
  }

  /* ajax cart message box */
  .visible.atc-banner--container:not(.animating), .visible.message-banner--container:not(.animating) {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
  .animating.atc-banner--container, .animating.message-banner--container, .visible.atc-banner--container:not(.animating), .visible.message-banner--container:not(.animating) {
    display: block;
    z-index: 999!important;
  }
  .atc-banner--container {
    position: fixed;
    top: 0;
    z-index: 600;
    display: none;
    width: 100%;
    background-color: #fff;
    outline: 0;
    -webkit-box-shadow: 0 2px 5px rgba(127,127,127,0.25);
    box-shadow: 0 2px 5px rgba(127,127,127,0.25);
    -webkit-transition: text-shadow 0.275s linear;
    transition: text-shadow 0.275s linear;
  }
  .atc-banner--outer {
    position: relative;
    padding: 1.25rem;
  }
  @media screen and (min-width: 720px){
    .atc-banner--inner {
      display: table;
      text-align: left;
    }
  }
  .atc-banner--inner {
    width: 100%;
    max-width: 820px;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    margin-right: auto;
    margin-left: auto;
    table-layout: fixed;
    text-align: center;
  }
  @media screen and (min-width: 1024px){
    .atc-banner--product {
      padding-right: 2rem;
    }
  }
  @media screen and (min-width: 720px){
    .atc-banner--product {
      display: table-cell;
      width: 54%;
      padding-right: 2rem;
    }
  }
  .atc-banner--product {
    font-size: 16px;
    vertical-align: middle;
  }
  .atc-banner--product-title {
    margin-top: 0;
    font-size: 1.25rem;
    color: #222;
  }
  .atc-banner--product-title--icon {
    display: inline-block;
    width: 18px;
    height: 13px;
    margin-top: -3px;
    margin-right: 5px;
    vertical-align: middle;
  }
  .atc-banner--product-title--icon svg {
    display: block;
    width: 100%;
    height: 100%;
  }
  @media screen and (min-width: 720px){
    .atc--product {
      display: block;
      max-width: 100%;
      margin-top: 1.75rem;
    }
  }
  .atc--product {
    max-width: 19.375rem;
    margin: 2rem auto 0;
    font-size: 0;
    text-align: left;
    vertical-align: middle;
  }
  .atc--product-image {
    display: inline-block;
    width: 100px;
    vertical-align: middle;
  }
  .atc--product-details {
    display: inline-block;
    width: calc(100% - 8rem);
    margin-left: 1.75rem;
    font-size: 16px;
    vertical-align: middle;
  }
  .atc--product-details--title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.3125;
  }
  .atc--product-details--options {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.4;
    opacity: 0.6;
  }
  .atc--product-details--price {
    display: block;
    margin-top: 0.25rem;
    line-height: 1.2;
  }

  @media screen and (min-width: 1024px){
    .atc-banner--cart {
      padding-left: 3.125rem;
    }
  }
  @media screen and (min-width: 720px){
    .atc-banner--cart {
      display: table-cell;
      width: 46%;
      padding-left: 3rem;
      margin-top: 0;      
      text-align: left;
      border-left: 1px solid rgba(0,0,0,0.15);
    }
  }
  .atc-banner--cart {
    margin-top: 3.125rem;
    vertical-align: middle;
  }
  .atc-banner--cart-subtotal {
    font-size: 1.25rem;
  }
  .atc-subtotal--label {
    opacity: 0.6;
  }
  .atc-subtotal--price {
    display: inline-block;
    margin-left: 0.5rem;
    color: #222;
  }
  .atc-button--viewcart, .atc-button--checkout {
    padding: 0 1.125rem;
    font-size: 1rem;
    margin-bottom: 0;
  }
  .atc-button--viewcart:hover, .atc-button--checkout:hover{
    text-decoration: none;
  }
  .atc-button--checkout {
    margin-left: 0.5rem;
  }
  .atc-banner--cart-footer {
    margin-top: 1.75rem;
    font-size: 0;
  }

  @media screen and (min-width: 1024px){
    .atc-banner--close {
      right: 25px;
    }
  }
  .atc-banner--close {
    position: absolute;
    top: 15px;
    right: 15px;
    height: 33px;
    text-align: center;
    width: 33px;
    /*background: none!important;
    color: #000!important;*/
  }

  #product-instafeed-product-instagram{text-align:center;}
  #product-instafeed-product-instagram img{width: 100%;}

  
  .palace-bt {
    position: relative;
    display: inline-block;
    line-height: normal;
    border: 1px solid #c60c0c;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 11px;
    text-align: center;
    margin-bottom: 20px;
    background-color: transparent;
    -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: 1;
    -webkit-tap-highlight-color: initial;
    cursor: pointer;
    outline: none;
  } 
  .palace-bt:hover{
    color:#f10e0e;
    border: 1px solid #f10e0e;
    background-color: transparent;
  }
  .palace-bt:before{
    -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    background-color: #c60c0c;
    position: absolute;
    content: '';
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    z-index: -1;
  }
  .palace-bt:hover:before {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  .w100{
    width:100%;
  }
  @media screen and (max-width: 767px){
    .palace-bt {
      padding: 0 20px;
    }
  }
  

  ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
  }
  ul.tabs li{
    background: none;
    color: #222;
    display: inline-block;
    cursor: pointer;
    padding: 0 0 12px;
    margin: 0 0 -1px 0 ;
    flex: 1;
    text-align: center;
    border-style: solid;
    border-width: 0 0 1px;
    border-color: #cccccc;
  }

  ul.tabs li.current{
    background: #fff;
    border-width: 0 0 2px;
    border-color: #222;
    font-weight: 600;
  }
  ul.tabs li:hover{
    border-color: #222;
    border-width: 0 0 2px;
  }
  .tab-content{
    display: none;
    background: #fff;
    padding: 25px 0;
  }

  .tab-content.current{
    display: inherit;
  }

  .QuantitySelector {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #e7e7e7;
    white-space: nowrap;
  }
  .QuantitySelector--large .QuantitySelector__Button {
    padding: 12px 20px;
  }
  @media screen and (min-width: 641px){
    .QuantitySelector__Button {
      padding: 7px 14px 8px 14px;
    }
  }
  .QuantitySelector__Button {
    display: inline-block;
    padding: 5px 9px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .Link {
    -webkit-transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  }
  .QuantitySelector--large .QuantitySelector__CurrentQuantity {
    width: 100%;
    font-size: 15px;
  }
  @media screen and (min-width: 641px){
    .QuantitySelector__CurrentQuantity {
      font-size: 13px;
    }
  }
  .QuantitySelector__CurrentQuantity {
    display: inline-block;
    width: 20px;
    padding: 0;
    font-size: 11px;
    text-align: center;
    letter-spacing: normal;
    background: transparent;
    border: none;
  }
  .QuantitySelector--large svg {
    width: 11px;
    height: 11px;
  }
  .QuantitySelector svg {
    width: 10px;
    height: 10px;
    stroke-width: 1.5px;
    vertical-align: -1px;
  }
  svg:not(:root) {
    overflow: hidden;
  }
  .Icon {
    display: inline-block;
    height: 1em;
    width: 1em;
    fill: currentColor;
    vertical-align: middle;
    stroke-width: 1px;
    background: none;
    pointer-events: none;
  }
  .QuantitySelector input, .QuantitySelector input:active, .QuantitySelector input:focus {
    line-height: normal;
    -webkit-appearance: none;
    border-radius: 0;
    border: none;
    margin-bottom: 0;
  }
  
/* upsell css */
.remodal-overlay{
  z-index: 99998;
}
.remodal-wrapper{
  z-index: 99999;
}
.remodal.upsell{
  width: 100%;
  margin-bottom: 10px;
  transform: translate3d(0, 0, 0);
  box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
  border-radius: 10px;
  color: #000;
  background: #fff;
  position: relative;
  flex-direction: column;
  overflow: hidden;
}
.remodal.upsell .eri-modal-heading-wrapper span{
  font-size: 20px;
  font-weight: 700;
  padding: 15px 30px;
  display: block;
  border-bottom: 1px solid #ccc;	
}
.remodal.upsell .eri-modal-close-wrapper .remodal-close {
  top: 0;
  right: 0!important;
  left: auto;
}
.remodal.upsell .eri-modal-products-separator{
  padding: 8px;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
}
.remodal.upsell .eri-modal-main{
  padding: 10px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  text-align: left;
  border-top: 1px solid #ccc;	
} 
.remodal.upsell .eri-modal-main:nth-child(1){
  border:none;
} 
.remodal.upsell .eri-modal-main .eri-modal-img-wrapper{
  background: #fff;
  margin-bottom: 0;
  margin-right: 10px;
  width: 75px;
  height: 75px;
  /*border: 1px solid #ccc;*/
  border-radius: 5px;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.remodal.upsell .eri-modal-main .eri-modal-img-wrapper img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.remodal.upsell .eri-modal-main .eri-modal-product-wrapper{
  width: 100%;	 
}  
.remodal.upsell .eri-modal-main .eri-modal-product-wrapper .eri-modal-product-title{
  font-size: 16px;
  line-height: 16px;
} 
.remodal.upsell .eri-modal-main .eri-modal-price-and-buttons-wrapper{
  margin-top: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.remodal.upsell .eri-modal-main .eri-modal-price-and-buttons-wrapper .u-h4, 
.remodal.upsell .eri-modal-main .eri-modal-price-and-buttons-wrapper .eri-modal-price-wrapper{
  font-size: 14px;
  line-height: 14px;
}
.remodal.upsell .eri-modal-main .eri-modal-price-and-buttons-wrapper .ProductForm__Variants{
  margin-bottom: 0px;
}
.remodal.upsell .eri-modal-main .eri-modal-price-and-buttons-wrapper .ProductForm__Variants select{
  margin-bottom: 10px;
}	
.remodal.upsell .eri-modal-footer-wrapper{
  padding: 15px 20px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
}	
.remodal.upsell .eri-modal-footer-wrapper .button{
  margin: 0 auto;
  font-size: 11px;
}
  
.ProductForm__QuantitySelector .QuantitySelector__Button {
    margin: 0 !important;
}  
.product-add.cart_place_sec span.qttbt.fa-minus {
    border-right: none;
}
.product-add.cart_place_sec span.qttbt.fa-plus {
    border-left: none;
}
  
  
@media (min-width: 640px){
  .remodal.upsell{
    max-width: 600px;
  }
  .remodal.upsell .eri-modal-main{
    padding: 30px;
  }
  .remodal.upsell .eri-modal-main .eri-modal-img-wrapper{
    width: 120px;
    height: 120px;
    margin-right: 15px;
  }
  .remodal.upsell .eri-modal-main .eri-modal-product-wrapper .eri-modal-product-title{
    font-size: 18px;
    line-height: 18px;
  } 	
  .remodal.upsell .eri-modal-main .eri-modal-price-and-buttons-wrapper .u-h4, 
  .remodal.upsell .eri-modal-main .eri-modal-price-and-buttons-wrapper .eri-modal-price-wrapper{
    font-size: 18px;
    line-height: 18px;
  }
  .remodal.upsell .eri-modal-main .eri-modal-price-and-buttons-wrapper .eri-modal-price-wrapper .ProductMeta__Price.Price--compareAt{  
    margin-left: 0;
  }
  .remodal.upsell .eri-modal-footer-wrapper{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 15px 30px;
  }	
  .remodal.upsell .eri-modal-footer-wrapper .button{
    margin: 0 auto;
    font-size: 13px;
  }	
  .remodal.upsell .eri-modal-footer-wrapper .button:hover{
    text-decoration: none;
  }
}
@media (max-width: 359px){
  .remodal.upsell .eri-modal-product-wrapper .eri-modal-product-title{
    font-size: 14px;
    line-height: 14px;
  }
  .remodal.upsell .eri-modal-price-and-buttons-wrapper .u-h4, .remodal .eri-modal-price-and-buttons-wrapper .Rte h4, .Rte .remodal .eri-modal-price-and-buttons-wrapper h4, .remodal .eri-modal-price-and-buttons-wrapper .eri-modal-price-wrapper {
    font-size: 12px;
    line-height: 12px;
  }
  .remodal.upsell .eri-modal-price-and-buttons-wrapper{
    display: block;
    margin-top: 5px;
  } 
  .remodal.upsell .eri-modal-price-and-buttons-wrapper .Button--small{
    margin-top: 5px;
  }
}
  
  span.soon-fill{
  
  border:1px solid #d6d6d6;
}
span.headinh000 {
    
    margin-top: 10px;
}
  
  span.soon-group.soon-group-sub{
  
  display:table-cell !important;
  }
  
  
  @media only screen and (max-width: 680px) {
    .QuantitySelector{
        border: unset;
    }
    .ProductForm__QuantitySelector {
    border: 1px solid #e7e7e7;
}
    .QuantitySelector.QuantitySelector--large {
    width: 61% !important;
}
    span.QuantitySelector__Button.Link.Link--secondary.mns {
    margin-left: -23% !important;
}
    span.QuantitySelector__Button.Link.Link--secondary.plus {
   
      margin-right: -21% !important;
}
    
    .soon[data-visual]>.soon-group>.soon-group-inner>.soon-group-sub>.soon-group-inner{
  
  min-width:65px !important;
}

.soon[data-layout*=group] .soon-label {
    font-size: 9px !important;
    top: 45px !important;
    }
   div#timer_div {
    margin-top: 10px;
} 
    
 .remodal-wrapper {
   
    top: 47px !important;
    
    overflow: visible !important;
    
}   
    span.headinh000{
    
    margin-bottom:10px;
    }
    
}
  
  
 
    
    
    
    
    
  }
  
  
/*    */

/* pradeep cahnges */

#shopify-section-header {
    height: auto !important;
}
.stuckymenu #logo {
    display: none;
}
.stuckymenu.isStuck #logo {
display:block;
}
.isStuck ul#nav li a {
    font-size: 12px;
    padding: 0 10px;

}
  .free_shipping
  {
   color:#1d781d;margin:0px 0;font-size:15px;font-weight: 700;font-family:sofiapro-light!important; 
  }
  .shippingTruck
{
height: 28px;
    color: #1d781d;
    width: 28px;
    vertical-align: bottom;
    fill: #1d781d;
}
  .ship_to
  {
   font-size: 15px;
    margin: 10px 0;
    font-weight: 700; 
  }
  span#city {
    color: #c60c0c;
    text-decoration: underline;
    cursor: pointer;
}
  .zip-wrap input#zip {
    width: 75%;
    border: 2px solid #c60c0c;
    float: left;
    margin:0;
}
  .zip-wrap button#update {
    width: 25%;
    margin:0;
}
  .shopto_loader {
    width: 10%;
    margin: 0 auto;
}
  img#ship_loader {
    width: 65%;
}
  i#icon_toggle {
    font-size: 18px;
    font-weight: 700;
    padding: 0 5px;
}
  p.zip-error {
    color: #c60c0c;
    padding: 2px 0;
}
 @media only screen and (min-width: 741px) and (max-width: 767px) {
    div#product-description {
    padding-left: 25px;
}
  	.header-wrapper.stuckymenu {
    display: none;

}
  }
