/** Shopify CDN: Minification failed

Line 454:2 Expected identifier but found "*"
Line 1425:2 Expected identifier but found "*"
Line 1505:2 Expected identifier but found "*"
Line 10726:16 Unexpected "0%"
Line 10728:16 Unexpected "40%"
Line 10731:16 Unexpected "100%"

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

/*================ SASS HELPERS ================*/
/*============================================================================
  Convert pixels to ems
  eg. for a relational value of 12px write em(12) when the parent is 16px
  if the parent is another value say 24px write em(12, 24)
  Based on https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/functions/_px-to-em.scss
==============================================================================*/
/*============================================================================
  Strips the unit from a number.
  @param {Number (With Unit)} $value
  @example scss - Usage
    $dimension: strip-units(10em);
  @example css - CSS Output
    $dimension: 10;
  @return {Number (Unitless)}
  based on https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/functions/_strip-units.scss
==============================================================================*/
/*================ #Mixins ================*/
/*============================================================================
  Prefix mixin for generating vendor prefixes.
  Based on https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/addons/_prefixer.scss

  Usage:
    // Input:
    .element {
      @include prefix(transform, scale(1), ms webkit spec);
    }

    // Output:
    .element {
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
    }
==============================================================================*/
/*================ Media Query Mixin ================*/
/*================ Responsive Show/Hide Helper ================*/
/*================ Responsive Text Alignment Helper ================*/
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; }

/*============================================================================
  Flexbox prefix mixins from Bourbon
    https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/css3/_flex-box.scss
==============================================================================*/
/*================ VARIABLES ================*/
/*============================================================================
  Grid Breakpoints and Class Names
    - Do not change the variable names
==============================================================================*/
/*============================================================================
  Generate breakpoint-specific column widths and push classes
    - Default column widths: $grid-breakpoint-has-widths: ($small, $medium-up);
    - Default is no push classes
==============================================================================*/
/*================ Color Variables ================*/
/*================ Sizing Variables ================*/
/*================ Z-Index ================*/
/*================ SVG ================*/
/*================ Drawers ================*/
/*================ Hero ================*/
/*================ Hero Slider ================*/
/*================ Typography ================*/
/*================ Gift Cards ================*/
/*================ Z-index ================*/
/*================ VENDOR ================*/
/*============================================================================
  Slick Slider 1.6.0

  - If upgrading Slick's styles, use the following variables/functions
    instead of the slick defaults (from slick-theme.scss)
  - This file includes default slick.scss styles (at Slick Slider SCSS)
    and slick-theme.scss (at Slick Slider Theme). Upgrade each area individually.
  - Remove `outline: none` from `.slick-dots li button`
==============================================================================*/
/*================ Slick Slider SCSS ================*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -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 Slider Theme ================*/
.slick-loading .slick-list {
  background: white url(//buylist.mtgwolf.com/cdn/shop/t/5/assets/ajax-loader.gif?v=41356863302472015721654397737) center center no-repeat; }

/* Icons */
/* Arrows */
.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: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick-icons, sans-serif";
    font-size: 20px;
    line-height: 1;
    color: black;
    opacity: 0.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: "\2190"; }
    [dir="rtl"] .slick-prev:before {
      content: "\2192"; }

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

/*================ GLOBAL ================*/
/*============================================================================
  #Normalize
  Based on normalize.css v3.0.2 | MIT License | git.io/normalize
==============================================================================*/
*,
*::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;
  outline: 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: white; }

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 {
    /* If media is below 544 */
    display: none !important; } }

@media (min-width: 544px) {
  .hidden-xs-up {
    /* If media is above 543 */
    display: none !important; } }

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

/*============================================================================
  Fast Tap
  enables no-delay taps (FastClick-esque) on supporting browsers
==============================================================================*/
a,
button,
[role="button"],
input,
label,
select,
textarea {
  touch-action: manipulation; }

/*============================================================================
  #Grid
==============================================================================*/
/*============================================================================
  Grid Setup
    1. Allow the grid system to be used on lists.
    2. Remove any margins and paddings that might affect the grid system.
    3. Apply a negative `margin-left` to negate the columns' gutters.
==============================================================================*/
.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; }

/*============================================================================
  Reversed grids allow you to structure your source in the opposite
  order to how your rendered layout will appear.
==============================================================================*/
.grid--rev {
  direction: rtl;
  text-align: left; }
  .grid--rev > .grid__item {
    direction: ltr;
    text-align: left;
    float: right; }

/*============================================================================
  Grid Columns
    - Create width classes, prepended by the breakpoint name.
==============================================================================*/
/*================ Grid push classes ================*/
/*================ Clearfix helper on uniform grids ================*/
/*================ Build Base Grid Classes ================*/
/* Whole */
.one-whole {
  width: 100%; }

/* Halves */
.one-half {
  width: 50%; }

/* Thirds */
.one-third {
  width: 33.33333%; }

.two-thirds {
  width: 66.66667%; }

/* Quarters */
.one-quarter {
  width: 25%; }

.two-quarters {
  width: 50%; }

.three-quarters {
  width: 75%; }

/* Fifths */
.one-fifth {
  width: 20%; }

.two-fifths {
  width: 40%; }

.three-fifths {
  width: 60%; }

.four-fifths {
  width: 80%; }

/* Sixths */
.one-sixth {
  width: 16.66667%; }

.two-sixths {
  width: 33.33333%; }

.three-sixths {
  width: 50%; }

.four-sixths {
  width: 66.66667%; }

.five-sixths {
  width: 83.33333%; }

/* Eighths */
.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%; }

/* Tenths */
.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%; }

/* Twelfths */
.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; }

/*================ Build Responsive Grid Classes ================*/
@media only screen and (max-width: 749px) {
  /* Whole */
  .small--one-whole {
    width: 100%; }

  /* Halves */
  .small--one-half {
    width: 50%; }

  /* Thirds */
  .small--one-third {
    width: 33.33333%; }

  .small--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .small--one-quarter {
    width: 25%; }

  .small--two-quarters {
    width: 50%; }

  .small--three-quarters {
    width: 75%; }

  /* Fifths */
  .small--one-fifth {
    width: 20%; }

  .small--two-fifths {
    width: 40%; }

  .small--three-fifths {
    width: 60%; }

  .small--four-fifths {
    width: 80%; }

  /* Sixths */
  .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%; }

  /* Eighths */
  .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%; }

  /* Tenths */
  .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%; }

  /* Twelfths */
  .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) {
  /* Whole */
  .medium-up--one-whole {
    width: 100%; }

  /* Halves */
  .medium-up--one-half {
    width: 50%; }

  /* Thirds */
  .medium-up--one-third {
    width: 33.33333%; }

  .medium-up--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .medium-up--one-quarter {
    width: 25%; }

  .medium-up--two-quarters {
    width: 50%; }

  .medium-up--three-quarters {
    width: 75%; }

  /* Fifths */
  .medium-up--one-fifth {
    width: 20%; }

  .medium-up--two-fifths {
    width: 40%; }

  .medium-up--three-fifths {
    width: 60%; }

  .medium-up--four-fifths {
    width: 80%; }

  /* Sixths */
  .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%; }

  /* Eighths */
  .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%; }

  /* Tenths */
  .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%; }

  /* Twelfths */
  .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) {
  /* Whole */
  .large-up--one-whole {
    width: 100%; }

  /* Halves */
  .large-up--one-half {
    width: 50%; }

  /* Thirds */
  .large-up--one-third {
    width: 33.33333%; }

  .large-up--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .large-up--one-quarter {
    width: 25%; }

  .large-up--two-quarters {
    width: 50%; }

  .large-up--three-quarters {
    width: 75%; }

  /* Fifths */
  .large-up--one-fifth {
    width: 20%; }

  .large-up--two-fifths {
    width: 40%; }

  .large-up--three-fifths {
    width: 60%; }

  .large-up--four-fifths {
    width: 80%; }

  /* Sixths */
  .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%; }

  /* Eighths */
  .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%; }

  /* Tenths */
  .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%; }

  /* Twelfths */
  .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; } }
/*================ Build Grid Push Classes ================*/
@media only screen and (max-width: 749px) {
  /* Halves */
  .small--push-one-half {
    left: 50%; }

  /* Thirds */
  .small--push-one-third {
    left: 33.33333%; }

  .small--push-two-thirds {
    left: 66.66667%; }

  /* Quarters */
  .small--push-one-quarter {
    left: 25%; }

  .small--push-two-quarters {
    left: 50%; }

  .small--push-three-quarters {
    left: 75%; }

  /* Fifths */
  .small--push-one-fifth {
    left: 20%; }

  .small--push-two-fifths {
    left: 40%; }

  .small--push-three-fifths {
    left: 60%; }

  .small--push-four-fifths {
    left: 80%; }

  /* Sixths */
  .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%; }

  /* Eighths */
  .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%; }

  /* Tenths */
  .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%; }

  /* Twelfths */
  .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) {
  /* Halves */
  .medium-up--push-one-half {
    left: 50%; }

  /* Thirds */
  .medium-up--push-one-third {
    left: 33.33333%; }

  .medium-up--push-two-thirds {
    left: 66.66667%; }

  /* Quarters */
  .medium-up--push-one-quarter {
    left: 25%; }

  .medium-up--push-two-quarters {
    left: 50%; }

  .medium-up--push-three-quarters {
    left: 75%; }

  /* Fifths */
  .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%; }

  /* Sixths */
  .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%; }

  /* Eighths */
  .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%; }

  /* Tenths */
  .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%; }

  /* Twelfths */
  .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%; } }
/*================ #Helper Classes ================*/
.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 to content button
    - Overrides .visually-hidden when focused
==============================================================================*/
.skip-link:focus {
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  color: #333333;
  background-color: white;
  padding: 10px;
  opacity: 1;
  z-index: 10000;
  transition: none; }

/*=============== Lazy loading ===================*/
.box {
  background: no-repeat;
  background-color: #f7f7f7;
  background-size: contain; }

.ratio-container {
  position: relative; }

.ratio-container:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  /* 16:9 = 56.25% = calc(9 / 16 * 100%) */
  padding-bottom: 50%;
  content: ""; }

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

/*================ #Basic Styles ================*/
body,
html {
  background-color: white; }

.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;
  /*   overflow: hidden; */
  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: black;
    font-family: K2D;
    letter-spacing: 0.5px;
    display: inline-block;
    vertical-align: middle;
    text-transform: unset; }
    @media (max-width: 991px) {
      .section-header .home-title {
        /* If media is below 992 */
        font-size: 28px;
        line-height: 30px; } }
    @media (max-width: 543px) {
      .section-header .home-title {
        /* If media is below 544 */
        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: Poppins;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 20px;
    color: black;
    text-transform: capitalize; }
    @media (max-width: 767px) {
      .section-header .sub-title {
        /* If media is below 768 */
        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;
    outline: none; }

/*================ Typography ================*/
blockquote {
  font-size: 1.125em;
  font-style: normal;
  text-align: center;
  padding: 0 30px;
  margin: 0; }
  .rte blockquote {
    border-color: #e8e9eb;
    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: Poppins;
  color: black;
  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; } }
/*================ Headings ================*/
h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0 0 17.5px;
  font-family: Poppins;
  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: black; }

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: 0.9375em; } }

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

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

/*================ RTE headings ================*/
.rte {
  color: #788188;
  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; }

/*================ Paragraph styles ================*/
p {
  margin: 0 0 19.44444px; }
  @media only screen and (max-width: 749px) {
    p {
      font-size: 0.9375em; } }
  p:last-child {
    margin-bottom: 0; }

/*================ Lists ================*/
li {
  list-style: none; }

/*================ Misc styles ================*/
.fine-print {
  font-size: 0.875em;
  font-style: italic; }

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

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

.address {
  margin-bottom: 55px; }

/*================ Hero and slideshow headers ================*/
.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; } }

/*================ #Icons ================*/
.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; }

/*============================================================================
  A generic way to visually hide content while
  remaining accessible to screen readers (h5bp.com)
==============================================================================*/
.no-svg .icon__fallback-text {
  position: static !important;
  overflow: inherit;
  clip: none;
  height: auto;
  width: auto;
  margin: 0; }

/*================ header ================*/
.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: white;
  text-align: center; }
  @media (max-width: 991px) {
    .breadcrumbs {
      color: black; } }
  .breadcrumbs h3, .breadcrumbs .h3 {
    font-size: 22px;
    line-height: normal;
    color: white;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    font-family: Poppins; }
    @media (max-width: 991px) {
      .breadcrumbs h3, .breadcrumbs .h3 {
        font-size: 20px;
        color: black; } }
  .breadcrumbs a {
    color: white;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s; }
    @media (max-width: 991px) {
      .breadcrumbs a {
        color: black; } }
    .breadcrumbs a:hover {
      color: white; }
      @media (max-width: 991px) {
        .breadcrumbs a:hover {
          color: black; } }
  .breadcrumbs .divider {
    margin: 0 4px; }

/*================ Pagination ================*/
.pagination .pagination__text {
  line-height: 50px;
  font-size: 14px;
  color: #333;
  font-weight: 400; }
  @media (max-width: 767px) {
    .pagination .pagination__text {
      /* If media is below 768 */
      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 {
      /* If media is below 768 */
      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: white;
    color: #000000;
    border-radius: 0; }
    .pagination .page-view .btn:hover, .pagination .page-view a:hover, .pagination .page-view span:hover {
      background-color: #27302f;
      color: white; }
  .pagination .page-view b {
    font-weight: 400; }
  .pagination .page-view .current {
    background-color: #27302f;
    color: white;
    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; }

/*================ Product-page ================*/
.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(//buylist.mtgwolf.com/cdn/shop/t/5/assets/grid-list-sprite.png?v=9321474455035195301654397751);
  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(//buylist.mtgwolf.com/cdn/shop/t/5/assets/grid-list-sprite.png?v=9321474455035195301654397751);
  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%; }

/*================ product page navigation ================*/
.thumbnails-wrapper {
  margin-top: 15px; }
  @media (max-width: 991px) {
    .thumbnails-wrapper {
      /* If media is below 992 */
      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 block ================*/
#collection-carousel .grid__item {
  width: 100%; }

/*================ Service block ================*/
.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 ================*/
.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; }

/*================ #Lists ================*/
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, white 0%, #f1f1f1 130%);
    background: -webkit-linear-gradient(to top, white 0%, #f1f1f1 130%);
    background: linear-gradient(to top, white 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 #27302f;
    background-color: #27302f;
    color: white;
    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: #a8a8a8;
      border-color: #a8a8a8;
      color: black; }
.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: black; }
    .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; }

/*================ #Rich Text Editor ================*/
.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; }

/*================ #Links and Buttons ================*/
a {
  color: #333333;
  text-decoration: none; }
  a.classic-link {
    text-decoration: underline; }

/*================ Buttons ================*/
.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: #27302f;
  color: white;
  border: 1px solid #27302f;
  font-family: Poppins;
  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 {
    fill: white;
    -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 {
    color: black;
    background-color: #a8a8a8;
    border-color: #a8a8a8; }
    .btn:hover svg, .btn:focus svg, .btn.focus svg, .btn:active svg {
      fill: black; }
  .btn:active:focus, .btn:active:hover {
    color: black;
    background-color: #a8a8a8;
    border-color: #a8a8a8; }
    .btn:active:focus svg, .btn:active:hover svg {
      fill: black; }
  .btn .icon-arrow-right,
  .btn .icon-arrow-left {
    height: 9px; }
  .btn[disabled] {
    cursor: default;
    opacity: 0.5;
    background-color: #27302f;
    color: white;
    border-color: #27302f; }
    .btn[disabled]:hover {
      background-color: #27302f;
      color: white;
      border-color: #27302f; }

.btn--small {
  font-family: Poppins;
  padding: 8px 10px;
  font-size: 0.75em;
  line-height: 1; }

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

/*================ Button variations ================*/
@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: 0.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; }

/*================ Force an input/button to look like a text link ================*/
.text-link {
  display: inline;
  border: 0 none;
  background: none;
  padding: 0;
  margin: 0; }

/*================ Return to collection/blog links ================*/
.return-link-wrapper {
  margin: 0 auto; }
  .return-link-wrapper a {
    margin: 30px 0; }
    .return-link-wrapper a svg {
      fill: white;
      -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: black; }
  @media only screen and (max-width: 749px) {
    .return-link-wrapper .btn {
      display: inline-block; } }

/*================ #Tables ================*/
table {
  margin-bottom: 27.5px; }

th {
  font-family: Poppins;
  font-weight: 700; }

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

/*============================================================================
  Responsive tables, defined with .responsive-table on table element.
==============================================================================*/
@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 #e8e9eb; } }
/*================ #Images and Iframes ================*/
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%; }

/*================ Forms ================*/
form {
  margin: 0; }

fieldset {
  border: 1px solid #e8e9eb;
  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: 0.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.1);
  background-color: white;
  color: black;
  max-width: 100%;
  line-height: 1.2;
  border-radius: 2px; }
  input:focus,
  textarea:focus,
  select:focus {
    border-color: #cdcfd3; }
  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: 0.5; }
  input.input--error::-moz-placeholder,
  textarea.input--error::-moz-placeholder,
  select.input--error::-moz-placeholder {
    color: #d20000;
    opacity: 0.5; }
  input.input--error:-ms-input-placeholder,
  textarea.input--error:-ms-input-placeholder,
  select.input--error:-ms-input-placeholder {
    color: #d20000;
    opacity: 0.5; }
  input.input--error::-ms-input-placeholder,
  textarea.input--error::-ms-input-placeholder,
  select.input--error::-ms-input-placeholder {
    color: #d20000;
    opacity: 1; }
  input.hidden-placeholder::-webkit-input-placeholder,
  textarea.hidden-placeholder::-webkit-input-placeholder,
  select.hidden-placeholder::-webkit-input-placeholder {
    color: transparent; }
  input.hidden-placeholder::-moz-placeholder,
  textarea.hidden-placeholder::-moz-placeholder,
  select.hidden-placeholder::-moz-placeholder {
    color: transparent; }
  input.hidden-placeholder:-ms-input-placeholder,
  textarea.hidden-placeholder:-ms-input-placeholder,
  select.hidden-placeholder:-ms-input-placeholder {
    color: transparent; }
  input.hidden-placeholder::-ms-input-placeholder,
  textarea.hidden-placeholder::-ms-input-placeholder,
  select.hidden-placeholder::-ms-input-placeholder {
    opacity: 1; }

textarea {
  min-height: 100px; }

/*================ Error styles ================*/
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;
  /*================ Hide the svg arrow in IE9 and below ================*/ }
  @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: #333333;
  background-color: white; }

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

/*================ Form labels ================*/
.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: black;
  opacity: 0.6; }

::-moz-placeholder {
  color: black;
  opacity: 0.6; }

:-ms-input-placeholder {
  color: black;
  opacity: 0.6; }

::-ms-input-placeholder {
  color: black;
  opacity: 1; }

/*================ Labels ================*/
.label--error {
  color: #d20000; }

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

/*================ Vertical forms ================*/
.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 {
      /* If media is below 544 */
      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 {
        /* If media is below 544 */
        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; }

/*================ Form feedback messages ================*/
.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 #e8e9eb; }

.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 Groups ================*/
.input-group {
  position: relative;
  display: table;
  width: 100%;
  border-collapse: separate;
  background-color: white; }
  .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 Nav and Dropdowns ================*/
.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 Links ================*/
.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 #e8e9eb;
  border-bottom: 1px solid transparent;
  z-index: 2; }

/*================ Dropdowns ================*/
.site-nav--has-dropdown {
  position: relative; }

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

.site-nav__dropdown {
  display: none;
  position: absolute;
  z-index: 18;
  background: white;
  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; }

/*================ Child list ================*/
.site-nav__childlist {
  display: inline-block;
  background: white;
  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 #e8e9eb; }

.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 #e8e9eb; }

.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 {
        /* If media is below 759 */
        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; }

/* .grid--flush-bottom {
  margin-bottom: -$section-spacing;
  overflow: auto;

  > .grid__item {
    margin-bottom: $section-spacing;
  }
} */
.footer-bottom {
  position: relative; }

/*============================================================================
  Animation Classes and Keyframes
==============================================================================*/
.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: white;
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1); }
  .drawer input[type="text"],
  .drawer textarea {
    background-color: white;
    color: #333333; }

.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: 0.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: #788188;
  font-size: 0.875em;
  text-transform: uppercase; }
  @media only screen and (max-width: 749px) {
    .grid-view-item__vendor {
      font-size: 0.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 #e8e9eb;
      padding-bottom: 22px; }
      .list-view-item:last-child {
        padding-bottom: 0;
        border-bottom: 0; } }

.list-view-item__title {
  color: #333333;
  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: 0.9375em; } }

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

.list-view-item__price--reg {
  color: #7796a8; }
  @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 slider overrides
==============================================================================*/
.slick-dotted.slick-slider {
  margin-bottom: 0; }

/*================ Slick dots and prev/next pagination ================*/
.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 sections ================*/
.index-section {
  margin-bottom: 70px; }
  @media (max-width: 991px) {
    .index-section {
      /* If media is below 992 */
      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: rgba(120, 129, 136, 0.35);
  background-color: rgba(120, 129, 136, 0.1);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid rgba(120, 129, 136, 0.2); }

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

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

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

/*================ TEMPLATES ================*/
/*============= Templates | Password =============*/
.template-password {
  height: 100vh; }

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

.password-page {
  display: table;
  height: 100%;
  width: 100%;
  color: white;
  background-color: white;
  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: #333333;
  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 {
      /* If media is below 544 */
      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 {
      /* If media is below 544 */
      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 {
        /* If media is below 544 */
        margin: 10px 5px; } }
  #passwordpage_header #storecountdown .data {
    font-size: 40px;
    text-align: center;
    margin: 0 auto; }
    @media (max-width: 543px) {
      #passwordpage_header #storecountdown .data {
        /* If media is below 544 */
        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 {
        /* If media is below 544 */
        display: none; } }
  #passwordpage_header #storecountdown .countdown-seconds .data, #passwordpage_header #storecountdown .countdown-seconds .text {
    color: #202020; }
  @media (max-width: 543px) {
    #passwordpage_header #storecountdown .countdown-seconds .data {
      /* If media is below 544 */ }
      #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: white; }

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

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

.product-single__price {
  color: #788188;
  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: #788188;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 5px 0 10px; }

/*================ Add to cart form ================*/
span.custom-dropdown__small {
  font-size: .7em;
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  span.custom-dropdown__small select {
    background-color: #202020;
    color: #fff;
    font-size: inherit;
    padding: .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 {
      /* If media is below 544 */
      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 {
  /*  Custom dropdown arrow cover */
  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 Images ================*/
.product-single__thumbnail {
  display: block;
  margin: -2px 0 8px;
  border: 2px solid transparent; }

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

.zoomImg {
  background-color: white; }

@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; }

/*================ Template | Collections ================*/
.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: .1px; }
  .collection-description p {
    font-size: 14px; }
  .collection-description > h2, .collection-description > .h2, .collection-description h3, .collection-description .h3 {
    color: black;
    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: black;
    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 {
          /* If media is below 544 */
          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: .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 {
        /* If media is below 544 */
        padding: 0;
        margin-left: 8px;
        padding-left: 15px; } }

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

/*================ FAQ ================*/
.template-index .faq-maintitle {
  margin-top: 0px; }
.template-index #faq-block {
  margin-bottom: 70px; }
  @media (max-width: 991px) {
    .template-index #faq-block {
      /* If media is below 992 */
      margin-bottom: 30px; } }

/*================ FAQ ================*/
#faq-block {
  border: 1px solid #e9e9e9;
  width: 54%;
  margin: auto;
  margin-bottom: 60px; }
  @media (max-width: 991px) {
    #faq-block {
      /* If media is below 992 */
      width: 90%; } }
  #faq-block .faqblock-container {
    list-style: unset;
    color: black;
    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 {
            /* If media is below 768 */
            padding: 15px 15px; } }
        @media (max-width: 543px) {
          #faq-block .faqblock-container .panel-heading .text-container {
            /* If media is below 544 */
            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 {
              /* If media is below 768 */
              right: 15px; } }
          @media (max-width: 543px) {
            #faq-block .faqblock-container .panel-heading .text-container:before {
              /* If media is below 544 */
              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 {
              /* If media is below 544 */
              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: black;
          display: inline-block;
          vertical-align: middle; }
          @media (max-width: 767px) {
            #faq-block .faqblock-container .panel-heading .text-container .faq-title {
              /* If media is below 768 */
              font-size: 14px; } }
          @media (max-width: 543px) {
            #faq-block .faqblock-container .panel-heading .text-container .faq-title {
              /* If media is below 544 */
              padding-right: 16px;
              line-height: 20px; } }
        #faq-block .faqblock-container .panel-heading .text-container.collapsed {
          background-color: white !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 {
          /* If media is below 768 */
          padding: 14px 25px; } }
      @media (max-width: 543px) {
        #faq-block .faqblock-container .subtitle-container .panel-heading {
          /* If media is below 544 */
          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 {
            /* If media is below 544 */
            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; } }

/*================ About us page ================*/
@media (max-width: 991px) {
  .template-index #Aboutus {
    /* If media is below 992 */
    margin-bottom: 30px;
    margin-top: 0; } }
.template-index #Aboutus .heading {
  line-height: 26px;
  font-size: 24px; }
  @media (max-width: 543px) {
    .template-index #Aboutus .heading {
      /* If media is below 544 */
      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 {
      /* If media is below 992 */
      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 {
        /* If media is below 992 */
        margin-top: 30px; } }
.template-index #Aboutus .section-second.information-topspace {
  margin-top: 70px; }
  @media (max-width: 1199px) {
    .template-index #Aboutus .section-second.information-topspace {
      /* If media is below 992 */
      margin-top: 35px; } }

#Aboutus {
  margin-bottom: 50px; }
  @media (max-width: 991px) {
    #Aboutus {
      /* If media is below 992 */
      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 {
        /* If media is below 544 */
        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 {
        /* If media is below 992 */
        margin-top: 18px; } }
    @media (max-width: 543px) {
      #Aboutus .title-container {
        /* If media is below 544 */
        margin-bottom: 14px; } }
  #Aboutus .notopspace {
    margin-top: 0 !important; }
  #Aboutus .Aboutus-information {
    margin-bottom: 0px; }
    @media (min-width: 992px) {
      #Aboutus .Aboutus-information {
        /* If media is above 991 */
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0px; } }
    @media (max-width: 991px) {
      #Aboutus .Aboutus-information .information-container {
        /* If media is below 992 */
        margin-bottom: 0px; } }
    #Aboutus .Aboutus-information .information-container .about-btn {
      margin-top: 20px; }
      @media (max-width: 991px) {
        #Aboutus .Aboutus-information .information-container .about-btn {
          /* If media is below 992 */
          margin-top: 15px; } }
      @media (max-width: 767px) {
        #Aboutus .Aboutus-information .information-container .about-btn {
          /* If media is below 768 */
          margin-top: 14px; } }
      @media (max-width: 543px) {
        #Aboutus .Aboutus-information .information-container .about-btn {
          /* If media is below 544 */
          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 {
          /* If media is below 992 */
          margin-bottom: 30px; } }
  #Aboutus .section-second {
    margin-bottom: 0; }
    @media (min-width: 992px) {
      #Aboutus .section-second .information-container {
        /* If media is above 991 */
        order: 1; } }
    @media (max-width: 991px) {
      #Aboutus .section-second .information-container {
        /* If media is below 992 */
        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 {
        /* If media is above 991 */
        order: 2; } }
    #Aboutus .section-second.information-topspace {
      margin-top: 90px; }
      @media (max-width: 1199px) {
        #Aboutus .section-second.information-topspace {
          /* If media is below 992 */
          margin-top: 35px; } }
  #Aboutus .Aboutus-bottom {
    display: inline-block;
    text-align: center;
    overflow: hidden;
    vertical-align: middle;
    /*margin-bottom: 90px;
    @media (max-width: 991px) {
      margin-bottom: 30px;
    }*/ }
    #Aboutus .Aboutus-bottom.about-topspace {
      margin-top: 90px; }
      @media (max-width: 1199px) {
        #Aboutus .Aboutus-bottom.about-topspace {
          /* If media is below 992 */
          margin-top: 35px; } }
    @media (max-width: 991px) {
      #Aboutus .Aboutus-bottom .title-container {
        /* If media is below 992 */
        margin-top: 0px; } }
    #Aboutus .Aboutus-bottom .subheading {
      width: 50%;
      margin: auto;
      margin-bottom: 30px; }
      @media (max-width: 1199px) {
        #Aboutus .Aboutus-bottom .subheading {
          /* If media is below 1200 */
          width: 80%; } }
      @media (max-width: 543px) {
        #Aboutus .Aboutus-bottom .subheading {
          /* If media is below 544 */
          width: 90%; } }
    #Aboutus .Aboutus-bottom .service-img {
      margin-bottom: 15px; }
    #Aboutus .Aboutus-bottom .service-title {
      font-size: 17px;
      color: black;
      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 {
          /* If media is below 1200 */
          width: 100%; } }
    @media (max-width: 767px) {
      #Aboutus .Aboutus-bottom .services {
        /* If media is below 768 */
        margin-bottom: 25px; }
        #Aboutus .Aboutus-bottom .services:last-child {
          margin-bottom: 0; } }
    #Aboutus .Aboutus-bottom .services:hover .service-title {
      color: #202020; }

/*================contact page ================*/
.contact-form-information {
  overflow: hidden;
  padding-bottom: 100px;
  display: flex;
  align-items: center; }
  @media (max-width: 1199px) {
    .contact-form-information {
      /* If media is below 1200 */
      padding-bottom: 60px;
      display: block; } }
  @media (max-width: 767px) {
    .contact-form-information {
      /* If media is below 768 */
      padding-bottom: 50px; } }
  @media (max-width: 1199px) {
    .contact-form-information .contact-banner {
      /* If media is below 1200 */
      margin-bottom: 30px; } }
  .contact-form-information .contact-banner .image-container {
    position: relative; }
    @media (max-width: 991px) {
      .contact-form-information .contact-banner .image-container {
        /* If media is below 992 */
        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 {
            /* If media is below 768 */
            display: none; } }
      .contact-form-information .contact-banner .image-container a:hover:after {
        border-color: rgba(32, 32, 32, 0.9); }
  .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 {
          /* If media is below 544 */
          padding: 0; } }
    @media (max-width: 543px) {
      .contact-form-information .information-container .list-contact-info {
        /* If media is below 544 */
        padding: 0; } }
    @media (max-width: 543px) {
      .contact-form-information .information-container .list-contact-info .contact_info_item {
        /* If media is below 543 */
        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: #333333;
      font-size: 14px;
      font-weight: 600;
      margin: 20px 0 10px;
      line-height: 1.1;
      text-transform: capitalize;
      font-family: Poppins; }
    .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: #666666;
      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: dimgrey; }
        .contact-form-information .information-container .list-contact-info .social-icons li:hover a:before {
          box-shadow: inset 0 0 0 2px #202020;
          -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: black; }

.contact-form-bottom {
  padding: 15px; }
  @media (min-width: 1200px) {
    .contact-form-bottom {
      /* If media is above 1199 */
      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 .15s,box-shadow ease-in-out .15s; }
    .contact-form-bottom .form-field textarea:focus, .contact-form-bottom .form-field input:focus {
      border-color: #202020;
      outline: 0; }
  .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: #27302f;
      color: white;
      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: black;
        background: #a8a8a8; }

.title-container {
  padding: 16px 30px;
  padding-right: 0;
  margin-bottom: 45px; }
  @media (max-width: 1199px) {
    .title-container {
      /* If media is below 1200 */
      margin-bottom: 15px; } }
  @media (max-width: 767px) {
    .title-container {
      /* If media is below 768 */
      margin-bottom: 10px; } }
  .title-container .heading {
    color: #000;
    font-size: 40px;
    display: block;
    letter-spacing: 0.1em;
    font-family: Poppins;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    margin: 20px 0 10px;
    line-height: 1.1; }
    @media (max-width: 543px) {
      .title-container .heading {
        /* If media is below 543 */
        font-size: 22px; } }
  .title-container .subheading {
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2px; }

/*================ Cart page ================*/
.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 {
      /* If media is above 991 */
      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 {
      /* If media is below 768 */
      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 {
        /* If media is below 768 */
        font-size: 13px; } }
  .template-cart .cart .cart__meta .cart__meta-text {
    font-size: 14px; }
.template-cart .cart .cart__price-wrapper {
  text-align: center;
  color: black;
  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 {
      /* If media is below 749 */
      width: auto;
      float: right;
      margin-right: 2px; } }
  @media (max-width: 749px) {
    .template-cart .cart .cart__update-wrapper .cart-qty-btns label {
      /* If media is below 749 */
      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 {
        /* If media is above 991 */
        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 {
        /* If media is above 991 */
        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 {
    /* If media is below 749 */
    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: black;
  background: transparent;
  display: block;
  font-size: 27px; }
  @media (max-width: 991px) {
    .template-cart .cart .product_remove a {
      /* If media is above 991 */
      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 {
      /* If media is above 991 */
      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 {
        /* If media is below 768 */
        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 {
          /* If media is below 768 */
          display: block; } }
    @media (max-width: 767px) {
      .template-cart .cart .cart__footer .cart_top .cart-note {
        /* If media is below 768 */
        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 {
          /* If media is above 991 */
          width: auto; } }
      @media (max-width: 767px) {
        .template-cart .cart .cart__footer .cart_top .cart-note .cart-note__input {
          /* If media is below 768 */
          width: 100%; } }
      @media (max-width: 749px) {
        .template-cart .cart .cart__footer .cart_top .cart-note .cart-note__input {
          /* If media is below 749 */
          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 {
          /* If media is below 768 */
          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 {
        /* If media is above 991 */
        padding: 20px 0; } }
    @media (max-width: 767px) {
      .template-cart .cart .cart__footer .cart-bottm {
        /* If media is below 768 */
        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 {
          /* If media is below 768 */
          display: block; } }
    @media (max-width: 767px) {
      .template-cart .cart .cart__footer .cart-bottm .continue_shopping {
        /* If media is below 768 */
        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 {
          /* If media is above 991 */
          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 {
          /* If media is below 768 */
          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 {
            /* If media is above 991 */
            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 {
              /* If media is above 991 */
              font-size: 15px; } }
        .template-cart .cart .cart__footer .cart-bottm .cart_calculator .cart_content_inner .cart_total_title .cart__subtotal {
          color: #202020; }
        .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 {
              /* If media is above 991 */
              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 {
              /* If media is above 991 */
              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: #a8a8a8;
          color: black;
          border-color: #a8a8a8; }
          .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: white;
            background-color: #27302f;
            border-color: #27302f; }
          @media (max-width: 543px) {
            .template-cart .cart .cart__footer .cart-bottm .cart_calculator .cart_content_inner .checkout_btn {
              /* If media is above 991 */
              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 {
      /* If media is below 544 */
      margin-left: 6px; } }
  .cart__edit .btn {
    background-color: transparent;
    border: none;
    color: black;
    padding: 0;
    margin-top: -3px; }
    .cart__edit .btn span i {
      font-size: 14px; }
    .cart__edit .btn:active:focus, .cart__edit .btn:active:hover {
      color: black;
      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: black; }

.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: 0.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; }

/*================ MODULES ================*/
@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: Poppins;
  color: white;
  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: black;
        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 {
      /* If media is below 768 */
      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 {
    /* If media is below 768 */
    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: #202020;
  border-radius: 50%; }
  @media (max-width: 991px) {
    .site-header__cart-count {
      color: #202020;
      background: black;
      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 {
        /* If media is below 749 */
        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__logo {
      padding-left: $gutter-site-mobile;
    } */
  .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 {
      /* If media is below 768 */
      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 {
      /* If media is below 768 */
      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; }

/*============================================================================
  Blog article grid
==============================================================================*/
.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 {
      /* If media is below 992 */
      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: 0.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: #333333;
  border-color: transparent;
  width: 100%; }
  .search-header__input::-webkit-input-placeholder,
  .search-bar__input::-webkit-input-placeholder {
    color: #a5a5a5;
    opacity: 0.6; }
  .search-header__input::-moz-placeholder,
  .search-bar__input::-moz-placeholder {
    color: #a5a5a5;
    opacity: 0.6; }
  .search-header__input:-ms-input-placeholder,
  .search-bar__input:-ms-input-placeholder {
    color: #a5a5a5;
    opacity: 0; }
  .search-header__input::-ms-input-placeholder,
  .search-bar__input::-ms-input-placeholder {
    color: #a5a5a5;
    opacity: 1; }

.search-bar__input {
  border: 1px solid transparent; }
  .search-bar__input:focus {
    border-color: transparent; }

/*============================================================================
  The search submit button has pointer-events: none which also
  effects the :hover style. This forces the style to be applied.
==============================================================================*/
.search-header__input:hover + .btn--link {
  opacity: 0.6; }

/*================ Mobile Search Bar ================*/
.search-bar {
  border-bottom: 1px solid #e8e9eb;
  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%; }

/*================ Header Search ================*/
.search-header {
  position: relative;
  width: 100%;
  max-width: 300px;
  vertical-align: middle; }
  .search-header .search-results {
    top: auto !important;
    width: 100%; }
  .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 Site Nav ================*/
.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 #e8e9eb; }

.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: white;
  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: Poppins;
    font-weight: 400;
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px; }

/*================ Mobile nav wrapper ================*/
.mobile-nav-wrapper {
  -ms-transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  position: absolute;
  background-color: white;
  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 #e8e9eb; }
  .mobile-nav-wrapper.js-menu--is-open {
    display: block; }

.mobile-nav--open .icon-close {
  display: none; }

.mobile-nav--close .icon-hamburger {
  display: none; }

/*================ Modals ================*/
.modal {
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  background-color: transparent;
  bottom: 0;
  color: #333333;
  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; }

/*============================================================================
  Hero slider

  Extends default slick slider styles.
  Extra specificity in selectors is used to override defaults.
==============================================================================*/
.slideshow-wrapper {
  position: relative; }

.slideshow {
  overflow: hidden;
  /*   height: 750px; */
  margin-bottom: 0;
  /*   &.slideshow--medium {
      height: 750px;
    }
  
    &.slideshow--large {
      height: $slideshow-height-large - 200;
    }
  
    @include media-query($medium-up) {
       height: $slideshow-height-large - 200;
  
      &.slideshow--medium {
         height: $slideshow-height-large - 200;
      }
  
      &.slideshow--large {
        height: 800px;
      }
    } */ }
  .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: white; }

.video-is-playing .slick-dots {
  display: none !important; }

.slideshow__pause:focus {
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  color: white;
  background-color: #7796a8;
  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; }

/*================ General slide styles ================*/
.slideshow__slide {
  position: relative;
  overflow: hidden; }

.slideshow__overlay::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #3d4246;
  opacity: 0.25;
  z-index: 3; }

/*================ Slide images ================*/
.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; }

/*================ Slide text ================*/
.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 white;
    border-top-color: transparent;
    -moz-animation: spin 0.65s infinite linear;
    -o-animation: spin 0.65s infinite linear;
    -webkit-animation: spin 0.65s infinite linear;
    animation: spin 0.65s infinite linear;
    opacity: 1;
    transition: all 1s cubic-bezier(0.29, 0.63, 0.44, 1);
    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: white; }

.slideshow__subtitle {
  display: block;
  color: white; }

/*================ Video styles ================*/
.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; }

/*================ Video control buttons ================*/
.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 white;
  border-top-color: transparent;
  -moz-animation: spin 0.65s infinite linear;
  -o-animation: spin 0.65s infinite linear;
  -webkit-animation: spin 0.65s infinite linear;
  animation: spin 0.65s infinite linear;
  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: white;
  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: white;
  color: black; }
  .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: #7796a8; }

.product-price__sale-label {
  display: inline-block;
  white-space: nowrap;
  font-size: 0.9375em; }

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

/*================ Module | Filters and Sort toolbar and selection ================*/
#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: white;
  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.1);
  z-index: 1;
  color: #acaaa6;
  background-color: rgba(255, 255, 255, 0.5); }
  @media (max-width: 767px) {
    #SortBy {
      /* If media is below 768 */
      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 {
      /* If media is below 768 */
      display: none; } }

@media (max-width: 543px) {
  .filters-toolbar {
    /* If media is below 543 */
    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: .8px;
  line-height: 20px; }
  @media only screen and (max-width: 749px) {
    .filters-toolbar__product-count {
      font-size: 0.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 {
      /* If media is below 992 */
      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 {
      /* If media is below 992 */
      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; } }
  @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 {
      /* If media is between 992 and 1199 */
      padding: 0; } }
.site-footer .collapsed .navbar-toggler i {
  color: white; }
.site-footer .collapsed .navbar-toggler i.add {
  display: block; }
.site-footer .collapsed .navbar-toggler i.remove {
  display: none; }
.site-footer .navbar-toggler i {
  color: white; }
.site-footer .navbar-toggler i.add {
  display: none; }
.site-footer .navbar-toggler i.remove {
  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: white;
  color: black;
  margin-top: 27.5px; }

/*================ Quote slider ================*/
.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: 0.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: #333333;
    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: rgba(120, 129, 136, 0.05);
  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: white;
      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: white;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover; }

.image-bar__link:focus .image-bar__content {
  border-color: #3d4246; }

.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: #3d4246;
  opacity: 0.25; }

.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 {
      /* If media is below 544 */
      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 {
      /* If media is above 767 */ }
      .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 {
        /* If media is below 768 */
        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 {
        /* If media is below 544 */
        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 {
        /* If media is below 768 */
        opacity: 1; } }
    @media (max-width: 543px) {
      .collection-grid-item__title-wrapper .collection-grid-item__title, .collection-grid-item__title-wrapper .collection-grid-total_item {
        /* If media is below 544 */
        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 {
        /* If media is below 1200 */
        font-size: 13px;
        padding: 9px 7px;
        left: 10px;
        right: 10px; } }
    @media (max-width: 991px) {
      .collection-grid-item__title-wrapper .collection-grid-total_item {
        /* If media is below 992 */
        left: 40px;
        right: 40px; } }
    @media (max-width: 767px) {
      .collection-grid-item__title-wrapper .collection-grid-total_item {
        /* If media is below 768 */
        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; }

/*================ Flex item alignment ================*/
.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; }

/*---------------------------addresses page -------------------*/
.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: #202020;
            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 {
    /* If media is below 992 */
    margin-bottom: 30px; } }

#HideRecoverPasswordLink {
  display: block;
  margin: 0 auto;
  text-align: center; }

/*---------------------------account page -------------------*/
.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 {
      /* If media is above 543 */
      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 {
        /* If media is above 543 */
        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: black;
      color: white;
      border-color: black; }

.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 {
    /* If media is below 992 */
    padding: 10px 6px; } }

.my_account_detail .wrap {
  padding: 15px;
  background-color: white;
  border: 1px solid #f1f1f1; }
.my_account_detail p {
  text-align: left; }

/*-------------------star review color-----------*/
.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-infopage-----------*/
.order_info_header {
  margin-bottom: 20px; }

@media (max-width: 543px) {
  .order_infopage .order_name, .order_infopage .order_note {
    /* If media is below 544 */
    text-align: center; } }
.order_infopage .customer-address-info .wrap {
  padding: 15px;
  background: white; }
  .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; }

/*-------------------order-infopage-----------*/
.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; }

/*================ collectionproducts(grid-view search page) ================*/
.template-search hr {
  margin: 30px 0 15px;
  border-bottom: 1px solid #e2e2e2; }
  @media (min-width: 768px) {
    .template-search hr {
      /* If media is above 767 */
      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 {
      /* If media is above 767 */
      text-align: left;
      padding: 0; } }
  @media (max-width: 543px) {
    .template-search .section-header > .h2 {
      /* If media is below 544 */
      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: white;
    background: #27302f; }
    .template-search .search_page .search__submit:hover, .template-search .search_page .search__submit:active, .template-search .search_page .search__submit:focus {
      background: #a8a8a8;
      color: black; }
.template-search .products-display {
  display: block;
  width: 100%;
  overflow: hidden; }
  @media (max-width: 767px) {
    .template-search .products-display .grid__item {
      /* If media is below 768 */
      float: none; } }
  .template-search .products-display .list__item {
    padding: 15px 0;
    width: 100%; }
.template-search .pagination {
  padding: 0; }

/*================ Wishlist page ================*/
.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 {
    /* If media is below 544 */
    display: block; } }

.wishlist_table th, .wishlist_table td {
  text-align: left;
  padding: 15px;
  border: 1px solid #f4f4f4;
  color: black;
  font-family: Poppins;
  font-size: 14px; }
  @media (max-width: 767px) {
    .wishlist_table th, .wishlist_table td {
      /* If media is below 768 */
      padding: 10px; } }
.wishlist_table th, .wishlist_table td {
  text-align: center; }
.wishlist_table .product-add-to-cart .button {
  background-color: #27302f;
  color: white;
  border-color: #27302f; }
  @media (max-width: 767px) {
    .wishlist_table .product-add-to-cart .button {
      /* If media is below 768 */
      padding: 8px 5px;
      white-space: nowrap; } }
  @media (max-width: 543px) {
    .wishlist_table .product-add-to-cart .button {
      /* If media is below 544 */
      font-size: 12px; } }
  .wishlist_table .product-add-to-cart .button:hover {
    background-color: #a8a8a8;
    border-color: #a8a8a8;
    color: black; }

/*================cart notification ================*/
.alert {
  text-align: center; }
  .alert span {
    text-transform: capitalize; }
  @media (min-width: 544px) {
    .alert .close {
      /* If media is above 543 */
      top: 15px !important; } }
  .alert a {
    color: black; }
    .alert a:hover {
      color: #666666; }

.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: #27302f;
  border-color: #27302f;
  color: white; }
  .address_tables .btn:hover {
    background: #a8a8a8;
    border-color: #a8a8a8;
    color: black; }

.address-new-toggle i {
  margin-right: 10px; }

.address-update-btn {
  margin: 13px 0; }

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  text-align: center;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  margin-top: 30px; }
  @media (max-width: 767px) {
    .owl-theme .owl-nav {
      /* If media is below 992 */
      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: #a8a8a8;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  margin: 0 3px;
  outline: none;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

.owl-theme .owl-nav .owl-prev:hover, .owl-theme .owl-nav .owl-next:hover {
  background-color: #27302f; }

.owl-theme .owl-nav .owl-prev:hover i:after, .owl-theme .owl-nav .owl-next:hover i:after {
  color: white; }

.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: black;
  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 .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .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: #a8a8a8;
  border: 1px solid #a8a8a8;
  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: #27302f;
  border-color: #27302f; }

.owl-theme .owl-dots .owl-dot.active span {
  cursor: default; }

/*Do not change
Search-autocomplete css
*/
.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 .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; }

/*End
Search-autocomplete css
*/
/* Magnific Popup CSS */
.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; }

/* Main image in popup */
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; }

/* The shadow behind the image */
.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) {
  /**
       * Remove all paddings around the image on small screen
       */
  .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 ------- */
.newsletter-popup .modal {
  text-align: center; }
  @media (min-width: 768px) {
    .newsletter-popup .modal {
      /* If media is above 767 */ }
      .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 {
      /* If media is above 767 */
      width: 750px; } }
.newsletter-popup .modal-content {
  padding: 0px;
  border-radius: 0; }
  @media (min-width: 768px) {
    .newsletter-popup .modal-content {
      /* If media is above 767 */
      -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 {
            /* If media is below 768 */
            float: none;
            width: 80%; } }
        @media (max-width: 543px) {
          .newsletter-popup .modal-content .modal-body .image-cover .popup-text.popup-text-right {
            /* If media is below 544 */
            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 {
            /* If media is below 768 */
            float: none;
            width: 80%; } }
        @media (max-width: 543px) {
          .newsletter-popup .modal-content .modal-body .image-cover .popup-text.popup-text-left {
            /* If media is below 544 */
            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 {
            /* If media is below 768 */
            width: 80%; } }
        @media (max-width: 543px) {
          .newsletter-popup .modal-content .modal-body .image-cover .popup-text.popup-text-center {
            /* If media is below 544 */
            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 {
          /* If media is below 992 */
          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 {
          /* If media is below 992 */
          padding: 50px 40px;
          width: 80%; } }
      @media (max-width: 543px) {
        .newsletter-popup .modal-content .modal-body .popup-text {
          /* If media is below 544 */
          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 {
            /* If media is below 544 */
            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 {
            /* If media is below 544 */
            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: white; }
              @media (max-width: 991px) {
                .newsletter-popup .modal-content .modal-body .popup-text .follow-us .social-icon-inner ul li .social-icons__link i {
                  /* If media is below 992 */
                  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.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: black; }
      .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'] {
              /* If media is below 544 */
              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: black; }
    @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: black; }
    @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: #666666; }
    @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 ***************************/
.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: black;
        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: #666666;
        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; } }

/*--------------------------------header-top----------------*/
.wrapper-nav {
  margin: 0 auto;
  background: transparent; }

/*================ header ================*/
#header {
  color: black;
  font-weight: 400;
  font-size: 14px;
  font-family: Poppins;
  letter-spacing: 0.1px;
  /*-------------------------search-bar-----------------*/
  /*---------------------------site-header-inner----------*/ }
  #header .nav-header {
    color: white;
    font-size: 15px;
    position: relative;
    margin: 0 auto;
    background: black;
    border-bottom: 3px solid black;
    box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, 0.3);
    margin-bottom: 3px;
    /*================ social ================*/ }
    @media (max-width: 1299px) {
      #header .nav-header {
        max-width: 100%;
        background: black; } }
    @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 {
          /* If media is below 992 */
          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 {
              /* If media is between 992 and 1199 */
              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: white;
              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.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: white; }
    #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: black; }
      #header .nav-header .desktop-checkout ul li:after {
        content: '';
        height: 20px;
        width: 1px;
        background: rgba(255, 255, 255, 0.2);
        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: white;
        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: white;
    padding: 25px 0; }
    @media (max-width: 991px) {
      #header .header-top {
        /* If media is below 992 */
        position: unset;
        margin: 0;
        padding: 0; } }
    @media (min-width: 992px) {
      #header .header-top .nav-menu > .page-width {
        /* If media is above 767 */
        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: black; }
        @media (max-width: 991px) {
          #header #_desktop_search .search-toggle svg, #header #_mobile_search .search-toggle svg {
            fill: white; } }
    #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 {
            /* If media is below 544 */
            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: white;
        border: 1px solid rgba(0, 0, 0, 0.1);
        font-weight: 400;
        font-family: Poppins;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 0.8px;
        color: #a5a5a5;
        border-radius: 0%;
        padding-right: 50px; }
        @media (max-width: 543px) {
          #header #_desktop_search .search-info .search__input, #header #_mobile_search .search-info .search__input {
            /* If media is below 544 */
            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: #a5a5a5;
          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: white; }
      #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: #27302f;
        text-align: center;
        color: white;
        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 {
            /* If media is below 544 */
            filter: brightness(0.9); } }
        #header #_desktop_search .search-info .search-header__submit:hover, #header #_mobile_search .search-info .search-header__submit:hover {
          background: #a8a8a8;
          color: black; }
        #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: black;
          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 {
        /* If media is between 992 and 1199 */
        margin-right: 15px; } }
    @media (max-width: 991px) {
      #header .header-logo-section {
        /* If media is below 992 */
        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-user-selection {
    float: right; }
    @media (min-width: 992px) {
      #header .header-user-selection {
        /* If media is above 767 */
        padding: 0;
        width: 40%; } }
  #header .megamenu-header {
    display: inline-block;
    vertical-align: middle;
    padding: 0; }
    @media (min-width: 992px) {
      #header .megamenu-header {
        width: 60%; } }

/*-----------------------user_info-----------------*/
#_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 {
      /* If media is below 768 */
      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: black; }
        @media (max-width: 991px) {
          #_desktop_user_info .userinfo-title .userinfo-toggle svg, #_mobile_user_info .userinfo-title .userinfo-toggle svg {
            fill: white; } }

/*-----------------------shopping cart--------------*/
#_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 .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: black; }
        @media (max-width: 991px) {
          #_desktop_cart .cart-display .cart-title .cart-logo svg, #_mobile_cart .cart-display .cart-title .cart-logo svg {
            fill: white; } }
    #_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: #27302f;
      color: white;
      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 {
          /* If media is below 992 */
          right: 18px;
          top: 10px;
          background: white;
          color: #27302f; } }
  #_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: white none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    font-family: Poppins;
    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 {
        /* If media is below 992 */
        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: black; }
        #_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: black;
            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: black;
            -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 {
          /* If media is below 544 */
          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: #a8a8a8;
              border-color: #a8a8a8;
              color: black; }
              #_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: #27302f;
                border-color: #27302f;
                color: white; }
    #_desktop_cart .cart-display .cart-dropdown-inner .cart__empty, #_mobile_cart .cart-display .cart-dropdown-inner .cart__empty {
      padding: 10px;
      color: #666; }

/*-------------desktop width fixed-header--------------*/
.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); } }

/*--------------------------Navfullwidth------------------*/
#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: black; }
  #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--------------*/
.mobile-width {
  width: 100% !important; }
  @media (max-width: 991px) {
    .mobile-width {
      /* If media is below 992 */
      background-color: #27302f; } }
  .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: white; }
  .mobile-width .mobile-width-right {
    float: right; }
    .mobile-width .mobile-width-right > div {
      float: right !important; }

/*================ main menu ================*/
#_desktop_top_menu {
  display: inline-block;
  vertical-align: middle;
  padding: 0; }
  #_desktop_top_menu #top-menu {
    text-align: center;
    margin-bottom: 0; }

#top-menu h3, #top-menu .h3 {
  position: relative;
  -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; }
  @media (max-width: 991px) {
    #top-menu h3, #top-menu .h3 {
      font-size: 15px; } }
#top-menu > li {
  display: inline-block;
  vertical-align: middle;
  position: relative; }
  @media (max-width: 991px) {
    #top-menu > li {
      display: block;
      padding: 15px 0;
      border-bottom: 1px solid #eee; }
      #top-menu > li:last-child {
        border-bottom: none; } }
  #top-menu > li .dropdown-item {
    white-space: normal;
    max-width: 230px; }
    @media (min-width: 992px) {
      #top-menu > li .dropdown-item {
        max-width: 200px; } }
  #top-menu > li > a {
    padding: 10px 12px;
    position: relative;
    display: block; }
    @media screen and (min-width: 992px) and (max-width: 1199px) {
      #top-menu > li > a {
        /* If media is between 992 and 1199 */
        padding: 14px 6px; } }
    @media (max-width: 991px) {
      #top-menu > li > a {
        /* If media is below 992 */
        display: inline-block;
        vertical-align: middle;
        padding: 15px; } }
    #top-menu > li > a .title {
      color: black;
      display: inline-block;
      vertical-align: middle;
      font-weight: 400;
      font-size: 14px;
      line-height: 18px;
      -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) {
        #top-menu > li > a .title {
          /* If media is between 992 and 1199 */
          font-size: 13px; } }
      @media (max-width: 991px) {
        #top-menu > li > a .title {
          /* If media is below 992 */
          float: left;
          color: black;
          line-height: 20px;
          font-weight: 400;
          font-size: 16px; } }
    #top-menu > li > a i {
      display: none; }
    #top-menu > li > a span {
      background: #ff0000 none repeat scroll 0 0;
      border-radius: 2px;
      font-size: 9px;
      font-weight: 500;
      left: auto;
      padding: 0 5px;
      position: absolute;
      top: -3px;
      right: 0;
      letter-spacing: 0.5px;
      line-height: 12px;
      color: #fff; }
      @media (max-width: 991px) {
        #top-menu > li > a span {
          /* If media is below 992 */
          display: none;
          padding: 0 3px;
          top: 0px;
          float: right;
          left: auto;
          right: 0;
          position: relative;
          margin: 0 6px; } }
      #top-menu > li > a span:before {
        content: '';
        position: absolute;
        bottom: -4px;
        left: 0;
        width: 0;
        height: 0;
        border: 0 solid transparent;
        border-left-width: 0px;
        border-right-width: 6px;
        border-top: 5px solid #ff0000;
        -moz-transform: scale(0.9999); }
      #top-menu > li > a span.new {
        background: #000 none repeat scroll 0 0; }
        @media (min-width: 992px) {
          #top-menu > li > a span.new:before {
            /* If media is above 991 */
            border-top: 5px solid #000; } }
      #top-menu > li > a span.sale {
        background: #7fbc1e none repeat scroll 0 0; }
        @media (min-width: 992px) {
          #top-menu > li > a span.sale:before {
            /* If media is above 991 */
            border-top: 5px solid #7fbc1e; } }
  #_desktop_top_menu #top-menu > li .sub-menu {
    position: relative; }
    #_desktop_top_menu #top-menu > li .sub-menu.collapse {
      font-family: Poppins;
      background-color: #fff;
      background-position: right bottom;
      background-repeat: no-repeat;
      display: block;
      position: absolute;
      text-align: left;
      top: 170%;
      left: 0px;
      margin: 0px;
      padding: 20px 14px;
      z-index: 18;
      visibility: hidden;
      border-radius: 3px;
      opacity: 0;
      border: 0;
      -webkit-transition: all 0.7s ease;
      -o-transition: all 0.7s ease;
      transition: all 0.7s ease;
      -webkit-box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.2); }
  @media (min-width: 992px) {
    #top-menu > li:hover > a .title {
      color: #202020; } }
  #_desktop_top_menu #top-menu > li:hover:hover .sub-menu {
    visibility: visible;
    top: 100%;
    opacity: 1; }

.top-menu.mainmenu-dropdown {
  display: flex;
  width: 800px;
  flex-wrap: wrap;
  flex-direction: column; }
  .top-menu.mainmenu-dropdown .category-only {
    padding: 10px 0; }
  .top-menu.mainmenu-dropdown .sub-category {
    text-align: left;
    width: 200px;
    min-width: 200px;
    margin-bottom: 0px; }
    @media (max-width: 991px) {
      .top-menu.mainmenu-dropdown .sub-category {
        /* If media is below 992 */
        padding: 10px 0; } }
    .top-menu.mainmenu-dropdown .sub-category > a {
      padding-bottom: 4px;
      margin-bottom: 17px;
      position: relative; }
      .top-menu.mainmenu-dropdown .sub-category > a:before {
        border-top: 1px solid #ddd;
        bottom: -7px;
        content: "";
        position: absolute;
        left: 0;
        width: 50%; }
        @media (max-width: 991px) {
          .top-menu.mainmenu-dropdown .sub-category > a:before {
            /* If media is below 992 */
            display: none; } }
      .top-menu.mainmenu-dropdown .sub-category > a h3, .top-menu.mainmenu-dropdown .sub-category > a .h3 {
        color: black;
        display: block;
        text-transform: capitalize;
        font-weight: 400;
        font-size: 14px; }
        @media (min-width: 992px) {
          .top-menu.mainmenu-dropdown .sub-category > a h3, .top-menu.mainmenu-dropdown .sub-category > a .h3 {
            /* If media is above 991 */
            font-size: 15px;
            color: black; } }
    .top-menu.mainmenu-dropdown .sub-category ul .category:last-child a {
      padding-bottom: 0; }
  .top-menu.mainmenu-dropdown li a {
    font-family: Poppins;
    padding-bottom: 12px;
    font-size: 14px;
    display: block;
    color: #666666;
    font-weight: 400; }
    @media (max-width: 991px) {
      .top-menu.mainmenu-dropdown li a {
        color: black; } }
    @media (min-width: 992px) {
      .top-menu.mainmenu-dropdown li a:hover {
        color: black; } }
  @media (min-width: 992px) {
    .top-menu.mainmenu-dropdown {
      flex-direction: row;
      row-gap: 20px; } }
.top-menu .collapse {
  display: inherit; }
.top-menu .popover {
  max-width: inherit; }

.img-container {
  clear: both;
  margin-top: 20px; }
  @media (max-width: 991px) {
    .img-container {
      /* If media is below 992 */
      display: none; } }

.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: Poppins; }
        .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: #202020;
          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: black;
          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 ================*/
.slider {
  border-bottom: 3px solid black;
  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 {
        /* If media is below 768 */
        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 #27302f;
      background-color: #27302f !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 {
          /* If media is above 767 */
          -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: #a8a8a8 !important;
        border-color: #a8a8a8; }
        #slideshow-carousel .owl-nav .owl-prev:hover i:after, #slideshow-carousel .owl-nav .owl-next:hover i:after {
          color: black; }
      #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: white;
          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 {
          /* If media is above 767 */
          -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 #a8a8a8;
        background: #a8a8a8;
        margin: 0 3px;
        display: block; }
      #slideshow-carousel .owl-dots .owl-dot.active span {
        background-color: #27302f;
        border-color: #27302f; }
  #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: K2D; }
      @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: Poppins; }
      @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; }

/*================ productsblock ================*/
.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 {
          /* If media is below 544 */
          display: block; } }
      #product-block-carousel #products-tab .nav-item .nav-link {
        background: transparent;
        border: 1px solid #dbd8d8;
        display: inline-block;
        color: black;
        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 {
            /* If media is below 768 */
            padding: 8px 16px; } }
        #product-block-carousel #products-tab .nav-item .nav-link:hover {
          background: #27302f;
          color: white;
          border-color: #27302f; }
      #product-block-carousel #products-tab .nav-item.active .nav-link {
        background: #27302f;
        color: white;
        border-color: #27302f; }
  #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; }

/*================ commonproducts ================*/
@media (max-width: 543px) {
  .products-display {
    /* If media is below 544 */
    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 {
      /* If media is below 544 */
      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: white; }
        .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 {
              /* If media is below 544 */
              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: black;
            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 {
                /* If media is below 544 */
                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: black;
          font-size: 15px;
          font-weight: 400;
          font-family: Poppins;
          margin-bottom: 5px;
          -webkit-transition: all .5s;
          -moz-transition: all .5s;
          -ms-transition: all .5s;
          -o-transition: all .5s;
          transition: all .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 {
              /* If media is below 544 */
              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 {
                /* If media is below 544 */
                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 {
                /* If media is below 544 */
                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: #202020;
            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 {
          /* If media is above 767 */
          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 {
        /* If media is above 767 */
        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 .5s;
      -moz-transition: all .5s;
      -o-transition: all .5s;
      transition: all .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 {
          /* If media is above 767 */
          opacity: 0;
          -moz-transform: translateX(-70px);
          -webkit-transform: translateX(-70px);
          -o-transform: translateX(-70px);
          -ms-transform: translateX(-70px);
          transform: translateX(-70px);
          -webkit-transition: all .9s ease-in-out;
          -moz-transition: all .9s ease-in-out;
          -o-transition: all .9s ease-in-out;
          transition: all .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: #202020;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .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: white; }
        .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: #a8a8a8; }
        .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: black; }
      .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 .6s ease-in-out;
        -moz-transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
        transition: all .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 {
            /* If media is above 767 */
            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: #a8a8a8; }
            .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: white;
            position: relative;
            color: black;
            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 .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .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: #a8a8a8;
          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: black;
            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 .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 .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .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 .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .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 .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .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 .6s ease-in-out;
        -moz-transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
        transition: all .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 .8s ease-in-out;
        -moz-transition: all .8s ease-in-out;
        -o-transition: all .8s ease-in-out;
        transition: all .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: black;
      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: white;
    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; }

/*================ collectionproducts(list-view) ================*/
.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 {
            /* If media is above 543 */
            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 {
            /* If media is below 768 */
            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 {
            /* If media is above 767 */
            padding-left: 25px; } }
        @media (max-width: 767px) {
          .products-display .list__item .grid-view-item .grid-view-item__image-container .product-description {
            /* If media is below 768 */
            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: .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 {
              /* If media is below 768 */
              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 {
            /* If media is below 768 */
            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%; } }

/*================ collectionpage================*/
.template-collection .normal_main_content {
  margin-bottom: 20px; }
  .template-collection .normal_main_content .product_empty {
    padding-left: 15px;
    margin-bottom: 20px; }

/*================ bannersblock ================*/
.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 {
        /* If media is below 768 */
        margin-bottom: 30px;
        width: 100%; } }
    .banner-section .bannerblock .bannerblock:last-child {
      margin-bottom: 0; }

/*====================== Parallax Block ====================== */
@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: Poppins;
      -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: Poppins;
      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 {
          /* If media is below 544 */
          font-size: 35px;
          line-height: 35px;
          margin-bottom: 30px; } }
      @media (max-width: 400px) {
        .parallax-block-with-timer .parallaxbanner .parallax-list .parallax-title {
          /* If media is below 544 */
          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 {
            /* If media is below 544 */
            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; }

/*====================== testimonial Block ====================== */
@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: white;
    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: #666666;
          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: black;
          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: #202020;
          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: #27302f;
        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: white;
          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: white;
          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: #202020; }
    .testimonial-section .testimonial .testimonial-inner .testimonials-container:hover .testimonials-outer-left .user-content .user-designation {
      color: black; }
    .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: #a8a8a8; }
  @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; } }

/*================ special-deal ================*/
@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;
  /*================ -category ================*/ }
  @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; }
    .categorywithdeal-block .categorywithdealblock .section-header .home-title {
      font-size: 30px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .categorywithdeal-block .categorywithdealblock .section-header .seperator {
        margin: 0; } }
    @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: #27302f;
      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: Poppins;
        font-weight: 400;
        color: white;
        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: Poppins;
        font-weight: 400;
        color: white;
        border-right: 1px solid rgba(255, 255, 255, 0.6);
        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: #27302f; }
      .categorywithdeal-block .categorywithdealblock #categoryblock .categoryblock-container .panel-heading .text-container.collapsed {
        background-color: white; }
        .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: black;
          border-right: 1px solid #e1e1e1; }
        .categorywithdeal-block .categorywithdealblock #categoryblock .categoryblock-container .panel-heading .text-container.collapsed p {
          color: black; }
  .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 .6s ease;
              -moz-transition: all .6s ease;
              -o-transition: all .6s ease;
              transition: all .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: Poppins;
                  font-weight: 500;
                  color: black;
                  position: relative;
                  margin-bottom: 3px;
                  -webkit-transition: all .6s;
                  -moz-transition: all .6s;
                  -o-transition: all .6s;
                  transition: all .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: Poppins;
                  font-weight: 300;
                  color: black; }
              .categorywithdeal-block .categorywithdealblock .specialdeal-block .products-display .grid__item .grid-view-item .grid-view-item__image-container .product-description .productcountdown .countdown-seconds {
                background: #27302f;
                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: white; }
                .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: #666666;
              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; } }

/*------------------------(services)-----------------*/
.service-block .services {
  text-align: center;
  position: relative; }
  .service-block .services .services-content {
    display: block;
    overflow: hidden;
    position: relative;
    background: white;
    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 {
        /* If media is below 544 */
        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: #202020;
        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: #a8a8a8;
        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: .3; }
keyframes shine 40%  {
  opacity: .5;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #202020, 0 0 0 10px rgba(255, 255, 255, 0.3); }
keyframes shine 100%  {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #202020, 0 0 0 10px rgba(255, 255, 255, 0.3);
  -webkit-transform: scale(1.5);
  opacity: 0; }

@-webkit-keyframes shine {
  0% {
    opacity: .3; }

  40% {
    opacity: .5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #202020, 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 #202020, 0 0 0 10px rgba(255, 255, 255, 0.3);
    -webkit-transform: scale(1.5);
    opacity: 0; } }

@-moz-keyframes shine {
  0% {
    opacity: .3; }

  40% {
    opacity: .5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #202020, 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 #202020, 0 0 0 10px rgba(255, 255, 255, 0.3);
    -webkit-transform: scale(1.5);
    opacity: 0; } }

/*================ _specialcollection_block ================*/
.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: rgba(39, 48, 47, 0.8);
        color: white;
        font-size: 35px;
        line-height: 35px;
        font-weight: 600;
        font-family: K2D;
        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: #666666;
        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%; }
    .specialproducts .owl-nav .owl-next {
      right: -30px;
      left: auto; } }
    @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) 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 ================*/
.smartblog-section .smartblog .products_block_inner {
  position: relative; }
  .smartblog-section .smartblog .products_block_inner #smartblog-carousel .sds_blog_post {
    padding: 0 15px; }
    @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: #a8a8a8; }
      .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: black; }
    .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: Poppins;
          font-weight: 400;
          -webkit-transition: all .7s ease;
          transition: all .7s ease;
          -moz-transition: all .7s ease;
          -ms-transition: all .7s ease;
          -o-transition: all .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: white;
            -webkit-transition: all .7s ease;
            transition: all .7s ease;
            -moz-transition: all .7s ease;
            -ms-transition: all .7s ease;
            -o-transition: all .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: #202020;
            transition: all .7s ease;
            -moz-transition: all .7s ease;
            -ms-transition: all .7s ease;
            -o-transition: all .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: #202020;
            transition: all .7s ease;
            -moz-transition: all .7s ease;
            -ms-transition: all .7s ease;
            -o-transition: all .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: Poppins;
            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 {
                /* If media is below 992 */
                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 {
                /* If media is below 768 */
                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: Poppins;
          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 {
              /* If media is below 992 */
              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: #666666;
          font-family: Poppins;
          line-height: 22px; }
.smartblog-section .smartblog .view-all-btn {
  margin-bottom: 20px; }

/*--------------------------------------blog page------------------------*/
.smartblog-container .section-header .article__title {
  font-size: 22px;
  text-transform: uppercase;
  color: black;
  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 {
      /* If media is below 544 */
      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 {
    /* If media is below 544 */
    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(//buylist.mtgwolf.com/cdn/shop/t/5/assets/comment-blog.jpg?v=72130053099716583031654397743);
        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; }

/*-------------------------------------All-blog-post page------------------------*/
@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 {
      /* If media is below 992 */
      text-align: center; } }
  @media (max-width: 543px) {
    .sdsarticleCat {
      /* If media is below 544 */
      text-align: left; } }
  @media (max-width: 991px) {
    .sdsarticleCat .articleContent, .sdsarticleCat .smartblog-desc {
      /* If media is below 992 */
      padding: 0; } }
  .sdsarticleCat .smartblog-desc {
    position: relative;
    font-family: Poppins;
    font-size: 14px;
    color: black;
    font-weight: 400; }
    @media (max-width: 991px) {
      .sdsarticleCat .smartblog-desc {
        /* If media is below 992 */
        padding: 15px 0px 0; } }
    .sdsarticleCat .smartblog-desc i {
      margin-right: 5px;
      color: #202020; }
    .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: black; }
    .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 {
          /* If media is between 992 and 1199 */
          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: Poppins;
        letter-spacing: .8px;
        color: black; }
        @media screen and (min-width: 992px) and (max-width: 1199px) {
          .sdsarticleCat .smartblog-desc .article__title a {
            /* If media is between 992 and 1199 */
            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 {
            /* If media is between 992 and 1199 */
            line-height: 20px;
            font-size: 14px; } }
        .sdsarticleCat .smartblog-desc .blog-details span i:before {
          color: #666666; }
    .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 {
          /* If media is between 992 and 1199 */
          line-height: 20px; } }
    .sdsarticleCat .smartblog-desc .r_more {
      text-decoration: none;
      font-size: 14px;
      font-weight: 500;
      background: #27302f;
      border-color: #27302f;
      color: white;
      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: #a8a8a8;
        border-color: #a8a8a8;
        color: black; }

.smart-form {
  background: white;
  padding: 15px 20px 10px; }

.smart-user {
  background: white;
  padding: 20px; }

.not-show {
  display: none; }

/*====================== Category Block ====================== */
.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: white;
        font-family: Poppins;
        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; } }

/*================ brandlogo ================*/
._manufacture {
  margin-bottom: 50px; }
  @media (max-width: 991px) {
    ._manufacture {
      /* If media is below 992 */
      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 ================*/
.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: black;
        border-bottom: 3px solid black; }
      .singleproduct-section .product-tab .tab-id li a {
        padding: 15px 30px;
        display: block;
        font-size: 16px;
        text-transform: capitalize;
        background: transparent;
        color: black;
        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: black;
          border-bottom: 3px solid black; }
        .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; }

/*================ footer ================*/
.template-index .site-footer {
  margin-top: 0; }

.site-footer {
  position: relative;
  margin-top: 70px;
  color: #a8a8a8;
  font-size: 14px;
  /*-------------------contact-info-----------*/
  /*================ newsletter ================*/
  /*================ footer-after ================*/ }
  @media (max-width: 991px) {
    .site-footer {
      /* If media is below 992 */
      margin-top: 30px; } }
  .site-footer.footerimage {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .site-footer.footer-color {
    background: #202020; }
  .site-footer a, .site-footer p {
    color: #a8a8a8;
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 24px;
    font-family: Poppins; }
  .site-footer a:hover {
    color: #a8a8a8; }
  .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: white;
    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: white;
    text-transform: unset;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer; }
  .site-footer .navbar-toggler i {
    color: white !important;
    height: 25px; }
  @media (max-width: 991px) {
    .site-footer .footer-block {
      /* If media is below 992 */
      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: white;
          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 {
            /* If media is below 992 */
            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: #a8a8a8;
        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 rgba(168, 168, 168, 0.3); } }
      .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 {
            /* If media is between 992 and 1199 */
            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: #a8a8a8;
          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: #a8a8a8; }
        .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 {
            /* If media is above 991 */
            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 {
          /* If media is below 992 */
          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 {
        /* If media is above 991 */
        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: #a8a8a8;
      font-size: 14px;
      border: 1px solid rgba(168, 168, 168, 0.5);
      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 {
          /* If media is below 1200 */
          min-width: auto; } }
      @media (max-width: 991px) {
        .site-footer .newsletter .block_newsletter .input-group .input-group__field {
          /* If media is below 992 */
          width: 100%; } }
      .site-footer .newsletter .block_newsletter .input-group .input-group__field::placeholder {
        color: #a8a8a8;
        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: #27302f;
        color: white;
        border: none;
        overflow: hidden;
        line-height: 22px;
        outline: none;
        border-radius: 0px;
        font-weight: 400;
        letter-spacing: .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: #a8a8a8;
          color: black; }
        .site-footer .newsletter .block_newsletter .input-group .input-group__btn .btn > span {
          font-size: 14px;
          font-weight: 400;
          letter-spacing: .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 {
        /* If media is below 992 */
        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: #a8a8a8; }
  .site-footer .footer-bottom {
    display: block;
    overflow: hidden;
    padding-bottom: 0px;
    clear: both;
    border-top: 1px solid rgba(168, 168, 168, 0.2); }
    .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 {
            /* If media is below 992 */
            display: block;
            padding: 8px 0; } }
        .site-footer .footer-bottom .footer-left .site-footer__copyright--bottom .site-footer__copyright-content p {
          font-size: 14px;
          color: #a8a8a8; }
    .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 {
            /* If media is below 992 */
            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 {
                /* If media is below 768 */
                margin: 0; } }
            .site-footer .footer-bottom .footer-right .payment-icons .logo-bar__item .logo-bar__link svg {
              background: white;
              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 {
                /* If media is below 768 */
                width: 41px; } }

/*================ sidebar ================*/
.sidebar-collection div {
  text-align: center !important; }

#shopify-section-sidebar {
  /*================ leftcolumn product================*/
  /*================left-banner ================*/
  /*================filter ================*/ }
  #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 {
        /* If media is below 991 */
        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: Poppins; }
                @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 {
                    /* If media is between 992 and 1199 */
                    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 {
                    /* If media is between 992 and 1199 */
                    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 {
                  /* If media is between 992 and 1199 */
                  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 {
        /* If media is above 991 */
        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: black;
      font-family: Poppins;
      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 {
          /* If media is between 992 and 1199 */
          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: black; }
        #shopify-section-sidebar .left-column .sidebar-title a:hover {
          color: black; }
    #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 {
          /* If media is below 767 */
          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: black;
      border: none;
      font-size: 16px;
      line-height: 23px;
      font-weight: 400;
      text-transform: unset;
      letter-spacing: 1px;
      font-family: Poppins; }
    #shopify-section-sidebar .left-column .left-title {
      padding: 12px 15px;
      background: #efefef;
      cursor: pointer;
      color: black;
      line-height: 0; }
    #shopify-section-sidebar .left-column .collapsed .navbar-toggler i.add {
      display: block; }
    #shopify-section-sidebar .left-column .collapsed .navbar-toggler i.remove {
      display: none; }
    #shopify-section-sidebar .left-column .navbar-toggler i.add {
      display: none; }
    #shopify-section-sidebar .left-column .navbar-toggler i.remove {
      display: block; }
  #shopify-section-sidebar .sidebar-categories .categories {
    padding: 10px 15px;
    background: transparent; }
    @media (min-width: 992px) {
      #shopify-section-sidebar .sidebar-categories .categories {
        /* If media is above 991 */
        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: Poppins;
      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: black; }
      #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 {
          /* If media is below 768 */
          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 {
            /* If media is below 768 */
            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 {
              /* If media is below 1200 */
              left: 10%; } }
          @media (max-width: 991px) {
            #shopify-section-sidebar .tag-filter #filter-container .clear-all:after {
              /* If media is below 992 */
              left: 39%; } }
          @media (max-width: 767px) {
            #shopify-section-sidebar .tag-filter #filter-container .clear-all:after {
              /* If media is below 768 */
              left: 36%; } }
          @media (max-width: 543px) {
            #shopify-section-sidebar .tag-filter #filter-container .clear-all:after {
              /* If media is below 543 */
              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 white !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: #27302f;
            color: white;
            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; }

/*================ productpage ================*/
.size-chart-modal .modal-dialog {
  max-width: 1100px;
  top: 10%;
  width: 100%; }
  @media (max-width: 767px) {
    .size-chart-modal .modal-dialog {
      /* If media is below 544 */
      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: black;
  font-size: 14px;
  padding: 35px 30px;
  padding-top: 20px; }
  @media (min-width: 992px) {
    .size-chart-modal .modal-body {
      /* If media is above 991 */
      display: flex;
      align-items: center; } }
  @media (max-width: 543px) {
    .size-chart-modal .modal-body {
      /* If media is below 544 */
      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 {
      /* If media is above 991 */
      max-height: 600px;
      overflow: auto; } }
  @media (max-width: 543px) {
    .size-chart-modal .modal-body .modal-text {
      /* If media is below 544 */
      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 {
      /*> tr{
        border-bottom: 1px solid #e9e9e9;
        &:last-child{
          border-bottom: none;
        }
      }*/ }
      .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 {
      /* If media is below 544 */
      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: black;
      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: white; }
    @media (min-width: 768px) {
      .product-single .product-single-left {
        position: sticky;
        top: 80px; } }
    .product-single .product-single-left .product-single__title {
      color: black;
      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 {
          /* If media is below 544 */
          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: #a8a8a8;
      border-color: #a8a8a8;
      color: black;
      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: #27302f;
        border-color: #27302f;
        color: white; }
    .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: Poppins;
    line-height: 1.1;
    letter-spacing: 0.1px; }
    @media (max-width: 1199px) {
      .product-single .product-single-right .product-single__meta .product-single__title {
        /* If media is below 1200 */
        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 {
        /* If media is below 768 */
        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 .2s ease-in-out;
          -moz-transition: all .2s ease-in-out;
          -o-transition: all .2s ease-in-out;
          transition: all .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 .4s ease-in-out;
          -moz-transition: all .4s ease-in-out;
          -o-transition: all .4s ease-in-out;
          transition: all .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 .6s ease-in-out;
          -moz-transition: all .6s ease-in-out;
          -o-transition: all .6s ease-in-out;
          transition: all .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 .8s ease-in-out;
          -moz-transition: all .8s ease-in-out;
          -o-transition: all .8s ease-in-out;
          transition: all .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(//buylist.mtgwolf.com/cdn/shop/t/5/assets/write-review.png?712) 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: #202020;
      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: black;
      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: #888888; }
    .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: black; }
      .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: black; }
      .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: black; }
    .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 #sold-out {
    text-transform: unset;
    display: block;
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 22px; }
    .product-single .product-single-right .product-single__meta #sold-out .notify-msg {
      text-align: left;
      width: 91%;
      margin: 0;
      line-height: 22px;
      font-weight: 400;
      font-size: 14px;
      color: #666; }
      .product-single .product-single-right .product-single__meta #sold-out .notify-msg.first {
        margin-bottom: 20px; }
      .product-single .product-single-right .product-single__meta #sold-out .notify-msg .sold-msg {
        color: #666;
        font-weight: 600; }
    .product-single .product-single-right .product-single__meta #sold-out .notify-price {
      display: block;
      overflow: hidden;
      margin-bottom: 15px;
      text-align: left; }
      .product-single .product-single-right .product-single__meta #sold-out .notify-price #notify-me-wrapper {
        float: none; }
        .product-single .product-single-right .product-single__meta #sold-out .notify-price #notify-me-wrapper .styled-input {
          max-width: 250px;
          border: 1px solid #dddddd;
          background: white;
          border-radius: 0;
          color: #000000;
          text-align: left;
          border-radius: 0;
          box-shadow: none;
          font-size: 14px;
          font-weight: 400;
          height: 40px;
          display: inline-block;
          vertical-align: top; }
          @media (max-width: 1199px) {
            .product-single .product-single-right .product-single__meta #sold-out .notify-price #notify-me-wrapper .styled-input {
              /* If media is below 992 */
              max-width: 200px; } }
          .product-single .product-single-right .product-single__meta #sold-out .notify-price #notify-me-wrapper .styled-input:focus {
            border-color: #dddddd;
            background: white;
            box-shadow: none; }
        .product-single .product-single-right .product-single__meta #sold-out .notify-price #notify-me-wrapper .styled-submit {
          border-radius: 0;
          padding: 9px 35px;
          color: white;
          background: #27302f;
          margin-top: 0px;
          border: 1px solid #27302f;
          height: 40px;
          display: inline-block;
          vertical-align: top; }
          @media (max-width: 991px) {
            .product-single .product-single-right .product-single__meta #sold-out .notify-price #notify-me-wrapper .styled-submit {
              /* If media is below 992 */
              padding: 9px 24px; } }
          @media (max-width: 350px) {
            .product-single .product-single-right .product-single__meta #sold-out .notify-price #notify-me-wrapper .styled-submit {
              /* If media is below 350 */
              padding: 9px 15px; } }
          .product-single .product-single-right .product-single__meta #sold-out .notify-price #notify-me-wrapper .styled-submit:hover {
            border-color: #a8a8a8;
            background: #a8a8a8;
            color: black; }
      .product-single .product-single-right .product-single__meta #sold-out .notify-price .product-regular, .product-single .product-single-right .product-single__meta #sold-out .notify-price .product-discount {
        float: right;
        line-height: 40px; }
        @media (max-width: 1199px) {
          .product-single .product-single-right .product-single__meta #sold-out .notify-price .product-regular, .product-single .product-single-right .product-single__meta #sold-out .notify-price .product-discount {
            /* If media is below 1200 */
            float: none;
            text-align: center;
            line-height: unset; } }
        .product-single .product-single-right .product-single__meta #sold-out .notify-price .product-regular #ProductPrice-product-template, .product-single .product-single-right .product-single__meta #sold-out .notify-price .product-regular #ComparePrice-product-template, .product-single .product-single-right .product-single__meta #sold-out .notify-price .product-regular #Save, .product-single .product-single-right .product-single__meta #sold-out .notify-price .product-discount #ProductPrice-product-template, .product-single .product-single-right .product-single__meta #sold-out .notify-price .product-discount #ComparePrice-product-template, .product-single .product-single-right .product-single__meta #sold-out .notify-price .product-discount #Save {
          color: #000000;
          font-weight: 400;
          font-size: 21px;
          margin: 0; }
        .product-single .product-single-right .product-single__meta #sold-out .notify-price .product-regular #ComparePrice-product-template, .product-single .product-single-right .product-single__meta #sold-out .notify-price .product-discount #ComparePrice-product-template {
          color: #666666;
          margin-right: 5px; }
        .product-single .product-single-right .product-single__meta #sold-out .notify-price .product-regular #Save, .product-single .product-single-right .product-single__meta #sold-out .notify-price .product-discount #Save {
          color: #202020;
          margin: 0 5px; }
      .product-single .product-single-right .product-single__meta #sold-out .notify-price .product-regular #ProductPrice-product-template {
        font-size: 24px; }
  .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: .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 {
          /* If media is below 1200 */
          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(//buylist.mtgwolf.com/cdn/shop/t/5/assets/dropdown-sprite.png?v=23516386153762416671654397748);
        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 {
        /* If media is below 1200 */
        width: 50%; } }
    @media (max-width: 1199px) {
      .product-single .product-single-right .product-single__meta .product-selection .product-info {
        /* If media is below 1200 */
        width: 55%; } }
    @media (max-width: 543px) {
      .product-single .product-single-right .product-single__meta .product-selection .product-info {
        /* If media is below 544 */
        width: 53%; } }
    .product-single .product-single-right .product-single__meta .product-selection .product-info.product-soldout {
      display: none; }
    @media (max-width: 1199px) {
      .product-single .product-single-right .product-single__meta .product-selection .product-info.product-sale .product-single__price {
        /* If media is below 1200 */
        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; }
  @media (max-width: 345px) {
    .product-single .product-single-right .product-single__meta .product-selection .product-form__item--quantity {
      /* If media is below 345 */
      /*      margin-bottom: 20px;*/ } }
  .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 .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: .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: black;
          font-weight: 500;
          position: relative;
          padding-right: 10px;
          margin-right: 5px;
          font-family: Poppins; }
          .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: Poppins;
          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: #202020;
        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; }

/*================ productpage tab ================*/
.product-tab {
  margin: 50px auto;
  text-align: center;
  border: 1px solid #e9e9e9;
  background-color: white; }
  @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: .1px;
    font-weight: 500;
    font-size: 14px;
    overflow: hidden; }
    @media (max-width: 543px) {
      .product-tab > div {
        /* If media is below 544 */
        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: black;
    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 {
          /* If media is below 544 */
          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: .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 {
        /* If media is below 544 */
        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;
    /*@media (min-width: 1400px) {
      left: 24px;
      display: block;
    }*/ }
  .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 {
        /* If media is below 1200 */
        margin-left: 4px; } }
    @media (max-width: 767px) {
      .product-tab .tab-id li {
        /* If media is below 768 */
        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: black;
      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 (min-width: 1400px) {
        &:before, &:after {
          content: '';
          position: absolute;
          left: -10px;
          top: -8px;
          border-bottom: 0px solid #4f4f4f;
          border-left: 10px solid transparent;
          border-right: 0 solid transparent;
          border-top: 0;
          z-index: -1;
          opacity: 0;
          -webkit-transition: all 0.58s;
          -moz-transition: all 0.58s;
          -o-transition: all 0.58s;
          transition: all 0.58s;
          transition-delay: 0.08s;
        }
        &:after {
          border-right: 10px solid transparent;
          border-left: 0 solid transparent;
          left: auto;
          right: -10px;        
        }
      }*/
      /*span{
        padding: 8px 12px;
        @media (min-width: 1400px) {
          &:before{
            content: "";
            position: absolute;
            opacity: 0;
            -webkit-transition: all 0.58s;
            -moz-transition: all 0.58s;
            -o-transition: all 0.58s;
            transition: all 0.58s;
            transition-delay: 0.08s;
            left: 0px;
            right: 0px;
            top: -8px;
            border-bottom: 0px solid #000;
            border-left: 0px solid transparent;
            border-right: 0px solid transparent;
            z-index: 1;
          }
        }
        &:after{
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 0%;
          z-index: -1;
          background-color: rgba(0,0,0,1);
          -webkit-transition: all 0.1s;
          -moz-transition: all 0.1s;
          -o-transition: all 0.1s;
          transition: all 0.1s;
          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) {
            -webkit-transition: all 0.58s;
            -moz-transition: all 0.58s;
            -o-transition: all 0.58s;
            transition: all 0.58s;
          }
        }
      }*/ }
      @media (max-width: 1199px) {
        .product-tab .tab-id li a {
          /* If media is below 1200 */
          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: black;
        -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 {
          /* If media is below 768 */
          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: white;
        /*&:before, &:after {
        /*@media (min-width: 1400px) {
          &:before, &:after {
            opacity: 1;
            border-bottom: 9px solid #4f4f4f;
            -webkit-transition: all 0.1s;
            -moz-transition: all 0.1s;
            -o-transition: all 0.1s;
            transition: all 0.1s;
          }
        }*/
        /*span{
          @media (min-width: 1400px) {
            &:before{
              opacity: 1;
              border-bottom: 8px solid #000;
              -webkit-transition: all 0.1s;
              -moz-transition: all 0.1s;
              -o-transition: all 0.1s;
              transition: all 0.1s;
            }
          }
          &: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 .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 {
      /* If media is below 544 */
      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: #27302f;
    color: white;
    border: 1px solid #27302f;
    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 {
        /* If media is below 544 */
        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: #a8a8a8;
      color: black;
      border: 1px solid #a8a8a8; }
  .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: Poppins;
    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: black; }

.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 {
      /* If media is below 992 */
      margin-top: 30px; } }

#shopify-section-_relatedproductsblock {
  margin-top: 50px; }
  @media (max-width: 991px) {
    #shopify-section-_relatedproductsblock {
      /* If media is below 992 */
      margin-bottom: 30px; } }

/*================ Grading Guide ================*/
.gradingGuideContainer .condition {
  margin-bottom: 25px; }
  .gradingGuideContainer .condition h4, .gradingGuideContainer .condition .h4 {
    margin-top: 8px; }

/*================ slide to top ================*/
#slidetop {
  background: #27302f 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: white;
    font-family: material icons;
    font-size: 26px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0px; }
  #slidetop:hover {
    background-color: #a8a8a8; }
    #slidetop:hover:after {
      color: black; }

/*=========do not change=======================*/
.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; }

/* adds our "hamburger" menu icon */
#drawer-toggle-label i {
  color: #333; }

/* checked styles (menu open state) */
#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; }

/* Menu item styles */
.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: black; } }

.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 ==================*/
#quickviewModal .modal-dialog {
  max-width: 1100px;
  top: 10%;
  width: 100%; }
  @media (max-width: 767px) {
    #quickviewModal .modal-dialog {
      /* If media is below 544 */
      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: black;
  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: .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: .1px;
    font-weight: 500;
    font-size: 14px;
    overflow: hidden; }
    @media (max-width: 767px) {
      #quickviewModal .modal-body #qv-text-container #qv-productdescription {
        /* If media is below 768 */
        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 {
        /* If media is below 768 */
        font-size: 20px;
        line-height: 24px;
        padding-top: 12px;
        margin: 0 0 5px; } }
  #quickviewModal .modal-body #qv-text-container #qv-productdescription {
    /*text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;*/ }
  #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 {
        /* If media is below 768 */
        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 {
          /* If media is below 768 */
          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 .product-price__price, #quickviewModal .modal-body #qv-text-container #qv-productprice .product-price__sale {
      /*margin-left: -7px;*/ }
    #quickviewModal .modal-body #qv-text-container #qv-productprice .is-bold {
      color: black;
      font-weight: 500;
      font-size: 20px; }
      @media (max-width: 767px) {
        #quickviewModal .modal-body #qv-text-container #qv-productprice .is-bold {
          /* If media is below 768 */
          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: white;
    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(//buylist.mtgwolf.com/cdn/shop/t/5/assets/dropdown-sprite.png?v=23516386153762416671654397748);
            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 {
            /* If media is below 544 */
            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: white;
    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 {
        /* If media is between 992 and 1199 */
        width: 34px; } }
    @media (max-width: 543px) {
      .product-form__item--quantity > div, .cart-qty-btns > div {
        /* If media is below 544 */
        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: black; }
  .product-form__item--quantity .quantity, .cart-qty-btns .quantity {
    display: inline-block;
    vertical-align: middle;
    float: left;
    color: #888;
    background: white;
    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 {
        /* If media is between 992 and 1199 */
        width: 52px; } }
    @media (max-width: 543px) {
      .product-form__item--quantity .quantity, .cart-qty-btns .quantity {
        /* If media is below 544 */
        width: 50px; } }

/*----------------Image hover effect------------------*/
.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: #202020;
  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.90s, -webkit-transform 0.90s;
  transition: opacity 0.90s, transform 0.90s;
  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); }

/*---------Custom-loader-----------*/
/*================ site loader ================*/
#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 .5s ease;
  -moz-transition: all .5s ease;
  transition: all .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 #202020;
  border-bottom-color: transparent;
  height: 40px;
  width: 40px;
  background: transparent;
  -webkit-animation: rotate-scale .75s 0s linear infinite;
  animation: rotate-scale .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: #202020;
    -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: white;
    -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: #202020;
  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 #202020;
  -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: #202020;
  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: #202020;
  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: #202020;
  -webkit-animation: scaleout 1.0s infinite ease-in-out;
  animation: scaleout 1.0s 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: #202020;
  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 #202020;
    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: #202020;
  -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: #202020;
    -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: #202020;
    -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); } }

* {
  outline: none !important; }

.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: #27302f;
    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 #gameType:focus {
      outline: none; }
  .decklist-top-bar .backBtn {
    cursor: pointer;
    color: #27302f;
    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: #27302f;
  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: #27302f; }

#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: #27302f; }

#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: #27302f !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: #a8a8a8 !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: #27302f;
  border-color: #27302f;
  color: white; }
  #decklistAction button:hover {
    background-color: #a8a8a8;
    border-color: #a8a8a8;
    color: black; }

#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: #a8a8a8;
  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: #a8a8a8;
  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: black;
  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; }
