/** Shopify CDN: Minification failed

Line 175:26 Expected ")" to end URL token
Line 472:2 Expected identifier but found "*"
Line 1449:2 Expected identifier but found "*"
Line 1539:2 Expected identifier but found "*"
Line 2242:27 Expected ")" to end URL token
Line 2265:27 Expected ")" to end URL token
Line 15042:21 Expected ")" to end URL token
Line 17187:21 Expected ")" to end URL token
Line 17461:27 Expected ")" to end URL token
Line 18713:27 Expected ")" to end URL token

**/
.icon {
  width: unset;
  height: unset
}

div.cart-popup .pop-btn {
  background: #dadada;
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #3c3c3c;
  border-radius: 5px;
  border: 1px solid #3c3c3c;
  cursor: pointer
}

div.cart-popup .pop-btn:hover {
  color: #064b58
}

div.cart-popup .pop-up {
  display: none;
  height: auto;
  width: 50%;
  margin: 40px auto;
  background: #fff;
  position: absolute;
  z-index: 1;
  border-radius: 5px;
  box-shadow: 0 0 20px #000;
  top: 20%;
  left: 25%
}

div.cart-popup span {
  border-radius: 0 0 30px 30px;
  margin-left: 90%;
  background: #000;
  color: #fff;
  font-size: 20px;
  height: 10px;
  padding: 0 5px;
  cursor: pointer
}

div.cart-popup .pop-content {
  box-sizing: border-box;
  padding: 5px 20px 20px 20px
}

div.cart-popup .pop-content p {
  font-size: 1em;
  margin-bottom: 10px
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: none
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -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;
  left: 0;
  top: 0;
  display: block
}

.slick-track:before,
.slick-track:after {
  content: '';
  display: table
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none
}

[dir='rtl'] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

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

.slick-loading .slick-list {
  background: #fff url(var(--ajax-loader)) center center no-repeat
}

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: transparent;
  color: 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-icons, sans-serif";
  font-size: 20px;
  line-height: 1;
  color: #000;
  opacity: .75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-prev {
  left: -25px
}

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

.slick-prev:before {
  content: "←"
}

[dir='rtl'] .slick-prev:before {
  content: "→"
}

.slick-next {
  right: -25px
}

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

.slick-next:before {
  content: "→"
}

[dir='rtl'] .slick-next:before {
  content: "←"
}

*,
*::before,
*::after {
  box-sizing: border-box
}

body {
  margin: 0;
  overflow-x: hidden
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block
}

body,
input,
textarea,
button,
select {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%
}

a {
  background-color: transparent
}

a:hover,
a:focus {
  text-decoration: none
}

b,
strong {
  font-weight: 700
}

em {
  font-style: italic
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -0.5em
}

sub {
  bottom: -0.25em
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

button[disabled],
html input[disabled] {
  cursor: default
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: none
}

input[type='search'],
input[type='number'],
input[type='email'],
input[type='password'] {
  -webkit-appearance: none;
  -moz-appearance: none
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff
}

td,
th {
  padding: 0
}

textarea {
  overflow: auto;
  -webkit-appearance: none;
  -moz-appearance: none
}

@media (max-width: 767px) {
  .hidden-md-down {
    display: none !important
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important
  }
}

@media (max-width: 991px) {
  .hidden-lg-down {
    display: none !important
  }
}

@media (min-width: 991px) {
  .hidden-lg-up {
    display: none !important
  }
}

@media (max-width: 1199px) {
  .hidden-xl-down {
    display: none !important
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important
  }
}

@media (min-width: 768px) {
  .hidden-sm-up {
    display: none !important
  }
}

@media (max-width: 543px) {
  .hidden-xs-down {
    display: none !important
  }
}

@media (min-width: 544px) {
  .hidden-xs-up {
    display: none !important
  }
}

[tabindex='-1']:focus {
  outline: none
}

a,
button,
[role='button'],
input,
label,
select,
textarea {
  touch-action: manipulation
}

.grid {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0
}

.grid::after {
  content: '';
  display: table;
  clear: both
}

.grid__item {
  float: left
}

.grid__item[class*='--push'] {
  position: relative
}

.grid--rev {
  direction: rtl;
  text-align: left
}

.grid--rev>.grid__item {
  direction: ltr;
  text-align: left;
  float: right
}

.one-whole {
  width: 100%
}

.one-half {
  width: 50%
}

.one-third {
  width: 33.33333%
}

.two-thirds {
  width: 66.66667%
}

.one-quarter {
  width: 25%
}

.two-quarters {
  width: 50%
}

.three-quarters {
  width: 75%
}

.one-fifth {
  width: 20%
}

.two-fifths {
  width: 40%
}

.three-fifths {
  width: 60%
}

.four-fifths {
  width: 80%
}

.one-sixth {
  width: 16.66667%
}

.two-sixths {
  width: 33.33333%
}

.three-sixths {
  width: 50%
}

.four-sixths {
  width: 66.66667%
}

.five-sixths {
  width: 83.33333%
}

.one-eighth {
  width: 12.5%
}

.two-eighths {
  width: 25%
}

.three-eighths {
  width: 37.5%
}

.four-eighths {
  width: 50%
}

.five-eighths {
  width: 62.5%
}

.six-eighths {
  width: 75%
}

.seven-eighths {
  width: 87.5%
}

.one-tenth {
  width: 10%
}

.two-tenths {
  width: 20%
}

.three-tenths {
  width: 30%
}

.four-tenths {
  width: 40%
}

.five-tenths {
  width: 50%
}

.six-tenths {
  width: 60%
}

.seven-tenths {
  width: 70%
}

.eight-tenths {
  width: 80%
}

.nine-tenths {
  width: 90%
}

.one-twelfth {
  width: 8.33333%
}

.two-twelfths {
  width: 16.66667%
}

.three-twelfths {
  width: 25%
}

.four-twelfths {
  width: 33.33333%
}

.five-twelfths {
  width: 41.66667%
}

.six-twelfths {
  width: 50%
}

.seven-twelfths {
  width: 58.33333%
}

.eight-twelfths {
  width: 66.66667%
}

.nine-twelfths {
  width: 75%
}

.ten-twelfths {
  width: 83.33333%
}

.eleven-twelfths {
  width: 91.66667%
}

.show {
  display: block !important
}

.hide {
  display: none !important
}

.text-left {
  text-align: left !important
}

.text-right {
  text-align: right !important
}

.text-center {
  text-align: center !important
}

@media only screen and (max-width: 749px) {
  .small--one-whole {
    width: 100%
  }
  .small--one-half {
    width: 50%
  }
  .small--one-third {
    width: 33.33333%
  }
  .small--two-thirds {
    width: 66.66667%
  }
  .small--one-quarter {
    width: 25%
  }
  .small--two-quarters {
    width: 50%
  }
  .small--three-quarters {
    width: 75%
  }
  .small--one-fifth {
    width: 20%
  }
  .small--two-fifths {
    width: 40%
  }
  .small--three-fifths {
    width: 60%
  }
  .small--four-fifths {
    width: 80%
  }
  .small--one-sixth {
    width: 16.66667%
  }
  .small--two-sixths {
    width: 33.33333%
  }
  .small--three-sixths {
    width: 50%
  }
  .small--four-sixths {
    width: 66.66667%
  }
  .small--five-sixths {
    width: 83.33333%
  }
  .small--one-eighth {
    width: 12.5%
  }
  .small--two-eighths {
    width: 25%
  }
  .small--three-eighths {
    width: 37.5%
  }
  .small--four-eighths {
    width: 50%
  }
  .small--five-eighths {
    width: 62.5%
  }
  .small--six-eighths {
    width: 75%
  }
  .small--seven-eighths {
    width: 87.5%
  }
  .small--one-tenth {
    width: 10%
  }
  .small--two-tenths {
    width: 20%
  }
  .small--three-tenths {
    width: 30%
  }
  .small--four-tenths {
    width: 40%
  }
  .small--five-tenths {
    width: 50%
  }
  .small--six-tenths {
    width: 60%
  }
  .small--seven-tenths {
    width: 70%
  }
  .small--eight-tenths {
    width: 80%
  }
  .small--nine-tenths {
    width: 90%
  }
  .small--one-twelfth {
    width: 8.33333%
  }
  .small--two-twelfths {
    width: 16.66667%
  }
  .small--three-twelfths {
    width: 25%
  }
  .small--four-twelfths {
    width: 33.33333%
  }
  .small--five-twelfths {
    width: 41.66667%
  }
  .small--six-twelfths {
    width: 50%
  }
  .small--seven-twelfths {
    width: 58.33333%
  }
  .small--eight-twelfths {
    width: 66.66667%
  }
  .small--nine-twelfths {
    width: 75%
  }
  .small--ten-twelfths {
    width: 83.33333%
  }
  .small--eleven-twelfths {
    width: 91.66667%
  }
  .grid--uniform .small--one-half:nth-child(2n+1),
  .grid--uniform .small--one-third:nth-child(3n+1),
  .grid--uniform .small--one-quarter:nth-child(4n+1),
  .grid--uniform .small--one-fifth:nth-child(5n+1),
  .grid--uniform .small--one-sixth:nth-child(6n+1),
  .grid--uniform .small--two-sixths:nth-child(3n+1),
  .grid--uniform .small--three-sixths:nth-child(2n+1),
  .grid--uniform .small--one-eighth:nth-child(8n+1),
  .grid--uniform .small--two-eighths:nth-child(4n+1),
  .grid--uniform .small--four-eighths:nth-child(2n+1),
  .grid--uniform .small--five-tenths:nth-child(2n+1),
  .grid--uniform .small--one-twelfth:nth-child(12n+1),
  .grid--uniform .small--two-twelfths:nth-child(6n+1),
  .grid--uniform .small--three-twelfths:nth-child(4n+1),
  .grid--uniform .small--four-twelfths:nth-child(3n+1),
  .grid--uniform .small--six-twelfths:nth-child(2n+1) {
    clear: both
  }
  .small--show {
    display: block !important
  }
  .small--hide {
    display: none !important
  }
  .small--text-left {
    text-align: left !important
  }
  .small--text-right {
    text-align: right !important
  }
  .small--text-center {
    text-align: center !important
  }
}

@media only screen and (min-width: 750px) {
  .medium-up--one-whole {
    width: 100%
  }
  .medium-up--one-half {
    width: 50%
  }
  .medium-up--one-third {
    width: 33.33333%
  }
  .medium-up--two-thirds {
    width: 66.66667%
  }
  .medium-up--one-quarter {
    width: 25%
  }
  .medium-up--two-quarters {
    width: 50%
  }
  .medium-up--three-quarters {
    width: 75%
  }
  .medium-up--one-fifth {
    width: 20%
  }
  .medium-up--two-fifths {
    width: 40%
  }
  .medium-up--three-fifths {
    width: 60%
  }
  .medium-up--four-fifths {
    width: 80%
  }
  .medium-up--one-sixth {
    width: 16.66667%
  }
  .medium-up--two-sixths {
    width: 33.33333%
  }
  .medium-up--three-sixths {
    width: 50%
  }
  .medium-up--four-sixths {
    width: 66.66667%
  }
  .medium-up--five-sixths {
    width: 83.33333%
  }
  .medium-up--one-eighth {
    width: 12.5%
  }
  .medium-up--two-eighths {
    width: 25%
  }
  .medium-up--three-eighths {
    width: 37.5%
  }
  .medium-up--four-eighths {
    width: 50%
  }
  .medium-up--five-eighths {
    width: 62.5%
  }
  .medium-up--six-eighths {
    width: 75%
  }
  .medium-up--seven-eighths {
    width: 87.5%
  }
  .medium-up--one-tenth {
    width: 10%
  }
  .medium-up--two-tenths {
    width: 20%
  }
  .medium-up--three-tenths {
    width: 30%
  }
  .medium-up--four-tenths {
    width: 40%
  }
  .medium-up--five-tenths {
    width: 50%
  }
  .medium-up--six-tenths {
    width: 60%
  }
  .medium-up--seven-tenths {
    width: 70%
  }
  .medium-up--eight-tenths {
    width: 80%
  }
  .medium-up--nine-tenths {
    width: 90%
  }
  .medium-up--one-twelfth {
    width: 8.33333%
  }
  .medium-up--two-twelfths {
    width: 16.66667%
  }
  .medium-up--three-twelfths {
    width: 25%
  }
  .medium-up--four-twelfths {
    width: 33.33333%
  }
  .medium-up--five-twelfths {
    width: 41.66667%
  }
  .medium-up--six-twelfths {
    width: 50%
  }
  .medium-up--seven-twelfths {
    width: 58.33333%
  }
  .medium-up--eight-twelfths {
    width: 66.66667%
  }
  .medium-up--nine-twelfths {
    width: 75%
  }
  .medium-up--ten-twelfths {
    width: 83.33333%
  }
  .medium-up--eleven-twelfths {
    width: 91.66667%
  }
  .grid--uniform .medium-up--one-half:nth-child(2n+1),
  .grid--uniform .medium-up--one-third:nth-child(3n+1),
  .grid--uniform .medium-up--one-quarter:nth-child(4n+1),
  .grid--uniform .medium-up--one-fifth:nth-child(5n+1),
  .grid--uniform .medium-up--one-sixth:nth-child(6n+1),
  .grid--uniform .medium-up--two-sixths:nth-child(3n+1),
  .grid--uniform .medium-up--three-sixths:nth-child(2n+1),
  .grid--uniform .medium-up--one-eighth:nth-child(8n+1),
  .grid--uniform .medium-up--two-eighths:nth-child(4n+1),
  .grid--uniform .medium-up--four-eighths:nth-child(2n+1),
  .grid--uniform .medium-up--five-tenths:nth-child(2n+1),
  .grid--uniform .medium-up--one-twelfth:nth-child(12n+1),
  .grid--uniform .medium-up--two-twelfths:nth-child(6n+1),
  .grid--uniform .medium-up--three-twelfths:nth-child(4n+1),
  .grid--uniform .medium-up--four-twelfths:nth-child(3n+1),
  .grid--uniform .medium-up--six-twelfths:nth-child(2n+1) {
    clear: both
  }
  .medium-up--show {
    display: block !important
  }
  .medium-up--hide {
    display: none !important
  }
  .medium-up--text-left {
    text-align: left !important
  }
  .medium-up--text-right {
    text-align: right !important
  }
  .medium-up--text-center {
    text-align: center !important
  }
}

@media only screen and (min-width: 990px) {
  .large-up--one-whole {
    width: 100%
  }
  .large-up--one-half {
    width: 50%
  }
  .large-up--one-third {
    width: 33.33333%
  }
  .large-up--two-thirds {
    width: 66.66667%
  }
  .large-up--one-quarter {
    width: 25%
  }
  .large-up--two-quarters {
    width: 50%
  }
  .large-up--three-quarters {
    width: 75%
  }
  .large-up--one-fifth {
    width: 20%
  }
  .large-up--two-fifths {
    width: 40%
  }
  .large-up--three-fifths {
    width: 60%
  }
  .large-up--four-fifths {
    width: 80%
  }
  .large-up--one-sixth {
    width: 16.66667%
  }
  .large-up--two-sixths {
    width: 33.33333%
  }
  .large-up--three-sixths {
    width: 50%
  }
  .large-up--four-sixths {
    width: 66.66667%
  }
  .large-up--five-sixths {
    width: 83.33333%
  }
  .large-up--one-eighth {
    width: 12.5%
  }
  .large-up--two-eighths {
    width: 25%
  }
  .large-up--three-eighths {
    width: 37.5%
  }
  .large-up--four-eighths {
    width: 50%
  }
  .large-up--five-eighths {
    width: 62.5%
  }
  .large-up--six-eighths {
    width: 75%
  }
  .large-up--seven-eighths {
    width: 87.5%
  }
  .large-up--one-tenth {
    width: 10%
  }
  .large-up--two-tenths {
    width: 20%
  }
  .large-up--three-tenths {
    width: 30%
  }
  .large-up--four-tenths {
    width: 40%
  }
  .large-up--five-tenths {
    width: 50%
  }
  .large-up--six-tenths {
    width: 60%
  }
  .large-up--seven-tenths {
    width: 70%
  }
  .large-up--eight-tenths {
    width: 80%
  }
  .large-up--nine-tenths {
    width: 90%
  }
  .large-up--one-twelfth {
    width: 8.33333%
  }
  .large-up--two-twelfths {
    width: 16.66667%
  }
  .large-up--three-twelfths {
    width: 25%
  }
  .large-up--four-twelfths {
    width: 33.33333%
  }
  .large-up--five-twelfths {
    width: 41.66667%
  }
  .large-up--six-twelfths {
    width: 50%
  }
  .large-up--seven-twelfths {
    width: 58.33333%
  }
  .large-up--eight-twelfths {
    width: 66.66667%
  }
  .large-up--nine-twelfths {
    width: 75%
  }
  .large-up--ten-twelfths {
    width: 83.33333%
  }
  .large-up--eleven-twelfths {
    width: 91.66667%
  }
  .grid--uniform .large-up--one-half:nth-child(2n+1),
  .grid--uniform .large-up--one-third:nth-child(3n+1),
  .grid--uniform .large-up--one-quarter:nth-child(4n+1),
  .grid--uniform .large-up--one-fifth:nth-child(5n+1),
  .grid--uniform .large-up--one-sixth:nth-child(6n+1),
  .grid--uniform .large-up--two-sixths:nth-child(3n+1),
  .grid--uniform .large-up--three-sixths:nth-child(2n+1),
  .grid--uniform .large-up--one-eighth:nth-child(8n+1),
  .grid--uniform .large-up--two-eighths:nth-child(4n+1),
  .grid--uniform .large-up--four-eighths:nth-child(2n+1),
  .grid--uniform .large-up--five-tenths:nth-child(2n+1),
  .grid--uniform .large-up--one-twelfth:nth-child(12n+1),
  .grid--uniform .large-up--two-twelfths:nth-child(6n+1),
  .grid--uniform .large-up--three-twelfths:nth-child(4n+1),
  .grid--uniform .large-up--four-twelfths:nth-child(3n+1),
  .grid--uniform .large-up--six-twelfths:nth-child(2n+1) {
    clear: both
  }
  .large-up--show {
    display: block !important
  }
  .large-up--hide {
    display: none !important
  }
  .large-up--text-left {
    text-align: left !important
  }
  .large-up--text-right {
    text-align: right !important
  }
  .large-up--text-center {
    text-align: center !important
  }
}

@media only screen and (max-width: 749px) {
  .small--push-one-half {
    left: 50%
  }
  .small--push-one-third {
    left: 33.33333%
  }
  .small--push-two-thirds {
    left: 66.66667%
  }
  .small--push-one-quarter {
    left: 25%
  }
  .small--push-two-quarters {
    left: 50%
  }
  .small--push-three-quarters {
    left: 75%
  }
  .small--push-one-fifth {
    left: 20%
  }
  .small--push-two-fifths {
    left: 40%
  }
  .small--push-three-fifths {
    left: 60%
  }
  .small--push-four-fifths {
    left: 80%
  }
  .small--push-one-sixth {
    left: 16.66667%
  }
  .small--push-two-sixths {
    left: 33.33333%
  }
  .small--push-three-sixths {
    left: 50%
  }
  .small--push-four-sixths {
    left: 66.66667%
  }
  .small--push-five-sixths {
    left: 83.33333%
  }
  .small--push-one-eighth {
    left: 12.5%
  }
  .small--push-two-eighths {
    left: 25%
  }
  .small--push-three-eighths {
    left: 37.5%
  }
  .small--push-four-eighths {
    left: 50%
  }
  .small--push-five-eighths {
    left: 62.5%
  }
  .small--push-six-eighths {
    left: 75%
  }
  .small--push-seven-eighths {
    left: 87.5%
  }
  .small--push-one-tenth {
    left: 10%
  }
  .small--push-two-tenths {
    left: 20%
  }
  .small--push-three-tenths {
    left: 30%
  }
  .small--push-four-tenths {
    left: 40%
  }
  .small--push-five-tenths {
    left: 50%
  }
  .small--push-six-tenths {
    left: 60%
  }
  .small--push-seven-tenths {
    left: 70%
  }
  .small--push-eight-tenths {
    left: 80%
  }
  .small--push-nine-tenths {
    left: 90%
  }
  .small--push-one-twelfth {
    left: 8.33333%
  }
  .small--push-two-twelfths {
    left: 16.66667%
  }
  .small--push-three-twelfths {
    left: 25%
  }
  .small--push-four-twelfths {
    left: 33.33333%
  }
  .small--push-five-twelfths {
    left: 41.66667%
  }
  .small--push-six-twelfths {
    left: 50%
  }
  .small--push-seven-twelfths {
    left: 58.33333%
  }
  .small--push-eight-twelfths {
    left: 66.66667%
  }
  .small--push-nine-twelfths {
    left: 75%
  }
  .small--push-ten-twelfths {
    left: 83.33333%
  }
  .small--push-eleven-twelfths {
    left: 91.66667%
  }
}

@media only screen and (min-width: 750px) {
  .medium-up--push-one-half {
    left: 50%
  }
  .medium-up--push-one-third {
    left: 33.33333%
  }
  .medium-up--push-two-thirds {
    left: 66.66667%
  }
  .medium-up--push-one-quarter {
    left: 25%
  }
  .medium-up--push-two-quarters {
    left: 50%
  }
  .medium-up--push-three-quarters {
    left: 75%
  }
  .medium-up--push-one-fifth {
    left: 20%
  }
  .medium-up--push-two-fifths {
    left: 40%
  }
  .medium-up--push-three-fifths {
    left: 60%
  }
  .medium-up--push-four-fifths {
    left: 80%
  }
  .medium-up--push-one-sixth {
    left: 16.66667%
  }
  .medium-up--push-two-sixths {
    left: 33.33333%
  }
  .medium-up--push-three-sixths {
    left: 50%
  }
  .medium-up--push-four-sixths {
    left: 66.66667%
  }
  .medium-up--push-five-sixths {
    left: 83.33333%
  }
  .medium-up--push-one-eighth {
    left: 12.5%
  }
  .medium-up--push-two-eighths {
    left: 25%
  }
  .medium-up--push-three-eighths {
    left: 37.5%
  }
  .medium-up--push-four-eighths {
    left: 50%
  }
  .medium-up--push-five-eighths {
    left: 62.5%
  }
  .medium-up--push-six-eighths {
    left: 75%
  }
  .medium-up--push-seven-eighths {
    left: 87.5%
  }
  .medium-up--push-one-tenth {
    left: 10%
  }
  .medium-up--push-two-tenths {
    left: 20%
  }
  .medium-up--push-three-tenths {
    left: 30%
  }
  .medium-up--push-four-tenths {
    left: 40%
  }
  .medium-up--push-five-tenths {
    left: 50%
  }
  .medium-up--push-six-tenths {
    left: 60%
  }
  .medium-up--push-seven-tenths {
    left: 70%
  }
  .medium-up--push-eight-tenths {
    left: 80%
  }
  .medium-up--push-nine-tenths {
    left: 90%
  }
  .medium-up--push-one-twelfth {
    left: 8.33333%
  }
  .medium-up--push-two-twelfths {
    left: 16.66667%
  }
  .medium-up--push-three-twelfths {
    left: 25%
  }
  .medium-up--push-four-twelfths {
    left: 33.33333%
  }
  .medium-up--push-five-twelfths {
    left: 41.66667%
  }
  .medium-up--push-six-twelfths {
    left: 50%
  }
  .medium-up--push-seven-twelfths {
    left: 58.33333%
  }
  .medium-up--push-eight-twelfths {
    left: 66.66667%
  }
  .medium-up--push-nine-twelfths {
    left: 75%
  }
  .medium-up--push-ten-twelfths {
    left: 83.33333%
  }
  .medium-up--push-eleven-twelfths {
    left: 91.66667%
  }
}

.clearfix {
  *zoom: 1
}

.clearfix::after {
  content: '';
  display: table;
  clear: both
}

.visually-hidden,
.icon__fallback-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0
}

.visibility-hidden {
  visibility: hidden
}

.js-focus-hidden:focus {
  outline: none
}

.no-js:not(html) {
  display: none
}

.no-js .no-js:not(html) {
  display: block
}

.no-js .js {
  display: none
}

.hide {
  display: none !important
}

.skip-link:focus {
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  color: var(--color-text);
  background-color: var(--color-bg);
  padding: 10px;
  opacity: 1;
  z-index: 10000;
  transition: none
}

.box {
  background: no-repeat;
  background-color: #f7f7f7;
  background-size: contain
}

.ratio-container {
  position: relative
}

.ratio-container:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 50%;
  content: ''
}

.ratio-container>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

body {
  background-color: var(--color-body)
}

.page-width {
  *zoom: 1;
  max-width: 1200px;
  margin: 0 auto
}

.page-width::after {
  content: '';
  display: table;
  clear: both
}

@media (max-width: 1199px) {
  .page-width {
    max-width: 940px
  }
}

@media (max-width: 991px) {
  .page-width {
    max-width: 720px
  }
}

@media (max-width: 767px) {
  .page-width {
    max-width: 576px
  }
}

@media (max-width: 543px) {
  .page-width {
    max-width: auto
  }
}

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

.main-content {
  display: block;
  min-height: 400px
}

.template-cart .main-content {
  margin-bottom: 30px
}

.section-header {
  text-align: center
}

.section-header.main-title {
  margin-bottom: 25px
}

.section-header .home-title {
  position: relative;
  text-align: center;
  font-size: 35px;
  line-height: 35px;
  padding-bottom: 0;
  margin: 0;
  font-weight: 600;
  color: #000;
  font-family: var(--secondary-font);
  letter-spacing: 0.5px;
  display: inline-block;
  vertical-align: middle;
  text-transform: unset
}

@media (max-width: 991px) {
  .section-header .home-title {
    font-size: 28px;
    line-height: 30px
  }
}

@media (max-width: 543px) {
  .section-header .home-title {
    font-size: 24px;
    line-height: 26px
  }
}

.section-header .seperator {
  height: 9px;
  width: 60px;
  position: relative;
  margin: 0 10px;
  top: 4px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center
}

@media (max-width: 991px) {
  .section-header .seperator {
    top: 2px
  }
}

@media (max-width: 543px) {
  .section-header .seperator {
    display: none
  }
}

.section-header .sub-title {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 20px;
  color: #000;
  text-transform: capitalize
}

@media (max-width: 767px) {
  .section-header .sub-title {
    font-size: 13px;
    letter-spacing: 0
  }
}

.nav-tabs {
  border-bottom: none
}

.nav-tabs>li.active>a {
  border-color: transparent
}

.nav-tabs>li.active>a:hover {
  background: transparent;
  border-color: transparent
}

.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
  background: transparent;
  border-color: transparent
}

blockquote {
  font-size: 1.125em;
  font-style: normal;
  text-align: center;
  padding: 0 30px;
  margin: 0
}

.rte blockquote {
  border-color: var(--color-border);
  border-width: 1px 0;
  border-style: solid;
  padding: 30px 0;
  margin-bottom: 27.5px
}

blockquote p+cite {
  margin-top: 27.5px
}

blockquote cite {
  display: block;
  font-size: 0.85em;
  font-weight: 400
}

blockquote cite::before {
  content: '\2014 \0020'
}

code,
pre {
  font-family: Consolas, monospace;
  font-size: 1em
}

pre {
  overflow: auto
}

input:focus,
textarea:focus,
select:focus {
  border-color: transparent
}

body,
input,
textarea,
button,
select {
  font-family: var(--primary-font);
  color: #000;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1px
}

@media only screen and (max-width: 989px) {
  input,
  textarea,
  select,
  button {
    font-size: 16px
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0 0 17.5px;
  font-family: var(--font-stack-header);
  font-weight: 400;
  line-height: 1.2;
  overflow-wrap: break-word;
  word-wrap: break-word
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  color: inherit;
  text-decoration: none;
  font-weight: inherit
}

a:hover {
  color: #000
}

h1,
.h1 {
  font-size: 2.1875em;
  text-transform: none;
  letter-spacing: 0
}

@media only screen and (max-width: 749px) {
  h1,
  .h1 {
    font-size: 2em
  }
}

h2,
.h2 {
  font-size: 1.25em;
  text-transform: uppercase;
  letter-spacing: 0.1em
}

@media only screen and (max-width: 749px) {
  h2,
  .h2 {
    font-size: 1.125em
  }
}

h3,
.h3 {
  font-size: 1.625em;
  text-transform: none;
  letter-spacing: 0
}

@media only screen and (max-width: 749px) {
  h3,
  .h3 {
    font-size: 1.25em
  }
}

h4,
.h4 {
  font-size: 1.0625em
}

@media only screen and (max-width: 749px) {
  h4,
  .h4 {
    font-size: .9375em
  }
}

h5,
.h5 {
  font-size: .9375em
}

@media only screen and (max-width: 749px) {
  h5,
  .h5 {
    font-size: .8125em
  }
}

h6,
.h6 {
  font-size: .875em
}

@media only screen and (max-width: 749px) {
  h6,
  .h6 {
    font-size: .75em
  }
}

.rte {
  color: var(--color-body-text);
  margin-bottom: 35px
}

.rte:last-child {
  margin-bottom: 0
}

.rte h1,
.rte .h1,
.rte h2,
.rte .h2,
.rte h3,
.rte .h3,
.rte h4,
.rte .h4,
.rte h5,
.rte .h5,
.rte h6,
.rte .h6 {
  margin-top: 55px;
  margin-bottom: 27.5px
}

.rte h1:first-child,
.rte .h1:first-child,
.rte h2:first-child,
.rte .h2:first-child,
.rte h3:first-child,
.rte .h3:first-child,
.rte h4:first-child,
.rte .h4:first-child,
.rte h5:first-child,
.rte .h5:first-child,
.rte h6:first-child,
.rte .h6:first-child {
  margin-top: 0
}

.rte li {
  margin-bottom: 4px;
  list-style: inherit
}

.rte li:last-child {
  margin-bottom: 0
}

.rte-setting {
  margin-bottom: 19.44444px
}

.rte-setting:last-child {
  margin-bottom: 0
}

p {
  margin: 0 0 19.44444px
}

@media only screen and (max-width: 749px) {
  p {
    font-size: .9375em
  }
}

p:last-child {
  margin-bottom: 0
}

li {
  list-style: none
}

.fine-print {
  font-size: .875em;
  font-style: italic
}

.txt--minor {
  font-size: 80%
}

.txt--emphasis {
  font-style: italic
}

.address {
  margin-bottom: 55px
}

.mega-title,
.mega-subtitle {
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.1)
}

.mega-title {
  margin-bottom: 8px
}

.mega-title--large {
  font-size: 2.125em
}

@media only screen and (min-width: 750px) {
  .mega-title--large {
    font-size: 4.0625em
  }
}

@media only screen and (min-width: 750px) {
  .mega-subtitle {
    font-size: 1.25em;
    margin: 0 auto
  }
}

.mega-subtitle p {
  color: inherit
}

.mega-subtitle--large {
  font-size: 1.125em;
  font-weight: 400
}

@media only screen and (min-width: 750px) {
  .mega-subtitle--large {
    font-size: 1.5em
  }
}

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

.no-svg .icon {
  display: none
}

svg.icon:not(.icon--full-color) circle,
svg.icon:not(.icon--full-color) ellipse,
svg.icon:not(.icon--full-color) g,
svg.icon:not(.icon--full-color) line,
svg.icon:not(.icon--full-color) path,
svg.icon:not(.icon--full-color) polygon,
svg.icon:not(.icon--full-color) polyline,
svg.icon:not(.icon--full-color) rect,
symbol.icon:not(.icon--full-color) circle,
symbol.icon:not(.icon--full-color) ellipse,
symbol.icon:not(.icon--full-color) g,
symbol.icon:not(.icon--full-color) line,
symbol.icon:not(.icon--full-color) path,
symbol.icon:not(.icon--full-color) polygon,
symbol.icon:not(.icon--full-color) polyline,
symbol.icon:not(.icon--full-color) rect {
  fill: inherit;
  stroke: inherit
}

.no-svg .icon__fallback-text {
  position: static !important;
  overflow: inherit;
  clip: none;
  height: auto;
  width: auto;
  margin: 0
}

.breadcrumb-container {
  overflow: hidden;
  width: 100%;
  display: block;
  padding: 60px 0;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat
}

@media (max-width: 991px) {
  .breadcrumb-container {
    padding: 40px 0;
    background: #f5f5f5;
    background-image: none !important
  }
}

.breadcrumbs {
  color: var(--breadcrumb-color);
  text-align: center
}

.breadcrumbs h3,
.breadcrumbs .h3 {
  font-size: 22px;
  line-height: normal;
  color: var(--breadcrumb-color);
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
  font-family: var(--primary-font)
}

@media (max-width: 991px) {
  .breadcrumbs h3,
  .breadcrumbs .h3 {
    font-size: 20px
  }
}

.breadcrumbs a {
  color: var(--breadcrumb-color);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s
}

.breadcrumbs a:hover {
  color: var(--breadcrumb-color)
}

.breadcrumbs .divider {
  margin: 0 4px
}

.pagination .pagination__text {
  line-height: 50px;
  font-size: 14px;
  color: #333;
  font-weight: 400
}

@media (max-width: 767px) {
  .pagination .pagination__text {
    text-align: center;
    margin-bottom: 10px;
    line-height: 40px
  }
}

.pagination .page-view {
  float: right;
  text-align: right;
  padding-top: 6px
}

@media (max-width: 767px) {
  .pagination .page-view {
    text-align: center;
    padding-top: 0px;
    margin-bottom: 10px
  }
}

.pagination .page-view>div {
  display: inline-block;
  vertical-align: middle;
  text-align: center
}

.pagination .page-view .btn,
.pagination .page-view a,
.pagination .page-view span {
  font-weight: 400;
  border: 1px solid #eeeeee;
  width: 35px;
  height: 35px;
  padding: 5px;
  line-height: 22px;
  display: inline-block;
  background-color: #fff;
  color: #000000;
  border-radius: 0
}

.pagination .page-view .btn:hover,
.pagination .page-view a:hover,
.pagination .page-view span:hover {
  background-color: var(--button-bg-color);
  color: var(--button-text-color)
}

.pagination .page-view b {
  font-weight: 400
}

.pagination .page-view .current {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  cursor: not-allowed
}

.pagination .page-view .pag_previous .btn,
.pagination .page-view .pag_previous a,
.pagination .page-view .pag_previous span,
.pagination .page-view .pag_next .btn,
.pagination .page-view .pag_next a,
.pagination .page-view .pag_next span {
  padding: 5px
}

.cart-img.ajax-cart {
  left: 35%;
  position: relative;
  top: -5px
}

.nav-item {
  display: inline-block;
  padding: 0 20px
}

.list__item .grid-view-item__title {
  font-size: 18px;
  margin-bottom: 10px
}

.list__item .grid-view-item__title .spr-badge {
  margin-bottom: 10px
}

.list__item .grid-view-item__title .product-desc {
  margin-bottom: 10px
}

.list__item .product-desc {
  display: block !important
}

.list__item .grid-view-item__link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  margin-bottom: 30px
}

@media (max-width: 767px) {
  .list__item .grid-view-item__link {
    flex-direction: column
  }
}

.list__item .grid-view-item {
  padding: 0;
  position: relative;
  width: 100%;
  overflow: hidden
}

.list__item .grid-view-item .grid-view-item__image-wrapper:after {
  display: none !important
}

.list__item .product-detail {
  text-align: left
}

@media (max-width: 767px) {
  .list__item .product-detail {
    text-align: center
  }
}

.grid-img {
  background-image: url(var(--grid-list-sprite));
  height: 22px;
  width: 22px;
  content: '';
  background-position: 0 0;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 1px;
  cursor: pointer;
  background-repeat: no-repeat;
  vertical-align: middle
}

.grid-img:hover,
.grid-img.checked {
  background-position: 0 -33px
}

.list-img {
  background-image: url(var(--grid-list-sprite));
  height: 22px;
  width: 22px;
  content: '';
  background-position: -36px 1px;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  margin: 1px;
  background-repeat: no-repeat;
  vertical-align: middle
}

.list-img:hover,
.list-img.checked {
  background-position: -36px -33px
}

.related .grid__item {
  width: 100%
}

.thumbnails-wrapper {
  margin-top: 15px
}

@media (max-width: 991px) {
  .thumbnails-wrapper {
    margin-bottom: 15px
  }
}

.thumbnails-wrapper .js-qv-mask {
  white-space: nowrap;
  padding: 0 15px 0px
}

.thumbnails-wrapper .js-qv-mask .product-single__thumbnails {
  margin-top: 0;
  margin-bottom: 0
}

.thumbnails-wrapper .js-qv-mask .product-single__thumbnails .product-single__thumbnails-item {
  padding: 0;
  overflow: hidden;
  margin: 0 1px
}

.thumbnails-wrapper .js-qv-mask .product-single__thumbnails a {
  margin: 0;
  border: medium none
}

.thumbnails-wrapper .js-qv-mask .product-single__thumbnails a img {
  border: 1px solid #eee
}

.thumbnails-wrapper .js-qv-mask .owl-nav {
  margin-top: 0px
}

.thumbnails-wrapper .js-qv-mask .owl-nav .owl-prev,
.thumbnails-wrapper .js-qv-mask .owl-nav .owl-next {
  left: -15px;
  right: auto;
  top: 35%;
  margin: 0;
  position: absolute
}

@media (max-width: 991px) {
  .thumbnails-wrapper .js-qv-mask .owl-nav .owl-prev,
  .thumbnails-wrapper .js-qv-mask .owl-nav .owl-next {
    top: 40%
  }
}

@media (max-width: 375px) {
  .thumbnails-wrapper .js-qv-mask .owl-nav .owl-prev,
  .thumbnails-wrapper .js-qv-mask .owl-nav .owl-next {
    top: 35%
  }
}

.thumbnails-wrapper .js-qv-mask .owl-nav .owl-next {
  right: -15px;
  left: auto
}

#collection-carousel .grid__item {
  width: 100%
}

.blocks {
  padding: 0
}

.service-inner {
  margin-bottom: 0
}

.service-inner .service-img {
  float: left;
  margin: 12px 14px 12px 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: inline-block
}

.service-inner .service-content .h4 {
  margin-bottom: 5px;
  color: #000;
  text-transform: uppercase;
  font-size: 15px
}

.service-inner .service-content .rte-setting p {
  font-size: 13px
}

.social-icons .icon {
  width: 23px;
  height: 23px
}

@media only screen and (min-width: 750px) {
  .social-icons .icon {
    width: 25px;
    height: 25px
  }
}

.social-icons .icon.icon--wide {
  width: 40px
}

ul,
ol {
  margin: 0;
  padding: 0
}

ol {
  list-style: decimal
}

.list--inline {
  padding: 0;
  margin: 0
}

.list--inline li {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle
}

.list-view-items .flags,
.list-view-items .sca-qv-button {
  display: none !important
}

.template-customers-login .page-container,
.template-customers-register .page-container {
  padding: 0
}

.template-customers-login .page-container #MainContent,
.template-customers-register .page-container #MainContent {
  background: #f1f1f1;
  background: -moz-linear-gradient(to top, #fff 0%, #f1f1f1 130%);
  background: -webkit-linear-gradient(to top, #fff 0%, #f1f1f1 130%);
  background: linear-gradient(to top, #fff 0%, #f1f1f1 130%);
  padding: 100px 0
}

@media (max-width: 991px) {
  .template-customers-login .page-container #MainContent,
  .template-customers-register .page-container #MainContent {
    padding: 50px 0
  }
}

.template-customers-login .page-container .site-footer,
.template-customers-register .page-container .site-footer {
  margin: 0
}

.login-page {
  margin: 0 auto;
  float: none
}

.template-customers-login #customer_login h1,
.template-customers-login #customer_login .h1,
.template-customers-login #create_customer h1,
.template-customers-login #create_customer .h1,
.template-customers-register #customer_login h1,
.template-customers-register #customer_login .h1,
.template-customers-register #create_customer h1,
.template-customers-register #create_customer .h1 {
  font-size: 26px;
  font-weight: 500
}

.template-customers-login #customer_login .js-address-form label,
.template-customers-login #create_customer .js-address-form label,
.template-customers-register #customer_login .js-address-form label,
.template-customers-register #create_customer .js-address-form label {
  display: none
}

.template-customers-login #customer_login .js-address-form input,
.template-customers-login #create_customer .js-address-form input,
.template-customers-register #customer_login .js-address-form input,
.template-customers-register #create_customer .js-address-form input {
  padding: 13px 18px;
  border: 1px solid #eee;
  height: 45px;
  border-radius: 0px;
  margin-bottom: 10px
}

.template-customers-login #customer_login .js-address-form input::-moz-placeholder,
.template-customers-login #create_customer .js-address-form input::-moz-placeholder,
.template-customers-register #customer_login .js-address-form input::-moz-placeholder,
.template-customers-register #create_customer .js-address-form input::-moz-placeholder {
  color: #a6a6a6;
  opacity: 1
}

.template-customers-login #customer_login .js-address-form input::-web-placeholder,
.template-customers-login #create_customer .js-address-form input::-web-placeholder,
.template-customers-register #customer_login .js-address-form input::-web-placeholder,
.template-customers-register #create_customer .js-address-form input::-web-placeholder {
  color: #a6a6a6;
  opacity: 1
}

.template-customers-login #customer_login .js-address-form input::-os-placeholder,
.template-customers-login #create_customer .js-address-form input::-os-placeholder,
.template-customers-register #customer_login .js-address-form input::-os-placeholder,
.template-customers-register #create_customer .js-address-form input::-os-placeholder {
  color: #a6a6a6;
  opacity: 1
}

.template-customers-login #customer_login .js-address-form input::placeholder,
.template-customers-login #create_customer .js-address-form input::placeholder,
.template-customers-register #customer_login .js-address-form input::placeholder,
.template-customers-register #create_customer .js-address-form input::placeholder {
  color: #a6a6a6;
  opacity: 1
}

.template-customers-login #customer_login .js-address-form input:focus,
.template-customers-login #customer_login .js-address-form input:hover,
.template-customers-login #create_customer .js-address-form input:focus,
.template-customers-login #create_customer .js-address-form input:hover,
.template-customers-register #customer_login .js-address-form input:focus,
.template-customers-register #customer_login .js-address-form input:hover,
.template-customers-register #create_customer .js-address-form input:focus,
.template-customers-register #create_customer .js-address-form input:hover {
  background-color: #fff
}

.template-customers-login #customer_login .js-address-form input.btn,
.template-customers-login #create_customer .js-address-form input.btn,
.template-customers-register #customer_login .js-address-form input.btn,
.template-customers-register #create_customer .js-address-form input.btn {
  display: block;
  float: none;
  border: 1px solid var(--button-bg-color);
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border-radius: 0px;
  width: 100%;
  height: auto;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 34px
}

.template-customers-login #customer_login .js-address-form input.btn:hover,
.template-customers-login #customer_login .js-address-form input.btn:focus,
.template-customers-login #create_customer .js-address-form input.btn:hover,
.template-customers-login #create_customer .js-address-form input.btn:focus,
.template-customers-register #customer_login .js-address-form input.btn:hover,
.template-customers-register #customer_login .js-address-form input.btn:focus,
.template-customers-register #create_customer .js-address-form input.btn:hover,
.template-customers-register #create_customer .js-address-form input.btn:focus {
  background-color: var(--button-bg-hover-color);
  border-color: var(--button-bg-hover-color);
  color: var(--button-text-hover-color)
}

.template-customers-login #customer_login .js-address-form .forgot,
.template-customers-login #create_customer .js-address-form .forgot,
.template-customers-register #customer_login .js-address-form .forgot,
.template-customers-register #create_customer .js-address-form .forgot {
  float: right;
  display: block
}

.template-customers-login #customer_login .js-address-form .forgot #RecoverPassword,
.template-customers-login #create_customer .js-address-form .forgot #RecoverPassword,
.template-customers-register #customer_login .js-address-form .forgot #RecoverPassword,
.template-customers-register #create_customer .js-address-form .forgot #RecoverPassword {
  font-size: 13px;
  font-weight: 400;
  color: #333333
}

.template-customers-login #customer_login .js-address-form .new-account,
.template-customers-login #create_customer .js-address-form .new-account,
.template-customers-register #customer_login .js-address-form .new-account,
.template-customers-register #create_customer .js-address-form .new-account {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-align: center
}

.template-customers-login #customer_login .js-address-form .new-account a,
.template-customers-login #create_customer .js-address-form .new-account a,
.template-customers-register #customer_login .js-address-form .new-account a,
.template-customers-register #create_customer .js-address-form .new-account a {
  color: #000
}

.template-customers-login #customer_login .js-address-form .new-account a:hover,
.template-customers-login #create_customer .js-address-form .new-account a:hover,
.template-customers-register #customer_login .js-address-form .new-account a:hover,
.template-customers-register #create_customer .js-address-form .new-account a:hover {
  color: #333
}

.template-customers-login #customer_login .js-address-form .new-account span,
.template-customers-login #create_customer .js-address-form .new-account span,
.template-customers-register #customer_login .js-address-form .new-account span,
.template-customers-register #create_customer .js-address-form .new-account span {
  color: #777777
}

.rte img {
  height: auto
}

.rte table {
  table-layout: fixed
}

.rte ul,
.rte ol {
  margin: 0 0 17.5px 35px
}

.rte ul.list--inline,
.rte ol.list--inline {
  margin-left: 0
}

.rte ul {
  list-style: disc outside
}

.rte ul ul {
  list-style: circle outside
}

.rte ul ul ul {
  list-style: square outside
}

.rte a:not(.btn) {
  border-bottom: 1px solid currentColor;
  padding-bottom: 1px
}

.text-center.rte ul,
.text-center.rte ol,
.text-center .rte ul,
.text-center .rte ol {
  margin-left: 0;
  list-style-position: inside
}

.rte__table-wrapper {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch
}

a {
  color: var(--color-text);
  text-decoration: none
}

a.classic-link {
  text-decoration: underline
}

.btn,
button.btn {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: auto;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  padding: 8px 15px;
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: 1px solid var(--button-bg-color);
  font-family: var(--primary-font);
  border-radius: 0;
  text-transform: uppercase;
  white-space: normal;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 400;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  outline: none
}

.btn svg,
button.btn svg {
  fill: var(--button-text-color);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s
}

.btn:hover,
.btn:focus,
.btn.focus,
.btn:active,
button.btn:hover,
button.btn:focus,
button.btn.focus,
button.btn:active {
  color: var(--button-text-hover-color);
  background-color: var(--button-bg-hover-color);
  border-color: var(--button-bg-hover-color)
}

.btn:hover svg,
.btn:focus svg,
.btn.focus svg,
.btn:active svg,
button.btn:hover svg,
button.btn:focus svg,
button.btn.focus svg,
button.btn:active svg {
  fill: var(--button-text-hover-color)
}

.btn:active:focus,
.btn:active:hover,
button.btn:active:focus,
button.btn:active:hover {
  color: var(--button-text-hover-color);
  background-color: var(--button-bg-hover-color);
  border-color: var(--button-bg-hover-color)
}

.btn:active:focus svg,
.btn:active:hover svg,
button.btn:active:focus svg,
button.btn:active:hover svg {
  fill: var(--button-text-hover-color)
}

.btn .icon-arrow-right,
.btn .icon-arrow-left,
button.btn .icon-arrow-right,
button.btn .icon-arrow-left {
  height: 9px
}

.btn[disabled],
button.btn[disabled] {
  cursor: default;
  opacity: 0.5;
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border-color: var(--button-bg-color)
}

.btn[disabled]:hover,
button.btn[disabled]:hover {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border-color: var(--button-bg-color)
}

.btn--small {
  font-family: var(--font-stack-body);
  padding: 8px 10px;
  font-size: .75em;
  line-height: 1
}

.product-form__item--submit a.sold-out {
  cursor: not-allowed
}

@media only screen and (max-width: 749px) {
  .btn--small-wide {
    padding-left: 50px;
    padding-right: 50px
  }
}

.btn--link {
  background-color: transparent;
  border: 0;
  margin: 0;
  color: #000;
  text-align: left
}

.btn--link:hover,
.btn--link:focus {
  opacity: .6
}

.btn--link .icon {
  vertical-align: middle
}

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

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

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

.btn--has-icon-after .icon {
  margin-left: 10px
}

.btn--has-icon-before .icon {
  margin-right: 10px
}

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

.return-link-wrapper {
  margin: 0 auto
}

.return-link-wrapper a {
  margin: 30px 0
}

.return-link-wrapper a svg {
  fill: var(--button-text-color);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s
}

.return-link-wrapper a:hover svg {
  fill: var(--button-text-hover-color)
}

@media only screen and (max-width: 749px) {
  .return-link-wrapper .btn {
    display: inline-block
  }
}

table {
  margin-bottom: 27.5px
}

th {
  font-family: var(--font-stack-header);
  font-weight: 700
}

th,
td {
  text-align: left;
  border: 1px solid var(--color-border);
  padding: 10px 14px
}

@media only screen and (max-width: 749px) {
  .responsive-table thead {
    display: none
  }
  .responsive-table tr {
    display: block
  }
  .responsive-table tr,
  .responsive-table td {
    float: left;
    width: 100%
  }
  .responsive-table th,
  .responsive-table td {
    display: block;
    text-align: right;
    border: 1px solid #e8e9eb;
    padding: 10px 14px;
    margin: 0
  }
  .responsive-table td::before {
    content: attr(data-label);
    float: left;
    text-align: left;
    font-size: 14px;
    padding-right: 10px
  }
  .responsive-table__row+.responsive-table__row,
  tfoot>.responsive-table__row:first-child {
    position: relative;
    margin-top: 10px;
    padding-top: 55px
  }
  .responsive-table__row+.responsive-table__row::after,
  tfoot>.responsive-table__row:first-child::after {
    content: '';
    display: block;
    position: absolute;
    top: 20px;
    left: 27.5px;
    right: 27.5px;
    border-bottom: 1px solid var(--color-border)
  }
}

svg:not(:root) {
  overflow: hidden
}

.video-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  height: auto
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

form {
  margin: 0
}

fieldset {
  border: 1px solid var(--color-border);
  margin: 0 0 55px;
  padding: 27.5px
}

legend {
  border: 0;
  padding: 0
}

button {
  cursor: pointer
}

input[type='submit'] {
  cursor: pointer
}

label {
  display: block;
  margin-bottom: 5px
}

@media only screen and (max-width: 749px) {
  label {
    font-size: .875em
  }
}

[type='radio']+label,
[type='checkbox']+label {
  display: inline-block;
  margin-bottom: 0
}

label[for] {
  cursor: pointer
}

input,
textarea,
select {
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: var(--color-text-field);
  color: var(--color-text-field-text);
  max-width: 100%;
  line-height: 1.2;
  border-radius: 2px
}

input:focus,
textarea:focus,
select:focus {
  border-color: darken(var(--color-border), 10%)
}

input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
  background-color: #f4f4f4;
  border-color: #f4f4f4
}

input.input--error::-webkit-input-placeholder,
textarea.input--error::-webkit-input-placeholder,
select.input--error::-webkit-input-placeholder {
  color: #d20000;
  opacity: .5
}

input.input--error::-moz-placeholder,
textarea.input--error::-moz-placeholder,
select.input--error::-moz-placeholder {
  color: #d20000;
  opacity: .5
}

input.input--error:-ms-input-placeholder,
textarea.input--error:-ms-input-placeholder,
select.input--error:-ms-input-placeholder {
  color: #d20000;
  opacity: .5
}

input.input--error::-ms-input-placeholder,
textarea.input--error::-ms-input-placeholder,
select.input--error::-ms-input-placeholder {
  color: #d20000;
  opacity: 1
}

input.hidden-placeholder::-webkit-input-placeholder,
textarea.hidden-placeholder::-webkit-input-placeholder,
select.hidden-placeholder::-webkit-input-placeholder {
  color: transparent
}

input.hidden-placeholder::-moz-placeholder,
textarea.hidden-placeholder::-moz-placeholder,
select.hidden-placeholder::-moz-placeholder {
  color: transparent
}

input.hidden-placeholder:-ms-input-placeholder,
textarea.hidden-placeholder:-ms-input-placeholder,
select.hidden-placeholder:-ms-input-placeholder {
  color: transparent
}

input.hidden-placeholder::-ms-input-placeholder,
textarea.hidden-placeholder::-ms-input-placeholder,
select.hidden-placeholder::-ms-input-placeholder {
  opacity: 1
}

textarea {
  min-height: 100px
}

input.input--error,
select.input--error,
textarea.input--error {
  background-color: #fff8f8;
  color: #d20000
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1.2;
  padding-right: 15px;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
  padding-top: 8px;
  padding-left: 15px;
  padding-bottom: 8px
}

@media only screen and (min-width: 750px) {
  select {
    padding-top: 10px;
    padding-left: 15px;
    padding-bottom: 10px
  }
}

.ie9 select {
  padding-right: 10px;
  background-image: none
}

optgroup {
  font-weight: 700
}

option {
  color: var(--color-text);
  background-color: var(--color-body)
}

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

.label--hidden {
  position: absolute;
  height: 0;
  width: 0;
  margin-bottom: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px)
}

.ie9 .label--hidden {
  position: static;
  height: auto;
  width: auto;
  margin-bottom: 2px;
  overflow: visible;
  clip: initial
}

::-webkit-input-placeholder {
  color: var(--color-text-field-text);
  opacity: .6
}

::-moz-placeholder {
  color: var(--color-text-field-text);
  opacity: .6
}

:-ms-input-placeholder {
  color: var(--color-text-field-text);
  opacity: .6
}

::-ms-input-placeholder {
  color: var(--color-text-field-text);
  opacity: 1
}

.label--error {
  color: #d20000
}

input,
textarea {
  padding: 8px 15px
}

@media only screen and (min-width: 750px) {
  input,
  textarea {
    padding: 10px 18px
  }
}

.form-vertical input,
.form-vertical select,
.form-vertical textarea {
  display: block;
  width: 100%;
  margin-bottom: 19.44444px
}

.form-vertical [type='radio'],
.form-vertical [type='checkbox'] {
  display: inline-block;
  width: auto;
  margin-right: 5px
}

.form-vertical [type='submit'],
.form-vertical .btn {
  display: inline-block;
  width: auto
}

.form-vertical.card-block {
  max-width: 540px;
  padding: 40px;
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
  float: none;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
  border-radius: 0;
  display: block
}

@media (max-width: 543px) {
  .form-vertical.card-block {
    padding: 30px
  }
}

.form-vertical.card-block h2,
.form-vertical.card-block .h2 {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  color: #232323;
  margin-bottom: 20px
}

.form-vertical.card-block .js-address-form {
  padding: 20px 20px 0
}

@media (max-width: 543px) {
  .form-vertical.card-block .js-address-form {
    padding: 20px 0 0
  }
}

.form-vertical.card-block label {
  line-height: 1.8;
  text-transform: capitalize;
  color: #575757
}

.form-vertical.card-block .required:before {
  content: '* ';
  color: red;
  font-weight: 700
}

.new-add-btn {
  margin: 30px 0
}

.note,
.form--success,
.errors {
  padding: 8px;
  margin: 0 0 27.5px
}

@media only screen and (min-width: 750px) {
  .note,
  .form--success,
  .errors {
    padding: 10px
  }
}

.note {
  border: 1px solid var(--color-border)
}

.form--success,
.form-success {
  border: 1px solid #19a340 !important;
  background-color: #f8fff9 !important;
  color: #19a340 !important;
  text-align: center
}

.errors {
  border: 1px solid #d20000 !important;
  background-color: #fff8f8 !important;
  color: #d20000 !important;
  padding: 10px;
  margin-top: 5px
}

.errors ul {
  list-style: none;
  padding: 0;
  margin: 0
}

.errors a {
  color: #d20000 !important;
  text-decoration: underline
}

.input-group {
  position: relative;
  display: table;
  width: 100%;
  border-collapse: separate;
  background-color: #fff
}

.form-vertical .input-group {
  margin-bottom: 55px
}

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

.input-group__field,
.input-group__btn .btn {
  height: 40px;
  padding-top: 0;
  padding-bottom: 0
}

@media only screen and (min-width: 750px) {
  .input-group__field,
  .input-group__btn .btn {
    height: 40px
  }
}

.input-group__field {
  width: 100%;
  border-right: 0;
  border-radius: 2px 0 0 2px
}

.form-vertical .input-group__field {
  margin: 0
}

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

.input-group__btn .btn {
  border-radius: 0 2px 2px 0;
  white-space: nowrap
}

.site-header__logo img {
  display: block
}

.site-nav {
  position: relative;
  text-align: center
}

#AccessibleNav .site-nav {
  display: none
}

.site-nav li {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase
}

.site-nav--centered {
  padding-bottom: 10px 0
}

.site-nav__link .icon-chevron-down {
  display: none;
  width: 8px;
  height: 8px;
  margin-left: 2px
}

.site-nav--active-dropdown .site-nav__link .icon-chevron-down {
  transform: rotateZ(-180deg)
}

.site-nav__link.site-nav--active-dropdown {
  border: 1px solid var(--color-border);
  border-bottom: 1px solid transparent;
  z-index: 2
}

.site-nav--has-dropdown {
  position: relative
}

.site-nav--has-centered-dropdown {
  position: static
}

.site-nav__dropdown {
  display: none;
  position: absolute;
  z-index: 18;
  background: var(--color-bg);
  border: none;
  padding: 15px;
  text-align: center;
  border-bottom: 4px solid #000;
  box-shadow: 0.5px 0.866px 5px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0.5px 0.866px 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0.5px 0.866px 5px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0.5px 0.866px 5px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: all 500ms ease 0s;
  -moz-transition: all 500ms ease 0s;
  -ms-transition: all 500ms ease 0s;
  -o-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  opacity: 0;
  transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  transform-origin: left top 0;
  -webkit-transform-origin: left top 0;
  -ms-transform-origin: left top 0;
  -o-transform-origin: left top 0;
  -moz-transform-origin: left top 0
}

.site-nav__dropdown .site-nav__link {
  padding: 4px 30px 4px 0
}

.site-nav--active-dropdown .site-nav__dropdown {
  display: block
}

.site-nav__dropdown li {
  display: block
}

.site-nav__childlist {
  display: inline-block;
  background: var(--color-bg);
  text-align: left
}

.site-nav__childlist .site-nav__link {
  font-size: 14px
}

.site-nav__childlist-grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 420px
}

.site-nav__childlist-item {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-bottom: 10px;
  width: 140px
}

.site-nav__childlist-item ul a {
  font-weight: 400 !important;
  padding: 3px 15px !important;
  text-transform: capitalize
}

.site-nav__child-link--parent {
  font-weight: 700;
  margin: 4px 0
}

.page-width {
  padding-left: 15px;
  padding-right: 15px
}

.template-index .page-container {
  padding-top: 0;
  clear: both
}

.page-container {
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
  position: relative;
  padding-top: 30px
}

hr {
  margin: 55px 0;
  border: 0;
  border-bottom: 1px solid var(--color-border)
}

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

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

.border-bottom {
  border-bottom: 1px solid #f2f2f2
}

.border-top {
  border-top: 1px solid var(--color-border)
}

.site-header-inner {
  text-align: center
}

.grid--table {
  display: table;
  table-layout: fixed;
  width: 100%
}

.grid--table>.grid__item {
  float: none;
  display: inline-block;
  vertical-align: middle
}

@media (max-width: 749px) {
  .grid--table>.grid__item {
    width: 100%
  }
}

.grid--half-gutters {
  margin-left: -15px
}

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

.grid--double-gutters {
  margin-left: -60px
}

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

.footer-bottom {
  position: relative
}

.is-transitioning {
  display: block !important;
  visibility: visible !important
}

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

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

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

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

.drawer {
  display: none;
  position: absolute;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  z-index: 9;
  background-color: var(--color-bg);
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1)
}

.drawer input[type='text'],
.drawer textarea {
  background-color: var(--color-bg);
  color: var(--color-text)
}

.js-drawer-open {
  overflow: hidden
}

.drawer--top {
  width: 100%
}

.js-drawer-open-top .drawer--top {
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  display: block
}

.drawer-page-content::after {
  visibility: hidden;
  opacity: 0;
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 8;
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1)
}

.js-drawer-open .drawer-page-content::after {
  visibility: visible;
  opacity: 1
}

.drawer__title,
.drawer__close {
  display: table-cell;
  vertical-align: middle
}

.drawer__close-button {
  background: none;
  border: 0 none;
  position: relative;
  right: -15px;
  height: 100%;
  width: 60px;
  padding: 0 20px;
  color: inherit;
  font-size: 1.125em
}

.drawer__close-button:active,
.drawer__close-button:focus {
  background-color: rgba(0, 0, 0, 0.6)
}

.grid-view-item {
  display: block
}

.custom__item .grid-view-item {
  margin-bottom: 0
}

.spr-badge-caption {
  display: none
}

@media only screen and (max-width: 749px) {
  .grid-view-item__title,
  .grid-view-item__meta {
    font-size: .9375em
  }
}

.product-price__price,
.regular {
  display: inline-block;
  color: #acaaa6
}

.product-price__sale {
  padding-right: 0
}

.grid-view-item__link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden
}

@media (max-width: 767px) {
  .grid-view-item__link {
    max-width: 370px;
    float: none !important;
    margin: 0 auto
  }
}

.grid-view-item__vendor {
  margin-top: 4px;
  color: var(--color-body-text);
  font-size: .875em;
  text-transform: uppercase
}

@media only screen and (max-width: 749px) {
  .grid-view-item__vendor {
    font-size: .8125em
  }
}

.grid-view-item__image-wrapper {
  margin: 0 auto 15px;
  position: relative;
  overflow: hidden
}

.grid-view-item__image-wrapper .grid__item .grid-view-item__image {
  position: absolute;
  top: 0
}

.grid-view-item__image {
  display: block;
  margin: 0 auto;
  width: 100%
}

.grid-view-item__image-wrapper .grid-view-item__image {
  position: absolute;
  top: 0
}

.grid-view-item--sold-out .grid-view-item__image {
  opacity: 1
}

.ie9 .grid-view-item__image {
  opacity: 1
}

.list-view-item {
  display: table;
  table-layout: fixed;
  margin-bottom: 22px;
  width: 100%
}

.list-view-item:last-child {
  margin-bottom: 0
}

@media only screen and (min-width: 750px) {
  .list-view-item {
    border-bottom: 1px solid var(--color-border);
    padding-bottom: 22px
  }
  .list-view-item:last-child {
    padding-bottom: 0;
    border-bottom: 0
  }
}

.list-view-item__title {
  color: var(--color-text);
  font-size: 14px;
  min-width: 100px;
  font-weight: 700
}

.list-view-item__title a {
  white-space: normal
}

@media only screen and (max-width: 749px) {
  .list-view-item__title {
    font-size: .9375em
  }
}

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

.list-view-item__price--reg {
  color: var(--color-sale-text)
}

@media only screen and (max-width: 749px) {
  .list-view-item__price--reg {
    display: block
  }
}

@media only screen and (max-width: 749px) {
  .list-view-item__price--sale {
    display: block
  }
}

.slick-dotted.slick-slider {
  margin-bottom: 0
}

.slick-slider .slick-dots {
  margin: 0;
  width: auto
}

.slick-slider .slick-dots li {
  margin: 0;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin-left: 6px
}

.slick-slider .slick-dots li:first-of-type {
  margin-left: 0
}

@media only screen and (min-width: 750px) {
  .slick-slider .slick-dots li {
    width: 12px;
    height: 12px;
    margin-left: 8px
  }
}

.slick-slider .slick-dots li button {
  position: relative;
  padding: 0;
  width: 10px;
  height: 10px
}

@media only screen and (min-width: 750px) {
  .slick-slider .slick-dots li button {
    width: 12px;
    height: 12px
  }
}

.slick-slider .slick-dots li button::before {
  text-indent: -9999px;
  background-color: transparent;
  border-radius: 100%;
  background-color: currentColor;
  width: 10px;
  height: 10px;
  opacity: 0.4;
  transition: all 0.2s
}

@media only screen and (min-width: 750px) {
  .slick-slider .slick-dots li button::before {
    width: 12px;
    height: 12px
  }
}

.slick-slider .slick-dots li.slick-active button::before {
  opacity: 1
}

.slick-slider .slick-dots li button:active::before {
  opacity: 0.7
}

.index-section {
  margin-bottom: 70px
}

@media (max-width: 991px) {
  .index-section {
    margin-bottom: 30px
  }
}

.index-section:first-child {
  margin-top: 0;
  border-top: 0
}

.displayHomeTop {
  margin-bottom: 30px
}

.index-section--flush+.index-section--flush {
  margin-top: -70px
}

@media only screen and (min-width: 750px) {
  [class*='index-section--flush']+[class*='index-section--flush'] {
    margin-top: -110px
  }
}

.index-section--flush:last-child {
  margin-bottom: -35px
}

@media only screen and (min-width: 750px) {
  [class*='index-section--flush']:last-child {
    margin-bottom: -55px
  }
}

@media only screen and (max-width: 749px) {
  .index-section--featured-product:first-child {
    margin-top: -12px
  }
}

.placeholder-svg {
  display: block;
  fill: var(--color-blankstate);
  background-color: var(--color-blankstate-background);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid var(--color-blankstate-border)
}

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

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

.placeholder-background .icon {
  border: 0
}

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

.template-password {
  height: 100vh
}

#LoginModal.modal {
  background-color: #fff
}

.password-page {
  display: table;
  height: 100%;
  width: 100%;
  color: #fff;
  background-color: var(--color-body);
  background-size: cover
}

.ie9 .password-page {
  height: auto
}

.password-page .errors,
.password-page .form--success {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto
}

.password-header {
  height: 85px;
  display: table-row
}

.password-header__inner {
  display: table-cell;
  vertical-align: middle
}

.password-login {
  padding: 0 30px;
  text-align: right
}

@media (max-width: 543px) {
  .password-login {
    padding: 0 20px;
    text-align: center
  }
}

.password-logo .logo {
  color: var(--color-navigation-text);
  font-weight: 700;
  max-width: 100%
}

.password-main {
  display: table-row;
  width: 100%;
  height: 100%;
  margin: 0 auto
}

.password-main__inner {
  display: table-cell;
  vertical-align: middle;
  padding: 27.5px 55px
}

@media (max-width: 543px) {
  .password-main__inner {
    padding: 20px
  }
}

.password-message {
  max-width: 500px;
  margin: 82.5px auto 27.5px
}

.password__input-group {
  max-width: 340px;
  margin: 0 auto 55px
}

.password__title {
  margin-bottom: 30px;
  font-size: 60px;
  letter-spacing: 2px;
  text-transform: capitalize;
  font-weight: normal
}

@media (max-width: 543px) {
  .password__title {
    font-size: 30px;
    letter-spacing: 1px;
    margin-top: 10px
  }
}

#passwordpage_header [data-deal='0'] #storecountdown {
  display: none
}

#passwordpage_header .site-header__logo-image {
  margin-bottom: 15px
}

#passwordpage_header #storecountdown {
  margin-bottom: 30px
}

@media (max-width: 543px) {
  #passwordpage_header #storecountdown {
    margin-bottom: 15px;
    line-height: 1
  }
}

#passwordpage_header #storecountdown .countdown-days,
#passwordpage_header #storecountdown .countdown-hours,
#passwordpage_header #storecountdown .countdown-minutes,
#passwordpage_header #storecountdown .countdown-seconds {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 15px
}

@media (max-width: 543px) {
  #passwordpage_header #storecountdown .countdown-days,
  #passwordpage_header #storecountdown .countdown-hours,
  #passwordpage_header #storecountdown .countdown-minutes,
  #passwordpage_header #storecountdown .countdown-seconds {
    margin: 10px 5px
  }
}

#passwordpage_header #storecountdown .data {
  font-size: 40px;
  text-align: center;
  margin: 0 auto
}

@media (max-width: 543px) {
  #passwordpage_header #storecountdown .data {
    font-size: 20px;
    position: relative;
    padding-right: 5px
  }
  #passwordpage_header #storecountdown .data:after {
    content: ':';
    position: absolute;
    right: -7px;
    top: -1px
  }
}

#passwordpage_header #storecountdown .text {
  text-transform: uppercase;
  font-size: 16px
}

@media (max-width: 543px) {
  #passwordpage_header #storecountdown .text {
    display: none
  }
}

#passwordpage_header #storecountdown .countdown-seconds .data,
#passwordpage_header #storecountdown .countdown-seconds .text {
  color: var(--brand-secondary)
}

@media (max-width: 543px) {
  #passwordpage_header #storecountdown .countdown-seconds .data:after {
    display: none
  }
}

.password__form-heading {
  margin-bottom: 30px;
  font-size: 14px
}

.password-powered-by {
  margin-top: 82.5px
}

.password-powered-by .classic-link {
  color: #fff
}

.password-social-sharing .addthis_toolbox>a {
  float: none
}

h1.product-single__title,
.product-single__title.h1 {
  margin-bottom: 0
}

.product-single__price {
  color: var(--color-body-text);
  font-size: 1.25em;
  font-weight: 400;
  margin-bottom: 30px
}

@media only screen and (max-width: 749px) {
  .product-single__price {
    display: block;
    font-size: 1.125em
  }
}

.product-single__vendor {
  color: var(--color-body-text);
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 5px 0 10px
}

span.custom-dropdown__small {
  font-size: 0.7em;
  position: relative;
  display: inline-block;
  vertical-align: middle
}

span.custom-dropdown__small select {
  background-color: var(--brand-secondary);
  color: #fff;
  font-size: inherit;
  padding: 0.5em;
  padding-right: 2.5em;
  min-width: 120px;
  border: 0;
  margin: 0;
  border-radius: 3px;
  text-indent: 0.01px;
  text-overflow: '';
  -webkit-appearance: button
}

.spr-badge {
  display: inline-block;
  float: right;
  margin-right: 12px
}

@media (max-width: 543px) {
  .spr-badge {
    float: initial;
    margin-top: 6px
  }
}

.h4.grid-view-item__title {
  width: 100%;
  margin-top: 12px
}

.custom-dropdown__small::before,
.custom-dropdown__small::after {
  content: '';
  position: absolute;
  pointer-events: none
}

.custom-dropdown__small::before {
  width: 2em;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 3px 3px 0
}

.custom-dropdown__small::before {
  background-color: rgba(0, 0, 0, 0.15)
}

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

.add-to-cart {
  bottom: auto;
  display: inline-block;
  width: auto
}

.product-form__item {
  width: 100%;
  margin-bottom: 10px;
  padding: 0 5px
}

.product-form__item label {
  display: block
}

.product-form--hide-variant-labels .product-form__item label {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0
}

.product-form__item input {
  width: 80px
}

.product-form__variants {
  display: none
}

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

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

.product-form__cart-submit {
  line-height: 1.4;
  padding-left: 5px;
  padding-right: 5px;
  white-space: normal;
  max-width: auto;
  display: inline-block;
  width: auto;
  padding: 10px 26px;
  width: auto
}

@media only screen and (min-width: 750px) {
  .product-form__cart-submit--small {
    max-width: auto;
    display: inline-block;
    width: auto;
    padding: 10px 26px;
    width: auto
  }
}

.product-single__thumbnail {
  display: block;
  margin: -2px 0 8px;
  border: 2px solid transparent
}

.no-js .product-featured-img {
  position: relative
}

.zoomImg {
  background-color: var(--color-body)
}

@media only screen and (min-width: 750px) {
  .product-single__thumbnails {
    margin-top: 30px
  }
}

@media only screen and (max-width: 749px) {
  .product-single__photos {
    margin-bottom: 30px
  }
  .product-single__photo--has-thumbnails {
    margin-bottom: 30px
  }
}

.product-single__photos--full {
  margin-bottom: 30px
}

.product-single__photo-wrapper {
  margin: 0 auto;
  width: 100%;
  position: relative
}

.collection-hero {
  position: relative;
  margin-top: 0;
  margin-bottom: 30px
}

.collection-name {
  margin-bottom: 30px
}

.collection-description {
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  line-height: 26px;
  color: #787878;
  letter-spacing: 0.1px
}

.collection-description p {
  font-size: 14px
}

.collection-description>h2,
.collection-description>.h2,
.collection-description h3,
.collection-description .h3 {
  color: #000;
  font-weight: 600;
  letter-spacing: 0.2px;
  margin-bottom: 14px;
  font-size: 16px;
  margin-top: 0
}

.collection-description>h4,
.collection-description>.h4,
.collection-description h5,
.collection-description .h5,
.collection-description h6,
.collection-description .h6 {
  color: #000;
  font-weight: 600;
  letter-spacing: 0.2px;
  margin-bottom: 14px;
  font-size: 14px;
  margin-top: 0
}

.collection-description>ul,
.collection-description>ol {
  margin-bottom: 18px;
  padding-left: 26px;
  margin-left: 0
}

.collection-description>ul li,
.collection-description>ol li {
  list-style: unset;
  padding-left: 3px
}

.collection-description>ul li:marker,
.collection-description>ol li:marker {
  line-height: 14px
}

@media (max-width: 543px) {
  .collection-description>ul li,
  .collection-description>ol li {
    margin-bottom: 6px
  }
  .collection-description>ul li:last-child,
  .collection-description>ol li:last-child {
    margin-bottom: 0
  }
}

.collection-description blockquote {
  text-align: left;
  line-height: 26px;
  color: #787878;
  letter-spacing: 0.2px;
  font-weight: 500;
  font-size: 13px;
  border: none;
  padding: 0 30px;
  border-left: 3px solid #e5e5e5;
  margin-left: 15px;
  margin-bottom: 18px
}

@media (max-width: 543px) {
  .collection-description blockquote {
    padding: 0;
    margin-left: 8px;
    padding-left: 15px
  }
}

.collection-hero__image {
  background-repeat: no-repeat;
  max-width: 100%;
  max-height: 100%;
  opacity: 1
}

.template-index .faq-maintitle {
  margin-top: 0px
}

.template-index #faq-block {
  margin-bottom: 70px
}

@media (max-width: 991px) {
  .template-index #faq-block {
    margin-bottom: 30px
  }
}

#faq-block {
  border: 1px solid #e9e9e9;
  width: 54%;
  margin: auto;
  margin-bottom: 60px
}

@media (max-width: 991px) {
  #faq-block {
    width: 90%
  }
}

#faq-block .faqblock-container {
  list-style: unset;
  color: #000;
  border-radius: 0
}

#faq-block .faqblock-container .panel-heading {
  cursor: pointer !important
}

#faq-block .faqblock-container .panel-heading .text-container {
  background-color: #f1f1f1;
  border: 1px solid #e9e9e9;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  display: block;
  position: relative;
  padding: 15px 40px
}

@media (max-width: 767px) {
  #faq-block .faqblock-container .panel-heading .text-container {
    padding: 15px 15px
  }
}

@media (max-width: 543px) {
  #faq-block .faqblock-container .panel-heading .text-container {
    padding: 12px 13px
  }
}

#faq-block .faqblock-container .panel-heading .text-container:before {
  content: '\f106';
  position: absolute;
  top: 14px;
  right: 38px;
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none
}

@media (max-width: 767px) {
  #faq-block .faqblock-container .panel-heading .text-container:before {
    right: 15px
  }
}

@media (max-width: 543px) {
  #faq-block .faqblock-container .panel-heading .text-container:before {
    right: 10px;
    font-size: 18px
  }
}

#faq-block .faqblock-container .panel-heading .text-container .category-count {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  margin-right: 8px;
  display: inline-block
}

@media (max-width: 543px) {
  #faq-block .faqblock-container .panel-heading .text-container .category-count {
    margin-right: 1px
  }
}

#faq-block .faqblock-container .panel-heading .text-container .faq-title {
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 0;
  letter-spacing: 0.2px;
  color: #000;
  display: inline-block;
  vertical-align: middle
}

@media (max-width: 767px) {
  #faq-block .faqblock-container .panel-heading .text-container .faq-title {
    font-size: 14px
  }
}

@media (max-width: 543px) {
  #faq-block .faqblock-container .panel-heading .text-container .faq-title {
    padding-right: 16px;
    line-height: 20px
  }
}

#faq-block .faqblock-container .panel-heading .text-container.collapsed {
  background-color: #fff !important
}

#faq-block .faqblock-container .panel-heading .text-container.collapsed:before {
  content: '\f107'
}

#faq-block .faqblock-container:first-child .panel-heading .text-container {
  border-top: 0
}

#faq-block .faqblock-container .subtitle-container .panel-heading {
  padding: 14px 40px
}

@media (max-width: 767px) {
  #faq-block .faqblock-container .subtitle-container .panel-heading {
    padding: 14px 25px
  }
}

@media (max-width: 543px) {
  #faq-block .faqblock-container .subtitle-container .panel-heading {
    padding: 14px 18px
  }
}

#faq-block .faqblock-container .subtitle-container .faq-subtitle {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #777;
  display: inline-block;
  margin-bottom: 0;
  text-align: left
}

#faq-block .faqblock-container .subtitle-container ul,
#faq-block .faqblock-container .subtitle-container ol {
  padding-left: 18px;
  margin-top: 8px
}

#faq-block .faqblock-container .subtitle-container ul li,
#faq-block .faqblock-container .subtitle-container ol li {
  list-style: unset;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  color: #777;
  padding-left: 3px
}

@media (max-width: 543px) {
  #faq-block .faqblock-container .subtitle-container ul li,
  #faq-block .faqblock-container .subtitle-container ol li {
    padding-left: 3px;
    margin-bottom: 8px;
    line-height: 22px
  }
  #faq-block .faqblock-container .subtitle-container ul li:last-child,
  #faq-block .faqblock-container .subtitle-container ol li:last-child {
    margin-bottom: 0
  }
}

@media (max-width: 991px) {
  .template-index #Aboutus {
    margin-bottom: 30px;
    margin-top: 0
  }
}

.template-index #Aboutus .heading {
  line-height: 26px;
  font-size: 24px
}

@media (max-width: 543px) {
  .template-index #Aboutus .heading {
    line-height: 26px;
    font-size: 20px
  }
}

.template-index #Aboutus .Aboutus-information {
  margin-bottom: 0px
}

@media (max-width: 991px) {
  .template-index #Aboutus .Aboutus-information .information-container {
    margin-bottom: 0px
  }
}

.template-index #Aboutus .Aboutus-bottom {
  display: block
}

.template-index #Aboutus .Aboutus-bottom .subheading {
  margin-bottom: 0px
}

.template-index #Aboutus .Aboutus-bottom.about-topspace {
  margin-top: 70px
}

@media (max-width: 1199px) {
  .template-index #Aboutus .Aboutus-bottom.about-topspace {
    margin-top: 30px
  }
}

.template-index #Aboutus .section-second.information-topspace {
  margin-top: 70px
}

@media (max-width: 1199px) {
  .template-index #Aboutus .section-second.information-topspace {
    margin-top: 35px
  }
}

#Aboutus {
  margin-bottom: 50px
}

@media (max-width: 991px) {
  #Aboutus {
    margin-bottom: 30px
  }
}

#Aboutus.nospace-topbottom {
  margin-top: 0 !important;
  margin-bottom: 0 !important
}

#Aboutus .heading {
  line-height: 30px;
  margin: 0;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0
}

@media (max-width: 1299px) {
  #Aboutus .heading {
    font-size: 28px;
    line-height: 36px
  }
}

@media (max-width: 543px) {
  #Aboutus .heading {
    font-size: 22px;
    line-height: 30px
  }
}

#Aboutus p {
  font-size: 14px;
  font-weight: 400;
  color: #777;
  letter-spacing: 0.5px;
  line-height: 24px
}

#Aboutus .title-container {
  padding: 0;
  margin-bottom: 20px
}

@media (max-width: 1199px) {
  #Aboutus .title-container {
    margin-top: 18px
  }
}

@media (max-width: 543px) {
  #Aboutus .title-container {
    margin-bottom: 14px
  }
}

#Aboutus .notopspace {
  margin-top: 0 !important
}

#Aboutus .Aboutus-information {
  margin-bottom: 0px
}

@media (min-width: 992px) {
  #Aboutus .Aboutus-information {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px
  }
}

@media (max-width: 991px) {
  #Aboutus .Aboutus-information .information-container {
    margin-bottom: 0px
  }
}

#Aboutus .Aboutus-information .information-container .about-btn {
  margin-top: 20px
}

@media (max-width: 991px) {
  #Aboutus .Aboutus-information .information-container .about-btn {
    margin-top: 15px
  }
}

@media (max-width: 767px) {
  #Aboutus .Aboutus-information .information-container .about-btn {
    margin-top: 14px
  }
}

@media (max-width: 543px) {
  #Aboutus .Aboutus-information .information-container .about-btn {
    margin-top: 10px
  }
}

#Aboutus .Aboutus-information .information-container .about-btn a {
  padding: 10px 18px;
  position: relative;
  font-weight: 500
}

#Aboutus .Aboutus-information .information-container .about-btn a .icon-arrow-right {
  transform: rotateY(180deg);
  margin-top: -2px;
  margin-left: 5px
}

#Aboutus .Aboutus-information a {
  display: inline-block;
  position: relative;
  overflow: hidden
}

#Aboutus .Aboutus-information .list-Aboutus-info {
  margin-bottom: 50px
}

@media (max-width: 1199px) {
  #Aboutus .Aboutus-information .list-Aboutus-info {
    margin-bottom: 30px
  }
}

#Aboutus .section-second {
  margin-bottom: 0
}

@media (min-width: 992px) {
  #Aboutus .section-second .information-container {
    order: 1
  }
}

@media (max-width: 991px) {
  #Aboutus .section-second .information-container {
    margin-bottom: 0px
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  #Aboutus .section-second .information-container .about-btn {
    margin-bottom: 30px
  }
}

@media (min-width: 992px) {
  #Aboutus .section-second .Aboutus-banner {
    order: 2
  }
}

#Aboutus .section-second.information-topspace {
  margin-top: 90px
}

@media (max-width: 1199px) {
  #Aboutus .section-second.information-topspace {
    margin-top: 35px
  }
}

#Aboutus .Aboutus-bottom {
  display: inline-block;
  text-align: center;
  overflow: hidden;
  vertical-align: middle
}

#Aboutus .Aboutus-bottom.about-topspace {
  margin-top: 90px
}

@media (max-width: 1199px) {
  #Aboutus .Aboutus-bottom.about-topspace {
    margin-top: 35px
  }
}

@media (max-width: 991px) {
  #Aboutus .Aboutus-bottom .title-container {
    margin-top: 0px
  }
}

#Aboutus .Aboutus-bottom .subheading {
  width: 50%;
  margin: auto;
  margin-bottom: 30px
}

@media (max-width: 1199px) {
  #Aboutus .Aboutus-bottom .subheading {
    width: 80%
  }
}

@media (max-width: 543px) {
  #Aboutus .Aboutus-bottom .subheading {
    width: 90%
  }
}

#Aboutus .Aboutus-bottom .service-img {
  margin-bottom: 15px
}

#Aboutus .Aboutus-bottom .service-title {
  font-size: 17px;
  color: #000;
  font-weight: 500;
  margin-bottom: 10px;
  transition: all 500ms ease-in-out 0s;
  -webkit-transition: all 500ms ease-in-out 0s;
  -moz-transition: all 500ms ease-in-out 0s;
  -o-transition: all 500ms ease-in-out 0s
}

#Aboutus .Aboutus-bottom .service-block p {
  width: 90%;
  margin: auto
}

@media (max-width: 1199px) {
  #Aboutus .Aboutus-bottom .service-block p {
    width: 100%
  }
}

@media (max-width: 767px) {
  #Aboutus .Aboutus-bottom .services {
    margin-bottom: 25px
  }
  #Aboutus .Aboutus-bottom .services:last-child {
    margin-bottom: 0
  }
}

#Aboutus .Aboutus-bottom .services:hover .service-title {
  color: var(--brand-secondary)
}

.contact-form-information {
  overflow: hidden;
  padding-bottom: 100px;
  display: flex;
  align-items: center
}

@media (max-width: 1199px) {
  .contact-form-information {
    padding-bottom: 60px;
    display: block
  }
}

@media (max-width: 767px) {
  .contact-form-information {
    padding-bottom: 50px
  }
}

@media (max-width: 1199px) {
  .contact-form-information .contact-banner {
    margin-bottom: 30px
  }
}

.contact-form-information .contact-banner .image-container {
  position: relative
}

@media (max-width: 991px) {
  .contact-form-information .contact-banner .image-container {
    display: inline-block;
    vertical-align: middle
  }
}

.contact-form-information .contact-banner .image-container a {
  display: inline-block;
  vertical-align: middle;
  position: relative
}

.contact-form-information .contact-banner .image-container a:after {
  border-color: rgba(200, 200, 200, 0.3);
  border-style: solid;
  border-width: 4px;
  content: '';
  height: 100%;
  left: 20px;
  position: absolute;
  top: 20px;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s
}

@media (max-width: 767px) {
  .contact-form-information .contact-banner .image-container a:after {
    display: none
  }
}

.contact-form-information .contact-banner .image-container a:hover:after {
  border-color: var(--color-banner-border)
}

.contact-form-information .information-container {
  text-align: left
}

.contact-form-information .information-container .title-container {
  margin-bottom: 0
}

@media (max-width: 543px) {
  .contact-form-information .information-container .title-container {
    padding: 0
  }
}

@media (max-width: 543px) {
  .contact-form-information .information-container .list-contact-info {
    padding: 0
  }
}

@media (max-width: 543px) {
  .contact-form-information .information-container .list-contact-info .contact_info_item {
    width: 100%
  }
}

.contact-form-information .information-container .list-contact-info .contact_info_item h3,
.contact-form-information .information-container .list-contact-info .contact_info_item .h3 {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  margin: 20px 0 10px;
  line-height: 1.1;
  text-transform: capitalize;
  font-family: var(--primary-font)
}

.contact-form-information .information-container .list-contact-info .contact_info_item p,
.contact-form-information .information-container .list-contact-info .contact_info_item a {
  color: #666;
  line-height: 25px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 400
}

.contact-form-information .information-container .list-contact-info .contact_info_item:nth-child(3) {
  clear: left
}

.contact-form-information .information-container .list-contact-info .social-icons {
  padding-top: 5px
}

.contact-form-information .information-container .list-contact-info .social-icons li {
  display: inline-block;
  vertical-align: middle
}

.contact-form-information .information-container .list-contact-info .social-icons li a {
  border: 1px solid #ddd;
  border-radius: 50%;
  height: 35px;
  line-height: 33px;
  text-align: center;
  width: 35px;
  margin: 0 5px 5px 0;
  display: block;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  position: relative
}

.contact-form-information .information-container .list-contact-info .social-icons li a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  z-index: -1;
  box-shadow: inset 0 0 0 35px #fff;
  -webkit-transform: scale3d(0.9, 0.9, 1);
  transform: scale3d(0.9, 0.9, 1);
  -moz-transform: box-shadow 0.3s, transform 0.3s;
  -o-transform: box-shadow 0.3s, transform 0.3s;
  -ms-transform: box-shadow 0.3s, transform 0.3s;
  -webkit-transition: box-shadow 0.3s, -webkit-transform 0.3;
  transition: box-shadow 0.3s, transform 0.3s;
  -moz-transition: box-shadow 0.3s, transform 0.3s;
  -o-transition: box-shadow 0.3s, transform 0.3s
}

.contact-form-information .information-container .list-contact-info .social-icons li i {
  font-size: 14px;
  padding: 0px;
  color: #696969
}

.contact-form-information .information-container .list-contact-info .social-icons li:hover a:before {
  box-shadow: inset 0 0 0 2px var(--brand-secondary);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1)
}

.contact-form-information .information-container .list-contact-info .social-icons li:hover i {
  color: #000
}

.contact-form-bottom {
  padding: 15px
}

@media (min-width: 1200px) {
  .contact-form-bottom {
    max-width: 1000px
  }
}

.contact-form-bottom .title-container {
  text-align: center;
  padding-left: 0
}

.contact-form-bottom .form-field textarea,
.contact-form-bottom .form-field input {
  box-shadow: none;
  width: 100%;
  font-size: 15px;
  line-height: 1.42857143;
  color: #555;
  border-color: #e9e9e9;
  padding: 0 12px;
  border-radius: 4px;
  margin-bottom: 15px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
}

.contact-form-bottom .form-field textarea:focus,
.contact-form-bottom .form-field input:focus {
  border-color: var(--brand-secondary)
}

.contact-form-bottom .form-field input {
  height: 45px
}

.contact-form-bottom .form-field .form-group-area textarea {
  padding: 12px 12px 0
}

.contact-form-bottom .submit-button {
  margin: 0 auto;
  text-align: center
}

.contact-form-bottom .submit-button .btn {
  background: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  border-radius: 0px;
  display: inline-block;
  font-size: 14px;
  width: auto;
  font-weight: 400;
  padding: 8px 20px;
  text-shadow: 0 0;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s
}

.contact-form-bottom .submit-button .btn:hover,
.contact-form-bottom .submit-button .btn:focus {
  color: var(--button-text-hover-color);
  background: var(--button-bg-hover-color)
}

.title-container {
  padding: 16px 30px;
  padding-right: 0;
  margin-bottom: 45px
}

@media (max-width: 1199px) {
  .title-container {
    margin-bottom: 15px
  }
}

@media (max-width: 767px) {
  .title-container {
    margin-bottom: 10px
  }
}

.title-container .heading {
  color: #000;
  font-size: 40px;
  display: block;
  letter-spacing: 0.1em;
  font-family: var(--primary-font);
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  margin: 20px 0 10px;
  line-height: 1.1
}

@media (max-width: 543px) {
  .title-container .heading {
    font-size: 22px
  }
}

.title-container .subheading {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.2px
}

.binderpos-credit-input-div {
  display: grid;
  grid-template-columns: 1fr 1fr
}

.binderpos-credit-input-div .binderpos-credit-use-div {
  text-align: right
}

@media (max-width: 991px) {
  .binderpos-credit-input-div {
    grid-template-columns: 1fr;
    text-align: center
  }
  .binderpos-credit-input-div .binderpos-credit-use-div {
    text-align: center
  }
}

.cart__header {
  background: #f8f8f8;
  border: 1px solid #f8f8f8
}

.template-cart .cart table {
  margin-bottom: 0
}

.template-cart .cart th,
.template-cart .cart td {
  border: 0
}

.template-cart .cart td {
  color: #3a3838;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  padding: 10px 7px
}

@media (min-width: 992px) {
  .template-cart .cart td {
    padding: 40px 15px;
    font-size: 18px
  }
}

.template-cart .cart .product-info {
  text-align: left
}

.template-cart .cart th {
  font-weight: 700;
  padding: 15px;
  font-size: 15px;
  color: #3a3838;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center
}

@media (min-width: 992px) {
  .template-cart .cart th {
    padding: 17px 30px;
    font-size: 17px
  }
}

.template-cart .cart .cart__meta {
  padding-left: 0px;
  text-align: left
}

@media (max-width: 767px) {
  .template-cart .cart .cart__meta {
    padding: 0;
    margin-left: 5px
  }
}

.template-cart .cart .cart__meta .list-view-item__title>a {
  text-decoration: none;
  color: #3a3838;
  font-size: 16px;
  font-weight: 600
}

@media (max-width: 767px) {
  .template-cart .cart .cart__meta .list-view-item__title>a {
    font-size: 13px
  }
}

.template-cart .cart .cart__meta .cart__meta-text {
  font-size: 14px
}

.template-cart .cart .cart__price-wrapper {
  text-align: center;
  color: #000;
  font-weight: 600;
  font-size: 15px
}

@media (max-width: 767px) {
  .template-cart .cart .cart__price-wrapper {
    padding: 10px 0px;
    text-align: right
  }
}

.template-cart .cart .cart__update-wrapper .cart-qty-btns {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  text-align: center;
  float: none;
  position: relative;
  overflow: hidden
}

@media (max-width: 749px) {
  .template-cart .cart .cart__update-wrapper .cart-qty-btns {
    width: auto;
    float: right;
    margin-right: 2px
  }
}

@media (max-width: 749px) {
  .template-cart .cart .cart__update-wrapper .cart-qty-btns label {
    display: none
  }
}

.template-cart .cart .cart__update-wrapper .cart-qty-btns>div {
  float: left;
  vertical-align: middle
}

@media (min-width: 992px) {
  .template-cart .cart .cart__update-wrapper .cart-qty-btns>div {
    width: 30px
  }
}

@media (max-width: 991px) {
  .template-cart .cart .cart__update-wrapper .cart-qty-btns>div {
    width: 20px
  }
}

@media (max-width: 749px) {
  .template-cart .cart .cart__update-wrapper .cart-qty-btns>div {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 37px
  }
}

.template-cart .cart .cart__update-wrapper .cart-qty-btns .quantity {
  float: left;
  vertical-align: middle
}

@media (min-width: 992px) {
  .template-cart .cart .cart__update-wrapper .cart-qty-btns .quantity {
    width: 30px
  }
}

@media (max-width: 991px) {
  .template-cart .cart .cart__update-wrapper .cart-qty-btns .quantity {
    width: 30px
  }
}

@media (max-width: 749px) {
  .template-cart .cart .cart__update-wrapper .cart-qty-btns .quantity {
    width: 40px;
    height: 40px
  }
}

@media (max-width: 749px) {
  .template-cart .cart .cart__update-wrapper .cart__update {
    float: right;
    padding: 13px 15px;
    font-size: 12px
  }
}

@media (max-width: 749px) {
  .template-cart .cart .cart__row {
    position: relative
  }
}

@media (max-width: 749px) {
  .template-cart .cart .product_remove {
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    padding: 6px 7px
  }
}

.template-cart .cart .product_remove a {
  text-decoration: none;
  color: #000;
  background: transparent;
  display: block;
  font-size: 27px
}

@media (max-width: 991px) {
  .template-cart .cart .product_remove a {
    font-size: 17px
  }
}

.template-cart .cart .cart__footer {
  color: #3a3838;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400
}

@media (max-width: 991px) {
  .template-cart .cart .cart__footer {
    font-size: 15px
  }
}

.template-cart .cart .cart__footer .cart_top {
  padding: 30px 30px;
  border-bottom: 1px solid #f2f2f2
}

@media (max-width: 767px) {
  .template-cart .cart .cart__footer .cart_top {
    text-align: center
  }
}

.template-cart .cart .cart__footer .cart_top .cart-note,
.template-cart .cart .cart__footer .cart_top .update_cart {
  display: inline-block;
  vertical-align: middle
}

@media (max-width: 767px) {
  .template-cart .cart .cart__footer .cart_top .cart-note,
  .template-cart .cart .cart__footer .cart_top .update_cart {
    display: block
  }
}

@media (max-width: 767px) {
  .template-cart .cart .cart__footer .cart_top .cart-note {
    margin-bottom: 15px
  }
}

.template-cart .cart .cart__footer .cart_top .cart-note .cart-note__input {
  width: 300px
}

@media (max-width: 991px) {
  .template-cart .cart .cart__footer .cart_top .cart-note .cart-note__input {
    width: auto
  }
}

@media (max-width: 767px) {
  .template-cart .cart .cart__footer .cart_top .cart-note .cart-note__input {
    width: 100%
  }
}

@media (max-width: 749px) {
  .template-cart .cart .cart__footer .cart_top .cart-note .cart-note__input {
    margin-bottom: 0
  }
}

.template-cart .cart .cart__footer .cart_top .update_cart {
  float: right
}

@media (max-width: 767px) {
  .template-cart .cart .cart__footer .cart_top .update_cart {
    float: none
  }
}

.template-cart .cart .cart__footer .cart-bottm {
  padding: 30px 0;
  margin-top: 30px;
  display: block
}

@media (max-width: 991px) {
  .template-cart .cart .cart__footer .cart-bottm {
    padding: 20px 0
  }
}

@media (max-width: 767px) {
  .template-cart .cart .cart__footer .cart-bottm {
    text-align: center;
    margin-top: 15px
  }
}

.template-cart .cart .cart__footer .cart-bottm.cart_calculator_reassurance {
  display: flex;
  overflow: hidden;
  justify-content: space-between
}

@media (max-width: 767px) {
  .template-cart .cart .cart__footer .cart-bottm.cart_calculator_reassurance {
    display: block
  }
}

.template-cart .cart .cart__footer .cart-bottm .cart_reassurance {
  margin-right: 30px
}

@media (min-width: 768px) {
  .template-cart .cart .cart__footer .cart-bottm .cart_reassurance {
    order: 1
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .template-cart .cart .cart__footer .cart-bottm .cart_reassurance {
    margin-right: 15px
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .template-cart .cart .cart__footer .cart-bottm .cart_reassurance {
    width: 50%
  }
}

@media (max-width: 767px) {
  .template-cart .cart .cart__footer .cart-bottm .cart_reassurance {
    margin: 0
  }
}

.template-cart .cart .cart__footer .cart-bottm .continue_shopping,
.template-cart .cart .cart__footer .cart-bottm .cart_calculator {
  display: inline-block;
  vertical-align: middle
}

@media (max-width: 767px) {
  .template-cart .cart .cart__footer .cart-bottm .continue_shopping,
  .template-cart .cart .cart__footer .cart-bottm .cart_calculator {
    display: block
  }
}

@media (max-width: 767px) {
  .template-cart .cart .cart__footer .cart-bottm .continue_shopping {
    margin-bottom: 15px
  }
}

.template-cart .cart .cart__footer .cart-bottm .cart_calculator {
  float: right;
  padding: 30px;
  background: #f8f8f8
}

@media (min-width: 992px) {
  .template-cart .cart .cart__footer .cart-bottm .cart_calculator {
    padding: 40px 48px 40px 48px
  }
}

@media (min-width: 992px) and (min-width: 992px) and (max-width: 1199px) {
  .template-cart .cart .cart__footer .cart-bottm .cart_calculator {
    padding: 30px
  }
}

@media (min-width: 768px) {
  .template-cart .cart .cart__footer .cart-bottm .cart_calculator {
    order: 2
  }
}

@media (max-width: 767px) {
  .template-cart .cart .cart__footer .cart-bottm .cart_calculator {
    float: none;
    margin: 0 0 30px
  }
}

.template-cart .cart .cart__footer .cart-bottm .cart_calculator .cart_content_inner {
  background: #fff;
  padding: 20px 0px;
  width: 400px;
  text-align: center
}

@media (max-width: 991px) {
  .template-cart .cart .cart__footer .cart-bottm .cart_calculator .cart_content_inner {
    width: auto;
    height: 100%
  }
}

.template-cart .cart .cart__footer .cart-bottm .cart_calculator .cart_content_inner .cart_total_title span {
  padding: 10px 20px;
  color: #3a3838;
  font-size: 20px;
  text-transform: unset;
  font-weight: 600;
  letter-spacing: 0.5px
}

@media (max-width: 991px) {
  .template-cart .cart .cart__footer .cart-bottm .cart_calculator .cart_content_inner .cart_total_title span {
    font-size: 15px
  }
}

.template-cart .cart .cart__footer .cart-bottm .cart_calculator .cart_content_inner .cart_total_title .cart__subtotal {
  color: var(--brand-secondary)
}

.template-cart .cart .cart__footer .cart-bottm .cart_calculator .cart_content_inner .cart__shipping,
.template-cart .cart .cart__footer .cart-bottm .cart_calculator .cart_content_inner .cart__store-credit-info {
  padding: 10px 20px 30px;
  border-top: 1px solid #f2f2f2;
  font-size: 16px
}

@media (max-width: 991px) {
  .template-cart .cart .cart__footer .cart-bottm .cart_calculator .cart_content_inner .cart__shipping,
  .template-cart .cart .cart__footer .cart-bottm .cart_calculator .cart_content_inner .cart__store-credit-info {
    font-size: 14px
  }
}

@media (max-width: 543px) {
  .template-cart .cart .cart__footer .cart-bottm .cart_calculator .cart_content_inner .cart__shipping,
  .template-cart .cart .cart__footer .cart-bottm .cart_calculator .cart_content_inner .cart__store-credit-info {
    padding: 10px 20px 20px
  }
}

.template-cart .cart .cart__footer .cart-bottm .cart_calculator .cart_content_inner .checkout_btn {
  margin: 0 auto;
  display: block;
  text-align: center;
  background: var(--button-bg-hover-color);
  color: var(--button-text-hover-color);
  border-color: var(--button-bg-hover-color)
}

.template-cart .cart .cart__footer .cart-bottm .cart_calculator .cart_content_inner .checkout_btn:hover,
.template-cart .cart .cart__footer .cart-bottm .cart_calculator .cart_content_inner .checkout_btn:focus,
.template-cart .cart .cart__footer .cart-bottm .cart_calculator .cart_content_inner .checkout_btn.focus,
.template-cart .cart .cart__footer .cart-bottm .cart_calculator .cart_content_inner .checkout_btn:active {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border-color: var(--button-bg-color)
}

@media (max-width: 543px) {
  .template-cart .cart .cart__footer .cart-bottm .cart_calculator .cart_content_inner .checkout_btn {
    padding: 10px 15px
  }
}

.cart__qty-label {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0
}

.cart__qty-input {
  text-align: center;
  width: 60px;
  padding-left: 5px;
  padding-right: 5px
}

@media only screen and (max-width: 749px) {
  .cart__qty-input {
    padding-top: 2px;
    padding-bottom: 2px
  }
}

.cart__edit {
  display: inline-block;
  margin: 0;
  margin-left: 25px
}

@media (max-width: 543px) {
  .cart__edit {
    margin-left: 6px
  }
}

.cart__edit .btn {
  background-color: transparent;
  border: none;
  color: #000;
  padding: 0;
  margin-top: -3px
}

.cart__edit .btn span i {
  font-size: 14px
}

.cart__edit .btn:active:focus,
.cart__edit .btn:active:hover {
  color: #000;
  background-color: transparent;
  border-color: transparent
}

.cart__edit--active .cart__edit-text--cancel {
  display: none
}

.cart__edit-text--edit {
  display: none
}

.cart__edit--active .cart__edit-text--edit {
  display: block
}

.cart__edit-text--cancel,
.cart__edit-text--edit {
  pointer-events: none
}

.cart__row p {
  margin-bottom: 0
}

.cart__row p+p {
  margin-top: 10px
}

.cart__subtotal-title {
  float: left;
  font-weight: 500
}

.cart__subtotal {
  padding-left: 0;
  display: inline-block;
  float: right;
  color: #000
}

.cart__savings {
  padding-top: 18px
}

.cart__savings-amount {
  padding-left: 27.5px
}

@media only screen and (min-width: 750px) {
  .cart__savings-amount {
    padding-left: 55px;
    min-width: 150px;
    display: inline-block
  }
}

.cart-dropdown-inner .cart table {
  margin-bottom: 0
}

.cart-dropdown-inner .cart table .cart__row {
  position: relative
}

.cart-dropdown-inner .cart table .cart__meta .remove {
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 5px
}

.cart-dropdown-inner .cart table .cart__meta .remove a {
  border: none;
  padding: 0;
  color: #333;
  background-color: transparent
}

.cart-dropdown-inner .cart table .cart__meta .remove a:hover,
.cart-dropdown-inner .cart table .cart__meta .remove a:active,
.cart-dropdown-inner .cart table .cart__meta .remove a:focus {
  color: #000;
  background-color: #fff
}

.cart-dropdown-inner .cart table .cart__meta .remove a i {
  font-size: 20px;
  color: #333
}

.cart-dropdown-inner .cart table .cart__meta .remove a i:hover {
  color: #000
}

.cart__shipping,
.cart__store-credit-info {
  font-style: italic;
  font-size: 0.875em;
  padding: 10px 0;
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: normal
}

.cart-note__label,
.cart-note__input {
  display: block
}

@media only screen and (max-width: 749px) {
  .cart-note__label,
  .cart-note__input {
    margin: 0 auto
  }
}

.cart-note__label {
  margin-bottom: 15px
}

.cart-note__input {
  min-height: 50px;
  width: 100%
}

@media only screen and (max-width: 749px) {
  .cart-note__input {
    margin-bottom: 40px
  }
}

.cart__image {
  padding: 0;
  width: 90px
}

.cart__image-wrapper {
  display: table-cell;
  width: 150px
}

@media only screen and (min-width: 750px) {
  .cart__meta {
    max-width: 300px
  }
  .cart__remove {
    margin-top: 4px
  }
  .cart__qty {
    text-align: center
  }
}

@media only screen and (max-width: 749px) {
  .cart .cart__update-wrapper {
    display: none;
    padding-top: 0;
    padding-bottom: 22px
  }
}

@media only screen and (max-width: 749px) {
  .template-cart .cart table {
    display: block;
    width: 100%
  }
  .template-cart .cart thead {
    display: none
  }
  .template-cart .cart tr,
  .template-cart .cart tbody {
    width: 100%;
    padding: 5px 0
  }
  .template-cart .cart tbody {
    display: block
  }
  .cart__update--show td {
    padding-bottom: 10px
  }
  .cart__update--show .cart__update-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .cart-flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center
  }
  .cart-flex-item {
    display: block;
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%
  }
  .cart__meta {
    -webkit-flex: 1 1 0%;
    -moz-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%
  }
  .cart__image-wrapper {
    -webkit-flex: 0 0 85px;
    -moz-flex: 0 0 85px;
    -ms-flex: 0 0 85px;
    flex: 0 0 85px
  }
  .cart__price-wrapper {
    -webkit-flex: 0 1 24%;
    -moz-flex: 0 1 24%;
    -ms-flex: 0 1 24%;
    flex: 0 1 24%;
    text-align: right
  }
  .cart__header {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
  }
  .cart-message {
    padding-top: 20px
  }
  .cart__qty-label {
    position: inherit !important;
    overflow: auto;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: .8125em;
    margin-right: 5px
  }
}

.cart--no-cookies .cart__continue-btn {
  display: none
}

.cart--no-cookies .cart--empty-message {
  display: none
}

.cookie-message {
  display: none;
  padding-bottom: 25px
}

.cart--no-cookies .cookie-message {
  display: block
}

.additional-checkout-buttons {
  margin-top: 22px
}

.additional-checkout-buttons input[type='image'] {
  padding: 0;
  border: 0;
  background: transparent
}

@media only screen and (min-width: 750px) {
  .site-header.logo--center {
    padding-top: 30px
  }
}

.call-me {
  padding: 15px 0
}

.call-me .call-us-inner {
  display: inline-block;
  float: right;
  font-size: 15px
}

.call-me .call-us-inner .call-img {
  display: inline-block;
  float: left
}

.call-me .call-us-inner .call {
  overflow: hidden;
  padding-left: 15px
}

.call-me .call-us-inner .call .call-us {
  font-weight: 600
}

.call-me .call-us-inner .call-info {
  float: left
}

.announcement-bar {
  text-align: left;
  background-color: transparent !important;
  z-index: 10
}

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

.announcement-bar--link {
  display: block
}

.announcement-bar__message {
  display: block
}

.site-header__logo {
  margin: 0
}

.logo-align--center .site-header__logo {
  text-align: center;
  margin: 0 auto
}

@media only screen and (max-width: 749px) {
  .logo-align--center .site-header__logo {
    text-align: left;
    margin: 15px 0
  }
}

.site-header__logo-link {
  display: inline-block;
  word-break: break-word;
  font-family: var(--primary-font);
  color: var(--footer-heading-color);
  font-size: 17px;
  margin-bottom: 0
}

.site-header__logo-image {
  display: block;
  margin: 0 auto
}

.site-header__logo-image img {
  width: 100%
}

.site-header__logo-image--centered img {
  margin: 0 auto;
  text-align: center
}

@media only screen and (min-width: 750px) {
  .logo-align--center .site-header__logo-link {
    margin: 0 auto
  }
}

@media only screen and (max-width: 749px) {
  .site-header__icons .btn--link,
  .site-header__icons .site-header__cart {
    font-size: 1em
  }
}

.header-top .left-header {
  float: left
}

@media (max-width: 767px) {
  .header-top .left-header {
    float: none;
    text-align: center
  }
}

.header-top .left-header>div {
  display: inline-block;
  cursor: pointer
}

@media (max-width: 543px) {
  .header-top .left-header>div {
    display: block
  }
}

.header-top .left-header .header-contact-info {
  padding-left: 40px;
  position: relative
}

@media (max-width: 543px) {
  .header-top .left-header .header-contact-info {
    padding-left: 0
  }
}

.header-top .left-header .header-contact-info .contact-item .icon-contact {
  display: inline-block;
  vertical-align: middle
}

.header-top .left-header .header-contact-info .contact-item .icon-contact:before {
  color: #000;
  font-family: FontAwesome;
  font-size: 18px;
  content: '\F095';
  top: 0;
  position: absolute;
  transform: rotate(45deg)
}

.header-top .left-header .header-contact-info .contact-item .content {
  line-height: 25px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  padding-left: 18px;
  font-size: 14px
}

.header-top .left-header .header-contact-info:after {
  content: '|';
  position: absolute;
  left: 18px;
  top: -6px;
  font-size: 28px;
  color: #f1f1f1
}

@media (max-width: 543px) {
  .header-top .left-header .header-contact-info:after {
    display: none
  }
}

.header-top .right-header {
  display: inline-block
}

.right-header .user-info .dropdown-menu {
  right: 35px;
  top: 43px;
  left: auto
}

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

.site-header__icons {
  position: relative;
  white-space: nowrap
}

.site-header__icons-wrapper {
  position: relative
}

@media (max-width: 749px) {
  .site-header__icons-wrapper {
    display: inline-block;
    float: left;
    padding: 0
  }
}

.site-header__account .account-title {
  padding-right: 25px
}

.site-header__account i {
  position: absolute;
  vertical-align: middle;
  right: 0px
}

@media (max-width: 767px) {
  .site-header__icons--plus .site-header__search {
    float: right;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0
  }
}

.site-header__cart-title,
.site-header__search-title {
  display: inline-block;
  vertical-align: middle;
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0
}

.site-header__cart-title {
  margin-right: 3px
}

.mobile-width .search-title {
  display: inline-block
}

.mobile-width .add-to-wishlist {
  padding: 0
}

.mobile-width #mobilecart-container,
.mobile-width #search-container {
  position: absolute;
  z-index: 10;
  right: 0;
  background: #fff;
  width: 310px
}

.mobile-width #search-container {
  width: 240px
}

.mobile-width #search-container .search-header__input {
  background: #fff
}

.mobile-width #search-container .search-results {
  top: 33px !important;
  width: 243px
}

.mobile-width #search-container .search-results span {
  font-size: 14px;
  white-space: normal
}

.mobile-width #search-container .search-results .thumbnail {
  border: 1px solid #eee
}

.mobile-width .cart-display .site-header__cart {
  margin-right: 0;
  padding: 0
}

.site-header__cart-count {
  display: inline-block;
  font-weight: bold;
  color: #000;
  padding: 2px 5px 1px 4px;
  text-align: left;
  top: 16px;
  right: 1px;
  position: absolute;
  background: var(--brand-secondary);
  border-radius: 50%
}

@media (max-width: 991px) {
  .site-header__cart-count {
    color: var(--brand-secondary);
    background: #000;
    top: 5px;
    right: 5px
  }
}

.site-header__cart-count .cart-title {
  font-weight: 400;
  padding-bottom: 5px;
  display: none
}

@media (max-width: 749px) {
  .site-header__cart-count .cart-title {
    display: none
  }
}

.site-header__cart-count span {
  display: block;
  font-size: 12px;
  line-height: 1
}

@media only screen and (min-width: 750px) {
  .logo--center .site-header__cart-count {
    right: -2px
  }
  .logo--left .site-header__cart-count {
    left: 12px;
    top: 4px
  }
}

.site-header__menu {
  display: none
}

.site-header .icon-search,
.site-header .icon-hamburger,
.site-header .icon-close,
.site-header .icon-cart {
  height: 30px
}

@media only screen and (min-width: 750px) {
  .site-header .icon-search,
  .site-header .icon-hamburger,
  .site-header .icon-close,
  .site-header .icon-cart {
    margin-right: 3px
  }
}

@media (max-width: 991px) {
  .site-header__menu,
  .site-header__search-toggle,
  .site-header__cart,
  .site-header__account {
    display: inline-block;
    vertical-align: middle;
    padding: 18px 8px;
    margin: 0
  }
  .site-header__icons--plus .site-header__menu,
  .site-header__icons--plus .site-header__search-toggle,
  .site-header__icons--plus .site-header__cart,
  .site-header__icons--plus .site-header__account {
    padding: 0
  }
}

@media only screen and (max-width: 749px) {
  .site-header__menu,
  .site-header__search-toggle,
  .site-header__cart,
  .site-header__account {
    display: inline-block;
    vertical-align: middle;
    padding: 18px 8px;
    margin: 0
  }
  .site-header__icons--plus .site-header__menu,
  .site-header__icons--plus .site-header__search-toggle,
  .site-header__icons--plus .site-header__cart,
  .site-header__icons--plus .site-header__account {
    padding: 0
  }
  .site-header__logo img {
    margin: 0
  }
}

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

img.article__grid-image {
  height: 370px;
  object-fit: scale-down
}

.article__title {
  margin-bottom: 11px;
  font-size: 22px
}

@media (max-width: 991px) {
  .article__title {
    font-size: 18px
  }
}

.article__author {
  margin-right: 10px
}

.article__author,
.article__date {
  display: inline-block;
  margin-bottom: 15px
}

@media (max-width: 991px) {
  .article__author,
  .article__date {
    margin-bottom: 10px
  }
}

.template-article .article__author,
.template-article .article__date {
  margin-bottom: 0
}

.article__tags {
  margin-bottom: 27.5px
}

.article__tags--list {
  font-style: italic
}

.grid--blog {
  overflow: auto
}

.article__grid-tag {
  margin-right: 10px
}

.article__grid-meta {
  margin-bottom: 15px
}

@media only screen and (max-width: 749px) {
  .article__grid-meta--has-image {
    float: left;
    padding-left: 0
  }
}

.article__grid-excerpt {
  margin-bottom: 17.5px
}

.article__grid-image-wrapper {
  margin: 0 auto
}

.article__grid-image-container {
  display: block;
  clear: both;
  position: relative;
  overflow: hidden;
  margin: 0;
  min-height: 1px;
  width: 100%;
  height: 100%
}

@media only screen and (max-width: 749px) {
  .article__grid-image-container {
    float: left;
    margin: 0
  }
}

.article__grid-image-container img {
  display: block
}

.article__grid-image {
  margin: 0 auto;
  width: 100%
}

.js .article__grid-image {
  position: relative;
  top: 0
}

.article__list-image-container {
  display: block;
  clear: both;
  position: relative;
  min-height: 1px;
  width: 100%;
  height: 100%
}

.article__list-image-wrapper {
  width: 100%
}

.sidebar {
  margin-top: 40px
}

.sidebar__list {
  list-style: none;
  margin-bottom: 55px
}

.sidebar__list li {
  margin-bottom: 10px
}

.pagination {
  list-style: none;
  display: block;
  margin: 15px 0 20px;
  width: 100%;
  overflow: hidden
}

@media (max-width: 991px) {
  .pagination {
    margin: 20px 0 30px
  }
}

.pagination .pagination-block {
  background-color: #f5f5f5;
  padding: 14px 0;
  display: block;
  overflow: hidden
}

.pagination li {
  display: inline-block
}

.pagination .icon {
  display: block;
  height: 20px;
  vertical-align: middle
}

.comment {
  margin-bottom: 30px
}

.comment:last-child {
  margin-bottom: 0
}

.comment__content {
  margin-bottom: 5px
}

.comment__meta-item {
  margin-right: 10px;
  font-size: .875em
}

.comment__meta-item:first-child::before {
  content: '\2014 \0020'
}

.search-bar__form {
  display: table;
  width: 100%;
  position: relative;
  height: 40px;
  border: 1px solid transparent
}

@media only screen and (max-width: 749px) {
  .search-bar__form {
    width: 100%
  }
}

.search-bar__submit .icon {
  position: relative;
  top: -1px;
  height: 30px
}

.search-bar__submit,
.search-header__submit {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: auto;
  right: 0;
  top: 3px;
  padding: 0 0 0 5px;
  height: 100%;
  z-index: 1
}

.search-logo {
  display: block;
  cursor: pointer;
  text-align: center
}

.search-logo i {
  position: relative;
  top: 3px
}

.search-dropdown {
  right: 45px;
  left: auto;
  top: 40px;
  position: absolute
}

.search-header__input,
.search-bar__input {
  background-color: transparent;
  border-radius: 2px;
  color: var(--color-text);
  border-color: transparent;
  width: 100%
}

.search-header__input::-webkit-input-placeholder,
.search-bar__input::-webkit-input-placeholder {
  color: #444;
  opacity: .6
}

.search-header__input::-moz-placeholder,
.search-bar__input::-moz-placeholder {
  color: #444;
  opacity: .6
}

.search-header__input:-ms-input-placeholder,
.search-bar__input:-ms-input-placeholder {
  color: #444;
  opacity: 0
}

.search-header__input::-ms-input-placeholder,
.search-bar__input::-ms-input-placeholder {
  color: #444;
  opacity: 1
}

.search-bar__input {
  border: 1px solid transparent
}

.search-bar__input:focus {
  border-color: transparent
}

.search-header__input:hover+.btn--link {
  opacity: .6
}

.search-bar {
  border-bottom: 1px solid var(--color-border);
  padding: 0 27.5px
}

.search-bar__table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%
}

.search-bar__table-cell {
  display: table-cell;
  vertical-align: middle
}

.search-bar__form-wrapper {
  width: 90%
}

.search-header {
  position: relative;
  width: 100%;
  max-width: 300px;
  vertical-align: middle
}

.search-header .search-results {
  top: auto !important;
  width: 100%;
  max-height: 500px;
  overflow-y: auto
}

.search-header.search--focus {
  background-color: #fff
}

.search-header__input {
  cursor: pointer;
  padding: 6px 15px;
  background: #fff;
  cursor: auto;
  border: 1px solid #eee;
  height: 40px
}

.search--focus .search-header__input {
  outline: none;
  background: #fff;
  cursor: auto
}

.search--focus .search-header__submit {
  padding-left: 10px
}

.search-header,
.search-header__submit {
  transition: all 0.35s cubic-bezier(0.29, 0.63, 0.44, 1)
}

.no-svg .site-header__search {
  display: inline-block
}

.no-svg .search-header {
  max-width: none
}

.no-svg .search__input {
  width: auto;
  padding-left: 60px
}

.mobile-nav {
  display: block;
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1)
}

.sub-nav--is-open .mobile-nav {
  -ms-transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0)
}

.third-nav--is-open .mobile-nav {
  -ms-transform: translate3d(-200%, 0, 0);
  -webkit-transform: translate3d(-200%, 0, 0);
  transform: translate3d(-200%, 0, 0)
}

.mobile-nav__link,
.mobile-nav__sublist-link {
  display: block;
  width: 100%;
  padding: 15px 30px;
  font-size: 16px
}

.mobile-nav__link {
  position: relative
}

.mobile-nav__sublist-link:not(.mobile-nav__sublist-header) {
  padding-left: 70px;
  padding-right: 30px
}

.mobile-nav__item {
  display: block;
  width: 100%
}

.mobile-nav__item .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 12px;
  width: 10px;
  margin: -6px 0 0 -5px
}

.mobile-nav__return {
  border-right: 1px solid var(--color-border)
}

.mobile-nav__return-btn {
  position: relative;
  padding: 24px 0;
  width: 55px
}

.mobile-nav__icon {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding-left: 22px;
  padding-right: 22px;
  pointer-events: none;
  overflow: hidden
}

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

.mobile-nav__table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
  text-align: left;
  white-space: normal
}

.mobile-nav__toggle-button {
  padding: 20px 15px
}

.mobile-nav__dropdown {
  position: absolute;
  background-color: var(--color-body);
  z-index: 8;
  width: 100%;
  top: 0;
  right: -100%;
  display: none
}

.is-active+.mobile-nav__dropdown {
  display: block;
  opacity: 1
}

.mobile-nav__dropdown.is-closing {
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
  opacity: 0.99
}

.mobile-nav__dropdown .mobile-nav__sublist-header {
  font-family: var(--font-stack-header);
  font-weight: 400;
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px
}

.mobile-nav-wrapper {
  -ms-transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  position: absolute;
  background-color: var(--color-body);
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
  display: none;
  overflow: hidden;
  width: 100%
}

.mobile-nav-wrapper::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid var(--color-border)
}

.mobile-nav-wrapper.js-menu--is-open {
  display: block
}

.mobile-nav--open .icon-close {
  display: none
}

.mobile-nav--close .icon-hamburger {
  display: none
}

.modal {
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  background-color: transparent;
  bottom: 0;
  color: var(--color-text);
  display: none;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0
}

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

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

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

.no-csstransforms .modal__centered {
  top: 20%
}

.modal__close {
  border: 0;
  padding: 55px;
  position: fixed;
  top: 0;
  right: 0
}

.modal__close .icon {
  font-size: 1.25em;
  width: 20px;
  height: 20px
}

.slideshow-wrapper {
  position: relative
}

.slideshow {
  overflow: hidden;
  margin-bottom: 0
}

.slideshow .slideshow__slide,
.slideshow .slick-list,
.slideshow .slick-track {
  height: 100%
}

.slideshow .slick-prev,
.slideshow .slick-next {
  top: 50%;
  height: 100%;
  margin-top: 0;
  width: 40px
}

.slideshow .slick-prev {
  left: 50px
}

.slideshow .slick-next {
  right: 50px
}

.slideshow .slick-dots {
  bottom: 22px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%)
}

.slideshow .slick-dots li button::before {
  color: #fff
}

.video-is-playing .slick-dots {
  display: none !important
}

.slideshow__pause:focus {
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  color: var(--color-btn-primary-text);
  background-color: var(--color-btn-primary);
  padding: 27.5px;
  z-index: 10000;
  transition: none
}

.video-is-playing .slideshow__pause:focus {
  display: none
}

.slideshow__pause-stop {
  display: block
}

.is-paused .slideshow__pause-stop {
  display: none
}

.slideshow__pause-play {
  display: none
}

.is-paused .slideshow__pause-play {
  display: block
}

.slideshow__slide {
  position: relative;
  overflow: hidden
}

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

.slideshow__image {
  transition: opacity 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  z-index: 1
}

.slick-initialized .slideshow__image,
.no-js .slideshow__image {
  opacity: 1
}

.slideshow__slide--background-video .slideshow__image {
  opacity: 0
}

.no-autoplay .slideshow__image {
  opacity: 1
}

.ie9 .slideshow__slide {
  z-index: 1 !important
}

.ie9 .slick-dots {
  z-index: 2
}

.slideshow__text-wrap {
  height: 100%
}

.slideshow__link .slideshow__text-wrap {
  cursor: inherit
}

.slideshow__slide--has-background-video .slideshow__text-wrap {
  padding-top: 165px
}

.video-is-playing .slideshow__text-wrap {
  display: none
}

.slideshow__slide.video-is-paused .slideshow__text-wrap {
  display: none
}

.slideshow__text-content {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  -ms-transform: translateY(-40%);
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  transition-delay: 0.3s;
  z-index: 3
}

.slick-active .slideshow__text-content,
.no-js .slideshow__text-content {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1
}

.slideshow__text-content::after {
  content: '';
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  margin-left: -20px;
  margin-top: -20px;
  border-radius: 50%;
  border: 3px solid #fff;
  border-top-color: transparent;
  -moz-animation: spin 0.65s infinite linear;
  -o-animation: spin 0.65s infinite linear;
  -webkit-animation: spin 0.65s infinite linear;
  animation: spin 0.65s infinite linear;
  opacity: 1;
  transition: all 1s cubic-bezier(0.29, 0.63, 0.44, 1);
  bottom: -55px;
  left: 50%
}

.slick-initialized .slideshow__text-content::after,
.no-js .slideshow__text-content::after {
  opacity: 0;
  visibility: hidden;
  content: none
}

.slideshow__title {
  color: var(--color-overlay-title-text)
}

.slideshow__subtitle {
  display: block;
  color: var(--color-overlay-title-text)
}

.slideshow__slide--has-background-video::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2
}

.slideshow__video {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2
}

.slideshow__video--background {
  position: relative;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in
}

.autoplay .slideshow__video--background.video-is-loaded {
  display: block;
  visibility: visible;
  opacity: 1
}

.slideshow__slide--background-video::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2
}

.slideshow__video--chrome {
  display: none;
  opacity: 0;
  visibility: none;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in
}

.ie9 .slideshow__video--chrome {
  display: block
}

.slideshow__slide.video-is-playing .slideshow__video--chrome,
.slideshow__slide.video-is-paused .slideshow__video--chrome {
  display: block;
  visibility: visible;
  opacity: 1
}

.slideshow__video-control {
  display: none;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding: 5px;
  z-index: 4;
  transition: all 0.1s ease-out
}

.slideshow__video-control:hover,
.slideshow__video-control:focus {
  opacity: 0.7
}

.video-loader {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  margin-left: -20px;
  margin-top: -20px;
  border-radius: 50%;
  border: 3px solid #fff;
  border-top-color: transparent;
  -moz-animation: spin 0.65s infinite linear;
  -o-animation: spin 0.65s infinite linear;
  -webkit-animation: spin 0.65s infinite linear;
  animation: spin 0.65s infinite linear;
  transition: all 0.1s ease-out 0.5s;
  z-index: 4;
  top: 50%;
  left: 50%
}

.ie9 .video-loader,
.video-is-loaded .video-loader,
.video-is-playing .video-loader,
.video-is-paused .video-loader,
.autoplay .video-loader,
.no-autoplay .video-loader {
  content: none;
  display: none
}

.video-is-loading .video-loader,
.autoplay .video-is-loading .video-loader,
.no-autoplay .video-is-loading .video-loader {
  display: block;
  visibility: visible;
  opacity: 1
}

.slideshow__video-control--play-wrapper {
  height: 30px
}

@media only screen and (min-width: 750px) {
  .slideshow__video-control--play-wrapper {
    height: 45px
  }
}

@media only screen and (min-width: 750px) {
  .slideshow__video-control--play-wrapper--push {
    margin-top: 30px
  }
}

.slideshow__video-control--play {
  opacity: 0;
  color: var(--color-overlay-title-text);
  position: relative;
  margin: 0 auto
}

.slideshow__video-control--play .slideshow__video--background {
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.video-is-loaded .slideshow__video-control--play {
  display: block;
  visibility: visible;
  opacity: 1
}

.video-is-loading .slideshow__video-control--play,
.video-is-playing .slideshow__video-control--play,
.slideshow__slide.video-is-paused .slideshow__video-control--play {
  display: none;
  visibility: hidden;
  opacity: 0
}

.slideshow__video-control--play .icon {
  width: 42px;
  height: 100%
}

@media only screen and (min-width: 750px) {
  .slideshow__video-control--play .icon {
    width: 65px
  }
}

.slideshow__video-control--close {
  top: 10px;
  right: 10px;
  background-color: #fff;
  color: #000
}

.video-is-playing .slideshow__video-control--close,
.slideshow__slide.video-is-paused .slideshow__video-control--close {
  display: block;
  visibility: visible;
  opacity: 1
}

.slideshow__video-control--close .icon {
  display: block;
  width: 20px;
  height: 20px
}

.product-price__price {
  font-weight: 400
}

.product-price__price {
  text-decoration: none
}

.product-price__sale,
.product__price--sale {
  color: var(--color-sale-text)
}

.product-price__sale-label {
  display: inline-block;
  white-space: nowrap;
  font-size: .9375em
}

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

#SortTags {
  width: 100% !important;
  text-transform: capitalize
}

.tag-filter {
  overflow: hidden
}

.tag-filter.mobile {
  margin-bottom: 10px
}

.collection-view {
  margin-right: 10px
}

.filters-toolbar-wrapper {
  padding: 15px;
  background-color: #f5f5f5;
  margin-bottom: 15px;
  line-height: 1.25em
}

.filters-toolbar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center
}

@media (max-width: 543px) {
  .filters-toolbar {
    display: block
  }
  .filters-toolbar .collection-view,
  .filters-toolbar .filters-toolbar__item--count {
    display: inline-block
  }
  .filters-toolbar .filters-toolbar__item {
    text-align: center
  }
}

.filters-toolbar__item {
  -webkit-flex: 1 1 33%;
  -moz-flex: 1 1 33%;
  -ms-flex: 1 1 33%;
  flex: 1 1 33%;
  text-align: right
}

.no-flexbox .filters-toolbar__item {
  text-align: left !important
}

.filters-toolbar__item--count {
  min-width: 0;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  text-align: center
}

.no-flexbox .filters-toolbar select {
  width: 100% !important
}

.filters-toolbar__input {
  -ms-transition: all ease-out 0.15s;
  -webkit-transition: all ease-out 0.15s;
  transition: all ease-out 0.15s;
  background-color: #fff;
  border: 0 solid transparent;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  height: auto;
  opacity: 1
}

.filters-toolbar__input.hidden {
  opacity: 0
}

.filters-toolbar__input option {
  text-overflow: ellipsis;
  overflow: hidden
}

.select-wrapper {
  display: inline-block;
  position: relative
}

.select-wrapper:after {
  content: '\E5C5';
  position: absolute;
  color: #000;
  right: 5px;
  top: 15px;
  font-family: 'Material Icons';
  font-size: 25px
}

#SortBy {
  font-size: 14px;
  font-weight: 400;
  margin-right: 0;
  min-width: 290px;
  position: relative;
  padding: 10px;
  line-height: 22px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  z-index: 1;
  color: #acaaa6;
  background-color: rgba(255, 255, 255, 0.5)
}

@media (max-width: 767px) {
  #SortBy {
    min-width: 230px
  }
}

.sort-label {
  font-size: 14px;
  display: inline-block;
  font-weight: 400;
  padding-right: 15px;
  color: #7a7a7a
}

@media (max-width: 767px) {
  .sort-label {
    display: none
  }
}

@media (max-width: 543px) {
  .filters-toolbar {
    text-align: center
  }
}

.filters-toolbar__input--sort {
  margin-right: -10px
}

.no-flexbox .filters-toolbar__input--sort {
  margin: 0
}

.no-flexbox .filters-toolbar__input--filter {
  margin: 0
}

.filters-toolbar__product-count {
  display: flex;
  color: #332233;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.8px;
  line-height: 20px
}

@media only screen and (max-width: 749px) {
  .filters-toolbar__product-count {
    font-size: .875em;
    line-height: 46px
  }
}

@media (min-width: 992px) {
  .site-footer .collapse {
    display: inherit;
    height: auto !important
  }
}

.block-heading {
  float: left;
  margin: 0
}

.navbar-toggler {
  float: right
}

.template-index .site-footer {
  margin: 0
}

@media only screen and (min-width: 750px) {
  .site-footer__linklist--center {
    margin-top: 35px;
    padding-right: 0
  }
}

.site-footer__linklist-item {
  display: inline-block
}

@media (max-width: 991px) {
  .site-footer__linklist-item {
    display: block
  }
}

@media only screen and (min-width: 750px) {
  .site-footer__linklist-item {
    display: block
  }
  .site-footer__linklist--center .site-footer__linklist-item {
    display: inline-block;
    padding: 3px 10px
  }
}

.bottom-links {
  padding: 30px 0 15px 0;
  display: inline-block
}

@media (max-width: 991px) {
  .bottom-links {
    display: block;
    padding: 0
  }
}

.site-footer__newsletter {
  margin: 8px 0 0
}

@media (max-width: 991px) {
  .site-footer__newsletter {
    margin: 8px 0 15px
  }
}

.site-footer__newsletter .contact-form label {
  margin: 0;
  margin-bottom: 0px;
  display: block;
  color: #353535;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 400
}

.site-footer__newsletter .contact-form .input-group input {
  background-color: transparent
}

.site-footer__newsletter .contact-form .input-group input::placeholder {
  color: #acaaa6
}

.site-footer__newsletter .contact-form .input-group .input-group__btn {
  float: right;
  position: absolute;
  right: 2px;
  z-index: 9;
  top: 2px;
  width: auto
}

.site-footer__newsletter .contact-form .input-group .input-group__field {
  padding: 0 10px
}

.site-footer__social-icons {
  margin-top: 20px
}

@media (max-width: 991px) {
  .site-footer__social-icons {
    margin: 0
  }
  .site-footer__social-icons.site-footer__social-icons--md-down {
    text-align: center
  }
}

@media only screen and (min-width: 750px) {
  .site-footer__social-icons {
    margin-top: 0
  }
}

.site-footer__copyright {
  margin-top: 20px
}

@media (max-width: 991px) {
  .site-footer__copyright {
    text-align: center !important;
    margin: 0 0 10px
  }
}

@media only screen and (min-width: 750px) {
  .site-footer__copyright {
    margin-top: 0
  }
}

.site-footer .footer-content {
  display: block;
  overflow: hidden
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .site-footer .footer-content {
    padding: 0
  }
}

.site-footer .collapsed .navbar-toggler i {
  color: var(--footer-heading-color)
}

.site-footer .collapsed .navbar-toggler i.open {
  display: block
}

.site-footer .collapsed .navbar-toggler i.close {
  display: none
}

.site-footer .navbar-toggler i {
  color: var(--footer-heading-color)
}

.site-footer .navbar-toggler i.open {
  display: none
}

.site-footer .navbar-toggler i.close {
  display: block
}

.site-footer__copyright {
  text-align: left
}

.site-footer__copyright-content {
  font-size: 16px
}

.site-footer__copyright--right .site-footer__copyright-content {
  padding: 0 0 0 20px
}

.site-footer__copyright--right .site-footer__copyright-content:first-child {
  padding-left: 0
}

@media only screen and (min-width: 750px) {
  .site-footer__copyright--right .site-footer__copyright-content {
    padding: 0 0 0 30px
  }
}

.site-footer__copyright-content--powered-by {
  padding-right: 0
}

.site-footer__payment-icons {
  margin-top: 22px
}

@media only screen and (min-width: 750px) {
  .site-footer__payment-icons {
    margin-top: 22px
  }
  .site-footer__copyright--right .site-footer__payment-icons {
    padding-left: 30px
  }
}

.site-footer__payment-icons .payment-icon {
  margin-right: 5px
}

.site-footer__payment-icons .payment-icon:last-child {
  margin-right: 0
}

@media only screen and (min-width: 750px) {
  .site-footer__payment-icons--right {
    float: right;
    margin-top: 0
  }
}

.feature-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center
}

@media only screen and (max-width: 749px) {
  .feature-row {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: block
  }
}

.feature-row__item {
  -webkit-flex: 0 1 50%;
  -moz-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  text-align: center
}

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

.feature-row__item .h3 {
  font-size: 80px;
  font-weight: 700;
  color: #000;
  padding-bottom: 30px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  line-height: 57px;
  margin-bottom: 0
}

.feature-row__item .h3:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 2px;
  margin: 0 auto;
  background: #000
}

.feature-row__item .rte-setting {
  margin-bottom: 0
}

.feature-row__item .rte-setting p {
  font-size: 30px;
  font-weight: 400;
  color: #12386d;
  padding: 30px 0;
  line-height: 26px
}

.feature-row__image-wrapper {
  margin: 0 auto 19.44444px;
  position: relative;
  width: 100%
}

.feature-row__image {
  display: block;
  margin: 0 auto
}

.feature-row__image-wrapper .feature-row__image {
  max-width: 100%;
  top: 0
}

@media only screen and (max-width: 749px) {
  .feature-row__image {
    order: 1
  }
}

.feature-row__text {
  padding-top: 35px;
  padding-bottom: 35px
}

@media only screen and (max-width: 749px) {
  .feature-row__text {
    order: 2;
    padding-bottom: 0
  }
}

@media only screen and (min-width: 750px) {
  .feature-row__text--left {
    padding-left: 35px
  }
  .feature-row__text--right {
    padding-right: 35px
  }
}

@media only screen and (min-width: 750px) {
  .featured-row__subtext {
    font-size: 1.125em
  }
}

.hero {
  position: relative;
  display: table;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%
}

.hero--x-small {
  height: 94px
}

.hero--small {
  height: 225px
}

.hero--medium {
  height: 357px
}

@media (max-width: 767px) {
  .hero--medium {
    height: 260px
  }
}

.hero--large {
  height: 488px
}

.hero--x-large {
  height: 582px
}

@media only screen and (min-width: 750px) {
  .hero--x-small {
    height: 125px
  }
  .hero--small {
    height: 300px
  }
  .hero--medium {
    height: 470px
  }
  .hero--large {
    height: 650px
  }
  .hero--x-large {
    height: 775px
  }
}

.hero__btn {
  background-color: #fff;
  color: #000;
  margin-top: 27.5px
}

.quote-icon {
  display: block;
  margin: 0 auto 20px
}

.quotes-slider__text {
  font-size: 1.10938em;
  font-weight: 400;
  font-style: normal;
  padding: 0 15px
}

.quotes-slider__text cite {
  font-size: .8em;
  font-style: normal
}

.quotes-slider__text p {
  margin-bottom: 30px
}

.quotes-slider__text p+cite {
  margin-top: 0
}

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

.quotes-wrapper .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 55px
}

.quotes-wrapper .slick-dots li button::before {
  color: var(--color-text);
  opacity: 0.2
}

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

.logo-bar__image {
  display: block;
  margin: 0 auto
}

.logo-bar__link {
  display: block
}

.map-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row
}

@media only screen and (min-width: 750px) {
  .map-section {
    min-height: 500px
  }
}

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

.map-section__wrapper {
  height: 100%;
  flex-shrink: 0;
  flex-grow: 1;
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row
}

.map-section__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 2
}

.map-section__error {
  position: relative;
  z-index: 3
}

@media only screen and (min-width: 750px) {
  .map-section__error {
    position: absolute;
    margin: 0 2rem;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }
}

.map-section__content-wrapper {
  position: relative;
  text-align: center;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
  flex-grow: 0
}

@media only screen and (min-width: 750px) and (max-width: 989px) {
  .map-section__content-wrapper {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%
  }
}

@media only screen and (min-width: 990px) {
  .map-section__content-wrapper {
    -ms-flex-preferred-size: 33%;
    -webkit-flex-basis: 33%;
    -moz-flex-basis: 33%;
    flex-basis: 33%
  }
}

.map-section__content {
  position: relative;
  display: inline-block;
  background-color: var(--color-bg-alt);
  padding: 35px;
  width: 100%;
  text-align: center;
  z-index: 3;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center
}

.map-section__content>* {
  width: 100%
}

@media only screen and (min-width: 750px) {
  .map-section__content {
    background-color: var(--color-bg);
    margin: 55px 0;
    min-height: 300px
  }
  .ie9 .map-section__content {
    top: 10%
  }
}

.map-section--load-error .map-section__content {
  position: static;
  transform: translateY(0)
}

.map-section__link {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  max-width: none;
  width: 100%;
  height: 100%;
  z-index: 2;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.map-section__container {
  max-width: none;
  width: 100%;
  height: 55vh;
  left: 0
}

@media only screen and (min-width: 750px) {
  .map-section__container {
    position: absolute;
    height: 100%;
    top: 0;
    width: 130%
  }
}

.map_section__directions-btn [class^='icon'] {
  height: 1em
}

.map_section__directions-btn * {
  vertical-align: middle
}

.map-section__background-wrapper {
  overflow: hidden;
  position: relative;
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%
}

@media only screen and (min-width: 750px) {
  .map-section__background-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
  }
}

.ie9 .map-section__background-wrapper {
  width: 100%;
  height: 500px
}

.map-section--onboarding .map-section__background-wrapper {
  min-height: 55vh
}

.map-section__image {
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-size: cover;
  background-position: center
}

@media only screen and (min-width: 750px) {
  .map-section__image {
    position: absolute
  }
}

.map-section--display-map .map-section__image {
  display: none !important
}

.map-section--load-error .map-section__image {
  display: block !important
}

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

@media only screen and (max-width: 749px) {
  .image-bar {
    max-width: 400px;
    margin: 0 auto
  }
}

.image-bar__item {
  display: block;
  color: var(--color-overlay-title-text);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover
}

.image-bar__link:focus .image-bar__content {
  border-color: var(--color-image-overlay)
}

.image-bar__content,
.image-bar__item {
  position: relative;
  width: 100%
}

.image-bar--x-small .image-bar__content,
.image-bar--x-small .image-bar__item {
  height: 94px
}

.image-bar--small .image-bar__content,
.image-bar--small .image-bar__item {
  height: 225px
}

.image-bar--medium .image-bar__content,
.image-bar--medium .image-bar__item {
  height: 357px
}

.image-bar--large .image-bar__content,
.image-bar--large .image-bar__item {
  height: 488px
}

.image-bar--x-large .image-bar__content,
.image-bar--x-large .image-bar__item {
  height: 582px
}

@media only screen and (min-width: 750px) {
  .image-bar--x-small .image-bar__content,
  .image-bar--x-small .image-bar__item {
    height: 125px
  }
  .image-bar--small .image-bar__content,
  .image-bar--small .image-bar__item {
    height: 300px
  }
  .image-bar--medium .image-bar__content,
  .image-bar--medium .image-bar__item {
    height: 475px
  }
  .image-bar--large .image-bar__content,
  .image-bar--large .image-bar__item {
    height: 650px
  }
  .image-bar--x-large .image-bar__content,
  .image-bar--x-large .image-bar__item {
    height: 775px
  }
}

.image-bar__overlay::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--color-image-overlay);
  opacity: var(--opacity-image-overlay)
}

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

.template-list-collections .grid--uniform.collection-width-4 .grid__item:nth-child(4n+1) {
  clear: left
}

@media (max-width: 1199px) {
  .template-list-collections .grid--uniform.collection-width-4 .grid__item:nth-child(4n+1) {
    clear: none
  }
  .template-list-collections .grid--uniform.collection-width-4 .grid__item:nth-child(3n+1) {
    clear: left
  }
}

@media (max-width: 991px) {
  .template-list-collections .grid--uniform.collection-width-4 .grid__item:nth-child(3n+1) {
    clear: none
  }
  .template-list-collections .grid--uniform.collection-width-4 .grid__item:nth-child(2n+1) {
    clear: left
  }
}

.template-list-collections .grid--uniform.collection-width-2 .grid__item:nth-child(2n+1) {
  clear: left
}

.collection-grid {
  margin-bottom: -22px
}

.collection-grid-item {
  position: relative;
  width: 100%;
  padding-bottom: 0;
  margin-bottom: 0 !important;
  transition: all 0.6s;
  border: 0
}

@media (max-width: 543px) {
  .collection-grid-item {
    margin-bottom: 0
  }
}

@media only screen and (min-width: 750px) {
  .collection-grid-item {
    margin-bottom: 30px
  }
}

@media (min-width: 768px) {
  .collection-grid-item:hover .collection-grid-item__title-wrapper .collection-grid-item__title {
    opacity: 0
  }
  .collection-grid-item:hover .collection-grid-item__title-wrapper .collection-grid-total_item {
    opacity: 1
  }
}

.grid--uniform .grid__item {
  padding: 15px
}

.collection-grid-item__title-wrapper {
  position: relative;
  margin: 10px 0;
  text-align: center;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s
}

.collection-grid-item__title-wrapper .collection-grid-item__title,
.collection-grid-item__title-wrapper .collection-grid-total_item {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 3px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s
}

@media (max-width: 991px) {
  .collection-grid-item__title-wrapper .collection-grid-item__title,
  .collection-grid-item__title-wrapper .collection-grid-total_item {
    font-size: 15px
  }
}

@media (max-width: 543px) {
  .collection-grid-item__title-wrapper .collection-grid-item__title,
  .collection-grid-item__title-wrapper .collection-grid-total_item {
    font-size: 14px;
    bottom: 0;
    margin-bottom: 0
  }
}

@media (max-width: 767px) {
  .collection-grid-item__title-wrapper .collection-grid-item__title,
  .collection-grid-item__title-wrapper .collection-grid-total_item {
    opacity: 1
  }
}

@media (max-width: 543px) {
  .collection-grid-item__title-wrapper .collection-grid-item__title,
  .collection-grid-item__title-wrapper .collection-grid-total_item {
    font-size: 16px
  }
}

.collection-grid-item__title-wrapper .collection-grid-total_item {
  font-size: 14px;
  font-weight: 400;
  text-transform: unset;
  margin-bottom: 0px;
  position: absolute;
  left: 30px;
  right: 30px;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s
}

@media (max-width: 1199px) {
  .collection-grid-item__title-wrapper .collection-grid-total_item {
    font-size: 13px;
    padding: 9px 7px;
    left: 10px;
    right: 10px
  }
}

@media (max-width: 991px) {
  .collection-grid-item__title-wrapper .collection-grid-total_item {
    left: 40px;
    right: 40px
  }
}

@media (max-width: 767px) {
  .collection-grid-item__title-wrapper .collection-grid-total_item {
    position: unset;
    margin-top: 6px;
    padding: 10px 10px;
    opacity: 1
  }
}

.collection-grid-item__link {
  border: 0;
  position: unset;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden
}

.collection-grid-item__overlay {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top
}

.collection-grid-item__overlay img {
  width: 100%;
  height: 400px;
  object-fit: contain
}

.collection-grid-item__overlay .collection-item {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  position: absolute;
  top: 10px;
  color: #fff;
  right: 10px;
  border-radius: 5px;
  background: #7fbc1e;
  text-align: center;
  padding: 4px 8px;
  -webkit-transition: all 05s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s
}

.footer-top {
  background-color: #ece6e8;
  padding: 30px 0 0 0
}

.store-info .footer-img {
  margin-bottom: 10px
}

.store-info .rte-setting p {
  font-size: 15px
}

.custom-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 70%;
  margin: 0 auto
}

.custom__item {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 auto;
  max-width: 100%
}

@media only screen and (max-width: 749px) {
  .custom__item {
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 22px;
    margin-bottom: 22px
  }
  .custom__item.small--one-half {
    -webkit-flex: 1 0 50%;
    -moz-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto
  }
}

.custom__item .collection-grid-item {
  margin-bottom: 0
}

.custom__item--image {
  margin: 0 auto;
  padding-left: 0
}

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

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

.custom__item-inner--image {
  position: relative;
  margin: 0 auto
}

.custom__image {
  width: 100%;
  display: block;
  position: absolute;
  top: 0
}

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

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

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

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

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

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

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

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

.address_tables .form-vertical .default_checkbox {
  margin-bottom: 15px
}

.address_tables .form-vertical .default_checkbox [type='checkbox'] {
  margin-top: 8px
}

.address_tables .form-vertical .default_checkbox label {
  line-height: 1
}

.address_tables .address-page div#AddressNewForm,
.address_tables .address-page .editaddress {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 90%;
  box-shadow: #e0e0e0 1px 1px 5px;
  z-index: 9;
  max-height: 800px;
  overflow: auto
}

.address_tables .address-page .user-address {
  float: none
}

.address_tables .address-page .user-address .address {
  margin-bottom: 30px;
  letter-spacing: 0.5px
}

.address_tables .address-page .user-address .address .default {
  background-color: #eee;
  padding: 12px 20px;
  display: table;
  width: 100%;
  border-radius: 3px 3px 0 0;
  text-align: center;
  margin-bottom: 0;
  color: #000
}

.address_tables .address-page .user-address .address .wrap {
  background-color: #f8f8f8;
  border: 1px solid #e9e9e9;
  padding: 15px;
  text-align: left
}

.address_tables .address-page .user-address .address .wrap .option_button {
  margin-bottom: 15px
}

.address_tables .address-page .user-address .address .wrap .option_button .btn {
  padding: 0;
  background: transparent;
  text-decoration: underline;
  text-transform: capitalize;
  border: medium none;
  font-size: 15px;
  color: #777777;
  box-shadow: none
}

.address_tables .address-page .user-address .address .wrap .option_button .btn:hover,
.address_tables .address-page .user-address .address .wrap .option_button .btn:active,
.address_tables .address-page .user-address .address .wrap .option_button .btn:focus {
  color: var(--brand-secondary);
  background: transparent
}

.address_tables .address-page .user-address .address .wrap .option_button .address-delete {
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid #000;
  border-radius: 0
}

.address_tables .address-page .user-address .address .wrap p {
  color: #2a2a2a;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 0
}

.address_tables .address-page .user-address .editaddress {
  clear: both
}

@media (max-width: 991px) {
  .new-add-btn {
    margin-bottom: 30px
  }
}

#HideRecoverPasswordLink {
  display: block;
  margin: 0 auto;
  text-align: center
}

.my_account_title,
.address-header,
.order_info_header {
  display: block;
  overflow: hidden;
  margin-bottom: 30px
}

@media (min-width: 544px) {
  .my_account_title h1,
  .my_account_title .h1,
  .address-header h1,
  .address-header .h1,
  .order_info_header h1,
  .order_info_header .h1 {
    float: left;
    margin-bottom: 0
  }
}

.my_account_title a,
.address-header a,
.order_info_header a {
  display: inline-block;
  vertical-align: middle;
  padding: 9px 20px;
  text-decoration: none;
  background: #f1f1f1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px
}

@media (min-width: 544px) {
  .my_account_title a,
  .address-header a,
  .order_info_header a {
    float: right
  }
}

.my_account_title a:hover,
.my_account_title a:active,
.my_account_title a:focus,
.address-header a:hover,
.address-header a:active,
.address-header a:focus,
.order_info_header a:hover,
.order_info_header a:active,
.order_info_header a:focus {
  background: #000;
  color: #fff;
  border-color: #000
}

.account_order_detail {
  clear: both
}

.account_order_detail h2,
.account_order_detail .h2 {
  background: #f1f1f1;
  color: #000;
  padding: 10px 15px;
  margin-bottom: 0px;
  border-radius: 3px 3px 0 0;
  text-align-last: center
}

.order_detail p {
  background-color: #fcf8e3;
  border: 1px solid #faebcc;
  color: #8a6d3b;
  padding: 12px;
  margin: 10px 0 30px
}

@media (max-width: 991px) {
  .order_detail .responsive-table th,
  .order_detail .responsive-table td {
    padding: 10px 6px
  }
}

.my_account_detail .wrap {
  padding: 15px;
  background-color: #fff;
  border: 1px solid #f1f1f1
}

.my_account_detail p {
  text-align: left
}

.spr-badge-starrating .spr-icon-star,
.spr-badge-starrating .spr-icon-star-half-alt,
.spr-summary-starrating .spr-icon-star,
.spr-summary-starrating .spr-icon-star-half-alt,
.spr-review-header-starratings .spr-icon-star,
.spr-review-header-starratings .spr-icon-star-half-alt,
.spr-starrating .spr-icon-star,
.spr-starrating .spr-icon-star-half-alt {
  color: #f5cb0c
}

.order_info_header {
  margin-bottom: 20px
}

@media (max-width: 543px) {
  .order_infopage .order_name,
  .order_infopage .order_note {
    text-align: center
  }
}

.order_infopage .customer-address-info .wrap {
  padding: 15px;
  background: #fff
}

.order_infopage .customer-address-info .wrap p {
  margin-bottom: 10px
}

.order_infopage .customer-address-info>div {
  border: 1px solid #eee;
  margin-bottom: 20px;
  padding: 0
}

.order_infopage .customer-address-info>div>h2,
.order_infopage .customer-address-info>div>.h2 {
  background: #f1f1f1;
  color: #000;
  padding: 10px 15px;
  margin-bottom: 0px;
  border-radius: 3px 3px 0 0;
  text-align-last: center
}

.panel {
  border: none;
  box-shadow: none
}

.panel-heading {
  padding: 0
}

.panel-group {
  margin-bottom: 0
}

.panel-group .panel+.panel {
  margin: 0
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
  border: none
}

.panel-body {
  padding: 0;
  border: none
}

.template-search hr {
  margin: 30px 0 15px;
  border-bottom: 1px solid #e2e2e2
}

@media (min-width: 768px) {
  .template-search hr {
    margin: 15px 0
  }
}

.template-search .hr--invisible {
  border-bottom: 0
}

.template-search .hr--small {
  padding: 10px 0;
  margin: 7px 0 0;
  clear: both
}

.template-search .empty-page-content {
  margin-bottom: 20px
}

.template-search .empty-page-content>.h2 {
  font-size: 18px
}

.template-search .empty-page-content p {
  text-align: left
}

.template-search .section-header>.h2 {
  font-size: 22px;
  margin-bottom: 12px;
  font-weight: 500;
  text-transform: capitalize
}

@media (min-width: 768px) {
  .template-search .section-header>.h2 {
    text-align: left;
    padding: 0
  }
}

@media (max-width: 543px) {
  .template-search .section-header>.h2 {
    font-size: 19px
  }
}

.template-search .section-header>.h2:after {
  display: none
}

.template-search .search-page-form {
  float: none
}

.template-search .search_page {
  display: inline-block;
  width: 100%
}

.template-search .search_page .search__submit {
  border: none;
  color: var(--button-text-color);
  background: var(--button-bg-color)
}

.template-search .search_page .search__submit:hover,
.template-search .search_page .search__submit:active,
.template-search .search_page .search__submit:focus {
  background: var(--button-bg-hover-color);
  color: var(--button-text-hover-color)
}

.template-search .products-display {
  display: block;
  width: 100%;
  overflow: hidden
}

@media (max-width: 767px) {
  .template-search .products-display .grid__item {
    float: none
  }
}

.template-search .products-display .list__item {
  padding: 15px 0;
  width: 100%
}

.template-search .pagination {
  padding: 0
}

.jas-container .table-wrapper {
  max-width: 100%;
  overflow: auto;
  text-align: center
}

.jas-container .table-wrapper .alert-info {
  width: 60%;
  display: inline-block
}

@media (max-width: 991px) {
  .jas-container .table-wrapper .alert-info {
    width: 100%
  }
}

@media (max-width: 543px) {
  .wishlist-box .product-thumbnail {
    display: block
  }
}

.wishlist_table th,
.wishlist_table td {
  text-align: left;
  padding: 15px;
  border: 1px solid #f4f4f4;
  color: #000;
  font-family: var(--primary-font);
  font-size: 14px
}

@media (max-width: 767px) {
  .wishlist_table th,
  .wishlist_table td {
    padding: 10px
  }
}

.wishlist_table th,
.wishlist_table td {
  text-align: center
}

.wishlist_table .product-add-to-cart .button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border-color: var(--button-bg-color)
}

@media (max-width: 767px) {
  .wishlist_table .product-add-to-cart .button {
    padding: 8px 5px;
    white-space: nowrap
  }
}

@media (max-width: 543px) {
  .wishlist_table .product-add-to-cart .button {
    font-size: 12px
  }
}

.wishlist_table .product-add-to-cart .button:hover {
  background-color: var(--button-bg-hover-color);
  border-color: var(--button-bg-hover-color);
  color: var(--button-text-hover-color)
}

.alert {
  text-align: center
}

.alert span {
  text-transform: capitalize
}

@media (min-width: 544px) {
  .alert .close {
    top: 15px !important
  }
}

.alert a {
  color: #000
}

.alert a:hover {
  color: #666
}

.address_tables .form-vertical input,
.address_tables .form-vertical select,
.address_tables .form-vertical textarea {
  height: 45px
}

.address_tables .form-vertical [type='radio'],
.address_tables .form-vertical [type='checkbox'] {
  vertical-align: middle;
  height: auto;
  margin-bottom: 10px
}

.address_tables .btn {
  background: var(--button-bg-color);
  border-color: var(--button-bg-color);
  color: var(--button-text-color)
}

.address_tables .btn:hover {
  background: var(--button-bg-hover-color);
  border-color: var(--button-bg-hover-color);
  color: var(--button-text-hover-color)
}

.address-new-toggle i {
  margin-right: 10px
}

.address-update-btn {
  margin: 13px 0
}

.owl-theme .owl-nav {
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 30px
}

@media (max-width: 767px) {
  .owl-theme .owl-nav {
    margin-top: 25px
  }
}

.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
  display: inline-block;
  vertical-align: middle;
  border: none;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  background: var(--button-bg-hover-color);
  border-radius: 50%;
  height: 35px;
  width: 35px;
  margin: 0 3px;
  outline: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s
}

.owl-theme .owl-nav .owl-prev:hover,
.owl-theme .owl-nav .owl-next:hover {
  background-color: var(--button-bg-color)
}

.owl-theme .owl-nav .owl-prev:hover i:after,
.owl-theme .owl-nav .owl-next:hover i:after {
  color: var(--button-text-color)
}

.owl-theme .owl-nav .owl-prev i,
.owl-theme .owl-nav .owl-next i {
  width: 35px;
  height: 35px;
  font-size: 0;
  vertical-align: middle
}

.owl-theme .owl-nav .owl-prev i:after,
.owl-theme .owl-nav .owl-next i:after {
  color: var(--button-text-hover-color);
  content: '\E314';
  display: inline-block;
  font-family: 'material icons';
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 25px;
  vertical-align: middle;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0px
}

.owl-theme .owl-nav .owl-next i:after {
  content: '\E315';
  margin: 0 0 0 1px
}

.owl-theme .owl-nav .disabled {
  opacity: 1;
  cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px
}

.owl-theme .owl-dots {
  text-align: center;
  display: block;
  text-align: center;
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 0px
}

.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: var(--button-bg-hover-color);
  border: 1px solid var(--button-bg-hover-color);
  border-radius: 50%;
  margin: 0 2px;
  display: block;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--button-bg-color);
  border-color: var(--button-bg-color)
}

.owl-theme .owl-dots .owl-dot.active span {
  cursor: default
}

.thumbnail {
  border: none
}

.search-results {
  z-index: 8889;
  list-style-type: none;
  width: 280px;
  margin: 0;
  padding: 5px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  -webkit-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden
}

.search-results li {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 5px 0;
  line-height: 26px;
  overflow: hidden
}

.search-results li a {
  display: block;
  overflow: hidden;
  padding-left: 5px;
  text-align: left
}

.search-results li:hover {
  background-color: #e5e5e5
}

.search-results li a:hover {
  color: #000 !important
}

.search-results .title {
  padding-left: 0px;
  position: relative;
  line-height: 0px;
  letter-spacing: 0;
  font-size: 13px
}

.search-results .type {
  display: block;
  padding-left: 0px;
  overflow: hidden;
  text-transform: capitalize;
  color: gray
}

.search-results span {
  font-size: 14px;
  line-height: 16px
}

.search-results .price {
  display: block;
  overflow: hidden;
  padding-left: 0px;
  padding-top: 3px
}

.search-results {
  vertical-align: middle;
  font-size: smaller
}

.search-results .in-stock {
  color: green
}

.search-results .preorder {
  color: #2c72c9
}

.search-results .thumbnail {
  float: left;
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  margin-right: 8px;
  text-align: center;
  overflow: hidden
}

.search-results .thumbnail img {
  width: 75px;
  border: 1px solid #e5e5e5
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden
}

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

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

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

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

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

.mfp-ajax-cur {
  cursor: progress
}

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

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

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

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

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

.mfp-hide {
  display: none !important
}

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

.mfp-preloader a {
  color: #ccc
}

.mfp-preloader a:hover {
  color: #fff
}

.mfp-s-ready .mfp-preloader {
  display: none
}

.mfp-s-error .mfp-content {
  display: none
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-arrow-left {
  left: 0
}

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

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

.mfp-arrow-right {
  right: 0
}

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

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

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

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

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

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

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto
}

.mfp-figure {
  line-height: 0
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444
}

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

.mfp-figure figure {
  margin: 0
}

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

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

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

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

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75)
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px
  }
}

.newsletter-popup .modal {
  text-align: center
}

@media (min-width: 768px) {
  .newsletter-popup .modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
  }
}

.newsletter-popup .modal-dialog {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 60px 10px 30px
}

@media (min-width: 768px) {
  .newsletter-popup .modal-dialog {
    width: 750px
  }
}

.newsletter-popup .modal-content {
  padding: 0px;
  border-radius: 0
}

@media (min-width: 768px) {
  .newsletter-popup .modal-content {
    -webkit-animation-name: modal-animation;
    -webkit-animation-duration: 0.5s;
    animation-name: modal-animation;
    animation-duration: 0.5s
  }
}

.newsletter-popup .modal-content.popup-bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center
}

.newsletter-popup .modal-content .modal-header {
  padding: 0;
  border: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1
}

.newsletter-popup .modal-content .modal-header .close {
  font-size: 30px;
  color: #000;
  opacity: 1;
  text-shadow: none
}

.newsletter-popup .modal-content .modal-body {
  display: block;
  overflow: hidden;
  padding: 0
}

.newsletter-popup .modal-content .modal-body .valign-wrapper {
  display: flex;
  align-items: center
}

.newsletter-popup .modal-content .modal-body .valign-wrapper.image-right .popup-image {
  order: 2
}

.newsletter-popup .modal-content .modal-body .valign-wrapper.image-right .popup-text {
  order: 1
}

.newsletter-popup .modal-content .modal-body .image-cover .popup-text {
  padding: 80px 20px;
  width: 50%;
  margin: 0 auto
}

.newsletter-popup .modal-content .modal-body .image-cover .popup-text.popup-text-right {
  float: right
}

@media (max-width: 767px) {
  .newsletter-popup .modal-content .modal-body .image-cover .popup-text.popup-text-right {
    float: none;
    width: 80%
  }
}

@media (max-width: 543px) {
  .newsletter-popup .modal-content .modal-body .image-cover .popup-text.popup-text-right {
    width: 100%
  }
}

.newsletter-popup .modal-content .modal-body .image-cover .popup-text.popup-text-left {
  float: left
}

@media (max-width: 767px) {
  .newsletter-popup .modal-content .modal-body .image-cover .popup-text.popup-text-left {
    float: none;
    width: 80%
  }
}

@media (max-width: 543px) {
  .newsletter-popup .modal-content .modal-body .image-cover .popup-text.popup-text-left {
    width: 100%
  }
}

.newsletter-popup .modal-content .modal-body .image-cover .popup-text.popup-text-center {
  float: none;
  text-align: center
}

@media (max-width: 767px) {
  .newsletter-popup .modal-content .modal-body .image-cover .popup-text.popup-text-center {
    width: 80%
  }
}

@media (max-width: 543px) {
  .newsletter-popup .modal-content .modal-body .image-cover .popup-text.popup-text-center {
    width: 100%
  }
}

.newsletter-popup .modal-content .modal-body .image-cover .popup-text.popup-text-center .follow-us {
  text-align: center
}

.newsletter-popup .modal-content .modal-body .popup-image {
  padding: 0;
  order: 1
}

@media (max-width: 991px) {
  .newsletter-popup .modal-content .modal-body .popup-image {
    display: none
  }
}

.newsletter-popup .modal-content .modal-body .popup-image img {
  width: 100%
}

.newsletter-popup .modal-content .modal-body .popup-text {
  order: 2;
  padding: 30px 20px;
  text-align: left
}

@media (max-width: 991px) {
  .newsletter-popup .modal-content .modal-body .popup-text {
    padding: 50px 40px;
    width: 80%
  }
}

@media (max-width: 543px) {
  .newsletter-popup .modal-content .modal-body .popup-text {
    padding: 40px 20px;
    width: 100%
  }
}

.newsletter-popup .modal-content .modal-body .popup-text .popup-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  margin-bottom: 15px;
  letter-spacing: 0.5px
}

@media (max-width: 543px) {
  .newsletter-popup .modal-content .modal-body .popup-text .popup-title {
    font-size: 24px;
    line-height: 28px
  }
}

.newsletter-popup .modal-content .modal-body .popup-text .popup-sub-title {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 25px
}

@media (max-width: 543px) {
  .newsletter-popup .modal-content .modal-body .popup-text .popup-sub-title {
    margin-bottom: 18px
  }
}

.newsletter-popup .modal-content .modal-body .popup-text .follow-us {
  margin-top: 20px;
  text-align: left;
  float: none
}

.newsletter-popup .modal-content .modal-body .popup-text .follow-us .social-icon-inner ul li {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  height: 35px;
  width: 35px;
  padding: 3px;
  margin: 3px 1px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s
}

.newsletter-popup .modal-content .modal-body .popup-text .follow-us .social-icon-inner ul li .social-icons__link {
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  line-height: normal
}

.newsletter-popup .modal-content .modal-body .popup-text .follow-us .social-icon-inner ul li .social-icons__link .icon__-text {
  display: none
}

.newsletter-popup .modal-content .modal-body .popup-text .follow-us .social-icon-inner ul li .social-icons__link i {
  font-family: FontAwesome;
  font-weight: 400;
  position: relative;
  font-size: 15px;
  line-height: 31px;
  color: #fff
}

@media (max-width: 991px) {
  .newsletter-popup .modal-content .modal-body .popup-text .follow-us .social-icon-inner ul li .social-icons__link i {
    font-size: 15px
  }
}

.newsletter-popup .modal-content .modal-body .popup-text .follow-us .social-icon-inner ul li.facebook {
  background-color: #3b5999
}

.newsletter-popup .modal-content .modal-body .popup-text .follow-us .social-icon-inner ul li.twitter {
  background-color: #00aced
}

.newsletter-popup .modal-content .modal-body .popup-text .follow-us .social-icon-inner ul li.discord {
  background-color: #521fee
}

.newsletter-popup .modal-content .modal-body .popup-text .follow-us .social-icon-inner ul li.pinterest {
  background-color: #cb2027
}

.newsletter-popup .modal-content .modal-body .popup-text .follow-us .social-icon-inner ul li.instagram {
  background-color: #cc2366
}

.newsletter-popup .modal-content .modal-body .popup-text .follow-us .social-icon-inner ul li.tumblr {
  background-color: #35465d
}

.newsletter-popup .modal-content .modal-body .popup-text .follow-us .social-icon-inner ul li.snapchat {
  background-color: #fffc00
}

.newsletter-popup .modal-content .modal-body .popup-text .follow-us .social-icon-inner ul li.youtube {
  background-color: #d12121
}

.newsletter-popup .modal-content .modal-body .popup-text .follow-us .social-icon-inner ul li.tiktok {
  background-color: #000000
}

.newsletter-popup .modal-content .modal-body .popup-text .follow-us .social-icon-inner ul li.vimeo {
  background-color: #00aced
}

.newsletter-popup .modal-content .modal-body .popup-text .follow-us .social-icon-inner ul li.rss {
  background-color: #f26522
}

.newsletter-popup .modal-content .modal-body .popup-text .follow-us .social-icon-inner ul li:hover {
  background: #000
}

.newsletter-popup .modal-content .modal-body .popup-text .dont-show {
  margin-top: 15px
}

.newsletter-popup .modal-content .modal-body .popup-text .dont-show label {
  font-weight: 400;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer
}

.newsletter-popup .modal-content .modal-body .popup-text .dont-show span {
  display: inline-block;
  vertical-align: middle;
  top: 1px;
  position: relative
}

.newsletter-popup .modal-content .modal-body .popup-text .dont-show input[type='checkbox'] {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  height: 15px;
  width: 15px
}

@media (max-width: 543px) {
  .newsletter-popup .modal-content .modal-body .popup-text .dont-show input[type='checkbox'] {
    top: 3px
  }
}

@-webkit-keyframes modal-animation {
  from {
    top: -100px;
    opacity: 0
  }
  to {
    top: 0px;
    opacity: 1
  }
}

@keyframes modal-animation {
  from {
    top: -100px;
    opacity: 0
  }
  to {
    top: 0px;
    opacity: 1
  }
}

@media (max-width: 543px) {
  .template-404 #shopify-section-404_collection .grid__item {
    width: 100%
  }
}

@media (max-width: 543px) {
  .template-404 .pnf-product-block .products-display {
    padding: 0 5px
  }
}

.template-404 .pnf-product-block .products-display .grid__item:nth-child(4n+1) {
  clear: left
}

@media (max-width: 1199px) {
  .template-404 .pnf-product-block .products-display .grid__item:nth-child(4n+1) {
    clear: none
  }
  .template-404 .pnf-product-block .products-display .grid__item:nth-child(3n+1) {
    clear: left
  }
}

@media (max-width: 991px) {
  .template-404 .pnf-product-block .products-display .grid__item:nth-child(3n+1) {
    clear: none
  }
  .template-404 .pnf-product-block .products-display .grid__item:nth-child(2n+1) {
    clear: left
  }
}

@media (max-width: 543px) {
  .template-404 .pnf-product-block .products-display .grid__item {
    padding: 5px
  }
}

.template-404 .empty-page {
  display: flex;
  align-items: center
}

@media (max-width: 991px) {
  .template-404 .empty-page {
    display: block
  }
}

@media (max-width: 991px) {
  .template-404 .empty-page .banner-image {
    margin-bottom: 30px
  }
}

.template-404 .empty-page .banner-image img {
  width: 100%
}

.template-404 .empty-page .empty-page-content .home-title {
  font-size: 100px;
  margin: 15px 0;
  font-weight: bold;
  line-height: 1;
  color: #000
}

@media (min-width: 992px) and (max-width: 1199px) {
  .template-404 .empty-page .empty-page-content .home-title {
    font-size: 70px;
    margin: 10px 0
  }
}

@media (max-width: 767px) {
  .template-404 .empty-page .empty-page-content .home-title {
    font-size: 80px
  }
}

@media (max-width: 543px) {
  .template-404 .empty-page .empty-page-content .home-title {
    font-size: 60px
  }
}

.template-404 .empty-page .empty-page-content .sub-title {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #000
}

@media (min-width: 992px) and (max-width: 1199px) {
  .template-404 .empty-page .empty-page-content .sub-title {
    font-size: 14px;
    margin-bottom: 15px
  }
}

@media (max-width: 767px) {
  .template-404 .empty-page .empty-page-content .sub-title {
    font-size: 24px
  }
}

.template-404 .empty-page .empty-page-content .description {
  font-size: 16px;
  margin-bottom: 30px;
  font-weight: 400;
  line-height: 26px;
  color: #666
}

@media (min-width: 992px) and (max-width: 1199px) {
  .template-404 .empty-page .empty-page-content .description {
    font-size: 14px;
    margin-bottom: 20px
  }
}

@media (max-width: 767px) {
  .template-404 .empty-page .empty-page-content .description {
    font-size: 15px
  }
}

.template-404 .empty-page .empty-page-content a {
  padding: 12px 35px;
  font-size: 16px
}

.template-404 .empty-page .empty-page-center {
  margin: 0 auto;
  text-align: center
}

.reassurance-block {
  border: 1px solid #e9e9e9;
  border-radius: 10px;
  padding: 25px
}

.template-product .reassurance-block,
.template-index .reassurance-block {
  margin-bottom: 25px
}

.template-cart .reassurance-block {
  margin-bottom: 5%
}

@media (max-width: 767px) {
  .template-cart .reassurance-block {
    margin-bottom: 30px
  }
}

.reassurance-block .reassurance {
  display: flex;
  align-items: center
}

.reassurance-block .reassurance:nth-child(1),
.reassurance-block .reassurance:nth-child(2) {
  margin-bottom: 30px
}

@media (min-width: 768px) and (max-width: 1199px) {
  .reassurance-block .reassurance:nth-child(3) {
    margin-bottom: 30px
  }
}

@media (max-width: 543px) {
  .reassurance-block .reassurance {
    width: 100%
  }
  .reassurance-block .reassurance:nth-child(3) {
    margin-bottom: 30px
  }
}

.reassurance-block .reassurance .reassurance-img {
  width: 35px;
  height: 35px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center
}

.reassurance-block .reassurance .reassurance-text {
  text-align: left;
  width: 85%;
  padding-left: 15px
}

.reassurance-block .reassurance .reassurance-text .reassurance-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 2px;
  color: #000;
  line-height: 22px
}

@media (max-width: 767px) {
  .reassurance-block .reassurance .reassurance-text .reassurance-title {
    font-size: 15px
  }
}

.reassurance-block .reassurance .reassurance-text .reassurance-desc {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  line-height: 18px
}

@media (max-width: 543px) {
  .reassurance-block .reassurance .reassurance-text .reassurance-desc {
    font-size: 13px
  }
}

@media (min-width: 1200px) {
  .template-product .normal_main_content.col-md-9 .reassurance-block .reassurance {
    display: block
  }
}

@media (min-width: 1200px) {
  .template-product .normal_main_content.col-md-9 .reassurance-block .reassurance .reassurance-img {
    margin: 0 auto 7px
  }
}

@media (min-width: 1200px) {
  .template-product .normal_main_content.col-md-9 .reassurance-block .reassurance .reassurance-text {
    text-align: center;
    width: 100%;
    padding-left: 0
  }
}

.wrapper-nav {
  margin: 0 auto;
  background: transparent
}

#header {
  color: #000;
  font-weight: 400;
  font-size: 14px;
  font-family: var(--primary-font);
  letter-spacing: 0.1px
}

#header .nav-header {
  color: var(--navbar-text-color);
  font-size: 15px;
  position: relative;
  margin: 0 auto;
  background: var(--navbar-background-color);
  border-bottom: 3px solid var(--navbar-border-color);
  box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 3px
}

@media (max-width: 1299px) {
  #header .nav-header {
    max-width: 100%;
    background: var(--navbar-background-color)
  }
}

@media (max-width: 767px) {
  #header .nav-header {
    float: none;
    text-align: center;
    padding: 5px 0
  }
}

@media (min-width: 1300px) {
  #header .nav-header:after {
    right: 11px;
    left: auto
  }
}

#header .nav-header .row {
  max-width: 1290px;
  margin: 0 auto
}

@media (min-width: 1300px) {
  #header .nav-header .row {
    position: relative
  }
}

@media (min-width: 768px) {
  #header .nav-header .row {
    display: flex;
    align-items: center
  }
}

@media (min-width: 1300px) {
  #header .nav-header .row:after {
    border-right: 41px solid transparent;
    border-left: unset;
    left: auto;
    right: -41px
  }
}

#header .nav-header .follow-us {
  text-align: left;
  display: block
}

@media (max-width: 767px) {
  #header .nav-header .follow-us {
    text-align: center
  }
}

#header .nav-header .follow-us .social-media-blocks {
  padding: 5px 0
}

@media (max-width: 767px) {
  #header .nav-header .follow-us .social-media-blocks {
    padding: 3px 0
  }
}

#header .nav-header .follow-us .social-media-blocks .social_text {
  display: block
}

#header .nav-header .follow-us .social-media-blocks .header-social ul li {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
  background: transparent;
  border-radius: 50%;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  #header .nav-header .follow-us .social-media-blocks .header-social ul li {
    margin: 0 1px
  }
}

#header .nav-header .follow-us .social-media-blocks .header-social ul li .social-icons__link {
  width: 30px;
  height: 30px;
  line-height: 28px;
  display: block;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  padding: 0
}

#header .nav-header .follow-us .social-media-blocks .header-social ul li .social-icons__link:before {
  display: none
}

#header .nav-header .follow-us .social-media-blocks .header-social ul li .social-icons__link .icon__-text {
  display: none
}

#header .nav-header .follow-us .social-media-blocks .header-social ul li .social-icons__link i {
  display: inline-block;
  vertical-align: middle;
  font-family: FontAwesome;
  font-weight: 400;
  position: relative;
  font-size: 15px;
  color: var(--navbar-text-color);
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s
}

#header .nav-header .follow-us .social-media-blocks .header-social ul li:hover.facebook {
  background-color: #3b5999
}

#header .nav-header .follow-us .social-media-blocks .header-social ul li:hover.twitter {
  background-color: #00aced
}

#header .nav-header .follow-us .social-media-blocks .header-social ul li:hover.discord {
  background-color: #521fee
}

#header .nav-header .follow-us .social-media-blocks .header-social ul li:hover.twitch {
  background: #6441a5
}

#header .nav-header .follow-us .social-media-blocks .header-social ul li:hover.pinterest {
  background-color: #cb2027
}

#header .nav-header .follow-us .social-media-blocks .header-social ul li:hover.instagram {
  background-color: #cc2366
}

#header .nav-header .follow-us .social-media-blocks .header-social ul li:hover.tumblr {
  background-color: #f26522
}

#header .nav-header .follow-us .social-media-blocks .header-social ul li:hover.snapchat {
  background-color: #fffc00
}

#header .nav-header .follow-us .social-media-blocks .header-social ul li:hover.youtube {
  background-color: #d12121
}

#header .nav-header .follow-us .social-media-blocks .header-social ul li:hover.tiktok {
  background-color: #000000
}

#header .nav-header .follow-us .social-media-blocks .header-social ul li:hover.vimeo {
  background-color: #00aced
}

#header .nav-header .follow-us .social-media-blocks .header-social ul li:hover.rss {
  background-color: #f26522
}

#header .nav-header .follow-us .social-media-blocks .header-social ul li:hover a i {
  color: #fff
}

#header .nav-header .desktop-user-info {
  text-align: right
}

@media (max-width: 767px) {
  #header .nav-header .desktop-user-info {
    text-align: center !important
  }
}

#header .nav-header .desktop-checkout ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle
}

#header .nav-header .desktop-checkout ul li:last-child:after {
  display: none
}

@media (min-width: 768px) {
  #header .nav-header .desktop-checkout ul li:last-child a {
    padding-right: 0
  }
}

#header .nav-header .desktop-checkout ul li:hover a {
  color: var(--navbar-text-hover-color)
}

#header .nav-header .desktop-checkout ul li:after {
  content: '';
  height: 20px;
  width: 1px;
  background: var(--color-desktop-checkout-bkg);
  position: absolute;
  right: -3px;
  top: 10px
}

@media (max-width: 991px) {
  #header .nav-header .desktop-checkout ul li:after {
    top: 4px;
    height: 18px
  }
}

#header .nav-header .desktop-checkout ul li a {
  color: var(--navbar-text-color);
  padding: 10px 15px;
  line-height: 20px;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s
}

@media (max-width: 767px) {
  #header .nav-header .desktop-checkout ul li a {
    padding: 3px 15px 7px
  }
}

@media (max-width: 543px) {
  #header .nav-header .desktop-checkout ul li a {
    padding: 3px 10px 7px
  }
}

#header .nav-header.border-bottom {
  border-bottom: 1px solid #eee
}

#header .header-top {
  position: relative;
  left: 0;
  right: 0;
  z-index: 4;
  background: #fff;
  padding: 25px 0
}

@media (max-width: 991px) {
  #header .header-top {
    position: unset;
    margin: 0;
    padding: 0
  }
}

@media (min-width: 992px) {
  #header .header-top .nav-menu>.page-width {
    display: flex;
    align-items: center
  }
}

#header #_desktop_search,
#header #_mobile_search {
  cursor: pointer;
  float: right;
  position: relative;
  padding: 0
}

@media (max-width: 991px) {
  #header #_desktop_search,
  #header #_mobile_search {
    line-height: 0;
    padding: 5px 0
  }
}

#header #_desktop_search .search-toggle,
#header #_mobile_search .search-toggle {
  width: 40px;
  height: 40px;
  display: block;
  background-position: 0 0px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer
}

#header #_desktop_search .search-toggle svg,
#header #_mobile_search .search-toggle svg {
  fill: #000
}

@media (max-width: 991px) {
  #header #_desktop_search .search-toggle svg,
  #header #_mobile_search .search-toggle svg {
    fill: var(--button-text-color)
  }
}

#header #_desktop_search .search-info,
#header #_mobile_search .search-info {
  z-index: 99
}

#header #_desktop_search .search-info form,
#header #_mobile_search .search-info form {
  width: 100%;
  max-width: 340px
}

@media (max-width: 543px) {
  #header #_desktop_search .search-info form,
  #header #_mobile_search .search-info form {
    max-width: 240px
  }
}

@media (max-width: 375px) {
  #header #_desktop_search .search-info form,
  #header #_mobile_search .search-info form {
    max-width: 235px
  }
}

#header #_desktop_search .search-info .search__input,
#header #_mobile_search .search-info .search__input {
  min-width: 300px;
  width: 100%;
  height: 40px;
  padding: 5px 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  font-weight: 400;
  font-family: var(--primary-font);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.8px;
  color: rgba(0, 0, 0, 0.65);
  border-radius: 0%;
  padding-right: 50px
}

@media (max-width: 543px) {
  #header #_desktop_search .search-info .search__input,
  #header #_mobile_search .search-info .search__input {
    min-width: unset
  }
}

@media (max-width: 375px) {
  #header #_desktop_search .search-info .search__input,
  #header #_mobile_search .search-info .search__input {
    font-size: 12px
  }
}

#header #_desktop_search .search-info .search__input::placeholder,
#header #_mobile_search .search-info .search__input::placeholder {
  color: rgba(0, 0, 0, 0.65);
  opacity: 1
}

#header #_desktop_search .search-info .search__input:hover+.btn--link,
#header #_mobile_search .search-info .search__input:hover+.btn--link {
  opacity: 1
}

#header #_desktop_search .search-info .search__input:focus,
#header #_mobile_search .search-info .search__input:focus {
  background: #fff
}

#header #_desktop_search .search-info .search-header__submit,
#header #_mobile_search .search-info .search-header__submit {
  bottom: 0;
  top: 0;
  width: 45px;
  padding: 0;
  background: var(--button-bg-color);
  text-align: center;
  color: var(--button-text-color);
  border: 1px solid rgba(0, 0, 0, 0.1)
}

@media (max-width: 543px) {
  #header #_desktop_search .search-info .search-header__submit,
  #header #_mobile_search .search-info .search-header__submit {
    filter: brightness(0.9)
  }
}

#header #_desktop_search .search-info .search-header__submit:hover,
#header #_mobile_search .search-info .search-header__submit:hover {
  background: var(--button-bg-hover-color);
  color: var(--button-text-hover-color)
}

#header #_desktop_search .search-info .search-header__submit.btn--link:hover,
#header #_desktop_search .search-info .search-header__submit.btn--link:focus,
#header #_mobile_search .search-info .search-header__submit.btn--link:hover,
#header #_mobile_search .search-info .search-header__submit.btn--link:focus {
  opacity: 1
}

#header #_desktop_search .search-info .search-header__submit .icon__fallback-text,
#header #_mobile_search .search-info .search-header__submit .icon__fallback-text {
  display: none;
  color: #000;
  position: unset !important;
  height: 35px;
  width: auto;
  line-height: 32px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s
}

#header #_desktop_search .search-info .search-results li a img,
#header #_mobile_search .search-info .search-results li a img {
  border: 1px solid #e9e9e9
}

#header #_desktop_search .search-info .search-results li a .price,
#header #_mobile_search .search-info .search-results li a .price {
  padding-top: 0
}

#header .header-logo-section {
  padding: 0px;
  text-align: left
}

@media (min-width: 992px) {
  #header .header-logo-section {
    width: 20%
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  #header .header-logo-section {
    margin-right: 15px
  }
}

@media (max-width: 991px) {
  #header .header-logo-section {
    float: none;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 30px 0
  }
}

#header .header-logo-section .header__logo {
  margin: 0
}

#header .header-logo-section .header__logo a {
  display: inline-block
}

#header .header-logo-section-img {
  padding: 0px;
  text-align: left
}

@media (min-width: 992px) {
  #header .header-logo-section-img {
    width: 20%
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  #header .header-logo-section-img {
    margin-right: 15px
  }
}

@media (max-width: 991px) {
  #header .header-logo-section-img {
    float: none;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 5px 0
  }
}

#header .header-logo-section-img .header__logo {
  margin: 0
}

#header .header-logo-section-img .header__logo a {
  display: inline-block
}

#header .header-user-selection {
  float: right
}

@media (min-width: 992px) {
  #header .header-user-selection {
    padding: 0;
    width: 40%
  }
}

#header .megamenu-header {
  display: inline-block;
  vertical-align: middle;
  padding: 0
}

@media (min-width: 992px) {
  #header .megamenu-header {
    width: 60%
  }
}

#_desktop_user_info,
#_mobile_user_info {
  cursor: pointer;
  float: right;
  text-align: right;
  position: relative;
  padding: 0 5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s
}

@media (max-width: 991px) {
  #_desktop_user_info,
  #_mobile_user_info {
    padding: 5px 0;
    margin: 0
  }
}

@media (max-width: 767px) {
  #_desktop_user_info,
  #_mobile_user_info {
    margin: 0
  }
}

#_desktop_user_info .userinfo-title,
#_mobile_user_info .userinfo-title {
  cursor: pointer
}

#_desktop_user_info .userinfo-title .userinfo-toggle,
#_mobile_user_info .userinfo-title .userinfo-toggle {
  width: 40px;
  height: 40px;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer
}

#_desktop_user_info .userinfo-title .userinfo-toggle svg,
#_mobile_user_info .userinfo-title .userinfo-toggle svg {
  fill: #000
}

@media (max-width: 991px) {
  #_desktop_user_info .userinfo-title .userinfo-toggle svg,
  #_mobile_user_info .userinfo-title .userinfo-toggle svg {
    fill: var(--button-text-color)
  }
}

#_desktop_cart,
#_mobile_cart {
  text-align: left;
  white-space: nowrap;
  position: relative;
  padding: 0px;
  float: right
}

@media (max-width: 991px) {
  #_desktop_cart,
  #_mobile_cart {
    padding: 5px 0;
    padding-right: 10px
  }
}

#_desktop_cart .cart-display .cart-title,
#_mobile_cart .cart-display .cart-title {
  cursor: pointer
}

#_desktop_cart .cart-display .cart-title:focus,
#_mobile_cart .cart-display .cart-title:focus {
  outline: 2px solid black
}

#_desktop_cart .cart-display .cart-title .cart-logo,
#_mobile_cart .cart-display .cart-title .cart-logo {
  width: 40px;
  height: 40px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s
}

#_desktop_cart .cart-display .cart-title .cart-logo svg,
#_mobile_cart .cart-display .cart-title .cart-logo svg {
  fill: #000
}

@media (max-width: 991px) {
  #_desktop_cart .cart-display .cart-title .cart-logo svg,
  #_mobile_cart .cart-display .cart-title .cart-logo svg {
    fill: var(--button-text-color)
  }
}

#_desktop_cart .cart-display .cart-title .cart-qty,
#_mobile_cart .cart-display .cart-title .cart-qty {
  line-height: 14px;
  text-align: center;
  border-radius: 50%;
  height: 14px;
  width: 14px;
  font-size: 12px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  right: 2px;
  top: 2px;
  position: absolute;
  left: auto;
  bottom: auto;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s
}

@media (max-width: 991px) {
  #_desktop_cart .cart-display .cart-title .cart-qty,
  #_mobile_cart .cart-display .cart-title .cart-qty {
    right: 18px;
    top: 10px;
    background: var(--button-text-color);
    color: var(--button-bg-color)
  }
}

#_desktop_cart .cart-display .cart-dropdown-inner,
#_mobile_cart .cart-display .cart-dropdown-inner {
  position: absolute;
  z-index: 18;
  width: 350px;
  right: 5px;
  top: 40px;
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  font-family: var(--primary-font);
  left: auto;
  text-align: left;
  line-height: 1.25;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s
}

@media (max-width: 991px) {
  #_desktop_cart .cart-display .cart-dropdown-inner,
  #_mobile_cart .cart-display .cart-dropdown-inner {
    top: 50px;
    right: 15px;
    width: 300px
  }
}

@media (max-width: 543px) {
  #_desktop_cart .cart-display .cart-dropdown-inner,
  #_mobile_cart .cart-display .cart-dropdown-inner {
    width: 280px
  }
}

#_desktop_cart .cart-display .cart-dropdown-inner .product-list,
#_mobile_cart .cart-display .cart-dropdown-inner .product-list {
  max-height: 252px;
  padding: 10px
}

#_desktop_cart .cart-display .cart-dropdown-inner .product-list .product,
#_mobile_cart .cart-display .cart-dropdown-inner .product-list .product {
  padding-bottom: 10px;
  position: relative;
  display: block;
  overflow: hidden
}

#_desktop_cart .cart-display .cart-dropdown-inner .product-list .product:hover,
#_mobile_cart .cart-display .cart-dropdown-inner .product-list .product:hover {
  color: #000
}

#_desktop_cart .cart-display .cart-dropdown-inner .product-list .product:last-child,
#_mobile_cart .cart-display .cart-dropdown-inner .product-list .product:last-child {
  padding-bottom: 0
}

#_desktop_cart .cart-display .cart-dropdown-inner .product-list .product .product-img,
#_mobile_cart .cart-display .cart-dropdown-inner .product-list .product .product-img {
  width: 85px;
  display: inline-block;
  float: left;
  border: 1px solid #eee
}

#_desktop_cart .cart-display .cart-dropdown-inner .product-list .product .product-data,
#_mobile_cart .cart-display .cart-dropdown-inner .product-list .product .product-data {
  overflow: hidden;
  text-align: left;
  padding: 15px
}

#_desktop_cart .cart-display .cart-dropdown-inner .product-list .product .product-data span,
#_mobile_cart .cart-display .cart-dropdown-inner .product-list .product .product-data span {
  display: block;
  cursor: pointer
}

#_desktop_cart .cart-display .cart-dropdown-inner .product-list .product .product-data .product-title,
#_mobile_cart .cart-display .cart-dropdown-inner .product-list .product .product-data .product-title {
  white-space: normal;
  font-weight: 400;
  color: #000;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out
}

#_desktop_cart .cart-display .cart-dropdown-inner .product-list .product .product-data .product-title:hover,
#_mobile_cart .cart-display .cart-dropdown-inner .product-list .product .product-data .product-title:hover {
  color: #777
}

#_desktop_cart .cart-display .cart-dropdown-inner .product-list .product a.remove,
#_mobile_cart .cart-display .cart-dropdown-inner .product-list .product a.remove {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer
}

#_desktop_cart .cart-display .cart-dropdown-inner .product-list .product a.remove i,
#_mobile_cart .cart-display .cart-dropdown-inner .product-list .product a.remove i {
  font-size: 20px;
  color: #000;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out
}

#_desktop_cart .cart-display .cart-dropdown-inner .product-list .product a.remove i:hover,
#_mobile_cart .cart-display .cart-dropdown-inner .product-list .product a.remove i:hover {
  color: #777
}

#_desktop_cart .cart-display .cart-dropdown-inner .cart__footer,
#_mobile_cart .cart-display .cart-dropdown-inner .cart__footer {
  padding: 15px;
  border-top: 1px solid #eee
}

@media (max-width: 543px) {
  #_desktop_cart .cart-display .cart-dropdown-inner .cart__footer,
  #_mobile_cart .cart-display .cart-dropdown-inner .cart__footer {
    padding: 15px 10px
  }
}

#_desktop_cart .cart-display .cart-dropdown-inner .cart__footer .grid__item,
#_mobile_cart .cart-display .cart-dropdown-inner .cart__footer .grid__item {
  width: 100%;
  font-size: 16px;
  float: none;
  overflow: hidden
}

#_desktop_cart .cart-display .cart-dropdown-inner .cart__footer .grid__item .cart-links,
#_mobile_cart .cart-display .cart-dropdown-inner .cart__footer .grid__item .cart-links {
  text-align: center
}

#_desktop_cart .cart-display .cart-dropdown-inner .cart__footer .grid__item .cart-links .btn,
#_mobile_cart .cart-display .cart-dropdown-inner .cart__footer .grid__item .cart-links .btn {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s
}

#_desktop_cart .cart-display .cart-dropdown-inner .cart__footer .grid__item .cart-links .btn.view-cart,
#_mobile_cart .cart-display .cart-dropdown-inner .cart__footer .grid__item .cart-links .btn.view-cart {
  background-color: var(--button-bg-hover-color);
  border-color: var(--button-bg-hover-color);
  color: var(--button-text-hover-color)
}

#_desktop_cart .cart-display .cart-dropdown-inner .cart__footer .grid__item .cart-links .btn.view-cart:hover,
#_mobile_cart .cart-display .cart-dropdown-inner .cart__footer .grid__item .cart-links .btn.view-cart:hover {
  background-color: var(--button-bg-color);
  border-color: var(--button-bg-color);
  color: var(--button-text-color)
}

#_desktop_cart .cart-display .cart-dropdown-inner .cart__empty,
#_mobile_cart .cart-display .cart-dropdown-inner .cart__empty {
  padding: 10px;
  color: #666
}

.fixed-header {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  max-width: 100% !important;
  z-index: 99;
  right: 0;
  padding: 10px 0 !important;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  overflow: visible
}

@media (max-width: 991px) {
  .fixed-header {
    padding: 0 !important;
    border-top: none !important
  }
}

@keyframes slide-down {
  0% {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -moz-transform: translateY(-100%)
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0)
  }
}

#mobile_top_menu_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  bottom: 0;
  background: white;
  z-index: 999;
  overflow-y: auto;
  overflow-x: auto
}

#mobile_top_menu_wrapper #top_menu_closer {
  cursor: pointer;
  padding: 15px 15px 10px;
  text-align: right
}

#mobile_top_menu_wrapper #top_menu_closer i {
  font-size: 24px;
  color: #000
}

#mobile_top_menu_wrapper #_mobile_top_menu {
  padding: 0 15px
}

#mobile_top_menu_wrapper #top-menu {
  margin-bottom: 0;
  text-align: left;
  display: block;
  padding: 0
}

#mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded='true'] .add {
  display: none
}

#mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded='true'] .remove {
  display: block
}

#mobile_top_menu_wrapper .top-menu .collapse-icons .remove {
  display: none
}

#mobile_top_menu_wrapper .top-menu .navbar-toggler {
  display: inline-block;
  padding: 0;
  position: absolute;
  right: 0;
  cursor: pointer;
  color: #333
}

#mobile_top_menu_wrapper .top-menu .navbar-toggler i {
  font-size: 24px;
  height: 25px
}

#mobile_top_menu_wrapper .top-menu a {
  padding: 0;
  margin: 0
}

#mobile_top_menu_wrapper .top-menu .collapse {
  display: none
}

#mobile_top_menu_wrapper .top-menu .collapse.in {
  display: block
}

#mobile_top_menu_wrapper .top-menu .sub-menu {
  box-shadow: none;
  z-index: inherit;
  display: block;
  position: static;
  overflow: hidden;
  margin-left: 0;
  width: 100%;
  min-width: 100%;
  border: none
}

#mobile_top_menu_wrapper .top-menu .sub-menu.collapse {
  display: none
}

#mobile_top_menu_wrapper .top-menu .sub-menu.collapse.in {
  display: block
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul {
  margin: 0;
  padding: 0
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul>li {
  float: none;
  margin: 0
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul>li a {
  text-transform: none
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul {
  padding: 10px 0 0 15px
}

#mobile_top_menu_wrapper .top-menu .sub-menu .mainmenu-dropdown li a {
  display: inline-block
}

#mobile_top_menu_wrapper .top-menu .sub-menu .mainmenu-dropdown .sub-category .top-menu .category {
  padding: 10px 0 5px
}

#mobile_top_menu_wrapper .top-menu .sub-menu .mainmenu-dropdown .sub-category .top-menu .category a {
  font-size: 14px
}

#mobile_top_menu_wrapper .top-menu .popover {
  border-radius: 0
}

.mobile-menu-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity 200ms, visibility 0ms 200ms;
  visibility: hidden;
  width: 100%;
  z-index: 998;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s
}

.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible
}

.mobile-width {
  width: 100% !important
}

@media (max-width: 991px) {
  .mobile-width {
    background-color: var(--button-bg-color)
  }
}

.mobile-width .mobile_search {
  padding: 0 !important
}

.mobile-width .mobile-width-left {
  float: left;
  padding: 5px
}

.mobile-width .mobile-width-left #menu-icon {
  cursor: pointer;
  width: 40px;
  height: 40px
}

.mobile-width .mobile-width-left #menu-icon svg {
  fill: var(--button-text-color)
}

.mobile-width .mobile-width-right {
  float: right
}

.mobile-width .mobile-width-right>div {
  float: right !important
}

.grid__item--header-top {
  padding: 0
}

.grid__item--header-top .grid-view-item__image-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: block
}

.grid__item--header-top .grid-view-item__image-container .grid-view-item__image-wrapper {
  width: 130px;
  margin: 0;
  border: 1px solid #eee
}

.grid__item--header-top .grid-view-item__image-container .grid-view-item__image-wrapper a {
  padding: 0
}

.grid__item--header-top .grid-view-item__image-container .grid-view-item__image-wrapper a img {
  position: relative
}

.grid__item--header-top .grid-view-item__image-container .product-description {
  text-align: left;
  margin-top: 5px
}

.grid__item--header-top .grid-view-item__image-container .product-description a {
  padding: 0
}

.grid__item--header-top .grid-view-item__image-container .product-description .product-detail .grid-view-item__title {
  display: block;
  color: #5a5a5a;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 3px
}

.grid__item--header-top .grid-view-item__image-container .product-description .grid-view-item__meta {
  font-size: 15px;
  font-weight: 400;
  font-family: var(--primary-font)
}

.grid__item--header-top .grid-view-item__image-container .product-description .grid-view-item__meta span,
.grid__item--header-top .grid-view-item__image-container .product-description .grid-view-item__meta s {
  color: #888;
  font-size: 15px
}

.grid__item--header-top .grid-view-item__image-container .product-description .grid-view-item__meta .is-bold {
  color: var(--brand-secondary);
  font-size: 15px;
  font-weight: 600
}

.grid__item--header-top .grid-view-item__image-container .product-description .grid-view-item__meta .discount-percentage {
  margin: 0 4px;
  color: #000;
  font-size: 15px
}

.grid__item--header-top .grid-view-item__image-container .product-description .grid-view-item__meta .discount-percentage span {
  display: none
}

.grid__item--header-top .grid-view-item__image-container .product-description .grid-view-item__meta .visually-hidden,
.grid__item--header-top .grid-view-item__image-container .product-description .grid-view-item__meta .icon__fallback-text,
.grid__item--header-top .grid-view-item__image-container .product-description .grid-view-item__meta .product-price__sold-out {
  display: none
}

.slider {
  border-bottom: 3px solid var(--navbar-border-color);
  box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, 0.3)
}

.slider-section {
  overflow: hidden
}

@media (max-width: 1199px) {
  .slider-section {
    margin-bottom: 70px
  }
}

@media (max-width: 991px) {
  .slider-section {
    margin-bottom: 30px
  }
}

#slideshow-carousel {
  position: relative
}

#slideshow-carousel .owl-nav {
  margin-bottom: 0;
  margin-top: 0
}

@media (max-width: 767px) {
  #slideshow-carousel .owl-nav {
    display: none
  }
}

#slideshow-carousel .owl-nav .owl-prev,
#slideshow-carousel .owl-nav .owl-next {
  border: none;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 44%;
  margin: 4px;
  left: 10px;
  right: auto;
  box-shadow: none;
  border: 1px solid var(--button-bg-color);
  background-color: var(--button-bg-color) !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s
}

@media (min-width: 768px) {
  #slideshow-carousel .owl-nav .owl-prev,
  #slideshow-carousel .owl-nav .owl-next {
    -moz-transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    -ms-transform: translateX(-100px)
  }
}

#slideshow-carousel .owl-nav .owl-prev:hover,
#slideshow-carousel .owl-nav .owl-next:hover {
  background-color: var(--button-bg-hover-color) !important;
  border-color: var(--button-bg-hover-color)
}

#slideshow-carousel .owl-nav .owl-prev:hover i:after,
#slideshow-carousel .owl-nav .owl-next:hover i:after {
  color: var(--button-text-hover-color)
}

#slideshow-carousel .owl-nav .owl-prev i,
#slideshow-carousel .owl-nav .owl-next i {
  height: 40px;
  width: 40px
}

#slideshow-carousel .owl-nav .owl-prev i:after,
#slideshow-carousel .owl-nav .owl-next i:after {
  height: 40px;
  width: 40px;
  line-height: 38px;
  color: var(--button-text-color);
  margin: 0 0 0 -2px
}

#slideshow-carousel .owl-nav .owl-next {
  right: 10px;
  left: auto
}

@media (min-width: 768px) {
  #slideshow-carousel .owl-nav .owl-next {
    -moz-transform: translateX(100px);
    -webkit-transform: translateX(100px);
    -o-transform: translateX(100px);
    -ms-transform: translateX(100px)
  }
}

#slideshow-carousel .owl-nav .owl-next i:after {
  margin: 0
}

#slideshow-carousel .owl-dots {
  position: absolute;
  bottom: 60px;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s
}

@media (max-width: 1199px) {
  #slideshow-carousel .owl-dots {
    bottom: 10px
  }
}

@media (max-width: 543px) {
  #slideshow-carousel .owl-dots {
    bottom: 5px
  }
}

@media (max-width: 543px) {
  #slideshow-carousel .owl-dots {
    bottom: 3px
  }
}

#slideshow-carousel .owl-dots .owl-dot {
  display: inline-block;
  vertical-align: middle
}

#slideshow-carousel .owl-dots .owl-dot span {
  border: 1px solid var(--button-bg-hover-color);
  background: var(--button-bg-hover-color);
  margin: 0 3px;
  display: block
}

#slideshow-carousel .owl-dots .owl-dot.active span {
  background-color: var(--button-bg-color);
  border-color: var(--button-bg-color)
}

#slideshow-carousel:hover .owl-nav .owl-prev,
#slideshow-carousel:hover .owl-nav .owl-next {
  opacity: 1;
  -moz-transform: translate(0);
  -webkit-transform: translate(0);
  -o-transform: translate(0);
  -ms-transform: translate(0)
}

#slideshow-carousel .slideshow__link {
  display: flex;
  align-items: center
}

#slideshow-carousel .page-width {
  position: absolute;
  left: 0;
  right: 0
}

#slideshow-carousel .slider-content {
  padding: 0
}

#slideshow-carousel .slider-content .sub-title {
  font-size: 20px;
  text-transform: unset;
  line-height: 24px;
  margin-bottom: 40px;
  letter-spacing: 0.5px
}

@media (max-width: 1499px) {
  #slideshow-carousel .slider-content .sub-title {
    margin-bottom: 30px
  }
}

@media (max-width: 1199px) {
  #slideshow-carousel .slider-content .sub-title {
    font-size: 18px;
    line-height: 22px
  }
}

@media (max-width: 991px) {
  #slideshow-carousel .slider-content .sub-title {
    font-size: 16px;
    margin-bottom: 20px
  }
}

@media (max-width: 767px) {
  #slideshow-carousel .slider-content .sub-title {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 15px
  }
}

@media (max-width: 543px) {
  #slideshow-carousel .slider-content .sub-title {
    font-size: 14px;
    line-height: 18px
  }
}

@media (max-width: 479px) {
  #slideshow-carousel .slider-content .sub-title {
    margin-bottom: 10px
  }
}

@media (max-width: 380px) {
  #slideshow-carousel .slider-content .sub-title {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 10px
  }
}

@media (max-width: 350px) {
  #slideshow-carousel .slider-content .sub-title {
    font-size: 12px
  }
}

#slideshow-carousel .slider-content .main-title {
  font-size: 74px;
  text-transform: unset;
  line-height: 70px;
  margin-bottom: 40px;
  letter-spacing: 0.5px;
  font-weight: 700;
  font-family: var(--secondary-font)
}

@media (max-width: 1499px) {
  #slideshow-carousel .slider-content .main-title {
    margin-bottom: 30px;
    font-size: 68px;
    line-height: 65px
  }
}

@media (max-width: 1199px) {
  #slideshow-carousel .slider-content .main-title {
    font-size: 58px;
    line-height: 55px
  }
}

@media (max-width: 991px) {
  #slideshow-carousel .slider-content .main-title {
    font-size: 42px;
    line-height: 40px;
    margin-bottom: 20px
  }
}

@media (max-width: 767px) {
  #slideshow-carousel .slider-content .main-title {
    font-size: 30px;
    line-height: 30px
  }
}

@media (max-width: 543px) {
  #slideshow-carousel .slider-content .main-title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 15px
  }
}

@media (max-width: 479px) {
  #slideshow-carousel .slider-content .main-title {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px
  }
}

@media (max-width: 380px) {
  #slideshow-carousel .slider-content .main-title {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 8px
  }
}

@media (max-width: 350px) {
  #slideshow-carousel .slider-content .main-title {
    font-size: 16px;
    line-height: 18px
  }
}

#slideshow-carousel .slider-content .desc {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 40px;
  letter-spacing: 0px;
  font-weight: 400;
  font-family: var(--primary-font)
}

@media (max-width: 1499px) {
  #slideshow-carousel .slider-content .desc {
    font-size: 20px;
    margin-bottom: 30px
  }
}

@media (max-width: 1199px) {
  #slideshow-carousel .slider-content .desc {
    font-size: 18px
  }
}

@media (max-width: 991px) {
  #slideshow-carousel .slider-content .desc {
    font-size: 16px;
    margin-bottom: 20px
  }
}

@media (max-width: 767px) {
  #slideshow-carousel .slider-content .desc {
    display: none
  }
}

@media (max-width: 767px) {
  #slideshow-carousel .slider-content .slider-btn {
    padding: 8px 16px;
    font-size: 13px
  }
}

@media (max-width: 543px) {
  #slideshow-carousel .slider-content .slider-btn {
    padding: 6px 14px;
    font-size: 12px
  }
}

@media (max-width: 415px) {
  #slideshow-carousel .slider-content .slider-btn {
    padding: 5px 12px;
    font-size: 11px
  }
}

@media (max-width: 380px) {
  #slideshow-carousel .slider-content .slider-btn {
    padding: 4px 10px;
    font-size: 10px
  }
}

@media (max-width: 350px) {
  #slideshow-carousel .slider-content .slider-btn {
    padding: 3px 8px;
    font-size: 9px
  }
}

#slideshow-carousel .owl-item.active .sub-title {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s
}

#slideshow-carousel .owl-item.active .main-title {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.35s
}

#slideshow-carousel .owl-item.active .desc {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.4s
}

#slideshow-carousel .owl-item.active .slider-btn {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.5s
}

.index-section.product-block ul li {
  list-style: unset
}

#product-block-carousel {
  position: relative
}

#product-block-carousel #products-tab {
  border: none;
  text-align: center;
  position: relative;
  display: block
}

#product-block-carousel #products-tab .nav-item {
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin: 0px 10px;
  margin-bottom: 15px;
  padding: 0
}

@media (max-width: 767px) {
  #product-block-carousel #products-tab .nav-item {
    margin-bottom: 10px
  }
}

@media (max-width: 543px) {
  #product-block-carousel #products-tab .nav-item {
    display: block
  }
}

#product-block-carousel #products-tab .nav-item .nav-link {
  background: transparent;
  border: 1px solid #dbd8d8;
  display: inline-block;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  margin: 0;
  outline: none;
  padding: 9px 20px;
  position: relative;
  border-radius: 0px;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s
}

@media (max-width: 767px) {
  #product-block-carousel #products-tab .nav-item .nav-link {
    padding: 8px 16px
  }
}

#product-block-carousel #products-tab .nav-item .nav-link:hover {
  background: var(--button-bg-color);
  color: var(--button-text-color);
  border-color: var(--button-bg-color)
}

#product-block-carousel #products-tab .nav-item.active .nav-link {
  background: var(--button-bg-color);
  color: var(--button-text-color);
  border-color: var(--button-bg-color)
}

#product-block-carousel .owl-stage-outer .multilevel-item .item:last-child {
  padding-bottom: 0
}

#product-block-carousel .owl-stage-outer .grid__item {
  width: 100%
}

.view-all-btn {
  margin-top: 20px
}

@media (max-width: 543px) {
  .products-display {
    padding: 0 5px
  }
}

.products-display .product-desc {
  display: none
}

.products-display .grid__item,
.products-display .list__item {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding: 15px
}

@media (max-width: 543px) {
  .products-display .grid__item,
  .products-display .list__item {
    padding: 5px 5px
  }
}

.products-display .grid__item .grid-view-item,
.products-display .list__item .grid-view-item {
  overflow: hidden
}

.products-display .grid__item .grid-view-item .outstock-overlay,
.products-display .grid__item .grid-view-item .backorder-overlay,
.products-display .grid__item .grid-view-item .preorder-overlay,
.products-display .list__item .grid-view-item .outstock-overlay,
.products-display .list__item .grid-view-item .backorder-overlay,
.products-display .list__item .grid-view-item .preorder-overlay {
  position: absolute;
  text-align: center;
  padding: 7px;
  width: auto;
  color: #ffffff;
  display: block;
  font-size: 9px;
  font-weight: 600;
  border-radius: 4px;
  top: 12%;
  right: 18%;
  line-height: 10px;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2)
}

@media (min-width: 768px) {
  .products-display .grid__item .grid-view-item .outstock-overlay,
  .products-display .grid__item .grid-view-item .backorder-overlay,
  .products-display .grid__item .grid-view-item .preorder-overlay,
  .products-display .list__item .grid-view-item .outstock-overlay,
  .products-display .list__item .grid-view-item .backorder-overlay,
  .products-display .list__item .grid-view-item .preorder-overlay {
    right: 5%
  }
}

.products-display .grid__item .grid-view-item .outstock-overlay,
.products-display .list__item .grid-view-item .outstock-overlay {
  background-color: #c92c2c
}

.products-display .grid__item .grid-view-item .backorder-overlay,
.products-display .grid__item .grid-view-item .preorder-overlay,
.products-display .list__item .grid-view-item .backorder-overlay,
.products-display .list__item .grid-view-item .preorder-overlay {
  background-color: #2c72c9
}

.products-display .grid__item .grid-view-item .grid-view-item__image-container,
.products-display .list__item .grid-view-item .grid-view-item__image-container {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s
}

.products-display .grid__item .grid-view-item .grid-view-item__image-container .grid-view-item__image-wrapper,
.products-display .list__item .grid-view-item .grid-view-item__image-container .grid-view-item__image-wrapper {
  overflow: hidden;
  position: relative;
  margin: 0
}

.products-display .grid__item .grid-view-item .grid-view-item__image-container .grid-view-item__image-wrapper .grid-view-item__image,
.products-display .list__item .grid-view-item .grid-view-item__image-container .grid-view-item__image-wrapper .grid-view-item__image {
  position: relative;
  top: 0
}

.products-display .grid__item .grid-view-item .grid-view-item__image-container .grid-view-item__image-wrapper .spr-badge,
.products-display .list__item .grid-view-item .grid-view-item__image-container .grid-view-item__image-wrapper .spr-badge {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  bottom: 10px
}

.products-display .grid__item .grid-view-item .grid-view-item__image-container .grid-view-item__image-wrapper a,
.products-display .list__item .grid-view-item .grid-view-item__image-container .grid-view-item__image-wrapper a {
  display: block
}

.products-display .grid__item .grid-view-item .grid-view-item__image-container .grid-view-item__image-wrapper a .image-inner,
.products-display .list__item .grid-view-item .grid-view-item__image-container .grid-view-item__image-wrapper a .image-inner {
  background: #fff
}

.products-display .grid__item .grid-view-item .grid-view-item__image-container .grid-view-item__image-wrapper img,
.products-display .list__item .grid-view-item .grid-view-item__image-container .grid-view-item__image-wrapper img {
  object-fit: contain;
  width: 100%;
  height: 300px
}

@media (max-width: 543px) {
  .products-display .grid__item .grid-view-item .grid-view-item__image-container .grid-view-item__image-wrapper img,
  .products-display .list__item .grid-view-item .grid-view-item__image-container .grid-view-item__image-wrapper img {
    height: 255px
  }
}

.products-display .grid__item .grid-view-item .grid-view-item__image-container .product-description,
.products-display .list__item .grid-view-item .grid-view-item__image-container .product-description {
  padding: 10px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s
}

@media (max-width: 767px) {
  .products-display .grid__item .grid-view-item .grid-view-item__image-container .product-description,
  .products-display .list__item .grid-view-item .grid-view-item__image-container .product-description {
    padding: 10px 5px 0;
    text-align: center
  }
}

@media (max-width: 349px) {
  .products-display .grid__item .grid-view-item .grid-view-item__image-container .product-description,
  .products-display .list__item .grid-view-item .grid-view-item__image-container .product-description {
    padding: 10px 3px 0
  }
}

.products-display .grid__item .grid-view-item .grid-view-item__image-container .product-description .spr-badge,
.products-display .list__item .grid-view-item .grid-view-item__image-container .product-description .spr-badge {
  margin-bottom: 8px
}

.products-display .grid__item .grid-view-item .grid-view-item__image-container .product-description .product-detail,
.products-display .list__item .grid-view-item .grid-view-item__image-container .product-description .product-detail {
  margin-bottom: 0px
}

.products-display .grid__item .grid-view-item .grid-view-item__image-container .product-description .product-detail .grid-view-item__title,
.products-display .list__item .grid-view-item .grid-view-item__image-container .product-description .product-detail .grid-view-item__title {
  color: #000;
  font-size: 16px;
  text-decoration: none;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 18px;
  text-transform: capitalize;
  height: 54px;
  overflow: hidden
}

@media (max-width: 543px) {
  .products-display .grid__item .grid-view-item .grid-view-item__image-container .product-description .product-detail .grid-view-item__title,
  .products-display .list__item .grid-view-item .grid-view-item__image-container .product-description .product-detail .grid-view-item__title {
    font-size: 14px
  }
}

.products-display .grid__item .grid-view-item .grid-view-item__image-container .product-description .grid-view-item__meta,
.products-display .list__item .grid-view-item .grid-view-item__image-container .product-description .grid-view-item__meta {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  font-family: var(--primary-font);
  margin-bottom: 5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s
}

@media (max-width: 543px) {
  .products-display .grid__item .grid-view-item .grid-view-item__image-container .product-description .grid-view-item__meta,
  .products-display .list__item .grid-view-item .grid-view-item__image-container .product-description .grid-view-item__meta {
    font-size: 14px
  }
}

.products-display .grid__item .grid-view-item .grid-view-item__image-container .product-description .grid-view-item__meta .regular,
.products-display .list__item .grid-view-item .grid-view-item__image-container .product-description .grid-view-item__meta .regular {
  position: relative;
  color: #888
}

.products-display .grid__item .grid-view-item .grid-view-item__image-container .product-description .grid-view-item__meta .discount-percentage,
.products-display .list__item .grid-view-item .grid-view-item__image-container .product-description .grid-view-item__meta .discount-percentage {
  margin: 0 4px
}

@media (max-width: 543px) {
  .products-display .grid__item .grid-view-item .grid-view-item__image-container .product-description .grid-view-item__meta .discount-percentage,
  .products-display .list__item .grid-view-item .grid-view-item__image-container .product-description .grid-view-item__meta .discount-percentage {
    margin: 0 2px
  }
}

@media (max-width: 349px) {
  .products-display .grid__item .grid-view-item .grid-view-item__image-container .product-description .grid-view-item__meta .discount-percentage,
  .products-display .list__item .grid-view-item .grid-view-item__image-container .product-description .grid-view-item__meta .discount-percentage {
    margin: 0
  }
}

.products-display .grid__item .grid-view-item .grid-view-item__image-container .product-description .grid-view-item__meta .discount-percentage span,
.products-display .list__item .grid-view-item .grid-view-item__image-container .product-description .grid-view-item__meta .discount-percentage span {
  display: none
}

.products-display .grid__item .grid-view-item .grid-view-item__image-container .product-description .grid-view-item__meta .is-bold,
.products-display .list__item .grid-view-item .grid-view-item__image-container .product-description .grid-view-item__meta .is-bold {
  color: var(--brand-secondary);
  font-weight: 600
}

.products-display .grid__item .grid-view-item .grid-view-item__image-container .product-description .grid-view-item__meta .is-bold .money,
.products-display .list__item .grid-view-item .grid-view-item__image-container .product-description .grid-view-item__meta .is-bold .money {
  text-decoration: none
}

.products-display .grid__item .grid-view-item .grid-view-item__image-container .product-description .grid-view-item__meta .product-price__sold-out,
.products-display .list__item .grid-view-item .grid-view-item__image-container .product-description .grid-view-item__meta .product-price__sold-out {
  display: none
}

.products-display .grid__item .grid-view-item:hover .thumbnail-buttons .quick-view,
.products-display .grid__item .grid-view-item:hover .thumbnail-buttons .add-to-wishlist,
.products-display .grid__item .grid-view-item:hover .thumbnail-buttons .product-block-hover,
.products-display .list__item .grid-view-item:hover .thumbnail-buttons .quick-view,
.products-display .list__item .grid-view-item:hover .thumbnail-buttons .add-to-wishlist,
.products-display .list__item .grid-view-item:hover .thumbnail-buttons .product-block-hover {
  opacity: 1
}

@media (min-width: 768px) {
  .products-display .grid__item .grid-view-item:hover .thumbnail-buttons .quick-view,
  .products-display .grid__item .grid-view-item:hover .thumbnail-buttons .add-to-wishlist,
  .products-display .grid__item .grid-view-item:hover .thumbnail-buttons .product-block-hover,
  .products-display .list__item .grid-view-item:hover .thumbnail-buttons .quick-view,
  .products-display .list__item .grid-view-item:hover .thumbnail-buttons .add-to-wishlist,
  .products-display .list__item .grid-view-item:hover .thumbnail-buttons .product-block-hover {
    opacity: 1;
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px)
  }
}

@media (min-width: 768px) {
  .products-display .grid__item .grid-view-item:hover .extra-img,
  .products-display .list__item .grid-view-item:hover .extra-img {
    opacity: 1;
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s
  }
}

@media (min-width: 768px) {
  .products-display .grid__item .grid-view-item:hover .grid-view-item__image-container .product-description .grid-view-item__meta,
  .products-display .list__item .grid-view-item:hover .grid-view-item__image-container .product-description .grid-view-item__meta {
    opacity: 0
  }
}

.products-display .grid__item .grid-view-item .thumbnail-buttons,
.products-display .list__item .grid-view-item .thumbnail-buttons {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0px;
  text-align: center;
  margin: 0 auto;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s
}

@media (max-width: 767px) {
  .products-display .grid__item .grid-view-item .thumbnail-buttons,
  .products-display .list__item .grid-view-item .thumbnail-buttons {
    position: unset;
    margin-top: 10px
  }
}

.products-display .grid__item .grid-view-item .thumbnail-buttons>div,
.products-display .list__item .grid-view-item .thumbnail-buttons>div {
  border: none;
  border-radius: 0;
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  text-align: center
}

@media (min-width: 768px) {
  .products-display .grid__item .grid-view-item .thumbnail-buttons .quick-view,
  .products-display .grid__item .grid-view-item .thumbnail-buttons .add-to-wishlist,
  .products-display .grid__item .grid-view-item .thumbnail-buttons .product-block-hover,
  .products-display .list__item .grid-view-item .thumbnail-buttons .quick-view,
  .products-display .list__item .grid-view-item .thumbnail-buttons .add-to-wishlist,
  .products-display .list__item .grid-view-item .thumbnail-buttons .product-block-hover {
    opacity: 0;
    -moz-transform: translateX(-70px);
    -webkit-transform: translateX(-70px);
    -o-transform: translateX(-70px);
    -ms-transform: translateX(-70px);
    transform: translateX(-70px);
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out
  }
}

.products-display .grid__item .grid-view-item .thumbnail-buttons .quick-view a,
.products-display .grid__item .grid-view-item .thumbnail-buttons .quick-view button,
.products-display .grid__item .grid-view-item .thumbnail-buttons .add-to-wishlist a,
.products-display .grid__item .grid-view-item .thumbnail-buttons .add-to-wishlist button,
.products-display .grid__item .grid-view-item .thumbnail-buttons .product-block-hover a,
.products-display .grid__item .grid-view-item .thumbnail-buttons .product-block-hover button,
.products-display .list__item .grid-view-item .thumbnail-buttons .quick-view a,
.products-display .list__item .grid-view-item .thumbnail-buttons .quick-view button,
.products-display .list__item .grid-view-item .thumbnail-buttons .add-to-wishlist a,
.products-display .list__item .grid-view-item .thumbnail-buttons .add-to-wishlist button,
.products-display .list__item .grid-view-item .thumbnail-buttons .product-block-hover a,
.products-display .list__item .grid-view-item .thumbnail-buttons .product-block-hover button {
  width: 40px;
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  border-radius: 50%;
  box-shadow: none;
  position: relative;
  background: var(--product-bg-color);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
  padding: 0
}

@media (max-width: 767px) {
  .products-display .grid__item .grid-view-item .thumbnail-buttons .quick-view a,
  .products-display .grid__item .grid-view-item .thumbnail-buttons .quick-view button,
  .products-display .grid__item .grid-view-item .thumbnail-buttons .add-to-wishlist a,
  .products-display .grid__item .grid-view-item .thumbnail-buttons .add-to-wishlist button,
  .products-display .grid__item .grid-view-item .thumbnail-buttons .product-block-hover a,
  .products-display .grid__item .grid-view-item .thumbnail-buttons .product-block-hover button,
  .products-display .list__item .grid-view-item .thumbnail-buttons .quick-view a,
  .products-display .list__item .grid-view-item .thumbnail-buttons .quick-view button,
  .products-display .list__item .grid-view-item .thumbnail-buttons .add-to-wishlist a,
  .products-display .list__item .grid-view-item .thumbnail-buttons .add-to-wishlist button,
  .products-display .list__item .grid-view-item .thumbnail-buttons .product-block-hover a,
  .products-display .list__item .grid-view-item .thumbnail-buttons .product-block-hover button {
    width: 35px;
    height: 35px
  }
}

.products-display .grid__item .grid-view-item .thumbnail-buttons .quick-view a svg,
.products-display .grid__item .grid-view-item .thumbnail-buttons .quick-view button svg,
.products-display .grid__item .grid-view-item .thumbnail-buttons .add-to-wishlist a svg,
.products-display .grid__item .grid-view-item .thumbnail-buttons .add-to-wishlist button svg,
.products-display .grid__item .grid-view-item .thumbnail-buttons .product-block-hover a svg,
.products-display .grid__item .grid-view-item .thumbnail-buttons .product-block-hover button svg,
.products-display .list__item .grid-view-item .thumbnail-buttons .quick-view a svg,
.products-display .list__item .grid-view-item .thumbnail-buttons .quick-view button svg,
.products-display .list__item .grid-view-item .thumbnail-buttons .add-to-wishlist a svg,
.products-display .list__item .grid-view-item .thumbnail-buttons .add-to-wishlist button svg,
.products-display .list__item .grid-view-item .thumbnail-buttons .product-block-hover a svg,
.products-display .list__item .grid-view-item .thumbnail-buttons .product-block-hover button svg {
  fill: var(--product-icon-color)
}

.products-display .grid__item .grid-view-item .thumbnail-buttons .quick-view a span,
.products-display .grid__item .grid-view-item .thumbnail-buttons .quick-view button span,
.products-display .grid__item .grid-view-item .thumbnail-buttons .add-to-wishlist a span,
.products-display .grid__item .grid-view-item .thumbnail-buttons .add-to-wishlist button span,
.products-display .grid__item .grid-view-item .thumbnail-buttons .product-block-hover a span,
.products-display .grid__item .grid-view-item .thumbnail-buttons .product-block-hover button span,
.products-display .list__item .grid-view-item .thumbnail-buttons .quick-view a span,
.products-display .list__item .grid-view-item .thumbnail-buttons .quick-view button span,
.products-display .list__item .grid-view-item .thumbnail-buttons .add-to-wishlist a span,
.products-display .list__item .grid-view-item .thumbnail-buttons .add-to-wishlist button span,
.products-display .list__item .grid-view-item .thumbnail-buttons .product-block-hover a span,
.products-display .list__item .grid-view-item .thumbnail-buttons .product-block-hover button span {
  display: none
}

.products-display .grid__item .grid-view-item .thumbnail-buttons .quick-view:hover button,
.products-display .grid__item .grid-view-item .thumbnail-buttons .quick-view:hover a,
.products-display .grid__item .grid-view-item .thumbnail-buttons .add-to-wishlist:hover button,
.products-display .grid__item .grid-view-item .thumbnail-buttons .add-to-wishlist:hover a,
.products-display .grid__item .grid-view-item .thumbnail-buttons .product-block-hover:hover button,
.products-display .grid__item .grid-view-item .thumbnail-buttons .product-block-hover:hover a,
.products-display .list__item .grid-view-item .thumbnail-buttons .quick-view:hover button,
.products-display .list__item .grid-view-item .thumbnail-buttons .quick-view:hover a,
.products-display .list__item .grid-view-item .thumbnail-buttons .add-to-wishlist:hover button,
.products-display .list__item .grid-view-item .thumbnail-buttons .add-to-wishlist:hover a,
.products-display .list__item .grid-view-item .thumbnail-buttons .product-block-hover:hover button,
.products-display .list__item .grid-view-item .thumbnail-buttons .product-block-hover:hover a {
  background-color: var(--product-bg-hover-color)
}

.products-display .grid__item .grid-view-item .thumbnail-buttons .quick-view:hover button svg,
.products-display .grid__item .grid-view-item .thumbnail-buttons .quick-view:hover a svg,
.products-display .grid__item .grid-view-item .thumbnail-buttons .add-to-wishlist:hover button svg,
.products-display .grid__item .grid-view-item .thumbnail-buttons .add-to-wishlist:hover a svg,
.products-display .grid__item .grid-view-item .thumbnail-buttons .product-block-hover:hover button svg,
.products-display .grid__item .grid-view-item .thumbnail-buttons .product-block-hover:hover a svg,
.products-display .list__item .grid-view-item .thumbnail-buttons .quick-view:hover button svg,
.products-display .list__item .grid-view-item .thumbnail-buttons .quick-view:hover a svg,
.products-display .list__item .grid-view-item .thumbnail-buttons .add-to-wishlist:hover button svg,
.products-display .list__item .grid-view-item .thumbnail-buttons .add-to-wishlist:hover a svg,
.products-display .list__item .grid-view-item .thumbnail-buttons .product-block-hover:hover button svg,
.products-display .list__item .grid-view-item .thumbnail-buttons .product-block-hover:hover a svg {
  fill: var(--product-icon-hover-color)
}

.products-display .grid__item .grid-view-item .thumbnail-buttons .add-to-wishlist,
.products-display .list__item .grid-view-item .thumbnail-buttons .add-to-wishlist {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out
}

@media (min-width: 768px) {
  .products-display .grid__item .grid-view-item .thumbnail-buttons .add-to-wishlist,
  .products-display .list__item .grid-view-item .thumbnail-buttons .add-to-wishlist {
    opacity: 0
  }
}

.products-display .grid__item .grid-view-item .thumbnail-buttons .add-to-wishlist .tooltip-label,
.products-display .list__item .grid-view-item .thumbnail-buttons .add-to-wishlist .tooltip-label {
  display: none
}

.products-display .grid__item .grid-view-item .thumbnail-buttons .add-to-wishlist .loader-btn,
.products-display .list__item .grid-view-item .thumbnail-buttons .add-to-wishlist .loader-btn {
  height: 40px;
  width: 40px;
  background-color: transparent;
  border-radius: 50%;
  border: none;
  padding: 0
}

@media (max-width: 767px) {
  .products-display .grid__item .grid-view-item .thumbnail-buttons .add-to-wishlist .loader-btn,
  .products-display .list__item .grid-view-item .thumbnail-buttons .add-to-wishlist .loader-btn {
    width: 35px;
    height: 35px
  }
}

.products-display .grid__item .grid-view-item .thumbnail-buttons .add-to-wishlist .loader-btn a,
.products-display .list__item .grid-view-item .thumbnail-buttons .add-to-wishlist .loader-btn a {
  display: block;
  background: var(--product-bg-hover-color)
}

.products-display .grid__item .grid-view-item .thumbnail-buttons .add-to-wishlist .loader-btn a:after,
.products-display .list__item .grid-view-item .thumbnail-buttons .add-to-wishlist .loader-btn a:after {
  display: none
}

.products-display .grid__item .grid-view-item .thumbnail-buttons .add-to-wishlist .loader-btn i,
.products-display .list__item .grid-view-item .thumbnail-buttons .add-to-wishlist .loader-btn i {
  display: block;
  color: #fff;
  position: relative;
  color: var(--product-icon-hover-color);
  top: 0px;
  left: 0px
}

.products-display .grid__item .grid-view-item .thumbnail-buttons .add-to-wishlist .loader-btn i:before,
.products-display .list__item .grid-view-item .thumbnail-buttons .add-to-wishlist .loader-btn i:before {
  top: 0;
  line-height: 40px
}

@media (max-width: 767px) {
  .products-display .grid__item .grid-view-item .thumbnail-buttons .add-to-wishlist .loader-btn i:before,
  .products-display .list__item .grid-view-item .thumbnail-buttons .add-to-wishlist .loader-btn i:before {
    line-height: 35px
  }
}

.products-display .grid__item .grid-view-item .thumbnail-buttons .add-to-wishlist i,
.products-display .list__item .grid-view-item .thumbnail-buttons .add-to-wishlist i {
  display: none
}

.products-display .grid__item .grid-view-item .thumbnail-buttons .product-block-hover,
.products-display .list__item .grid-view-item .thumbnail-buttons .product-block-hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out
}

.products-display .grid__item .grid-view-item .thumbnail-buttons .product-block-hover .add-to-cart .addToCart,
.products-display .list__item .grid-view-item .thumbnail-buttons .product-block-hover .add-to-cart .addToCart {
  padding: 0px;
  border: none
}

.products-display .grid__item .grid-view-item .thumbnail-buttons .product-block-hover .add-to-cart .addToCart .value,
.products-display .list__item .grid-view-item .thumbnail-buttons .product-block-hover .add-to-cart .addToCart .value {
  display: none
}

.products-display .grid__item .grid-view-item .thumbnail-buttons .product-block-hover .add-to-cart .addToCart .plus,
.products-display .list__item .grid-view-item .thumbnail-buttons .product-block-hover .add-to-cart .addToCart .plus {
  display: none
}

.products-display .grid__item .grid-view-item .thumbnail-buttons .product-block-hover .nm-cartmain .nm-addToCart.adding,
.products-display .list__item .grid-view-item .thumbnail-buttons .product-block-hover .nm-cartmain .nm-addToCart.adding {
  background: var(--product-bg-hover-color);
  z-index: 1
}

.products-display .grid__item .grid-view-item .thumbnail-buttons .product-block-hover .nm-cartmain .nm-addToCart.adding .value,
.products-display .list__item .grid-view-item .thumbnail-buttons .product-block-hover .nm-cartmain .nm-addToCart.adding .value {
  opacity: 0
}

.products-display .grid__item .grid-view-item .thumbnail-buttons .product-block-hover .nm-cartmain .nm-addToCart.adding:before,
.products-display .list__item .grid-view-item .thumbnail-buttons .product-block-hover .nm-cartmain .nm-addToCart.adding:before {
  position: absolute;
  content: '\f1ce';
  font-family: 'FontAwesome';
  color: var(--product-icon-hover-color);
  width: 40px;
  height: 40px;
  line-height: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear
}

@media (max-width: 767px) {
  .products-display .grid__item .grid-view-item .thumbnail-buttons .product-block-hover .nm-cartmain .nm-addToCart.adding:before,
  .products-display .list__item .grid-view-item .thumbnail-buttons .product-block-hover .nm-cartmain .nm-addToCart.adding:before {
    width: 35px;
    height: 35px;
    line-height: 35px
  }
}

.products-display .grid__item .grid-view-item .thumbnail-buttons .product-block-hover .nm-cartmain .nm-addToCart.adding svg,
.products-display .list__item .grid-view-item .thumbnail-buttons .product-block-hover .nm-cartmain .nm-addToCart.adding svg {
  opacity: 0
}

.products-display .grid__item .grid-view-item .thumbnail-buttons .product-block-hover .nm-event-ticket,
.products-display .list__item .grid-view-item .thumbnail-buttons .product-block-hover .nm-event-ticket {
  display: flex;
  justify-content: center;
  align-items: center
}

.products-display .grid__item .grid-view-item .thumbnail-buttons .product-block-hover .product-form,
.products-display .list__item .grid-view-item .thumbnail-buttons .product-block-hover .product-form {
  margin: 0
}

.products-display .grid__item .grid-view-item .thumbnail-buttons .product-block-hover .add_to_cart_main .add-to-cart .product-form__item--quantity,
.products-display .grid__item .grid-view-item .thumbnail-buttons .product-block-hover .add_to_cart_main .add-to-cart .product-selector,
.products-display .list__item .grid-view-item .thumbnail-buttons .product-block-hover .add_to_cart_main .add-to-cart .product-form__item--quantity,
.products-display .list__item .grid-view-item .thumbnail-buttons .product-block-hover .add_to_cart_main .add-to-cart .product-selector {
  display: none
}

.products-display .grid__item .grid-view-item .thumbnail-buttons .product-block-hover .product-form__input,
.products-display .list__item .grid-view-item .thumbnail-buttons .product-block-hover .product-form__input {
  display: none
}

.products-display .grid__item .grid-view-item .thumbnail-buttons .product-block-hover .product-form__item,
.products-display .list__item .grid-view-item .thumbnail-buttons .product-block-hover .product-form__item {
  padding: 0;
  margin: 0
}

.products-display .grid__item .spr-badge,
.products-display .list__item .spr-badge {
  margin-bottom: 4px;
  opacity: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s
}

.products-display .grid__item .spr-badge i,
.products-display .list__item .spr-badge i {
  position: relative;
  opacity: 1;
  height: 18px;
  width: 18px;
  display: inline-block;
  top: 0px;
  vertical-align: top;
  font-style: normal
}

.products-display .grid__item .spr-badge i.spr-icon:after,
.products-display .list__item .spr-badge i.spr-icon:after {
  content: '\F005';
  font-family: 'FontAwesome';
  color: #ccc;
  font-size: 14px;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s
}

.products-display .grid__item .spr-badge i.spr-icon-star-empty:before,
.products-display .list__item .spr-badge i.spr-icon-star-empty:before {
  display: none !important
}

.products-display .grid__item .spr-badge i.spr-icon-star:before,
.products-display .grid__item .spr-badge i.spr-icon-star-half-alt:before,
.products-display .list__item .spr-badge i.spr-icon-star:before,
.products-display .list__item .spr-badge i.spr-icon-star-half-alt:before {
  display: none !important;
  content: '\F005';
  font-family: 'FontAwesome';
  color: #fec42d;
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  font-size: 14px;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s
}

.products-display .grid__item .spr-badge i.spr-icon-star:after,
.products-display .grid__item .spr-badge i.spr-icon-star-half-alt:after,
.products-display .list__item .spr-badge i.spr-icon-star:after,
.products-display .list__item .spr-badge i.spr-icon-star-half-alt:after {
  content: '\F005';
  font-family: 'FontAwesome';
  color: #fec42d;
  font-size: 14px;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s
}

.products-display .grid__item .spr-badge i.spr-icon-star:nth-child(2n+1):before,
.products-display .grid__item .spr-badge i.spr-icon-star-half-alt:nth-child(2n+1):before,
.products-display .list__item .spr-badge i.spr-icon-star:nth-child(2n+1):before,
.products-display .list__item .spr-badge i.spr-icon-star-half-alt:nth-child(2n+1):before {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out
}

.products-display .grid__item .spr-badge i.spr-icon-star:nth-child(2n+2):before,
.products-display .grid__item .spr-badge i.spr-icon-star-half-alt:nth-child(2n+2):before,
.products-display .list__item .spr-badge i.spr-icon-star:nth-child(2n+2):before,
.products-display .list__item .spr-badge i.spr-icon-star-half-alt:nth-child(2n+2):before {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out
}

.products-display .grid__item .spr-badge i.spr-icon-star:nth-child(2n+3):before,
.products-display .grid__item .spr-badge i.spr-icon-star-half-alt:nth-child(2n+3):before,
.products-display .list__item .spr-badge i.spr-icon-star:nth-child(2n+3):before,
.products-display .list__item .spr-badge i.spr-icon-star-half-alt:nth-child(2n+3):before {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out
}

.products-display .grid__item .spr-badge i.spr-icon-star:nth-child(2n+4):before,
.products-display .grid__item .spr-badge i.spr-icon-star-half-alt:nth-child(2n+4):before,
.products-display .list__item .spr-badge i.spr-icon-star:nth-child(2n+4):before,
.products-display .list__item .spr-badge i.spr-icon-star-half-alt:nth-child(2n+4):before {
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out
}

.products-display .grid__item .spr-badge i.spr-icon-star:nth-child(2n+5):before,
.products-display .grid__item .spr-badge i.spr-icon-star-half-alt:nth-child(2n+5):before,
.products-display .list__item .spr-badge i.spr-icon-star:nth-child(2n+5):before,
.products-display .list__item .spr-badge i.spr-icon-star-half-alt:nth-child(2n+5):before {
  -webkit-transition: all 1.2s ease-in-out;
  -moz-transition: all 1.2s ease-in-out;
  -o-transition: all 1.2s ease-in-out;
  transition: all 1.2s ease-in-out
}

.products-display .grid__item .spr-badge i.spr-icon-star-half-alt:before,
.products-display .list__item .spr-badge i.spr-icon-star-half-alt:before {
  content: '\f123'
}

.products-display .grid__item .spr-badge i.spr-icon-star-half-alt:after,
.products-display .list__item .spr-badge i.spr-icon-star-half-alt:after {
  content: '\f123'
}

.products-display .grid__item .product-flags,
.products-display .list__item .product-flags {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  width: 100%
}

.products-display .grid__item .product-flags .flag,
.products-display .list__item .product-flags .flag {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  position: absolute
}

.products-display .grid__item .product-flags .sale,
.products-display .list__item .product-flags .sale {
  position: absolute;
  left: 10px;
  top: 10px;
  color: #fff;
  height: 40px;
  width: 40px;
  left: 10px;
  border-radius: 50%;
  background: #7fbc1e;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  padding: 12px 4px;
  -webkit-transition: all 05s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2)
}

@media (max-width: 543px) {
  .products-display .grid__item .product-flags .sale,
  .products-display .list__item .product-flags .sale {
    height: 20px;
    width: 35px;
    padding: 4px 4px;
    line-height: 12px;
    font-size: 9px;
    border-radius: 4px
  }
}

.products-display .grid__item .main-img,
.products-display .list__item .main-img {
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s
}

.products-display .grid__item .extra-img,
.products-display .list__item .extra-img {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: var(--color-body);
  opacity: 0;
  width: 100%;
  -moz-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s
}

.products-display .list__item {
  margin-bottom: 0px;
  padding: 15px
}

.products-display .list__item .grid-view-item {
  border: 0
}

.products-display .list__item .grid-view-item:hover .grid-view-item__image-container .product-description .grid-view-item__meta {
  opacity: 1
}

.products-display .list__item .grid-view-item .grid-view-item__image-container {
  margin-bottom: 0;
  border-radius: 0;
  border: 0
}

.products-display .list__item .grid-view-item .grid-view-item__image-container .grid-view-item__image-wrapper {
  padding: 0;
  border: 1px solid #eee
}

@media (min-width: 544px) {
  .products-display .list__item .grid-view-item .grid-view-item__image-container .grid-view-item__image-wrapper {
    margin-bottom: 0
  }
}

.products-display .list__item .grid-view-item .grid-view-item__image-container .product-title-review {
  background: transparent;
  border-bottom: 0;
  text-align: left
}

@media (max-width: 767px) {
  .products-display .list__item .grid-view-item .grid-view-item__image-container .product-title-review {
    text-align: center
  }
}

.products-display .list__item .grid-view-item .grid-view-item__image-container .product-description {
  text-align: left
}

@media (min-width: 768px) {
  .products-display .list__item .grid-view-item .grid-view-item__image-container .product-description {
    padding-left: 25px
  }
}

@media (max-width: 767px) {
  .products-display .list__item .grid-view-item .grid-view-item__image-container .product-description {
    text-align: center;
    padding-bottom: 0
  }
}

.products-display .list__item .grid-view-item .grid-view-item__image-container .product-description .product-desc {
  margin-bottom: 10px;
  color: #888;
  font-size: 14px;
  letter-spacing: 0.8px;
  line-height: 22px
}

.products-display .list__item .grid-view-item .grid-view-item__image-container .product-description .grid-view-item__meta {
  float: unset;
  text-align: left;
  margin-bottom: 7px;
  opacity: 1
}

@media (max-width: 767px) {
  .products-display .list__item .grid-view-item .grid-view-item__image-container .product-description .grid-view-item__meta {
    text-align: center
  }
}

.products-display .list__item .grid-view-item .grid-view-item__image-container .product-description .button-rewiew {
  float: unset
}

.products-display .list__item .grid-view-item .grid-view-item__image-container .product-description .product-detail .grid-view-item__title {
  margin-bottom: 8px
}

.products-display .list__item .grid-view-item .grid-view-item__image-container .thumbnail-buttons {
  position: unset;
  text-align: left
}

@media (max-width: 767px) {
  .products-display .list__item .grid-view-item .grid-view-item__image-container .thumbnail-buttons {
    text-align: center
  }
}

.products-display .list__item .grid-view-item .grid-view-item__image-container .thumbnail-buttons .quick-view,
.products-display .list__item .grid-view-item .grid-view-item__image-container .thumbnail-buttons .add-to-wishlist,
.products-display .list__item .grid-view-item .grid-view-item__image-container .thumbnail-buttons .product-block-hover {
  opacity: 1;
  transform: translatey(0px);
  -moz-transform: translatey(0px);
  -webkit-transform: translatey(0px);
  -o-transform: translatey(0px);
  -ms-transform: translatey(0px)
}

@media (max-width: 1199px) {
  .template-collection .products-display .grid__item:nth-child(3n+1) {
    clear: none
  }
  .template-collection .products-display .grid__item:nth-child(2n+1) {
    clear: left
  }
}

@media screen and (min-width: 750px) and (max-width: 767px) {
  .template-collection .products-display .medium-up--one-third {
    width: 50%
  }
}

.template-collection .normal_main_content {
  margin-bottom: 20px
}

.template-collection .normal_main_content .product_empty {
  padding-left: 15px;
  margin-bottom: 20px
}

.banner-section .bannerblock {
  text-align: center
}

.banner-section .bannerblock .image-container {
  display: inline-block;
  vertical-align: middle
}

.banner-section .bannerblock .image-container img {
  max-width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s
}

.banner-section .bannerblock .image-container a {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s
}

.banner-section .bannerblock .image-container a.darkcolor::after,
.banner-section .bannerblock .image-container a.darkcolor:before {
  background: rgba(0, 0, 0, 0.1)
}

.banner-section .bannerblock .image-container a.lightcolor::after,
.banner-section .bannerblock .image-container a.lightcolor:before {
  background: rgba(255, 255, 255, 0.1)
}

.banner-section .bannerblock .bannerblock {
  display: inline-block;
  vertical-align: middle
}

@media (max-width: 543px) {
  .banner-section .bannerblock .bannerblock {
    margin-bottom: 30px;
    width: 100%
  }
}

.banner-section .bannerblock .bannerblock:last-child {
  margin-bottom: 0
}

@media (min-width: 768px) {
  .parallax-block-with-timer {
    margin: -50px 0
  }
}

@media (max-width: 767px) {
  .parallax-block-with-timer {
    margin-bottom: 30px
  }
}

.parallax-block-with-timer .parallaxbanner {
  overflow: hidden
}

.parallax-block-with-timer .parallaxbanner .parallaximage {
  display: block;
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center
}

.parallax-block-with-timer .parallaxbanner .parallaximage.parallax-color {
  display: block;
  position: relative;
  width: 100%
}

@media (max-width: 991px) {
  .parallax-block-with-timer .parallaxbanner .parallax-block {
    padding: 120px 0 !important
  }
}

@media (max-width: 767px) {
  .parallax-block-with-timer .parallaxbanner .parallax-block {
    padding: 40px 0 !important
  }
}

.parallax-block-with-timer .parallaxbanner .parallax-list {
  text-align: center
}

@media (max-width: 767px) {
  .parallax-block-with-timer .parallaxbanner .parallax-list {
    float: none;
    display: block;
    margin: 0 auto
  }
}

.parallax-block-with-timer .parallaxbanner .parallax-list .parallax-offer {
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 40px;
  position: relative;
  letter-spacing: 1px;
  font-family: var(--primary-font);
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s
}

@media (max-width: 991px) {
  .parallax-block-with-timer .parallaxbanner .parallax-list .parallax-offer {
    font-size: 20px
  }
}

@media (max-width: 767px) {
  .parallax-block-with-timer .parallaxbanner .parallax-list .parallax-offer {
    font-size: 18px;
    margin-bottom: 30px
  }
}

@media (max-width: 543px) {
  .parallax-block-with-timer .parallaxbanner .parallax-list .parallax-offer {
    font-size: 16px;
    margin-bottom: 25px
  }
}

.parallax-block-with-timer .parallaxbanner .parallax-list .parallax-title {
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
  position: relative;
  font-family: var(--primary-font);
  margin-bottom: 35px
}

.parallax-block-with-timer .parallaxbanner .parallax-list .parallax-title span {
  font-weight: 600
}

.parallax-block-with-timer .parallaxbanner .parallax-list .parallax-title span:first-child {
  margin-right: 70px;
  position: relative
}

@media (max-width: 543px) {
  .parallax-block-with-timer .parallaxbanner .parallax-list .parallax-title span:first-child {
    margin-right: 50px
  }
}

.parallax-block-with-timer .parallaxbanner .parallax-list .parallax-title span:first-child:after {
  position: absolute;
  content: ' ';
  width: 26px;
  height: 7px;
  left: auto;
  right: -50px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: skew(40deg)
}

@media (max-width: 543px) {
  .parallax-block-with-timer .parallaxbanner .parallax-list .parallax-title span:first-child:after {
    width: 20px;
    height: 4px;
    right: -36px
  }
}

@media (max-width: 991px) {
  .parallax-block-with-timer .parallaxbanner .parallax-list .parallax-title {
    font-size: 50px;
    line-height: 50px
  }
}

@media (max-width: 767px) {
  .parallax-block-with-timer .parallaxbanner .parallax-list .parallax-title {
    font-size: 40px;
    line-height: 40px
  }
}

@media (max-width: 543px) {
  .parallax-block-with-timer .parallaxbanner .parallax-list .parallax-title {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 30px
  }
}

@media (max-width: 400px) {
  .parallax-block-with-timer .parallaxbanner .parallax-list .parallax-title {
    font-size: 27px;
    line-height: 27px
  }
}

@media (max-width: 350px) {
  .parallax-block-with-timer .parallaxbanner .parallax-list .parallax-title {
    font-size: 24px;
    line-height: 24px
  }
}

.parallax-block-with-timer .parallaxbanner .parallax-list .parallax-subtitle {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 65%;
  letter-spacing: 0.8px;
  margin: 0 auto 30px
}

@media (max-width: 767px) {
  .parallax-block-with-timer .parallaxbanner .parallax-list .parallax-subtitle {
    font-size: 16px
  }
}

@media (max-width: 543px) {
  .parallax-block-with-timer .parallaxbanner .parallax-list .parallax-subtitle {
    font-size: 14px;
    margin-bottom: 20px;
    width: 100%
  }
}

.parallax-block-with-timer .parallaxbanner .parallax-list #parallaxcountdown {
  margin-bottom: 35px;
  clear: both
}

@media (max-width: 991px) {
  .parallax-block-with-timer .parallaxbanner .parallax-list #parallaxcountdown {
    margin-bottom: 30px
  }
}

.parallax-block-with-timer .parallaxbanner .parallax-list #parallaxcountdown .countdown-days,
.parallax-block-with-timer .parallaxbanner .parallax-list #parallaxcountdown .countdown-hours,
.parallax-block-with-timer .parallaxbanner .parallax-list #parallaxcountdown .countdown-minutes,
.parallax-block-with-timer .parallaxbanner .parallax-list #parallaxcountdown .countdown-seconds {
  display: inline-block;
  vertical-align: middle
}

.parallax-block-with-timer .parallaxbanner .parallax-list #parallaxcountdown .data {
  font-size: 40px;
  line-height: 40px;
  width: 85px;
  text-align: center;
  margin: 0 auto
}

@media (max-width: 991px) {
  .parallax-block-with-timer .parallaxbanner .parallax-list #parallaxcountdown .data {
    font-size: 30px;
    width: 65px
  }
}

@media (max-width: 543px) {
  .parallax-block-with-timer .parallaxbanner .parallax-list #parallaxcountdown .data {
    width: 50px;
    line-height: 30px;
    font-size: 24px
  }
}

.parallax-block-with-timer .parallaxbanner .parallax-list #parallaxcountdown .text {
  font-size: 18px;
  margin-top: 5px;
  text-align: center
}

@media (max-width: 991px) {
  .parallax-block-with-timer .parallaxbanner .parallax-list #parallaxcountdown .text {
    margin-top: 0px;
    font-size: 14px
  }
}

@media (max-width: 543px) {
  .parallax-block-with-timer .parallaxbanner .parallax-list #parallaxcountdown .text {
    font-size: 13px
  }
}

.parallax-block-with-timer .parallaxbanner .parallax-list .parallax-btn {
  display: block
}

.parallax-block-with-timer .parallaxbanner .parallax-list .parallax-btn>a {
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease
}

@media (max-width: 543px) {
  .parallax-block-with-timer .parallaxbanner .parallax-list .parallax-btn>a {
    padding: 10px 10px
  }
}

.parallax-block-with-timer .parallaxbanner [data-deal='0'] #parallaxcountdown {
  display: none
}

.parallax-block-with-timer .parallaxbanner:hover .parallax-list .parallax-offer {
  letter-spacing: 1.6px
}

@media (max-width: 767px) {
  .testimonial-section {
    margin-bottom: 30px
  }
}

.testimonial-section .testimonial {
  padding: 60px 45px;
  box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 3;
  background: #fff;
  overflow: hidden
}

@media (max-width: 991px) {
  .testimonial-section .testimonial {
    padding: 40px 45px
  }
}

@media (max-width: 767px) {
  .testimonial-section .testimonial {
    padding: 0 15px;
    box-shadow: none
  }
}

.testimonial-section .testimonial .testimonial-inner .testimonials-container {
  background: #fff;
  border: 1px solid #eee;
  overflow: hidden
}

.testimonial-section .testimonial .testimonial-inner .testimonials-container .user-info {
  text-align: center
}

.testimonial-section .testimonial .testimonial-inner .testimonials-container .user-info .testimonials-outer-left .user-content {
  padding: 50px 0;
  text-align: center
}

@media (max-width: 1199px) {
  .testimonial-section .testimonial .testimonial-inner .testimonials-container .user-info .testimonials-outer-left .user-content {
    padding: 30px 0
  }
}

@media (max-width: 991px) {
  .testimonial-section .testimonial .testimonial-inner .testimonials-container .user-info .testimonials-outer-left .user-content {
    padding: 60px 0
  }
}

@media (max-width: 767px) {
  .testimonial-section .testimonial .testimonial-inner .testimonials-container .user-info .testimonials-outer-left .user-content {
    padding: 30px 0
  }
}

.testimonial-section .testimonial .testimonial-inner .testimonials-container .user-info .testimonials-outer-left .user-content .user-description p {
  font-size: 14px;
  line-height: 26px;
  font-weight: 300;
  color: #666;
  letter-spacing: 0.3px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px
}

.testimonial-section .testimonial .testimonial-inner .testimonials-container .user-info .testimonials-outer-left .user-content .user-description p:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 30px;
  background-color: #eee;
  left: 0;
  right: 0;
  margin: 0 auto
}

.testimonial-section .testimonial .testimonial-inner .testimonials-container .user-info .testimonials-outer-left .user-content .user-name {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
  line-height: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s
}

.testimonial-section .testimonial .testimonial-inner .testimonials-container .user-info .testimonials-outer-left .user-content .user-designation {
  font-weight: 400;
  font-size: 14px;
  color: var(--brand-secondary);
  display: block;
  margin-bottom: 0px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s
}

.testimonial-section .testimonial .testimonial-inner .testimonials-container .user-info .testimonials-outer-right .testimonial-img-inner {
  padding: 0;
  background-color: var(--button-bg-color);
  margin: 0 auto;
  overflow: hidden;
  width: 80%;
  display: inline-block;
  border-bottom-left-radius: 70px;
  border-bottom-right-radius: 70px
}

@media (max-width: 1199px) {
  .testimonial-section .testimonial .testimonial-inner .testimonials-container .user-info .testimonials-outer-right .testimonial-img-inner {
    width: 100%
  }
}

@media (max-width: 991px) {
  .testimonial-section .testimonial .testimonial-inner .testimonials-container .user-info .testimonials-outer-right .testimonial-img-inner {
    width: 65%
  }
}

@media (max-width: 767px) {
  .testimonial-section .testimonial .testimonial-inner .testimonials-container .user-info .testimonials-outer-right .testimonial-img-inner {
    width: auto;
    border-radius: 50%;
    vertical-align: middle;
    margin-bottom: 30px
  }
}

.testimonial-section .testimonial .testimonial-inner .testimonials-container .user-info .testimonials-outer-right .testimonial-img-inner h2,
.testimonial-section .testimonial .testimonial-inner .testimonials-container .user-info .testimonials-outer-right .testimonial-img-inner .h2 {
  display: inline-block;
  font-size: 115px;
  line-height: 130px;
  font-weight: 700;
  padding-top: 20px;
  position: relative;
  color: #fff;
  top: 0;
  opacity: 0.3;
  margin: 0 -14px;
  left: 0;
  right: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s
}

@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-section .testimonial .testimonial-inner .testimonials-container .user-info .testimonials-outer-right .testimonial-img-inner h2,
  .testimonial-section .testimonial .testimonial-inner .testimonials-container .user-info .testimonials-outer-right .testimonial-img-inner .h2 {
    font-size: 90px;
    line-height: 105px;
    margin: 0 -10px
  }
}

@media (max-width: 767px) {
  .testimonial-section .testimonial .testimonial-inner .testimonials-container .user-info .testimonials-outer-right .testimonial-img-inner h2,
  .testimonial-section .testimonial .testimonial-inner .testimonials-container .user-info .testimonials-outer-right .testimonial-img-inner .h2 {
    display: none
  }
}

.testimonial-section .testimonial .testimonial-inner .testimonials-container .user-info .testimonials-outer-right .testimonial-img-inner svg {
  width: 40px;
  height: 40px;
  fill: #fff;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  top: 62px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s
}

@media (max-width: 767px) {
  .testimonial-section .testimonial .testimonial-inner .testimonials-container .user-info .testimonials-outer-right .testimonial-img-inner svg {
    display: none
  }
}

.testimonial-section .testimonial .testimonial-inner .testimonials-container .user-info .testimonials-outer-right .testimonial-img {
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  overflow: hidden;
  margin: 7px
}

@media (max-width: 767px) {
  .testimonial-section .testimonial .testimonial-inner .testimonials-container .user-info .testimonials-outer-right .testimonial-img {
    margin: 4px
  }
}

.testimonial-section .testimonial .testimonial-inner .testimonials-container .user-info .testimonials-outer-right .testimonial-img img {
  max-width: 100%;
  width: auto
}

.testimonial-section .testimonial .testimonial-inner .testimonials-container:hover .testimonials-outer-left .user-content .user-name {
  color: var(--brand-secondary)
}

.testimonial-section .testimonial .testimonial-inner .testimonials-container:hover .testimonials-outer-left .user-content .user-designation {
  color: #000
}

.testimonial-section .testimonial .testimonial-inner .testimonials-container:hover .testimonials-outer-right .testimonial-img-inner h2,
.testimonial-section .testimonial .testimonial-inner .testimonials-container:hover .testimonials-outer-right .testimonial-img-inner .h2 {
  font-size: 85px;
  margin: 0;
  line-height: 100px
}

@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-section .testimonial .testimonial-inner .testimonials-container:hover .testimonials-outer-right .testimonial-img-inner h2,
  .testimonial-section .testimonial .testimonial-inner .testimonials-container:hover .testimonials-outer-right .testimonial-img-inner .h2 {
    font-size: 65px;
    line-height: 80px
  }
}

.testimonial-section .testimonial .testimonial-inner .testimonials-container:hover .testimonials-outer-right .testimonial-img-inner svg {
  top: 47px
}

@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-section .testimonial .testimonial-inner .testimonials-container:hover .testimonials-outer-right .testimonial-img-inner svg {
    top: 37px
  }
}

.testimonial-section .testimonial .testimonial-inner #testimonials-carousel .owl-item:nth-child(2n) .testimonials-container .testimonials-outer-right .testimonial-img-inner {
  background: var(--button-bg-hover-color)
}

@media (min-width: 768px) {
  .testimonial-section .testimonial .owl-nav .owl-prev,
  .testimonial-section .testimonial .owl-nav .owl-next {
    left: -40px;
    right: auto;
    position: absolute;
    top: 45%;
    margin: 0
  }
  .testimonial-section .testimonial .owl-nav .owl-next {
    right: -40px;
    left: auto
  }
}

@media (max-width: 767px) {
  .categorywithdeal-block {
    margin-bottom: 30px
  }
}

.categorywithdeal-block .categorywithdealblock {
  padding: 60px 45px;
  box-shadow: 0px -3px 8px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 3;
  background: #fff;
  overflow: hidden
}

@media (max-width: 1199px) {
  .categorywithdeal-block .categorywithdealblock {
    padding: 60px 15px
  }
}

@media (max-width: 991px) {
  .categorywithdeal-block .categorywithdealblock {
    padding: 30px 15px
  }
}

@media (max-width: 767px) {
  .categorywithdeal-block .categorywithdealblock {
    padding: 0;
    box-shadow: none
  }
}

@media (min-width: 992px) {
  .categorywithdeal-block .categorywithdealblock .section-header .seperator {
    margin: 0 7px
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .categorywithdeal-block .categorywithdealblock .section-header .seperator {
    margin: 0
  }
}

@media (min-width: 992px) {
  .categorywithdeal-block .categorywithdealblock .section-header .home-title {
    font-size: 30px
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .categorywithdeal-block .categorywithdealblock .section-header .home-title {
    font-size: 24px
  }
}

@media (max-width: 991px) {
  .categorywithdeal-block .categorywithdealblock #categoryblock {
    margin-bottom: 30px
  }
}

.categorywithdeal-block .categorywithdealblock #categoryblock .categoryblock-container .panel-heading {
  cursor: pointer !important
}

.categorywithdeal-block .categorywithdealblock #categoryblock .categoryblock-container .panel-heading .text-container {
  background-color: var(--button-bg-color);
  border: 1px solid #e1e1e1;
  border-bottom: 0;
  display: block
}

.categorywithdeal-block .categorywithdealblock #categoryblock .categoryblock-container .panel-heading .text-container p {
  font-size: 14px;
  font-family: var(--primary-font);
  font-weight: 400;
  color: var(--button-text-color);
  display: inline-block;
  vertical-align: middle;
  margin: 0
}

.categorywithdeal-block .categorywithdealblock #categoryblock .categoryblock-container .panel-heading .text-container h2,
.categorywithdeal-block .categorywithdealblock #categoryblock .categoryblock-container .panel-heading .text-container .h2 {
  font-size: 20px;
  margin-right: 10px;
  line-height: 50px;
  font-family: var(--primary-font);
  font-weight: 400;
  color: var(--button-text-color);
  border-right: 1px solid var(--color-category-block-header-border);
  width: 60px;
  display: inline-block;
  height: 50px;
  vertical-align: middle;
  margin-bottom: 0;
  text-align: center
}

.categorywithdeal-block .categorywithdealblock #categoryblock .categoryblock-container .panel-heading .text-container.active {
  background-color: var(--button-bg-color)
}

.categorywithdeal-block .categorywithdealblock #categoryblock .categoryblock-container .panel-heading .text-container.collapsed {
  background-color: #fff
}

.categorywithdeal-block .categorywithdealblock #categoryblock .categoryblock-container .panel-heading .text-container.collapsed h2,
.categorywithdeal-block .categorywithdealblock #categoryblock .categoryblock-container .panel-heading .text-container.collapsed .h2 {
  color: #000;
  border-right: 1px solid #e1e1e1
}

.categorywithdeal-block .categorywithdealblock #categoryblock .categoryblock-container .panel-heading .text-container.collapsed p {
  color: #000
}

.categorywithdeal-block .categorywithdealblock #categoryblock .categoryblock-container:last-child .panel-heading .text-container.collapsed {
  border-bottom: 1px solid #e1e1e1
}

.categorywithdeal-block .categorywithdealblock #categoryblock .categoryblock-container .image-container img {
  width: 100%;
  max-width: 100%
}

.categorywithdeal-block .categorywithdealblock #categoryblock .categoryblock-container .image-container .panel-body a .placeholder-svg {
  height: 150px
}

.categorywithdeal-block .categorywithdealblock .specialdeal-block {
  position: relative
}

@media (max-width: 767px) {
  .categorywithdeal-block .categorywithdealblock .specialdeal-block {
    padding: 0
  }
}

.categorywithdeal-block .categorywithdealblock .specialdeal-block .products-display {
  padding: 0
}

.categorywithdeal-block .categorywithdealblock .specialdeal-block .products-display .grid__item {
  padding: 0
}

@media (max-width: 767px) {
  .categorywithdeal-block .categorywithdealblock .specialdeal-block .products-display .grid__item {
    float: unset
  }
}

.categorywithdeal-block .categorywithdealblock .specialdeal-block .products-display .grid__item .grid-view-item .grid-view-item__image-container {
  width: unset
}

@media (max-width: 767px) {
  .categorywithdeal-block .categorywithdealblock .specialdeal-block .products-display .grid__item .grid-view-item .grid-view-item__image-container {
    max-width: 100%
  }
}

.categorywithdeal-block .categorywithdealblock .specialdeal-block .products-display .grid__item .grid-view-item .grid-view-item__image-container .grid-view-item__image-wrapper a {
  position: relative
}

.categorywithdeal-block .categorywithdealblock .specialdeal-block .products-display .grid__item .grid-view-item .grid-view-item__image-container .product-description {
  padding: 0 15px;
  text-align: left
}

@media (max-width: 767px) {
  .categorywithdeal-block .categorywithdealblock .specialdeal-block .products-display .grid__item .grid-view-item .grid-view-item__image-container .product-description {
    margin-top: 15px;
    text-align: center
  }
}

.categorywithdeal-block .categorywithdealblock .specialdeal-block .products-display .grid__item .grid-view-item .grid-view-item__image-container .product-description .product-detail .grid-view-item__title {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 22px
}

.categorywithdeal-block .categorywithdealblock .specialdeal-block .products-display .grid__item .grid-view-item .grid-view-item__image-container .product-description .grid-view-item__meta {
  margin-bottom: 8px
}

.categorywithdeal-block .categorywithdealblock .specialdeal-block .products-display .grid__item .grid-view-item .grid-view-item__image-container .product-description .productcountdown {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease
}

.categorywithdeal-block .categorywithdealblock .specialdeal-block .products-display .grid__item .grid-view-item .grid-view-item__image-container .product-description .productcountdown .counter-outer {
  border-radius: 8px;
  background: #f8f8f8;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle
}

.categorywithdeal-block .categorywithdealblock .specialdeal-block .products-display .grid__item .grid-view-item .grid-view-item__image-container .product-description .productcountdown .countdown {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  position: relative;
  width: 65px;
  height: 65px;
  padding: 10px 0
}

.categorywithdeal-block .categorywithdealblock .specialdeal-block .products-display .grid__item .grid-view-item .grid-view-item__image-container .product-description .productcountdown .countdown:after {
  content: ':';
  position: absolute;
  top: 4px;
  right: -5px;
  font-size: 22px
}

.categorywithdeal-block .categorywithdealblock .specialdeal-block .products-display .grid__item .grid-view-item .grid-view-item__image-container .product-description .productcountdown .countdown:last-child:after {
  display: none
}

.categorywithdeal-block .categorywithdealblock .specialdeal-block .products-display .grid__item .grid-view-item .grid-view-item__image-container .product-description .productcountdown .countdown .data {
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 1px;
  font-family: var(--primary-font);
  font-weight: 500;
  color: #000;
  position: relative;
  margin-bottom: 3px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s
}

.categorywithdeal-block .categorywithdealblock .specialdeal-block .products-display .grid__item .grid-view-item .grid-view-item__image-container .product-description .productcountdown .countdown .text {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.5px;
  font-family: var(--primary-font);
  font-weight: 300;
  color: #000
}

.categorywithdeal-block .categorywithdealblock .specialdeal-block .products-display .grid__item .grid-view-item .grid-view-item__image-container .product-description .productcountdown .countdown-seconds {
  background: var(--button-bg-color);
  border-radius: 8px
}

.categorywithdeal-block .categorywithdealblock .specialdeal-block .products-display .grid__item .grid-view-item .grid-view-item__image-container .product-description .productcountdown .countdown-seconds .data,
.categorywithdeal-block .categorywithdealblock .specialdeal-block .products-display .grid__item .grid-view-item .grid-view-item__image-container .product-description .productcountdown .countdown-seconds .text {
  color: var(--button-text-color)
}

.categorywithdeal-block .categorywithdealblock .specialdeal-block .products-display .grid__item .grid-view-item .grid-view-item__image-container .product-description .productcountdown .countdown-seconds:after {
  display: none
}

@media (max-width: 767px) {
  .categorywithdeal-block .categorywithdealblock .specialdeal-block .products-display .grid__item .grid-view-item .grid-view-item__image-container .product-description .productcountdown .data-large:after {
    right: -6px
  }
}

.categorywithdeal-block .categorywithdealblock .specialdeal-block .products-display .grid__item .grid-view-item .grid-view-item__image-container .product-description .product-desc {
  display: block;
  color: #666;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 24px;
  letter-spacing: 0.5px
}

.categorywithdeal-block .categorywithdealblock .specialdeal-block .products-display .grid__item .grid-view-item .thumbnail-buttons {
  position: unset;
  margin: 0 0 15px;
  text-align: left
}

@media (max-width: 767px) {
  .categorywithdeal-block .categorywithdealblock .specialdeal-block .products-display .grid__item .grid-view-item .thumbnail-buttons {
    text-align: center
  }
}

@media (min-width: 768px) {
  .categorywithdeal-block .categorywithdealblock .specialdeal-block .products-display .grid__item .grid-view-item .thumbnail-buttons .quick-view,
  .categorywithdeal-block .categorywithdealblock .specialdeal-block .products-display .grid__item .grid-view-item .thumbnail-buttons .add-to-wishlist,
  .categorywithdeal-block .categorywithdealblock .specialdeal-block .products-display .grid__item .grid-view-item .thumbnail-buttons .product-block-hover {
    opacity: 1;
    transform: translatey(0px);
    -moz-transform: translatey(0px);
    -webkit-transform: translatey(0px);
    -o-transform: translatey(0px);
    -ms-transform: translatey(0px)
  }
}

@media (min-width: 768px) {
  .categorywithdeal-block .categorywithdealblock .specialdeal-block .products-display .grid__item .grid-view-item:hover .grid-view-item__meta {
    opacity: 1
  }
}

@media (min-width: 768px) {
  .categorywithdeal-block .categorywithdealblock .specialdeal-block .owl-nav .owl-prev,
  .categorywithdeal-block .categorywithdealblock .specialdeal-block .owl-nav .owl-next {
    left: -15px;
    right: auto;
    position: absolute;
    top: 45%;
    margin: 0
  }
  .categorywithdeal-block .categorywithdealblock .specialdeal-block .owl-nav .owl-next {
    right: -15px;
    left: auto
  }
}

.service-block .services {
  text-align: center;
  position: relative
}

.service-block .services .services-content {
  display: block;
  overflow: hidden;
  position: relative;
  background: #fff;
  padding: 40px 0;
  margin-top: -50px;
  box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  z-index: 2
}

@media (max-width: 1199px) {
  .service-block .services .services-content {
    margin: 0
  }
}

@media (max-width: 991px) {
  .service-block .services .services-content {
    padding: 30px 0
  }
}

@media (max-width: 767px) {
  .service-block .services .services-content {
    box-shadow: none;
    padding: 5px 0 0 0
  }
}

.service-block .services .services {
  text-align: center;
  cursor: pointer
}

@media (max-width: 543px) {
  .service-block .services .services {
    width: 100%
  }
}

@media (max-width: 543px) {
  .service-block .services .services {
    margin-bottom: 15px
  }
  .service-block .services .services:last-child {
    margin-bottom: 0
  }
}

@media (min-width: 544px) and (max-width: 991px) {
  .service-block .services .services:nth-child(2),
  .service-block .services .services:nth-child(1) {
    margin-bottom: 30px
  }
}

.service-block .services .services .service-img {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  position: relative;
  display: block;
  text-align: center;
  margin: 0 auto 10px;
  box-shadow: 0 0px 10px 1px rgba(0, 0, 0, 0.1);
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease
}

.service-block .services .services .service-img img {
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  border-radius: 100px
}

@media (min-width: 768px) {
  .service-block .services .services .service-img:before {
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0;
    transform: scale(0.9);
    z-index: -1
  }
}

.service-block .services .services .service-text {
  overflow: hidden;
  text-align: center;
  display: block
}

.service-block .services .services .service-text .service-title {
  font-size: 18px;
  font-weight: 500;
  color: var(--brand-secondary);
  margin-bottom: 5px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease
}

.service-block .services .services .service-text .service-desc {
  color: rgba(0, 0, 0, 0.65);
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease
}

@media (min-width: 768px) {
  .service-block .services .services:hover .service-img:before {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation: 1.5s ease-out 75ms normal none infinite running shine
  }
  .service-block .services .services:hover .service-text .service-title {
    letter-spacing: 0.8px
  }
}

@keyframes shine {
  0% {
    opacity: 0.3
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px var(--brand-secondary), 0 0 0 10px rgba(255, 255, 255, 0.3)
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px var(--brand-secondary), 0 0 0 10px rgba(255, 255, 255, 0.3);
    -webkit-transform: scale(1.5);
    opacity: 0
  }
}

@-webkit-keyframes shine {
  0% {
    opacity: 0.3
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px var(--brand-secondary), 0 0 0 10px rgba(255, 255, 255, 0.3)
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px var(--brand-secondary), 0 0 0 10px rgba(255, 255, 255, 0.3);
    -webkit-transform: scale(1.5);
    opacity: 0
  }
}

@-moz-keyframes shine {
  0% {
    opacity: 0.3
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px var(--brand-secondary), 0 0 0 10px rgba(255, 255, 255, 0.3)
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px var(--brand-secondary), 0 0 0 10px rgba(255, 255, 255, 0.3);
    -webkit-transform: scale(1.5);
    opacity: 0
  }
}

.specialproducts {
  display: flex;
  align-items: center;
  padding: 0 120px
}

@media (max-width: 1700px) {
  .specialproducts {
    padding: 0 80px
  }
}

@media (max-width: 1499px) {
  .specialproducts {
    padding: 0 50px
  }
}

@media (max-width: 1349px) {
  .specialproducts {
    padding: 0 15px
  }
}

@media (max-width: 1199px) {
  .specialproducts {
    display: block
  }
}

@media (max-width: 991px) {
  .specialproducts {
    padding: 0
  }
}

.specialproducts .title-left {
  text-align: center;
  display: flex;
  align-items: center
}

.specialproducts .title-left .title-bg-image {
  margin: 0 auto
}

.specialproducts .title-left .title {
  position: absolute;
  left: 0;
  right: 0
}

.specialproducts .title-left .title h2,
.specialproducts .title-left .title .h2 {
  padding: 60px 50px;
  background: var(--color-special-collection-title-bkg);
  color: var(--button-text-color);
  font-size: 35px;
  line-height: 35px;
  font-weight: 600;
  font-family: var(--secondary-font);
  letter-spacing: 0.5px;
  display: inline-block;
  vertical-align: middle;
  text-transform: unset;
  margin: 0
}

@media (max-width: 1700px) {
  .specialproducts .title-left .title h2,
  .specialproducts .title-left .title .h2 {
    padding: 60px 35px
  }
}

@media (max-width: 1499px) {
  .specialproducts .title-left .title h2,
  .specialproducts .title-left .title .h2 {
    padding: 60px 20px
  }
}

@media (max-width: 1349px) {
  .specialproducts .title-left .title h2,
  .specialproducts .title-left .title .h2 {
    padding: 60px 10px
  }
}

@media (max-width: 767px) {
  .specialproducts .product-right {
    padding: 0
  }
}

.specialproducts #collection-carousel .grid__item {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative
}

.specialproducts #collection-carousel .grid-view-item .grid-view-item__image-container {
  padding: 0;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%
}

.specialproducts #collection-carousel .grid-view-item .grid-view-item__image-container .grid-view-item__image-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 0
}

.specialproducts #collection-carousel .grid-view-item .grid-view-item__image-container .grid-view-item__image-wrapper .image-inner {
  position: relative;
  overflow: hidden
}

.specialproducts #collection-carousel .grid-view-item .grid-view-item__image-container .grid-view-item__image-wrapper img {
  margin: 0 auto;
  max-width: 100%;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -ms-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s
}

.specialproducts #collection-carousel .grid-view-item .grid-view-item__image-container .product-description {
  text-align: left;
  padding: 0;
  margin-left: 20px;
  overflow: hidden
}

@media (max-width: 767px) {
  .specialproducts #collection-carousel .grid-view-item .grid-view-item__image-container .product-description {
    margin-left: 15px
  }
}

@media (max-width: 1700px) {
  .specialproducts #collection-carousel .grid-view-item .grid-view-item__image-container .product-description .product-detail .grid-view-item__title {
    font-size: 14px
  }
}

@media (min-width: 1500px) and (max-width: 1550px) {
  .specialproducts #collection-carousel .grid-view-item .grid-view-item__image-container .product-description .product-detail .grid-view-item__title {
    font-size: 13px
  }
}

@media (max-width: 1499px) {
  .specialproducts #collection-carousel .grid-view-item .grid-view-item__image-container .product-description .product-detail .grid-view-item__title {
    font-size: 16px
  }
}

@media (max-width: 1199px) {
  .specialproducts #collection-carousel .grid-view-item .grid-view-item__image-container .product-description .product-detail .grid-view-item__title {
    font-size: 15px
  }
}

.specialproducts #collection-carousel .grid-view-item .grid-view-item__image-container .product-description .product-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  display: block;
  color: #666;
  margin-bottom: 8px
}

@media (min-width: 1500px) and (max-width: 1550px) {
  .specialproducts #collection-carousel .grid-view-item .grid-view-item__image-container .product-description .product-desc {
    font-size: 13px
  }
}

@media (max-width: 767px) {
  .specialproducts #collection-carousel .grid-view-item .grid-view-item__image-container .product-description .product-desc {
    display: none
  }
}

.specialproducts #collection-carousel .grid-view-item .grid-view-item__image-container .product-description .grid-view-item__meta {
  margin-bottom: 10px
}

@media (max-width: 767px) {
  .specialproducts #collection-carousel .grid-view-item .grid-view-item__image-container .product-description .grid-view-item__meta {
    font-size: 14px
  }
}

.specialproducts #collection-carousel .grid-view-item .grid-view-item__image-container .product-description .thumbnail-buttons {
  text-align: left;
  position: unset
}

.specialproducts #collection-carousel .grid-view-item:hover .grid-view-item__image-container .product-description .grid-view-item__meta {
  opacity: 1
}

@media (min-width: 768px) {
  .specialproducts .owl-nav .owl-prev,
  .specialproducts .owl-nav .owl-next {
    left: -30px;
    right: auto;
    position: absolute;
    margin: 0;
    top: 45%
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .specialproducts .owl-nav .owl-prev,
  .specialproducts .owl-nav .owl-next {
    left: 0;
    right: auto;
    top: 46%
  }
}

@media (min-width: 768px) {
  .specialproducts .owl-nav .owl-next {
    right: -30px;
    left: auto
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .specialproducts .owl-nav .owl-next {
    right: 0;
    left: auto
  }
}

@media (max-width: 767px) {
  .specialproducts .owl-nav {
    margin-top: 15px
  }
}

@media (max-width: 543px) {
  .specialproducts .owl-nav {
    margin-top: 25px
  }
}

.smartblog-section .smartblog .products_block_inner {
  position: relative
}

.smartblog-section .smartblog .products_block_inner #smartblog-carousel .sds_blog_post {
  padding: 0 15px
}

.smartblog-section .smartblog .products_block_inner #smartblog-carousel .sds_blog_post:hover .blog_post .rte a {
  color: var(--button-text-hover-color)
}

@media (min-width: 768px) {
  .smartblog-section .smartblog .products_block_inner #smartblog-carousel .sds_blog_post:hover .blog_post .news_module_image_holder a img {
    opacity: 0.8;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform-style: unset;
    transform-style: unset
  }
}

.smartblog-section .smartblog .products_block_inner #smartblog-carousel .sds_blog_post:hover .blog_post .blog_content .hover-date .blog_date {
  background: var(--button-bg-hover-color)
}

.smartblog-section .smartblog .products_block_inner #smartblog-carousel .sds_blog_post:hover .blog_post .blog_content .hover-date .blog_date .day_date,
.smartblog-section .smartblog .products_block_inner #smartblog-carousel .sds_blog_post:hover .blog_post .blog_content .hover-date .blog_date .day_month {
  color: var(--button-text-hover-color)
}

.smartblog-section .smartblog .products_block_inner #smartblog-carousel .sds_blog_post .blog_post {
  position: relative;
  display: inline-block;
  vertical-align: middle
}

.smartblog-section .smartblog .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .news_module_image_holder {
  max-width: 100%;
  position: relative;
  overflow: hidden
}

.smartblog-section .smartblog .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .news_module_image_holder a {
  position: relative;
  display: block
}

.smartblog-section .smartblog .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .news_module_image_holder img {
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
  max-width: 100%
}

.smartblog-section .smartblog .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .blog_content {
  position: relative;
  margin: 0;
  text-align: center
}

.smartblog-section .smartblog .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .blog_content .hover-date {
  position: relative;
  margin-top: -32px;
  text-align: center;
  font-family: var(--primary-font);
  font-weight: 400;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease
}

.smartblog-section .smartblog .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .blog_content .hover-date .blog_date {
  position: relative;
  margin: 0;
  padding: 6px 12px;
  background: #fff;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease
}

.smartblog-section .smartblog .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .blog_content .hover-date .blog_date i {
  display: none
}

.smartblog-section .smartblog .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .blog_content .hover-date .date_month .day_date {
  font-size: 32px;
  font-weight: 600;
  line-height: 30px;
  color: var(--brand-secondary);
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease
}

.smartblog-section .smartblog .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .blog_content .hover-date .date_month .day_month {
  display: block;
  font-size: 14px;
  font-weight: 300;
  color: var(--brand-secondary);
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease
}

.smartblog-section .smartblog .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .blog_content .hover-date .day_year {
  display: none;
  font-size: 35px;
  position: relative;
  line-height: 46px
}

.smartblog-section .smartblog .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .blog_content .sds_post_title {
  margin-bottom: 10px;
  margin-top: 10px;
  line-height: 25px
}

@media (max-width: 543px) {
  .smartblog-section .smartblog .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .blog_content .sds_post_title {
    margin-bottom: 4px
  }
}

.smartblog-section .smartblog .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .blog_content .sds_post_title a {
  font-size: 18px;
  font-family: var(--primary-font);
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.5px
}

@media (max-width: 991px) {
  .smartblog-section .smartblog .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .blog_content .sds_post_title a {
    font-size: 16px
  }
}

@media (max-width: 767px) {
  .smartblog-section .smartblog .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .blog_content .sds_post_title a {
    font-size: 14px
  }
}

@media (max-width: 543px) {
  .smartblog-section .smartblog .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .blog_content .sds_post_title a {
    font-size: 15px
  }
}

.smartblog-section .smartblog .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .blog_content .smartbloginfo {
  font-family: var(--primary-font);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #333
}

@media (max-width: 991px) {
  .smartblog-section .smartblog .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .blog_content .smartbloginfo {
    margin-bottom: 15px
  }
}

@media (max-width: 543px) {
  .smartblog-section .smartblog .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .blog_content .smartbloginfo {
    margin-bottom: 7px
  }
}

.smartblog-section .smartblog .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .blog_content .smartbloginfo>span {
  margin-bottom: 0px;
  position: relative;
  margin-right: 7px
}

.smartblog-section .smartblog .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .blog_content .smartbloginfo>span:last-child {
  margin-right: 0px
}

.smartblog-section .smartblog .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .blog_content .smartbloginfo i {
  font-size: 14px;
  padding-right: 5px
}

.smartblog-section .smartblog .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .blog_content .smartbloginfo a {
  display: inline-block
}

.smartblog-section .smartblog .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .blog_content .desc {
  margin-bottom: 20px;
  font-size: 13px;
  letter-spacing: 0.5px;
  font-weight: 400;
  color: #666;
  font-family: var(--primary-font);
  line-height: 22px
}

.smartblog-section .smartblog .view-all-btn {
  margin-bottom: 20px
}

.smartblog-container .section-header .article__title {
  font-size: 22px;
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: 0.8px
}

.smartblog-container .section-header>span {
  font-size: 15px;
  display: inline-block;
  margin-right: 20px;
  position: relative;
  text-transform: capitalize;
  color: #777777;
  margin-bottom: 30px
}

@media (max-width: 543px) {
  .smartblog-container .section-header>span {
    display: block;
    margin-right: 0;
    margin-bottom: 10px
  }
}

.smartblog-container .section-header>span i {
  padding-right: 10px;
  color: #777
}

@media (max-width: 543px) {
  .smartblog-container .section-header {
    margin-bottom: 20px
  }
}

.smartblog-container .article__grid-image-wrapper {
  margin-bottom: 30px;
  display: block;
  overflow: hidden
}

.smartblog-container .rte {
  font-size: 15px;
  text-align: center;
  line-height: 25px;
  letter-spacing: 0.5px;
  color: #333
}

.smartblog-container .share_this_blog {
  text-align: center
}

.smartblog-container .share_this_blog a {
  float: none
}

.smartblog-container textarea:focus {
  border-color: #d8dcdc !important
}

.smartblog-container .comment-form .grid>div {
  display: block;
  width: 100%
}

.smartblog-container .comment-form .grid label {
  color: #333;
  font-weight: 500
}

.smartblog-container .comment-form .grid input {
  height: 45px
}

.smartblog-container .available-comment {
  display: block;
  width: 100%
}

.smartblog-container .available-comment .h3 {
  font-size: 18px
}

.smartblog-container .available-comment #comments {
  position: relative
}

.smartblog-container .available-comment #comments li {
  position: relative
}

.smartblog-container .available-comment #comments li .comment-img {
  background: url(var(--comment-blog));
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 60px;
  width: 60px;
  top: 0;
  left: 0;
  overflow: hidden;
  display: inline-block;
  float: left;
  position: relative;
  margin-right: 20px
}

.smartblog-container .available-comment #comments li .comment-inner {
  overflow: hidden;
  position: relative
}

.smartblog-container .available-comment #comments .comments {
  position: relative;
  display: inline-block
}

.smartblog-container .available-comment #comments .comments .comment__meta>span {
  display: block
}

.smartblog-container .available-comment #comments .comments .comment__meta>span.author {
  font-weight: 600
}

.smartblog-container .available-comment #comments .comments .comment__meta>span.author:before {
  display: none
}

.smartblog-container .available-comment #comments .comments .comment__content {
  text-align: left
}

@media (min-width: 992px) {
  .blog--list-view {
    margin: 0 -15px
  }
}

@media (max-width: 991px) {
  .blog--list-view .pagination {
    padding: 0
  }
}

.sdsarticleCat {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
  text-align: left
}

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

@media (max-width: 543px) {
  .sdsarticleCat {
    text-align: left
  }
}

@media (max-width: 991px) {
  .sdsarticleCat .articleContent,
  .sdsarticleCat .smartblog-desc {
    padding: 0
  }
}

.sdsarticleCat .smartblog-desc {
  position: relative;
  font-family: var(--primary-font);
  font-size: 14px;
  color: #000;
  font-weight: 400
}

@media (max-width: 991px) {
  .sdsarticleCat .smartblog-desc {
    padding: 15px 0px 0
  }
}

.sdsarticleCat .smartblog-desc i {
  margin-right: 5px;
  color: var(--brand-secondary)
}

.sdsarticleCat .smartblog-desc a {
  color: #777777
}

.sdsarticleCat .smartblog-desc .article__author {
  margin: 0px;
  letter-spacing: 1px;
  text-transform: capitalize
}

.sdsarticleCat .smartblog-desc .article__author i {
  color: #000
}

.sdsarticleCat .smartblog-desc .article__title {
  margin: 12px 0;
  line-height: 18px
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .sdsarticleCat .smartblog-desc .article__title {
    line-height: 20px;
    margin: 10px 0
  }
}

.sdsarticleCat .smartblog-desc .article__title a {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  font-family: var(--primary-font);
  letter-spacing: 0.8px;
  color: #000
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .sdsarticleCat .smartblog-desc .article__title a {
    font-size: 17px
  }
}

.sdsarticleCat .smartblog-desc .blog-details {
  margin-bottom: 10px
}

.sdsarticleCat .smartblog-desc .blog-details .article__date {
  margin-bottom: 0
}

.sdsarticleCat .smartblog-desc .blog-details span {
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  text-transform: capitalize;
  color: #777777;
  line-height: 25px
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .sdsarticleCat .smartblog-desc .blog-details span {
    line-height: 20px;
    font-size: 14px
  }
}

.sdsarticleCat .smartblog-desc .blog-details span i:before {
  color: #666
}

.sdsarticleCat .smartblog-desc .blog_description {
  margin-bottom: 15px;
  color: #777777;
  line-height: 24px
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .sdsarticleCat .smartblog-desc .blog_description {
    line-height: 20px
  }
}

.sdsarticleCat .smartblog-desc .r_more {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  background: var(--button-bg-color);
  border-color: var(--button-bg-color);
  color: var(--button-text-color);
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s
}

.sdsarticleCat .smartblog-desc .r_more:hover {
  background: var(--button-bg-hover-color);
  border-color: var(--button-bg-hover-color);
  color: var(--button-text-hover-color)
}

.smart-form {
  background: #fff;
  padding: 15px 20px 10px
}

.smart-user {
  background: #fff;
  padding: 20px
}

.not-show {
  display: none
}

.category-block {
  overflow: hidden
}

.category-block .categoryblock .categoryblock-container {
  position: relative;
  overflow: hidden;
  text-align: center
}

@media (min-width: 768px) {
  .category-block .categoryblock .categoryblock-container:hover .image-container:before {
    opacity: 0.5
  }
  .category-block .categoryblock .categoryblock-container:hover .image-container:after {
    opacity: 0.9
  }
  .category-block .categoryblock .categoryblock-container:hover .category-desc .category-content .category-icon {
    opacity: 0.5
  }
  .category-block .categoryblock .categoryblock-container:hover .category-desc .category-content .text-container {
    font-size: 32px;
    transform: translateY(-60px);
    -moz-transform: translateY(-60px);
    -webkit-transform: translateY(-60px);
    -o-transform: translateY(-60px);
    -ms-transform: translateY(-60px)
  }
}

.category-block .categoryblock .categoryblock-container a {
  position: relative;
  overflow: hidden;
  text-align: center;
  display: block
}

.category-block .categoryblock .categoryblock-container .image-container {
  position: relative;
  overflow: hidden
}

.category-block .categoryblock .categoryblock-container .image-container:before {
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: -webkit-linear-gradient(rgba(215, 0, 0, 0) 65%, rgba(215, 0, 0, 0) 98%);
  background: -moz-linear-gradient(rgba(215, 0, 0, 0) 65%, rgba(215, 0, 0, 0) 98%);
  background: linear-gradient(rgba(215, 0, 0, 0) 65%, rgba(253, 0, 0, 0.4) 98%)
}

.category-block .categoryblock .categoryblock-container .image-container:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 1;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s
}

.category-block .categoryblock .categoryblock-container .image-container img {
  position: relative;
  z-index: 2;
  max-width: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s
}

.category-block .categoryblock .categoryblock-container .category-desc {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  left: 0;
  right: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out
}

.category-block .categoryblock .categoryblock-container .category-desc .category-icon {
  width: 90px;
  height: 90px;
  margin: 0 auto 25px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out
}

@media (min-width: 544px) and (max-width: 767px) {
  .category-block .categoryblock .categoryblock-container .category-desc .category-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 15px
  }
}

@media (max-width: 400px) {
  .category-block .categoryblock .categoryblock-container .category-desc .category-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 15px
  }
}

.category-block .categoryblock .categoryblock-container .category-desc .text-container {
  font-size: 25px;
  font-weight: 400;
  color: #fff;
  font-family: var(--primary-font);
  transform: translateY(0px);
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out
}

@media (min-width: 544px) and (max-width: 767px) {
  .category-block .categoryblock .categoryblock-container .category-desc .text-container {
    font-size: 20px
  }
}

@media (max-width: 400px) {
  .category-block .categoryblock .categoryblock-container .category-desc .text-container {
    font-size: 20px
  }
}

._manufacture {
  margin-bottom: 50px
}

@media (max-width: 991px) {
  ._manufacture {
    margin-bottom: 30px
  }
}

.manufacture-block #manufacture-carousel {
  text-align: center
}

.manufacture-block #manufacture-carousel .logo-bar__item {
  opacity: 0.8;
  max-width: 130px;
  display: inline-block;
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s
}

.manufacture-block #manufacture-carousel .logo-bar__item:hover {
  opacity: 1;
  -moz-transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  transform: rotateY(360deg)
}

.manufacture-block .owl-nav {
  margin-top: 15px
}

.singleproduct-section .product-single-right #productcountdown {
  margin-bottom: 15px
}

.singleproduct-section .product-single-right #productcountdown .countdown {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 60px;
  margin-right: 10px;
  background: #f5f7f9;
  border-radius: 5px;
  height: 60px;
  padding: 5px 0px;
  position: relative
}

@media (max-width: 543px) {
  .singleproduct-section .product-single-right #productcountdown .countdown {
    margin-right: 8px
  }
}

.singleproduct-section .product-single-right #productcountdown .countdown .data {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0px;
  font-weight: 600;
  position: relative;
  color: #000
}

@media (max-width: 543px) {
  .singleproduct-section .product-single-right #productcountdown .countdown .data {
    font-size: 20px
  }
}

.singleproduct-section .product-single-right #productcountdown .countdown .text {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0px;
  font-weight: 400;
  position: relative;
  color: #666
}

.singleproduct-section .product-single-right #productcountdown .countdown:last-child:after {
  display: none
}

.singleproduct-section .product-tab {
  border: none;
  margin-bottom: 0
}

@media (max-width: 767px) {
  .singleproduct-section .product-tab {
    margin-top: 0
  }
}

.singleproduct-section .product-tab .tab-id {
  display: block;
  line-height: unset;
  position: relative
}

.singleproduct-section .product-tab .tab-id:after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: auto;
  bottom: -1px;
  background: #eee;
  width: 100%;
  height: 1px
}

.singleproduct-section .product-tab .tab-id li {
  margin: 0
}

.singleproduct-section .product-tab .tab-id li a.active {
  background: transparent;
  color: #000;
  border-bottom: 3px solid #000
}

.singleproduct-section .product-tab .tab-id li a {
  padding: 15px 30px;
  display: block;
  font-size: 16px;
  text-transform: capitalize;
  background: transparent;
  color: #000;
  border-bottom: 3px solid transparent
}

.singleproduct-section .product-tab .tab-id li a:hover,
.singleproduct-section .product-tab .tab-id li a:focus {
  background: transparent;
  color: #000;
  border-bottom: 3px solid #000
}

.singleproduct-section .product-tab .tab-id li a:after {
  display: none
}

@media (max-width: 1199px) {
  .singleproduct-section .product-tab .tab-id li a {
    padding: 15px 25px
  }
}

@media (max-width: 991px) {
  .singleproduct-section .product-tab .tab-id li a {
    padding: 15px 20px
  }
}

@media (max-width: 767px) {
  .singleproduct-section .product-tab .tab-id li a {
    padding: 15px;
    font-size: 15px
  }
}

@media (max-width: 543px) {
  .singleproduct-section .product-tab .tab-id li a {
    padding: 10px;
    display: inline-block
  }
}

.singleproduct-section .product-tab .tab-content {
  padding: 15px 30px 0;
  margin: 0
}

@media (max-width: 767px) {
  .singleproduct-section .product-tab .tab-content {
    padding: 15px 15px 0
  }
}

.singleproduct-section .product-tab .contact-form-bottom {
  max-width: 800px;
  margin: auto
}

.template-index .site-footer {
  margin-top: 0
}

.site-footer {
  position: relative;
  margin-top: 70px;
  color: var(--footer-text-color);
  font-size: 14px
}

@media (max-width: 991px) {
  .site-footer {
    margin-top: 30px
  }
}

.site-footer.footerimage {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.site-footer.footer-color {
  background: var(--footer-bg-color)
}

.site-footer a,
.site-footer p {
  color: var(--footer-text-color);
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 24px;
  font-family: var(--primary-font)
}

.site-footer a:hover {
  color: var(--footer-text-hover-color)
}

.site-footer .footer-block:last-child .footer-title {
  margin-bottom: 0px
}

.site-footer .footer-title {
  display: block;
  width: 100%;
  overflow: hidden;
  cursor: pointer
}

.site-footer .footer-heading {
  margin-bottom: 15px;
  color: var(--footer-heading-color);
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  letter-spacing: 0.1px
}

@media (max-width: 1199px) {
  .site-footer .footer-heading {
    font-size: 18px
  }
}

.site-footer .block-heading {
  margin-bottom: 12px;
  color: var(--footer-heading-color);
  text-transform: unset;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer
}

.site-footer .navbar-toggler i {
  color: var(--footer-heading-color) !important;
  height: 25px
}

@media (max-width: 991px) {
  .site-footer .footer-block {
    padding: 0 15px
  }
}

@media (min-width: 992px) {
  .site-footer .contact-info {
    width: 30%
  }
}

.site-footer .contact-info .footer-content {
  text-align: left;
  display: block
}

.site-footer .contact-info .footer-content .store-img {
  margin-bottom: 25px
}

.site-footer .contact-info .footer-content .store-img .feature-row__item {
  text-align: left
}

@media (max-width: 991px) {
  .site-footer .contact-info .footer-content .store-img .feature-row__item {
    text-align: center
  }
}

.site-footer .contact-info .footer-content .store-img .feature-row__item a {
  color: var(--footer-heading-color);
  font-size: 17px;
  font-weight: 600
}

.site-footer .contact-info .footer-content .store-img .feature-row__item .feature-row__image-wrapper {
  margin: 0
}

.site-footer .contact-info .footer-content .store-img img {
  max-width: 100%;
  max-height: 100%;
  margin: 0
}

@media (max-width: 991px) {
  .site-footer .contact-info .footer-content .store-img img {
    margin: 0 auto
  }
}

.site-footer .contact-info .footer-content .contact-info-inner {
  overflow: hidden
}

@media (max-width: 543px) {
  .site-footer .contact-info .footer-content .contact-info-inner {
    margin-bottom: 20px
  }
}

@media (max-width: 543px) {
  .site-footer .contact-info .footer-content .contact-info-inner ul li {
    width: 100%
  }
}

.site-footer .contact-info .footer-content .contact-info-inner i {
  color: var(--footer-text-color);
  display: block;
  font-size: 21px;
  margin: 0 12px 0 0;
  text-align: center;
  display: inline-block;
  vertical-align: middle
}

@media (max-width: 991px) {
  .site-footer .contact-info .footer-content .contact-info-inner i {
    display: block;
    margin: 0 auto 5px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    font-size: 22px;
    border: 1px solid var(--color-contact-info-icon-border)
  }
}

.site-footer .contact-info .footer-content .contact-info-inner .content {
  display: inline-block;
  vertical-align: middle;
  padding-left: 0px;
  line-height: 25px;
  width: 75%
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .site-footer .contact-info .footer-content .contact-info-inner .content {
    width: 70%
  }
}

@media (max-width: 991px) {
  .site-footer .contact-info .footer-content .contact-info-inner .content {
    display: block;
    width: 100%;
    padding: 0;
    text-align: center
  }
}

.site-footer .contact-info .footer-content .contact-info-inner .content a {
  color: var(--footer-text-color);
  text-decoration: none
}

.site-footer .contact-info .footer-content .contact-info-inner .content a:before {
  display: none
}

.site-footer .contact-info .footer-content .contact-info-inner .content a:hover {
  color: var(--footer-text-hover-color)
}

.site-footer .contact-info .footer-content .contact-info-inner .content p {
  margin-bottom: 0px;
  line-height: 22px
}

.site-footer .contact-info .footer-content .contact-info-inner .content p:last-child {
  margin-bottom: 0
}

.site-footer .contact-info .footer-content .contact-info-inner .shop-email i {
  font-size: 18px
}

@media (max-width: 991px) {
  .site-footer .contact-info .footer-content .contact-info-inner .shop-email i {
    line-height: 43px
  }
}

.site-footer .contact-info .footer-content .contact-info-inner .site-footer__linklist-item {
  margin-bottom: 20px;
  padding: 0
}

@media (max-width: 991px) {
  .site-footer .contact-info .footer-content .contact-info-inner .site-footer__linklist-item {
    padding: 0 5px
  }
}

@media (max-width: 543px) {
  .site-footer .contact-info .footer-content .contact-info-inner .site-footer__linklist-item {
    margin-bottom: 20px;
    text-align: left
  }
  .site-footer .contact-info .footer-content .contact-info-inner .site-footer__linklist-item:last-child {
    margin-bottom: 0
  }
}

@media (min-width: 992px) {
  .site-footer .contact-info .footer-content .contact-info-inner .site-footer__linklist-item:last-child {
    margin-bottom: 0
  }
}

.site-footer .bottom-link-list {
  overflow: hidden
}

@media (min-width: 992px) {
  .site-footer .bottom-link-list {
    width: 20%
  }
}

.site-footer .bottom-link-list .site-footer__linklist-item {
  margin-bottom: 15px
}

@media (min-width: 992px) {
  .site-footer .bottom-link-list .site-footer__linklist-item:last-child {
    margin-bottom: 0
  }
}

@media (min-width: 992px) {
  .site-footer .newsletter {
    width: 30%
  }
}

@media (max-width: 991px) {
  .site-footer .newsletter {
    margin-bottom: 30px
  }
}

@media (max-width: 991px) {
  .site-footer .newsletter .block_newsletter {
    width: 70%;
    margin: 0 auto;
    display: block;
    text-align: center
  }
}

@media (max-width: 767px) {
  .site-footer .newsletter .block_newsletter {
    width: 80%
  }
}

@media (max-width: 543px) {
  .site-footer .newsletter .block_newsletter {
    width: 100%;
    padding: 0
  }
}

.site-footer .newsletter .block_newsletter .description {
  margin-bottom: 22px
}

.site-footer .newsletter .block_newsletter .site-footer__newsletter {
  margin: 0
}

.site-footer .newsletter .block_newsletter .site-footer__newsletter form {
  position: relative;
  text-align: center;
  margin: 0 auto
}

@media (max-width: 991px) {
  .site-footer .newsletter .block_newsletter .site-footer__newsletter form {
    margin: 20px auto 0
  }
}

.site-footer .newsletter .block_newsletter .input-group {
  width: 100%;
  background: transparent
}

@media (min-width: 992px) {
  .site-footer .newsletter .block_newsletter .input-group {
    margin: 0;
    max-width: 100%
  }
}

.site-footer .newsletter .block_newsletter .input-group .input-group__field {
  min-width: 250px;
  width: 100%;
  height: 40px;
  padding: 5px 10px;
  color: var(--footer-text-color);
  font-size: 14px;
  border: 1px solid var(--color-newsletter-input-border);
  background-color: transparent;
  text-align: left;
  outline: none;
  text-indent: 5px;
  border-radius: 0px;
  margin-bottom: 15px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s
}

@media (max-width: 1199px) {
  .site-footer .newsletter .block_newsletter .input-group .input-group__field {
    min-width: auto
  }
}

@media (max-width: 991px) {
  .site-footer .newsletter .block_newsletter .input-group .input-group__field {
    width: 100%
  }
}

.site-footer .newsletter .block_newsletter .input-group .input-group__field::placeholder {
  color: var(--footer-text-color);
  opacity: 1
}

.site-footer .newsletter .block_newsletter .input-group .input-group__field:focus,
.site-footer .newsletter .block_newsletter .input-group .input-group__field:hover {
  background-color: transparent
}

.site-footer .newsletter .block_newsletter .input-group .input-group__btn {
  float: left;
  position: unset;
  width: 100%
}

.site-footer .newsletter .block_newsletter .input-group .input-group__btn .btn {
  width: 100%;
  height: 40px;
  font-size: 14px;
  text-align: center;
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  overflow: hidden;
  line-height: 22px;
  outline: none;
  border-radius: 0px;
  font-weight: 400;
  letter-spacing: 0.8px;
  padding: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s
}

.site-footer .newsletter .block_newsletter .input-group .input-group__btn .btn:hover {
  background-color: var(--button-bg-hover-color);
  color: var(--button-text-hover-color)
}

.site-footer .newsletter .block_newsletter .input-group .input-group__btn .btn>span {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.4px
}

.site-footer .newsletter .block_newsletter .input-group .input-group__btn .btn:after {
  content: '\f003';
  font-family: 'FontAwesome';
  font-size: 20px;
  line-height: 18px;
  text-align: center;
  margin: 0 auto;
  display: none
}

.site-footer .newsletter .block_newsletter .errors {
  padding: 0 5px;
  margin-bottom: 0
}

.site-footer .footer-container {
  display: block;
  overflow: hidden;
  padding: 50px 0
}

@media (max-width: 991px) {
  .site-footer .footer-container {
    padding: 40px 0 30px
  }
}

.site-footer .footer-container a {
  position: relative;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s
}

.site-footer .footer-container a:hover {
  color: var(--footer-text-hover-color)
}

.site-footer .footer-bottom {
  display: block;
  overflow: hidden;
  padding-bottom: 0px;
  clear: both;
  border-top: 1px solid var(--color-footer-border)
}

.site-footer .footer-bottom>.page-width {
  padding: 12px 15px
}

@media (min-width: 992px) {
  .site-footer .footer-bottom>.page-width .row {
    display: flex;
    align-items: center
  }
}

.site-footer .footer-bottom .footer-left {
  text-align: left;
  padding: 0 15px
}

@media (max-width: 991px) {
  .site-footer .footer-bottom .footer-left {
    text-align: center
  }
}

.site-footer .footer-bottom .footer-left .site-footer__copyright--bottom {
  padding: 6px 0;
  display: block;
  overflow: hidden
}

@media (max-width: 991px) {
  .site-footer .footer-bottom .footer-left .site-footer__copyright--bottom {
    display: block;
    padding: 8px 0
  }
}

.site-footer .footer-bottom .footer-left .site-footer__copyright--bottom .site-footer__copyright-content p {
  font-size: 14px;
  color: var(--footer-text-color)
}

.site-footer .footer-bottom .footer-right {
  text-align: right
}

@media (max-width: 991px) {
  .site-footer .footer-bottom .footer-right {
    text-align: center
  }
}

.site-footer .footer-bottom .footer-right .payment-icons {
  display: block;
  padding: 0 0;
  margin-bottom: 0px
}

@media (max-width: 991px) {
  .site-footer .footer-bottom .footer-right .payment-icons {
    padding: 8px 0
  }
}

.site-footer .footer-bottom .footer-right .payment-icons .logo-bar__item {
  display: inline-block;
  vertical-align: middle
}

.site-footer .footer-bottom .footer-right .payment-icons .logo-bar__item .logo-bar__link {
  width: 44px;
  height: 33px;
  padding: 0;
  margin: 0 2px;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1)
}

@media (max-width: 767px) {
  .site-footer .footer-bottom .footer-right .payment-icons .logo-bar__item .logo-bar__link {
    margin: 0
  }
}

.site-footer .footer-bottom .footer-right .payment-icons .logo-bar__item .logo-bar__link svg {
  background: #fff;
  border-radius: 2px
}

.site-footer .footer-bottom .footer-right .payment-icons .logo-bar__item .logo-bar__link:hover {
  color: transparent
}

.site-footer .footer-bottom .footer-right .payment-icons .logo-bar__item img {
  cursor: pointer;
  transition: all 0.25s;
  max-width: 100%
}

@media (max-width: 767px) {
  .site-footer .footer-bottom .footer-right .payment-icons .logo-bar__item img {
    width: 41px
  }
}

.sidebar-collection div {
  text-align: center !important
}

#shopify-section-sidebar .product-description {
  margin-bottom: 20px
}

#shopify-section-sidebar .product-description .spr-badge {
  position: relative !important;
  text-align: center !important
}

#shopify-section-sidebar .sidebar-collection .products-display {
  padding: 10px
}

#shopify-section-sidebar .sidebar-collection .add-to-cart,
#shopify-section-sidebar .sidebar-collection .sca-qv-button,
#shopify-section-sidebar .sidebar-collection .flags {
  display: none !important
}

#shopify-section-sidebar .left-column {
  display: block;
  border: 1px solid #e9e9e9;
  margin-bottom: 30px;
  background: #fff
}

@media (max-width: 991px) {
  #shopify-section-sidebar .left-column {
    display: block;
    margin-bottom: 20px
  }
}

#shopify-section-sidebar .left-column.banner {
  display: block
}

#shopify-section-sidebar .left-column.sidebar-categories .sidebar-title,
#shopify-section-sidebar .left-column.sidebar-categories .block-heading {
  text-transform: uppercase
}

#shopify-section-sidebar .left-column hr {
  margin: 0
}

#shopify-section-sidebar .left-column .grid--uniform .grid__item {
  padding: 0
}

#shopify-section-sidebar .left-column .products-display {
  clear: both
}

#shopify-section-sidebar .left-column .products-display .grid__item .grid-view-item {
  position: relative;
  overflow: hidden;
  border: 0
}

#shopify-section-sidebar .left-column .products-display .grid__item .grid-view-item .grid-view-item__image-container {
  border: none;
  border-radius: 0
}

#shopify-section-sidebar .left-column .products-display .grid__item .grid-view-item .grid-view-item__image-container .grid-view-item__image-wrapper {
  float: left;
  margin-right: 10px;
  padding-bottom: 0;
  border: 1px solid #e9e9e9
}

#shopify-section-sidebar .left-column .products-display .grid__item .grid-view-item .grid-view-item__image-container .grid-view-item__image-wrapper .discount-percentage {
  display: none
}

#shopify-section-sidebar .left-column .products-display .grid__item .grid-view-item .grid-view-item__image-container .product-description {
  padding: 0
}

#shopify-section-sidebar .left-column .products-display .grid__item .grid-view-item .grid-view-item__image-container .product-description .product-detail {
  overflow: hidden;
  display: block;
  margin-bottom: 5px
}

#shopify-section-sidebar .left-column .products-display .grid__item .grid-view-item .grid-view-item__image-container .product-description .product-detail .grid-view-item__title {
  text-align: left;
  margin-bottom: 0px;
  line-height: 19px;
  font-size: 15px;
  text-transform: capitalize;
  margin: 0;
  font-family: var(--primary-font)
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  #shopify-section-sidebar .left-column .products-display .grid__item .grid-view-item .grid-view-item__image-container .product-description .product-detail .grid-view-item__title {
    font-size: 13px
  }
}

#shopify-section-sidebar .left-column .products-display .grid__item .grid-view-item .grid-view-item__image-container .product-description .grid-view-item__meta {
  text-align: left;
  margin-bottom: 3px;
  float: unset
}

#shopify-section-sidebar .left-column .products-display .grid__item .grid-view-item .grid-view-item__image-container .product-description .grid-view-item__meta span {
  line-height: 18px;
  font-size: 14px
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  #shopify-section-sidebar .left-column .products-display .grid__item .grid-view-item .grid-view-item__image-container .product-description .grid-view-item__meta span {
    font-size: 14px
  }
}

#shopify-section-sidebar .left-column .products-display .grid__item .grid-view-item .grid-view-item__image-container .product-description .grid-view-item__meta .discount-percentage {
  margin: 0 2px
}

#shopify-section-sidebar .left-column .products-display .grid__item .grid-view-item .grid-view-item__image-container .product-description .grid-view-item__meta .product-price__sold-out {
  display: none
}

#shopify-section-sidebar .left-column .products-display .grid__item .grid-view-item .grid-view-item__image-container .product-description .spr-badge {
  float: unset;
  text-align: left;
  margin: 0
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  #shopify-section-sidebar .left-column .products-display .grid__item .grid-view-item .grid-view-item__image-container .product-description .spr-badge {
    display: none
  }
}

#shopify-section-sidebar .left-column .products-display .grid__item .grid-view-item:hover .grid-view-item__image-container {
  padding: 0px
}

#shopify-section-sidebar .left-column .products-display .grid__item .grid-view-item:hover .grid-view-item__image-container a .product-detail {
  opacity: 1
}

#shopify-section-sidebar .left-column .products-display .grid__item .grid-view-item:hover .grid-view-item__meta {
  opacity: 1
}

@media (min-width: 992px) {
  #shopify-section-sidebar .left-column .left-inner.collapse {
    display: inherit
  }
}

#shopify-section-sidebar .left-column .sidebar-title {
  font-size: 16px;
  padding: 15px;
  text-align: left;
  margin-bottom: 8px;
  display: block;
  background: #f5f5f5;
  color: #000;
  font-family: var(--primary-font);
  font-weight: 400;
  text-transform: unset;
  letter-spacing: 0.5px;
  line-height: 18px
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  #shopify-section-sidebar .left-column .sidebar-title {
    font-size: 13px
  }
}

#shopify-section-sidebar .left-column .sidebar-title:after,
#shopify-section-sidebar .left-column .sidebar-title:before {
  display: none
}

#shopify-section-sidebar .left-column .sidebar-title a {
  color: #000
}

#shopify-section-sidebar .left-column .sidebar-title a:hover {
  color: #000
}

#shopify-section-sidebar .left-column .grid-view-item__link {
  margin-bottom: 0
}

@media (max-width: 767px) {
  #shopify-section-sidebar .left-column .grid-view-item__link {
    max-width: 100%
  }
}

#shopify-section-sidebar .left-column .grid__item--sidebar {
  margin-bottom: 15px
}

#shopify-section-sidebar .left-column .grid__item--sidebar:last-child {
  margin-bottom: 0
}

#shopify-section-sidebar .left-column .view-all .view-all-btn {
  background: transparent;
  color: #7a7a7a;
  text-transform: capitalize;
  position: relative;
  float: right;
  padding: 10px 31px 15px 0;
  border: none;
  letter-spacing: 0em;
  margin: 0
}

#shopify-section-sidebar .left-column .view-all .view-all-btn i {
  top: 8px;
  position: absolute;
  right: 5px
}

#shopify-section-sidebar .left-column .block-heading {
  float: none;
  vertical-align: middle;
  color: #000;
  border: none;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  text-transform: unset;
  letter-spacing: 1px;
  font-family: var(--primary-font)
}

#shopify-section-sidebar .left-column .left-title {
  padding: 12px 15px;
  background: #efefef;
  cursor: pointer;
  color: #000;
  line-height: 0
}

#shopify-section-sidebar .left-column .collapsed .navbar-toggler i.open {
  display: block
}

#shopify-section-sidebar .left-column .collapsed .navbar-toggler i.close {
  display: none
}

#shopify-section-sidebar .left-column .navbar-toggler i.open {
  display: none
}

#shopify-section-sidebar .left-column .navbar-toggler i.close {
  display: block
}

#shopify-section-sidebar .sidebar-categories .categories {
  padding: 10px 15px;
  background: transparent
}

@media (min-width: 992px) {
  #shopify-section-sidebar .sidebar-categories .categories {
    display: inherit
  }
}

#shopify-section-sidebar .sidebar-categories .categories .categories-items {
  padding: 7px 0;
  background: transparent
}

#shopify-section-sidebar .sidebar-categories .categories .dropdown-submenu {
  margin-top: 8px
}

#shopify-section-sidebar .sidebar-categories .categories .link-title {
  width: 100%;
  font-weight: 400;
  color: #232323;
  position: relative;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0;
  letter-spacing: 0.5px;
  font-family: var(--primary-font);
  text-transform: capitalize
}

#shopify-section-sidebar .sidebar-categories .categories .link-title .collapse-icon i {
  float: right;
  border: medium none;
  font-size: 15px;
  height: 18px;
  padding: 2px;
  width: 18px;
  color: #000
}

#shopify-section-sidebar .sidebar-categories .categories .link-title .collapsed .add {
  display: block
}

#shopify-section-sidebar .sidebar-categories .categories .link-title .collapsed .remove {
  display: none
}

#shopify-section-sidebar .sidebar-categories .categories .link-title .add {
  display: none
}

#shopify-section-sidebar .sidebar-categories .categories .link-title .remove {
  display: block
}

#shopify-section-sidebar .sidebar-categories .categories .category_submenu {
  padding: 3px;
  padding-left: 15px
}

#shopify-section-sidebar .sidebar-categories .categories .dropdown-item {
  color: #232323;
  letter-spacing: 0.5px;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none
}

#shopify-section-sidebar .collection-left .view-all {
  display: block;
  overflow: hidden
}

#shopify-section-sidebar .collection-left .grid__item {
  width: 100%
}

#shopify-section-sidebar .banner {
  border: none
}

#shopify-section-sidebar .banner .feature-row__image-wrapper {
  margin: 0 auto;
  overflow: hidden
}

@media (max-width: 991px) {
  #shopify-section-sidebar .banner .feature-row__image-wrapper {
    text-align: center
  }
}

#shopify-section-sidebar .banner .feature-row__image-wrapper a {
  display: block;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s
}

@media (max-width: 991px) {
  #shopify-section-sidebar .banner .feature-row__image-wrapper a {
    display: inline-block
  }
}

#shopify-section-sidebar .banner .feature-row__image-wrapper a .img-block {
  display: inline-block;
  overflow: hidden
}

#shopify-section-sidebar .banner .feature-row__image-wrapper a .feature-row__image {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  width: 100%
}

#shopify-section-sidebar .banner .feature-row__image-wrapper a.lightcolor:before,
#shopify-section-sidebar .banner .feature-row__image-wrapper a.lightcolor:after {
  background: rgba(255, 255, 255, 0.1)
}

#shopify-section-sidebar .banner .feature-row__image-wrapper a.darkcolor:before,
#shopify-section-sidebar .banner .feature-row__image-wrapper a.darkcolor:after {
  background: rgba(0, 0, 0, 0.1)
}

#shopify-section-sidebar .banner .feature-row__item {
  text-align: unset
}

#shopify-section-sidebar .tag-filter {
  width: 100%
}

#shopify-section-sidebar .tag-filter #SortTags a {
  display: inline-block;
  font-size: 14px;
  color: #232323;
  letter-spacing: 0.5px;
  vertical-align: top;
  margin-bottom: 5px
}

#shopify-section-sidebar .tag-filter #SortTags a.selected {
  font-weight: 600;
  color: #000
}

#shopify-section-sidebar .tag-filter #SortTags a.selected .filter-box {
  position: relative
}

#shopify-section-sidebar .tag-filter #SortTags a.selected .filter-box:after {
  content: '\f00c';
  font-family: fontawesome;
  font-size: 12px;
  color: #333;
  font-weight: 400;
  top: -3px;
  left: 1px;
  position: absolute
}

#shopify-section-sidebar .tag-filter #SortTags a span {
  margin-right: 5px;
  margin-top: 0;
  display: inline-block;
  vertical-align: middle
}

#shopify-section-sidebar .tag-filter #filter-container {
  padding: 10px 15px
}

#shopify-section-sidebar .tag-filter #filter-container .clear-all {
  background: #333;
  border-color: #333;
  color: #fff;
  display: block;
  position: relative;
  font-size: 14px;
  padding: 10px 10px 10px 30px
}

#shopify-section-sidebar .tag-filter #filter-container .clear-all:after {
  content: '\E5CD';
  position: absolute;
  left: 24%;
  font-family: 'Material Icons'
}

@media (max-width: 1199px) {
  #shopify-section-sidebar .tag-filter #filter-container .clear-all:after {
    left: 10%
  }
}

@media (max-width: 991px) {
  #shopify-section-sidebar .tag-filter #filter-container .clear-all:after {
    left: 39%
  }
}

@media (max-width: 767px) {
  #shopify-section-sidebar .tag-filter #filter-container .clear-all:after {
    left: 36%
  }
}

@media (max-width: 543px) {
  #shopify-section-sidebar .tag-filter #filter-container .clear-all:after {
    left: 23%
  }
}

#shopify-section-sidebar .tag-filter #filter-container .color li {
  float: left;
  margin: 5px 8px 0 0
}

#shopify-section-sidebar .tag-filter #filter-container .color li .custom-checkbox {
  display: block
}

#shopify-section-sidebar .tag-filter #filter-container .color li .custom-checkbox a.selected .filter-color {
  outline: 1px solid #fff !important;
  outline-offset: -3px;
  opacity: 1
}

#shopify-section-sidebar .tag-filter #filter-container .color li .custom-checkbox .filter-color {
  width: 32px;
  height: 32px;
  box-shadow: 5px 5px 5px #e0e0e0;
  opacity: 0.7;
  line-height: 41px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  margin: 0
}

#shopify-section-sidebar .tag-filter #filter-container .size li {
  float: left;
  margin: 5px 8px 0 0
}

#shopify-section-sidebar .tag-filter #filter-container .size li .custom-checkbox {
  display: block
}

#shopify-section-sidebar .tag-filter #filter-container .size li .custom-checkbox a:hover .filter-size,
#shopify-section-sidebar .tag-filter #filter-container .size li .custom-checkbox a.selected .filter-size {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border-color: transparent
}

#shopify-section-sidebar .tag-filter #filter-container .size li .custom-checkbox .filter-size {
  width: 40px;
  height: 40px;
  margin: 0;
  line-height: 36px;
  border: 1px solid #ddd;
  text-align: center;
  color: #888;
  transition: 0.2s ease;
  cursor: pointer
}

#shopify-section-sidebar .tag-filter #filter-container strong {
  color: #454545;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.5px
}

#shopify-section-sidebar .tag-filter #filter-container ul {
  padding: 10px 0;
  display: block;
  width: 100%;
  overflow: hidden
}

#shopify-section-sidebar .tag-filter #filter-container ul:first-child {
  padding-top: 0
}

#shopify-section-sidebar .tag-filter #filter-container ul li .custom-checkbox .filter-box {
  margin-right: 3px;
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: sub;
  cursor: pointer;
  border: 1px solid #ddd;
  background: #fafafa none repeat scroll 0 0
}

.collection__main {
  padding-top: 0px
}

.size-chart-modal .modal-dialog {
  max-width: 1100px;
  top: 10%;
  width: 100%
}

@media (max-width: 767px) {
  .size-chart-modal .modal-dialog {
    width: unset
  }
}

.size-chart-modal .modal-header {
  padding-bottom: 0;
  padding-bottom: 0
}

.size-chart-modal .modal-header button {
  color: #333;
  font-size: 28px;
  font-weight: 500;
  opacity: 1
}

.size-chart-modal .modal-body {
  display: block;
  overflow: hidden;
  width: 100%;
  color: #000;
  font-size: 14px;
  padding: 35px 30px;
  padding-top: 20px
}

@media (min-width: 992px) {
  .size-chart-modal .modal-body {
    display: flex;
    align-items: center
  }
}

@media (max-width: 543px) {
  .size-chart-modal .modal-body {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px
  }
}

.size-chart-modal .modal-body .modal-img {
  text-align: center;
  margin-bottom: 30px
}

@media (min-width: 992px) {
  .size-chart-modal .modal-body .modal-text {
    max-height: 600px;
    overflow: auto
  }
}

@media (max-width: 543px) {
  .size-chart-modal .modal-body .modal-text {
    overflow: hidden
  }
}

.size-chart-modal .modal-body .modal-text .custom_size_chart_des h4,
.size-chart-modal .modal-body .modal-text .custom_size_chart_des .h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px
}

.size-chart-modal .modal-body .modal-text .custom_size_chart_des .custom-text-right-table table {
  border: 1px solid #e9e9e9
}

.size-chart-modal .modal-body .modal-text .custom_size_chart_des .custom-text-right-table table thead>tr:first-child {
  background-color: #f1f1f1;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  border: none
}

.size-chart-modal .modal-body .modal-text .custom_size_chart_des .custom-text-right-table table thead tr th {
  text-align: center;
  border: none;
  font-weight: 600
}

.size-chart-modal .modal-body .modal-text .custom_size_chart_des .custom-text-right-table table tbody td {
  text-align: center
}

@media (max-width: 543px) {
  .size-chart-modal .modal-body .modal-text .custom_size_chart_des .custom-text-right-table {
    max-width: 100%;
    overflow: auto;
    display: block;
    margin-bottom: 12px
  }
}

.size-chart-modal .modal-body .modal-text .custom_size_chart_des .custom-text-right p {
  color: #666;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.1px
}

.size-chart-modal .modal-body .modal-text .custom_size_chart_des .custom-text-right p strong {
  font-weight: 500;
  margin-right: 3px;
  color: #000;
  font-size: 14px;
  letter-spacing: 0.4px
}

.size-chart-modal .modal-header {
  border: none
}

.size-chart-modal .modal-footer {
  padding: 0
}

.product-single {
  color: #333;
  font-weight: 400
}

.product-single .product-single-left {
  background: #fff
}

@media (min-width: 768px) {
  .product-single .product-single-left {
    position: sticky;
    top: 80px
  }
}

.product-single .product-single-left .product-single__title {
  color: #000;
  font-weight: 500;
  text-transform: capitalize;
  padding-bottom: 0px;
  font-size: 26px;
  border-bottom: 0;
  margin-bottom: 20px;
  padding-top: 0px;
  line-height: 26px;
  letter-spacing: 0.1px;
  text-align: left
}

@media (max-width: 543px) {
  .product-single .product-single-left .product-single__title {
    font-size: 22px;
    line-height: 28px
  }
}

.product-single .product-single-left .price-product {
  text-align: left
}

.product-single .product-single-left .price-product .product-single__price-product-template {
  margin-bottom: 20px
}

.product-single .product-single-left .price-product .product-price__price {
  color: #000;
  font-weight: 500;
  margin: 0 2px;
  font-size: 20px;
  text-align: left;
  vertical-align: middle
}

.product-single .product-single-left .price-product .regular-price {
  font-weight: 400;
  line-height: 20px;
  color: #666;
  margin: 0 5px;
  font-size: 18px
}

.product-single .product-single-left .single-left {
  position: relative
}

.product-single .product-single-left .single-left .product-single__photo {
  margin: 0 auto;
  min-height: 1px;
  width: 100%;
  height: 100%;
  position: relative;
  border: 1px solid #eee
}

.product-single .product-single-left .zoomImg {
  cursor: crosshair
}

.product-single .product-single-right .dynamic-checkout {
  padding: 0 5px;
  margin-bottom: 25px
}

.product-single .product-single-right .dynamic-checkout .shopify-payment-button__button {
  font-size: 14px;
  font-weight: 400;
  padding: 17px 40px;
  border-radius: 0px;
  opacity: 1;
  background-color: var(--button-bg-hover-color);
  border-color: var(--button-bg-hover-color);
  color: var(--button-text-hover-color);
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s
}

.product-single .product-single-right .dynamic-checkout .shopify-payment-button__button:hover {
  background-color: var(--button-bg-color);
  border-color: var(--button-bg-color);
  color: var(--button-text-color)
}

.product-single .product-single-right .dynamic-checkout .shopify-payment-button__button--hidden {
  display: none
}

.product-single .product-single-right .product-single__meta .product-single__title {
  color: #000000;
  font-weight: 500;
  text-transform: capitalize;
  padding-bottom: 0px;
  font-size: 30px;
  border-bottom: 0;
  margin-bottom: 12px;
  padding-top: 10px;
  font-family: var(--primary-font);
  line-height: 1.1;
  letter-spacing: 0.1px
}

@media (max-width: 1199px) {
  .product-single .product-single-right .product-single__meta .product-single__title {
    font-size: 26px
  }
}

.product-single .product-single-right .product-single__meta .review {
  margin-bottom: 16px
}

@media (max-width: 767px) {
  .product-single .product-single-right .product-single__meta .review {
    margin-bottom: 12px
  }
}

.product-single .product-single-right .product-single__meta .review .no-review {
  color: #666;
  font-weight: 400;
  margin-left: 6px;
  vertical-align: middle
}

.product-single .product-single-right .product-single__meta .review .spr-badge {
  display: inline-block;
  vertical-align: top
}

.product-single .product-single-right .product-single__meta .review .spr-badge i {
  position: relative;
  opacity: 1;
  height: 18px;
  width: 18px;
  display: inline-block;
  top: 0px;
  vertical-align: top;
  font-style: normal
}

.product-single .product-single-right .product-single__meta .review .spr-badge i.spr-icon:after {
  content: '\F005';
  font-family: 'FontAwesome';
  color: #ccc;
  font-size: 14px;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s
}

.product-single .product-single-right .product-single__meta .review .spr-badge i.spr-icon-star-empty:before {
  display: none !important
}

.product-single .product-single-right .product-single__meta .review .spr-badge i.spr-icon-star:before,
.product-single .product-single-right .product-single__meta .review .spr-badge i.spr-icon-star-half-alt:before {
  display: none !important;
  content: '\F005';
  font-family: 'FontAwesome';
  color: #fec42d;
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  font-size: 14px;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s
}

.product-single .product-single-right .product-single__meta .review .spr-badge i.spr-icon-star:after,
.product-single .product-single-right .product-single__meta .review .spr-badge i.spr-icon-star-half-alt:after {
  content: '\F005';
  font-family: 'FontAwesome';
  color: #fec42d;
  font-size: 14px;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s
}

.product-single .product-single-right .product-single__meta .review .spr-badge i.spr-icon-star:nth-child(2n+1):before,
.product-single .product-single-right .product-single__meta .review .spr-badge i.spr-icon-star-half-alt:nth-child(2n+1):before {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out
}

.product-single .product-single-right .product-single__meta .review .spr-badge i.spr-icon-star:nth-child(2n+2):before,
.product-single .product-single-right .product-single__meta .review .spr-badge i.spr-icon-star-half-alt:nth-child(2n+2):before {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out
}

.product-single .product-single-right .product-single__meta .review .spr-badge i.spr-icon-star:nth-child(2n+3):before,
.product-single .product-single-right .product-single__meta .review .spr-badge i.spr-icon-star-half-alt:nth-child(2n+3):before {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out
}

.product-single .product-single-right .product-single__meta .review .spr-badge i.spr-icon-star:nth-child(2n+4):before,
.product-single .product-single-right .product-single__meta .review .spr-badge i.spr-icon-star-half-alt:nth-child(2n+4):before {
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out
}

.product-single .product-single-right .product-single__meta .review .spr-badge i.spr-icon-star:nth-child(2n+5):before,
.product-single .product-single-right .product-single__meta .review .spr-badge i.spr-icon-star-half-alt:nth-child(2n+5):before {
  -webkit-transition: all 1.2s ease-in-out;
  -moz-transition: all 1.2s ease-in-out;
  -o-transition: all 1.2s ease-in-out;
  transition: all 1.2s ease-in-out
}

.product-single .product-single-right .product-single__meta .review .spr-badge i.spr-icon-star-half-alt:before {
  content: '\f123'
}

.product-single .product-single-right .product-single__meta .review .spr-badge i.spr-icon-star-half-alt:after {
  content: '\f123'
}

.product-single .product-single-right .product-single__meta .review .write_comment {
  text-decoration: none;
  color: #777;
  margin: 0;
  font-weight: 500;
  position: relative;
  margin-left: 7px;
  vertical-align: middle
}

.product-single .product-single-right .product-single__meta .review .write_comment i {
  font-size: 14px;
  padding-left: 5px;
  position: relative;
  top: 2px;
  display: none
}

.product-single .product-single-right .product-single__meta .review .write_comment:after {
  content: '';
  background: url(var(--write-review)) no-repeat center;
  height: 10px;
  width: 10px;
  position: absolute;
  right: 0;
  top: 4px;
  margin-right: -15px;
  display: none
}

.product-single .product-single-right .product-single__meta .price-product {
  margin-bottom: 17px
}

.product-single .product-single-right .product-single__meta .product-single__price {
  color: #000000;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 0px;
  padding-left: 0;
  line-height: 23px;
  display: inline-block;
  vertical-align: middle
}

.product-single .product-single-right .product-single__meta .product-single__price.visibility-hidden {
  display: none
}

.product-single .product-single-right .product-single__meta .product-single__price .discount-percentage {
  color: var(--brand-secondary);
  font-size: 15px;
  background: #f3f3f3;
  padding: 5px 13px;
  font-weight: 500;
  line-height: 14px;
  margin: 0
}

.product-single .product-single-right .product-single__meta .product-single__price #ComparePrice-product-template {
  color: #888;
  font-size: 18px;
  vertical-align: bottom
}

.product-single .product-single-right .product-single__meta .product-single__price #ProductPrice-product-template,
.product-single .product-single-right .product-single__meta .product-single__price .product-price__price {
  color: #000;
  font-weight: 500;
  margin: 0px
}

.product-single .product-single-right .product-single__meta .product-single__price #ProductPrice-product-template .regular-price,
.product-single .product-single-right .product-single__meta .product-single__price .product-price__price .regular-price {
  font-size: 20px;
  color: #888
}

.product-single .product-single-right .product-single__meta .product-single__price .product-price__sale {
  color: #000;
  margin: 0;
  line-height: 23px
}

.product-single .product-single-right .product-single__meta .product-single__price .product-price__sale #ComparePrice-product-template {
  color: #666666;
  margin: 0 5px
}

.product-single .product-single-right .product-single__meta .product-single__price .product-price__sale #ProductPrice-product-template {
  margin: 0;
  font-weight: 500
}

.product-single .product-single-right .product-single__meta .wishlist-chart {
  margin-bottom: 15px;
  margin-top: 15px
}

.product-single .product-single-right .product-single__meta .add-to-wishlist {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  margin-left: 0px
}

.product-single .product-single-right .product-single__meta .add-to-wishlist i {
  font-size: 14px;
  margin-right: 8px;
  color: #777
}

.product-single .product-single-right .product-single__meta .add-to-wishlist i:before {
  content: '\f004'
}

.product-single .product-single-right .product-single__meta .add-to-wishlist .btn {
  padding: 0px;
  background-color: transparent;
  border-color: transparent;
  color: #000
}

.product-single .product-single-right .product-single__meta .add-to-wishlist .btn:hover {
  background-color: transparent;
  border-color: transparent;
  color: #666
}

.product-single .product-single-right .product-single__meta .add-to-wishlist .btn:active {
  box-shadow: none
}

.product-single .product-single-right .product-single__meta .add-to-wishlist span {
  font-size: 14px;
  text-transform: capitalize
}

.product-single .product-single-right .product-single__meta .add-to-wishlist .loader-btn a span {
  display: inline-block;
  opacity: 1;
  color: #000
}

.product-single .product-single-right .product-single__meta .add-to-wishlist .loader-btn i {
  color: #000
}

.product-single .product-single-right .product-single__meta .add-to-wishlist .loader-btn i:before {
  content: '\f1ce'
}

.product-single .product-single-right .product-single__meta .size-chart {
  padding: 0;
  width: auto;
  border: none;
  margin-left: 20px;
  text-transform: capitalize;
  font-size: 15px;
  background: none;
  color: #000
}

.product-single .product-single-right .product-single__meta .size-chart svg {
  width: 27px;
  height: auto;
  margin-top: -2px;
  vertical-align: middle;
  margin-right: 9px
}

.product-single .product-single-right .product-single__meta .size-chart svg path {
  fill: #777;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s
}

.product-single .product-single-right .product-single__meta .size-chart:hover,
.product-single .product-single-right .product-single__meta .size-chart:focus {
  background-color: transparent;
  color: #666
}

.product-single .product-single-right .product-single__meta .size-chart:hover svg path,
.product-single .product-single-right .product-single__meta .size-chart:focus svg path {
  fill: #777
}

.product-single .product-single-right .product-single__meta .product-single__vendor,
.product-single .product-single-right .product-single__meta .available-stock,
.product-single .product-single-right .product-single__meta .variant-sku,
.product-single .product-single-right .product-single__meta #sold-out {
  color: #666666;
  font-size: 14px;
  text-transform: capitalize;
  letter-spacing: 0.2px;
  margin: 0px 0 8px;
  font-weight: 500
}

.product-single .product-single-right .product-single__meta .product-single__vendor span,
.product-single .product-single-right .product-single__meta .available-stock span,
.product-single .product-single-right .product-single__meta .variant-sku span,
.product-single .product-single-right .product-single__meta #sold-out span {
  font-weight: 400;
  margin-left: 10px
}

.product-single .product-single-right .product-single__meta .product-single__vendor {
  margin-bottom: 5px
}

.product-single .product-single-right .product-single__meta .product-single__vendor.available {
  margin-bottom: 17px
}

.product-single .product-single-right .product-single__meta .available-stock {
  display: none;
  position: relative;
  margin: 10px 0 10px;
  padding-left: 5px
}

.product-single .product-single-right .product-single__meta .instock,
.product-single .product-single-right .product-single__meta .outstock {
  display: inline-block;
  font-weight: 600;
  vertical-align: middle;
  color: #232323
}

.product-single .product-single-right .product-single__meta .instock i,
.product-single .product-single-right .product-single__meta .outstock i {
  line-height: 22px;
  display: inline-block;
  vertical-align: middle
}

.product-single .product-single-right .product-single__meta .instock {
  display: none !important
}

.product-single .product-single-right .product-single__meta .product-available {
  color: #4cbb6c
}

.product-single .product-single-right .product-single__meta .product-unavailable {
  color: #ff9a52
}

.product-single .product-single-right .product-single__meta .product-single__description {
  color: #333;
  margin-bottom: 15px;
  color: #323;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.8px;
  line-height: 20px
}

.product-single .product-single-right .product-single__meta .product-form {
  margin-bottom: 0px
}

.product-single .product-single-right .product-single__meta .product-form .selector-wrapper {
  display: none;
  width: 38.35%;
  float: left;
  position: relative
}

@media (max-width: 1199px) {
  .product-single .product-single-right .product-single__meta .product-form .selector-wrapper {
    width: 40%
  }
}

@media (max-width: 991px) {
  .product-single .product-single-right .product-single__meta .product-form .selector-wrapper {
    width: 50%
  }
}

@media (max-width: 375px) {
  .product-single .product-single-right .product-single__meta .product-form .selector-wrapper {
    width: 64%
  }
}

.product-single .product-single-right .product-single__meta .product-form .selector-wrapper select {
  height: 45px;
  width: 100%;
  background-image: url(var(--dropdown-sprite));
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-color: #fff;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
  outline: none;
  color: #888;
  border: 1px solid #e9e9e9
}

.product-single .product-single-right .product-single__meta .product-form .selector-wrapper select .veriant-option {
  outline: none
}

.product-single .product-single-right .product-single__meta .product-form .selector-wrapper label {
  font-size: 16px
}

.product-single .product-single-right .product-single__meta .product-form label {
  font-weight: 600
}

.product-single .product-single-right .product-single__meta .quantity-cart {
  display: block;
  width: 100%;
  display: inline-flex;
  align-items: flex-end;
  margin-bottom: 26px
}

.product-single .product-single-right .product-single__meta .quantity-cart .product-form__item {
  margin-bottom: 0px !important
}

.product-single .product-single-right .product-single__meta .product-selection .product-info {
  display: inline-block;
  width: 60%;
  padding: 0;
  margin-top: 5px
}

@media (max-width: 1599px) {
  .product-single .product-single-right .product-single__meta .product-selection .product-info {
    width: 50%
  }
}

@media (max-width: 1199px) {
  .product-single .product-single-right .product-single__meta .product-selection .product-info {
    width: 55%
  }
}

@media (max-width: 543px) {
  .product-single .product-single-right .product-single__meta .product-selection .product-info {
    width: 53%
  }
}

@media (max-width: 1199px) {
  .product-single .product-single-right .product-single__meta .product-selection .product-info.product-sale .product-single__price {
    float: none;
    line-height: unset;
    margin-bottom: 20px
  }
}

.product-single .product-single-right .product-single__meta .product-selection .product-form__item {
  margin-bottom: 26px
}

.product-single .product-single-right .product-single__meta .product-selection .product-form__item label {
  display: block;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 10px
}

.product-single .product-single-right .product-single__meta .product-selection .product-form__item.product-form__item--quantity {
  display: inline-block;
  width: auto !important;
  clear: both
}

.product-single .product-single-right .product-single__meta .product-selection .item_info {
  display: block
}

.product-single .product-single-right .product-single__meta .product-selection .product-form__item--submit,
.product-single .product-single-right .product-single__meta .product-selection .available-stock {
  float: left;
  width: auto;
  margin-right: 0px
}

.product-single .product-single-right .product-single__meta .product-selection .product-form__item--submit {
  margin-bottom: 0px;
  width: 100%
}

.product-single .product-single-right .product-single__meta .product-selection .product-form__item--submit .addToCart {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0px
}

.product-single .product-single-right .product-single__meta .product-selection .product-form__item--submit .addToCart {
  width: 100%
}

.product-single .product-single-right .product-single__meta .product-selection .product-form__item--submit .addToCart .btn {
  margin-right: 10px
}

.product-single .product-single-right .product-single__meta .product-selection .product-form__item--submit .btn {
  padding: 9px 16px;
  height: 50px;
  font-size: 14px;
  letter-spacing: 0.5px
}

.product-single .product-single-right .product-single__meta .trusted-img {
  margin-bottom: 25px
}

.product-single .product-single-right .product-single__meta .share_this_btn {
  margin-bottom: 20px
}

.product-single .product-single-right .product-single__meta .share_this_btn a {
  transition: all 0.3s ease-in-out;
  transform: translateY(0px)
}

.product-single .product-single-right .product-single__meta .share_this_btn a>span {
  height: 25px !important;
  width: 25px !important
}

.product-single .product-single-right .product-single__meta .share_this_btn a .at-icon {
  height: 25px !important;
  width: 25px !important
}

.product-single .product-single-right .product-single__meta .share_this_btn a:hover {
  transform: translateY(-3px)
}

.product-single .product-single-right .product-single__meta .share_this_btn a.addthis_button_compact:hover {
  transform: translateY(0px)
}

.product-single .product-single-right .product-single__meta .share_this_btn .at-icon-wrapper {
  background-color: transparent !important
}

.product-single .product-single-right .product-single__meta .share_this_btn .at-icon-wrapper svg {
  fill: #777
}

.product-single .product-single-right .product-single__meta .share_this_btn .addthis_toolbox a {
  margin-right: 3px;
  margin-bottom: 0
}

.product-single .product-single-right .product-single__meta .block-reassurence-tab {
  margin-bottom: 20px
}

.product-single .product-single-right .product-single__meta .block-reassurence-tab li {
  margin-bottom: 7px
}

.product-single .product-single-right .product-single__meta .block-reassurence-tab li:last-child {
  margin-bottom: 0px
}

.product-single .product-single-right .product-single__meta .block-reassurence-tab li .block-reassurance-item {
  padding: 20px 30px;
  border: none;
  background: #f8f8f8;
  margin-bottom: 10px;
  border-radius: 0px
}

.product-single .product-single-right .product-single__meta .block-reassurence-tab li .block-reassurance-item img {
  opacity: 0.9;
  margin-right: 5px
}

.product-single .product-single-right .product-single__meta .block-reassurence-tab li .block-reassurance-item .title {
  text-transform: capitalize;
  font-size: 15px;
  color: #000;
  font-weight: 500;
  position: relative;
  padding-right: 10px;
  margin-right: 5px;
  font-family: var(--primary-font)
}

.product-single .product-single-right .product-single__meta .block-reassurence-tab li .block-reassurance-item .title:after {
  content: '';
  height: 1px;
  width: 7px;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  right: -4px;
  top: 14px
}

.product-single .product-single-right .product-single__meta .block-reassurence-tab li .block-reassurance-item .sub-title {
  color: #888;
  font-weight: 400;
  font-size: 14px;
  font-family: var(--primary-font);
  font-style: italic
}

.product-single .product-single-right .product-single__meta .progress-content {
  margin-bottom: 20px
}

.product-single .product-single-right .product-single__meta .progress-content .quantity-value {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 500
}

.product-single .product-single-right .product-single__meta .progress-content .quantity-value .variant_quantity {
  padding: 5px;
  color: var(--brand-secondary);
  font-weight: 700;
  animation: blink-animation 1s steps(5, start) infinite
}

.product-single .product-single-right .product-single__meta .progress-content #progress-bar {
  height: 12px;
  width: 70%;
  position: relative;
  border-radius: 10px;
  background: #e1e1e1;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2)
}

.product-single .product-single-right .product-single__meta .progress-content #progress-bar>span {
  display: block;
  height: 100%;
  border-radius: 10px;
  background: -webkit-linear-gradient(left, #ff3d12 0%, #edd728 100%);
  position: relative;
  overflow: hidden
}

@keyframes blink-animation {
  to {
    visibility: hidden
  }
}

@-webkit-keyframes blink-animation {
  to {
    visibility: hidden
  }
}

.styled-input {
  min-width: 200px;
  padding: 10px 15px
}

.product-swatch,
.quickview-swatch {
  display: block;
  clear: both;
  width: 100%;
  padding-left: 5px
}

.product-swatch .custom-swatch,
.quickview-swatch .custom-swatch {
  display: block;
  clear: both;
  overflow: hidden;
  margin-bottom: 15px
}

.product-swatch label,
.quickview-swatch label {
  font-size: 14px;
  text-transform: capitalize;
  margin: 0px;
  font-weight: 600;
  margin-bottom: 8px
}

.product-swatch .option-swatch .custom-swatch,
.quickview-swatch .option-swatch .custom-swatch {
  margin: 0;
  border: 1px solid #dddddd;
  text-align: center;
  color: #777777;
  transition: 0.2s ease;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  margin-bottom: 6px;
  padding: 8px 16px
}

.product-swatch .option-swatch .custom-swatch.color-swatch,
.quickview-swatch .option-swatch .custom-swatch.color-swatch {
  width: 35px;
  height: 35px;
  box-shadow: 2px 2px 4px #e0e0e0;
  border: 1px solid #dddddd
}

.product-swatch .option-swatch .custom-swatch.color-swatch.active,
.quickview-swatch .option-swatch .custom-swatch.color-swatch.active {
  transform: scale(0.9);
  border-color: #000000
}

.product-swatch .option-swatch .custom-swatch.active,
.quickview-swatch .option-swatch .custom-swatch.active {
  border-color: #000000;
  color: #000000
}

.product-swatch .option-swatch .custom-swatch.disabled-option,
.quickview-swatch .option-swatch .custom-swatch.disabled-option {
  opacity: 0.4
}

.product-swatch .option-swatch .custom-swatch.disabled-option.non-color-option,
.quickview-swatch .option-swatch .custom-swatch.disabled-option.non-color-option {
  background-color: #dddddd
}

.product-tab {
  margin: 50px auto;
  text-align: center;
  border: 1px solid #e9e9e9;
  background-color: #fff
}

@media (max-width: 991px) {
  .product-tab {
    margin: 20px auto 40px
  }
}

.product-tab>div {
  padding: 15px;
  text-align: left;
  line-height: 26px;
  color: #787878;
  margin-bottom: 20px;
  letter-spacing: 0.1px;
  font-weight: 500;
  font-size: 14px;
  overflow: hidden
}

@media (max-width: 543px) {
  .product-tab>div {
    margin-bottom: 18px;
    padding: 5px;
    line-height: 24px
  }
  .product-tab>div .spr-summary {
    text-align: left
  }
}

.product-tab>div p {
  font-size: 14px !important
}

.product-tab #desc>h4,
.product-tab #desc>.h4,
.product-tab .custom-desc>h4,
.product-tab .custom-desc>.h4 {
  color: #000;
  font-weight: 600;
  letter-spacing: 0.2px;
  margin-bottom: 14px;
  font-size: 14px
}

.product-tab #desc>ul,
.product-tab #desc>ol,
.product-tab .custom-desc>ul,
.product-tab .custom-desc>ol {
  margin-bottom: 18px;
  padding-left: 26px
}

.product-tab #desc>ul li,
.product-tab #desc>ol li,
.product-tab .custom-desc>ul li,
.product-tab .custom-desc>ol li {
  list-style: unset;
  padding-left: 3px
}

.product-tab #desc>ul li:marker,
.product-tab #desc>ol li:marker,
.product-tab .custom-desc>ul li:marker,
.product-tab .custom-desc>ol li:marker {
  line-height: 14px
}

@media (max-width: 543px) {
  .product-tab #desc>ul li,
  .product-tab #desc>ol li,
  .product-tab .custom-desc>ul li,
  .product-tab .custom-desc>ol li {
    margin-bottom: 6px
  }
  .product-tab #desc>ul li:last-child,
  .product-tab #desc>ol li:last-child,
  .product-tab .custom-desc>ul li:last-child,
  .product-tab .custom-desc>ol li:last-child {
    margin-bottom: 0
  }
}

.product-tab #desc blockquote,
.product-tab .custom-desc blockquote {
  text-align: left;
  line-height: 26px;
  color: #787878;
  margin-bottom: 0;
  letter-spacing: 0.2px;
  font-weight: 500;
  font-size: 13px;
  border-left: 3px solid #e5e5e5;
  margin-left: 15px
}

@media (max-width: 543px) {
  .product-tab #desc blockquote,
  .product-tab .custom-desc blockquote {
    padding: 0;
    margin-left: 8px;
    padding-left: 15px
  }
}

.product-tab .tabs {
  border-bottom: none;
  margin-bottom: 10px;
  text-align: center;
  line-height: 40px;
  position: relative;
  display: inline-block;
  margin-top: 0
}

.product-tab .tab-id li {
  display: inline-block;
  vertical-align: top;
  margin: -3px 0 0 0;
  float: none;
  text-transform: uppercase;
  margin-left: 12px
}

@media (max-width: 1199px) {
  .product-tab .tab-id li {
    margin-left: 4px
  }
}

@media (max-width: 767px) {
  .product-tab .tab-id li {
    margin: 7px 0 0 5px
  }
}

@media (max-width: 543px) {
  .product-tab .tab-id li {
    display: block;
    margin: 0;
    margin-top: 7px;
    margin-bottom: 7px
  }
}

.product-tab .tab-id li:first-child {
  margin-left: 0px
}

.product-tab .tab-id li:last-child {
  margin-bottom: 0px
}

.product-tab .tab-id li a {
  color: #000;
  padding-left: 1px;
  padding-right: 1px;
  padding: 8px 12px;
  border: none;
  background: #f5f5f5;
  letter-spacing: 1px;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0;
  position: relative;
  z-index: 1
}

@media (max-width: 1199px) {
  .product-tab .tab-id li a {
    padding: 8px 9px;
    letter-spacing: 0.2px;
    font-size: 13px
  }
}

.product-tab .tab-id li a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  z-index: -1;
  background-color: #000;
  -webkit-transition: all 0.58s;
  -moz-transition: all 0.58s;
  -o-transition: all 0.58s;
  transition: all 0.58s;
  transition-delay: 0.08s;
  transition-timing-function: ease;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1)
}

@media (max-width: 767px) {
  .product-tab .tab-id li a {
    font-size: 13px;
    padding: 8px 10px;
    letter-spacing: 0.1px
  }
}

.product-tab .tab-id li a.active,
.product-tab .tab-id li a:hover {
  border-color: transparent;
  background: transparent;
  color: #fff
}

.product-tab .tab-id li a.active:after,
.product-tab .tab-id li a:hover:after {
  height: 100%;
  -webkit-transition: all 0.58s;
  -moz-transition: all 0.58s;
  -o-transition: all 0.58s;
  transition: all 0.58s;
  transition-delay: 0.08s
}

.product-tab #shopify-product-reviews {
  margin: 0
}

.product-tab #product-review .spr-container .spr-header .spr-header-title,
.product-tab #product-review .spr-container .spr-content .spr-header-title {
  display: none
}

.product-tab #product-review .spr-container .spr-header .spr-starrating i,
.product-tab #product-review .spr-container .spr-header .spr-starratings i,
.product-tab #product-review .spr-container .spr-content .spr-starrating i,
.product-tab #product-review .spr-container .spr-content .spr-starratings i {
  opacity: 1
}

.product-tab #product-review .spr-container .spr-header .spr-starrating i:before,
.product-tab #product-review .spr-container .spr-header .spr-starratings i:before,
.product-tab #product-review .spr-container .spr-content .spr-starrating i:before,
.product-tab #product-review .spr-container .spr-content .spr-starratings i:before {
  font-size: 14px;
  width: 16px;
  content: '\F005';
  font-family: 'FontAwesome'
}

.product-tab #product-review .spr-container .spr-header .spr-starrating .spr-icon-star-empty:before,
.product-tab #product-review .spr-container .spr-header .spr-starratings .spr-icon-star-empty:before,
.product-tab #product-review .spr-container .spr-content .spr-starrating .spr-icon-star-empty:before,
.product-tab #product-review .spr-container .spr-content .spr-starratings .spr-icon-star-empty:before {
  color: #ccc;
  content: '\F005';
  font-family: 'FontAwesome'
}

@media (max-width: 543px) {
  .product-tab #product-review .spr-container .spr-header .spr-summary-actions,
  .product-tab #product-review .spr-container .spr-content .spr-summary-actions {
    width: 100%;
    display: inline-block;
    text-align: left
  }
}

.product-tab #product-review .spr-container .spr-header .spr-summary-actions a,
.product-tab #product-review .spr-container .spr-content .spr-summary-actions a {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: auto;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  padding: 10px 18px;
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: 1px solid var(--button-bg-color);
  border-radius: 0px;
  text-transform: uppercase;
  white-space: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  font-weight: 400;
  outline: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s
}

@media (max-width: 543px) {
  .product-tab #product-review .spr-container .spr-header .spr-summary-actions a,
  .product-tab #product-review .spr-container .spr-content .spr-summary-actions a {
    margin-top: 20px;
    float: none;
    display: inline-block
  }
}

.product-tab #product-review .spr-container .spr-header .spr-summary-actions a:hover,
.product-tab #product-review .spr-container .spr-content .spr-summary-actions a:hover {
  background-color: var(--button-bg-hover-color);
  color: var(--button-text-hover-color);
  border: 1px solid var(--button-bg-hover-color)
}

.product-tab #product-review .spr-container .spr-content .spr-form-review-rating a {
  opacity: 1;
  width: 19px
}

.product-tab #product-review .spr-container .spr-content .spr-form-review-rating a:before {
  font-size: 14px
}

.product-tab #product-review .spr-container .spr-content .spr-form-review-rating a.spr-icon-star-empty {
  color: #ccc !important
}

.product-tab #product-review .spr-container .spr-content .spr-form-review-rating a.spr-icon-star-hover {
  color: #fec42d !important
}

.product-tab #product-review .spr-container .spr-content .spr-form-review-rating a.spr-icon-star-hover:before {
  color: #fec42d !important
}

.product-tab #product-review .spr-container .spr-review-reportreview {
  font-size: 13px;
  line-height: 16px;
  color: #777;
  float: left;
  font-weight: 600;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s
}

.product-tab #product-review .spr-container .spr-review-reportreview:hover {
  color: #000
}

.product-tab #product-review .spr-container .spr-review-header-title {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  margin-bottom: 7px
}

.product-tab #product-review .spr-container .spr-review-content {
  margin: 0 0 20px 0
}

.product-tab #product-review .spr-container .spr-review-content .spr-review-content-body {
  line-height: 24px;
  word-wrap: break-word
}

.product-tab #product-review .spr-container .spr-review-header-byline {
  font-style: normal;
  font-size: 13px;
  opacity: 1;
  color: #787878;
  font-weight: 500;
  margin-bottom: 12px
}

.product-tab #product-review .spr-container .spr-review-header-byline strong {
  font-weight: 500
}

.product-tab #product-review .spr-container {
  border: none;
  padding: 0
}

.product-tab #product-review .spr-review,
.product-tab #product-review .spr-form {
  border-color: #e3e3e3
}

.product-tab #product-review .spr-form form fieldset input {
  height: 45px
}

.product-tab #shipping .policy>div {
  line-height: 20px;
  margin-bottom: 15px
}

.product-tab #shipping .policy>div:last-child {
  margin-bottom: 0
}

.product-tab #shipping .title {
  font-weight: 600;
  color: #000;
  font-family: var(--primary-font);
  letter-spacing: 1px;
  font-size: 19px;
  display: none
}

.product-tab #shipping .inner-content>h4,
.product-tab #shipping .inner-content>.h4 {
  font-size: 15px;
  font-weight: 600;
  color: #000
}

.product-template__container .related {
  margin-bottom: 0px;
  margin-top: 25px
}

.product-template__container .related div#relatedproduct-carousel {
  box-shadow: none;
  border: none
}

.product-template__container .related .section-header {
  text-align: center
}

.product-template__container .related .section-header.main-title {
  margin-bottom: 10px
}

@media (max-width: 543px) {
  .product-template__container .related .section-header.main-title {
    margin-bottom: 20px
  }
}

.product-template__container .related .owl-nav {
  margin-top: 15px
}

@media (max-width: 543px) {
  .product-template__container .related .owl-nav {
    margin-top: 25px
  }
}

.template-product .return-link-wrapper a {
  margin: 0
}

.template-product .site-footer {
  margin-top: 50px
}

@media (max-width: 991px) {
  .template-product .site-footer {
    margin-top: 30px
  }
}

#shopify-section-_relatedproductsblock {
  margin-top: 50px
}

@media (max-width: 991px) {
  #shopify-section-_relatedproductsblock {
    margin-bottom: 30px
  }
}

.gradingGuideContainer .condition {
  margin-bottom: 25px
}

.gradingGuideContainer .condition h4,
.gradingGuideContainer .condition .h4 {
  margin-top: 8px
}

#slidetop {
  background: var(--button-bg-color) none repeat scroll 0 0;
  color: transparent;
  border-radius: 50%;
  bottom: 15px;
  cursor: pointer;
  height: 40px;
  overflow: hidden;
  padding: 6px;
  position: fixed;
  right: 15px;
  text-align: center;
  width: 40px;
  z-index: 99;
  box-shadow: 0 0 2px 4px rgba(255, 255, 255, 0.1);
  display: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s
}

#slidetop::after {
  content: '\E5CE';
  display: inline-block;
  color: var(--button-text-color);
  font-family: material icons;
  font-size: 26px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0px
}

#slidetop:hover {
  background-color: var(--button-bg-hover-color)
}

#slidetop:hover:after {
  color: var(--button-text-hover-color)
}

.manufacture-main {
  clear: left
}

@media (max-width: 543px) {
  #shopify-section-list-collections-template .grid__item {
    width: 100%
  }
}

#drawer-toggle {
  position: absolute;
  opacity: 0
}

#drawer-toggle-label {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  left: 0px;
  height: 40px;
  width: 40px;
  display: block;
  background: rgba(255, 255, 255, 0);
  z-index: 1;
  text-align: center;
  padding: 8px 0px
}

#drawer-toggle-label i {
  color: #333
}

#drawer-toggle:checked~#drawer-toggle-label {
  height: 100%
}

#drawer-toggle:checked~.navdrawer {
  right: 0px
}

@media (max-width: 991px) {
  #drawer-toggle:checked~.navdrawer {
    right: auto;
    left: 0
  }
}

#drawer-toggle:checked~#page-content {
  margin-left: 300px
}

.navdrawer #drawer-toggle-label {
  position: relative !important;
  height: 30px;
  display: block;
  width: 100%;
  text-align: right
}

@media (max-width: 991px) {
  .navdrawer #drawer-toggle-label {
    text-align: left
  }
}

.navdrawer #drawer-toggle-label i {
  color: #fff;
  top: 0;
  left: 5px;
  font-size: 24px
}

@media (max-width: 991px) {
  .navdrawer #drawer-toggle-label i {
    color: #000
  }
}

.template-article #shopify-section-sidebar .tag-filter {
  display: none
}

.responsive-sidebar {
  padding: 0 15px;
  overflow: hidden
}

.disabled {
  opacity: 1 !important
}

.template-login {
  width: 100%
}

.template-login .grid__item {
  float: none
}

.template-cart .empty-page-content {
  padding: 130px 0
}

.template-cart .cart__continue-btn {
  margin: 20px 0
}

.template-search .sca-qv-button-wrap .sca-qv-button {
  display: none !important
}

#quickviewModal .modal-dialog {
  max-width: 1100px;
  top: 10%;
  width: 100%
}

@media (max-width: 767px) {
  #quickviewModal .modal-dialog {
    width: unset
  }
}

#quickviewModal .modal-header {
  padding-bottom: 0
}

#quickviewModal .modal-header button {
  color: #333;
  font-size: 28px;
  opacity: 1
}

#quickviewModal .modal-body {
  display: block;
  overflow: hidden;
  width: 100%;
  color: #000;
  font-size: 14px
}

#quickviewModal .modal-body #qv-images-container #qv-product-cover {
  text-align: center;
  border: 1px solid #e9e9e9
}

#quickviewModal .modal-body #qv-images-container #qv-thumbnails {
  padding-top: 10px
}

#quickviewModal .modal-body #qv-images-container #qv-thumbnails .thumb-item {
  display: inline-block;
  padding: 10px;
  vertical-align: middle
}

#quickviewModal .modal-body #qv-images-container #qv-thumbnails .thumb-item img {
  border: 1px solid #e9e9e9
}

#quickviewModal .modal-body #qv-images-container #qv-thumbnails i {
  margin-top: 0 !important
}

#quickviewModal .modal-body #qv-images-container #qv-thumbnails .owl-nav {
  margin-top: 0
}

#quickviewModal .modal-body #qv-images-container #qv-thumbnails .owl-nav .owl-prev,
#quickviewModal .modal-body #qv-images-container #qv-thumbnails .owl-nav .owl-next {
  top: 43%;
  left: -6px;
  position: absolute
}

@media (max-width: 375px) {
  #quickviewModal .modal-body #qv-images-container #qv-thumbnails .owl-nav .owl-prev,
  #quickviewModal .modal-body #qv-images-container #qv-thumbnails .owl-nav .owl-next {
    top: 40%
  }
}

#quickviewModal .modal-body #qv-images-container #qv-thumbnails .owl-nav .owl-next {
  right: -6px;
  left: auto
}

#quickviewModal .modal-body #qv-images-container #qv-thumbnails .owl-dots {
  display: none
}

#quickviewModal .modal-body #qv-text-container>div {
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.8px;
  line-height: 20px
}

#quickviewModal .modal-body #qv-text-container #qv-productdescription {
  text-align: left;
  line-height: 26px;
  color: #787878;
  margin-bottom: 10px;
  letter-spacing: 0.1px;
  font-weight: 500;
  font-size: 14px;
  overflow: hidden
}

@media (max-width: 767px) {
  #quickviewModal .modal-body #qv-text-container #qv-productdescription {
    line-height: 24px
  }
  #quickviewModal .modal-body #qv-text-container #qv-productdescription .spr-summary {
    text-align: left
  }
}

#quickviewModal .modal-body #qv-text-container #qv-productdescription p {
  font-size: 14px !important
}

#quickviewModal .modal-body #qv-text-container #qv-productname {
  text-transform: capitalize;
  letter-spacing: 1px;
  font-size: 26px;
  font-weight: 500;
  margin: 0 0 15px;
  color: #232323
}

@media (max-width: 767px) {
  #quickviewModal .modal-body #qv-text-container #qv-productname {
    font-size: 20px;
    line-height: 24px;
    padding-top: 12px;
    margin: 0 0 5px
  }
}

#quickviewModal .modal-body #qv-text-container #qv-productprice {
  line-height: 33px;
  display: inline-block;
  margin-bottom: 6px
}

@media (max-width: 767px) {
  #quickviewModal .modal-body #qv-text-container #qv-productprice {
    margin-bottom: 3px
  }
}

#quickviewModal .modal-body #qv-text-container #qv-productprice .regular {
  color: #666;
  font-weight: 400;
  font-size: 20px;
  float: right
}

@media (max-width: 767px) {
  #quickviewModal .modal-body #qv-text-container #qv-productprice .regular {
    font-size: 17px
  }
}

#quickviewModal .modal-body #qv-text-container #qv-productprice .qv-discountprice {
  margin-left: 10px;
  font-size: 17px
}

#quickviewModal .modal-body #qv-text-container #qv-productprice .qv-regularprice.single-price {
  line-height: 26px
}

#quickviewModal .modal-body #qv-text-container #qv-productprice .is-bold {
  color: #000;
  font-weight: 500;
  font-size: 20px
}

@media (max-width: 767px) {
  #quickviewModal .modal-body #qv-text-container #qv-productprice .is-bold {
    font-size: 17px
  }
}

#quickviewModal .modal-body #qv-text-container #qv-productprice .discount-percentage {
  font-weight: 600;
  background: #f1f1f1;
  color: #000000;
  padding: 7px 11px;
  line-height: 15px;
  margin: 0 8px;
  font-size: 14px;
  margin-bottom: 0px;
  text-transform: unset;
  display: none
}

#quickviewModal .modal-body #qv-text-container #qv-productprice .discount-percentage span {
  display: inline-block;
  vertical-align: middle;
  color: #000000
}

#quickviewModal .modal-body #qv-text-container #qv-productprice .product-price__sold-out {
  display: none
}

#quickviewModal .modal-body #qv-text-container #qv-spr-badge .spr-starrating {
  display: inline-block;
  vertical-align: top
}

#quickviewModal .modal-body #qv-text-container #qv-spr-badge .spr-starrating i {
  margin: 0 1px;
  opacity: 1
}

#quickviewModal .modal-body #qv-text-container #qv-spr-badge .spr-starrating i:before {
  font-size: 14px;
  width: 16px;
  content: '\F005';
  font-family: 'FontAwesome';
  color: #ccc !important
}

#quickviewModal .modal-body #qv-text-container #qv-spr-badge .spr-starrating .spr-icon-star:before,
#quickviewModal .modal-body #qv-text-container #qv-spr-badge .spr-starrating .spr-icon-star-half-alt:before {
  color: #fec42d !important
}

#quickviewModal .modal-body #qv-text-container #qv-discount {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 2px 10px
}

#quickviewModal .modal-body #qv-text-container #qv-quantity {
  padding-top: 10px
}

#quickviewModal .modal-body #qv-text-container #qv-quantity .add-to-cart {
  display: block;
  width: 100%;
  overflow: hidden
}

#quickviewModal .modal-body #qv-text-container #qv-quantity .add-to-cart .product-selector {
  overflow: hidden
}

#quickviewModal .modal-body #qv-text-container #qv-quantity .add-to-cart .product-selector .selector-wrapper {
  display: none;
  width: 50%;
  float: left;
  padding-right: 20px;
  margin-bottom: 30px;
  position: relative
}

#quickviewModal .modal-body #qv-text-container #qv-quantity .add-to-cart .product-selector .selector-wrapper select {
  width: 100%;
  background-image: url(var(--dropdown-sprite));
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-color: #fff;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
  color: #888;
  border: 1px solid #e9e9e9;
  outline: none
}

#quickviewModal .modal-body #qv-text-container #qv-quantity .add-to-cart .product-selector .selector-wrapper select .veriant-option {
  outline: none
}

#quickviewModal .modal-body #qv-text-container #qv-quantity .add-to-cart .product-selector .selector-wrapper label {
  font-size: 16px;
  font-weight: 500
}

#quickviewModal .modal-body #qv-text-container #qv-quantity .add-to-cart .product-form__item--submit {
  overflow: hidden;
  display: inline-block;
  width: 56%;
  vertical-align: middle
}

@media (max-width: 543px) {
  #quickviewModal .modal-body #qv-text-container #qv-quantity .add-to-cart .product-form__item--submit {
    width: auto;
    padding: 0 4px
  }
}

#quickviewModal .modal-body #qv-text-container #qv-quantity .add-to-cart .product-form__item--submit .qv-addToCart,
#quickviewModal .modal-body #qv-text-container #qv-quantity .add-to-cart .product-form__item--submit .addToCart {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 1;
  padding: 9px 18px 9px
}

#quickviewModal .modal-body #qv-text-container #qv-quantity .add-to-cart .product-form__item--submit .qv-addToCart.enable,
#quickviewModal .modal-body #qv-text-container #qv-quantity .add-to-cart .product-form__item--submit .addToCart.enable {
  opacity: 1;
  cursor: pointer;
  font-weight: 500;
  pointer-events: unset
}

#quickviewModal .modal-body #qv-text-container #qv-quantity .add-to-cart .product-form__item--submit .qv-addToCart.sold-out,
#quickviewModal .modal-body #qv-text-container #qv-quantity .add-to-cart .product-form__item--submit .addToCart.sold-out {
  opacity: 1;
  cursor: unset
}

#quickviewModal .modal-body #qv-text-container #qv-quantity .product-form__item .addToCart {
  line-height: 30px;
  width: 100%;
  display: inline-block
}

#quickviewModal .modal-body #qv-text-container #qv-quantity .quickview-swatch {
  margin-bottom: 25px
}

#quickviewModal .modal-header {
  border: none
}

#quickviewModal .modal-footer {
  padding: 0
}

.product-form__item--quantity,
.cart-qty-btns {
  float: left;
  display: inline-block;
  width: auto;
  vertical-align: middle;
  margin-bottom: 20px
}

.product-form__item--quantity>div,
.cart-qty-btns>div {
  color: #888;
  background: #fff;
  display: inline-block;
  width: 45px;
  padding: 0 10px;
  height: 50px;
  float: left;
  text-align: center;
  line-height: 48px;
  font-size: 23px;
  border: 1px solid #e9e9e9;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s
}

@media screen and (min-width: 768px) and (max-width: 1499px) {
  .product-form__item--quantity>div,
  .cart-qty-btns>div {
    width: 34px
  }
}

@media (max-width: 543px) {
  .product-form__item--quantity>div,
  .cart-qty-btns>div {
    width: 33px
  }
}

.product-form__item--quantity>div:hover,
.product-form__item--quantity>div:focus,
.cart-qty-btns>div:hover,
.cart-qty-btns>div:focus {
  color: #000
}

.product-form__item--quantity .quantity,
.cart-qty-btns .quantity {
  display: inline-block;
  vertical-align: middle;
  float: left;
  color: #888;
  background: #fff;
  border: none;
  width: 65px;
  text-align: center;
  height: 50px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9
}

@media screen and (min-width: 768px) and (max-width: 1499px) {
  .product-form__item--quantity .quantity,
  .cart-qty-btns .quantity {
    width: 52px
  }
}

@media (max-width: 543px) {
  .product-form__item--quantity .quantity,
  .cart-qty-btns .quantity {
    width: 50px
  }
}

.customhover-fadeinnormal.scale img,
.customhover-fadeinflip.scale img,
.customhover-fadeinrotate.scale img,
.customhover-fadeinrotate3D.scale img,
.customhover-fadeintop.scale img,
.customhover-fadeinbottom.scale img,
.customhover-fadeoutcenter.scale img,
.customhover-fadeinoutcorner.scale img,
.customhover-fadeinoutbordercorner.scale img,
.customhover-doublefadeincenter.scale img,
.customhover-fadeinoutdouble.scale img,
.customhover-fadeinoutsingle.scale img,
.customhover-fadeinoutdoublevertical.scale img,
.customhover-perspective.scale img,
.customhover-fadeinoutrotatevertical.scale img {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s
}

.customhover-fadeinnormal:hover.scale img,
.customhover-fadeinflip:hover.scale img,
.customhover-fadeinrotate:hover.scale img,
.customhover-fadeinrotate3D:hover.scale img,
.customhover-fadeintop:hover.scale img,
.customhover-fadeinbottom:hover.scale img,
.customhover-fadeoutcenter:hover.scale img,
.customhover-fadeinoutcorner:hover.scale img,
.customhover-fadeinoutbordercorner:hover.scale img,
.customhover-doublefadeincenter:hover.scale img,
.customhover-fadeinoutdouble:hover.scale img,
.customhover-fadeinoutsingle:hover.scale img,
.customhover-fadeinoutdoublevertical:hover.scale img,
.customhover-perspective:hover.scale img,
.customhover-fadeinoutrotatevertical:hover.scale img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1)
}

.customhover-fadeinoutsingle:before {
  content: '';
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
  height: 0;
  -webkit-transition: all 900ms ease-in-out 0s;
  -o-transition: all 900ms ease-in-out 0s;
  transition: all 900ms ease-in-out 0s;
  width: 100%
}

.customhover-fadeinoutsingle:hover:before {
  opacity: 0;
  height: 100%
}

.customhover-fadeinoutdouble:before {
  content: '';
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  height: 0;
  -webkit-transition: all 900ms ease-in-out 0s;
  -o-transition: all 900ms ease-in-out 0s;
  transition: all 900ms ease-in-out 0s;
  width: 100%
}

.customhover-fadeinoutdouble:after {
  content: '';
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  height: 0;
  -webkit-transition: all 900ms ease-in-out 0s;
  -o-transition: all 900ms ease-in-out 0s;
  transition: all 900ms ease-in-out 0s;
  width: 100%
}

.customhover-fadeinoutdouble:hover:before {
  opacity: 0;
  height: 85%
}

.customhover-fadeinoutdouble:hover:after {
  opacity: 0;
  height: 85%
}

.customhover-fadeinoutdoublevertical:before {
  content: '';
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
  width: 0;
  -webkit-transition: all 900ms ease-in-out 0s;
  -o-transition: all 900ms ease-in-out 0s;
  transition: all 900ms ease-in-out 0s;
  height: 100%
}

.customhover-fadeinoutdoublevertical:after {
  content: '';
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
  width: 0;
  -webkit-transition: all 900ms ease-in-out 0s;
  -o-transition: all 900ms ease-in-out 0s;
  transition: all 900ms ease-in-out 0s;
  height: 100%
}

.customhover-fadeinoutdoublevertical:hover:before {
  opacity: 0;
  width: 85%
}

.customhover-fadeinoutdoublevertical:hover:after {
  opacity: 0;
  width: 85%
}

.customhover-perspective:before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  border: 15px solid rgba(255, 255, 255, 0);
  opacity: 0
}

.customhover-perspective:hover:before {
  animation-name: perspectiveH;
  animation-duration: 1200ms;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  opacity: 1
}

@keyframes perspectiveH {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

.customhover-fadeinoutrotatevertical:before,
.customhover-fadeinoutrotatevertical:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  text-align: center;
  padding: 20% 20px;
  background: rgba(0, 0, 0, 0.05);
  transform: rotate(-90deg);
  transform-origin: left top 0;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s
}

.customhover-fadeinoutrotatevertical:after {
  right: 0;
  bottom: 0;
  top: auto;
  left: auto;
  transform-origin: right bottom 0
}

.customhover-fadeinoutrotatevertical:hover:before,
.customhover-fadeinoutrotatevertical:hover:after {
  transform: rotate(0deg)
}

.customhover-fadeinnormal:after {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: rgba(0, 0, 0, 0.07);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease
}

.customhover-fadeinnormal:hover:after {
  opacity: 1;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1)
}

.customhover-fadeinflip:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.08);
  position: absolute;
  padding: 30px;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  opacity: 0;
  -webkit-transform: rotate3d(1, 1, 0, 100deg);
  -moz-transform: rotate3d(1, 1, 0, 100deg);
  -ms-transform: rotate3d(1, 1, 0, 100deg);
  -o-transform: rotate3d(1, 1, 0, 100deg);
  transform: rotate3d(1, 1, 0, 100deg);
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  transition: all 0.35s ease
}

.customhover-fadeinflip:hover:after {
  opacity: 1;
  -webkit-transition-delay: 0.14s;
  -moz-transition-delay: 0.14s;
  transition-delay: 0.14s;
  -webkit-transform: rotate3d(0, 0, 0, 0deg);
  -moz-transform: rotate3d(0, 0, 0, 0deg);
  -ms-transform: rotate3d(0, 0, 0, 0deg);
  -o-transform: rotate3d(0, 0, 0, 0deg);
  transform: rotate3d(0, 0, 0, 0deg)
}

.customhover-fadeinrotate:after {
  content: '';
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.07);
  position: absolute;
  display: block;
  top: 10px;
  right: 10px;
  bottom: 10px;
  opacity: 0;
  left: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: rotate(-180deg) scale(0);
  -moz-transform: rotate(-180deg) scale(0);
  -ms-transform: rotate(-180deg) scale(0);
  -o-transform: rotate(-180deg) scale(0);
  transform: rotate(-180deg) scale(0)
}

.customhover-fadeinrotate:hover:after {
  -webkit-transform: rotate(0deg) scale(1);
  -moz-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  -o-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  opacity: 1
}

.customhover-fadeinrotate3D:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s
}

.customhover-fadeinrotate3D:hover:after {
  background: rgba(0, 0, 0, 0.08);
  transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s
}

.customhover-fadeintop:after {
  content: '';
  background: rgba(0, 0, 0, 0.06);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0
}

.customhover-fadeintop:hover:after {
  height: 100%
}

.customhover-fadeinbottom:after {
  content: '';
  background: rgba(0, 0, 0, 0.06);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0
}

.customhover-fadeinbottom:hover:after {
  height: 100%
}

.customhover-fadeintopbottom:before,
.customhover-fadeintopbottom:after {
  content: '';
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.06);
  bottom: -100%;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s
}

.customhover-fadeintopbottom:after {
  top: -100%;
  bottom: auto
}

.customhover-fadeintopbottom:hover:before {
  bottom: 50%;
  opacity: 1
}

.customhover-fadeintopbottom:hover:after {
  top: 50%;
  opacity: 1
}

.customhover-doublefadeincenter:before,
.customhover-doublefadeincenter:after {
  content: '';
  bottom: 10px;
  left: 10px;
  opacity: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  background: rgba(0, 0, 0, 0.06) none repeat scroll 0 0;
  transition: opacity 0.35s ease 0s, transform 0.5s ease 0s;
  -webkit-transition: opacity 0.35s ease 0s, transform 0.5s ease 0s;
  -moz-transition: opacity 0.35s ease 0s, transform 0.5s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.5s ease 0s;
  -ms-transition: opacity 0.35s ease 0s, transform 0.5s ease 0s
}

.customhover-doublefadeincenter:before {
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  -ms-transform: scale(0, 1)
}

.customhover-doublefadeincenter:after {
  transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  -ms-transform: scale(1, 0)
}

.customhover-doublefadeincenter:hover:before,
.customhover-doublefadeincenter:hover:after {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1)
}

.customhover-fadeoutcenter:after {
  background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
  bottom: 20px;
  content: '';
  left: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  opacity: 1
}

.customhover-fadeoutcenter:hover:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition-duration: 1s;
  -moz-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  -khtml-transition-duration: 1s;
  -o-transition-duration: 1s;
  opacity: 0
}

.customhover-fadeoutcorner:before,
.customhover-fadeoutcorner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.1);
  margin: auto;
  opacity: 1
}

.customhover-fadeoutcorner:after {
  bottom: 0;
  right: 0;
  left: auto;
  top: auto
}

.customhover-fadeoutcorner:hover:before,
.customhover-fadeoutcorner:hover:after {
  height: 100%;
  -webkit-transition: 1.3s;
  transition: 1.3s;
  opacity: 0;
  width: 100%
}

.customhover-fadeinoutcorner:after {
  background-color: var(--brand-secondary);
  width: 0;
  height: 0;
  content: '';
  opacity: 0.1;
  position: absolute;
  -webkit-transition: all 0.4s ease-in-out 0s;
  right: 0
}

.customhover-fadeinoutcorner:hover:after {
  width: 100%;
  height: 100%;
  right: auto;
  left: 0
}

.customhover-fadeinoutbordercorner:before,
.customhover-fadeinoutbordercorner:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.9s, -webkit-transform 0.9s;
  transition: opacity 0.9s, transform 0.9s;
  z-index: 9
}

.customhover-fadeinoutbordercorner:before {
  content: '';
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s
}

.customhover-fadeinoutbordercorner:before {
  border-top: 10px solid #ffffff;
  border-bottom: 10px solid #ffffff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  background: rgba(0, 0, 0, 0.1)
}

.customhover-fadeinoutbordercorner:after {
  border-right: 10px solid #ffffff;
  border-left: 10px solid #ffffff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  background: transparent !important
}

.customhover-fadeinoutbordercorner:hover:before,
.customhover-fadeinoutbordercorner:hover:after {
  opacity: 1;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1)
}

.customhover-fadeinoutbordercorner:hover:before {
  opacity: 1;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1)
}

#siteloader {
  background: #fff;
  height: 100%;
  left: 0;
  right: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  margin: auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease
}

#siteloader>div {
  top: 45%;
  margin: auto;
  position: relative;
  clear: both
}

#spin-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9998;
  background: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

.rotate-slices {
  width: 32px;
  height: 32px;
  clear: both;
  border-radius: 50%;
  border-top: 24px rgba(0, 0, 0, 0.75) solid;
  border-left: 24px rgba(0, 0, 0, 0.25) solid;
  border-bottom: 24px rgba(0, 0, 0, 0.25) solid;
  border-right: 24px rgba(0, 0, 0, 0.25) solid;
  -webkit-animation: spSlices 1s infinite linear;
  animation: spSlices 2.5s infinite linear
}

@-webkit-keyframes spSlices {
  0% {
    border-top: 24px rgba(0, 0, 0, 0.75) solid;
    border-right: 24px rgba(0, 0, 0, 0.25) solid;
    border-bottom: 24px rgba(0, 0, 0, 0.25) solid;
    border-left: 24px rgba(0, 0, 0, 0.25) solid
  }
  25% {
    border-top: 24px rgba(0, 0, 0, 0.25) solid;
    border-right: 24px rgba(0, 0, 0, 0.75) solid;
    border-bottom: 24px rgba(0, 0, 0, 0.25) solid;
    border-left: 24px rgba(0, 0, 0, 0.25) solid
  }
  50% {
    border-top: 24px rgba(0, 0, 0, 0.25) solid;
    border-right: 24px rgba(0, 0, 0, 0.25) solid;
    border-bottom: 24px rgba(0, 0, 0, 0.75) solid;
    border-left: 24px rgba(0, 0, 0, 0.25) solid
  }
  75% {
    border-top: 24px rgba(0, 0, 0, 0.25) solid;
    border-right: 24px rgba(0, 0, 0, 0.25) solid;
    border-bottom: 24px rgba(0, 0, 0, 0.25) solid;
    border-left: 24px rgba(0, 0, 0, 0.75) solid
  }
  100% {
    border-top: 24px rgba(0, 0, 0, 0.75) solid;
    border-right: 24px rgba(0, 0, 0, 0.25) solid;
    border-bottom: 24px rgba(0, 0, 0, 0.25) solid;
    border-left: 24px rgba(0, 0, 0, 0.25) solid
  }
}

@-moz-keyframes spSlices {
  0% {
    border-top: 24px rgba(0, 0, 0, 0.75) solid;
    border-right: 24px rgba(0, 0, 0, 0.25) solid;
    border-bottom: 24px rgba(0, 0, 0, 0.25) solid;
    border-left: 24px rgba(0, 0, 0, 0.25) solid
  }
  25% {
    border-top: 24px rgba(0, 0, 0, 0.25) solid;
    border-right: 24px rgba(0, 0, 0, 0.75) solid;
    border-bottom: 24px rgba(0, 0, 0, 0.25) solid;
    border-left: 24px rgba(0, 0, 0, 0.25) solid
  }
  50% {
    border-top: 24px rgba(0, 0, 0, 0.25) solid;
    border-right: 24px rgba(0, 0, 0, 0.25) solid;
    border-bottom: 24px rgba(0, 0, 0, 0.75) solid;
    border-left: 24px rgba(0, 0, 0, 0.25) solid
  }
  75% {
    border-top: 24px rgba(0, 0, 0, 0.25) solid;
    border-right: 24px rgba(0, 0, 0, 0.25) solid;
    border-bottom: 24px rgba(0, 0, 0, 0.25) solid;
    border-left: 24px rgba(0, 0, 0, 0.75) solid
  }
  100% {
    border-top: 24px rgba(0, 0, 0, 0.75) solid;
    border-right: 24px rgba(0, 0, 0, 0.25) solid;
    border-bottom: 24px rgba(0, 0, 0, 0.25) solid;
    border-left: 24px rgba(0, 0, 0, 0.25) solid
  }
}

@-o-keyframes spSlices {
  0% {
    border-top: 24px rgba(0, 0, 0, 0.75) solid;
    border-right: 24px rgba(0, 0, 0, 0.25) solid;
    border-bottom: 24px rgba(0, 0, 0, 0.25) solid;
    border-left: 24px rgba(0, 0, 0, 0.25) solid
  }
  25% {
    border-top: 24px rgba(0, 0, 0, 0.25) solid;
    border-right: 24px rgba(0, 0, 0, 0.75) solid;
    border-bottom: 24px rgba(0, 0, 0, 0.25) solid;
    border-left: 24px rgba(0, 0, 0, 0.25) solid
  }
  50% {
    border-top: 24px rgba(0, 0, 0, 0.25) solid;
    border-right: 24px rgba(0, 0, 0, 0.25) solid;
    border-bottom: 24px rgba(0, 0, 0, 0.75) solid;
    border-left: 24px rgba(0, 0, 0, 0.25) solid
  }
  75% {
    border-top: 24px rgba(0, 0, 0, 0.25) solid;
    border-right: 24px rgba(0, 0, 0, 0.25) solid;
    border-bottom: 24px rgba(0, 0, 0, 0.25) solid;
    border-left: 24px rgba(0, 0, 0, 0.75) solid
  }
  100% {
    border-top: 24px rgba(0, 0, 0, 0.75) solid;
    border-right: 24px rgba(0, 0, 0, 0.25) solid;
    border-bottom: 24px rgba(0, 0, 0, 0.25) solid;
    border-left: 24px rgba(0, 0, 0, 0.25) solid
  }
}

@keyframes spSlices {
  0% {
    border-top: 24px rgba(0, 0, 0, 0.75) solid;
    border-right: 24px rgba(0, 0, 0, 0.25) solid;
    border-bottom: 24px rgba(0, 0, 0, 0.25) solid;
    border-left: 24px rgba(0, 0, 0, 0.25) solid
  }
  25% {
    border-top: 24px rgba(0, 0, 0, 0.25) solid;
    border-right: 24px rgba(0, 0, 0, 0.75) solid;
    border-bottom: 24px rgba(0, 0, 0, 0.25) solid;
    border-left: 24px rgba(0, 0, 0, 0.25) solid
  }
  50% {
    border-top: 24px rgba(0, 0, 0, 0.25) solid;
    border-right: 24px rgba(0, 0, 0, 0.25) solid;
    border-bottom: 24px rgba(0, 0, 0, 0.75) solid;
    border-left: 24px rgba(0, 0, 0, 0.25) solid
  }
  75% {
    border-top: 24px rgba(0, 0, 0, 0.25) solid;
    border-right: 24px rgba(0, 0, 0, 0.25) solid;
    border-bottom: 24px rgba(0, 0, 0, 0.25) solid;
    border-left: 24px rgba(0, 0, 0, 0.75) solid
  }
  100% {
    border-top: 24px rgba(0, 0, 0, 0.75) solid;
    border-right: 24px rgba(0, 0, 0, 0.25) solid;
    border-bottom: 24px rgba(0, 0, 0, 0.25) solid;
    border-left: 24px rgba(0, 0, 0, 0.25) solid
  }
}

.round-rotate-scale {
  border-radius: 100%;
  border: 2px solid var(--brand-secondary);
  border-bottom-color: transparent;
  height: 40px;
  width: 40px;
  background: transparent;
  -webkit-animation: rotate-scale 0.75s 0s linear infinite;
  animation: rotate-scale 0.75s 0s linear infinite
}

@-webkit-keyframes rotate-scale {
  0% {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1)
  }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
    transform: rotate(180deg) scale(0.6)
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1)
  }
}

@-moz-keyframes rotate-scale {
  0% {
    -moz-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1)
  }
  50% {
    -moz-transform: rotate(180deg) scale(0.6);
    transform: rotate(180deg) scale(0.6)
  }
  100% {
    -moz-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1)
  }
}

@-o-keyframes rotate-scale {
  0% {
    -o-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1)
  }
  50% {
    -o-transform: rotate(180deg) scale(0.6);
    transform: rotate(180deg) scale(0.6)
  }
  100% {
    -o-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1)
  }
}

@keyframes rotate-scale {
  0% {
    transform: rotate(0) scale(1)
  }
  50% {
    transform: rotate(180deg) scale(0.6)
  }
  100% {
    transform: rotate(360deg) scale(1)
  }
}

.square-rotate {
  position: relative;
  width: 155px;
  height: 120px
}

.square-rotate:before,
.square-rotate:after {
  position: absolute;
  content: '';
  height: 60px;
  width: 60px;
  top: 30px;
  left: 50px;
  border-radius: 7px;
  background-color: var(--brand-secondary);
  -webkit-animation: loader-rotate2 1.8s ease-in-out infinite;
  animation: loader-rotate2 1.8s ease-in-out infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-transform-origin: center center;
  transform-origin: center center
}

.square-rotate:after {
  height: 30px;
  width: 30px;
  left: 65px;
  top: 45px;
  border-radius: 3px;
  background-color: #fff;
  -webkit-animation: loader-rotate1 1.8s ease-in-out infinite;
  animation: loader-rotate1 1.8s ease-in-out infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-transform-origin: center center;
  transform-origin: center center
}

@-webkit-keyframes loader-rotate1 {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1)
  }
  65% {
    -webkit-transform: rotate(-90deg) scale(0.5);
    transform: rotate(-90deg) scale(0.5)
  }
  100% {
    -webkit-transform: rotate(270deg) scale(1.2);
    transform: rotate(270deg) scale(1.2)
  }
}

@-moz-keyframes loader-rotate1 {
  0% {
    -moz-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1)
  }
  65% {
    -moz-transform: rotate(-90deg) scale(0.5);
    transform: rotate(-90deg) scale(0.5)
  }
  100% {
    -moz-transform: rotate(270deg) scale(1.2);
    transform: rotate(270deg) scale(1.2)
  }
}

@-o-keyframes loader-rotate1 {
  0% {
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1)
  }
  65% {
    -o-transform: rotate(-90deg) scale(0.5);
    transform: rotate(-90deg) scale(0.5)
  }
  100% {
    -o-transform: rotate(270deg) scale(1.2);
    transform: rotate(270deg) scale(1.2)
  }
}

@keyframes loader-rotate1 {
  0% {
    transform: rotate(0deg) scale(1)
  }
  65% {
    transform: rotate(-90deg) scale(0.5)
  }
  100% {
    transform: rotate(270deg) scale(1.2)
  }
}

@-webkit-keyframes loader-rotate2 {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1)
  }
  45% {
    -webkit-transform: rotate(90deg) scale(0.8);
    transform: rotate(90deg) scale(0.8);
    border-radius: 50%
  }
  100% {
    -webkit-transform: rotate(-270deg) scale(1.1);
    transform: rotate(-270deg) scale(1.1)
  }
}

@-moz-keyframes loader-rotate2 {
  0% {
    -moz-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1)
  }
  45% {
    -moz-transform: rotate(90deg) scale(0.8);
    transform: rotate(90deg) scale(0.8);
    border-radius: 50%
  }
  100% {
    -moz-transform: rotate(-270deg) scale(1.1);
    transform: rotate(-270deg) scale(1.1)
  }
}

@-o-keyframes loader-rotate2 {
  0% {
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1)
  }
  45% {
    -o-transform: rotate(90deg) scale(0.8);
    transform: rotate(90deg) scale(0.8);
    border-radius: 50%
  }
  100% {
    -o-transform: rotate(-270deg) scale(1.1);
    transform: rotate(-270deg) scale(1.1)
  }
}

@keyframes loader-rotate2 {
  0% {
    transform: rotate(0deg) scale(1)
  }
  45% {
    transform: rotate(90deg) scale(0.8);
    border-radius: 50%
  }
  100% {
    transform: rotate(-270deg) scale(1.1)
  }
}

.round-flip {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--brand-secondary);
  animation: lds-circle 2.4s cubic-bezier(0, 1, 0.9, 1) infinite
}

@-webkit-keyframes lds-circle {
  0%,
  100% {
    animation-timing-function: cubic-bezier(0.8, 0, 1, 0.8)
  }
  0% {
    transform: rotateY(0deg)
  }
  50% {
    transform: rotateY(900deg);
    animation-timing-function: cubic-bezier(0, 0.6, 0.6, 1)
  }
  100% {
    transform: rotateY(1500deg)
  }
}

@-moz-keyframes lds-circle {
  0%,
  100% {
    animation-timing-function: cubic-bezier(0.8, 0, 1, 0.8)
  }
  0% {
    transform: rotateY(0deg)
  }
  50% {
    transform: rotateY(900deg);
    animation-timing-function: cubic-bezier(0, 0.6, 0.6, 1)
  }
  100% {
    transform: rotateY(1500deg)
  }
}

@-o-keyframes lds-circle {
  0%,
  100% {
    animation-timing-function: cubic-bezier(0.8, 0, 1, 0.8)
  }
  0% {
    transform: rotateY(0deg)
  }
  50% {
    transform: rotateY(900deg);
    animation-timing-function: cubic-bezier(0, 0.6, 0.6, 1)
  }
  100% {
    transform: rotateY(1500deg)
  }
}

@keyframes lds-circle {
  0%,
  100% {
    animation-timing-function: cubic-bezier(0.8, 0, 1, 0.8)
  }
  0% {
    transform: rotateY(0deg)
  }
  50% {
    transform: rotateY(900deg);
    animation-timing-function: cubic-bezier(0, 0.6, 0.6, 1)
  }
  100% {
    transform: rotateY(1500deg)
  }
}

.triangle-rotate {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid var(--brand-secondary);
  -webkit-animation: triangle-skew-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  animation: triangle-skew-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite
}

@-webkit-keyframes triangle-skew-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0)
  }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg)
  }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg)
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0)
  }
}

@-o-keyframes triangle-skew-spin {
  25% {
    -o-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0)
  }
  50% {
    -o-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg)
  }
  75% {
    -o-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg)
  }
  100% {
    -o-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0)
  }
}

@-moz-keyframes triangle-skew-spin {
  25% {
    -moz-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0)
  }
  50% {
    -moz-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg)
  }
  75% {
    -moz-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg)
  }
  100% {
    -moz-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0)
  }
}

@keyframes triangle-skew-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0)
  }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg)
  }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg)
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0)
  }
}

.rotate-plane {
  display: block;
  width: 50px;
  height: 50px;
  background-color: var(--brand-secondary);
  margin: 0 auto;
  -webkit-animation: rotateplane 1.4s infinite ease-in-out;
  animation: rotateplane 1.4s infinite ease-in-out
}

@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg)
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
  }
}

@-moz-keyframes rotateplane {
  0% {
    -moz-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg)
  }
  50% {
    -moz-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
  }
  100% {
    -moz-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
  }
}

@-o-keyframes rotateplane {
  0% {
    -o-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg)
  }
  50% {
    -o-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
  }
  100% {
    -o-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
  }
}

@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg)
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
  }
}

.round-rotate {
  color: var(--brand-secondary);
  font-size: 8px;
  text-indent: -99999em;
  margin: auto;
  position: relative;
  width: 10em;
  height: 10em;
  border-radius: 50%;
  box-shadow: inset 0 0 0 0.9em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0)
}

.round-rotate:before,
.round-rotate:after {
  position: absolute;
  content: '';
  width: 5.2em;
  height: 10.2em;
  background: #fff;
  border-radius: 10.2em 0 0 10.2em;
  top: -0.1em;
  left: -0.1em;
  -webkit-transform-origin: 5.2em 5.1em;
  transform-origin: 5.2em 5.1em;
  -webkit-animation: load2 2s infinite ease 1.5s;
  animation: load2 2s infinite ease 1.5s
}

.round-rotate:after {
  border-radius: 0 10.2em 10.2em 0;
  left: 5.1em;
  -webkit-transform-origin: 0px 5.1em;
  transform-origin: 0px 5.1em;
  -webkit-animation: load2 2s infinite ease 0s;
  animation: load2 2s infinite ease 0s
}

@-webkit-keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-moz-keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-o-keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.simple-dot-scaleout {
  width: 52px;
  height: 52px;
  border-radius: 40px;
  background-color: var(--brand-secondary);
  -webkit-animation: scaleout 1s infinite ease-in-out;
  animation: scaleout 1s infinite ease-in-out
}

@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
}

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

@-o-keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
}

@keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
}

.dots-rotate {
  color: var(--brand-secondary);
  font-size: 46px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load1 1.8s infinite ease, round1 1.8s infinite ease;
  animation: load1 1.8s infinite ease, round1 1.8s infinite ease
}

@-webkit-keyframes load1 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em
  }
}

@-moz-keyframes load1 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em
  }
}

@-o-keyframes load1 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em
  }
}

@keyframes load1 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em
  }
}

@-webkit-keyframes round1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-moz-keyframes round1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-o-keyframes round1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes round1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.dots-scale {
  width: 32px;
  height: 32px;
  margin: 0 auto
}

.dots-scale:before,
.dots-scale:after {
  content: '';
  border: none;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  background: rgba(0, 0, 0, 0.2);
  transform: scale(1, 1);
  opacity: 1;
  -webkit-animation: spWaveBe 0.6s infinite linear;
  animation: spWaveBe 0.6s infinite linear
}

.dots-scale:after {
  transform: scale(0, 0);
  opacity: 0;
  -webkit-animation: spWaveAf 0.6s infinite linear;
  animation: spWaveAf 0.6s infinite linear
}

.dots-scale-border {
  width: 34px;
  height: 34px;
  margin: 0 auto
}

.dots-scale-border:before,
.dots-scale-border:after {
  content: '';
  border: 2px solid var(--brand-secondary);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  transform: scale(1, 1);
  opacity: 1;
  -webkit-animation: spWaveBe 0.6s infinite linear;
  animation: spWaveBe 0.6s infinite linear
}

.dots-scale-border:after {
  transform: scale(0, 0);
  opacity: 0;
  -webkit-animation: spWaveAf 0.6s infinite linear;
  animation: spWaveAf 0.6s infinite linear
}

@-webkit-keyframes spWaveAf {
  0% {
    transform: scale(0.5, 0.5);
    opacity: 0
  }
  100% {
    transform: scale(1, 1);
    opacity: 1
  }
}

@-webkit-keyframes spWaveBe {
  0% {
    -webkit-transform: scale(1, 1);
    opacity: 1
  }
  100% {
    -webkit-transform: scale(1.5, 1.5);
    opacity: 0
  }
}

@-moz-keyframes spWaveAf {
  0% {
    transform: scale(0.5, 0.5);
    opacity: 0
  }
  100% {
    transform: scale(1, 1);
    opacity: 1
  }
}

@-moz-keyframes spWaveBe {
  0% {
    -webkit-transform: scale(1, 1);
    opacity: 1
  }
  100% {
    -webkit-transform: scale(1.5, 1.5);
    opacity: 0
  }
}

@-o-keyframes spWaveAf {
  0% {
    transform: scale(0.5, 0.5);
    opacity: 0
  }
  100% {
    transform: scale(1, 1);
    opacity: 1
  }
}

@-o-keyframes spWaveBe {
  0% {
    -webkit-transform: scale(1, 1);
    opacity: 1
  }
  100% {
    -webkit-transform: scale(1.5, 1.5);
    opacity: 0
  }
}

@keyframes spWaveAf {
  0% {
    transform: scale(0.5, 0.5);
    opacity: 0
  }
  100% {
    transform: scale(1, 1);
    opacity: 1
  }
}

@keyframes spWaveBe {
  0% {
    -webkit-transform: scale(1, 1);
    opacity: 1
  }
  100% {
    -webkit-transform: scale(1.5, 1.5);
    opacity: 0
  }
}

.rotating-circle {
  width: 115px;
  height: 115px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: transparent;
  border-top-color: var(--brand-secondary);
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite
}

.rotating-circle:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: var(--brand-secondary);
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite
}

.rotating-circle:after {
  content: '';
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: transparent;
  border-top-color: var(--brand-secondary);
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite
}

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

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

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

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

.shopify-cleanslate ._1mqqPYZtCQtz5_i0b-po4l {
  justify-content: center !important
}

.cart-item__original-price s {
  color: red
}

#decklistOpened {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3)
}

.decklist-top-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  border-bottom: 1px solid #ebeff2;
  gap: 10px;
  min-height: 80px
}

.decklist-top-bar .decklist-title {
  font-family: Roboto, sans-serif;
  font-weight: 600;
  font-size: 30px;
  color: var(--button-bg-color);
  margin: 0
}

.decklist-top-bar #gameType {
  display: block;
  text-align: center;
  width: 168px;
  margin: 0 auto;
  padding: 0 !important;
  background: none;
  border: none;
  font-family: 'Roboto', sans-serif;
  color: grey
}

.decklist-top-bar .backBtn {
  cursor: pointer;
  color: var(--button-bg-color);
  font-weight: 600;
  font-family: 'Roboto', sans-serif
}

#decklistOpened input::-webkit-outer-spin-button,
#decklistOpened input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0
}

#decklistOpened .optionTitle {
  display: grid;
  grid-template-columns: 50% 1fr 1fr 1fr
}

#decklistOpened .cardFields {
  display: grid;
  grid-template-columns: 50% 1fr 1fr 1fr
}

#decklistOpened input[type='number'] {
  -moz-appearance: textfield
}

#decklistOpened i.fas.fa-exchange-alt {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  height: 10px
}

#decklistOpened .checkbox {
  border: none;
  background: unset;
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: none;
  font-family: 'Roboto', sans-serif;
  color: var(--button-bg-color);
  font-size: 12px;
  text-align: right;
  vertical-align: top;
  height: 50px
}

#decklistOpened .checkbox em {
  font-style: normal;
  padding-left: 15px;
  color: #0a162e
}

#decklistOpened .checkbox p {
  position: absolute;
  top: 14px;
  left: 73px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  display: flex;
  align-items: center;
  color: #767676;
  width: max-content
}

#decklistOpened .checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0
}

#decklistOpened .checkbox input:checked~.checkmark {
  background-color: var(--button-bg-color)
}

#decklistOpened .checkbox input:checked~.checkmark:after {
  display: block
}

#decklistOpened .checkbox .checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  background-color: #dedede;
  transform: translateY(-50%)
}

#decklistOpened .checkbox .checkmark:after {
  content: '';
  position: absolute;
  display: none;
  left: 9px;
  top: 6px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

#decklistOpened .checkbox:hover input~.checkmark {
  background-color: var(--button-bg-color)
}

#decklistOpened #decklistWrapper {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  max-width: 648px;
  background-color: white
}

#decklistOpened #decklistWrapper #decklist-close-button {
  font-size: 30px !important;
  padding-right: 10px !important;
  color: var(--button-bg-color) !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  font-family: sans-serif !important;
  top: 12px !important;
  cursor: pointer
}

#decklistOpened #decklistWrapper #decklist-close-button:hover {
  color: var(--button-bg-hover-color) !important;
  transition: all 0.5s
}

#decklistAction button {
  height: 80px;
  border: none;
  width: 100%;
  bottom: 0;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  align-items: center;
  text-align: center;
  background-color: var(--button-bg-color);
  border-color: var(--button-bg-color);
  color: var(--button-text-color)
}

#decklistAction button:hover {
  background-color: var(--button-bg-hover-color);
  border-color: var(--button-bg-hover-color);
  color: var(--button-text-hover-color)
}

#decklistOpened #decklistWrapper #deckListBody {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 10%;
  overflow: auto
}

#decklistOpened #decklistWrapper #deckListBody.list-view {
  justify-content: initial;
  padding: 60px 15px
}

#decklistOpened #decklistWrapper #deckListBody .decklistActions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ebeff2;
  height: 46px;
  position: fixed;
  width: 100%;
  background: white;
  z-index: 999;
  max-width: 648px;
  top: 88px
}

#decklistOpened #decklistWrapper #deckListBody .decklistActions .checkmark {
  top: 13px;
  left: 25px;
  transform: unset !important
}

#decklistOpened #decklistWrapper #deckListBody .decklistActions .totals {
  top: 118px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 210%;
  display: flex;
  align-items: center;
  text-align: right;
  color: #767676;
  width: fit-content;
  padding: 0 15px;
  height: 100%
}

#decklistOpened #decklistWrapper #deckListBody .decklistActions .totals em {
  color: var(--button-bg-hover-color);
  font-weight: 600;
  font-style: normal;
  padding-left: 10px
}

#decklistOpened #decklistWrapper #deckListBody .textImgWrapper {
  pointer-events: none;
  position: absolute;
  text-align: center
}

#decklistOpened #decklistWrapper #deckListBody .textImgWrapper span {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 180%;
  text-align: center;
  color: #c7c7c7;
  width: 231px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 16px
}

#decklistOpened #decklistWrapper #deckListBody #deck-builder {
  width: 100%;
  height: 100%;
  overflow: auto;
  resize: none;
  border: 1px solid #c7c7c7;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: transparent
}

img.decklistImg {
  height: 70px
}

.required,
.decklistTitleNoStock,
.linePrice,
.noStock {
  margin: auto
}

.decklistTitleNoStock {
  margin: auto 0
}

#decklistOpened #decklistWrapper #deckListBody .decklistItem {
  margin: 10px;
  height: 70px;
  display: grid;
  grid-template-columns: 35px 50px 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 5px
}

#decklistOpened #decklistWrapper #deckListBody .decklistItem .left-align {
  text-align: left
}

#decklistOpened #decklistWrapper #deckListBody .decklistItem .optionsWrapper {
  width: 100%;
  display: none;
  background: white;
  z-index: 9999;
  position: absolute;
  border: 1px solid #ebeff2;
  right: 5px;
  margin-top: 61px;
  color: grey;
  box-shadow: 1px 1px 6px #dadada;
  padding: 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  max-width: 633px;
  left: 1px
}

#decklistOpened #decklistWrapper #deckListBody .decklistItem .optionsWrapper .optionStyle:hover {
  cursor: pointer;
  background: #d0e8e8;
  color: #505050
}

#decklistOpened #decklistWrapper #deckListBody .decklistItem .optionsWrapper:not(:first-child) {
  text-align: center
}

#decklistOpened #decklistWrapper #deckListBody .decklistItem .optionsWrapper .optionsHeaders {
  font-weight: 600;
  font-size: 12px;
  padding-bottom: 6px
}

#decklistOpened #decklistWrapper #deckListBody .decklistItem i.fas.fa-exchange-alt {
  color: var(--button-bg-hover-color);
  cursor: pointer;
  webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

#decklistOpened #decklistWrapper #deckListBody .decklistItem .qtyWrapper {
  display: grid;
  border: 1px solid #d8d8d8;
  box-sizing: border-box;
  border-radius: 5px;
  grid-template-columns: 1fr 1fr 1fr
}

#decklistOpened #decklistWrapper #deckListBody .decklistItem .qtyWrapper input[type='number'] {
  padding: 0;
  text-align: center;
  width: 35px;
  border: none;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 100%;
  align-items: center;
  text-align: center;
  color: #767676;
  box-shadow: unset !important
}

#decklistOpened #decklistWrapper #deckListBody .decklistItem .qtyWrapper .minusQty,
#decklistOpened #decklistWrapper #deckListBody .decklistItem .qtyWrapper .addQty {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 59px;
  align-items: center;
  text-align: center;
  color: var(--button-text-hover-color);
  padding: 0 10px;
  cursor: pointer;
  webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

#decklistOpened #decklistWrapper #deckListBody .decklistItem .qtyWrapper .minusQty.maxed,
#decklistOpened #decklistWrapper #deckListBody .decklistItem .qtyWrapper .addQty.maxed {
  color: #d2d2d2;
  cursor: unset
}

.custom-loader p {
  padding: 3rem 1rem 0;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 4px;
  font-size: 1.125em
}

.custom-loader .dice {
  display: flex;
  margin-top: 4rem;
  justify-content: center
}

.custom-loader .face {
  margin: 0 -25px;
  padding: 5px;
  opacity: 0
}

.custom-loader .face .card-img-loader {
  max-height: 150px;
  border-radius: 4px
}

.custom-loader .face .first {
  transform: rotate(-20deg);
  position: relative;
  top: 10px
}

.custom-loader .face .second {
  transform: rotate(-10deg);
  position: relative;
  top: -12px
}

.custom-loader .face .third {
  position: relative;
  top: -19px
}

.custom-loader .face .fourth {
  transform: rotate(10deg);
  position: relative;
  top: -12px
}

.custom-loader .face .fifth {
  transform: rotate(20deg);
  position: relative;
  top: 10px
}

.custom-loader .face:nth-child(1) {
  animation: waves 5s linear infinite
}

.custom-loader .face:nth-child(2) {
  animation: waves 5s 0.2s linear infinite
}

.custom-loader .face:nth-child(3) {
  animation: waves 5s 0.4s linear infinite
}

.custom-loader .face:nth-child(4) {
  animation: waves 5s 0.6s linear infinite
}

.custom-loader .face:nth-child(5) {
  animation: waves 5s 0.8s linear infinite
}

.custom-loader .face .first-face {
  justify-content: center;
  align-items: center
}

@keyframes waves {
  0% {
    transform: translateY(0);
    opacity: 0
  }
  4% {
    transform: translateY(-25px);
    opacity: 1
  }
  8% {
    transform: translateY(0);
    opacity: 1
  }
  70% {
    opacity: 0
  }
}

.categorywithdeal-block .categorywithdealblock .specialdeal-block .products-display .grid__item,
.categorywithdeal-block .categorywithdealblock .specialdeal-block .products-display .grid__item .grid-view-item .grid-view-item__image-container {
  width: 100%
}

div#SortTags .checkbox__search {
  width: 100%;
  margin: auto;
  position: relative;
  line-height: 10px;
  padding: 1px 10px;
  height: 31px;
  display: block;
  border-bottom: none
}

div#SortTags ul {
  max-height: 268px;
  overflow-y: auto !important;
  border: 1px solid #f5f2f2;
  padding: 0 !important;
  padding-top: 5px !important;
  margin-bottom: 10px
}

div#SortTags ul li {
  margin: 0 12px;
  overflow: hidden !important;
  line-height: 28px
}

div#SortTags ul li .filter-box:after {
  top: -7px !important
}

div#SortTags ul::-webkit-scrollbar {
  width: 0.3em
}

div#SortTags ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3)
}

div#SortTags ul::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey
}

.lazyload {
  opacity: 1 !important
}

.list__item .grid-view-item .grid-view-item__image-container {
  display: flex
}

#main-collection-product-grid .list-item .products-display .list__item .grid-view-item .grid-view-item__image-container .grid-view-item__image-wrapper {
  max-width: 224px;
  display: inline-flex
}