/*============================================================================
Shopify Timber v2.0.0 | github.com/shopify/timber
Copyright 2014 Shopify Inc.
Author Carson Shold @cshold
Built with Sass - http://sass-lang.com/

Some things to know about this file:
- Sass is compiled on Shopify's server so you don't need to convert it to CSS yourself
- The output CSS is compressed and comments are removed
- This file merges your stylesheets into one master at assets/timber.scss.liquid
==============================================================================*/
/*================ Variables, theme settings, and Sass mixins ================*/
/*================ Global | Sass Mixins ================*/
/* opacity */
/*============================================================================
Dependency-free breakpoint mixin
- http://blog.grayghostvisuals.com/sass/sass-media-query-mixin/
==============================================================================*/
a[href^=tel] {
  color: inherit;
  text-decoration: none; }

/*============================================================================
Accent text
==============================================================================*/
/*================ The following are dependencies of csswizardry grid ================*/
/*================ Color variables ================*/
.rev_slider_wrapper {
  font-family: Raleway; }

.flexslider {
  font-family: Raleway; }

/*================ Global | Normalize ================*/
*, input, :before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  padding: 0;
  margin: 0; }

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

input[type="search"], input[type="text"], input[type="button"], input[type="email"], button, input[type="submit"] {
  outline: none;
  -moz-appearance: none; }

/*================ Site-wide styles ================*/
/*================ Partials | Layout Styles ================*/
body {
  background-color: white;
  overflow-x: hidden; }

footer .wrapper, .footer-bottom .wrapper {
  padding: 0 4%; }
  @media screen and (max-width: 1199px) {
    footer .wrapper, .footer-bottom .wrapper {
      padding: 0 2%; } }
  @media screen and (max-width: 967px) {
    footer .wrapper, .footer-bottom .wrapper {
      padding: 0 1%; } }

.wrapper {
  *zoom: 1;
  max-width: 100%;
  margin: 0 auto;
  clear: both;
  overflow: hidden; }
  .wrapper:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 1199px) {
    .wrapper {
      padding: 0 0px; } }
  @media screen and (max-width: 767px) {
    .wrapper {
      padding: 0 0px; } }

.container-bg {
  float: left;
  width: 100%;
  padding: 0 4%; }
  @media screen and (max-width: 1199px) {
    .container-bg {
      padding: 0 3%; } }
  @media screen and (max-width: 967px) {
    .container-bg {
      padding: 0 4%; } }

hr {
  clear: both;
  border-top: solid #e4e4e4;
  border-width: 1px 0 0;
  margin: 30px 0;
  height: 0; }
  hr.hr--small {
    margin: 15px 0; }
  hr.hr--clear {
    border-top-color: transparent; }
  .template-index .main-content .grid-uniform + hr.hr--clear {
    display: none; }

.container {
  max-width: 1230px;
  margin: auto; }
  @media screen and (max-width: 1599px) {
    .container {
      width: 90%; } }

/*================ Partials | Typography styles ================*/
body,
input,
textarea,
button,
select {
  color: #3c3a3b;
  letter-spacing: 0em;
  font-family: Raleway;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }
  @media screen and (max-width: 967px) {
    body,
    input,
    textarea,
    button,
    select {
      font-size: 14px; } }

h1, h2, h3, h4, h5, h6, .sidebar .widget_custom_block .support_section .support_text h5, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #3c3a3b;
  font-family: Raleway;
  font-weight: bold;
  letter-spacing: 0em;
  margin: 0 0 15px;
  line-height: 1.4; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .sidebar .widget_custom_block .support_section .support_text h5 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
    text-decoration: none;
    font-weight: inherit; }

/*================ Use em() Sass function to declare font-size ================*/
h1, .h1 {
  font-size: 60;
  text-transform: none; }
  @media screen and (max-width: 1599px) {
    h1, .h1 {
      font-size: 75; } }

h2, .h2 {
  font-size: 48px; }
  @media screen and (max-width: 1599px) {
    h2, .h2 {
      font-size: 36px; } }

h3, .h3 {
  font-size: 36px;
  text-transform: none; }
  @media screen and (max-width: 1599px) {
    h3, .h3 {
      font-size: 27px; } }

h4, .h4 {
  font-size: 24px; }
  @media screen and (max-width: 1599px) {
    h4, .h4 {
      font-size: 20px; } }

h5, .h5 {
  font-size: 22px; }
  @media screen and (max-width: 1599px) {
    h5, .h5 {
      font-size: 19px; } }

h6, .sidebar .widget_custom_block .support_section .support_text h5, .h6 {
  font-size: 20px; }
  @media screen and (max-width: 1599px) {
    h6, .sidebar .widget_custom_block .support_section .support_text h5, .h6 {
      font-size: 18px; } }

p {
  margin: 0 0 15px 0; }
  p img {
    margin: 0; }

em {
  font-style: italic; }

b, strong {
  font-weight: bold; }

small {
  font-size: 0.9em; }

sup, sub {
  position: relative;
  font-size: 60%;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.5em; }

blockquote {
  margin: 0 0 10px;
  padding: 15px 30px; }
  blockquote p {
    margin-bottom: 0; }
    blockquote p + cite {
      margin-top: 15px; }
  blockquote cite {
    display: block;
    font-size: 0.75em; }
    blockquote cite:before {
      content: "\2014 \0020"; }

code, pre {
  font-size: 1em;
  border: 0 none;
  padding: 0 2px; }

pre {
  overflow: auto;
  padding: 15px;
  margin: 0 0 30px; }

/*================ Partials | Lists ================*/
ul, ol {
  margin: 0;
  padding: 0 0 0 15px; }

.inline-list li {
  float: left;
  margin: 0 7px 0 0;
  list-style: none; }
  @media screen and (max-width: 767px) {
    .inline-list li {
      float: none;
      display: inline-block; } }
  .inline-list li:last-child {
    margin-right: 0; }

/*================ Partials | Tables ================*/
.table-wrap {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

table {
  width: 100%;
  margin-bottom: 1em;
  border-collapse: collapse;
  border-spacing: 0; }
  table th {
    font-weight: bold; }
  table th, table td {
    border: 1px solid #e4e4e4;
    font-family: Raleway;
    padding: 12px; }

/*============================================================================
#Grid Setup
- Based on csswizardry grid, but with floated columns, a fixed gutter size, and BEM classes
- Breakpoints defined above, under #Breakpoint and Grid Variables
- Note the inclusion of .grid-uniform to take care of clearfixes on evenly sized grid items
==============================================================================*/
/* Force clearfix on grids */
.grid, .grid--rev, .grid--full,
.grid-uniform {
  *zoom: 1; }
  .grid:after, .grid--rev:after, .grid--full:after,
  .grid-uniform:after {
    content: "";
    display: table;
    clear: both; }

/* Manual grid__item clearfix */
.grid__item.clear {
  clear: both; }

/*============================================================================
Drop relative positioning into silent classes which can't take advantage of
the `[class*="push--"]` and `[class*="pull--"]` selectors.
==============================================================================*/
/*============================================================================
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, .grid--rev, .grid--full,
.grid-uniform {
  list-style: none;
  margin: 0;
  padding: 0; }

.grid__item {
  float: left;
  min-height: 1px;
  vertical-align: top;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

/* Gutterless grids have all the properties of regular grids, minus any spacing. */
.grid--full {
  margin-left: 0; }

/*============================================================================
WIDTHS
- Create width classes, prefixed by the specified namespace.
==============================================================================*/
/*================ Clearfix helper on uniform grids ================*/
/*================ Helper show/hide classes around our breakpoints ================*/
/*================ Our regular, non-responsive width and helper classes ================*/
/** Whole */
.one-whole {
  width: 100%; }

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

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

.two-thirds {
  width: 66.656%; }

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

.two-sixths {
  width: 33.333%; }

.three-sixths {
  width: 50%; }

.four-sixths {
  width: 66.666%; }

.five-sixths {
  width: 83.333%; }

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

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

.left {
  float: left !important; }

.right {
  float: right !important; }

/*================ Our responsive classes, if we have enabled them ================*/
@media only screen and (max-width: 567px) {
  /** Whole */
  .small--one-whole {
    width: 100%; }

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

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

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

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

  .small--two-sixths {
    width: 33.333%; }

  .small--three-sixths {
    width: 50%; }

  .small--four-sixths {
    width: 66.666%; }

  .small--five-sixths {
    width: 83.333%; }

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

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

  .small--left {
    float: left !important; }

  .small--right {
    float: right !important; }

  .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--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; } }
@media only screen and (min-width: 568px) and (max-width: 767px) {
  /** Whole */
  .medium--one-whole {
    width: 100%; }

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

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

  .medium--two-thirds {
    width: 66.656%; }

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

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

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

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

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

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

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

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

  .medium--two-sixths {
    width: 33.333%; }

  .medium--three-sixths {
    width: 50%; }

  .medium--four-sixths {
    width: 66.666%; }

  .medium--five-sixths {
    width: 83.333%; }

  /* Eighths */
  .medium--one-eighth {
    width: 12.5%; }

  .medium--two-eighths {
    width: 25%; }

  .medium--three-eighths {
    width: 37.5%; }

  .medium--four-eighths {
    width: 50%; }

  .medium--five-eighths {
    width: 62.5%; }

  .medium--six-eighths {
    width: 75%; }

  .medium--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .medium--one-tenth {
    width: 10%; }

  .medium--two-tenths {
    width: 20%; }

  .medium--three-tenths {
    width: 30%; }

  .medium--four-tenths {
    width: 40%; }

  .medium--five-tenths {
    width: 50%; }

  .medium--six-tenths {
    width: 60%; }

  .medium--seven-tenths {
    width: 70%; }

  .medium--eight-tenths {
    width: 80%; }

  .medium--nine-tenths {
    width: 90%; }

  .medium--show {
    display: block !important; }

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

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

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

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

  .medium--left {
    float: left !important; }

  .medium--right {
    float: right !important; }

  .grid-uniform .medium--one-third:nth-child(3n+1),
  .grid-uniform .medium--one-quarter:nth-child(4n+1),
  .grid-uniform .medium--one-fifth:nth-child(5n+1),
  .grid-uniform .medium--one-sixth:nth-child(6n+1),
  .grid-uniform .medium--two-sixths:nth-child(3n+1),
  .grid-uniform .medium--three-sixths:nth-child(2n+1),
  .grid-uniform .medium--two-eighths:nth-child(4n+1),
  .grid-uniform .medium--four-eighths:nth-child(2n+1),
  .grid-uniform .medium--five-tenths:nth-child(2n+1),
  .grid-uniform .medium--one-twelfth:nth-child(12n+1),
  .grid-uniform .medium--two-twelfths:nth-child(6n+1),
  .grid-uniform .medium--three-twelfths:nth-child(4n+1),
  .grid-uniform .medium--four-twelfths:nth-child(3n+1),
  .grid-uniform .medium--six-twelfths:nth-child(2n+1) {
    clear: both; } }
@media only screen and (max-width: 767px) {
  /** Whole */
  .medium-down--one-whole {
    width: 100%; }

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

  /* Thirds */
  .medium-down--one-third {
    width: 33.333%; }

  .medium-down--two-thirds {
    width: 66.656%; }

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

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

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

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

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

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

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

  /* Sixths */
  .medium-down--one-sixth {
    width: 16.666%; }

  .medium-down--two-sixths {
    width: 33.333%; }

  .medium-down--three-sixths {
    width: 50%; }

  .medium-down--four-sixths {
    width: 66.666%; }

  .medium-down--five-sixths {
    width: 83.333%; }

  /* Eighths */
  .medium-down--one-eighth {
    width: 12.5%; }

  .medium-down--two-eighths {
    width: 25%; }

  .medium-down--three-eighths {
    width: 37.5%; }

  .medium-down--four-eighths {
    width: 50%; }

  .medium-down--five-eighths {
    width: 62.5%; }

  .medium-down--six-eighths {
    width: 75%; }

  .medium-down--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .medium-down--one-tenth {
    width: 10%; }

  .medium-down--two-tenths {
    width: 20%; }

  .medium-down--three-tenths {
    width: 30%; }

  .medium-down--four-tenths {
    width: 40%; }

  .medium-down--five-tenths {
    width: 50%; }

  .medium-down--six-tenths {
    width: 60%; }

  .medium-down--seven-tenths {
    width: 70%; }

  .medium-down--eight-tenths {
    width: 80%; }

  .medium-down--nine-tenths {
    width: 90%; }

  .medium-down--show {
    display: block !important; }

  .medium-down--hide {
    display: none !important; }

  .medium-down--text-left {
    text-align: left !important; }

  .medium-down--text-right {
    text-align: right !important; }

  .medium-down--text-center {
    text-align: center !important; }

  .medium-down--left {
    float: left !important; }

  .medium-down--right {
    float: right !important; }

  .grid-uniform .medium-down--one-third:nth-child(3n+1),
  .grid-uniform .medium-down--one-quarter:nth-child(4n+1),
  .grid-uniform .medium-down--one-fifth:nth-child(5n+1),
  .grid-uniform .medium-down--one-sixth:nth-child(6n+1),
  .grid-uniform .medium-down--two-sixths:nth-child(3n+1),
  .grid-uniform .medium-down--three-sixths:nth-child(2n+1),
  .grid-uniform .medium-down--two-eighths:nth-child(4n+1),
  .grid-uniform .medium-down--four-eighths:nth-child(2n+1),
  .grid-uniform .medium-down--five-tenths:nth-child(2n+1),
  .grid-uniform .medium-down--one-twelfth:nth-child(12n+1),
  .grid-uniform .medium-down--two-twelfths:nth-child(6n+1),
  .grid-uniform .medium-down--three-twelfths:nth-child(4n+1),
  .grid-uniform .medium-down--four-twelfths:nth-child(3n+1),
  .grid-uniform .medium-down--six-twelfths:nth-child(2n+1) {
    clear: both; } }
@media only screen and (min-width: 768px) and (max-width: 967px) {
  /** Whole */
  .large--one-whole {
    width: 100%; }

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

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

  .large--two-thirds {
    width: 66.656%; }

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

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

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

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

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

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

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

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

  .large--two-sixths {
    width: 33.333%; }

  .large--three-sixths {
    width: 50%; }

  .large--four-sixths {
    width: 66.666%; }

  .large--five-sixths {
    width: 83.333%; }

  /* Eighths */
  .large--one-eighth {
    width: 12.5%; }

  .large--two-eighths {
    width: 25%; }

  .large--three-eighths {
    width: 37.5%; }

  .large--four-eighths {
    width: 50%; }

  .large--five-eighths {
    width: 62.5%; }

  .large--six-eighths {
    width: 75%; }

  .large--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .large--one-tenth {
    width: 10%; }

  .large--two-tenths {
    width: 20%; }

  .large--three-tenths {
    width: 30%; }

  .large--four-tenths {
    width: 40%; }

  .large--five-tenths {
    width: 50%; }

  .large--six-tenths {
    width: 60%; }

  .large--seven-tenths {
    width: 70%; }

  .large--eight-tenths {
    width: 80%; }

  .large--nine-tenths {
    width: 90%; }

  .large--show {
    display: block !important; }

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

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

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

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

  .large--left {
    float: left !important; }

  .large--right {
    float: right !important; }

  .grid-uniform .large--one-third:nth-child(3n+1),
  .grid-uniform .large--one-quarter:nth-child(4n+1),
  .grid-uniform .large--one-fifth:nth-child(5n+1),
  .grid-uniform .large--one-sixth:nth-child(6n+1),
  .grid-uniform .large--two-sixths:nth-child(3n+1),
  .grid-uniform .large--three-sixths:nth-child(2n+1),
  .grid-uniform .large--two-eighths:nth-child(4n+1),
  .grid-uniform .large--four-eighths:nth-child(2n+1),
  .grid-uniform .large--five-tenths:nth-child(2n+1),
  .grid-uniform .large--one-twelfth:nth-child(12n+1),
  .grid-uniform .large--two-twelfths:nth-child(6n+1),
  .grid-uniform .large--three-twelfths:nth-child(4n+1),
  .grid-uniform .large--four-twelfths:nth-child(3n+1),
  .grid-uniform .large--six-twelfths:nth-child(2n+1) {
    clear: both; } }
@media only screen and (min-width: 968px) and (max-width: 1199px) {
  /** Whole */
  .post-large--one-whole {
    width: 100%; }

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

  /* Thirds */
  .post-large--one-third {
    width: 33.333%; }

  .post-large--two-thirds {
    width: 66.656%; }

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

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

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

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

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

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

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

  /* Sixths */
  .post-large--one-sixth {
    width: 16.666%; }

  .post-large--two-sixths {
    width: 33.333%; }

  .post-large--three-sixths {
    width: 50%; }

  .post-large--four-sixths {
    width: 66.666%; }

  .post-large--five-sixths {
    width: 83.333%; }

  /* Eighths */
  .post-large--one-eighth {
    width: 12.5%; }

  .post-large--two-eighths {
    width: 25%; }

  .post-large--three-eighths {
    width: 37.5%; }

  .post-large--four-eighths {
    width: 50%; }

  .post-large--five-eighths {
    width: 62.5%; }

  .post-large--six-eighths {
    width: 75%; }

  .post-large--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .post-large--one-tenth {
    width: 10%; }

  .post-large--two-tenths {
    width: 20%; }

  .post-large--three-tenths {
    width: 30%; }

  .post-large--four-tenths {
    width: 40%; }

  .post-large--five-tenths {
    width: 50%; }

  .post-large--six-tenths {
    width: 60%; }

  .post-large--seven-tenths {
    width: 70%; }

  .post-large--eight-tenths {
    width: 80%; }

  .post-large--nine-tenths {
    width: 90%; }

  .post-large--show {
    display: block !important; }

  .post-large--hide {
    display: none !important; }

  .post-large--text-left {
    text-align: left !important; }

  .post-large--text-right {
    text-align: right !important; }

  .post-large--text-center {
    text-align: center !important; }

  .post-large--left {
    float: left !important; }

  .post-large--right {
    float: right !important; }

  .grid-uniform .post-large--one-third:nth-child(3n+1),
  .grid-uniform .post-large--one-quarter:nth-child(4n+1),
  .grid-uniform .post-large--one-fifth:nth-child(5n+1),
  .grid-uniform .post-large--one-sixth:nth-child(6n+1),
  .grid-uniform .post-large--two-sixths:nth-child(3n+1),
  .grid-uniform .post-large--three-sixths:nth-child(2n+1),
  .grid-uniform .post-large--two-eighths:nth-child(4n+1),
  .grid-uniform .post-large--four-eighths:nth-child(2n+1),
  .grid-uniform .post-large--five-tenths:nth-child(2n+1),
  .grid-uniform .post-large--one-twelfth:nth-child(12n+1),
  .grid-uniform .post-large--two-twelfths:nth-child(6n+1),
  .grid-uniform .post-large--three-twelfths:nth-child(4n+1),
  .grid-uniform .post-large--four-twelfths:nth-child(3n+1),
  .grid-uniform .post-large--six-twelfths:nth-child(2n+1) {
    clear: both; } }
@media only screen and (min-width: 1200px) and (max-width: 5000px) {
  /** Whole */
  .wide--one-whole {
    width: 100%; }

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

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

  .wide--two-thirds {
    width: 66.656%; }

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

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

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

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

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

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

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

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

  .wide--two-sixths {
    width: 33.333%; }

  .wide--three-sixths {
    width: 50%; }

  .wide--four-sixths {
    width: 66.666%; }

  .wide--five-sixths {
    width: 83.333%; }

  /* Eighths */
  .wide--one-eighth {
    width: 12.5%; }

  .wide--two-eighths {
    width: 25%; }

  .wide--three-eighths {
    width: 37.5%; }

  .wide--four-eighths {
    width: 50%; }

  .wide--five-eighths {
    width: 62.5%; }

  .wide--six-eighths {
    width: 75%; }

  .wide--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .wide--one-tenth {
    width: 10%; }

  .wide--two-tenths {
    width: 20%; }

  .wide--three-tenths {
    width: 30%; }

  .wide--four-tenths {
    width: 40%; }

  .wide--five-tenths {
    width: 50%; }

  .wide--six-tenths {
    width: 60%; }

  .wide--seven-tenths {
    width: 70%; }

  .wide--eight-tenths {
    width: 80%; }

  .wide--nine-tenths {
    width: 90%; }

  .wide--show {
    display: block !important; }

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

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

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

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

  .wide--left {
    float: left !important; }

  .wide--right {
    float: right !important; }

  .grid-uniform .wide--one-third:nth-child(3n+1),
  .grid-uniform .wide--one-quarter:nth-child(4n+1),
  .grid-uniform .wide--one-fifth:nth-child(5n+1),
  .grid-uniform .wide--one-sixth:nth-child(6n+1),
  .grid-uniform .wide--two-sixths:nth-child(3n+1),
  .grid-uniform .wide--three-sixths:nth-child(2n+1),
  .grid-uniform .wide--two-eighths:nth-child(4n+1),
  .grid-uniform .wide--four-eighths:nth-child(2n+1),
  .grid-uniform .wide--five-tenths:nth-child(2n+1),
  .grid-uniform .wide--one-twelfth:nth-child(12n+1),
  .grid-uniform .wide--two-twelfths:nth-child(6n+1),
  .grid-uniform .wide--three-twelfths:nth-child(4n+1),
  .grid-uniform .wide--four-twelfths:nth-child(3n+1),
  .grid-uniform .wide--six-twelfths:nth-child(2n+1) {
    clear: both; } }
/*============================================================================
PUSH
- Push classes, to move grid items over to the right by certain amounts
==============================================================================*/
/*============================================================================
PULL
- Pull classes, to move grid items back to the left by certain amounts
==============================================================================*/
/*================ Partials | Helper Classes ================*/
.clearfix {
  *zoom: 1; }
  .clearfix:after {
    content: "";
    display: table;
    clear: both; }

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

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

@media screen and (min-width: 768px) {
  .post-large--display-table {
    display: table;
    table-layout: fixed;
    width: 100%; }

  .post-large--display-table-cell {
    display: table-cell;
    vertical-align: middle;
    float: none; } }
/*================ Partials | Links and Buttons ================*/
a, .text-link {
  color: #3c3a3b;
  text-decoration: none;
  outline: none;
  background: transparent; }
  a:hover, a:focus, .text-link:hover, .text-link:focus {
    color: #3ddffc; }

button {
  overflow: visible; }

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

input[type=number] {
  display: block;
  margin: 10px 0;
  width: 100%;
  outline: none;
  -moz-appearance: textfield; }
  input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }

.btn, .btn--secondary,
input.btn--secondary, .btn--tertiary,
input.btn--tertiary, input[type="submit"],
.dt-sc-button,
.shopify-payment-button .shopify-payment-button__button--unbranded {
  background: #3ddffc;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 30px;
  color: white;
  display: inline-block;
  line-height: normal;
  z-index: 1;
  overflow: hidden;
  position: relative;
  padding: 11px 28px;
  margin: 0;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 16px;
  font-weight: 600;
  outline: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  @media screen and (max-width: 1599px) {
    .btn, .btn--secondary,
    input.btn--secondary, .btn--tertiary,
    input.btn--tertiary, input[type="submit"],
    .dt-sc-button,
    .shopify-payment-button .shopify-payment-button__button--unbranded {
      font-size: 14px;
      padding: 10px 24px; } }
  @media screen and (max-width: 1199px) {
    .btn, .btn--secondary,
    input.btn--secondary, .btn--tertiary,
    input.btn--tertiary, input[type="submit"],
    .dt-sc-button,
    .shopify-payment-button .shopify-payment-button__button--unbranded {
      padding: 10px 20px; } }
  @media screen and (max-width: 767px) {
    .btn, .btn--secondary,
    input.btn--secondary, .btn--tertiary,
    input.btn--tertiary, input[type="submit"],
    .dt-sc-button,
    .shopify-payment-button .shopify-payment-button__button--unbranded {
      font-size: 12px;
      padding: 10px 24px; } }
  @media screen and (max-width: 567px) {
    .btn, .btn--secondary,
    input.btn--secondary, .btn--tertiary,
    input.btn--tertiary, input[type="submit"],
    .dt-sc-button,
    .shopify-payment-button .shopify-payment-button__button--unbranded {
      padding: 10px 20px; } }
  .btn:hover, .btn--secondary:hover, .btn--tertiary:hover, input[type="submit"]:hover, .btn:hover:not([disabled]), .btn--secondary:hover:not([disabled]), .btn--tertiary:hover:not([disabled]), input[type="submit"]:hover:not([disabled]), .btn:active, .btn--secondary:active, .btn--tertiary:active, input[type="submit"]:active, .btn:focus, .btn--secondary:focus, .btn--tertiary:focus, input[type="submit"]:focus,
  .dt-sc-button:hover,
  .dt-sc-button:hover:not([disabled]),
  .dt-sc-button:active,
  .dt-sc-button:focus,
  .shopify-payment-button .shopify-payment-button__button--unbranded:hover,
  .shopify-payment-button .shopify-payment-button__button--unbranded:hover:not([disabled]),
  .shopify-payment-button .shopify-payment-button__button--unbranded:active,
  .shopify-payment-button .shopify-payment-button__button--unbranded:focus {
    background: #000000;
    color: #ffffff;
    border-color: rgba(0, 0, 0, 0); }

.shopify-payment-button {
  float: left;
  margin-bottom: 10px; }
  .shopify-payment-button .shopify-payment-button__button--unbranded {
    width: auto; }
  .shopify-payment-button .shopify-payment-button__button--hidden {
    display: none; }

/*================ Set primary button colors - can override later ================*/
.btn--small {
  padding: 4px 5px;
  font-size: em(12px); }

.btn--large {
  padding: 12px 15px;
  font-size: em(16px); }

.btn--full {
  width: 100%; }

.btn--tertiary,
input.btn--tertiary {
  margin: 0;
  background-color: white;
  color: #3ddffc;
  border: 1px solid #e4e4e4; }
  .btn--tertiary:hover,
  input.btn--tertiary:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    background-color: #3ddffc; }
  .btn--tertiary:active, .btn--tertiary:focus,
  input.btn--tertiary:active,
  input.btn--tertiary:focus {
    background-color: #0bd7fb; }

select.btn--tertiary {
  padding: 6px 28px 6px 10px;
  font-size: 0.85em; }

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

.success {
  color: #56ad6a; }

.error {
  color: #d02e2e; }

/*================ Partials | Images, SVG, and iframes ================*/
img {
  border: 0 none; }

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

img.auto, .grid__item img, .grid__item iframe {
  max-width: 100%; }

.table-wrapper {
  max-width: 100%;
  overflow: auto;
  float: left;
  width: 100%; }

/*================ Partials | Forms ================*/
form {
  margin-bottom: 30px; }

input, textarea, button, select {
  font-size: 1em; }

button, input[type="text"], input[type="search"], input[type="password"], input[type="email"], input[type="file"], input[type="tel"], input[type="submit"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0 0 20px;
  outline: none; }

input, textarea, select, fieldset {
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  max-width: 100%; }
  input.input-full, textarea.input-full, select.input-full, fieldset.input-full {
    width: 100%; }

input, select, textarea {
  padding: 12px 15px;
  line-height: 1.42; }

fieldset {
  border: 1px solid #e4e4e4;
  padding: 15px; }

legend {
  border: 0;
  padding: 0; }

optgroup {
  font-weight: bold; }

input {
  display: inline-block;
  width: auto; }

button, input[type="submit"] {
  cursor: pointer; }

/*================ Input width and border ================*/
input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="file"],
input[type="number"],
input[type="tel"],
textarea,
select {
  border: 1px solid #e4e4e4;
  max-width: 100%; }
  input[type="text"]:focus,
  input[type="search"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="file"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  textarea:focus,
  select:focus {
    border: 1px solid #b1b1b1; }
  input[type="text"][disabled], input[type="text"].disabled,
  input[type="search"][disabled],
  input[type="search"].disabled,
  input[type="password"][disabled],
  input[type="password"].disabled,
  input[type="email"][disabled],
  input[type="email"].disabled,
  input[type="file"][disabled],
  input[type="file"].disabled,
  input[type="number"][disabled],
  input[type="number"].disabled,
  input[type="tel"][disabled],
  input[type="tel"].disabled,
  textarea[disabled],
  textarea.disabled,
  select[disabled],
  select.disabled {
    cursor: default;
    background-color: #f6f6f6;
    border-color: #b6b6b6; }

textarea {
  min-height: 140px;
  overflow: auto;
  resize: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin: 0;
  padding: 0; }

input[type="radio"] {
  vertical-align: middle;
  margin-top: -1px; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url("//cdn.shopify.com/s/files/1/0550/0813/3288/t/5/assets/ico-select.svg?v=23114707131166917281624526114");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: white;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
  outline: none;
  /*================ Hide the svg arrow in IE9 and below ================*/ }
  .ie9 select, .lt-ie9 select {
    padding-right: 10px;
    background-image: none; }

option {
  color: #3c3a3b;
  background-color: white; }

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

/*================ Form labels ================*/
.hidden-label {
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px; }

label, legend {
  display: block;
  margin-bottom: 2px; }
  label.inline, legend.inline {
    display: inline; }
  .form-horizontal label.label--hidden, label.label--hidden, .form-horizontal legend.label--hidden, legend.label--hidden {
    height: 0;
    width: 0;
    margin-bottom: 0;
    overflow: hidden; }
    .ie9 .form-horizontal label.label--hidden, .lt-ie9 .form-horizontal label.label--hidden, .ie9 label.label--hidden, .lt-ie9 label.label--hidden, .ie9 .form-horizontal legend.label--hidden, .lt-ie9 .form-horizontal legend.label--hidden, .ie9 legend.label--hidden, .lt-ie9 legend.label--hidden {
      height: auto;
      width: auto;
      margin-bottom: 2px;
      overflow: visible; }
  .form-horizontal label:not(.label--hidden), .form-horizontal legend:not(.label--hidden) {
    font-size: 0.9em; }

/*================ We don't want the same label treatment for checkboxes/radios ================*/
input[type="checkbox"] + label,
input[type="radio"] + label {
  font-weight: normal; }

/*================ Horizontal Form ================*/
form.form-horizontal,
.form-horizontal {
  margin-bottom: 0; }
  form.form-horizontal input[type="text"],
  form.form-horizontal input[type="search"],
  form.form-horizontal input[type="password"],
  form.form-horizontal input[type="email"],
  form.form-horizontal input[type="file"],
  form.form-horizontal input[type="number"],
  form.form-horizontal input[type="tel"],
  form.form-horizontal textarea,
  form.form-horizontal select,
  form.form-horizontal label,
  .form-horizontal input[type="text"],
  .form-horizontal input[type="search"],
  .form-horizontal input[type="password"],
  .form-horizontal input[type="email"],
  .form-horizontal input[type="file"],
  .form-horizontal input[type="number"],
  .form-horizontal input[type="tel"],
  .form-horizontal textarea,
  .form-horizontal select,
  .form-horizontal label {
    display: inline-block;
    margin-bottom: 0;
    width: auto; }

@media screen and (min-width: 768px) {
  .form-horizontal ~ .form-horizontal {
    padding-left: 15px; } }
@media screen and (max-width: 767px) {
  .form-horizontal ~ .form-horizontal {
    margin-top: 7.5px; } }
/*================ Error styles ================*/
input[type="text"].error,
input[type="search"].error,
input[type="password"].error,
input[type="email"].error,
input[type="file"].error,
input[type="number"].error,
input[type="tel"].error,
textarea.error {
  border-color: #d02e2e;
  background-color: #fff6f6;
  color: #d02e2e; }

label.error {
  color: #d02e2e; }

/*================ Input Group ================*/
.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group .btn, .input-group .btn--secondary, .input-group .btn--tertiary, .input-group input[type="submit"], .input-group .input-group-field {
    height: 37px; }
  .input-group .input-group-field:first-child, .input-group .input-group-btn:first-child,
  .input-group .input-group-btn:first-child > .btn,
  .input-group .input-group-btn:first-child > .btn--secondary,
  .input-group .input-group-btn:first-child > .btn--tertiary,
  .input-group .input-group-btn:first-child > input[type="submit"],
  .input-group input[type="hidden"]:first-child + .input-group-field,
  .input-group input[type="hidden"]:first-child + .input-group-btn > .btn,
  .input-group input[type="hidden"]:first-child + .input-group-btn > .btn--secondary,
  .input-group input[type="hidden"]:first-child + .input-group-btn > .btn--tertiary,
  .input-group input[type="hidden"]:first-child + .input-group-btn > input[type="submit"] {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
  .input-group .input-group-field:last-child,
  .input-group .input-group-btn:last-child > .btn,
  .input-group .input-group-btn:last-child > .btn--secondary,
  .input-group .input-group-btn:last-child > .btn--tertiary,
  .input-group .input-group-btn:last-child > input[type="submit"] {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
  .input-group input::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin-top: -1px;
    margin-bottom: -1px; }

.input-group-field, .input-group-btn {
  display: table-cell;
  vertical-align: middle;
  margin: 0; }

.input-group .input-group-field {
  width: 100%;
  margin-bottom: 0; }

.input-group-btn {
  position: relative;
  white-space: nowrap;
  width: 1%;
  padding: 0; }

/*================ Checkbox & Radio Button ================*/
input[type="checkbox"],
.custom-radio input[type="radio"] {
  vertical-align: top;
  margin-right: 10px;
  display: none; }

input[type="checkbox"] {
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 3px; }
  input[type="checkbox"] + label {
    /* line-height:20px;
    font-size:$baseFontSize - 1; */
    padding-left: 26px;
    cursor: pointer;
    margin-bottom: 9px;
    position: relative; }
    input[type="checkbox"] + label:before {
      position: absolute;
      content: "";
      top: 2.5px;
      left: 0;
      border: 1px solid #e4e4e4;
      width: 14px;
      height: 14px;
      background-color: white; }
    input[type="checkbox"] + label:after {
      content: '';
      width: 9px;
      height: 5px;
      position: absolute;
      top: 6px;
      left: 3px;
      border: 2px solid #232323;
      border-top: none;
      border-right: none;
      background: rgba(255, 255, 255, 0);
      -webkit-transition: all 0.1s;
      -moz-transition: all 0.1s;
      -ms-transition: all 0.1s;
      -o-transition: all 0.1s;
      transition: all 0.1s; }

input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: scale(0) rotate(-45deg);
  -moz-transform: scale(0) rotate(-45deg);
  -ms-transform: scale(0) rotate(-45deg);
  -o-transform: scale(0) rotate(-45deg);
  transform: scale(0) rotate(-45deg); }

input[type="checkbox"]:checked + label:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transform: scale(1) rotate(-45deg);
  -moz-transform: scale(1) rotate(-45deg);
  -ms-transform: scale(1) rotate(-45deg);
  -o-transform: scale(1) rotate(-45deg);
  transform: scale(1) rotate(-45deg); }

.custom-radio input[type="radio"] + label {
  cursor: pointer;
  margin-bottom: 9px;
  position: relative;
  padding-left: 24px;
  line-height: 18px; }
  .custom-radio input[type="radio"] + label:before {
    position: absolute;
    content: "";
    top: 2px;
    left: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #e4e4e4;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
  .custom-radio input[type="radio"] + label:after {
    position: absolute;
    content: "";
    border: 4px solid #030d1d;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    top: 5px;
    left: 3px;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s; }

.custom-radio input[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }

.custom-radio input[type="radio"]:checked + label:after,
.custom-radio input[type="radio"] + label:hover:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

/*================ Search bar ================*/
@media screen and (max-width: 767px) {
  .search-bar {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%; } }

/*================ Partials | Icons ================*/
@font-face {
  font-family: 'icons';
  src: url("//cdn.shopify.com/s/files/1/0550/0813/3288/t/5/assets/icons.eot?6331");
  src: url("//cdn.shopify.com/s/files/1/0550/0813/3288/t/5/assets/icons.eot?6331#iefix") format("embedded-opentype"), url("//cdn.shopify.com/s/files/1/0550/0813/3288/t/5/assets/icons.woff?6331") format("woff"), url("//cdn.shopify.com/s/files/1/0550/0813/3288/t/5/assets/icons.ttf?6331") format("truetype"), url("//cdn.shopify.com/s/files/1/0550/0813/3288/t/5/assets/icons.svg?v=100304228462556784191624526060#timber-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

.icon-fallback-text .icon {
  display: none; }
  .supports-fontface .icon-fallback-text .icon {
    display: inline-block; }

/*============================================================================
A generic way to visually hide content while
remaining accessible to screen readers (h5bp.com)
==============================================================================*/
.supports-fontface .icon-fallback-text .fallback-text {
  clip: rect(0 0 0 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px; }

.icon:before {
  display: none; }

.supports-fontface .icon:before {
  display: inline;
  font-family: "icons";
  text-decoration: none;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*================ Module-specific styles ================*/
/*================ Module | Breadcrumbs and Tag Sorting ================*/
.breadcrumb {
  background: url(//cdn.shopify.com/s/files/1/0550/0813/3288/t/5/assets/breadcrumb_bg_image.jpg?v=49897267179318778251624526038) center center no-repeat;
  padding: 40px 0;
  float: left;
  width: 100%;
  height: auto;
  color: #3c3a3b;
  display: inline-block;
  text-align: center;
  width: 100%;
  margin: 0; }
  @media screen and (max-width: 967px) {
    .breadcrumb {
      background-attachment: inherit; } }
  @media screen and (max-width: 967px) {
    .breadcrumb {
      padding: 60px 0; } }
  .breadcrumb h1 {
    color: #ffffff;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    font-size: 2.25em; }
    @media screen and (max-width: 1599px) {
      .breadcrumb h1 {
        font-size: 1.85em; } }
    @media screen and (max-width: 767px) {
      .breadcrumb h1 {
        font-size: 26px; } }
    @media screen and (max-width: 567px) {
      .breadcrumb h1 {
        font-size: 22px;
        width: 100%; } }
  .breadcrumb a,
  .breadcrumb span {
    display: inline;
    font-size: 1em;
    padding-right: 2px;
    margin-right: 2px;
    color: #ffffff; }
    .breadcrumb a:first-child,
    .breadcrumb span:first-child {
      padding-left: 0; }
  .breadcrumb a:hover, .breadcrumb a:focus, .breadcrumb a:active {
    color: #fc4c4b; }

.breadcrumb__sep {
  font-size: 1.4em; }

.parallax {
  float: left;
  width: 100%;
  text-align: center;
  height: auto;
  background-attachment: fixed;
  padding: 80px 0px; }
  @media screen and (max-width: 967px) {
    .parallax {
      background-attachment: inherit; } }

.tags {
  float: left;
  width: 100%; }
  .tags a {
    display: inline-block;
    padding: 10px 7px 10px 0;
    margin-right: 12px; }
  .tags li:last-child a {
    border-bottom: none;
    padding-bottom: 0; }

.tag--active a {
  color: #3ddffc; }

.support-section-content {
  display: inline-block;
  width: 100%;
  text-align: center; }
  @media screen and (max-width: 567px) {
    .support-section-content {
      text-align: left; } }

.support-section {
  float: left;
  text-align: center;
  width: 100%;
  padding: 80px 0px 0; }
  .support-section i {
    display: inline-block;
    margin-right: 15px;
    margin-top: 0px;
    font-size: 50px; }
    @media screen and (max-width: 967px) {
      .support-section i {
        font-size: 32px;
        margin-right: 7px; } }
    @media screen and (max-width: 567px) {
      .support-section i {
        float: left;
        margin-right: 15px; } }

.footer-support p {
  margin-left: auto;
  margin-right: auto;
  width: 45%;
  text-align: center; }

/* Footer Type 1 */
/* Footer Type 2 */
/* Footer Type 4 */
/* Footer Type 5 */
/* Footer Type 6 */
/* Footer Type 22 */
.footer-model-10 {
  padding: 8% 20px 0;
  float: left;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .footer-model-10 {
      padding: 60px 20px 0; } }
  .footer-model-10 ul {
    padding: 0;
    margin: 0; }
  .footer-model-10 .footer-logo > a {
    margin-bottom: 50px;
    display: inline-block;
    width: 100%; }
  .footer-model-10 .footer-logo p {
    margin-bottom: 25px;
    padding: 0; }
  .footer-model-10 .newsletter-block-type-4 h4 {
    font-weight: 600;
    margin-bottom: 25px; }
  .footer-model-10 .newsletter-block-type-4 #contact_form {
    background: white;
    border-radius: 30px;
    display: inline-block;
    width: 45%;
    padding: 5px;
    position: relative;
    margin: 15px auto 40px; }
    @media screen and (max-width: 1199px) {
      .footer-model-10 .newsletter-block-type-4 #contact_form {
        width: 65%; } }
    @media screen and (max-width: 767px) {
      .footer-model-10 .newsletter-block-type-4 #contact_form {
        width: 90%; } }
    @media screen and (max-width: 567px) {
      .footer-model-10 .newsletter-block-type-4 #contact_form {
        width: 100%;
        background: none; } }
    .footer-model-10 .newsletter-block-type-4 #contact_form input[type="email"] {
      background: white;
      margin: 0;
      width: calc(100% - 190px); }
      @media screen and (max-width: 567px) {
        .footer-model-10 .newsletter-block-type-4 #contact_form input[type="email"] {
          width: 100%;
          margin-bottom: 15px; } }
    .footer-model-10 .newsletter-block-type-4 #contact_form input[type="email"],
    .footer-model-10 .newsletter-block-type-4 #contact_form .btn,
    .footer-model-10 .newsletter-block-type-4 #contact_form .btn--secondary,
    .footer-model-10 .newsletter-block-type-4 #contact_form .btn--tertiary,
    .footer-model-10 .newsletter-block-type-4 #contact_form input[type="submit"] {
      height: 50px; }
    .footer-model-10 .newsletter-block-type-4 #contact_form .errors {
      background: none;
      font-size: 13px;
      padding: 2px 20px;
      position: absolute;
      top: -32px;
      left: 0; }
    .footer-model-10 .newsletter-block-type-4 #contact_form .btn, .footer-model-10 .newsletter-block-type-4 #contact_form .btn--secondary, .footer-model-10 .newsletter-block-type-4 #contact_form .btn--tertiary, .footer-model-10 .newsletter-block-type-4 #contact_form input[type="submit"] {
      padding: 10px 45px;
      float: right; }
      @media screen and (max-width: 567px) {
        .footer-model-10 .newsletter-block-type-4 #contact_form .btn, .footer-model-10 .newsletter-block-type-4 #contact_form .btn--secondary, .footer-model-10 .newsletter-block-type-4 #contact_form .btn--tertiary, .footer-model-10 .newsletter-block-type-4 #contact_form input[type="submit"] {
          float: none;
          padding: 10px 35px;
          margin: 0 auto; } }
  .footer-model-10 .footer_social_icons {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px; }
    .footer-model-10 .footer_social_icons ul {
      display: inline-block;
      position: relative; }
      .footer-model-10 .footer_social_icons ul li a {
        font-weight: bold;
        margin-right: 25px;
        float: left;
        text-transform: uppercase; }
        @media screen and (max-width: 767px) {
          .footer-model-10 .footer_social_icons ul li a {
            margin-right: 10px; } }
        .footer-model-10 .footer_social_icons ul li a i {
          font-size: 20px;
          float: left;
          display: inline-block;
          margin-right: 10px; }
          @media screen and (max-width: 967px) {
            .footer-model-10 .footer_social_icons ul li a i {
              font-size: 16px;
              margin-right: 0px; } }
    .footer-model-10 .footer_social_icons .inline-list li {
      margin: 0 15px; }
  .footer-model-10 .site-footer__links li {
    margin: 0; }
    .footer-model-10 .site-footer__links li a {
      font-size: 18px;
      font-weight: 600; }
      @media screen and (max-width: 967px) {
        .footer-model-10 .site-footer__links li a {
          font-size: 14px; } }
    .footer-model-10 .site-footer__links li:after {
      content: '|';
      display: inline-block;
      padding: 0 12px; }
    .footer-model-10 .site-footer__links li:last-child:after {
      display: none; }
  .footer-model-10 .footer-bottom {
    margin-bottom: 30px;
    float: left;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .footer-model-10 .footer-bottom {
        margin-bottom: 10px; } }
    .footer-model-10 .footer-bottom ul li {
      display: inline-block;
      position: relative; }
      .footer-model-10 .footer-bottom ul li a {
        font-weight: bold;
        padding: 0 20px;
        text-transform: uppercase;
        display: inline-block;
        line-height: normal;
        font-size: 16px; }
        @media screen and (max-width: 767px) {
          .footer-model-10 .footer-bottom ul li a {
            text-transform: capitalize;
            font-size: 14px; } }
      .footer-model-10 .footer-bottom ul li:last-child:before {
        content: none; }
      .footer-model-10 .footer-bottom ul li:last-child a {
        border-right: none; }
      .footer-model-10 .footer-bottom ul li:before {
        position: absolute;
        content: "";
        height: 15px;
        width: 1px;
        -webkit-transform: translateY(-50%) rotate(30deg);
        -moz-transform: translateY(-50%) rotate(30deg);
        -ms-transform: translateY(-50%) rotate(30deg);
        -o-transform: translateY(-50%) rotate(30deg);
        transform: translateY(-50%) rotate(30deg);
        right: -4px;
        top: 50%; }
  .footer-model-10 .social-links-type-5 li {
    float: none;
    display: inline-block;
    margin-bottom: 7px;
    float: left;
    list-style-type: none; }
    .footer-model-10 .social-links-type-5 li i {
      width: 25px; }
  .footer-model-10 .copyright-section {
    border-top: 1px solid rgba(61, 223, 252, 0.12);
    text-align: center;
    padding: 20px 0;
    margin-top: 20px; }
    .footer-model-10 .copyright-section.text-center .copyright {
      float: none;
      padding: 0px 0 0; }
    .footer-model-10 .copyright-section .footer-icons {
      float: none;
      text-align: center; }
      .footer-model-10 .copyright-section .footer-icons .payment-icons {
        width: 100%;
        text-align: center;
        margin-top: 25px; }
        .footer-model-10 .copyright-section .footer-icons .payment-icons svg {
          width: 36px;
          height: 36px; }
      .footer-model-10 .copyright-section .footer-icons.text-center {
        float: none; }
        .footer-model-10 .copyright-section .footer-icons.text-center ul {
          width: 100%; }
          .footer-model-10 .copyright-section .footer-icons.text-center ul li {
            display: inline-block;
            float: none; }
            .footer-model-10 .copyright-section .footer-icons.text-center ul li a img {
              width: auto;
              height: auto; }
  .footer-model-10 p {
    display: inline-block;
    float: none;
    margin: 0; }
    @media screen and (max-width: 967px) {
      .footer-model-10 p {
        font-size: 13px; } }
  .footer-model-10 .inline-list li {
    float: none;
    display: inline-block; }

/* ----- Placeholder Style ----- */
input,
textarea {
  color: #3c3a3b;
  background: none; }

input::-webkit-input-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder {
  color: #3c3a3b; }

/*================ Module | Notes and Form Feedback ================*/
.note,
.errors {
  display: inline-block;
  width: 100%;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid transparent;
  font-size: 16px;
  text-align: left; }
  .note ul,
  .note ol,
  .errors ul,
  .errors ol {
    margin-top: 0;
    margin-bottom: 0; }
  .note li:last-child,
  .errors li:last-child {
    margin-bottom: 0; }
  .note p,
  .errors p {
    margin-bottom: 0; }

.note {
  border-color: #e4e4e4; }

.errors ul {
  margin-left: 10px; }
  .errors ul li {
    margin-bottom: 5px; }

.form-success {
  color: #56ad6a;
  background-color: #ecfef0;
  border-color: #56ad6a; }
  .form-success a {
    color: #56ad6a;
    text-decoration: underline; }
    .form-success a:hover {
      text-decoration: none; }

.form-error,
.errors {
  color: #d02e2e;
  background-color: #fff6f6;
  border-color: #d02e2e; }
  .form-error a,
  .errors a {
    color: #d02e2e;
    text-decoration: underline; }
    .form-error a:hover,
    .errors a:hover {
      text-decoration: none; }

/*================ Module | Pagination ================*/
.pagination {
  margin-bottom: 1em; }

.pagination-custom, .pagination-default {
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  display: inline-block;
  width: 100%;
  padding-left: 0;
  margin-top: 30px; }
  @media screen and (max-width: 567px) {
    .pagination-custom, .pagination-default {
      margin-top: 40px; } }
  .pagination-custom > li, .pagination-default > li {
    display: inline-block; }
    .pagination-custom > li a.enable-arrow, .pagination-default > li a.enable-arrow {
      background: #3ddffc;
      border: 1px solid rgba(0, 0, 0, 0);
      color: white; }
      .pagination-custom > li a.enable-arrow:hover, .pagination-default > li a.enable-arrow:hover {
        background: #000000;
        color: #ffffff;
        border-color: rgba(0, 0, 0, 0); }
    .pagination-custom > li > a,
    .pagination-custom > li > span, .pagination-default > li > a,
    .pagination-default > li > span {
      position: relative;
      float: left;
      padding: 8px 13px;
      margin-left: -1px;
      line-height: 1.42;
      text-decoration: none;
      background: #3ddffc;
      border: 1px solid rgba(0, 0, 0, 0);
      color: white;
      margin-right: 2px;
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
      -ms-border-radius: 2px;
      -o-border-radius: 2px;
      border-radius: 2px; }
      .pagination-custom > li > a:hover,
      .pagination-custom > li > span:hover, .pagination-default > li > a:hover,
      .pagination-default > li > span:hover {
        background: #000000;
        color: #ffffff;
        border-color: rgba(0, 0, 0, 0); }
    .pagination-custom > li:first-child > a,
    .pagination-custom > li:first-child > span, .pagination-default > li:first-child > a,
    .pagination-default > li:first-child > span {
      margin-left: 0; }
    .pagination-custom > li.active > a,
    .pagination-custom > li.active > span,
    .pagination-custom > li.active > a:hover,
    .pagination-custom > li.active > span:hover,
    .pagination-custom > li.active > a:focus,
    .pagination-custom > li.active > span:focus, .pagination-default > li.active > a,
    .pagination-default > li.active > span,
    .pagination-default > li.active > a:hover,
    .pagination-default > li.active > span:hover,
    .pagination-default > li.active > a:focus,
    .pagination-default > li.active > span:focus {
      background: #000000;
      color: #ffffff;
      border-color: rgba(0, 0, 0, 0);
      cursor: default;
      z-index: 2; }
    .pagination-custom > li.disabled > a,
    .pagination-custom > li.disabled > span,
    .pagination-custom > li.disabled > a:hover,
    .pagination-custom > li.disabled > a:focus, .pagination-default > li.disabled > a,
    .pagination-default > li.disabled > span,
    .pagination-default > li.disabled > a:hover,
    .pagination-default > li.disabled > a:focus {
      cursor: not-allowed; }

.pagination-custom-sm > li > a,
.pagination-custom-sm > li > span {
  padding: 8px 13px;
  font-size: em(12px); }

.pagination-custom-lg > li > a,
.pagination-custom-lg > li > span {
  padding: 10px 16px;
  font-size: em(18px); }

/*================ Module | Rich Text Editor ================*/
.rte h1, .rte h2, .rte h3, .rte h4, .rte h5, .rte h6, .rte .sidebar .widget_custom_block .support_section .support_text h5, .sidebar .widget_custom_block .support_section .support_text .rte h5 {
  margin-top: 2em; }
  .rte h1:first-child, .rte h2:first-child, .rte h3:first-child, .rte h4:first-child, .rte h5:first-child, .rte h6:first-child, .rte .sidebar .widget_custom_block .support_section .support_text h5:first-child, .sidebar .widget_custom_block .support_section .support_text .rte h5:first-child {
    margin-top: 0; }
.rte > div {
  margin-bottom: 15px; }
.rte ul, .rte ol {
  margin-left: 35px; }
.rte ul ul {
  list-style: circle outside; }
.rte li {
  margin-bottom: 0.4em; }
.rte img {
  max-width: 100%;
  height: auto; }
.rte table {
  table-layout: fixed; }

.rte--header {
  margin-bottom: 30px; }

/*================ Module | Section Headers ================*/
.section-header {
  margin-bottom: 15px; }

.section-header--small {
  margin-bottom: 0; }

.section-header--medium {
  margin-bottom: 7.5px; }

.section-header--large {
  margin-bottom: 30px; }

.section-header--breadcrumb {
  margin-bottom: 15px; }

.section-header__title {
  color: #3c3a3b; }

span.large-font-text {
  font-size: 200px;
  float: left;
  width: 100%;
  margin: 0 0 30px;
  line-height: normal;
  color: #777777; }
  @media screen and (max-width: 967px) {
    span.large-font-text {
      font-size: 140px; } }
  @media screen and (max-width: 767px) {
    span.large-font-text {
      font-size: 90px; } }
  @media screen and (max-width: 767px) {
    span.large-font-text {
      font-size: 70px; } }

.section-header__title--left,
.section-header__link--right {
  padding-bottom: 12px;
  margin-bottom: 0; }

.section-header__link--right {
  margin-top: 15px; }

@media screen and (min-width: 768px) {
  .section-header {
    display: table;
    width: 100%; }

  .section-header__title--left {
    display: table-cell;
    vertical-align: middle; }
    .section-header__title--left h1, .section-header__title--left h2, .section-header__title--left h3, .section-header__title--left h4,
    .section-header__title--left .h1, .section-header__title--left .h2, .section-header__title--left .h3, .section-header__title--left .h4 {
      margin-bottom: 0; }

  .section-header__link--right {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    width: 550px;
    margin-top: 0; } }
  @media screen and (min-width: 768px) and (max-width: 767px) {
    .section-header__link--right {
      margin-bottom: 30px; } }

.section-header__link--right .form-horizontal {
  display: inline-block; }
.section-header__link--right .form-horizontal,
.section-header__link--right .collection-view {
  vertical-align: middle; }
.section-header__link--right select,
.section-header__link--right option {
  color: #3c3a3b; }
@media screen and (min-width: 568px) {
  .section-header__link--right label + select,
  .section-header__link--right .collection-view {
    margin-left: 15px; }
  .section-header__link--right label:not(.label--hidden) + select {
    margin-left: 5px; } }
@media screen and (min-width: 768px) {
  .section-header__link--right select {
    max-width: 200px; } }

@media screen and (max-width: 767px) {
  .template-collection .section-header__link--right {
    display: block;
    width: 100%;
    margin-top: 0; }
    .template-collection .section-header__link--right .form-horizontal {
      width: 100%; }
      .template-collection .section-header__link--right .form-horizontal select {
        width: 100%;
        margin-left: 0; } }
.view-more {
  clear: both;
  display: block;
  font-size: 0.85em;
  text-align: center;
  margin-top: 15px; }
  @media screen and (min-width: 768px) {
    .view-more {
      display: none; } }

/*================ Module | Site Header ================*/
.site-header__menubar {
  float: left;
  width: 100%;
  height: 95px; }
  @media screen and (max-width: 1199px) {
    .site-header__menubar {
      height: auto;
      background: #ffffff; } }

.menubar-section {
  padding: 0 0px; }

.site-header__logo {
  text-align: center;
  margin: 7px auto 7px 0px;
  max-width: 100%;
  font-size: 30px; }
  @media screen and (max-width: 967px) {
    .site-header__logo {
      font-size: 22px; } }
  @media screen and (max-width: 767px) {
    .site-header__logo {
      margin-bottom: 20px; } }
  .site-header__logo a {
    margin: 0 auto; }
  .site-header__logo a,
  .site-header__logo a:hover,
  .site-header__logo a:focus {
    text-decoration: none; }
  .site-header__logo img, .site-header__logo .logo_name {
    margin: 0 auto; }

img {
  max-width: 100%; }

.site-header--text-links {
  margin-bottom: 0; }

/*============ If logo is on the same line as navigation ============ */
/*================ Header message (theme setting) ================*/
.header-message {
  text-align: center;
  margin: 15px 0 0;
  line-height: 1; }
  @media screen and (max-width: 1199px) {
    .header-message {
      margin-left: 20px; } }
  @media screen and (max-width: 767px) {
    .header-message {
      margin-bottom: 30px;
      margin-left: 0; } }
  @media screen and (min-width: 768px) {
    .header-message {
      margin-bottom: 15px; } }

/*================ View-specific styles ================*/
/*================ Templates | Blog and Comments ================*/
.comment {
  margin-bottom: 30px; }
  .comment + .comment {
    border-top: 1px solid #e4e4e4;
    padding-top: 30px; }

.meta-sep {
  position: relative;
  padding: 0 2px;
  font-size: 16px; }

.blog-date {
  margin-top: -0.5em; }

aside h4 ~ h4 {
  margin-top: 45px; }

aside time em {
  font-size: 0.8em; }

@media screen and (max-width: 767px) {
  article {
    margin-bottom: 30px; } }
.article__image {
  display: block;
  margin: auto; }

/*================ Templates | Cart Page ================*/
.cart__row {
  position: relative;
  padding: 30px 12px;
  float: left;
  width: 100%; }
  .cart__row + .cart__row {
    border-bottom: 1px solid #e4e4e4; }
  .cart__row .js-qty {
    margin: 0; }
  .cart__row .cart__image {
    display: block;
    margin-right: 15px; }
    @media screen and (max-width: 767px) {
      .cart__row .cart__image {
        margin-right: 0; } }
    .cart__row .cart__image img {
      border: 1px solid rgba(3, 13, 29, 0.05);
      display: block; }
      @media screen and (max-width: 767px) {
        .cart__row .cart__image img {
          margin: auto; } }
  .cart__row .cart__subtotal,
  .cart__row .cart-additional-savings__price {
    margin: 0 0 0 10px;
    display: inline; }
  .cart__row .cart__mini-labels {
    display: block;
    font-size: em(12px); }
    @media screen and (min-width: 768px) {
      .cart__row .cart__mini-labels {
        display: none; } }
  .cart__row input.cart__quantity-selector {
    width: 100px;
    margin: 0 auto; }
  .cart__row .cart__remove {
    display: block; }
  .cart__row .cart__note-add.is-hidden {
    display: none; }
  .cart__row .cart__note {
    display: none; }
    .cart__row .cart__note.is-active {
      display: block; }
  .cart__row .cart-item__discount,
  .cart__row .cart-additional-savings__savings,
  .cart__row .cart-subtotal__savings {
    display: block; }
  .cart__row .cart .btn, .cart__row .cart .btn--secondary, .cart__row .cart .btn--tertiary, .cart__row .cart input[type="submit"] {
    margin-bottom: 4px; }
    @media screen and (max-width: 567px) {
      .cart__row .cart .btn, .cart__row .cart .btn--secondary, .cart__row .cart .btn--tertiary, .cart__row .cart input[type="submit"] {
        padding: 10px; } }
  .cart__row .cart__additional_checkout {
    margin: 15px 0 0; }
    .cart__row .cart__additional_checkout input {
      padding: 0; }
    .cart__row .cart__additional_checkout .google-wallet-button-holder {
      display: inline-block;
      vertical-align: 10px; }

/*================ Templates | Product Page ================*/
.product-single__photos {
  margin-bottom: 30px; }

.product-single__photos a, .product-single__photos img,
.product-single__thumbnails a,
.product-single__thumbnails img {
  display: block;
  margin: 0 auto;
  max-width: 100%; }

.image-zoom {
  cursor: move; }

.product-single__prices {
  margin-bottom: 15px;
  float: left;
  width: 100%; }

.product-single__price {
  color: #fa3e2c;
  font-size: 22.4px; }

.product-single__sale-price {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  filter: alpha(opacity=70);
  margin-left: 6px;
  font-size: 20.32px; }

.change-view {
  display: block;
  background: none;
  border: 0 none;
  float: left;
  padding: 7px 8px;
  width: 40px;
  height: 40px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #e4e4e4;
  line-height: 1; }
  @media screen and (max-width: 967px) {
    .change-view {
      width: 37px;
      height: 37px; } }
  @media screen and (max-width: 567px) {
    .change-view {
      float: none;
      display: inline-block;
      text-align: center;
      margin-left: -3px; } }
  .change-view:hover, .change-view:focus {
    color: #3ddffc; }
  .change-view.grid-view {
    background-color: #ebebeb;
    color: #c2c2c2;
    margin-right: 12px; }
    @media screen and (max-width: 967px) {
      .change-view.grid-view {
        margin-right: 5px; } }

a {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  a .btn, a .btn--secondary, a .btn--tertiary, a input[type="submit"] {
    -webkit-transition-timing-function: linear; }

.slide-link {
  display: block;
  position: relative; }
  .slide-link img {
    display: block; }

.slide_content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  margin: auto; }

/* Empty Space */
.dt-sc-hr-invisible-very-small,
.dt-sc-hr-invisible-small,
.dt-sc-hr-invisible-medium,
.dt-sc-hr-invisible-large {
  clear: both;
  display: block;
  padding: 0;
  width: 100%;
  float: left; }

.dt-sc-hr-invisible-very-small {
  margin: 10px 0; }

.dt-sc-hr-invisible-small {
  margin: 20px 0; }

.dt-sc-hr-invisible-medium {
  margin: 25px 0; }

.dt-sc-hr-invisible-large {
  margin: 45px 0; }
  @media screen and (max-width: 1599px) {
    .dt-sc-hr-invisible-large {
      margin: 30px 0px; } }

.main-content {
  width: 100%;
  overflow-x: hidden; }

/* Notification bar */
.top_bar_right {
  float: right; }
  @media screen and (max-width: 1199px) {
    .top_bar_right {
      width: 100%;
      text-align: left; } }

.header-top .close {
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  padding: 0px;
  border: none;
  cursor: pointer;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center; }

.promo_section .notification_text,
.notification_promo_code {
  display: inline-block; }
  @media screen and (max-width: 767px) {
    .promo_section .notification_text,
    .notification_promo_code {
      margin-bottom: 10px; } }
  .promo_section .notification_text p, .promo_section .notification_text h6, .promo_section .notification_text .sidebar .widget_custom_block .support_section .support_text h5, .sidebar .widget_custom_block .support_section .support_text .promo_section .notification_text h5,
  .notification_promo_code p,
  .notification_promo_code h6,
  .notification_promo_code .sidebar .widget_custom_block .support_section .support_text h5,
  .sidebar .widget_custom_block .support_section .support_text .notification_promo_code h5 {
    margin: 0; }

.notification_promo_code {
  padding-right: 40px; }
  @media screen and (max-width: 767px) {
    .notification_promo_code {
      text-align: center;
      width: 100%;
      padding-right: 0; } }

.notify_discount {
  text-align: left;
  display: inline-block;
  margin: 0;
  padding-right: 40px; }
  @media screen and (max-width: 767px) {
    .notify_discount {
      padding-right: 0; } }
  .notify_discount p, .notify_discount .notify_discount h4 {
    margin: 0; }

.notification_promobtn {
  display: table-cell;
  vertical-align: middle;
  text-align: right; }
  @media screen and (max-width: 767px) {
    .notification_promobtn {
      text-align: center;
      width: 100%;
      display: inline-block; } }
  .notification_promobtn .btn, .notification_promobtn .btn--secondary, .notification_promobtn .btn--tertiary, .notification_promobtn input[type="submit"] {
    padding: 6px 24px; }

.promo_section {
  display: table;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .promo_section {
      float: none;
      display: inline-block;
      width: 100%;
      text-align: center; } }
  .promo_section .notification_text h2 {
    padding-right: 10px;
    font-size: 32px;
    display: inline-block;
    margin: 0; }

.notification_bar li a {
  margin-left: 5px;
  text-decoration: underline; }

/* Top Bar

.top_bar li button { background:none;border:none;margin:0;line-height:normal;padding:0; }
.top_bar li form { padding:0; }
.top_bar { float:left;width:100%;padding:12px 15px 12px 15px;@include at-query ($max, $medium) { padding:10px 7px 10px 7px; } }
.top_bar ul { list-style:none;padding:0; }
.top_bar ul li i { @include at-query ($max, $postlarge) { display:none; } }
.top_bar ul li { font-size:13px;float:left;margin-right:10px;@include at-query ($max, $laplarge) { margin-right:5px; }@include at-query ($max, $postlarge) { float:left;width:100%;padding-right:0; margin-right:0;} }
.top_bar_left { float:left;padding:0;@include at-query ($max, $postlarge) { width:100%;} }
.top_bar_right { float:right;@include at-query ($max, $postlarge) { width:100%;float:left; } }
.top_bar_menu { float:right;@include at-query ($max, $postlarge) { float:left;width:100%;} }
.top_bar_menu ul,.customer_account { float:left; }
.top_bar_menu ul li,.customer_account ul li { margin-right:10px;padding-right:0;@include at-query ($max, $postlarge) { margin-bottom:12px;margin-right:0;} }
.top_bar_menu ul li a,.customer_account ul li a,.top_bar ul li span { padding-right:10px;@include at-query ($max, $medium) { padding-right:10px;} }
.top_bar_menu ul li:last-child a,.customer_account ul li:last-child a,.top_bar ul li:last-child span { padding-right:0;border-right:none;@include at-query ($max, $medium) { padding-right:0px;} }
.top_bar_menu ul li:last-child,.customer_account ul li:last-child,.top_bar ul li:last-child { margin-right:0;padding-right:0;}
*/
.top_bar {
  float: left;
  width: 100%;
  padding: 12px 15px; }
  @media screen and (max-width: 767px) {
    .top_bar {
      padding: 10px 7px; } }
  .top_bar ul {
    list-style: none;
    padding: 0; }
    .top_bar ul li {
      font-size: 13px;
      float: left;
      margin-right: 10px; }
      @media screen and (max-width: 1199px) {
        .top_bar ul li {
          float: left;
          width: 100%;
          padding-right: 0;
          margin-right: 0; } }
      .top_bar ul li span {
        padding-right: 10px; }
        @media screen and (max-width: 767px) {
          .top_bar ul li span {
            padding-right: 10px; } }
      @media screen and (max-width: 1199px) {
        .top_bar ul li i {
          display: none; } }
      .top_bar ul li button {
        background: none;
        border: none;
        margin: 0;
        line-height: normal;
        padding: 0; }
      .top_bar ul li form {
        padding: 0; }
      .top_bar ul li:last-child {
        margin-right: 0;
        padding-right: 0; }
        .top_bar ul li:last-child span {
          padding-right: 0;
          border-right: none; }
          @media screen and (max-width: 767px) {
            .top_bar ul li:last-child span {
              padding-right: 0px; } }
  .top_bar .top_bar_left {
    float: left;
    padding: 0; }
    @media screen and (max-width: 1199px) {
      .top_bar .top_bar_left {
        width: 100%; } }
  .top_bar .top_bar_right,
  .top_bar .top_bar_menu {
    float: right; }
    @media screen and (max-width: 1199px) {
      .top_bar .top_bar_right,
      .top_bar .top_bar_menu {
        width: 100%;
        float: left; } }
  .top_bar ul, .top_bar .customer_account {
    float: left; }
    .top_bar ul li, .top_bar .customer_account li {
      margin-right: 10px;
      padding-right: 0; }
      @media screen and (max-width: 1199px) {
        .top_bar ul li, .top_bar .customer_account li {
          margin-bottom: 12px;
          margin-right: 0; } }
      .top_bar ul li a, .top_bar ul li span, .top_bar .customer_account li a, .top_bar .customer_account li span {
        padding-right: 10px; }
        @media screen and (max-width: 767px) {
          .top_bar ul li a, .top_bar ul li span, .top_bar .customer_account li a, .top_bar .customer_account li span {
            padding-right: 10px; } }
      .top_bar ul li:last-child, .top_bar .customer_account li:last-child {
        margin-right: 0;
        padding-right: 0; }
        .top_bar ul li:last-child span, .top_bar ul li:last-child a, .top_bar .customer_account li:last-child span, .top_bar .customer_account li:last-child a {
          padding-right: 0;
          border-right: none; }
          @media screen and (max-width: 767px) {
            .top_bar ul li:last-child span, .top_bar ul li:last-child a, .top_bar .customer_account li:last-child span, .top_bar .customer_account li:last-child a {
              padding-right: 0px; } }

.search_type1 .header-search {
  padding: 0 0px 0 0px; }
  @media screen and (max-width: 1199px) {
    .search_type1 .header-search {
      float: left;
      display: inline-block;
      margin: 0 0 0px; } }

.header-search {
  position: relative; }
  @media screen and (max-width: 1199px) {
    .header-search {
      float: left;
      width: 100%;
      text-align: center;
      margin-top: 0px; } }
  @media screen and (max-width: 1199px) {
    .header-search input#search {
      display: none; } }
  .header-search .header_toggle {
    position: relative;
    display: block;
    padding: 0px 0px 0;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .header-search .header_toggle {
        display: none; } }

.main-menu ul {
  padding: 0;
  list-style: none; }
@media screen and (max-width: 1199px) {
  .main-menu .menu_bar_left_customer {
    padding: 20px 20px 10px;
    float: left;
    margin-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
    width: 100%; }
    .main-menu .menu_bar_left_customer li {
      float: left;
      list-style: none;
      margin-bottom: 5px;
      margin-right: 20px; }
    .main-menu .menu_bar_left_customer .menu_bar_right li a {
      font-size: 14px; }
      .main-menu .menu_bar_left_customer .menu_bar_right li a i {
        margin-right: 7px; } }

@media screen and (max-width: 1199px) {
  .wrapper-container .appentMb .menu_bar_right {
    padding: 0;
    width: 100%;
    float: left;
    line-height: 35px; }
    .wrapper-container .appentMb .menu_bar_right li {
      font-size: 15px;
      text-transform: uppercase;
      border-bottom: 1px solid #ddd; } }

.header-panel-top .menu_bar_right .header_icon {
  float: left;
  width: 100%;
  margin-top: 20px;
  padding-top: 25px;
  border-top: 1px solid #e4e4e4;
  padding-left: 20px; }
  .header-panel-top .menu_bar_right .header_icon .inline-list li {
    margin: 0 20px 0 0; }
    .header-panel-top .menu_bar_right .header_icon .inline-list li:last-child {
      margin: 0; }
  .header-panel-top .menu_bar_right .header_icon ul {
    list-style: none;
    padding: 0; }

.site-header {
  z-index: 999;
  padding: 0px;
  float: left;
  width: 100%;
  /*position:relative;*/ }
  @media screen and (max-width: 767px) {
    .site-header {
      padding: 0; } }

@media screen and (min-width: 1200px) {
  .is-sticky .header-search {
    display: none; } }

.desktop-megamenu {
  float: left;
  width: 100%; }

/* Header Type 14 */
@media screen and (min-width: 1200px) {
  .template-index .site-header {
    position: absolute; } }

.header-type-8 .site-header {
  /*     background:black !important; */ }
  .header-type-8 .site-header .site-header__menubar {
    padding: 0 25px 0 25px; }
    @media screen and (min-width: 1200px) {
      .header-type-8 .site-header .site-header__menubar {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center; } }
    @media screen and (max-width: 1599px) {
      .header-type-8 .site-header .site-header__menubar {
        padding: 0 25px 0 25px; } }
    @media screen and (min-width: 1200px) {
      .header-type-8 .site-header .site-header__menubar .menubar-section {
        webkit-flex: 2 1 auto;
        -ms-flex: 2 1 auto;
        flex: 2 1 auto;
        text-align: center;
        width: 20%;
        padding: 0 10px; } }
    @media screen and (min-width: 1200px) {
      .header-type-8 .site-header .site-header__menubar .order-header {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1; } }
    .header-type-8 .site-header .site-header__menubar h1 {
      text-align: left; }
      @media screen and (min-width: 1200px) {
        .header-type-8 .site-header .site-header__menubar h1 a {
          float: left;
          width: 100%;
          text-align: center; } }
    .header-type-8 .site-header .site-header__menubar .site-header__logo {
      height: auto; }
      .header-type-8 .site-header .site-header__menubar .site-header__logo img, .header-type-8 .site-header .site-header__menubar .site-header__logo .logo_name {
        vertical-align: middle;
        position: static;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%); }
  .header-type-8 .site-header .site-nav {
    padding-left: 50px;
    float: left;
    width: 100%;
    text-align: left; }
    @media screen and (max-width: 1599px) {
      .header-type-8 .site-header .site-nav {
        padding-left: 20px; } }
    @media screen and (max-width: 1199px) {
      .header-type-8 .site-header .site-nav {
        padding-left: 0px; } }
    .header-type-8 .site-header .site-nav > li {
      float: none;
      display: inline-block;
      margin: 0; }
      .header-type-8 .site-header .site-nav > li > a {
        font-weight: 600; }
        @media screen and (min-width: 1200px) {
          .header-type-8 .site-header .site-nav > li > a {
            padding: 12px 24px; } }
.header-type-8 .menu-icon {
  font-size: 0;
  list-style: none;
  padding: 0; }
  .header-type-8 .menu-icon svg {
    width: 30px;
    height: 30px; }
  .header-type-8 .menu-icon li {
    font-size: 13px;
    float: left; }
    .header-type-8 .menu-icon li:last-child {
      border-right: 0; }
    .header-type-8 .menu-icon li.header_currency ul > li {
      padding: 0;
      border: none; }
      .header-type-8 .menu-icon li.header_currency ul > li .lang-currency-groups {
        margin: 0; }
        .header-type-8 .menu-icon li.header_currency ul > li .lang-currency-groups .dropdown-label {
          padding: 5px 0; }
    @media screen and (min-width: 1200px) {
      .header-type-8 .menu-icon li a {
        padding: 5px 0;
        float: left; } }
  .header-type-8 .menu-icon .header-panel-top li
  li {
    display: block; }
    .header-type-8 .menu-icon .header-panel-top li
    li a {
      padding: 5px 0; }
.header-type-8 .customer_account ul {
  list-style: none;
  padding: 0; }
  .header-type-8 .customer_account ul li {
    display: inline-block;
    list-style: none;
    padding: 0 0 0 25px; }
    @media screen and (max-width: 1599px) {
      .header-type-8 .customer_account ul li {
        padding: 0 0 0 15px; } }
    @media screen and (max-width: 1199px) {
      .header-type-8 .customer_account ul li {
        padding: 0 0; } }
.header-type-8 #shopify-section-header-model-8 {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  margin-left: auto !important; }
.header-type-8 .header-search,
.header-type-8 .header_cart {
  padding: 0;
  float: left;
  display: inline-block; }
.header-type-8 .header-bar__module.cart .baskettop a.icon-cart-arrow {
  display: inline-block; }
  .header-type-8 .header-bar__module.cart .baskettop a.icon-cart-arrow #cartCount {
    display: none;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
    width: 15px;
    height: 15px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    line-height: 15px;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .header-type-8 .header-bar__module.cart .baskettop a.icon-cart-arrow .cartCountspan {
    display: none; }
  .header-type-8 .header-bar__module.cart .baskettop a.icon-cart-arrow #minicart_total {
    float: left;
    margin-top: -8px;
    font-size: 13px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
.header-type-8 .nav-bar {
  float: none;
  width: auto; }
.header-type-8 .quickSearchResultsWrap {
  left: auto;
  right: 0; }

/* ----- Header General Styles ----- */
#slidedown-modal {
  width: 210px;
  padding: 10px 0px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 9;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0;
  -khtml-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15); }
  @media screen and (max-width: 1199px) {
    #slidedown-modal {
      right: 10px; } }
  #slidedown-modal form {
    padding: 0;
    margin: 0; }
    #slidedown-modal form button {
      background: none;
      border: none;
      margin: 0;
      padding: 0; }
      #slidedown-modal form button span {
        margin: 0;
        float: right; }

.slidedown_section {
  float: left;
  z-index: 9;
  position: relative; }
  @media screen and (max-width: 767px) {
    .slidedown_section {
      float: none; } }
  .slidedown_section ul {
    width: 100%;
    float: left;
    list-style: none;
    padding: 0; }
    .slidedown_section ul li span {
      display: none;
      float: right;
      margin: 0 0 0 20px;
      font-size: 14px;
      line-height: 24px; }
      .slidedown_section ul li span .fa {
        float: left;
        margin: 0 15px 0 0;
        display: block;
        font-size: 14px;
        line-height: 24px; }
    .slidedown_section ul li.logout-link span.fa {
      padding: 5px 0; }
  .slidedown_section #menubar-section .slidedown_section ul li a {
    float: left;
    text-transform: capitalize;
    padding: 0 3px; }
    .slidedown_section #menubar-section .slidedown_section ul li a .icon-cart-arrow {
      padding: 33px 0px 33px 25px;
      font-size: 16px;
      cursor: pointer; }
      @media screen and (max-width: 967px) {
        .slidedown_section #menubar-section .slidedown_section ul li a .icon-cart-arrow {
          padding: 33px 10px 33px 10px; } }
  .slidedown_section:hover #slidedown-modal {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1); }

/* Header Bar Left */
.header-bar__left {
  float: left; }
  @media screen and (max-width: 767px) {
    .header-bar__left {
      float: none;
      padding: 10px 0; } }
  .header-bar__left ul {
    list-style: none;
    margin: 0;
    float: left;
    padding: 0; }
    @media screen and (max-width: 767px) {
      .header-bar__left ul {
        display: inline-block;
        width: 100%;
        text-align: center;
        float: none; } }
    .header-bar__left ul li {
      float: left;
      padding: 11px 15px 11px 0; }
      @media screen and (max-width: 967px) {
        .header-bar__left ul li {
          padding-right: 5px; } }
      @media screen and (max-width: 767px) {
        .header-bar__left ul li {
          float: none;
          display: inline-block; } }
      .header-bar__left ul li a:hover {
        color: #3ddffc; }
      .header-bar__left ul li span {
        margin-right: 5px; }
        @media screen and (max-width: 967px) {
          .header-bar__left ul li span {
            margin-right: 3px; } }
        @media screen and (max-width: 767px) {
          .header-bar__left ul li span {
            margin-left: 5px; } }
      .header-bar__left ul li i {
        float: left; }
      .header-bar__left ul li.phone-no:before {
        content: "\f095"; }
      .header-bar__left ul li.skype:before {
        content: "\f17e"; }
      .header-bar__left ul li.phone-no:before, .header-bar__left ul li.skype:before {
        font-family: "Font Awesome 5 Free";
        font-weight: bold;
        float: left;
        margin-right: 5px; }
        @media screen and (max-width: 967px) {
          .header-bar__left ul li.phone-no:before, .header-bar__left ul li.skype:before {
            margin-right: 3px; } }

/* Header Bar Search */
.header-bar__search {
  float: left;
  display: inline-block; }
  @media screen and (max-width: 767px) {
    .header-bar__search {
      width: 100%;
      float: none;
      display: inline-block;
      text-align: center; } }
  .header-bar__search span {
    padding: 0; }
  .header-bar__search form {
    margin: 0; }
    @media screen and (max-width: 767px) {
      .header-bar__search form {
        width: 85%;
        display: inline-block;
        text-align: center;
        margin: auto;
        border: 1px solid #e4e4e4; } }
    @media screen and (max-width: 567px) {
      .header-bar__search form {
        width: 100%; } }
    .header-bar__search form .header-bar__search-input {
      border: none;
      float: left;
      width: 85%;
      display: inline-block;
      margin: 0;
      padding: 14px 10px;
      background: transparent;
      min-height: 50px; }
      @media screen and (max-width: 1199px) {
        .header-bar__search form .header-bar__search-input {
          width: 78%; } }
      @media screen and (max-width: 967px) {
        .header-bar__search form .header-bar__search-input {
          width: 75%; } }
      @media screen and (max-width: 767px) {
        .header-bar__search form .header-bar__search-input {
          width: 87%;
          border: none; } }
      @media screen and (max-width: 567px) {
        .header-bar__search form .header-bar__search-input {
          width: 75%; } }
    .header-bar__search form .btn, .header-bar__search form .btn--secondary, .header-bar__search form .btn--tertiary, .header-bar__search form input[type="submit"] {
      padding: 28px 17px !important;
      font-size: 16px;
      font-weight: normal;
      background: transparent;
      border: none;
      border-left: none;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      display: inline-block;
      padding: 33px 20px;
      min-height: 50px;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
      @media screen and (max-width: 1199px) {
        .header-bar__search form .btn, .header-bar__search form .btn--secondary, .header-bar__search form .btn--tertiary, .header-bar__search form input[type="submit"] {
          padding: 33px 5px;
          font-size: 13px; } }
      @media screen and (max-width: 767px) {
        .header-bar__search form .btn, .header-bar__search form .btn--secondary, .header-bar__search form .btn--tertiary, .header-bar__search form input[type="submit"] {
          float: right;
          border: none;
          border-left: 1px solid #e4e4e4; } }
      .header-bar__search form .btn span, .header-bar__search form .btn--secondary span, .header-bar__search form .btn--tertiary span, .header-bar__search form input[type="submit"] span {
        border: none; }
      .header-bar__search form .btn:hover, .header-bar__search form .btn--secondary:hover, .header-bar__search form .btn--tertiary:hover, .header-bar__search form input[type="submit"]:hover {
        color: #3ddffc; }
        .header-bar__search form .btn:hover span, .header-bar__search form .btn--secondary:hover span, .header-bar__search form .btn--tertiary:hover span, .header-bar__search form input[type="submit"]:hover span {
          border: none; }

/* Header Bar Social Icons */
.header-bar {
  float: left;
  width: 100%;
  padding: 5px 15%; }
  @media screen and (max-width: 1199px) {
    .header-bar {
      padding: 0 10px; } }
  @media screen and (max-width: 967px) {
    .header-bar {
      padding: 0; } }
  @media screen and (max-width: 767px) {
    .header-bar {
      border: none; } }
  .header-bar .social-icons li {
    display: inline-block;
    float: left; }
    @media screen and (max-width: 767px) {
      .header-bar .social-icons li {
        float: none;
        display: inline-block;
        text-align: center; } }
    .header-bar .social-icons li a {
      display: inline-block;
      float: left;
      font-size: 14px;
      padding: 0; }
      @media screen and (max-width: 767px) {
        .header-bar .social-icons li a {
          float: none; } }
  .header-bar .selection-box {
    position: relative; }

/* Header Sticky */
.header-sticky {
  z-index: 999;
  float: left;
  width: 100%; }

.sticky-logo img {
  display: none; }

.sticky-animate {
  width: 100%;
  float: left;
  position: relative; }

.is-sticky {
  height: auto !important; }
  .is-sticky .header-sticky {
    width: 100%;
    left: 0;
    right: 0; }
    .is-sticky .header-sticky .sticky-animate {
      box-shadow: 0 0 20px rgba(3, 13, 29, 0.06); }
  .is-sticky .sticky-logo img {
    display: inline-block;
    float: left;
    max-width: 97%; }
    @media screen and (max-width: 967px) {
      .is-sticky .sticky-logo img {
        max-width: 15%;
        padding-top: 10px;
        padding-right: 10px; } }
  .is-sticky .site-header__menubar {
    position: static; }
  .is-sticky .site-header__logo {
    border: none; }
  .is-sticky .grid__item:nth-child(2n) {
    float: right; }
  .is-sticky .menu-right-section {
    position: absolute;
    right: 15%;
    bottom: 0;
    z-index: 99; }
  .is-sticky .menu-right li a {
    padding: 16px 15px;
    font-size: 16px; }
  .is-sticky .header_top {
    display: none; }
    @media screen and (max-width: 967px) {
      .is-sticky .header_top {
        display: inline-block !important; } }
  .is-sticky .header-bar__search span {
    border: none; }
  .is-sticky .header-bar__search form .btn, .is-sticky .header-bar__search form .btn--secondary, .is-sticky .header-bar__search form .btn--tertiary, .is-sticky .header-bar__search form input[type="submit"] {
    position: inherit; }
    .is-sticky .header-bar__search form .btn:hover, .is-sticky .header-bar__search form .btn--secondary:hover, .is-sticky .header-bar__search form .btn--tertiary:hover, .is-sticky .header-bar__search form input[type="submit"]:hover {
      background: transparent;
      color: #3ddffc;
      border-color: #3ddffc; }
  .is-sticky ul.search-results {
    display: none !important; }

.menubar-section #Togglemodal {
  cursor: pointer;
  float: left;
  padding: 33px 0 33px 15px;
  font-size: 16px; }

.menu-middle-section {
  padding: 60px 0 0px 30px; }
  @media screen and (max-width: 767px) {
    .menu-middle-section {
      float: none;
      padding: 0;
      display: inline-block;
      text-align: center;
      width: 100%; } }
  .menu-middle-section ul {
    list-style: none;
    padding: 0;
    float: right; }

/* ----- Search Page ----- */
.search-page-form.search-bar {
  background: none;
  width: 45%; }
  @media screen and (max-width: 967px) {
    .search-page-form.search-bar {
      width: 70%; } }
  @media screen and (max-width: 767px) {
    .search-page-form.search-bar {
      width: 100%; } }

/* ----- Title ----- */
.border-title {
  text-align: center;
  float: left;
  width: 100%;
  margin-bottom: 20px;
  position: relative; }
  @media screen and (max-width: 1599px) {
    .border-title {
      margin-bottom: 30px; } }
  @media screen and (max-width: 967px) {
    .border-title {
      margin-bottom: 20px; } }
  .border-title h2 {
    line-height: 1.1;
    padding: 40px 0 20px;
    display: inline-block;
    position: relative;
    margin-bottom: 0;
    z-index: 1; }
    @media screen and (max-width: 967px) {
      .border-title h2 {
        padding-top: 25px; } }
    .border-title h2 span {
      display: block; }
    .border-title h2:before {
      content: "";
      background-image: linear-gradient(to right, black, #3ddffc);
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 50px;
      height: 3px; }
  .border-title h5 {
    font-size: 319px;
    line-height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-transform: uppercase; }
    @media screen and (max-width: 1599px) {
      .border-title h5 {
        font-size: 195px; } }
    @media screen and (max-width: 967px) {
      .border-title h5 {
        line-height: 90px;
        font-size: 70px; } }
  .border-title h6, .border-title .sidebar .widget_custom_block .support_section .support_text h5, .sidebar .widget_custom_block .support_section .support_text .border-title h5 {
    color: #777777; }
  .border-title p {
    position: relative; }
    .border-title p:after {
      background: #fa3e2c;
      float: left;
      width: 4px;
      height: 72px;
      position: absolute;
      left: 0;
      top: 0; }
  .border-title.text-center h2:after {
    right: 0; }
  .border-title.text-right h2:after {
    right: 0; }

/* Sorting */
.short-desc p {
  position: relative;
  display: inline-block;
  width: 50%;
  padding-bottom: 7px;
  margin-bottom: 0; }
  @media screen and (max-width: 1599px) {
    .short-desc p {
      width: 60%; } }
  @media screen and (max-width: 967px) {
    .short-desc p {
      width: 70%; } }
  @media screen and (max-width: 767px) {
    .short-desc p {
      width: 100%; } }

.column.no-space {
  padding: 15px;
  margin-bottom: 20px; }
  @media screen and (max-width: 967px) {
    .column.no-space {
      padding: 5px; } }

/* Top Products */
.product-collection.products-grid-view {
  margin-left: -15px;
  margin-right: -15px; }
  @media screen and (max-width: 967px) {
    .product-collection.products-grid-view {
      margin-left: -10px;
      margin-right: -10px; } }
  .product-collection.products-grid-view .push {
    padding-left: 15px; }

ul li.grid__item.item-row,
#recently-viewed-products-grid .grid__item,
.products-grid-view .grid__item.item-row {
  padding: 0 15px 30px; }
  @media screen and (max-width: 1599px) {
    ul li.grid__item.item-row,
    #recently-viewed-products-grid .grid__item,
    .products-grid-view .grid__item.item-row {
      padding: 0 15px 20px; } }
  @media screen and (max-width: 967px) {
    ul li.grid__item.item-row,
    #recently-viewed-products-grid .grid__item,
    .products-grid-view .grid__item.item-row {
      padding: 0 10px 10px; } }
  @media screen and (max-width: 567px) {
    ul li.grid__item.item-row,
    #recently-viewed-products-grid .grid__item,
    .products-grid-view .grid__item.item-row {
      padding: 0 10px 20px; } }
  ul li.grid__item.item-row .products,
  #recently-viewed-products-grid .grid__item .products,
  .products-grid-view .grid__item.item-row .products {
    -moz-border-radius: 0px 0px;
    -webkit-border-radius: 0px 0px;
    -ms-border-radius: 0px 0px;
    -o-border-radius: 0px 0px;
    border-radius: 0px 0px; }

.full_width_tab {
  float: left;
  width: 100%; }
  .full_width_tab ul {
    list-style: none;
    padding: 0; }
    .full_width_tab ul.item-swatch {
      margin: 7px 0 0; }
    .full_width_tab ul li {
      padding: 0px; }

#recently-viewed-products-grid .products .product-image img {
  display: block; }
#recently-viewed-products-grid .products form {
  float: none;
  margin: 0; }
#recently-viewed-products-grid .products .product-label {
  display: none; }

.recently-viewed-products {
  float: left;
  width: 100%;
  clear: both;
  display: none; }
  .recently-viewed-products .action {
    float: left;
    width: 100%;
    margin-top: 10px; }
  .recently-viewed-products .products:hover .product-detail .grid-link__title {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible; }
  .recently-viewed-products .products:hover .spr-badge {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible; }
  .recently-viewed-products .products:hover .grid-link__meta {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible; }
  .recently-viewed-products .regular-product, .recently-viewed-products .sale {
    margin: 0; }

.flex-prev:before {
  content: "\f060";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  float: left; }

.flex-next:before {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjIuM3B4IiBoZWlnaHQ9IjQwcHgiIHZpZXdCb3g9IjAgMCAyMi4zIDQwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyMi4zIDQwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNEM0QzRDMiIGQ9Ik0wLjUsMy4xYzIuMSwyLjEsMTYuMSwxNi42LDE2LjEsMTYuNlMyLjYsMzQuOCwwLjUsMzYuOVMzLjYsNDAsMy42LDQwbDE4LjctMjAuM0wzLjYsMEMzLjYsMC0xLjYsMSwwLjUsMy4xDQoJeiIvPg0KPC9zdmc+DQo=");
  background-position: center center;
  background-repeat: no-repeat; }

/* ----- Product Tabs ----- */
.template-product .dt-sc-tabs-container {
  float: left;
  width: 100%; }
  .template-product .dt-sc-tabs-container ul.dt-sc-tabs {
    margin-bottom: 0; }
    .template-product .dt-sc-tabs-container ul.dt-sc-tabs li {
      float: none;
      display: inline-block;
      margin: 0 -5px 0 0; }
      @media screen and (max-width: 567px) {
        .template-product .dt-sc-tabs-container ul.dt-sc-tabs li {
          width: 100%;
          margin-bottom: 7px; } }

.template-product .dt-sc-tabs-container ul,
.template-product .dt-sc-tabs-container ol,
.template-collection .product-detail ul,
.template-collection .product-detail ol {
  margin-bottom: 30px; }

/* ----- Blockquote ----- */
blockquote {
  position: relative; }
  blockquote:before {
    content: ',,';
    font-family: Arial, Helvetica, sans-serif;
    font-size: 60px;
    left: -23px;
    letter-spacing: -7px;
    position: absolute;
    top: -20px;
    width: 70px;
    text-align: center;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  blockquote q::before {
    content: none; }

/* ----- Footer General Styles ----- */
.site-footer {
  float: left;
  width: 100%; }
  @media screen and (max-width: 1199px) {
    .site-footer {
      padding-left: 15px;
      padding-right: 15px; } }
  @media screen and (max-width: 767px) {
    .site-footer {
      padding: 0; } }
  .site-footer h4 {
    color: #3c3a3b;
    font-size: 1.25em;
    position: relative;
    margin-bottom: 25px; }
    @media screen and (max-width: 1199px) {
      .site-footer h4:after {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -15px;
        margin: 0; } }
    @media screen and (max-width: 767px) {
      .site-footer h4:after {
        position: initial;
        margin: 0 5px -3px; } }
  .site-footer ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .site-footer i {
    margin-right: 10px;
    margin-top: 5px; }
    @media screen and (max-width: 1199px) {
      .site-footer i {
        margin-right: 7px; } }
  @media screen and (max-width: 767px) {
    .site-footer .grid__item {
      margin-bottom: 30px; }
      .site-footer .grid__item:last-child {
        margin-bottom: 0; } }
  .site-footer form {
    margin-bottom: 0; }
  .site-footer input {
    float: left;
    padding: 0 0 0 17px;
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    max-width: 250px;
    margin: 0;
    border: none; }
    @media screen and (max-width: 1199px) {
      .site-footer input {
        width: 70%; } }
    @media screen and (max-width: 767px) {
      .site-footer input {
        width: 80%; } }
  .site-footer .text-center input {
    border: none;
    margin-left: auto;
    margin-right: auto; }
  .site-footer p {
    margin-bottom: 10px; }
  .site-footer .input-group .btn, .site-footer .input-group .btn--secondary, .site-footer .input-group .btn--tertiary, .site-footer .input-group input[type="submit"] {
    height: auto;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    padding: 15px 14px;
    float: right; }
  .site-footer .btn, .site-footer .btn--secondary, .site-footer .btn--tertiary, .site-footer input[type="submit"] {
    border: none;
    float: right;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0; }
    .site-footer .btn:before, .site-footer .btn--secondary:before, .site-footer .btn--tertiary:before, .site-footer input[type="submit"]:before {
      content: none;
      border: none; }
    .site-footer .btn i, .site-footer .btn--secondary i, .site-footer .btn--tertiary i, .site-footer input[type="submit"] i {
      margin: 0; }
  .site-footer .grid__item form {
    border-bottom: 1px solid #030d1d;
    display: inline-block;
    width: 72%; }
    @media screen and (max-width: 1199px) {
      .site-footer .grid__item form {
        width: 90%; } }
    @media screen and (max-width: 967px) {
      .site-footer .grid__item form {
        width: 94%; } }
    @media screen and (max-width: 767px) {
      .site-footer .grid__item form {
        width: 100%; } }
  .site-footer .social-icons {
    padding: 0;
    display: inline-block; }
    @media screen and (max-width: 967px) {
      .site-footer .social-icons {
        margin-left: 5px; } }
    @media screen and (max-width: 767px) {
      .site-footer .social-icons {
        margin-left: 0; } }
    .site-footer .social-icons li a span {
      margin-bottom: 4px;
      margin-right: 0;
      margin-left: 0;
      float: left;
      border: 1px solid #e4e4e4;
      font-size: 16px;
      padding: 0; }
      @media screen and (max-width: 967px) {
        .site-footer .social-icons li a span {
          font-size: 14px; } }
    .site-footer .social-icons li a:hover {
      background: #000000;
      color: #ffffff;
      border-color: rgba(0, 0, 0, 0); }
  .site-footer .site-footer__links li a {
    position: relative;
    display: inline-block;
    padding: 0 0 7px 0; }
    @media screen and (max-width: 967px) {
      .site-footer .site-footer__links li a {
        padding-right: 0; } }
    .site-footer .site-footer__links li a:hove {
      color: #3ddffc; }
  .site-footer .address {
    line-height: 26px;
    float: left;
    width: 100%; }
    .site-footer .address p {
      display: inline-block;
      margin-bottom: 5px; }
  .site-footer .lush-instagram .info {
    display: none; }
  .site-footer .footer_contact p {
    display: inline-block;
    margin-bottom: 5px; }

/* Footer Logo */
.footer-logo {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: auto; }
  .footer-logo img {
    margin: 0;
    padding: 0; }
  .footer-logo p {
    margin: 0;
    padding-left: 30px; }
    @media screen and (max-width: 567px) {
      .footer-logo p {
        padding-left: 0; } }

/* Footer Payment Icons */
@media screen and (max-width: 767px) {
  .footer-icons {
    margin: 20px 0 0; } }
.footer-icons h4 {
  float: left;
  width: 100%;
  padding: 0; }
.footer-icons .payment-icons {
  float: left;
  padding: 0;
  position: relative; }
  @media screen and (max-width: 767px) {
    .footer-icons .payment-icons {
      padding: 0;
      float: none;
      display: inline-block;
      text-align: center;
      width: 100%;
      margin: auto; } }
  .footer-icons .payment-icons li a {
    display: block; }
    .footer-icons .payment-icons li a img {
      float: left;
      width: 40px;
      height: 25px;
      opacity: 0.7;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
      filter: alpha(opacity=70);
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
    .footer-icons .payment-icons li a:hover img {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
      filter: alpha(opacity=100); }

/* Footer Copyright */
.copyright-section {
  float: left;
  width: 100%;
  padding: 20px 4%;
  font-size: 14px; }
  @media screen and (max-width: 1599px) {
    .copyright-section {
      padding: 20px 2%; } }
  .copyright-section .footer-icons {
    float: right; }
    @media screen and (max-width: 767px) {
      .copyright-section .footer-icons {
        float: none; } }

.copyright {
  float: left; }
  @media screen and (max-width: 967px) {
    .copyright {
      font-size: 12px; } }
  @media screen and (max-width: 767px) {
    .copyright {
      font-size: 13px;
      float: none;
      padding: 7px 0 15px 0; } }

.copyright,
.copyright a {
  margin: 0; }
  @media screen and (max-width: 767px) {
    .copyright,
    .copyright a {
      text-align: center;
      width: 100%; } }

/* ----- Zoom ----- */
.no-js #loader {
  display: none; }

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0; }

.se-pre-con {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(//cdn.shopify.com/s/files/1/0550/0813/3288/t/5/assets/preloader.gif?v=82834595220570421481626093046) center no-repeat white; }

/* ----- Go To Top ----- */
#toTop {
  float: left;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  position: fixed;
  bottom: 86px;
  right: 15px;
  z-index: 3;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #3ddffc;
  color: #ffffff;
  width: 50px;
  height: 50px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }
  @media screen and (max-width: 767px) {
    #toTop {
      bottom: 40px; } }
  @media screen and (max-width: 567px) {
    #toTop {
      font-size: 14px; } }
  #toTop i {
    font-style: inherit;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    line-height: 50px;
    margin: auto;
    text-align: center;
    font-size: 26px;
    display: block; }
  #toTop #toTopHover {
    display: block;
    float: left;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0); }
  #toTop:hover {
    background: #000000;
    color: #ffffff;
    border-color: rgba(0, 0, 0, 0); }
  #toTop.active, #toTop.focus {
    outline: none; }

/* ----- Header Cart ----- */
#slidedown-cart ul {
  float: left;
  list-style: none;
  width: 100%;
  padding: 10px 0 5px;
  overflow-y: auto;
  max-height: 394px; }
  @media screen and (max-width: 567px) {
    #slidedown-cart ul {
      padding: 10px; } }
  #slidedown-cart ul li {
    border-left: none;
    border-bottom: 1px solid #e4e4e4;
    padding: 5px 5px 15px !important;
    margin-bottom: 10px;
    float: left;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    width: 100%;
    position: relative; }
    #slidedown-cart ul li a.product-image {
      line-height: normal;
      float: left;
      display: block;
      width: 70px;
      height: auto;
      margin-right: 15px;
      margin-left: 0px;
      padding: 0 !important; }
      @media screen and (max-width: 567px) {
        #slidedown-cart ul li a.product-image {
          width: 50px; } }
    #slidedown-cart ul li .product-details {
      float: left;
      width: 55%; }
      #slidedown-cart ul li .product-details .product-name {
        line-height: normal;
        display: block;
        margin-bottom: 5px; }
        #slidedown-cart ul li .product-details .product-name a {
          padding: 0; }
      #slidedown-cart ul li .product-details .option {
        /* line-height:1; */
        font-size: 14px; }
      #slidedown-cart ul li .product-details .cart-collateral {
        display: inline-block;
        font-size: 14px;
        text-align: left;
        width: 100%;
        list-style: none; }
    #slidedown-cart ul li .btn-remove {
      position: absolute;
      right: 5px;
      top: 2px;
      padding: 0 !important; }
#slidedown-cart .text-cart {
  margin-left: 5px; }
  @media screen and (max-width: 567px) {
    #slidedown-cart .text-cart {
      margin-left: 0; } }
#slidedown-cart .total {
  display: inline-block;
  margin-left: 0;
  margin-bottom: 15px;
  width: 100%;
  font-size: 18px; }
  @media screen and (max-width: 767px) {
    #slidedown-cart .total {
      font-size: 16px; } }
  #slidedown-cart .total .price {
    color: #3ddffc;
    margin-left: 15px;
    float: right; }
#slidedown-cart .no-items {
  padding: 15px 25px;
  float: left;
  width: 100%;
  text-align: center; }
#slidedown-cart p.text-continue a {
  display: none;
  line-height: normal;
  font-size: 14px;
  margin-top: 15px;
  padding: 10px 28px;
  float: none; }
#slidedown-cart .checkbox-group {
  margin-bottom: 15px; }
  #slidedown-cart .checkbox-group input[type="checkbox"] + label {
    font-size: 16px; }
#slidedown-cart .actions {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 0 0 24px 0; }
  #slidedown-cart .actions .btn, #slidedown-cart .actions .btn--secondary, #slidedown-cart .actions .btn--tertiary, #slidedown-cart .actions input[type="submit"] {
    margin: 8px 0;
    padding: 8px 20px;
    width: 100%; }
    @media screen and (max-width: 567px) {
      #slidedown-cart .actions .btn, #slidedown-cart .actions .btn--secondary, #slidedown-cart .actions .btn--tertiary, #slidedown-cart .actions input[type="submit"] {
        font-size: 12px;
        padding: 12px 14px;
        margin-top: 5px; } }
  #slidedown-cart .actions .btn-view-cart {
    background-image: none !important;
    background: white;
    border: 1px solid #e4e4e4;
    color: #3c3a3b; }
    #slidedown-cart .actions .btn-view-cart:hover {
      background: #000000;
      color: #ffffff;
      border: 1px solid #000000; }
#slidedown-cart .cart_empty {
  margin-bottom: 30px; }

#slidedown-cart {
  background: white;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  z-index: 999;
  overflow-y: scroll;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  padding-bottom: 100px;
  width: 337px;
  max-width: -moz-calc(100vw - 40px);
  max-width: -webkit-calc(100vw - 40px);
  max-width: -ms-calc(100vw - 40px);
  max-width: calc(100vw - 40px);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  padding: 16px 20px 10px; }
  #slidedown-cart .cart-icon {
    position: relative;
    padding-right: 10px;
    width: 65px; }
    #slidedown-cart .cart-icon svg {
      stroke: rgba(255, 255, 255, 0);
      width: 22px;
      height: 23px; }
    #slidedown-cart .cart-icon .cartCount {
      position: absolute;
      top: 7px;
      right: -1px;
      min-width: 23px;
      min-height: 23px;
      text-align: center;
      padding: 2px 0px 0 1px;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      z-index: 2;
      font-weight: 500;
      font-size: 12px;
      background: #ffffff;
      border: 1px solid #e4e4e4; }
  #slidedown-cart .mini-products-list {
    max-height: -moz-calc(100% - 270px);
    max-height: -webkit-calc(100% - 270px);
    max-height: -ms-calc(100% - 270px);
    max-height: calc(100% - 270px); }
  #slidedown-cart .cart-title .close {
    font-size: 12px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    font-weight: normal;
    margin-bottom: 30px; }
  #slidedown-cart .cart-title .close span {
    margin-left: 5px;
    padding-top: 1px; }
  #slidedown-cart .cart-title h5 {
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 13px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 17px;
    margin-bottom: 0; }

.cart-show #slidedown-cart {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

@media (max-width: 1199px) {
  .cart-show #slidedown-cart {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }

  #slidedown-cart {
    overflow-y: scroll; } }
.cart-show #slidedown-cart {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

.cart-show .wrap-overlay {
  display: block; }

.wrap-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  display: none;
  z-index: 4; }

/* ----- Sidebar Widgets ----- */
.widget {
  float: left;
  width: 100%;
  margin-bottom: 40px; }
  .widget h4 {
    position: relative;
    color: #231f1e;
    -moz-border-radius: px;
    -webkit-border-radius: px;
    -ms-border-radius: px;
    -o-border-radius: px;
    border-radius: px;
    padding-bottom: 10px;
    font-size: 1.25em;
    border-bottom: 1px solid #e4e4e4; }
    @media screen and (max-width: 1199px) {
      .widget h4 {
        font-size: 1.1em; } }
  .widget ul {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0; }

.sidebar {
  /* Product Category */
  /* Product Hot Deal */
  /* Product Bestseller */
  /* ----- Widget Recent Articles ----- */
  /* ----- Widget Tags ----- */
  /* ----- Widget Instagram ----- */ }
  @media screen and (max-width: 767px) {
    .sidebar {
      padding-right: 0px;
      display: none; } }
  .sidebar.product_sidebar, .sidebar.collection_sidebar {
    float: left;
    width: 100%; }
  .sidebar .widget h4 a.clear {
    font-size: 14px;
    float: right;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 5px;
    right: 15px;
    color: #231f1e;
    border: none; }
  .sidebar .widget .carousel-block {
    float: left;
    width: 100%;
    position: relative; }
    .sidebar .widget .carousel-block .sidabar_nav a {
      cursor: pointer;
      width: 35px;
      height: 35px;
      line-height: 32px;
      padding: 0;
      margin: 0;
      position: absolute;
      top: 34%;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
      filter: alpha(opacity=0);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      .sidebar .widget .carousel-block .sidabar_nav a.prev {
        left: 0; }
      .sidebar .widget .carousel-block .sidabar_nav a.next {
        right: 0; }
    .sidebar .widget .carousel-block:hover .sidabar_nav a {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
      filter: alpha(opacity=100); }
  .sidebar .widget_product_categories ul li {
    float: left;
    width: 100%;
    position: relative;
    padding: 6px 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .sidebar .widget_product_categories ul li a {
      float: left;
      width: 90%;
      padding: 0; }
    .sidebar .widget_product_categories ul li span {
      float: right;
      font-size: 12px; }
    .sidebar .widget_product_categories ul li ul.children {
      background: none;
      padding: 10px 0 5px 30px;
      margin: 0;
      border: none;
      list-style: disc; }
      .sidebar .widget_product_categories ul li ul.children li a {
        font-size: 15px; }
  .sidebar .widget_product_categories .dt-sc-toggle {
    float: right;
    text-align: center;
    cursor: pointer; }
    .sidebar .widget_product_categories .dt-sc-toggle:before {
      cursor: pointer;
      font-size: 10px;
      content: "\f067";
      font-family: "Font Awesome 5 Free";
      font-weight: bold; }
    .sidebar .widget_product_categories .dt-sc-toggle.active:before {
      content: "\f068"; }
    .sidebar .widget_product_categories .dt-sc-toggle:hover:before {
      color: #3ddffc; }
  .sidebar .widget_hot_deals .ul {
    border: none !important; }
    .sidebar .widget_hot_deals .ul li a.thumb {
      position: relative;
      float: left;
      width: 100%;
      text-align: center; }
      .sidebar .widget_hot_deals .ul li a.thumb img {
        margin: 0 auto; }
    .sidebar .widget_hot_deals .ul li .lof-clock-timer-detail-single {
      margin: 0;
      float: left;
      display: inline-block;
      text-align: center;
      list-style: none;
      padding: 0 !important;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 99; }
      .sidebar .widget_hot_deals .ul li .lof-clock-timer-detail-single li {
        display: inline-block;
        width: 23%;
        height: 52px;
        padding: 10px 0;
        margin: 0 1%;
        font-size: 20px;
        line-height: 1;
        position: relative; }
        @media screen and (max-width: 1199px) {
          .sidebar .widget_hot_deals .ul li .lof-clock-timer-detail-single li {
            font-size: 12px;
            height: 45px; } }
        .sidebar .widget_hot_deals .ul li .lof-clock-timer-detail-single li span {
          float: left;
          width: 100%;
          font-weight: 300;
          text-transform: uppercase;
          font-size: 12px;
          line-height: 1; }
          @media screen and (max-width: 1199px) {
            .sidebar .widget_hot_deals .ul li .lof-clock-timer-detail-single li span {
              font-size: 10px; } }
    .sidebar .widget_hot_deals .ul li .products {
      border: none; }
      .sidebar .widget_hot_deals .ul li .products .product-detail .product_left {
        width: 100%; }
      .sidebar .widget_hot_deals .ul li .products .product-detail .grid-link__meta {
        margin-bottom: 5px; }
  .sidebar .widget_top_rated_products ul li {
    float: left;
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px dashed #e4e4e4; }
    .sidebar .widget_top_rated_products ul li .top_product_count {
      display: none;
      float: left;
      margin-right: 20px;
      font-size: 50px; }
      @media screen and (max-width: 1199px) {
        .sidebar .widget_top_rated_products ul li .top_product_count {
          font-size: 36px;
          margin-right: 15px; } }
      @media screen and (max-width: 967px) {
        .sidebar .widget_top_rated_products ul li .top_product_count {
          font-size: 46px; } }
      @media screen and (max-width: 767px) {
        .sidebar .widget_top_rated_products ul li .top_product_count {
          display: none; } }
    .sidebar .widget_top_rated_products ul li .top-products-detail {
      background: none;
      float: left;
      width: 65%;
      padding: 0;
      text-align: left; }
      .sidebar .widget_top_rated_products ul li .top-products-detail .spr-badge {
        font-size: 11px !important;
        padding: 0; }
      .sidebar .widget_top_rated_products ul li .top-products-detail .product_price .grid-link__org_price .money,
      .sidebar .widget_top_rated_products ul li .top-products-detail .product_price del .money {
        font-size: 14px; }
    .sidebar .widget_top_rated_products ul li .products-container {
      float: right;
      width: 25%;
      margin-left: 5%; }
    .sidebar .widget_top_rated_products ul li:last-child {
      border: none;
      padding-bottom: 0; }
  .sidebar .widget_recent_article ul li {
    float: left;
    padding: 12px 0;
    border-bottom: 1px dashed #e4e4e4;
    float: left;
    width: 100%;
    margin: 0;
    display: flex;
    align-items: center; }
    .sidebar .widget_recent_article ul li:last-child {
      border-bottom: none; }
    .sidebar .widget_recent_article ul li .article-image {
      float: left;
      width: 30%; }
    .sidebar .widget_recent_article ul li .article-description {
      float: left;
      width: 65%;
      margin-left: 5%;
      margin-top: 0; }
      .sidebar .widget_recent_article ul li .article-description h6, .sidebar .widget_recent_article ul li .article-description .widget_custom_block .support_section .support_text h5, .sidebar .widget_custom_block .support_section .support_text .widget_recent_article ul li .article-description h5 {
        margin-bottom: 7px;
        text-transform: inherit; }
      .sidebar .widget_recent_article ul li .article-description p {
        margin: 0;
        line-height: normal; }
  .sidebar .widget_categories ul li {
    float: left;
    width: 100%;
    padding: 6px 0; }
  .sidebar .widget_instagram .lush-instagram .item {
    float: left;
    width: 33.33%;
    position: relative; }
    .sidebar .widget_instagram .lush-instagram .item img {
      display: block;
      height: auto; }
    .sidebar .widget_instagram .lush-instagram .item .info {
      display: none;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
      filter: alpha(opacity=0);
      pointer-events: none;
      position: absolute;
      text-align: center;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
      .sidebar .widget_instagram .lush-instagram .item .info span {
        display: inline-block;
        width: 50px;
        height: 45px;
        line-height: 45px;
        position: absolute;
        top: 50%;
        right: 50%;
        margin: 0 5px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
        .sidebar .widget_instagram .lush-instagram .item .info span.likes {
          left: 50%;
          right: auto; }
        .sidebar .widget_instagram .lush-instagram .item .info span i {
          display: inline-block;
          margin-right: 3px; }
    .sidebar .widget_instagram .lush-instagram .item:hover .info {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
      filter: alpha(opacity=100); }
  .sidebar.collection_sidebar .widget.click h4 span:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .sidebar.collection_sidebar .widget.widget_colors h4, .sidebar.collection_sidebar .widget.widget_tag_filter h4, .sidebar.collection_sidebar .widget.widget_colors h4 {
    padding: 0 0 12px 25px; }
    .sidebar.collection_sidebar .widget.widget_colors h4 span, .sidebar.collection_sidebar .widget.widget_tag_filter h4 span, .sidebar.collection_sidebar .widget.widget_colors h4 span {
      cursor: pointer; }
      .sidebar.collection_sidebar .widget.widget_colors h4 span:before, .sidebar.collection_sidebar .widget.widget_tag_filter h4 span:before, .sidebar.collection_sidebar .widget.widget_colors h4 span:before {
        font-size: 12px;
        position: absolute;
        content: "\f078";
        left: 0;
        top: 6px;
        font-family: "Font Awesome 5 Free";
        font-weight: bold;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        @media screen and (max-width: 1199px) {
          .sidebar.collection_sidebar .widget.widget_colors h4 span:before, .sidebar.collection_sidebar .widget.widget_tag_filter h4 span:before, .sidebar.collection_sidebar .widget.widget_colors h4 span:before {
            top: 4px; } }

/* product */
.product_single_detail_section {
  display: inline-block;
  text-align: left;
  margin: 0 0 0px 0;
  padding: 0px 0 0px 20px; }
  @media screen and (max-width: 1599px) {
    .product_single_detail_section {
      padding-left: 10px; } }
  @media screen and (max-width: 767px) {
    .product_single_detail_section {
      margin: 0px;
      padding: 0px; } }
  .product_single_detail_section .product_price {
    float: left; }
  .product_single_detail_section .grid-link__sale_price {
    float: left;
    margin-top: 1px;
    font-size: 14px; }
  .product_single_detail_section .sold_product {
    float: right; }
    @media screen and (max-width: 767px) {
      .product_single_detail_section .sold_product {
        width: 100%; } }
  .product_single_detail_section .variant-inventory,
  .product_single_detail_section .progress-bar {
    float: left;
    width: 100%; }
  .product_single_detail_section .progress-bar,
  .product_single_detail_section .progress {
    height: 6px; }
  .product_single_detail_section .progress-bar {
    margin-bottom: 25px; }
  .product_single_detail_section .variant-inventory {
    margin-bottom: 5px; }
  .product_single_detail_section .variant-options {
    float: right;
    width: 70%; }
    @media screen and (max-width: 1599px) {
      .product_single_detail_section .variant-options {
        width: 60%; } }
  .product_single_detail_section .deal-clock {
    float: left;
    width: 100%;
    z-index: 1;
    position: static;
    text-align: left;
    margin-bottom: 20px; }
  .product_single_detail_section .deal-clock ul {
    margin: 10px 0 0; }
  .product_single_detail_section form {
    margin: 0;
    padding: 0; }
  .product_single_detail_section .product-single__quantity {
    float: left;
    width: 100%;
    margin-bottom: 0px; }
    .product_single_detail_section .product-single__quantity input#quantity {
      border-top: 1px solid #e4e4e4;
      border-bottom: 1px solid #e4e4e4;
      width: 50px;
      font-size: 18px; }
      @media screen and (max-width: 1599px) {
        .product_single_detail_section .product-single__quantity input#quantity {
          width: 40px; } }
    .product_single_detail_section .product-single__quantity .dec,
    .product_single_detail_section .product-single__quantity .inc {
      cursor: pointer;
      border: 1px solid #e4e4e4;
      font-size: 24px;
      font-weight: normal; }
    .product_single_detail_section .product-single__quantity .dec,
    .product_single_detail_section .product-single__quantity input,
    .product_single_detail_section .product-single__quantity .inc {
      float: left;
      width: 40px;
      height: 40px;
      line-height: 34px;
      text-align: center;
      margin: auto;
      padding: 0; }
      @media screen and (max-width: 1599px) {
        .product_single_detail_section .product-single__quantity .dec,
        .product_single_detail_section .product-single__quantity input,
        .product_single_detail_section .product-single__quantity .inc {
          width: 35px;
          height: 35px;
          line-height: 30px; } }
  .product_single_detail_section .total-price {
    float: left;
    width: 100%;
    margin-top: 10px; }
  .product_single_detail_section .product-single-button {
    float: left;
    width: 100%;
    margin-top: 30px; }
  .product_single_detail_section .share_this_btn {
    float: left;
    width: 100%;
    /*margin-top:15px; */ }
  .product_single_detail_section .add-to-wishlist {
    float: left; }
    @media screen and (max-width: 1599px) {
      .product_single_detail_section .add-to-wishlist {
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .product_single_detail_section .add-to-wishlist {
        clear: inherit;
        width: auto; } }
    @media screen and (max-width: 567px) {
      .product_single_detail_section .add-to-wishlist {
        width: 100%; } }
    .product_single_detail_section .add-to-wishlist .btn, .product_single_detail_section .add-to-wishlist .btn--secondary, .product_single_detail_section .add-to-wishlist .btn--tertiary, .product_single_detail_section .add-to-wishlist input[type="submit"] {
      float: left;
      margin-bottom: 10px; }
      @media screen and (max-width: 1599px) {
        .product_single_detail_section .add-to-wishlist .btn, .product_single_detail_section .add-to-wishlist .btn--secondary, .product_single_detail_section .add-to-wishlist .btn--tertiary, .product_single_detail_section .add-to-wishlist input[type="submit"] {
          margin-left: 0;
          margin-top: 10px; } }
      @media screen and (max-width: 767px) {
        .product_single_detail_section .add-to-wishlist .btn, .product_single_detail_section .add-to-wishlist .btn--secondary, .product_single_detail_section .add-to-wishlist .btn--tertiary, .product_single_detail_section .add-to-wishlist input[type="submit"] {
          margin-left: 0px;
          margin-top: 0px; } }
      @media screen and (max-width: 567px) {
        .product_single_detail_section .add-to-wishlist .btn, .product_single_detail_section .add-to-wishlist .btn--secondary, .product_single_detail_section .add-to-wishlist .btn--tertiary, .product_single_detail_section .add-to-wishlist input[type="submit"] {
          margin-left: 0;
          margin-top: 10px; } }
      .product_single_detail_section .add-to-wishlist .btn i, .product_single_detail_section .add-to-wishlist .btn--secondary i, .product_single_detail_section .add-to-wishlist .btn--tertiary i, .product_single_detail_section .add-to-wishlist input[type="submit"] i {
        margin-right: 5px; }
  .product_single_detail_section label.deal-lable {
    float: left;
    text-transform: uppercase;
    width: 100%;
    margin: 0px 0 5px;
    text-align: left; }
  .product_single_detail_section .spr-badge {
    float: left;
    margin-bottom: 10px;
    padding: 0; }
    @media screen and (max-width: 767px) {
      .product_single_detail_section .spr-badge {
        width: 100%; } }
  .product_single_detail_section h2 {
    float: left;
    width: 100%;
    text-transform: inherit;
    margin: 0 0 10px;
    font-size: 32px; }
    @media screen and (max-width: 1599px) {
      .product_single_detail_section h2 {
        font-size: 28px; } }
    @media screen and (max-width: 967px) {
      .product_single_detail_section h2 {
        font-size: 24px; } }
    @media screen and (max-width: 767px) {
      .product_single_detail_section h2 {
        width: 100%; } }
  .product_single_detail_section .product-arrows {
    float: right;
    margin: 0;
    display: none; }
    .product_single_detail_section .product-arrows span {
      font-size: 28px; }
      .product_single_detail_section .product-arrows span.left {
        margin-right: 10px; }
    .product_single_detail_section .product-arrows a {
      color: #ffffff; }
  .product_single_detail_section .product-description {
    float: left;
    width: 100%;
    margin-bottom: 0px;
    margin-bottom: 20px;
    padding: 0px 0 20px; }
  .product_single_detail_section .social-sharing {
    margin: 0; }
    .product_single_detail_section .social-sharing label {
      float: left;
      margin-top: 2px; }
      @media screen and (max-width: 767px) {
        .product_single_detail_section .social-sharing label {
          margin-top: 0; } }
  .product_single_detail_section .selector-wrapper-secton {
    float: left;
    width: 100%;
    margin: 0px 0;
    text-align: left; }
    @media screen and (max-width: 767px) {
      .product_single_detail_section .selector-wrapper-secton {
        width: 100%; } }
    .product_single_detail_section .selector-wrapper-secton .selector-wrapper {
      float: left;
      width: 50%;
      margin-bottom: 15px; }
      @media screen and (max-width: 567px) {
        .product_single_detail_section .selector-wrapper-secton .selector-wrapper {
          width: 100%; } }
      .product_single_detail_section .selector-wrapper-secton .selector-wrapper label {
        margin-top: 5px; }
      .product_single_detail_section .selector-wrapper-secton .selector-wrapper .selector-arrow {
        position: relative;
        float: left;
        width: 80%; }
        @media screen and (max-width: 767px) {
          .product_single_detail_section .selector-wrapper-secton .selector-wrapper .selector-arrow {
            width: 50%; } }
        @media screen and (max-width: 567px) {
          .product_single_detail_section .selector-wrapper-secton .selector-wrapper .selector-arrow {
            width: 100%; } }
    .product_single_detail_section .selector-wrapper-secton select {
      background: none;
      padding: 5px 10px;
      width: 100%;
      border-bottom: 1px solid #e4e4e4;
      border-top: none;
      border-left: none;
      border-right: none; }
    .product_single_detail_section .selector-wrapper-secton .product-single__quantity.selector-wrapper {
      float: left;
      width: 100%;
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .product_single_detail_section .selector-wrapper-secton .product-single__quantity.selector-wrapper {
          width: 100%; } }
    .product_single_detail_section .selector-wrapper-secton selector-arrow:after,
    .product_single_detail_section .selector-wrapper-secton .product-single__quantity .quantity-box:after {
      content: "\f078";
      font-size: 11px;
      bottom: 12px;
      font-family: "Font Awesome 5 Free";
      font-weight: bold;
      float: left;
      position: absolute;
      right: 0;
      bottom: 10px;
      pointer-events: none; }
  .product_single_detail_section .grid-link__org_price,
  .product_single_detail_section .price_varies {
    float: left;
    width: 100%;
    /* margin-bottom:10px;
    font-size:18px; */
    color: #3ddffc; }
  .product_single_detail_section .total-price {
    float: left;
    width: 100%;
    margin-bottom: 10px; }
    .product_single_detail_section .total-price span {
      display: inline-block;
      font-size: 18px;
      color: #3ddffc;
      margin-top: 1px; }
  .product_single_detail_section .selector-wrapper-secton .selector-wrapper label, .product_single_detail_section .prices.product_price label {
    color: #000000;
    text-align: left;
    font-size: 16px;
    margin-bottom: 0px;
    float: left;
    width: 150px; }
    @media screen and (max-width: 767px) {
      .product_single_detail_section .selector-wrapper-secton .selector-wrapper label, .product_single_detail_section .prices.product_price label {
        width: 150px; } }
    @media screen and (max-width: 567px) {
      .product_single_detail_section .selector-wrapper-secton .selector-wrapper label, .product_single_detail_section .prices.product_price label {
        width: 110px; } }
  .product_single_detail_section .deal-clock ul li:last-child {
    border-right: none; }
  .product_single_detail_section #AddToCart.disabled i {
    display: none; }
  .product_single_detail_section #AddToCart i {
    margin-right: 5px; }
  .product_single_detail_section .product_single_buttons {
    width: 100%;
    margin: 0px 0 0; }
    @media screen and (max-width: 567px) {
      .product_single_detail_section .product_single_buttons {
        text-align: left; } }
    .product_single_detail_section .product_single_buttons .btn, .product_single_detail_section .product_single_buttons .btn--secondary, .product_single_detail_section .product_single_buttons .btn--tertiary, .product_single_detail_section .product_single_buttons input[type="submit"] {
      display: inline-block;
      margin: 0 0 0px; }
      @media screen and (max-width: 767px) {
        .product_single_detail_section .product_single_buttons .btn, .product_single_detail_section .product_single_buttons .btn--secondary, .product_single_detail_section .product_single_buttons .btn--tertiary, .product_single_detail_section .product_single_buttons input[type="submit"] {
          margin-bottom: 20px; } }
    .product_single_detail_section .product_single_buttons .wishlist.btn, .product_single_detail_section .product_single_buttons .wishlist.btn--secondary, .product_single_detail_section .product_single_buttons .wishlist.btn--tertiary, .product_single_detail_section .product_single_buttons input.wishlist[type="submit"] {
      padding: 14px; }
  .product_single_detail_section .product-infor {
    float: left;
    width: 100%;
    padding-bottom: 0px;
    text-align: left; }
  .product_single_detail_section .swatch .header {
    line-height: 35px;
    color: #000000;
    text-align: left;
    margin-bottom: 0;
    float: left;
    width: 30%; }
    @media screen and (max-width: 1599px) {
      .product_single_detail_section .swatch .header {
        width: 40%; } }

.product-single__hero h1 {
  text-transform: uppercase;
  color: #3c3a3b;
  margin-bottom: 5px; }
  @media screen and (max-width: 967px) {
    .product-single__hero h1 {
      font-size: 24px;
      margin-bottom: 10px; } }
  @media screen and (max-width: 767px) {
    .product-single__hero h1 {
      font-size: 22px;
      margin-bottom: 5px; } }
.product-single__hero .social-sharing {
  float: right; }
.product-single__hero .product-infor label {
  float: left;
  margin-right: 7px; }
.product-single__hero .contact-form {
  margin-bottom: 0; }

.product-single__hero .owl-theme .owl-controls .owl-buttons div, .quick-view .owl-theme .owl-controls .owl-buttons div {
  text-indent: -9999px;
  background: url(//cdn.shopify.com/s/files/1/0550/0813/3288/t/5/assets/product-arrow.png?6331) no-repeat;
  float: left;
  width: 27px;
  height: 26px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin: 0; }
.product-single__hero .owl-theme .owl-controls .owl-buttons .owl-prev, .quick-view .owl-theme .owl-controls .owl-buttons .owl-prev {
  background-position: left center;
  position: absolute;
  top: 37%;
  left: 0; }
.product-single__hero .owl-theme .owl-controls .owl-buttons .owl-next, .quick-view .owl-theme .owl-controls .owl-buttons .owl-next {
  background-position: right center;
  position: absolute;
  top: 37%;
  right: 0; }

.home_product_detail_button {
  display: inline-block;
  width: 100%;
  text-align: center; }

.product-single__quantity .quantity-box {
  margin: 0; }
  .product-single__quantity .quantity-box select {
    background: none;
    padding: 5px 15px;
    text-align: left;
    float: left;
    width: 70px;
    border-bottom: 1px solid #e4e4e4;
    border-top: none;
    border-left: none;
    border-right: none; }

.qty-section.quantity-box {
  float: left;
  width: 100%; }

.featuredCollections a {
  overflow: hidden;
  display: block; }
  .featuredCollections a img {
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    max-width: 100%; }
  .featuredCollections a:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }

.size-chart {
  position: relative;
  background: #ffffff;
  padding: 20px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }

.size-chart-section {
  float: left;
  width: 100%; }

.size-chart-open-popup {
  line-height: 30px;
  text-decoration: underline; }

.product-infor label {
  color: #000000;
  text-align: left;
  margin-bottom: 0px;
  float: left;
  width: 30%; }
  @media screen and (max-width: 1599px) {
    .product-infor label {
      width: 40%; } }
  @media screen and (max-width: 567px) {
    .product-infor label {
      width: 40%; } }
.product-infor .items-count {
  color: green; }
.product-infor .unavailable {
  color: orchid; }
.product-infor .many-in-stock {
  color: #fa9324; }
.product-infor .out-of-stock {
  color: red; }

.product_single_price {
  float: left;
  width: 100%;
  margin-bottom: 10px; }
  .product_single_price label {
    /* line-height:35px; */
    color: #000000;
    text-align: left;
    margin-bottom: 0px;
    float: left;
    width: 30%; }
    @media screen and (max-width: 1599px) {
      .product_single_price label {
        width: 40%; } }

.product-single__quantity label {
  color: #000000;
  text-align: left;
  margin: 0px;
  float: left;
  width: 30%; }
  @media screen and (max-width: 1599px) {
    .product-single__quantity label {
      width: 40%; } }
  @media screen and (max-width: 967px) {
    .product-single__quantity label {
      width: 100%;
      margin-top: 0;
      margin-bottom: 10px; } }
  @media screen and (max-width: 767px) {
    .product-single__quantity label {
      width: 40%; } }

.product-single__quantity.is-hidden {
  display: none; }
.product-single__quantity label {
  line-height: 38px;
  color: #000000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0px;
  float: left; }
  @media screen and (max-width: 1599px) {
    .product-single__quantity label {
      line-height: 32px; } }
  @media screen and (max-width: 767px) {
    .product-single__quantity label {
      margin-bottom: 15px; } }
  @media screen and (max-width: 567px) {
    .product-single__quantity label {
      margin-bottom: 15px; } }
.product-single__quantity .quantity-selector {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 50px;
  line-height: 50px;
  float: left;
  margin: 0px 0;
  padding: 0; }
.product-single__quantity .quantity-box {
  float: left;
  margin-right: 15px;
  margin-bottom: 20px;
  position: relative; }
.product-single__quantity input {
  border: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px; }
.product-single__quantity .quantity_width {
  width: 60%;
  float: left; }
  .product-single__quantity .quantity_width .min-qty-alert {
    margin-top: 5px;
    float: left;
    width: 100%;
    margin-bottom: 0;
    line-height: 1.4; }
.product-single__quantity .qtyplus, .product-single__quantity .qtyminus {
  font-size: 20px;
  border: 1px solid #e4e4e4;
  width: 40px;
  height: 25px;
  line-height: 25px;
  padding: 0;
  display: block;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  appearance: none;
  -webkit-appearance: none; }
  .product-single__quantity .qtyplus:hover, .product-single__quantity .qtyminus:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    filter: alpha(opacity=70); }
.product-single__quantity .qty-buttons {
  float: left; }

.product-photo-thumbs {
  list-style: none;
  padding: 15px 20px 0;
  float: left;
  text-align: center; }
  .product-photo-thumbs .owl-pagination {
    display: none; }
  .product-photo-thumbs .owl-item {
    float: none;
    display: inline-block; }
  .product-photo-thumbs.owl-carousel .owl-wrapper-outer {
    display: inline-block;
    text-align: center; }

.quick-view-carousel {
  float: left;
  width: 100%;
  text-align: center;
  margin: auto; }
  .quick-view-carousel > div {
    display: inline-block;
    margin: 0 5px; }

.more-view-wrapper-owlslider {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 10px; }
  .more-view-wrapper-owlslider .single-page-owl-carousel a {
    padding: 0;
    z-index: 1;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute; }
    .more-view-wrapper-owlslider .single-page-owl-carousel a.prev {
      left: 0; }
    .more-view-wrapper-owlslider .single-page-owl-carousel a.next {
      right: 0; }

.product-img-box {
  position: relative;
  padding-right: 30px; }
  @media screen and (max-width: 967px) {
    .product-img-box {
      padding-right: 10px; } }
  @media screen and (max-width: 767px) {
    .product-img-box {
      padding-right: 0px; } }
  .product-img-box .product-photo-container {
    position: relative;
    text-align: center;
    overflow: hidden; }
  .product-img-box .product-photo-thumbs.owl-theme li {
    padding: 0 2px;
    width: 100%; }
  .product-img-box .product-photo-thumbs li {
    margin: 0; }
    .product-img-box .product-photo-thumbs li a {
      display: block;
      border: 1px solid #e4e4e4; }
      .product-img-box .product-photo-thumbs li a.active {
        border-color: #3ddffc; }
  .product-img-box .p-video {
    text-align: center;
    float: left;
    width: 100%;
    padding: 10px; }
    .product-img-box .p-video i {
      margin-right: 5px; }

@media screen and (max-width: 767px) {
  .product-single .product-photo-container {
    z-index: -1; } }
.product-single .product-description {
  float: left;
  width: 100%; }
  @media screen and (max-width: 1199px) {
    .product-single .product-description {
      width: 100%; } }
.product-single .wishlist,
.product-single button.wishlist {
  float: left;
  margin: 0px 0 20px 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  @media screen and (max-width: 967px) {
    .product-single .wishlist,
    .product-single button.wishlist {
      margin-left: 5px; } }
  @media screen and (max-width: 767px) {
    .product-single .wishlist,
    .product-single button.wishlist {
      margin: 0px 0 20px 10px; } }
  .product-single .wishlist i,
  .product-single button.wishlist i {
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    border: 1px solid #e4e4e4; }
  .product-single .wishlist span,
  .product-single button.wishlist span {
    font-size: 16px;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
@media screen and (max-width: 767px) {
  .product-single .post-large--one-half {
    width: 100%;
    margin-top: 30px; } }
.product-single h4 {
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 13px; }
.product-single .gallery {
  list-style: none;
  padding: 0; }
.product-single .social-sharing a {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background: none;
  padding: 0px;
  font-size: 16px;
  float: left;
  margin: 0; }
  @media screen and (max-width: 567px) {
    .product-single .social-sharing a {
      font-size: 13px; } }

.zoomContainer {
  display: none; }

.product-single .product-photo-container {
  z-index: -1; }

.zoomWrapper {
  overflow: hidden;
  height: auto !important;
  width: auto !important;
  text-align: center; }
  .zoomWrapper > div {
    width: 64px !important;
    height: 64px !important;
    background-color: white !important;
    left: 50% !important;
    margin: -32px 0 0 -32px !important;
    top: 50% !important;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    z-index: 99 !important; }
  .zoomWrapper img {
    z-index: -1 !important; }
    .zoomWrapper img:nth-child(2) {
      display: none; }

.zoomContainer {
  z-index: 99;
  width: auto !important;
  height: auto !important; }

/* ----- Related Products ----- */
.related-products-container {
  float: left;
  width: 100%;
  position: relative; }
  .related-products-container .section-header__title {
    color: #3c3a3b; }
  .related-products-container ul li.grid__item.item-row {
    padding-bottom: 0; }
  .related-products-container .border-title h4 {
    font-weight: normal;
    color: #777777; }
  .related-products-container .related_products_container {
    float: left;
    width: 100%;
    position: relative; }
  .related-products-container .related-products.owl-carousel .owl-wrapper-outer {
    padding: 0 0 20px; }
  .related-products-container .related-products .post-large--one-quarter {
    width: 23.5%;
    margin-right: 2%; }
    .related-products-container .related-products .post-large--one-quarter:last-child {
      margin-right: 0; }
  .related-products-container .nav_featured {
    display: block;
    margin: 0; }
    .related-products-container .nav_featured a {
      padding: 0;
      position: absolute;
      top: 26%;
      margin: 0;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media screen and (max-width: 767px) {
        .related-products-container .nav_featured a {
          width: 30px;
          height: 30px;
          line-height: 30px; } }
      .related-products-container .nav_featured a.prev, .related-products-container .nav_featured a.left {
        left: 0; }
      .related-products-container .nav_featured a.next {
        right: 0; }
  .related-products-container.recent_article .nav_featured a {
    top: 45%; }

/* Column */
.top_rated_section {
  position: relative;
  float: left;
  width: 100%; }
  .top_rated_section .grid-uniform {
    position: relative; }
  .top_rated_section .carousel-arrow a {
    position: absolute;
    top: 55%; }
    @media screen and (max-width: 967px) {
      .top_rated_section .carousel-arrow a {
        top: 40%; } }
    @media screen and (max-width: 767px) {
      .top_rated_section .carousel-arrow a {
        top: 20%; } }
    @media screen and (max-width: 567px) {
      .top_rated_section .carousel-arrow a {
        top: 15%; } }

.image-block {
  background: rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }
  .image-block:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out; }

.two_section_banner {
  float: left;
  width: 100%; }

.featured .grid__item.post-large--one-sixth {
  width: 15.6%;
  margin-right: 1%; }
  .featured .grid__item.post-large--one-sixth:last-child {
    margin-right: 0; }

.featured-content {
  -webkit-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  -ms-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
  -ms-transform-origin: 50% 0; }

.view_more_btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 20px 0 0; }

/* Newletter Close */
.newsletterwrapper .btn.close, .newsletterwrapper .close.btn--secondary, .newsletterwrapper .close.btn--tertiary, .newsletterwrapper input.close[type="submit"] {
  box-shadow: 0 0 0 0 transparent; }
  .newsletterwrapper .btn.close:before, .newsletterwrapper .close.btn--secondary:before, .newsletterwrapper .close.btn--tertiary:before, .newsletterwrapper input.close[type="submit"]:before, .newsletterwrapper .btn.close:after, .newsletterwrapper .close.btn--secondary:after, .newsletterwrapper .close.btn--tertiary:after, .newsletterwrapper input.close[type="submit"]:after {
    content: none;
    border: none; }

/* No CSS3 support */
.no-opacity .wrapper-dropdown-3 .dropdown,
.no-pointerevents .wrapper-dropdown-3 .dropdown {
  display: none;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  filter: alpha(opacity=100);
  /* If opacity support but no pointer-events support */
  pointer-events: auto;
  /* If pointer-events support but no pointer-events support */ }
.no-opacity .wrapper-dropdown-3.active,
.no-pointerevents .wrapper-dropdown-3.active {
  display: block; }

/* ----- Contact Page ----- */
.contact-page #map,
.contact-page #map iframe,
.contact-page .contact-address {
  float: left;
  width: 100%; }
.contact-page .contact-address {
  float: left;
  width: 100%; }
  .contact-page .contact-address .grid-uniform {
    margin: 0 -15px; }
    @media screen and (max-width: 967px) {
      .contact-page .contact-address .grid-uniform {
        margin: 0 -10px; } }
  .contact-page .contact-address .grid__item {
    padding: 0 15px; }
    @media screen and (max-width: 967px) {
      .contact-page .contact-address .grid__item {
        padding: 0 10px 20px; } }
  .contact-page .contact-address h4 {
    text-transform: uppercase;
    letter-spacing: 1px; }
  .contact-page .contact-address ul {
    list-style: none;
    padding: 0; }
    .contact-page .contact-address ul li .icon-wrapper {
      border-radius: 30px;
      min-height: 250px;
      text-align: center; }
    .contact-page .contact-address ul li p {
      margin: 0; }
      @media screen and (max-width: 1199px) {
        .contact-page .contact-address ul li p {
          font-size: 13px; } }
  .contact-page .contact-address h4,
  .contact-page .contact-address .icon,
  .contact-page .contact-address .icon-wrapper {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
.contact-page .contact-form-section {
  display: inline-block;
  text-align: center;
  width: 100%; }
  .contact-page .contact-form-section .contact-form {
    padding: 30px;
    float: none;
    margin: 0 auto;
    width: 50%; }
    @media screen and (max-width: 967px) {
      .contact-page .contact-form-section .contact-form {
        width: 75%; } }
    @media screen and (max-width: 567px) {
      .contact-page .contact-form-section .contact-form {
        width: 100%;
        padding: 0; } }
    .contact-page .contact-form-section .contact-form input[type="text"],
    .contact-page .contact-form-section .contact-form input[type="email"],
    .contact-page .contact-form-section .contact-form input[type="tel"],
    .contact-page .contact-form-section .contact-form textarea {
      display: inline-block;
      width: 100%; }
    .contact-page .contact-form-section .contact-form .btn, .contact-page .contact-form-section .contact-form .btn--secondary, .contact-page .contact-form-section .contact-form .btn--tertiary, .contact-page .contact-form-section .contact-form input[type="submit"] {
      width: 100%; }
    .contact-page .contact-form-section .contact-form .errors {
      display: inline-block;
      width: 100%; }
      .contact-page .contact-form-section .contact-form .errors ul li {
        padding: 10px 0;
        border: none; }
.contact-page .social-icons {
  padding: 0;
  float: left;
  width: 100%; }
  .contact-page .social-icons li {
    float: left;
    margin-right: 5px;
    width: auto; }
    @media screen and (max-width: 567px) {
      .contact-page .social-icons li {
        margin-right: 3px; } }
    .contact-page .social-icons li a {
      width: 35px;
      height: 35px;
      float: left;
      line-height: 35px;
      text-align: center;
      border: 1px solid #030d1d; }
      @media screen and (max-width: 967px) {
        .contact-page .social-icons li a {
          width: 30px;
          height: 30px;
          line-height: 30px; } }
      @media screen and (max-width: 567px) {
        .contact-page .social-icons li a {
          width: 28px; } }
      .contact-page .social-icons li a:hover {
        background: #3ddffc;
        border-color: #3ddffc; }

/* ----- Tabs ----- */
.dt-sc-tabs-container .dt-sc-tabs {
  display: inline-block;
  text-align: center;
  width: 100%;
  float: left;
  border-bottom: 1px solid #e4e4e4;
  margin: 0;
  padding: 0; }
  .dt-sc-tabs-container .dt-sc-tabs li {
    float: none;
    display: inline-block;
    padding-bottom: 0; }
    .dt-sc-tabs-container .dt-sc-tabs li a {
      border: 1px solid #e4e4e4;
      border-top: none;
      border-bottom: none;
      background: #3c3a3b;
      color: #ffffff;
      position: relative;
      margin: 0;
      padding: 10px 25px;
      display: inline-block;
      font-size: 18px;
      position: relative;
      z-index: 1;
      /* @include at-query ($max, $medium) { 
        font-size:14px;
      } */ }
      @media screen and (max-width: 1199px) {
        .dt-sc-tabs-container .dt-sc-tabs li a {
          padding: 10px 15px;
          font-size: 16px; } }
      @media screen and (max-width: 567px) {
        .dt-sc-tabs-container .dt-sc-tabs li a {
          display: block;
          margin-bottom: 1px;
          border-bottom: 1px solid #e4e4e4; } }
      .dt-sc-tabs-container .dt-sc-tabs li a.current {
        color: #3ddffc;
        background: white; }
        .dt-sc-tabs-container .dt-sc-tabs li a.current:before {
          background: #3ddffc;
          content: "";
          display: inline-block;
          width: 100%;
          height: 2px;
          position: absolute;
          top: 0;
          left: 0;
          right: 0; }
.dt-sc-tabs-container .dt-sc-tabs-content h2 {
  font-size: 24px;
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .dt-sc-tabs-container .dt-sc-tabs-content h2 {
      font-size: 20px; } }
.dt-sc-tabs-container .dt-sc-tabs-content h4 {
  font-size: 22px; }
  @media screen and (max-width: 767px) {
    .dt-sc-tabs-container .dt-sc-tabs-content h4 {
      font-size: 18px; } }
.dt-sc-tabs-container .dt-sc-tabs-content h2,
.dt-sc-tabs-container .dt-sc-tabs-content h3,
.dt-sc-tabs-container .dt-sc-tabs-content h4 {
  color: #3c3a3b; }
.dt-sc-tabs-container ol,
.dt-sc-tabs-container ul {
  margin: 0 0 15px 20px; }
  .dt-sc-tabs-container ol li,
  .dt-sc-tabs-container ul li {
    margin-bottom: 5px; }
.dt-sc-tabs-container #shopify-product-reviews {
  margin: 0; }
  @media screen and (max-width: 767px) {
    .dt-sc-tabs-container #shopify-product-reviews {
      margin: 1em 0; } }

.template-product .dt-sc-tabs-content {
  border: 1px solid rgba(228, 228, 228, 0.5);
  float: left;
  width: 100%;
  display: block;
  padding: 25px 30px;
  margin: 0; }

.spr-container {
  border: none !important;
  padding: 0 !important; }

.spr-content .spr-form-title {
  font-size: 20px; }

.spr-summary .spr-icon {
  font-size: 95%; }

.rating-review .spr-icon {
  margin-right: 2px; }

/* Toggle Accordion */
.dt-sc-toggle-frame-set .dt-sc-toggle-accordion {
  padding: 15px 0px 15px 42px;
  line-height: 30px;
  position: relative;
  font-size: 15px;
  margin: 0 0 -1px;
  border: 1px solid #e4e4e4; }
  .dt-sc-toggle-frame-set .dt-sc-toggle-accordion:before {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 8px;
    z-index: 1; }
  .dt-sc-toggle-frame-set .dt-sc-toggle-accordion.active:before {
    content: "\f106";
    line-height: 28px; }
  .dt-sc-toggle-frame-set .dt-sc-toggle-accordion.active a {
    color: #3ddffc; }
.dt-sc-toggle-frame-set .dt-sc-toggle-content {
  padding: 25px 20px 25px 40px;
  margin: 0;
  background: #f4f4f4;
  clear: both;
  display: none;
  border: 1px solid #e4e4e4;
  border-bottom: none;
  line-height: 28px; }
  .dt-sc-toggle-frame-set .dt-sc-toggle-content b {
    display: inline-block;
    margin-bottom: 10px; }
  .dt-sc-toggle-frame-set .dt-sc-toggle-content.last {
    border-bottom: 1px solid #e4e4e4; }

/* Vertical Tabs */
.dt-sc-tabs-vertical-container {
  float: left;
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
  clear: both; }
  .dt-sc-tabs-vertical-container ul.dt-sc-tabs {
    float: left;
    width: 20%; }
    .dt-sc-tabs-vertical-container ul.dt-sc-tabs li {
      display: block;
      float: none; }
      .dt-sc-tabs-vertical-container ul.dt-sc-tabs li a {
        font-size: 18px;
        margin-bottom: 10px; }
        .dt-sc-tabs-vertical-container ul.dt-sc-tabs li a:after {
          content: none; }
  .dt-sc-tabs-vertical-container .dt-sc-tabs-content {
    width: 80%;
    clear: none;
    float: left;
    padding: 0 0 0 90px;
    border: none;
    border-left: 1px solid #e4e4e4; }

/*blog-section */
.blog-model-mansory {
  padding: 0 10px 0px;
  margin-bottom: 30px; }

.left-sidebar {
  padding-right: 40px; }
  @media screen and (max-width: 1199px) {
    .left-sidebar {
      padding-right: 20px; } }
  @media screen and (max-width: 967px) {
    .left-sidebar {
      padding-right: 0px;
      padding-top: 30px; } }

.right-sidebar {
  float: right;
  padding-left: 40px; }
  @media screen and (max-width: 1199px) {
    .right-sidebar {
      padding-left: 20px; } }
  @media screen and (max-width: 967px) {
    .right-sidebar {
      padding-left: 0px;
      padding-top: 30px; } }

.social-sharing a {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 16px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  padding: 0; }
  @media screen and (max-width: 567px) {
    .social-sharing a {
      width: 25px;
      height: 25px;
      line-height: 25px; } }

/* ----- User Login Form ----- */
.user-account {
  float: left;
  width: 100%; }
  .user-account .grid-uniform {
    margin: 0 -15px; }
    @media screen and (max-width: 967px) {
      .user-account .grid-uniform {
        margin: 0 -10px; } }
  .user-account .grid__item {
    padding: 0 15px; }
    @media screen and (max-width: 967px) {
      .user-account .grid__item {
        padding: 0 10px 20px; } }
  .user-account #CustomerLoginForm,
  .user-account .register-form,
  .user-account #RecoverPasswordForm,
  .user-account .reset_customer_pwd {
    text-align: center; }
  .user-account form {
    width: 32%;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .user-account form {
        width: 100%; } }
  .user-account #customer_register_link,
  .user-account .address-section p a,
  .user-account .register-form a,
  .user-account .AddAddress-form p a,
  .user-account .link_text {
    text-decoration: underline; }
  .user-account input,
  .user-account select {
    padding: 14px;
    width: 100%;
    margin-bottom: 20px; }
  .user-account .default_address {
    margin-bottom: 20px; }
  .user-account .AddAddress-form {
    margin-top: 30px; }
    .user-account .AddAddress-form .action_button {
      margin-bottom: 30px; }
      .user-account .AddAddress-form .action_button .cancel {
        margin-left: 10px; }
  .user-account .AddAddress-form form,
  .user-account .edit_address_form form {
    margin: 0; }
  .user-account .address-section {
    display: inline-block;
    width: 100%; }
    .user-account .address-section p a {
      padding-right: 5px; }
      .user-account .address-section p a:last-child {
        padding-left: 5px; }

.address-col {
  margin-bottom: 30px; }

#CustomerLoginForm .errors,
.register-form .errors,
#RecoverPasswordForm .errors,
#ResetSuccess {
  text-align: left; }

#ResetSuccess {
  margin: 0 auto 20px; }

/* ----- Customer Orders ----- */
.order-form {
  float: left;
  width: 100%; }
  .order-form h4 {
    font-size: 24px; }
  .order-form h5 {
    font-size: 20px;
    text-transform: capitalize; }
  .order-form .table-wrap {
    margin-bottom: 30px; }
  .order-form table {
    margin-bottom: 40px; }
    .order-form table tr th,
    .order-form table tr td {
      text-align: center; }
  .order-form p a {
    text-decoration: underline; }

/* Cart */
.cart_table {
  float: left;
  width: 100%; }
  .cart_table .cart_title {
    background: #efefef;
    border-bottom: 1px solid rgba(3, 13, 29, 0.15);
    color: #000000;
    font-size: 20px;
    text-align: left;
    text-transform: uppercase;
    float: left;
    width: 100%;
    padding: 15px;
    margin-bottom: 0; }
    @media screen and (max-width: 967px) {
      .cart_table .cart_title {
        font-size: 13px; } }
  .cart_table .cart__header-labels {
    padding: 0; }
  .cart_table .cart__row .cart__remove {
    display: inline-block;
    font-size: 9px;
    background: #3ddffc;
    color: #ffffff;
    position: absolute;
    top: 22px;
    left: 5px;
    line-height: normal;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center; }
    .cart_table .cart__row .cart__remove:hover {
      background: #000000;
      color: #ffffff; }
  .cart_table .cart__row .cart_items {
    display: inline-block;
    text-align: center; }
    @media screen and (max-width: 567px) {
      .cart_table .cart__row .cart_items {
        width: 30%; } }
  .cart_table .cart__row .quantity-selector {
    font-size: 14px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    border-color: #efefef;
    text-align: center;
    display: inline-block;
    width: 60px;
    height: 40px;
    line-height: 40px;
    color: #000000;
    background: #efefef;
    float: left;
    margin: 0;
    padding: 0; }
    @media screen and (max-width: 967px) {
      .cart_table .cart__row .quantity-selector {
        width: 45px; } }
    @media screen and (max-width: 767px) {
      .cart_table .cart__row .quantity-selector {
        height: 35px;
        line-height: 35px; } }
    @media screen and (max-width: 567px) {
      .cart_table .cart__row .quantity-selector {
        width: 40px;
        height: 30px;
        line-height: 30px; } }
  .cart_table .cart__row .qtyminus1,
  .cart_table .cart__row .qtyplus1 {
    border: 1px solid #efefef;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    float: left;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    cursor: pointer;
    text-align: center; }
    @media screen and (max-width: 967px) {
      .cart_table .cart__row .qtyminus1,
      .cart_table .cart__row .qtyplus1 {
        width: 35px; } }
    @media screen and (max-width: 767px) {
      .cart_table .cart__row .qtyminus1,
      .cart_table .cart__row .qtyplus1 {
        height: 35px;
        line-height: 35px; } }
    @media screen and (max-width: 567px) {
      .cart_table .cart__row .qtyminus1,
      .cart_table .cart__row .qtyplus1 {
        width: 30px;
        height: 30px;
        line-height: 30px; } }
    .cart_table .cart__row .qtyminus1:hover,
    .cart_table .cart__row .qtyplus1:hover {
      color: #3ddffc; }
  .cart_table .cart__row .product-info {
    padding-left: 25px; }
    @media screen and (max-width: 567px) {
      .cart_table .cart__row .product-info {
        width: 70%; } }
  .cart_table .cart__row .cart__subtotal-title,
  .cart_table .cart__row .cart__subtotal {
    float: left;
    width: initial; }
  .cart_table .qty-box-set {
    display: inline-block; }
  .cart_table .price .money {
    display: block;
    margin: 0 0 10px; }
  .cart_table .shipping-section {
    padding-left: 30px; }
    @media screen and (max-width: 767px) {
      .cart_table .shipping-section {
        padding-left: 0;
        margin-top: 50px; } }
    .cart_table .shipping-section h5 {
      margin-bottom: 25px; }
    @media screen and (max-width: 767px) {
      .cart_table .shipping-section p {
        float: left;
        width: 100%;
        text-align: left; } }
    .cart_table .shipping-section .btn, .cart_table .shipping-section .btn--secondary, .cart_table .shipping-section .btn--tertiary, .cart_table .shipping-section input[type="submit"] {
      width: 100%; }
    .cart_table .shipping-section .cart_total_price .cart__subtotal {
      float: right; }
    .cart_table .shipping-section .order_summary,
    .cart_table .shipping-section #shipping-calculator {
      float: left;
      width: 100%; }
    .cart_table .shipping-section #shipping-calculator {
      margin-top: 50px; }
      .cart_table .shipping-section #shipping-calculator .form-group {
        margin-bottom: 20px;
        float: left;
        width: 100%; }
        .cart_table .shipping-section #shipping-calculator .form-group label {
          margin-bottom: 5px; }
        .cart_table .shipping-section #shipping-calculator .form-group select,
        .cart_table .shipping-section #shipping-calculator .form-group input[type="text"],
        .cart_table .shipping-section #shipping-calculator .form-group input[type="button"] {
          height: 40px;
          padding: 0 17px;
          margin: 0;
          width: 100%; }
          @media screen and (max-width: 567px) {
            .cart_table .shipping-section #shipping-calculator .form-group select,
            .cart_table .shipping-section #shipping-calculator .form-group input[type="text"],
            .cart_table .shipping-section #shipping-calculator .form-group input[type="button"] {
              width: 100%; } }
      @media screen and (max-width: 967px) {
        .cart_table .shipping-section #shipping-calculator #address_zip_container {
          margin-right: 0; } }
      .cart_table .shipping-section #shipping-calculator #get-rates-container {
        margin-top: 10px; }
        @media screen and (max-width: 1199px) {
          .cart_table .shipping-section #shipping-calculator #get-rates-container {
            width: 100%;
            margin-top: 0; } }
        .cart_table .shipping-section #shipping-calculator #get-rates-container .btn, .cart_table .shipping-section #shipping-calculator #get-rates-container .btn--secondary, .cart_table .shipping-section #shipping-calculator #get-rates-container .btn--tertiary, .cart_table .shipping-section #shipping-calculator #get-rates-container input[type="submit"] {
          height: 46px; }
          @media screen and (max-width: 567px) {
            .cart_table .shipping-section #shipping-calculator #get-rates-container .btn, .cart_table .shipping-section #shipping-calculator #get-rates-container .btn--secondary, .cart_table .shipping-section #shipping-calculator #get-rates-container .btn--tertiary, .cart_table .shipping-section #shipping-calculator #get-rates-container input[type="submit"] {
              width: 100%; } }
  .cart_table .error,
  .cart_table .success {
    display: inline-block;
    width: 100%;
    margin-top: 10px; }

/* Wishlist */
.table-responsive {
  width: 100%;
  margin-bottom: 15px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive table th,
  .table-responsive table td {
    white-space: nowrap; }

.wishlist_table th,
.wishlist_table td {
  border: 0;
  text-align: left; }
  .wishlist_table th:first-child,
  .wishlist_table td:first-child {
    width: 15%; }
.wishlist_table thead {
  background: #efefef;
  color: #000000;
  border-bottom: 1px solid rgba(3, 13, 29, 0.15); }
  .wishlist_table thead th {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.3px; }
.wishlist_table tbody tr {
  border-bottom: 1px solid #e4e4e4; }
.wishlist_table .product-add-to-cart .btn, .wishlist_table .product-add-to-cart .btn--secondary, .wishlist_table .product-add-to-cart .btn--tertiary, .wishlist_table .product-add-to-cart input[type="submit"] {
  font-size: 14px;
  letter-spacing: 0.3px;
  padding: 10px 20px; }
.wishlist_table .wishlist-empty tr {
  border: none; }
  .wishlist_table .wishlist-empty tr td {
    text-align: center;
    padding: 0; }

/* Empty Cart & Wishlist Common Styles */
.cart_empty_msg,
.wishlist-empty {
  float: left;
  width: 100%;
  padding: 50px 0;
  text-align: center; }
  .cart_empty_msg h5,
  .wishlist-empty h5 {
    margin-top: 40px; }
  .cart_empty_msg .btn, .cart_empty_msg .btn--secondary, .cart_empty_msg .btn--tertiary, .cart_empty_msg input[type="submit"],
  .wishlist-empty .btn,
  .wishlist-empty .btn--secondary,
  .wishlist-empty .btn--tertiary,
  .wishlist-empty input[type="submit"] {
    margin-top: 10px; }

#shopify-section-order-form .qty-box-set {
  text-align: center !important; }
#shopify-section-order-form input[type="number"] {
  float: none;
  display: inline-block;
  width: 100px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    #shopify-section-order-form input[type="number"] {
      width: 50px; } }

.remove, .cart__remove {
  color: #c3c3c3; }

.cart__row .money, .wishlist-product-price {
  color: #fa3e2c; }

.template-cart .btn_actions {
  float: left;
  width: 100%;
  margin-top: 30px; }
  .template-cart .btn_actions .btn, .template-cart .btn_actions .btn--secondary, .template-cart .btn_actions .btn--tertiary, .template-cart .btn_actions input[type="submit"] {
    padding-left: 25px;
    padding-right: 25px; }

.cart_btn, .shopping-checkout {
  float: left;
  width: 100%; }
  @media screen and (max-width: 567px) {
    .cart_btn, .shopping-checkout {
      text-align: left; } }

@media screen and (max-width: 567px) {
  .footer-logo img {
    margin: auto;
    padding: 0; } }

/* List collection Products */
.list-collection-products.grid-uniform {
  margin: 0 -15px; }
  @media screen and (max-width: 967px) {
    .list-collection-products.grid-uniform {
      margin: 0 -10px; } }
.list-collection-products .grid__item {
  padding: 0 15px 30px; }
  @media screen and (max-width: 967px) {
    .list-collection-products .grid__item {
      padding: 0 10px 20px; } }
.list-collection-products a.pickgradient {
  display: block; }
  .list-collection-products a.pickgradient img {
    display: block;
    margin: 0 auto; }
.list-collection-products a.pickgradient,
.list-collection-products .collection-detail {
  border: 1px solid rgba(3, 13, 29, 0.07); }
.list-collection-products .grid-link__title {
  color: #3ddffc;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  padding: 0 10px; }
.list-collection-products .collection-detail {
  display: inline-block;
  width: 100%;
  padding: 30px 10px;
  border-top: none; }

.placeholder-svg {
  border: 1px solid #e4e4e4;
  width: auto;
  height: auto; }

/* ajax */
.loading-modal {
  background: url("https://cdn.shopify.com/s/files/1/0550/0813/3288/t/5/assets/preloaderapp.svg?v=1627308393") center no-repeat white;
  padding: 20px;
  top: 50% !important;
  left: 50% !important;
  width: 150px;
  height: 150px;
  margin-left: -28px;
  margin-top: -38px;
  overflow: hidden !important;
  text-indent: -999em;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

.ajax-error-modal,
.loading-modal {
  bottom: auto;
  overflow: hidden;
  right: auto;
  position: fixed;
  text-align: center; }

.ajax-error-modal {
  left: 0;
  padding: 10px 20px;
  top: 50%;
  width: 100%; }
  .ajax-error-modal .modal-inner {
    color: #fff;
    background: #191919;
    display: inline-block;
    padding: 10px 20px; }

.ajax-success-modal .content,
.ajax-error-modal .modal-inner {
  padding: 40px;
  background-color: #ffffff;
  bottom: auto;
  left: 0;
  position: fixed;
  right: 0;
  top: 50% !important;
  width: 900px;
  box-shadow: 0 0 10px rgba(3, 13, 29, 0.2);
  float: left;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  z-index: 999; }
  @media screen and (max-width: 967px) {
    .ajax-success-modal .content,
    .ajax-error-modal .modal-inner {
      padding: 20px; } }
  @media screen and (max-width: 567px) {
    .ajax-success-modal .content,
    .ajax-error-modal .modal-inner {
      padding: 10px; } }
  @media screen and (max-width: 967px) {
    .ajax-success-modal .content,
    .ajax-error-modal .modal-inner {
      width: 730px; } }
  @media screen and (max-width: 767px) {
    .ajax-success-modal .content,
    .ajax-error-modal .modal-inner {
      width: 450px; } }
  @media screen and (max-width: 567px) {
    .ajax-success-modal .content,
    .ajax-error-modal .modal-inner {
      width: 270px; } }

.ajax-success-modal .overlay,
.quick-view .overlay,
.quickview-template .content,
.sweet-overlay {
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 99; }

.ajax-success-modal .btn-secondary {
  padding: 0 20px; }
.ajax-success-modal .success-message {
  padding: 0;
  display: inline-block; }
  .ajax-success-modal .success-message a {
    line-height: normal; }
    @media screen and (max-width: 567px) {
      .ajax-success-modal .success-message a {
        font-size: 13px; } }
  .ajax-success-modal .success-message p {
    display: inline-block;
    width: 100%;
    margin: 0; }
.ajax-success-modal .close-modal {
  top: -11px;
  right: -16px; }
  .ajax-success-modal .close-modal i {
    background: #ffffff;
    border-radius: 50%;
    font-size: 20px; }
.ajax-success-modal .overlay {
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 99; }
.ajax-success-modal .ajax-left {
  float: left;
  padding-right: 15px;
  width: 40%; }
  @media screen and (max-width: 767px) {
    .ajax-success-modal .ajax-left {
      width: 100%;
      margin-bottom: 40px; } }
.ajax-success-modal .added-to-cart.info,
.ajax-success-modal .added-to-wishlist.info {
  font-size: 16px;
  text-align: left;
  font-weight: normal;
  line-height: normal; }
.ajax-success-modal .ajax_price {
  float: left;
  width: 100%;
  margin-bottom: 0;
  font-size: 15px; }
.ajax-success-modal .continue-shopping {
  margin-right: 12px; }
  @media screen and (max-width: 967px) {
    .ajax-success-modal .continue-shopping {
      margin-right: 5px; } }
  @media screen and (max-width: 567px) {
    .ajax-success-modal .continue-shopping {
      margin-right: 10px;
      margin-bottom: 15px; } }

.ajax-cart-desc {
  float: left;
  width: 65%;
  margin-left: 30px; }
  @media screen and (max-width: 1599px) {
    .ajax-cart-desc {
      margin-left: 20px; } }
  @media screen and (max-width: 1199px) {
    .ajax-cart-desc {
      margin-left: 15px; } }
  @media screen and (max-width: 967px) {
    .ajax-cart-desc {
      margin-left: 10px; } }

.ajax-product-title {
  margin-bottom: 5px;
  font-size: 20px; }
  @media screen and (max-width: 567px) {
    .ajax-product-title {
      font-size: 15px; } }

.ajax-content-section {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin: auto; }

.ajax-product-image {
  width: 25%;
  float: left;
  border: 1px solid #e4e4e4;
  display: block; }

.ajax-cart-desc p {
  font-size: 15px; }

.ajax-right {
  float: left;
  width: 60%;
  padding: 0px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .ajax-right {
      width: 100%; } }
  .ajax-right p {
    font-size: 16px; }
  .ajax-right .ajax_price {
    font-size: 16px;
    font-weight: 100;
    float: left;
    width: 100%;
    margin-bottom: 7px; }
    @media screen and (max-width: 567px) {
      .ajax-right .ajax_price {
        margin-bottom: 5px;
        font-size: 14px; } }
  .ajax-right .success-message p {
    font-size: 14px; }
  .ajax-right .btn, .ajax-right .btn--secondary, .ajax-right .btn--tertiary, .ajax-right input[type="submit"] {
    letter-spacing: 0.06em;
    padding: 12px 20px; }
    .ajax-right .btn i, .ajax-right .btn--secondary i, .ajax-right .btn--tertiary i, .ajax-right input[type="submit"] i {
      margin-right: 12px; }

.ajax_cartTotal {
  float: left;
  width: 100%;
  font-size: 30px;
  margin-bottom: 70px; }
  @media screen and (max-width: 767px) {
    .ajax_cartTotal {
      margin-bottom: 20px; } }

/* Popup Newsletter */
#email-modal {
  background: rgba(0, 0, 0, 0.9);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999; }
  #email-modal .window-content {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    text-align: left;
    max-width: 880px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media screen and (max-width: 967px) {
      #email-modal .window-content {
        max-width: 750px; } }
    @media screen and (max-width: 767px) {
      #email-modal .window-content {
        background-position: inherit;
        background-image: inherit;
        max-width: 550px; } }
    @media screen and (max-width: 567px) {
      #email-modal .window-content {
        max-width: 300px; } }
    #email-modal .window-content .window-box {
      background-color: #ffffff;
      float: left;
      position: absolute;
      top: 50%;
      text-align: center;
      margin: auto;
      left: 0;
      right: 0;
      padding: 50px 40px;
      width: 75%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media screen and (max-width: 1199px) {
        #email-modal .window-content .window-box {
          padding: 30px;
          width: 64%; } }
      @media screen and (max-width: 967px) {
        #email-modal .window-content .window-box {
          width: 80%; } }
      @media screen and (max-width: 767px) {
        #email-modal .window-content .window-box {
          width: 92%; } }
      @media screen and (max-width: 567px) {
        #email-modal .window-content .window-box {
          width: 90%; } }
    #email-modal .window-content .window-box-bg {
      float: left;
      width: 100%; }
    #email-modal .window-content .title,
    #email-modal .window-content .message,
    #email-modal .window-content span {
      color: #000000; }
    #email-modal .window-content .title {
      font-size: 16px;
      display: inline-block;
      line-height: normal;
      padding: 0 0 20px;
      width: 100%;
      margin: 0; }
      @media screen and (max-width: 767px) {
        #email-modal .window-content .title {
          font-size: 18px; } }
    #email-modal .window-content .offer-text {
      color: #3ddffc;
      text-transform: uppercase;
      font-size: 40px; }
      @media screen and (max-width: 967px) {
        #email-modal .window-content .offer-text {
          font-size: 30px; } }
    #email-modal .window-content .message {
      font-size: 16px;
      font-weight: normal;
      margin-bottom: 0;
      line-height: 1.4; }
    #email-modal .window-content #mailchimp-email-subscibe {
      padding: 30px 20px 0;
      float: none;
      width: 100%;
      display: inline-block; }
      @media screen and (max-width: 767px) {
        #email-modal .window-content #mailchimp-email-subscibe {
          padding: 30px 0 0; } }
      #email-modal .window-content #mailchimp-email-subscibe form {
        display: inline-block;
        margin: 0 0 15px;
        padding: 0;
        position: relative;
        text-align: center;
        width: 100%; }
        #email-modal .window-content #mailchimp-email-subscibe form input[type="email"] {
          background: #ffffff;
          width: calc(100% - 105px);
          float: left;
          margin: 0;
          padding: 0 15px;
          height: 50px; }
          @media screen and (min-width: 568px) {
            #email-modal .window-content #mailchimp-email-subscibe form input[type="email"] {
              border-top-right-radius: 0;
              border-bottom-right-radius: 0; } }
          @media screen and (max-width: 567px) {
            #email-modal .window-content #mailchimp-email-subscibe form input[type="email"] {
              width: 100%;
              margin-bottom: 10px; } }
          #email-modal .window-content #mailchimp-email-subscibe form input[type="email"]::-webkit-input-placeholder, #email-modal .window-content #mailchimp-email-subscibe form input[type="email"]:-moz-placeholder, #email-modal .window-content #mailchimp-email-subscibe form input[type="email"]::-moz-placeholder, #email-modal .window-content #mailchimp-email-subscibe form input[type="email"]:-ms-input-placeholder {
            color: #000000; }
        #email-modal .window-content #mailchimp-email-subscibe form .errors {
          margin-top: 15px;
          margin-bottom: 0; }
        #email-modal .window-content #mailchimp-email-subscibe form .btn, #email-modal .window-content #mailchimp-email-subscibe form .btn--secondary, #email-modal .window-content #mailchimp-email-subscibe form .btn--tertiary, #email-modal .window-content #mailchimp-email-subscibe form input[type="submit"] {
          font-weight: normal;
          float: none;
          width: 105px;
          padding: 0 20px !important;
          height: 50px;
          margin-bottom: 0;
          margin-left: -2px; }
          @media screen and (min-width: 568px) {
            #email-modal .window-content #mailchimp-email-subscibe form .btn, #email-modal .window-content #mailchimp-email-subscibe form .btn--secondary, #email-modal .window-content #mailchimp-email-subscibe form .btn--tertiary, #email-modal .window-content #mailchimp-email-subscibe form input[type="submit"] {
              border-top-left-radius: 0;
              border-bottom-left-radius: 0; } }
          @media screen and (max-width: 567px) {
            #email-modal .window-content #mailchimp-email-subscibe form .btn, #email-modal .window-content #mailchimp-email-subscibe form .btn--secondary, #email-modal .window-content #mailchimp-email-subscibe form .btn--tertiary, #email-modal .window-content #mailchimp-email-subscibe form input[type="submit"] {
              width: 100%; } }
    #email-modal .window-content input[type="checkbox"] {
      cursor: pointer; }
    #email-modal .window-content label,
    #email-modal .window-content span {
      cursor: pointer;
      display: inline-block;
      vertical-align: middle; }
    #email-modal .window-content label {
      line-height: 16px; }
    #email-modal .window-content .close-window {
      background: white;
      color: #3c3a3b;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      color: #000000;
      cursor: pointer;
      position: absolute;
      right: -20px;
      top: -20px;
      width: 28px;
      height: 28px;
      line-height: 26px;
      z-index: 2; }
      @media screen and (max-width: 567px) {
        #email-modal .window-content .close-window {
          top: -15px;
          right: -10px; } }
      #email-modal .window-content .close-window:hover {
        color: #3ddffc; }
      #email-modal .window-content .close-window svg {
        width: 14px;
        height: 14px; }

/* Newsletter Success Modal */
.newsletter-success-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none; }
  .newsletter-success-modal .modal-overlay {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2; }
  .newsletter-success-modal .ajax-modal-content {
    width: 280px;
    text-align: center;
    padding: 14px;
    background: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3; }
    .newsletter-success-modal .ajax-modal-content .close-window {
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      font-size: 12px;
      width: 25px;
      height: 25px;
      line-height: 22px;
      padding: 0;
      position: absolute;
      top: -10px;
      right: -10px; }
    .newsletter-success-modal .ajax-modal-content i.fa-check {
      color: #56ad6a; }
    .newsletter-success-modal .ajax-modal-content span {
      margin-left: 8px; }

/* Swatches Styles */
.swatch {
  float: left;
  width: 100%;
  margin: 0 0 10px; }
  .swatch .header {
    margin: 0px 0 10px; }
  .swatch input {
    display: none; }
  .swatch .swatch-element {
    float: left;
    -webkit-transform: translateZ();
    -webkit-font-smoothing: antialiased;
    position: relative;
    margin-bottom: 10px;
    margin-right: 10px; }
    .swatch .swatch-element.available {
      margin-right: 10px; }
      @media screen and (max-width: 967px) {
        .swatch .swatch-element.available {
          margin-right: 5px; } }
    .swatch .swatch-element.color {
      background: none !important;
      border: none; }
      .swatch .swatch-element.color.white input:checked + label:before {
        color: #3c3a3b; }
      .swatch .swatch-element.color.available {
        box-shadow: inherit;
        vertical-align: middle; }
      .swatch .swatch-element.color input:checked + label.white-tick:before {
        color: #3c3a3b; }
      .swatch .swatch-element.color label {
        width: 30px;
        height: 30px;
        background-size: cover;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        overflow: hidden;
        padding: 0;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
      .swatch .swatch-element.color.soldout input:checked + label.white-tick:before {
        content: none; }
    .swatch .swatch-element.soldout {
      margin-right: 10px; }
      .swatch .swatch-element.soldout .crossed-out {
        display: block; }
      .swatch .swatch-element.soldout label {
        opacity: 0.6;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60)";
        filter: alpha(opacity=60); }
      .swatch .swatch-element.soldout input:checked + label.white-tick:before {
        content: none; }
    .swatch .swatch-element .crossed-out {
      display: none;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }
    .swatch .swatch-element:hover .tooltip {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
      filter: alpha(opacity=100);
      visibility: visible;
      -webkit-transform: translateY(0%);
      -moz-transform: translateY(0%);
      -ms-transform: translateY(0%);
      -o-transform: translateY(0%);
      transform: translateY(0%); }
    .swatch .swatch-element .bgImg {
      display: block;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
    .swatch .swatch-element label {
      padding: 0px 10px;
      line-height: 25px;
      cursor: pointer; }
      @media screen and (max-width: 967px) {
        .swatch .swatch-element label {
          padding: 0 10px; } }
  .swatch .tooltip {
    text-align: center;
    bottom: 100%;
    padding: 2px;
    font-size: 12px;
    position: absolute;
    width: 60px;
    margin-bottom: 15px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.1);
    z-index: 10000;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: -18px; }
    .swatch .tooltip:before {
      bottom: -20px;
      content: " ";
      display: block;
      height: 20px;
      left: 0;
      right: 0;
      position: absolute;
      width: 100%; }
    .swatch .tooltip:after {
      border-top: solid #030d1d 7px;
      border-left: solid transparent 7px;
      border-right: solid transparent 7px;
      bottom: -7px;
      content: " ";
      height: 0;
      left: 0%;
      right: 0;
      margin: auto;
      position: absolute;
      width: 0; }
  .swatch .tooltip {
    background: #000000;
    color: #ffffff;
    display: block; }
  .swatch .selector-wrapper:after {
    background-color: none; }
  .swatch.error {
    background-color: #00305f !important;
    color: #333333 !important;
    padding: 1em;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
    .swatch.error p {
      margin: 0.7em 0; }
      .swatch.error p:first-child {
        margin-top: 0; }
      .swatch.error p:last-child {
        margin-bottom: 0; }
    .swatch.error code {
      font-family: monospace; }
  .swatch label {
    float: left;
    text-align: center;
    margin: 0 0px  0;
    border: 2px solid #e4e4e4; }
    @media screen and (max-width: 967px) {
      .swatch label {
        margin: 0 0px  0; } }
  .swatch input:checked + label, .swatch label:hover {
    border: 2px solid #3ddffc; }
  .swatch .header {
    float: left;
    width: 100%;
    color: #000000; }

.swatch-section {
  float: left;
  width: 60%; }
  @media screen and (max-width: 967px) {
    .swatch-section {
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .swatch-section {
      width: 60%; } }

/* Search Drawer */
.drawer--top {
  width: 50%;
  height: 70px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  @media screen and (max-width: 1199px) {
    .drawer--top {
      width: 80%; } }
  @media screen and (max-width: 767px) {
    .drawer--top {
      width: 98%; } }
  .drawer--top .js-drawer-open-top {
    display: block; }
  .drawer--top .js-drawer-open-top .drawer--top {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    display: block; }
  .drawer--top .search-bar__table.search-box {
    float: left;
    width: 100%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 0%;
    right: 0; }
    .drawer--top .search-bar__table.search-box .results-box {
      padding: 0px 16px 32px;
      overflow: auto;
      max-height: 75vh;
      float: none;
      display: inline-block;
      width: 100%;
      text-align: left; }
      @media screen and (max-width: 767px) {
        .drawer--top .search-bar__table.search-box .results-box {
          width: 85%; } }
      @media screen and (max-width: 567px) {
        .drawer--top .search-bar__table.search-box .results-box {
          width: 75%; } }
      .drawer--top .search-bar__table.search-box .results-box > a {
        float: left;
        width: 100%;
        padding: 15px 0;
        border-bottom: 1px dashed #e4e4e4; }
      .drawer--top .search-bar__table.search-box .results-box a.note {
        float: none;
        width: auto;
        border: none;
        margin-top: 25px; }
      .drawer--top .search-bar__table.search-box .results-box .d-title {
        float: left;
        margin-top: 15px;
        width: 100%;
        text-align: center; }
      .drawer--top .search-bar__table.search-box .results-box a .img {
        float: left; }
        .drawer--top .search-bar__table.search-box .results-box a .img img {
          display: block; }
  .drawer--top .search-bar__form .search-bar__table-cell {
    float: left; }
    .drawer--top .search-bar__form .search-bar__table-cell.search-bar__icon-cell {
      float: right; }
  .drawer--top .search-bar__icon-button {
    z-index: 99999;
    position: relative;
    cursor: pointer;
    font-size: 40px;
    display: inline-block;
    position: fixed;
    top: 15px;
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    right: 12px;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
    filter: alpha(opacity=80); }
    @media screen and (max-width: 967px) {
      .drawer--top .search-bar__icon-button {
        font-size: 24px; } }

.search-bar {
  border-bottom: 1px solid rgba(228, 228, 228, 0.7); }
  .search-bar .btn, .search-bar .btn--secondary, .search-bar .btn--tertiary, .search-bar input[type="submit"] {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: 40px;
    height: 40px;
    padding: 5px 0;
    float: right; }
  .search-bar input[type="search"] {
    margin: 0;
    border: none;
    float: left;
    height: 35px;
    width: calc(100% - 40px); }

.search-bar__table {
  float: left;
  width: 100%; }

#SearchDrawer {
  outline: none;
  border: none; }
  #SearchDrawer span.notify {
    float: right;
    margin-top: 10px;
    display: none; }
  #SearchDrawer .remove-button button {
    display: none;
    background: #3ddffc;
    padding: 0px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    font-size: 14px; }
  #SearchDrawer span.notify {
    float: right;
    margin-top: 10px;
    display: none; }

.search-bar__form {
  float: left;
  width: 100%;
  border: 1px solid #e4e4e4;
  margin: 0;
  position: relative; }

.search-bar__input {
  background: none;
  border: none;
  width: 100%;
  padding: 0 15px;
  margin: 0 !important;
  height: 45px; }

.search-bar__icon-button {
  background: none;
  border: none;
  font-size: 18px;
  padding: 0 20px;
  margin: 0;
  height: 45px; }

.search__results-count {
  padding: 0 10px 10px 20px;
  line-height: 45px; }

.drawer {
  background: #ffffff;
  z-index: 99991;
  position: absolute;
  display: table;
  width: 100%;
  top: 0;
  text-align: center;
  overflow: visible;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.drawer--left, .drawer--right {
  top: 0;
  max-width: 95%; }

.drawer--left {
  width: 300px;
  left: -300px; }
  .drawer--left .drawer__close-button {
    right: auto;
    left: -15px; }

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

.drawer--right {
  -webkit-box-shadow: -2px 0 10px -2px #e4e4e4;
  -moz-box-shadow: -2px 0 10px -2px #e4e4e4;
  box-shadow: -2px 0 10px -2px #e4e4e4;
  left: 100%;
  max-width: 400px;
  width: 80%;
  min-height: 100vh; }
  @media screen and (max-width: 567px) {
    .drawer--right {
      max-width: 290px; } }

.drawer.drawer--right {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
  -moz-transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
  -ms-transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
  -o-transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
  padding: 32px 16px; }

.js-drawer-open-right .drawer--right {
  max-width: 400px;
  display: block;
  right: 0;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  filter: alpha(opacity=100);
  visibility: visible;
  position: relative;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%); }
  @media screen and (max-width: 567px) {
    .js-drawer-open-right .drawer--right {
      width: 290px; } }
.js-drawer-open-right .drawer__close {
  float: right;
  position: fixed;
  right: calc(400px + 15px);
  top: 12px;
  color: #ffffff; }
  @media screen and (max-width: 567px) {
    .js-drawer-open-right .drawer__close {
      right: calc(280px + 15px); } }

.js-drawer-open-top .drawer--top {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  filter: alpha(opacity=100);
  visibility: visible;
  display: block; }

.drawer-page-content:before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  zoom: 1;
  background-color: transparent\9;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 9999; }

.js-drawer-open .drawer-page-content:before {
  -webkit-transform: scale(75);
  -moz-transform: scale(75);
  -ms-transform: scale(75);
  -o-transform: scale(75);
  transform: scale(75);
  background-color: rgba(255, 255, 255, 0.9); }

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

.drawer__title {
  font-weight: 700;
  text-rendering: optimizeLegibility;
  width: 100%; }

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

/*search page */
.supports-fontface .search-bar__icon-cell {
  width: 40px;
  float: left; }

.search-bar {
  border-bottom: 1px solid rgba(228, 228, 228, 0.7);
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: auto; }
  @media screen and (max-width: 1199px) {
    .search-bar {
      float: left;
      width: 100%; } }

.search-bar__table {
  float: left;
  width: 100%; }

.search-form {
  display: inline-block;
  width: 100%;
  margin: 0 0; }
  @media screen and (max-width: 1199px) {
    .search-form {
      float: left;
      width: 100%; } }
  .search-form .input-group-field {
    width: 45%;
    display: inline-block;
    padding: 5px 20px;
    height: 40px; }
    @media screen and (max-width: 1199px) {
      .search-form .input-group-field {
        width: 76%;
        padding: 12px 20px; } }

.search-products ul {
  padding: 0 0 0 0px; }
.search-products > ul {
  float: left;
  width: 100%;
  margin: 30px 0 30px -20px; }
  @media screen and (max-width: 767px) {
    .search-products > ul {
      margin: 30px 0 30px 0px; } }

/* Blog Post Types */
.blog-post {
  /* Style1 */
  /* Style2 */
  /* Style3 */ }
  .blog-post .grid-uniform {
    margin: 0 -15px; }
    @media screen and (max-width: 967px) {
      .blog-post .grid-uniform {
        margin: 0 -10px; } }
  .blog-post .article-item {
    padding: 0 15px;
    margin-bottom: 30px; }
    @media screen and (max-width: 967px) {
      .blog-post .article-item {
        padding: 0 10px;
        margin-bottom: 20px; } }
  .blog-post .blog-post-inner {
    position: relative; }
    .blog-post .blog-post-inner:hover .carousel-arrow.nav-middle .prev-arrow,
    .blog-post .blog-post-inner:hover .carousel-arrow.nav-middle .next-arrow {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
      filter: alpha(opacity=100); }
  .blog-post .article {
    float: left;
    width: 100%;
    position: relative; }
    .blog-post .article .article-header {
      margin-bottom: 10px; }
      @media screen and (max-width: 967px) {
        .blog-post .article .article-header {
          margin-bottom: 0; } }
      .blog-post .article .article-header i {
        margin-right: 5px; }
  .blog-post .article-description {
    margin-top: 35px; }
  .blog-post .style1 {
    float: left;
    width: 100%; }
    .blog-post .style1 .article {
      margin-bottom: 20px;
      padding-left: 25px; }
      @media screen and (max-width: 767px) {
        .blog-post .style1 .article {
          padding-left: 15px; } }
      .blog-post .style1 .article .article-image {
        margin-bottom: 40px; }
        @media screen and (max-width: 967px) {
          .blog-post .style1 .article .article-image {
            margin-bottom: 0; } }
        .blog-post .style1 .article .article-image a {
          display: block;
          position: relative; }
          .blog-post .style1 .article .article-image a:after {
            content: '';
            width: 390px;
            height: 100%;
            background: rgba(228, 228, 228, 0.3);
            position: absolute;
            left: -25px;
            top: 40px;
            z-index: -1;
            -webkit-transition: all 0.5s linear;
            -moz-transition: all 0.5s linear;
            -ms-transition: all 0.5s linear;
            -o-transition: all 0.5s linear;
            transition: all 0.5s linear; }
            @media screen and (max-width: 967px) {
              .blog-post .style1 .article .article-image a:after {
                width: 100%;
                left: -10px;
                top: 10px; } }
      .blog-post .style1 .article .article-description {
        float: left;
        text-align: left;
        padding-top: 20px;
        padding: 70px 30px 0; }
        @media screen and (max-width: 1599px) {
          .blog-post .style1 .article .article-description {
            padding: 50px 20px 0; } }
        @media screen and (max-width: 1199px) {
          .blog-post .style1 .article .article-description {
            padding: 30px 0 0; } }
        .blog-post .style1 .article .article-description .article-header .blog-date,
        .blog-post .style1 .article .article-description .article-header .author {
          float: none;
          display: inline-block;
          margin-bottom: 0; }
        .blog-post .style1 .article .article-description .article-header .blog-date {
          margin-top: 0; }
          @media screen and (max-width: 1199px) {
            .blog-post .style1 .article .article-description .article-header .blog-date {
              font-size: 14px; } }
        .blog-post .style1 .article .article-description .article-content {
          border-bottom: 1px solid #e4e4e4;
          margin-bottom: 20px; }
        .blog-post .style1 .article .article-description .article-btn {
          float: left; }
        .blog-post .style1 .article .article-description .comments-count {
          font-size: 14px;
          float: right;
          margin: 0; }
      .blog-post .style1 .article:hover .article-image a:after {
        width: 450px; }
        @media screen and (max-width: 967px) {
          .blog-post .style1 .article:hover .article-image a:after {
            width: 100%;
            height: 340px; } }
  @media screen and (max-width: 1199px) {
    .blog-post .style2 .article-item {
      margin-bottom: 25px; } }
  .blog-post .style2 .article-item.blog_image_top .article .article-description {
    margin-top: 35px; }
    @media screen and (max-width: 1199px) {
      .blog-post .style2 .article-item.blog_image_top .article .article-description {
        margin-top: 25px; } }
  .blog-post .style2 .article-item.blog_image_bottom .article {
    display: flex;
    flex-direction: column-reverse; }
    .blog-post .style2 .article-item.blog_image_bottom .article .article-description {
      margin-bottom: 35px;
      margin-top: 15px; }
      @media screen and (max-width: 1199px) {
        .blog-post .style2 .article-item.blog_image_bottom .article .article-description {
          margin-bottom: 25px; } }
  .blog-post .style2 .article {
    background: white;
    overflow: hidden; }
    .blog-post .style2 .article .article-image {
      overflow: hidden; }
      @media screen and (max-width: 767px) {
        .blog-post .style2 .article .article-image {
          order: 1; } }
      .blog-post .style2 .article .article-image img {
        display: block;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear; }
    .blog-post .style2 .article .article-description .article-header p:after {
      content: '|';
      color: rgba(3, 13, 29, 0.5);
      padding: 0 8px;
      font-size: 12px;
      vertical-align: text-top; }
    .blog-post .style2 .article .article-description .article-header p:last-child:after {
      display: none; }
    .blog-post .style2 .article .article-description .article-header .blog-date,
    .blog-post .style2 .article .article-description .article-header .author {
      float: none;
      display: inline-block;
      margin-bottom: 5px; }
    .blog-post .style2 .article .article-description .article-header .blog-date {
      margin-top: 0; }
      @media screen and (max-width: 1199px) {
        .blog-post .style2 .article .article-description .article-header .blog-date {
          font-size: 14px; } }
    .blog-post .style2 .article .article-description h4 {
      margin-bottom: 15px; }
      @media screen and (max-width: 1199px) {
        .blog-post .style2 .article .article-description h4 {
          margin-bottom: 15px; } }
    .blog-post .style2 .article .article-description .comments-count {
      display: none; }
    @media screen and (max-width: 1199px) {
      .blog-post .style2 .article .article-description p {
        margin-bottom: 8px; } }
    .blog-post .style2 .article .article-description .btn, .blog-post .style2 .article .article-description .btn--secondary, .blog-post .style2 .article .article-description .btn--tertiary, .blog-post .style2 .article .article-description input[type="submit"] {
      margin-top: 20px;
      margin-bottom: 20px; }
      @media screen and (max-width: 1199px) {
        .blog-post .style2 .article .article-description .btn, .blog-post .style2 .article .article-description .btn--secondary, .blog-post .style2 .article .article-description .btn--tertiary, .blog-post .style2 .article .article-description input[type="submit"] {
          margin-top: 5px; } }
    .blog-post .style2 .article:hover .article-image img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
    .blog-post .style2 .article.content-overimage .article-description {
      position: absolute;
      width: 100%;
      bottom: 0;
      left: 0;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
      filter: alpha(opacity=0); }
    .blog-post .style2 .article.content-overimage:hover .article-image img {
      opacity: 0.05;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=5)";
      filter: alpha(opacity=5);
      -webkit-transition: all 0.5s linear;
      -moz-transition: all 0.5s linear;
      -ms-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear; }
    .blog-post .style2 .article.content-overimage:hover .article-description {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
      filter: alpha(opacity=100);
      -webkit-transition: all 0.5s linear;
      -moz-transition: all 0.5s linear;
      -ms-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear; }
  .blog-post .style3 .article-item:last-child {
    margin-bottom: 0; }
  .blog-post .style3 .article-item .article .article-image {
    overflow: hidden; }
    .blog-post .style3 .article-item .article .article-image img {
      display: block;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all 0.5s linear;
      -moz-transition: all 0.5s linear;
      -ms-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear; }
  .blog-post .style3 .article-item .article .article-description {
    float: left;
    width: 100%;
    padding-top: 25px; }
    .blog-post .style3 .article-item .article .article-description .article-header {
      margin-bottom: 8px; }
      .blog-post .style3 .article-item .article .article-description .article-header p {
        display: inline-block; }
  .blog-post .style3 .article-item .article:hover .article-image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  .blog-post .style3 .article-item .article:hover .article-description h4 a {
    color: #3ddffc !important; }
  .blog-post .style3 .blog-right .article-item .article .article-image {
    float: left;
    width: 41%; }
    @media screen and (max-width: 567px) {
      .blog-post .style3 .blog-right .article-item .article .article-image {
        width: 100%; } }
  .blog-post .style3 .blog-right .article-item .article .article-description {
    padding-top: 0;
    padding-left: 25px;
    width: calc(100% - 41%); }
    @media screen and (max-width: 567px) {
      .blog-post .style3 .blog-right .article-item .article .article-description {
        padding: 25px 0 0;
        width: 100%; } }
  .blog-post .blog-tag {
    margin-bottom: 15px; }
    .blog-post .blog-tag i {
      display: none; }
    .blog-post .blog-tag .blog-tags {
      display: inline-block;
      padding: 0 12px; }
    .blog-post .blog-tag .meta-sep {
      display: none; }
  .blog-post .article-content h4 {
    margin-bottom: 8px; }
  .blog-post .article-header p {
    color: rgba(3, 13, 29, 0.5);
    display: inline-block;
    margin-bottom: 5px;
    /* &.blog-date {
      margin-right:10px; 
    } */ }
  .blog-post .article-header .comments {
    position: relative;
    /* &:before { 
      content:'';
      display:inline-block;
      background:rgba(3, 13, 29, 0.2);
      width:1px;
      height:11px;        
      margin-right:10px;        
    } */ }

.link_text {
  display: inline-block;
  font-weight: normal;
  text-decoration: underline; }

/* ----- Blog Detail Page ----- */
.blog-section {
  float: left;
  width: 100%; }
  @media screen and (max-width: 1199px) {
    .blog-section {
      width: 100%; }
      .blog-section > .grid-uniform {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
        .blog-section > .grid-uniform .pagination-blog {
          margin-top: 0; } }
  .blog-section .blog-description {
    width: 70%;
    max-width: 700px;
    margin: 0 auto;
    text-align: left;
    float: none; }
    @media screen and (max-width: 1199px) {
      .blog-section .blog-description {
        width: 100%; } }
  .blog-section .blog_section_detail {
    float: left;
    width: 100%;
    margin-top: 30px; }
    .blog-section .blog_section_detail h4 {
      font-size: 26px; }
      @media screen and (max-width: 767px) {
        .blog-section .blog_section_detail h4 {
          font-size: 24px; } }
    .blog-section .blog_section_detail ul, .blog-section .blog_section_detail ol {
      list-style-position: outside;
      padding-left: 20px;
      margin-bottom: 20px; }
      .blog-section .blog_section_detail ul li, .blog-section .blog_section_detail ol li {
        margin-bottom: 7px; }
    .blog-section .blog_section_detail p {
      line-height: 24px;
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .blog-section .blog_section_detail p {
          line-height: 22px; } }
    .blog-section .blog_section_detail .blogs-sub-title p {
      display: inline-block;
      margin: 0 10px 10px 0; }
      .blog-section .blog_section_detail .blogs-sub-title p:last-child {
        margin-right: 0; }
    .blog-section .blog_section_detail .blogs-sub-title i {
      margin-right: 5px; }
    .blog-section .blog_section_detail img {
      display: block; }
    .blog-section .blog_section_detail blockquote p {
      margin-bottom: 0; }
    .blog-section .blog_section_detail .video-wrapper {
      float: left;
      width: 100%;
      margin-bottom: 30px; }
      .blog-section .blog_section_detail .video-wrapper iframe {
        width: 100%; }
    .blog-section .blog_section_detail iframe {
      margin-top: 5px; }
    .blog-section .blog_section_detail .blog-meta-group {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: space-between;
      -moz-box-pack: space-between;
      -ms-flex-pack: space-between;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: baseline;
      -moz-align-items: baseline;
      -ms-align-items: baseline;
      align-items: baseline;
      float: left;
      width: 100%;
      margin-top: 10px; }
      @media screen and (max-width: 567px) {
        .blog-section .blog_section_detail .blog-meta-group {
          display: block; } }
    .blog-section .blog_section_detail .blog-tag {
      margin-bottom: 15px; }
      .blog-section .blog_section_detail .blog-tag i {
        margin-right: 2px; }
    .blog-section .blog_section_detail .social-sharing {
      text-align: left;
      width: auto;
      margin-bottom: 20px; }
      .blog-section .blog_section_detail .social-sharing label {
        color: #030d1d;
        display: inline-block; }
      .blog-section .blog_section_detail .social-sharing a {
        line-height: normal;
        display: inline-block;
        width: 25px;
        height: 18px; }
        @media screen and (max-width: 567px) {
          .blog-section .blog_section_detail .social-sharing a {
            width: 20px; } }
    .blog-section .blog_section_detail #comments {
      margin-top: 22px; }
      .blog-section .blog_section_detail #comments h6, .blog-section .blog_section_detail #comments .sidebar .widget_custom_block .support_section .support_text h5, .sidebar .widget_custom_block .support_section .support_text .blog-section .blog_section_detail #comments h5 {
        text-transform: capitalize;
        margin-bottom: 25px; }
      .blog-section .blog_section_detail #comments .comment p {
        margin-bottom: 10px; }
      .blog-section .blog_section_detail #comments > ul {
        list-style: none;
        padding: 0; }
        .blog-section .blog_section_detail #comments > ul li {
          margin: 0 0 20px;
          padding-bottom: 10px;
          float: left;
          width: 100%; }
      .blog-section .blog_section_detail #comments form {
        margin: 0; }
        .blog-section .blog_section_detail #comments form h3 {
          margin-bottom: 25px; }
      .blog-section .blog_section_detail #comments input[type="text"],
      .blog-section .blog_section_detail #comments input[type="email"],
      .blog-section .blog_section_detail #comments textarea {
        float: left;
        width: 100%; }
      .blog-section .blog_section_detail #comments .blogs-sub-title {
        margin-bottom: 5px; }
      .blog-section .blog_section_detail #comments .grid-uniform .grid__item {
        width: 49%;
        margin: 0 2% 0 0;
        padding: 0; }
        @media screen and (max-width: 567px) {
          .blog-section .blog_section_detail #comments .grid-uniform .grid__item {
            width: 100%;
            margin: 0; } }
        .blog-section .blog_section_detail #comments .grid-uniform .grid__item:nth-child(2n) {
          margin-right: 0; }

/* Blog Pagination */
.action-btn {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding: 20px 0;
  float: left;
  width: 100%;
  margin: 20px 0; }
  .action-btn .btn-left {
    float: left; }
    .action-btn .btn-left i {
      margin-right: 2px; }
  .action-btn .btn-right {
    float: right; }
    .action-btn .btn-right i {
      margin-left: 2px; }
  .action-btn i {
    font-size: 14px; }

/* sorting */
.sorting-section {
  min-width: 150px;
  position: relative; }
  .sorting-section .btn, .sorting-section .btn--secondary, .sorting-section .btn--tertiary, .sorting-section input[type="submit"] {
    background-image: none !important;
    width: 100%;
    text-align: left;
    font-weight: normal;
    padding: 7px 28px 7px 12px;
    z-index: 1;
    background-color: #ffffff;
    background-image: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    color: #3c3a3b; }
    .sorting-section .btn i, .sorting-section .btn--secondary i, .sorting-section .btn--tertiary i, .sorting-section input[type="submit"] i {
      margin-right: 7px; }
    .sorting-section .btn:hover, .sorting-section .btn--secondary:hover, .sorting-section .btn--tertiary:hover, .sorting-section input[type="submit"]:hover {
      border: 1px solid #e4e4e4; }
    .sorting-section .btn:hover, .sorting-section .btn--secondary:hover, .sorting-section .btn--tertiary:hover, .sorting-section input[type="submit"]:hover, .sorting-section .btn:active, .sorting-section .btn--secondary:active, .sorting-section .btn--tertiary:active, .sorting-section input[type="submit"]:active {
      background: transparent;
      color: #3c3a3b; }
    .sorting-section .btn :after, .sorting-section .btn--secondary :after, .sorting-section .btn--tertiary :after, .sorting-section input[type="submit"] :after {
      font-size: 10px;
      position: absolute;
      content: "\f078";
      right: 9px;
      top: 12px;
      font-family: "Font Awesome 5 Free";
      font-weight: bold;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  .sorting-section.open .btn, .sorting-section.open .btn--secondary, .sorting-section.open .btn--tertiary, .sorting-section.open input[type="submit"] {
    -moz-border-radius: 0px 0px 0 0;
    -webkit-border-radius: 0px 0px 0 0;
    -ms-border-radius: 0px 0px 0 0;
    -o-border-radius: 0px 0px 0 0;
    border-radius: 0px 0px 0 0; }

.sorting-section .btn, .sorting-section .btn--secondary, .sorting-section .btn--tertiary, .sorting-section input[type="submit"], .toolbar .toolbar-col .label-tab {
  border: 1px solid #e4e4e4;
  font-size: 14px; }

.toolbar .toolbar-col .label-tab {
  padding: 5px 12px; }

.featured-tag {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99; }

.product_right_tag {
  z-index: 2; }
  .product_right_tag .badge--new {
    background: #b1a684;
    color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2; }
  .product_right_tag .offer-price {
    float: right;
    padding: 10px;
    background: #030d1d;
    color: #ffffff;
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 2;
    text-align: center;
    line-height: 1.1; }
  .product_right_tag.offer_exist .badge--new {
    top: 60px; }
  .product_right_tag .offer-price {
    top: 0px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }

.social-sharing {
  float: none;
  padding: 0px 0;
  margin: 0px 0 0; }
  @media screen and (max-width: 1199px) {
    .social-sharing {
      float: left;
      width: 100%; } }
  .social-sharing a {
    padding: 0 0px;
    display: inline-block;
    text-align: center; }

#promo-carousel li {
  position: relative;
  -webkit-transition: all 900ms ease 0s;
  -moz-transition: all 900ms ease 0s;
  -ms-transition: all 900ms ease 0s;
  -o-transition: all 900ms ease 0s;
  transition: all 900ms ease 0s; }
  #promo-carousel li h5 {
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0; }
  #promo-carousel li img {
    -webkit-transition: all 900ms ease 0s;
    -moz-transition: all 900ms ease 0s;
    -ms-transition: all 900ms ease 0s;
    -o-transition: all 900ms ease 0s;
    transition: all 900ms ease 0s;
    margin-bottom: 10px; }
  #promo-carousel li:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }

.header-bar .wrapper, .site-header .wrapper {
  max-width: 100%; }

#minicart_total {
  display: inline-block;
  line-height: normal;
  text-align: left;
  float: left;
  margin-top: 0;
  font-size: 14px; }
  @media screen and (max-width: 967px) {
    #minicart_total {
      font-size: 14px;
      line-height: 12px; } }
  @media screen and (max-width: 767px) {
    #minicart_total {
      float: none;
      display: inline-block; } }

#minicart_total span {
  margin: 0; }

#cartCount {
  font-size: 16px;
  text-align: left;
  position: relative;
  display: inline-block; }
  @media screen and (max-width: 1199px) {
    #cartCount {
      font-size: 13px; } }

.cart__note-add {
  text-decoration: underline;
  margin-bottom: 10px; }

.cart__note textarea {
  width: 100%;
  margin: 0; }

.header-bar__module.cart .baskettop {
  float: none; }

.site-header__logo img.retina-logo,
.is-sticky .sticky-logo img.retina-footer-logo,
.footer-logo img.retina-footer-logo {
  display: none; }

.site-header__logo {
  position: relative;
  height: 95px;
  margin: 0; }
  @media screen and (max-width: 1199px) {
    .site-header__logo {
      text-align: left;
      float: left;
      width: 100%;
      height: auto; } }
  @media screen and (max-width: 767px) {
    .site-header__logo {
      margin: 0 auto; } }
  .site-header__logo a {
    padding: 0px;
    display: inline-block; }
    @media screen and (max-width: 967px) {
      .site-header__logo a {
        padding: 0px; } }
    .site-header__logo a .logo_name {
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media screen and (max-width: 767px) {
        .site-header__logo a .logo_name {
          right: 0; } }
  .site-header__logo img, .site-header__logo .logo_name {
    display: block;
    max-height: 33px;
    margin: 0 auto; }
    @media screen and (min-width: 1200px) {
      .site-header__logo img, .site-header__logo .logo_name {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); } }

/* Slide Cart */
#slidedown-cart .option-title,
#slidedown-cart .cart-title,
#slidedown-cart .customer-title {
  margin-bottom: 22px;
  margin-top: 7px; }
  #slidedown-cart .option-title .close,
  #slidedown-cart .cart-title .close,
  #slidedown-cart .customer-title .close {
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    font-weight: normal;
    margin-bottom: 30px; }
    #slidedown-cart .option-title .close span,
    #slidedown-cart .cart-title .close span,
    #slidedown-cart .customer-title .close span {
      margin-left: 5px;
      padding-top: 1px; }
  #slidedown-cart .option-title h5,
  #slidedown-cart .cart-title h5,
  #slidedown-cart .customer-title h5 {
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 20px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 17px;
    margin-bottom: 0; }

/* Site Nav */
.site-nav {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0; }
  .site-nav li a.new:after, .site-nav li a.sale:after, .site-nav li a.offer:after {
    font-size: 9px;
    padding: 3px 5px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    line-height: 16px; }
  .site-nav li a.new:after {
    content: 'New';
    background: #b1a684;
    color: #ffffff; }
  .site-nav li a.sale:after {
    content: 'Sale';
    background: #030d1d;
    color: #ffffff; }
  .site-nav li a.offer:after {
    content: 'Offer';
    background: #030d1d;
    color: #ffffff; }
  .site-nav li:first-child a:before {
    content: none; }

/*.zoomWrapper > div { width: 64px !important; height: 64px !important; background-color: #fff!important; left: 50% !important; margin: -32px 0 0 -32px !important; top: 50% !important; -webkit-border-radius: 4px;-moz-border-radius: 4px; border-radius: 4px;z-index: 99!important;}*/
.header_custom {
  padding: 12px 20px 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px; }
  @media screen and (max-width: 967px) {
    .header_custom {
      display: none; } }
  .header_custom p {
    margin: 0; }

.header_user {
  position: relative;
  min-width: 100px;
  padding: 0 0px;
  text-align: center;
  line-height: 100px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }
  @media screen and (max-width: 967px) {
    .header_user {
      min-width: 50px; } }
  @media screen and (max-width: 767px) {
    .header_user {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 30%;
      -moz-box-flex: 1;
      -moz-flex: 1 1 30%;
      -ms-flex: 1 1 30%;
      flex: 1 1 30%;
      line-height: 60px;
      border-right: 1px solid #e4e4e4; } }
  @media screen and (max-width: 567px) {
    .header_user {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 100%;
      -moz-box-flex: 1;
      -moz-flex: 1 1 100%;
      -ms-flex: 1 1 30%;
      flex: 1 1 100%; } }

.customer_account_links ul {
  position: absolute;
  background: red;
  top: 100%;
  line-height: 2em;
  list-style: none; }

.header_cart {
  position: relative;
  padding: 26px 0px 26px 10px;
  float: left; }
  @media screen and (max-width: 767px) {
    .header_cart {
      position: static; } }

.option-loader .product-img,
.option-loader .product-title,
.option-loader .product-title,
.option-loader .product-description {
  display: none; }

/* ----- Slick Slider General Style ----- */
.slick-slider {
  position: relative;
  float: left;
  width: 100%; }

.slick-list {
  float: left;
  width: 100%; }

.slick-slide {
  outline: none; }
  .slick-slide img {
    display: block;
    margin: auto; }

.slick-arrow {
  height: 60px;
  line-height: 60px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

@media screen and (max-width: 967px) {
  .slick-dots {
    bottom: 10px !important; } }
.slick-dots li button {
  border: 1px solid #3ddffc !important;
  background: #3ddffc !important;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%; }
  .slick-dots li button:before {
    content: none; }
  .slick-dots li button:hover, .slick-dots li button:focus, .slick-active + .slick-dots li button {
    background: #000000 !important;
    border-color: #000000 !important;
    color: #ffffff; }

.free-shipping {
  clear: both; }
  .free-shipping h3 {
    font-size: 13px;
    margin-bottom: 35px;
    font-weight: 400;
    line-height: 24px; }

/* ----- Owl Carousel General Style ----- */
.owl-carousel {
  padding: 0; }
  .owl-carousel .owl-item {
    padding: 0; }
    .owl-carousel .owl-item li {
      list-style: none; }
  .owl-carousel.owl-theme {
    overflow: hidden; }
    .owl-carousel.owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #3ddffc;
      border: 1px solid rgba(0, 0, 0, 0);
      display: block;
      -webkit-backface-visibility: visible;
      -webkit-transition: opacity 0.2s ease;
      -moz-transition: opacity 0.2s ease;
      -ms-transition: opacity 0.2s ease;
      -o-transition: opacity 0.2s ease;
      transition: opacity 0.2s ease;
      -moz-border-radius: 30px;
      -webkit-border-radius: 30px;
      -ms-border-radius: 30px;
      -o-border-radius: 30px;
      border-radius: 30px; }
    .owl-carousel.owl-theme .owl-dots .owl-dot.active span, .owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
      background: #000000;
      border-color: rgba(0, 0, 0, 0);
      color: #3ddffc; }

/* Owl Carousel Arrow */
.disabled {
  display: none; }

.owl-prev,
.owl-next {
  float: left;
  padding: 0;
  margin: 0;
  z-index: 1; }
  .owl-prev a,
  .owl-next a {
    cursor: pointer;
    display: inline-block;
    padding: 0;
    z-index: 1; }
  .owl-prev.disabled,
  .owl-next.disabled {
    display: block; }

@media screen and (max-width: 767px) {
  .sticky-mass {
    position: static !important; } }

.sticky-wrapper {
  height: auto !important; }

.tab-icon-wrapper {
  float: left;
  width: 100%;
  position: relative;
  padding-left: 50px;
  padding-right: 10px; }
  .tab-icon-wrapper .tab-icon {
    position: absolute;
    left: 0;
    width: 40px;
    font-size: 30px;
    line-height: normal; }

.bottom-products-suggest .suggest-close {
  display: none; }
.bottom-products-suggest .product-short-suggest .price del {
  margin-right: 10px; }

.wishlist-box .product-remove a {
  font-size: 15px; }

.spr-badge-caption {
  margin-left: 5px;
  display: none; }

.template-customers-order th {
  text-align: center; }

.hidden, .swipe {
  display: none; }

.hidden {
  visibility: hidden; }

.success-message {
  line-height: 40px;
  color: #3c3a3b;
  padding: 0 0 0 40px;
  margin-bottom: 20px;
  font-size: 12px; }

.refined-widgets > span {
  font-size: 14px; }
.refined-widgets > a {
  float: right;
  margin-bottom: 15px;
  text-decoration: underline; }

.filter-sortby input {
  display: none; }

.compare_modal,
.modal {
  display: none;
  left: 0;
  outline: 0;
  top: 0;
  bottom: 0;
  z-index: 10000; }

.compare_modal {
  position: fixed;
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  .compare_modal h4 {
    text-align: center;
    margin: 0;
    padding: 20px; }
  .compare_modal .overlay {
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99; }
  .compare_modal .th-compare td {
    font-weight: bold; }
  .compare_modal .th-compare th, .compare_modal .th-compare td {
    text-align: left; }

.close-modal {
  float: right;
  top: 0;
  position: absolute;
  right: 0;
  padding: 0;
  width: 27px;
  height: 27px;
  line-height: 27px; }

.sweet-dialog {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 10000; }

#compare-modal #table-compare td img {
  margin-bottom: 5px; }
#compare-modal #table-compare th {
  font-weight: bold; }
#compare-modal #table-compare td, #compare-modal #table-compare th {
  text-align: left; }
#compare-modal .close-modal {
  bottom: auto;
  top: -3px;
  right: 0;
  font-size: 30px; }
#compare-modal .product_price {
  margin-bottom: 10px; }
  #compare-modal .product_price strong {
    margin-right: 7px; }
#compare-modal table .btn, #compare-modal table .btn--secondary, #compare-modal table .btn--tertiary, #compare-modal table input[type="submit"] {
  padding: 10px 24px;
  font-size: 13px; }
#compare-modal table button, #compare-modal table p {
  margin: 0; }

.product-shop.summary {
  float: right;
  width: 50%; }
  .product-shop.summary .prices {
    float: left;
    width: 100%;
    margin: 0;
    line-height: normal;
    margin: 0 0 0px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .product-shop.summary span.price {
    margin-bottom: 10px;
    float: left; }

.product-img.images {
  margin: 0 !important;
  float: left;
  width: 47%; }

.dialog {
  top: 350px;
  padding: 100px 0 0;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  pointer-events: none;
  z-index: 900; }
  .dialog h2 {
    font-weight: 400;
    font-size: 2em;
    padding: 0 0 2em;
    margin: 0; }
  .dialog input[type=text] {
    width: 80%;
    float: left;
    padding: 16px 15px;
    min-height: 48px;
    border: none; }
  .dialog input[type=submit] {
    float: left;
    border: none;
    padding: 15px 18px 16px;
    min-height: 48px; }

.dialog__overlay {
  background: rgba(249, 249, 249, 0.95);
  bottom: 0;
  height: auto;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: alpha(opacity=0);
  overflow: auto;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: auto;
  z-index: 8010; }

.dialog, .dialog__overlay {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  float: left; }

.dialog--open .dialog__overlay {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  filter: alpha(opacity=100);
  pointer-events: auto; }
.dialog--open .dialog__content {
  pointer-events: auto;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  filter: alpha(opacity=100); }

.dialog__content {
  display: inline-block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: alpha(opacity=0);
  position: relative;
  text-align: center;
  width: 65%;
  z-index: 8030;
  padding: 0 0 0 260px; }

#popupBoxClose {
  right: -10px;
  top: -10px; }

.search-close {
  right: 15px;
  top: -120px; }

.compare-product-name {
  float: left;
  width: 100%; }

.sweet-alert-content {
  z-index: 999;
  background: #ffffff;
  padding: 20px; }
  .sweet-alert-content .sa-button-container,
  .sweet-alert-content .sa-error-container,
  .sweet-alert-content fieldset {
    display: none; }

.sweet-alert {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto !important;
  text-align: center;
  z-index: 9999; }

.modal {
  position: fixed;
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.modal.fade .modal-dialog {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate(0, -25%);
  -moz-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%); }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  float: left;
  width: 100%;
  position: relative;
  background-color: #ffffff;
  background-clip: padding-box;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  z-index: 999; }

.quick-view,
.quickview-template {
  bottom: 0;
  left: 0;
  outline: 0;
  overflow-x: auto;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10050;
  display: none; }

.quick-view .close-window,
#fancybox-close,
.search-close,
#popupBoxClose,
#size-chart button {
  background: url(//cdn.shopify.com/s/files/1/0550/0813/3288/t/5/assets/hover.png?v=148668718676606563061624526057) no-repeat;
  border: none;
  cursor: pointer;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  position: absolute;
  top: 0px;
  right: 0px; }

.simple-menu .coll-img {
  display: none !important; }

.clear-filter {
  text-transform: capitalize;
  float: right;
  font-size: 12px;
  padding: 2px 0; }

.widget a.hidden,
.widget_text a.hidden {
  display: none; }

#viewcontrols {
  float: left;
  display: inline-block; }
  #viewcontrols .gridview {
    padding-right: 10px; }
  #viewcontrols .gridview,
  #viewcontrols .listview {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    font-size: 24px; }

/* Content Alignment Position */
.align--top,
.align--center,
.align--bottom {
  text-align: center; }

.align--top {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }

.align--center {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.align--bottom {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end; }

.shopify-policy__container {
  max-width: 100% !important; }

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

.product-single {
  position: relative;
  float: left;
  width: 100%; }
  @media screen and (max-width: 567px) {
    .product-single .buddha-products-nav .wrapper-short {
      display: none; } }
  .product-single .product-description {
    margin-top: 10px; }
  .product-single .price_range {
    float: left;
    width: 100%;
    margin: 15px 0 0; }
    .product-single .price_range label {
      font-size: 13px;
      text-transform: uppercase;
      color: #000000; }
  .product-single .slick-slider .slick-arrow {
    border: none;
    background: none !important;
    line-height: normal;
    width: auto;
    height: auto; }

.buddha-products-nav-section {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 70px auto auto;
  padding: 20px 0;
  position: relative; }

.buddha-products-nav-section .buddha-products-nav,
.buddha-products-nav .product-btn.product-next,
.buddha-products-nav .product-btn.product-prev {
  float: none;
  display: inline-block;
  z-index: 11; }

.buddha-products-nav {
  position: absolute; }
  .buddha-products-nav .product-short {
    border: 2px solid #e4e4e4; }
    @media screen and (max-width: 567px) {
      .buddha-products-nav .product-short {
        display: none; } }
  .buddha-products-nav .product-btn {
    z-index: 1; }
  .buddha-products-nav .product-btn.product-next,
  .buddha-products-nav .product-btn.product-prev {
    position: absolute; }
  .buddha-products-nav .product-btn.product-next {
    left: 0;
    margin-left: 10px; }
  .buddha-products-nav .product-btn.product-prev {
    right: 0; }

.more-view-wrapper .slick-slide {
  margin: 0 5px; }

.single-product-layout-type-2 .product_single_detail_section {
  width: 100%;
  padding: 0;
  text-align: center;
  border-bottom: 1px solid #e4e4e4;
  border-right: none;
  margin-top: 40px; }
  .single-product-layout-type-2 .product_single_detail_section .product-single__quantity {
    margin-top: 10px; }
    .single-product-layout-type-2 .product_single_detail_section .product-single__quantity label {
      display: inline-block;
      width: auto;
      float: none;
      text-align: center;
      margin: 0 0 7px; }
    .single-product-layout-type-2 .product_single_detail_section .product-single__quantity input#quantity {
      margin: 0 -6px 0;
      float: none;
      display: inline-block;
      vertical-align: top;
      position: relative;
      top: 0px; }
    .single-product-layout-type-2 .product_single_detail_section .product-single__quantity .dec,
    .single-product-layout-type-2 .product_single_detail_section .product-single__quantity .inc {
      float: none;
      display: inline-block; }
  .single-product-layout-type-2 .product_single_detail_section .swatch .header {
    width: auto;
    float: none;
    display: inline-block;
    text-align: center;
    margin: 0px 0 10px; }
  .single-product-layout-type-2 .product_single_detail_section .selector-wrapper-secton {
    width: 100%;
    float: none;
    display: inline-block;
    text-align: center;
    margin-bottom: 0; }
    @media screen and (max-width: 567px) {
      .single-product-layout-type-2 .product_single_detail_section .selector-wrapper-secton {
        padding: 30px; } }
    .single-product-layout-type-2 .product_single_detail_section .selector-wrapper-secton .selector-wrapper {
      float: none;
      display: inline-block;
      width: auto;
      margin-right: 40px;
      margin-bottom: 0;
      margin-top: 0; }
      @media screen and (max-width: 567px) {
        .single-product-layout-type-2 .product_single_detail_section .selector-wrapper-secton .selector-wrapper {
          width: 100%;
          margin-right: 0;
          margin-bottom: 10px; } }
      .single-product-layout-type-2 .product_single_detail_section .selector-wrapper-secton .selector-wrapper label {
        width: auto; }
        @media screen and (max-width: 567px) {
          .single-product-layout-type-2 .product_single_detail_section .selector-wrapper-secton .selector-wrapper label {
            float: left;
            display: inline-block;
            width: 50%;
            text-align: left; } }
    .single-product-layout-type-2 .product_single_detail_section .selector-wrapper-secton select {
      padding: 4px 20px; }
  .single-product-layout-type-2 .product_single_detail_section .deal-clock,
  .single-product-layout-type-2 .product_single_detail_section label.deal-lable,
  .single-product-layout-type-2 .product_single_detail_section .product_single_price,
  .single-product-layout-type-2 .product_single_detail_section .product_single_price label,
  .single-product-layout-type-2 .product_single_detail_section .product_price {
    float: none;
    display: inline-block;
    text-align: center;
    margin: auto; }
  .single-product-layout-type-2 .product_single_detail_section .deal-clock ul {
    text-align: center;
    margin-bottom: 30px; }
    .single-product-layout-type-2 .product_single_detail_section .deal-clock ul li {
      float: none;
      display: inline-block; }
  .single-product-layout-type-2 .product_single_detail_section .total-price span {
    font-size: 20px;
    margin-left: 3px; }
  .single-product-layout-type-2 .product_single_detail_section #AddToCart,
  .single-product-layout-type-2 .product_single_detail_section .add-to-wishlist {
    float: none;
    display: inline-block;
    width: auto;
    margin-bottom: 0; }
    @media screen and (max-width: 1199px) {
      .single-product-layout-type-2 .product_single_detail_section #AddToCart,
      .single-product-layout-type-2 .product_single_detail_section .add-to-wishlist {
        width: auto;
        clear: inherit; } }
  .single-product-layout-type-2 .product_single_detail_section .add-to-wishlist .btn, .single-product-layout-type-2 .product_single_detail_section .add-to-wishlist .btn--secondary, .single-product-layout-type-2 .product_single_detail_section .add-to-wishlist .btn--tertiary, .single-product-layout-type-2 .product_single_detail_section .add-to-wishlist input[type="submit"] {
    float: none;
    margin-top: 0;
    margin-left: 10px;
    margin-bottom: 0px; }
  .single-product-layout-type-2 .product_single_detail_section .share_this_btn {
    float: right;
    width: auto;
    text-align: right;
    margin: 0; }
    @media screen and (max-width: 567px) {
      .single-product-layout-type-2 .product_single_detail_section .share_this_btn {
        float: left;
        text-align: left;
        width: 100%;
        margin-bottom: 10px; } }
  .single-product-layout-type-2 .product_single_detail_section form {
    margin: 0 0 50px; }
  .single-product-layout-type-2 .product_single_detail_section .product-infor {
    padding-bottom: 0;
    border: none;
    width: auto; }
    .single-product-layout-type-2 .product_single_detail_section .product-infor label {
      width: auto;
      margin-right: 5px; }
  .single-product-layout-type-2 .product_single_detail_section .product_single_price {
    margin-bottom: 15px;
    width: 100%; }
    .single-product-layout-type-2 .product_single_detail_section .product_single_price .product_price {
      line-height: 1;
      float: none; }
  .single-product-layout-type-2 .product_single_detail_section h2 {
    width: 100%;
    margin-bottom: 15px; }
  .single-product-layout-type-2 .product_single_detail_section .social-sharing {
    margin: 0; }
  .single-product-layout-type-2 .product_single_detail_section .product-description {
    float: none;
    display: inline-block;
    width: 70%;
    float: none;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .single-product-layout-type-2 .product_single_detail_section .product-description {
        width: 100%; } }
  .single-product-layout-type-2 .product_single_detail_section .quantity_width .min-qty-alert,
  .single-product-layout-type-2 .product_single_detail_section .quantity_width {
    width: 100%; }
  .single-product-layout-type-2 .product_single_detail_section .single-product-button {
    display: inline-block;
    width: 100%;
    margin-top: 10px; }
    .single-product-layout-type-2 .product_single_detail_section .single-product-button .shopify-payment-button {
      float: none;
      display: inline-block;
      margin-top: 10px; }
.single-product-layout-type-2 #ComparePrice {
  float: none;
  display: inline-block !important; }
.single-product-layout-type-2 .grid-link__org_price {
  float: none;
  width: auto; }
.single-product-layout-type-2 .swatch {
  text-align: center;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 0;
  width: auto;
  float: none;
  display: inline-block; }
  .single-product-layout-type-2 .swatch .swatch-element {
    display: inline-block;
    float: none; }
    .single-product-layout-type-2 .swatch .swatch-element .bgImg {
      display: inline-block; }
  .single-product-layout-type-2 .swatch label {
    float: none; }
.single-product-layout-type-2 .product-img-box {
  padding-right: 0; }
  .single-product-layout-type-2 .product-img-box .p-video {
    margin-top: 20px;
    text-align: center; }
.single-product-layout-type-2 .swatch-section {
  float: none;
  display: inline-block;
  width: auto;
  text-align: center; }
.single-product-layout-type-2 .size-chart-section {
  float: left;
  width: 100%;
  margin-bottom: 10px; }
  .single-product-layout-type-2 .size-chart-section i {
    margin-right: 7px; }
.single-product-layout-type-2 .owl-carousel .owl-stage {
  margin: auto; }
.single-product-layout-type-2 #productGallery {
  margin: 0 0 40px; }
  .single-product-layout-type-2 #productGallery .slick-dots {
    position: static;
    display: inline-block;
    margin-top: 30px; }
.single-product-layout-type-2 .slick-track {
  margin: auto; }

.single-product-layout-type-1 .layout_with_support .shopify-payment-button {
  width: 100%; }
  @media screen and (min-width: 1200px) {
    .single-product-layout-type-1 .layout_with_support .shopify-payment-button {
      width: 100%;
      margin-left: 0; } }
  .single-product-layout-type-1 .layout_with_support .shopify-payment-button button {
    width: 100%;
    background: none;
    color: #3c3a3b;
    box-shadow: 0 0 0 1px #e4e4e4;
    border: none; }
    .single-product-layout-type-1 .layout_with_support .shopify-payment-button button:hover {
      background: #000000;
      color: #ffffff; }
.single-product-layout-type-1 .layout_with_support .shopify-payment-button .shopify-payment-button__button--unbranded,
.single-product-layout-type-1 .layout_with_support .btn,
.single-product-layout-type-1 .layout_with_support .btn--secondary,
.single-product-layout-type-1 .layout_with_support .btn--tertiary,
.single-product-layout-type-1 .layout_with_support input[type="submit"] {
  padding: 10px 15px; }
  @media screen and (max-width: 1199px) {
    .single-product-layout-type-1 .layout_with_support .shopify-payment-button .shopify-payment-button__button--unbranded,
    .single-product-layout-type-1 .layout_with_support .btn,
    .single-product-layout-type-1 .layout_with_support .btn--secondary,
    .single-product-layout-type-1 .layout_with_support .btn--tertiary,
    .single-product-layout-type-1 .layout_with_support input[type="submit"] {
      padding: 10px 15px;
      font-size: 13px; } }
  @media screen and (max-width: 967px) {
    .single-product-layout-type-1 .layout_with_support .shopify-payment-button .shopify-payment-button__button--unbranded,
    .single-product-layout-type-1 .layout_with_support .btn,
    .single-product-layout-type-1 .layout_with_support .btn--secondary,
    .single-product-layout-type-1 .layout_with_support .btn--tertiary,
    .single-product-layout-type-1 .layout_with_support input[type="submit"] {
      font-size: 14px; } }
.single-product-layout-type-1 .layout_with_support .product_button_section {
  margin-top: 20px;
  float: left;
  width: 100%; }
  @media screen and (max-width: 1199px) {
    .single-product-layout-type-1 .layout_with_support .product_button_section {
      width: 100%; } }
.single-product-layout-type-1 .layout_with_support .product_sidebar {
  display: block;
  padding-right: 0;
  padding-left: 20px;
  margin-left: 20px; }
  @media screen and (max-width: 1199px) {
    .single-product-layout-type-1 .layout_with_support .product_sidebar {
      padding-left: 10px;
      margin-left: 10px; } }
  @media screen and (max-width: 967px) {
    .single-product-layout-type-1 .layout_with_support .product_sidebar {
      padding-top: 20px;
      margin-top: 20px;
      padding-left: 0;
      margin-left: 0; } }
  .single-product-layout-type-1 .layout_with_support .product_sidebar .support_text {
    float: left;
    width: calc(80% - 70px); }
    @media screen and (max-width: 567px) {
      .single-product-layout-type-1 .layout_with_support .product_sidebar .support_text {
        width: 100%;
        text-align: center; } }
    .single-product-layout-type-1 .layout_with_support .product_sidebar .support_text h5 {
      margin-bottom: 5px; }
    .single-product-layout-type-1 .layout_with_support .product_sidebar .support_text h6, .single-product-layout-type-1 .layout_with_support .product_sidebar .sidebar .widget_custom_block .support_section .support_text h5, .sidebar .widget_custom_block .support_section .single-product-layout-type-1 .layout_with_support .product_sidebar .support_text h5 {
      margin-bottom: 5px;
      font-size: 15px;
      font-family: Raleway; }
  .single-product-layout-type-1 .layout_with_support .product_sidebar .support_section {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%; }
    .single-product-layout-type-1 .layout_with_support .product_sidebar .support_section:after {
      content: none;
      background: none;
      width: 0;
      height: 0; }
  .single-product-layout-type-1 .layout_with_support .product_sidebar ul.support_block {
    list-style: none;
    padding: 0; }
    .single-product-layout-type-1 .layout_with_support .product_sidebar ul.support_block li {
      float: left;
      width: 100%;
      padding: 12px 0;
      margin-bottom: 5px;
      border-bottom: 1px dashed #e4e4e4; }
      .single-product-layout-type-1 .layout_with_support .product_sidebar ul.support_block li span.top_product_count {
        float: left;
        font-size: 50px;
        position: relative; }
        @media screen and (max-width: 1599px) {
          .single-product-layout-type-1 .layout_with_support .product_sidebar ul.support_block li span.top_product_count {
            font-size: 36px; } }
        @media screen and (max-width: 1199px) {
          .single-product-layout-type-1 .layout_with_support .product_sidebar ul.support_block li span.top_product_count {
            display: none;
            font-size: 46px; } }
        @media screen and (max-width: 767px) {
          .single-product-layout-type-1 .layout_with_support .product_sidebar ul.support_block li span.top_product_count {
            display: block; } }
      .single-product-layout-type-1 .layout_with_support .product_sidebar ul.support_block li:last-child {
        margin-bottom: 0;
        border: none;
        padding-bottom: 0; }
    .single-product-layout-type-1 .layout_with_support .product_sidebar ul.support_block .support_icon {
      float: left;
      width: 70px;
      margin-right: 5%; }
      @media screen and (max-width: 567px) {
        .single-product-layout-type-1 .layout_with_support .product_sidebar ul.support_block .support_icon {
          width: 100%;
          margin: 0 0 15px;
          text-align: center; } }
      .single-product-layout-type-1 .layout_with_support .product_sidebar ul.support_block .support_icon a {
        float: left;
        padding: 10px 0;
        width: 70px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        border-radius: 100%;
        padding: 0; }
        @media screen and (max-width: 1599px) {
          .single-product-layout-type-1 .layout_with_support .product_sidebar ul.support_block .support_icon a {
            width: 50px;
            height: 50px;
            line-height: 50px; } }
        @media screen and (max-width: 567px) {
          .single-product-layout-type-1 .layout_with_support .product_sidebar ul.support_block .support_icon a {
            float: none;
            display: inline-block; } }
        .single-product-layout-type-1 .layout_with_support .product_sidebar ul.support_block .support_icon a i {
          font-size: 20px;
          line-height: 70px; }
          @media screen and (max-width: 1599px) {
            .single-product-layout-type-1 .layout_with_support .product_sidebar ul.support_block .support_icon a i {
              line-height: 50px; } }
.single-product-layout-type-1 .layout_with_support .product_single_detail_section {
  padding-right: 20px;
  border-right: 1px solid #e4e4e4; }
  @media screen and (max-width: 967px) {
    .single-product-layout-type-1 .layout_with_support .product_single_detail_section {
      padding-right: 0px;
      border-right: none; } }
  @media screen and (max-width: 567px) {
    .single-product-layout-type-1 .layout_with_support .product_single_detail_section {
      padding-right: 0; } }
  .single-product-layout-type-1 .layout_with_support .product_single_detail_section .sold_product {
    width: 100%; }
  .single-product-layout-type-1 .layout_with_support .product_single_detail_section .product_price {
    float: left;
    display: inline-block; }
  @media screen and (max-width: 1599px) {
    .single-product-layout-type-1 .layout_with_support .product_single_detail_section .product-infor label,
    .single-product-layout-type-1 .layout_with_support .product_single_detail_section .swatch .header {
      width: 45%; } }
  @media screen and (max-width: 767px) {
    .single-product-layout-type-1 .layout_with_support .product_single_detail_section .product-infor label,
    .single-product-layout-type-1 .layout_with_support .product_single_detail_section .swatch .header {
      width: 30%; } }
  @media screen and (min-width: 1200px) {
    .single-product-layout-type-1 .layout_with_support .product_single_detail_section .add-to-wishlist, .single-product-layout-type-1 .layout_with_support .product_single_detail_section #AddToCart {
      width: 100%; } }
  .single-product-layout-type-1 .layout_with_support .product_single_detail_section .add-to-wishlist .btn, .single-product-layout-type-1 .layout_with_support .product_single_detail_section .add-to-wishlist .btn--secondary, .single-product-layout-type-1 .layout_with_support .product_single_detail_section .add-to-wishlist .btn--tertiary, .single-product-layout-type-1 .layout_with_support .product_single_detail_section .add-to-wishlist input[type="submit"] {
    margin-left: 0; }
.single-product-layout-type-1 .product_single_detail_section .product-infor {
  margin-top: 0; }
.single-product-layout-type-1 .product_single_detail_section .add-to-wishlist .btn, .single-product-layout-type-1 .product_single_detail_section .add-to-wishlist .btn--secondary, .single-product-layout-type-1 .product_single_detail_section .add-to-wishlist .btn--tertiary, .single-product-layout-type-1 .product_single_detail_section .add-to-wishlist input[type="submit"] {
  background: none;
  background-image: none !important;
  color: #3c3a3b;
  box-shadow: 0 0 0 1px #e4e4e4;
  margin-top: 0;
  border: none; }
  .single-product-layout-type-1 .product_single_detail_section .add-to-wishlist .btn:hover, .single-product-layout-type-1 .product_single_detail_section .add-to-wishlist .btn--secondary:hover, .single-product-layout-type-1 .product_single_detail_section .add-to-wishlist .btn--tertiary:hover, .single-product-layout-type-1 .product_single_detail_section .add-to-wishlist input[type="submit"]:hover {
    background: #000000;
    color: #ffffff; }
.single-product-layout-type-1 .p-video {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 10px; }
.single-product-layout-type-1 .product_button_section {
  margin-top: 40px;
  float: left;
  width: 100%; }
  @media screen and (max-width: 1199px) {
    .single-product-layout-type-1 .product_button_section {
      width: 100%; } }
.single-product-layout-type-1 .shopify-payment-button {
  width: 100%; }
  .single-product-layout-type-1 .shopify-payment-button button {
    width: 100%;
    background: none;
    color: #3c3a3b;
    box-shadow: 0 0 0 1px #e4e4e4;
    border: none; }
    .single-product-layout-type-1 .shopify-payment-button button:hover {
      background: #000000;
      color: #ffffff; }

@media screen and (min-width: 768px) {
  .more-view-vertical {
    width: 70px;
    padding: 0;
    float: right; } }
@media screen and (max-width: 767px) {
  .more-view-vertical {
    margin-top: 10px; } }

.product-photo-thumbs {
  padding: 0; }

.product-photo-thumbs .item,
.product-single .slick-vertical .slick-slide {
  margin: 0;
  border: none; }

.product-photo-thumbs .item img,
.product-single .more-view-vertical img {
  border: 1px solid transparent; }

.product-photo-thumbs .item.slick-current img,
.product-single .more-view-vertical .slick-current img {
  border: 1px solid #3ddffc; }

.product-photo-thumbs .item:first-child,
.product-single .slick-vertical .slick-slide:first-child {
  margin-top: 0; }

@media screen and (max-width: 767px) {
  .product-photo-thumbs .slick-list,
  .product-single .slick-vertical .slick-list {
    height: auto !important; } }

@media screen and (min-width: 768px) {
  .slick-slider.more-view-vertical .slick-prev {
    top: -25px;
    left: -12px;
    right: 0;
    margin: 0 auto;
    text-align: center;
    color: #3c3a3b;
    -webkit-transform: translateY(0%) translateX(50%) rotate(90deg);
    -moz-transform: translateY(0%) translateX(50%) rotate(90deg);
    -ms-transform: translateY(0%) translateX(50%) rotate(90deg);
    -o-transform: translateY(0%) translateX(50%) rotate(90deg);
    transform: translateY(0%) translateX(50%) rotate(90deg); } }
@media screen and (max-width: 767px) {
  .slick-slider.more-view-vertical .slick-prev {
    top: 50%;
    left: -15px;
    margin: 0 auto;
    text-align: center;
    color: #3c3a3b;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); } }
.slick-slider .slick-prev {
  top: 50%;
  left: -15px;
  margin: 0 auto;
  text-align: center;
  color: #3c3a3b;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
@media screen and (min-width: 768px) {
  .slick-slider.more-view-vertical .slick-next {
    color: #3c3a3b;
    margin: 0 auto;
    text-align: center;
    top: auto;
    bottom: -15px;
    left: 0;
    right: 12px;
    -webkit-transform: translateY(0%) translateX(50%) rotate(90deg);
    -moz-transform: translateY(0%) translateX(50%) rotate(90deg);
    -ms-transform: translateY(0%) translateX(50%) rotate(90deg);
    -o-transform: translateY(0%) translateX(50%) rotate(90deg);
    transform: translateY(0%) translateX(50%) rotate(90deg); } }
@media screen and (max-width: 767px) {
  .slick-slider.more-view-vertical .slick-next {
    color: #3c3a3b;
    margin: 0 auto;
    text-align: center;
    top: 50%;
    right: -15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); } }
.slick-slider svg {
  width: 12px;
  height: 12px; }
  @media screen and (max-width: 1199px) {
    .slick-slider svg {
      width: 10px;
      height: 10px; } }
.slick-slider .slick-next {
  color: #3c3a3b;
  margin: 0 auto;
  text-align: center;
  top: 50%;
  right: -15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
.slick-slider .slick-next:before, .slick-slider .slick-prev:before {
  content: none; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: #3ddffc;
  outline: none;
  background: transparent; }

/* ----- Gallery Page ----- */
.gallery_page {
  float: left;
  width: 100%;
  position: relative; }
  .gallery_page .grid__item .gallery {
    width: 100%;
    float: left; }
    .gallery_page .grid__item .gallery .image-overlay {
      position: absolute;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
      filter: alpha(opacity=0);
      display: block;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      overflow: hidden; }
      .gallery_page .grid__item .gallery .image-overlay .links {
        position: absolute;
        left: 0;
        right: 0;
        top: -7px;
        bottom: 0;
        margin: auto;
        width: 120px;
        height: 45px; }
        .gallery_page .grid__item .gallery .image-overlay .links a {
          display: inline-block;
          height: 45px;
          width: 45px;
          -moz-border-radius: 100%;
          -webkit-border-radius: 100%;
          -ms-border-radius: 100%;
          -o-border-radius: 100%;
          border-radius: 100%;
          font-size: 16px;
          line-height: 40px;
          margin: 0 5px;
          position: relative;
          bottom: 0;
          z-index: 1;
          text-align: center;
          -webkit-transition: all 0.6s ease;
          -moz-transition: all 0.6s ease;
          -ms-transition: all 0.6s ease;
          -o-transition: all 0.6s ease;
          transition: all 0.6s ease; }
          .gallery_page .grid__item .gallery .image-overlay .links a:first-child {
            right: 100%; }
          .gallery_page .grid__item .gallery .image-overlay .links a:last-child {
            left: 100%; }
          .gallery_page .grid__item .gallery .image-overlay .links a i {
            line-height: 40px; }
    .gallery_page .grid__item .gallery .image-overlay-details {
      left: 0;
      bottom: -100px;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
      filter: alpha(opacity=0);
      overflow: hidden;
      right: inherit;
      width: 100%;
      text-align: center;
      padding: 20px 10px;
      border: 0;
      position: absolute;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
      @media screen and (max-width: 1199px) {
        .gallery_page .grid__item .gallery .image-overlay-details {
          padding: 10px; } }
      .gallery_page .grid__item .gallery .image-overlay-details h4 {
        font-size: 18px;
        margin: 0; }
        @media screen and (max-width: 1199px) {
          .gallery_page .grid__item .gallery .image-overlay-details h4 {
            font-size: 14px; } }
      .gallery_page .grid__item .gallery .image-overlay-details p {
        margin: 5px 0 0; }
    .gallery_page .grid__item .gallery:hover .image-overlay {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
      filter: alpha(opacity=100); }
      .gallery_page .grid__item .gallery:hover .image-overlay .links a {
        bottom: 90%; }
        .gallery_page .grid__item .gallery:hover .image-overlay .links a:first-child {
          right: 0px; }
        .gallery_page .grid__item .gallery:hover .image-overlay .links a:last-child {
          left: 0px; }
    .gallery_page .grid__item .gallery:hover .image-overlay-details {
      bottom: 0;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
      filter: alpha(opacity=100); }

#gallery .fancybox-caption-wrap {
  display: none; }

/* ----- Someone Purchased ------- */
.product-notification,
#accept-cookies {
  position: fixed;
  bottom: 0;
  z-index: 4; }

.product-notification {
  padding: 10px;
  width: 370px;
  max-width: 85vw;
  min-height: 80px;
  bottom: 80px;
  background-color: white;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  pointer-events: none;
  border: 1px solid #e4e4e4;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .product-notification.active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    pointer-events: auto; }
  .product-notification .close-notifi {
    position: absolute;
    text-align: center;
    top: -12px;
    right: -12px;
    width: 22px;
    height: 22px;
    line-height: 20px;
    font-size: 12px;
    background-color: #fff;
    color: #3ddffc;
    border: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 1; }
    .product-notification .close-notifi:hover {
      background-color: black;
      color: #ffffff;
      border-color: black; }
  .product-notification .product-suggest {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .product-notification .product-suggest .product-image,
    .product-notification .product-suggest .column-right {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      flex-direction: column; }
    .product-notification .product-suggest .product-image {
      width: 75px;
      display: block; }
      .product-notification .product-suggest .product-image img {
        display: block;
        object-fit: cover; }
    .product-notification .product-suggest .column-right {
      padding-left: 20px;
      line-height: 20px; }
      .product-notification .product-suggest .column-right .info-ago {
        color: #3c3a3b;
        font-size: 12px;
        margin-top: 7px; }
      .product-notification .product-suggest .column-right .time-ago {
        padding-right: 3px; }
      .product-notification .product-suggest .column-right .from-ago,
      .product-notification .product-suggest .column-right .time-ago {
        display: inline; }
      .product-notification .product-suggest .column-right h6, .product-notification .product-suggest .column-right .sidebar .widget_custom_block .support_section .support_text h5, .sidebar .widget_custom_block .support_section .support_text .product-notification .product-suggest .column-right h5 {
        margin: 0; }
      .product-notification .product-suggest .column-right .product-name {
        display: inline;
        color: #3c3a3b; }
        .product-notification .product-suggest .column-right .product-name:hover {
          color: #3ddffc; }

/* ----- GDPR Modal ------- */
#accept-cookies {
  display: none;
  padding: 12px 15px;
  text-align: center;
  width: 100%;
  text-align: left;
  margin-top: 10px; }
  @media screen and (max-width: 567px) {
    #accept-cookies {
      text-align: center; } }
  #accept-cookies .block-cookies {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 14px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
    @media screen and (max-width: 1599px) {
      #accept-cookies .block-cookies {
        font-size: 13px; } }
    @media screen and (max-width: 967px) {
      #accept-cookies .block-cookies {
        font-size: 12px; } }
    @media screen and (max-width: 767px) {
      #accept-cookies .block-cookies {
        display: block; } }
  #accept-cookies .privacy-link {
    text-decoration: underline;
    margin: 0 10px; }
  #accept-cookies .group-action-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 567px) {
      #accept-cookies .group-action-links {
        display: block; } }
    #accept-cookies .group-action-links .icon {
      margin-left: 5px; }
    #accept-cookies .group-action-links .accept_cookies_link {
      font-size: 12px; }
  #accept-cookies .des {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    #accept-cookies .des p {
      margin: 0; }
  #accept-cookies .notification-cookies {
    display: inline-block;
    text-transform: uppercase; }
    @media screen and (max-width: 1199px) {
      #accept-cookies .notification-cookies.btn, #accept-cookies .notification-cookies.btn--secondary, #accept-cookies .notification-cookies.btn--tertiary, #accept-cookies input.notification-cookies[type="submit"] {
        padding: 5px 20px; } }
    @media screen and (max-width: 767px) {
      #accept-cookies .notification-cookies.btn, #accept-cookies .notification-cookies.btn--secondary, #accept-cookies .notification-cookies.btn--tertiary, #accept-cookies input.notification-cookies[type="submit"] {
        margin-top: 6px; } }

/* ----- Brands ----- */
.brands-page .azbrandstable {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  overflow-x: auto; }
  .brands-page .azbrandstable li {
    text-align: center;
    margin-right: -1px;
    margin-bottom: 5px; }
    .brands-page .azbrandstable li a {
      pointer-events: none;
      padding: 6px 5px 4px;
      width: 42.75px;
      height: 42.75px;
      border: 1px solid #e4e4e4;
      font-size: 15px;
      text-transform: uppercase;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center; }
      .brands-page .azbrandstable li a.readonly {
        pointer-events: initial; }
        .brands-page .azbrandstable li a.readonly:hover, .brands-page .azbrandstable li a.readonly.active {
          text-decoration: underline !important; }
.brands-page .brands-list .brand {
  padding: 21px 0 19px;
  border-bottom: 1px solid #e4e4e4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }
.brands-page .brands-list .azbrands-title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  max-width: 120px;
  padding-right: 10px;
  text-align: left; }
  .brands-page .brands-list .azbrands-title h3 {
    font-size: 20px;
    line-height: 25px;
    margin: 0;
    text-transform: uppercase; }
.brands-page .brands-list .brand-grid {
  margin: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 120px);
  flex: 0 0 calc(100% - 120px);
  width: -moz-calc(100% - 120px);
  list-style: none; }
.brands-page .logo-brands {
  padding: 25px 0;
  border-top: 1px solid #e4e4e4; }

/* ----- LookBook ----- */
.lookbook-page .lookbook-custom .grid-uniform {
  margin: 0 -15px; }
  @media screen and (max-width: 967px) {
    .lookbook-page .lookbook-custom .grid-uniform {
      margin: 0 -10px; } }
.lookbook-page .lookbook-custom .grid__item {
  padding: 0 15px; }
  @media screen and (max-width: 967px) {
    .lookbook-page .lookbook-custom .grid__item {
      padding: 0 10px 20px; } }
.lookbook-page .lookbook-custom .images-contain {
  position: relative; }
  .lookbook-page .lookbook-custom .images-contain .select-icon {
    position: absolute;
    cursor: pointer;
    width: 25px;
    height: 25px;
    z-index: 2; }
.lookbook-page .share_toolbox {
  float: left;
  width: 100%;
  font-size: 20px;
  margin-top: 20px; }
  .lookbook-page .share_toolbox .addthis_inline_share_toolbox {
    margin-top: 10px; }
.lookbook-page .btn, .lookbook-page .btn--secondary, .lookbook-page .btn--tertiary, .lookbook-page input[type="submit"] {
  margin-top: 30px; }

/* ----- Ajax LookBook Modal ----- */
.ajax-lookbook-modal {
  position: absolute;
  width: 270px;
  max-width: 100%;
  display: none;
  z-index: 2; }
  .ajax-lookbook-modal .ajax-modal-content {
    background-color: #ffffff;
    border: 1px solid #e4e4e4;
    padding: 30px 29px 30px;
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .ajax-lookbook-modal .lookbook-content .product-item .action {
    max-width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0; }
  .ajax-lookbook-modal .lookbook-content .product-item form {
    margin-bottom: 0; }
    .ajax-lookbook-modal .lookbook-content .product-item form .btn, .ajax-lookbook-modal .lookbook-content .product-item form .btn--secondary, .ajax-lookbook-modal .lookbook-content .product-item form .btn--tertiary, .ajax-lookbook-modal .lookbook-content .product-item form input[type="submit"] {
      width: 100%; }
  .ajax-lookbook-modal .lookbook-content .product-top {
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .ajax-lookbook-modal .lookbook-content .product-top .product-image {
      margin-bottom: 15px; }
      .ajax-lookbook-modal .lookbook-content .product-top .product-image img {
        display: block; }
  .ajax-lookbook-modal .lookbook-content .product-bottom {
    text-align: left;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .ajax-lookbook-modal .lookbook-content .product-bottom .product-title {
      font-size: 17px; }
  .ajax-lookbook-modal .lookbook-content .product-vendor {
    line-height: 22px;
    margin-bottom: 2px; }
  .ajax-lookbook-modal .lookbook-content .price-box {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 7px; }
  .ajax-lookbook-modal .lookbook-content .pr-details {
    display: inline-block;
    border-bottom: 1px solid #e4e4e4;
    text-transform: uppercase;
    line-height: 22px;
    position: relative; }
    .ajax-lookbook-modal .lookbook-content .pr-details:before {
      position: absolute;
      content: "";
      left: 0;
      width: 100%;
      bottom: 1px;
      height: 1px; }

.addthis_32x32_style .at-icon,
.addthis_toolbox a .at-icon-wrapper {
  width: 35px !important;
  height: 35px !important;
  line-height: 35px !important;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

#notify-me {
  color: #3ddffc; }

#notify-me-wrapper .btn, #notify-me-wrapper .btn--secondary, #notify-me-wrapper .btn--tertiary, #notify-me-wrapper input[type="submit"] {
  width: 30%;
  padding: 14px 30px;
  vertical-align: middle;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
#notify-me-wrapper input[type="email"],
#notify-me-wrapper #notify-me-wrapper input[type="submit"] {
  float: left;
  height: 50px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
#notify-me-wrapper input {
  width: 45%;
  float: left; }
  @media screen and (max-width: 1599px) {
    #notify-me-wrapper input {
      width: 70%; } }
  @media screen and (max-width: 1199px) {
    #notify-me-wrapper input {
      padding: 12px 15px; } }

.template-index .shopify-section {
  padding: 0; }
  .template-index .shopify-section.index-section {
    float: left;
    width: 100%; }
  .template-index .shopify-section .products .product-container .badge--sale .badge__text {
    display: none; }
  .template-index .shopify-section li:not(.slick-center).slick-active {
    opacity: 0.1;
    pointer-events: none;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out; }

/* Item Size */
.sizes-list {
  margin: 0 15px;
  text-align: center;
  bottom: 5%;
  left: 0;
  right: 0;
  z-index: 2;
  letter-spacing: -.33em; }
  .sizes-list li {
    display: inline-block;
    letter-spacing: normal;
    margin: 0 2.5px 5px; }
    .sizes-list li:last-of-type {
      margin-right: 0; }
    .sizes-list li:first-of-type {
      margin-left: 0; }
    .sizes-list li a {
      width: 30px;
      line-height: 0;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      background: #000000;
      color: #ffffff;
      border-bottom: 1px solid rgba(0, 0, 0, 0);
      display: block;
      text-align: center;
      padding: 14px 2px 14px;
      font-size: 11px; }

.product-container:hover .sizes-list li a {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  filter: alpha(opacity=100); }

.product-container .sizes-list li a:hover {
  background: #000000;
  color: #ffffff; }

.product-detail .grid-link__meta del,
.quick-view .product-shop.summary .compare-price,
#ComparePrice,
del {
  display: inline-block;
  margin-left: 5px;
  color: #d4d4d4;
  font-weight: normal;
  font-size: 14px; }
  @media screen and (max-width: 967px) {
    .product-detail .grid-link__meta del,
    .quick-view .product-shop.summary .compare-price,
    #ComparePrice,
    del {
      font-size: 14px; } }

.product-vendor,
.product-type,
.product-inventory {
  padding-bottom: 5px;
  margin-bottom: 10px;
  float: left;
  width: 100%; }

/* Product Grid General*/
.products {
  position: relative;
  float: left;
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .products .spr-badge {
    float: left;
    width: 100%;
    font-size: 12px !important;
    padding: 0 0 7px 0; }
    @media screen and (max-width: 967px) {
      .products .spr-badge {
        font-size: 10px !important; } }
  .products a img {
    margin: auto;
    display: block;
    width: 100%; }
  @media screen and (max-width: 567px) {
    .products .reveal .swipe {
      left: 0;
      right: 0; } }
  .products .item-swatch {
    list-style: none;
    padding: 0;
    float: left;
    width: 100%;
    margin: 20px 0 0;
    letter-spacing: -.33em;
    line-height: 0; }
    .products .item-swatch li {
      float: none;
      display: inline-block;
      letter-spacing: normal;
      text-align: center;
      vertical-align: middle;
      position: relative;
      margin: 0 3px 0 0; }
      .products .item-swatch li a {
        width: 30px;
        height: 30px;
        display: inline-block;
        cursor: pointer;
        line-height: 31px;
        text-align: center;
        font-size: 12px;
        font-weight: 500; }
      .products .item-swatch li label {
        width: 30px;
        height: 30px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
        border-radius: 15px;
        margin: 0;
        cursor: pointer;
        background-position: center;
        background-repeat: no-repeat;
        border: 1px solid #e4e4e4; }
        .products .item-swatch li label.active {
          -webkit-box-shadow: inset 0 0 1px 2px;
          -moz-box-shadow: inset 0 0 1px 2px;
          box-shadow: inset 0 0 1px 2px; }
        .products .item-swatch li label:hover, .products .item-swatch li label.active {
          border-color: #3ddffc; }
      .products .item-swatch li .tooltip {
        text-align: center;
        background: #030d1d;
        color: #ffffff;
        bottom: 100%;
        padding: 10px 7px;
        display: block;
        position: absolute;
        z-index: 2;
        min-width: 44px;
        left: 50%;
        font-size: 11px;
        font-weight: 500;
        letter-spacing: normal;
        pointer-events: none;
        margin-bottom: 10px;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
        filter: alpha(opacity=0);
        visibility: hidden;
        -webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
        box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        -ms-transition: all 0.25s ease-out;
        -o-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%); }
        .products .item-swatch li .tooltip:after {
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          border-top: 5px solid #030d1d;
          bottom: -5px;
          content: " ";
          height: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          transform: translateX(-50%);
          position: absolute;
          width: 0; }
      .products .item-swatch li:first-of-type {
        margin-left: 0; }
      .products .item-swatch li:last-of-type {
        margin-right: 0; }
      .products .item-swatch li:hover .tooltip {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
        filter: alpha(opacity=100);
        visibility: visible;
        pointer-events: auto; }
      .products .item-swatch li:hover .ImageOverlayCa {
        background: rgba(0, 0, 0, 0.5); }
    .products .item-swatch.swatch_count {
      position: absolute;
      top: -40px;
      left: 0;
      right: 0; }
      .products .item-swatch.swatch_count li label {
        cursor: pointer;
        margin: 0;
        line-height: 40px;
        width: 60px;
        height: 40px;
        background: #f2f2f2; }
    .products .item-swatch.color_swatch_Value label {
      width: 16px;
      height: 16px;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      float: left;
      cursor: pointer; }
  .products .product-container {
    float: left;
    width: 100%;
    -moz-border-radius: 0px 0px 0 0;
    -webkit-border-radius: 0px 0px 0 0;
    -ms-border-radius: 0px 0px 0 0;
    -o-border-radius: 0px 0px 0 0;
    border-radius: 0px 0px 0 0;
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .products .product-container {
        width: 100%; } }
    .products .product-container .ImageOverlayCa {
      top: 0;
      height: 100%; }
    .products .product-container .badge {
      float: left;
      position: absolute;
      color: #ffffff;
      margin: 0px;
      text-align: center;
      font-size: em(12px);
      line-height: 1.1;
      z-index: 1; }
    .products .product-container .badge--sold-out {
      /*       top: 0;
            left:0; */
      margin-top: 0;
      margin-left: 0;
      z-index: 2; }
      .products .product-container .badge--sold-out .badge__text {
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        background-color: #db0022;
        color: #ffffff;
        font-weight: 600; }
    .products .product-container .badge__text {
      display: inline-block;
      font-size: 13px;
      padding: 4px 6px;
      line-height: normal;
      font-weight: 600; }
      @media screen and (max-width: 1199px) {
        .products .product-container .badge__text {
          font-size: 12px; } }
      @media screen and (max-width: 967px) {
        .products .product-container .badge__text {
          font-size: 12px; } }
    .products .product-container .badge__text--small {
      font-size: 8px;
      padding-top: 0; }
    .products .product-container .badge--sale {
      background: #030d1d;
      float: left;
      margin: 0;
      -webkit-transition: width 0.1s cubic-bezier(0.86, 0, 0.07, 1) 0.05s;
      -moz-transition: width 0.1s cubic-bezier(0.86, 0, 0.07, 1) 0.05s;
      -ms-transition: width 0.1s cubic-bezier(0.86, 0, 0.07, 1) 0.05s;
      -o-transition: width 0.1s cubic-bezier(0.86, 0, 0.07, 1) 0.05s;
      transition: width 0.1s cubic-bezier(0.86, 0, 0.07, 1) 0.05s; }
      .products .product-container .badge--sale .badge__text {
        background: #030d1d;
        float: left;
        overflow: hidden;
        padding-left: 10px;
        padding-right: 10px;
        -moz-border-radius: px;
        -webkit-border-radius: px;
        -ms-border-radius: px;
        -o-border-radius: px;
        border-radius: px;
        transition-delay: 0s;
        -moz-transition-delay: 0s;
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        -ms-transition-delay: 0s;
        -webkit-transition-duration: 0.3s, 0.25s, 0.25s;
        -moz-transition-duration: 0.3s, 0.25s, 0.25s;
        -ms-transition-duration: 0.3s, 0.25s, 0.25s;
        -o-transition-duration: 0.3s, 0.25s, 0.25s;
        transition-duration: 0.3s, 0.25s, 0.25s;
        -webkit-transition-property: opacity, padding, width;
        -moz-transition-property: opacity, padding, width;
        -ms-transition-property: opacity, padding, width;
        -o-transition-property: opacity, padding, width;
        transition-property: opacity, padding, width;
        -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
        -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
        -ms-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
        -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
        transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); }
      .products .product-container .badge--sale i {
        position: absolute;
        right: 12px; }
    .products .product-container .deal-lable {
      display: none; }
    .products .product-container .deal-clock {
      display: inline-block;
      text-align: center;
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      z-index: 1; }
      .products .product-container .deal-clock ul {
        padding: 0;
        list-style: none;
        display: inline-block;
        text-align: center;
        width: 100%;
        margin: 0; }
        .products .product-container .deal-clock ul li {
          display: inline-block;
          text-align: center;
          border: none;
          border-right: 1px solid #e4e4e4;
          background: #000;
          color: #ffffff;
          width: 25%;
          line-height: normal;
          padding: 10px; }
          @media screen and (max-width: 1599px) {
            .products .product-container .deal-clock ul li {
              font-size: 10px;
              padding: 7px 0; } }
          @media screen and (max-width: 767px) {
            .products .product-container .deal-clock ul li {
              font-size: 14px; } }
          .products .product-container .deal-clock ul li:last-child {
            border-right: none; }
          .products .product-container .deal-clock ul li span {
            text-transform: uppercase;
            font-size: 10px;
            display: block; }
            @media screen and (max-width: 1599px) {
              .products .product-container .deal-clock ul li span {
                font-size: 8px; } }
            @media screen and (max-width: 767px) {
              .products .product-container .deal-clock ul li span {
                font-size: 10px; } }
          .products .product-container .deal-clock ul li i {
            display: block; }
    .products .product-container .ImageWrapper {
      float: left;
      width: 100%;
      overflow: hidden; }
    .products .product-container .ImageOverlayCa {
      height: 100%;
      left: 0;
      top: 0%;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
      filter: alpha(opacity=0);
      width: 100%;
      position: absolute;
      z-index: 1;
      -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 .product-container .product-button {
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
      filter: alpha(opacity=0);
      display: inline-block;
      text-align: center;
      margin: 0;
      position: absolute;
      top: 10%;
      right: 5%;
      -webkit-transform: translateY(0%);
      -moz-transform: translateY(0%);
      -ms-transform: translateY(0%);
      -o-transform: translateY(0%);
      transform: translateY(0%);
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      z-index: 2; }
      .products .product-container .product-button form {
        display: block;
        margin: 0;
        width: initial;
        padding: 0;
        float: none; }
      @media screen and (max-width: 767px) {
        .products .product-container .product-button .button-row-1,
        .products .product-container .product-button .button-row-2 {
          display: inline-block; } }
      .products .product-container .product-button .loading {
        display: inline-block;
        width: 100%;
        position: relative;
        padding: 0;
        background: none; }
      .products .product-container .product-button button {
        background: none;
        padding: 0;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
        @media screen and (max-width: 767px) {
          .products .product-container .product-button button a .quick-view-text,
          .products .product-container .product-button button a .compare {
            display: none; } }
      .products .product-container .product-button .wishlist {
        margin: 0; }
      .products .product-container .product-button .add-to-wishlist a {
        display: block; }
      .products .product-container .product-button .add-to-wishlist b {
        position: absolute;
        left: 15px;
        top: 10px;
        font-size: 12px; }
      .products .product-container .product-button .add-to-wishlist .tooltip-label {
        display: none; }
      .products .product-container .product-button .add-in-wishlist-js span {
        display: none; }
      .products .product-container .product-button span {
        cursor: no-drop; }
      .products .product-container .product-button a,
      .products .product-container .product-button button,
      .products .product-container .product-button span {
        background: #ffffff;
        -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.15);
        box-shadow: 0 0px 15px rgba(0, 0, 0, 0.15);
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        color: #3c3a3b;
        cursor: pointer;
        font-size: 14px;
        display: block;
        padding: 0;
        margin: 4px 0;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        position: relative;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
        @media screen and (max-width: 1599px) {
          .products .product-container .product-button a,
          .products .product-container .product-button button,
          .products .product-container .product-button span {
            width: 30px;
            height: 30px;
            line-height: 30px;
            font-size: 14px;
            margin-right: 0px; } }
        @media screen and (max-width: 767px) {
          .products .product-container .product-button a,
          .products .product-container .product-button button,
          .products .product-container .product-button span {
            width: 25px;
            height: 25px;
            line-height: 25px;
            font-size: 10px;
            margin-right: 5px; } }
      .products .product-container .product-button a:hover,
      .products .product-container .product-button button:hover {
        background: #fa3e2c;
        color: #ffffff; }
    .products .product-container .grid__image {
      float: left; }
    .products .product-container:hover .reveal .swipe {
      z-index: 9;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
      filter: alpha(opacity=100); }
    .products .product-container:hover .reveal .hidden-feature_img {
      visibility: visible;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
      filter: alpha(opacity=100);
      top: 50%;
      -webkit-transform: translate(0%, -50%);
      -moz-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
      -o-transform: translate(0%, -50%);
      transform: translate(0%, -50%); }
    .products .product-container:hover .product-additional img {
      visibility: hidden; }
    .products .product-container:hover .product-button {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
      filter: alpha(opacity=100); }
    .products .product-container .reveal .hidden-feature_img {
      position: absolute;
      top: 0px;
      visibility: hidden;
      left: 0px;
      right: 0;
      margin: auto;
      width: auto;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
      filter: alpha(opacity=0);
      -webkit-transform: translateX(100%);
      -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -o-transform: translateX(100%);
      transform: translateX(100%);
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
    .products .product-container .product-additional img {
      -webkit-transition: all 0.4s linear;
      -moz-transition: all 0.4s linear;
      -ms-transition: all 0.4s linear;
      -o-transition: all 0.4s linear;
      transition: all 0.4s linear; }
    .products .product-container .reveal .swipe {
      display: block !important;
      visibility: visible !important; }
  .products .reveal .hidden {
    position: absolute;
    z-index: -1;
    top: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
  .products .product-detail {
    padding: 20px;
    text-align: center;
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
    -moz-border-radius: 0 0 0px 0px;
    -webkit-border-radius: 0 0 0px 0px;
    -ms-border-radius: 0 0 0px 0px;
    -o-border-radius: 0 0 0px 0px;
    border-radius: 0 0 0px 0px;
    background: rgba(0, 0, 0, 0); }
    @media screen and (max-width: 1199px) {
      .products .product-detail {
        padding: 15px; } }
    @media screen and (max-width: 767px) {
      .products .product-detail {
        padding: 10px; } }
    .products .product-detail .product-detail-info {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: space-between;
      -moz-box-pack: space-between;
      -ms-flex-pack: space-between;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      .products .product-detail .product-detail-info .product-info {
        text-align: left; }
      .products .product-detail .product-detail-info .product-button {
        text-align: right;
        min-width: 100px; }
        @media screen and (max-width: 967px) {
          .products .product-detail .product-detail-info .product-button {
            min-width: 82px; } }
        @media screen and (max-width: 567px) {
          .products .product-detail .product-detail-info .product-button {
            min-width: auto; } }
        .products .product-detail .product-detail-info .product-button a:after {
          content: '';
          display: inline-block;
          background: rgba(3, 13, 29, 0.3);
          width: 1px;
          height: 20px;
          margin: 0 10px; }
          @media screen and (max-width: 967px) {
            .products .product-detail .product-detail-info .product-button a:after {
              height: 15px;
              vertical-align: middle;
              margin-top: -5px; } }
          @media screen and (max-width: 567px) {
            .products .product-detail .product-detail-info .product-button a:after {
              display: none; } }
        .products .product-detail .product-detail-info .product-button a:last-child:after {
          display: none; }
        .products .product-detail .product-detail-info .product-button .product-link,
        .products .product-detail .product-detail-info .product-button .add-to-wishlist {
          display: inline-block; }
        .products .product-detail .product-detail-info .product-button svg {
          width: 36px;
          height: 36px; }
          @media screen and (max-width: 967px) {
            .products .product-detail .product-detail-info .product-button svg {
              width: 26px;
              height: 26px; } }
        .products .product-detail .product-detail-info .product-button .tooltip-label {
          display: none; }
    .products .product-detail .grid_view {
      display: none; }
    .products .product-detail .grid-link__title {
      font-weight: bold;
      font-size: 20px;
      color: #3c3a3b;
      display: inline-block;
      width: 100%;
      margin: 0 0 5px;
      line-height: normal; }
      @media screen and (max-width: 1599px) {
        .products .product-detail .grid-link__title {
          font-size: 18px; } }
      @media screen and (max-width: 1199px) {
        .products .product-detail .grid-link__title {
          font-size: 16px; } }
    .products .product-detail .grid-link__meta {
      position: relative;
      display: inline-block;
      width: 100%;
      margin: 0;
      padding: 0;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
      .products .product-detail .grid-link__meta .product_price {
        display: inline-block;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
      .products .product-detail .grid-link__meta .grid-link__org_price {
        font-size: 18px;
        line-height: normal;
        font-weight: bold;
        color: #fa3e2c;
        margin: 0;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
        @media screen and (max-width: 1599px) {
          .products .product-detail .grid-link__meta .grid-link__org_price {
            font-size: 14px; } }
    .products .product-detail .spr-badge-starrating {
      margin: 0; }
    .products .product-detail .product_desc {
      display: none; }
      .products .product-detail .product_desc p {
        font-size: 14px; }
    .products .product-detail .product-vendor {
      float: left;
      width: 100%;
      padding: 0; }
      .products .product-detail .product-vendor span {
        color: #bcbcbc;
        float: left;
        width: 100%;
        padding: 0;
        margin-left: 5px;
        text-transform: uppercase; }
    .products .product-detail .sales_tax_label {
      font-size: 16px; }
    .products .product-detail form {
      float: right;
      margin: 0; }
      .products .product-detail form .add-cart-btn {
        cursor: pointer; }
    .products .product-detail label {
      float: left; }
    .products .product-detail del {
      line-height: normal; }
  .products .product_left {
    float: left;
    width: 100%; }
  .products:hover .product-detail .grid-link__title {
    color: #fa3e2c; }
  .products:hover .product_right_tag .offer-price,
  .products:hover .badge--sold-out .badge__text,
  .products:hover .deal-clock {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0); }
  .products:hover .lSSlideOuter.vertical {
    right: 0px; }
  .products.product-hover-11 {
    overflow: hidden; }
    .products.product-hover-11 .product-container {
      height: auto; }
      .products.product-hover-11 .product-container .grid-link {
        outline: none; }
      .products.product-hover-11 .product-container .ImageOverlayCa {
        top: 0;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
        filter: alpha(opacity=0); }
      .products.product-hover-11 .product-container .link_icon {
        width: 100%;
        position: absolute;
        bottom: 0;
        top: auto;
        -webkit-transform: translate(0%, 0%);
        -moz-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        -o-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
        z-index: 1; }
        .products.product-hover-11 .product-container .link_icon .product_link {
          font-weight: 600;
          opacity: 0;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
          filter: alpha(opacity=0);
          display: inline-block;
          width: 100%;
          height: 40px;
          line-height: 40px;
          margin: auto;
          text-align: center;
          background: #fa3e2c;
          color: #ffffff; }
          @media screen and (max-width: 1599px) {
            .products.product-hover-11 .product-container .link_icon .product_link {
              font-size: 14px; } }
          @media screen and (max-width: 767px) {
            .products.product-hover-11 .product-container .link_icon .product_link {
              line-height: 32px;
              height: 32px;
              font-size: 13px; } }
          .products.product-hover-11 .product-container .link_icon .product_link:hover {
            background: #000000;
            color: #ffffff; }
      .products.product-hover-11 .product-container .sizes-list {
        display: none;
        position: static;
        width: 100%;
        margin: 10px 0; }
      .products.product-hover-11 .product-container .product-button a,
      .products.product-hover-11 .product-container .product-button button {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
      .products.product-hover-11 .product-container:hover .ImageOverlayCa,
      .products.product-hover-11 .product-container:hover .link_icon .product_link {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
        filter: alpha(opacity=100); }
      .products.product-hover-11 .product-container:hover .product-button a,
      .products.product-hover-11 .product-container:hover .product-button button {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
        filter: alpha(opacity=100); }
    .products.product-hover-11 .product-detail.over-detail {
      text-align: center;
      position: absolute;
      bottom: 0;
      left: 80%;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
      filter: alpha(opacity=0);
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .products.product-hover-11 .product-detail.over-detail:hover {
        left: 0;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
        filter: alpha(opacity=100); }
    .products.product-hover-11 .product-detail .item-swatch li {
      float: none;
      display: inline-block; }
    .products.product-hover-11 .product-detail .grid-link__meta .grid-link__org_price,
    .products.product-hover-11 .product-detail .grid-link__meta .grid-link__sale_price {
      float: none;
      display: inline-block;
      width: auto; }
  .products .lSSlideOuter.vertical {
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out; }
  .products .lslide img {
    height: auto;
    position: static;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }

/* Product List View */
.product-list-view {
  float: left;
  width: 100%; }
  .product-list-view .grid__item.item-row {
    padding: 0; }
  .product-list-view .products {
    border: 1px solid #e4e4e4;
    padding: 20px;
    margin-bottom: 25px; }
    .product-list-view .products .product-container {
      border: none; }
      .product-list-view .products .product-container:hover {
        border: none; }
    .product-list-view .products .product-container {
      width: 30%; }
      @media screen and (max-width: 767px) {
        .product-list-view .products .product-container {
          width: 100%; } }
    .product-list-view .products .product-detail {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 0;
      width: 70%;
      text-align: left;
      padding: 20px 40px;
      text-align: left;
      border-top: none; }
      @media screen and (max-width: 767px) {
        .product-list-view .products .product-detail {
          padding: 20px 30px;
          position: static;
          width: 100%;
          top: 0%;
          margin-top: 20px;
          text-align: center;
          -webkit-transform: translateY(0%);
          -moz-transform: translateY(0%);
          -ms-transform: translateY(0%);
          -o-transform: translateY(0%);
          transform: translateY(0%); } }
      .product-list-view .products .product-detail .grid-link__title {
        margin-bottom: 10px; }
      .product-list-view .products .product-detail .grid-link__meta {
        margin-bottom: 15px;
        padding: 0; }
        .product-list-view .products .product-detail .grid-link__meta .product_price {
          text-align: left; }
      .product-list-view .products .product-detail .grid-link__vendor {
        margin: 0 0 5px; }
      .product-list-view .products .product-detail .product_desc {
        display: block; }
        @media screen and (max-width: 1199px) {
          .product-list-view .products .product-detail .product_desc p {
            font-size: 13px; } }
      .product-list-view .products .product-detail btn i {
        margin-right: 5px; }
    .product-list-view .products .item-swatch {
      margin-bottom: 20px;
      text-align: left; }

.about-us .block3-column-2 {
  padding: 10% 5%;
  text-align: center;
  transition: all 0.3s linear 0s;
  width: 85%;
  margin: 0 auto; }
  @media screen and (max-width: 1599px) {
    .about-us .block3-column-2 {
      padding: 5%;
      width: 100%; } }
  @media screen and (max-width: 967px) {
    .about-us .block3-column-2 {
      padding: 1% 2%; } }
  @media screen and (max-width: 567px) {
    .about-us .block3-column-2 {
      width: 100%; } }
.about-us .block3 .content_section .support_thumb img {
  display: inline-block; }
  @media screen and (max-width: 1599px) {
    .about-us .block3 .content_section .support_thumb img {
      width: 70px; } }
.about-us .border-title .short-des {
  width: 60%;
  margin: 0px auto; }
.about-us .border-title {
  text-align: center;
  margin-bottom: 30px;
  position: relative; }
.about-us .team-wrapper {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  float: left;
  width: 100%; }
.about-us .section-five .grid__item.wide--one-third {
  padding: 0 10px; }
@media screen and (max-width: 767px) {
  .about-us h5.dt-sc-toggle-accordion {
    font-size: 14px; } }
.about-us .team-detail {
  padding: 25px 10px 10px;
  text-align: center; }
.about-us .team-wrapper h5 {
  margin-bottom: 8px; }
.about-us .team-wrapper h6, .about-us .team-wrapper .sidebar .widget_custom_block .support_section .support_text h5, .sidebar .widget_custom_block .support_section .support_text .about-us .team-wrapper h5 {
  position: relative;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: normal; }
.about-us .social-icon li {
  display: inline-block;
  margin: 0 3px; }
.about-us .social-icon a {
  font-size: 14px;
  padding: 8px; }
.about-us .block3 .post-large--one-half {
  margin-right: 0;
  width: 50%; }
  @media screen and (max-width: 967px) {
    .about-us .block3 .post-large--one-half {
      width: 100%; } }
.about-us .main-title h6, .about-us .main-title .sidebar .widget_custom_block .support_section .support_text h5, .sidebar .widget_custom_block .support_section .support_text .about-us .main-title h5 {
  font-size: 16px;
  margin-bottom: 8px; }
.about-us .block1 .content_section {
  float: left;
  text-align: center;
  width: 100%;
  padding: 30px; }
.about-us .block1 .content_section, .about-us .block1 .content_section h4 {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s; }
.about-us .block1 .content_section:hover h4 {
  color: #3ddffc !important; }
.about-us .block1 .support_icon {
  margin-bottom: 30px; }
.about-us .section-six .btn, .about-us .section-six .btn--secondary, .about-us .section-six .btn--tertiary, .about-us .section-six input[type="submit"] {
  float: right;
  margin-left: 15px;
  margin-top: 20px; }
  @media screen and (max-width: 967px) {
    .about-us .section-six .btn, .about-us .section-six .btn--secondary, .about-us .section-six .btn--tertiary, .about-us .section-six input[type="submit"] {
      float: left;
      margin-left: 0; } }
.about-us .grid-uniform.section-six {
  float: left;
  width: 100%;
  padding: 100px 20px 85px; }
.about-us ul {
  margin: 0;
  padding: 0; }
.about-us .btn, .about-us .btn--secondary, .about-us .btn--tertiary, .about-us input[type="submit"] {
  padding: 15px 40px;
  text-transform: capitalize;
  border: none; }
.about-us h3 {
  font-size: 27px; }
  @media screen and (max-width: 1199px) {
    .about-us h3 {
      font-size: 18px;
      margin: 0; } }
.about-us .block1 .support_section h4 {
  text-transform: capitalize;
  font-size: 20px; }
.about-us .dt-sc-toggle-frame .dt-sc-toggle-accordion.active, .about-us .dt-sc-toggle-frame .dt-sc-toggle-accordion {
  padding: 15px 15px 15px 70px;
  border: none; }
.about-us .intro-video .video-player {
  font-size: 25px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 55px;
  line-height: 36px;
  height: 36px;
  bottom: 0;
  border-radius: 7px; }
.about-us .block1 .support_icon {
  display: inline-block;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 30px;
  width: 50px; }
.about-us .block4 {
  float: left;
  padding: 0px 0;
  width: 100%; }
.about-us .block1 .grid__item li {
  float: left;
  margin: 0 10px 20px; }
.about-us .intro-video-text {
  float: left;
  width: 100%;
  position: relative; }
.about-us .intro-video .intro-video-text:before {
  content: '';
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }
.about-us .intro-video-text img {
  display: block;
  margin: 0 auto; }
.about-us .dt-sc-toggle-frame-set .dt-sc-toggle-accordion::before {
  font-size: 24px;
  content: "\f107";
  font-family: fontawesome;
  height: 100%;
  line-height: 55px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 50px; }
.about-us .dt-sc-toggle-frame-set .dt-sc-toggle-accordion.active::before {
  content: "\f0d7";
  font-weight: bold;
  font-family: "Font Awesome 5 Free"; }
.about-us .border-title::before {
  bottom: -17px; }
.about-us .border-title-left {
  position: relative;
  margin-bottom: 50px; }
.about-us .border-title-left::before {
  bottom: -17px; }
.about-us .border-title-left::before, .about-us .border-title-left::after {
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100px; }
.about-us .border-title-left::after {
  bottom: -15px; }
.about-us .grid-uniform.section-five {
  float: left;
  width: 100%; }
.about-us .dt-sc-toggle-frame .dt-sc-toggle-content {
  border: medium none;
  padding: 30px; }
.about-us .section-six p {
  width: 80%; }
  @media screen and (max-width: 767px) {
    .about-us .section-six p {
      width: 100%; } }
.about-us .block1 .support_icon {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  display: inline-block;
  font-size: 20px;
  height: 90px;
  line-height: 70px;
  margin-bottom: 0;
  width: 90px; }
.about-us .icon-wrapper {
  float: left;
  margin: -45px 0 30px;
  width: 100%; }
.about-us .block1 .content_section {
  padding: 0 30px 30px; }
  @media screen and (max-width: 767px) {
    .about-us .block1 .content_section {
      padding: 0 15px 10px; } }
.about-us .block1 .grid__item li {
  margin: 40px 10px 60px; }
  @media screen and (max-width: 767px) {
    .about-us .block1 .grid__item li {
      margin-bottom: 30px; } }
.about-us .block1 .support_section h4::before {
  transition: all 0.3s linear 0s;
  bottom: -2px;
  content: "";
  height: 7px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 7px;
  z-index: 1; }
.about-us .block1 .support_section h4::after {
  transition: all 0.3s linear 0s;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 70px; }
.about-us .block1 .support_section h4 {
  margin-bottom: 30px;
  padding-bottom: 20px;
  position: relative; }
.about-us .social-icon {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  bottom: 20px;
  position: absolute;
  right: 0px;
  left: 0;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  transition: 0.3s linear; }
.about-us .team-img {
  position: relative; }
.about-us .team-img::after, .about-us .team-img::before {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  content: "";
  height: 0%;
  opacity: 0.25;
  position: absolute;
  left: 0;
  width: 100%;
  transition: all 0.3s linear 0s; }
.about-us .team-wrapper:hover .team-img::after, .about-us .team-wrapper:hover .team-img::before {
  height: 50%; }
.about-us .team-img::after {
  top: 0; }
.about-us .team-img::before {
  bottom: 0; }
.about-us .team-img img {
  display: block;
  margin: 0 auto; }
.about-us .social-icon a {
  font-size: 14px;
  padding: 0;
  height: 40px;
  width: 40px;
  line-height: 40px;
  display: inline-block;
  transition: 0.3s linear;
  text-align: center; }
.about-us .team-wrapper:hover .social-icon {
  opacity: 1;
  bottom: 40px; }
.about-us .block4 .post-large--one-half {
  margin-right: 2%;
  width: 48%; }
  @media screen and (max-width: 767px) {
    .about-us .block4 .post-large--one-half {
      width: 100%;
      margin-right: 0; } }
.about-us .block4 .post-large--one-half:last-child {
  margin-right: 0; }
  @media screen and (max-width: 767px) {
    .about-us .block4 .post-large--one-half:last-child {
      margin-top: 50px; } }
.about-us .support_thumb {
  margin-bottom: 30px; }
  @media screen and (max-width: 1199px) {
    .about-us .support_thumb {
      margin-bottom: 5px; } }
.about-us .team-wrapper:hover h5 {
  color: #3ddffc !important; }
@media screen and (max-width: 1599px) {
  .about-us .support_text p {
    font-size: 14px;
    line-height: 26px; } }

.widget .products .spr-badge {
  margin-bottom: 5px; }
.widget .owl-carousel .products .spr-badge {
  margin-bottom: 0; }
.widget .product-container .product-button {
  display: none; }

.spr-badge-starrating .spr-icon {
  margin: 0 1px;
  font-size: 100%; }

/* .spr-starrating .spr-icon-star:before 
{ 
  vertical-align:text-top;
  font-size:100%;
} */
.template-index .sidebar-label,
.sidebar-label {
  float: left;
  width: 100%;
  margin: 0px 0 20px;
  padding: 0px;
  position: fixed;
  z-index: 999; }

.template-index .tags-filter,
.template-product .tags-filter {
  float: left;
  width: 100%;
  display: none; }
  @media screen and (max-width: 967px) {
    .template-index .tags-filter,
    .template-product .tags-filter {
      display: block; } }
  .template-index .tags-filter #showTagsFilter2,
  .template-product .tags-filter #showTagsFilter2 {
    position: absolute;
    right: 0px; }
  .template-index .tags-filter .btn span, .template-index .tags-filter .btn--secondary span, .template-index .tags-filter .btn--tertiary span, .template-index .tags-filter input[type="submit"] span,
  .template-product .tags-filter .btn span,
  .template-product .tags-filter .btn--secondary span,
  .template-product .tags-filter .btn--tertiary span,
  .template-product .tags-filter input[type="submit"] span {
    padding-left: 5px; }

/* ----- Tool Bar ----- */
.toolbar {
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid #e4e4e4;
  padding: 9px 9px 9px 15px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    .toolbar {
      padding: 15px; } }
  .toolbar .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    display: none;
    float: left;
    padding: 15px 20px;
    margin: 0px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #e4e4e4;
    -moz-border-radius: 0 0 0px 0px;
    -webkit-border-radius: 0 0 0px 0px;
    -ms-border-radius: 0 0 0px 0px;
    -o-border-radius: 0 0 0px 0px;
    border-radius: 0 0 0px 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
  .toolbar .grid__item.right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
    @media screen and (max-width: 767px) {
      .toolbar .grid__item.right {
        -webkit-box-pack: space-between;
        -moz-box-pack: space-between;
        -ms-flex-pack: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        flex-direction: column;
        width: 100%; } }
  .toolbar .toolbar-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .toolbar .toolbar-col label {
      font-size: 14px;
      margin: 0 10px 0 0;
      color: #3c3a3b;
      position: relative;
      top: 1px;
      float: left;
      letter-spacing: 0.3px;
      text-transform: uppercase; }
      @media screen and (max-width: 767px) {
        .toolbar .toolbar-col label {
          width: 110px; } }
    .toolbar .toolbar-col .label-tab {
      padding: 5px 10px;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      cursor: pointer;
      background: white;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: space-between;
      -moz-box-pack: space-between;
      -ms-flex-pack: space-between;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
    .toolbar .toolbar-col .icon-dropdown {
      font-size: 10px;
      padding-left: 8px; }
    .toolbar .toolbar-col .dropdown-menu {
      padding: 0;
      margin: 2px 0;
      right: 0;
      color: white;
      min-width: 100%; }
      .toolbar .toolbar-col .dropdown-menu li * {
        display: block;
        padding: 4px 14px 3px 15px;
        cursor: pointer;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #3c3a3b; }
      .toolbar .toolbar-col .dropdown-menu li.active *, .toolbar .toolbar-col .dropdown-menu li:hover * {
        background: #000000;
        color: #ffffff; }
    .toolbar .toolbar-col .sorting-section {
      background: white; }
    .toolbar .toolbar-col .limited-view {
      min-width: 45px;
      position: relative; }
    @media screen and (max-width: 767px) {
      .toolbar .toolbar-col .limited-view,
      .toolbar .toolbar-col .sorting-section {
        min-width: auto;
        width: calc(100% - 120px); } }
    .toolbar .toolbar-col .limited-view.open .dropdown-menu,
    .toolbar .toolbar-col .sorting-section.open .dropdown-menu {
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
      -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
      display: block;
      left: auto;
      text-align: left; }
  .toolbar .filters-toolbar__limited-view {
    padding-right: 15px; }
    @media screen and (max-width: 767px) {
      .toolbar .filters-toolbar__limited-view {
        padding: 0;
        margin-bottom: 12px; } }
  .toolbar .filters-toolbar__sortby {
    padding-left: 15px; }
    .toolbar .filters-toolbar__sortby .filter-sortby {
      min-width: 149px;
      position: relative; }
  .toolbar .view-mode {
    padding: 0;
    position: relative;
    display: inline-block; }
    @media screen and (max-width: 767px) {
      .toolbar .view-mode {
        display: none; } }
    .toolbar .view-mode .icon-mode {
      min-width: 19px;
      height: 26px;
      float: left;
      margin-left: 2px;
      position: relative;
      cursor: pointer;
      vertical-align: middle;
      border: 1px solid #e4e4e4; }
      .toolbar .view-mode .icon-mode:first-of-type {
        margin-left: 0; }
      .toolbar .view-mode .icon-mode:before {
        border: 1px solid #dcdcdc;
        content: "";
        top: 3px;
        position: absolute;
        left: 3px; }
      .toolbar .view-mode .icon-mode.icon-mode-list, .toolbar .view-mode .icon-mode.grid-3 {
        width: 26px; }
      .toolbar .view-mode .icon-mode.icon-mode-list:before {
        width: 18px;
        height: 4px;
        box-shadow: 0px 7px 0 #dcdcdc, 0px 14px 0 #dcdcdc; }
      .toolbar .view-mode .icon-mode.icon-mode-grid:before {
        width: 4px;
        height: 18px; }
      .toolbar .view-mode .icon-mode.grid-2 {
        width: 19px; }
        .toolbar .view-mode .icon-mode.grid-2:before {
          box-shadow: 7px 0 0 #dcdcdc; }
      .toolbar .view-mode .icon-mode.grid-3:before {
        box-shadow: 7px 0 0 #dcdcdc, 14px 0 0 #dcdcdc; }
      .toolbar .view-mode .icon-mode.grid-4 {
        width: 33px; }
        .toolbar .view-mode .icon-mode.grid-4:before {
          box-shadow: 7px 0 0 #dcdcdc, 14px 0 0 #dcdcdc, 21px 0 0 #dcdcdc; }
      .toolbar .view-mode .icon-mode.grid-5 {
        width: 40px; }
        .toolbar .view-mode .icon-mode.grid-5:before {
          box-shadow: 7px 0 0 #dcdcdc, 14px 0 0 #dcdcdc, 21px 0 0 #dcdcdc, 28px 0 0 #dcdcdc; }
      .toolbar .view-mode .icon-mode.active {
        border-color: #323232; }
        .toolbar .view-mode .icon-mode.active:before {
          background-color: #323232;
          border-color: #323232; }
        .toolbar .view-mode .icon-mode.active.icon-mode-list:before {
          box-shadow: 0px 7px 0 #323232, 0px 14px 0 #323232; }
        .toolbar .view-mode .icon-mode.active.grid-2:before {
          box-shadow: 7px 0 0 #323232; }
        .toolbar .view-mode .icon-mode.active.grid-3:before {
          box-shadow: 7px 0 0 #323232, 14px 0 0 #323232; }
        .toolbar .view-mode .icon-mode.active.grid-4:before {
          box-shadow: 7px 0 0 #323232, 14px 0 0 #323232, 21px 0 0 #323232; }
        .toolbar .view-mode .icon-mode.active.grid-5:before {
          box-shadow: 7px 0 0 #323232, 14px 0 0 #323232, 21px 0 0 #323232, 28px 0 0 #323232; }
  .toolbar .sidebar-label {
    display: none;
    position: fixed;
    top: 34%;
    left: 0;
    z-index: 10; }
    @media screen and (max-width: 967px) {
      .toolbar .sidebar-label {
        display: inline-block; } }
    .toolbar .sidebar-label .icon-filter svg {
      height: 27px;
      padding-left: 2px;
      width: 24px; }

/* ----- 404 Error Page ----- */
.template-404 .main-content {
  text-align: center;
  padding: 50px 0; }
  .template-404 .main-content h1 {
    color: #3ddffc; }
  .template-404 .main-content p a {
    text-decoration: underline; }

.new-review-form .spr-form-label {
  font-size: 14px;
  margin-bottom: 5px; }
  .new-review-form .spr-form-label + .spr-form-input {
    font-size: 14px; }

@media screen and (min-width: 1200px) and (max-width: 1727px) {
  .site-footer .grid-uniform .grid__item form {
    width: 90%; }
  .site-footer input {
    width: 80%; }

  .products .spr-badge {
    font-size: 11px !important; } }
/* NEW EATURES CODE START HERE  FROM OCTORBER 2019 */
.theme-ask {
  float: left;
  width: 100%; }
  .theme-ask .ask-an-expert-text {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 24px;
    color: #3c3a3b;
    margin: 0;
    padding-top: 10px;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      .theme-ask .ask-an-expert-text {
        font-size: 14px; } }
    .theme-ask .ask-an-expert-text .fa {
      font-size: 16px;
      margin-right: 10px; }
    .theme-ask .ask-an-expert-text a {
      color: #3c3a3b;
      margin-left: 3px;
      border-bottom: 1px solid #5a5a5a; }

.dt_modal-custom {
  background: rgba(3, 13, 29, 0.8); }
  .dt_modal-custom .modal-dialog {
    width: 700px;
    max-width: 85%;
    margin: 3rem auto;
    -webkit-overflow-scrolling: touch; }
    .dt_modal-custom .modal-dialog.modal-dialog-centered {
      min-height: -moz-calc(100% - (5rem * 2));
      min-height: -webkit-calc(100% - (5rem * 2));
      min-height: -ms-calc(100% - (5rem * 2));
      min-height: calc(100% - (5rem * 2)); }
  .dt_modal-custom .modal-content {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
  .dt_modal-custom .close-modal {
    width: 33px;
    height: 33px;
    padding: 0;
    margin: 0;
    top: -18px;
    right: -18px;
    text-align: center;
    background: #ffffff;
    color: #3c3a3b; }
    .dt_modal-custom .close-modal:hover {
      background: #000000;
      color: #ffffff; }
    .dt_modal-custom .close-modal svg {
      width: 16px;
      height: 16px; }
  .dt_modal-custom .modal-header {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-bottom: 1px solid #e4e4e4;
    padding: 12px 12px 9px; }
  .dt_modal-custom .modal-title,
  .dt_modal-custom .title {
    text-align: center;
    line-height: 28px;
    text-transform: uppercase;
    color: #3c3a3b; }
  .dt_modal-custom .modal-title {
    font-size: 18px;
    letter-spacing: .05em;
    margin-bottom: 0; }
  .dt_modal-custom .title {
    font-size: 16px;
    letter-spacing: .05em;
    margin-bottom: 10px; }
  .dt_modal-custom .modal-body {
    padding: 5.3% 10% 3%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .dt_modal-custom .modal-body .form-wrappder {
      float: left;
      width: 100%; }
      .dt_modal-custom .modal-body .form-wrappder .title-wrapper {
        text-align: center;
        border-bottom: 1px solid #e4e4e4;
        padding-bottom: 20px;
        margin-bottom: 20px; }
        .dt_modal-custom .modal-body .form-wrappder .title-wrapper .des {
          line-height: 28px; }
    .dt_modal-custom .modal-body .questions {
      text-align: center;
      margin-bottom: 25px; }
    .dt_modal-custom .modal-body .form-group {
      margin-bottom: 20px; }
      .dt_modal-custom .modal-body .form-group input[type="text"],
      .dt_modal-custom .modal-body .form-group input[type="password"],
      .dt_modal-custom .modal-body .form-group input[type="email"],
      .dt_modal-custom .modal-body .form-group input[type="tel"],
      .dt_modal-custom .modal-body .form-group textarea {
        height: initial;
        width: 100%;
        display: block;
        outline: none; }
      .dt_modal-custom .modal-body .form-group label {
        display: inline-block; }
        .dt_modal-custom .modal-body .form-group label:first-child {
          margin-bottom: 10px; }
      .dt_modal-custom .modal-body .form-group input[type="radio"] + label {
        font-weight: normal;
        color: #3c3a3b;
        margin-right: 28px;
        cursor: pointer; }
    .dt_modal-custom .modal-body .custom-radio {
      margin-bottom: 5px;
      padding-top: 5px; }
      .dt_modal-custom .modal-body .custom-radio label:first-child {
        margin-right: 28px; }
      .dt_modal-custom .modal-body .custom-radio.last {
        margin-bottom: 18px; }
        .dt_modal-custom .modal-body .custom-radio.last label:first-child {
          display: block;
          margin-bottom: 0; }

/* ADVANCED SEARCH */
.quickSearchResultsWrap {
  background-color: white;
  z-index: 1000;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  padding: 15px 10px 15px; }
  @media screen and (min-width: 1200px) {
    .quickSearchResultsWrap {
      -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
      -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.12); } }
  .quickSearchResultsWrap .custom-scrollbar {
    max-height: -moz-calc(100vh - 150px);
    max-height: -webkit-calc(100vh - 150px);
    max-height: -ms-calc(100vh - 150px);
    max-height: calc(100vh - 150px);
    overflow-x: hidden;
    overflow-y: auto;
    webkit-overflow-scrolling: touch; }
    .quickSearchResultsWrap .custom-scrollbar::-webkit-scrollbar-track {
      background-color: #f4f4f4; }
    .quickSearchResultsWrap .custom-scrollbar::-webkit-scrollbar {
      width: 5px;
      background-color: #f4f4f4; }
    .quickSearchResultsWrap .custom-scrollbar::-webkit-scrollbar-thumb {
      background-color: #f4f4f4; }
    .quickSearchResultsWrap .custom-scrollbar .container {
      padding-left: 15px;
      padding-right: 15px; }
  .quickSearchResultsWrap .header-search__trending {
    margin-bottom: 15px; }
  .quickSearchResultsWrap .box-title {
    font-size: 13px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: .05em;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 5px;
    margin-bottom: 15px; }
  .quickSearchResultsWrap .list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
    padding: 0; }
    .quickSearchResultsWrap .list-item .item {
      display: inline-block;
      padding: 0 5px;
      margin-bottom: 10px;
      border: none; }
    .quickSearchResultsWrap .list-item .highlight {
      display: block;
      background-color: #f7f7f7;
      color: #868686;
      padding: 5px 12px;
      cursor: pointer;
      font-size: 13px; }
      .quickSearchResultsWrap .list-item .highlight .fa {
        margin-right: 6px; }
      .quickSearchResultsWrap .list-item .highlight:hover {
        background: #000000;
        color: #ffffff; }
  .quickSearchResultsWrap .products-grid {
    overflow: auto;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 -5px; }
    .quickSearchResultsWrap .products-grid .grid-item {
      margin-top: 5px;
      margin-bottom: 15px;
      float: left;
      padding: 0 5px; }
  .quickSearchResultsWrap .product-item .product-image img {
    max-width: 120px;
    min-height: initial; }
  .quickSearchResultsWrap .product-item .product-image .product-grid-image {
    min-height: initial; }
  .quickSearchResultsWrap .product-item .product-bottom {
    text-align: left; }
  .quickSearchResultsWrap .product-item .action {
    display: none !important; }
  .quickSearchResultsWrap .product-item .product-title {
    word-break: break-word;
    max-height: initial;
    white-space: normal;
    overflow: visible;
    text-overflow: initial; }
  .quickSearchResultsWrap .header-search__results .text-center {
    border-top: 1px solid #e4e4e4; }
  .quickSearchResultsWrap .text-results {
    display: block;
    font-size: 14px;
    color: #3c3c3c;
    text-transform: uppercase;
    padding: 4px 0; }
    .quickSearchResultsWrap .text-results:hover {
      color: #178dc9; }
    .quickSearchResultsWrap .text-results.header-search__see-more {
      margin-top: 15px; }

.icon-search svg {
  width: 14px;
  height: 14px;
  vertical-align: unset; }

svg {
  fill: currentColor;
  stroke: currentColor;
  width: 20px;
  height: 20px;
  vertical-align: middle; }

/* NEW CURRENCY PICKER */
.header_currency {
  position: relative;
  display: block;
  padding: 10px 15px;
  float: left; }
  @media screen and (max-width: 1199px) {
    .header_currency {
      text-align: left;
      width: 100%;
      padding: 0; } }
  .header_currency ul {
    list-style: none;
    padding: 0;
    float: left;
    width: 100%; }

.lang-currency-groups .label-text {
  display: block;
  font-size: 16px;
  letter-spacing: normal;
  text-transform: capitalize;
  font-weight: normal;
  padding: 7px 0 10px; }
.lang-currency-groups .dropdown-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: static;
  border: none;
  padding: 0;
  width: 100%;
  min-width: inherit;
  margin: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  z-index: inherit;
  top: inherit;
  left: inherit;
  float: none;
  font-size: 16px;
  background: #ffffff; }
.lang-currency-groups .btn-group {
  display: block; }
  .lang-currency-groups .btn-group .dropdown-item {
    display: block;
    padding: 9px 15px 7px 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 100%;
    color: #3c3a3b; }
    .lang-currency-groups .btn-group .dropdown-item .img-icon,
    .lang-currency-groups .btn-group .dropdown-item .text {
      display: inline-block;
      vertical-align: middle; }
    .lang-currency-groups .btn-group .dropdown-item .text {
      position: relative;
      top: 0;
      border-bottom: 1px solid #e4e4e4;
      line-height: 18px;
      font-size: 14px;
      border-color: transparent; }
    .lang-currency-groups .btn-group .dropdown-item.active .text {
      border-bottom-color: #030d1d; }
    .lang-currency-groups .btn-group .dropdown-item:hover, .lang-currency-groups .btn-group .dropdown-item:focus, .lang-currency-groups .btn-group .dropdown-item:active, .lang-currency-groups .btn-group .dropdown-item.active {
      color: #3ddffc;
      background-color: inherit; }
  .lang-currency-groups .btn-group .img-icon {
    margin-right: 8px;
    width: 23px;
    display: block; }
    .lang-currency-groups .btn-group .img-icon img {
      min-height: 16px;
      width: auto;
      object-fit: contain;
      display: block; }

/* ----- Top Countdown Bar ----- */
.top-countdown-bar {
  float: left;
  width: 100%;
  position: relative; }
  .top-countdown-bar .top-countdown-bar-block {
    float: left;
    width: 100%;
    padding: 60px 0;
    position: relative; }
    @media screen and (max-width: 1199px) {
      .top-countdown-bar .top-countdown-bar-block {
        padding: 30px 0; } }
  .top-countdown-bar .top-countdown-bar-content {
    text-align: center;
    float: left;
    width: 100%;
    padding: 0 20px; }
    @media screen and (max-width: 567px) {
      .top-countdown-bar .top-countdown-bar-content {
        padding: 0 10px; } }
    .top-countdown-bar .top-countdown-bar-content h2 {
      font-size: 50px;
      line-height: normal;
      margin: 0 0 60px;
      font-family: Raleway; }
      @media screen and (max-width: 767px) {
        .top-countdown-bar .top-countdown-bar-content h2 {
          font-size: 38px;
          margin: 0 0 30px; } }
      @media screen and (max-width: 567px) {
        .top-countdown-bar .top-countdown-bar-content h2 {
          font-size: 24px; } }
    .top-countdown-bar .top-countdown-bar-content h3 {
      font-size: 20px;
      text-transform: uppercase;
      font-family: Raleway;
      font-weight: 300;
      line-height: normal;
      margin: 0; }
    .top-countdown-bar .top-countdown-bar-content p {
      font-size: 16px;
      line-height: normal;
      margin: 0 0 20px; }
      @media screen and (max-width: 1199px) {
        .top-countdown-bar .top-countdown-bar-content p {
          margin: 0; } }
    .top-countdown-bar .top-countdown-bar-content .lof-clock-timer-detail {
      margin: 0 0 30px; }
      @media screen and (max-width: 1199px) {
        .top-countdown-bar .top-countdown-bar-content .lof-clock-timer-detail {
          margin: 0 0 15px; } }
      .top-countdown-bar .top-countdown-bar-content .lof-clock-timer-detail ul {
        padding: 0; }
        .top-countdown-bar .top-countdown-bar-content .lof-clock-timer-detail ul li {
          display: inline-block;
          margin: 0 12px;
          font-size: 24px;
          line-height: normal;
          position: relative; }
          @media screen and (min-width: 1200px) {
            .top-countdown-bar .top-countdown-bar-content .lof-clock-timer-detail ul li {
              border: 1px solid;
              -moz-border-radius: 50%;
              -webkit-border-radius: 50%;
              -ms-border-radius: 50%;
              -o-border-radius: 50%;
              border-radius: 50%;
              width: 80px;
              height: 80px; } }
          @media screen and (max-width: 567px) {
            .top-countdown-bar .top-countdown-bar-content .lof-clock-timer-detail ul li {
              font-size: 16px; } }
          .top-countdown-bar .top-countdown-bar-content .lof-clock-timer-detail ul li:after {
            content: ":";
            float: left;
            position: absolute;
            top: 50%;
            right: -16px;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            font-weight: normal; }
          .top-countdown-bar .top-countdown-bar-content .lof-clock-timer-detail ul li:last-child:after {
            content: none;
            background: none; }
          .top-countdown-bar .top-countdown-bar-content .lof-clock-timer-detail ul li b {
            display: block;
            margin-top: 10px; }
          .top-countdown-bar .top-countdown-bar-content .lof-clock-timer-detail ul li span {
            float: left;
            width: 100%;
            font-size: 16px; }
    .top-countdown-bar .top-countdown-bar-content .deal-content {
      float: left;
      width: 100%;
      position: relative; }
      .top-countdown-bar .top-countdown-bar-content .deal-content h4 {
        opacity: 0.2;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=20)";
        filter: alpha(opacity=20);
        font-family: Raleway;
        font-size: 155px;
        line-height: normal;
        margin: 0; }
        @media screen and (max-width: 767px) {
          .top-countdown-bar .top-countdown-bar-content .deal-content h4 {
            font-size: 100px; } }
        @media screen and (max-width: 567px) {
          .top-countdown-bar .top-countdown-bar-content .deal-content h4 {
            font-size: 50px; } }
    .top-countdown-bar .top-countdown-bar-content .deal-btn .btn, .top-countdown-bar .top-countdown-bar-content .deal-btn .btn--secondary, .top-countdown-bar .top-countdown-bar-content .deal-btn .btn--tertiary, .top-countdown-bar .top-countdown-bar-content .deal-btn input[type="submit"] {
      padding: 12px 25px;
      -moz-border-radius: 1px;
      -webkit-border-radius: 1px;
      -ms-border-radius: 1px;
      -o-border-radius: 1px;
      border-radius: 1px;
      font-size: 14px;
      letter-spacing: 0.5px; }
  .top-countdown-bar .close {
    position: absolute;
    top: 0;
    right: 0; }

/* REAL TIME VISITOR */
.realTime {
  float: left;
  width: 100%;
  margin: 25px 0 15px; }
  .realTime #number_counter {
    padding: 4px; }

.sold_product {
  color: #d02e2e;
  margin-bottom: 20px; }
  .sold_product svg {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 5px; }

.close-sidebar,
.close-sidebar2 {
  display: none; }

.sidebar-label .sidebar-button .tags-filter .btn, .sidebar-label .sidebar-button .tags-filter .btn--secondary, .sidebar-label .sidebar-button .tags-filter .btn--tertiary, .sidebar-label .sidebar-button .tags-filter input[type="submit"] {
  border-radius: 0;
  padding: 7px 10px; }

.quickSearchResultsWrap {
  position: absolute;
  top: -moz-calc(100% + 2px);
  top: -webkit-calc(100% + 2px);
  top: -ms-calc(100% + 2px);
  top: calc(100% + 2px);
  left: 0;
  padding-left: 5px;
  padding-right: 5px; }
  @media screen and (min-width: 1200px) {
    .quickSearchResultsWrap {
      width: 553px; } }
  .quickSearchResultsWrap .item-swatch li label {
    width: 20px;
    height: 20px; }
  .quickSearchResultsWrap .custom-scrollbar {
    max-height: -moz-calc(80vh - 150px);
    max-height: -webkit-calc(80vh - 150px);
    max-height: -ms-calc(80vh - 150px);
    max-height: calc(80vh - 150px); }

@media only screen and (min-width: 1200px) {
  .search-open .wrapper-header .search-bar {
    max-width: 553px; }

  .search-open .header-default .nav-search .search-form {
    z-index: 5; }
  .search-open .header-default .nav-search .close-search {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    z-index: 2;
    color: #030d1d;
    left: 50%;
    -webkit-transform: translate(-50%, -50px);
    -moz-transform: translate(-50%, -50px);
    -ms-transform: translate(-50%, -50px);
    -o-transform: translate(-50%, -50px);
    transform: translate(-50%, -50px); }
  .search-open .wrapper-header .search-form {
    position: fixed;
    top: 0;
    bottom: 0;
    background: white; }
  .search-open .wrapper-header .header-search {
    top: 20vh;
    position: relative;
    max-width: 553px;
    margin: auto; }

  .lang-currency-groups {
    margin-left: 20px; }
    .lang-currency-groups .label-text {
      display: none; }
    .lang-currency-groups .dropdown-toggle:after {
      content: "\f078";
      font-family: "Font Awesome 5 Free";
      font-size: 10px;
      font-weight: bold;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: block;
      cursor: pointer;
      padding: 0;
      background: none;
      border: none;
      width: 20px;
      height: 20px;
      margin: 0 0 0 3px;
      vertical-align: middle;
      line-height: 18px;
      text-align: center;
      color: rgba(3, 13, 29, 0.5);
      position: relative;
      top: 1px; }
    .lang-currency-groups .btn-group {
      position: relative; }
    .lang-currency-groups .dropdown-label {
      margin: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      font-size: 13px;
      letter-spacing: normal;
      padding: 4px 0 6px; }
      .lang-currency-groups .dropdown-label .img-icon {
        width: 18px; }
        .lang-currency-groups .dropdown-label .img-icon img {
          width: 18px;
          height: 17px; }
      .lang-currency-groups .dropdown-label .text {
        line-height: normal; }
    .lang-currency-groups .text {
      position: relative;
      top: 0; }
    .lang-currency-groups .dropdown-item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      letter-spacing: normal;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 7px 15px 5px 0; }
      .lang-currency-groups .dropdown-item .text {
        top: 0; }
    .lang-currency-groups .dropdown-menu {
      position: absolute;
      right: 0;
      top: 100%;
      z-index: 3;
      padding: 3px 10px 8px;
      min-width: 100px;
      border: 1px solid #e4e4e4;
      -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
      outline: none;
      -moz-border-radius: 1px;
      -webkit-border-radius: 1px;
      -ms-border-radius: 1px;
      -o-border-radius: 1px;
      border-radius: 1px;
      display: none; }
    .lang-currency-groups .lang-block,
    .lang-currency-groups .currency-block {
      display: inline-block;
      vertical-align: middle; }
    .lang-currency-groups .lang-block + .currency-block {
      margin-left: 8px; }

  .nav-search {
    max-width: 160px;
    margin-left: 15px; }
    .nav-search .close-search {
      display: none; }
    .nav-search .search-bar {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      height: auto; }
    .nav-search .input-group-field {
      padding: 5px 12px 4px;
      width: -moz-calc(100% - 36px);
      width: -webkit-calc(100% - 36px);
      width: -ms-calc(100% - 36px);
      width: calc(100% - 36px); }
    .nav-search .icon-search {
      padding: 5px 10px 5px;
      background: transparent;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
      .nav-search .icon-search:hover {
        background: transparent; }
      .nav-search .icon-search svg {
        width: 14px;
        height: 14px; } }
@media only screen and (max-width: 967px) {
  .col-sidebar.open {
    left: 0;
    padding: 0; }

  .close-sidebar {
    cursor: pointer;
    display: none; }

  .col-sidebar {
    position: fixed;
    left: -324px;
    top: 0;
    width: 100%;
    max-width: 280px;
    z-index: 9999;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 0px; }

  .col-sidebar .close-sidebar svg {
    width: 15px;
    height: 15px;
    color: #3c3a3b; }

  .sidebar-label {
    float: left;
    width: 36px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }

  .sidebar-label .sidebar-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    cursor: pointer; }

  .col-sidebar {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100vh;
    position: fixed;
    left: -324px;
    top: 0;
    width: 100%;
    max-width: 280px;
    background: white;
    z-index: 9999;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 0px; }
    .col-sidebar .sidebar {
      display: block;
      min-height: 100vh;
      padding: 10px 30px 0; }
      .col-sidebar .sidebar::-webkit-scrollbar {
        width: 0; }
      .col-sidebar .sidebar::-ms-scrollbar {
        width: 0; }
    .col-sidebar .close-sidebar {
      display: block;
      padding: 8px 8px 0;
      text-align: right; }
      .col-sidebar .close-sidebar svg {
        width: 22px;
        height: 22px;
        color: #9e9d9d; }
    .col-sidebar.open {
      left: 0;
      padding: 0; }

  .col-sidebar-right {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100vh;
    position: fixed;
    right: -324px;
    top: 0;
    width: 100%;
    max-width: 280px;
    background: white;
    z-index: 9999;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 0px; }
    .col-sidebar-right .sidebar {
      overflow-y: auto;
      overflow-x: hidden;
      height: 100vh;
      padding: 20px 20px 100px 20px; }
      .col-sidebar-right .sidebar::-webkit-scrollbar {
        width: 0; }
      .col-sidebar-right .sidebar::-ms-scrollbar {
        width: 0; }
    .col-sidebar-right .close-sidebar2 {
      display: block;
      width: 40px;
      height: 20px;
      left: -40px;
      padding: 10px 0 0 10px; }
      .col-sidebar-right .close-sidebar2 svg {
        width: 15px;
        height: 15px; }
    .col-sidebar-right.open {
      right: 0;
      padding: 0; }

  .open-sidebar {
    position: fixed;
    left: 0;
    width: 100%;
    overflow: hidden; }
    .open-sidebar .wrap-overlay {
      position: fixed;
      height: 100%;
      width: 100%;
      background: #ccc;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      opacity: 0.2;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=20)";
      filter: alpha(opacity=20);
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      overflow: hidden;
      z-index: 100;
      cursor: pointer; } }
.product-shop .countdown-progressbar {
  margin-bottom: 27px; }

.product-shop .countdown-progressbar .progressbar-text {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 10px; }

.product-shop .countdown-progressbar .progressbar-text .count {
  display: inline-block;
  padding: 0 3px; }

.product-shop .countdown-progressbar #progressbar {
  height: 6px;
  width: 100%;
  background-color: #f5f5f5;
  margin-bottom: 15px;
  position: relative; }

.product-shop .countdown-progressbar #progressbar span {
  background-color: #69c69c;
  height: 6px;
  width: 100%;
  display: block;
  -webkit-transition: width 0.7s ease;
  -moz-transition: width 0.7s ease;
  -ms-transition: width 0.7s ease;
  -o-transition: width 0.7s ease;
  transition: width 0.7s ease; }

.product-shop .countdown-progressbar .countdown-table {
  border: 1px solid #e4e4e4;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px; }

.product-shop .countdown-progressbar .countdown-table label {
  display: block;
  background-color: #fafafa;
  text-align: center;
  border-bottom: 1px solid #dcdcdc;
  color: #3c3c3c;
  font-size: 12px;
  line-height: 25px;
  padding: 2px 0;
  margin: 0;
  font-weight: normal; }

.product-shop .countdown-progressbar .countdown-table .countdown-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 20px;
  min-height: 60px; }

.product-shop .countdown-progressbar .countdown-table .clock-item {
  width: 25%;
  text-align: center;
  text-transform: capitalize;
  padding: 8px 0 7px; }

.product-shop .countdown-progressbar .countdown-table .clock-item span {
  display: block;
  line-height: 25px; }

.product-shop .countdown-progressbar .countdown-table .clock-item span:not(.num) {
  font-size: 12px;
  font-weight: normal;
  color: #999;
  line-height: 20px; }

.product-shop .countdown-progressbar .countdown-table .clock-item + .clock-item {
  border-left: 1px solid gainsboro; }

.icon-nav .icon-line {
  display: block;
  width: 24px;
  height: 2px;
  margin: 3px 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-color: white; }

.icon-nav .icon-line:before, .icon-nav .icon-line:after {
  background-color: white;
  display: block;
  width: 24px;
  height: 2px;
  margin: 3px 0;
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s; }

.icon-nav {
  border: none;
  outline: none;
  padding: 0;
  display: block;
  width: 24px;
  height: 24px;
  position: relative; }
  .icon-nav .icon-line {
    display: block;
    width: 24px;
    height: 2px;
    margin: 3px 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: #3c3a3b; }
    .icon-nav .icon-line:before, .icon-nav .icon-line:after {
      background-color: #3c3a3b;
      display: block;
      width: 24px;
      height: 2px;
      margin: 3px 0;
      position: absolute;
      left: 0;
      right: 0;
      content: "";
      -webkit-transition: transform 0.3s;
      -moz-transition: transform 0.3s;
      -ms-transition: transform 0.3s;
      -o-transition: transform 0.3s;
      transition: transform 0.3s;
      transition-delay: 0.2s;
      -moz-transition-delay: 0.2s;
      -webkit-transition-delay: 0.2s;
      -o-transition-delay: 0.2s;
      -ms-transition-delay: 0.2s; }
    .icon-nav .icon-line:before {
      top: 5px; }
    .icon-nav .icon-line:after {
      top: 12px; }

.close-menu-mb {
  display: none; }
  .close-menu-mb.menu-open {
    display: block;
    position: fixed;
    background: #ffffff;
    z-index: 3333;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px; }
    .close-menu-mb.menu-open .icon-line {
      background-color: #ffffff; }
      .close-menu-mb.menu-open .icon-line:before, .close-menu-mb.menu-open .icon-line:after {
        background: #3c3a3b;
        left: 8px; }
      .close-menu-mb.menu-open .icon-line:before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 12px; }
      .close-menu-mb.menu-open .icon-line:after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }

.header-mb,
.header-mb-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.header-logo {
  margin: 0;
  font-size: 20px; }

.header-mb .header-mb-middle {
  width: -moz-calc(100%);
  width: -webkit-calc(100%);
  width: -ms-calc(100%);
  width: calc(100%);
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }
  .header-mb .header-mb-middle .header-logo {
    padding: 10px 5px 10px; }
.header-mb .header-mb-right {
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }
  .header-mb .header-mb-right .svg-mb {
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
    .header-mb .header-mb-right .svg-mb .cartCount {
      font-size: 14px; }

.header-default #dropdown-cart {
  max-width: 298px;
  width: 100vw; }

/* ----- Navigation ------- */
.site-nav li {
  margin: 0; }
  @media screen and (max-width: 1199px) {
    .site-nav li {
      float: left;
      width: 100%; } }
  .site-nav li a {
    position: relative;
    display: block; }
    .site-nav li a .icon-dropdown {
      opacity: 0.4;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=40)";
      filter: alpha(opacity=40);
      right: 6px; }
.site-nav .dropdown, .site-nav .site-nav-dropdown {
  list-style: none; }
  @media screen and (max-width: 1199px) {
    .site-nav .dropdown, .site-nav .site-nav-dropdown {
      background-color: #ffffff; } }
.site-nav .icon-dropdown {
  width: 20px;
  display: inline-block;
  font-size: 19px;
  position: absolute;
  top: 9px; }
.site-nav .menu-mb-title {
  letter-spacing: .05em;
  text-transform: uppercase;
  padding: 13px 20px 11px;
  position: relative;
  text-align: center;
  cursor: pointer; }
  .site-nav .menu-mb-title .icon-dropdown {
    left: 20px;
    text-align: left; }
.site-nav .menu-lv-1 > a {
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 13px 20px 13px; }
  @media screen and (max-width: 1199px) {
    .site-nav .menu-lv-1 > a {
      font-size: 15px; } }
.site-nav .menu-lv-2 > a {
  padding: 13px 20px 11px; }
.site-nav .menu-lv-2 .site-nav-dropdown {
  margin: 13px 0; }
  @media screen and (max-width: 1199px) {
    .site-nav .menu-lv-2 .site-nav-dropdown {
      background-color: #ffffff; } }
.site-nav .menu-lv-3 > a {
  padding: 8px 20px 6px; }
@media screen and (max-width: 1199px) {
  .site-nav .mega-menu .site-nav-dropdown {
    background-color: #ffffff; } }
.site-nav .mega-menu .menu-lv-2 > a {
  font-size: 16px;
  font-weight: 600; }
  @media screen and (min-width: 1200px) {
    .site-nav .mega-menu .menu-lv-2 > a {
      text-transform: uppercase; } }
.site-nav .mega-menu .mega-banner {
  text-align: center; }
  @media screen and (max-width: 1199px) {
    .site-nav .mega-menu .mega-banner {
      padding: 18px 10px; } }
  .site-nav .mega-menu .mega-banner .title {
    text-transform: uppercase;
    letter-spacing: .02em;
    line-height: 1.7em;
    font-size: 12px;
    margin-bottom: 8px;
    padding: 6px 0 4px; }
  .site-nav .mega-menu .mega-banner .col-left {
    margin-bottom: 18px; }
  .site-nav .mega-menu .mega-banner .col-right {
    padding-top: 6px; }
.site-nav .mega-menu .product-item .product-bottom {
  text-align: center; }
.site-nav .mega-menu .product-item .product-top {
  max-width: 120px;
  margin-left: auto;
  margin-right: auto; }
.site-nav .mega-menu .product-item .product-grid-image {
  margin-bottom: 15px; }
  .site-nav .mega-menu .product-item .product-grid-image img {
    max-height: 160px; }
.site-nav .mega-menu .product-item .spr-badge,
.site-nav .mega-menu .product-item .price-box {
  margin-bottom: 10px; }
.site-nav .mega-menu .product-item .product-title {
  margin-bottom: 5px; }
.site-nav .mega-menu .product-item .btn, .site-nav .mega-menu .product-item .btn--secondary, .site-nav .mega-menu .product-item .btn--tertiary, .site-nav .mega-menu .product-item input[type="submit"] {
  width: inherit;
  display: inline-block;
  min-width: inherit;
  padding: 0;
  border: none;
  border-bottom: 1px solid rgba(35, 35, 35, 0.7);
  background: rgba(255, 255, 255, 0); }
.site-nav .mega-menu .style_2 .mega-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (min-width: 1200px) {
    .site-nav .mega-menu .style_2 .mega-banner {
      padding-top: 6px; } }
  .site-nav .mega-menu .style_2 .mega-banner .col-right {
    padding-left: 3px; }
  .site-nav .mega-menu .style_2 .mega-banner .col-left > a {
    margin-bottom: 0;
    padding: 0 3px 6px 0; }
    .site-nav .mega-menu .style_2 .mega-banner .col-left > a:nth-child(2n) {
      padding-bottom: 0; }
.site-nav .mega-menu .style_2 .mega-col {
  padding: 0 0 0 3px;
  margin: 0; }
.site-nav .mega-menu .style_3 .menu-lv-2 img {
  margin: 5px 0 5px; }
@media screen and (min-width: 1200px) {
  .site-nav .mega-menu .style_5 .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 10px -10px 12px; } }
@media screen and (max-width: 1199px) {
  .site-nav .mega-menu .style_5 .row {
    margin: 10px 5px 12px; } }
.site-nav .mega-menu .style_5 .row .mega-banner {
  padding: 0 10px; }
  @media screen and (max-width: 1199px) {
    .site-nav .mega-menu .style_5 .row .mega-banner {
      padding: 0 0 5px; } }
.site-nav .mega-menu .mega-cms-block {
  margin-top: 5px; }
  .site-nav .mega-menu .mega-cms-block .title {
    text-transform: uppercase;
    letter-spacing: normal;
    margin-bottom: 8px; }
  .site-nav .mega-menu .mega-cms-block .rte-setting {
    font-style: italic;
    color: red;
    margin-bottom: 17px; }
  .site-nav .mega-menu .mega-cms-block .read-more {
    display: inline-block;
    font-weight: 500; }
    .site-nav .mega-menu .mega-cms-block .read-more:before {
      width: 100%;
      background-color: red;
      visibility: visible;
      bottom: 1px; }
.site-nav .icon-label {
  font-weight: 500;
  letter-spacing: normal;
  margin: 0 0 0 10px;
  line-height: 1em;
  padding: 4px 6px 3px;
  text-transform: capitalize;
  position: relative;
  top: -1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  text-align: center; }
  .site-nav .icon-label:before {
    content: "";
    border: 5px solid transparent;
    position: absolute; }

.translate-overlay .is-moved-by-drawer,
.cart-show .is-moved-by-drawer {
  position: fixed;
  overflow: hidden;
  width: 100%;
  top: 0;
  min-height: 100%; }
  .translate-overlay .is-moved-by-drawer:before,
  .cart-show .is-moved-by-drawer:before {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: #000000;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=30)";
    filter: alpha(opacity=30);
    cursor: pointer; }

/* ----- Header Mobile ------- */
@media (max-width: 1199px) {
  .quickSearchResultsWrap {
    width: 100%; }

  .quickSearchResultsWrap .products-grid .grid-item {
    width: 100%; }
    .quickSearchResultsWrap .products-grid .grid-item .product-container, .quickSearchResultsWrap .products-grid .grid-item .product-detail {
      width: 50%;
      text-align: left; }

  .appentMb .reverse-mb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .appentMb .customer_account,
  .appentMb .wishlist {
    display: inline-block;
    width: 100%;
    float: left;
    padding: 7px 20px 6px; }
    .appentMb .customer_account ul,
    .appentMb .wishlist ul {
      list-style: none;
      padding: 0; }
  .appentMb .lang-currency-groups {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e4e4e4; }

  .header-bottom {
    -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.12);
    box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.12);
    background-color: #ffffff;
    padding: 0 4%;
    position: relative; }
    .header-bottom .header-pc {
      display: none !important; }

  .menu_bar_right li a {
    display: inline-block;
    padding: 0; }

  .wrapper-navigation .logo-fixed,
  .wrapper-navigation .fixed-right-menu,
  .wrapper-navigation .wrapper-top-cart, .wrapper-navigation .header_cart {
    display: none; }
  .wrapper-navigation .header-panel-bt .left-groups {
    display: none; }
  .wrapper-navigation .header-pc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    .wrapper-navigation .header-pc .lang-currency-groups {
      padding-top: 20px;
      border-top: 1px solid #e4e4e4; }
    .wrapper-navigation .header-pc .right-groups {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
    .wrapper-navigation .header-pc .or-text {
      display: none; }
  .wrapper-navigation .wishlist svg,
  .wrapper-navigation .wishlist .fa {
    display: none; }

  .header-pc .cus-ser-text, .header-pc .header-links a,
  .header-pc .free-shipping-text {
    padding: 7px 20px 6px;
    display: block;
    font-weight: normal; }
  .header-pc .header-links .acc-logout + span {
    display: none; }
  .header-pc .header-links #dropdown-customer {
    display: none; }

  .lang-currency-groups {
    padding-left: 20px;
    padding-right: 20px; }
    .lang-currency-groups .btn-group .dropdown-label {
      display: none; }
    .lang-currency-groups .lang-block + .currency-block {
      margin-top: 20px; }

  .jas-mb-style {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 100%;
    height: 100vh;
    z-index: 9999;
    /*     overflow-y: scroll; */
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -ms-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    padding-bottom: 100px;
    background-color: #ffffff; }
    .jas-mb-style .left {
      width: 100%; }
    .jas-mb-style .container {
      max-width: 100%;
      width: 100%; }

  .site-nav .menu-mb-title {
    border-bottom: 1px solid #e4e4e4;
    background-color: #ffffff; }
  .site-nav li {
    position: relative; }
    .site-nav li a {
      position: static; }
      .site-nav li a img {
        vertical-align: middle;
        height: auto; }
    .site-nav li.dropdown a {
      display: inline-block; }
  .site-nav .menu-lv-1 {
    border-bottom: 1px solid #e4e4e4; }
    .site-nav .menu-lv-1:hover {
      background-color: rgba(228, 228, 228, 0.7); }
  .site-nav .menu-lv-2 {
    border-bottom: 1px solid #e4e4e4;
    width: 100%; }
    .site-nav .menu-lv-2 .site-nav-dropdown,
    .site-nav .menu-lv-2 .dropdown {
      margin: 13px 0; }
  .site-nav .sub-menu-mobile {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    padding-bottom: 100px;
    height: 100vh;
    overflow-y: scroll;
    background-color: #ffffff;
    z-index: 10000;
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    -ms-transition: transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
    .site-nav .sub-menu-mobile.sub-menu-open {
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none; }
  .site-nav .mega-menu .menu-lv-2 {
    padding: 0; }
  .site-nav .mega-menu .style_2 .col-left,
  .site-nav .mega-menu .style_2 .col-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 3px);
    flex: 0 0 calc(50% - 3px);
    max-width: -moz-calc(50% - 3px);
    max-width: -webkit-calc(50% - 3px);
    max-width: -ms-calc(50% - 3px);
    max-width: calc(50% - 3px); }
  .site-nav .mega-menu .style_3 .menu-lv-2 > .sub-menu-mobile > a {
    padding: 20px 20px 0; }
    .site-nav .mega-menu .style_3 .menu-lv-2 > .sub-menu-mobile > a img {
      margin: 0; }
  .site-nav .mega-menu .style_7 .inner {
    padding: 13px 20px 11px;
    border-bottom: 1px solid #e4e4e4;
    float: left;
    width: 100%; }
  .site-nav .icon-label:before {
    left: -9px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); } }
.svg-mb {
  width: 60px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .svg-mb a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .svg-mb .icon-search svg {
    position: relative;
    top: -1px; }

html.cart-show #dropdown-cart {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }
html.customer-show #dropdown-customer {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }
html.translate-overlay .jas-mb-style {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%); }
html.sidebar-open .sidebar {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }

@media (min-width: 320px) {
  .jas-mb-style,
  .site-nav .sub-menu-mobile {
    width: 300px; }

  .icon-nav.menu-open {
    right: inherit;
    left: 300px; } }
@media (max-width: 480px) {
  .jas-mb-style,
  .site-nav .sub-menu-mobile {
    width: 270px; }

  .icon-nav.menu-open {
    right: inherit;
    left: 270px; } }
/* Mobile Menu */
@media (min-width: 1200px) {
  .main-menu * {
    position: static; }

  .site-nav {
    margin: 0;
    padding: 0; }
    .site-nav .icon-dropdown,
    .site-nav .menu-mb-title {
      display: none; }
    .site-nav .menu-lv-1 {
      display: inline-block;
      margin-left: 20px;
      margin-right: 20px; }
      .site-nav .menu-lv-1 > a {
        line-height: 1.65em;
        position: relative;
        padding-left: 0;
        padding-right: 0;
        font-size: 18px; }
        .site-nav .menu-lv-1 > a.current {
          font-weight: bold; }
        .site-nav .menu-lv-1 > a > span:not(.icon-dropdown) {
          position: relative; }
          .site-nav .menu-lv-1 > a > span:not(.icon-dropdown):before {
            position: absolute;
            left: 0;
            width: 0;
            bottom: -2px;
            height: 1px;
            content: '';
            display: block;
            -webkit-transition: width 0.3s ease;
            -moz-transition: width 0.3s ease;
            -ms-transition: width 0.3s ease;
            -o-transition: width 0.3s ease;
            transition: width 0.3s ease;
            visibility: hidden; }
      .site-nav .menu-lv-1:hover > a > span:not(.icon-dropdown):before {
        width: 100%;
        visibility: visible; }
      .site-nav .menu-lv-1:first-of-type {
        margin-left: 0; }
      .site-nav .menu-lv-1:last-of-type {
        margin-right: 0; }
      .site-nav .menu-lv-1 .icon-label {
        position: absolute;
        right: -4px;
        top: -6px; }
        .site-nav .menu-lv-1 .icon-label:before {
          left: 50%;
          bottom: -9px;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          transform: translateX(-50%); }
    .site-nav .no-mega-menu {
      position: relative; }
      .site-nav .no-mega-menu > .sub-menu-mobile {
        -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1); }
      .site-nav .no-mega-menu .sub-menu-mobile {
        display: none;
        position: absolute;
        left: 0;
        z-index: 10000;
        min-width: 225px; }
        .site-nav .no-mega-menu .sub-menu-mobile li {
          padding: 0 20px; }
          .site-nav .no-mega-menu .sub-menu-mobile li:first-of-type {
            padding-top: 5px; }
          .site-nav .no-mega-menu .sub-menu-mobile li:last-of-type {
            padding-bottom: 5px; }
      .site-nav .no-mega-menu .menu-lv-2 .sub-menu-mobile {
        left: 100%;
        top: 0; }
      .site-nav .no-mega-menu .menu-lv-2 .site-nav-dropdown {
        margin: 0; }
      .site-nav .no-mega-menu .dropdown {
        position: relative; }
        .site-nav .no-mega-menu .dropdown:hover > .sub-menu-mobile {
          display: block; }
      .site-nav .no-mega-menu:hover > .sub-menu-mobile {
        display: block; }
      .site-nav .no-mega-menu li > a {
        padding: 10px 0 8px;
        line-height: 1.75em; }
      .site-nav .no-mega-menu li + li > a {
        border-top: 1px solid #e4e4e4; }
    .site-nav .mega-menu {
      position: static; }
      .site-nav .mega-menu > .sub-menu-mobile {
        position: absolute;
        left: 0;
        right: 0;
        z-index: 100;
        max-height: 82vh;
        /* overflow-x: hidden;
        overflow-y: auto; */
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
        filter: alpha(opacity=0);
        visibility: hidden;
        pointer-events: none;
        /* @include translateY(30px); */
        -webkit-transition: transform 0.35s linear;
        -moz-transition: transform 0.35s linear;
        -ms-transition: transform 0.35s linear;
        -o-transition: transform 0.35s linear;
        transition: transform 0.35s linear;
        -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.1);
        box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.1); }
        .site-nav .mega-menu > .sub-menu-mobile::-webkit-scrollbar {
          width: 0; }
        .site-nav .mega-menu > .sub-menu-mobile .site-nav-dropdown {
          padding: 18px 25px 24px;
          width: 78%;
          margin: 0 auto;
          -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
          -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1); }
      .site-nav .mega-menu:hover > .sub-menu-mobile {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
        filter: alpha(opacity=100);
        visibility: visible;
        pointer-events: auto;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0); }
      .site-nav .mega-menu img {
        display: block; }
      .site-nav .mega-menu .container {
        width: 100%; }
      .site-nav .mega-menu .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
      .site-nav .mega-menu .menu-lv-2 {
        margin-bottom: 18px; }
        .site-nav .mega-menu .menu-lv-2 a {
          padding: 6px 0 4px; }
        .site-nav .mega-menu .menu-lv-2 .site-nav-dropdown {
          margin: 0; }
      .site-nav .mega-menu .menu-lv-3 > a span {
        position: relative; }
        .site-nav .mega-menu .menu-lv-3 > a span:before {
          position: absolute;
          left: 0;
          width: 0;
          bottom: -2px;
          height: 1px;
          content: '';
          display: block;
          -webkit-transition: width 0.3s ease-in-out;
          -moz-transition: width 0.3s ease-in-out;
          -ms-transition: width 0.3s ease-in-out;
          -o-transition: width 0.3s ease-in-out;
          transition: width 0.3s ease-in-out;
          visibility: hidden; }
      .site-nav .mega-menu .menu-lv-3 > a:hover span:before {
        width: 100%;
        visibility: visible; }
      .site-nav .mega-menu .mega-banner {
        padding: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: flex-end;
        -moz-box-pack: flex-end;
        -ms-flex-pack: flex-end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end; }
        .site-nav .mega-menu .mega-banner h3.title {
          font-size: 16px; }
        .site-nav .mega-menu .mega-banner .product-item {
          position: relative; }
        .site-nav .mega-menu .mega-banner .product-label {
          position: absolute;
          top: 0;
          right: 0; }
        .site-nav .mega-menu .mega-banner img {
          display: block; }
        .site-nav .mega-menu .mega-banner .col-right {
          margin-left: 25px; }
      .site-nav .mega-menu .style_7 .inner {
        margin: 18px 0; }
      .site-nav .mega-menu .style_2 .col-right {
        margin-left: 0; }
      .site-nav .mega-menu .style_4 .col-xl-80 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%; }
    .site-nav .sub-menu-mobile {
      width: 100%;
      text-align: left; }
      .site-nav .sub-menu-mobile ul {
        padding: 0; } }
        @media screen and (min-width: 1200px) and (max-width: 1599px) {
          .site-nav .mega-menu > .sub-menu-mobile .site-nav-dropdown {
            width: 90%; } }
        @media screen and (min-width: 1200px) and (max-width: 1199px) {
          .site-nav .mega-menu > .sub-menu-mobile .site-nav-dropdown {
            background-color: #ffffff; } }
        @media screen and (min-width: 1200px) and (min-width: 1200px) {
          .site-nav .mega-menu > .sub-menu-mobile .site-nav-dropdown.style_6 {
            padding: 18px 0; } }
        @media screen and (min-width: 1200px) and (min-width: 1200px) {
          .site-nav .mega-menu > .sub-menu-mobile .site-nav-dropdown.style_6 .col-xl-6 {
            padding: 0 20px; } }
      @media screen and (min-width: 1200px) and (min-width: 1200px) {
        .site-nav .mega-menu .row {
          margin: 0 -15px; } }
    @media screen and (min-width: 1200px) and (max-width: 1199px) {
      .site-nav .mega-menu .style_2 .mega-banner {
        padding-top: 12px; } }
    @media screen and (min-width: 1200px) and (max-width: 1199px) {
      .site-nav .mega-menu .style_2 .mega-col > a {
        margin-bottom: 7px; } }
@media (min-width: 1200px) {
  /* ----- Header ------- */
  .header-bottom .header-mb {
    display: none !important; }

  .wrapper-navigation .logo-fixed,
  .wrapper-navigation .fixed-right-menu {
    display: none; }
  .wrapper-navigation .main-menu {
    position: static;
    overflow: inherit;
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    height: inherit;
    top: inherit;
    right: inherit;
    z-index: inherit;
    bottom: inherit; }

  .header-lang-style2 .is-sticky .wrapper-navigation,
  .wrapper_header_default .is-sticky .wrapper-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch; }
  .header-lang-style2 .is-sticky .logo-fixed,
  .header-lang-style2 .is-sticky .fixed-right-menu,
  .wrapper_header_default .is-sticky .logo-fixed,
  .wrapper_header_default .is-sticky .fixed-right-menu {
    display: block; }
  .header-lang-style2 .is-sticky .logo-fixed,
  .wrapper_header_default .is-sticky .logo-fixed {
    width: 112px;
    padding: 10px 10px 8px 15px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .header-lang-style2 .is-sticky .logo-fixed .logo-img,
    .wrapper_header_default .is-sticky .logo-fixed .logo-img {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -moz-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
  .header-lang-style2 .is-sticky .main-menu,
  .wrapper_header_default .is-sticky .main-menu {
    width: -moz-calc(100% - 112px - 112px);
    width: -webkit-calc(100% - 112px - 112px);
    width: -ms-calc(100% - 112px - 112px);
    width: calc(100% - 112px - 112px); }
    .header-lang-style2 .is-sticky .main-menu .icon-label,
    .wrapper_header_default .is-sticky .main-menu .icon-label {
      display: none; }
  .header-lang-style2 .is-sticky .fixed-right-menu,
  .wrapper_header_default .is-sticky .fixed-right-menu {
    padding-left: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    width: 112px; }
    .header-lang-style2 .is-sticky .fixed-right-menu .search-fixed,
    .header-lang-style2 .is-sticky .fixed-right-menu .cart-fixed,
    .wrapper_header_default .is-sticky .fixed-right-menu .search-fixed,
    .wrapper_header_default .is-sticky .fixed-right-menu .cart-fixed {
      width: 51px;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -moz-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      border-left: 1px solid;
      padding-top: 9px;
      padding-bottom: 9px;
      height: 50px; }
    .header-lang-style2 .is-sticky .fixed-right-menu .cart-fixed,
    .wrapper_header_default .is-sticky .fixed-right-menu .cart-fixed {
      padding-right: 1px; }
      .header-lang-style2 .is-sticky .fixed-right-menu .cart-fixed > a,
      .wrapper_header_default .is-sticky .fixed-right-menu .cart-fixed > a {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex; }
      .header-lang-style2 .is-sticky .fixed-right-menu .cart-fixed svg,
      .wrapper_header_default .is-sticky .fixed-right-menu .cart-fixed svg {
        stroke: rgba(255, 255, 255, 0); }
      .header-lang-style2 .is-sticky .fixed-right-menu .cart-fixed .cartCount,
      .wrapper_header_default .is-sticky .fixed-right-menu .cart-fixed .cartCount {
        top: 5px;
        right: 1px; } }
/* ----- Product Bundel ------- */
.frequently-bought-together-block {
  margin-top: 50px;
  margin-bottom: 30px;
  border-top: 1px solid #e4e4e4; }
  .frequently-bought-together-block .widget-title {
    text-align: left;
    padding-top: 27px;
    margin-bottom: 35px; }
    .frequently-bought-together-block .widget-title .box-title {
      font-size: 22px; }
    .frequently-bought-together-block .widget-title .title {
      padding: 0; }
  .frequently-bought-together-block .featured-images {
    margin-bottom: 30px;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 30px;
    padding-right: 30px; }
    .frequently-bought-together-block .featured-images .fbt-image-item {
      padding: 0 10px;
      text-align: center;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .frequently-bought-together-block .featured-images .fbt-image-item:not(.isChecked) .item-image {
        opacity: 0.45;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=45)";
        filter: alpha(opacity=45); }
      .frequently-bought-together-block .featured-images .fbt-image-item + .fbt-image-item {
        position: relative; }
        .frequently-bought-together-block .featured-images .fbt-image-item + .fbt-image-item:before {
          position: absolute;
          content: '+';
          z-index: 2;
          font-size: 18px;
          left: 0px;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
    .frequently-bought-together-block .featured-images:not(.slick-slider) {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: space-around;
      -moz-box-pack: space-around;
      -ms-flex-pack: space-around;
      -webkit-justify-content: space-around;
      justify-content: space-around; }
      .frequently-bought-together-block .featured-images:not(.slick-slider) .fbt-image-item {
        display: none; }
        .frequently-bought-together-block .featured-images:not(.slick-slider) .fbt-image-item:nth-child(-n+5) {
          display: block;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 20%;
          flex: 0 0 20%;
          max-width: 20%; }
    .frequently-bought-together-block .featured-images .item-image {
      display: block;
      max-width: 100px;
      margin: auto; }
    .frequently-bought-together-block .featured-images .slick-arrow.slick-prev {
      left: 10px; }
    .frequently-bought-together-block .featured-images .slick-arrow.slick-next {
      right: 10px; }
  .frequently-bought-together-block .fbt-text {
    font-size: 17px;
    color: #030d1d;
    line-height: 26px;
    margin-bottom: 20px;
    font-weight: 500; }
  .frequently-bought-together-block .products-grouped-action {
    text-align: center;
    margin-bottom: 25px;
    float: left; }
    .frequently-bought-together-block .products-grouped-action .total {
      padding: 18px 0 16px; }
      .frequently-bought-together-block .products-grouped-action .total .label {
        font-size: 18px;
        font-weight: 500;
        color: #030d1d;
        margin-right: 10px;
        position: relative;
        top: -1px; }
      .frequently-bought-together-block .products-grouped-action .total .price, .frequently-bought-together-block .products-grouped-action .total .bundle-price {
        font-size: 20px;
        font-weight: 500;
        color: #030d1d;
        letter-spacing: normal; }
      .frequently-bought-together-block .products-grouped-action .total .old-price {
        font-size: 14px;
        font-weight: 500;
        color: #969696;
        letter-spacing: normal;
        text-decoration: line-through;
        margin-left: 5px;
        display: none; }
    .frequently-bought-together-block .products-grouped-action .btn-bundle {
      padding-top: 10px;
      padding-bottom: 8px;
      width: 100%; }
    .frequently-bought-together-block .products-grouped-action .discount-text {
      margin-top: 7px;
      display: none; }

.fbt-product-item {
  position: relative;
  margin-bottom: 10px; }
  .fbt-product-item .fbt-checkbox,
  .fbt-product-item .fbt-prices,
  .fbt-product-item .fbt-toogle-options {
    display: inline-block; }
  .fbt-product-item .fbt-checkbox,
  .fbt-product-item .fbt-prices {
    margin-right: 7px; }
  .fbt-product-item .product-options {
    display: none;
    border-top: 1px dotted #e4e4e4;
    border-bottom: 1px dotted #e4e4e4;
    padding-top: 20px;
    padding-bottom: 5px;
    margin-top: 20px;
    margin-bottom: 20px; }
    .fbt-product-item .product-options .swatch {
      margin-bottom: 8px; }
  .fbt-product-item .product-title,
  .fbt-product-item .price-box {
    margin-bottom: 8px; }
  .fbt-product-item .fbt-toogle-options {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    padding: 5px 20px;
    font-size: 15px;
    background: white;
    color: #030d1d;
    border: 1px solid #030d1d;
    text-transform: uppercase; }
  .fbt-product-item input[type="checkbox"] + label:before {
    top: 2px;
    width: 16px;
    height: 16px; }
  .fbt-product-item input[type="checkbox"] + label:after {
    top: 7px;
    left: 4px; }
  .fbt-product-item:not(.isChecked) .product-title {
    color: #030d1d; }
  .fbt-product-item:not(.isChecked) input[type="checkbox"] + label:hover:after {
    display: none; }

.price-box {
  font-size: 17px;
  line-height: 26px;
  letter-spacing: normal;
  margin-bottom: 12px; }
  .price-box .price-regular {
    color: #fa3e2c; }
  .price-box .old-price {
    color: #d4d4d4;
    text-decoration: line-through;
    margin-right: 5px; }
  .price-box .special-price {
    color: #fa3e2c; }
  .price-box em {
    font-size: 16px;
    color: #e4e4e4;
    font-weight: normal;
    font-style: normal;
    margin-right: 2px; }

/* search Style 1 */
/* Search style  2 */
.search_reveal {
  position: absolute;
  right: 0;
  width: 100%;
  top: 0;
  padding: 35px 20px;
  background: #ffffff;
  border-bottom: 1px solid rgba(228, 228, 228, 0.3);
  z-index: 999; }
  @media screen and (max-width: 967px) {
    .search_reveal {
      top: 60px; } }
  @media screen and (max-width: 767px) {
    .search_reveal {
      top: 70px; } }
  .search_reveal form {
    border: 1px solid #e4e4e4;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 3px;
    margin: 0;
    float: left;
    width: 100%; }
    .search_reveal form input[type="search"] {
      width: 94.8%;
      margin: 0;
      border: none;
      padding: 10px 20px; }
      @media screen and (max-width: 1199px) {
        .search_reveal form input[type="search"] {
          width: 92.5%; } }
      @media screen and (max-width: 767px) {
        .search_reveal form input[type="search"] {
          width: 83%; } }
    .search_reveal form .btn, .search_reveal form .btn--secondary, .search_reveal form .btn--tertiary, .search_reveal form input[type="submit"] {
      float: right;
      padding: 8px 12px; }
  .search_reveal .close {
    position: absolute;
    top: 2px;
    right: 20px;
    line-height: normal; }

.search-box ul {
  list-style: none;
  padding: 0; }
  .search-box ul li {
    float: left;
    width: 100%; }
    .search-box ul li .img {
      float: left; }
    .search-box ul li .d-title {
      float: left; }

.search-box .results-box {
  padding: 0 20px;
  max-height: 100vh;
  overflow: auto; }
  .search-box .results-box .d-title {
    float: left;
    margin-top: 10px; }
  .search-box .results-box a.product-item {
    float: left;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px dashed #e4e4e4; }
  .search-box .results-box a.note {
    float: none;
    width: auto;
    border: none;
    margin-top: 25px; }
  .search-box .results-box a .img {
    float: left;
    margin-right: 10px; }
    .search-box .results-box a .img img {
      display: block; }
.search-box .info-box {
  float: left;
  width: 100%;
  margin-top: 20px;
  padding: 0 20px; }
.search-box .res-btn {
  float: right; }
  .search-box .res-btn a {
    border-bottom: 1px solid; }
.search-box .keyval {
  float: left; }

.init-search-type-two {
  overflow: hidden; }
  .init-search-type-two .top_bar {
    position: static; }

@media (min-width: 1200px) {
  .site-nav .col-12 {
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }

  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; } }
.style_1 .grid-sizer, .style_2 .grid-sizer {
  width: 33.33%; }

.style_6 .grid-sizer {
  width: 33.33%; }

.style_5 .grid-sizer, .style_4 .grid-sizer {
  width: 25%; }

.style_3 .grid-sizer {
  width: 20%; }

/* Product Quick View */
.quick-view {
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: alpha(opacity=0);
  display: block !important;
  bottom: 0;
  left: 0;
  outline: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10050;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  .quick-view.open-in {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in; }
  .quick-view .content {
    background-color: #ffffff;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 50%;
    height: 700px;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 60%;
    padding: 50px;
    z-index: 99;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -ms-perspective: 1200px;
    perspective: 1200px; }
    @media screen and (max-width: 1599px) {
      .quick-view .content {
        width: 85%;
        height: 550px; } }
    @media screen and (max-width: 967px) {
      .quick-view .content {
        width: 90%;
        padding: 20px;
        height: 500px; } }
    @media screen and (max-width: 767px) {
      .quick-view .content {
        padding: 25px; } }
    .quick-view .content .product-photo-thumbs li {
      margin: 0 5px; }
    .quick-view .content .quick-view-carousel {
      float: left;
      width: 100%;
      position: relative; }
      .quick-view .content .quick-view-carousel button {
        color: #3c3a3b;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
        z-index: 9; }
        .quick-view .content .quick-view-carousel button:before {
          content: none; }
        .quick-view .content .quick-view-carousel button.slick-prev {
          left: 25px; }
          .quick-view .content .quick-view-carousel button.slick-prev:before {
            content: "\f104"; }
        .quick-view .content .quick-view-carousel button.slick-next {
          right: 25px; }
          .quick-view .content .quick-view-carousel button.slick-next:before {
            content: "\f105"; }
        .quick-view .content .quick-view-carousel button:before {
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          font-size: 14px;
          line-height: 20px; }
    .quick-view .content .prices {
      margin-bottom: 15px; }
    .quick-view .content .product-title {
      line-height: 40px;
      margin-bottom: 15px; }
      .quick-view .content .product-title a {
        color: #3ddffc; }
    .quick-view .content .product-img.images .product-photo-thumbs.owl-carousel li a img {
      border: 1px solid #e4e4e4; }
    .quick-view .content .product-shop.summary {
      float: right;
      padding-left: 30px; }
      @media screen and (max-width: 967px) {
        .quick-view .content .product-shop.summary {
          padding-left: 0; } }
      @media screen and (max-width: 767px) {
        .quick-view .content .product-shop.summary {
          margin-top: 20px; } }
      .quick-view .content .product-shop.summary .product-description {
        margin-bottom: 20px;
        float: left;
        width: 100%; }
      .quick-view .content .product-shop.summary .price {
        font-size: 18px;
        line-height: 1; }
      .quick-view .content .product-shop.summary .total-price {
        float: left;
        width: 100%;
        margin-top: 20px; }
      .quick-view .content .product-shop.summary .compare-price {
        text-decoration: line-through;
        margin-left: 5px;
        font-size: 16px; }
        .quick-view .content .product-shop.summary .compare-price span.money {
          display: table; }
      .quick-view .content .product-shop.summary .details {
        float: left;
        width: 100%; }
        .quick-view .content .product-shop.summary .details form {
          float: left;
          width: 100%;
          margin: 0; }
          .quick-view .content .product-shop.summary .details form .actions {
            float: left;
            width: 100%;
            margin-top: 20px; }
            .quick-view .content .product-shop.summary .details form .actions button {
              float: left;
              padding: 10px 26px;
              margin-bottom: 20px;
              letter-spacing: 0.06em;
              -webkit-transition: all 0.4s ease-in-out;
              -moz-transition: all 0.4s ease-in-out;
              -ms-transition: all 0.4s ease-in-out;
              -o-transition: all 0.4s ease-in-out;
              transition: all 0.4s ease-in-out; }
        .quick-view .content .product-shop.summary .details .selector-wrapper {
          display: none;
          margin-bottom: 20px;
          float: left;
          width: 46%;
          margin-right: 4%;
          position: relative; }
          @media screen and (max-width: 767px) {
            .quick-view .content .product-shop.summary .details .selector-wrapper {
              margin-bottom: 10px; } }
        .quick-view .content .product-shop.summary .details label {
          color: #000000;
          text-align: left;
          margin-bottom: 0;
          float: left;
          margin-right: 5px;
          min-height: 25px;
          min-width: 25px;
          line-height: 25px; }
        .quick-view .content .product-shop.summary .details select {
          width: 100%;
          padding: 12px 10px; }
        .quick-view .content .product-shop.summary .details .color label {
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          border-radius: 50%; }
        .quick-view .content .product-shop.summary .details .quantity-box label {
          margin-top: 10px; }
    @media screen and (max-width: 767px) {
      .quick-view .content .product-img.images,
      .quick-view .content .product-shop.summary {
        width: 100%; } }
  .quick-view .product-inventory {
    border-bottom: none;
    margin-bottom: 15px; }
  .quick-view .product-inventory label,
  .quick-view .prices.product_price label,
  .quick-view .details .qty-section label,
  .quick-view .details .total-price label {
    color: #000000;
    float: left;
    width: 150px;
    margin-right: 5px; }
    @media screen and (max-width: 1199px) {
      .quick-view .product-inventory label,
      .quick-view .prices.product_price label,
      .quick-view .details .qty-section label,
      .quick-view .details .total-price label {
        width: 110px; } }
  .quick-view .swatch .header {
    float: left;
    width: 150px;
    margin-right: 5px; }
    @media screen and (max-width: 1199px) {
      .quick-view .swatch .header {
        width: 110px; } }
  .quick-view .quantity {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border-left: none;
    border-right: none;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    float: left;
    margin: 0;
    padding: 0; }
  .quick-view .qtyplus,
  .quick-view .qtyminus {
    border: 1px solid #e4e4e4;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    float: left;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    appearance: none;
    -webkit-appearance: none; }
  .quick-view .product-shop .prices .price {
    float: left;
    color: #3ddffc; }
  .quick-view .product-shop .total-price .money {
    color: #3ddffc; }

/* Product Single */
.product-photo-container {
  float: left;
  width: 100%;
  position: relative; }
  .product-photo-container a {
    position: relative;
    display: block;
    width: 100%; }
  .product-photo-container img {
    height: auto !important;
    width: auto !important;
    position: static !important;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    max-width: 100%; }

#clients-carousel img {
  text-align: center;
  margin: auto; }
#clients-carousel.owl-theme .owl-controls {
  margin-top: 40px; }
  #clients-carousel.owl-theme .owl-controls .owl-page span {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    width: 8px;
    height: 8px;
    background: #030d1d;
    display: inline-block;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
  #clients-carousel.owl-theme .owl-controls .owl-page.active span {
    background: #3ddffc; }
#clients-carousel .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 40px; }
#clients-carousel li a {
  position: relative;
  display: block;
  padding: 10px; }
  @media screen and (max-width: 767px) {
    #clients-carousel li a {
      text-align: center; } }

/*  Border Title */
.full-position-default .border-title {
  text-align: center; }
  .full-position-default .border-title h2:before {
    right: 0;
    margin: auto; }

.full-position-full-right .border-title {
  text-align: right; }
  .full-position-full-right .border-title h2:before {
    left: auto;
    right: 0; }

/* Text Alignment */
.align-left {
  text-align: left; }

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

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

/* Grid Row Flex */
.grid_row-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  overflow: hidden; }
  .grid_row-flex .grid_column_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    position: relative; }
    .grid_row-flex .grid_column_container .grid_column-inner {
      float: left;
      width: 100%;
      padding: 70px 0;
      text-align: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      z-index: 1;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal; }

/*================ Flex item alignment ================*/
.align--top {
  -ms-flex-item-align: flex-start;
  -webkit-align-self: flex-start;
  align-self: flex-start; }

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

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

div.pp_default .pp_social {
  display: none; }

/* Slick Slider Carousel Arrows */
.carousel-arrow .slick-arrow,
.slick-slider .slick-arrow {
  display: inline-block;
  color: #3c3a3b;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  height: 30px;
  width: 30px;
  line-height: 27px;
  font-size: 16px;
  margin-right: 3px;
  position: absolute;
  text-align: center;
  z-index: 1; }
  .carousel-arrow .slick-arrow:before,
  .slick-slider .slick-arrow:before {
    display: none; }
  .carousel-arrow .slick-arrow i,
  .slick-slider .slick-arrow i {
    font-size: 14px;
    margin: 0; }
  .carousel-arrow .slick-arrow:hover, .carousel-arrow .slick-arrow:focus,
  .slick-slider .slick-arrow:hover,
  .slick-slider .slick-arrow:focus {
    color: #3ddffc; }
  .carousel-arrow .slick-arrow.prev-arrow,
  .slick-slider .slick-arrow.prev-arrow {
    margin-right: 3px; }
  .carousel-arrow .slick-arrow.slick-arrow.slick-disabled,
  .slick-slider .slick-arrow.slick-arrow.slick-disabled {
    cursor: default;
    opacity: 0.2; }
    .carousel-arrow .slick-arrow.slick-arrow.slick-disabled:hover,
    .slick-slider .slick-arrow.slick-arrow.slick-disabled:hover {
      background: none;
      border-color: #030d1d; }
      .carousel-arrow .slick-arrow.slick-arrow.slick-disabled:hover i,
      .slick-slider .slick-arrow.slick-arrow.slick-disabled:hover i {
        color: #030d1d; }
.carousel-arrow.nav-top-left, .carousel-arrow.nav-top-right,
.slick-slider.nav-top-left,
.slick-slider.nav-top-right {
  position: absolute;
  top: -60px;
  width: auto; }
.carousel-arrow.nav-top-left,
.slick-slider.nav-top-left {
  left: 0; }
.carousel-arrow.nav-top-right,
.slick-slider.nav-top-right {
  right: 0; }
.carousel-arrow.nav-middle,
.slick-slider.nav-middle {
  position: absolute;
  top: 42%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  margin: 0;
  z-index: 1; }
  .carousel-arrow.nav-middle .prev-arrow,
  .carousel-arrow.nav-middle .next-arrow,
  .slick-slider.nav-middle .prev-arrow,
  .slick-slider.nav-middle .next-arrow {
    position: absolute;
    opacity: 0;
    margin: 0; }
  .carousel-arrow.nav-middle .prev-arrow,
  .slick-slider.nav-middle .prev-arrow {
    left: -15px; }
  .carousel-arrow.nav-middle .next-arrow,
  .slick-slider.nav-middle .next-arrow {
    right: -15px; }
.carousel-arrow.nav-bottom,
.slick-slider.nav-bottom {
  text-align: center; }
.carousel-arrow.nav-bottom-left,
.slick-slider.nav-bottom-left {
  width: auto; }
.carousel-arrow.nav-bottom-right,
.slick-slider.nav-bottom-right {
  float: right;
  width: auto; }
.carousel-arrow.nav-top-left .slick-arrow, .carousel-arrow.nav-top-right .slick-arrow, .carousel-arrow.nav-bottom .slick-arrow, .carousel-arrow.nav-bottom-left .slick-arrow, .carousel-arrow.nav-bottom-right .slick-arrow, .carousel-arrow.over-image .slick-arrow,
.slick-slider.nav-top-left .slick-arrow,
.slick-slider.nav-top-right .slick-arrow,
.slick-slider.nav-bottom .slick-arrow,
.slick-slider.nav-bottom-left .slick-arrow,
.slick-slider.nav-bottom-right .slick-arrow,
.slick-slider.over-image .slick-arrow {
  position: relative; }
.carousel-arrow button.slick-arrow,
.slick-slider button.slick-arrow {
  margin: 0; }

/* Owl Carousel Arrow */
.owl-prev a,
.owl-next a {
  display: inline-block;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 16px;
  margin-right: 3px;
  position: relative;
  text-align: center; }
  .owl-prev a i,
  .owl-next a i {
    font-size: 14px;
    margin: 0; }
  .owl-prev a:hover,
  .owl-next a:hover {
    background: #3ddffc;
    border-color: #3ddffc; }
    .owl-prev a:hover i,
    .owl-next a:hover i {
      color: #ffffff; }
  .owl-prev a.prev-arrow,
  .owl-next a.prev-arrow {
    margin-right: 3px; }
  .owl-prev a.next-arrow,
  .owl-next a.next-arrow {
    margin-left: 3px; }
.owl-prev.disabled a,
.owl-next.disabled a {
  cursor: default;
  opacity: 0.2; }
  .owl-prev.disabled a:hover,
  .owl-next.disabled a:hover {
    background: none;
    border-color: #030d1d; }
    .owl-prev.disabled a:hover i,
    .owl-next.disabled a:hover i {
      color: #030d1d; }

.grid_row-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
  overflow: hidden; }

.grid_column-inner {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.grid_column_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: flex;
  position: relative; }

.grid_column-inner {
  float: left;
  width: 100%;
  padding: 70px 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal; }

.reveal svg {
  width: 250px;
  height: 300px; }

/* Product Category */
.widget_product_categories .product-categories li {
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .widget_product_categories .product-categories li a {
    float: left;
    width: 90%;
    padding: 0; }
  .widget_product_categories .product-categories li span {
    position: absolute;
    right: 0;
    float: right;
    font-size: 12px; }
  .widget_product_categories .product-categories li ul.children {
    padding: 10px 0 5px 30px;
    margin: 0;
    border: none;
    list-style: disc; }
    .widget_product_categories .product-categories li ul.children li a {
      font-size: 15px; }

/* Product Sidebar Widget */
.sidebar {
  /* Product Hot Deal */
  /* Product Bestseller */
  /* Custom Block */
  /* Tag Filter */ }
  @media screen and (max-width: 767px) {
    .sidebar {
      padding-right: 0px;
      display: none; } }
  .sidebar .widget_hot_deals .deal_products-section {
    float: left;
    width: 100%;
    position: relative;
    margin: 12px 0 0; }
  .sidebar .widget_hot_deals .sidebar-deal-products {
    border: none !important; }
    .sidebar .widget_hot_deals .sidebar-deal-products li a.thumb {
      position: relative;
      float: left;
      width: 100%;
      text-align: center; }
      .sidebar .widget_hot_deals .sidebar-deal-products li a.thumb img {
        margin: 0 auto; }
    .sidebar .widget_hot_deals .sidebar-deal-products li .lof-clock-timer-detail-single {
      margin: 0;
      float: left;
      display: inline-block;
      text-align: center;
      list-style: none;
      padding: 0 !important;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 99; }
      .sidebar .widget_hot_deals .sidebar-deal-products li .lof-clock-timer-detail-single li {
        display: inline-block;
        width: 23%;
        height: 52px;
        padding: 10px 0;
        margin: 0 1%;
        font-size: 20px;
        line-height: 1;
        position: relative; }
        @media screen and (max-width: 1199px) {
          .sidebar .widget_hot_deals .sidebar-deal-products li .lof-clock-timer-detail-single li {
            font-size: 12px;
            height: 45px; } }
        .sidebar .widget_hot_deals .sidebar-deal-products li .lof-clock-timer-detail-single li span {
          float: left;
          width: 100%;
          font-weight: 300;
          text-transform: uppercase;
          font-size: 12px;
          line-height: 1; }
          @media screen and (max-width: 1199px) {
            .sidebar .widget_hot_deals .sidebar-deal-products li .lof-clock-timer-detail-single li span {
              font-size: 10px; } }
    .sidebar .widget_hot_deals .sidebar-deal-products li .products {
      border: none; }
      .sidebar .widget_hot_deals .sidebar-deal-products li .products .product-detail .product_left {
        width: 100%; }
      .sidebar .widget_hot_deals .sidebar-deal-products li .products .product-detail .grid-link__meta {
        margin-bottom: 5px; }
  .sidebar .widget_hot_deals .product-sidebar-deals-nav a {
    cursor: pointer;
    width: 35px;
    height: 35px;
    line-height: 32px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 34%;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    .sidebar .widget_hot_deals .product-sidebar-deals-nav a.prev {
      left: 0; }
    .sidebar .widget_hot_deals .product-sidebar-deals-nav a.next {
      right: 0; }
  .sidebar .widget_hot_deals .product-sidebar-deals:hover .product-sidebar-deals-nav a {
    opacity: 1; }
  .sidebar .widget_top_rated_products .top-products li {
    float: left;
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px dashed #e4e4e4; }
    .sidebar .widget_top_rated_products .top-products li .top_product_count {
      display: none;
      float: left;
      margin-right: 20px;
      font-size: 50px; }
      @media screen and (max-width: 1199px) {
        .sidebar .widget_top_rated_products .top-products li .top_product_count {
          font-size: 36px;
          margin-right: 15px; } }
      @media screen and (max-width: 967px) {
        .sidebar .widget_top_rated_products .top-products li .top_product_count {
          font-size: 46px; } }
      @media screen and (max-width: 767px) {
        .sidebar .widget_top_rated_products .top-products li .top_product_count {
          display: none; } }
    .sidebar .widget_top_rated_products .top-products li .top-products-detail {
      background: none;
      float: left;
      width: 65%;
      padding: 0;
      text-align: left; }
      .sidebar .widget_top_rated_products .top-products li .top-products-detail .spr-badge {
        font-size: 11px !important;
        padding: 0; }
      .sidebar .widget_top_rated_products .top-products li .top-products-detail .product_price .grid-link__org_price .money,
      .sidebar .widget_top_rated_products .top-products li .top-products-detail .product_price del .money {
        font-size: 14px; }
    .sidebar .widget_top_rated_products .top-products li .thumb {
      float: right;
      /* width:25%; */
      margin-left: 5%; }
    .sidebar .widget_top_rated_products .top-products li:last-child {
      border: none;
      padding-bottom: 0; }
  .sidebar .widget_custom_block .support_block li {
    float: left;
    width: 100%;
    padding: 12px 0;
    margin-bottom: 5px;
    border-bottom: 1px dashed #e4e4e4; }
    .sidebar .widget_custom_block .support_block li:last-child {
      margin-bottom: 0;
      border: none;
      padding-bottom: 0; }
  .sidebar .widget_custom_block .support_section {
    float: left;
    padding: 20px 0;
    position: relative; }
    @media screen and (max-width: 967px) {
      .sidebar .widget_custom_block .support_section {
        padding-bottom: 0; } }
    @media screen and (max-width: 767px) {
      .sidebar .widget_custom_block .support_section {
        padding: 20px 0 20px 10px; } }
    @media screen and (max-width: 567px) {
      .sidebar .widget_custom_block .support_section {
        float: none; } }
    .sidebar .widget_custom_block .support_section .support_icon {
      float: left;
      width: auto;
      margin-right: 5%; }
      @media screen and (max-width: 567px) {
        .sidebar .widget_custom_block .support_section .support_icon {
          width: 100%;
          margin: 0 0 10px;
          text-align: center; } }
      .sidebar .widget_custom_block .support_section .support_icon a {
        float: left;
        padding: 0;
        width: 55px;
        height: 55px;
        line-height: 55px;
        text-align: center;
        border-radius: 100%;
        background: #3ddffc;
        color: #ffffff; }
        @media screen and (max-width: 1599px) {
          .sidebar .widget_custom_block .support_section .support_icon a {
            width: 45px;
            height: 45px;
            line-height: 45px; } }
        @media screen and (max-width: 967px) {
          .sidebar .widget_custom_block .support_section .support_icon a {
            width: 35px;
            height: 35px;
            line-height: 35px; } }
        @media screen and (max-width: 567px) {
          .sidebar .widget_custom_block .support_section .support_icon a {
            float: none;
            display: inline-block; } }
        .sidebar .widget_custom_block .support_section .support_icon a i {
          font-size: 20px;
          line-height: 55px; }
          @media screen and (max-width: 1599px) {
            .sidebar .widget_custom_block .support_section .support_icon a i {
              line-height: 45px; } }
          @media screen and (max-width: 967px) {
            .sidebar .widget_custom_block .support_section .support_icon a i {
              line-height: 35px;
              font-size: 16px; } }
        .sidebar .widget_custom_block .support_section .support_icon a:hover {
          background: #000000;
          color: #ffffff; }
    .sidebar .widget_custom_block .support_section .support_text {
      float: left;
      width: 70%; }
      @media screen and (max-width: 567px) {
        .sidebar .widget_custom_block .support_section .support_text {
          width: 100%;
          text-align: center; } }
      .sidebar .widget_custom_block .support_section .support_text h5 {
        margin-bottom: 5px; }
      .sidebar .widget_custom_block .support_section .support_text .desc {
        font-size: 14px;
        margin-bottom: 0; }
  .sidebar .sidebar-tag {
    /* Color Filter */
    /* Size Filter */
    /* Price Filter */
    /* Brand Filter */
    /* Type Filter */ }
    .sidebar .sidebar-tag li input[type=checkbox] {
      display: none; }
      .sidebar .sidebar-tag li input[type=checkbox] + label {
        padding: 7px 0 7px 28px;
        margin: 0;
        font-weight: normal;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
        .sidebar .sidebar-tag li input[type=checkbox] + label:before {
          content: '';
          width: 18px;
          height: 18px;
          border-radius: 50%;
          border: 2px solid #e4e4e4;
          display: inline-block;
          position: absolute;
          top: 0;
          bottom: 0;
          margin: auto; }
        .sidebar .sidebar-tag li input[type=checkbox] + label:hover {
          cursor: pointer; }
      .sidebar .sidebar-tag li input[type=checkbox]:checked + label:before, .sidebar .sidebar-tag li input[type=checkbox]:checked + a span:before {
        content: '\2714';
        color: #ffffff;
        font-size: 11px;
        font-weight: normal;
        text-align: center;
        line-height: 14px; }
      .sidebar .sidebar-tag li input[type=checkbox]:checked + label {
        cursor: pointer; }
        .sidebar .sidebar-tag li input[type=checkbox]:checked + label:before {
          background: #3ddffc;
          border-color: #3ddffc; }
      .sidebar .sidebar-tag li input[type=checkbox]:checked + a span:before {
        display: inherit;
        line-height: 18px; }
    .sidebar .sidebar-tag li:hover input[type="checkbox"] + label {
      color: #3ddffc; }
    .sidebar .sidebar-tag.color ul {
      list-style: none;
      float: left;
      width: 100%;
      padding: 0; }
      .sidebar .sidebar-tag.color ul li {
        display: inline-block;
        padding: 0;
        margin: 0; }
        .sidebar .sidebar-tag.color ul li a {
          display: inline-block;
          margin: 0;
          border: 2px solid #e4e4e4;
          padding: 3px;
          border-radius: 50%; }
          .sidebar .sidebar-tag.color ul li a img {
            border-radius: 15px;
            border: 1px solid rgba(228, 228, 228, 0.5);
            float: left;
            margin-top: 6px;
            width: 15px;
            height: 15px; }
          .sidebar .sidebar-tag.color ul li a:hover {
            border-color: #3ddffc; }
        .sidebar .sidebar-tag.color ul li span {
          cursor: pointer;
          float: left;
          width: 18px;
          height: 18px;
          border-radius: 50%; }
    .sidebar .sidebar-tag.size li {
      float: left;
      margin-top: 12px;
      margin-right: 10px; }
      .sidebar .sidebar-tag.size li input[type=checkbox] + label {
        padding: 0;
        border-bottom: none;
        width: 38px;
        height: 32px;
        line-height: 28px;
        font-size: 14px;
        text-align: center;
        border: 2px solid #e4e4e4; }
        .sidebar .sidebar-tag.size li input[type=checkbox] + label:before {
          display: none; }
      .sidebar .sidebar-tag.size li input[type=checkbox]:checked + label {
        border-color: #3ddffc;
        color: #3ddffc; }
      .sidebar .sidebar-tag.size li:hover input[type="checkbox"] + label {
        border-color: #3ddffc; }

/* Video Popup */
@media screen and (max-width: 967px) {
  .mfp-container.mfp-iframe-holder {
    padding: 0 20px; } }

/* About-Us */
.aboutus .section-two .invisible-small {
  float: left;
  margin: 15px 0;
  width: 100%; }

.aboutus .section-two {
  float: left;
  width: 100%; }

.aboutus .section-two .icon-wrapper .icon::after {
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  width: 100%;
  z-index: -1; }

.aboutus .section-two .icon-wrapper:hover .icon::after {
  transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0); }

.aboutus .section-two .icon-wrapper:hover img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1); }

.aboutus .section-two {
  float: left;
  padding: 5% 0;
  width: 100%; }

.aboutus .section-two .main-title {
  float: left;
  text-align: center;
  width: 100%;
  margin-bottom: 60px; }

.aboutus .section-two .main-title img {
  display: inline-block; }

.aboutus .section-two .icon-wrapper {
  float: left;
  text-align: center;
  width: 100%;
  padding: 0 20px; }
  @media screen and (max-width: 1599px) {
    .aboutus .section-two .icon-wrapper {
      margin-bottom: 30px; } }

.aboutus .section-two .icon-wrapper .icon {
  position: relative;
  z-index: 1;
  height: 170px;
  margin-bottom: 30px;
  text-align: center;
  border-radius: 50%;
  width: 170px;
  display: inline-block; }
  @media screen and (max-width: 1599px) {
    .aboutus .section-two .icon-wrapper .icon {
      width: 140px;
      height: 140px; } }

.aboutus .section-two .icon-wrapper span {
  font-size: 50px;
  line-height: 170px; }

.aboutus .section-two .detail-block h4 {
  font-size: 22px; }

.aboutus .section-two .detail-block p {
  margin-bottom: 40px; }

.aboutus .section-two {
  float: left;
  padding: 100px 0 60px;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .aboutus .section-two {
      padding: 40px 0; } }

.aboutus .section-two .detail-block {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  width: 100%; }

.aboutus .section-two .detail {
  float: left;
  padding: 30px;
  transition: all 0.3s linear 0s;
  width: 100%; }
  @media screen and (max-width: 967px) {
    .aboutus .section-two .detail {
      padding: 20px; } }

.aboutus .section-two-leftimg {
  margin-bottom: 10px;
  padding-right: 6%; }
  @media screen and (max-width: 767px) {
    .aboutus .section-two-leftimg {
      padding-right: 0%; } }

.aboutus .section-two ul {
  margin: 30px 0 40px; }

.aboutus .section-two li {
  font-size: 16px;
  margin-bottom: 20px; }
  @media screen and (max-width: 967px) {
    .aboutus .section-two li {
      font-size: 12px; } }

.aboutus .icon-wrapper .icon {
  position: relative;
  border-radius: 50%;
  display: inline-block;
  height: 170px;
  margin-bottom: 30px;
  text-align: center;
  width: 170px; }

.aboutus .icon img {
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0; }

.aboutus .section-two li span {
  margin-right: 15px; }

/* Grid banner type 7 */
.grid-banner-type-7 img {
  display: block;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.grid-banner-type-7 .img-hover-effect:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1); }

.grid-banner-type-7 .block-content h6, .grid-banner-type-7 .block-content .sidebar .widget_custom_block .support_section .support_text h5, .sidebar .widget_custom_block .support_section .support_text .grid-banner-type-7 .block-content h5 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 5px; }

.grid-banner-type-7 .block-content h4 {
  letter-spacing: 2px;
  padding-bottom: 10px;
  position: relative;
  text-transform: inherit;
  margin-bottom: 20px;
  font-size: 26px; }
  @media screen and (max-width: 1599px) {
    .grid-banner-type-7 .block-content h4 {
      font-size: 20px; } }
  @media screen and (max-width: 1199px) {
    .grid-banner-type-7 .block-content h4 {
      margin-bottom: 15px; } }
  @media screen and (max-width: 967px) {
    .grid-banner-type-7 .block-content h4 {
      font-size: 18px;
      margin-bottom: 10px; } }

.grid-banner-type-7 .block-content h4::after {
  position: absolute;
  height: 2px;
  width: 40px;
  background: #3ddffc;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0; }

.grid-banner-type-7 .block-content p {
  margin-bottom: 20px; }
  @media screen and (max-width: 1199px) {
    .grid-banner-type-7 .block-content p {
      margin-bottom: 10px;
      font-size: 12px; } }
  @media screen and (max-width: 967px) {
    .grid-banner-type-7 .block-content p {
      margin-bottom: 10px;
      font-size: 12px; } }
  @media screen and (max-width: 767px) {
    .grid-banner-type-7 .block-content p {
      line-height: 1.6;
      font-size: 13px; } }

.grid-banner-type-7 .img-hover-effect {
  position: relative;
  box-shadow: 0 0 0 0;
  overflow: hidden; }
  @media screen and (max-width: 567px) {
    .grid-banner-type-7 .img-hover-effect {
      margin-bottom: 15px; } }

.grid-banner-type-7 .img-hover-effect .block-content {
  transform: scale(1.1);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  height: 100%; }

.grid-banner-type-7 .img-hover-effect:hover .block-content {
  opacity: 1;
  transform: scale(1); }

.grid-banner-type-7 .img-hover-effect:hover .block-content p {
  opacity: 1; }

.grid-banner-type-7 .img-hover-effect .block-content a {
  font-size: 15px;
  font-weight: normal; }
  @media screen and (max-width: 967px) {
    .grid-banner-type-7 .img-hover-effect .block-content a {
      font-size: 14px; } }
  @media screen and (max-width: 767px) {
    .grid-banner-type-7 .img-hover-effect .block-content a {
      font-size: 13px;
      letter-spacing: 1px; } }

.grid-banner-type-7 .img-hover-effect .block-content a i {
  padding: 0 5px; }

.grid-banner-type-7 .ovrly09 {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0; }

.grid-banner-type-7 .ovrly09 .overlay {
  height: 100%;
  left: -195%;
  width: 170%;
  position: absolute;
  top: 0;
  -webkit-transform: skewX(-35deg);
  -moz-transform: skewX(-35deg);
  -ms-transform: skewX(-35deg);
  -o-transform: skewX(-35deg);
  transform: skewX(-35deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.grid-banner-type-7 .ovrly09:hover .overlay {
  left: -35%; }

@media screen and (max-width: 767px) {
  .grid-banner-type-7 .post-large--one-half {
    width: 100%; } }

.grid-banner-type-7 .block-content-inner {
  margin: 0 auto;
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.grid-banner-type-7 .ovrly09:hover::before {
  opacity: 0.8; }

.aboutus .section-six .btn, .aboutus .section-six .btn--secondary, .aboutus .section-six .btn--tertiary, .aboutus .section-six input[type="submit"] {
  float: right;
  margin-left: 15px;
  margin-top: 30px; }
  @media screen and (max-width: 967px) {
    .aboutus .section-six .btn, .aboutus .section-six .btn--secondary, .aboutus .section-six .btn--tertiary, .aboutus .section-six input[type="submit"] {
      float: left;
      margin-left: 0; } }

.aboutus .section-six .btn:hover, .aboutus .section-six .btn--secondary:hover, .aboutus .section-six .btn--tertiary:hover, .aboutus .section-six input[type="submit"]:hover {
  background-color: #000 !important;
  color: #fff !important; }

.aboutus .grid-uniform.section-six {
  float: left;
  width: 100%;
  padding: 100px 20px; }

.aboutus .grid-uniform.section-six .grid__item:last-child {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 1599px) {
    .aboutus .grid-uniform.section-six .grid__item:last-child {
      display: block; } }

.aboutus .section-six p {
  width: 80%;
  margin: 0; }

.aboutus .team-wrapper {
  transition: all 0.3s linear 0s;
  float: left;
  width: 100%; }

.aboutus .section-five .grid__item .team-wrapper {
  padding: 10px; }

.aboutus .team-wrapper {
  transition: all 0.3s linear 0s;
  float: left;
  width: 100%; }

.aboutus .team-detail {
  padding: 30px 10px;
  text-align: center; }

.aboutus .team-wrapper h6, .aboutus .team-wrapper .sidebar .widget_custom_block .support_section .support_text h5, .sidebar .widget_custom_block .support_section .support_text .aboutus .team-wrapper h5 {
  position: relative;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 14px; }

.aboutus .social-icon li {
  display: inline-block;
  margin: 0 3px; }
  @media screen and (max-width: 1599px) {
    .aboutus .social-icon li {
      margin: 0px; } }

.aboutus .social-icon a {
  border-radius: 7px;
  font-size: 14px;
  padding: 8px; }

.aboutus .social-icon {
  z-index: 1;
  text-align: center;
  left: 0;
  margin: 0 auto;
  bottom: 20px;
  position: absolute;
  right: 0px;
  opacity: 0;
  transition: 0.2s linear; }

.aboutus .team-img {
  position: relative;
  border-radius: 7px; }

.aboutus .team-img::after, .aboutus .team-img::before {
  top: 0;
  content: "";
  height: 100%;
  opacity: 0.6;
  position: absolute;
  width: 0%;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s; }

.aboutus .team-img img {
  border-radius: 7px;
  display: block; }

.aboutus .team-wrapper:hover .team-img::after, .about-us .team-wrapper:hover .team-img::before {
  width: 50%; }

.aboutus .team-img::after {
  left: 0;
  border-radius: 7px 0 0 7px; }

.aboutus .team-img::before {
  right: 0;
  border-radius: 0 7px 7px 0; }

.aboutus .social-icon a {
  font-size: 14px;
  padding: 0;
  height: 40px;
  width: 40px;
  line-height: 40px;
  display: inline-block;
  transition: 0.3s linear;
  text-align: center; }

.aboutus .team-wrapper:hover .social-icon {
  opacity: 1;
  bottom: 40px; }

.aboutus .block2 .post-large--one-half {
  margin-right: 0; }

.aboutus .block2 .content_section .support_content-text .overlay {
  width: 100%;
  height: 100%;
  transition: all 0.3s linear 0s;
  opacity: 0;
  position: absolute;
  top: 0; }

.aboutus .block2 .content_section .support_text {
  opacity: 0;
  padding: 10px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.aboutus .block2 .content_section:hover .support_content-text .overlay, .aboutus .block2 .content_section:hover .support_text {
  opacity: 1; }

.aboutus .block2 .content_section {
  position: relative; }

.aboutus .block2 .content_section img {
  display: block; }

.aboutus .block2 .content_section .support_text img {
  margin: 0 auto; }

.aboutus .block2 .support_section h6, .aboutus .block2 .sidebar .widget_custom_block .support_section .support_text h5, .sidebar .widget_custom_block .aboutus .block2 .support_section .support_text h5 {
  margin-bottom: 20px;
  margin-top: 20px; }

.aboutus .block2 .block-two-detail {
  padding: 0 80px;
  text-align: center;
  transition: all 0.3s linear 0s; }
  @media screen and (max-width: 767px) {
    .aboutus .block2 .block-two-detail {
      padding: 0 20px; } }

.aboutus .block2 {
  float: left;
  padding: 0;
  width: 100%; }

.aboutus .block2 .support_thumb.text-center img {
  display: inline-block; }

.aboutus .block2 {
  position: relative; }

.aboutus .block2 .block-two-detail {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media screen and (max-width: 1599px) {
    .aboutus .block2 .block-two-detail {
      width: 100%;
      position: static;
      top: auto;
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%); } }

.aboutus .team-wrapper:hover .team-img::after, .aboutus .team-wrapper:hover .team-img::before {
  width: 50%; }

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

/* services Page */
.services .icon-section {
  float: left;
  padding-left: 70px;
  width: 100%;
  position: relative; }

.services .icon-heading {
  float: left;
  width: 100%; }

.services .icon-section .icon {
  border-radius: 50%;
  height: 60px;
  left: 0;
  font-size: 40px;
  position: absolute;
  text-align: center;
  top: 0;
  transition: top 0.2s linear 0s;
  width: 60px; }

.services .icon-heading h3 {
  margin-bottom: 0;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 16px; }

.services .icon-desc {
  float: left;
  margin: 30px 0; }
  @media screen and (max-width: 1199px) {
    .services .icon-desc {
      margin: 15px 0; } }

.services .icon-desc p {
  margin-bottom: 0; }

.services h3 {
  font-size: 22px; }

.services .icon-section:hover .icon {
  top: -4px; }

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

.services .section-one .border-title {
  text-align: left; }

.services .section-one .small-desc {
  float: left; }

.services .right-section {
  padding: 0 30px; }
  @media screen and (max-width: 1199px) {
    .services .right-section {
      padding: 0 20px; } }
  @media screen and (max-width: 967px) {
    .services .right-section {
      margin-top: 30px; } }

.services .section-one .left-section a {
  text-align: center;
  display: block; }

.services .section-one .left-section a img {
  display: inline-block; }

@media screen and (max-width: 767px) {
  .services .abt-tab-section .dt-sc-tabs-frame-content, .services .abt-tab-section .dt-sc-tabs-content {
    padding: 0; } }

.services .abt-tab-section {
  float: left;
  text-align: left;
  width: 100%;
  padding: 0 0; }

.services .abt-tab-section .dt-sc-tabs-container .dt-sc-tabs li {
  padding: 0 5px;
  margin: 0; }
  @media screen and (max-width: 567px) {
    .services .abt-tab-section .dt-sc-tabs-container .dt-sc-tabs li {
      padding: 0;
      text-align: left; } }

@media screen and (max-width: 567px) {
  .services .abt-tab-section .dt-sc-tabs-container .dt-sc-tabs li a {
    padding: 7px 14px;
    margin: 10px 5px 0px 5px;
    font-size: 12px; } }

.services .team-whole-wrapper {
  padding: 0 10px; }

.services .abt-tab-section .dt-sc-tabs {
  margin-bottom: 20px; }

.services .team-wrapper {
  transition: all 0.3s linear 0s;
  float: left;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .services .team-wrapper {
      margin-bottom: 20px; } }

.services .team-detail {
  padding: 30px 10px;
  text-align: center; }

.services .team-detail h5 {
  transition: all 0.3s linear 0s;
  font-size: 18px; }
  @media screen and (max-width: 967px) {
    .services .team-detail h5 {
      font-size: 13px; } }

.services .team-wrapper h6, .services .team-wrapper .sidebar .widget_custom_block .support_section .support_text h5, .sidebar .widget_custom_block .support_section .support_text .services .team-wrapper h5 {
  position: relative;
  margin-bottom: 30px;
  font-size: 16px;
  text-transform: capitalize; }
  @media screen and (max-width: 967px) {
    .services .team-wrapper h6, .services .team-wrapper .sidebar .widget_custom_block .support_section .support_text h5, .sidebar .widget_custom_block .support_section .support_text .services .team-wrapper h5 {
      font-size: 12px; } }

.services .social-icon li {
  display: inline-block;
  margin: 0 5px; }

.services .social-icon a {
  font-size: 14px;
  padding: 8px; }
  @media screen and (max-width: 967px) {
    .services .social-icon a {
      padding: 3px; } }

.services .team-wrapper h6::after, .services .team-wrapper .sidebar .widget_custom_block .support_section .support_text h5::after, .sidebar .widget_custom_block .support_section .support_text .services .team-wrapper h5::after {
  bottom: -8px;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  transition: all 0.3s linear 0s;
  width: 30%; }

.services .team-wrapper:hover h6::after, .services .team-wrapper:hover .sidebar .widget_custom_block .support_section .support_text h5::after, .sidebar .widget_custom_block .support_section .support_text .services .team-wrapper:hover h5::after {
  width: 50%; }

@media screen and (max-width: 967px) {
  .services .block3-column-2 h2 {
    font-size: 26px; } }

@media screen and (max-width: 767px) {
  .services .block3-column-1 .support_thumb {
    width: 80%;
    margin: 0 auto; } }
@media screen and (max-width: 567px) {
  .services .block3-column-1 .support_thumb {
    width: 100%;
    margin: 0; } }

.services .block3-column-2 {
  padding: 5% 5%;
  text-align: left;
  transition: all 0.3s linear 0s;
  width: 100%;
  margin: 0 auto; }
  @media screen and (max-width: 967px) {
    .services .block3-column-2 {
      padding: 5% 2%;
      width: 80%; } }
  @media screen and (max-width: 567px) {
    .services .block3-column-2 {
      width: 100%; } }

.services .block3 .content_section .support_thumb img {
  display: inline-block; }

.services .block3 .post-large--one-half {
  margin-right: 0;
  width: 50%; }
  @media screen and (max-width: 767px) {
    .services .block3 .post-large--one-half {
      width: 100%; } }

/*******/
.flex-center {
  align-items: center;
  display: flex; }
  @media screen and (max-width: 767px) {
    .flex-center {
      display: block; } }

@media screen and (max-width: 567px) {
  .hidden-xs {
    display: none; } }

@media screen and (max-width: 767px) {
  .hidden-md {
    display: none; } }

.comtactFormCustom form {
  position: relative; }
  .comtactFormCustom form label {
    display: none !important; }
  .comtactFormCustom form input[type="email"] {
    background: #353535 !important;
    border-radius: 100px !important;
    border: none !important;
    width: 100% !important;
    padding: 15px 20px !important;
    color: #fff !important;
    margin-bottom: 0 !important; }
  .comtactFormCustom form .element-group.cs-width-100 {
    padding: 0; }
  .comtactFormCustom form button[type="submit"] {
    background: #1c1c1c url(https://cdn.shopify.com/s/files/1/0550/0813/3288/files/send-icon.png?v=1625719791) no-repeat !important;
    border: none !important;
    width: 40px !important;
    height: 40px !important;
    overflow: hidden !important;
    text-indent: -200px !important;
    border-radius: 60px !important;
    position: absolute !important;
    background-position: center center !important;
    top: 4px !important;
    right: 5px !important; }

.eapp-popup-block-variation-form-hidden-submit {
  display: none !important; }

.eapp-popup-block-variation-form-component form {
  margin-bottom: 0; }

#accept-cookies .des p {
  margin: 0;
  color: white; }

#accept-cookies .des a {
  color: white; }
