/*============================================================================
  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 ================*/
/*============================================================================
  Dependency-free breakpoint mixin
    - http://blog.grayghostvisuals.com/sass/sass-media-query-mixin/
==============================================================================*/
/*============================================================================
  Accent text
==============================================================================*/
/*================ The following are dependencies of csswizardry grid ================*/
/*================ Color variables ================*/

.product-sku
{
  width: 100%;
    height: 20px;
}

.addBuyNOW
{
  color:#fff;
  cursor:pointer;
}



.login-menu
{
  padding:2px 5px;
  width:20%;
  margin-top: 18px;
  margin-left: 10px;

}
.login-menu li {
    list-style: none;
   
    padding: 5px 15px;
    font-weight: 500;
  font-size:16px;
}
.rev_slider_wrapper {
  font-family: Barlow; }

.flexslider {
  font-family: Barlow; }

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

/* footer .wrapper,.footer-bottom .wrapper { padding:0;@include at-query ($max, $postlarge) { padding:0 2%; } @include at-query ($max, $semilarge) { padding:0 1%; }} */
.wrapper {
  *zoom: 1;
  max-width: 100%;
  margin: 0 auto;
  clear: both; }
  .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; }
  @media screen and (max-width: 1199px) {
    .container-bg {
      padding: 0 20px; } }
  @media screen and (max-width: 992px) 
{
    .container-bg {
      padding: 0 0px; } 
    .grid, .grid--rev, .grid--full, .grid-uniform {
      padding:0px!important;
    }
  
  }


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 {width:1170px;margin:auto; } */
/*================ Partials | Typography styles ================*/
body,
input,
textarea,
button,
select {
  font-size: 14px;
  line-height: 1.7;
  font-family: Barlow;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }
  @media screen and (max-width: 992px) {
    body,
    input,
    textarea,
    button,
    select {
      font-size: 13px; } }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0 0 15px;
  line-height: 1.1;
  color: #555555;
  font-family: Barlow;
  font-weight: bold; }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
    text-decoration: none;
    font-weight: inherit; }

/*================ Use em() Sass function to declare font-size ================*/
h1, .h1 {
  font-size: 43px;
  text-transform: none;
  letter-spacing: 0; }
  @media screen and (max-width: 567px) {
    h1, .h1 {
      font-size: 40px; } }

h2, .h2 {
  font-size: 24px;
  /*   letter-spacing: 1px; */ }
  @media screen and (max-width: 567px) {
    h2, .h2 {
      font-size: 21px; } }

h3, .h3 {
  font-size: 32px;
  text-transform: none;
  letter-spacing: 0; }
  @media screen and (max-width: 567px) {
    h3, .h3 {
      font-size: 24px; } }

h4, .h4 {
  font-size: 16px; }
  @media screen and (max-width: 567px) {
    h4, .h4 {
      font-size: 14px; } }

h5, .h5 {
  font-size: 12px; }
  @media screen and (max-width: 567px) {
    h5, .h5 {
      font-size: 11px; } }

h6, .h6 {
  font-size: 12px; }
  @media screen and (max-width: 567px) {
    h6, .h6 {
      font-size: 10px; } }

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:last-child {
  margin-right: 0; }

/*================ Partials | Tables ================*/
table {
  width: 100%;
  margin-bottom: 1em;
  border-collapse: collapse;
  border-spacing: 0; }

.table-wrap {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

th {
  font-weight: bold; }

th, td {
  text-align: left;
  padding: 15px;
  border: 1px solid #e4e4e4; }

/*============================================================================
  #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: 10px; }

.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; }
  .grid--full > .grid__item {
    padding-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%; }
  @media screen and (max-width: 1599px) {
    .one-half {
      width: 100%; } }
  @media screen and (max-width: 1199px) {
    .one-half {
      width: 100%; } }
  @media screen and (max-width: 992px) {
    .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: calc(100% - 290px); }
  @media screen and (max-width: 992px) {
    .three-quarters {
      width: 100%; } }

/* fourths */
.one-fourth {
  width: 290px; }
  @media screen and (max-width: 992px) {
    .one-fourth {
      width: 100%; } }

/* Fifths */
.one-fifth {
  width: 20%; }
  @media screen and (max-width: 1599px) {
    .one-fifth {
      width: 290px; } }
  @media screen and (max-width: 1199px) {
    .one-fifth {
      width: 290px; } }
  @media screen and (max-width: 992px) {
    .one-fifth {
      width: 100%; } }

.two-fifths {
  width: 40%; }

.three-fifths {
  width: 60%; }

.four-fifths {
  width: 80%; }
  @media screen and (max-width: 1599px) {
    .four-fifths {
      width: calc(100% - 290px); } }
  @media screen and (max-width: 1199px) {
    .four-fifths {
      width: calc(100% - 290px); } }
  @media screen and (max-width: 992px) {
    .four-fifths {
      width: 100%; } }

/* 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%; }
  @media screen and (max-width: 992px) {
    .eight-tenths {
      width: 60%; } }

.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: 415px) {
  /** Whole */
  .tiny--one-whole {
    width: 100%; }

  /* Halves */
  .tiny--one-half {
    width: 50%; }
  /* Thirds */
  .tiny--one-third {
    width: 33.333%; }

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

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

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

  .tiny--three-quarters {
    width: calc(100% - 290px); }
  /* fourths */
  .tiny--one-fourth {
    width: 290px; }
  /* Fifths */
  .tiny--one-fifth {
    width: 20%; }
  .tiny--two-fifths {
    width: 40%; }

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

  .tiny--four-fifths {
    width: 80%; }
  /* Sixths */
  .tiny--one-sixth {
    width: 16.666%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tiny--eight-tenths {
    width: 80%; }
  .tiny--nine-tenths {
    width: 90%; }

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

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

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

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

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

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

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

  .grid-uniform .tiny--one-half:nth-child(2n+1),
  .grid-uniform .tiny--one-third:nth-child(3n+1),
  .grid-uniform .tiny--one-quarter:nth-child(4n+1),
  .grid-uniform .tiny--one-fifth:nth-child(5n+1),
  .grid-uniform .tiny--one-sixth:nth-child(6n+1),
  .grid-uniform .tiny--two-sixths:nth-child(3n+1),
  .grid-uniform .tiny--three-sixths:nth-child(2n+1),
  .grid-uniform .tiny--two-eighths:nth-child(4n+1),
  .grid-uniform .tiny--four-eighths:nth-child(2n+1),
  .grid-uniform .tiny--five-tenths:nth-child(2n+1),
  .grid-uniform .tiny--one-twelfth:nth-child(12n+1),
  .grid-uniform .tiny--two-twelfths:nth-child(6n+1),
  .grid-uniform .tiny--three-twelfths:nth-child(4n+1),
  .grid-uniform .tiny--four-twelfths:nth-child(3n+1),
  .grid-uniform .tiny--six-twelfths:nth-child(2n+1) {
    clear: both; } }
  @media only screen and (max-width: 415px) and (max-width: 1599px) {
    .tiny--one-half {
      width: 100%; } }
  @media only screen and (max-width: 415px) and (max-width: 1199px) {
    .tiny--one-half {
      width: 100%; } }
  @media only screen and (max-width: 615px) and (max-width: 992px) {
    .tiny--one-half {
      width: 50%; } }

  @media only screen and (max-width: 415px) and (max-width: 992px) {
    .tiny--three-quarters {
      width: 100%; } }

  @media only screen and (max-width: 415px) and (max-width: 992px) {
    .tiny--one-fourth {
      width: 100%; } }

  @media only screen and (max-width: 415px) and (max-width: 1599px) {
    .tiny--one-fifth {
      width: 290px; } }
  @media only screen and (max-width: 415px) and (max-width: 1199px) {
    .tiny--one-fifth {
      width: 290px; } }
  @media only screen and (max-width: 415px) and (max-width: 992px) {
    .tiny--one-fifth {
      width: 100%; } }

  @media only screen and (max-width: 415px) and (max-width: 1599px) {
    .tiny--four-fifths {
      width: calc(100% - 290px); } }
  @media only screen and (max-width: 415px) and (max-width: 1199px) {
    .tiny--four-fifths {
      width: calc(100% - 290px); } }
  @media only screen and (max-width: 415px) and (max-width: 992px) {
    .tiny--four-fifths {
      width: 100%; } }

  @media only screen and (max-width: 415px) and (max-width: 992px) {
    .tiny--eight-tenths {
      width: 60%; } }

@media only screen and (min-width: 414px) 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: calc(100% - 290px); }
  /* fourths */
  .small--one-fourth {
    width: 290px; }
  /* 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-half:nth-child(2n+1),
  .grid-uniform .small--one-third:nth-child(3n+1),
  .grid-uniform .small--one-quarter:nth-child(4n+1),
  .grid-uniform .small--one-fifth:nth-child(5n+1),
  .grid-uniform .small--one-sixth:nth-child(6n+1),
  .grid-uniform .small--two-sixths:nth-child(3n+1),
  .grid-uniform .small--three-sixths:nth-child(2n+1),
  .grid-uniform .small--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: 320px) and (max-width: 567px) and (max-width: 1599px) {
    .small--one-half {
      width: 100%; } }
  @media only screen and (min-width: 320px) and (max-width: 567px) and (max-width: 1199px) {
    .small--one-half {
      width: 100%; } }
  @media only screen and (min-width: 320px) and (max-width: 567px) and (max-width: 992px) {
    .small--one-half {
      width: 50%; } }

  @media only screen and (min-width: 320px) and (max-width: 567px) and (max-width: 992px) {
    .small--three-quarters {
      width: 100%; } }

  @media only screen and (min-width: 320px) and (max-width: 567px) and (max-width: 992px) {
    .small--one-fourth {
      width: 100%; } }

  @media only screen and (min-width: 320px) and (max-width: 567px) and (max-width: 1599px) {
    .small--one-fifth {
      width: 290px; } }
  @media only screen and (min-width: 320px) and (max-width: 567px) and (max-width: 1199px) {
    .small--one-fifth {
      width: 290px; } }
  @media only screen and (min-width: 320px) and (max-width: 567px) and (max-width: 992px) {
    .small--one-fifth {
      width: 100%; } }

  @media only screen and (min-width: 320px) and (max-width: 567px) and (max-width: 1599px) {
    .small--four-fifths {
      width: calc(100% - 290px); } }
  @media only screen and (min-width: 320px) and (max-width: 567px) and (max-width: 1199px) {
    .small--four-fifths {
      width: calc(100% - 290px); } }
  @media only screen and (min-width: 320px) and (max-width: 567px) and (max-width: 992px) {
    .small--four-fifths {
      width: 100%; } }

  @media only screen and (min-width: 320px) and (max-width: 567px) and (max-width: 992px) {
    .small--eight-tenths {
      width: 60%; } }

@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: calc(100% - 290px); }
  /* fourths */
  .medium--one-fourth {
    width: 290px; }
  /* 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-half:nth-child(2n+1),
  .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 (min-width: 568px) and (max-width: 767px) and (max-width: 1599px) {
    .medium--one-half {
      width: 100%; } }
  @media only screen and (min-width: 568px) and (max-width: 767px) and (max-width: 1199px) {
    .medium--one-half {
      width: 100%; } }
  @media only screen and (min-width: 568px) and (max-width: 767px) and (max-width: 992px) {
    .medium--one-half {
      width: 50%; } }

  @media only screen and (min-width: 568px) and (max-width: 767px) and (max-width: 992px) {
    .medium--three-quarters {
      width: 100%; } }

  @media only screen and (min-width: 568px) and (max-width: 767px) and (max-width: 992px) {
    .medium--one-fourth {
      width: 100%; } }

  @media only screen and (min-width: 568px) and (max-width: 767px) and (max-width: 1599px) {
    .medium--one-fifth {
      width: 290px; } }
  @media only screen and (min-width: 568px) and (max-width: 767px) and (max-width: 1199px) {
    .medium--one-fifth {
      width: 290px; } }
  @media only screen and (min-width: 568px) and (max-width: 767px) and (max-width: 992px) {
    .medium--one-fifth {
      width: 100%; } }

  @media only screen and (min-width: 568px) and (max-width: 767px) and (max-width: 1599px) {
    .medium--four-fifths {
      width: calc(100% - 290px); } }
  @media only screen and (min-width: 568px) and (max-width: 767px) and (max-width: 1199px) {
    .medium--four-fifths {
      width: calc(100% - 290px); } }
  @media only screen and (min-width: 568px) and (max-width: 767px) and (max-width: 992px) {
    .medium--four-fifths {
      width: 100%; } }

  @media only screen and (min-width: 568px) and (max-width: 767px) and (max-width: 992px) {
    .medium--eight-tenths {
      width: 60%; } }

@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: calc(100% - 290px); }
  /* fourths */
  .medium-down--one-fourth {
    width: 290px; }
  /* 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-half:nth-child(2n+1),
  .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 (max-width: 767px) and (max-width: 1599px) {
    .medium-down--one-half {
      width: 100%; } }
  @media only screen and (max-width: 767px) and (max-width: 1199px) {
    .medium-down--one-half {
      width: 100%; } }
  @media only screen and (max-width: 767px) and (max-width: 992px) {
    .medium-down--one-half {
      width: 50%; } }

  @media only screen and (max-width: 767px) and (max-width: 992px) {
    .medium-down--three-quarters {
      width: 100%; } }

  @media only screen and (max-width: 767px) and (max-width: 992px) {
    .medium-down--one-fourth {
      width: 100%; } }

  @media only screen and (max-width: 767px) and (max-width: 1599px) {
    .medium-down--one-fifth {
      width: 290px; } }
  @media only screen and (max-width: 767px) and (max-width: 1199px) {
    .medium-down--one-fifth {
      width: 290px; } }
  @media only screen and (max-width: 767px) and (max-width: 992px) {
    .medium-down--one-fifth {
      width: 100%; } }

  @media only screen and (max-width: 767px) and (max-width: 1599px) {
    .medium-down--four-fifths {
      width: calc(100% - 290px); } }
  @media only screen and (max-width: 767px) and (max-width: 1199px) {
    .medium-down--four-fifths {
      width: calc(100% - 290px); } }
  @media only screen and (max-width: 767px) and (max-width: 992px) {
    .medium-down--four-fifths {
      width: 100%; } }

  @media only screen and (max-width: 767px) and (max-width: 992px) {
    .medium-down--eight-tenths {
      width: 60%; } }

@media only screen and (min-width: 768px) and (max-width: 992px) {
  /** 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: calc(100% - 290px); }
  /* fourths */
  .large--one-fourth {
    width: 290px; }
  /* 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-half:nth-child(2n+1),
  .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: 768px) and (max-width: 992px) and (max-width: 1599px) {
    .large--one-half {
      width: 100%; } }
  @media only screen and (min-width: 768px) and (max-width: 992px) and (max-width: 1199px) {
    .large--one-half {
      width: 100%; } }
  @media only screen and (min-width: 768px) and (max-width: 992px) and (max-width: 992px) {
    .large--one-half {
      width: 50%; } }

  @media only screen and (min-width: 768px) and (max-width: 992px) and (max-width: 992px) {
    .large--three-quarters {
      width: 100%; } }

  @media only screen and (min-width: 768px) and (max-width: 992px) and (max-width: 992px) {
    .large--one-fourth {
      width: 100%; } }

  @media only screen and (min-width: 768px) and (max-width: 992px) and (max-width: 1599px) {
    .large--one-fifth {
      width: 290px; } }
  @media only screen and (min-width: 768px) and (max-width: 992px) and (max-width: 1199px) {
    .large--one-fifth {
      width: 290px; } }
  @media only screen and (min-width: 768px) and (max-width: 992px) and (max-width: 992px) {
    .large--one-fifth {
      width: 100%; } }

  @media only screen and (min-width: 768px) and (max-width: 992px) and (max-width: 1599px) {
    .large--four-fifths {
      width: calc(100% - 290px); } }
  @media only screen and (min-width: 768px) and (max-width: 992px) and (max-width: 1199px) {
    .large--four-fifths {
      width: calc(100% - 290px); } }
  @media only screen and (min-width: 768px) and (max-width: 992px) and (max-width: 992px) {
    .large--four-fifths {
      width: 100%; } }

  @media only screen and (min-width: 768px) and (max-width: 992px) and (max-width: 992px) {
    .large--eight-tenths {
      width: 60%; } }

@media only screen and (min-width: 993px) 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: calc(100% - 290px); }
  /* fourths */
  .post-large--one-fourth {
    width: 290px; }
  /* 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-half:nth-child(2n+1),
  .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: 993px) and (max-width: 1199px) and (max-width: 1599px) {
    .post-large--one-half {
      width: 100%; } }
  @media only screen and (min-width: 993px) and (max-width: 1199px) and (max-width: 1199px) {
    .post-large--one-half {
      width: 100%; } }
  @media only screen and (min-width: 993px) and (max-width: 1199px) and (max-width: 992px) {
    .post-large--one-half {
      width: 50%; } }

  @media only screen and (min-width: 993px) and (max-width: 1199px) and (max-width: 992px) {
    .post-large--three-quarters {
      width: 100%; } }

  @media only screen and (min-width: 993px) and (max-width: 1199px) and (max-width: 992px) {
    .post-large--one-fourth {
      width: 100%; } }

  @media only screen and (min-width: 993px) and (max-width: 1199px) and (max-width: 1599px) {
    .post-large--one-fifth {
      width: 290px; } }
  @media only screen and (min-width: 993px) and (max-width: 1199px) and (max-width: 1199px) {
    .post-large--one-fifth {
      width: 290px; } }
  @media only screen and (min-width: 993px) and (max-width: 1199px) and (max-width: 992px) {
    .post-large--one-fifth {
      width: 100%; } }

  @media only screen and (min-width: 993px) and (max-width: 1199px) and (max-width: 1599px) {
    .post-large--four-fifths {
      width: calc(100% - 290px); } }
  @media only screen and (min-width: 993px) and (max-width: 1199px) and (max-width: 1199px) {
    .post-large--four-fifths {
      width: calc(100% - 290px); } }
  @media only screen and (min-width: 993px) and (max-width: 1199px) and (max-width: 992px) {
    .post-large--four-fifths {
      width: 100%; } }

  @media only screen and (min-width: 993px) and (max-width: 1199px) and (max-width: 992px) {
    .post-large--eight-tenths {
      width: 60%; } }

@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: calc(100% - 290px); }
  /* fourths */
  .wide--one-fourth {
    width: 290px; }
  /* 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-half:nth-child(2n+1),
  .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; } }
  @media only screen and (min-width: 1200px) and (max-width: 5000px) and (max-width: 1599px) {
    .wide--one-half {
      width: 100%; } }
  @media only screen and (min-width: 1200px) and (max-width: 5000px) and (max-width: 1199px) {
    .wide--one-half {
      width: 100%; } }
  @media only screen and (min-width: 1200px) and (max-width: 5000px) and (max-width: 992px) {
    .wide--one-half {
      width: 50%; } }

  @media only screen and (min-width: 1200px) and (max-width: 5000px) and (max-width: 992px) {
    .wide--three-quarters {
      width: 100%; } }

  @media only screen and (min-width: 1200px) and (max-width: 5000px) and (max-width: 992px) {
    .wide--one-fourth {
      width: 100%; } }

  @media only screen and (min-width: 1200px) and (max-width: 5000px) and (max-width: 1599px) {
    .wide--one-fifth {
      width: 290px; } }
  @media only screen and (min-width: 1200px) and (max-width: 5000px) and (max-width: 1199px) {
    .wide--one-fifth {
      width: 290px; } }
  @media only screen and (min-width: 1200px) and (max-width: 5000px) and (max-width: 992px) {
    .wide--one-fifth {
      width: 100%; } }

  @media only screen and (min-width: 1200px) and (max-width: 5000px) and (max-width: 1599px) {
    .wide--four-fifths {
      width: calc(100% - 290px); } }
  @media only screen and (min-width: 1200px) and (max-width: 5000px) and (max-width: 1199px) {
    .wide--four-fifths {
      width: calc(100% - 290px); } }
  @media only screen and (min-width: 1200px) and (max-width: 5000px) and (max-width: 992px) {
    .wide--four-fifths {
      width: 100%; } }

  @media only screen and (min-width: 1200px) and (max-width: 5000px) and (max-width: 992px) {
    .wide--eight-tenths {
      width: 60%; } }

/*============================================================================
  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: #333333;
  text-decoration: none;
  background: transparent; }
  a:hover, a:focus, .text-link:hover, .text-link:focus {
    color: #0084ff; }

button {
  overflow: visible; }

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

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  margin: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

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

.btn, .btn--secondary,
input.btn--secondary, .btn--tertiary,
input.btn--tertiary, input[type="submit"], .dt-sc-button {
  -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-tag li {
  -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-tag label {
  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-tag input[type="checkbox"] + label {
  padding: 5px 0px;
  margin: 0;
  text-transform: capitalize;
  color: #666666; }
  @media screen and (max-width: 992px) {
    .sidebar-tag input[type="checkbox"] + label {
      padding: 5px 10px; } }

.sidebar-tag.size input[type="checkbox"] + label {
  padding: 5px 12px !important; }

.btn, .btn--secondary,
input.btn--secondary, .btn--tertiary,
input.btn--tertiary, input[type="submit"], .dt-sc-button {
  background: #fdd922;
  border: none;
  color: black;
  box-shadow: 0 0 1px transparent;
  position: relative; }

.btn:hover, .btn--secondary:hover, .btn--tertiary:hover, input[type="submit"]:hover, .dt-sc-button:hover {
  background-color: #0084ff;
  color: #fff; }

.btn:before, .btn--secondary:before, .btn--tertiary:before, input[type="submit"]:before {
  content: '';
  position: absolute;
  border: white solid 4px;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  display: none; }

.btn:hover:before, .btn--secondary:hover:before, .btn--tertiary:hover:before, input[type="submit"]:hover:before, .btn:focus:before, .btn--secondary:focus:before, .btn--tertiary:focus:before, input[type="submit"]:focus:before, .btn:active:before, .btn--secondary:active:before, .btn--tertiary:active:before, input[type="submit"]:active:before {
  opacity: 1; }

.btn, .btn--secondary,
input.btn--secondary, .btn--tertiary,
input.btn--tertiary, input[type="submit"], .dt-sc-button {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  display: inline-block;
  padding: 14px 28px;
  margin: 0;
  line-height: 1.42;
  text-decoration: none;
  text-align: center;
  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;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-size: 14px;
  -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;
  outline: none;
  /*================ Set primary button colors - can override later ================*/ }
  @media screen and (max-width: 992px) {
    .btn, .btn--secondary,
    input.btn--secondary, .btn--tertiary,
    input.btn--tertiary, input[type="submit"], .dt-sc-button {
      padding: 10px 15px; } }
  @media screen and (max-width: 767px) {
    .btn, .btn--secondary,
    input.btn--secondary, .btn--tertiary,
    input.btn--tertiary, input[type="submit"], .dt-sc-button {
      padding: 10px 20px; } }
  @media screen and (max-width: 567px) {
    .btn, .btn--secondary,
    input.btn--secondary, .btn--tertiary,
    input.btn--tertiary, input[type="submit"], .dt-sc-button {
      font-size: 14px;
      padding: 12px 18px; } }
  .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:active, .dt-sc-button:focus {
    background-color: #0084ff;
    color: #fff;
    border-color: #0084ff; }

.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: #f2f3f7;
  color: #fdd922;
  border: 1px solid #e4e4e4; }
  .btn--tertiary:hover,
  input.btn--tertiary:hover {
    opacity: 1;
    background-color: #fdd922; }
  .btn--tertiary:active, .btn--tertiary:focus,
  input.btn--tertiary:active,
  input.btn--tertiary:focus {
    background-color: #eac402; }

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

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

/*================ 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 {
  border-radius: 2px;
  max-width: 100%; }
  input.input-full, textarea.input-full, select.input-full, fieldset.input-full {
    width: 100%; }

input, select, textarea {
  padding: 14px 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%;
  color: #333; }
  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 #cbcbcb; }
  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; }

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

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url("/cdn/shop/t/4/assets/ico-select.svg?v=23114707131166917281663233801");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: #fff;
  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: #000;
  background-color: #fff; }

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

.label-hint {
  color: #999; }

/*================ 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 .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"] {
    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"] {
    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 .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 {
  width: 100%;
  margin-bottom: 0; }

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

/*================ 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/shop/t/4/assets/icons.eot?v=112092863269986093971663233769");
  src: url("/cdn/shop/t/4/assets/icons.eot?v=112092863269986093971663233769#iefix") format("embedded-opentype"), url("/cdn/shop/t/4/assets/icons.woff?v=69117605523660721331663233769") format("woff"), url("/cdn/shop/t/4/assets/icons.ttf?v=115655616282896291181663233769") format("truetype"), url("/cdn/shop/t/4/assets/icons.svg?v=100304228462556784191663233769#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 a,
.tags a {
  color: #666666; }
  .breadcrumb a:hover, .breadcrumb a:focus, .breadcrumb a:active,
  .tags a:hover,
  .tags a:focus,
  .tags a:active {
    color: #666666; }

.breadcrumb {
  background: #f4f4f4;
  float: left;
  width: 100%;
  height: auto; }

.parallax {
  float: left;
  width: 100%;
  text-align: center;
  height: auto;
  background-attachment: fixed;
  padding: 80px 0px; }

.breadcrumb__sep {
  font-size: 1.4em; }

.breadcrumb h1, .breadcrumb .h1 {
  display: inline-block;
  text-align: center;
  float: left;
  width: 100%;
  margin-bottom: 5px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.08em; }
  @media screen and (max-width: 767px) {
    .breadcrumb h1, .breadcrumb .h1 {
      font-size: 26px; } }
  @media screen and (max-width: 567px) {
    .breadcrumb h1, .breadcrumb .h1 {
      font-size: 22px;
      width: 100%;
      margin-top: 10px; } }

.tags {
  float: left;
  width: 100%;
  margin-bottom: 0px;
  padding-bottom: 0px; }
  .tags a {
    display: inline-block;
    padding: 5px 7px 5px 0;
    margin-right: 12px; }

.tag--active a {
  color: #fdd922; }

/* Footer Type 1 */
.footer-model-1 {
  float: left;
  width: 100%; }

.footer-model-1 .site-footer .grid__item.footer-contact {
  padding-left: 60px;
  padding-bottom: 60px;
  float: right; }
  @media screen and (max-width: 1199px) {
    .footer-model-1 .site-footer .grid__item.footer-contact {
      padding-left: 12px; } }
  @media screen and (max-width: 992px) {
    .footer-model-1 .site-footer .grid__item.footer-contact {
      padding-bottom: 0; } }

.footer-model-1 .site-footer .grid__item.footer-links-column {
  padding: 0 80px 40px;
  width: 50%;
  margin: 0; }
  @media screen and (max-width: 1199px) {
    .footer-model-1 .site-footer .grid__item.footer-links-column {
      padding: 0 40px 40px; } }
  @media screen and (max-width: 992px) {
    .footer-model-1 .site-footer .grid__item.footer-links-column {
      padding: 0 20px 40px;
      width: 100%;
      border: none !important; } }
  @media screen and (max-width: 567px) {
    .footer-model-1 .site-footer .grid__item.footer-links-column {
      padding: 0 20px 0px; } }

.footer-model-1 .site-footer .grid__item {
  border: none;
  padding: 50px 60px 0 0; }
  @media screen and (max-width: 1199px) {
    .footer-model-1 .site-footer .grid__item {
      padding: 25px 0px 0 0; } }
  @media screen and (max-width: 992px) {
    .footer-model-1 .site-footer .grid__item {
      margin: 0; } }

.footer-model-1 .site-footer .grid__item.footer__about {
  padding-bottom: 60px;
  padding-left: 60px; }
  @media screen and (max-width: 1199px) {
    .footer-model-1 .site-footer .grid__item.footer__about {
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (max-width: 992px) {
    .footer-model-1 .site-footer .grid__item.footer__about {
      padding-left: 20px;
      padding-bottom: 0; } }

.footer-model-1 .site-footer {
  padding: 0px;
  background: none; }
  @media screen and (max-width: 567px) {
    .footer-model-1 .site-footer {
      padding-bottom: 30px; } }

.footer-model-1 .site-footer h4, .footer-model-1 .site-footer .h4 {
  margin-bottom: 30px; }

@media screen and (max-width: 567px) {
  .footer-model-1 .copyright {
    float: none !important; } }

.footer-model-1 .footer__about {
  padding-right: 60px; }
  @media screen and (max-width: 1199px) {
    .footer-model-1 .footer__about {
      padding-right: 10px; } }

.footer-model-1 .footer-icons h4, .footer-model-1 .footer-icons .h4 {
  float: left;
  width: auto;
  margin-right: 30px;
  margin-top: 0px; }

.footer-model-1 .site-footer address {
  font-style: normal;
  float: left;
  width: 100%;
  margin-bottom: 10px; }

.footer-model-1 .contact-phone, .footer-model-1 .office-hours {
  float: left;
  width: 100%;
  margin-bottom: 10px; }

.footer-model-1 .office-mail {
  float: left;
  width: 100%;
  margin-bottom: 0px; }

.footer-model-1 .grid-uniform .grid__item.footer-icons {
  margin-top: 40px;
  float: left;
  width: 100%;
  padding: 0; }

.footer-model-1 .site-footer .social-icons li a {
  border: none;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px; }

.footer-model-1 .site-footer .social-icons li a:hover {
  background: none; }

.footer-model-1 .footer-icons {
  margin-top: 20px;
  float: left;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .footer-model-1 .footer-icons {
      text-align: left;
      margin-top: 10px; } }

.footer-model-1 .footer-icons .payment-icons li {
  margin: 0; }

.footer-model-1 .footer-icons .payment-icons li a {
  font-size: 28px; }
  @media screen and (max-width: 1199px) {
    .footer-model-1 .footer-icons .payment-icons li a {
      font-size: 22px; } }

.footer-model-1 .site-footer p {
  margin-bottom: 25px; }

@media screen and (max-width: 992px) {
  .footer-model-1 .grid__item.footer-icons {
    padding: 15px 0 50px; } }
@media screen and (max-width: 567px) {
  .footer-model-1 .grid__item.footer-icons {
    padding: 15px 0 0; } }

.footer-model-1 .menu.right li {
  float: left;
  margin-right: 20px; }
  @media screen and (max-width: 992px) {
    .footer-model-1 .menu.right li {
      margin-right: 10px; } }
  @media screen and (max-width: 567px) {
    .footer-model-1 .menu.right li {
      float: none;
      display: inline-block; } }

.footer-model-1 .menu.right li:last-child {
  margin-right: 0; }

.footer-model-1 .menu.right {
  padding: 0; }
  @media screen and (max-width: 767px) {
    .footer-model-1 .menu.right {
      float: none !important;
      display: inline-block;
      width: 100%;
      text-align: center; } }

.footer-model-1 .site-footer .social-icons li a span {
  border: none;
  width: 40px; }

@media screen and (max-width: 767px) {
  .footer-model-1 .footer-icons .payment-icons {
    text-align: left; } }

/* Footer Type 2 */
@media screen and (max-width: 1199px) {
  .footer-model-2 .site-footer {
    padding: 0px; } }

.footer-model-2 .site-footer .grid-uniform .grid__item form {
  float: none;
  padding: 0; }
  @media screen and (max-width: 567px) {
    .footer-model-2 .site-footer .grid-uniform .grid__item form {
      width: 90%; } }

.footer-model-2 .input-group .btn, .footer-model-2 .input-group .btn--secondary, .footer-model-2 .input-group .btn--tertiary, .footer-model-2 .input-group input[type="submit"] {
  width: auto;
  position: absolute;
  right: 0;
  padding: 0;
  height: 50px;
  background: none; }
  @media screen and (max-width: 1199px) {
    .footer-model-2 .input-group .btn, .footer-model-2 .input-group .btn--secondary, .footer-model-2 .input-group .btn--tertiary, .footer-model-2 .input-group input[type="submit"] {
      padding: 15px 5px; } }

.footer-model-2 .input-group .btn, .footer-model-2 .input-group .btn--secondary, .footer-model-2 .input-group .btn--tertiary, .footer-model-2 .input-group input[type="submit"], .footer-model-2 .site-footer .text-center input {
  line-height: normal; }

.footer-model-2 .input-group {
  display: inline-block;
  width: 100%; }

.footer-model-2 .instagram #instafeed a {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 5px;
  margin-bottom: 0px; }
  @media screen and (max-width: 1599px) {
    .footer-model-2 .instagram #instafeed a {
      width: 40px;
      height: 40px;
      margin-right: 3px; } }
  @media screen and (max-width: 567px) {
    .footer-model-2 .instagram #instafeed a {
      width: 50px;
      height: 50px;
      margin-right: 5px; } }

.footer-model-2 .instagram #instafeed a {
  float: none; }

.footer-model-2 .site-footer .grid-uniform .grid__item {
  margin: 120px 0px 50px;
  padding: 50px 20px; }
  @media screen and (max-width: 1199px) {
    .footer-model-2 .site-footer .grid-uniform .grid__item {
      padding: 40px 5px; } }
  @media screen and (max-width: 992px) {
    .footer-model-2 .site-footer .grid-uniform .grid__item {
      margin: 20px 0; } }

.footer-model-2 .footer-des {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 0 0 50px; }
  @media screen and (max-width: 767px) {
    .footer-model-2 .footer-des {
      padding: 50px 0 70px; } }

.footer-model-2 .footer-des p {
  text-align: center;
  display: inline-block;
  font-weight: 300;
  font-size: 16px;
  width: 50%;
  margin: 0; }
  @media screen and (max-width: 767px) {
    .footer-model-2 .footer-des p {
      width: 90%; } }
  @media screen and (max-width: 1199px) {
    .footer-model-2 .footer-des p {
      width: 80%; } }

.footer-model-2 .footer-icons .payment-icons li a img {
  width: auto;
  height: auto; }

.footer-model-2 .site-footer input[type="email"] {
  width: 100%; }
  @media screen and (max-width: 1199px) {
    .footer-model-2 .site-footer input[type="email"] {
      padding: 5px; } }

.footer-model-2 .site-footer .social-icons li a span {
  font-size: 16px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  -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-model-2 .site-footer .grid-uniform .grid__item {
  border-left: 1px solid; }
  @media screen and (max-width: 567px) {
    .footer-model-2 .site-footer .grid-uniform .grid__item {
      border-bottom: 1px solid;
      border-left: none;
      padding: 0 0 40px; } }

.footer-model-2 .site-footer .grid-uniform .grid__item form {
  border-bottom: 1px solid; }
  @media screen and (max-width: 1599px) {
    .footer-model-2 .site-footer .grid-uniform .grid__item form {
      width: 97%; } }

.footer-model-2 .site-footer .grid-uniform .grid__item:first-child {
  border-left: none; }

.footer-model-2 .lush-instagram .item img {
  margin: auto;
  text-align: center; }

.footer-model-2 .lush-instagram .item {
  width: 35px;
  height: 35px;
  float: none;
  display: inline-block; }

.footer-model-2 .copyright {
  padding: 7px 0 0; }
  @media screen and (max-width: 767px) {
    .footer-model-2 .copyright {
      padding: 7px 0 15px 0; } }

/* Footer Type 3 */
.footer-model-3 .copyright-section {
  padding: 20px 4%; }

.footer-model-3 .footer_social_icons li a {
  float: left; }

.footer-model-3 .footer_social_icons li a i {
  float: left;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px; }

.footer-model-3 .footer-logo > a {
  margin-bottom: 20px; }

.footer-model-3 .footer-logo p {
  margin-bottom: 0; }

.footer-model-3 .footer-logo {
  padding-bottom: 50px;
  padding-top: 50px; }
  @media screen and (max-width: 1199px) {
    .footer-model-3 .footer-logo {
      padding: 50px 15px; } }

.footer-model-3 .footer-logo p {
  padding: 0; }

.footer-model-3 .footer_social_icons ul {
  display: inline-block;
  padding: 0; }

.footer-model-3 .footer_social_icons, .footer-model-3 .footer-logo > a {
  display: inline-block;
  width: 100%; }

.footer-model-3 .footer-icons .payment-icons li a img {
  width: auto;
  height: auto; }

.footer-model-3 .copyright {
  padding: 7px 0 0; }

/* Footer Type 4 */
.footer-model-4 .footer-logo {
  text-align: left; }

.footer-model-4 .footer-logo p {
  padding: 20px 20px 20px 0; }

.footer-model-4 .site-footer {
  padding: 80px 0; }
  @media screen and (max-width: 767px) {
    .footer-model-4 .site-footer {
      padding: 80px 10px; } }

.footer-model-4 .site-footer .grid__item {
  padding-right: 40px; }
  @media screen and (max-width: 992px) {
    .footer-model-4 .site-footer .grid__item {
      margin-bottom: 20px; } }
  @media screen and (max-width: 1199px) {
    .footer-model-4 .site-footer .grid__item {
      padding-right: 20px; } }

.footer-model-4 .site-footer .grid__item:last-child {
  padding-right: 0px; }

@media screen and (max-width: 992px) {
  .footer-model-4 .site-footer .grid__item:nth-child(2n+1) {
    clear: both; } }
@media screen and (max-width: 567px) {
  .footer-model-4 .site-footer .grid__item:nth-child(2n+1) {
    clear: none; } }

.footer-model-4 .top-products li {
  float: left;
  width: 100%;
  margin-bottom: 10px; }

.footer-model-4 .top-products li a, .footer-model-4 .top-products-detail {
  float: left; }

.footer-model-4 .top-products li a {
  font-size: 16px; }

.footer-model-4 .top-products li del {
  font-size: 12px; }

.footer-model-4 .top-products-detail a, .footer-model-4 .top-products-detail .top-product-prices {
  float: left;
  width: 100%; }

.footer-model-4 .top-products-detail {
  width: 70%; }

.footer-model-4 .top-products li a.thumb {
  width: 27%;
  margin-right: 3%; }

.footer-model-4 .footer-tags li a {
  float: left;
  padding: 10px;
  border: 1px solid #e4e4e4;
  margin-right: 10px;
  margin-bottom: 10px; }

.footer-model-4 .footer-tags {
  float: left;
  width: 100%;
  margin-bottom: 30px; }

.footer-model-4 .footer_contact_info h6 span, .footer-model-4 .footer_contact_info .h6 span {
  margin-right: 7px; }

.footer-model-4 .footer_contact_info h6, .footer-model-4 .footer_contact_info .h6 {
  margin-bottom: 10px;
  text-transform: inherit; }

.footer-model-4 .footer_contact_info ul li {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e4e4; }

.footer-model-4 .footer_contact_info ul li p {
  margin: 0; }

.footer-model-4 .footer_social_icons li, .footer-model-4 .site-footer .social-icons li a {
  width: 100%; }

.footer-model-4 .site-footer .social-icons li:last-child a {
  margin-bottom: 0; }

.footer-model-4 .site-footer .social-icons li a {
  margin-bottom: 10px;
  font-size: 14px;
  text-transform: uppercase;
  float: left;
  height: 50px;
  line-height: 50px; }

.footer-model-4 .site-footer .social-icons li a span {
  font-size: 14px;
  float: none;
  border: none;
  display: inline-block;
  width: 100%;
  text-align: center; }

.footer-model-4 .site-footer h4, .footer-model-4 .site-footer .h4 {
  float: left;
  width: 100%;
  margin-bottom: 30px; }

.footer-model-4 .footer-bottom {
  float: left;
  width: 100%;
  padding: 20px 0; }

.footer-model-4 .footer-icons {
  float: right; }
  @media screen and (max-width: 767px) {
    .footer-model-4 .footer-icons {
      float: none; } }

.footer-model-4 .footer-icons .payment-icons li a img {
  width: auto;
  height: auto; }

.footer-model-4 .site-footer i {
  margin-right: 0; }

.footer-model-4 .copyright {
  padding: 7px 0 0; }
  @media screen and (max-width: 767px) {
    .footer-model-4 .copyright {
      margin-bottom: 12px; } }

/* Footer Type 5 */
.footer-model-5 .footer-logo {
  text-align: left;
  padding-right: 20px;
  padding-bottom: 120px;
  float: left;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }
  @media screen and (max-width: 767px) {
    .footer-model-5 .footer-logo {
      position: static;
      padding-left: 20px;
      padding-bottom: 20px; } }
  @media screen and (max-width: 567px) {
    .footer-model-5 .footer-logo {
      position: static;
      padding-left: 15px;
      padding-right: 15px; } }

.footer-model-5 .footer-logo p {
  padding: 0;
  margin-bottom: 15px; }
  @media screen and (max-width: 1199px) {
    .footer-model-5 .footer-logo p {
      font-size: 13px;
      font-weight: normal; } }
  @media screen and (max-width: 992px) {
    .footer-model-5 .footer-logo p {
      margin-bottom: 10px; } }

.footer-model-5 .site-footer {
  padding: 0; }

.footer-model-5 .site-footer .payment_section h4, .footer-model-5 .site-footer .payment_section .h4 {
  margin-bottom: 15px; }
  @media screen and (max-width: 992px) {
    .footer-model-5 .site-footer .payment_section h4, .footer-model-5 .site-footer .payment_section .h4 {
      margin-bottom: 5px; } }

.footer-model-5 .site-footer h4, .footer-model-5 .site-footer .h4 {
  float: left;
  width: 100%;
  margin-bottom: 25px; }
  @media screen and (max-width: 1199px) {
    .footer-model-5 .site-footer h4, .footer-model-5 .site-footer .h4 {
      margin-bottom: 15px;
      font-size: 16px; } }
  @media screen and (max-width: 992px) {
    .footer-model-5 .site-footer h4, .footer-model-5 .site-footer .h4 {
      margin-bottom: 17px;
      font-size: 14px; } }
  @media screen and (max-width: 767px) {
    .footer-model-5 .site-footer h4, .footer-model-5 .site-footer .h4 {
      margin-bottom: 25px; } }
  @media screen and (max-width: 567px) {
    .footer-model-5 .site-footer h4, .footer-model-5 .site-footer .h4 {
      font-size: 16px; } }

.footer-model-5 .footer_container {
  padding: 30px 25px 0;
  float: right;
  width: 480px; }
  @media screen and (max-width: 1599px) {
    .footer-model-5 .footer_container {
      width: 460px; } }
  @media screen and (max-width: 1199px) {
    .footer-model-5 .footer_container {
      width: 370px; } }
  @media screen and (max-width: 992px) {
    .footer-model-5 .footer_container {
      width: 270px; } }
  @media screen and (max-width: 767px) {
    .footer-model-5 .footer_container {
      width: 100%; } }

.footer-model-5 .footer_right_container {
  float: left;
  width: 850px; }
  @media screen and (max-width: 1599px) {
    .footer-model-5 .footer_right_container {
      width: 720px; } }
  @media screen and (max-width: 1199px) {
    .footer-model-5 .footer_right_container {
      width: 560px; } }
  @media screen and (max-width: 992px) {
    .footer-model-5 .footer_right_container {
      width: 420px; } }
  @media screen and (max-width: 767px) {
    .footer-model-5 .footer_right_container {
      width: 100%; } }

.footer-model-5 .footer-logo img.normal-footer-logo {
  padding: 0;
  margin: 30px 0 15px; }
  @media screen and (max-width: 1199px) {
    .footer-model-5 .footer-logo img.normal-footer-logo {
      margin: 20px 0 15px; } }

.footer-model-5 .footer_right_width {
  float: left;
  width: 100%;
  padding: 70px 40px 0; }
  @media screen and (max-width: 1199px) {
    .footer-model-5 .footer_right_width {
      padding: 50px 30px 0; } }
  @media screen and (max-width: 992px) {
    .footer-model-5 .footer_right_width {
      padding: 25px 20px 0; } }

.footer-model-5 .social-links-type-5 li {
  margin-bottom: 7px;
  float: left;
  width: 100%; }

.footer-model-5 .social-links-type-5 li i {
  width: 25px; }

.footer-model-5 .footer_right_container .grid__item {
  margin-bottom: 20px; }
  @media screen and (max-width: 1199px) {
    .footer-model-5 .footer_right_container .grid__item {
      margin-bottom: 10px; } }
  @media screen and (max-width: 767px) {
    .footer-model-5 .footer_right_container .grid__item {
      margin-bottom: 20px; } }
  @media screen and (max-width: 567px) {
    .footer-model-5 .footer_right_container .grid__item {
      margin-bottom: 30px; } }

.footer-model-5 .site-footer .address p {
  float: left;
  width: 100%;
  margin-bottom: 15px; }

.footer-model-5 .footer_right_container i {
  float: left;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  line-height: 30px;
  text-align: center;
  margin-top: 0;
  margin-right: 15px; }

.footer-model-5 .footer-menu {
  float: left;
  width: 100%;
  padding: 20px 0; }

.footer-model-5 .footer-menu p {
  margin: 0; }

.footer-model-5 .site-footer .footer_right_container .grid__item {
  padding-right: 40px; }
  @media screen and (max-width: 1199px) {
    .footer-model-5 .site-footer .footer_right_container .grid__item {
      padding-right: 15px; } }
  @media screen and (max-width: 992px) {
    .footer-model-5 .site-footer .footer_right_container .grid__item {
      padding-right: 10px; } }

.footer-model-5 .site-footer .footer_right_container .grid__item:last-child {
  padding-right: 0; }

.footer-model-5 .footer-icons .payment-icons li a img {
  width: auto;
  height: auto; }
  @media screen and (max-width: 992px) {
    .footer-model-5 .footer-icons .payment-icons li a img {
      width: 35px;
      height: auto; } }

@media screen and (max-width: 767px) {
  .footer-model-5 .footer-icons .payment-icons {
    text-align: left; } }

/* Footer Type 6 */
.footer-model-6 .footer_newsletter {
  display: inline-block;
  width: 50%;
  text-align: center;
  margin: auto;
  padding: 0 30px;
  vertical-align: middle; }
  @media screen and (max-width: 767px) {
    .footer-model-6 .footer_newsletter {
      width: 100%;
      text-align: center;
      margin-bottom: 20px; } }
  @media screen and (max-width: 567px) {
    .footer-model-6 .footer_newsletter {
      padding: 0; } }

.footer-model-6 .footer_newsletter h4, .footer-model-6 .footer_newsletter .h4 {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 0;
  vertical-align: middle; }

.footer-model-6 .input-group .btn, .footer-model-6 .input-group .btn--secondary, .footer-model-6 .input-group .btn--tertiary, .footer-model-6 .input-group input[type="submit"] {
  padding: 0 14px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  margin: 5px;
  position: absolute;
  right: 0; }

.footer-model-6 .input-group input {
  background: transparent;
  border: none; }

.footer-model-6 .input-group {
  float: left;
  width: 100%;
  border-radius: 30px; }

.footer-model-6 .site-footer .grid-uniform .grid__item form {
  border: none;
  float: none;
  display: inline-block;
  padding: 0;
  vertical-align: middle; }

.footer-model-6 .site-footer .grid-uniform .grid__item {
  border: none; }
  @media screen and (max-width: 767px) {
    .footer-model-6 .site-footer .grid-uniform .grid__item {
      padding-bottom: 30px; } }

.footer-model-6 .site-footer .social-icons li a span {
  border: none;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px; }
  @media screen and (max-width: 1599px) {
    .footer-model-6 .site-footer .social-icons li a span {
      width: 30px;
      height: 30px;
      line-height: 30px; } }

.footer-model-6 .footer_social_links {
  display: inline-block; }
  @media screen and (max-width: 767px) {
    .footer-model-6 .footer_social_links {
      width: 100%; } }

.footer-model-6 .site-footer .social-icons {
  display: inline-block;
  width: 100%;
  vertical-align: middle; }
  @media screen and (max-width: 767px) {
    .footer-model-6 .site-footer .social-icons {
      text-align: center; } }

.footer-model-6 .site-footer {
  padding: 0 0 0px; }
  @media screen and (max-width: 1199px) {
    .footer-model-6 .site-footer {
      padding: 0 20px 0px; } }

.footer-model-6 .footer-newsletter-section {
  float: left;
  width: 100%;
  padding: 20px 0;
  margin-bottom: 40px; }

.footer-model-6 .footer-bottom {
  float: left;
  width: 100%;
  margin: 40px 0 0; }

.footer-model-6 .site-footer .address p {
  width: 100%; }

.footer-model-6 .site-footer .footer-bottom .footer-bottom__menu.grid__item {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 15px;
  border-radius: 0px; }

.footer-model-6 .footer-bottom .footer-bottom__menu ul {
  list-style: none;
  padding: 0; }

.footer-model-6 .copyright {
  width: 100%;
  padding: 20px 0; }
  @media screen and (max-width: 1199px) {
    .footer-model-6 .copyright {
      padding: 30px 15px; } }

.footer-model-6 .footer-bottom .footer-bottom__menu ul li {
  display: inline-block; }

.footer-model-6 .copyright_left {
  float: left;
  margin: 0;
  padding: 6px 0 0; }
  @media screen and (max-width: 767px) {
    .footer-model-6 .copyright_left {
      width: 100%;
      margin-bottom: 10px; } }

.footer-model-6 .footer-bottom .footer-bottom__menu ul li:last-child a {
  border-right: none !important; }

.footer-model-6 .footer-bottom .footer-bottom__menu ul li a {
  padding: 0 10px;
  display: inline-block;
  line-height: normal; }

.footer-model-6 .site-footer input {
  height: 45px;
  line-height: 45px;
  max-width: 100%; }

@media screen and (max-width: 992px) {
  .footer-model-6 .site-footer input[type="email"] {
    width: 80%; } }

.footer-model-6 .footer-logo {
  display: inline-block;
  width: 24%;
  vertical-align: middle;
  text-align: left; }
  @media screen and (max-width: 767px) {
    .footer-model-6 .footer-logo {
      width: 100%;
      text-align: center;
      margin-bottom: 20px; } }

.footer-model-6 .site-footer .grid__item {
  padding-right: 40px; }

.footer-model-6 .site-footer .grid__item:last-child {
  padding-right: 0; }

.footer-model-6 .footer-icons .payment-icons li a img {
  width: auto;
  height: auto; }

@media screen and (max-width: 767px) {
  .footer-model-6 .payment_section {
    float: none !important;
    width: 100%; } }

.footer-model-6 .footer_newsletter input {
  padding: 0 15px; }

/* Footer Type 7 */
.footer-model-7 .footer-bottom {
  float: left;
  width: 100%;
  padding: 20px; }

.footer-model-7 .footer-logo {
  float: left;
  text-align: left; }

.footer-model-7 .site-footer .grid__item {
  padding-right: 40px; }
  @media screen and (max-width: 1199px) {
    .footer-model-7 .site-footer .grid__item {
      padding-right: 20px; } }
  @media screen and (max-width: 992px) {
    .footer-model-7 .site-footer .grid__item {
      margin-bottom: 20px;
      padding-right: 40px; } }
  @media screen and (max-width: 567px) {
    .footer-model-7 .site-footer .grid__item {
      padding-right: 0px; } }

@media screen and (max-width: 992px) {
  .footer-model-7 .site-footer .grid__item:nth-child(2n) {
    padding-right: 0; } }

.footer-model-7 .site-footer .grid__item:last-child {
  padding-right: 0; }

.footer-model-7 .footer_social_icons {
  float: left;
  width: 100%;
  margin-top: 15px; }

.footer-model-7 .f_home-blog-image {
  float: left;
  width: 30%;
  margin-right: 5%; }

.footer-model-7 .f_home-blog-content {
  float: left;
  width: 65%; }

.footer-model-7 .site-footer {
  padding: 80px 0; }
  @media screen and (max-width: 1199px) {
    .footer-model-7 .site-footer {
      padding: 80px 15px; } }

.footer-model-7 .footer-logo p {
  padding: 15px 0 15px; }

.footer-model-7 .blog-date {
  float: left;
  font-size: 12px; }

.footer-model-7 .comments-count {
  float: right;
  margin-top: -5px;
  font-size: 12px; }

.footer-model-7 .site-footer .comments-count i, .footer-model-7 .blog-date i {
  margin-right: 2px; }

.footer-model-7 .home-blog .grid__item {
  padding: 0 0 20px; }

.footer-model-7 .home-blog h5, .footer-model-7 .home-blog .h5 {
  text-transform: inherit;
  font-size: 16px;
  font-weight: normal; }

.footer-model-7 .instagram #instafeed a {
  width: 33.33%; }

.footer-model-7 .instagram #instafeed a img {
  display: block;
  padding: 0 5px 5px 0; }
  @media screen and (max-width: 1199px) {
    .footer-model-7 .instagram #instafeed a img {
      width: auto;
      height: auto; } }

.footer-model-7 h4, .footer-model-7 .h4 {
  padding-bottom: 20px; }

.footer-model-7 .site-footer__links a:hover {
  padding-left: 0; }

.footer-model-7 .site-footer__links li a:before {
  content: "";
  float: left;
  width: 5px;
  height: 5px;
  margin-top: 10px;
  margin-right: 10px;
  -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-model-7 .site-footer__links li a {
  margin-bottom: 7px; }

.footer-model-7 .site-footer__links li a span {
  float: right; }

.footer-model-7 .footer_contact_info h6, .footer-model-7 .footer_contact_info .h6 {
  float: left; }

.footer-model-7 .footer_contact_info h6 span, .footer-model-7 .footer_contact_info .h6 span {
  margin-top: 2px; }

.footer-model-7 .footer_contact_info ul li {
  float: left;
  width: 100%; }

.footer-model-7 .footer_contact_info .footer_social_icons ul li {
  width: auto; }

.footer-model-7 h6 span, .footer-model-7 .h6 span {
  float: left;
  margin-right: 7px; }

@media screen and (max-width: 767px) {
  .footer-model-7 .footer-icons .payment-icons {
    float: none;
    display: inline-block;
    width: 100%;
    text-align: center; } }

.footer-model-7 .footer-icons {
  float: right; }
  @media screen and (max-width: 767px) {
    .footer-model-7 .footer-icons {
      float: none;
      display: inline-block;
      width: 100%;
      text-align: center; } }

.footer-model-7 .footer-icons .payment-icons li a img {
  width: auto;
  height: auto; }

.footer-model-7 .payment-icons a {
  font-size: 20px;
  float: left;
  line-height: normal; }

.footer-model-7 .site-footer .social-icons li a {
  width: auto;
  height: auto;
  line-height: normal; }

.footer-model-7 .site-footer .social-icons li a span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center; }

.footer-model-7 .site-footer .short-desc a {
  font-size: 12px;
  margin-top: 10px;
  float: left;
  width: 100%; }

.footer-model-7 .site-footer .short-desc a i {
  margin-left: 5px; }

/* Footer Type 8 */
.footer-model-8 .site-footer {
  padding: 80px 0; }
  @media screen and (max-width: 1199px) {
    .footer-model-8 .site-footer {
      padding: 80px 15px; } }

.footer-model-8 .instagram #instafeed a {
  width: 18.7%;
  padding-left: 20px;
  padding-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .footer-model-8 .instagram #instafeed a {
      width: 50%;
      padding: 0 7px 15px; } }
  @media screen and (max-width: 567px) {
    .footer-model-8 .instagram #instafeed a {
      width: 100%;
      padding-left: 0; } }

.footer-model-8 .instagram #instafeed a img {
  display: block; }
  @media screen and (max-width: 1199px) {
    .footer-model-8 .instagram #instafeed a img {
      width: auto;
      height: auto;
      margin: 0; } }

.footer-model-8 .site-footer .grid__item {
  padding-right: 30px; }
  @media screen and (max-width: 567px) {
    .footer-model-8 .site-footer .grid__item {
      padding-right: 0px;
      width: 100%; } }

.footer-model-8 .site-footer .grid__item:last-child {
  padding-right: 0px; }

.footer-model-8 .grid__item.instagram {
  padding: 0px;
  margin-bottom: 30px; }

@media screen and (max-width: 767px) {
  .footer-model-8 .grid__item.instagram .grid__item {
    width: 100%; } }

.footer-model-8 .footer-logo {
  text-align: left; }

.footer-model-8 .footer-logo p {
  padding: 0; }

.footer-model-8 .f_home-blog-image {
  float: left;
  margin-right: 15px; }
  @media screen and (max-width: 1199px) {
    .footer-model-8 .f_home-blog-image {
      margin-right: 10px; } }

@media screen and (max-width: 1199px) {
  .footer-model-8 .blog-date {
    float: none; } }

.footer-model-8 .comments-count {
  float: right;
  margin-top: -5px; }

.footer-model-8 .site-footer .comments-count i {
  margin-right: 2px; }

.footer-model-8 .home-blog .grid__item {
  padding: 0 0 20px;
  margin-bottom: 20px; }

.footer-model-8 .home-blog h5, .footer-model-8 .home-blog .h5 {
  text-transform: inherit;
  font-size: 14px; }

.footer-model-8 .footer_contact_info h6, .footer-model-8 .footer_contact_info .h6 {
  float: left;
  margin-right: 7px; }

.footer-model-8 .site-footer .address p {
  display: block; }

.footer-model-8 .footer_contact_info h6 span, .footer-model-8 .footer_contact_info .h6 span {
  margin-top: 2px; }

.footer-model-8 .footer_contact_info ul li {
  float: left;
  width: 100%; }

.footer-model-8 .footer-logo img {
  margin: 0 0 15px; }

.footer-model-8 .site-footer h4:before, .footer-model-8 .site-footer .h4:before {
  content: "";
  float: left;
  width: 30px;
  height: 4px;
  position: absolute;
  bottom: 0; }

.footer-model-8 .site-footer h4, .footer-model-8 .site-footer .h4 {
  position: relative;
  padding: 0 0 15px;
  margin: 0 0 30px; }

.footer-model-8 .footer_social_icons li {
  width: 100%;
  margin: 0; }
  @media screen and (max-width: 767px) {
    .footer-model-8 .footer_social_icons li {
      width: 100%;
      float: left;
      padding: 0; } }
  @media screen and (max-width: 567px) {
    .footer-model-8 .footer_social_icons li {
      width: 100%; } }

.footer-model-8 .site-footer .social-icons li a {
  width: 100%;
  margin: 0; }

.footer-model-8 .site-footer .social-icons {
  width: 100%; }

.footer-model-8 .site-footer .social-icons li:last-child a {
  margin-bottom: 0; }

.footer-model-8 .site-footer .social-icons li a {
  margin-bottom: 10px;
  font-size: 14px;
  text-transform: uppercase;
  float: left;
  height: 50px;
  line-height: 50px; }

.footer-model-8 .site-footer .social-icons li a span {
  font-size: 14px;
  float: none;
  border: none;
  display: inline-block;
  width: 100%;
  text-align: center; }

.footer-model-8 .site-footer .footer_social_icons {
  margin-top: 30px; }

.footer-model-8 .footer-icons .payment-icons li a img {
  width: auto;
  height: auto; }

.footer-model-8 .footer_contact_info, .footer-model-8 .footer_payment_icons {
  float: left;
  width: 100%;
  margin-bottom: 20px; }

.footer-model-8 .site-footer .social-icons i {
  display: none; }

.footer-model-8 .footer-bottom {
  float: left;
  width: 100%;
  padding: 30px 0; }
  @media screen and (max-width: 1199px) {
    .footer-model-8 .footer-bottom {
      padding: 20px; } }

.footer-model-8 .footer-bottom__menu {
  float: right; }
  @media screen and (max-width: 767px) {
    .footer-model-8 .footer-bottom__menu {
      float: none;
      display: inline-block;
      width: 100%;
      text-align: center; } }

.footer-model-8 .footer-bottom__menu ul li {
  float: left; }
  @media screen and (max-width: 767px) {
    .footer-model-8 .footer-bottom__menu ul li {
      float: none;
      display: inline-block; } }

.footer-model-8 .footer-bottom__menu ul li:first-child {
  list-style: none; }

.footer-model-8 .footer-bottom__menu ul {
  list-style: none;
  padding: 0; }

.footer-model-8 .footer-bottom__menu ul li a:before {
  float: left;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  margin: 10px 0; }

.footer-model-8 .footer-bottom__menu ul li:last-child a:before {
  content: none;
  width: 0;
  height: 0; }

.footer-model-8 .footer-bottom__menu ul li a {
  float: left;
  padding-right: 20px;
  margin-right: 15px;
  position: relative; }

.footer-model-8 .footer-bottom__menu ul li:last-child a {
  padding-right: 0px;
  margin-right: 0px; }

.footer-model-8 .payment-icons a {
  font-size: 24px;
  line-height: normal; }

.footer-model-8 .instagram .border-title h2, .footer-model-8 .instagram .border-title .h2 {
  margin-bottom: 30px; }

/* Footer Type 9 */
.footer-model-9 .footer_newsletter {
  display: inline-block;
  width: 50%;
  text-align: center;
  margin: auto;
  padding: 0 30px;
  vertical-align: middle; }
  @media screen and (max-width: 767px) {
    .footer-model-9 .footer_newsletter {
      width: 100%;
      text-align: center;
      margin-bottom: 20px; } }
  @media screen and (max-width: 567px) {
    .footer-model-9 .footer_newsletter {
      padding: 0; } }

.footer-model-9 .footer_newsletter h4, .footer-model-9 .footer_newsletter .h4 {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 0;
  vertical-align: middle; }

.footer-model-9 .input-group .btn, .footer-model-9 .input-group .btn--secondary, .footer-model-9 .input-group .btn--tertiary, .footer-model-9 .input-group input[type="submit"] {
  padding: 0 14px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  margin: 5px; }

.footer-model-9 .input-group input {
  background: transparent;
  border: none; }

.footer-model-9 .input-group {
  float: left;
  width: 100%;
  border-radius: 30px; }

.footer-model-9 .site-footer .grid-uniform .grid__item form {
  border: none;
  float: none;
  display: inline-block;
  padding: 0;
  vertical-align: middle; }

.footer-model-9 .site-footer .grid-uniform .grid__item {
  border: none; }
  @media screen and (max-width: 767px) {
    .footer-model-9 .site-footer .grid-uniform .grid__item {
      padding-bottom: 30px; } }

.footer-model-9 .site-footer .social-icons li a span {
  border: none;
  width: auto;
  height: auto;
  line-height: normal;
  margin-right: 15px;
  margin-top: 15px; }

.footer-model-9 .footer_social_links {
  display: inline-block; }
  @media screen and (max-width: 767px) {
    .footer-model-9 .footer_social_links {
      width: 100%; } }

.footer-model-9 .site-footer .social-icons {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: left; }

.footer-model-9 .site-footer {
  padding: 60px 0px; }
  @media screen and (max-width: 1199px) {
    .footer-model-9 .site-footer {
      padding: 60px 20px 60px; } }

.footer-model-9 .footer-bottom {
  float: left;
  width: 100%;
  margin: 0px 0 0; }

.footer-model-9 .footer-bottom__menu {
  float: left; }
  @media screen and (max-width: 992px) {
    .footer-model-9 .footer-bottom__menu {
      width: 100%;
      margin-bottom: 20px; } }
  @media screen and (max-width: 767px) {
    .footer-model-9 .footer-bottom__menu {
      margin-bottom: 20px; } }

.footer-model-9 .site-footer .address p {
  width: 100%; }

.footer-model-9 .site-footer .footer-bottom .footer-bottom__menu.grid__item {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 15px;
  border-radius: 0px; }

.footer-model-9 .footer-bottom .footer-bottom__menu ul {
  list-style: none;
  padding: 0; }

.footer-model-9 .copyright {
  float: left;
  width: 100%;
  padding: 20px 0; }
  @media screen and (max-width: 1199px) {
    .footer-model-9 .copyright {
      padding: 30px 10px; } }
  @media screen and (max-width: 992px) {
    .footer-model-9 .copyright {
      text-align: center; } }

.footer-model-9 .footer-bottom .footer-bottom__menu ul li {
  display: inline-block; }

.footer-model-9 .copyright_left {
  float: right;
  margin: 0;
  padding: 0; }
  @media screen and (max-width: 992px) {
    .footer-model-9 .copyright_left {
      width: 100%;
      margin-bottom: 10px; } }

.footer-model-9 .footer-bottom .footer-bottom__menu ul li:last-child a {
  border-right: none !important; }

.footer-model-9 .footer-bottom .footer-bottom__menu ul li a {
  padding: 0 10px;
  display: inline-block;
  line-height: normal; }
  @media screen and (max-width: 1199px) {
    .footer-model-9 .footer-bottom .footer-bottom__menu ul li a {
      padding: 0 7px; } }

.footer-model-9 .site-footer input {
  height: 45px;
  line-height: 45px; }

@media screen and (max-width: 992px) {
  .footer-model-9 .site-footer input[type="email"] {
    width: 80%; } }

.footer-model-9 .footer-logo {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  vertical-align: middle;
  text-align: left; }
  @media screen and (max-width: 767px) {
    .footer-model-9 .footer-logo {
      width: 100%;
      text-align: left;
      margin-bottom: 20px; } }

.footer-model-9 .site-footer .grid__item {
  padding-right: 40px; }
  @media screen and (max-width: 992px) {
    .footer-model-9 .site-footer .grid__item {
      padding-right: 10px; } }

.footer-model-9 .site-footer .grid__item:last-child {
  padding-right: 0; }

.footer-model-9 .footer-icons .payment-icons li a img {
  width: 30px;
  height: auto; }

.footer-model-9 .payment_section {
  float: left;
  width: 100%;
  margin-top: 20px; }

.footer-model-9 h5, .footer-model-9 .h5 {
  margin-bottom: 10px; }

.footer-model-9 .site-footer p {
  margin-bottom: 20px; }

@media screen and (max-width: 767px) {
  .footer-model-9 .footer-icons .payment-icons {
    text-align: left; } }

@media screen and (max-width: 1199px) {
  .footer-model-9 .inline-list li {
    margin-bottom: 5px; } }

/* Footer Type 10 */
.footer-model-10 .footer-links-column {
  float: left;
  width: 100%; }
  @media screen and (max-width: 1199px) {
    .footer-model-10 .footer-links-column {
      padding: 0px; } }

.footer-model-10 {
  float: left;
  width: 100%; }

.footer-model-10 .site-footer .grid__item:last-child {
  padding-right: 0; }

.footer-model-10 .site-footer .grid__item.footer-contact {
  padding-left: 60px;
  padding-bottom: 60px;
  float: right; }
  @media screen and (max-width: 1199px) {
    .footer-model-10 .site-footer .grid__item.footer-contact {
      padding-left: 12px; } }
  @media screen and (max-width: 992px) {
    .footer-model-10 .site-footer .grid__item.footer-contact {
      padding-bottom: 0; } }

.footer-model-10 .site-footer .grid__item.footer-links-column {
  padding: 0 80px 0px;
  margin: 0; }
  @media screen and (max-width: 1199px) {
    .footer-model-10 .site-footer .grid__item.footer-links-column {
      padding: 0 40px 60px; } }
  @media screen and (max-width: 992px) {
    .footer-model-10 .site-footer .grid__item.footer-links-column {
      padding: 0 20px 60px;
      width: 100%;
      border: none !important; } }
  @media screen and (max-width: 992px) {
    .footer-model-10 .site-footer .grid__item.footer-links-column {
      padding: 0 20px 0px; } }

.footer-model-10 .site-footer .grid__item {
  border: none; }
  @media screen and (max-width: 1199px) {
    .footer-model-10 .site-footer .grid__item {
      padding: 50px 0px 0 0; } }
  @media screen and (max-width: 992px) {
    .footer-model-10 .site-footer .grid__item {
      margin: 0; } }

.footer-model-10 .site-footer .grid__item.footer__about {
  padding-bottom: 60px;
  padding-left: 60px; }
  @media screen and (max-width: 1199px) {
    .footer-model-10 .site-footer .grid__item.footer__about {
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (max-width: 992px) {
    .footer-model-10 .site-footer .grid__item.footer__about {
      padding-left: 20px;
      padding-bottom: 0; } }

.footer-model-10 .site-footer {
  width: 100%;
  background: none; }
  @media screen and (max-width: 992px) {
    .footer-model-10 .site-footer {
      padding-left: 0px;
      padding-right: 0px; } }
  @media screen and (max-width: 567px) {
    .footer-model-10 .site-footer {
      padding-bottom: 0px; } }

.footer-model-10 .site-footer h4, .footer-model-10 .site-footer .h4 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: normal;
  margin-bottom: 15px;
  font-family: 'Barlow', sans-serif;
  margin-top: 10px; }

@media screen and (max-width: 767px) {
  .footer-model-10 .copyright {
    text-align: center;
    width: 100%; } }
@media screen and (max-width: 567px) {
  .footer-model-10 .copyright {
    float: none !important; } }

.footer-model-10 .footer__about {
  padding-right: 60px; }
  @media screen and (max-width: 1199px) {
    .footer-model-10 .footer__about {
      padding-right: 10px; } }

.footer-model-10 .footer-icons h4, .footer-model-10 .footer-icons .h4 {
  float: left;
  width: auto;
  margin-right: 30px;
  margin-top: 12px; }

.footer-model-10 .site-footer address {
  font-style: normal;
  float: left;
  width: 100%;
  margin-bottom: 10px; }

.footer-model-10 .contact-phone, .footer-model-10 .office-hours, .footer-model-10 .office-mail {
  float: left;
  width: 100%;
  margin-bottom: 10px; }

.footer-model-10 .grid-uniform .grid__item.footer-icons {
  margin-top: 40px;
  float: left;
  width: 100%;
  padding: 0; }

.footer-model-10 .site-footer .social-icons li a {
  border: none;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px; }

.footer-model-10 .site-footer .social-icons li a:hover {
  background: none; }

.footer-model-10 .footer-icons .payment-icons {
  margin-top: 0px; }
  @media screen and (max-width: 767px) {
    .footer-model-10 .footer-icons .payment-icons {
      text-align: left;
      margin-top: 0px; } }

/* .footer-model-10 .footer-icons .payment-icons li { margin:0; } */
.footer-model-10 .footer-icons .payment-icons li a {
  font-size: 28px;
  margin-right: 5px; }
  @media screen and (max-width: 1199px) {
    .footer-model-10 .footer-icons .payment-icons li a {
      font-size: 22px; } }

.footer-model-10 .site-footer p {
  margin-bottom: 25px; }

@media screen and (max-width: 992px) {
  .footer-model-10 .grid__item.footer-icons {
    padding: 15px 0 50px; } }
@media screen and (max-width: 567px) {
  .footer-model-10 .grid__item.footer-icons {
    padding: 15px 0 0; } }

.footer-model-10 .menu.right li {
  display: inline-block;
  margin-right: 20px; }
  @media screen and (max-width: 992px) {
    .footer-model-10 .menu.right li {
      margin-right: 10px; } }
  @media screen and (max-width: 567px) {
    .footer-model-10 .menu.right li {
      float: none;
      display: inline-block; } }

.footer-model-10 .menu.right li:last-child {
  margin-right: 0; }

.footer-model-10 .menu.right {
  padding: 0;
  float: none !important;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 30px; }

.footer-model-10 .site-footer .social-icons li a span {
  border: none;
  width: 40px;
  height: 40px;
  line-height: 40px; }

.footer-model-10 .footer-logo {
  padding-top: 50px; }

/* .footer-model-10 .copyright-section { margin-top:40px; } */
.footer-model-10 .payment_section {
  margin-top: 20px; }

span.spr-badge-caption {
  display: none; }

/* Footer Type 11 */
.footer-model-11 .footer_newsletter {
  display: inline-block;
  width: 50%;
  text-align: center;
  margin: auto;
  padding: 0 30px;
  vertical-align: middle; }
  @media screen and (max-width: 767px) {
    .footer-model-11 .footer_newsletter {
      width: 100%;
      text-align: center;
      margin-bottom: 20px; } }
  @media screen and (max-width: 567px) {
    .footer-model-11 .footer_newsletter {
      padding: 0; } }

.footer-model-11 .footer_newsletter h4, .footer-model-11 .footer_newsletter .h4 {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 0;
  vertical-align: middle; }

.footer-model-11 .input-group .btn, .footer-model-11 .input-group .btn--secondary, .footer-model-11 .input-group .btn--tertiary, .footer-model-11 .input-group input[type="submit"] {
  padding: 0 14px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  margin: 5px; }

.footer-model-11 .input-group input {
  background: transparent;
  border: none; }

.footer-model-11 .input-group {
  float: left;
  width: 100%;
  border-radius: 30px; }

.footer-model-11 .site-footer .grid-uniform .grid__item form {
  border: none;
  float: none;
  display: inline-block;
  padding: 0;
  vertical-align: middle; }

.footer-model-11 .site-footer .grid-uniform .grid__item {
  border: none; }
  @media screen and (max-width: 767px) {
    .footer-model-11 .site-footer .grid-uniform .grid__item {
      padding-bottom: 30px; } }

.footer-model-11 .site-footer .social-icons li a span {
  border: none; }

.footer-model-11 .footer_social_links {
  display: inline-block;
  width: 100%; }

.footer-model-11 .site-footer .social-icons li {
  margin-right: 15px; }

.footer-model-11 .site-footer .social-icons {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin-top: 15px; }

.footer-model-11 .site-footer {
  padding: 80px 0 80px;
  border-bottom: 1px solid #e4e4e4; }
  @media screen and (max-width: 1199px) {
    .footer-model-11 .site-footer {
      padding: 40px 20px 40px; } }

.footer-model-11 .footer-newsletter-section {
  float: left;
  width: 100%;
  padding: 20px 0;
  margin-bottom: 40px; }

.footer-model-11 .footer-bottom {
  float: left;
  width: 100%; }

.footer-model-11 .site-footer .address p {
  width: 100%; }

.footer-model-11 .site-footer .footer-bottom .footer-bottom__menu.grid__item {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 15px;
  border-radius: 0px; }

.footer-model-11 .footer-bottom .footer-bottom__menu ul {
  list-style: none;
  padding: 0; }

.footer-model-11 .copyright {
  width: 100%;
  padding: 20px 0; }
  @media screen and (max-width: 1199px) {
    .footer-model-11 .copyright {
      padding: 30px 15px; } }

.footer-model-11 .footer-bottom .footer-bottom__menu ul li {
  display: inline-block; }

.footer-model-11 .copyright_left {
  float: left;
  margin: 0;
  padding: 6px 0 0; }
  @media screen and (max-width: 767px) {
    .footer-model-11 .copyright_left {
      width: 100%;
      margin-bottom: 10px; } }

.footer-model-11 .footer-bottom .footer-bottom__menu ul li:last-child a {
  border-right: none !important; }

.footer-model-11 .footer-bottom .footer-bottom__menu ul li a {
  padding: 0 10px;
  display: inline-block;
  line-height: normal; }

.footer-model-11 .site-footer input {
  height: 45px;
  line-height: 45px; }

@media screen and (max-width: 992px) {
  .footer-model-11 .site-footer input[type="email"] {
    width: 80%; } }

.footer-model-11 .footer-logo {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  margin: 40px 0 20px; }
  @media screen and (max-width: 767px) {
    .footer-model-11 .footer-logo {
      width: 100%;
      text-align: center;
      margin-bottom: 20px; } }

.footer-model-11 .site-footer .grid__item {
  padding-right: 40px; }

.footer-model-11 .site-footer .grid__item:last-child {
  padding-right: 0; }

.footer-model-11 .footer-icons .payment-icons li a img {
  width: auto;
  height: auto; }

@media screen and (max-width: 767px) {
  .footer-model-11 .payment_section {
    float: none !important;
    width: 100%; } }

/* Footer Type 12 */
.footer-model-12 .footer_newsletter {
  display: inline-block;
  width: 50%;
  padding: 0px;
  vertical-align: middle; }
  @media screen and (max-width: 767px) {
    .footer-model-12 .footer_newsletter {
      width: 100%;
      text-align: center;
      margin-bottom: 20px; } }
  @media screen and (max-width: 567px) {
    .footer-model-12 .footer_newsletter {
      padding: 0; } }

.footer-model-12 .footer_newsletter h4, .footer-model-12 .footer_newsletter .h4 {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 0;
  vertical-align: middle; }

.footer-model-12 .footer_newsletter form .btn, .footer-model-12 .footer_newsletter form .btn--secondary, .footer-model-12 .footer_newsletter form .btn--tertiary, .footer-model-12 .footer_newsletter form input[type="submit"] {
  padding: 0 14px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  float: left; }
  @media screen and (max-width: 767px) {
    .footer-model-12 .footer_newsletter form .btn, .footer-model-12 .footer_newsletter form .btn--secondary, .footer-model-12 .footer_newsletter form .btn--tertiary, .footer-model-12 .footer_newsletter form input[type="submit"] {
      float: none;
      display: inline-block; } }

.footer-model-12 .footer_newsletter input {
  background: transparent;
  border: none; }
  @media screen and (max-width: 767px) {
    .footer-model-12 .footer_newsletter input {
      float: none;
      display: inline-block; } }

.footer-model-12 .input-group {
  float: left;
  width: 100%; }

.footer-model-12 .site-footer .grid-uniform .grid__item form {
  border: none;
  float: none;
  display: inline-block;
  padding: 0;
  vertical-align: middle; }

.footer-model-12 .site-footer .grid-uniform .grid__item {
  border: none; }
  @media screen and (max-width: 767px) {
    .footer-model-12 .site-footer .grid-uniform .grid__item {
      padding-bottom: 30px; } }

.footer-model-12 .site-footer .social-icons li a span {
  border: none;
  line-height: 45px;
  margin-left: 15px; }

.footer-model-12 .footer_social_links {
  float: right; }
  @media screen and (max-width: 767px) {
    .footer-model-12 .footer_social_links {
      width: 100%; } }

.footer-model-12 .site-footer .social-icons {
  display: inline-block;
  width: 100%;
  vertical-align: middle; }

.footer-model-12 .site-footer {
  padding: 0 0 0px; }
  @media screen and (max-width: 1199px) {
    .footer-model-12 .site-footer {
      padding: 0 20px 0px; } }

.footer-model-12 .footer-newsletter-section {
  float: left;
  width: 100%;
  padding: 30px 0;
  margin-bottom: 40px; }

.footer-model-12 .site-footer .grid-uniform .footer-newsletter-section .grid__item {
  padding: 0; }

.footer-model-12 .footer-bottom {
  float: left;
  width: 100%;
  margin: 40px 0 0; }

.footer-model-12 .site-footer .address p {
  width: 100%; }

.footer-model-12 .site-footer .footer-bottom .footer-bottom__menu.grid__item {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 15px;
  border-radius: 0px;
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4; }

.footer-model-12 .footer-bottom .footer-bottom__menu ul {
  list-style: none;
  padding: 26px 0 18px; }

.footer-model-12 .copyright {
  width: 100%;
  padding: 30px 0; }
  @media screen and (max-width: 1199px) {
    .footer-model-12 .copyright {
      padding: 30px 15px; } }

.footer-model-12 .footer-bottom .footer-bottom__menu ul li {
  display: inline-block; }

.footer-model-12 .copyright_middle {
  text-align: center;
  margin: 0;
  padding: 6px 0 0; }
  @media screen and (max-width: 767px) {
    .footer-model-12 .copyright_middle {
      width: 100%;
      margin-bottom: 10px; } }

.footer-model-12 .footer-bottom .footer-bottom__menu ul li:last-child a {
  border-right: none !important; }

.footer-model-12 .footer-bottom .footer-bottom__menu ul li a {
  padding: 0px;
  display: inline-block;
  width: 45px;
  line-height: normal; }

.footer-model-12 .site-footer input {
  height: 45px;
  line-height: 45px; }

@media screen and (max-width: 992px) {
  .footer-model-12 .site-footer input[type="email"] {
    width: 80%; } }

.footer-model-12 .footer-logo {
  display: inline-block;
  width: 24%;
  vertical-align: middle;
  text-align: left; }
  @media screen and (max-width: 767px) {
    .footer-model-12 .footer-logo {
      width: 100%;
      text-align: center;
      margin-bottom: 20px; } }

.footer-model-12 .site-footer .grid__item {
  padding-right: 40px; }

.footer-model-12 .site-footer .grid__item:last-child {
  padding-right: 0; }

.footer-model-12 .footer-icons .payment-icons li a img {
  width: auto;
  height: auto; }

.footer-model-12 .payment_section {
  display: inline-block; }
  @media screen and (max-width: 767px) {
    .footer-model-12 .payment_section {
      float: none !important;
      width: 100%; } }

/* Footer Type 13 */
.footer-model-13 .footer_newsletter {
  display: inline-block;
  width: 50%;
  padding: 0px;
  vertical-align: middle; }
  @media screen and (max-width: 767px) {
    .footer-model-13 .footer_newsletter {
      width: 100%;
      text-align: center;
      margin-bottom: 20px; } }
  @media screen and (max-width: 567px) {
    .footer-model-13 .footer_newsletter {
      padding: 0; } }

.footer-model-13 .footer_newsletter h4, .footer-model-13 .footer_newsletter .h4 {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 0;
  vertical-align: middle; }

.footer-model-13 .input-group .btn, .footer-model-13 .input-group .btn--secondary, .footer-model-13 .input-group .btn--tertiary, .footer-model-13 .input-group input[type="submit"] {
  padding: 12px 24px;
  width: auto;
  height: auto; }

.footer-model-13 .input-group input {
  background: transparent;
  margin-bottom: 30px;
  border-radius: 0; }

.footer-model-13 .input-group {
  float: left;
  width: 100%; }

.footer-model-13 .site-footer .grid-uniform .grid__item form {
  border: none;
  float: none;
  display: inline-block;
  padding: 0;
  vertical-align: middle; }

.footer-model-13 .site-footer .grid-uniform .grid__item {
  border: none; }
  @media screen and (max-width: 767px) {
    .footer-model-13 .site-footer .grid-uniform .grid__item {
      padding-bottom: 30px; } }

.footer-model-13 .site-footer .social-icons li a span {
  border: none; }

.footer-model-13 .site-footer .social-icons {
  display: inline-block;
  width: 100%;
  vertical-align: middle; }

.footer-model-13 .site-footer {
  padding: 40px 0px 0; }
  @media screen and (max-width: 1199px) {
    .footer-model-13 .site-footer {
      padding: 40px 20px 0px; } }

.footer-model-13 .footer-newsletter-section {
  float: left;
  width: 100%;
  padding: 30px 0;
  margin-bottom: 40px; }

.footer-model-13 .footer-bottom {
  float: left;
  width: 100%;
  margin: 40px 0 0; }

.footer-model-13 .site-footer .address p {
  width: 100%; }

.footer-model-13 .site-footer .footer-bottom .footer-bottom__menu.grid__item {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 15px;
  border-radius: 0px;
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4; }

.footer-model-13 .footer-bottom .footer-bottom__menu ul {
  list-style: none;
  padding: 26px 0 18px; }

.footer-model-13 .copyright {
  width: 100%;
  padding: 30px 0; }
  @media screen and (max-width: 1199px) {
    .footer-model-13 .copyright {
      padding: 30px 15px; } }

.footer-model-13 .footer-bottom .footer-bottom__menu ul li {
  display: inline-block; }

.footer-model-13 .copyright_middle {
  text-align: center;
  margin: 0;
  padding: 6px 0 0; }
  @media screen and (max-width: 767px) {
    .footer-model-13 .copyright_middle {
      width: 100%;
      margin-bottom: 10px; } }

.footer-model-13 .footer-bottom .footer-bottom__menu ul li:last-child a {
  border-right: none !important; }

.footer-model-13 .footer-bottom .footer-bottom__menu ul li a {
  padding: 0px;
  display: inline-block;
  line-height: normal; }

.footer-model-13 .site-footer input {
  height: 45px;
  line-height: 45px; }

@media screen and (max-width: 992px) {
  .footer-model-13 .site-footer input[type="email"] {
    width: 80%; } }

.footer-model-13 .footer-logo {
  display: inline-block;
  width: 24%;
  vertical-align: middle;
  text-align: left; }
  @media screen and (max-width: 767px) {
    .footer-model-13 .footer-logo {
      width: 100%;
      text-align: center;
      margin-bottom: 20px; } }

.footer-model-13 .site-footer .grid__item {
  padding-right: 40px; }

.footer-model-13 .site-footer .grid__item:last-child {
  padding-right: 0; }

.footer-model-13 .footer-icons .payment-icons li a img {
  width: auto;
  height: auto; }

.footer-model-13 .payment_section {
  display: inline-block; }
  @media screen and (max-width: 767px) {
    .footer-model-13 .payment_section {
      float: none !important;
      width: 100%; } }

.footer-model-13 .footer_social_links {
  margin-top: 20px; }

/* Pop up */
.footer-model-13 .footer-newsletter {
  z-index: 1;
  position: fixed;
  bottom: 0;
  float: left;
  width: 30%;
  padding: 50px 0;
  text-align: center; }
  @media screen and (max-width: 1599px) {
    .footer-model-13 .footer-newsletter {
      width: 50%; } }
  @media screen and (max-width: 767px) {
    .footer-model-13 .footer-newsletter {
      width: 100%; } }

.footer-model-13 {
  float: left;
  width: 100%;
  position: relative; }

.footer-model-13 .close span {
  font-size: 30px; }

.footer-model-13 .close {
  position: absolute;
  top: -15px;
  right: 0px;
  font-size: 30px; }

.footer-model-13 .contact-form {
  display: inline-block;
  width: 80%;
  text-align: center;
  margin: auto;
  float: none;
  padding: 0; }

.footer-model-13 .short-desc p {
  width: 56%; }

/* Footer Type 14 */
.footer-model-14 .footer_newsletter {
  display: inline-block;
  width: 50%;
  padding: 0px;
  vertical-align: middle; }
  @media screen and (max-width: 767px) {
    .footer-model-14 .footer_newsletter {
      width: 100%;
      text-align: center;
      margin-bottom: 20px; } }
  @media screen and (max-width: 567px) {
    .footer-model-14 .footer_newsletter {
      padding: 0; } }

.footer-model-14 .footer_newsletter h4, .footer-model-14 .footer_newsletter .h4 {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 0;
  vertical-align: middle; }

.footer-model-14 .footer-newsletter form .btn, .footer-model-14 .footer-newsletter form .btn--secondary, .footer-model-14 .footer-newsletter form .btn--tertiary, .footer-model-14 .footer-newsletter form input[type="submit"] {
  padding: 12px 24px;
  width: auto;
  height: auto; }

.footer-model-14 .footer-newsletter form input {
  background: transparent;
  margin-bottom: 30px;
  display: inline-blok;
  width: 100%; }

.footer-model-14 .input-group {
  float: left;
  width: 100%; }

.footer-model-14 .site-footer .grid-uniform .grid__item form {
  border: none;
  float: none;
  display: inline-block;
  padding: 0;
  vertical-align: middle; }

.footer-model-14 .site-footer .grid-uniform .grid__item {
  border: none; }
  @media screen and (max-width: 767px) {
    .footer-model-14 .site-footer .grid-uniform .grid__item {
      padding-bottom: 30px; } }

.footer-model-14 .site-footer .social-icons li a span {
  border: none; }

.footer-model-14 .site-footer .social-icons {
  display: inline-block;
  width: 100%;
  vertical-align: middle; }

.footer-model-14 .site-footer {
  padding: 40px 0px; }
  @media screen and (max-width: 1199px) {
    .footer-model-14 .site-footer {
      padding: 40px 20px; } }

.footer-model-14 .footer-newsletter-section {
  float: left;
  width: 100%;
  padding: 30px 0;
  margin-bottom: 40px; }

.footer-model-14 .footer-bottom {
  float: left;
  width: 100%;
  margin: 40px 0 0; }

.footer-model-14 .site-footer .address p {
  width: 100%; }

.footer-model-14 .site-footer .footer-bottom .footer-bottom__menu.grid__item {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 15px;
  border-radius: 0px;
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4; }

.footer-model-14 .footer-bottom .footer-bottom__menu ul {
  list-style: none;
  padding: 26px 0 18px; }

.footer-model-14 .copyright {
  width: 100%;
  padding: 30px 0; }
  @media screen and (max-width: 1199px) {
    .footer-model-14 .copyright {
      padding: 30px 15px; } }

.footer-model-14 .footer-bottom .footer-bottom__menu ul li {
  display: inline-block; }

.footer-model-14 .copyright_middle {
  text-align: center;
  margin: 0;
  padding: 6px 0 0; }
  @media screen and (max-width: 767px) {
    .footer-model-14 .copyright_middle {
      width: 100%;
      margin-bottom: 10px; } }

.footer-model-14 .footer-bottom .footer-bottom__menu ul li:last-child a {
  border-right: none !important; }

.footer-model-14 .footer-bottom .footer-bottom__menu ul li a {
  padding: 0px;
  display: inline-block;
  line-height: normal; }

.footer-model-14 .site-footer input {
  height: 45px;
  line-height: 45px; }

@media screen and (max-width: 992px) {
  .footer-model-14 .site-footer input[type="email"] {
    width: 80%; } }

.footer-model-14 .footer-logo {
  display: inline-block;
  width: 24%;
  vertical-align: middle;
  text-align: left; }
  @media screen and (max-width: 767px) {
    .footer-model-14 .footer-logo {
      width: 100%;
      text-align: center;
      margin-bottom: 20px; } }

.footer-model-14 .site-footer .grid__item {
  padding-right: 40px; }

.footer-model-14 .site-footer .grid__item:last-child {
  padding-right: 0; }

.footer-model-14 .footer-icons .payment-icons li a img {
  width: auto;
  height: auto; }

.footer-model-14 .payment_section {
  display: inline-block; }
  @media screen and (max-width: 767px) {
    .footer-model-14 .payment_section {
      float: none !important;
      width: 100%; } }

.footer-model-14 .footer_social_links {
  margin-top: 20px; }

/* Pop up */
.footer-model-14 .footer-newsletter {
  position: absolute;
  bottom: 0;
  float: left;
  width: 100%;
  padding: 50px 0;
  text-align: center; }

.footer-model-14 {
  float: left;
  width: 100%;
  position: relative; }

.footer-model-14 .close span {
  font-size: 30px; }

.footer-model-14 .close {
  position: absolute;
  top: -6px;
  right: 0px;
  font-size: 30px; }

.footer-model-14 .footer-newsletter form {
  display: inline-block;
  width: 50%;
  text-align: center;
  margin: auto;
  float: none;
  padding-right: 0; }

/* Pop up */
.footer-model-14 .footer-newsletter {
  position: absolute;
  bottom: 0;
  float: left;
  width: 100%;
  padding: 50px 0;
  text-align: center; }

.footer-model-14 {
  float: left;
  width: 100%;
  position: relative; }

.footer-model-14 .close span {
  font-size: 30px; }

.footer-model-14 .close {
  position: absolute;
  top: -6px;
  right: 0px;
  font-size: 30px; }

.footer-model-14 .footer-newsletter form {
  display: inline-block;
  width: 50%;
  text-align: center;
  margin: auto;
  float: none;
  padding-right: 0; }

/* Vertical Product Grid Type-1 Garden */
.vertical-product-grid-type-1 ul {
  list-style: none;
  padding: 0; }

.vertical-product-grid-type-1 ul li {
  padding-right: 20px;
  padding-bottom: 20px; }

.vertical-product-grid-type-1 .product-container {
  float: left;
  width: 30%; }

.vertical-product-grid-type-1 .products {
  margin-bottom: 40px; }

.vertical-product-grid-type-1 .products .product-detail {
  float: left;
  width: 65%;
  margin-left: 5%;
  padding: 30px 0 30px;
  border-radius: 0px 0px; }

.vertical-product-grid-type-1 .border-title {
  text-align: center;
  padding: 0;
  margin: 0 0 5px; }

.vertical-product-grid-type-1 .products .deal-clock {
  display: none; }

.vertical-product-grid-type-1 .product-vendor {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 35px;
  border-bottom: 1px solid #e4e4e4; }

.vertical-product-grid-type-1 .products .product-container {
  box-shadow: 0px 0px 0px 0; }

.vertical-product-grid-type-1 .products .product-container {
  float: left;
  width: 30%; }
  @media screen and (max-width: 767px) {
    .vertical-product-grid-type-1 .products .product-container {
      margin-left: 0; } }

.vertical-product-grid-type-1 .products .product_left {
  width: 100%; }

.vertical-product-grid-type-1 .products .product_left label {
  float: left; }

.vertical-product-grid-type-1.product-vendor {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 35px;
  border-bottom: 1px solid #e4e4e4; }

.vertical-product-grid-type-1 .products .product-detail .product-vendor span {
  float: left;
  width: auto;
  margin-left: 5px; }

.vertical-product-grid-type-1 .products .product-detail .grid-link__meta {
  float: left;
  width: auto; }

.vertical-product-grid-type-1 .products .product-detail form a.add-cart-btn {
  float: left;
  line-height: normal;
  font-size: 20px;
  margin-right: 10px; }

.vertical-product-grid-type-1 .products .product-detail {
  width: 65%;
  margin-left: 5%; }

.vertical-product-grid-type-1 .product-detail .grid-link__meta del {
  margin-top: 0; }

.vertical-product-grid-type-1 .product-detail .grid-link__meta .grid-link__org_price, .vertical-product-grid-type-1 .product-detail .grid-link__title {
  font-size: 16px;
  text-align: left; }

@media screen and (max-width: 767px) {
  .vertical-product-grid-type-1 .products .badge.badge--sale {
    display: none; } }

.vertical-product-grid-type-1 .products:hover .product-detail .grid-link__title, .vertical-product-grid-type-1 .products:hover .spr-badge, .vertical-product-grid-type-1 .products:hover .item-swatch, .vertical-product-grid-type-1 .products:hover .grid-link__meta {
  visibility: visible;
  opacity: 1; }

/*================ Module | Footer ================*/
/* .site-footer a:hover { color:#0084ff; } */
a:hover {
  text-decoration: none !important; }

.site-footer {
  color: black;
  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: 0px 0; } }
  .site-footer form {
    margin-bottom: 0; }
  .site-footer input {
    max-width: 250px;
    margin: 0; }
  .site-footer .text-center input {
    margin-left: auto;
    margin-right: auto;
    border: none; }
  .site-footer p {
    margin-bottom: 10px; }
  .site-footer ul {
    margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .site-footer {
      padding: 0px; } }
    @media screen and (min-width: 768px) and (max-width: 992px) {
      .site-footer {
        padding: 0px 0px 0px; } }
  @media screen and (max-width: 767px) {
    .site-footer .grid__item {
      margin-bottom: 30px; }
      .site-footer .grid__item:last-child {
        margin-bottom: 0; } }

.site-footer input::-webkit-input-placeholder {
  color: #000000; }

.site-footer input:-moz-placeholder {
  color: #000000; }

.site-footer input::-moz-placeholder {
  color: #000000; }

.site-footer input:-ms-input-placeholder {
  color: #000000; }

.site-footer input {
  color: #000000; }

input::-webkit-input-placeholder {
  color: #333333; }

input:-moz-placeholder {
  color: #333333; }

input::-moz-placeholder {
  color: #333333; }

input:-ms-input-placeholder {
  color: #333333; }

input {
  color: #333333; }

textarea::-webkit-input-placeholder {
  color: #333333; }

textarea:-moz-placeholder {
  color: #333333; }

textarea::-moz-placeholder {
  color: #333333; }

textarea:-ms-input-placeholder {
  color: #333333; }

textarea {
  color: #333333; }

/*================ Module | Notes and Form Feedback ================*/
.note,
.errors {
  display: inline-block;
  width: 100%;
  border-radius: 2px;
  padding: 6px 12px;
  margin-bottom: 15px;
  border: 1px solid transparent;
  font-size: 0.9em;
  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 {
  list-style: disc outside;
  margin-left: 20px; }

.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 {
  display: inline-block;
  width: 100%;
  padding-left: 0;
  margin-top: 30px;
  border-radius: 2px; }
  @media screen and (max-width: 567px) {
    .pagination-custom {
      margin-top: 40px; } }

.pagination-custom > li {
  display: inline-block; }

.pagination-custom > li > a,
.pagination-custom > li > span {
  position: relative;
  float: left;
  padding: 8px 13px;
  margin-left: -1px;
  line-height: 1.42;
  text-decoration: none;
  background: #000;
  color: #fff;
  margin-right: 2px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px; }
  .pagination-custom > li > a:hover,
  .pagination-custom > li > span:hover {
    background: #0084ff; }

.pagination-custom > li:first-child > a,
.pagination-custom > li:first-child > span {
  margin-left: 0; }

.pagination-custom > .active > a,
.pagination-custom > .active > span,
.pagination-custom > .active > a:hover,
.pagination-custom > .active > span:hover,
.pagination-custom > .active > a:focus,
.pagination-custom > .active > span:focus {
  z-index: 2;
  cursor: default;
  color: #fff;
  background: #0084ff; }

.pagination-custom > .disabled > span,
.pagination-custom > .disabled > a,
.pagination-custom > .disabled > a:hover,
.pagination-custom > .disabled > a:focus {
  color: #fff;
  cursor: not-allowed; }

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

.pagination-custom > li a.enable-arrow {
  background: #0084ff; }

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

/*================ Module | Rich Text Editor ================*/
.rte h1, .rte .h1, .rte h2, .rte .h2, .rte h3, .rte .h3, .rte h4, .rte .h4, .rte h5, .rte .h5, .rte h6, .rte .h6 {
  margin-top: 2em; }
  .rte h1:first-child, .rte .h1:first-child, .rte h2:first-child, .rte .h2:first-child, .rte h3:first-child, .rte .h3:first-child, .rte h4:first-child, .rte .h4:first-child, .rte h5:first-child, .rte .h5:first-child, .rte h6:first-child, .rte .h6:first-child {
    margin-top: 0; }
.rte > 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 {
  text-align: left;
  margin-bottom: 15px; }

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

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

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

.collection-list .section-header--large {
  margin-bottom: 0; }

.template-list-collections .header-type-10 .site-header {
  margin-bottom: 15px; }

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

#RecoverPasswordForm .section-header__title {
  color: #555555;
  text-align: center;
  text-transform: capitalize;
  padding-top: 20px;
  font-family: 'Barlow', sans-serif; }

.related-products-container .section-header__title {
  color: #555555; }

span.large-font-text {
  font-size: 200px;
  font-weight: bold;
  float: left;
  width: 100%;
  margin: 0 0 30px;
  line-height: normal;
  color: #333333; }
  @media screen and (max-width: 992px) {
    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; } }

@media screen and (max-width: 1199px) {
  .site-footer h4:after, .site-footer .h4:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: 0; } }
@media screen and (max-width: 767px) {
  .site-footer h4:after, .site-footer .h4:after {
    position: initial;
    margin: 0 5px -3px; } }

.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%;
    text-align: left; }

  .section-header__title--left {
    display: table-cell;
    vertical-align: middle; }
    .section-header__title--left h1, .section-header__title--left .h1, .section-header__title--left h2, .section-header__title--left .h2, .section-header__title--left h3, .section-header__title--left .h3, .section-header__title--left h4, .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: #333333; }
@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: 52px; }
  @media screen and (max-width: 1199px) {
    .site-header__menubar {
      padding: 0 10px 0 10px; } }
  @media screen and (max-width: 992px) {
    .site-header__menubar {
      padding: 0 5px 0 5px; } }
  @media screen and (max-width: 767px) {
    .site-header__menubar {
      height: auto;
      padding: 0 7px; } }

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

.site-header__logo {
  text-align: left;
  margin: 7px auto 7px 0px;
  max-width: 100%;
  font-size: 30px; }
  @media screen and (max-width: 992px) {
    .site-header__logo {
      font-size: 22px;
      text-align: center; } }
  @media screen and (max-width: 767px) {
    .site-header__logo {
      margin-bottom: 20px; } }
  .site-header__logo a {
    max-width: 250px;
    margin: 0 auto; }
  .site-header__logo a,
  .site-header__logo a:hover,
  .site-header__logo a:focus {
    text-decoration: none; }
  .site-header__logo img {
    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; } }

/*================= If logo is above navigation ================== */
/*================ 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;
  top: -1px;
  padding: 0 5px;
  font-size: 0.7em; }

.blog-date {
  margin-top: -0.5em;
  font-size: 13px; }

aside h4 ~ h4, aside .h4 ~ h4, aside h4 ~ .h4, 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-bottom: 0; }

/*================ Templates | Cart Page ================*/
.cart__row {
  position: relative;
  padding: 20px;
  float: left;
  width: 100%;
  background: #ffffff; }
  .cart__row + .cart__row {
    border-bottom: 1px solid #e4e4e4; }
  .cart__row:last-child {
    margin-bottom: 0;
    border-bottom: none; }
  .cart__row:last-child {
    padding-bottom: 0;
    border-top: 0 none; }
    @media screen and (max-width: 767px) {
      .cart__row:last-child {
        padding-bottom: 15px; } }
    @media screen and (max-width: 567px) {
      .cart__row:last-child {
        padding-bottom: 10px; } }
  .cart__row .js-qty {
    margin: 0; }

.wishlist-box tr {
  background: #ffffff;
  border-top: 1px solid #e4e4e4; }

.wishlist-box tr:last-child {
  border-top: 1px solid #e4e4e4; }

@media screen and (min-width: 768px) {
  .cart__row--table-large {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .cart__row--table-large .grid__item {
      display: table-cell;
      vertical-align: middle;
      float: none;
      text-align: center; } }
.cart__image {
  display: block;
  margin-right: 15px; }
  @media screen and (max-width: 767px) {
    .cart__image {
      margin-right: 0; } }
  .cart__image img {
    display: block; }
    @media screen and (max-width: 767px) {
      .cart__image img {
        margin: auto;
        width: 100%; } }

.cart__subtotal,
.cart-additional-savings__price {
  margin: 0 0 0 10px;
  display: inline; }

.cart__mini-labels {
  display: block;
  font-size: em(12px); }
  @media screen and (min-width: 768px) {
    .cart__mini-labels {
      display: none; } }

input.cart__quantity-selector {
  width: 100px;
  margin: 0 auto; }

.cart__remove {
  display: block; }

.cart__note-add.is-hidden {
  display: none; }

.cart__note {
  display: none; }
  .cart__note.is-active {
    display: block; }

.cart-item__discount,
.cart-additional-savings__savings,
.cart-subtotal__savings {
  display: block; }

.cart .btn, .cart .btn--secondary, .cart .btn--tertiary, .cart input[type="submit"] {
  margin-bottom: 4px; }
  @media screen and (max-width: 567px) {
    .cart .btn, .cart .btn--secondary, .cart .btn--tertiary, .cart input[type="submit"] {
      padding: 10px;
      font-size: 14px;
      width: 100%; } }

.cart__additional_checkout {
  margin: 15px 0 0; }
  .cart__additional_checkout input {
    padding: 0; }
  .cart__additional_checkout .google-wallet-button-holder {
    display: inline-block;
    vertical-align: 10px; }

td.product-name a.wishlist-item-link {
  font-size: 16px;
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  text-transform: capitalize; }

td.product-remove a.remove_from_wishlist {
  font-size: 26px;
  font-weight: bold; }

/*================ Templates | Product Page ================*/
.product-single__variants {
  display: none; }
  .no-js .product-single__variants {
    display: block; }

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

#ProductPhotoImg {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.image-zoom {
  cursor: move; }

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

.product-single__price {
  color: #222222;
  font-size: 19.6px; }

.product-single__sale-price {
  opacity: 0.7;
  margin-left: 6px;
  font-size: 17.78px; }

.change-view.grid-view {
  background-color: #ebebeb;
  margin-right: 12px;
  color: #c2c2c2; }
  @media screen and (max-width: 992px) {
    .change-view.grid-view {
      margin-right: 5px; } }

.change-view {
  display: block;
  background: none;
  border: 0 none;
  float: left;
  padding: 7px 8px;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  color: #e4e4e4;
  line-height: 1; }
  @media screen and (max-width: 992px) {
    .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: #fdd922; }

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

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

.slide_content h2, .slide_content .h2 {
  color: #e89c2e;
  font-size: 80px;
  text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    .slide_content h2, .slide_content .h2 {
      font-size: 35px; } }

.slide_content p {
  font-size: 18px;
  color: #de2e2e; }
  @media screen and (max-width: 767px) {
    .slide_content p {
      font-size: 14px; } }

.slide_content a.btn, .slide_content a.btn--secondary, .slide_content a.btn--tertiary {
  background: #22d0bf;
  border: none;
  color: #d23333; }

.slide_content a.btn:hover, .slide_content a.btn--secondary:hover, .slide_content a.btn--tertiary:hover {
  background: #dc942d;
  border: none;
  color: #ffffff; }

/* .badge { float:left;position:absolute;color: #000000;margin:0px;text-transform: uppercase;text-align: center;font-size: em(12px);line-height: 1.1;z-index: 1;} */
.badge {
  font-size: 10px;
  font-weight: 500;
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-transform: uppercase;
  top: 2.5%;
  z-index: 100;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  right: 10px;
  text-align: center;
  letter-spacing: 1px;
  color: #000000; }

.badge--sold-out {
  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;
  margin-top: 0;
  margin-left: 0;
  z-index: 2; }

.badge--sold-out .badge__text {
  padding: 0;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  line-height: 100px;
  background-color: #db0022;
  color: #ffffff; }
  @media screen and (max-width: 1199px) {
    .badge--sold-out .badge__text {
      width: 70px;
      height: 100px;
      border-radius: 100%;
      line-height: 100px; } }

.badge__text {
  position: relative;
  z-index: 100;
  bottom: 4px; }
  @media screen and (max-width: 1199px) {
    .badge__text {
      font-size: 12px;
      letter-spacing: 1px; } }
  @media screen and (max-width: 992px) {
    .badge__text {
      font-size: 12px;
      letter-spacing: 1px; } }

.badge__text--small {
  font-size: 8px;
  padding-top: 0; }

a.btn, a.btn--secondary, a.btn--tertiary {
  -webkit-transition-timing-function: linear; }

.dt-sc-hr-invisible-large {
  width: 100%;
  float: left;
  clear: both;
  margin: 45px 0px;
  padding: 0px;
  display: block; }
  @media screen and (max-width: 1599px) {
    .dt-sc-hr-invisible-large {
      margin: 30px 0px; } }

.dt-sc-hr-invisible-small {
  width: 100%;
  float: left;
  clear: both;
  margin: 15px 0px;
  padding: 0px;
  display: block; }

.dt-sc-hr-invisible-medium {
  width: 100%;
  float: left;
  clear: both;
  margin: 25px 0px;
  padding: 0px;
  display: block; }

.dt-sc-hr-invisible-very-small {
  width: 100%;
  float: left;
  clear: both;
  margin: 10px 0px;
  padding: 0px;
  display: block; }

/* .main-content {  float:left;width:100%;padding:0 4%;@include at-query ($max, $postlarge) { padding:0 10px; } @include at-query ($max, $semilarge) { padding:0 10px; } @include at-query ($max, $medium) { padding:0 15px; }} */
/* Product Tab Type-2 */
@media screen and (max-width: 1199px) {
  .product-tab-type-2 .dt-sc-tabs-container .dt-sc-tabs li a:before, .product-tab-type-2 .dt-sc-tabs-container .dt-sc-tabs li a:after {
    display: none;
    content: none !important; } }

.product-tab-type-2 .dt-sc-tabs-container .dt-sc-tabs li a span {
  float: left;
  width: 100%;
  text-align: center; }

.product-tab-type-2 .dt-sc-tabs-container .dt-sc-tabs li {
  padding: 0; }
  @media screen and (max-width: 992px) {
    .product-tab-type-2 .dt-sc-tabs-container .dt-sc-tabs li {
      float: left; } }

.product-tab-type-2 .dt-sc-tabs-content {
  padding: 0px 0 0;
  border: none;
  width: 100%;
  float: left; }

.product-tab-type-2 .carousel-arrow a {
  padding: 0;
  cursor: pointer; }

.product-tab-type-1 .carousel-arrow a i {
  width: 40px;
  height: 40px;
  line-height: 40px; }

.product-tab-type-2 .carousel-arrow a.prev {
  left: 0;
  font-size: 24px; }

.product-tab-type-2 .carousel-arrow a.next {
  right: 0;
  font-size: 24px; }

.product-tab-type-2 .full_width_tab ul.dt-sc-tabs i {
  margin-right: 5px; }

.product-tab-type-2 .full_width_tab ul.dt-sc-tabs {
  float: left;
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  padding: 14px 7%; }
  @media screen and (max-width: 1599px) {
    .product-tab-type-2 .full_width_tab ul.dt-sc-tabs {
      float: none;
      display: inline-block;
      width: 100%;
      padding: 14px 2%;
      text-align: center; } }
  @media screen and (max-width: 767px) {
    .product-tab-type-2 .full_width_tab ul.dt-sc-tabs {
      float: none;
      display: inline-block;
      width: 100%;
      padding: 14px 0%;
      text-align: center; } }

.product-tab-type-2 .full_width_tab ul {
  margin: 0;
  transition: 0.8s; }
  @media screen and (max-width: 1599px) {
    .product-tab-type-2 .full_width_tab ul {
      padding: 0 1%; } }

.product-tab-type-2 .full_width_tab ul li.grid__item.item-row {
  padding: 10px; }
  @media screen and (max-width: 567px) {
    .product-tab-type-2 .full_width_tab ul li.grid__item.item-row {
      margin-bottom: 20px;
      padding: 0; } }

@media screen and (max-width: 1599px) {
  .product-tab-type-2 .products .deal-clock ul li {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 12px; } }

@media screen and (max-width: 767px) {
  .product-tab-type-2 .dt-sc-tabs-container .dt-sc-tabs li a.current {
    border: none !important; } }

.product-tab-type-2 .dt-sc-tabs-container .dt-sc-tabs li a {
  line-height: normal;
  border-bottom: 2px solid transparent;
  border-top: 2px solid transparent;
  border-left: none;
  border-right: none;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 14px;
  display: inline-block;
  padding: 0 5px 0px;
  margin: 0 5px; }
  @media screen and (max-width: 1199px) {
    .product-tab-type-2 .dt-sc-tabs-container .dt-sc-tabs li a {
      line-height: 2; } }
  @media screen and (max-width: 992px) {
    .product-tab-type-2 .dt-sc-tabs-container .dt-sc-tabs li a {
      float: left; } }
  @media screen and (max-width: 767px) {
    .product-tab-type-2 .dt-sc-tabs-container .dt-sc-tabs li a {
      border: none !important; } }

.product-tab-type-2 .ovrly10 .ovrly {
  height: 100%;
  left: 125%;
  width: 170%;
  top: 0;
  position: absolute;
  -webkit-transform: skewX(45deg);
  -moz-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  -o-transform: skewX(45deg);
  transform: skewX(45deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.product-tab-type-2 .ovrly10:hover .ovrly {
  left: -35%; }

.product-tab-type-2 .ovrly10 {
  position: relative;
  width: 100%;
  overflow: hidden;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 767px) {
    .product-tab-type-2 .ovrly10 {
      text-align: center;
      margin-bottom: 30px; } }

.product-tab-type-2 .ovrly10 img {
  display: block; }
  @media screen and (max-width: 567px) {
    .product-tab-type-2 .ovrly10 img {
      margin: auto;
      text-align: center; } }

.product-tab-type-2 .featured-content {
  padding-left: 40px;
  position: absolute;
  top: 12%; }
  @media screen and (max-width: 767px) {
    .product-tab-type-2 .featured-content {
      padding: 0 20px; } }

.product-tab-type-2 .featured-content h4, .product-tab-type-2 .featured-content .h4 {
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 16px;
  margin: 0;
  font-family: Barlow; }

.product-tab-type-2 .featured-content h2, .product-tab-type-2 .featured-content .h2 {
  font-size: 40px;
  margin-bottom: 0; }
  @media screen and (max-width: 1599px) {
    .product-tab-type-2 .featured-content h2, .product-tab-type-2 .featured-content .h2 {
      font-size: 34px; } }
  @media screen and (max-width: 992px) {
    .product-tab-type-2 .featured-content h2, .product-tab-type-2 .featured-content .h2 {
      font-size: 24px; } }

.product-tab-type-2 .nav_type8__items a.prev {
  left: 30px; }
  @media screen and (max-width: 1599px) {
    .product-tab-type-2 .nav_type8__items a.prev {
      left: 0px; } }

.product-tab-type-2 .nav_type8__items a.next {
  right: 30px; }
  @media screen and (max-width: 1599px) {
    .product-tab-type-2 .nav_type8__items a.next {
      right: 0px; } }

.product-tab-type-2 .image_link_txt.btn, .product-tab-type-2 .image_link_txt.btn--secondary, .product-tab-type-2 .image_link_txt.btn--tertiary, .product-tab-type-2 input.image_link_txt[type="submit"] {
  position: absolute;
  bottom: 2%;
  padding-left: 40px; }
  @media screen and (max-width: 767px) {
    .product-tab-type-2 .image_link_txt.btn, .product-tab-type-2 .image_link_txt.btn--secondary, .product-tab-type-2 .image_link_txt.btn--tertiary, .product-tab-type-2 input.image_link_txt[type="submit"] {
      left: 0;
      right: 0;
      text-align: center; } }

.product-tab-type-2 .collection_count .text_count {
  font-size: 30px;
  line-height: normal;
  font-weight: bold; }
  @media screen and (max-width: 1599px) {
    .product-tab-type-2 .collection_count .text_count {
      font-size: 30px; } }
  @media screen and (max-width: 992px) {
    .product-tab-type-2 .collection_count .text_count {
      font-size: 30px; } }
  @media screen and (max-width: 567px) {
    .product-tab-type-2 .collection_count .text_count {
      font-size: 30px; } }

.product-tab-type-2 .collection_count .text_count.text {
  font-size: 14px;
  font-weight: normal;
  padding-left: 5px; }
  @media screen and (max-width: 1599px) {
    .product-tab-type-2 .collection_count .text_count.text {
      font-size: 14px; } }
  @media screen and (max-width: 567px) {
    .product-tab-type-2 .collection_count .text_count.text {
      font-size: 14px; } }

@media screen and (max-width: 1599px) {
  .product-tab-type-2 .products .deal-clock ul li {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 12px; } }

.product-tab-type-2 .border-title {
  float: left;
  width: auto; }
  @media screen and (max-width: 767px) {
    .product-tab-type-2 .border-title {
      width: 100%; } }

.product-tab-type-2 .dt-sc-tabs-container-section {
  float: left;
  width: 100%;
  padding: 0 0 0 0%;
  position: relative; }
  @media screen and (max-width: 767px) {
    .product-tab-type-2 .dt-sc-tabs-container-section {
      padding: 0 0 0 0%; } }

.product-tab-type-2 .dt-sc-tabs-container-section .carousel-arrow .owl-prev, .product-tab-type-2 .dt-sc-tabs-container-section .carousel-arrow .owl-next {
  z-index: 1;
  float: none;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }

.product-tab-type-2 .dt-sc-tabs-container-section .carousel-arrow .owl-prev {
  margin-right: 5px;
  left: -10px; }

.product-tab-type-2 .dt-sc-tabs-container-section .carousel-arrow .owl-next {
  right: -10px; }

.product-tab-type-2 .dt-sc-tabs-container-section .carousel-arrow .owl-prev i, .product-tab-type-2 .dt-sc-tabs-container-section .carousel-arrow .owl-next i {
  float: left; }

.product-tab-type-2 .tab-inner {
  position: static; }

.product-tab-type-2 .product-tab-type-2-right {
  padding: 0px; }
  @media screen and (max-width: 1599px) {
    .product-tab-type-2 .product-tab-type-2-right {
      padding-left: 20px; } }
  @media screen and (max-width: 767px) {
    .product-tab-type-2 .product-tab-type-2-right {
      padding: 20px 0; } }

.product-tab-type-2 .product-tab-type-2-left {
  padding-right: 30px; }
  @media screen and (max-width: 1599px) {
    .product-tab-type-2 .product-tab-type-2-left {
      padding-right: 20px; } }
  @media screen and (max-width: 767px) {
    .product-tab-type-2 .product-tab-type-2-left {
      padding: 0; } }

@media screen and (max-width: 1199px) {
  .product-tab-type-2 .full_width_tab ul.dt-sc-tabs li a img {
    display: none; } }

/*  CMS Block Type 1 */
.cms-1 ul {
  list-style: none;
  padding: 0;
  margin: 0 -30px 0 0; }
  @media screen and (max-width: 1599px) {
    .cms-1 ul {
      margin: 0 -10px 0 0; } }
  @media screen and (max-width: 767px) {
    .cms-1 ul {
      margin: 0; } }

.cms-1 .support_section {
  display: inline-block;
  width: 100%;
  margin: auto;
  padding: 20px 15px; }

.cms-1 .support_section {
  text-align: center;
  text-transform: uppercase; }

.cms-1 .support_block li {
  padding-right: 30px; }
  @media screen and (max-width: 1599px) {
    .cms-1 .support_block li {
      padding-right: 10px; } }
  @media screen and (max-width: 767px) {
    .cms-1 .support_block li {
      padding-right: 0px;
      padding-bottom: 10px; } }

.cms-1 .support_section .support_text h2, .cms-1 .support_section .support_text .h2 {
  position: relative;
  display: inline-block; }
  @media screen and (max-width: 992px) {
    .cms-1 .support_section .support_text h2, .cms-1 .support_section .support_text .h2 {
      font-size: 24px; } }

.cms-1 .support_section .support_text h2, .cms-1 .support_section .support_text .h2, .cms-1 .support_section .support_text h6, .cms-1 .support_section .support_text .h6, .cms-1 .support_section h6, .cms-1 .support_section .h6 {
  text-align: center;
  text-transform: uppercase; }

.cms-1 .support_section .support_text {
  margin-left: 0px;
  padding: 7px 0;
  text-align: center;
  text-transform: uppercase; }

.cms-1 .support_section .support_text h6, .cms-1 .support_section .support_text .h6 {
  margin: 0; }

@media screen and (max-width: 992px) {
  .cms-1 .support_section p {
    font-size: 12px; } }

.cms-1 .support_section h6, .cms-1 .support_section .h6 {
  margin-bottom: 15px;
  letter-spacing: 2px;
  font-family: Barlow; }
  @media screen and (max-width: 1599px) {
    .cms-1 .support_section h6, .cms-1 .support_section .h6 {
      font-size: 14px;
      letter-spacing: 0px; } }

.cms-1 .support_icon a {
  font-size: 30px;
  margin-bottom: 10px; }
  @media screen and (max-width: 992px) {
    .cms-1 .support_icon a {
      font-size: 20px; } }

/* Grid banner type 10 */
.grid-banner-type-10 .featured-content h6, .grid-banner-type-10 .featured-content .h6 {
  text-transform: inherit;
  margin: 0;
  font-family: Barlow;
  font-size: 20px;
  font-weight: normal; }
  @media screen and (max-width: 1199px) {
    .grid-banner-type-10 .featured-content h6, .grid-banner-type-10 .featured-content .h6 {
      font-size: 14px; } }
  @media screen and (max-width: 992px) {
    .grid-banner-type-10 .featured-content h6, .grid-banner-type-10 .featured-content .h6 {
      font-size: 12px; } }
  @media screen and (max-width: 767px) {
    .grid-banner-type-10 .featured-content h6, .grid-banner-type-10 .featured-content .h6 {
      font-size: 14px;
      margin-bottom: 5px; } }

.grid-banner-type-10 .featured-content h3, .grid-banner-type-10 .featured-content .h3 {
  font-size: 46px;
  line-height: 1;
  margin-bottom: 20px; }
  @media screen and (max-width: 1599px) {
    .grid-banner-type-10 .featured-content h3, .grid-banner-type-10 .featured-content .h3 {
      font-size: 30px; } }
  @media screen and (max-width: 1199px) {
    .grid-banner-type-10 .featured-content h3, .grid-banner-type-10 .featured-content .h3 {
      font-size: 22px; } }
  @media screen and (max-width: 992px) {
    .grid-banner-type-10 .featured-content h3, .grid-banner-type-10 .featured-content .h3 {
      font-size: 18px;
      margin-bottom: 10px; } }
  @media screen and (max-width: 767px) {
    .grid-banner-type-10 .featured-content h3, .grid-banner-type-10 .featured-content .h3 {
      font-size: 20px; } }

@media screen and (max-width: 992px) {
  .grid-banner-type-10 .featured-content p {
    font-size: 12px;
    margin-bottom: 10px; } }

.grid-banner-type-10 .featured-content .btn, .grid-banner-type-10 .featured-content .btn--secondary, .grid-banner-type-10 .featured-content .btn--tertiary, .grid-banner-type-10 .featured-content input[type="submit"] {
  padding: 12px 20px; }
  @media screen and (max-width: 1199px) {
    .grid-banner-type-10 .featured-content .btn, .grid-banner-type-10 .featured-content .btn--secondary, .grid-banner-type-10 .featured-content .btn--tertiary, .grid-banner-type-10 .featured-content input[type="submit"] {
      font-size: 12px;
      padding: 6px 12px; } }

.grid-banner-type-10 .featured-content {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 10%;
  position: absolute; }
  @media screen and (max-width: 992px) {
    .grid-banner-type-10 .featured-content {
      left: 5%; } }

.grid-banner-type-10 .middle-top .featured-content, .grid-banner-type-10 .middle-bottom .featured-content {
  top: 50%;
  left: 10%;
  position: absolute; }
  @media screen and (max-width: 992px) {
    .grid-banner-type-10 .middle-top .featured-content, .grid-banner-type-10 .middle-bottom .featured-content {
      left: 5%; } }
  @media screen and (max-width: 567px) {
    .grid-banner-type-10 .middle-top .featured-content, .grid-banner-type-10 .middle-bottom .featured-content {
      position: static;
      padding: 30px 20px; } }

.grid-banner-type-10 .middle-top, .grid-banner-type-10 .middle-bottom {
  position: relative;
  margin-bottom: 4%;
  width: 100%; }
  @media screen and (max-width: 567px) {
    .grid-banner-type-10 .middle-top, .grid-banner-type-10 .middle-bottom {
      width: 100%; } }

@media screen and (max-width: 767px) {
  .grid-banner-type-10 .ovrly31 {
    padding: 0; } }

.grid-banner-type-10 img {
  display: block;
  margin: 0 auto; }

.grid-banner-type-10 .ovrly31 {
  width: 100%;
  overflow: hidden;
  position: relative; }

.grid-banner-type-10 .ovrly31:hover img {
  display: block; }

.grid-banner-type-10 .ovrly31 img {
  display: block;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease; }

.grid-banner-type-10 img {
  display: block; }

.grid-banner-type-10 .ovrly31 .ovrly {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.grid-banner-type-10 .ovrly31 {
  width: 100%;
  overflow: hidden;
  position: relative; }

.grid-banner-type-10 .ovrly31:hover .ovrly {
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  transform: rotateZ(0deg); }

.grid-banner-type-10 img {
  display: block; }

.grid-banner-type-10 .ovrly31 {
  width: 100%;
  overflow: hidden;
  position: relative; }

.grid-banner-type-10 ul {
  list-style: none;
  padding: 0;
  margin: 0 -20px; }

.grid-banner-type-10 ul li {
  padding: 0 20px; }

.grid-banner-type-10 .ovrly31 img {
  display: block;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease; }

.grid-banner-type-10 .ovrly31 .ovrly {
  opacity: 1; }

.grid-banner-type-10 .featured-content-block {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  transform: scale(0.9);
  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; }

.grid-banner-type-10 .ovrly31:hover .featured-content-block {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.grid-banner-type-10 a {
  position: relative;
  display: inline-block;
  overflow: hidden; }

.grid-banner-type-10 a img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -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; }

.grid-banner-type-10 li:hover a img {
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -ms-transform: scale(1.07);
  -o-transform: scale(1.07);
  transform: scale(1.07); }

/* Grid banner type 14 */
/* .grid-banner-type-14 { margin-top:1%; } */
.grid-banner-type-14 .grid__item.img-hover-effect {
  width: 49.5%; }
  @media screen and (max-width: 767px) {
    .grid-banner-type-14 .grid__item.img-hover-effect {
      width: 100%; } }

.grid-banner-type-14 .grid__item:first-child.img-hover-effect {
  margin-right: 1%; }
  @media screen and (max-width: 767px) {
    .grid-banner-type-14 .grid__item:first-child.img-hover-effect {
      margin-right: 0;
      margin-bottom: 10px; } }

.grid-banner-type-14 .grid-banner-type-14-left-column {
  float: left;
  width: 39%; }
  @media screen and (max-width: 767px) {
    .grid-banner-type-14 .grid-banner-type-14-left-column {
      width: 100%;
      margin-bottom: 10px; } }

.grid-banner-type-14 .grid-banner-type-14-right-column {
  float: left;
  width: 60%;
  margin-right: 1%; }
  @media screen and (max-width: 767px) {
    .grid-banner-type-14 .grid-banner-type-14-right-column {
      width: 100%;
      margin-right: 0;
      margin-bottom: 10px; } }

.grid-banner-type-14 .grid-banner-type-14_top {
  margin-top: 1%; }
  @media screen and (max-width: 767px) {
    .grid-banner-type-14 .grid-banner-type-14_top {
      margin-top: 0; } }

.grid-banner-type-14 img {
  display: inline;
  -webkit-transition: all 1.5s ease-in-out;
  -moz-transition: all 1.5s ease-in-out;
  -ms-transition: all 1.5s ease-in-out;
  -o-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
  border-radius: 8px;
  text-align: center; }

.grid-banner-type-14 .grid__item.img-hover-effect:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05); }

.grid-banner-type-14 .img-hover-effect {
  position: relative;
  box-shadow: 0 0 0 0; }

.grid-banner-type-14 .featured-content {
  position: absolute;
  bottom: 16%;
  width: 60%;
  padding: 8px 30px 5px 30px;
  right: 10px;
  text-align: right; }
  @media screen and (max-width: 992px) {
    .grid-banner-type-14 .featured-content {
      width: 55%;
      bottom: 16%; } }
  @media screen and (max-width: 992px) {
    .grid-banner-type-14 .featured-content {
      width: 50%;
      bottom: 0%; } }
  @media screen and (max-width: 767px) {
    .grid-banner-type-14 .featured-content {
      width: 100%;
      bottom: 18%; } }

.grid-banner-type-14 .featured-content h6, .grid-banner-type-14 .featured-content .h6 {
  margin: 0;
  text-transform: inherit;
  font-family: Barlow;
  font-weight: normal; }
  @media screen and (max-width: 1199px) {
    .grid-banner-type-14 .featured-content h6, .grid-banner-type-14 .featured-content .h6 {
      font-size: 14px; } }
  @media screen and (max-width: 567px) {
    .grid-banner-type-14 .featured-content h6, .grid-banner-type-14 .featured-content .h6 {
      font-size: 12px; } }

.grid-banner-type-14 .featured-content h2, .grid-banner-type-14 .featured-content .h2 {
  font-size: 36px;
  margin: 0;
  text-transform: uppercase;
  font-family: 'Barlow', sans-serif;
  font-weight: 600; }
  @media screen and (max-width: 1599px) {
    .grid-banner-type-14 .featured-content h2, .grid-banner-type-14 .featured-content .h2 {
      font-size: 30px; } }
  @media screen and (max-width: 1199px) {
    .grid-banner-type-14 .featured-content h2, .grid-banner-type-14 .featured-content .h2 {
      font-size: 20px; } }
  @media screen and (max-width: 992px) {
    .grid-banner-type-14 .featured-content h2, .grid-banner-type-14 .featured-content .h2 {
      font-size: 31px; } }
  @media screen and (max-width: 767px) {
    .grid-banner-type-14 .featured-content h2, .grid-banner-type-14 .featured-content .h2 {
      font-size: 31px; } }
  @media screen and (max-width: 567px) {
    .grid-banner-type-14 .featured-content h2, .grid-banner-type-14 .featured-content .h2 {
      font-size: 23px; } }

.grid-banner-type-14 .featured-content p {
  font-size: 22px;
  font-weight: 400;
  position: relative;
  font-family: 'Barlow', sans-serif;
  margin-bottom: 0px; }
  @media screen and (max-width: 1599px) {
    .grid-banner-type-14 .featured-content p {
      font-size: 20px; } }
  @media screen and (max-width: 1199px) {
    .grid-banner-type-14 .featured-content p {
      font-size: 14px; } }
  @media screen and (max-width: 992px) {
    .grid-banner-type-14 .featured-content p {
      font-size: 21px; } }
  @media screen and (max-width: 767px) {
    .grid-banner-type-14 .featured-content p {
      font-size: 22px; } }
  @media screen and (max-width: 567px) {
    .grid-banner-type-14 .featured-content p {
      font-size: 17px; } }

.grid-banner-type-14 .featured-content p span:before {
  content: "";
  float: left;
  width: 40px;
  height: 1px;
  position: relative;
  top: 23px;
  margin-right: 10px; }
  @media screen and (max-width: 1199px) {
    .grid-banner-type-14 .featured-content p span:before {
      top: 13px; } }
  @media screen and (max-width: 992px) {
    .grid-banner-type-14 .featured-content p span:before {
      top: 7px;
      width: 20px; } }
  @media screen and (max-width: 767px) {
    .grid-banner-type-14 .featured-content p span:before {
      top: 13px;
      width: 40px; } }
  @media screen and (max-width: 567px) {
    .grid-banner-type-14 .featured-content p span:before {
      content: none;
      background: none !important; } }

.grid-banner-type-14 .featured-content p span:after {
  content: "";
  float: right;
  width: 40px;
  height: 1px;
  position: relative;
  top: 23px;
  margin-left: 10px; }
  @media screen and (max-width: 1199px) {
    .grid-banner-type-14 .featured-content p span:after {
      top: 13px; } }
  @media screen and (max-width: 992px) {
    .grid-banner-type-14 .featured-content p span:after {
      top: 7px;
      width: 20px; } }
  @media screen and (max-width: 767px) {
    .grid-banner-type-14 .featured-content p span:after {
      top: 13px;
      width: 40px; } }
  @media screen and (max-width: 567px) {
    .grid-banner-type-14 .featured-content p span:after {
      content: none;
      background: none !important; } }

.grid-banner-type-14 .featured-content p {
  float: left;
  width: 100%; }

@media screen and (max-width: 1199px) {
  .grid-banner-type-14 .featured-content .btn, .grid-banner-type-14 .featured-content .btn--secondary, .grid-banner-type-14 .featured-content .btn--tertiary, .grid-banner-type-14 .featured-content input[type="submit"] {
    font-size: 12px;
    padding: 8px 12px; } }
@media screen and (max-width: 567px) {
  .grid-banner-type-14 .featured-content .btn, .grid-banner-type-14 .featured-content .btn--secondary, .grid-banner-type-14 .featured-content .btn--tertiary, .grid-banner-type-14 .featured-content input[type="submit"] {
    font-size: 10px;
    padding: 6px 10px; } }

.grid-banner-type-14 .featured-content p span {
  float: left;
  font-weight: bold;
  font-size: 50px; }
  @media screen and (max-width: 1199px) {
    .grid-banner-type-14 .featured-content p span {
      font-size: 24px; } }
  @media screen and (max-width: 567px) {
    .grid-banner-type-14 .featured-content p span {
      font-size: 14px; } }

.grid-banner-type-14 .featured-content .offer_text {
  font-size: 100px;
  line-height: 1;
  font-weight: 300; }
  @media screen and (max-width: 1199px) {
    .grid-banner-type-14 .featured-content .offer_text {
      font-size: 24px; } }
  @media screen and (max-width: 992px) {
    .grid-banner-type-14 .featured-content .offer_text {
      font-size: 18px; } }
  @media screen and (max-width: 767px) {
    .grid-banner-type-14 .featured-content .offer_text {
      font-size: 40px; } }
  @media screen and (max-width: 567px) {
    .grid-banner-type-14 .featured-content .offer_text {
      font-size: 16px; } }

.grid-banner-type-14 .img-hover-effect {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden; }

/* Top Bar Type 4*/
.top-bar-type-4 .top-text-container {
  float: left;
  width: 100%;
  padding: 7px 15px 7px 15px; }
  @media screen and (max-width: 1199px) {
    .top-bar-type-4 .top-text-container {
      padding: 7px 5px 7px 20px; } }
  @media screen and (max-width: 992px) {
    .top-bar-type-4 .top-text-container {
      padding: 7px 0px 7px 20px; } }
  @media screen and (max-width: 767px) {
    .top-bar-type-4 .top-text-container {
      padding: 20px 5px 20px 5px;
      display: none; } }

.top-bar-type-4 .top-text-container ul {
  list-style: none;
  padding: 0; }

.top-bar-type-4 .top-text-container ul li {
  float: left;
  letter-spacing: 0;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #e4e4e4; }
  @media screen and (max-width: 1199px) {
    .top-bar-type-4 .top-text-container ul li {
      margin-right: 5px;
      padding-right: 5px;
      font-size: 12px; } }
  @media screen and (max-width: 992px) {
    .top-bar-type-4 .top-text-container ul li {
      margin-right: 5px;
      padding-right: 5px;
      font-size: 11px; } }
  @media screen and (max-width: 767px) {
    .top-bar-type-4 .top-text-container ul li {
      float: none;
      margin-bottom: 10px;
      padding-right: 0;
      margin-right: 0; } }

.top-bar-type-4 .top-text-container ul li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0; }

.top-bar-type-4 .top_bar_left {
  float: left; }
  @media screen and (max-width: 767px) {
    .top-bar-type-4 .top_bar_left {
      float: none; } }

.top-bar-type-4 .top_bar_right {
  float: right; }
  @media screen and (max-width: 767px) {
    .top-bar-type-4 .top_bar_right {
      float: none;
      display: inline-block;
      width: 100%;
      text-align: center;
      margin-top: 10px; } }

@media screen and (max-width: 1199px) {
  .top-bar-type-4 .header-top .close {
    top: 6px;
    left: 10px; } }
@media screen and (max-width: 992px) {
  .top-bar-type-4 .header-top .close {
    top: 5px;
    left: 10px; } }

.header-top .close {
  border: none;
  cursor: pointer;
  float: left;
  position: absolute;
  top: 7px;
  left: 15px;
  background-position: center; }

/* Top Bar Type 5*/
.top-bar-type-5 .top_bar_menu .social-icons li a {
  padding-right: 10px; }

.top-bar-type-5 .top_bar_menu .social-icons li {
  margin-right: 10px; }

.top-bar-type-5 .top_bar_menu .social-icons li:last-child a {
  padding-right: 0; }

.top-bar-type-5 .top_bar_menu .social-icons li:last-child {
  margin-right: 0; }

.top-bar-type-5 .top_bar_left {
  float: left; }
  @media screen and (max-width: 767px) {
    .top-bar-type-5 .top_bar_left {
      width: auto; } }

.top-bar-type-5 .top_bar_right {
  float: right; }

.top-bar-type-5.top_bar ul li {
  border: none; }
  @media screen and (max-width: 992px) {
    .top-bar-type-5.top_bar ul li {
      padding: 0 5px 0 0;
      margin-right: 10px; } }
  @media screen and (max-width: 767px) {
    .top-bar-type-5.top_bar ul li {
      padding: 0;
      margin: 0; } }

.top-bar-type-5.top_bar .header_currency {
  padding: 0; }
  @media screen and (max-width: 767px) {
    .top-bar-type-5.top_bar .header_currency {
      display: block; } }

.top-bar-type-5.top_bar ul {
  float: left;
  width: 100%; }

.top-bar-type-5.top_bar .tbl-list > li.currency > .dropdown-toggle {
  float: left;
  font-size: 14px;
  font-weight: normal;
  padding-right: 10px;
  margin-top: 3px;
  line-height: normal; }

.top-bar-type-5.top_bar .tbl-list > li.currency > .dropdown-toggle i {
  display: block;
  margin-right: 5px;
  margin-top: 4px;
  float: left; }
  @media screen and (max-width: 767px) {
    .top-bar-type-5.top_bar .tbl-list > li.currency > .dropdown-toggle i {
      margin-top: 6px; } }

@media screen and (max-width: 767px) {
  .top-bar-type-5 .top_bar_menu .header_social {
    float: left;
    width: 100%; } }

@media screen and (max-width: 767px) {
  .top-bar-type-5 .top_bar_menu .header_social li a {
    padding-right: 10px; } }

.top-bar-type-5 .top_bar ul li a {
  text-transform: inherit; }

@media screen and (max-width: 767px) {
  .top-bar-type-5 .top_bar_menu {
    float: right;
    width: auto;
    margin: 0; } }

.top-bar-type-5.top_bar {
  padding: 7px 15px 7px 15px; }

.fa-angle-down:before {
  content: "\f0d7" !important; }

/* 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;
  letter-spacing: 0; }
  @media screen and (max-width: 767px) {
    .top_bar {
      padding: 10px 7px 10px 7px; } }

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

.top_bar ul li {
  float: left;
  margin-right: 10px; }
  @media screen and (max-width: 992px) {
    .top_bar ul li {
      margin-right: 5px; } }
  @media screen and (max-width: 767px) {
    .top_bar ul li {
      display: inline-block;
      padding-right: 0; } }

.top_bar_left {
  float: left; }
  @media screen and (max-width: 767px) {
    .top_bar_left {
      float: none;
      display: inline-block;
      width: 100%;
      text-align: center; } }

.top_bar_menu {
  float: right; }
  @media screen and (max-width: 767px) {
    .top_bar_menu {
      float: left;
      width: 100%; } }

.top_bar_menu ul, .customer_account {
  float: left; }

.top_bar_menu ul li, .customer_account ul li {
  margin-right: 0px;
  padding-right: 0; }
  @media screen and (max-width: 767px) {
    .top_bar_menu ul li, .customer_account ul li {
      margin-bottom: 10px;
      margin-right: 10px; } }

.top_bar_menu ul li a, .customer_account ul li a, .top_bar ul li span {
  padding-right: 10px; }
  @media screen and (max-width: 767px) {
    .top_bar_menu ul li a, .customer_account ul li a, .top_bar ul li span {
      padding-right: 9px; } }

.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; }
  @media screen and (max-width: 767px) {
    .top_bar_menu ul li:last-child a, .customer_account ul li:last-child a, .top_bar ul li:last-child span {
      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; }

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

/* Header Type 1 */
@media screen and (max-width: 1199px) {
  .header-type-1 .search-bar__form button.res_btn {
    line-height: normal;
    padding: 22px 10px; } }
@media screen and (max-width: 767px) {
  .header-type-1 .search-bar__form button.res_btn {
    padding: 0 10px; } }

@media screen and (max-width: 767px) {
  .header-type-1 .top_bar_menu {
    margin-top: 0; } }

.header-type-1 .site-header__logo a {
  left: 0;
  right: 0; }

.header-type-1 .site-header__menubar {
  height: auto; }
  @media screen and (max-width: 767px) {
    .header-type-1 .site-header__menubar {
      padding: 0px 7px; } }

.header-type-1 .top_bar_menu .customer_account ul {
  display: block; }

.header-type-1 .menu_bar_right {
  float: right;
  width: auto; }
  @media screen and (max-width: 767px) {
    .header-type-1 .menu_bar_right {
      float: right;
      margin: auto; } }

.header-type-1 .menu-tool {
  width: 100%; }

.header-type-1 .menubar-section {
  padding: 0 20px; }
  @media screen and (max-width: 992px) {
    .header-type-1 .menubar-section {
      padding: 0 15px; } }
  @media screen and (max-width: 767px) {
    .header-type-1 .menubar-section {
      padding: 0px;
      display: inline-block;
      float: none;
      width: 50%;
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%); } }

.header-type-1 .site-nav {
  float: left; }

@media screen and (max-width: 767px) {
  .header-type-1 .site-header__logo {
    border: none !important;
    float: left; } }

.header-type-1 .site-header__logo img {
  right: 0; }
  @media screen and (max-width: 767px) {
    .header-type-1 .site-header__logo img {
      margin: 0; } }

.header-type-1 .top_bar_left li:last-child a, .header-type-1 .top_bar_left li:last-child span {
  border-right: none; }

.header-type-1 .top_bar_left h4, .header-type-1 .top_bar_left .h4 {
  display: none; }

.header-type-1 .search-bar__form button i, .header-type-1 .tbl-list > li.currency > .dropdown-toggle, .header-type-1 a.icon-cart-arrow i {
  padding: 0; }
  @media screen and (max-width: 767px) {
    .header-type-1 .search-bar__form button i, .header-type-1 .tbl-list > li.currency > .dropdown-toggle, .header-type-1 a.icon-cart-arrow i {
      line-height: 50px; } }

.header-type-1 .header-search, .header-type-1 .header_currency, .header-type-1 .header_cart {
  padding: 0; }
  @media screen and (max-width: 767px) {
    .header-type-1 .header-search, .header-type-1 .header_currency, .header-type-1 .header_cart {
      width: auto;
      float: none;
      display: inline-block; } }

.header-type-1 .mini-cart-details #cartCount i {
  margin-top: 0;
  margin-right: 15px; }

.header-type-1 .mini-cart-details #cartCount {
  float: left; }

.header-type-1 #minicart_total {
  font-size: 12px;
  float: none;
  text-transform: uppercase;
  display: block; }
  @media screen and (max-width: 767px) {
    .header-type-1 #minicart_total {
      display: none; } }

.header-type-1 .mini-cart-details span {
  display: block; }

.header-type-1 .cart_text p {
  display: none; }

.header-type-1 .header-search span {
  float: left; }
  @media screen and (max-width: 767px) {
    .header-type-1 .header-search span {
      float: none; } }

.header-type-1 .header-bar__module.cart .baskettop .mini-cart-details a #cartCount, .header-type-1 .header-search span, .header-type-1 .tbl-list > li.currency > .dropdown-toggle {
  -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-1 .header-bar__module a.icon-cart-arrow, .header-type-1 .tbl-list > li.currency > .dropdown-toggle {
  padding: 24px 10px;
  float: left; }
  @media screen and (max-width: 1199px) {
    .header-type-1 .header-bar__module a.icon-cart-arrow, .header-type-1 .tbl-list > li.currency > .dropdown-toggle {
      padding: 22px 10px; } }
  @media screen and (max-width: 992px) {
    .header-type-1 .header-bar__module a.icon-cart-arrow, .header-type-1 .tbl-list > li.currency > .dropdown-toggle {
      padding: 20px 7px; } }
  @media screen and (max-width: 767px) {
    .header-type-1 .header-bar__module a.icon-cart-arrow, .header-type-1 .tbl-list > li.currency > .dropdown-toggle {
      padding: 0px 5px;
      float: none; } }

.header-type-1 .site-nav > li:first-child > a {
  padding-left: 0; }

@media screen and (max-width: 767px) {
  .header-type-1 .header-bar__module a.icon-cart-arrow {
    width: 100%; } }

.header-type-1 .header-bar__module a.icon-cart-arrow {
  font-size: 24px;
  padding-right: 0; }
  @media screen and (max-width: 1199px) {
    .header-type-1 .header-bar__module a.icon-cart-arrow {
      font-size: 20px; } }
  @media screen and (max-width: 992px) {
    .header-type-1 .header-bar__module a.icon-cart-arrow {
      font-size: 18px; } }
  @media screen and (max-width: 767px) {
    .header-type-1 .header-bar__module a.icon-cart-arrow {
      font-size: 14px; } }

.header-type-1 a.icon-cart-arrow i {
  float: left; }
  @media screen and (max-width: 767px) {
    .header-type-1 a.icon-cart-arrow i {
      float: none;
      display: inline-block; } }

.header-type-1 .header-bar__module a .detail {
  float: right;
  margin-top: -20px;
  margin-left: 15px; }
  @media screen and (max-width: 992px) {
    .header-type-1 .header-bar__module a .detail {
      margin-top: -13px; } }
  @media screen and (max-width: 767px) {
    .header-type-1 .header-bar__module a .detail {
      float: none;
      display: none;
      vertical-align: middle;
      margin-top: 7px;
      margin-left: 10px; } }

.header-type-1 .cartCountspan {
  text-transform: uppercase; }

.header-type-1 .cartCountspan, .header-type-1 #cartCount {
  font-size: 13px; }

.header-type-1 .customer_account {
  margin-left: 10px; }
  @media screen and (max-width: 992px) {
    .header-type-1 .customer_account {
      margin-left: 5px; } }
  @media screen and (max-width: 767px) {
    .header-type-1 .customer_account {
      margin: 0;
      float: right; } }

.header-type-1 .customer_account ul li:first-child a {
  padding-left: 10px; }
  @media screen and (max-width: 992px) {
    .header-type-1 .customer_account ul li:first-child a {
      padding-left: 5px; } }

.header-type-1 .customer_account .add-to-wishlist .btn, .header-type-1 .customer_account .add-to-wishlist .btn--secondary, .header-type-1 .customer_account .add-to-wishlist .btn--tertiary, .header-type-1 .customer_account .add-to-wishlist input[type="submit"] {
  padding: 0;
  background: none; }

.header-type-1 .customer_account .tooltip-label {
  display: none; }

.header-type-1 .top_bar_menu .customer_account ul li a {
  border: none; }

.header-type-1 .top_bar_menu li a, .header-type-1 .top_bar li span {
  border-right: 1px solid;
  line-height: normal; }
  @media screen and (max-width: 767px) {
    .header-type-1 .top_bar_menu li a, .header-type-1 .top_bar li span {
      border: none; } }

.header-type-1 .customer_account ul li {
  border-right: none; }

@media screen and (max-width: 992px) {
  .header-type-1 .top_bar a, .header-type-1 .top_bar span {
    font-size: 12px; } }

@media screen and (max-width: 992px) {
  .header-type-1 .top_bar ul li, .header-type-1 .top_bar_menu ul li {
    margin-right: 5px;
    padding-right: 5px; } }
@media screen and (max-width: 767px) {
  .header-type-1 .top_bar ul li, .header-type-1 .top_bar_menu ul li {
    margin-bottom: 0px; } }

@media screen and (max-width: 992px) {
  .header-type-1 .top_bar ul li:last-child, .header-type-1 .top_bar_menu ul i:last-child {
    margin-right: 0px;
    padding-right: 0px; } }

@media screen and (max-width: 1199px) {
  .header-type-1 .header-search input#search {
    display: none; } }

@media screen and (max-width: 767px) {
  .header-type-1 .search-bar__form {
    border: none !important;
    float: none;
    display: inline-block; } }

@media screen and (max-width: 767px) {
  .header-type-1 .search-bar__form button {
    padding: 0px 15px 0 10px;
    font-size: 14px; } }

@media screen and (max-width: 767px) {
  .header-type-1 .tbl-list > li.currency > .dropdown-toggle {
    font-size: 14px; } }

.header-type-1 .tbl-list > li.currency {
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    .header-type-1 .tbl-list > li.currency {
      float: none; } }

@media screen and (max-width: 767px) {
  .header-type-1 .top_bar_left {
    display: none; } }

.header-type-1 #minicart_total span {
  float: left;
  margin-top: -4px; }
  @media screen and (max-width: 992px) {
    .header-type-1 #minicart_total span {
      margin-top: -2px; } }

.header-type-1 .header_toggle.active + .header_slide_element {
  padding: 0px; }

.header-type-1 .search-bar__form button {
  -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-1 .slidersearch.header_slide_element {
  padding: 0; }

.header-type-1 .header-search {
  width: 300px;
  padding: 0px; }
  @media screen and (max-width: 1199px) {
    .header-type-1 .header-search {
      float: left;
      width: auto;
      margin: 0 0 0px; } }
  @media screen and (max-width: 567px) {
    .header-type-1 .header-search {
      width: auto; } }

.header-type-1 .search-bar__form {
  border: none; }

.header-type-1 .sb-search {
  margin: 12px 0; }

/* Header Type 2 */
.header-type-2 .menu-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }
  @media screen and (max-width: 767px) {
    .header-type-2 .menu-icon {
      right: 10px; } }

.header-type-2 .menubar-section {
  position: relative; }
  @media screen and (max-width: 767px) {
    .header-type-2 .menubar-section {
      position: static; } }

.header-type-2 .site-nav > li > a {
  padding: 0 20px;
  line-height: 52px; }
  @media screen and (max-width: 1199px) {
    .header-type-2 .site-nav > li > a {
      padding: 0 10px; } }
  @media screen and (max-width: 992px) {
    .header-type-2 .site-nav > li > a {
      padding: 0px 7px; } }

.header-type-2 .flag-dropdown-menu {
  opacity: 1;
  position: static;
  visibility: visible; }

.header-type-2 .flag-dropdown-menu li {
  display: inline-block;
  width: 18%; }

.header-type-2 .menu_bar_right {
  float: left;
  width: auto; }
  @media screen and (max-width: 767px) {
    .header-type-2 .menu_bar_right {
      float: none;
      display: inline-block; } }

.header-type-2 .header-panel-top .customer_account ul li, .header-type-2 .flag-dropdown-menu {
  padding-bottom: 10px;
  box-shadow: 0 0 0 0;
  -webkit-box-shadow: 0px 0px 0px 0;
  -ms-transform: 0px 0px 0px 0px;
  -o-transform: 0px 0px 0px 0px;
  box-shadow: 0px 0px 0px 0; }

.header-type-2 .flag-dropdown-menu {
  box-shadow: 0 0 0 0;
  -webkit-box-shadow: 0px 0px 0px 0;
  -ms-transform: 0px 0px 0px 0px;
  -o-transform: 0px 0px 0px 0px;
  box-shadow: 0px 0px 0px 0; }

.header-type-2 .flag-dropdown-menu {
  background: transparent; }

.header-type-2 .slidedown_section ul {
  padding: 0px; }

.header-type-2 .customer_account a i {
  margin-right: 7px; }

.header-type-2 .customer_account li {
  border: none;
  margin: 0; }

.header-type-2 .slidedown_section ul li span {
  display: block; }

.header-type-2 #slidedown-modal {
  padding: 20px; }

.header-type-2 .header-panel-top ul li.header_cart {
  padding: 0px; }

.header-type-2 .header-panel-top ul.customer_account li {
  margin: 0;
  padding: 0 0 0px; }

.header-type-2 .header-panel-top .customer_account ul li:last-child {
  padding: 0 0 0; }

@media screen and (max-width: 767px) {
  .header-type-2 .header-panel-top .customer_account ul {
    text-align: left; } }

.header-type-2 .header-panel-top ul li.currency-block {
  float: left;
  width: 100%;
  padding: 0 0 10px;
  margin-bottom: 10px; }

.header-type-2 .mini-cart-details {
  float: left; }

.header-type-2 .header-bar__module .cart_text p {
  display: none; }

.header-type-2 .header-bar__module #minicart_total {
  display: none; }

.header-type-2 #slidedown-modal {
  top: 100%;
  right: 0; }
  @media screen and (max-width: 767px) {
    .header-type-2 #slidedown-modal {
      width: 172px; } }

@media screen and (max-width: 992px) {
  .header-type-2 .menu-tool ul li a {
    font-size: 14px;
    padding: 0px 7px; } }

.header-type-2 .header-search span {
  font-size: 18px;
  padding: 0px 10px;
  float: left; }
  @media screen and (max-width: 992px) {
    .header-type-2 .header-search span {
      font-size: 14px;
      padding: 0px 10px; } }

.header-type-2 .menubar-section #Togglemodal i, .header-type-2 .header-search span {
  -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-2 .menu-tool {
  width: 90%;
  float: left; }

@media screen and (max-width: 767px) {
  .header-type-2 .header-search {
    float: none;
    display: inline-block; } }

.header-type-2 .header-search, .header-type-2 .menubar-section #Togglemodal, .header-type-2 .header-search .header_toggle {
  padding: 0; }
  @media screen and (max-width: 767px) {
    .header-type-2 .header-search, .header-type-2 .menubar-section #Togglemodal, .header-type-2 .header-search .header_toggle {
      float: none; } }

.header-type-2 .menu-icon {
  float: right;
  width: auto; }

.header-type-2 .menubar-section #Togglemodal i {
  padding-right: 0; }

.header-type-2 .menubar-section #Togglemodal i, .header-type-2 .header-search span, .header-type-2 .header-bar__module a {
  line-height: 2;
  font-size: 18px;
  float: left;
  padding: 0px 10px; }
  @media screen and (max-width: 992px) {
    .header-type-2 .menubar-section #Togglemodal i, .header-type-2 .header-search span, .header-type-2 .header-bar__module a {
      font-size: 14px;
      padding: 0px 7px; } }
  @media screen and (max-width: 767px) {
    .header-type-2 .menubar-section #Togglemodal i, .header-type-2 .header-search span, .header-type-2 .header-bar__module a {
      font-size: 16px;
      padding: 0px 7px;
      float: none;
      display: inline-block; } }

.header-type-2 .header_cart {
  width: auto;
  float: left;
  padding: 0; }
  @media screen and (max-width: 767px) {
    .header-type-2 .header_cart {
      float: none;
      display: inline-block; } }

.header-type-2 .cart_text p {
  font-weight: normal;
  text-transform: inherit; }

.header-type-2 .slidedown_section ul li span.fa, .header-type-2 .slidedown_section ul li span {
  display: none; }

.header-type-2 .header-bar__module a {
  font-size: 18px; }
  @media screen and (max-width: 992px) {
    .header-type-2 .header-bar__module a {
      font-size: 14px; } }
  @media screen and (max-width: 767px) {
    .header-type-2 .header-bar__module a {
      font-size: 16px; } }

.header-type-2 a.icon-cart-arrow i {
  float: left;
  line-height: 2; }
  @media screen and (max-width: 767px) {
    .header-type-2 a.icon-cart-arrow i {
      float: none; } }

.header-type-2 .header-bar__module a .detail {
  float: right;
  margin-top: -12px;
  margin-left: -7px; }

.header-type-2 .cartCountspan {
  display: none; }

.header-type-2 #cartCount {
  float: left;
  font-size: 12px; }

.header-type-2 .header-bar__module.cart #cartCount {
  float: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 22px;
  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: 992px) {
    .header-type-2 .header-bar__module.cart #cartCount {
      width: 17px;
      height: 17px;
      border-radius: 50%;
      line-height: 17px;
      font-size: 11px; } }

@media screen and (max-width: 767px) {
  .header-type-2 .header-search input#search {
    display: none; } }

@media screen and (max-width: 767px) {
  .header-type-2 .search-bar__form {
    background: none !important;
    border: none !important;
    display: inline-block; } }

@media screen and (max-width: 767px) {
  .header-type-2 .search-bar__form button {
    line-height: 40px;
    padding: 0 7px;
    font-size: 16px; } }

@media screen and (max-width: 767px) {
  .header-type-2 .search-bar__form button i {
    line-height: 50px; } }

@media screen and (max-width: 767px) {
  .header-type-2 .wrapper {
    padding: 0; } }

@media screen and (max-width: 767px) {
  .header-type-2 .header-search {
    float: none;
    display: inline-block; } }

@media screen and (max-width: 767px) {
  .header-type-2 .customer_account {
    width: 100%; } }

@media screen and (max-width: 767px) {
  .header-type-2 .menubar-section {
    float: right;
    width: auto; } }

.header-type-2 .flag-dropdown-menu {
  opacity: 1;
  visibility: visible;
  display: block;
  -webkit-transform: scaleY(1);
  -khtml-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1); }

.header-type-2 .header-bar__module.cart .baskettop a.icon-cart-arrow {
  padding-right: 0; }

.header-type-2 .search-bar__form {
  border: none;
  width: 90%; }
  @media screen and (max-width: 767px) {
    .header-type-2 .search-bar__form {
      width: 85%; } }
  @media screen and (max-width: 567px) {
    .header-type-2 .search-bar__form {
      width: 75%; } }

.header-type-2 .search-bar__form button {
  position: static; }

.header-type-2 .search-bar__form button, .header-type-2 .search-bar__icon-button {
  -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-2 .is-sticky .site-header__logo {
  display: block; }

@media screen and (max-width: 767px) {
  .header-type-2 .search-bar input[type="search"] {
    width: 80%; } }

/* Header Type 3 */
.header-type-3 .menu-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }

.header-type-3 .menubar-section {
  position: relative; }

.header-type-3 .site-nav > li > a {
  padding: 0 20px;
  line-height: 52px; }
  @media screen and (max-width: 1199px) {
    .header-type-3 .site-nav > li > a {
      padding: 0 10px; } }
  @media screen and (max-width: 992px) {
    .header-type-3 .site-nav > li > a {
      padding: 0px 7px; } }

@media screen and (max-width: 767px) {
  .header-type-3 .top_bar_menu {
    float: right;
    width: auto;
    margin: 0; } }

@media screen and (max-width: 767px) {
  .header-type-3 .top_bar_left {
    float: left;
    width: auto; } }

.header-type-3 .header_social.top_bar_left h4, .header-type-3 .header_social.top_bar_left .h4 {
  float: left;
  margin: 0;
  font-size: 14px;
  text-transform: inherit;
  font-weight: normal; }
  @media screen and (max-width: 767px) {
    .header-type-3 .header_social.top_bar_left h4, .header-type-3 .header_social.top_bar_left .h4 {
      float: left; } }

.header-type-3 .header_social.top_bar_left ul {
  float: left;
  margin-left: 10px; }

.header-type-3 .header_currency {
  padding: 0px; }

.header-type-3 .tbl-list > li.currency > .dropdown-toggle {
  padding: 0 10px 0 0; }
  @media screen and (max-width: 767px) {
    .header-type-3 .tbl-list > li.currency > .dropdown-toggle {
      padding: 0;
      width: 100%;
      margin-bottom: 0px; } }

@media screen and (max-width: 767px) {
  .header-type-3 .top_bar_menu ul li {
    margin-right: 0;
    margin-bottom: 0px;
    float: left; } }

@media screen and (max-width: 767px) {
  .header-type-3 .top_bar {
    padding: 10px 7px 10px 7px; } }

.header-type-3 .tbl-list > li.currency > .dropdown-toggle {
  font-size: 14px;
  font-weight: normal; }

.header-type-3 .top_bar_menu ul {
  width: 100%; }
  @media screen and (max-width: 767px) {
    .header-type-3 .top_bar_menu ul {
      float: left; } }

@media screen and (max-width: 767px) {
  .header-type-3 .top_bar_menu ul.top_bar_right {
    display: none; } }

.header-type-3 .header-search, .header-type-3 .header_cart {
  padding: 0; }

@media screen and (max-width: 767px) {
  .header-type-3 .header_cart {
    float: none;
    display: inline-block;
    position: static; } }

@media screen and (max-width: 767px) {
  .header-type-3 .header-search {
    float: none;
    display: inline-block; } }

.header-type-3 .slidedown_section a#Togglemodal i {
  padding-right: 0; }

.header-type-3 .header-search span, .header-type-3 .header-bar__module.cart .baskettop a.icon-cart-arrow, .header-type-3 .slidedown_section #Togglemodal i {
  padding: 0px 10px;
  float: left; }
  @media screen and (max-width: 767px) {
    .header-type-3 .header-search span, .header-type-3 .header-bar__module.cart .baskettop a.icon-cart-arrow, .header-type-3 .slidedown_section #Togglemodal i {
      padding: 0px 5px;
      float: none;
      display: inline-block; } }

.header-type-3 .header-search span, .header-type-3 .mini-cart-details #cartCount i {
  font-size: 18px; }
  @media screen and (max-width: 992px) {
    .header-type-3 .header-search span, .header-type-3 .mini-cart-details #cartCount i {
      font-size: 14px; } }
  @media screen and (max-width: 767px) {
    .header-type-3 .header-search span, .header-type-3 .mini-cart-details #cartCount i {
      font-size: 16px; } }

.header-type-3 .menu_bar_right {
  float: left; }
  @media screen and (max-width: 767px) {
    .header-type-3 .menu_bar_right {
      float: none;
      display: inline-block; } }

@media screen and (max-width: 767px) {
  .header-type-3 .menu_bar_right li:last-child {
    margin-bottom: 0; } }

.header-type-3 .menu-icon {
  float: right;
  width: auto; }
  @media screen and (max-width: 767px) {
    .header-type-3 .menu-icon {
      float: right;
      right: 10px; } }

.header-type-3 .menu-tool {
  float: left;
  width: 90%; }

@media screen and (max-width: 767px) {
  .header-type-3 .customer_account {
    text-align: left; } }

.header-type-3 .customer_account ul li {
  border: none;
  margin: 0;
  padding: 0 0 10px; }

.header-type-3 .customer_account ul li:last-child {
  padding-bottom: 0; }

.header-type-3 .mini-cart-details #cartCount i {
  margin-right: 0px; }

.header-type-3 #minicart_total {
  float: left;
  margin-top: -8px;
  font-size: 13px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%; }

.header-type-3 #slidedown-modal {
  padding: 20px; }

.header-type-3 #slidedown-modal {
  top: 100%;
  right: 0; }
  @media screen and (max-width: 767px) {
    .header-type-3 #slidedown-modal {
      right: 0; } }

.header-type-3 .menubar-section #Togglemodal {
  font-size: 18px;
  padding: 0; }
  @media screen and (max-width: 767px) {
    .header-type-3 .menubar-section #Togglemodal {
      float: none;
      font-size: 16px; } }

.header-type-3 #cartCount {
  float: left; }

.header-type-3 .mini-cart-details #cartCount i {
  margin-top: 0; }

.header-type-3 .menubar-section #Togglemodal i, .header-type-3 .header-search span {
  cursor: pointer;
  -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-3 .tbl-list > li.currency .flag-dropdown-menu li {
  margin: 0; }
  @media screen and (max-width: 767px) {
    .header-type-3 .tbl-list > li.currency .flag-dropdown-menu li {
      padding: 0px; } }

.header-type-3 a.icon-cart-arrow i {
  float: left;
  font-size: 18px; }
  @media screen and (max-width: 992px) {
    .header-type-3 a.icon-cart-arrow i {
      font-size: 14px; } }
  @media screen and (max-width: 767px) {
    .header-type-3 a.icon-cart-arrow i {
      font-size: 16px; } }

.header-type-3 .header-bar__module a .detail {
  float: right;
  margin-top: -5px;
  margin-left: -7px; }

.header-type-3 .cartCountspan {
  display: none; }

.header-type-3 #cartCount {
  float: left;
  font-size: 13px; }

.header-type-3 .header-bar__module.cart #cartCount {
  float: none;
  margin-left: 5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 20px;
  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: 992px) {
    .header-type-3 .header-bar__module.cart #cartCount {
      font-size: 11px;
      width: 17px;
      height: 17px;
      border-radius: 50%;
      line-height: 17px; } }

.header-type-3 .site-header__menubar {
  padding: 0px 15px; }
  @media screen and (max-width: 767px) {
    .header-type-3 .site-header__menubar {
      padding: 0px 7px; } }

@media screen and (max-width: 767px) {
  .header-type-3 .header-search input#search {
    display: none; } }

@media screen and (max-width: 767px) {
  .header-type-3 .search-bar__form {
    background: none !important;
    border: none !important;
    display: inline-block; } }

@media screen and (max-width: 767px) {
  .header-type-3 .search-bar__form button {
    padding: 0 5px;
    font-size: 16px; } }

@media screen and (max-width: 767px) {
  .header-type-3 .search-bar__form button i {
    line-height: 50px; } }

@media screen and (max-width: 767px) {
  .header-type-3 .wrapper {
    padding: 0; } }

.header-type-3 #slidedown-modal:after, .header-type-3 #slidedown-modal:before {
  right: 0;
  left: auto; }

.header-type-3 .top_bar li a span {
  padding-right: 0; }

.header-type-3 .top_bar li a {
  display: inline-block; }

.header-type-3 .top_bar .top_bar_right li span, .header-type-3 .top_bar_right .top_bar li a, .header-type-3 .top_bar li a {
  padding-right: 10px; }
  @media screen and (max-width: 992px) {
    .header-type-3 .top_bar .top_bar_right li span, .header-type-3 .top_bar_right .top_bar li a, .header-type-3 .top_bar li a {
      padding-right: 10px; } }
  @media screen and (max-width: 767px) {
    .header-type-3 .top_bar .top_bar_right li span, .header-type-3 .top_bar_right .top_bar li a, .header-type-3 .top_bar li a {
      padding-right: 5px; } }

@media screen and (max-width: 767px) {
  .header-type-3 .top_bar .top_bar_right li a, .header-type-3 .top_bar .top_bar_right li span, .header-type-3 .top_bar li a {
    border: none !important; } }

@media screen and (max-width: 767px) {
  .header-type-3 .menubar-section {
    float: right;
    width: 50%;
    position: static; } }

.header-type-3 .search-bar__form button {
  position: static; }

.header-type-3 .search-bar__form {
  border: none;
  width: 90%; }
  @media screen and (max-width: 767px) {
    .header-type-3 .search-bar__form {
      width: 85%; } }
  @media screen and (max-width: 567px) {
    .header-type-3 .search-bar__form {
      width: 75%; } }

@media screen and (max-width: 767px) {
  .header-type-3 .search-bar input[type="search"] {
    width: 80%; } }

.header-type-3 .search-bar__form button, .header-type-3 .search-bar__icon-button {
  -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-3 .is-sticky .site-header__logo {
  display: block; }

@media screen and (max-width: 992px) {
  .header-type-3 .menu-tool ul li a {
    font-size: 12px; } }

/* Header Type 4 */
@media screen and (max-width: 567px) {
  .header-type-4 .top_bar li, .header-type-4 .top_bar span {
    float: none; } }

.header-type-4 .site-header .site-header__logo img {
  right: 0; }
  @media screen and (max-width: 767px) {
    .header-type-4 .site-header .site-header__logo img {
      right: auto; } }

.header-type-4 .menu-tool {
  width: 100%; }

.header-type-4 .site-nav {
  float: none; }

.header-type-4 .menubar-section {
  float: none;
  text-align: center;
  width: 100%; }

.header-type-4 .menu-tool ul li {
  float: none;
  display: inline-block; }

.header-type-4 .top_bar {
  padding: 10px 15px; }

@media screen and (max-width: 767px) {
  .header-type-4 .top_bar_menu ul li {
    margin-bottom: 0; } }

.header-type-4 .top_bar_menu {
  float: left;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .header-type-4 .top_bar_menu {
      margin-top: 0; } }
  @media screen and (max-width: 567px) {
    .header-type-4 .top_bar_menu {
      text-align: center; } }

.header-type-4 .top_bar_menu ul {
  float: left; }
  @media screen and (max-width: 567px) {
    .header-type-4 .top_bar_menu ul {
      width: 100%;
      text-align: center; } }

.header-type-4 .customer_account {
  float: right; }
  @media screen and (max-width: 567px) {
    .header-type-4 .customer_account {
      width: 100%;
      text-align: center;
      margin-top: 10px; } }

.header-type-4 .customer_account .add-to-wishlist .btn, .header-type-4 .customer_account .add-to-wishlist .btn--secondary, .header-type-4 .customer_account .add-to-wishlist .btn--tertiary, .header-type-4 .customer_account .add-to-wishlist input[type="submit"] {
  padding: 0;
  background: none; }

.header-type-4 .customer_account .tooltip-label {
  display: none; }

.header-type-4 .slidersearch.header_slide_element {
  left: 0; }

@media screen and (max-width: 767px) {
  .header-type-4 .menu_bar_right li {
    float: left;
    width: auto; } }

.header-type-4 .menu_bar_right {
  float: right;
  width: auto; }

.header-type-4 .top_bar_menu .customer_account li {
  border-right: none; }

.header-type-4 .top_bar_menu ul li:last-child, .header-type-4 .customer_account ul li:last-child, .top-bar-type-4 .top-text-container ul li:last-child {
  margin: 0; }

.header-type-4 .menu-tool {
  float: left;
  width: 100%; }

.header-type-4 .tbl-list > li.currency {
  position: static; }
  @media screen and (max-width: 767px) {
    .header-type-4 .tbl-list > li.currency {
      float: none;
      display: inline-block; } }

@media screen and (max-width: 767px) {
  .header-type-4 .header-search {
    float: none;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 0px; } }

.header-type-4 .mini-cart-details #cartCount i {
  margin-top: 0;
  margin-right: 15px; }

.header-type-4 .mini-cart-details #cartCount {
  float: left; }

.header-type-4 #minicart_total {
  float: none;
  font-size: 12px;
  margin-top: 0; }

.header-type-4 .cart_text p {
  font-size: 13px; }

.header-type-4 .header-bar__module.cart .baskettop .mini-cart-details a #cartCount, .header-type-4 .header-search span, .header-type-4 .tbl-list > li.currency > .dropdown-toggle {
  -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-4 .header-bar__module.cart .baskettop a.icon-cart-arrow, .header-type-4 .header-search span, .header-type-4 .tbl-list > li.currency > .dropdown-toggle {
  padding: 0px 10px;
  float: left; }
  @media screen and (max-width: 992px) {
    .header-type-4 .header-bar__module.cart .baskettop a.icon-cart-arrow, .header-type-4 .header-search span, .header-type-4 .tbl-list > li.currency > .dropdown-toggle {
      padding: 0; } }
  @media screen and (max-width: 767px) {
    .header-type-4 .header-bar__module.cart .baskettop a.icon-cart-arrow, .header-type-4 .header-search span, .header-type-4 .tbl-list > li.currency > .dropdown-toggle {
      line-height: 50px;
      float: none; } }

.header-type-4 .header_currency, .header-type-4 .header_cart {
  padding: 0; }

.header-type-4 .header_cart {
  padding: 0 0 0 7px; }
  @media screen and (max-width: 767px) {
    .header-type-4 .header_cart {
      display: inline-block;
      width: 100%;
      text-align: center; } }

.header-type-4 .header-bar__module.cart .baskettop a.icon-cart-arrow {
  font-size: 18px;
  padding: 0 0px 0 10px; }
  @media screen and (max-width: 767px) {
    .header-type-4 .header-bar__module.cart .baskettop a.icon-cart-arrow {
      float: none;
      display: inline-block;
      line-height: normal;
      padding: 0px; } }

.header-type-4 .header-bar__module.cart .baskettop a.icon-cart-arrow img {
  float: left; }
  @media screen and (max-width: 767px) {
    .header-type-4 .header-bar__module.cart .baskettop a.icon-cart-arrow img {
      float: none;
      max-width: 78%;
      position: relative;
      top: 7px; } }

.header-type-4 a.icon-cart-arrow i {
  float: left;
  line-height: 1.7; }

.header-type-4 .header-bar__module a .detail {
  float: right; }

.header-type-4 .cartCountspan {
  display: none; }

.header-type-4 #cartCount {
  float: left;
  font-size: 12px;
  margin-left: -7px;
  margin-top: -7px; }

.header-type-4 .header-bar__module.cart #cartCount {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 20px;
  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-4 .site-header__logo a {
  left: 0;
  right: 0; }

.header-type-4 .site-header__menubar {
  height: auto; }

.header-type-4 .header_toggle.active + .header_slide_element {
  top: 0; }

.header-type-4 .slidersearch.header_slide_element {
  -webkit-transform: translate(100%, 0%);
  transform: translate(100%, 0%); }
  @media screen and (max-width: 767px) {
    .header-type-4 .slidersearch.header_slide_element {
      -webkit-transform: translate(0%, 0%);
      transform: translate(0%, 0%);
      padding: 0; } }

.header-type-4 .slidersearch.header_slide_element {
  padding: 12px 10px;
  box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.15); }
  @media screen and (max-width: 767px) {
    .header-type-4 .slidersearch.header_slide_element {
      padding: 0; } }

@media screen and (max-width: 767px) {
  .header-type-4 .header-search input#search {
    display: none; } }

@media screen and (max-width: 767px) {
  .header-type-4 .search-bar__form {
    background: none !important;
    border: none !important;
    float: none;
    display: inline-block; } }

@media screen and (max-width: 767px) {
  .header-type-4 .search-bar__form button {
    font-size: 14px;
    padding: 0px 5px; } }

@media screen and (max-width: 767px) {
  .header-type-4 .search-bar__form button i {
    line-height: 50px; } }

@media screen and (max-width: 767px) {
  .header-type-4 .tbl-list > li.currency > .dropdown-toggle {
    font-size: 14px; } }

@media screen and (max-width: 767px) {
  .header-type-4 .tbl-list > li.currency .flag-dropdown-menu {
    padding: 10px 0 !important; } }

.header-type-4 .search-bar__form button {
  -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-4 .header-search {
  width: 300px;
  padding: 0 7px 0 0px; }
  @media screen and (max-width: 992px) {
    .header-type-4 .header-search {
      width: 200px; } }
  @media screen and (max-width: 767px) {
    .header-type-4 .header-search {
      float: left;
      width: auto;
      margin: 0 0 0px; } }
  @media screen and (max-width: 567px) {
    .header-type-4 .header-search {
      width: auto; } }

.header-type-4 .search-bar__form {
  border: none; }

.header-type-4 .sb-search {
  float: left; }

.header-type-4 .is-sticky .menu_bar_right {
  right: 20px; }

.header-type-4 .is-sticky .site-header__menubar .site-header__logo, .header-type-4 .is-sticky .site-header__menubar .header-search, .header-type-4 .is-sticky .header_currency {
  display: none; }

.header-type-4 .site-nav-dropdown .inner .dropdown li, .header-type-4 .menu-tool .site-nav .site-nav-dropdown li {
  width: 100%; }

.header-type-4 .is-sticky .menubar_inner {
  position: static; }

.header-type-4 .menubar_inner {
  position: relative;
  float: left;
  width: 100%;
  z-index: 9; }

.header-type-4 .header-search {
  left: 0; }

.header-type-4 .header-search {
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }
  @media screen and (max-width: 767px) {
    .header-type-4 .header-search {
      position: static;
      transform: translateY(0%);
      -webkit-transform: translateY(0%);
      -moz-transform: translateY(0%);
      -o-transform: translateY(0%);
      -ms-transform: translateY(0%); } }

.header-type-4 .menu_bar_right {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }

.header-type-4 .sb-search.sb-search-open .sb-icon-search {
  border-radius: 0 7px 7px 0; }

.header-type-4 .header-search input#search {
  border-radius: 7px 7px; }

/* Header Type 5 */
.header-type-5 .customer_account {
  position: relative;
  float: none; }
  @media screen and (max-width: 767px) {
    .header-type-5 .customer_account {
      text-align: left; } }

.header-type-5 .customer_account ul {
  list-style: none; }

.header-type-5 .site-header__logo a {
  padding: 0; }

.header-type-5 .customer_account ul li {
  display: inline-block;
  width: 100%; }

.header-type-5 .menu_bar_right {
  float: right;
  width: auto; }
  @media screen and (max-width: 767px) {
    .header-type-5 .menu_bar_right {
      float: none;
      display: inline-block; } }

.header-type-5 .menu-tool {
  width: 100%; }

.header-type-5 .site-nav > li:first-child a {
  padding-left: 0; }

.header-type-5 .site-nav {
  float: left;
  width: 100%; }

.header-type-5 .customer_account ul li {
  border: none;
  margin: 0; }

.header-type-5 .customer_account ul li:last-child a {
  padding-bottom: 0; }

.header-type-5 .mini-cart-details #cartCount i {
  margin-right: 0px;
  margin-top: 0; }

.header-type-5 .cartCountspan, .header-type-5 #cartCount {
  float: left;
  font-size: 13px; }
  @media screen and (max-width: 767px) {
    .header-type-5 .cartCountspan, .header-type-5 #cartCount {
      float: none;
      display: inline-block; } }

.header-type-5 #minicart_total {
  float: left;
  margin-top: 0px;
  font-size: 13px;
  margin-left: 10px;
  padding-left: 10px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .header-type-5 #minicart_total {
      display: none; } }

.header-type-5 #minicart_total:before {
  content: "";
  float: left;
  width: 2px;
  height: 18px;
  margin: 0px;
  position: absolute;
  left: 0;
  top: 0; }

.header-type-5 #slidedown-modal {
  padding: 20px; }

.header-type-5 .menu_icon #Togglemodal {
  cursor: pointer;
  font-size: 18px;
  padding: 0 0 0 10px; }
  @media screen and (max-width: 767px) {
    .header-type-5 .menu_icon #Togglemodal {
      font-size: 16px; } }

.header-type-5 .header-search span, .header-type-5 .mini-cart-details #cartCount i, .header-type-5 .header-search .header_toggle i {
  float: left;
  font-size: 18px; }

.header-type-5 .menu_icon li a {
  padding: 0px 0px 0 0px; }

.header-type-5 .menu_icon li.header-search {
  padding-left: 15px; }

.header-type-5 .header-search .header_toggle span {
  padding: 0px 20px; }

@media screen and (max-width: 767px) {
  .header-type-5 .top_bar li a, .header-type-5 .top_bar li span, .top-bar-type-5.top_bar .tbl-list > li.currency > .dropdown-toggle {
    border: none !important; } }

.header-type-5 .menu_icon li a, .header-type-5 .header-search .header_toggle span {
  float: left; }
  @media screen and (max-width: 767px) {
    .header-type-5 .menu_icon li a, .header-type-5 .header-search .header_toggle span {
      float: none;
      display: inline-block; } }

.header-type-5 .menu_icon li {
  float: left;
  padding: 0; }
  @media screen and (max-width: 767px) {
    .header-type-5 .menu_icon li {
      float: none;
      display: inline-block; } }

.header-type-5 .menu_search li.header-search {
  width: 300px;
  padding: 0; }
  @media screen and (max-width: 767px) {
    .header-type-5 .menu_search li.header-search {
      float: left;
      width: auto;
      margin: 0 0 0px; } }
  @media screen and (max-width: 567px) {
    .header-type-5 .menu_search li.header-search {
      width: auto;
      padding: 0; } }

.header-type-5 #cartCount {
  margin-left: 5px; }

.header-type-5 #cartCount, .header-type-5 a .detail {
  float: left;
  margin-right: 5px; }
  @media screen and (max-width: 767px) {
    .header-type-5 #cartCount, .header-type-5 a .detail {
      float: none;
      display: inline-block;
      margin-right: 0px; } }

.header-type-5 a.icon-cart-arrow i {
  float: left;
  margin-right: 0;
  font-size: 18px; }
  @media screen and (max-width: 767px) {
    .header-type-5 a.icon-cart-arrow i {
      font-size: 16px;
      float: none;
      display: inline-block; } }

.header-type-5 .menu_icon {
  float: right;
  width: auto;
  padding: 0 10px;
  list-style: none; }

.header-type-5 .menu_search.menu_icon {
  z-index: 1; }

.header-type-5 .menu_icon .customer_account li a {
  padding: 0 0 10px;
  line-height: normal; }

.header-type-5 .menu-tool {
  float: left;
  width: 100%; }
  @media screen and (max-width: 1199px) {
    .header-type-5 .menu-tool {
      padding: 0 15px; } }

.header-type-5 .menubar-section #Togglemodal i, .header-type-5 .header-search span {
  cursor: pointer;
  -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-5 .site-header__menubar {
  height: auto; }
  @media screen and (max-width: 1199px) {
    .header-type-5 .site-header__menubar {
      padding: 0 10px; } }
  @media screen and (max-width: 767px) {
    .header-type-5 .site-header__menubar {
      padding: 0 10px; } }

@media screen and (max-width: 767px) {
  .header-type-5 .header-search input#search {
    display: none; } }

@media screen and (max-width: 767px) {
  .header-type-5 .search-bar__form {
    background: none !important;
    border: none !important;
    float: none;
    display: inline-block; } }

.header-type-5 #slidedown-modal:after, .header-type-5 #slidedown-modal:before {
  right: 0;
  left: auto; }

@media screen and (max-width: 767px) {
  .header-type-5 .search-bar__form button {
    line-height: 50px;
    padding: 0 15px;
    font-size: 16px; } }

@media screen and (max-width: 767px) {
  .header-type-5 .tbl-list > li.currency > .dropdown-toggle {
    font-size: 16px; } }

@media screen and (max-width: 767px) {
  .header-type-5 .tbl-list > li.currency .flag-dropdown-menu {
    padding: 10px 0 !important; } }

.header-type-5 .header_toggle.active + .header_slide_element {
  top: 0; }

.header-type-5 .slidersearch.header_slide_element {
  -webkit-transform: translate(100%, 0%);
  transform: translate(100%, 0%); }
  @media screen and (max-width: 767px) {
    .header-type-5 .slidersearch.header_slide_element {
      -webkit-transform: translate(0%, 0%);
      transform: translate(0%, 0%);
      padding: 0; } }

.header-type-5 .slidersearch.header_slide_element {
  padding: 12px 10px;
  box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.15); }
  @media screen and (max-width: 767px) {
    .header-type-5 .slidersearch.header_slide_element {
      padding: 0; } }

.header-type-5 .search-bar__form button {
  -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-5 .search-bar__form {
  border: none; }

.header-type-5 .is-sticky .site-header__menubar .site-header__logo, .header-type-5 .is-sticky .menu_icon li.header-search, .header-type-5 .is-sticky #minicart_total, .header-type-5 .is-sticky .menu_icon li:last-child, .header-type-5 .is-sticky .menu_bar_right {
  display: none; }

.header-type-5 .menu_icon {
  min-height: 0; }

.header-type-5 .menu_icon_section {
  position: relative;
  float: left;
  width: 100%; }

.header-type-5 .menu_icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }

.header-type-5 .sb-search {
  z-index: 1; }

.header-type-5 .menu_icon_container {
  float: right;
  width: auto; }

.header-type-5 .is-sticky .menu_icon_section {
  position: static; }

.header-type-5 div#toggle-search {
  position: absolute;
  right: 0;
  width: 300px;
  top: 30px; }

.header-type-5 .header-search .btn, .header-type-5 .header-search .btn--secondary, .header-type-5 .header-search .btn--tertiary, .header-type-5 .header-search input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 42px;
  line-height: 42px; }

.header-type-5 .header-search .btn::before, .header-type-5 .header-search .btn--secondary::before, .header-type-5 .header-search .btn--tertiary::before, .header-type-5 .header-search input[type="submit"]::before {
  left: 0; }

.header-type-5 .header-search input[type="text"] {
  height: 42px;
  padding: 0 48px 0 15px; }

/* Header Type 6 */
.header-type-6 .site-header__logo {
  text-align: left; }

.header-type-6 .site-header__logo img {
  position: static;
  top: auto;
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%); }

.header-type-6 .site-header__logo {
  position: static;
  height: auto; }

.header-type-6 .top_bar ul li {
  margin-right: 10px; }

@media screen and (max-width: 767px) {
  .header-type-6 .top_bar_left {
    display: none; } }

.header-type-6 .menu-tool ul li:first-child a {
  padding-left: 0; }

.header-type-6 .menu-tool {
  width: 100%;
  float: left; }

.header-type-6 .site-nav, .header-type-6 .top_like_btn {
  float: left; }

.header-type-6 .top_bar_menu .customer_account li a {
  border-right: none; }

.header-type-6 .top_like_btn {
  margin-left: 20px; }
  @media screen and (max-width: 992px) {
    .header-type-6 .top_like_btn {
      margin-left: 10px; } }

.header-type-6 .customer_account {
  margin-left: 20px; }
  @media screen and (max-width: 992px) {
    .header-type-6 .customer_account {
      margin-left: 10px; } }
  @media screen and (max-width: 767px) {
    .header-type-6 .customer_account {
      float: right; } }
  @media screen and (max-width: 567px) {
    .header-type-6 .customer_account {
      margin-left: 0;
      padding-left: 0; } }

.header-type-6 .menu_bar_right {
  float: right;
  width: auto; }

.header-type-6 .header_top {
  float: left;
  width: 60%;
  padding: 0px 0 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }
  @media screen and (max-width: 567px) {
    .header-type-6 .header_top {
      position: static;
      transform: translateY(0%);
      -webkit-transform: translateY(0%);
      -moz-transform: translateY(0%);
      -o-transform: translateY(0%);
      -ms-transform: translateY(0%); } }
  @media screen and (max-width: 767px) {
    .header-type-6 .header_top {
      width: 75%; } }
  @media screen and (max-width: 567px) {
    .header-type-6 .header_top {
      width: 50%; } }

.header-type-6 .menu-tool {
  float: left;
  width: 100%; }

.header-type-6 .header-search, .header-type-6 .header_currency, .header-type-6 .header_cart {
  padding: 0; }

.header-type-6 .header-search {
  width: 300px; }
  @media screen and (max-width: 1199px) {
    .header-type-6 .header-search {
      width: 240px; } }
  @media screen and (max-width: 992px) {
    .header-type-6 .header-search {
      width: auto; } }

.header-type-6 .mini-cart-details #cartCount i {
  margin-top: 0;
  margin-right: 15px; }

.header-type-6 .mini-cart-details #cartCount {
  float: left; }

.header-type-6 #minicart_total {
  font-size: 12px; }

.header-type-6 .cart_text p {
  font-size: 13px; }

.header-type-6 .header-bar__module.cart .baskettop .mini-cart-details a #cartCount, .header-type-6 .header-search span, .header-type-6 .tbl-list > li.currency > .dropdown-toggle {
  -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-6 .header-bar__module.cart .baskettop .mini-cart-details #cartCount, .header-type-6 .header-search span, .header-type-6 .tbl-list > li.currency > .dropdown-toggle {
  padding: 0px 0 0 20px;
  float: left; }
  @media screen and (max-width: 767px) {
    .header-type-6 .header-bar__module.cart .baskettop .mini-cart-details #cartCount, .header-type-6 .header-search span, .header-type-6 .tbl-list > li.currency > .dropdown-toggle {
      padding: 0px 0 0 10px; } }

.header-type-6 .header_currency, .header-type-6 .header_cart {
  padding: 0; }
  @media screen and (max-width: 767px) {
    .header-type-6 .header_currency, .header-type-6 .header_cart {
      width: auto; } }

@media screen and (max-width: 767px) {
  .header-type-6 .promo_img {
    width: 70%; } }
@media screen and (max-width: 567px) {
  .header-type-6 .promo_img {
    width: 100%; } }

.header-type-6 .promo_img a {
  margin: 0 20px; }
  @media screen and (max-width: 992px) {
    .header-type-6 .promo_img a {
      margin: 0 10px; } }
  @media screen and (max-width: 567px) {
    .header-type-6 .promo_img a {
      margin: 15px 0;
      width: 100%;
      text-align: center; } }

.header-type-6 .promo_img img {
  max-height: 100%; }

.header-type-6 .header-bar__module.cart .baskettop a.icon-cart-arrow {
  float: left;
  padding: 0px;
  margin-left: 20px; }
  @media screen and (max-width: 767px) {
    .header-type-6 .header-bar__module.cart .baskettop a.icon-cart-arrow {
      padding: 0px;
      float: none;
      display: inline-block;
      margin-left: 5px; } }

.header-type-6 #cartCount {
  float: none;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: auto;
  position: absolute;
  top: 12px;
  left: 0;
  right: 0; }
  @media screen and (max-width: 1199px) {
    .header-type-6 #cartCount {
      top: 7px;
      left: -10px; } }

.header-type-6 .header-bar__module.cart .baskettop a.icon-cart-arrow img.cart-logo {
  display: inline-block; }
  @media screen and (max-width: 767px) {
    .header-type-6 .header-bar__module.cart .baskettop a.icon-cart-arrow img.cart-logo {
      max-width: 73%;
      padding: 6px 0 0; } }

@media screen and (max-width: 767px) {
  .header-type-6 .top_bar li {
    margin-bottom: 0; } }

@media screen and (max-width: 767px) {
  .header-type-6 .top_bar_menu {
    margin-top: 0; } }

@media screen and (max-width: 992px) {
  .header-type-6 .header-search input#search {
    display: none; } }

@media screen and (max-width: 992px) {
  .header-type-6 .search-bar__form {
    border: none !important;
    float: none;
    display: inline-block; } }

@media screen and (max-width: 992px) {
  .header-type-6 .search-bar__form button {
    padding: 0px 5px;
    font-size: 20px;
    height: auto;
    line-height: normal;
    font-size: 16px; } }

@media screen and (max-width: 992px) {
  .header-type-6 .tbl-list > li.currency > .dropdown-toggle {
    font-size: 18px; } }
@media screen and (max-width: 767px) {
  .header-type-6 .tbl-list > li.currency > .dropdown-toggle {
    float: none;
    padding: 0 5px;
    font-size: 14px; } }

@media screen and (max-width: 767px) {
  .header-type-6 .tbl-list > li.currency {
    float: none; } }

@media screen and (max-width: 992px) {
  .header-type-6 .top_bar_menu ul li, .header-type-6 .customer_account ul li {
    margin-right: 5px;
    padding-right: 5px; } }

@media screen and (max-width: 992px) {
  .header-type-6 .top_bar_menu ul li:last-child, .header-type-6 .customer_account ul li:last-child {
    margin-right: 0px;
    padding-right: 0px; } }

@media screen and (max-width: 1199px) {
  .header-type-6 .top_bar {
    padding: 12px 15px; } }
@media screen and (max-width: 992px) {
  .header-type-6 .top_bar {
    padding: 12px 10px; } }

@media screen and (max-width: 992px) {
  .header-type-6 .top_bar ul li a {
    font-size: 12px; } }

@media screen and (max-width: 567px) {
  .header-type-6 .customer_account {
    border: none !important; } }

@media screen and (max-width: 992px) {
  .header-type-6 .header-search span {
    font-size: 30px; } }

.header-type-6 .site-header__menubar {
  height: auto; }
  @media screen and (max-width: 1199px) {
    .header-type-6 .site-header__menubar {
      padding: 0 15px; } }
  @media screen and (max-width: 992px) {
    .header-type-6 .site-header__menubar {
      padding: 0 10px; } }
  @media screen and (max-width: 767px) {
    .header-type-6 .site-header__menubar {
      padding: 0px 7px; } }

@media screen and (max-width: 1199px) {
  .header-type-6 .menubar-section {
    padding: 0 15px; } }
@media screen and (max-width: 992px) {
  .header-type-6 .menubar-section {
    padding: 0 10px; } }

@media screen and (max-width: 767px) {
  .header-type-6 .site-header__logo {
    width: 30%; } }
@media screen and (max-width: 567px) {
  .header-type-6 .site-header__logo {
    width: 100%; } }

.header-type-6 .tbl-list > li.currency > .dropdown-toggle {
  font-size: 20px; }
  @media screen and (max-width: 992px) {
    .header-type-6 .tbl-list > li.currency > .dropdown-toggle {
      font-size: 18px; } }
  @media screen and (max-width: 767px) {
    .header-type-6 .tbl-list > li.currency > .dropdown-toggle {
      font-size: 16px; } }

@media screen and (max-width: 767px) {
  .header-type-6 .top_bar li a, .header-type-6 .top_bar li span {
    border-right: none !important; } }

@media screen and (max-width: 767px) {
  .header-type-6 .customer_account li:first-child a {
    border-left: none !important; } }

.header-type-6 .customer_account .add-to-wishlist .btn, .header-type-6 .customer_account .add-to-wishlist .btn--secondary, .header-type-6 .customer_account .add-to-wishlist .btn--tertiary, .header-type-6 .customer_account .add-to-wishlist input[type="submit"] {
  padding: 0;
  background: none; }

.header-type-6 .customer_account .tooltip-label {
  display: none; }

.header-type-6 .header_toggle.active + .header_slide_element {
  top: 0; }

.header-type-6 .slidersearch.header_slide_element {
  -webkit-transform: translate(100%, 0%);
  transform: translate(100%, 0%); }
  @media screen and (max-width: 992px) {
    .header-type-6 .slidersearch.header_slide_element {
      -webkit-transform: translate(0%, 0%);
      transform: translate(0%, 0%);
      padding: 0; } }

.header-type-6 .slidersearch.header_slide_element {
  padding: 11px 10px;
  box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.15); }
  @media screen and (max-width: 767px) {
    .header-type-6 .slidersearch.header_slide_element {
      padding: 0; } }

@media screen and (max-width: 992px) {
  .header-type-6 .search-bar__form {
    margin: 0; } }

.header-type-6 .search-bar__form input[type="text"] {
  border: none;
  height: 44px; }

.header-type-6 .search-bar__form button {
  height: 44px;
  line-height: 44px;
  margin: 0; }
  @media screen and (max-width: 992px) {
    .header-type-6 .search-bar__form button {
      height: auto;
      line-height: normal; } }

.header-type-6 .search-bar__form button {
  -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: 992px) {
  .header-type-6 .header-search .header_toggle {
    display: none; } }

@media screen and (max-width: 992px) {
  .header-type-6 .search-bar__form button {
    position: static;
    margin: 0;
    line-height: normal;
    font-size: 18px; } }
@media screen and (max-width: 767px) {
  .header-type-6 .search-bar__form button {
    font-size: 16px; } }

.header-type-6 .is-sticky .header_top, .header-type-6 .is-sticky .header-search, .header-type-6 .is-sticky .header_currency {
  display: none; }

.header-type-6 .is-sticky .menu_bar_right {
  min-height: 0; }

.header-type-6 .menu_icon_section {
  position: relative;
  float: left;
  width: 100%;
  height: 52px; }
  @media screen and (max-width: 567px) {
    .header-type-6 .menu_icon_section {
      height: auto;
      margin: 20px 0; } }

.header-type-6 .menu_bar_right {
  right: 0; }

.header-type-6 .promo_img {
  right: 0;
  left: 0;
  text-align: center; }

.header-type-6 .menu_bar_right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }
  @media screen and (max-width: 567px) {
    .header-type-6 .menu_bar_right {
      position: static;
      transform: translateY(0%);
      -webkit-transform: translateY(0%);
      -moz-transform: translateY(0%);
      -o-transform: translateY(0%);
      -ms-transform: translateY(0%); } }

.header-type-6 .promo_img {
  padding: 0 20px; }
  @media screen and (max-width: 567px) {
    .header-type-6 .promo_img {
      padding: 0px;
      margin-top: 10px; } }

.header-type-6 .site-header__logo, .header-type-6 .is-sticky .menu_icon_section {
  position: static;
  height: auto; }

.header-type-6 .is-sticky .menu_bar_right {
  right: 2%; }

/* Header Type 7 */
.header-type-7 .flag-dropdown-menu {
  opacity: 1;
  position: static;
  visibility: visible; }

.header-type-7 .flag-dropdown-menu li {
  display: inline-block;
  width: 18%; }

.header-type-7 .menu_bar_right {
  float: left;
  width: auto; }
  @media screen and (max-width: 767px) {
    .header-type-7 .menu_bar_right {
      float: none;
      display: inline-block; } }

.header-type-7 .header-panel-top ul li, .header-type-7 .flag-dropdown-menu {
  padding-bottom: 10px;
  box-shadow: 0 0 0 0;
  -webkit-box-shadow: 0px 0px 0px 0;
  -ms-transform: 0px 0px 0px 0px;
  -o-transform: 0px 0px 0px 0px;
  box-shadow: 0px 0px 0px 0; }

.header-type-7 .flag-dropdown-menu {
  box-shadow: 0 0 0 0;
  -webkit-box-shadow: 0px 0px 0px 0;
  -ms-transform: 0px 0px 0px 0px;
  -o-transform: 0px 0px 0px 0px;
  box-shadow: 0px 0px 0px 0; }

.header-type-7 .flag-dropdown-menu {
  background: transparent; }

.header-type-7 .slidedown_section ul {
  padding: 0px; }

.header-type-7 .customer_account a i {
  margin-right: 7px; }

.header-type-7 .customer_account li {
  border: none; }

.header-type-7 .slidedown_section ul li span {
  display: block; }

.header-type-7 .slidedown_section ul.flag-dropdown-menu li span, .header-type-7 #minicart_total {
  display: none; }

.header-type-7 #slidedown-modal {
  padding: 20px; }

.header-type-7 .header-panel-top ul li.header_cart {
  padding: 0px; }

.header-type-7 .header-panel-top ul li {
  margin: 0;
  padding: 0 0 10px; }
  @media screen and (max-width: 767px) {
    .header-type-7 .header-panel-top ul li {
      padding: 0; } }

.header-type-7 #slidedown-modal {
  top: 100%;
  right: 0; }

.header-type-7 .header-search span, .header-type-7 a.icon-cart-arrow {
  font-size: 18px; }
  @media screen and (max-width: 992px) {
    .header-type-7 .header-search span, .header-type-7 a.icon-cart-arrow {
      font-size: 16px; } }

.header-type-7 .header_cart {
  padding: 0; }

.header-type-7 .header_cart a {
  font-size: 20px;
  font-weight: normal;
  float: left;
  padding: 0px 10px; }
  @media screen and (max-width: 992px) {
    .header-type-7 .header_cart a {
      padding: 0px 7px; } }
  @media screen and (max-width: 767px) {
    .header-type-7 .header_cart a {
      padding: 0px 10px; } }

.header-type-7 .header-search {
  padding: 0; }
  @media screen and (max-width: 767px) {
    .header-type-7 .header-search {
      float: none;
      display: inline-block; } }

.header-type-7 .header-bar__module.cart .baskettop a.icon-cart-arrow i {
  line-height: 2px; }

.header-type-7 .header-search span {
  padding: 0px 10px;
  float: left; }
  @media screen and (max-width: 1199px) {
    .header-type-7 .header-search span {
      padding: 0 5px; } }
  @media screen and (max-width: 767px) {
    .header-type-7 .header-search span {
      float: none;
      display: inline-block; } }

.header-type-7 .slidedown_section #Togglemodal i {
  padding: 0px 0px 0 10px;
  float: left; }
  @media screen and (max-width: 992px) {
    .header-type-7 .slidedown_section #Togglemodal i {
      padding: 0 5px; } }
  @media screen and (max-width: 767px) {
    .header-type-7 .slidedown_section #Togglemodal i {
      float: none; } }

.header-type-7 .slidedown_section ul li span.fa, .header-type-7 .slidedown_section ul li span {
  display: none; }

.header-type-7 .menu-icon {
  float: right;
  width: auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }
  @media screen and (max-width: 767px) {
    .header-type-7 .menu-icon {
      right: 10px; } }

.header-type-7 .menu-tool {
  display: inline-block;
  width: 89%;
  text-align: center;
  margin: auto; }

.header-type-7 .customer_account ul li {
  border: none;
  margin: 0;
  padding: 0 0 10px; }

.header-type-7 .customer_account ul li:last-child {
  padding-bottom: 0; }

.header-type-7 .mini-cart-details #cartCount i {
  margin-right: 0px;
  font-size: 18px; }

.header-type-7 #minicart_total {
  float: left;
  margin-top: -8px;
  font-size: 14px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%; }

.header-type-7 #slidedown-modal {
  padding: 20px; }

.header-type-7 .menubar-section #Togglemodal {
  cursor: pointer;
  font-size: 18px;
  padding: 0; }
  @media screen and (max-width: 992px) {
    .header-type-7 .menubar-section #Togglemodal {
      font-size: 16px; } }
  @media screen and (max-width: 767px) {
    .header-type-7 .menubar-section #Togglemodal {
      float: none; } }

.header-type-7 #cartCount {
  margin-left: 3px;
  font-weight: bold; }

.header-type-7 .mini-cart-details #cartCount i {
  margin-top: 0; }

.header-type-7 .site-header__menubar {
  padding: 0 40px; }
  @media screen and (max-width: 1199px) {
    .header-type-7 .site-header__menubar {
      padding: 0 20px; } }
  @media screen and (max-width: 767px) {
    .header-type-7 .site-header__menubar {
      padding: 0 7px; } }

.header-type-7 .site-header {
  padding: 0; }

.header-type-7 .menubar-section #Togglemodal i, .header-type-7 .header-search span {
  line-height: 2;
  cursor: pointer;
  -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-7 .header-bar__module.cart #cartCount {
  float: left;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 20px;
  text-align: center; }

.header-type-7 #cartCount {
  float: left;
  position: absolute;
  top: -4px;
  left: 22px;
  -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-7 .header-bar__module a .detail {
  float: left; }

@media screen and (max-width: 767px) {
  .header-type-7 .header-search input#search {
    display: none; } }

@media screen and (max-width: 767px) {
  .header-type-7 .search-bar__form {
    background: none !important;
    border: none !important; } }

@media screen and (max-width: 992px) {
  .header-type-7 .header-search button {
    font-size: 16px; } }
@media screen and (max-width: 767px) {
  .header-type-7 .header-search button {
    padding: 0 10px; } }

@media screen and (max-width: 767px) {
  .header-type-7 .header-search button i {
    line-height: 50px; } }

@media screen and (max-width: 767px) {
  .header-type-7 .customer_account {
    width: 100%;
    text-align: left;
    margin-top: 10px; } }

@media screen and (max-width: 767px) {
  .header-type-7 #slidedown-modal:before, .header-type-7 #slidedown-modal:after {
    right: 0;
    left: auto; } }

@media screen and (max-width: 767px) {
  .header-type-7 .menubar-section {
    float: right;
    width: auto; } }

.header-type-7 .flag-dropdown-menu {
  opacity: 1;
  visibility: visible;
  display: block;
  -webkit-transform: scaleY(1);
  -khtml-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1); }

.header-type-7 .search-bar__form button {
  position: static; }

.header-type-7 .search-bar__form {
  border: none;
  width: 90%; }
  @media screen and (max-width: 767px) {
    .header-type-7 .search-bar__form {
      width: 85%; } }
  @media screen and (max-width: 567px) {
    .header-type-7 .search-bar__form {
      width: 75%; } }

@media screen and (max-width: 767px) {
  .header-type-7 .search-bar__form button, .header-type-7 .search-bar input[type="search"] {
    font-size: 16px; } }

.header-type-7 .search-bar button {
  -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-7 .site-nav {
  float: none;
  display: inline-block; }

.header-type-7 .is-sticky .site-header__logo {
  display: block; }

.header-type-7 .site-nav > li > a {
  padding: 0 20px;
  line-height: 52px; }
  @media screen and (max-width: 1199px) {
    .header-type-7 .site-nav > li > a {
      padding: 0 10px; } }
  @media screen and (max-width: 992px) {
    .header-type-7 .site-nav > li > a {
      padding: 0px 7px; } }

.header-type-7 .menubar-section {
  position: relative; }
  @media screen and (max-width: 767px) {
    .header-type-7 .menubar-section {
      position: static; } }

.header-type-7 .is-sticky .site-header__menubar {
  padding: 0 40px; }

/* Header Type 8 */
.header-type-8 .flag-dropdown-menu {
  opacity: 1;
  position: static;
  visibility: visible; }

.header-type-8 .flag-dropdown-menu li {
  display: inline-block;
  width: 18%; }

.header-type-8 .menu_bar_right {
  float: left;
  width: auto; }

.header-type-8 .header-panel-top ul li, .header-type-8 .flag-dropdown-menu {
  padding-bottom: 10px;
  box-shadow: 0 0 0 0;
  -webkit-box-shadow: 0px 0px 0px 0;
  -ms-transform: 0px 0px 0px 0px;
  -o-transform: 0px 0px 0px 0px;
  box-shadow: 0px 0px 0px 0; }

.header-type-8 .flag-dropdown-menu {
  box-shadow: 0 0 0 0;
  -webkit-box-shadow: 0px 0px 0px 0;
  -ms-transform: 0px 0px 0px 0px;
  -o-transform: 0px 0px 0px 0px;
  box-shadow: 0px 0px 0px 0; }

.header-type-8 .flag-dropdown-menu {
  background: transparent; }

.header-type-8 .slidedown_section ul {
  padding: 0px; }

.header-type-8 .customer_account a i {
  margin-right: 7px; }

.header-type-8 .customer_account li {
  border: none; }

.header-type-8 .slidedown_section ul li span {
  display: block; }

@media screen and (max-width: 767px) {
  .header-type-8 .slidedown_section {
    float: left; } }

.header-type-8 .slidedown_section ul.flag-dropdown-menu li span, .header-type-8 #minicart_total {
  display: none; }

.header-type-8 #slidedown-modal {
  padding: 20px; }

.header-type-8 .header-panel-top ul li.header_cart {
  padding: 0px; }
  @media screen and (max-width: 767px) {
    .header-type-8 .header-panel-top ul li.header_cart {
      float: none;
      display: inline-block; } }

.header-type-8 .header-panel-top ul li {
  margin: 0;
  padding: 0 0 10px; }
  @media screen and (max-width: 767px) {
    .header-type-8 .header-panel-top ul li {
      padding: 0; } }

.header-type-8 #slidedown-modal {
  top: 100%;
  right: 0; }

.header-type-8 .header-search span, .header-type-8 a.icon-cart-arrow {
  font-size: 18px;
  padding: 0px 0px;
  float: left; }
  @media screen and (max-width: 992px) {
    .header-type-8 .header-search span, .header-type-8 a.icon-cart-arrow {
      padding: 0;
      font-size: 16px; } }
  @media screen and (max-width: 767px) {
    .header-type-8 .header-search span, .header-type-8 a.icon-cart-arrow {
      padding: 0 3px 0 0; } }

.header-type-8 .header-search, .header-type-8 .header_cart {
  padding: 0; }

.header-type-8 .header-search span, .header-type-8 .header-bar__module.cart .baskettop a.icon-cart-arrow:before, .header-type-8 .slidedown_section #Togglemodal i {
  line-height: 2;
  padding: 0px 10px;
  float: left; }
  @media screen and (max-width: 992px) {
    .header-type-8 .header-search span, .header-type-8 .header-bar__module.cart .baskettop a.icon-cart-arrow:before, .header-type-8 .slidedown_section #Togglemodal i {
      padding: 0 5px; } }
  @media screen and (max-width: 767px) {
    .header-type-8 .header-search span, .header-type-8 .header-bar__module.cart .baskettop a.icon-cart-arrow:before, .header-type-8 .slidedown_section #Togglemodal i {
      float: left; } }

.header-type-8 .slidedown_section ul li span.fa, .header-type-8 .slidedown_section ul li span {
  display: none; }

.header-type-8 .menu-icon {
  float: right;
  width: auto; }
  @media screen and (max-width: 767px) {
    .header-type-8 .menu-icon {
      float: left;
      display: inline-block;
      width: 100%;
      text-align: center; } }

.header-type-8 .menu-tool {
  float: left;
  width: 89%; }

.header-type-8 .customer_account ul li {
  border: none;
  margin: 0;
  padding: 0 0 10px; }

.header-type-8 .customer_account ul li:last-child {
  padding-bottom: 0; }

.header-type-8 .mini-cart-details #cartCount i {
  margin-right: 0px;
  font-size: 18px; }

.header-type-8 #minicart_total {
  float: left;
  margin-top: -8px;
  font-size: 14px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%; }

.header-type-8 #slidedown-modal {
  padding: 20px; }

.header-type-8 .menubar-section #Togglemodal {
  cursor: pointer;
  font-size: 18px;
  padding: 0; }
  @media screen and (max-width: 992px) {
    .header-type-8 .menubar-section #Togglemodal {
      font-size: 16px; } }

.template-index .header-type-8 .site-header {
  position: absolute;
  top: 0;
  z-index: 999; }
  @media screen and (max-width: 767px) {
    .template-index .header-type-8 .site-header {
      position: relative; } }

.header-type-8 .site-header__menubar {
  background: none; }

.header-type-8 #cartCount {
  float: 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; }

.header-type-8 .mini-cart-details #cartCount i {
  margin-top: 0; }

.header-type-8 .site-header {
  padding: 0 20px; }
  @media screen and (max-width: 767px) {
    .header-type-8 .site-header {
      padding: 0 7px; } }

.header-type-8 .menubar-section {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }

.header-type-8 .site-header__menubar {
  position: relative; }

.header-type-8 .menubar-section #Togglemodal i, .header-type-8 .header-search span {
  cursor: pointer;
  -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 #cartCount {
  float: left;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 20px;
  text-align: center; }

.header-type-8 #slidedown-cart li {
  background: transparent; }

.header-type-8 .header-bar__module.cart .baskettop a.icon-cart-arrow {
  float: left;
  padding: 0 10px; }

.header-type-8 .header-bar__module.cart .baskettop a.icon-cart-arrow i {
  float: left;
  line-height: 2; }

.header-type-8 .detail {
  float: right; }

@media screen and (max-width: 767px) {
  .header-type-8 #slidedown-modal:before, .header-type-8 #slidedown-modal:after {
    right: 0;
    left: auto; } }

@media screen and (max-width: 767px) {
  .header-type-8 .header-search input#search {
    display: none; } }

@media screen and (max-width: 767px) {
  .header-type-8 .search-bar__form {
    background: none !important;
    border: none !important; } }

@media screen and (max-width: 767px) {
  .header-type-8 .header-search button i {
    line-height: 50px; } }

@media screen and (max-width: 767px) {
  .header-type-8 .customer_account {
    width: 100%;
    text-align: left;
    margin-top: 10px; } }

.header-type-8 .flag-dropdown-menu {
  opacity: 1;
  visibility: visible;
  display: block;
  -webkit-transform: scaleY(1);
  -khtml-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1); }

@media screen and (max-width: 767px) {
  .header-type-8 .menubar-section {
    float: right;
    width: auto; } }

.header-type-8 .search-bar__form button {
  position: static; }

.header-type-8 .search-bar__form {
  border: none;
  width: 90%; }
  @media screen and (max-width: 767px) {
    .header-type-8 .search-bar__form {
      width: 80%; } }

@media screen and (max-width: 767px) {
  .header-type-8 .search-bar__form button, .header-type-8 .search-bar input[type="search"] {
    font-size: 16px; } }

.header-type-8 .search-bar button {
  -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 .is-sticky .site-header__logo {
  display: block; }

/* New Css */
.header-type-8 .site-nav > li > a {
  padding: 0px 20px; }

/* Header Type 1 */
.header-type-9 .site-nav > li > a {
  padding: 0 20px;
  line-height: 52px; }
  @media screen and (max-width: 1199px) {
    .header-type-9 .site-nav > li > a {
      padding: 0 10px; } }
  @media screen and (max-width: 992px) {
    .header-type-9 .site-nav > li > a {
      padding: 0px 7px; } }

.header-type-9 .menu-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }
  @media screen and (max-width: 767px) {
    .header-type-9 .menu-icon {
      position: static;
      transform: translateY(0%);
      -webkit-transform: translateY(0%);
      -moz-transform: translateY(0%);
      -o-transform: translateY(0%);
      -ms-transform: translateY(0%); } }

.header-type-9 .menubar-section {
  padding-left: 10px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .header-type-9 .menubar-section {
      padding-left: 0px; } }

.header-type-9 .menu_bar_right {
  float: left;
  width: auto; }
  @media screen and (max-width: 767px) {
    .header-type-9 .menu_bar_right {
      float: none;
      display: inline-block;
      width: 21.56%;
      border-right: 1px solid #e4e4e4; } }

.header-type-9 .header-panel-top .customer_account ul li {
  padding-bottom: 10px;
  box-shadow: 0 0 0 0;
  -webkit-box-shadow: 0px 0px 0px 0;
  -ms-transform: 0px 0px 0px 0px;
  -o-transform: 0px 0px 0px 0px;
  box-shadow: 0px 0px 0px 0; }

.header-type-9 .slidedown_section ul {
  padding: 0px; }

.header-type-9 .customer_account a i {
  margin-right: 7px; }

.header-type-9 .customer_account li {
  border: none;
  margin: 0; }

.header-type-9 .slidedown_section ul li span {
  display: block; }

.header-type-9 #slidedown-modal {
  padding: 20px; }

.header-type-9 .header-panel-top ul li.header_cart {
  padding: 0px; }

.header-type-9 .header-panel-top ul.customer_account li {
  margin: 0;
  padding: 0 0 0px; }

.header-type-9 .header-panel-top .customer_account ul li:last-child {
  padding: 0 0 0; }

@media screen and (max-width: 767px) {
  .header-type-9 .header-panel-top .customer_account ul {
    text-align: left; } }

.header-type-9 .header-panel-top ul li.currency-block {
  float: left;
  width: 100%;
  padding: 0 0 10px;
  margin-bottom: 10px; }

.header-type-9 .mini-cart-details {
  float: left; }

.header-type-9 .header-bar__module .cart_text p {
  display: none; }

.header-type-9 .header-bar__module #minicart_total {
  display: none; }

.header-type-9 #slidedown-modal {
  top: 100%;
  right: 0; }
  @media screen and (max-width: 767px) {
    .header-type-9 #slidedown-modal {
      width: 172px; } }
  @media screen and (max-width: 567px) {
    .header-type-9 #slidedown-modal {
      right: auto;
      left: -10px; } }

@media screen and (max-width: 992px) {
  .header-type-9 .menu-tool ul li a {
    font-size: 14px;
    padding: 0px 7px; } }

.header-type-9 .header-search span {
  font-size: 18px;
  padding: 0px 10px;
  float: left; }
  @media screen and (max-width: 992px) {
    .header-type-9 .header-search span {
      font-size: 14px;
      padding: 0px 10px; } }

.header-type-9 .menubar-section #Togglemodal i, .header-type-9 .header-search span {
  -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-9 .menu-tool {
  width: 80%;
  float: left; }

@media screen and (max-width: 767px) {
  .header-type-9 .header-search {
    float: none;
    display: inline-block; } }

.header-type-9 .header-search, .header-type-9 .menubar-section #Togglemodal, .header-type-9 .header-search .header_toggle {
  padding: 0; }
  @media screen and (max-width: 767px) {
    .header-type-9 .header-search, .header-type-9 .menubar-section #Togglemodal, .header-type-9 .header-search .header_toggle {
      float: none; } }

.header-type-9 .menu-icon {
  float: right;
  width: auto; }
  @media screen and (max-width: 767px) {
    .header-type-9 .menu-icon {
      float: none;
      display: inline-block;
      width: 100%;
      text-align: center;
      border-top: 1px solid #e4e4e4; } }

.header-type-9 .menubar-section #Togglemodal i {
  padding-right: 0; }

.header-type-9 .menubar-section #Togglemodal i, .header-type-9 .header-search span, .header-type-9 .header-bar__module a, .header-type-8 .header_cart {
  font-size: 20px;
  font-weight: normal;
  float: left;
  padding: 0px 10px; }
  @media screen and (max-width: 767px) {
    .header-type-9 .menubar-section #Togglemodal i, .header-type-9 .header-search span, .header-type-9 .header-bar__module a, .header-type-8 .header_cart {
      line-height: 50px; } }
  @media screen and (max-width: 992px) {
    .header-type-9 .menubar-section #Togglemodal i, .header-type-9 .header-search span, .header-type-9 .header-bar__module a, .header-type-8 .header_cart {
      padding: 0px 7px; } }
  @media screen and (max-width: 767px) {
    .header-type-9 .menubar-section #Togglemodal i, .header-type-9 .header-search span, .header-type-9 .header-bar__module a, .header-type-8 .header_cart {
      padding: 0px 7px;
      float: none;
      display: inline-block; } }

.header-type-9 .header_cart {
  width: auto;
  float: left;
  padding: 0; }
  @media screen and (max-width: 767px) {
    .header-type-9 .header_cart {
      float: none;
      display: inline-block; } }

.header-type-9 .cart_text p {
  font-weight: normal;
  text-transform: inherit; }

.header-type-9 .slidedown_section ul li span.fa, .header-type-9 .slidedown_section ul li span {
  display: none; }

.header-type-9 .header-bar__module a {
  font-size: 20px; }

.header-type-9 a.icon-cart-arrow i {
  float: left;
  font-size: 20px; }
  @media screen and (max-width: 767px) {
    .header-type-9 a.icon-cart-arrow i {
      float: none; } }

.header-type-9 .header-bar__module a .detail {
  float: right;
  margin-top: -12px;
  margin-left: -7px; }

.header-type-9 .cartCountspan {
  display: none; }

.header-type-9 #cartCount {
  float: left;
  font-size: 12px; }

.header-type-9 .header-bar__module.cart #cartCount {
  float: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  line-height: 18px;
  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: 992px) {
    .header-type-9 .header-bar__module.cart #cartCount {
      width: 17px;
      height: 17px;
      border-radius: 50%;
      line-height: 17px;
      font-size: 11px; } }

@media screen and (max-width: 767px) {
  .header-type-9 .header-search input#search {
    display: none; } }

@media screen and (max-width: 767px) {
  .header-type-9 .search-bar__form {
    background: none !important;
    border: none !important;
    display: inline-block; } }

@media screen and (max-width: 767px) {
  .header-type-9 .search-bar__form button {
    line-height: 40px;
    padding: 0 7px;
    font-size: 16px; } }

@media screen and (max-width: 767px) {
  .header-type-9 .search-bar__form button i {
    line-height: 50px; } }

@media screen and (max-width: 767px) {
  .header-type-9 .wrapper {
    padding: 0; } }

@media screen and (max-width: 767px) {
  .header-type-9 .header-search {
    float: none;
    display: inline-block; } }

@media screen and (max-width: 767px) {
  .header-type-9 .customer_account {
    width: 100%; } }

@media screen and (max-width: 767px) {
  .header-type-9 .menubar-section {
    width: 100%; } }

.header-type-9 .header-bar__module.cart .baskettop a.icon-cart-arrow {
  padding-right: 0; }

.header-type-9 .search-bar__form {
  border: none;
  width: 90%; }
  @media screen and (max-width: 767px) {
    .header-type-9 .search-bar__form {
      width: 85%; } }
  @media screen and (max-width: 567px) {
    .header-type-9 .search-bar__form {
      width: 75%; } }

.header-type-9 .search-bar__form button {
  position: static; }

.header-type-9 .search-bar__form button, .header-type-9 .search-bar__icon-button {
  -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-9 .is-sticky .site-header__logo {
  display: block; }

.header-type-9 .tbl-list > li.currency {
  position: static; }
  @media screen and (max-width: 767px) {
    .header-type-9 .tbl-list > li.currency {
      float: none;
      display: inline-block; } }

@media screen and (max-width: 767px) {
  .header-type-9 .tbl-list > li.currency > .dropdown-toggle {
    font-size: 18px;
    line-height: 50px; } }

@media screen and (max-width: 767px) {
  .header-type-9 .tbl-list > li.currency .flag-dropdown-menu {
    padding: 10px 0 !important; } }

.header-type-9 .header-bar__module.cart .baskettop .mini-cart-details a #cartCount, .header-type-9 .header-search span, .header-type-9 .tbl-list > li.currency > .dropdown-toggle {
  -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-9 .header-bar__module.cart .baskettop a.icon-cart-arrow, .header-type-9 .header-search span, .header-type-9 .tbl-list > li.currency > .dropdown-toggle {
  padding: 0px 10px;
  float: left; }
  @media screen and (max-width: 992px) {
    .header-type-9 .header-bar__module.cart .baskettop a.icon-cart-arrow, .header-type-9 .header-search span, .header-type-9 .tbl-list > li.currency > .dropdown-toggle {
      padding: 0 5px; } }
  @media screen and (max-width: 767px) {
    .header-type-9 .header-bar__module.cart .baskettop a.icon-cart-arrow, .header-type-9 .header-search span, .header-type-9 .tbl-list > li.currency > .dropdown-toggle {
      float: none; } }

.header-type-9 .header_cart, .header-type-9 .header_currency {
  padding: 0; }
  @media screen and (max-width: 767px) {
    .header-type-9 .header_cart, .header-type-9 .header_currency {
      padding: 0 0px;
      width: 25%;
      border-right: 1px solid #e4e4e4; } }

.header-type-9 .header-search {
  padding: 0; }
  @media screen and (max-width: 767px) {
    .header-type-9 .header-search {
      padding: 0 0px;
      width: 25%; } }

.header-type-9 .site-header__menubar {
  padding: 0 10px; }
  @media screen and (max-width: 767px) {
    .header-type-9 .site-header__menubar {
      padding: 0; } }

.header-type-9 #slidedown-modal ul li a {
  font-size: 13px; }

.header-type-9 .menu_icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }

.header-type-9 .site-nav {
  float: left; }

@media screen and (max-width: 767px) {
  .header-type-9 .site-header__logo {
    width: 100%;
    margin: auto;
    text-align: center; } }

@media screen and (max-width: 767px) {
  .header-type-9 .site-header__logo img {
    right: 0; } }

/* Header Type 10 */
/* .header-type-10 .tbl-list>li.currency .flag-dropdown-menu { left:auto;right:0; } */
.header-type-10 .top_bar ul li {
  margin-right: 10px;
  font-size: 13px; }
  @media screen and (max-width: 567px) {
    .header-type-10 .top_bar ul li {
      font-size: 12px; } }

@media screen and (max-width: 767px) {
  .header-type-10 .top_bar_left {
    display: none; } }

/* .header-type-10 .menu-tool ul li:first-child a { padding-left:0; } */
.header-type-10 .menu-tool {
  width: 100%;
  float: left; }

.header-type-10 .site-nav {
  width: 100%;
  text-align: left; }

.header-type-10 .site-nav li {
  float: none;
  display: inline-block; }

.header-type-10 .site-nav, .header-type-10 .top_like_btn {
  float: left;
  position: relative; }

.header-type-10 .top_bar_menu .customer_account li a {
  border-right: none; }

.header-type-10 .top_like_btn {
  margin-left: 20px; }
  @media screen and (max-width: 992px) {
    .header-type-10 .top_like_btn {
      margin-left: 10px; } }

.header-type-10 .customer_account {
  float: right;
  margin-right: 0px; }
  @media screen and (max-width: 992px) {
    .header-type-10 .customer_account {
      margin-left: 10px; } }
  @media screen and (max-width: 767px) {
    .header-type-10 .customer_account {
      float: right; } }
  @media screen and (max-width: 567px) {
    .header-type-10 .customer_account {
      margin-left: 0;
      padding-left: 0; } }

.header-type-10 .menu_bar_right {
  padding-top: 8px;
  float: right;
  width: 12%;
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }
  @media screen and (max-width: 1199px) {
    .header-type-10 .menu_bar_right {
      width: 25%; } }
  @media screen and (max-width: 992px) {
    .header-type-10 .menu_bar_right {
      width: 25%;
      display: block;
      top: 66%; } }
  @media screen and (max-width: 767px) {
    .header-type-10 .menu_bar_right {
      display: inline;
      width: 24%; } }
  @media screen and (max-width: 567px) {
    .header-type-10 .menu_bar_right {
      display: inline;
      margin-top: 2px; } }

.header-type-10 .header_top {
  float: none;
  display: table-cell;
  vertical-align: middle;
  width: 25%;
  padding: 0px 0 0; }
  @media screen and (max-width: 992px) {
    .header-type-10 .header_top {
      width: 100%;
      display: block; } }
  @media screen and (max-width: 767px) {
    .header-type-10 .header_top {
      width: 100%; } }
  @media screen and (max-width: 567px) {
    .header-type-10 .header_top {
      width: 100%;
      display: block;
      overflow: hidden;
      text-align: center; } }

.header-type-10 .menu-tool {
  float: left;
  width: 100%; }

.header-type-10 .header-all--collections {
  float: left;
  width: 13%; }
  @media screen and (max-width: 1599px) {
    .header-type-10 .header-all--collections {
      width: 22%; } }
  @media screen and (max-width: 1199px) {
    .header-type-10 .header-all--collections {
      width: 30%; } }
  @media screen and (max-width: 992px) {
    .header-type-10 .header-all--collections {
      width: 30%; } }
  @media screen and (max-width: 767px) {
    .header-type-10 .header-all--collections {
      width: 100%; } }

.header-type-10 .header-all--collections ul i {
  position: absolute;
  line-height: 57px;
  margin-left: 15px; }

.header-type-10 .header-all--collections ul.inline-list li.init {
  border-bottom: none;
  text-transform: capitalize;
  display: inline-block;
  line-height: 57px;
  border-radius: 999px 0px 0px 999px; }
  @media screen and (max-width: 567px) {
    .header-type-10 .header-all--collections ul.inline-list li.init {
      border-radius: 999px; } }

.header-type-10 .header-all--collections ul.inline-list {
  height: 57px;
  padding: 0;
  text-align: left; }

.header-type-10 .header-all--collections ul li {
  padding: 0px 20px;
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #e4e4e4; }

.header-type-10 .slidersearch .search-categories-section {
  display: inline-block;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .header-type-10 .slidersearch .search-categories-section {
      display: none !important; } }

/* .header-type-10 .slidersearch.search-categories { @include at-query ($max, $medium) { display:none; }} */
.header-type-10 .slidersearch {
  padding: 5px 0;
  display: table-cell;
  vertical-align: middle;
  z-index: 111;
  width: 45%;
  text-align: center; }
  @media screen and (max-width: 1199px) {
    .header-type-10 .slidersearch {
      width: 50%;
      padding: 0 15px; } }
  @media screen and (max-width: 992px) {
    .header-type-10 .slidersearch {
      width: 70%;
      display: block;
      overflow: hidden; } }
  @media screen and (max-width: 767px) {
    .header-type-10 .slidersearch {
      width: 75px;
      float: right; } }
  @media screen and (max-width: 567px) {
    .header-type-10 .slidersearch {
      width: 190px!important;
      margin-right: 0px!important;
      float: right; } }

.header-type-10 .header-search, .header-type-10 .header_currency, .header-type-10 .header_cart {
  padding: 0; }

.header-type-10 .wishlist {
  line-height: normal;
  float: left;
  margin-right: 0px;
  font-size: 26px; }
  @media screen and (max-width: 767px) {
    .header-type-10 .wishlist {
      display: none; } }

.header-type-10 .header-search {
  width: 100%;
 /* float: right; */
  text-align: center;
  position: static; }
  @media screen and (max-width: 1599px) {
    .header-type-10 .header-search {
       } }
  @media screen and (max-width: 1199px) {
    .header-type-10 .header-search {
      width: 70%; } }
  @media screen and (max-width: 992px) {
    .header-type-10 .header-search {
      width: 70%; } }
  @media screen and (max-width: 767px) {
    .header-type-10 .header-search {
      position: absolute;
      margin-top: 35px;
      width: 60%; } }
  @media screen and (max-width: 567px) {
    .header-type-10 .header-search {
      position: absolute;
      margin-top: 35px;
      width: 0; } }

.header-type-10 .mini-cart-details #cartCount i {
  margin-top: 0;
  margin-right: 15px; }

.header-type-10 .mini-cart-details #cartCount {
  float: left; }

.header-type-10 #minicart_total {
  font-size: 12px; }

.header-type-10 .cart_text p {
  font-size: 13px; }

.header-type-10 .header-bar__module.cart .baskettop .mini-cart-details a #cartCount, .header-type-10 .header-search span, .header-type-10 .tbl-list > li.currency > .dropdown-toggle {
  -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-10 .header-bar__module.cart .baskettop .mini-cart-details #cartCount, .header-type-10 .header-search span, .header-type-10 .tbl-list > li.currency > .dropdown-toggle {
  padding: 0px;
  float: left; }
  @media screen and (max-width: 767px) {
    .header-type-10 .header-bar__module.cart .baskettop .mini-cart-details #cartCount, .header-type-10 .header-search span, .header-type-10 .tbl-list > li.currency > .dropdown-toggle {
      padding: 0px 10px;
      float: none; } }

.header-type-10 .header_currency {
  padding: 0; }
  @media screen and (max-width: 767px) {
    .header-type-10 .header_currency {
      width: auto; } }

.header-type-10 .header_cart {
  padding: 0; }
  @media screen and (max-width: 767px) {
    .header-type-10 .header_cart {
      width: 60px; } }

.header-type-10 .header_currency {
  margin-top: 2px; }
  @media screen and (max-width: 767px) {
    .header-type-10 .header_currency {
      float: left; } }

@media screen and (max-width: 767px) {
  .header-type-10 .promo_img {
    width: 70%; } }
@media screen and (max-width: 567px) {
  .header-type-10 .promo_img {
    width: 100%; } }

.header-type-10 .promo_img a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px; }
  @media screen and (max-width: 992px) {
    .header-type-10 .promo_img a {
      margin: 0 10px; } }
  @media screen and (max-width: 767px) {
    .header-type-10 .promo_img a {
      line-height: 50px;
      height: 50px; } }
  @media screen and (max-width: 567px) {
    .header-type-10 .promo_img a {
      margin: 15px 0;
      width: 100%;
      text-align: center; } }

.header-type-10 .promo_img img {
  display: inline-block;
  vertical-align: middle;
  max-height: 100%; }

.header-type-10 .header-bar__module.cart .baskettop a.icon-cart-arrow {
  float: left;
  margin-left: 0px; }
  @media screen and (max-width: 767px) {
    .header-type-10 .header-bar__module.cart .baskettop a.icon-cart-arrow {
      position: absolute; 
      margin-top:-13px;
    } 
  }

.header-type-10 #cartCount {
  border-radius: 100px;
  height: 18px;
  position: absolute;
  left: 20px;
  top: 10px;
  width: 18px;
  font-size: 11px;
  text-align: center;
  line-height: 19px; }

.header-type-10 .total-price-basket {
  padding: 0px 0px 13px 5px;
  font-family: 'Barlow', sans-serif;
  letter-spacing: 0.2px;
  display: inline-block;
  font-size: 15px; }
  @media screen and (max-width: 767px) {
    .header-type-10 .total-price-basket {
      display: none; } }

.header-type-10 .total-price-basket .value {
  font-size: 22px;
  font-weight: 600;
  display: block;
  line-height: 24px; }

.header-type-10 .header-bar__module.cart .baskettop a.icon-cart-arrow img.cart-logo {
  max-width: 100%;
  display: block;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .header-type-10 .header-bar__module.cart .baskettop a.icon-cart-arrow img.cart-logo {
      max-width: 100%;
      padding: 6px 0 0; } }

@media screen and (max-width: 767px) {
  .header-type-10 .top_bar li {
    margin-bottom: 0; } }

.header-type-10 .top_bar {
  padding: 10px 15px 10px 15px; }

@media screen and (max-width: 767px) {
  .header-type-10 .top_bar_menu {
    margin-top: 0; } }

.header-type-10 .header-search input#search {
  padding: 0 0 0 35px; }
  @media screen and (max-width: 767px) {
    .header-type-10 .header-search input#search {
      display: none; } }

.header-type-10 .search-bar__form {
  border: none !important; }
  @media screen and (max-width: 767px) {
    .header-type-10 .search-bar__form {
      background: none !important;
      border: none !important;
      float: none;
      display: inline-block; } }

.header-type-10 .search-bar__form button {
  line-height: 0px;
  height: 57px; }
  @media screen and (max-width: 767px) {
    .header-type-10 .search-bar__form button {
      padding: 0px 5px;
      line-height: normal;
      font-size: 32px;
      margin-right: 5px; } }

.header-type-10 .site-nav > li > a {
  font-family: 'Barlow', sans-serif;
  font-size: 18px;
  line-height: normal;
  padding: 18px 18px;
  -webkit-transitio: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  font-weight: 500;
  letter-spacing: normal;
  position: relative;
  text-transform: capitalize; }
  @media screen and (max-width: 992px) {
    .header-type-10 .site-nav > li > a {
      font-size: 16px; } }

.header-type-10 .search-bar__input {
  height: 47px; }

@media screen and (max-width: 767px) {
  .header-type-10 .tbl-list > li.currency {
    float: none; } }

@media screen and (max-width: 992px) {
  .header-type-10 .top_bar_menu ul li, .header-type-10 .customer_account ul li {
    margin-right: 5px;
    padding-right: 0px; } }
@media screen and (max-width: 567px) {
  .header-type-10 .top_bar_menu ul li, .header-type-10 .customer_account ul li {
    padding-right: 0px; } }

@media screen and (max-width: 992px) {
  .header-type-10 .top_bar_menu ul li:last-child, .header-type-10 .customer_account ul li:last-child {
    margin-right: 0px;
    padding-right: 0px; } }

@media screen and (max-width: 1199px) {
  .header-type-10 .top_bar {
    padding: 12px 15px; } }
@media screen and (max-width: 992px) {
  .header-type-10 .top_bar {
    padding: 12px 10px; } }

.header-type-10 .top_bar ul li a {
  font-size: 14px;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  font-family: 'Barlow', sans-serif; }
  @media screen and (max-width: 992px) {
    .header-type-10 .top_bar ul li a {
      font-size: 15px; } }

.header-type-10 .top_bar ul li:last-child {
  margin-right: 0px; }

.header-account_links {
  float: left;
  margin-right: 0px;
  line-height: normal;
  padding: 6px 0; }

@media screen and (max-width: 567px) {
  .header-type-10 .customer_account {
    border: none !important; } }

@media screen and (max-width: 992px) {
  .header-type-10 .header-search span {
    font-size: 30px; } }

.header-type-10 .menubar_inner {
  position: relative;
  display: table;
  width: 100%;
  z-index: 9; }

.header-type-10 .site-header__menubar {
  padding: 25px 0px 30px 0px;
  height: auto; }
  @media screen and (max-width: 767px) {
    .header-type-10 .site-header__menubar {
      padding: 20px 0px; } }

@media screen and (max-width: 1199px) {
  .header-type-10 .menubar-section {
    padding: 0 15px; } }
@media screen and (max-width: 992px) {
  .header-type-10 .menubar-section {
    padding: 0 10px; } }

@media screen and (max-width: 767px) {
  .header-type-10 .site-header__logo {
    width: 100%; } }
@media screen and (max-width: 567px) {
  .header-type-10 .site-header__logo {
    width: 100%; } }

.header-type-10 .tbl-list > li.currency > .dropdown-toggle {
  font-size: 14px;
  padding: 7px 0px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  display: inline-block;
  text-transform: capitalize; }
  @media screen and (max-width: 767px) {
    .header-type-10 .tbl-list > li.currency > .dropdown-toggle {
      font-size: 14px; } }

.header-type-10 .is-sticky .header-sticky .site-nav > li > a {
  padding: 18px 18px; }

/* .header-type-10 .top_bar li a, .header-type-10 .top_bar li span {@include at-query ($max, $medium) { border-right:none !important; }} */
@media screen and (max-width: 767px) {
  .header-type-10 .customer_account li:first-child a {
    border-left: none !important; } }

.header-type-10 .customer_account .add-to-wishlist .btn, .header-type-10 .customer_account .add-to-wishlist .btn--secondary, .header-type-10 .customer_account .add-to-wishlist .btn--tertiary, .header-type-10 .customer_account .add-to-wishlist input[type="submit"] {
  padding: 0;
  background: none; }

.header-type-10 .customer_account .tooltip-label {
  display: none; }

.header-type-10 .header_toggle.active + .header_slide_element {
  top: 0; }

.header-type-10 .slidersearch.header_slide_element {
  -webkit-transform: translate(100%, 0%);
  transform: translate(100%, 0%); }
  @media screen and (max-width: 767px) {
    .header-type-10 .slidersearch.header_slide_element {
      -webkit-transform: translate(0%, 0%);
      transform: translate(0%, 0%);
      padding: 0; } }

.header-type-10 .slidersearch.header_slide_element {
  padding: 11px 10px;
  box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.15); }
  @media screen and (max-width: 767px) {
    .header-type-10 .slidersearch.header_slide_element {
      padding: 0; } }

.header-type-10 .search-bar__form {
  margin: 0; }
  @media screen and (max-width: 767px) {
    .header-type-10 .search-bar__form {
      margin: 0; } }

.header-type-10 .search-bar__form input[type="text"] {
  border: none; }

.header-type-10 .search-bar__form button {
  -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) {
  .header-type-10 .header-search .header_toggle {
    display: none; } }

@media screen and (max-width: 767px) {
  .header-type-10 .search-bar__form button {
    position: static;
    line-height: normal; } }

.header-type-10 .is-sticky .header_top, .header-type-10 .is-sticky .header-search, .header-type-10 .is-sticky .header_currency, .header-type-10 .is-sticky .wishlist {
  display: none; }

.header-type-10 .is-sticky .menu_bar_right {
  display: none; }

.header-type-10 .is-sticky .site-header__menubar {
  display: none; }

.header-type-10 .is-sticky .menu_bar_right {
  min-height: 0; }

.header-type-10 .is-sticky .menubar_inner {
  position: static; }

.header-type-10 .is-sticky .search-categories {
  display: none; }

.header-type-10 .is-sticky .menu_bar_right {
  right: 2%; }

.header-type-10 .header-all--collections ul li a {
  float: left;
  width: 100%; }

.header-type-10 .header-all--collections ul li:not(.init) {
  float: left;
  width: 100%;
  display: none;
  background: #fff;
  -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-10 .header-all--collections ul li:not(.init):hover {
  background: #0084ff; }

.header-type-10 .header-all--collections ul li:not(.init):hover a {
  color: #fff; }

.header-type-10 .icon-cart-arrow {
  background-image: url(/cdn/shop/t/4/assets/minicart_icon_img_1.png?v=76751392551650233911663240934);
  /* height: 40px; */
  display: inline-block;
  /* line-height: 40px; */
  text-align: center;
  font-weight: normal;
  margin-right: 11px;
  padding: 15px 0px;
  border-radius: 5px;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  float: left; }

/* Header Type 11 */
.header-type-11 .top_bar ul li {
  margin-right: 10px; }

@media screen and (max-width: 767px) {
  .header-type-11 .top_bar_left {
    display: none; } }

.header-type-11 .menu-tool ul li:first-child a {
  padding-left: 0; }

.header-type-11 .menu-tool {
  width: 100%;
  float: left; }

.header-type-11 .site-nav {
  width: 100%;
  text-align: center; }

.header-type-11 .site-nav li {
  float: none;
  display: inline-block; }

.header-type-11 .site-nav, .header-type-11 .top_like_btn {
  float: left; }

.header-type-11 .top_bar_menu .customer_account li a {
  border-right: none; }

.header-type-11 .top_like_btn {
  margin-left: 20px; }
  @media screen and (max-width: 992px) {
    .header-type-11 .top_like_btn {
      margin-left: 10px; } }

.header-type-11 .customer_account {
  margin-left: 20px; }
  @media screen and (max-width: 992px) {
    .header-type-11 .customer_account {
      margin-left: 10px; } }
  @media screen and (max-width: 767px) {
    .header-type-11 .customer_account {
      float: right; } }
  @media screen and (max-width: 567px) {
    .header-type-11 .customer_account {
      margin-left: 0;
      padding-left: 0; } }

.header-type-11 .menu_bar_right {
  z-index: 1;
  float: right;
  width: auto;
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }

.header-type-11 .header_top {
  float: left;
  width: 30%;
  padding: 0px 0 0; }
  @media screen and (max-width: 767px) {
    .header-type-11 .header_top {
      width: 75%; } }
  @media screen and (max-width: 567px) {
    .header-type-11 .header_top {
      width: 50%; } }

.header-type-11 .menu-tool {
  float: left;
  width: 100%; }

.header-type-11 .header-search .slidersearch {
  display: inline-block;
  width: 40%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }
  @media screen and (max-width: 767px) {
    .header-type-11 .header-search .slidersearch {
      width: auto;
      float: left;
      position: static;
      transform: translateY(0%);
      -webkit-transform: translateY(0%);
      -moz-transform: translateY(0%);
      -o-transform: translateY(0%);
      -ms-transform: translateY(0%); } }

.header-type-11 .header-search, .header-type-11 .header_currency, .header-type-11 .header_cart {
  padding: 0; }

.header-type-11 .header-search {
  width: 40%;
  float: none;
  text-align: center;
  position: static; }
  @media screen and (max-width: 1199px) {
    .header-type-11 .header-search {
      width: 240px; } }
  @media screen and (max-width: 767px) {
    .header-type-11 .header-search {
      width: auto;
      float: left;
      padding: 0 10px; } }

.header-type-11 .mini-cart-details #cartCount i {
  margin-top: 0;
  margin-right: 15px; }

.header-type-11 .mini-cart-details #cartCount {
  float: left; }

.header-type-11 #minicart_total {
  font-size: 12px; }

.header-type-11 .cart_text p {
  font-size: 13px; }

.header-type-11 .header-bar__module.cart .baskettop .mini-cart-details a #cartCount, .header-type-11 .header-search span, .header-type-11 .tbl-list > li.currency > .dropdown-toggle {
  -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) {
  .header-type-11 .header_currency {
    padding-right: 5px; } }

.header-type-11 .header-bar__module.cart .baskettop .mini-cart-details #cartCount, .header-type-11 .header-search span, .header-type-11 .tbl-list > li.currency > .dropdown-toggle {
  padding: 0px 20px;
  float: left; }
  @media screen and (max-width: 767px) {
    .header-type-11 .header-bar__module.cart .baskettop .mini-cart-details #cartCount, .header-type-11 .header-search span, .header-type-11 .tbl-list > li.currency > .dropdown-toggle {
      padding: 0px 0px; } }

@media screen and (max-width: 767px) {
  .header-type-11 .header_currency, .header-type-11 .header_cart {
    width: auto; } }

@media screen and (max-width: 767px) {
  .header-type-11 .promo_img {
    width: 70%; } }
@media screen and (max-width: 567px) {
  .header-type-11 .promo_img {
    width: 100%; } }

.header-type-11 .promo_img a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px; }
  @media screen and (max-width: 992px) {
    .header-type-11 .promo_img a {
      margin: 0 10px; } }
  @media screen and (max-width: 767px) {
    .header-type-11 .promo_img a {
      line-height: 50px;
      height: 50px; } }
  @media screen and (max-width: 567px) {
    .header-type-11 .promo_img a {
      margin: 15px 0;
      width: 100%;
      text-align: center; } }

.header-type-11 .promo_img img {
  display: inline-block;
  vertical-align: middle;
  max-height: 100%; }

.header-type-11 .header-bar__module.cart .baskettop a.icon-cart-arrow {
  float: left;
  margin-left: 0px; }
  @media screen and (max-width: 767px) {
    .header-type-11 .header-bar__module.cart .baskettop a.icon-cart-arrow {
      padding: 0px;
      margin-left: 0; } }

.header-type-11 #cartCount {
  float: none;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: auto;
  position: absolute;
  top: -9px;
  left: 0px;
  right: 0; }
  @media screen and (max-width: 992px) {
    .header-type-11 #cartCount {
      top: -9px; } }
  @media screen and (max-width: 767px) {
    .header-type-11 #cartCount {
      top: -15px; } }

.header-type-11 .header-bar__module.cart .baskettop a.icon-cart-arrow img.cart-logo {
  float: left; }
  @media screen and (max-width: 992px) {
    .header-type-11 .header-bar__module.cart .baskettop a.icon-cart-arrow img.cart-logo {
      max-width: 77%; } }
  @media screen and (max-width: 767px) {
    .header-type-11 .header-bar__module.cart .baskettop a.icon-cart-arrow img.cart-logo {
      max-width: 100%;
      padding: 6px 0 0; } }

@media screen and (max-width: 767px) {
  .header-type-11 .top_bar li {
    margin-bottom: 0; } }

@media screen and (max-width: 767px) {
  .header-type-11 .top_bar_menu {
    margin-top: 0; } }

@media screen and (max-width: 767px) {
  .header-type-11 .header-search input#search {
    display: none; } }

@media screen and (max-width: 767px) {
  .header-type-11 .search-bar__form {
    border: none !important;
    background: none !important;
    float: none;
    display: inline-block; } }

@media screen and (max-width: 767px) {
  .header-type-11 .search-bar__form button {
    padding: 0px;
    height: auto;
    line-height: normal;
    font-size: 18px; } }

@media screen and (max-width: 992px) {
  .header-type-11 .tbl-list > li.currency > .dropdown-toggle {
    font-size: 18px; } }
@media screen and (max-width: 767px) {
  .header-type-11 .tbl-list > li.currency > .dropdown-toggle {
    float: none;
    padding: 0 0px;
    font-size: 18px; } }

@media screen and (max-width: 767px) {
  .header-type-11 .tbl-list > li.currency {
    float: none; } }

@media screen and (max-width: 992px) {
  .header-type-11 .top_bar_menu ul li, .header-type-11 .customer_account ul li {
    margin-right: 5px;
    padding-right: 5px; } }

@media screen and (max-width: 992px) {
  .header-type-11 .top_bar_menu ul li:last-child, .header-type-11 .customer_account ul li:last-child {
    margin-right: 0px;
    padding-right: 0px; } }

@media screen and (max-width: 1199px) {
  .header-type-11 .top_bar {
    padding: 12px 15px; } }
@media screen and (max-width: 992px) {
  .header-type-11 .top_bar {
    padding: 12px 10px; } }

@media screen and (max-width: 992px) {
  .header-type-11 .top_bar ul li a {
    font-size: 12px; } }

@media screen and (max-width: 567px) {
  .header-type-11 .customer_account {
    border: none !important; } }

@media screen and (max-width: 992px) {
  .header-type-11 .header-search span {
    font-size: 30px; } }

.header-type-11 .menubar_inner {
  position: relative;
  float: left;
  width: 100%; }

.header-type-11 .site-header__menubar {
  height: auto; }
  @media screen and (max-width: 1199px) {
    .header-type-11 .site-header__menubar {
      padding: 0 15px; } }
  @media screen and (max-width: 992px) {
    .header-type-11 .site-header__menubar {
      padding: 0 10px; } }
  @media screen and (max-width: 767px) {
    .header-type-11 .site-header__menubar {
      padding: 0px 7px; } }

@media screen and (max-width: 1199px) {
  .header-type-11 .menubar-section {
    padding: 0 15px; } }
@media screen and (max-width: 992px) {
  .header-type-11 .menubar-section {
    padding: 0 10px; } }

@media screen and (max-width: 767px) {
  .header-type-11 .site-header__logo {
    width: 30%; } }
@media screen and (max-width: 567px) {
  .header-type-11 .site-header__logo {
    width: 100%; }
  .login-menu{
        text-align:center;
  }

}

.header-type-11 .tbl-list > li.currency > .dropdown-toggle {
  font-size: 20px; }
  @media screen and (max-width: 992px) {
    .header-type-11 .tbl-list > li.currency > .dropdown-toggle {
      font-size: 18px; } }

@media screen and (max-width: 767px) {
  .header-type-11 .top_bar li a, .header-type-11 .top_bar li span {
    border-right: none !important; } }

@media screen and (max-width: 767px) {
  .header-type-11 .customer_account li:first-child a {
    border-left: none !important; } }

.header-type-11 .customer_account .add-to-wishlist .btn, .header-type-11 .customer_account .add-to-wishlist .btn--secondary, .header-type-11 .customer_account .add-to-wishlist .btn--tertiary, .header-type-11 .customer_account .add-to-wishlist input[type="submit"] {
  padding: 0;
  background: none; }

.header-type-11 .customer_account .tooltip-label {
  display: none; }

.header-type-11 .header_toggle.active + .header_slide_element {
  top: 0; }

.header-type-11 .slidersearch.header_slide_element {
  -webkit-transform: translate(100%, 0%);
  transform: translate(100%, 0%); }
  @media screen and (max-width: 767px) {
    .header-type-11 .slidersearch.header_slide_element {
      -webkit-transform: translate(0%, 0%);
      transform: translate(0%, 0%);
      padding: 0; } }

.header-type-11 .slidersearch.header_slide_element {
  padding: 11px 10px;
  box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.15); }
  @media screen and (max-width: 767px) {
    .header-type-11 .slidersearch.header_slide_element {
      padding: 0; } }

.header-type-11 .search-bar__form {
  margin: 19px 0;
  border-radius: 50px; }
  @media screen and (max-width: 767px) {
    .header-type-11 .search-bar__form {
      margin: 0; } }

.header-type-11 .search-bar__form input[type="text"] {
  border: none; }

.header-type-11 .search-bar__form button {
  -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;
  border-radius: 0 50px 50px 0; }

@media screen and (max-width: 767px) {
  .header-type-11 .header-search .header_toggle {
    display: none; } }

@media screen and (max-width: 767px) {
  .header-type-11 .search-bar__form button {
    position: static;
    margin: 0;
    line-height: normal;
    font-size: 18px; } }

.header-type-11 .is-sticky .header_top, .header-type-11 .is-sticky .header-search, .header-type-11 .is-sticky .header_currency {
  display: none; }

.header-type-11 .is-sticky .menu_bar_right {
  min-height: 0; }

.header-type-11 .is-sticky .menu_bar_right {
  right: 2%; }

.header-type-11 .is-sticky .menubar_inner {
  position: static; }

/* Header Type 12 */
.header-type-12 .site-nav > li > a {
  padding: 0 20px;
  line-height: 52px; }
  @media screen and (max-width: 1199px) {
    .header-type-12 .site-nav > li > a {
      padding: 0 10px; } }
  @media screen and (max-width: 992px) {
    .header-type-12 .site-nav > li > a {
      padding: 0px 7px; } }

.header-type-12 .site-header__menubar {
  position: relative;
  padding: 0px 4%; }
  @media screen and (max-width: 767px) {
    .header-type-12 .site-header__menubar {
      padding: 0px 4%; } }

@media screen and (max-width: 767px) {
  .header-type-12 .site-header__logo img {
    right: auto; } }

@media screen and (max-width: 767px) {
  .header-type-12 .site-header__logo {
    width: 50%; } }

@media screen and (max-width: 767px) {
  .header-type-12 .top_bar_menu {
    float: right;
    width: auto;
    margin: 0; } }

@media screen and (max-width: 767px) {
  .header-type-12 .top_bar_left {
    float: left;
    width: auto; } }

.header-type-12 .header_social.top_bar_left h4, .header-type-12 .header_social.top_bar_left .h4 {
  float: left;
  margin: 0;
  font-size: 14px;
  text-transform: inherit;
  font-weight: normal; }
  @media screen and (max-width: 767px) {
    .header-type-12 .header_social.top_bar_left h4, .header-type-12 .header_social.top_bar_left .h4 {
      float: left; } }

.header-type-12 .header_social.top_bar_left ul {
  float: left;
  margin-left: 10px; }

.header-type-12 .header_currency {
  padding: 0px; }

.header-type-12 .tbl-list > li.currency > .dropdown-toggle {
  padding: 0 10px 0 0; }
  @media screen and (max-width: 767px) {
    .header-type-12 .tbl-list > li.currency > .dropdown-toggle {
      padding: 0;
      width: 100%;
      margin-bottom: 0px; } }

@media screen and (max-width: 767px) {
  .header-type-12 .top_bar_menu ul li {
    margin-right: 0;
    margin-bottom: 0px;
    float: left; } }

@media screen and (max-width: 767px) {
  .header-type-12 .top_bar {
    padding: 10px 7px 10px 7px; } }

.header-type-12 .tbl-list > li.currency > .dropdown-toggle {
  font-size: 13px;
  font-weight: normal; }

.header-type-12 .top_bar_menu ul {
  width: 100%; }
  @media screen and (max-width: 767px) {
    .header-type-12 .top_bar_menu ul {
      float: left; } }

@media screen and (max-width: 767px) {
  .header-type-12 .top_bar_menu ul.top_bar_right {
    display: none; } }

.header-type-12 .header-search, .header-type-12 .header_cart {
  padding: 0; }

@media screen and (max-width: 767px) {
  .header-type-12 .header_cart {
    float: none;
    display: inline-block;
    position: static; } }

@media screen and (max-width: 767px) {
  .header-type-12 .header-search {
    float: none;
    display: inline-block; } }

.header-type-12 .slidedown_section a#Togglemodal i {
  padding-right: 0; }

.header-type-12 .header-search span, .header-type-12 .header-bar__module.cart .baskettop a.icon-cart-arrow, .header-type-12 .slidedown_section #Togglemodal i {
  line-height: 2;
  padding: 0px 10px;
  float: left; }
  @media screen and (max-width: 767px) {
    .header-type-12 .header-search span, .header-type-12 .header-bar__module.cart .baskettop a.icon-cart-arrow, .header-type-12 .slidedown_section #Togglemodal i {
      padding: 0px 5px;
      float: left;
      display: inline-block; } }

.header-type-12 .header-search span, .header-type-12 .mini-cart-details #cartCount i {
  font-size: 16px; }

.header-type-12 .menu_bar_right {
  float: left; }
  @media screen and (max-width: 767px) {
    .header-type-12 .menu_bar_right {
      float: none;
      display: inline-block; } }

@media screen and (max-width: 767px) {
  .header-type-12 .menu_bar_right li:last-child {
    margin-bottom: 0; } }

.header-type-12 .menu-icon {
  float: right;
  width: auto; }
  @media screen and (max-width: 767px) {
    .header-type-12 .menu-icon {
      float: right; } }

.header-type-12 .menu-tool {
  float: left;
  width: auto;
  padding-left: 10px; }

@media screen and (max-width: 767px) {
  .header-type-12 .customer_account {
    text-align: left; } }

.header-type-12 .customer_account ul li {
  border: none;
  margin: 0;
  padding: 0 0 10px; }

.header-type-12 .customer_account ul li:last-child {
  padding-bottom: 0; }

.header-type-12 .mini-cart-details #cartCount i {
  margin-right: 0px; }

.header-type-12 #minicart_total {
  float: left;
  margin-top: -8px;
  font-size: 13px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%; }

.header-type-12 #slidedown-modal {
  padding: 20px; }

.header-type-12 #slidedown-modal {
  top: 100%;
  right: 0; }
  @media screen and (max-width: 767px) {
    .header-type-12 #slidedown-modal {
      right: 0; } }

.header-type-12 .menubar-section #Togglemodal {
  font-size: 18px;
  padding: 0; }
  @media screen and (max-width: 767px) {
    .header-type-12 .menubar-section #Togglemodal {
      float: none;
      font-size: 16px; } }

.header-type-12 #cartCount {
  float: left; }

.header-type-12 .mini-cart-details #cartCount i {
  margin-top: 0; }

.header-type-12 .menubar-section #Togglemodal i, .header-type-12 .header-search span {
  cursor: pointer;
  -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-12 .tbl-list > li.currency .flag-dropdown-menu li {
  margin: 0; }
  @media screen and (max-width: 767px) {
    .header-type-12 .tbl-list > li.currency .flag-dropdown-menu li {
      padding: 0px; } }

.header-type-12 a.icon-cart-arrow i {
  float: left;
  font-size: 16px;
  line-height: 2; }

.header-type-12 .header-bar__module a .detail {
  float: right;
  margin-top: -5px;
  margin-left: -7px; }

.header-type-12 .cartCountspan {
  display: none; }

.header-type-12 #cartCount {
  float: left;
  font-size: 13px; }

.header-type-12 .header-bar__module.cart #cartCount {
  float: none;
  margin-left: 5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 20px;
  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: 992px) {
    .header-type-12 .header-bar__module.cart #cartCount {
      font-size: 11px;
      width: 17px;
      height: 17px;
      border-radius: 50%;
      line-height: 17px; } }

@media screen and (max-width: 767px) {
  .header-type-12 .header-search input#search {
    display: none; } }

@media screen and (max-width: 767px) {
  .header-type-12 .search-bar__form {
    background: none !important;
    border: none !important;
    display: inline-block; } }

@media screen and (max-width: 767px) {
  .header-type-12 .search-bar__form button {
    padding: 0 5px;
    font-size: 16px; } }

@media screen and (max-width: 767px) {
  .header-type-12 .wrapper {
    padding: 0; } }

.header-type-12 #slidedown-modal:after, .header-type-12 #slidedown-modal:before {
  right: 0;
  left: auto; }

.header-type-12 .top_bar li a span {
  padding-right: 0; }

.header-type-12 .top_bar li a {
  display: inline-block; }

.header-type-12 .top_bar .top_bar_right li span, .header-type-12 .top_bar_right .top_bar li a, .header-type-12 .top_bar li a {
  padding-right: 10px; }
  @media screen and (max-width: 992px) {
    .header-type-12 .top_bar .top_bar_right li span, .header-type-12 .top_bar_right .top_bar li a, .header-type-12 .top_bar li a {
      padding-right: 10px; } }
  @media screen and (max-width: 767px) {
    .header-type-12 .top_bar .top_bar_right li span, .header-type-12 .top_bar_right .top_bar li a, .header-type-12 .top_bar li a {
      padding-right: 5px; } }

@media screen and (max-width: 767px) {
  .header-type-12 .top_bar .top_bar_right li a, .header-type-12 .top_bar .top_bar_right li span, .header-type-12 .top_bar li a {
    border: none !important; } }

@media screen and (max-width: 767px) {
  .header-type-12 .menubar-section {
    float: right;
    width: 50%; } }

.header-type-12 .search-bar__form button {
  position: static; }

.header-type-12 .search-bar__form {
  border: none;
  width: 90%; }
  @media screen and (max-width: 767px) {
    .header-type-12 .search-bar__form {
      width: 85%; } }
  @media screen and (max-width: 567px) {
    .header-type-12 .search-bar__form {
      width: 75%; } }

@media screen and (max-width: 767px) {
  .header-type-12 .search-bar input[type="search"] {
    width: 80%; } }

.header-type-12 .search-bar__form button, .header-type-12 .search-bar__icon-button {
  -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-12 .is-sticky .site-header__logo {
  display: block; }

.header-type-12 .menu-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }
  @media screen and (max-width: 767px) {
    .header-type-12 .menu-icon {
      right: 10px; } }

.header-type-12 .menubar-section {
  position: relative; }
  @media screen and (max-width: 767px) {
    .header-type-12 .menubar-section {
      position: static; } }

.header-type-12 .tbl-list > li.currency .flag-dropdown-menu li a {
  font-size: 12px; }

/* Header Type 13 */
.header-type-13 .menu-tools {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }
  @media screen and (max-width: 767px) {
    .header-type-13 .menu-tools {
      position: static;
      transform: translateY(0%);
      -webkit-transform: translateY(0%);
      -moz-transform: translateY(0%);
      -o-transform: translateY(0%);
      -ms-transform: translateY(0%); } }

@media screen and (max-width: 767px) {
  .header-type-13 .site-header__logo img {
    right: 0; } }

.header-type-13 .menubar-section {
  position: relative;
  float: left;
  width: 100%; }

.header-type-13 .site-nav > li > a {
  padding: 0 15px; }
  @media screen and (max-width: 1199px) {
    .header-type-13 .site-nav > li > a {
      padding: 0 10px; } }
  @media screen and (max-width: 992px) {
    .header-type-13 .site-nav > li > a {
      padding: 0px 7px; } }

.header-type-13 .flag-dropdown-menu {
  opacity: 1;
  position: static;
  visibility: visible; }

.header-type-13 .flag-dropdown-menu li {
  display: inline-block;
  width: 18%; }

.header-type-13 .menu_bar_right {
  float: left;
  width: auto; }
  @media screen and (max-width: 767px) {
    .header-type-13 .menu_bar_right {
      float: none;
      display: inline-block; } }

.header-type-13 .header-panel-top .customer_account ul li, .header-type-13 .flag-dropdown-menu {
  box-shadow: 0 0 0 0;
  -webkit-box-shadow: 0px 0px 0px 0;
  -ms-transform: 0px 0px 0px 0px;
  -o-transform: 0px 0px 0px 0px;
  box-shadow: 0px 0px 0px 0; }

.header-type-13 .flag-dropdown-menu {
  box-shadow: 0 0 0 0;
  -webkit-box-shadow: 0px 0px 0px 0;
  -ms-transform: 0px 0px 0px 0px;
  -o-transform: 0px 0px 0px 0px;
  box-shadow: 0px 0px 0px 0; }

.header-type-13 .flag-dropdown-menu {
  background: transparent; }

.header-type-13 .slidedown_section ul {
  padding: 0px; }

.header-type-13 .customer_account a i {
  margin-right: 7px; }

.header-type-13 .customer_account li {
  border: none;
  margin: 0; }

.header-type-13 .slidedown_section ul li span {
  display: block; }

.header-type-13 #slidedown-modal {
  padding: 20px;
  text-align: left; }

.header-type-13 .header-panel-top ul li.header_cart {
  padding: 0px; }

.header-type-13 .header-panel-top ul.customer_account li {
  margin: 0;
  padding: 0 0 0px; }

.header-type-13 .header-panel-top .customer_account ul li:last-child {
  padding: 0 0 0; }

@media screen and (max-width: 767px) {
  .header-type-13 .header-panel-top .customer_account ul {
    text-align: left; } }

.header-type-13 .header-panel-top ul li.currency-block {
  float: left;
  width: 100%;
  padding: 0 0 10px;
  margin-bottom: 10px; }

.header-type-13 .mini-cart-details {
  float: left; }

.header-type-13 .header-bar__module .cart_text p {
  display: none; }

.header-type-13 .header-bar__module #minicart_total {
  display: none; }

.header-type-13 #slidedown-modal {
  top: 100%;
  right: 0; }
  @media screen and (max-width: 767px) {
    .header-type-13 #slidedown-modal {
      width: 172px; } }

@media screen and (max-width: 992px) {
  .header-type-13 .menu-tools ul li a {
    font-size: 14px;
    padding: 0px 7px; } }

.header-type-13 .header-search span {
  font-size: 18px;
  padding: 0px 10px;
  float: left; }
  @media screen and (max-width: 992px) {
    .header-type-13 .header-search span {
      font-size: 14px;
      padding: 0px 10px; } }

.header-type-13 .menubar-section #Togglemodal i, .header-type-13 .header-search span {
  -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) {
  .header-type-13 .header-search {
    float: left;
    display: inline-block; } }

.header-type-13 .header-search, .header-type-13 .menubar-section #Togglemodal, .header-type-13 .header-search .header_toggle {
  padding: 0; }
  @media screen and (max-width: 767px) {
    .header-type-13 .header-search, .header-type-13 .menubar-section #Togglemodal, .header-type-13 .header-search .header_toggle {
      float: none; } }

.header-type-13 .menu-icon {
  float: right;
  width: auto; }
  @media screen and (max-width: 767px) {
    .header-type-13 .menu-icon {
      float: none;
      display: inline-block;
      width: 100%;
      text-align: center;
      margin-bottom: 25px; } }

.header-type-13 .menubar-section #Togglemodal i {
  padding-right: 0; }

.header-type-13 .menubar-section #Togglemodal i, .header-type-13 .header-search span, .header-type-13 .header-bar__module a {
  line-height: 2;
  font-size: 14px;
  float: left;
  padding: 0px 0px; }
  @media screen and (max-width: 992px) {
    .header-type-13 .menubar-section #Togglemodal i, .header-type-13 .header-search span, .header-type-13 .header-bar__module a {
      font-size: 14px;
      padding: 0px 7px; } }
  @media screen and (max-width: 767px) {
    .header-type-13 .menubar-section #Togglemodal i, .header-type-13 .header-search span, .header-type-13 .header-bar__module a {
      font-size: 16px;
      padding: 0px 20px;
      float: none;
      display: inline-block; } }

.header-type-13 .header_cart {
  width: auto;
  float: left;
  padding: 0; }
  @media screen and (max-width: 767px) {
    .header-type-13 .header_cart {
      float: none;
      display: inline-block; } }

.header-type-13 .cart_text p {
  font-weight: normal;
  text-transform: inherit; }

.header-type-13 .slidedown_section ul li span.fa, .header-type-13 .slidedown_section ul li span {
  display: none; }

.header-type-13 .header-bar__module a {
  font-size: 14px; }
  @media screen and (max-width: 992px) {
    .header-type-13 .header-bar__module a {
      font-size: 14px; } }
  @media screen and (max-width: 767px) {
    .header-type-13 .header-bar__module a {
      font-size: 14px; } }

.header-type-13 a.icon-cart-arrow i {
  float: left;
  line-height: 2; }
  @media screen and (max-width: 767px) {
    .header-type-13 a.icon-cart-arrow i {
      float: none; } }

.header-type-13 .header-bar__module a .detail {
  float: right;
  margin-top: -12px;
  margin-left: -7px; }

.header-type-13 .cartCountspan {
  display: none; }

.header-type-13 #cartCount {
  float: left;
  font-size: 12px; }

.header-type-13 .header-bar__module.cart #cartCount {
  float: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 22px;
  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: 992px) {
    .header-type-13 .header-bar__module.cart #cartCount {
      width: 17px;
      height: 17px;
      border-radius: 50%;
      line-height: 17px;
      font-size: 11px; } }

@media screen and (max-width: 767px) {
  .header-type-13 .header-search input#search {
    display: none; } }

@media screen and (max-width: 767px) {
  .header-type-13 .search-bar__form {
    background: none !important;
    border: none !important;
    display: inline-block; } }

@media screen and (max-width: 767px) {
  .header-type-13 .search-bar__form button {
    line-height: 40px;
    padding: 0 7px;
    font-size: 16px; } }

@media screen and (max-width: 767px) {
  .header-type-13 .search-bar__form button i {
    line-height: 50px; } }

@media screen and (max-width: 767px) {
  .header-type-13 .wrapper {
    padding: 0; } }

@media screen and (max-width: 767px) {
  .header-type-13 .header-search {
    float: none;
    display: inline-block; } }

@media screen and (max-width: 767px) {
  .header-type-13 .customer_account {
    width: 100%; } }

@media screen and (max-width: 767px) {
  .header-type-13 .menubar-section {
    float: left;
    width: 100%; } }

.header-type-13 .flag-dropdown-menu {
  opacity: 1;
  visibility: visible;
  display: block;
  -webkit-transform: scaleY(1);
  -khtml-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1); }

.header-type-13 .header-bar__module.cart .baskettop a.icon-cart-arrow {
  padding-right: 12px; }

.header-type-13 .search-bar__form {
  border: none;
  width: 90%; }
  @media screen and (max-width: 767px) {
    .header-type-13 .search-bar__form {
      width: 85%; } }
  @media screen and (max-width: 567px) {
    .header-type-13 .search-bar__form {
      width: 75%; } }

.header-type-13 .search-bar__form button {
  position: static; }

.header-type-13 .search-bar__form button, .header-type-13 .search-bar__icon-button {
  -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-13 .is-sticky .site-header__logo {
  display: block; }

.header-type-13 .header-bar__module.cart .baskettop a.icon-cart-arrow + #slidedown-cart {
  left: 0;
  width: 250px; }

.header-type-13 .nav-menu-icon {
  float: right;
  height: 20px;
  margin: 0px 0 0 40px;
  cursor: pointer;
  position: relative;
  z-index: 100;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media screen and (max-width: 1199px) {
    .header-type-13 .nav-menu-icon {
      margin: 0px 0 0 20px; } }

.header-type-13 .nav-menu-icon span {
  height: 3px;
  width: 23px;
  margin: 3px 0px 3px 0px;
  background-color: #000;
  display: block;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-animation: flipInX 1s linear;
  -moz-animation: flipInX 1s linear;
  animation: flipInX 1s linear; }

.header-type-13 .nav-menu-icon span:first-child {
  width: 12px;
  margin-right: 11px; }

.header-type-13 .nav-menu-icon span:nth-child(3) {
  width: 18px;
  margin-right: 5px; }

#menu-wrapper > ul.site-nav > li.menu-item-depth-0 {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0; }
  @media screen and (max-width: 767px) {
    #menu-wrapper > ul.site-nav > li.menu-item-depth-0 {
      opacity: 1; } }

#menu-wrapper > ul.site-nav > li.menu-item-show {
  opacity: 1; }

.header-type-13 .nav-menu-icon .animate-icon {
  -webkit-animation: flipInY 1s linear;
  -moz-animation: flipInY 1s linear;
  animation: flipInY 1s linear; }

@media screen and (max-width: 767px) {
  .header-type-13 .site-nav, .header-type-13 .site-nav > li {
    width: 100%;
    text-align: center; } }

.header-type-13 .nav-menu-icon span.animate-icon:first-child {
  margin-left: 11px; }

.header-type-13 .nav-menu-icon span.animate-icon:nth-child(3) {
  margin-left: 5px; }

@media screen and (max-width: 767px) {
  .header-type-13 .slidedown_section, .header-type-13 .header-search {
    display: inline-block; } }

/* New Css */
@media screen and (max-width: 767px) {
  .header-type-13 .site-header__logo {
    width: 100%;
    text-align: center; } }

.header-type-13 .tbl-list > li.currency > .dropdown-toggle {
  padding: 0; }

.header-type-13 .header_currency {
  padding: 0 15px; }
  @media screen and (max-width: 767px) {
    .header-type-13 .header_currency {
      padding: 0 5px;
      width: auto;
      float: none;
      display: inline-block; } }

.header-type-13 .tbl-list > li.currency .flag-dropdown-menu {
  line-height: normal;
  box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.15); }

.header-type-13 .site-nav > li > a {
  text-transform: uppercase;
  font-weight: bold; }

.header-type-13 .tbl-list > li.currency .flag-dropdown-menu li a {
  font-size: 12px; }

.header-type-13 .tbl-list > li.currency .flag-dropdown-menu {
  transform: scaleY(0);
  position: absolute; }

.header-type-13 .tbl-list > li.currency:hover .flag-dropdown-menu {
  transform: scaleY(1); }

.header-type-13 .customer_account li a {
  padding: 5px 0; }

.header-type-13 .site-nav > li > a {
  font-size: 14px; }

.header-type-13 .tbl-list > li.currency > .dropdown-toggle {
  font-size: 14px;
  line-height: 2; }

#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: 5px 0px 0px 20px;
  float: right; }

#slidedown-modal {
  -webkit-box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.15);
  width: 210px;
  padding: 10px 0px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 0px;
  top: 100%;
  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);
  -khtml-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; }
  @media screen and (max-width: 1199px) {
    #slidedown-modal {
      right: 10px; } }
  @media screen and (max-width: 992px) {
    #slidedown-modal {
      top: 100%; } }

.slidedown_section:hover #slidedown-modal, .wrapper-top-cart:hover #slidedown-cart {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -khtml-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1); }

.slidedown_section {
  float: left;
  z-index: 9;
  position: relative; }
  @media screen and (max-width: 767px) {
    .slidedown_section {
      float: none; } }

#menubar-section .slidedown_section ul li a {
  float: left;
  text-transform: capitalize;
  padding: 0 3px; }

.slidedown_section ul li span {
  float: right;
  margin: 0 0 0 20px;
  font-size: 14px;
  line-height: 24px;
  display: none; }

.slidedown_section ul li.logout-link span.fa {
  padding: 5px 0; }

.slidedown_section ul li span.fa {
  float: left;
  margin: 0 15px 0 0;
  display: block;
  font-size: 14px;
  line-height: 24px; }

.slidedown_section ul {
  width: 100%;
  float: left;
  padding: 0; }

#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: 0px 0px 0px 0px;
  float: right; }

.slidedown_section:hover #slidedown-modal {
  opacity: 1;
  visibility: visible; }

.slidedown_section ul li span {
  float: right;
  margin: 0 0 0 20px;
  font-size: 14px;
  line-height: 24px;
  display: none; }

.slidedown_section ul li.logout-link span.fa {
  padding: 5px 0; }

.slidedown_section ul li span.fa {
  float: left;
  margin: 0 15px 0 0;
  display: block;
  font-size: 14px;
  line-height: 24px; }

.slidedown_section ul {
  width: 100%;
  float: left;
  list-style: none; }

#currencies-picker .selection-box {
  float: right;
  margin: 0;
  position: relative; }

#currencies-picker {
  width: 100%;
  margin: 0; }

#currencies-picker .selection-box select {
  border: none;
  padding: 0; }

#currencies-picker p {
  margin: 0 12px 0 0px; }

#currencies-picker {
  padding: 35px 0;
  margin: 0 !important; }
  @media screen and (max-width: 767px) {
    #currencies-picker {
      margin: 0 !important; } }

.currency_wrapper.dropdown-toggle {
  position: relative; }

.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 .social-icons li {
  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 {
  float: left;
  padding: 0;
  font-size: 14px; }
  @media screen and (max-width: 767px) {
    .header-bar .social-icons li a {
      float: none; } }

.header-bar .social-icons li:last-child a {
  padding-right: 0; }

.header-bar__left li a:hover {
  color: #0084ff; }

.header-bar__left li span {
  margin-right: 5px; }
  @media screen and (max-width: 992px) {
    .header-bar__left li span {
      margin-right: 3px; } }
  @media screen and (max-width: 767px) {
    .header-bar__left li span {
      margin-left: 5px; } }

.header-bar__left li {
  float: left;
  padding: 11px 15px 11px 0; }
  @media screen and (max-width: 992px) {
    .header-bar__left li {
      padding: 11px 5px 11px 0; } }
  @media screen and (max-width: 767px) {
    .header-bar__left li {
      float: none;
      display: inline-block; } }

.header-bar__left li.phone-no:before {
  content: "\f095";
  font-family: FontAwesome;
  float: left;
  margin-right: 5px; }
  @media screen and (max-width: 992px) {
    .header-bar__left li.phone-no:before {
      margin-right: 3px; } }

.header-bar__left li.skype:before {
  content: "\f17e";
  font-family: FontAwesome;
  float: left;
  margin-right: 5px; }
  @media screen and (max-width: 992px) {
    .header-bar__left li.skype:before {
      margin-right: 3px; } }

.social-icons li a span {
  -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-bar__left #currencies-picker p:before { content:"";background:url(/cdn/shop/t/4/assets/currency.png?v=172374936201109774491663233767) no-repeat; width:15px;height:15px;float:left;margin-right:5px; }*/
.header-bar__left #currencies-picker p {
  margin: 0; }

#currencies-picker select {
  margin: 0;
  width: 45px;
  float: left;
  line-height: normal; }

.header-bar__left #currencies-picker .selection-box {
  float: right; }

#currencies-picker {
  margin-top: 1px; }
  @media screen and (max-width: 767px) {
    #currencies-picker {
      float: none !important;
      display: inline-block;
      position: relative;
      top: 4px; } }

#currencies-picker select {
  background: inherit;
  border: none;
  background: transparent;
  outline: none;
  padding: 0; }

.header-bar__left ul li i {
  float: left; }

.header-bar .selection-box {
  position: relative; }

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

.is-sticky .header-sticky {
  float: left;
  width: 100%;
  height: 96px;
  left: 0;
  right: 0; }

.is-sticky .site-header__menubar {
  position: static; }

.is-sticky .header-sticky {
  width: 100%; }
  @media screen and (max-width: 767px) {
    .is-sticky .header-sticky {
      position: relative !important; } }

.is-sticky .sticky-logo img {
  display: inline-block;
  float: left;
  max-width: 97%; }
  @media screen and (max-width: 992px) {
    .is-sticky .sticky-logo img {
      max-width: 15%;
      padding-top: 10px;
      padding-right: 10px; } }

.is-sticky .header-bar__search span {
  border: none; }

.header-bar__search form .header-bar__search-input {
  background: transparent;
  border: none; }

.is-sticky #slidedown-cart h3, .is-sticky #slidedown-cart .h3 {
  border-top: 1px solid #fff; }

.is-sticky #slidedown-cart:before {
  border-bottom: 9px solid #fff;
  right: 65px; }

.is-sticky #slidedown-cart:after {
  border-bottom: 9px solid #000;
  right: 66px;
  top: -7px; }

.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: #0084ff;
  border-color: #0084ff; }

.is-sticky ul.search-results {
  display: none !important; }

.sticky-logo img {
  display: none; }

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

#currencies-picker .selection-box:before {
  content: "\f107";
  font-family: FontAwesome;
  margin: auto;
  right: 5px;
  top: 0px;
  z-index: 1;
  position: absolute;
  pointer-events: none; }
  @media screen and (max-width: 992px) {
    #currencies-picker .selection-box:before {
      right: 3px; } }

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

#menubar-section ul li a.icon-cart-arrow {
  padding: 33px 0px 33px 25px;
  font-size: 14px;
  cursor: pointer; }
  @media screen and (max-width: 992px) {
    #menubar-section ul li a.icon-cart-arrow {
      padding: 33px 10px 33px 10px; } }

.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; } }
  @media screen and (max-width: 567px) {
    .header-bar__search {
      width: 100%; } }

.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 {
  float: left;
  width: 100%;
  padding: 5px 15%; }
  @media screen and (max-width: 1199px) {
    .header-bar {
      padding: 0 10px; } }
  @media screen and (max-width: 992px) {
    .header-bar {
      padding: 0; } }
  @media screen and (max-width: 767px) {
    .header-bar {
      border: none; } }

.header-bar__left {
  float: left; }
  @media screen and (max-width: 767px) {
    .header-bar__left {
      float: none;
      padding: 10px 0; } }

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

.menu-middle-section ul {
  list-style: none;
  padding: 0;
  float: right; }

.header-bar__search form .header-bar__search-input {
  float: left;
  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: 992px) {
    .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"] {
  font-size: 14px;
  font-weight: normal;
  background: transparent;
  border: none;
  border-left: none;
  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;
  -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-left: 1px solid #e4e4e4;
      border-top: none;
      border-right: none;
      border-bottom: 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: #0084ff; }

.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, .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 span {
  padding: 0; }

#minicart_total {
  display: inline-block;
  line-height: normal;
  text-align: left;
  float: left;
  margin-top: -4px;
  font-size: 14px; }
  @media screen and (max-width: 992px) {
    #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; }

.cart_text {
  float: left; }

.cart_text p {
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  line-height: normal; }

.mini-cart-icon {
  float: left; }

.mini-cart-details span {
  line-height: normal;
  margin: 0; }

.mini-cart-details #cartCount i {
  font-size: 30px;
  margin-right: 28px;
  margin-top: 4px;
  float: left; }

.mini-cart-details {
  float: right;
  margin: 0px 0px 0px 0px; }
  @media screen and (max-width: 992px) {
    .mini-cart-details {
      margin: 0; } }
  @media screen and (max-width: 767px) {
    .mini-cart-details {
      border-right: 1px solid #e4e4e4;
      float: none;
      display: inline-block;
      width: 100%;
      text-align: center; } }

.mini-cart-icon i {
  float: right; }

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

.cart__note-add {
  text-decoration: underline; }

.cart__note textarea {
  width: 85%; }

/* Menu */
.menu-right li a.icon-cart-arrow {
  float: left;
  margin: 0 !important;
  position: relative; }

.menu-right ul {
  list-style: none; }

.menu-right {
  list-style: none; }

@media screen and (max-width: 767px) {
  .sb-icon-search {
    background: #0084ff;
    color: #fff; } }

.sb-search-submit:hover, .sb-search.sb-search-open .sb-icon-search {
  background: #0084ff;
  color: #fff; }
  @media screen and (max-width: 767px) {
    .sb-search-submit:hover, .sb-search.sb-search-open .sb-icon-search {
      background: none;
      color: none; } }

.menu {
  list-style: none; }

.menu-right > li a {
  float: left;
  padding: 40px 15px;
  font-size: 20px; }

.menu-right {
  list-style: none; }
  @media screen and (max-width: 767px) {
    .menu-right {
      float: none;
      display: inline-block;
      width: 100%; } }

.menu-right {
  list-style: none;
  padding: 0; }
  @media screen and (max-width: 767px) {
    .menu-right {
      float: none;
      display: inline-block;
      line-height: 10px; } }

.menu-right-section {
  float: right; }
  @media screen and (max-width: 767px) {
    .menu-right-section {
      float: none;
      display: inline-block;
      width: 100%;
      text-align: center; } }

@media screen and (max-width: 767px) {
  .menu-right li {
    float: none;
    display: inline-block; } }

.featured-img-content .featured-img img, .featuredItems .product-container a img, .doubleside-section-products img {
  -webkit-transition: all 5s ease;
  -moz-transition: all 5s ease;
  -o-transition: all 5s ease;
  -ms-transition: all 5s ease;
  transition: all 5s ease; }

.sb-search {
  position: relative;
  margin: 23px 0;
  width: 0%;
  min-width: 50px;
  height: 50px;
  float: right;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden; }
  @media screen and (max-width: 767px) {
    .sb-search {
      width: 100%; } }

.sb-search input[type="text"] {
  border: none; }
  @media screen and (max-width: 767px) {
    .sb-search input[type="text"] {
      border: 1px solid #e4e4e4; } }

.sb-search input[type="text"] {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 16px 65px 16px 20px; }
  @media screen and (max-width: 767px) {
    .sb-search input[type="text"] {
      height: 55px;
      border: 1px solid #e4e4e4; } }

@media only screen and (-webkit-min-device-pixel-ratio: 1) {
  ::i-block-chrome, .sb-search input[type="text"] {
    text-indent: -9999px; } }
@media only screen and (-webkit-min-device-pixel-ratio: 1) {
  ::i-block-chrome, .sb-search.sb-search-open input[type="text"] {
    text-indent: 0px; } }
.sb-icon-search, .sb-search input[type="submit"] {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  line-height: 50px !important;
  text-align: center;
  cursor: pointer; }

.sb-search input[type="submit"] {
  background: #fff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1; }

.sb-icon-search {
  z-index: 90;
  font-size: 18px !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased; }

/* Open state */
.sb-search.sb-search-open, .no-js .sb-search {
  width: 100%; }

.sb-search.sb-search-open .sb-icon-search, .no-js .sb-search .sb-icon-search {
  z-index: 11; }

.sb-search.sb-search-open .sb-search-submit, .no-js .sb-search .sb-search-submit {
  z-index: 90; }

input[type="search"].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px; }

/* search page  */
.search-page-form.search-bar {
  background: none; }

.search-page-form.search-bar {
  width: 45%; }
  @media screen and (max-width: 992px) {
    .search-page-form.search-bar {
      width: 70%; } }
  @media screen and (max-width: 767px) {
    .search-page-form.search-bar {
      width: 100%; } }

/* Title */
.border-title h2, .border-title .h2 {
  font-family: Barlow;
  margin: 0 0 0px; }

.border-title h6, .border-title .h6 {
  color: #333333; }

.border-title p:after {
  background: #01477f;
  float: left;
  width: 4px;
  height: 72px;
  position: absolute;
  left: 0;
  top: 0; }

.border-title p {
  position: relative; }

.border-title {
  text-align: left;
  float: left;
  width: 100%;
  padding: 18px 20px; }

.related-products-container .border-title {
  text-align: left;
  float: left;
  width: 100%;
  padding: 18px 20px; }
  @media screen and (max-width: 767px) {
    .related-products-container .border-title {
      margin-bottom: 0px; } }

/*wide-banner-type-3-block*/
.wide-banner-type-3 {
  text-align: center;
  margin: auto; }

/* Home page */
.collectionItems .wide--one-half {
  width: 49.25%;
  margin-right: 1.5%; }
  @media screen and (max-width: 767px) {
    .collectionItems .wide--one-half {
      width: 100%;
      margin: 0; } }

.collectionItems .wide--one-half:last-child {
  margin-right: 0; }

.full-width-grid-banner.wide--one-half {
  width: 48.5%;
  margin-right: 3%;
  margin-top: 0; }
  @media screen and (max-width: 567px) {
    .full-width-grid-banner.wide--one-half {
      width: 100%;
      margin: 0 0 15px; } }

.first .full-width-grid-banner.wide--one-half {
  margin-bottom: 3%; }

.full-width-grid-banner.wide--one-half:last-child {
  margin-right: 0; }

.full-width-grid-banner.wide--one-half:last-child {
  margin-right: 0; }

.img-hover-effect {
  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; }

.img-hover-effect .featured-content {
  float: left;
  width: 100%; }

.full-width-grid-banner .img-hover-effect .featured-content h4, .full-width-grid-banner .img-hover-effect .featured-content .h4 {
  position: absolute;
  top: 0;
  padding: 30px;
  text-transform: uppercase;
  font-family: Barlow; }
  @media screen and (max-width: 992px) {
    .full-width-grid-banner .img-hover-effect .featured-content h4, .full-width-grid-banner .img-hover-effect .featured-content .h4 {
      font-size: 16px; } }

.full-width-grid-banner .img-hover-effect .featured-content .text_count {
  color: #e4e4e4;
  position: absolute;
  bottom: 0;
  font-size: 100px;
  font-weight: bold;
  padding: 20px;
  opacity: 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) {
    .full-width-grid-banner .img-hover-effect .featured-content .text_count {
      font-size: 70px; } }
  @media screen and (max-width: 1199px) {
    .full-width-grid-banner .img-hover-effect .featured-content .text_count {
      font-size: 50px; } }

.full-width-grid-banner .img-hover-effect:hover .featured-content .text_count {
  opacity: 1; }

/* home-product-grid-type-12-b */
.home-product-grid-type-12-b .product-grid-type-12 {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 19px;
  border-radius: 5px; }

.home-product-grid-type-12-b ul li .products {
  margin: 0; }

.home-product-grid-type-12-b .product-detail .grid-link__title {
  font-size: 1.2em;
  font-weight: 600;
  font-family: 'Barlow', sans-serif; }

.home-product-grid-type-12-b .products .product-detail .grid-link__meta {
  float: none;
  display: inline-block; }

.home-product-grid-type-12-b .products .product-detail .grid-link__meta .product_price {
  float: none;
  display: inline-block; }

.home-product-grid-type-12-b .nav_product-grid-type__12-b {
  display: inline-block;
  width: 100%;
  text-align: center;
  float: left;
  position: absolute;
  right: 5px;
  top: 29px; }

.home-product-grid-type-12-b .border-title {
  border-bottom: 1px solid #e4e4e4; 
      margin-bottom: 20px;
}

.home-product-grid-type-12-b .owl-stage-outer {
  margin-top: 20px;
  /* margin-left: 10px; */ }

.home-product-grid-type-12-b .border-title h2, .home-product-grid-type-12-b .border-title .h2 {
  font-size: 24px;
  font-family: 'Barlow', sans-serif;
  font-weight: 600; }

.home-product-grid-type-12-b .nav_product-grid-type__12-b a i {
  font-weight: 600;
  line-height: normal;
  font-size: 8px; }

.home-product-grid-type-12-b .nav_product-grid-type__12-b a.next {
  right: 20px; }

.home-product-grid-type-12-b .nav_product-grid-type__12-b a {
  opacity: 1; }

/* .home-product-grid-type-12-b .nav_product-grid-type__12-b a:hover { opacity:0.4; } */
.home-product-grid-type-12-b .nav_product-grid-type__12-b a.prev {
  right: 50px; }

.home-product-grid-type-12-b .nav_product-grid-type__12-b a {
  float: right;
  line-height: 20px;
  height: 20px;
  width: 20px;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  top: 6%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 3px; }

.category-section .nav_category {
  display: inline-block;
  width: 100%;
  text-align: center;
  float: left; }

.category-section .nav_category a i {
  font-weight: normal;
  line-height: normal;
  font-size: 24px; }

.category-section .nav_category a.next {
  right: 10px; }

.category-section .nav_category a {
  opacity: 1; }

.category-section .nav_category a:hover {
  opacity: 0.4; }

.category-section .nav_category a.prev {
  left: 10px; }

.category-section .nav_category a {
  float: left;
  height: 40px;
  width: 40px;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.category-section h4, .category-section .h4 {
  text-align: center;
  margin: 10px 0 0; }

/* Client Section */
.client-section .item {
  padding-right: 10px;
  padding-bottom: 0; }

#client-carousel .grid__item {
  padding-right: 10px;
  margin-bottom: 10px; }
  @media screen and (max-width: 567px) {
    #client-carousel .grid__item {
      padding-right: 0px;
      text-align: center; } }

#client-carousel .grid__item:nth-child(3n) {
  padding-right: 0; }

.client-section .owl-theme .owl-controls {
  text-align: center;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0; }

.client-section .owl-theme .owl-controls .owl-page span {
  width: 10px;
  height: 10px;
  border-radius: 100%; }

.client-section img {
  margin: auto;
  border: 1px solid #e4e4e4;
  padding: 10px; }

/* Sorting */
.portfolio-container {
  margin-top: 60px; }

.filter-grid-type-1 .sorting-container {
  display: inline-block;
  width: 100%;
  text-align: center; }

.filter-grid-type-1 .sorting-container a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  padding: 0 10px; }

.short-desc p {
  position: relative;
  display: inline-block;
  width: 42%;
  padding-bottom: 7px;
  padding-bottom: 7px;
  margin-bottom: 0px;
  font-size: 16px; }
  @media screen and (max-width: 1599px) {
    .short-desc p {
      width: 60%; } }
  @media screen and (max-width: 992px) {
    .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: 992px) {
    .column.no-space {
      padding: 5px; } }

.short-desc p:after {
  background: #01477f;
  content: "";
  display: inline-block;
  margin: auto;
  width: 70px;
  height: 4px;
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: -5px; }

/* Top Products */
.full_width_tab li {
  padding: 0px; }

ul li.grid__item.item-row .products {
   }

ul li.grid__item.item-row, #recently-viewed-products-grid .grid__item {
  padding: 0 10px; }
  @media screen and (max-width: 767px) {
    ul li.grid__item.item-row, #recently-viewed-products-grid .grid__item {
      margin-bottom: 5px;
      padding: 20px; } }
  @media screen and (max-width: 567px) {
    ul li.grid__item.item-row, #recently-viewed-products-grid .grid__item {
      margin-bottom: 5px;
      padding: 20px; } }

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

@media screen and (max-width: 567px) {
  .full_width_tab ul li.post-large--one-third {
    margin-bottom: 20px; } }

.full_width_tab ul li .products .product-container, .products .product-container {
  -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; }

.full_width_tab {
  float: left;
  width: 100%;
  border-radius: 5px; }

.full_width_tab .tab-inner ul .owl-item:last-child li .products {
  border-right: 1px solid #e4e4e4; }

#recently-viewed-products-grid .product-image img {
  display: block; }

#recently-viewed-products-grid .products form {
  float: none;
  margin: 0; }

.recently-viewed-products {
  float: left;
  width: 100%;
  clear: both;
  display: none; }

#recently-viewed-products-grid input[type="submit"] {
  margin: 0; }

#recently-viewed-products-grid .products .product-detail {
  background: none; }

.recently-viewed-products .products:hover .product-detail .grid-link__title {
  opacity: 1;
  visibility: visible; }

.recently-viewed-products .products:hover .spr-badge {
  opacity: 1;
  visibility: visible; }

.recently-viewed-products .products:hover .grid-link__meta {
  opacity: 1;
  visibility: visible; }

.products .product-detail .grid-link__meta .product_price {
  width: 100%; }

.product-detail .grid-link__meta .grid-link__org_price, .product-detail .grid-link__meta .grid-link__sale_price {
  float: none;
  display: inline-block;
  width: auto; }

.products .product-detail {
  text-align: left; }

.products .product-detail .item-swatch {
  text-align: center;
  display: none; }

.products .product-detail .item-swatch li {
  float: none;
  display: inline-block; }

.products .product-container .ImageOverlayCa {
  opacity: 0;
  top: 0; }

.products .product-container:hover .ImageOverlayCa {
  opacity: 1; }

.products .product-container .product-button a, .products .product-container .product-button button {
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(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-container:hover .product-button a, .products .product-container:hover .product-button button {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1); }

.products .product-container .product-button {
  top: 50%;
  left: 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%); }

@media screen and (max-width: 767px) {
  .quick-view-text {
    display: none; } }

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

.full_width_tab .tab-inner ul .owl-item:last-child li .products {
  border-right: 1px solid #e4e4e4; }

.products .product-detail form a.add-cart-btn {
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    .products .product-detail form a.add-cart-btn {
     /* font-size: 22px; */
    font-size:0.8em;
    } }

/* Newsletter */
.newsletter-section.parallax {
  margin: auto;
  text-align: center;
  padding: 0; }

.newsletter-section form .btn:before, .newsletter-section form .btn--secondary:before, .newsletter-section form .btn--tertiary:before, .newsletter-section form input[type="submit"]:before {
  border: none; }

.newsletter-section form .btn:hover, .newsletter-section form .btn--secondary:hover, .newsletter-section form .btn--tertiary:hover, .newsletter-section form input[type="submit"]:hover {
  background: none;
  color: #000000; }

.newsletter-section form .btn, .newsletter-section form .btn--secondary, .newsletter-section form .btn--tertiary, .newsletter-section form input[type="submit"] {
  display: inline-block;
  height: auto;
  padding: 10px 20px;
  margin-left: 10px;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 3px solid #01477f; }

.newsletter-section form {
  display: inline-block;
  width: 40%; }
  @media screen and (max-width: 767px) {
    .newsletter-section form {
      width: 90%; } }
  @media screen and (max-width: 567px) {
    .newsletter-section form {
      width: 100%; } }

.newsletter-section form input[type="email"] {
  display: inline-block;
  padding: 10px;
  width: 75%;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 3px solid #000000; }

.product-tab-type-3 .dt-sc-tabs-container .dt-sc-tabs li a {
  position: relative; }

.product-tab-type-3 .dt-sc-tabs-container .dt-sc-tabs li a:after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  transform: scale(0.85); }

.product-tab-type-3 .dt-sc-tabs-container .dt-sc-tabs li a:before, .product-tab-type-3 .dt-sc-tabs-container .dt-sc-tabs li a:after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  transform: scale(0.85); }

.product-tab-type-3 .dt-sc-tabs-container .dt-sc-tabs li a:after {
  opacity: 0;
  -webkit-transition: top 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: top 0.3s, opacity 0.3s, -moz-transform 0.3s;
  transition: top 0.3s, opacity 0.3s, transform 0.3s; }

.product-tab-type-3 .dt-sc-tabs-container .dt-sc-tabs li a:hover::before, .product-tab-type-3 .dt-sc-tabs-container .dt-sc-tabs li a:hover::after, .product-tab-type-3 .dt-sc-tabs-container .dt-sc-tabs li a:focus::before, .product-tab-type-3 .dt-sc-tabs-container .dt-sc-tabs li a:focus::after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1); }

.product-tab-type-3 .dt-sc-tabs-container .dt-sc-tabs li a:hover::after, .product-tab-type-3 .dt-sc-tabs-container .dt-sc-tabs li a:focus::after {
  top: 0%;
  opacity: 1; }

.flex-direction-nav a {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.flex-prev:before {
  content: "\f104";
  float: left;
  font-family: FontAwesome;
  font-size: 18px;
  font-weight: normal;
  display: inline-block;
  color: #212b36;
  background: #f2f2f2;
  padding: 11px 12px; }

.flex-next:before {
  content: "\f105";
  float: right;
  font-family: FontAwesome;
  font-size: 18px;
  font-weight: normal;
  display: inline-block;
  color: #212b36;
  background: #f2f2f2;
  padding: 11px 12px; }

.product-detail p {
  line-height: 20px;
  font-family: 'Barlow', sans-serif;
  font-size: 13px; }

.site-footer .instagram .lush-instagram .info {
  display: none; }

.site-footer h4, .site-footer .h4 {
  color: #555555; }

.collection_sidebar .widget {
  position: relative; }

.collection_sidebar .widget.widget_top_rated_products ul, .widget_promo_img.widget ul {
  border: none; }

.product-list.products form {
  float: left; }
  @media screen and (max-width: 767px) {
    .product-list.products form {
      width: 50%;
      margin-bottom: 10px; } }
  @media screen and (max-width: 567px) {
    .product-list.products form {
      width: 100%;
      margin-bottom: 10px; } }

@media screen and (max-width: 767px) {
  .product-list .add-to-wishlist {
    float: left;
    width: 50%; } }
@media screen and (max-width: 567px) {
  .product-list .add-to-wishlist {
    float: left;
    width: 100%; } }

.product-list.products .product-detail form a.add-cart-btn {
  font-size: 14px;
  margin-right: 10px; }
  @media screen and (max-width: 567px) {
    .product-list.products .product-detail form a.add-cart-btn {
      margin-left: 0; } }

.product-list .product-detail {
  text-align: left;
  padding: 15px 20px 0; }

.product-list .product-detail .grid-link__title {
  font-size: 18px;
  border-bottom: none;
  text-align: left; }

.product-list .products:hover {
  box-shadow: 0 0 0 0; }

.product-list .product-container {
  border-right: 1px solid #e4e4e4; }
  @media screen and (max-width: 1199px) {
    .product-list .product-container {
      border: none; } }

.product-list .cart-button form {
  left: 55px;
  position: absolute; }

.product-list .product-button {
  float: left;
  width: 100%;
  margin-bottom: 30px; }

.product-list .products .product-button button {
  display: inline-block;
  font-size: 14px;
  height: 45px;
  position: relative;
  width: 45px;
  margin-top: 0px;
  background: #000;
  color: #fff;
  border: none;
  top: 14px; }

.product-list .products .product-button a {
  display: inline-block;
  font-size: 14px;
  height: 45px;
  position: relative;
  width: 45px;
  margin-top: -3px;
  background: #000;
  color: #fff;
  border: none;
  top: 0px; }

.product-list .cart-button {
  margin-bottom: 30px; }

.product-list .product-button {
  text-align: center; }

.product-list .products .product-button {
  bottom: 0;
  display: inline-block;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

@media screen and (max-width: 992px) {
  .product-list .products .product-button a, .product-list .products .product-button button {
    width: 34px;
    height: 34px;
    line-height: 34x; } }

.product-list .products .product-button a {
  position: static;
  background-color: #000;
  color: #fff;
  border: none;
  margin-left: 0px; }

.product-list .products:hover .product-button {
  bottom: 0px;
  opacity: 1;
  z-index: 9; }

.products.product-list .spr-badge {
  float: left;
  width: 100%; }

.product-list-view .products .product-detail .btn i, .product-list-view .products .product-detail .btn--secondary i, .product-list-view .products .product-detail .btn--tertiary i, .product-list-view .products .product-detail input[type="submit"] i {
  margin-right: 5px; }

@media screen and (max-width: 1199px) {
  .product-list-view .products .product-detail p {
    font-size: 14px; } }

.product-list-view .products .product-detail {
  text-align: left;
  border-top: none;
  background: none;
  padding: 0px;
  margin: 0; }
  @media screen and (max-width: 1199px) {
    .product-list-view .products .product-detail {
      padding: 0px; } }
  @media screen and (max-width: 992px) {
    .product-list-view .products .product-detail {
      margin-bottom: 20px; } }
  @media screen and (max-width: 767px) {
    .product-list-view .products .product-detail {
      padding: 15px 0px 0;
      margin-bottom: 0px; } }
  @media screen and (max-width: 567px) {
    .product-list-view .products .product-detail {
      padding: 15px 0 0;
      margin-bottom: 0px; } }

.product-list-view .products .product-detail .grid-link__meta {
  margin: 0;
  padding: 0 0 0px; }

.product-list .product-detail .grid-link__vendor {
  margin: 0 0 5px; }

.product-list-view .products .product-container {
  border: none;
  padding: 0 6px; }

.product-list-view .products .product-container:hover {
  border: none;
  padding: 0 6px; }

.product-list-view .products .item-swatch {
  margin-bottom: 20px;
  text-align: left; }

.product-list-view .products .product-detail .grid-link__meta .product_price {
  text-align: left; }

ul.product-list-view li.grid__item.item-row {
  padding: 0;
  border-bottom: 1px solid #e4e4e4;
  border-top: none;
  border-left: none;
  border-right: none; }

.tab-inner {
  float: left;
  width: 100%;
  position: relative; }

.tab-inner .products .product-detail .spr-badge, .top_rated_section .products .product-detail .spr-badge, .search-products .products .product-detail .spr-badge, .product-list-view .products .product-detail .spr-badge {
  position: static;
  visibility: visible;
  opacity: 1;
  text-align: left; }

.collection-list ul.list-method .products:hover .product-detail .spr-badge {
  text-align: left; }

.selector-wrapper .selector-arrow {
  position: relative;
  float: left;
  width: 80%; }
  @media screen and (max-width: 767px) {
    .selector-wrapper .selector-arrow {
      width: 50%; } }
  @media screen and (max-width: 567px) {
    .selector-wrapper .selector-arrow {
      width: 100%; } }

/* products detail section */
.products .product-detail .grid-link__meta .product_price {
  display: inline-block;
  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 .product-detail .grid-link__meta {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 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; }
  @media screen and (max-width: 992px) {
    .products .product-detail .grid-link__meta {
      padding: 0; } }

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

.products form {
  float: right;
  margin: 0; }

.products .product_left {
  float: left;
  width: 80%; }

.products .product-detail .product-vendor {
  float: left;
  width: 100%;
  padding: 0; }

.products .product-detail label {
  float: left; }

.products .product-detail .product-vendor span {
  float: left;
  width: 100%;
  padding: 0;
  margin-left: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #bcbcbc; }

.products .product-detail {
  float: left;
  width: 100%;
  position: relative;
  margin: 15px 0px 15px;
  z-index: 1;
  border-radius: 0 0 0px 0px;
  background: #ffffff; }
  @media screen and (max-width: 1199px) {
    .products .product-detail {
      padding: 0px; } }
  @media screen and (max-width: 767px) {
    .products .product-detail {
      padding: 0px; } }

.products:hover .product-detail .grid-link__title {
  color: #0084ff; }

@media screen and (max-width: 767px) {
  .products .product-button .button-row-1, .products .product-button .button-row-2 {
    display: inline-block; } }

.products .product-button .add-in-wishlist-js span, .product-tab-type-3 .dt-sc-tabs-content .one-whole .product-button .add-in-wishlist-js span {
  display: none; }

.products .product-button .loading {
  display: inline-block;
  position: relative;
  padding: 0;
  background: none; }

.products .product-button .add-to-wishlist {
  display: inline-block; }

.products .product-button .added-wishlist .tooltip-label {
  display: none; }

.products .spr-badge {
  float: left;
  width: 100%;
  font-size: 12px !important;
  padding: 5px 0 5px 0; }
  @media screen and (max-width: 1199px) {
    .products .spr-badge {
      font-size: 16px !important; } }
  @media screen and (max-width: 992px) {
    .products .spr-badge {
      font-size: 14px !important; } }
  @media screen and (max-width: 767px) {
    .products .spr-badge {
      font-size: 12px !important; } }

.product-detail .spr-badge-starrating {
  margin: 0; }

.product-detail .grid-link__title {
  text-transform: capitalize;
  letter-spacing: normal;
  font-size: 16px;
  height:55px;
  color: #555555;
  display: inline-block;
  width: 100%;
  line-height: 1.7;
  font-weight: 600;
  font-family: 'Barlow', sans-serif; }
  @media screen and (max-width: 992px) {
    .product-detail .grid-link__title {
      font-size: 1em; } }

.product-shop.summary .prices {
  font-size: 24px;
  line-height: normal;
  font-weight: bold;
  color: #222222;
  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; }
  @media screen and (max-width: 1199px) {
    .product-shop.summary .prices {
      font-size: 22px; } }
  @media screen and (max-width: 992px) {
    .product-shop.summary .prices {
      font-size: 18px; } }
  @media screen and (max-width: 767px) {
    .product-shop.summary .prices {
      font-size: 20px; } }

.product-detail .grid-link__meta .grid-link__org_price {
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  -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) {
    .product-detail .grid-link__meta .grid-link__org_price {
      font-size: 18px; } }
  @media screen and (max-width: 992px) {
    .product-detail .grid-link__meta .grid-link__org_price {
      font-size: 14px; } }
  @media screen and (max-width: 767px) {
    .product-detail .grid-link__meta .grid-link__org_price {
      font-size: 14px; } }

.product-container .ImageOverlayCa {
  height: 100%;
  left: 0;
  top: -100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.product-container:hover .ImageOverlayCa {
  top: 0; }

.product_single_detail_section .product_price {
  float: left; }

.product-detail .grid-link__meta del {
  display: inline-block;
  color: #a94442;;
  font-weight: bold;
  font-size: 16px; }
  @media screen and (max-width: 1199px) {
    .product-detail .grid-link__meta del {
      font-size: 12px; } }
  @media screen and (max-width: 992px) {
    .product-detail .grid-link__meta del {
      font-size: 12px; } }

.quick-view .product-shop.summary .compare-price, #ComparePrice, .price-box .special-price {
  display: inline-block;
  margin-left: 5px;
  color: #707070;
  font-weight: normal;
  font-size: 12px; }
  @media screen and (max-width: 1199px) {
    .quick-view .product-shop.summary .compare-price, #ComparePrice, .price-box .special-price {
      font-size: 12px; } }
  @media screen and (max-width: 992px) {
    .quick-view .product-shop.summary .compare-price, #ComparePrice, .price-box .special-price {
      font-size: 12px; } }

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

.grid-link__image--product {
  margin: 0; }

.footer-logo {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: auto; }

.site-footer i {
  margin-right: 5px; }

.site-footer h4, .site-footer .h4 {
  font-size: 20px;
  position: relative;
  margin-bottom: 20px; }
  @media screen and (max-width: 1199px) {
    .site-footer h4, .site-footer .h4 {
      font-size: 14px; } }
  @media screen and (max-width: 992px) {
    .site-footer h4, .site-footer .h4 {
      font-size: 18px; } }
  @media screen and (max-width: 767px) {
    .site-footer h4, .site-footer .h4 {
      font-size: 20px; } }

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

.site-footer__links a:hover {
  color: #0084ff; }

.site-footer .grid-uniform .grid__item {
  border-left: 1px solid #e4e4e4;
  margin: 0px; }
  @media screen and (max-width: 767px) {
    .site-footer .grid-uniform .grid__item {
      border-left: none; } }

.site-footer .grid-uniform .grid__item:first-child {
  border-left: none; }

.site-footer .grid-uniform .grid__item form {
  border-bottom: 1px solid #000000;
  display: inline-block;
  width: 72%; }
  @media screen and (max-width: 1199px) {
    .site-footer .grid-uniform .grid__item form {
      width: 90%; } }
  @media screen and (max-width: 992px) {
    .site-footer .grid-uniform .grid__item form {
      width: 94%; } }
  @media screen and (max-width: 767px) {
    .site-footer .grid-uniform .grid__item form {
      width: 100%; } }

.site-footer__links a {
  color: black;
  font-size: 16px;
  line-height: 32px;
  color: #72797e;
  position: relative;
  margin-left: 23px;
  display: block; }
  @media screen and (max-width: 992px) {
    .site-footer__links a {
      padding-right: 10px; } }
  @media screen and (max-width: 767px) {
    .site-footer__links a {
      padding-right: 0px; } }

.site-footer__links li a:before {
  content: "\f111";
  font-family: FontAwesome;
  position: absolute;
  margin-left: -22px;
  font-size: 6px; }

i.spr-icon.spr-icon-star {
  color: #ffc808; }

.spr-icon-star-half-alt:before {
  color: #ffc808; }

[class^="spr-icon-"]:before, [class*=" spr-icon-"]:before {
  color: #ffc808; }

.collection-list ul li .products {
  margin-bottom: 30px; }
  @media screen and (max-width: 567px) {
    .collection-list ul li .products {
      margin-bottom: 0px; } }

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

.footer-logo img {
  margin: 0;
  padding: 5px 0 0; }

footer .grid.footer-icons, footer .footer-icons.grid--rev, footer .footer-icons.grid--full {
  margin: 20px 0 0; }

.footer-icons .payment-icons li a:hover img {
  opacity: 1; }

/* .footer-icons .payment-icons li a img { opacity:0.7; } */
.footer-icons .payment-icons li a img {
  float: left; }

.footer-icons .payment-icons li a img {
  -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 {
  display: block; }

.grid.footer-icons, .footer-icons.grid--rev, .footer-icons.grid--full {
  float: left; }
  @media screen and (max-width: 567px) {
    .grid.footer-icons, .footer-icons.grid--rev, .footer-icons.grid--full {
      float: none;
      display: inline-block; } }

.footer-icons h4, .footer-icons .h4 {
  float: left;
  width: 100%;
  padding: 0; }

@media screen and (max-width: 1199px) {
  .footer-icons .payment-icons li img {
    width: 54px; } }
@media screen and (max-width: 992px) {
  .footer-icons .payment-icons li img {
    width: 35px; } }
@media screen and (max-width: 767px) {
  .footer-icons .payment-icons li img {
    width: 56px; } }
@media screen and (max-width: 567px) {
  .footer-icons .payment-icons li img {
    width: 43px; } }

.footer-icons .payment-icons {
  float: left;
  padding: 0px 0 0px;
  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; } }

.copyright-section .footer-icons {
  float: right; }
  @media screen and (max-width: 767px) {
    .copyright-section .footer-icons {
      float: none; } }

.copyright-section {
  float: left;
  width: 100%;
  padding: 35px 0; }
  @media screen and (max-width: 767px) {
    .copyright-section {
      padding: 35px 0 35px 0; } }

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

.copyright a {
  color: #fff; }

.copyright a:hover {
  color: #0084ff; }

.site-footer .address {
  line-height: 26px;
  float: left;
  width: 100%; }

.site-footer .address p {
  display: inline-block;
  margin-bottom: 5px; }

.site-footer .footer_contact p {
  display: inline-block;
  margin-bottom: 5px; }

.site-footer input {
  float: left;
  padding: 0 0 0 17px;
  display: inline-block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  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 .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 i, .site-footer .btn--secondary i, .site-footer .btn--tertiary i, .site-footer input[type="submit"] i {
  margin: 0; }

.site-footer .btn:before, .site-footer .btn--secondary:before, .site-footer .btn--tertiary:before, .site-footer input[type="submit"]:before, #mc_embed_signup .btn:before, #mc_embed_signup .btn--secondary:before, #mc_embed_signup .btn--tertiary:before, #mc_embed_signup input[type="submit"]:before, .sorting-section .btn:before, .sorting-section .btn--secondary:before, .sorting-section .btn--tertiary:before, .sorting-section input[type="submit"]:before {
  content: none;
  border: none; }

.site-footer .btn:hover, .site-footer .btn--secondary:hover, .site-footer .btn--tertiary:hover, .site-footer input[type="submit"]:hover {
  background: none;
  color: #0084ff; }

.badge.badge--sale .badge__text, .badge.badge--sale {
  background: #ffffff; }

.product-container:hover .product-button {
  top: 50%; }

.product-container .product-button {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 0;
  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%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 2; }

.product-container .product-button a:hover, .product-container .product-button button:hover, .product-tab-type-3 .dt-sc-tabs-content .one-whole .product-button a:hover, .product-tab-type-3 .dt-sc-tabs-content .one-whole .product-button button:hover {
  background: #333333;
  color: #ffffff; }

.product-container .product-button a, .product-container .product-button button, .product-container .product-button span, .product-tab-type-3 .dt-sc-tabs-content .one-whole .product-button a, .product-tab-type-3 .dt-sc-tabs-content .one-whole .product-button button, .product-tab-type-3 .dt-sc-tabs-content .one-whole .product-button span {
  background: #bc0000;
  color: #ffffff;
  cursor: pointer;
  font-size: 18px;
  display: inline-block;
  padding: 0;
  width: 42px;
  height: 42px;
  line-height: 42px;
  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) {
    .product-container .product-button a, .product-container .product-button button, .product-container .product-button span, .product-tab-type-3 .dt-sc-tabs-content .one-whole .product-button a, .product-tab-type-3 .dt-sc-tabs-content .one-whole .product-button button, .product-tab-type-3 .dt-sc-tabs-content .one-whole .product-button span {
      width: 30px;
      height: 30px;
      line-height: 30px;
      font-size: 14px;
      margin-right: 0px; } }
  @media screen and (max-width: 767px) {
    .product-container .product-button a, .product-container .product-button button, .product-container .product-button span, .product-tab-type-3 .dt-sc-tabs-content .one-whole .product-button a, .product-tab-type-3 .dt-sc-tabs-content .one-whole .product-button button, .product-tab-type-3 .dt-sc-tabs-content .one-whole .product-button span {
      width: 35px;
      height: 35px;
      line-height: 35px;
      font-size: 16px;
      margin-right: 5px; } }

.products .ImageWrapper {
  float: left;
  width: 100%;
  overflow: hidden; }

.products .product-button button {
  background: 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;
  padding: 0; }

.products .product-button .wishlist {
  margin: 0; }

.product-container .badge.badge--sale .badge__text {
  webkit-transition-delay: 0s, 0s, 0s;
  -moz-transition-delay: 0s, 0s, 0s;
  -ms-transition-delay: 0s, 0s, 0s;
  -o-transition-delay: 0s, 0s, 0s;
  transition-delay: 0s, 0s, 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); }

.product-container .badge.badge--sale i {
  position: absolute;
  right: 12px; }

.product-container .badge.badge--sale .badge__text {
  float: left;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px; }

.product-container .product-button a, .product-container .product-button button, .product-container .product-button span {
  border-radius: 999px; }

.product-container .product-button span {
  cursor: no-drop; }

.products .product-container {
  border-radius: 0px 0px 0 0;
  position: relative;
  overflow: hidden;
  line-height: 0; }
  @media screen and (max-width: 767px) {
    .products .product-container {
      width: 100%; } }

.products .product-container a.grid__image {
  float: left; }

.products .product-container label.deal-lable {
  display: none; }

.product-container img {
  margin: auto;
  display: block; }

.products:hover .hover {
  opacity: 1; }

@media screen and (max-width: 767px) {
  .products .product-container .product-button a.quick-view-text, .products .product-container .product-button a.compare {
    display: none; } }

.product-button form {
  display: inline-block;
  margin: 0;
  width: initial;
  padding: 0;
  float: none; }

.product-list .product-button form {
  float: none; }

.product-list .product-button a {
  display: inline-block; }

.product-list .product-button a.quick-view-text {
  margin-left: 3px;
  margin-right: 3px; }

.product-list .product-button span {
  position: inherit; }

.product_tab_section {
  background: #ebebeb;
  border-left: none;
  border-right: none;
  padding: 30px 0; }

.tab_content_section {
  float: left;
  width: 100%;
  padding: 50px 0;
  background: #f4f4f4; }

.dt-sc-tabs-container .dt-sc-tabs {
  display: inline-block;
  text-align: left;
  width: 100%; }

.dt-sc-tabs-container .dt-sc-tabs li {
  float: none;
  display: inline-block; }

.template-product .dt-sc-tabs-container .dt-sc-tabs li {
  float: left; }

.template-product .dt-sc-tabs-container {
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 5px; }

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

blockquote {
  position: relative; }

blockquote:before {
  content: "\"";
  font-size: 70px;
  left: -28px;
  position: absolute;
  top: -28px;
  font-family: Barlow;
  width: 70px;
  text-align: center; }

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

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

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(/cdn/shop/t/4/assets/Preloader_2.gif?4024) center no-repeat white; }

.product-img-box .product-photo-container {
  position: relative;
  overflow: hidden;
  text-align: center; }

.product-img-box a {
  margin: auto;
  text-align: center; }

.product-img-box .p-video {
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  float: left;
  width: 100%;
  letter-spacing: 1px; }

.zoomWrapper {
  overflow: hidden;
  height: auto !important;
  width: auto !important;
  text-align: center; }

.product-photo-container img {
  height: auto !important;
  width: auto !important;
  position: static !important; }

.zoomWrapper > div {
  width: 64px !important;
  height: 64px !important;
  background-color: white !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; }

.zoomWrapper img {
  z-index: -1 !important; }

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

.zoomWrapper {
  overflow: hidden;
  height: auto !important;
  width: auto !important;
  text-align: center; }

.zoomWrapper img:nth-child(2) {
  display: none; }

.product-photo-container #product-featured-image {
  position: static !important;
  height: auto !important;
  width: auto !important;
  margin: auto; }

.product-photo-container > a {
  position: relative;
  display: block;
  width: 100%; }

/*----*****---- << 8.Go To Top >> ----*****----*/
#toTopHover {
  display: block;
  float: left;
  opacity: 0;
  -moz-opacity: 0; }

#toTop:hover {
  background: #0084ff;
  color: #fff; }

#toTop:active, #toTop:focus {
  outline: none; }

#toTop {
  position: fixed;
  bottom: 86px;
  right: 15px;
  z-index: 99; }
  @media screen and (max-width: 767px) {
    #toTop {
      bottom: 40px; } }

#toTop {
  float: left;
  background: #0084ff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff; }

#toTop {
  float: left;
  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;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase; }
  @media screen and (max-width: 567px) {
    #toTop {
      font-size: 14px; } }

#toTop i {
  display: 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;
  font-style: inherit;
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  line-height: 50px;
  margin: auto;
  text-align: center;
  font-size: 26px; }

#slidedown-cart h3, #slidedown-cart .h3 {
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 14px;
  padding: 15px 20px;
  margin-bottom: 0px; }

#slidedown-cart .actions .btn, #slidedown-cart .actions .btn--secondary, #slidedown-cart .actions .btn--tertiary, #slidedown-cart .actions input[type="submit"] {
  margin-bottom: 0;
  font-size: 13px;
  padding: 12px 20px;
  border: none; }
  @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 i, #slidedown-cart .actions .btn--secondary i, #slidedown-cart .actions .btn--tertiary i, #slidedown-cart .actions input[type="submit"] i {
  margin-right: 12px; }

#slidedown-cart .actions {
  display: grid;
  width: 100%;
  text-align: center;
  padding: 0; }

#slidedown-cart li a.product-image {
  line-height: normal;
  float: left;
  display: block;
  margin-right: 15px;
  margin-left: 0px;
  padding: 0 !important;
  width: 50px;
  height: auto; }
  @media screen and (max-width: 567px) {
    #slidedown-cart li a.product-image {
      width: 50px;
      height: auto; } }

#slidedown-cart .text-cart {
  margin-bottom: 0px; }
  @media screen and (max-width: 567px) {
    #slidedown-cart .text-cart {
      margin-left: 0; } }

#slidedown-cart .product-details {
  float: left;
  width: 55%; }

#slidedown-cart .btn-remove {
  position: absolute;
  right: 15px;
  top: 0;
  padding: 0 !important; }

#slidedown-cart li .product-name {
  margin: 0;
  line-height: 20px; }

#slidedown-cart li .product-name a {
  text-transform: capitalize;
  line-height: normal;
  padding: 0;
  font-size: 14px; }
  @media screen and (max-width: 767px) {
    #slidedown-cart li .product-name a {
      font-size: 14px; } }

#slidedown-cart ul {
  float: left;
  list-style: none;
  width: 100%;
  padding: 0px 0 0;
  overflow-y: auto;
  max-height: 394px; }
  @media screen and (max-width: 567px) {
    #slidedown-cart ul {
      padding: 0; } }

#slidedown-cart li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  float: left;
  border-radius: 0;
  display: inline-block;
  width: 100%;
  position: relative; }

#slidedown-cart ul li .cart-collateral {
  display: inline-block;
  text-align: left;
  width: 100%;
  list-style: none; }
  @media screen and (max-width: 567px) {
    #slidedown-cart ul li .cart-collateral {
      font-size: 11px; } }

#slidedown-cart p {
  margin: 0; }

#slidedown-cart p.text-continue a {
  line-height: normal;
  font-size: 14px;
  margin-top: 15px;
  padding: 10px 28px;
  float: none; }

#slidedown-cart .total .label {
  text-transform: capitalize;
  margin-right: 10px; }

#slidedown-cart .total {
  display: inline-block;
  margin-left: 0px;
  margin-bottom: 15px;
  text-align: right;
  width: 100%;
  font-size: 14px; }
  @media screen and (max-width: 767px) {
    #slidedown-cart .total {
      font-size: 16px; } }

#slidedown-modal:before {
  border-bottom: 9px solid #e4e4e4;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  content: "";
  height: 0;
  right: 0px;
  position: absolute;
  top: -9px;
  width: 0; }

#slidedown-modal:after {
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  content: "";
  height: 0;
  right: 1px;
  position: absolute;
  top: -8px;
  width: 0; }

#slidedown-cart .actions {
  display: grid;
  text-align: center;
  width: 100%; }

#slidedown-cart .no-items {
  padding: 0;
  float: left;
  width: 100%;
  text-align: center; }

/* Product Sidebar */
.product_sidebar .custom-text-type-1 {
  margin: 0 0 60px; }

.product_sidebar ul.support_block {
  list-style: none;
  padding: 0; }

.product_sidebar ul.support_block .support_icon a {
  float: left;
  padding: 10px 0; }

.product_sidebar ul.support_block .support_icon {
  float: left;
  margin-right: 20px; }
  @media screen and (max-width: 1599px) {
    .product_sidebar ul.support_block .support_icon {
      margin-right: 10px; } }

.product_sidebar ul.support_block .support_icon a i {
  font-size: 20px; }

.right .product_sidebar {
  padding-right: 0px;
  padding-left: 60px; }
  @media screen and (max-width: 1599px) {
    .right .product_sidebar {
      padding-left: 20px; } }
  @media screen and (max-width: 992px) {
    .right .product_sidebar {
      padding-left: 10px; } }
  @media screen and (max-width: 767px) {
    .right .product_sidebar {
      padding-left: 0px; } }

.product_sidebar {
  padding-right: 30px; }
  @media screen and (max-width: 1599px) {
    .product_sidebar {
      padding-right: 20px; } }
  @media screen and (max-width: 992px) {
    .product_sidebar {
      padding-right: 10px; } }
  @media screen and (max-width: 767px) {
    .product_sidebar {
      padding-right: 0px; } }

.product_sidebar .widget .product-categories li {
  float: left;
  width: 100%;
  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; }

.product_sidebar .widget .product-categories li a {
  float: left;
  width: 84%;
  padding: 5px 0px; }

.product_sidebar .widget .product-categories li a span {
  position: absolute;
  right: 0;
  float: right;
  font-size: 12px; }

.product_sidebar .widget .product-categories li .dt-menu-expand {
  position: absolute;
  right: 0;
  top: 5px;
  cursor: pointer; }

.widget_categories li:hover i:before {
  color: #0084ff; }

.product_sidebar .widget .product-categories li, .sidebar-tag.brand li, .widget_categories li, .sidebar-tag.price li, .sidebar-tag.material li {
  padding: 0 0 0 0px;
  margin-left: 1px;
  margin-top: 1px;
  position: relative; }

.product_sidebar .widget .product-categories ul.children {
  padding: 15px 0 15px 0px;
  margin: 0;
  border: none; }

.product_sidebar .widget .product-categories ul.children li a {
  font-size: 13px;
  padding: 5px 12px; }

.product_sidebar .widget .product-categories ul.children {
  padding: 15px 0 15px 30px;
  margin: 0;
  border: none; }

.product_sidebar .widget .product-categories ul.children li {
  position: relative; }

.product_sidebar .widget .product-categories ul.children li::before {
  position: absolute;
  content: "\f0da";
  left: 0;
  top: 8px;
  font-family: fontawesome;
  font-size: 10px; }

.product-sidebar-bestsellers .top-products li {
  float: left;
  width: 100%;
  margin-bottom: 10px; }

.product-sidebar-bestsellers .top-products li span.top_product_count {
  display: none;
  float: left;
  margin-right: 20px;
  font-size: 50px; }
  @media screen and (max-width: 1199px) {
    .product-sidebar-bestsellers .top-products li span.top_product_count {
      display: none;
      font-size: 36px;
      margin-right: 15px; } }
  @media screen and (max-width: 992px) {
    .product-sidebar-bestsellers .top-products li span.top_product_count {
      display: none;
      font-size: 46px; } }
  @media screen and (max-width: 767px) {
    .product-sidebar-bestsellers .top-products li span.top_product_count {
      display: block; } }

.product-sidebar-bestsellers .top-products-detail {
  background: none;
  float: left;
  width: 65%;
  padding: 0px 0 0; }

.product-sidebar-bestsellers .top-products-detail {
  text-align: left; }

.product-sidebar-bestsellers .thumb {
  float: right;
  width: 20%; }

.product-sidebar-bestsellers .top-products li span.price span {
  font-size: 14px; }

.product-sidebar-bestsellers .top-products li del span {
  font-size: 12px; }

.product-sidebar-bestsellers .products .spr-badge {
  font-size: 11px !important;
  padding: 0; }

.product-sidebar-bestsellers {
  float: left;
  width: 100%; }

.product_sidebar ul.support_block li span.top_product_count {
  float: left;
  font-size: 50px;
  position: relative; }
  @media screen and (max-width: 1599px) {
    .product_sidebar ul.support_block li span.top_product_count {
      font-size: 36px; } }
  @media screen and (max-width: 1199px) {
    .product_sidebar ul.support_block li span.top_product_count {
      display: none;
      font-size: 46px; } }
  @media screen and (max-width: 767px) {
    .product_sidebar ul.support_block li span.top_product_count {
      display: block; } }

.product_sidebar ul.support_block li {
  float: left;
  width: 100%;
  margin-bottom: 20px; }

.product_sidebar .support_section:after {
  content: "";
  background: #e4e4e4;
  width: 1px;
  height: 50px;
  float: left;
  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: 1199px) {
    .product_sidebar .support_section:after {
      background: none; } }
  @media screen and (max-width: 767px) {
    .product_sidebar .support_section:after {
      background: #e4e4e4; } }

.product_sidebar .support_text {
  float: left; }

@media screen and (max-width: 1199px) {
  .product_sidebar .support_text h6, .product_sidebar .support_text .h6 {
    font-size: 14px; } }

.product_sidebar .support_text h6, .product_sidebar .support_text .h6, .product_sidebar .support_text p {
  margin: 0; }

.product_sidebar .support_section {
  float: left;
  padding: 20px 0;
  position: relative;
  margin-left: 20px;
  padding-left: 20px; }
  @media screen and (max-width: 1599px) {
    .product_sidebar .support_section {
      margin-left: 10px;
      padding-left: 10px; } }
  @media screen and (max-width: 1199px) {
    .product_sidebar .support_section {
      margin-left: 7px;
      padding-left: 7px; } }
  @media screen and (max-width: 992px) {
    .product_sidebar .support_section {
      margin-left: 0px;
      padding-left: 0px;
      padding-bottom: 0; } }
  @media screen and (max-width: 767px) {
    .product_sidebar .support_section {
      margin-left: 10px;
      padding: 20px 0 20px 10px; } }

.product_desc_section {
  border-top: 1px solid #e4e4e4;
  padding-top: 20px; }

.product_sidebar .support_text {
  float: left;
  width: 70%; }
  @media screen and (max-width: 567px) {
    .product_sidebar .support_text {
      width: 100%;
      text-align: center; } }

.product_sidebar .support_text h5, .product_sidebar .support_text .h5 {
  margin-bottom: 5px; }

.product_sidebar .support_text h6, .product_sidebar .support_text .h6 {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: normal;
  font-family: Barlow; }

.product_sidebar ul.support_block .support_icon {
  float: left;
  width: auto; }
  @media screen and (max-width: 992px) {
    .product_sidebar ul.support_block .support_icon {
      width: 100%;
      margin: 0 0 10px;
      text-align: center; } }

.product_sidebar ul.support_block .support_icon a {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 100%;
  padding: 0; }
  @media screen and (max-width: 1599px) {
    .product_sidebar ul.support_block .support_icon a {
      width: 50px;
      height: 50px;
      line-height: 50px; } }
  @media screen and (max-width: 567px) {
    .product_sidebar ul.support_block .support_icon a {
      float: none;
      display: inline-block; } }

.product_sidebar ul.support_block .support_icon a i {
  line-height: 70px; }
  @media screen and (max-width: 1599px) {
    .product_sidebar ul.support_block .support_icon a i {
      line-height: 50px; } }

.product_sidebar .support_section {
  margin: 0;
  padding: 0; }

.product_single_detail_section {
  padding-right: 20px; }
  @media screen and (max-width: 567px) {
    .product_single_detail_section {
      padding-right: 0; } }

.product_sidebar .support_section:after {
  content: none;
  background: none;
  width: 0;
  height: 0; }

@media screen and (max-width: 992px) {
  .more-view-wrapper-owlslider {
    margin-bottom: 30px; } }

/* Sidebar Deals */
.product_sidebar .product-sidebar-deals ul {
  border: none !important; }

.product_sidebar .product-sidebar-deals .lof-clock-timer-detail-single ul {
  margin: 0;
  padding: 0; }

.product_sidebar .product-sidebar-deals .lof-clock-timer-detail-single {
  margin: 0 0 0px;
  float: left;
  display: inline-block;
  text-align: center;
  list-style: none;
  padding: 0 !important;
  position: absolute;
  bottom: 10px;
  left: 0px;
  right: 0;
  z-index: 99; }

.product_sidebar .product-sidebar-deals .lof-clock-timer-detail-single li {
  display: inline-block;
  width: 65px;
  height: 52px;
  padding: 10px 0px;
  margin: 0 2px; }
  @media screen and (max-width: 1199px) {
    .product_sidebar .product-sidebar-deals .lof-clock-timer-detail-single li {
      width: 38px;
      height: 45px; } }

.product_sidebar .product-sidebar-deals .lof-clock-timer-detail-single li {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  position: relative;
  border-radius: 5px; }
  @media screen and (max-width: 1199px) {
    .product_sidebar .product-sidebar-deals .lof-clock-timer-detail-single li {
      font-size: 12px; } }

.product_sidebar .product-sidebar-deals .lof-clock-timer-detail-single li span {
  float: left;
  width: 100%;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 2px;
  line-height: 1;
  letter-spacing: 1px; }

.product_sidebar .product-sidebar-deals ul li a.thumb {
  position: relative;
  float: left;
  width: 100%;
  text-align: center; }

/* .product_sidebar .product-sidebar-deals ul li .products .product-detail { border-top:1px solid $colorBorder; } */
.product_sidebar .product-sidebar-deals ul li .products .product_left {
  width: 100%; }

.product_sidebar .product-sidebar-deals ul li .products {
  border: none; }

.product_sidebar .product-sidebar-deals ul.item-swatch {
  margin: 0;
  padding: 0; }

.product_sidebar .product-sidebar-deals .widget.widget_top_rated_products {
  float: left;
  width: 100%;
  position: relative;
  padding: 20px;
  border-radius: 5px; }

.product_sidebar .product-sidebar-deals .product-sidebar-deals-nav a {
  padding: 0px; }

/*   .product_sidebar .product-sidebar-deals .product-sidebar-deals-nav a.prev {left:10px; transform: translateY(-50%);position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);float:left;padding-right:10px; }
.product_sidebar .product-sidebar-deals .product-sidebar-deals-nav a.next { right:10px;transform: translateY(-50%);position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);padding-left:10px;border-left:1px solid $colorBorder;float:right; }
 */
.product_sidebar .product-sidebar-deals {
  float: left;
  width: 100%; }

/* product */
.product_single_detail_section .product-single__quantity {
  float: left;
  width: 100%;
  margin-bottom: 0px;
  padding-top: 20px;
  border-top: 1px solid #e4e4e4; }

.product_single_detail_section .product-single__quantity input#quantity {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  width: 50px; }

.product_single_detail_section .total-price {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 5px; }

.product_single_detail_section .product-single__quantity .dec, .product_single_detail_section .product-single__quantity .inc {
  cursor: pointer;
  border: 1px solid #e4e4e4; }

.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: 40px;
  text-align: center;
  margin: auto;
  padding: 0; }

.product-single__hero h1, .product-single__hero .h1 {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #555555;
  margin-bottom: 5px; }
  @media screen and (max-width: 992px) {
    .product-single__hero h1, .product-single__hero .h1 {
      font-size: 24px;
      margin-bottom: 10px; } }
  @media screen and (max-width: 767px) {
    .product-single__hero h1, .product-single__hero .h1 {
      font-size: 22px;
      margin-bottom: 5px; } }

.product-single__hero .social-sharing {
  float: right; }

.product_single_detail_section .product-infor {
  float: left;
  width: 100%;
  padding-bottom: 20px;
  text-align: left;
  border-bottom: 1px solid #e4e4e4;
  text-transform: capitalize; }

.product-single__hero .product-infor label {
  float: left;
  margin-right: 7px; }

.product-single__hero .contact-form {
  margin-bottom: 0; }

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

.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 .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"] {
  letter-spacing: 0.06em; }
  @media screen and (max-width: 1199px) {
    .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: 10px;
      margin-top: 10px; } }
  @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: 15px; } }

.product_single_detail_section .add-to-wishlist {
  float: left; }
  @media screen and (max-width: 1199px) {
    .product_single_detail_section .add-to-wishlist {
      clear: inherit;
      width: auto; } }
  @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 {
      clear: inherit;
      width: auto; } }

.product_single_detail_section label.deal-lable {
  float: left;
  text-transform: uppercase;
  width: 250px;
  margin: 40px 0 0;
  text-align: left; }
  @media screen and (max-width: 992px) {
    .product_single_detail_section label.deal-lable {
      width: 170px; } }
  @media screen and (max-width: 567px) {
    .product_single_detail_section label.deal-lable {
      width: 122px;
      margin: 20px 0 0; } }

.product_single_detail_section .spr-badge {
  float: left;
  width: 100%;
  margin-bottom: 0px;
  padding: 0; }

.product_single_detail_section h2, .product_single_detail_section .h2 {
  float: left;
  width: 90%;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 30px;
  letter-spacing: normal;
  font-family: 'Barlow', sans-serif; }
  @media screen and (max-width: 767px) {
    .product_single_detail_section h2, .product_single_detail_section .h2 {
      width: 100%; } }
  @media screen and (max-width: 1599px) {
    .product_single_detail_section h2, .product_single_detail_section .h2 {
      font-size: 26px; } }
  @media screen and (max-width: 1199px) {
    .product_single_detail_section h2, .product_single_detail_section .h2 {
      font-size: 26px; } }
  @media screen and (max-width: 767px) {
    .product_single_detail_section h2, .product_single_detail_section .h2 {
      font-size: 20px; } }
  @media screen and (max-width: 567px) {
    .product_single_detail_section h2, .product_single_detail_section .h2 {
      font-size: 18px; } }

.product_single_detail_section .product-arrows {
  float: right;
  margin: 0;
  display: none; }

.product_single_detail_section .product-arrows span.left {
  margin-right: 10px; }

.product_single_detail_section .product-arrows span {
  font-size: 28px; }

.product_single_detail_section .product-arrows span a {
  color: #000000; }

.product_single_detail_section .product-description {
  float: left;
  width: 100%;
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 20px 0 20px; }
  @media screen and (max-width: 767px) {
    .product_single_detail_section .product-description {
      font-size: 15px; } }

.product_single_detail_section .social-sharing {
  margin: 0px 0 0; }
  @media screen and (max-width: 1199px) {
    .product_single_detail_section .social-sharing {
      margin: 20px 0 0; } }
  @media screen and (max-width: 767px) {
    .product_single_detail_section .social-sharing {
      margin: 0px 0 0; } }

.product_single_detail_section .social-sharing label {
  display: none; }

.product_single_detail_section .selector-wrapper-secton {
  float: left;
  width: 100%;
  padding: 20px 0;
  margin: 20px 0 0;
  border-top: 1px solid #e4e4e4;
  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 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 .selector-arrow:after, .product-single__quantity .quantity-box:after {
  content: "\e604";
  font-size: 11px;
  bottom: 12px;
  font-family: 'simple-line-icons';
  float: left;
  position: absolute;
  right: 0;
  bottom: 10px;
  pointer-events: none; }

.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 .product_single_price, .product_single_detail_section .total-price, .grid-link__org_price, .price_varies {
  float: left;
  width: 100%;
  font-size: 21px;
  font-weight: 600;
  color: #222222; }

.product_single_detail_section .selector-wrapper-secton .selector-wrapper label, .prices.product_price label {
  color: #000000;
  text-align: left;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0px;
  float: left;
  width: 80%; }
  @media screen and (max-width: 767px) {
    .product_single_detail_section .selector-wrapper-secton .selector-wrapper label, .prices.product_price label {
      width: 150px; } }

.product_single_price label {
  color: #000000;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
  text-transform: capitalize;
  margin-bottom: 0px;
  font-family: 'Barlow', sans-serif;
  letter-spacing: normal;
  float: left;
  width: 40%; }
  @media screen and (max-width: 1599px) {
    .product_single_price label {
      width: 40%;
      font-size: 16px; } }
  @media screen and (max-width: 992px) {
    .product_single_price label {
      width: 40%;
      font-size: 16px; } }
  @media screen and (max-width: 567px) {
    .product_single_price label {
      width: 40%; } }

.product-infor label {
  color: #000000;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0px;
  font-family: 'Barlow', sans-serif;
  letter-spacing: normal;
  float: left;
  width: 40%; }
  @media screen and (max-width: 1599px) {
    .product-infor label {
      width: 40%;
      font-size: 16px; } }
  @media screen and (max-width: 992px) {
    .product-infor label {
      width: 40%;
      font-size: 16px; } }
  @media screen and (max-width: 567px) {
    .product-infor label {
      width: 40%; } }

.product-single__quantity label {
  color: #000000;
  text-align: left;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0px;
  float: left;
  width: 40%; }
  @media screen and (max-width: 767px) {
    .product-single__quantity label {
      margin-bottom: 15px;
      width: 40%; } }
  @media screen and (max-width: 567px) {
    .product-single__quantity label {
      margin-bottom: 15px; } }

.product_single_detail_section .swatch .header {
  color: #000000;
  text-align: left;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0px;
  float: left;
  width: 40%; }
  @media screen and (max-width: 992px) {
    .product_single_detail_section .swatch .header {
      width: 100%;
      margin-top: 0;
      margin-bottom: 10px; } }
  @media screen and (max-width: 767px) {
    .product_single_detail_section .swatch .header {
      width: 40%; } }

.product-single__quantity label {
  color: #000000;
  text-align: left;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0px;
  float: left;
  width: 40%; }
  @media screen and (max-width: 992px) {
    .product-single__quantity label {
      width: 40%; } }
  @media screen and (max-width: 567px) {
    .product-single__quantity label {
      width: 40%; } }

.product-single__quantity .quantity-box {
  float: left;
  margin-right: 15px;
  margin-bottom: 20px;
  position: relative; }

.product-single__quantity.is-hidden {
  display: none; }
.product-single__quantity .quantity-selector {
  border-radius: 0;
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 50px;
  line-height: 50px;
  background: #f5f5f5;
  float: left;
  margin: 0px 0;
  padding: 0; }

.quick-view a div {
  display: none !important; }

.quick-view .product-shop.summary .details form {
  float: left;
  width: 100%;
  margin: 0; }

.quick-view .product-shop.summary .details .selector-wrapper {
  margin-bottom: 20px;
  float: left;
  width: 46%;
  margin-right: 4%;
  position: relative; }
  @media screen and (max-width: 767px) {
    .quick-view .product-shop.summary .details .selector-wrapper {
      margin-bottom: 10px; } }

.quick-view .quantity {
  border-radius: 0;
  border: none;
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #f5f5f5;
  float: left;
  margin: 0px 0 0px 0;
  padding: 0; }

.quick-view .product-inventory label, .quick-view .prices.product_price label {
  float: left;
  width: 150px;
  margin-right: 5px; }
  @media screen and (max-width: 567px) {
    .quick-view .product-inventory label, .quick-view .prices.product_price label {
      width: 110px; } }

.quick-view .product-shop.summary .compare-price {
  text-decoration: line-through;
  margin-left: 5px;
  font-size: 13px;
  margin-top: 5px;
  float: left; }

.quick-view .product-shop.summary {
  padding-left: 30px; }
  @media screen and (max-width: 992px) {
    .quick-view .product-shop.summary {
      padding-left: 0; } }

.quick-view .product-shop.summary .total-price {
  float: left;
  width: 100%;
  margin-top: 20px; }

.product-single__quantity input {
  border: none; }

.product-single__quantity label {
  color: #000000;
  font-size: 14px;
  text-transform: capitalize;
  margin-top: 5px;
  float: left; }

.product-single__quantity .qty-buttons {
  float: left; }

.product-single__quantity .qtyplus:hover, .product-single__quantity .qtyminus:hover {
  opacity: 0.7; }

.quick-view .qtyplus, .quick-view .qtyminus {
  border: none;
  background: #000;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  float: left;
  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; }

.product-single__quantity .qtyplus, .product-single__quantity .qtyminus {
  font-size: 20px;
  border: none;
  background: #000;
  color: #fff;
  width: 40px;
  height: 25px;
  line-height: 25px;
  padding: 0;
  display: block;
  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; }

.product_single_detail_section #AddToCart {
  float: left; }

.product_single_detail_section #AddToCart i {
  margin-right: 10px; }

.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_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 .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 .product-description.rte {
  float: left;
  width: 100%; }
  @media screen and (max-width: 1199px) {
    .product-single .product-description.rte {
      font-size: 15px; } }

.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: 992px) {
    .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; }

.breadcrumb {
  color: #333333;
  display: inline-block;
  text-align: left;
  width: 100%;
  padding: 8px 0 0px;
  margin: 0; }
  .breadcrumb a,
  .breadcrumb span {
    display: inline;
    padding-right: 4px;
    margin-right: 4px;
    font-size: 14px;
    color: #000000; }
    .breadcrumb a:first-child,
    .breadcrumb span:first-child {
      padding-left: 0; }

.breadcrumb h1, .breadcrumb .h1 {
  color: #000000; }

.breadcrumb a:hover {
  color: #01477f; }

.breadcrumb a {
  font-family: 'Barlow', sans-serif;
  font-size: 12px;
  line-height: 24px;
  font-weight: 500; }

.breadcrumb span {
  font-family: 'Barlow', sans-serif;
  font-size: 13px;
  color: #157ed2; }

.breadcrumb {
  margin-bottom: 15px; }

.product-single h4, .product-single .h4 {
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 13px; }

.product-single .gallery {
  list-style: none; }

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

.product-single .share-facebook {
  border-radius: 0;
  background: none;
  padding: 0px;
  font-size: 16px; }
  @media screen and (max-width: 567px) {
    .product-single .share-facebook {
      font-size: 11px; } }

.product-single .share-twitter {
  border-radius: 0;
  background: none;
  padding: 0px;
  font-size: 16px; }
  @media screen and (max-width: 567px) {
    .product-single .share-twitter {
      font-size: 11px; } }

.product-single .share-pinterest {
  border-radius: 0;
  background: none;
  padding: 0px;
  font-size: 16px; }
  @media screen and (max-width: 567px) {
    .product-single .share-pinterest {
      font-size: 11px; } }

.product-single .share-fancy {
  border-radius: 0;
  background: none;
  padding: 0px;
  font-size: 16px; }
  @media screen and (max-width: 567px) {
    .product-single .share-fancy {
      font-size: 11px; } }

.product-single .share-google {
  border-radius: 0;
  background: none;
  padding: 0px;
  font-size: 16px; }
  @media screen and (max-width: 567px) {
    .product-single .share-google {
      font-size: 11px; } }

.product-single .social-sharing a {
  float: left;
  margin: 0; }

.product-single .social-sharing a.share-facebook:hover {
  background: #35538f;
  color: #fff; }

.product-single .social-sharing a.share-twitter:hover {
  background: #34b3d3;
  color: #fff; }

.product-single .social-sharing a.share-pinterest:hover {
  background: #b70400;
  color: #fff; }

.product-single .social-sharing a.share-fancy:hover {
  background: #d53e2b;
  color: #fff; }

.product-single .social-sharing a.share-google:hover {
  background: #d53e2b;
  color: #fff; }

/* Collection */
.collection-list .infinite-scrolling {
  display: inline-block;
  width: 100%;
  margin: 30px 0; }

.collection-list ul.products-grid-view li {
  padding: 10px 10px; }

.per-page-section ul {
  list-style: none;
  margin: 0px;
  padding: 0; }

.widget ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 0 0px 0px;
  list-style: none; }

.widget .widget_product_categories h4, .widget .widget_product_categories .h4 {
  margin-bottom: 20px; }

.widget h4, .widget .h4 {
  float: left;
  width: 100%;
  text-transform: uppercase;
  font-family: Barlow;
  font-size: 20px;
  margin-bottom: 30px;
  position: relative; }
  @media screen and (max-width: 1599px) {
    .widget h4, .widget .h4 {
      font-size: 18px; } }
  @media screen and (max-width: 992px) {
    .widget h4, .widget .h4 {
      font-size: 18px; } }

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

.collection-list ul {
  margin: 0 -15px; }

.collection-list .product-list.products ul {
  text-align: left; }

.listview.active, .gridview.active {
  color: #0084ff; }

.gridview, .listview {
  float: left;
  color: #000000; }

.collection-list ul.list-method .grid__item.item-row {
  float: left;
  width: 100%; }

.collection-list ul.list-method .products .product-detail {
  float: left;
  width: 70%; }

.collection-list ul.list-method .products .product-container {
  float: left;
  width: 30%; }

.collection-list ul.list-method .products .product-detail {
  text-align: left; }

.collection-list ul.list-method .products .product-detail .grid-link__title {
  margin-bottom: 10px; }

.collection-list ul.list-method .products .product-detail {
  padding: 30px 20px; }

.collection-list ul.list-method .products .product-detail .grid-link__meta {
  padding: 0; }

.collection-list ul.list-method .products .product-detail .item-swatch {
  text-align: left; }

.collection-list ul.grid-method .products .product-detail p, .related-products-container .products .product-detail p {
  display: none; }

.collection-list {
  float: left;
  width: 100%;
  padding: 0 50px; }
  @media screen and (max-width: 1599px) {
    .collection-list {
      padding: 0 30px; } }
  @media screen and (max-width: 767px) {
    .collection-list {
      padding: 0; } }

.collection-list .form-horizontal {
  float: left;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .collection-list .form-horizontal {
      float: none; } }

.collection-list select {
  text-align: left;
  padding: 8px 0px 8px 10px;
  border-radius: 3px; }
  @media screen and (max-width: 992px) {
    .collection-list select {
      width: 70%;
      padding: 8px 0 8px 5px; } }

.collection-list .form-horizontal > label {
  margin-right: 10px;
  margin-top: 7px;
  float: left; }
  @media screen and (max-width: 1199px) {
    .collection-list .form-horizontal > label {
      margin-top: 5px; } }
  @media screen and (max-width: 992px) {
    .collection-list .form-horizontal > label {
      margin-top: 7px; } }

.collection-list h1, .collection-list .h1 {
  float: left;
  width: 100%;
  text-align: left; }

.collection-list .collection-view {
  display: inline-block; }
  @media screen and (max-width: 767px) {
    .collection-list .collection-view {
      display: none; } }

.collection-list .section-header__link--right {
  float: right;
  width: auto; }

.collection-list .section-header__link--right .form-horizontal {
  float: left;
  margin-right: 20px; }

.collection-list .section-header__link--right .form-horizontal label {
  font-size: 13px; }

.collection-list .per-page-section {
  float: right; }
  @media screen and (max-width: 767px) {
    .collection-list .per-page-section {
      display: none; } }

.collection-list .per-page-section li {
  float: left; }

.collection-list .per-page-section li a:hover {
  color: #0084ff; }

.collection-list .per-page-section li.active a {
  color: #0084ff; }

.collection-list .per-page-section li a {
  float: left;
  padding: 7px 10px;
  border-right: 1px solid #e4e4e4; }
  @media screen and (max-width: 1199px) {
    .collection-list .per-page-section li a {
      padding: 7px 7px;
      font-size: 12px; } }
  @media screen and (max-width: 767px) {
    .collection-list .per-page-section li a {
      padding: 5px 8px;
      font-size: 12px; } }

.collection-list .per-page-section li:last-child a {
  border-right: none; }

.collection-list .per-page-section p {
  float: left;
  margin-right: 10px;
  font-size: 13px;
  margin-top: 7px; }
  @media screen and (max-width: 992px) {
    .collection-list .per-page-section p {
      margin-right: 5px;
      font-size: 12px; } }
  @media screen and (max-width: 767px) {
    .collection-list .per-page-section p {
      margin: 0; } }
  @media screen and (max-width: 567px) {
    .collection-list .per-page-section p {
      float: none; } }

.collection-list .per-page-section ul {
  float: left;
  border: 1px solid #e4e4e4;
  border-radius: 3px; }
  @media screen and (max-width: 567px) {
    .collection-list .per-page-section ul {
      float: none;
      display: inline-block; } }

.collection-list .product-list a img {
  margin: auto;
  width: 100%;
  height: auto;
  display: block; }

.collection-list .list-product-detial {
  float: right; }

@media screen and (max-width: 767px) {
  .featured .grid__item {
    margin-bottom: 50px; } }

.deal-items ul li .products {
  border-right: none; }

.deal-items ul li:last-child .products {
  border-right: 1px solid #e4e4e4; }

ul li .products {
  margin: 0px 0;
  float: left;
  width: 100%; }

@media screen and (max-width: 767px) {
  .collection-list .post-large--one-third:nth-child(2n) {
    margin-right: 0; } }

@media screen and (min-width: 768px) {
  .collection-list .post-large--one-third:nth-child(3n) {
    margin-right: 0; } }

.product-list {
  margin-bottom: 30px; }
  @media screen and (max-width: 992px) {
    .product-list {
      margin-bottom: 0px; } }

.collection_sidebar {
  padding-right: 30px; }
  @media screen and (max-width: 992px) {
    .collection_sidebar {
      margin: 0; } }
  @media screen and (max-width: 767px) {
    .collection_sidebar {
      padding-right: 0; } }

.collection_sidebar .widget, .product_sidebar .widget, .blog-section .widget {
  float: left;
  width: 100%;
  background: #ffffff;
  padding: 0px;
  margin-bottom: 30px;
  border-radius: 5px; }
  @media screen and (max-width: 1599px) {
    .collection_sidebar .widget, .product_sidebar .widget, .blog-section .widget {
      padding: 20px; } }

.sidebar-tag .widget {
  float: left;
  width: 100%;
  background: #ffffff;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 5px; }
  @media screen and (max-width: 1599px) {
    .sidebar-tag .widget {
      padding: 20px; } }

.collection_sidebar .widget ul {
  padding: 0;
  margin: 0; }

.collection_sidebar .widget h4 a.clear, .collection_sidebar .widget .h4 a.clear {
  float: right;
  margin: 0;
  padding: 0; }

.collection_sidebar .widget
.collection_sidebar .top_products_nav a:hover {
  border-color: #0084ff;
  background: #0084ff;
  color: black; }

.collection_sidebar .top_products_nav a {
  padding: 0;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #e4e4e4;
  text-align: center; }

.collection_sidebar .top_products_nav a.prev {
  left: 0; }

.collection_sidebar .top_products_nav a.next {
  right: 0; }

.collection_sidebar .top-products li {
  float: left;
  width: 100%;
  margin-bottom: 20px; }

.collection_sidebar .top-products li a.thumb img {
  margin: auto; }

.top-products-detail .sale {
  display: none;
  background: #ffffff;
  color: #fff;
  font-size: 10px;
  padding: 2px 6px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 5px;
  float: left; }

.collection_sidebar .top-products .top-products-detail a {
  font-size: 18px;
  float: left;
  width: 100%;
  text-align: left;
  margin-bottom: 5px; }
  @media screen and (max-width: 1599px) {
    .collection_sidebar .top-products .top-products-detail a {
      font-size: 14px; } }

.collection_sidebar .top-products .top-products-detail .price {
  font-weight: bold;
  font-size: 16px;
  color: #222222; }
  @media screen and (max-width: 992px) {
    .collection_sidebar .top-products .top-products-detail .price {
      font-size: 12px; } }

.collection_sidebar .top-products-detail {
  padding: 10px 0; }

.collection_sidebar .widget .product-categories li {
  font-family: 'Barlow', sans-serif;
  letter-spacing: 0.2px;
  font-size: 14px;
  text-transform: capitalize;
  float: left;
  width: 100%;
  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; }

.collection_sidebar .homepage_sidebar {
  padding-right: 0; }

.collection-list {
  padding: 0 !important;
  background: #fff;
  border-radius: 5px; }

.products-grid-view {
  padding: 20px; }

.product-list-view {
  padding: 20px 0;
  margin-right: 0; }

/* ul li.grid__item.item-row{ padding: 0 16px;@include at-query ($max, $semilarge) { padding: 15px 13px; } }  */
.product-grid-type-12 ul li.grid__item.item-row {
  padding: 0 16px; }
  @media screen and (max-width: 992px) {
    .product-grid-type-12 ul li.grid__item.item-row {
      padding: 0px 15px; } }
  @media screen and (max-width: 767px) {
    .product-grid-type-12 ul li.grid__item.item-row {
      padding: 0px 15px; } }
  @media screen and (max-width: 567px) {
    .product-grid-type-12 ul li.grid__item.item-row {
      padding: 0px 4px; } }

.pro-tabs ul li.grid__item.item-row {
  padding: 0 9px; }
  @media screen and (max-width: 992px) {
    .pro-tabs ul li.grid__item.item-row {
      padding: 0px 9px 0px 9px; } }
  @media screen and (max-width: 767px) {
    .pro-tabs ul li.grid__item.item-row {
      padding: 0px 9px 0 9px; } }
  @media screen and (max-width: 567px) {
    .pro-tabs ul li.grid__item.item-row {
      padding: 0px 9px 0 9px; } }

.related_products_container ul li.grid__item.item-row {
  padding: 0 16px; }
  @media screen and (max-width: 992px) {
    .related_products_container ul li.grid__item.item-row {
      padding: 0px 15px; } }

.related_products_container
.product-list-view ul li.grid__item.item-row {
  padding: 0 20px; }
  @media screen and (max-width: 992px) {
    .related_products_container
    .product-list-view ul li.grid__item.item-row {
      padding: 15px 20px; } }

.products-grid-view ul li.grid__item.item-row {
  padding: 0 16px; }
  @media screen and (max-width: 992px) {
    .products-grid-view ul li.grid__item.item-row {
      padding: 20px; } }

.collection_sidebar .widget .product-categories li a {
  display: block;
  padding: 12px 20px; }

.collection_sidebar .widget .product-categories li a span {
  position: absolute;
  right: 0;
  float: right; }

.collection_sidebar .widget .product-categories li .dt-menu-expand {
  position: absolute;
  right: 0;
  top: 5px;
  cursor: pointer; }

.collection_sidebar .widget .product-categories li, .sidebar-tag.brand li, .widget_categories li, .sidebar-tag.price li, .sidebar-tag.material li {
  padding: 0 0 0 0px;
  margin-left: 1px;
  margin-top: 1px;
  position: relative; }

.collection_sidebar .widget .product-categories ul.children {
  padding: 15px 0 15px 15px;
  margin: 0;
  border: none; }

@media screen and (max-width: 992px) {
  .collection_sidebar .widget ul li a {
    font-size: 16px;
    padding: 8px 20px; } }

.collection_sidebar .widget .product-categories li:hover .dt-menu-expand {
  color: #fff; }

.collection_sidebar .product-detail .grid-link__meta .grid-link__org_price, .collection_sidebar .product-detail .grid-link__meta del {
  float: left; }

.collection_sidebar .widget .product-categories ul.children li a {
  font-size: 13px; }
  @media screen and (max-width: 767px) {
    .collection_sidebar .widget .product-categories ul.children li a {
      font-size: 15px; } }

.collection_sidebar .widget .product-categories ul.children {
  padding: 0px;
  margin: 0;
  border: none; }

.collection_sidebar .widget .product-categories ul.children li {
  position: relative; }

.collection_sidebar .widget .product-categories ul.children li::before {
  position: absolute;
  content: "\f0da";
  left: 0;
  top: 8px;
  font-family: fontawesome;
  font-size: 10px;
  display: none; }

.collection_sidebar .homepage_sidebar .widget ul.product-categories ul.children li {
  border-bottom: none; }

.collection-products .left-sidebar, .collection-products .right-sidebar {
  padding: 0; }

.widget.sidebar-tag ul {
  margin-bottom: 50px; }

.sidebar-tag.brand li i, .sidebar-tag.price li i, .sidebar-tag.material li i {
  margin-top: 10px; }

.widget.sidebar-tag:last-child ul {
  margin-bottom: 0; }

.nav_featured, .nav_featured_best-selling, .nav_home-collection-2 {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: bold;
  z-index: 1; }

.nav_featured, .nav_featured_best-selling, .nav_home-collection-2 {
  margin: 40px 0 0; }

.nav_featured_best-selling a, .nav_home-collection-2 a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  line-height: 38px;
  border: 1px solid #e4e4e4;
  cursor: pointer; }

.nav_featured_best-selling a.next, .nav_home-collection-2 a.next {
  margin-right: 10px; }

.nav_featured a:hover, .nav_featured_best-selling a:hover, .nav_home-collection-2 a:hover {
  color: #0084ff; }

ul#featured {
  list-style: none;
  padding: 50px 0 0; }

ul#featured.owl-carousel .owl-item, #home-collection4.owl-carousel .owl-item, #home-collection2.owl-carousel .owl-item {
  padding: 0; }

@media screen and (max-width: 567px) {
  .products a img {
    margin: auto; } }

@media screen and (max-width: 567px) {
  .products .reveal .swipe {
    left: 0;
    right: 0; } }

.products {
  -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;
  position: relative;
  float: left;
  width: 100%; 
  padding: 5px;
    box-shadow: 0px 0px 0px 0.5px rgb(0 0 0 / 31%);
    border-radius: 10px;
}
}

/* Column */
.top_rated_section, .related-products-container {
  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: 992px) {
    .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%; } }

.related-products-container .nav_featured a i {
  font-size: 40px; }

/*   .related-products-container .nav_featured a.next { right:-50px;@include at-query ($max, $laplarge) { right:0;} } */
.related-products-container .nav_featured a.left {
  left: -50px; }
  @media screen and (max-width: 1599px) {
    .related-products-container .nav_featured a.left {
      left: 0; } }

/*   .related-products-container .nav_featured a.prev { left:-50px;@include at-query ($max, $laplarge) {left:0; } } */
.related-products-container .nav_featured a {
  margin-top: -10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.related-products-container.recent_article .nav_featured a {
  top: 45%; }

.related-products-container .border-title h4, .related-products-container .border-title .h4,.recently-viewed-products .border-title h4 {
  font-weight: normal;
  color: #333333;
  font-size: 24px;
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  border-bottom: 1px solid #e4e4e4; }

.related-products-container .border-title,.recently-viewed-products .border-title {
  padding: 0; }
.recently-viewed-products
{
  background-color:#e4eef1;
}
.recently-viewed-products .product-label .label {
    position: absolute;
    font-size: 150%;
    color: #000;
  
}



.related-products-container .border-title h4, .related-products-container .border-title .h4,.recently-viewed-products .border-title h2 {
  padding: 20px; }
  @media screen and (max-width: 767px) {
    .related-products-container .border-title h4, .related-products-container .border-title .h4 {
      margin-bottom: 0; } 
  }

.related_products_container .owl-stage-outer {
  margin-top: 15px; }
  @media screen and (max-width: 767px) {
    .related_products_container .owl-stage-outer {
      margin-top: 20px; } }

.related-products-container .nav_featured {
  display: block;
  margin: 0; }

.related_products_container {
  float: left;
  width: 100%;
  position: relative; }

.related-products.owl-carousel .owl-wrapper-outer {
  padding: 0 0 20px; }

.related-products .post-large--one-quarter {
  width: 23.5%;
  margin-right: 2%; }

.image-block {
  position: relative; }

.image-block:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out; }

.image-block {
  background: rgba(0, 0, 0, 0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

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

/*.blog-tag { float:left;width:100%;margin-bottom:20px; }
.blog-design-4 .article img,.middle-top img,.middle-bottom img,.img-hover-effect img {-webkit-transition: all 1.5s ease;-moz-transition: all 1.5s ease;-o-transition: all 1.5s ease;-ms-transition: all 1.5s ease; transition: all 1.5s ease;   }
.blog-design-4 .article:hover img,.middle-top:hover img,.middle-bottom:hover img,.img-hover-effect:hover img { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); }
.blog-design-4 .article,.middle-top,.middle-bottom,.img-hover-effect { -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; -ms-transition: all .3s ease-out; -o-transition: all .3s ease-out; transition: all .3s ease-out; }*/
.featured-content {
  -webkit-transition: all .35s linear;
  transition: all .35s linear;
  /* -webkit-transform-origin: 50% 0; */
  -ms-transform-origin: 50% 0;
  /* transform-origin: 50% 0; */ }

.newsletterwrapper .btn.close:before, .newsletterwrapper .close.btn--secondary:before, .newsletterwrapper .close.btn--tertiary:before, .newsletterwrapper input.close[type="submit"]:before {
  border: none;
  content: none; }

/* No CSS3 support */
.no-opacity .wrapper-dropdown-3 .dropdown, .no-pointerevents .wrapper-dropdown-3 .dropdown {
  display: none;
  opacity: 1;
  /* 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 .dropdown, .no-pointerevents .wrapper-dropdown-3.active .dropdown {
  display: block; }

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

.related-products .post-large--one-quarter:last-child {
  margin-right: 0; }

.related-products-container h2, .related-products-container .h2 {
  float: left;
  width: 100%; }

.related-products-container ul owl-item:last-child li .products {
  border-right: 1px solid #e4e4e4; }

.related-products-container {
  float: left;
  width: 100%;
  position: relative;
  background: #fff;
  border-radius: 5px; }

.owl-carousel .owl-item {
  padding: 0 0px; }

.owl-carousel li {
  list-style: none; }

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

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

.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="tel"], .contact-form textarea {
  display: inline-block;
  width: 100%;
  padding: 15px;
  font-size: 13px; }

.contact-form {
  float: left;
  padding-right: 30px;
  margin: 0; }

.contact-form-section {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 0px; }

.contact-form-section .errors {
  display: inline-block;
  width: 100%; }

.contact-address .contact-form-section .errors ul li {
  padding: 10px 0;
  border: none; }

.contact-form-section .contact-form {
  padding-right: 0;
  margin: 0;
  float: none;
  margin: auto;
  width: 50%;
  padding: 30px 30px 40px;
  margin-bottom: 40px;
  background: #ffffff; }
  @media screen and (max-width: 767px) {
    .contact-form-section .contact-form {
      width: 70%; } }
  @media screen and (max-width: 567px) {
    .contact-form-section .contact-form {
      width: 95%; } }

.contact-form-section .contact-form .btn, .contact-form-section .contact-form .btn--secondary, .contact-form-section .contact-form .btn--tertiary, .contact-form-section .contact-form input[type="submit"] {
  width: 100%; }

.contact-form .btn span, .contact-form .btn--secondary span, .contact-form .btn--tertiary span, .contact-form input[type="submit"] span {
  float: none;
  display: inline-block;
  width: 100%; }

.contact-form .btn, .contact-form .btn--secondary, .contact-form .btn--tertiary, .contact-form input[type="submit"] {
  width: 100%; }

.contact-address {
  float: left;
  width: 100%;
  background: url(/cdn/shop/t/4/assets/contact_bg_img.png?4024) no-repeat; }

.contact-address h4, .contact-address .h4 {
  text-transform: uppercase;
  letter-spacing: 1px; }

.contact-address ul {
  list-style: none;
  padding: 0; }

.contact-address li p {
  margin: 0; }

.contact-address li .contact_duration li {
  float: left;
  width: 100%; }

.contact-address li .icon i {
  display: inline-block;
  text-align: center;
  color: #555555;
  min-height: 50px;
  font-size: 30px; }
  @media screen and (max-width: 992px) {
    .contact-address li .icon i {
      width: 30px;
      height: 30px;
      line-height: 30px;
      font-size: 13px; } }
  @media screen and (max-width: 767px) {
    .contact-address li .icon i {
      width: 45px;
      height: 45px;
      line-height: 45px;
      font-size: 18px; } }

@media screen and (max-width: 992px) {
  .contact-address p {
    font-size: 13px; } }

.contact-address .social-icons {
  padding: 0px 0 0px;
  float: left;
  width: 100%; }

.contact-address .social-icons li {
  float: left;
  margin-right: 5px;
  width: auto; }
  @media screen and (max-width: 567px) {
    .contact-address .social-icons li {
      margin-right: 3px; } }

.contact-address li:last-child {
  border-right: none; }

.contact-address li {
  list-style: none;
  padding: 30px;
  border-right: 1px solid #e4e4e4;
  float: left;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .contact-address li {
      width: 100%;
      border: none;
      padding: 10px; } }

.contact-address .social-icons li a {
  width: 35px;
  height: 35px;
  float: left;
  line-height: 35px;
  text-align: center;
  border: 1px solid #000; }
  @media screen and (max-width: 992px) {
    .contact-address .social-icons li a {
      width: 30px;
      height: 30px;
      line-height: 30px; } }
  @media screen and (max-width: 567px) {
    .contact-address .social-icons li a {
      width: 28px; } }

.contact-address .social-icons li a:hover {
  background: #0084ff;
  border-color: #0084ff; }

#map iframe, #map {
  float: left;
  width: 100%; }

.contact .post-large--one-half {
  margin-right: 2%;
  width: 48%; }

.contact .post-large--one-half:last-child {
  margin-right: 0; }

/**tabs**/
ul.dt-sc-tabs-frame, ul.dt-sc-tabs {
  margin: 0px;
  padding: 0px; }

ul.dt-sc-tabs-frame li {
  display: inline;
  float: left;
  margin: 0px;
  padding: 0px; }

.dt-sc-tabs-frame-content, .dt-sc-tabs-content {
  display: block;
  padding: 20px 9px;
  line-height: 22px;
  font-family: 'Barlow', sans-serif;
  font-size: 14px; }
  @media screen and (max-width: 767px) {
    .dt-sc-tabs-frame-content, .dt-sc-tabs-content {
      padding: 0px; } }

.dt-sc-tabs-content ul {
  margin: 0; }

.dt-sc-tabs-content h3, .dt-sc-tabs-content .h3 {
  color: #333333; }

.dt-sc-tabs-content p {
  font-size: 14px; }

.dt-sc-tabs-content h2, .dt-sc-tabs-content .h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  margin: 0 0 10px;
  color: #333333; }

.dt-sc-tabs-frame-content h5, .dt-sc-tabs-frame-content .h5, .dt-sc-tabs-content h5, .dt-sc-tabs-content .h5 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #333333; }

.dt-sc-tabs-frame-content {
  background: #EDE7D6;
  margin-top: -1px;
  border: 1px solid #B6A99E;
  padding: 5px 10px;
  width: 100%;
  border-radius: 0px 5px 5px 5px;
  -webkit-border-radius: 0px 5px 5px 5px;
  -moz-border-radius: 0px 5px 5px 5px; }

ul.dt-sc-tabs li {
  margin-right: 1px;
  float: left;
  display: inline;
  padding-bottom: 0px; }

ul.dt-sc-tabs-frame li {
  margin: 0px 8px 0px 0px; }

ul.dt-sc-tabs li:last-child a:after {
  content: none;
  width: 0; }

.pro-tabs ul.dt-sc-tabs li a {
  position: relative;
  font-weight: 400;
  font-size: 13px;
  border: medium none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: 'Barlow', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: none !important;
  color: #555 !important;
  padding: 0 10px;
  line-height: 40px; }
  @media screen and (max-width: 567px) {
    .pro-tabs ul.dt-sc-tabs li a {
      padding: 0px 5px;
      line-height: 44px; } }

.pro-tabs .dt-sc-tabs-container {
  padding: 15px 0 0; }

ul.dt-sc-tabs-frame li a.current, ul.dt-sc-tabs li a.current, ul.dt-sc-tabs-vertical-frame li a.current {
  color: #fff;
  border-radius: 5px;
  background: #0f6cb2;
  margin-left: 0 !important; }

.dt-sc-tabs-frame-content h5, .dt-sc-tabs-frame-content .h5 {
  margin: 15px 0px 10px; }

.dt-sc-tabs-frame-content p {
  margin: 0px 0px 10px 0px; }

/**toggle-accordion**/
.dt-sc-toggle-frame-set {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px; }

.dt-sc-toggle-frame {
  padding-bottom: 20px;
  display: block; }

.dt-sc-toggle-frame h5.dt-sc-toggle-accordion, .dt-sc-toggle-frame .dt-sc-toggle-accordion.h5 {
  font-weight: normal;
  position: relative;
  text-transform: uppercase;
  margin: 0px 0px 0px;
  padding: 0px 0px 0px 20px; }

.dt-sc-toggle-frame h5 a, .dt-sc-toggle-frame .h5 a {
  display: block;
  text-transform: uppercase;
  color: #5c5c5c; }

.dt-sc-toggle-frame h5 a:before, .dt-sc-toggle-frame .h5 a:before, .dt-sc-toggle-frame h5 a:after, .dt-sc-toggle-frame .h5 a:after {
  position: absolute;
  text-decoration: inherit; }

.dt-sc-toggle-frame-set .dt-sc-toggle-frame h5.dt-sc-toggle-accordion:before, .dt-sc-toggle-frame-set .dt-sc-toggle-frame .dt-sc-toggle-accordion.h5:before, .dt-sc-toggle-frame-set .dt-sc-toggle-frame h5.dt-sc-toggle:before, .dt-sc-toggle-frame-set .dt-sc-toggle-frame .dt-sc-toggle.h5:before {
  content: "\f107";
  font-family: Fontawesome;
  top: 0px;
  left: 0px;
  position: absolute;
  font-weight: normal; }

.dt-sc-toggle-frame-set .dt-sc-toggle-frame h5.dt-sc-toggle-accordion:after, .dt-sc-toggle-frame-set .dt-sc-toggle-frame .dt-sc-toggle-accordion.h5:after, .dt-sc-toggle-frame-set .dt-sc-toggle-frame h5.dt-sc-toggle:after, .dt-sc-toggle-frame-set .dt-sc-toggle-frame .dt-sc-toggle.h5:after {
  content: "\f078";
  font-family: Fontawesome;
  top: 4px;
  left: 0px;
  display: inline-block;
  float: left;
  position: absolute; }

.dt-sc-toggle-frame-set .dt-sc-toggle-frame h5.active:before, .dt-sc-toggle-frame-set .dt-sc-toggle-frame .active.h5:before, .dt-sc-toggle-frame-set .dt-sc-toggle-frame h5.active:after, .dt-sc-toggle-frame-set .dt-sc-toggle-frame .active.h5:after, .dt-sc-toggle-frame-set h5.dt-sc-toggle.active:before, .dt-sc-toggle-frame-set .dt-sc-toggle.active.h5:before {
  content: ""; }

.dt-sc-toggle-frame .dt-sc-toggle-content {
  padding: 5px 20px 20px 22px;
  margin: 0px 0px 0px 0px;
  background: #f4f4f4; }

.dt-sc-toggle-frame .dt-sc-toggle-accordion.active, .dt-sc-toggle-frame .dt-sc-toggle.active {
  background: #f4f4f4;
  margin-bottom: 0px;
  padding: 20px 10px 5px 20px; }

.dt-sc-toggle-accordion.active a:before, .dt-sc-toggle-accordion.active a:after, .dt-sc-toggle-frame .dt-sc-toggle.active a:before, .dt-sc-toggle-frame .dt-sc-toggle.active a:after, .dt-sc-toggle-frame-set .dt-sc-toggle-frame h5.dt-sc-toggle.active:before, .dt-sc-toggle-frame-set .dt-sc-toggle-frame .dt-sc-toggle.active.h5:before {
  content: ""; }

.dt-sc-toggle-frame-set h5.dt-sc-toggle-accordion:before, .dt-sc-toggle-frame-set .dt-sc-toggle-accordion.h5:before, h5.dt-sc-toggle:before, .dt-sc-toggle.h5:before {
  content: "\f107";
  font-family: FontAwesome; }

h5.dt-sc-toggle-accordion.active:before, .dt-sc-toggle-accordion.active.h5:before, .dt-sc-toggle-frame-set h5.dt-sc-toggle.active:before, .dt-sc-toggle-frame-set .dt-sc-toggle.active.h5:before {
  content: "\f106";
  font-family: FontAwesome; }

h5.dt-sc-toggle-accordion.active, .dt-sc-toggle-accordion.active.h5 {
  background: #0084ff;
  color: #fff; }

h5.dt-sc-toggle-accordion.active a, .dt-sc-toggle-accordion.active.h5 a {
  color: #fff; }

.course h5.dt-sc-toggle-accordion:before, .course .dt-sc-toggle-accordion.h5:before {
  content: "?"; }

.course h5.dt-sc-toggle-accordion.active:before, .course .dt-sc-toggle-accordion.active.h5:before {
  content: "?"; }

.dt-sc-toggle-frame h5.dt-sc-toggle-accordion:before, .dt-sc-toggle-frame .dt-sc-toggle-accordion.h5:before {
  content: ''; }

.dt-sc-toggle-frame h5.dt-sc-toggle-accordion, .dt-sc-toggle-frame .dt-sc-toggle-accordion.h5 {
  line-height: inherit; }

h5.dt-sc-toggle-accordion, .dt-sc-toggle-accordion.h5, .dt-sc-toggle-frame h5.dt-sc-toggle, .dt-sc-toggle-frame .dt-sc-toggle.h5, h5.dt-sc-toggle, .dt-sc-toggle.h5 {
  padding: 15px 0px 15px 42px;
  line-height: 30px;
  position: relative;
  font-size: 16px;
  margin: 0 0 -1px;
  border: 1px solid #e4e4e4; }

.dt-sc-toggle-frame h5.dt-sc-toggle, .dt-sc-toggle-frame .dt-sc-toggle.h5 {
  padding: 0px 0px 0px 20px;
  margin-bottom: 0px; }

.dt-sc-toggle-frame h5.dt-sc-toggle-accordion a, .dt-sc-toggle-frame .dt-sc-toggle-accordion.h5 a, .dt-sc-toggle-frame h5.dt-sc-toggle a, .dt-sc-toggle-frame .dt-sc-toggle.h5 a {
  font-weight: normal; }

h5.dt-sc-toggle-accordion a, .dt-sc-toggle-accordion.h5 a {
  color: #5c5c5c;
  font-weight: bold;
  display: block; }

h5.dt-sc-toggle a, .dt-sc-toggle.h5 a {
  color: #5c5c5c;
  font-size: 16px;
  font-weight: bold;
  display: block; }

.dt-sc-toggle-frame h5.dt-sc-toggle-accordion a, .dt-sc-toggle-frame .dt-sc-toggle-accordion.h5 a {
  font-weight: normal;
  /*-webkit-transition:none; -moz-transition:none; -o-transition:none; -ms-transition:none; transition:none;*/ }

h5.dt-sc-toggle-accordion:before, .dt-sc-toggle-accordion.h5:before, h5.dt-sc-toggle:before, .dt-sc-toggle.h5:before {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  position: absolute;
  top: 15px;
  left: 3px;
  z-index: 1; }

.dt-sc-toggle-frame h5.dt-sc-toggle-accordion:before, .dt-sc-toggle-frame .dt-sc-toggle-accordion.h5:before, .dt-sc-toggle-frame h5.dt-sc-toggle:before, .dt-sc-toggle-frame .dt-sc-toggle.h5:before {
  background: none;
  display: inherit;
  width: auto;
  height: auto;
  text-align: inherit;
  line-height: inherit;
  color: inherit;
  border: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  position: static; }

h5.dt-sc-toggle-accordion.active:before, .dt-sc-toggle-accordion.active.h5:before, h5.dt-sc-toggle.active:before, .dt-sc-toggle.active.h5:before {
  line-height: 25px; }

.dt-sc-toggle-frame h5.dt-sc-toggle-accordion.active:before, .dt-sc-toggle-frame .dt-sc-toggle-accordion.active.h5:before, .dt-sc-toggle-frame h5.dt-sc-toggle.active:before, .dt-sc-toggle-frame .dt-sc-toggle.active.h5:before {
  border: 0px; }

.dt-sc-toggle-content {
  padding-left: 40px;
  padding-bottom: 20px;
  padding-top: 20px;
  clear: both;
  display: none;
  border: 1px solid #e4e4e4;
  border-bottom: none; }

/**vertical-tabs**/
.dt-sc-tabs-vertical-container {
  float: left;
  width: 100%;
  margin: 0px 0px 20px;
  padding: 0px;
  clear: both; }

.dt-sc-tabs-vertical-container ul {
  float: left;
  width: 20%; }

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

.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:after {
  content: none; }

.dt-sc-tabs-vertical-container ul.dt-sc-tabs li a {
  font-size: 18px;
  margin-bottom: 10px; }

ul.dt-sc-tabs-vertical-frame {
  float: left;
  width: 18%;
  margin: 0px 0px 0px;
  padding: 0px; }
  @media screen and (max-width: 767px) {
    ul.dt-sc-tabs-vertical-frame {
      width: 100%;
      margin-bottom: 20px; } }

ul.dt-sc-tabs-vertical-frame li.current {
  border-right: 2px solid #0084ff; }
  @media screen and (max-width: 767px) {
    ul.dt-sc-tabs-vertical-frame li.current {
      border-right: none; } }

ul.dt-sc-tabs-vertical-frame li {
  float: left;
  display: block;
  margin: 0px 1px 1px;
  padding: 0px;
  width: 100%;
  position: relative; }

ul.dt-sc-tabs-vertical-frame li a {
  display: block;
  border-radius: 5px 0px 0px 5px;
  -webkit-border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
  margin: 0px;
  padding: 12px;
  font-family: Barlow; }

ul.dt-sc-tabs-vertical-frame li.current:before {
  background: #0084ff; }

ul.dt-sc-tabs-vertical-frame li:before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  float: left;
  content: "";
  background: #0084ff;
  margin: 19px 10px 0 0; }

.dt-sc-tabs-vertical-frame-content {
  border-left: 1px solid #e4e4e4;
  border-radius: 0px 5px 5px 5px;
  -webkit-border-radius: 0px 5px 5px 5px;
  -moz-border-radius: 0px 5px 5px 5px;
  float: left;
  width: 82%;
  margin: 0px;
  padding: 0px 0 0 4%; }
  @media screen and (max-width: 767px) {
    .dt-sc-tabs-vertical-frame-content {
      width: 100%;
      padding: 0;
      border-left: none; } }

.dt-sc-tabs-vertical-frame-content .tab-right {
  padding: 30px;
  background: #f4f4f4;
  margin-right: 0;
  width: 50%;
  min-height: 420px; }
  @media screen and (max-width: 767px) {
    .dt-sc-tabs-vertical-frame-content .tab-right {
      width: 100%; } }

.dt-sc-tabs-vertical-frame-content .tab-left {
  margin-right: 0;
  width: 50%; }
  @media screen and (max-width: 767px) {
    .dt-sc-tabs-vertical-frame-content .tab-left {
      width: 100%; } }

/*blog-section */
.left-sidebar {
  padding-left: 40px; }
  @media screen and (max-width: 1199px) {
    .left-sidebar {
      padding-right: 20px; } }

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

.cart_empty_msg, .address-section {
  padding: 20px;
  background: #ffffff;
  border-radius: 5px; }

.blog-section {
  display: inline-block;
  width: 100%; }

.blog-section .post-large--one-half {
  text-align: center;
  padding-right: 20px; }
  @media screen and (max-width: 767px) {
    .blog-section .post-large--one-half {
      padding-right: 0; } }

.blog-section .post-large--one-half:nth-child(2n+1) {
  clear: both; }

.blog-section h2, .blog-section .h2 {
  margin: 0; }

.blog-section p.desc {
  border-bottom: 1px solid #e4e4e4;
  float: left;
  width: 100%;
  font-size: 14px; }

.blog-section.left-sidebar .post-large--four-fifths {
  padding-left: 60px; }

.blog-section #comments {
  margin-top: 30px; }

.blog-section #comments input[type="text"], .blog-section #comments input[type="email"] {
  float: left;
  width: 100%;
  border-bottom: 2px solid #000000;
  border-top: none;
  border-right: none;
  border-left: none;
  padding-left: 0;
  padding-right: 0; }

.blog-section #comments textarea {
  width: 100%;
  border-bottom: 2px solid #000000;
  border-top: none;
  border-right: none;
  border-left: none;
  padding-left: 0;
  padding-right: 0; }

.blog-section #comments ul {
  list-style: none;
  padding: 0; }

.blog-section #comments form {
  margin: 0; }

.blog-section #comments form h3, .blog-section #comments form .h3 {
  margin-bottom: 25px;
  font-size: 24px;
  text-transform: uppercase; }

.blog-section #comments h4, .blog-section #comments .h4 {
  text-transform: capitalize;
  margin-bottom: 5px;
  float: left; }

.blog-section #comments p {
  margin-bottom: 10px;
  margin-top: 10px; }

.blog-section #comments ul span {
  float: left;
  margin-right: 15px; }

.blog-section #comments ul span {
  font-weight: normal; }

.blog-section #comments ul li {
  margin: 0 0 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e4e4e4;
  float: left;
  width: 100%; }

.share-facebook {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-size: 16px; }

.share-twitter {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-size: 16px; }

.share-pinterest {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-size: 16px; }

.share-google {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-size: 16px; }

.social-sharing a {
  font-size: 18px;
  margin: 0px 10px 0px 0px;
  height: 30px;
  width: 30px;
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

.client_logo_section h2, .client_logo_section .h2 {
  color: #e62828; }

.client_logo_section p {
  color: #808080;
  display: inline-block;
  width: 70%; }
  @media screen and (max-width: 767px) {
    .client_logo_section p {
      width: 100%; } }

#clients-carousel li a {
  position: relative;
  display: block;
  padding: 10px; }
  @media screen and (max-width: 767px) {
    #clients-carousel li a {
      text-align: center; } }

#clients-carousel img {
  text-align: center;
  margin: auto; }

#clients-carousel.owl-theme .owl-controls .owl-page.active span {
  background: #0084ff; }

#clients-carousel.owl-theme .owl-controls {
  margin-top: 40px; }

#clients-carousel.owl-theme .owl-controls .owl-page span {
  opacity: 1;
  width: 8px;
  height: 8px;
  background: #000000;
  display: inline-block;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0; }

.slick-slider {
  position: relative;
  float: left;
  width: 100%; }

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

.instagram .border-title h2, .instagram .border-title .h2 {
  display: inline-block;
  width: 100%;
  text-align: center; }

.instagram .border-title h2 span, .instagram .border-title .h2 span {
  display: inline-block;
  padding: 15px 30px; }
  @media screen and (max-width: 992px) {
    .instagram .border-title h2 span, .instagram .border-title .h2 span {
      font-size: 20px; } }

.instagram {
  padding: 0px;
  float: left;
  width: 100%;
  position: relative; }

.instagram h3, .instagram .h3 {
  margin-bottom: 40px; }

.instagram .slick-arrow {
  position: absolute;
  margin: 0;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.instagram .slick-arrow.slick-prev {
  left: 0; }

.instagram .slick-arrow.slick-next {
  right: 0; }

#instafeed a img {
  margin-right: 5px;
  margin-bottom: 0px; }

.instagram #instafeed a {
  width: 10%;
  float: left; }

.lush-instagram .item a, .lush-instagram .item img {
  display: block; }

.lush-instagram .item img:hover {
  opacity: 0.4;
  filter: alpha(opacity=40); }

.lush-instagram .item img {
  height: auto;
  -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;
  opacity: 1;
  filter: alpha(opacity=100); }

.lush-instagram .item {
  line-height: 0;
  padding: 0;
  float: left;
  width: 33%;
  background: #0084ff;
  position: relative;
  border-radius: 0; }

.lush-instagram .info span.likes {
  left: 50%;
  right: auto; }

.lush-instagram .info span {
  right: 50%; }

.lush-instagram .info {
  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; }

.lush-instagram .info span {
  display: inline-block;
  width: 50px;
  height: 45px;
  line-height: 45px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.lush-instagram .info span i {
  display: inline-block;
  margin-right: 3px; }

.lush-instagram img {
  height: auto; }

.lush-instagram .info {
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  opacity: 0;
  pointer-events: none; }

.lush-instagram .item:hover .info {
  opacity: 1; }

.lush-instagram .info span {
  margin: 0 5px; }

.is-username {
  background: rgba(246, 246, 248, 0.8);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 20px 70px; }

/* common to every demo */
#CustomerLoginForm, .register-form, #RecoverPasswordForm, .reset_customer_pwd, #resetform {
  display: inline-block;
  text-align: center;
  width: 100%;
  background: #ffffff;
  padding: 20px;
  border-radius: 5px; }

/*   #CustomerLoginForm, .register-form,#RecoverPasswordForm,.reset_customer_pwd form {
    margin: 30px 0 0;
} */
.reset_customer_pwd form, .AddAddress-form form, .edit_address_form {
  display: inline-block;
  width: 40%; }
  @media screen and (max-width: 767px) {
    .reset_customer_pwd form, .AddAddress-form form, .edit_address_form {
      width: 100%; } }

.AddAddress-form {
  display: inline-block;
  width: 100%;
  margin: 30px 0 0;
  background: #fff;
  padding: 20px;
  border-radius: 5px; }

.AddAddress-form h2, .AddAddress-form .h2 {
  text-align: left;
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  padding-bottom: 25px; }

#AddAddress label, .edit_address_form label, .reset_customer_pwd label {
  font-weight: 400;
  font-family: 'Barlow', sans-serif; }

.address-section h3, .address-section .h3 {
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  font-size: 18px;
  padding: 20px 0;
  margin: 0; }

.widget.widget_promo_img img {
  border-radius: 5px; }
  @media screen and (max-width: 992px) {
    .widget.widget_promo_img img {
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .widget.widget_promo_img img {
      width: 100%; } }
  @media screen and (max-width: 567px) {
    .widget.widget_promo_img img {
      width: 100%; } }

.reset_customer_pwd label, .AddAddress-form label, .edit_address_form label {
  float: left;
  width: 100%; }

.reset_customer_pwd input, #AddAddress select, #AddAddress input[type="text"], #AddAddress input[type="tel"] {
  padding: 14px 10px;
  width: 100%; }

#CustomerLoginForm input, .register-form input, #RecoverPasswordForm input {
  padding: 14px 10px;
  width: 30%; }
  @media screen and (max-width: 1199px) {
    #CustomerLoginForm input, .register-form input, #RecoverPasswordForm input {
      width: 50%; } }
  @media screen and (max-width: 767px) {
    #CustomerLoginForm input, .register-form input, #RecoverPasswordForm input {
      width: 60%; } }
  @media screen and (max-width: 567px) {
    #CustomerLoginForm input, .register-form input, #RecoverPasswordForm input {
      width: 100%; } }

#CustomerLoginForm .errors, .register-form .errors, #RecoverPasswordForm .errors, #ResetSuccess {
  display: inline-block;
  width: 100%;
  text-align: left; }

#ResetSuccess {
  margin: 0 auto 20px; }

.register-form a {
  text-decoration: underline; }

#AddAddress .address_check {
  margin-bottom: 20px;
  line-height: 15px; }

#AddAddress .address_check input, .edit_address_form input[type="checkbox"] {
  float: left;
  margin-right: 10px; }

#AddAddress .address_check label, .edit_address_form label.inline {
  width: auto;
  font-size: 13px; }

#CustomerLoginForm input[type="submit"] {
  margin: 0;
  font-size: 16px; }

#jquery-tab-pager-navi {
  display: none; }

#CustomerLoginForm #customer_register_link {
  text-decoration: underline; }

#AddAddress label, .edit_address_form label, .reset_customer_pwd label {
  display: inline-block;
  text-align: left; }

#AddAddress {
  display: inline-block;
  text-align: center;
  width: 100%; }

#AddAddress select {
  margin-bottom: 20px; }

.account-success-message {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin: auto;
  float: none; }

.order-form {
  display: inline-block;
  width: 100%; }

.order-form h4, .order-form .h4 {
  font-size: 24px; }

.order-form h5, .order-form .h5 {
  font-size: 20px;
  text-transform: capitalize; }

.order-form tr th {
  text-align: center; }

.order-form table {
  margin-bottom: 40px; }

.order-form .table-wrap {
  margin-bottom: 30px; }

.address-section {
  display: inline-block;
  width: 100%;
  background: #fff;
  padding: 20px 20px;
  border-radius: 5px; }

.address-section h2, .address-section .h2 {
  margin-bottom: 0;
  font-family: 'Barlow', sans-serif;
  font-weight: 500; }

.customer-address-title {
  display: inline-block;
  width: 100%; }

.edit_address_form input[type="checkbox"], .edit_address_form label.inline {
  float: left;
  width: initial;
  line-height: 12px;
  margin-bottom: 15px; }

.edit_address_form select, .edit_address_form input[type="text"], .edit_address_form input[type="tel"] {
  width: 100%;
  margin: 0 0 20px; }

/* Cart */
.cart__header-labels, .cart__header-labels span {
  font-family: 'Barlow', sans-serif;
  margin: 0;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  float: left;
  width: 100%;
  color: #000000; }
  @media screen and (max-width: 992px) {
    .cart__header-labels, .cart__header-labels span {
      font-size: 16px; } }
  @media screen and (max-width: 567px) {
    .cart__header-labels, .cart__header-labels span {
      font-size: 16px; } }

.cart__header-labels {
  background: #ffffff;
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5; }

.cart a.h5 {
  font-size: 16px;
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  text-transform: capitalize; }
  @media screen and (max-width: 767px) {
    .cart a.h5 {
      font-weight: 500;
      font-size: 16px; } }

.cart_btn a {
  font-size: 14px;
  line-height: 22px;
  border-radius: 0;
  padding: 8px 14px;
  font-family: 'Barlow', sans-serif;
  border-radius: 5px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase; }

.cart input.btn.update-cart, .cart input.update-cart.btn--secondary, .cart input.update-cart.btn--tertiary, .cart input.update-cart[type="submit"] {
  font-size: 14px;
  line-height: 22px;
  border-radius: 0;
  padding: 8px 14px;
  font-family: 'Barlow', sans-serif;
  border-radius: 5px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase; }

.cart input.btn, .cart input.btn--secondary, .cart input.btn--tertiary, .cart input[type="submit"] {
  font-size: 14px;
  line-height: 22px;
  border-radius: 0;
  padding: 8px 14px;
  font-family: 'Barlow', sans-serif;
  border-radius: 5px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase; }

.cart__header-labels .post-large--one-half, .cart__row .post-large--one-half {
  width: 50%;
  margin-right: 0; }
  @media screen and (max-width: 767px) {
    .cart__header-labels .post-large--one-half, .cart__row .post-large--one-half {
      width: 100%; } }

@media screen and (max-width: 767px) {
  .cart__row .shipping-section p {
    float: left;
    width: 100%;
    text-align: left; } }

@media screen and (max-width: 767px) {
  .cart__row .shipping-section .post-large--one-half {
    width: 100%;
    text-align: left !important; } }

.grid.shipping-section, .shipping-section.grid--rev, .shipping-section.grid--full, .order-form {
  padding: 0 20px 20px; }
  @media screen and (max-width: 992px) {
    .grid.shipping-section, .shipping-section.grid--rev, .shipping-section.grid--full, .order-form {
      padding: 0; } }

.cart__row .post-large--one-third {
  width: 33.3%;
  margin-right: 0; }

.cart__row .cart__subtotal-title, .cart__row span.cart__subtotal {
  float: left;
  width: initial; }

.cart__mini-labels {
  display: block;
  font-weight: 500;
  font-size: em(12px); }
  @media screen and (max-width: 767px) {
    .cart__mini-labels {
      display: none; } }

@media screen and (min-width: 767px) {
  .cart__large-labels {
    display: none; } }

@media screen and (max-width: 767px) {
  .cart_items {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px; } }

@media screen and (max-width: 767px) {
  .cart_items:last-child {
    border-bottom: none;
    padding-bottom: 0px; } }

.cart__row .cart_items {
  display: inline-block;
  text-align: center;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .cart__row .cart_items {
      text-align: left; } }

@media screen and (max-width: 567px) {
  .cart__row .four-tenths, .cart__row .six-tenths {
    width: 100%; } }

@media screen and (max-width: 767px) {
  .cart__large-labels {
    float: left;
    width: 100%;
    padding: 20px 0;
    font-size: 16px; } }

.cart__row .qtyminus1, .cart__row .qtyplus1 {
  border: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  float: left;
  border-radius: 0;
  cursor: pointer;
  text-align: center; }
  @media screen and (max-width: 992px) {
    .cart__row .qtyminus1, .cart__row .qtyplus1 {
      width: 30px; } }
  @media screen and (max-width: 767px) {
    .cart__row .qtyminus1, .cart__row .qtyplus1 {
      width: 22px; } }
  @media screen and (max-width: 567px) {
    .cart__row .qtyminus1, .cart__row .qtyplus1 {
      width: 15px;
      height: 25px;
      line-height: 25px;
      font-size: 12px; } }

@media screen and (max-width: 767px) {
  .cart__row .cart-title {
    padding: 10px 0; } }
@media screen and (max-width: 567px) {
  .cart__row .cart-title {
    padding: 10px 0;
    text-align: left; } }

.wishlist_table th {
  text-align: center;
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  font-size: 15px; }

.wishlist_page p a {
  text-decoration: underline; }

.wishlist th, td {
  text-align: center; }
  @media screen and (max-width: 1599px) {
    .wishlist th, td {
      font-weight: 600; } }
  @media screen and (max-width: 767px) {
    .wishlist th, td {
      padding: 10px 5px;
      font-weight: 500; } }
  @media screen and (max-width: 567px) {
    .wishlist th, td {
      padding: 10px 3px;
      font-size: 14px; } }

.wishlist tr td {
  font-weight: 400;
  text-transform: capitalize; }

.wishlist tr td p, .wishlist tr td form {
  margin-bottom: 0; }

.wishlist tr {
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4; }

.wishlist thead th {
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  border-top: none;
  border-bottom: none; }

.wishlist tr .product_image {
  display: inline-block; }

.wishlist th {
  font-weight: 400;
  text-transform: capitalize; }

@media screen and (max-width: 567px) {
  .wishlist .image img {
    max-width: 55%; } }

@media screen and (max-width: 567px) {
  .wishlist a {
    font-size: 12px; } }

@media screen and (max-width: 767px) {
  .wishlist .dt-sc-button.small {
    font-size: 12px;
    padding: 10px 8px; } }
@media screen and (max-width: 567px) {
  .wishlist .dt-sc-button.small {
    font-size: 9px;
    background: inherit;
    color: #000;
    padding: 0;
    text-transform: capitalize;
    text-decoration: underline; } }

.wishlist thead th {
  font-size: 18px; }
  @media screen and (max-width: 567px) {
    .wishlist thead th {
      font-size: 12px;
      padding: 15px 5px; } }

@media screen and (max-width: 567px) {
  .wishlist th, td {
    border: none; } }

@media screen and (max-width: 567px) {
  .wishlist tr {
    border: none; } }

.wishlist thead th.item {
  padding: 15px; }

.wishlist span.money {
  color: #0084ff;
  font-size: 16px; }
  @media screen and (max-width: 567px) {
    .wishlist span.money {
      font-size: 12px; } }

.qty-box-set {
  display: inline-block; }

.cart__row .quantity-selector {
  border-radius: 0;
  border: none;
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #f5f5f5;
  float: left;
  margin: 0;
  padding: 0; }
  @media screen and (max-width: 992px) {
    .cart__row .quantity-selector {
      width: 35px; } }
  @media screen and (max-width: 767px) {
    .cart__row .quantity-selector {
      width: 30px; } }
  @media screen and (max-width: 567px) {
    .cart__row .quantity-selector {
      width: 30px;
      height: 25px;
      line-height: 25px;
      font-size: 11px; } }

.cart__row .money {
  color: #0084ff;
  font-family: 'Barlow', sans-serif;
  font-size: 16px;
  font-weight: normal; }
  @media screen and (max-width: 1599px) {
    .cart__row .money {
      font-size: 16px;
      font-weight: 600; } }
  @media screen and (max-width: 992px) {
    .cart__row .money {
      font-size: 16px;
      font-weight: 600; } }
  @media screen and (max-width: 767px) {
    .cart__row .money {
      font-size: 16px;
      font-weight: 600; } }
  @media screen and (max-width: 567px) {
    .cart__row .money {
      font-size: 14px;
      font-weight: 600; } }

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

span.cart__subtotal-title.h5 {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Barlow', sans-serif; }

span.h5.cart__subtotal span {
  font-size: 18px;
  font-weight: bold; }

.cart__row .cart__remove:hover {
  color: #0084ff; }

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

.cart_total_price {
  float: right; }

.mobile-nav-section {
  float: left;
  width: 100%;
  border-left: none;
  border-right: none;
  padding: 10px 15px 0 20px;
  z-index: 10000;
  font-size: 23px; }
  @media screen and (max-width: 1199px) {
    .mobile-nav-section {
      height: 60px; } }

.mobile-nav-trigger, .mobile-cart-page-link {
  font-weight: bold; }
  .mobile-nav-trigger .icon, .mobile-cart-page-link .icon {
    position: relative;
    top: -1px;
    vertical-align: middle;
    padding-right: 4px; }

.mobile-nav-trigger {
  float: left;
  text-align: left;
  display: block;
  text-align: left;
  float: left;
  background: none;
  border: 0 none;
  padding: 0;
  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; }
  .mobile-nav-trigger .icon {
    font-size: 1.4em; }

.mobile-cart-page-link {
  display: block;
  float: right; }
  .mobile-cart-page-link .header-bar__cart-icon {
    font-size: 1.4em; }
  .mobile-cart-page-link .cart-count:before {
    display: inline;
    content: "("; }
  .mobile-cart-page-link .cart-count:after {
    display: inline;
    content: ")"; }

.mobile-nav-trigger span {
  float: left; }

.mobile-nav {
  display: none;
  list-style: none;
  text-align: left;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0; }
  .mobile-nav li {
    margin: 0; }

.mobile-nav__link {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  /*================ Can't always control anchor markup to add a class ================*/ }
  .mobile-nav__link > a {
    display: block;
    padding: 10px;
    font-size: 18px;
    text-transform: CAPITALIZE;
    font-family: 'Barlow', sans-serif;
    line-height: normal;
    color: #fff;
    margin: 0 15px; }

.mobile-nav__link .header-bar__search {
  display: none; }

.mobile-nav__sublist-expand,
.mobile-nav__sublist-contract {
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  padding: 4px 12px;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  vertical-align: middle;
  margin: 0px; }

.mobile-nav__sublist-expand:hover {
  color: #0084ff; }

.mobile-nav__sublist-contract {
  display: none; }

.mobile-nav__sublist-trigger {
  position: absolute;
  right: 10px;
  top: 7px; }

.mobile-nav__sublist-trigger.is-active .mobile-nav__sublist-contract {
  display: inline-block; }
.mobile-nav__sublist-trigger.is-active .mobile-nav__sublist-expand {
  display: none; }

.mobile-nav__sublist {
  list-style: none;
  margin: 0;
  display: none; }
  .mobile-nav__sublist .mobile-nav__sublist {
    margin-left: 15px; }
    .mobile-nav__sublist .mobile-nav__sublist .mobile-nav__sublist-link a {
      border-top: none;
      color:#fff;
    }

.mobile-nav__sublist-link a {
  display: block;
  padding: 12px 15px;
  font-size: em(15px);
  border-top: 1px solid #e4e4e4; }
  @media screen and (min-width: 567px) {
    .mobile-nav__sublist-link a {
      padding-left: 30px;
      padding-right: 30px; 
      color:#fff;
    } }
  .mobile-nav__sublist-link a:hover {
    opacity: 1; }

@media screen and (max-width: 567px) {
  .one-tenth {
    width: 100%; } }

@media screen and (max-width: 567px) {
  .nine-tenths {
    width: 100%; } }

@media screen and (max-width: 567px) {
  .site-footer .grid__item.one-tenth {
    margin: 0; } }

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

/* collection */
.collection-products {
  float: left;
  width: 100%;
  padding: 0; }

.list-collection-products .grid-link__title {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  width: 100%;
  padding: 20px 10px 0; }
  @media screen and (max-width: 992px) {
    .list-collection-products .grid-link__title {
      font-size: 14px; } }

.list-collection-products a.pickgradient.grid-link {
  display: block; }

.list-collection-products .brand-icons a.pickgradient.grid-link {
  border: none; }

.list-collection-products .collection-detail {
  display: inline-block;
  width: 100%;
  padding: 30px 20px;
  border: 1px solid #e4e4e4;
  border-top: none; }

.list-collection-products .grid__item {
  padding-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .list-collection-products .grid__item {
      padding-right: 7px; } }

.list-collection-products .grid__item img {
  display: block;
  margin: auto; }

.pickgradient {
  float: left;
  width: 100%;
  position: relative; }

.pickgradient .collection-count span {
  font-size: 14px;
  text-transform: uppercase;
  float: left;
  width: 100%;
  letter-spacing: 1px; }

.pickgradient .collection-count {
  font-size: 50px;
  line-height: 30px;
  font-weight: 300;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 25px;
  margin: 0; }

.pickgradient:hover .collection-count, .pickgradient:hover .dt-sc-event-overlay .collection-count {
  opacity: 1; }

.dt-sc-event-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0px;
  opacity: 0;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear; }

.pickgradient:hover .dt-sc-event-overlay, .pickgradient:hover .dt-sc-event-overlay:before {
  opacity: 1; }

.pickgradient-products:hover a.grid-link {
  color: #0084ff; }

.left-sidebar {
  display: block; }

.sidebar {
  display: block; }

/*search */
.search-bar {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: auto; }

.search-form {
  display: inline-block;
  width: 100%;
  margin: 10px 0 0; }

.search-form .input-group-field {
  width: 45%;
  display: inline-block;
  min-height: 50px;
  padding: 10px 14px; }
  @media screen and (max-width: 567px) {
    .search-form .input-group-field {
      width: 76%; } }

.search-form .input-group-btn {
  display: inline-block;
  min-height: 50px;
  margin-left: -4px; }

.search-form .input-group-btn .btn, .search-form .input-group-btn .btn--secondary, .search-form .input-group-btn .btn--tertiary, .search-form .input-group-btn input[type="submit"] {
  min-height: 50px;
  padding: 10px 20px;
  border-radius: 0;
  border: none; }

.search-form .input-group-btn .btn:hover, .search-form .input-group-btn .btn--secondary:hover, .search-form .input-group-btn .btn--tertiary:hover, .search-form .input-group-btn input[type="submit"]:hover {
  background: #0084ff; }

.search-products .grid-link__meta {
  padding: 0; }

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

.search-products ul > li.grid__item {
  padding: 10px; }

.search-products ul > li.grid__item .products {
  padding: 5px; }

.search-products ul > li.grid__item:nth-child(4n+1) {
  clear: both; }

.search-products ul > li.grid__item ul {
  margin: 0 0 25px; }

.product-photo-thumbs {
  list-style: none;
  padding: 15px 20px 0;
  float: left;
  text-align: center;
  margin: 15px 0 0; }

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

.more-view-wrapper-owlslider .single-page-owl-carousel a.prev {
  left: 0; }

.more-view-wrapper-owlslider .single-page-owl-carousel a.next {
  right: 0; }

.more-view-wrapper-owlslider .single-page-owl-carousel a {
  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; }

.product-photo-thumbs .owl-pagination {
  display: none; }

.product-photo-thumbs li {
  display: inline-block; }

.product-photo-thumbs .owl-item {
  float: none;
  display: inline-block; }

.product-photo-thumbs.owl-carousel .owl-wrapper-outer {
  display: inline-block;
  text-align: center; }

.product-img-box {
  position: relative;
  padding-right: 30px; }
  @media screen and (max-width: 992px) {
    .product-img-box {
      padding-right: 10px; } }

.product-img-box .product-photo-container {
  position: relative;
  text-align: center; }

.product-img-box .product-photo-thumbs li {
  margin: 0; }

.product-img-box .product-photo-thumbs.owl-theme li {
  padding: 0 5px;
  width: 100%; }

.product-img-box .product-photo-thumbs li a {
  display: block; }

@media screen and (max-width: 767px) {
  .product-single .product-photo-container {
    z-index: -1; } }

.product-photo-container {
  float: left;
  width: 100%;
  position: relative; }
  @media screen and (max-width: 992px) {
    .product-photo-container {
      width: 100%; } }
  @media screen and (max-width: 567px) {
    .product-photo-container {
      width: 100%; } }

.product-photo-container img {
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  max-width: 100%; }

@media screen and (max-width: 767px) {
  .zoomContainer, .zoomLens, .zoomWindowContainer, #fancybox-wrap {
    display: none; } }

@media screen and (max-width: 767px) {
  .zoomWrapper img {
    z-index: -1; } }

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

@media screen and (max-width: 767px) {
  .product-single .post-large--one-half {
    width: 100%;
    margin-top: 10px; } }

.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/shop/t/4/assets/product-arrow.png?v=12386609252935450471663233773) no-repeat;
  float: left;
  width: 27px;
  height: 26px;
  border-radius: 0;
  -webkit-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; }

/* ajax */
.ajax-success-modal .content, .ajax-error-modal .modal-inner {
  padding: 40px;
  background: #fff;
  bottom: auto;
  left: 0;
  position: fixed;
  right: 0;
  top: 50% !important;
  width: 500px;
  border: 8px solid #000;
  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: 992px) {
    .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: 567px) {
    .ajax-success-modal .content, .ajax-error-modal .modal-inner {
      width: 270px; } }

.ajax-success-modal .ajax-left {
  float: left;
  padding-right: 15px;
  width: 30%; }

.ajax-product-image {
  width: 100px;
  float: left;
  border: 1px solid #e4e4e4; }
  @media screen and (max-width: 567px) {
    .ajax-product-image {
      width: 80px; } }

.ajax-success-modal .ajax-left {
  float: left; }

.ajax-product-title {
  margin-bottom: 7px;
  font-size: 22px; }
  @media screen and (max-width: 567px) {
    .ajax-product-title {
      font-size: 18px; } }

.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-success-modal .success-message a {
  line-height: normal;
  padding: 10px 17px;
  text-transform: uppercase; }
  @media screen and (max-width: 567px) {
    .ajax-success-modal .success-message a {
      font-size: 13px;
      padding: 10px 14px; } }

.ajax-right {
  float: left;
  width: 70%;
  padding: 0px; }

.ajax-success-modal .added-to-cart.info, .ajax-success-modal .added-to-wishlist.info {
  font-size: 16px;
  text-align: left;
  text-transform: uppercase;
  font-weight: normal;
  text-decoration: underline;
  margin: 0;
  padding: 0px 0 20px 0px; }

/* Quick view */
/* pop up newsletter */
#email-modal .modal-window .window-window {
  
  padding: 0px;
  float: left;
  width: 700px;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: inline-block;
  text-align: center;
  margin: auto;
  left: 0;
  right: 0;
  margin: auto; }

#email-modal .modal-window {
  display: none;
  margin: 0 auto;
  padding: 10px; }

#email-modal {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000; }
  @media screen and (max-width: 992px) {
    #email-modal {
      display: none !important; } }

#mc_embed_signup #mc-embedded-subscribe-form #mail {
  display: block;
  width: 100%;
  margin: 0 0 15px;
  padding: 10px 15px 12px;
  border: 1px solid #e4e4e4;
  background: transparent;
  font-size: 14px;
  text-align: center;
  border-radius: 5px; }

#mc-embedded-subscribe-form input[type='text'] {
  border: none;
  background: transparent; }

#mc-embedded-subscribe-form button {
  -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; }

#mc_embed_signup form {
  display: inline-block;
  float: left;
  text-align: center;
  width: 100%; }

#mc-embedded-subscribe-form input[type="email"]:focus {
  border: none; }

#mc_embed_signup form {
  text-align: center !important; }

#email-modal .window-window .window-content {
  display: inline-block;
  float: left;
  text-align: center;
  margin: auto;
   }

#email-modal .window-window .window-content img {
  display: block; }

.newsletterwrapper .btn.close, .newsletterwrapper .close.btn--secondary, .newsletterwrapper .close.btn--tertiary, .newsletterwrapper input.close[type="submit"] {
  background: url(/cdn/shop/t/4/assets/hover-Close.png?v=143907006325609251981663233769) no-repeat;
  border: none;
  cursor: pointer;
  width: 58px;
  height: 58px;
  text-indent: -9999px;
  position: absolute; }

.newsletterwrapper .btn.close, .newsletterwrapper .close.btn--secondary, .newsletterwrapper .close.btn--tertiary, .newsletterwrapper input.close[type="submit"] {
  top: 15%;
  right: 0%;
  z-index: 9; }

#mc_embed_signup button:hover {
  color: #fff; }

#mc_embed_signup button {
  background: none;
  float: right;
  border: none;
  padding: 0; }

.collection-list .selection-box, .selection-box.custom {
  position: relative;
  float: left; }

.collection-list .selection-box {
  min-width: 185px; }
  @media screen and (max-width: 992px) {
    .collection-list .selection-box {
      min-width: 170px; } }
  @media screen and (max-width: 767px) {
    .collection-list .selection-box {
      min-width: 180px; } }

.collection-list .selection-box:before {
  z-index: 1;
  right: 12px;
  top: 3px;
  bottom: 0px;
  height: 0px;
  margin: auto;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff; }

.selection-box.custom {
  width: 100%; }

.selection-box.custom:before {
  z-index: 1;
  right: 16px;
  top: 0px;
  bottom: 0px;
  height: 30px;
  margin: auto;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #fff; }

.collection-list .selection-box:before, .selection-box:after, .selection-box.custom:before, .selection-box.custom:after {
  content: "";
  pointer-events: none;
  position: absolute; }

.collection-list .selection-box:after {
  width: 37px;
  height: 37px;
  right: 0px;
  top: 0px;
  border-radius: 0 5px 5px 0; }
  @media screen and (max-width: 992px) {
    .collection-list .selection-box:after {
      width: 35px;
      height: 35px; } }

.selection-box.custom:after {
  width: 51px;
  height: 51px;
  right: 0;
  top: 0; }

.collection-list .selection-box:after, .selection-box.custom:after {
  background: #0084ff; }

.collection-list select {
  width: 100%;
  height: 37px;
  color: #333333; }
  @media screen and (max-width: 992px) {
    .collection-list select {
      font-size: 11px;
      height: 35px; } }
  @media screen and (max-width: 567px) {
    .collection-list select {
      font-size: 12px; } }

.tbl-list > li.currency > .dropdown-toggle i {
  margin-top: 6px;
  display: none; }
  @media screen and (max-width: 767px) {
    .tbl-list > li.currency > .dropdown-toggle i {
      margin-top: 0; } }

@media screen and (max-width: 767px) {
  .tbl-list > li.currency .flag-dropdown-menu li {
    padding: 0; } }

@media screen and (max-width: 767px) {
  .tbl-list > li.currency {
    padding: 0; } }

.tbl-list > li.currency > .dropdown-toggle {
  cursor: pointer;
  position: relative;
  font-weight: normal;
  line-height: normal;
  font-size: 18px; }
  @media screen and (max-width: 992px) {
    .tbl-list > li.currency > .dropdown-toggle {
      font-size: 14px; } }
  @media screen and (max-width: 767px) {
    .tbl-list > li.currency > .dropdown-toggle {
      padding: 0;
      font-size: 12px; } }

.swatch .swatch-element {
  margin-bottom: 10px; }

.swatch input:checked + label {
  border: 2px solid #333; }

.swatch .header {
  float: left;
  width: 100%;
  font-size: 13px;
  text-transform: uppercase;
  color: #000000; }

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

.swatch .swatch-element {
  float: left; }

.swatch .swatch-element.available {
  margin-right: 10px; }
  @media screen and (max-width: 992px) {
    .swatch .swatch-element.available {
      margin-right: 5px; } }

.swatch-element label {
  padding: 5px 18px;
  cursor: pointer;
  font-weight: 500 !important;
  color: #000;
  border-radius: 5px; }
  @media screen and (max-width: 992px) {
    .swatch-element label {
      padding: 7px 10px; } }

.swatch label {
  margin: 0 0px 3px 0;
  border: 2px solid #e4e4e4; }
  @media screen and (max-width: 992px) {
    .swatch label {
      margin: 0 0px 3px 0; } }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: 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 img {
  text-align: center; }

.site-header__logo a {
  padding: 0px;
  display: inline-block; }
  @media screen and (max-width: 992px) {
    .site-header__logo a {
      padding: 0px; } }

.site-header__logo {
  position: relative;
  height: 52px; }
  @media screen and (max-width: 767px) {
    .site-header__logo {
      text-align: center;
      width: 50%; } }

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

footer .input-group .btn, footer .input-group .btn--secondary, footer .input-group .btn--tertiary, footer .input-group input[type="submit"] {
  height: auto;
  border-radius: 0;
  padding: 15px 14px;
  float: right; }

.tbl-list > li.currency .flag-dropdown-menu {
  right: 0;
  right: 20px;
  top: 100%;
  width: 90px;
  margin-top: 12px;
  padding: 10px 0 !important;
  z-index: 9999; }

.products .hover {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%; }

.Collection-content {
  display: inline-block;
  width: 100%;
  margin-top: 20px; }

.Collection-content h3, .Collection-content .h3 {
  font-size: 16px;
  text-transform: inherit; }

.Collection-content h2, .Collection-content .h2 {
  margin-bottom: 5px; }

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

.collection_sidebar .widget h4, .collection_sidebar .widget .h4 {
  font-family: Barlow;
  font-size: 20px;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 15px;
  font-weight: 500;
  margin-top: 0px;
  letter-spacing: normal;
  text-transform: CAPITALIZE;
  margin-bottom: 10px; }

.collection_sidebar .widget h4:after, .collection_sidebar .widget .h4:after {
  position: absolute;
  left: 0;
  bottom: -10px;
  margin: 5px 0 0; }

.nav_featured_best-selling, .nav_home-collection-2 {
  position: absolute;
  top: 0;
  right: 0; }

@font-face {
  font-family: 'montserratlight';
  src: url("montserrat-light-webfont.woff2") format("woff2"), url("montserrat-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

.featuredCollections a:hover img {
  -webkit-transform: scale(1.2);
  -khtml-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2); }

.featuredCollections a {
  overflow: hidden;
  display: block; }

.featuredCollections a img {
  -webkit-transition: all 1s ease-in-out 0s;
  -khtml-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);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  max-width: 100%; }

.search-bar input[type="search"] {
  font-size: 18px;
  letter-spacing: 1px;
  margin: 0;
  border: none;
  float: left;
  width: 90%;
  color: #685f52; }
  @media screen and (max-width: 767px) {
    .search-bar input[type="search"] {
      font-size: 12px; } }
  @media screen and (max-width: 1199px) {
    .search-bar input[type="search"] {
      width: 90%; } }
  @media screen and (max-width: 767px) {
    .search-bar input[type="search"] {
      width: 80%; } }

.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%; } }
  .js-drawer-open-top .drawer--top {
    display: block; }

.search-bar {
  background-color: #685f52;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  height: 55px; }

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

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

#SearchDrawer span.notify {
  float: right;
  margin-top: 10px;
  color: #685f52;
  display: none; }

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

.search-bar__form button {
  font-size: 18px;
  padding: 19px 25px 19px;
  border: none;
  line-height: 55px;
  height: 55px;
  background: none;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0; }
  @media screen and (max-width: 992px) {
    .search-bar__form button {
      font-size: 14px; } }
  @media screen and (max-width: 767px) {
    .search-bar__form button {
      position: static;
      margin: 0;
      line-height: normal;
      font-size: 18px; } }

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

#SearchDrawer .remove-button button {
  display: none;
  background: #0084ff;
  padding: 0px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  font-size: 14px; }

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

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

#SearchDrawer {
  outline: none;
  border: none; }

.drawer {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  -webkit-overflow-scrolling: touch;
  z-index: 100000;
  -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; }

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

.drawer--left {
  width: 300px;
  left: -300px; }

.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 {
  width: 300px;
  right: -300px; }

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

.drawer--right .drawer__close {
  float: right;
  height: 65px; }

.js-drawer-open-top .drawer--top {
  opacity: 1;
  visibility: visible; }

#PageContainer {
  overflow: hidden; }

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

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

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

.drawer__title {
  font-weight: 700;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  width: 100%; }

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

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

/* Blog Page */
.blog-design-4 .blogs-sub-title {
  float: left;
  width: 100%; }

.blog-design-4.blog-detail-section .blogs-sub-title {
  padding: 0; }

.blog-design-4.blog-detail-section .blogs-sub-title h4, .blog-design-4.blog-detail-section .blogs-sub-title .h4 {
  margin-bottom: 0px; }

.blog-design-4.blog-detail-section .comments-count, .blog-design-4.blog-detail-section .author {
  margin-top: 0;
  margin-bottom: 20px; }

.blog-design-4 .blog-description {
  float: left;
  width: 100%; }

.blog-design-4 .comments-count, .blog-design-4 .author {
  float: none;
  display: inline-block;
  margin-bottom: 0px;
  margin-top: 0px; }

.blog-design-4 .comments-count {
  margin-right: 10px;
  position: relative;
  padding-right: 10px; }

.blog-design-4 .comments-count {
  color: #aaaaaa; }

.blog-design-4 .blog-tag {
  margin-bottom: 0px;
  color: #aaaaaa;
  margin-top: 15px;
  margin-bottom: 0; }

.blog-design-4 .blog-tag:hover {
  color: #01477f; }

.blog-design-4 .blog-btn a {
  color: #ffffff;
  background: #108bea;
  font-size: 14px;
  line-height: 22px;
  border-radius: 0;
  padding: 8px 14px;
  font-family: 'Barlow', sans-serif;
  border-radius: 5px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase; }

.blog-design-4 .blog-btn a:hover {
  color: #ffffff;
  background: #01477f; }

.blog-design-4 .blog-btn a i {
  margin-left: 5px; }

.blog-design-4 .article {
  padding: 20px;
  margin-bottom: 25px;
  float: left;
  width: 100%;
  background: #ffffff;
  border-radius: 5px; }

.blog-design-4 .article-detail {
  float: left;
  width: 100%; }

.blog-design-4 .article-detail h5, .blog-design-4 .article-detail .h5 {
  margin: 10px 0;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Barlow', sans-serif; }

.blog-design-4 .article-detail h5 a, .blog-design-4 .article-detail .h5 a {
  color: #555555; }
  @media screen and (max-width: 992px) {
    .blog-design-4 .article-detail h5 a, .blog-design-4 .article-detail .h5 a {
      font-size: 24px; } }
  @media screen and (max-width: 767px) {
    .blog-design-4 .article-detail h5 a, .blog-design-4 .article-detail .h5 a {
      font-size: 22px; } }
  @media screen and (max-width: 567px) {
    .blog-design-4 .article-detail h5 a, .blog-design-4 .article-detail .h5 a {
      font-size: 16px; } }

/* .blog-design-4 .artical-image { float:left;width:30%; } */
.blog-design-4 .blog-detail p {
  padding-top: 16px;
  padding-bottom: 10px;
  font-size: 14px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  line-height: 21px;
  color: #666; }
  @media screen and (max-width: 767px) {
    .blog-design-4 .blog-detail p {
      padding-top: 8px; } }

.blog-design-4 .blog-btn a i {
  margin-left: 5px; }

.blog-design-4 .recent_article li {
  float: left;
  width: 100%;
  margin-bottom: 7px; }

.blog-design-4 .blogs-sub-title h4, .blog-design-4 .blogs-sub-title .h4 {
  text-transform: inherit;
  margin-top: 20px;
  margin-bottom: 10px; }
  @media screen and (max-width: 992px) {
    .blog-design-4 .blogs-sub-title h4, .blog-design-4 .blogs-sub-title .h4 {
      font-size: 20px; } }

.blog-design-4 .blogs-sub-title h4 a, .blog-design-4 .blogs-sub-title .h4 a {
  color: #555555;
  font-size: 28px;
  font-weight: 600;
  text-transform: capitalize; }
  @media screen and (max-width: 767px) {
    .blog-design-4 .blogs-sub-title h4 a, .blog-design-4 .blogs-sub-title .h4 a {
      font-size: 23px; } }
  @media screen and (max-width: 567px) {
    .blog-design-4 .blogs-sub-title h4 a, .blog-design-4 .blogs-sub-title .h4 a {
      font-size: 23px; } }

.blog-design-4 .blogs-sub-title h4 a:hover, .blog-design-4 .blogs-sub-title .h4 a:hover {
  color: #01477f; }

.blog-design-4 .blogs-sub-title .blog-date {
  color: #aaaaaa;
  margin-right: 20px;
  display: inline; }

.blog-design-4 .author {
  color: #aaaaaa;
  text-transform: capitalize; }

.blog-design-4 .author {
  color: #aaaaaa; }

.blog-design-4 .widget.recent_article, .blog-design-4 .widget.widget_categories, .widget.widget-blog.tweetbox {
  float: left;
  width: 100%; }

.blog-design-4 .widget.widget_categories ul li {
  float: left;
  width: 100%;
  margin-bottom: 3px; }

/* Blog Detail Page */
.blog_section_detail {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #666666;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  line-height: 21px; }

.blog_section_detail .social-sharing {
  float: left; }

.blog_section_detail .social-sharing label {
  float: left;
  font-size: 13px; }

.blog_section_detail .social-sharing a {
  line-height: normal;
  float: left; }

.blog-design-4.blog-detail-section .blog-tag {
  float: left;
  width: 100%;
  margin: 0 0 15px; }

.product-container:hover .product-additional img {
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%); }

.product-container .product-additional img {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(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; }

.product-container .reveal .hidden-feature_img {
  position: absolute;
  top: 0px;
  visibility: hidden;
  left: 0px;
  width: 100%;
  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; }

.product-container:hover .reveal .hidden-feature_img {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

.toolbar {
  float: left;
  width: 100%;
  padding: 0px;
  padding: 15px 20px 0 16px;
  background-color: #fff;
  padding-bottom: 0px;
  font-size: 14px;
  border-radius: 5px 5px 0px 0px; }

.blog-design-4 .zmdi-account:before {
  content: '\f207';
  margin-right: 8px;
  font-size: 13px; }

.blog-design-4 .fa {
  margin-right: 8px;
  font-size: 13px; }

@media screen and (max-width: 992px) {
  .toolbar .view-mode {
    width: 50%; } }
@media screen and (max-width: 767px) {
  .toolbar .view-mode {
    width: 50%; } }

.sorting-section {
  width: 35%; }

.pages_list {
  width: 50%; }

.filter-show .btn, .filter-show .btn--secondary, .filter-show .btn--tertiary, .filter-show input[type="submit"] {
  position: relative; }

.filter-sortby input {
  display: none; }

.filter-sortby {
  text-align: center; }
  @media screen and (max-width: 767px) {
    .filter-sortby {
      text-align: left; } }
  @media screen and (max-width: 992px) {
    .filter-sortby {
      float: right;
      display: none !important; } }

.filter-sortby label, .filter-show label {
  display: inline-block;
  margin-right: 10px; }
  @media screen and (max-width: 767px) {
    .filter-sortby label, .filter-show label {
      display: none; } }

.toolbar .view-mode {
  float: left;
  text-align: center;
  margin-top: 2px; }

.toolbar .view-mode a {
  display: inline-block;
  margin-right: 7px;
  text-align: center;
  padding: 0;
  border-radius: 0px; }

.toolbar .view-mode a span {
  display: inline-block;
  padding: 0;
  font-size: 18px;
  margin-top: 5px;
  padding: 0;
  float: left;
  border-radius: 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; }

.toolbar .view-mode a:hover span, .toolbar .view-mode a.active span {
  color: #0f6cb2; }

.toolbar .view-mode a span {
  color: #aaa;
  margin-right: 5px;
  vertical-align: top; }

.filter_right {
  float: right; }
  @media screen and (max-width: 767px) {
    .filter_right {
      float: left; } }

@media screen and (max-width: 767px) {
  .filter-sortby {
    float: left;
    width: 50%; } }
@media screen and (max-width: 567px) {
  .filter-sortby {
    float: left;
    width: 100%; } }

.filter-sortby {
  position: relative;
  text-align: right; }
  @media screen and (max-width: 767px) {
    .filter-sortby {
      display: none !important; } }

.filter-show, .view-mode {
  position: relative;
  display: inline-block; }

.filter-sortby, .sorting-section, .pages_list {
  display: inline-block; }

.filter-show {
  text-align: right; }
  @media screen and (max-width: 992px) {
    .filter-show {
      display: none; } }

.sorting-section ul, .sorting-section {
  width: 65%; }
  @media screen and (max-width: 1599px) {
    .sorting-section ul, .sorting-section {
      width: 65%; } }
  @media screen and (max-width: 767px) {
    .sorting-section ul, .sorting-section {
      width: 100%; } }

.sorting-section.open .btn:after, .sorting-section.open .btn--secondary:after, .sorting-section.open .btn--tertiary:after, .sorting-section.open input[type="submit"]:after, .filter-show .pages_list.open .btn:after, .filter-show .pages_list.open .btn--secondary:after, .filter-show .pages_list.open .btn--tertiary:after, .filter-show .pages_list.open input[type="submit"]:after {
  border-bottom: 7px solid #e4e4e4;
  border-top: none; }

.filter-show .btn:after, .filter-show .btn--secondary:after, .filter-show .btn--tertiary:after, .filter-show input[type="submit"]:after, .sorting-section .btn:after, .sorting-section .btn--secondary:after, .sorting-section .btn--tertiary:after, .sorting-section input[type="submit"]:after {
  content: "";
  width: 0;
  height: 0;
  float: left;
  border-top: 7px solid #e4e4e4;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  position: absolute;
  right: 17px;
  top: 11px; }

.sorting-section .btn, .sorting-section .btn--secondary, .sorting-section .btn--tertiary, .sorting-section input[type="submit"], .filter-show .btn, .filter-show .btn--secondary, .filter-show .btn--tertiary, .filter-show input[type="submit"] {
  width: 100%;
  text-align: left;
  padding: 10px 17px; }

.sorting-section .btn, .sorting-section .btn--secondary, .sorting-section .btn--tertiary, .sorting-section input[type="submit"], .filter-show .btn, .filter-show .btn--secondary, .filter-show .btn--tertiary, .filter-show input[type="submit"] {
  background: #fff;
  border: 1px solid #e4e4e4;
  color: #333333;
  font-size: 13px;
  border-radius: 0px;
  border-radius: 0px;
  padding: 4px 12px; }

.sorting-section.open .btn, .sorting-section.open .btn--secondary, .sorting-section.open .btn--tertiary, .sorting-section.open input[type="submit"], .pages_list.open .btn, .pages_list.open .btn--secondary, .pages_list.open .btn--tertiary, .pages_list.open input[type="submit"] {
  border-radius: 0; }

.toolbar .dropdown-menu {
  border-radius: 0 0 10px 10px; }

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

.product_right_tag {
  z-index: 2; }

.product_right_tag .badge--new {
  background: #ff7878;
  color: #ffffff;
  position: absolute; }

.product_right_tag .offer-price {
  float: right;
  text-transform: uppercase;
  min-width: 65px;
  font-size: 1em;
  letter-spacing: 2px;
  padding: 5px;
  background: #3c763d;
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 2;
  text-align: center;
  line-height: 1.1;
  border-radius:5px;
}

/*   .product_right_tag .badge--new { top:0; } */
.product_right_tag.offer_exist .badge--new {
  top: 49px;
  min-width: 65px; }

.product_right_tag .offer-price {
  top: 0px; }

.filter-sortby label, .filter-show label {
  font-weight: normal;
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
  margin-right: 10px;
  color: #666; }
  @media screen and (max-width: 1199px) {
    .filter-sortby label, .filter-show label {
      margin: 0; } }

.products:hover .badge.badge--sale {
  width: 100%; }

.badge.badge--sale {
  float: left;
  margin: 3px 0 0 3px;
  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; }

.social-sharing {
  float: right;
  text-align: center;
  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;
  transition: all 900ms ease 0s;
  -webkit-transition: all 900ms ease 0s;
  background-position: center 55%;
  background-size: cover;
  padding-bottom: 60px; }

#promo-carousel li:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

#promo-carousel li img {
  transition: all 900ms ease 0s;
  -webkit-transition: all 900ms ease 0s;
  width: 110px;
  border-radius: 999px; }

/* Currency */
.tbl-list > li.currency {
  position: relative;
  float: left; }

.tbl-list > li.currency > .dropdown-toggle .fa {
  margin: 0 0 0 3px; }

.tbl-list > li.currency .flag-dropdown-menu {
  left: 0;
  right: 20px;
  top: 100%;
  width: 90px;
  margin-top: 12px;
  padding: 10px 0 !important; }

.menu-middle-section ul li.currency a {
  padding-right: 0; }

.menu-middle-section ul li.currency .flag-dropdown-menu li a {
  padding: 7px 15px; }

.menu-middle-section ul li.currency:hover .flag-dropdown-menu {
  opacity: 1;
  visibility: visible;
  display: block;
  -webkit-transform: scaleY(1);
  -khtml-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1); }

.flag-dropdown-menu li a i {
  margin-top: 2px;
  margin-right: 7px;
  float: left; }
  @media screen and (max-width: 567px) {
    .flag-dropdown-menu li a i {
      margin-right: 5px; } }

.flag-dropdown-menu li a span {
  float: right;
  color: #fdd922;
  -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; }

.flag-dropdown-menu li a:hover span {
  color: #0084ff; }

.flag-dropdown-menu {
  text-align: left;
  width: 90px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleY(0);
  -khtml-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;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 999;
  padding: 0;
  margin-bottom: 0;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.15);
  -ms-transform: 2px 3px 5px 2px rgba(0, 0, 0, 0.15);
  -o-transform: 2px 3px 5px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.15);
  -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) {
    .flag-dropdown-menu {
      right: auto; } }

.tbl-list > li.currency .flag-dropdown-menu li a {
  line-height: 1.2;
  padding: 6px 17px !important;
  border: none;
  font-size: 14px !important;
  float: left; }
  @media screen and (max-width: 767px) {
    .tbl-list > li.currency .flag-dropdown-menu li a {
      font-size: 13px !important;
      padding: 10px 10px !important; } }
  @media screen and (max-width: 567px) {
    .tbl-list > li.currency .flag-dropdown-menu li a {
      font-size: 13px !important;
      padding: 10px 10px 10px 10px !important; } }

@media screen and (max-width: 767px) {
  .tbl-list > li.currency .flag-dropdown-menu li:last-child a {
    margin-right: 0; } }

.tbl-list > li.currency:hover .flag-dropdown-menu, .tbl-list > li.currency.open .flag-dropdown-menu {
  opacity: 1;
  visibility: visible;
  display: block;
  -webkit-transform: scaleY(1);
  -khtml-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1); }

.tbl-list > li.currency:hover .flag-dropdown-menu::before, .tbl-list > li.currency.open .flag-dropdown-menu::before {
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  right: 0;
  top: -15px;
  width: 100%; }

.flag-usd {
  background-image: url(/cdn/shop/t/4/assets/currency_1.png?v=18239196963075170161663233768);
  background-repeat: no-repeat;
  display: inline-block;
  height: 11px;
  width: 16px; }

.flag-eur {
  background-image: url(/cdn/shop/t/4/assets/currency_2.png?v=142449562045385239011663233768);
  background-repeat: no-repeat;
  display: inline-block;
  height: 11px;
  width: 16px; }

.flag-gbp {
  background-image: url(/cdn/shop/t/4/assets/currency_3.png?v=170596593875287525321663233768);
  background-repeat: no-repeat;
  display: inline-block;
  height: 11px;
  width: 16px; }

.flag-aud {
  background-image: url(/cdn/shop/t/4/assets/currency_4.png?v=183532650322902660331663233768);
  background-repeat: no-repeat;
  display: inline-block;
  height: 11px;
  width: 16px; }

.flag-inr {
  background-image: url(/cdn/shop/t/4/assets/currency_5.png?v=31126371714934889051663233768);
  background-repeat: no-repeat;
  display: inline-block;
  height: 11px;
  width: 16px;
  margin-right: 10px !important; }
  @media screen and (max-width: 567px) {
    .flag-inr {
      margin-right: 5px !important; } }

.flag- {
  background-image: url(/cdn/shop/t/4/assets/currency_6.png?4024);
  background-repeat: no-repeat;
  display: inline-block;
  height: 11px;
  width: 16px; }

.flag- {
  background-image: url(/cdn/shop/t/4/assets/currency_7.png?4024);
  background-repeat: no-repeat;
  display: inline-block;
  height: 11px;
  width: 16px; }

.flag- {
  background-image: url(/cdn/shop/t/4/assets/currency_8.png?4024);
  background-repeat: no-repeat;
  display: inline-block;
  height: 11px;
  width: 16px; }

.flag- {
  background-image: url(/cdn/shop/t/4/assets/currency_9.png?4024);
  background-repeat: no-repeat;
  display: inline-block;
  height: 11px;
  width: 16px; }

.flag- {
  background-image: url(/cdn/shop/t/4/assets/currency_10.png?4024);
  background-repeat: no-repeat;
  display: inline-block;
  height: 11px;
  width: 16px;
  margin-right: 10px !important; }
  @media screen and (max-width: 567px) {
    .flag- {
      margin-right: 5px !important; } }

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

.site-footer .social-icons {
  padding: 0;
  display: inline-block; }
  @media screen and (max-width: 992px) {
    .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 span {
  margin-right: 0;
  margin-left: 0; }

.site-footer .social-icons li a:hover {
  background: #0084ff;
  color: #fff; }

.site-footer .social-icons li a span {
  margin-bottom: 4px;
  float: left;
  border: 1px solid #e4e4e4;
  font-size: 16px;
  padding: 0; }

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

.menu-middle-section ul li {
  float: left;
  list-style: none; }
  @media screen and (max-width: 767px) {
    .menu-middle-section ul li {
      float: none;
      display: inline-block;
      text-align: center; } }

.menu-middle-section li a {
  float: left;
  padding: 7px 0 7px 15px;
  font-size: 13px;
  text-transform: uppercase; }
  @media screen and (max-width: 992px) {
    .menu-middle-section li a {
      padding-right: 5px; } }

.menu-middle-section li a i {
  margin-right: 5px; }

.menu-middle-section li.logout-link i {
  float: left;
  padding: 7px 0 7px 15px; }

.menu-middle-section li.logout-link a {
  float: left;
  padding: 7px 0px 7px 5px; }

.menu-middle-section li span.currency_code i {
  margin-right: 5px; }

#currencies-picker {
  margin: 0; }

.header-bar__module.cart .wrapper-top-cart, .header-bar__module.cart .mini-cart-icon, .header-bar__search form .btn, .header-bar__search form .btn--secondary, .header-bar__search form .btn--tertiary, .header-bar__search form input[type="submit"], .header-bar__search {
  float: none; }

.header-bar__module.cart .mini-cart-icon i {
  width: auto;
  background: none; }

.site-header__logo {
  margin: 0; }
  @media screen and (max-width: 992px) {
    .site-header__logo {
      margin-bottom: 20px; } }
  @media screen and (max-width: 767px) {
    .site-header__logo {
      margin: 0 auto; } }

.site-header__logo a.logo_name {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-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; } }

.header-bar__module.cart .mini-cart-icon, .header-bar__module.cart .mini-cart-icon i {
  margin-right: 0; }

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

.header-bar__search form {
  margin: 0; }

.header-bar .social-icons li, .header-bar .social-icons li a {
  float: left;
  display: inline-block; }
  @media screen and (max-width: 767px) {
    .header-bar .social-icons li, .header-bar .social-icons li a {
      float: none; } }

.header-bar .social-icons li {
  display: inline-block; }

.header-bar__search form .header-bar__search-input {
  display: none; }

.header-bar__search form .btn, .header-bar__search form .btn--secondary, .header-bar__search form .btn--tertiary, .header-bar__search form input[type="submit"] {
  border: none; }

.header-bar__module.cart .baskettop {
  float: none; }
  @media screen and (max-width: 992px) {
    .header-bar__module.cart .baskettop {
      margin-top: 20%; } }
  @media screen and (max-width: 767px) {
    .header-bar__module.cart .baskettop {
      position: absolute;
      margin-top: 41px; } }

.header-bar__module.cart .baskettop a.icon-cart-arrow {
  position: relative; }

.header-bar__module.cart .baskettop a.icon-cart-arrow + #slidedown-cart {
  width: 350px;
  position: absolute;
  right: 0;
  top: 100%;
  -webkit-box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.15);
  z-index: 9999999;
  padding: 0px;
  text-align: left;
  line-height: 1.7; }
  @media screen and (max-width: 1199px) {
    .header-bar__module.cart .baskettop a.icon-cart-arrow + #slidedown-cart {
      right: 0; } }
  @media screen and (max-width: 767px) {
    .header-bar__module.cart .baskettop a.icon-cart-arrow + #slidedown-cart {
      left: auto;
      right: 0;
      margin: auto;
      padding: 10px 0; } }
  @media screen and (max-width: 567px) {
    .header-bar__module.cart .baskettop a.icon-cart-arrow + #slidedown-cart {
      width: 280px; } }

.header-bar__module.cart .mini-cart-icon i {
  height: auto;
  line-height: normal;
  float: none;
  display: inline-block;
  padding: 28px 17px; }

.is-sticky .header-bar__search .btn, .is-sticky .header-bar__search .btn--secondary, .is-sticky .header-bar__search .btn--tertiary, .is-sticky .header-bar__search input[type="submit"] {
  position: inherit; }

.is-sticky .site-header__logo {
  display: none;
  border: none; }

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

.site-nav {
  list-style: none;
  margin-left: auto;
  margin-right: auto; }

.site-nav li:first-child a:before {
  content: none;
  width: 0; }

.site-nav li a.new:after, .site-nav li a.sale:after, .site-nav li a.offer:after {
  font-size: 9px;
  padding: 1px 7px 0;
  border-radius: 50px;
  line-height: 16px; }

.site-nav li a.new:after {
  content: 'New';
  background: #ff7878;
  color: #ffffff;
  padding: 3px 5px; }

.site-nav li a.sale:after {
  content: 'Sale';
  background: #ffffff;
  color: #000000;
  padding: 3px 5px; }

.site-nav li a.offer:after {
  content: 'Offer';
  background: #000000;
  color: #ffffff;
  padding: 3px 5px; }

/* Mega Menu */
.site-nav-dropdown li {
  float: left;
  width: 100%; }

.menu-tool {
  width: 95%;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1199px) {
    .menu-tool {
      width: 100%; } }

.site-nav {
  padding: 0;
  list-style: none;
  float: right; }

.site-nav li {
  margin: 0;
  position: relative; }

.site-nav ul {
  list-style: none;
  padding: 0; }

.site-nav a {
  display: block;
  padding: 0 12px;
  text-decoration: none;
  /* white-space: nowrap; */ }

.site-nav > li {
  float: left;
  text-align: center;
  list-style: none; }

.site-nav li a i {
  display: inline-block; }

.site-nav > li > a {
  position: relative;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.5px;
  padding: 24px 20px; }
  @media screen and (max-width: 1199px) {
    .site-nav > li > a {
      font-size: 16px;
      padding: 22px 10px; } }
  @media screen and (max-width: 992px) {
    .site-nav > li > a {
      padding: 20px 7px;
      font-size: 14px;
      letter-spacing: 0px; } }

.site-nav > li:first-child > a {
  margin-left: 0; }

.site-nav-dropdown {
  list-style: none;
  text-align: left;
  position: absolute;
  top: auto;
  width: 215px;
  z-index: 999;
  padding: 0;
  margin-bottom: 0;
  border: 1px solid transparent; }
  @media screen and (max-width: 1199px) {
    .site-nav-dropdown {
      width: 182px; } }

.site-nav-dropdown li a {
  padding: 8px 30px 8px 20px;
  position: relative; }

.site-nav-dropdown ul {
  left: 100%;
  top: -1px;
  display: none;
  padding-left: 0;
  list-style: none; }

li.dropdown:last-child .site-nav-dropdown ul {
  left: auto;
  right: 100%; }

.site-nav > .dropdown:hover > ul, .site-nav > .dropdown.open > ul {
  display: block; }

.site-nav > li > ul > .dropdown:hover > ul, .site-nav > li > ul > .dropdown.open > ul {
  display: block; }

.site-nav > li > ul > li > ul > .dropdown:hover > ul, .site-nav > li > ul > li > ul > .dropdown.open > ul {
  display: block; }

.site-nav > li > ul > li > ul > li > ul > .dropdown:hover > ul,
.site-nav > li > ul > li > ul > ul > li > .dropdown.open > ul {
  display: block; }

.site-nav li.dropdown .icon-dropdown {
  height: 0;
  width: 0;
  border: 4px solid transparent;
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
  cursor: pointer; }

.site-nav-dropdown li.dropdown .icon-dropdown {
  position: absolute;
  top: 16px;
  right: 20px; }

.site-nav-dropdown li:hover > a {
  padding-left: 40px; }

.site-nav-dropdown li:hover > a:before {
  content: "";
  width: 15px;
  height: 1px;
  position: absolute;
  top: 18px;
  left: 20px; }

.site-nav > li.mega-menu {
  position: static; }

.site-nav li.mega-menu:hover .site-nav-dropdown, .site-nav li.mega-menu:hover .site-nav-dropdown, .site-nav li.dropdown:hover .site-nav-dropdown {
  overflow: visible;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -khtml-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  -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; }

.site-nav li.dropdown:hover.mega-menu > a > .icon-dropdown {
  border-top-color: #fff;
  opacity: 1; }

.site-nav li.mega-menu .site-nav-dropdown {
  width: 100%;
  left: 0;
  right: 0;
  border: 0;
  margin: auto;
  border-radius: 0;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 1599px) {
    .site-nav li.mega-menu .site-nav-dropdown {
      width: 100%; } }

.sub-mega-menu .parent-link {
  border-bottom: 1px solid #3d4549;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 15px; }

.sub-mega-menu .parent-link a {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: inline-block;
  padding: 0;
  margin: 0; }

.sub-mega-menu .parent-link > span.up {
  text-indent: -999em;
  display: block;
  background: url(icon-menu-up.png) no-repeat;
  opacity: 0.5;
  width: 9px;
  height: 6px;
  position: absolute;
  left: 50%;
  top: 6px;
  cursor: pointer; }

.sub-mega-menu .parent-link > span.up:hover {
  opacity: 1; }

.sub-mega-menu .parent-link > span {
  padding: 0 10px; }

.site-nav-dropdown .col-1 {
  float: left;
  width: 53%; }

.site-nav-dropdown .col-2 {
  float: left;
  width: 27%; }

.site-nav-dropdown .col-3 {
  float: left;
  width: 20%; }

.site-nav-dropdown .col-1 .inner {
  float: left;
  width: 23.3%;
  padding-right: 3%; }

.site-nav-dropdown .col-1 .inner > a {
  padding: 0;
  margin-bottom: 10px; }

.site-nav-dropdown .col-1 .inner .dropdown {
  margin-bottom: 0px; }

.site-nav-dropdown .col-2 {
  padding: 0 3% 0 0; }

.site-nav-dropdown .col-3 {
  padding: 5px 0; }

.site-nav-dropdown .col-3 a {
  padding: 0; }

/* .site-nav-dropdown .col-wide img,.site-nav-dropdown img { border-radius:15px; } */
.site-nav-dropdown .col-wide {
  width: 100%;
  float: left;
  padding: 15px 0px 0; }

.site-nav-dropdown .col-wide .bottom_left a, .site-nav-dropdown .col-wide .bottom_right a {
  padding: 0; }

.site-nav-dropdown .col-wide .bottom_left, .site-nav-dropdown .col-wide .bottom_right {
  width: 49%;
  float: left; }

.site-nav-dropdown .col-wide .bottom_right {
  margin-right: 0; }

.site-nav-dropdown .col-wide .bottom_left {
  width: 49%;
  margin-right: 2%; }

.site-nav-dropdown .col-1 .inner > a {
  text-transform: capitalize;
  font-size: 16px;
  margin-top: 0px;
  font-weight: 600;
  line-height: normal; }

.site-nav-dropdown .style_5 .col-wide .bottom_right {
  width: 32%; }

.site-nav-dropdown .style_5 .col-wide .bottom_left {
  width: 66%; }

.site-nav-dropdown .col-1 .inner p.toogleClick {
  display: none !important; }

.site-nav-dropdown .col-1 ul.dropdown {
  display: block;
  position: static;
  padding: 0; }

.site-nav-dropdown .col-1 ul.dropdown li:hover > a:before {
  left: 0;
  top: 15px; }

.site-nav-dropdown .col-1 ul.dropdown li a {
  display: block;
  padding: 6px 0;
  font-size: 14px;
  text-transform: capitalize;
  line-height: normal; }

.col-1 ul.dropdown li .icon-dropdown {
  margin-left: 20px; }

.site-nav-dropdown .col-1 ul.dropdown li a:hover span {
  border-bottom: 1px solid #fff; }

.site-nav-dropdown .col-1 ul.dropdown li a:hover span.icon-dropdown {
  border-bottom: 0;
  margin-top: -3px; }

.site-nav li.mega-menu > .dropdown:hover > .site-nav-dropdown,
.site-nav li.mega-menu > .dropdown.open > .site-nav-dropdown {
  display: block; }

.site-nav li.dropdown ul.site-nav-dropdown {
  padding: 20px 0px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  border-radius: 0; }

.site-nav li.dropdown ul.site-nav-dropdown li a {
  padding: 5px 20px; }

.site-nav .widget-featured-product {
  float: left;
  width: 100%;
  text-align: center; }

.site-nav .widget-featured-product .widget-product .products-grid {
  margin: 0; }

.site-nav .widget-featured-product .widget-title {
  margin-bottom: 15px; }

.site-nav .widget-featured-product .widget-title h3, .site-nav .widget-featured-product .widget-title .h3 {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 20px; }

.site-nav .widget-featured-product .products-grid .grid-item {
  width: 100%;
  padding: 0;
  margin: 0; }

.site-nav .products-grid .grid-item .product-grid-image {
  display: inline-block;
  padding: 0;
  margin-bottom: 7px; }

.site-nav .widget-featured-product .product-title {
  padding: 0; }

.site-nav .widget-featured-product .spr-badge {
  display: none; }

.site-nav .widget-featured-product .price-box {
  margin: 0; }

.site-nav .widget-featured-product .price-box .regular-product {
  margin: 0; }

.site-nav .widget-featured-product .btn, .site-nav .widget-featured-product .btn--secondary, .site-nav .widget-featured-product .btn--tertiary, .site-nav .widget-featured-product input[type="submit"] {
  padding: 0;
  border: 0;
  letter-spacing: 0.02em;
  border-bottom: 1px solid transparent;
  height: 25px;
  background: none; }

.site-nav .widget-featured-product .btn:hover, .site-nav .widget-featured-product .btn--secondary:hover, .site-nav .widget-featured-product .btn--tertiary:hover, .site-nav .widget-featured-product input[type="submit"]:hover {
  border: 0;
  border: 0;
  background: none !important;
  color: #000; }

.sub-mega-menu {
  display: none; }

.menu_bar_right {
  list-style: none;
  padding: 0; }

/* Update 2.0.1 */
.site-nav-dropdown .col-1 {
  width: 70%; }

.site-nav-dropdown .col-1 .inner {
  float: left;
  display: inline-block;
  vertical-align: top; }

.site-nav-dropdown .container {
  float: left;
  max-width: 100%;
  width: 100%;
  padding: 20px 20px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0px; }

/* .site-nav-dropdown .container.style_1 .col-1 .inner:nth-child(3n+1),.site-nav-dropdown .container.style_2 .col-1 .inner:nth-child(3n+1),.site-nav-dropdown .container.style_4 .col-1 .inner:nth-child(3n+1) { clear:both; } */
.site-nav-dropdown .col-1 .inner {
  padding-right: 20px;
  padding-bottom: 30px; }

.site-nav-dropdown .col-2 {
  width: 30%; }

.site-nav-dropdown .style_1 .col-2, .site-nav-dropdown .style_2 .col-2 {
  padding: 0; }

.site-nav-dropdown .col-2 a {
  padding: 0;
  display: inline-block;
  max-width: 100%; }

.site-nav-dropdown .col-2 .col-left {
  width: 50%;
  padding-right: 20px;
  float: left; }

.site-nav-dropdown .col-2 .col-right {
  width: 100%;
  float: left; }

.site-nav-dropdown .style_2 .col-1 {
  width: 73%; }

.site-nav-dropdown .style_2 .col-2 {
  width: 27%; }

.site-nav-dropdown .style_2 .col-2 .col-left {
  padding-right: 0;
  text-align: right; }

.site-nav-dropdown .style_2 .col-2 .col-left a {
  padding: 0 6px 0px 0; }

.site-nav-dropdown .style_3 .col-1 {
  width: 100%;
  float: none; }

.site-nav-dropdown .style_3 .inner {
  width: 25%;
  padding: 0 10px; }

.site-nav-dropdown .style_3 .inner > a > img {
  padding: 15px 0 0;
  display: block; }

.site-nav-dropdown .style_4 .col-1 {
  float: right; }

.site-nav-dropdown .style_4 .col-2 {
  padding-left: 0px; }

.site-nav-dropdown .style_4 .col-2 .col-right {
  width: 100%; }

.site-nav-dropdown .style_5 .col-1 {
  width: 100%;
  float: none; }

.site-nav-dropdown .style_5 .inner {
  width: 20%;
   }

.site-nav-dropdown .style_5 .inner > a > img {
  padding: 8px 0; }

.site-nav-dropdown {
  text-align: left;
  visibility: hidden;
  overflow: hidden;
  -webkit-transform: scaleY(0);
  -khtml-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;
  position: absolute;
  width: 215px;
  z-index: 999;
  padding: 0;
  margin-bottom: 0;
  border: 1px solid transparent; }

.tbl-list > li.currency .flag-dropdown-menu li {
  width: 100%;
  margin: 0;
  padding: 0; }
  @media screen and (max-width: 767px) {
    .tbl-list > li.currency .flag-dropdown-menu li {
      width: auto;
      float: left; } }

.tbl-list > li.currency:hover .flag-dropdown-menu, .tbl-list > li.currency.open .flag-dropdown-menu {
  display: block; }

.tbl-list > li.currency:hover .flag-dropdown-menu::before, .tbl-list > li.currency.open .flag-dropdown-menu::before {
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  right: 0;
  top: -15px;
  width: 100%; }

.tbl-list > li.currency {
  position: relative; }

.tbl-list > li.currency > .dropdown-toggle .fa {
  margin: 0 0 0 5px; }

.tbl-list > li.currency .flag-dropdown-menu {
  right: 0;
  right: 20px;
  top: 100%;
  width: 100px;
  margin-top: 0px;
  padding: 10px 0 !important; }
  @media screen and (max-width: 767px) {
    .tbl-list > li.currency .flag-dropdown-menu {
      margin-top: 0px;
      width: 75px;
      text-align: center;
      padding: 0 !important;
      right: 0; } }

.shopify-section {
  padding: 0; }
  @media screen and (max-width: 767px) {
    .shopify-section {
      padding: 0; } }

.products:hover .deal-clock {
  opacity: 0; }

.products .deal-clock {
  display: inline-block;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1; }

.product_single_detail_section form {
  margin: 0;
  padding: 0; }

.product_single_detail_section .deal-clock {
  float: left;
  width: auto;
  z-index: 1;
  position: static;
  text-align: left;
  margin-bottom: 20px; }

.product_single_detail_section .deal-clock ul {
  margin: 10px 0 0; }

.products .deal-clock ul, .product_single_detail_section .deal-clock ul {
  padding: 0;
  list-style: none;
  display: inline-block;
  text-align: center;
  width: 100%; }

.products .deal-clock ul li:first-child, .product_single_detail_section .deal-clock ul li:first-child {
  margin-left: 0; }

.products .deal-clock ul li, .product_single_detail_section .deal-clock ul li {
  display: inline-block;
  text-align: center;
  border-right: 1px solid #e4e4e4;
  background: rgba(228, 228, 228, 0.7);
  width: 45px;
  height: 45px;
  line-height: 45px; }
  @media screen and (max-width: 1599px) {
    .products .deal-clock ul li, .product_single_detail_section .deal-clock ul li {
      width: 30px;
      height: 30px;
      line-height: 30px;
      font-size: 12px; } }
  @media screen and (max-width: 992px) {
    .products .deal-clock ul li, .product_single_detail_section .deal-clock ul li {
      width: 30px;
      height: 30px;
      line-height: 30px; } }

.products .deal-clock ul li, .product_single_detail_section .deal-clock ul li:last-child {
  margin-right: 0; }

.product_single_detail_section .deal-clock ul li:last-child {
  border-right: none; }

.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 i {
  display: inline-block;
  margin-right: 15px;
  margin-top: 0px;
  font-size: 50px; }
  @media screen and (max-width: 992px) {
    .support-section i {
      font-size: 32px;
      margin-right: 7px; } }
  @media screen and (max-width: 567px) {
    .support-section i {
      float: left;
      margin-right: 15px; } }

.support-section {
  float: left;
  text-align: center;
  width: 100%;
  padding: 80px 0px 0; }

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

.deal-items {
  padding: 80px 0;
  float: left;
  width: 100%; }

.zoomWrapper > div {
  width: 64px !important;
  height: 64px !important;
  background-color: white !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; }

#email-modal .window-window .window-content .title b {
  font-family: Barlow; }

.list-collection-products .grid__item:hover a.btn, .list-collection-products .grid__item:hover a.btn--secondary, .list-collection-products .grid__item:hover a.btn--tertiary {
  background-color: #0084ff;
  color: #fff;
  border-color: #0084ff; }

.list-collection-products .grid__item:hover a.pickgradient:after {
  opacity: 0.4; }

.list-collection-products .grid__item a.pickgradient {
  position: relative; }

.list-collection-products .grid__item:hover a.pickgradient:before {
  opacity: 1;
  filter: alpha(opacity=100);
  margin-top: 0; }

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

.header_custom p {
  margin: 0; }

.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;
  letter-spacing: 0.8px; }
  @media screen and (max-width: 767px) {
    .header_custom {
      display: none; } }

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

.header_currency {
  float: left;
  position: relative;
  display: block;
  padding: 32px 10px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .header_currency {
      text-align: center;
      width: 100%; } }

.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: 992px) {
    .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; }

.customer_account_links ul {
  list-style: none; }

.header-search span {
  cursor: pointer;
  font-size: 30px; }
  @media screen and (max-width: 992px) {
    .header-search span {
      font-size: 22px; } }

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

.header-search {
  float: left;
  padding: 31px 10px;
  position: relative; }

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

.header_slide_element ul {
  list-style: none;
  padding: 0;
  text-align: left; }

.header_slide_element ul li {
  line-height: normal;
  padding: 7px;
  float: left;
  width: 100%; }

.header_slide_element ul li form button {
  background: none;
  border: none;
  padding: 0;
  margin: 0; }

.header_slide_element ul li a i, .header_slide_element ul li form button i {
  margin-right: 7px; }

.header_slide_element ul li.logout-link i {
  margin-right: 7px; }

.slidersearch.header_slide_element {
  padding: 20px;
  right: 0;
  z-index: 100;
  position: absolute;
  top: 0;
  width: 300px;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translate(0%, -100%);
  transform: translate(0%, -100%); }
  @media screen and (max-width: 767px) {
    .slidersearch.header_slide_element {
      display: inline-block;
      position: static;
      left: 0;
      opacity: 1;
      -webkit-transform: translate(0%, 0%);
      transform: translate(0%, 0%);
      width: auto;
      background: none;
      line-height: normal;
      padding: 0px; } }
  @media screen and (max-width: 567px) {
    .slidersearch.header_slide_element {
      padding: 0px;
      width: auto; } }

.header_slide_element {
  padding: 20px;
  z-index: 100;
  position: absolute;
  top: 0;
  width: 300px;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translate(0%, -100%);
  transform: translate(0%, -100%); }
  @media screen and (max-width: 992px) {
    .header_slide_element {
      width: 200px; } }
  @media screen and (max-width: 767px) {
    .header_slide_element {
      padding: 7px;
      width: 100%;
      left: 0;
      -webkit-transform: translate(0%, 100%);
      transform: translate(0%, 100%); } }

.header_toggle.active + .header_slide_element {
  top: 100%;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  opacity: 1; }
  @media screen and (max-width: 767px) {
    .header_toggle.active + .header_slide_element {
      z-index: 1000; } }

.products .item-swatch {
  margin: 5px 0 0; }

.flavour_list {
  margin-top: 10px; }

.flavour_list li span {
  padding: 3px 10px;
  background: #000;
  color: #fff;
  border-radius: 10px;
  font-size: 12px; }

.flavour_list.item-swatch li {
  margin: 0 1px 5px; }

.full_width_tab ul.item-swatch {
  margin: 7px 0 0; }

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

.quick-view.option-loader .product-detail-section {
  width: 100%;
  padding: 0;
  float: left; }

.quick-view.option-loader .product-shop.summary {
  width: 100%;
  padding: 0;
  float: left; }

.quick-view .actions {
  float: left;
  width: 100%;
  margin-top: 20px; }

.for-home {
  border: none;
  border-bottom: 1px solid; }

.quick-view .content {
  width: 60%;
  padding: 50px; }
  @media screen and (max-width: 1599px) {
    .quick-view .content {
      width: 95%; } }
  @media screen and (max-width: 992px) {
    .quick-view .content {
      width: 98%;
      padding: 20px; } }
  @media screen and (max-width: 767px) {
    .quick-view .content {
      padding: 15px; } }

.quick-view .content {
  position: relative;
  margin: 30px auto;
  background: #fff; }

.quick-view.option-loader .content {
  width: 34%; }
  @media screen and (max-width: 1199px) {
    .quick-view.option-loader .content {
      width: 60%; } }
  @media screen and (max-width: 992px) {
    .quick-view.option-loader .content {
      width: 75%; } }
  @media screen and (max-width: 767px) {
    .quick-view.option-loader .content {
      width: 90%; } }

.quick-view .product-inventory {
  border-bottom: none;
  margin-bottom: 15px; }

.quick-view {
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100%;
  position: fixed;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: -webkit-transform .2s,opacity .2s,visibility .2s;
  -webkit-transition: opacity .2s,visibility .2s,-webkit-transform .2s;
  transition: opacity .2s,visibility .2s,-webkit-transform .2s;
  transition: transform .2s,opacity .2s,visibility .2s;
  transition: transform .2s,opacity .2s,visibility .2s,-webkit-transform .2s;
  display: block !important; }

.quick-view .product-shop.summary span.price {
  font-size: 18px;
  line-height: 1;
  font-weight: 600; }
  @media screen and (max-width: 1199px) {
    .quick-view .product-shop.summary span.price {
      font-size: 14px; } }

.quickview-featured-image {
  text-align: center; }

#toTop i {
  font-size: 18px; }

.infinite-scrolling {
  text-align: center;
  clear: both; }

.infinite-scrolling a, .infinite-scrolling-homepage a {
  display: inline-block;
  width: 345px; }
  @media screen and (max-width: 767px) {
    .infinite-scrolling a, .infinite-scrolling-homepage a {
      width: 100%; } }

.brand-landing-wrapper .alphabet-brands {
  background-color: #f5f5f5;
  z-index: 99999 !important;
  padding: 30px; }

.is-sticky .alphabet-brands {
  margin-top: 130px; }

.brand-landing-wrapper .alphabet-brands ul {
  text-align: center; }

.brand-landing-wrapper .alphabet-brands li {
  display: inline-block; }

.brand-landing-wrapper .alphabet-brands a {
  border: 1px solid #e4e4e4;
  cursor: pointer;
  display: block;
  font-size: 20px;
  height: 45px;
  line-height: 45px;
  margin: 0 10px 20px 5px;
  text-align: center;
  text-transform: uppercase;
  width: 45px; }

.brand-landing-wrapper .alphabet-brands a:hover {
  background-color: #d6d3d3;
  text-decoration: none; }

.brand-landing-wrapper .alphabet-brands a.active {
  background-color: #d6d3d3; }

.brand-landing-wrapper .categories-section {
  border-top: 1px solid #d6d3d3;
  clear: both;
  width: 100%;
  float: left;
  padding: 30px 0; }

.brand-landing-wrapper .categories-section ul {
  overflow: auto;
  float: left;
  width: 90%; }

.brand-landing-wrapper .categories-section li {
  display: inline-block;
  vertical-align: top; }

.brand-landing-wrapper .categories-section li.alphabet-brand {
  float: left;
  font-size: 19px;
  padding-top: 1px;
  text-align: center;
  text-transform: uppercase;
  width: 20%; }

.brand-landing-wrapper .categories-section .brand-items {
  float: left;
  width: 80%; }

.brand-landing-wrapper .categories-section .brand-items .brand-item {
  margin: 0 15px 10px 0;
  width: 90%; }

.brand-landing-wrapper .categories-section .brand-items a {
  font-size: 14px; }

.brand-landing-wrapper .categories-section .back-to-top {
  display: block;
  float: right;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 25px;
  margin-top: 35px;
  width: 10%; }

.brand-landing-wrapper .categories-section .back-to-top:hover {
  text-decoration: none; }

.brand-landing-wrapper .categories-section.section-a ul {
  margin-top: 75px; }

@media (max-width: 480px) {
  .brand-landing-wrapper h1, .brand-landing-wrapper .h1 {
    font-size: 24px;
    margin: 0;
    padding: 25px 0; }

  .brand-landing-wrapper .popular-brands {
    margin: 0 auto;
    width: 95%; }

  .brand-landing-wrapper .popular-brands .content-asset {
    width: auto; }

  .brand-landing-wrapper .popular-brands a {
    margin: 0 0 30px;
    text-align: center;
    width: 30%; }

  .brand-landing-wrapper .categories-section {
    border-top: 2px solid #d6d3d3; }

  .brand-landing-wrapper .toggle {
    cursor: pointer;
    font-size: 40px;
    height: 40px;
    margin: 0 0 0 20px;
    text-transform: uppercase; }

  .brand-landing-wrapper .toggle-content {
    margin: 15px 0 20px 20px; }

  .brand-landing-wrapper .toggle-content a {
    display: block;
    font-size: 24px; } }
.brands {
  background: #f5f5f5; }

.categories-section {
  background: #f5f5f5; }

.categories-section:nth-child(odd) {
  background: #e0e0e0; }

@media screen and (max-width: 567px) {
  #slide-236-layer-1, #slide-236-layer-2, #slide-236-layer-3, .tp-caption.rev-btn, #slide-237-layer-1, #slide-237-layer-2, #slide-237-layer-3, #slide-238-layer-1, #slide-238-layer-2 {
    display: none !important; } }

.rev-btn {
  -webkit-transition: all 0.4s ease-in-out !important;
  -moz-transition: all 0.4s ease-in-out !important;
  transition: all 0.4s ease-in-out !important;
  padding: 14px 28px !important; }

@media screen and (max-width: 767px) {
  ul li:first-child .tp-parallax-wrap {
    padding-left: 60px; } }

@media screen and (min-width: 1200px) and (max-width: 1500px) {
  #email-modal .modal-window .window-window {
    width: 50%; } }
@media screen and (min-width: 1594px) and (max-width: 1721px) {
  .header-type-3 .menu-tool {
    width: 89%; } }
@media screen and (min-width: 1484px) and (max-width: 1593px) {
  .header-type-3 .menu-tool {
    width: 88%; } }
@media screen and (min-width: 1388px) and (max-width: 1483px) {
  .header-type-3 .menu-tool {
    width: 87%; } }
@media screen and (min-width: 1304px) and (max-width: 1387px) {
  .header-type-3 .menu-tool {
    width: 86%; } }
@media screen and (min-width: 1231px) and (max-width: 1303px) {
  .header-type-3 .menu-tool {
    width: 85%; } }
@media screen and (min-width: 1093px) and (max-width: 1230px) {
  .header-type-3 .menu-tool {
    width: 84%; } }
@media screen and (min-width: 1039px) and (max-width: 1092px) {
  .header-type-3 .menu-tool {
    width: 83%; } }
@media screen and (min-width: 991px) and (max-width: 1038px) {
  .header-type-3 .menu-tool {
    width: 83%; } }
@media screen and (min-width: 947px) and (max-width: 990px) {
  .header-type-3 .menu-tool {
    width: 79%; } }
@media screen and (min-width: 907px) and (max-width: 946px) {
  .header-type-3 .menu-tool {
    width: 78%; } }
@media screen and (min-width: 870px) and (max-width: 906px) {
  .header-type-3 .menu-tool {
    width: 77%; } }
@media screen and (min-width: 837px) and (max-width: 869px) {
  .header-type-3 .menu-tool {
    width: 76%; } }
@media screen and (min-width: 805px) and (max-width: 836px) {
  .header-type-3 .menu-tool {
    width: 75%; } }
@media screen and (min-width: 778px) and (max-width: 804px) {
  .header-type-3 .menu-tool {
    width: 74%; } }
@media screen and (min-width: 768px) and (max-width: 777px) {
  .header-type-3 .menu-tool {
    width: 80%; } }
@media screen and (min-width: 1664px) and (max-width: 1809px) {
  .header-type-7 .menu-tool, .header-type-8 .menu-tool {
    width: 88%; } }
@media screen and (min-width: 1541px) and (max-width: 1663px) {
  .header-type-7 .menu-tool, .header-type-8 .menu-tool {
    width: 87%; } }
@media screen and (min-width: 1435px) and (max-width: 1540px) {
  .header-type-7 .menu-tool, .header-type-8 .menu-tool {
    width: 86%; } }
@media screen and (min-width: 1344px) and (max-width: 1434px) {
  .header-type-7 .menu-tool, .header-type-8 .menu-tool {
    width: 85%; } }
@media screen and (min-width: 1264px) and (max-width: 1343px) {
  .header-type-7 .menu-tool, .header-type-8 .menu-tool {
    width: 84%; } }
@media screen and (min-width: 1115px) and (max-width: 1263px) {
  .header-type-7 .menu-tool, .header-type-8 .menu-tool {
    width: 83%; } }
@media screen and (min-width: 1057px) and (max-width: 1114px) {
  .header-type-7 .menu-tool, .header-type-8 .menu-tool {
    width: 82%; } }
@media screen and (min-width: 1006px) and (max-width: 1056px) {
  .header-type-7 .menu-tool, .header-type-8 .menu-tool {
    width: 81%; } }
@media screen and (min-width: 968px) and (max-width: 1005px) {
  .header-type-7 .menu-tool, .header-type-8 .menu-tool {
    width: 80%; } }
@media screen and (min-width: 926px) and (max-width: 967px) {
  .header-type-7 .menu-tool, .header-type-8 .menu-tool {
    width: 84%; } }
@media screen and (min-width: 876px) and (max-width: 925px) {
  .header-type-7 .menu-tool, .header-type-8 .menu-tool {
    width: 83%; } }
@media screen and (min-width: 832px) and (max-width: 875px) {
  .header-type-7 .menu-tool, .header-type-8 .menu-tool {
    width: 82%; } }
@media screen and (min-width: 792px) and (max-width: 831px) {
  .header-type-7 .menu-tool, .header-type-8 .menu-tool {
    width: 81%; } }
@media screen and (min-width: 768px) and (max-width: 791px) {
  .header-type-7 .menu-tool, .header-type-8 .menu-tool {
    width: 80%; } }
@media screen and (min-width: 1478px) and (max-width: 1624px) {
  .header-type-2 .menu-tool {
    width: 87%; } }
@media screen and (min-width: 1356px) and (max-width: 1477px) {
  .header-type-2 .menu-tool {
    width: 88%; } }
@media screen and (min-width: 1253px) and (max-width: 1355px) {
  .header-type-2 .menu-tool {
    width: 87%; } }
@media screen and (min-width: 1113px) and (max-width: 1252px) {
  .header-type-2 .menu-tool {
    width: 86%; } }
@media screen and (min-width: 1043px) and (max-width: 1112px) {
  .header-type-2 .menu-tool {
    width: 85%; } }
@media screen and (min-width: 981px) and (max-width: 1042px) {
  .header-type-2 .menu-tool {
    width: 84%; } }
@media screen and (min-width: 917px) and (max-width: 980px) {
  .header-type-2 .menu-tool {
    width: 83%; } }
@media screen and (min-width: 868px) and (max-width: 916px) {
  .header-type-2 .menu-tool {
    width: 83%; } }
@media screen and (min-width: 825px) and (max-width: 867px) {
  .header-type-2 .menu-tool {
    width: 82%; } }
@media screen and (min-width: 786px) and (max-width: 824px) {
  .header-type-2 .menu-tool {
    width: 81%; } }
@media screen and (min-width: 768px) and (max-width: 785px) {
  .header-type-2 .menu-tool {
    width: 81%; } }
@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .header-type-1 .header-search {
    width: 225px; }

  .header-type-1 .header-bar__module a.icon-cart-arrow, .header-type-1 .tbl-list > li.currency > .dropdown-toggle {
    padding: 24px 5px; }

  .header-type-1 .menubar-section {
    padding: 0 5px; }

  /*   .main-content,.wrapper { padding:0 2%; } */ }
@media screen and (min-width: 1501px) and (max-width: 1588px) {
  .header-type-1 .header-search {
    width: 270px; } }
@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; }

  .single-product-layout-type-3 .product_single_detail_section .add-to-wishlist {
    width: 100%; }

  .single-product-layout-type-3 .add-to-wishlist .btn, .single-product-layout-type-3 .add-to-wishlist .btn--secondary, .single-product-layout-type-3 .add-to-wishlist .btn--tertiary, .single-product-layout-type-3 .add-to-wishlist input[type="submit"] {
    margin-left: 0;
    margin-top: 10px; }

  /*   .collection-products { padding:0 10px; } */ }
.owl-prev a, .owl-next a {
  z-index: 1;
  cursor: pointer; }

.sidebar-hidden .collection_sidebar {
  display: none; }

.single-product-layout-type-1 .product_single_detail_section {
  border-right: none; }

.single-product-layout-type-2 .owl-carousel .owl-stage {
  margin: auto; }

.single-product-layout-type-2 #productGallery .slick-dots {
  position: static;
  display: inline-block;
  margin-top: 30px; }

.single-product-layout-type-2 #productGallery {
  margin: 0 0 40px; }

.single-product-layout-type-2 .slick-track {
  margin: auto; }

.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 .owl-carousel .owl-item {
  text-align: center; }

.single-product-layout-type-2 .product_single_detail_section .swatch .header {
  width: 100%;
  float: none;
  display: inline-block;
  text-align: center;
  margin: 0px 0 10px; }

.single-product-layout-type-2 .swatch-section {
  float: none;
  display: inline-block;
  width: 100%;
  text-align: center; }

.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 {
  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 .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_price label, .single-product-layout-type-2 .product_single_detail_section .product_price {
  float: none;
  display: inline-block; }

.single-product-layout-type-2 #ComparePrice {
  float: none;
  display: block; }

.single-product-layout-type-2 .swatch {
  text-align: center; }

.single-product-layout-type-2 .product-single__quantity label {
  display: inline-block;
  width: 100%;
  float: none;
  text-align: center;
  margin: 0 0 7px; }

.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; }
  @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 .product-infor, .single-product-layout-type-2 .product_single_detail_section .share_this_btn {
  width: auto; }

.single-product-layout-type-2 .product_single_detail_section .share_this_btn {
  float: right; }
  @media screen and (max-width: 567px) {
    .single-product-layout-type-2 .product_single_detail_section .share_this_btn {
      float: left; } }

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

.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 .selector-wrapper .selector-arrow, .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 .selector-wrapper .selector-arrow, .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 .single-product-button {
  display: inline-block;
  width: 100%;
  margin-top: 30px; }

.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 .product_single_price {
  margin-bottom: 0px; }

.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 .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; }
  @media screen and (max-width: 567px) {
    .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"] {
      margin-top: 10px; } }

.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; }
  @media screen and (max-width: 567px) {
    .single-product-layout-type-2 .product_single_detail_section #AddToCart, .single-product-layout-type-2 .product_single_detail_section .add-to-wishlist {
      display: block;
      clear: both;
      margin: auto; } }

.single-product-layout-type-2 .product_single_detail_section h2, .single-product-layout-type-2 .product_single_detail_section .h2 {
  width: 100%;
  margin-bottom: 15px; }

.single-product-layout-type-2 .product-infor label {
  width: auto;
  margin-right: 5px; }

.single-product-layout-type-2 .swatch .swatch-element {
  display: inline-block;
  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 .product_single_detail_section .product-single__quantity input#quantity {
  margin: 0 -3px 0;
  float: none;
  position: relative;
  top: -1px; }

.single-product-layout-type-2 .product_single_detail_section .product-single__quantity {
  margin-top: 10px; }

.single-product-layout-type-3 .product-vendor {
  position: static;
  width: 100%;
  margin: 0 0 20px; }

.single-product-layout-type-3 .sku_wrapper {
  float: left; }

.single-product-layout-type-3 .product-inventory {
  float: right; }
  @media screen and (max-width: 567px) {
    .single-product-layout-type-3 .product-inventory {
      float: none;
      display: inline-block;
      width: 100%;
      text-align: center; } }

.single-product-layout-type-3 .product-inventory label {
  float: left;
  margin-right: 5px; }
  @media screen and (max-width: 567px) {
    .single-product-layout-type-3 .product-inventory label {
      float: none;
      display: inline-block; } }

.single-product-layout-type-3 .product_sidebar {
  padding-right: 0;
  padding-left: 20px;
  margin-left: 20px; }
  @media screen and (max-width: 1199px) {
    .single-product-layout-type-3 .product_sidebar {
      padding-left: 10px;
      margin-left: 10px; } }
  @media screen and (max-width: 992px) {
    .single-product-layout-type-3 .product_sidebar {
      padding-top: 20px;
      margin-top: 20px;
      padding-left: 0;
      margin-left: 0; } }

.single-product-layout-type-3 .product-single .product-description {
  float: right;
  width: 66%;
  border: none;
  margin: 0 0 0 4%;
  padding: 0; }

.single-product-layout-type-3 .product-single .product-description.no-vedor-info {
  float: right;
  width: 100%;
  border: none;
  margin: 0;
  padding: 0; }

.single-product-layout-type-3 .product-single .product-description {
  float: left;
  width: 100%;
  border: none;
  margin: 0;
  padding: 0; }

.single-product-layout-type-3 .product_desc_section {
  border-top: 1px solid #e4e4e4;
  padding-top: 20px; }

.single-product-layout-type-3 .product_sidebar .support_text {
  float: left;
  width: 70%; }
  @media screen and (max-width: 567px) {
    .single-product-layout-type-3 .product_sidebar .support_text {
      width: 100%;
      text-align: center; } }

.single-product-layout-type-3 .product_sidebar .support_text h5, .single-product-layout-type-3 .product_sidebar .support_text .h5 {
  margin-bottom: 5px; }

.single-product-layout-type-3 .product_sidebar .support_text h6, .single-product-layout-type-3 .product_sidebar .support_text .h6 {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: normal;
  font-family: Barlow; }

.single-product-layout-type-3 .product_sidebar ul.support_block .support_icon {
  float: left;
  width: auto; }
  @media screen and (max-width: 567px) {
    .single-product-layout-type-3 .product_sidebar ul.support_block .support_icon {
      width: 100%;
      margin: 0 0 10px;
      text-align: center; } }

.single-product-layout-type-3 .product_sidebar ul.support_block .support_icon a {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 100%;
  padding: 0; }
  @media screen and (max-width: 567px) {
    .single-product-layout-type-3 .product_sidebar ul.support_block .support_icon a {
      float: none;
      display: inline-block; } }

.single-product-layout-type-3 .product_sidebar .support_section {
  margin: 0;
  padding: 0; }

.single-product-layout-type-3 .product_single_detail_section {
  padding-right: 20px;
  border-right: 1px solid #e4e4e4; }
  @media screen and (max-width: 567px) {
    .single-product-layout-type-3 .product_single_detail_section {
      padding-right: 0; } }

.single-product-layout-type-3 .product_sidebar .support_section:after {
  content: none;
  background: none;
  width: 0;
  height: 0; }

.single-product-layout-type-3 .product_single_detail_section .product_price {
  float: none;
  display: inline-block; }

@media screen and (max-width: 992px) {
  .single-product-layout-type-3 .more-view-wrapper-owlslider {
    margin-bottom: 30px; } }

.single-product-layout-type-4 .p-video {
  float: left;
  width: 100%;
  text-align: buddha-products-navleft;
  margin-top: 10px; }

.single-product-layout-type-4 .product-img-box.has-jcarousel .more-view-wrapper {
  float: left;
  margin-left: 20px; }
  @media screen and (max-width: 1199px) {
    .single-product-layout-type-4 .product-img-box.has-jcarousel .more-view-wrapper {
      margin-left: 20px; } }
  @media screen and (max-width: 567px) {
    .single-product-layout-type-4 .product-img-box.has-jcarousel .more-view-wrapper {
      margin-left: 10px; } }

.single-product-layout-type-4 .product-img-box.has-jcarousel .product-photo-container {
  float: left;
  width: 65%; }
  @media screen and (max-width: 1199px) {
    .single-product-layout-type-4 .product-img-box.has-jcarousel .product-photo-container {
      width: 64%; } }
  @media screen and (max-width: 567px) {
    .single-product-layout-type-4 .product-img-box.has-jcarousel .product-photo-container {
      width: 80%;
      z-index: 100;
      padding: 15px; } }

.single-product-layout-type-5 .p-video {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 10px; }

.jcarousel-skin-tango .jcarousel-item {
  width: 100px;
  height: 100px;
  overflow: hidden; }
  @media screen and (max-width: 1599px) {
    .jcarousel-skin-tango .jcarousel-item {
      width: 100px;
      height: 100px; } }
  @media screen and (max-width: 567px) {
    .jcarousel-skin-tango .jcarousel-item {
      width: 40px;
      height: 40px; } }

.more-view-wrapper .jcarousel-clip-vertical {
  width: 100px;
  height: 600px; }
  @media screen and (max-width: 1599px) {
    .more-view-wrapper .jcarousel-clip-vertical {
      width: 100px;
      height: 587px; } }
  @media screen and (max-width: 567px) {
    .more-view-wrapper .jcarousel-clip-vertical {
      width: 40px;
      height: 300px; } }

.more-view-wrapper .jcarousel-container {
  padding: 20px 0; }

.single-product-layout-type-5 .product-img-box.has-jcarousel .more-view-wrapper {
  float: left;
  margin-right: 40px;
  position: absolute;
  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: 1199px) {
    .single-product-layout-type-5 .product-img-box.has-jcarousel .more-view-wrapper {
      margin-right: 10px; } }
  @media screen and (max-width: 567px) {
    .single-product-layout-type-5 .product-img-box.has-jcarousel .more-view-wrapper {
      position: static;
      -webkit-transform: translateY(0%);
      -moz-transform: translateY(0%);
      -ms-transform: translateY(0%);
      -o-transform: translateY(0%);
      transform: translateY(0%); } }

.single-product-layout-type-5 .product-img-box.has-jcarousel .product-photo-container {
  float: right;
  width: 80%; }
  @media screen and (max-width: 767px) {
    .single-product-layout-type-5 .product-img-box.has-jcarousel .product-photo-container {
      width: 75%; } }

.jcarousel-skin-tango .jcarousel-item img {
  height: 100px;
  width: 100%; }
  @media screen and (max-width: 1599px) {
    .jcarousel-skin-tango .jcarousel-item img {
      height: 100px; } }
  @media screen and (max-width: 1199px) {
    .jcarousel-skin-tango .jcarousel-item img {
      height: 100px; } }

.more-view-wrapper .jcarousel-clip-vertical {
  width: 100px;
  height: 600px; }
  @media screen and (max-width: 1599px) {
    .more-view-wrapper .jcarousel-clip-vertical {
      width: 100px;
      height: 587px; } }
  @media screen and (max-width: 1199px) {
    .more-view-wrapper .jcarousel-clip-vertical {
      width: 100px;
      height: 587px; } }
  @media screen and (max-width: 567px) {
    .more-view-wrapper .jcarousel-clip-vertical {
      width: 40px;
      height: 300px; } }

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

.buddha-products-nav {
  position: absolute; }

@media screen and (max-width: 567px) {
  .product-single .buddha-products-nav .wrapper-short {
    display: none; } }

.single-product-layout-type-6 .product-single .product-description {
  margin: 0; }

.single-product-layout-type-6 .product-img-box img {
  display: block;
  padding-right: 10px;
  padding-bottom: 10px; }
  @media screen and (max-width: 767px) {
    .single-product-layout-type-6 .product-img-box img {
      padding-right: 0px; } }

.single-product-layout-type-6 .product_single_detail_section .product_price {
  float: left; }

.single-product-layout-type-7 .product_single_detail_section .add-to-wishlist {
  width: 100%; }

.single-product-layout-type-7 .product_single_detail_section .selector-wrapper-secton {
  border: none;
  margin: 0;
  padding: 0; }

.single-product-layout-type-7 .product_single_detail_section .selector-wrapper-secton .selector-wrapper {
  width: 100%;
  margin-bottom: 20px; }

.single-product-layout-type-7 .selector-wrapper .selector-arrow, .product_single_detail_section .selector-wrapper-secton .selector-wrapper label, .product-single .price_range {
  width: 100%;
  text-align: left; }

.single-product-layout-type-7 .product_single_detail_section #AddToCart {
  margin-bottom: 10px; }

.single-product-layout-type-7 .product_single_detail_section .add-to-wishlist .btn, .single-product-layout-type-7 .product_single_detail_section .add-to-wishlist .btn--secondary, .single-product-layout-type-7 .product_single_detail_section .add-to-wishlist .btn--tertiary, .single-product-layout-type-7 .product_single_detail_section .add-to-wishlist input[type="submit"] {
  margin-left: 0; }

@media screen and (max-width: 992px) {
  .single-product-layout-type-7 .product_single_detail_section .add-to-wishlist .btn, .single-product-layout-type-7 .product_single_detail_section .add-to-wishlist .btn--secondary, .single-product-layout-type-7 .product_single_detail_section .add-to-wishlist .btn--tertiary, .single-product-layout-type-7 .product_single_detail_section .add-to-wishlist input[type="submit"], .single-product-layout-type-7 .product_single_detail_section #AddToCart {
    font-size: 13px;
    padding: 10px; } }

.single-product-layout-type-7 .product_single_detail_section .product-single__quantity {
  margin-bottom: 30px;
  margin-top: 0; }

.single-product-layout-type-7 .product_single_price {
  margin-bottom: 15px; }

.single-product-layout-type-7 .product-infor {
  float: left;
  width: 100%;
  margin-top: 10px; }

.single-product-layout-type-7 .product-single {
  position: relative;
  float: left;
  width: 100%; }
  @media screen and (max-width: 1599px) {
    .single-product-layout-type-7 .product-single {
      padding: 0 20px; } }

@media screen and (max-width: 992px) {
  .single-product-layout-type-7 .product-single__quantity label {
    width: 100%;
    margin-bottom: 10px; } }

@media screen and (max-width: 992px) {
  .single-product-layout-type-7 .product_single_detail_section .product-single__quantity input#quantity {
    width: 45px; } }

@media screen and (max-width: 992px) {
  .single-product-layout-type-7 .product_single_detail_section .product-single__quantity .dec, .single-product-layout-type-7 .product_single_detail_section .product-single__quantity input, .product_single_detail_section .product-single__quantity .inc {
    width: 35px; } }

.single-product-layout-type-7 .product-img-box {
  padding-left: 30px; }
  @media screen and (max-width: 992px) {
    .single-product-layout-type-7 .product-img-box {
      padding-left: 10px; } }
  @media screen and (max-width: 767px) {
    .single-product-layout-type-7 .product-img-box {
      padding-left: 0px; } }

@media screen and (max-width: 1599px) {
  .single-product-layout-type-7 .product-single h2, .single-product-layout-type-7 .product-single .h2 {
    font-size: 24px; } }
@media screen and (max-width: 1199px) {
  .single-product-layout-type-7 .product-single h2, .single-product-layout-type-7 .product-single .h2 {
    font-size: 22px; } }
@media screen and (max-width: 992px) {
  .single-product-layout-type-7 .product-single h2, .single-product-layout-type-7 .product-single .h2 {
    font-size: 16px; } }

@media screen and (max-width: 1199px) {
  .single-product-layout-type-7 .product_single_detail_section {
    margin-top: 20px; } }

.product-single .price_range label {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000000; }

.product-single .price_range {
  float: left;
  width: 100%;
  margin: 15px 0 0; }

.product-single .price_range label {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000000; }

.product-single .price_range {
  float: left;
  width: 100%;
  margin: 15px 0 0; }

.buddha-products-nav .product-short {
  border: 2px solid #e4e4e4; }
  @media screen and (max-width: 567px) {
    .buddha-products-nav .product-short {
      display: none; } }

/*   .product-single .product-description { margin-top:20px; } */
.buddha-products-nav .product-btn {
  z-index: 1; }

.product-single {
  position: relative;
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  padding: 20px; }
  @media screen and (max-width: 767px) {
    .product-single {
      padding: 0 7px; } }

.single-product-layout-type-8 .product-img-box {
  padding-right: 0px;
  padding-left: 30px; }

.single-product-layout-type-8 .product-img-box img {
  display: block; }

.single-product-layout-type-8 .product_sidebar .support_text {
  float: left;
  width: 70%; }

.single-product-layout-type-8 .product_sidebar .support_text h5, .single-product-layout-type-8 .product_sidebar .support_text .h5 {
  margin-bottom: 5px; }

.single-product-layout-type-8 .product_sidebar .support_text h6, .single-product-layout-type-8 .product_sidebar .support_text .h6 {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: normal;
  font-family: Barlow; }

.single-product-layout-type-8 .product_sidebar ul.support_block .support_icon {
  float: left;
  width: auto; }

.single-product-layout-type-8 .product_sidebar ul.support_block .support_icon a {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 100%;
  padding: 0; }
  @media screen and (max-width: 1599px) {
    .single-product-layout-type-8 .product_sidebar ul.support_block .support_icon a {
      width: 50px;
      height: 50px;
      line-height: 50px; } }
  @media screen and (max-width: 992px) {
    .single-product-layout-type-8 .product_sidebar ul.support_block .support_icon a {
      margin-bottom: 10px;
      margin-right: 0; } }
  @media screen and (max-width: 767px) {
    .single-product-layout-type-8 .product_sidebar ul.support_block .support_icon a {
      margin-bottom: 0; } }

.single-product-layout-type-8 .product_sidebar .support_section {
  margin: 0;
  padding: 0; }

.single-product-layout-type-8 .product_single_detail_section {
  padding-right: 20px; }

.single-product-layout-type-8 .product_sidebar .support_section:after {
  content: none;
  background: none;
  width: 0;
  height: 0; }

.single-product-layout-type-9 .selector-wrapper .selector-arrow {
  width: 95%; }

.single-product-layout-type-9 .product_single_detail_section {
  padding: 30px;
  border: 2px solid #e4e4e4;
  border-radius: 20px; }
  @media screen and (max-width: 1599px) {
    .single-product-layout-type-9 .product_single_detail_section {
      padding: 20px; } }
  @media screen and (max-width: 1199px) {
    .single-product-layout-type-9 .product_single_detail_section {
      padding: 15px; } }

.single-product-layout-type-9 .product_single_detail_section .selector-wrapper-secton {
  margin: 0;
  padding: 0;
  border: none; }

.single-product-layout-type-9 .product_single_detail_section #AddToCart {
  text-align: left;
  margin: 0 20px 0 0px; }
  @media screen and (max-width: 567px) {
    .single-product-layout-type-9 .product_single_detail_section #AddToCart {
      margin: 0 0px 10px 0px; } }

.single-product-layout-type-9 .product_single_detail_section .add-to-wishlist .btn, .single-product-layout-type-9 .product_single_detail_section .add-to-wishlist .btn--secondary, .single-product-layout-type-9 .product_single_detail_section .add-to-wishlist .btn--tertiary, .single-product-layout-type-9 .product_single_detail_section .add-to-wishlist input[type="submit"], .single-product-layout-type-9 .product_single_detail_section #AddToCart {
  background: none;
  text-transform: inherit;
  padding: 0;
  color: #333333; }

.single-product-layout-type-9 .product_single_detail_section .add-to-wishlist .btn:hover, .single-product-layout-type-9 .product_single_detail_section .add-to-wishlist .btn--secondary:hover, .single-product-layout-type-9 .product_single_detail_section .add-to-wishlist .btn--tertiary:hover, .single-product-layout-type-9 .product_single_detail_section .add-to-wishlist input[type="submit"]:hover, .single-product-layout-type-9 .product_single_detail_section #AddToCart:hover {
  color: #0084ff; }

.single-product-layout-type-9 .product_single_detail_section #AddToCart i, .single-product-layout-type-9 .quick-view-text i {
  margin-right: 5px;
  margin-left: 0; }

.single-product-layout-type-9 .product_single_detail_section .product-infor {
  padding: 0 0 0px; }

.single-product-layout-type-9 .product-img-box {
  padding-right: 0; }

.single-product-layout-type-9 .product-description-section {
  padding: 0 80px;
  text-align: center; }
  @media screen and (max-width: 1599px) {
    .single-product-layout-type-9 .product-description-section {
      padding: 0 20px; } }
  @media screen and (max-width: 767px) {
    .single-product-layout-type-9 .product-description-section {
      padding: 40px 10px; } }

.single-product-layout-type-9 .product-description-section label {
  display: inline-block; }

.single-product-layout-type-9 .share_this_btn {
  display: inline-block; }

.single-product-layout-type-9 .owl-carousel .owl-stage {
  display: inline-block; }

.single-product-layout-type-9 #ProductThumbs.owl-carousel.owl-drag .owl-item {
  float: none;
  display: inline-block; }

.single-product-layout-type-9 .owl-carousel {
  margin: 0;
  padding: 0px; }

.single-product-layout-type-9 .more-view-wrapper-owlslider {
  padding-top: 10px; }

.single-product-layout-type-9 #ComparePrice {
  float: left;
  width: 100%;
  line-height: 1;
  margin: 0 0 3px; }

.single-product-layout-type-9 .product-single .spr-badge {
  margin-bottom: 15px; }

.single-product-layout-type-9 .product_single_detail_section .product_price {
  float: left;
  width: 100%;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 20px; }

.single-product-layout-type-9 .more-view-wrapper-owlslider .single-page-owl-carousel a.next {
  right: -5px; }

.single-product-layout-type-9 .swatch-element label {
  font-size: 12px;
  padding: 5px 10px; }

.single-product-layout-type-9 .product_single_detail_section .product-single__quantity {
  margin-bottom: 15px; }

.single-product-layout-type-9 .product_single_detail_section .btn:before, .single-product-layout-type-9 .product_single_detail_section .btn--secondary:before, .single-product-layout-type-9 .product_single_detail_section .btn--tertiary:before, .single-product-layout-type-9 .product_single_detail_section input[type="submit"]:before {
  content: none;
  width: 0; }

.single-product-layout-type-9 .product_single_detail_section .btn:hover:before, .single-product-layout-type-9 .product_single_detail_section .btn--secondary:hover:before, .single-product-layout-type-9 .product_single_detail_section .btn--tertiary:hover:before, .single-product-layout-type-9 .product_single_detail_section input[type="submit"]:hover:before {
  content: none;
  width: 0; }

.template-product .dt-sc-tabs-container .dt-sc-tabs li {
  float: left; }
  @media screen and (max-width: 767px) {
    .template-product .dt-sc-tabs-container .dt-sc-tabs li {
      width: auto; } }
  @media screen and (max-width: 567px) {
    .template-product .dt-sc-tabs-container .dt-sc-tabs li {
      width: 100%; } }

.template-product .dt-sc-tabs-container {
  float: left;
  width: 100%; }

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

blockquote {
  position: relative; }

.dt-sc-tabs-content blockquote::before blockquote:before {
  content: "\"";
  font-size: 70px;
  left: -28px;
  position: absolute;
  top: -28px;
  font-family: Barlow;
  width: 70px;
  text-align: center; }

/* Homepage Sidebar */
.homepage_sidebar {
  padding-right: 30px; }
  @media screen and (max-width: 1599px) {
    .homepage_sidebar {
      padding-right: 20px; } }
  @media screen and (max-width: 992px) {
    .homepage_sidebar {
      padding-right: 15px; } }
  @media screen and (max-width: 767px) {
    .homepage_sidebar {
      display: none;
      padding-right: 0; } }

.homepage_sidebar ul.product-categories li {
  float: left;
  width: 100%;
  font-family: 'Barlow', sans-serif;
  letter-spacing: 0.2px;
  font-size: 14px;
  text-transform: capitalize;
  position: relative; }
  @media screen and (max-width: 992px) {
    .homepage_sidebar ul.product-categories li {
      font-size: 16px; } }

.homepage_sidebar ul.product-categories li a span {
  float: right; }

.homepage_sidebar ul.product-categories li:last-child {
  margin-bottom: 0; }

.homepage_sidebar .widget h4, .homepage_sidebar .widget .h4 {
  float: left;
  width: 100%;
  text-transform: uppercase; }

.homepage_sidebar .widget h4 span, .homepage_sidebar .widget .h4 span, .collection_sidebar .widget h4, .collection_sidebar .widget .h4, .product_sidebar .widget h4 span, .product_sidebar .widget .h4 span, .blog-section .widget h4 span, .blog-section .widget .h4 span {
  float: left;
  width: 100%; }
  @media screen and (max-width: 1599px) {
    .homepage_sidebar .widget h4 span, .homepage_sidebar .widget .h4 span, .collection_sidebar .widget h4, .collection_sidebar .widget .h4, .product_sidebar .widget h4 span, .product_sidebar .widget .h4 span, .blog-section .widget h4 span, .blog-section .widget .h4 span {
      padding: 0px 0px 10px; } }

.homepage_sidebar .instagram.widget {
  margin-bottom: 30px; }

.homepage_sidebar .widget {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  border-radius: 10px; }
  @media screen and (max-width: 1599px) {
    .homepage_sidebar .widget {
      padding: 0px; } }
  @media screen and (max-width: 992px) {
    .homepage_sidebar .widget {
      padding: 0px; } }

.widget.widget_product_categories h4, .widget.widget_product_categories .h4 {
  border-radius: 10px 10px 0px 0px;
  font-size: 20px;
  font-family: 'Barlow', sans-serif;
  padding: 16px 17px;
  font-weight: 500;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  margin-bottom: 0; }

ul.product-categories.dt-sc-toggle-frame-set {
  /* border-radius: 10px; */
  border-radius: 10px; }

.widget.widget_product_categories h4 i, .widget.widget_product_categories .h4 i {
  margin-right: 10px; }

/* Sidebar Best Sellers */
.home-sidebar-bestsellers .top-products li:last-child {
  margin: 0; }

.home-sidebar-bestsellers .top-products li {
  float: left;
  width: 100%;
  margin-bottom: 15px; }

.home-sidebar-bestsellers .top-products li span.top_product_count {
  display: none;
  line-height: normal;
  float: left;
  margin-right: 20px;
  font-size: 50px; }
  @media screen and (max-width: 1599px) {
    .home-sidebar-bestsellers .top-products li span.top_product_count {
      font-size: 36px;
      margin-right: 15px; } }
  @media screen and (max-width: 1199px) {
    .home-sidebar-bestsellers .top-products li span.top_product_count {
      display: none; } }
  @media screen and (max-width: 992px) {
    .home-sidebar-bestsellers .top-products li span.top_product_count {
      display: none;
      font-size: 46px; } }

.home-sidebar-bestsellers .top-products-detail {
  text-align: left;
  background: none;
  float: right;
  width: 70%;
  padding: 0px 0 0 11px;
  margin-top: 0; }
  @media screen and (max-width: 1599px) {
    .home-sidebar-bestsellers .top-products-detail {
      width: 70%; } }
  @media screen and (max-width: 1199px) {
    .home-sidebar-bestsellers .top-products-detail {
      width: 70%; } }
  @media screen and (max-width: 767px) {
    .home-sidebar-bestsellers .top-products-detail {
      width: 85%; } }
  @media screen and (max-width: 567px) {
    .home-sidebar-bestsellers .top-products-detail {
      width: 75%; } }

.home-sidebar-bestsellers .thumb {
  float: left;
  width: 30%; }
  @media screen and (max-width: 1199px) {
    .home-sidebar-bestsellers .thumb {
      width: 30%;
      margin-left: 0; } }
  @media screen and (max-width: 767px) {
    .home-sidebar-bestsellers .thumb {
      width: 15%; } }
  @media screen and (max-width: 567px) {
    .home-sidebar-bestsellers .thumb {
      width: 25%; } }

.home-sidebar-bestsellers .top-products li span.price span {
  font-size: 14px; }

.home-sidebar-bestsellers .top-products li del span {
  font-size: 12px; }

.home-sidebar-bestsellers .products .spr-badge {
  font-size: 11px !important;
  padding: 0;
  text-align: left; }

.home-sidebar-bestsellers {
  float: left;
  width: 100%; }

.home-sidebar-bestsellers .product-detail .grid-link__title {
  font-size: 14px;
  font-weight: 600; }
  @media screen and (max-width: 1599px) {
    .home-sidebar-bestsellers .product-detail .grid-link__title {
      font-size: 16px; } }
  @media screen and (max-width: 1199px) {
    .home-sidebar-bestsellers .product-detail .grid-link__title {
      font-size: 16px; } }
  @media screen and (max-width: 767px) {
    .home-sidebar-bestsellers .product-detail .grid-link__title {
      font-size: 16px; } }

.home-sidebar-bestsellers .products:hover .product-detail .grid-link__title, .home-sidebar-bestsellers .products:hover .spr-badge, .home-sidebar-bestsellers .products:hover .item-swatch, .home-sidebar-bestsellers .products:hover .grid-link__meta {
  visibility: visible;
  opacity: 1; }

/* Sidebar Deals */
.home-sidebar-deals ul {
  border: none !important; }

.home-sidebar-deals .lof-clock-timer-detail-single ul {
  margin: 0;
  padding: 0; }

.home-sidebar-deals .lof-clock-timer-detail-single {
  margin: 0 0 0px;
  float: left;
  display: inline-block;
  text-align: center;
  list-style: none;
  padding: 0 !important;
  position: absolute;
  bottom: 10px;
  left: 0px;
  right: 0;
  z-index: 99; }

.home-sidebar-deals .lof-clock-timer-detail-single li {
  display: inline-block;
  width: 65px;
  height: 60px;
  padding: 10px 0px;
  margin: 0 2px; }
  @media screen and (max-width: 1199px) {
    .home-sidebar-deals .lof-clock-timer-detail-single li {
      width: 45px; } }
  @media screen and (max-width: 992px) {
    .home-sidebar-deals .lof-clock-timer-detail-single li {
      width: 37px;
      height: 45px; } }

.home-sidebar-deals .lof-clock-timer-detail-single li {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  position: relative;
  border-radius: 5px; }
  @media screen and (max-width: 992px) {
    .home-sidebar-deals .lof-clock-timer-detail-single li {
      font-size: 14px; } }
  @media screen and (max-width: 567px) {
    .home-sidebar-deals .lof-clock-timer-detail-single li {
      font-size: 20px; } }

.home-sidebar-deals .lof-clock-timer-detail-single li span {
  float: left;
  width: 100%;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 2px;
  line-height: 1;
  letter-spacing: 1px; }
  @media screen and (max-width: 1199px) {
    .home-sidebar-deals .lof-clock-timer-detail-single li span {
      font-size: 10px; } }
  @media screen and (max-width: 992px) {
    .home-sidebar-deals .lof-clock-timer-detail-single li span {
      font-size: 8px; } }

.home-sidebar-deals ul li a.thumb {
  position: relative;
  float: left;
  width: 100%; }

/* .home-sidebar-deals ul li .products .product-detail { border-top:1px solid $colorBorder; } */
.home-sidebar-deals ul li .products .product_left {
  width: 100%;
  float: none; }

.home-sidebar-deals ul.item-swatch {
  margin: 0;
  padding: 0; }

.home-sidebar-deals .widget.widget_top_rated_products {
  float: left;
  width: 100%;
  position: relative;
  padding: 20px 20px 0;
  border-radius: 5px; }

.home-sidebar-deals .home_sidebar--deal-nav a {
  border-radius: 3px;
  padding: 0 3px;
  margin: 14px 0; }
  @media screen and (max-width: 1199px) {
    .home-sidebar-deals .home_sidebar--deal-nav a {
      margin: 0 0; } }

.home-sidebar-deals .home_sidebar--deal-nav a.prev {
  box-shadow: none;
  right: 43px;
  transform: translateY(-50%);
  position: absolute;
  top: 4%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 20px;
  height: 20px;
  line-height: 18px;
  border-radius: 3px; }
  @media screen and (max-width: 1199px) {
    .home-sidebar-deals .home_sidebar--deal-nav a.prev {
      top: 6%; } }
  @media screen and (max-width: 992px) {
    .home-sidebar-deals .home_sidebar--deal-nav a.prev {
      top: 6%; } }
  @media screen and (max-width: 767px) {
    .home-sidebar-deals .home_sidebar--deal-nav a.prev {
      top: 3%; } }
  @media screen and (max-width: 567px) {
    .home-sidebar-deals .home_sidebar--deal-nav a.prev {
      top: 6%; } }

.home-sidebar-deals .home_sidebar--deal-nav a.home-sidebar-deals .product-detail .grid-link__meta .grid-link__org_price {
  float: none; }

.home-sidebar-deals .owl-prev, .home-sidebar-deals .owl-next {
  float: none;
  display: inline-block; }

.homepage_sidebar .widget ul {
  margin: 0;
  padding: 0; }

.home-sidebar-deals .home_sidebar--deal-nav a.next {
  right: 15px;
  transform: translateY(-50%);
  position: absolute;
  top: 4%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  float: right;
  width: 20px;
  height: 20px;
  line-height: 18px;
  border-radius: 3px; }
  @media screen and (max-width: 1199px) {
    .home-sidebar-deals .home_sidebar--deal-nav a.next {
      top: 6%; } }
  @media screen and (max-width: 992px) {
    .home-sidebar-deals .home_sidebar--deal-nav a.next {
      top: 6%; } }
  @media screen and (max-width: 767px) {
    .home-sidebar-deals .home_sidebar--deal-nav a.next {
      top: 3%; } }
  @media screen and (max-width: 567px) {
    .home-sidebar-deals .home_sidebar--deal-nav a.next {
      top: 6%; } }

@media screen and (max-width: 767px) {
  .home-sidebar-deals .sidebar-deal-products .owl-item {
    padding: 0 10px; } }
@media screen and (max-width: 992px) {
  .home-sidebar-deals .sidebar-deal-products .owl-item {
    padding: 0 10px; } }

.home-sidebar-bestsellers .top_products_nav {
  position: absolute;
  display: inline-block;
  margin-top: 10px; }
  @media screen and (max-width: 767px) {
    .home-sidebar-bestsellers .top_products_nav {
      display: block;
      right: 0; } }
  @media screen and (max-width: 567px) {
    .home-sidebar-bestsellers .top_products_nav {
      display: block;
      right: 0; } }

.home-sidebar-featured-post .top_products_nav {
  position: absolute;
  display: inline-block;
  margin-top: 10px; }
  @media screen and (max-width: 767px) {
    .home-sidebar-featured-post .top_products_nav {
      display: block;
      right: 0; } }
  @media screen and (max-width: 567px) {
    .home-sidebar-featured-post .top_products_nav {
      display: block;
      right: 0; } }

.home-sidebar-deals .products:hover .product-detail .grid-link__title, .home-sidebar-deals .products:hover .spr-badge, .home-sidebar-deals .products:hover .item-swatch, .home-sidebar-deals .products:hover .grid-link__meta {
  visibility: visible;
  opacity: 1; }

/* Sidebar featured */
.home-sidebar-featured ul {
  border: none !important; }

.home-sidebar-featured .lof-clock-timer-detail-single ul {
  margin: 0;
  padding: 0; }

.home-sidebar-featured .lof-clock-timer-detail-single {
  margin: 0 0 0px;
  float: left;
  display: inline-block;
  text-align: center;
  list-style: none;
  padding: 0 !important;
  position: absolute;
  bottom: 10px;
  left: 0px;
  right: 0;
  z-index: 99; }

.home-sidebar-featured .lof-clock-timer-detail-single li {
  display: inline-block;
  width: 65px;
  height: 60px;
  padding: 10px 0px;
  margin: 0 2px; }
  @media screen and (max-width: 1199px) {
    .home-sidebar-featured .lof-clock-timer-detail-single li {
      width: 45px; } }
  @media screen and (max-width: 992px) {
    .home-sidebar-featured .lof-clock-timer-detail-single li {
      width: 37px;
      height: 45px; } }

.home-sidebar-featured .lof-clock-timer-detail-single li {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  position: relative;
  border-radius: 5px; }
  @media screen and (max-width: 992px) {
    .home-sidebar-featured .lof-clock-timer-detail-single li {
      font-size: 14px; } }
  @media screen and (max-width: 567px) {
    .home-sidebar-featured .lof-clock-timer-detail-single li {
      font-size: 20px; } }

.home-sidebar-featured.lof-clock-timer-detail-single li span {
  float: left;
  width: 100%;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 2px;
  line-height: 1;
  letter-spacing: 1px; }
  @media screen and (max-width: 1199px) {
    .home-sidebar-featured.lof-clock-timer-detail-single li span {
      font-size: 10px; } }
  @media screen and (max-width: 992px) {
    .home-sidebar-featured.lof-clock-timer-detail-single li span {
      font-size: 8px; } }

.home-sidebar-featured ul li a.thumb {
  position: relative;
  float: left;
  width: 100%; }

/*  .home-sidebar-featured ul li .products .product-detail { border-top:1px solid $colorBorder; } */
.home-sidebar-featured ul li .products .product_left {
  width: 100%;
  float: none; }

.home-sidebar-featured ul.item-swatch {
  margin: 0;
  padding: 0; }

.home-sidebar-featured .widget.widget_top_rated_products {
  float: left;
  width: 100%;
  position: relative; }

.home-sidebar-featured .home_sidebar--featured-nav a {
  padding: 10px;
  margin: 14px 0; }
  @media screen and (max-width: 1199px) {
    .home-sidebar-featured .home_sidebar--featured-nav a {
      margin: 0 0; } }

.home-sidebar-featured .home_sidebar--featured-nav a.prev {
  left: 10px;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  float: left;
  padding-right: 10px; }

.home-sidebar-featured .home_sidebar--featured-nav a.next {
  right: 10px;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  padding-left: 10px;
  border-left: 1px solid #e4e4e4;
  float: right; }

.home-sidebar-featured .product-detail .grid-link__meta .grid-link__org_price {
  float: none; }

.home-sidebar-featured .owl-prev, .home-sidebar-deals .owl-next {
  float: none;
  display: inline-block; }

.homepage_sidebar .widget ul {
  margin: 0;
  padding: 0; }

.home-sidebar-featured .products:hover .product-detail .grid-link__title, .home-sidebar-featured .products:hover .spr-badge, .home-sidebar-featured .products:hover .item-swatch, .home-sidebar-featured .products:hover .grid-link__meta {
  visibility: visible;
  opacity: 1; }

/*  Support Block Type 4 Cosmetics */
.support-block-type-4 ul {
  list-style: none;
  padding: 0;
  display: block;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 0px;
  margin-top: 20px;
  overflow: hidden; }
  @media screen and (max-width: 992px) {
    .support-block-type-4 ul {
      padding: 40px 0; } }

.support-block-type-4 .support_section {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: auto; }

@media screen and (max-width: 992px) {
  .support-block-type-4 .support_section p {
    font-size: 12px; } }

.support-block-type-4 .support_section h6, .support-block-type-4 .support_section .h6 {
  margin-bottom: 5px;
  letter-spacing: 2px;
  font-family: Barlow; }
  @media screen and (max-width: 992px) {
    .support-block-type-4 .support_section h6, .support-block-type-4 .support_section .h6 {
      font-size: 14px; } }

.support-block-type-4 .support_icon a {
  font-size: 20px;
  margin-bottom: 10px; }

.support-block-type-4 .support_section h4, .support-block-type-4 .support_section .h4 {
  font-weight: 500;
  font-family: 'Barlow', sans-serif;
  letter-spacing: normal;
  font-size: 18px; }

/* Promo Img */
.home-sidebar-promoimage ul {
  margin: 0;
  padding: 0; }

.home-sidebar-promoimage .owl-pagination {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0; }

.home-sidebar-promoimage .owl-theme .owl-controls .owl-page span {
  width: 10px;
  height: 10px;
  border-radius: 50%; }

/* Sidebar Tags */
.home-sidebar-tags ul li {
  list-style: none;
  display: inline-block;
  float: left;
  line-height: normal; }

.home-sidebar-tags ul li a {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 2px;
  padding: 6px 12px;
  border-radius: 3px;
  background: #fdd922;
  color: #000000;
  font-size: 13px; }
  @media screen and (max-width: 1199px) {
    .home-sidebar-tags ul li a {
      font-size: 15px; } }
  @media screen and (max-width: 992px) {
    .home-sidebar-tags ul li a {
      font-size: 16px;
      padding: 8px 20px; } }

/* Sidebar Blog Post */
.home-sidebar-featured-post .article .home-blog-image {
  float: left;
  width: 30%;
  margin-bottom: 7px; }

.home-sidebar-featured-post .article .blog-description {
  float: left;
  width: 65%;
  margin-left: 5%; }

.home-sidebar-featured-post .blog-post {
  float: left;
  width: 100%;
  position: relative; }

.home-sidebar-featured-post .blog-post .blog-section {
  float: left; }

.home-sidebar-featured-post .blog-post .nav_blog {
  position: absolute;
  bottom: 20px;
  right: 0px;
  left: 0;
  margin: 0 auto;
  text-align: center; }
  @media screen and (max-width: 1199px) {
    .home-sidebar-featured-post .blog-post .nav_blog {
      left: 0;
      right: 0;
      top: auto;
      text-align: center;
      margin: auto; } }

.home-sidebar-featured-post .blog-post .nav_blog a {
  padding: 10px;
  margin: 0 0; }
  @media screen and (max-width: 1199px) {
    .home-sidebar-featured-post .blog-post .nav_blog a {
      margin: 0 0; } }

.home-sidebar-featured-post .blog-post .nav_blog a.prev {
  float: left;
  padding-right: 10px; }

.home-sidebar-featured-post .blog-post .nav_blog a.next {
  padding-left: 10px;
  border-left: 1px solid #e4e4e4;
  float: right; }

.home-sidebar-featured-post .blog-post ul li {
  margin-bottom: 25px; }

.home-sidebar-featured-post .blog-date {
  margin-bottom: 0px; }

.home-sidebar-featured-post .home-blog-content.blog-detail h4, .home-sidebar-featured-post .home-blog-content.blog-detail .h4 {
  margin-bottom: 10px;
  padding: 0;
  border: none;
  text-transform: inherit;
  font-size: 18px; }

.home-sidebar-featured-post .owl-prev, .home-sidebar-featured-post .owl-next {
  float: none;
  display: inline-block; }

.home-sidebar-tags
.instagram-images {
  float: left;
  width: 100%;
  margin: 0 0 30px;
  padding: 0 0 30px 0px;
  border-bottom: 1px solid #e4e4e4; }

#instafeed {
  float: left;
  width: 100%; }

.instagram-images #instafeed a {
  float: left;
  width: 25%; }

.instagram-images #instafeed a img {
  display: block; }

.instagram-images a.btn, .instagram-images a.btn--secondary, .instagram-images a.btn--tertiary {
  margin-top: 10px; }

.instagram.widget {
  margin-bottom: 60px; }

.homepage_sidebar .lush-instagram .info {
  display: none; }

/* Sidebar Newsletter */
.home-sidebar-newsletter .newsletter-section form {
  width: 100%;
  margin-bottom: 0px;
  border: 1px solid #e4e4e4;
  border-radius: 5px; }

.home-sidebar-newsletter .newsletter-section form .btn, .home-sidebar-newsletter .newsletter-section form .btn--secondary, .home-sidebar-newsletter .newsletter-section form .btn--tertiary, .home-sidebar-newsletter .newsletter-section form input[type="submit"] {
  border-radius: 0px 5px 5px 0px;
  float: right;
  background: #0084ff;
  border-color: #0084ff;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  padding: 6px 8px;
  color: #fff;
  width: 15%; }
  @media screen and (max-width: 992px) {
    .home-sidebar-newsletter .newsletter-section form .btn, .home-sidebar-newsletter .newsletter-section form .btn--secondary, .home-sidebar-newsletter .newsletter-section form .btn--tertiary, .home-sidebar-newsletter .newsletter-section form input[type="submit"] {
      background: transparent; } }

.home-sidebar-newsletter .newsletter-section form input[type="email"] {
  width: 100%;
  border: none;
  margin: 0;
  padding: 6px 12px;
  border-radius: 5px;
  font-size: 13px;
  width: 85%; }

/* Newsletter */
.newsletter-section.parallax {
  margin: auto;
  text-align: center;
  padding: 0; }

.newsletter-section form .btn:before, .newsletter-section form .btn--secondary:before, .newsletter-section form .btn--tertiary:before, .newsletter-section form input[type="submit"]:before {
  border: none; }

.newsletter-section form .btn:hover, .newsletter-section form .btn--secondary:hover, .newsletter-section form .btn--tertiary:hover, .newsletter-section form input[type="submit"]:hover {
  background: #0084ff;
  color: #fff; }

.newsletter-section form .btn, .newsletter-section form .btn--secondary, .newsletter-section form .btn--tertiary, .newsletter-section form input[type="submit"] {
  background: none; }

.newsletter-section form .btn, .newsletter-section form .btn--secondary, .newsletter-section form .btn--tertiary, .newsletter-section form input[type="submit"] {
  color: #333333;
  display: inline-block;
  height: auto;
  padding: 10px 20px;
  margin-left: -4px;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 3px solid #01477f; }

.newsletter-section form {
  display: inline-block;
  width: 40%; }
  @media screen and (max-width: 567px) {
    .newsletter-section form {
      width: 100%; } }

.newsletter-section form input[type="email"] {
  display: inline-block;
  padding: 10px;
  width: 80%;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 3px solid #000000; }
  @media screen and (max-width: 1599px) {
    .newsletter-section form input[type="email"] {
      width: 80%; } }
  @media screen and (max-width: 1199px) {
    .newsletter-section form input[type="email"] {
      width: 100%; } }
  @media screen and (max-width: 992px) {
    .newsletter-section form input[type="email"] {
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .newsletter-section form input[type="email"] {
      width: 75%; } }

/* Slider */
.slide-des {
  left: 10%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: left;
  max-width: 700px; }
  @media screen and (max-width: 1199px) {
    .slide-des {
      max-width: 800px; } }

.sidebar-hidden .collection_sidebar {
  display: none; }

/* p.slide-top-text {
      font-family: 'Barlow', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
  text-align:left;@include at-query ($max, $laplarge) {font-size:20px; }@include at-query ($max, $postlarge) {font-size:18px;  }@include at-query ($max, $semilarge) {font-size:16px;  } @include at-query ($max, $medium) {font-size:14px; }}
  
.slide-heading {text-transform: capitalize; 
    line-height: 50px;
    font-family: 'Barlow', sans-serif;
    padding: 0px;
    font-weight: 600;
    letter-spacing: -2px;@include at-query ($max, $laplarge) {font-size:20px; }@include at-query ($max, $postlarge) {font-size:18px;  }@include at-query ($max, $semilarge) {font-size:16px;  } @include at-query ($max, $medium) {font-size:14px; }}
 
  
   */
@media screen and (min-width: 1560px) and (max-width: 1700px) {
  .home-sidebar-bestsellers .top-products li span.top_product_count {
    font-size: 34px;
    margin-right: 15px; }

  .home-product-grid-type-9 .collection_title h2, .home-product-grid-type-9 .collection_title .h2 {
    font-size: 54px; }

  .home-product-grid-type-9 .collection_title h6, .home-product-grid-type-9 .collection_title .h6 {
    font-size: 30px; }

  .home-sidebar-bestsellers .top-products li span.top_product_count {
    font-size: 40px;
    margin-right: 15px; }

  .product_sidebar ul.support_block li span.top_product_count {
    font-size: 40px; }

  .product_sidebar .support_section {
    margin-left: 15px;
    padding-left: 15px; }

  .product_sidebar .top-products .top-products-detail a {
    font-size: 14px; }

  .home-sidebar-bestsellers .top-products-detail {
    width: 70%; }

  .quick-view .content {
    width: 80%; } }
.owl-theme .owl-dots .owl-dot span {
  background: #ddd;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 2px;
  margin: 0 2px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #0084ff; }

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

.owl-prev a, .owl-next a {
  z-index: 1;
  cursor: pointer; }

.sidebar-hidden .collection_sidebar {
  display: none; }

.owl-prev, .owl-next {
  float: left; }

/*  CMS Block Type 1 */
.cms-1 ul {
  list-style: none;
  padding: 0;
  margin: 0 -30px 0 0; }
  @media screen and (max-width: 1599px) {
    .cms-1 ul {
      margin: 0 -10px 0 0; } }
  @media screen and (max-width: 767px) {
    .cms-1 ul {
      margin: 0; } }

.cms-1 .support_section {
  display: inline-block;
  width: 100%;
  margin: auto;
  padding: 20px 15px; }

.cms-1 .support_section {
  text-align: center;
  text-transform: uppercase; }

.cms-1 .support_block li {
  padding-right: 30px; }
  @media screen and (max-width: 1599px) {
    .cms-1 .support_block li {
      padding-right: 10px; } }
  @media screen and (max-width: 767px) {
    .cms-1 .support_block li {
      padding-right: 0px;
      padding-bottom: 10px; } }

.cms-1 .support_section .support_text h2, .cms-1 .support_section .support_text .h2 {
  margin-bottom: 20px;
  position: relative;
  display: inline-block; }
  @media screen and (max-width: 1199px) {
    .cms-1 .support_section .support_text h2, .cms-1 .support_section .support_text .h2 {
      font-size: 18px; } }

.cms-1 .support_section .support_text h2, .cms-1 .support_section .support_text .h2, .cms-1 .support_section .support_text h6, .cms-1 .support_section .support_text .h6, .cms-1 .support_section h6, .cms-1 .support_section .h6 {
  text-align: center;
  text-transform: uppercase; }

.cms-1 .support_section .support_text {
  margin-left: 0px;
  padding: 7px 0;
  text-align: center;
  text-transform: uppercase; }

.cms-1 .support_section .support_text h6, .cms-1 .support_section .support_text .h6 {
  margin: 0; }

@media screen and (max-width: 992px) {
  .cms-1 .support_section p {
    font-size: 12px; } }

.cms-1 .support_section h6, .cms-1 .support_section .h6 {
  margin-bottom: 15px;
  letter-spacing: 2px;
  font-family: Barlow; }
  @media screen and (max-width: 1599px) {
    .cms-1 .support_section h6, .cms-1 .support_section .h6 {
      font-size: 14px;
      letter-spacing: 0px; } }

.cms-1 .support_icon a {
  font-size: 30px;
  margin-bottom: 10px; }
  @media screen and (max-width: 992px) {
    .cms-1 .support_icon a {
      font-size: 20px; } }

/* CMS Banner type 2 */
.cms-type-2 .cms-type-2-block {
  position: relative;
  float: left;
  width: 100%; }

.cms-type-2 .cms-type-2-content p {
  padding: 0 80px; }
  @media screen and (max-width: 767px) {
    .cms-type-2 .cms-type-2-content p {
      padding: 0 10px; } }

.cms-type-2 .cms-type-2-content span {
  letter-spacing: 10px;
  text-transform: uppercase; }

.cms-type-2 .cms-type-2-content h2, .cms-type-2 .cms-type-2-content .h2 {
  font-size: 48px;
  letter-spacing: 10px; }
  @media screen and (max-width: 567px) {
    .cms-type-2 .cms-type-2-content h2, .cms-type-2 .cms-type-2-content .h2 {
      font-size: 36px;
      letter-spacing: 4px; } }

.cms-type-2 .cms-type-2-btn {
  display: inline-block;
  margin-top: 20px; }
  @media screen and (max-width: 567px) {
    .cms-type-2 .cms-type-2-btn {
      margin-top: 10px; } }

.cms-type-2 .cms-type-2-btn .btn-2 {
  margin-left: 7px; }

.cms-type-2 .cms-type-1-btn {
  display: inline-block;
  margin-top: 20px; }
  @media screen and (max-width: 567px) {
    .cms-type-2 .cms-type-1-btn {
      width: 100%;
      margin: 0; } }

/*  CMS Block Type 3 */
.cms-3 ul {
  list-style: none;
  padding: 0;
  margin: 0 0px 0 0; }
  @media screen and (max-width: 767px) {
    .cms-3 ul {
      margin: 0; } }

.cms-3 .support_section .img_thumb {
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.cms-3 .support_section {
  display: inline-block;
  width: 100%;
  margin: auto;
  padding: 0px;
  position: relative;
  overflow: hidden;
  -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; }

.cms-3 .support_section {
  text-align: center; }

.cms-3 .support_section .support_text h2, .cms-3 .support_section .support_text .h2 {
  position: relative;
  display: inline-block; }

.cms-3 .support_section .support_text h2, .cms-3 .support_section .support_text .h2, .cms-1 .support_section .support_text h6, .cms-1 .support_section .support_text .h6, .cms-1 .support_section h6, .cms-1 .support_section .h6 {
  text-align: center;
  text-transform: uppercase; }

.cms-3 .support_section .support_text {
  margin-left: 0px;
  padding: 7px 30px;
  text-align: center;
  text-transform: uppercase; }
  @media screen and (max-width: 1599px) {
    .cms-3 .support_section .support_text {
      padding: 7px 15px; } }

.cms-3 .support_section .support_text h6, .cms-3 .support_section .support_text .h6 {
  margin: 0; }

.cms-3 .support_section p {
  margin-bottom: 20px; }
  @media screen and (max-width: 992px) {
    .cms-3 .support_section p {
      font-size: 12px; } }

.cms-3 .support_section h6, .cms-3 .support_section .h6 {
  margin-bottom: 15px;
  letter-spacing: 2px;
  font-family: Barlow; }
  @media screen and (max-width: 1599px) {
    .cms-3 .support_section h6, .cms-3 .support_section .h6 {
      font-size: 14px;
      letter-spacing: 0px; } }

.cms-3 .support_icon a {
  font-size: 30px;
  margin-bottom: 10px; }
  @media screen and (max-width: 992px) {
    .cms-3 .support_icon a {
      font-size: 20px; } }

.cms-3 .support_icon .support_icon {
  margin-bottom: 15px; }

.cms-3 .support_section .img_thumb > img {
  display: block;
  transform-origin: 20% 80%;
  -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; }

.cms-3 .support_section:hover .img_thumb > img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')";
  /* IE8 */
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand');
  /* IE6 and 7 */ }

.cms-3 .support_section .overlay {
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.cms-3 .support_section:hover .overlay {
  opacity: 0.9; }

.cms-3 .support_section .support_content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }

/*  CMS Block Type 4 */
.cms-4 ul {
  list-style: none;
  padding: 0;
  margin: 0 0px 0 0; }
  @media screen and (max-width: 767px) {
    .cms-4 ul {
      margin: 0; } }

.cms-4 ul li {
  -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; }

.cms-4 .support_section {
  display: inline-block;
  width: 100%;
  margin: auto;
  padding: 0px;
  position: relative;
  overflow: hidden;
  -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; }

.cms-4 .support_section {
  text-align: center; }

.cms-4 .support_section .support_text h2, .cms-4 .support_section .support_text .h2 {
  position: relative;
  display: inline-block; }

.cms-4 .support_section .support_text h6, .cms-4 .support_section .support_text .h6, .cms-4 .support_section h6, .cms-4 .support_section .h6 {
  text-align: left;
  text-transform: uppercase; }

.cms-4 .support_section .support_text {
  margin-left: 0px;
  padding: 7px 30px;
  text-align: left;
  width: 75%;
  float: left; }
  @media screen and (max-width: 1599px) {
    .cms-4 .support_section .support_text {
      padding: 7px 15px;
      width: 90%; } }
  @media screen and (max-width: 567px) {
    .cms-4 .support_section .support_text {
      width: 100%; } }

.cms-4 .support_section .support_text h6, .cms-4 .support_section .support_text .h6 {
  margin: 0 0 10px; }

.cms-4 .support_section p {
  margin-bottom: 20px; }
  @media screen and (max-width: 992px) {
    .cms-4 .support_section p {
      font-size: 12px; } }

.cms-4 .support_section h6, .cms-4 .support_section .h6 {
  margin-bottom: 15px;
  letter-spacing: 2px;
  font-family: Barlow; }
  @media screen and (max-width: 1599px) {
    .cms-4 .support_section h6, .cms-4 .support_section .h6 {
      font-size: 14px;
      letter-spacing: 0px; } }

.cms-4 .support_icon a {
  font-size: 30px;
  margin-bottom: 10px; }
  @media screen and (max-width: 992px) {
    .cms-4 .support_icon a {
      font-size: 20px; } }

.cms-4 .support_icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }

.cms-4 .support_section .support_content {
  position: relative;
  float: left;
  width: 100%;
  padding: 0 0 0 100px; }
  @media screen and (max-width: 992px) {
    .cms-4 .support_section .support_content {
      padding: 0 0 0 70px; } }

.cms-4 .support_icon img {
  max-width: 100px; }
  @media screen and (max-width: 992px) {
    .cms-4 .support_icon img {
      max-width: 70px; } }

/*  CMS Block Type 5 */
.cms-5 ul {
  list-style: none;
  padding: 0; }
  @media screen and (max-width: 767px) {
    .cms-5 ul {
      margin: 0 !important; } }

.cms-5 .support_section {
  display: inline-block;
  width: 100%;
  margin: auto;
  padding: 0px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.cms-5 .support_section .support_text h2, .cms-5 .support_section .support_text .h2 {
  position: relative;
  display: inline-block; }

.cms-5 .support_section .support_text {
  margin-left: 0px;
  padding: 0px 30px;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  float: left; }
  @media screen and (max-width: 1599px) {
    .cms-5 .support_section .support_text {
      padding: 0px 15px; } }

.cms-5 .support_section .support_text h6, .cms-5 .support_section .support_text .h6 {
  margin: 0 0 10px; }

.cms-5 .support_section h6, .cms-5 .support_section .h6 {
  margin-bottom: 15px;
  letter-spacing: 2px;
  font-family: Barlow; }
  @media screen and (max-width: 1599px) {
    .cms-5 .support_section h6, .cms-5 .support_section .h6 {
      font-size: 14px;
      letter-spacing: 0px; } }

.cms-5 .support_icon a {
  font-size: 30px;
  margin-bottom: 10px; }
  @media screen and (max-width: 992px) {
    .cms-5 .support_icon a {
      font-size: 20px; } }

.cms-5 .support_block .support_content {
  position: relative;
  float: left;
  width: 100%;
  padding: 0; }

.cms-5 .support_block .support_content .support_text h5, .cms-5 .support_block .support_content .support_text .h5 {
  font-size: 40px;
  margin-bottom: 10px; }
  @media screen and (max-width: 992px) {
    .cms-5 .support_block .support_content .support_text h5, .cms-5 .support_block .support_content .support_text .h5 {
      font-size: 24px; } }

@media screen and (max-width: 767px) {
  .cms-5 ul li {
    padding-right: 0 !important; } }

.cms-5 .support_section:hover:before {
  opacity: 1;
  filter: alpha(opacity=100); }

.cms-5 .support_section:before {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 1.2s ease;
  -moz-transition: opacity 1.2s ease;
  -ms-transition: opacity 1.2s ease;
  -o-transition: opacity 1.2s ease;
  transition: opacity 1.2s ease-out;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

/*  CMS Block Type 6 */
.cms-6 .cms-type-6-content {
  margin: 70px 0px 0 0;
  float: left;
  width: 100%; }

.cms-6 ul {
  list-style: none;
  padding: 0;
  margin: 0px 0px 0 0;
  float: left;
  width: 100%;
  padding-right: 4%; }
  @media screen and (max-width: 767px) {
    .cms-6 ul {
      margin: 0;
      padding-right: 0; } }

.cms-6 .support_section {
  display: inline-block;
  width: 100%;
  margin: 0 0 30px;
  padding: 0px 30px 0 0;
  position: relative;
  overflow: hidden;
  -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) {
    .cms-6 .support_section {
      padding: 0; } }

.cms-6 .support_section .support_text h2, .cms-6 .support_section .support_text .h2 {
  position: relative;
  display: inline-block; }

.cms-6 .support_section .support_text h6, .cms-6 .support_section .support_text .h6, .cms-6 .support_section h6, .cms-6 .support_section .h6 {
  text-align: left; }

.cms-6 .support_section .support_text {
  margin-left: 0px;
  padding: 0px 15px;
  margin-top: 15px;
  text-align: left; }
  @media screen and (max-width: 1599px) {
    .cms-6 .support_section .support_text {
      padding: 0px 15px; } }

.cms-6 .support_section .support_text h6, .cms-6 .support_section .support_text .h6 {
  margin: 0 0 10px; }

.cms-6 .support_section h6, .cms-6 .support_section .h6 {
  margin-bottom: 15px;
  letter-spacing: 2px;
  font-family: Barlow; }
  @media screen and (max-width: 1599px) {
    .cms-6 .support_section h6, .cms-6 .support_section .h6 {
      font-size: 14px;
      letter-spacing: 0px; } }

.cms-6 .support_icon a {
  font-size: 30px;
  margin-bottom: 10px; }
  @media screen and (max-width: 992px) {
    .cms-6 .support_icon a {
      font-size: 20px; } }

.cms-6 .support_block .support_content {
  position: relative;
  float: left;
  width: 100%;
  padding: 5px 0 5px 50px; }

.cms-6 .support_block .support_content .support_text p {
  margin-bottom: 10px; }

.cms-6 .support_icon i {
  font-size: 20px;
  line-height: 50px; }

.cms-6 .support_icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }

.cms-6 .support_section p {
  text-align: left;
  margin: 10px 0 0;
  float: left;
  width: 100%;
  padding: 0 20px 0 0;
  font-size: 16px; }

.cms-type-6-content .left_cnt {
  float: left;
  width: 100%;
  padding-right: 30px; }
  @media screen and (max-width: 767px) {
    .cms-type-6-content .left_cnt {
      padding: 0; } }

.cms-type-6-content .right_cnt {
  float: left;
  width: 100%;
  padding-left: 30px; }
  @media screen and (max-width: 767px) {
    .cms-type-6-content .right_cnt {
      padding: 0; } }

.cms-type-6-content .right_cnt p, .cms-type-6-content .left_cnt p {
  text-align: left;
  margin-top: 15px; }

.cms-6 .left_cnt img, .cms-6 .right_cnt img {
  display: block;
  margin: auto; }

.cms-7 ul.dt-sc-tabs-vertical-frame li a {
  border-radius: 0;
  margin: 0 0 10px;
  position: relative;
  padding: 15px 15px 14px; }

.cms-7 ul.dt-sc-tabs-vertical-frame li:before {
  background: none;
  content: none; }

.cms-7 .dt-sc-tabs-vertical-container ul.dt-sc-tabs-vertical-frame {
  list-style: none;
  padding: 0;
  width: 33%;
  margin-right: 4%; }
  @media screen and (max-width: 767px) {
    .cms-7 .dt-sc-tabs-vertical-container ul.dt-sc-tabs-vertical-frame {
      width: 100%;
      margin: 0; } }

.cms-7 .dt-sc-tabs-vertical-frame-content {
  width: 63%; }
  @media screen and (max-width: 767px) {
    .cms-7 .dt-sc-tabs-vertical-frame-content {
      width: 100%;
      margin: 40px 0 0; } }

.cms-7 .dt-sc-tabs-vertical-frame-content p {
  margin-bottom: 20px; }

.cms-7 .dt-sc-tabs-vertical-frame-content ul li {
  float: left;
  width: 100%;
  margin-bottom: 10px; }

.cms-7 .dt-sc-tabs-vertical-frame-content ul li:before {
  content: "\f00c";
  float: left;
  font-family: FontAwesome;
  margin-right: 10px; }

.cms-7 .dt-sc-tabs-vertical-container ul {
  width: 100%;
  list-style: none;
  padding: 0; }

.cms-7 ul.dt-sc-tabs-vertical-frame li.current {
  border: none; }

.cms-7 ul.dt-sc-tabs-vertical-frame li a.current:before, .cms-7 ul.dt-sc-tabs-vertical-frame li a:hover:before {
  content: "";
  position: absolute;
  right: -16px;
  top: 0px;
  bottom: 0px;
  height: 0px;
  margin: auto;
  border-top: 27px solid transparent;
  border-bottom: 27px solid transparent;
  border-left: 15px solid; }
  @media screen and (max-width: 767px) {
    .cms-7 ul.dt-sc-tabs-vertical-frame li a.current:before, .cms-7 ul.dt-sc-tabs-vertical-frame li a:hover:before {
      border: none;
      content: none; } }

.cms-8 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion:after, .cms-8 .dt-sc-toggle-frame .dt-sc-toggle-accordion.h5:after {
  right: 22px;
  width: 16px;
  height: 2px;
  left: auto; }

.cms-8 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion:after, .cms-8 .dt-sc-toggle-frame .dt-sc-toggle-accordion.h5:after, .cms-8 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion:before, .cms-8 .dt-sc-toggle-frame .dt-sc-toggle-accordion.h5:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto; }

.cms-8 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion:before, .cms-8 .dt-sc-toggle-frame .dt-sc-toggle-accordion.h5:before {
  right: 29px;
  width: 2px;
  height: 16px;
  left: auto; }

.cms-8 .dt-sc-toggle-frame .dt-sc-toggle-content {
  border: none;
  background: none;
  padding: 15px 0; }

.cms-8 .dt-sc-toggle-frame {
  padding: 0; }

.cms-8 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion, .cms-8 .dt-sc-toggle-frame .dt-sc-toggle-accordion.h5 {
  padding: 0;
  margin: 0 0 10px;
  background: none; }
  @media screen and (max-width: 767px) {
    .cms-8 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion, .cms-8 .dt-sc-toggle-frame .dt-sc-toggle-accordion.h5 {
      font-size: 14px; } }

.cms-8 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion a, .cms-8 .dt-sc-toggle-frame .dt-sc-toggle-accordion.h5 a {
  padding: 20px 80px 20px 0; }

.cms-8 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion a, .cms-8 .dt-sc-toggle-frame .dt-sc-toggle-accordion.h5 a {
  position: relative; }

@media screen and (max-width: 767px) {
  .cms-8 .dt-sc-tabs-vertical-container {
    padding: 0 20px !important; } }

.cms-8 .left_cnt {
  float: left;
  width: 100%;
  padding-right: 30px; }
  @media screen and (max-width: 767px) {
    .cms-8 .left_cnt {
      padding: 0; } }

.cms-8 .right_cnt {
  float: left;
  width: 100%;
  padding-left: 30px; }
  @media screen and (max-width: 767px) {
    .cms-8 .right_cnt {
      padding: 0; } }

.cms-8 .left_cnt img, .cms-8 .right_cnt img {
  display: block;
  margin: auto; }

.cms-9 .dt-sc-tabs-vertical-container ul.dt-sc-tabs li {
  float: left; }

.cms-9 .dt-sc-tabs-vertical-container .dt-sc-tabs-content {
  padding: 20px 0;
  border: none; }

.cms-9 .dt-sc-tabs-vertical-container ul.dt-sc-tabs li a {
  margin: 0 0 -1px;
  font-size: 14px;
  leter-spacing: 1px;
  text-transform: uppercase; }

.cms-9 .dt-sc-tabs-vertical-container ul.dt-sc-tabs li a i {
  margin-right: 7px; }

@media screen and (max-width: 767px) {
  .cms-9 .dt-sc-tabs-vertical-container {
    padding: 0 20px !important; } }

.cms-9 .left_cnt img, .cms-9 .right_cnt img {
  display: block;
  margin: auto; }

.cms-9 .left_cnt {
  float: left;
  width: 100%;
  padding-right: 30px; }
  @media screen and (max-width: 767px) {
    .cms-9 .left_cnt {
      padding: 0; } }

.cms-9 .right_cnt {
  float: left;
  width: 100%;
  padding-left: 30px; }
  @media screen and (max-width: 767px) {
    .cms-9 .right_cnt {
      padding: 0; } }

/*  CMS Block Type 10 */
.cms-10 .img-hover-effect {
  text-align: center;
  padding: 0 10px; }
  @media screen and (max-width: 767px) {
    .cms-10 .img-hover-effect {
      padding: 0 3px; } }
  @media screen and (max-width: 767px) {
    .cms-10 .img-hover-effect {
      margin-bottom: 10px; } }

.cms-10 .img-hover-effect img {
  display: block; }

@media screen and (max-width: 992px) {
  .cms-10 .block-content h4, .cms-10 .block-content .h4 {
    font-size: 18px; } }

.cms-10 .block-content h6, .cms-10 .block-content .h6 {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 5px; }

.cms-10 .block-content p {
  margin-bottom: 40px;
  margin-top: 30px; }

.cms-10 .block-content {
  padding: 30px 45px 30px; }
  @media screen and (max-width: 992px) {
    .cms-10 .block-content {
      padding: 25px 10px 25px; } }

.cms-10 .collection-btn1 {
  margin-bottom: 12px; }

.cms-10 .block-content .btn, .cms-10 .block-content .btn--secondary, .cms-10 .block-content .btn--tertiary, .cms-10 .block-content input[type="submit"] {
  padding: 12px 24px; }
  @media screen and (max-width: 992px) {
    .cms-10 .block-content .btn, .cms-10 .block-content .btn--secondary, .cms-10 .block-content .btn--tertiary, .cms-10 .block-content input[type="submit"] {
      font-size: 12px;
      padding: 10px 12px; } }

.cms-10 .block-content a i {
  margin-left: 10px;
  -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; }

.cms-10 .block-content a:hover i {
  margin-left: 5px; }

.cms-10 .img-hover-effect:hover .overlay .overlay-link {
  opacity: 1;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -moz-transform: scale(1, 1); }

.cms-10 .img-hover-effect .overlay {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.cms-10 .img-hover-effect .overlay .overlay-link {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease; }

/*  CMS Block Type 11 */
.cms-11 .img-hover-effect {
  float: left;
  text-align: left;
  padding: 40px 45px 40px; }
  @media screen and (max-width: 767px) {
    .cms-11 .img-hover-effect {
      padding: 0 3px; } }
  @media screen and (max-width: 767px) {
    .cms-11 .img-hover-effect {
      margin-bottom: 10px; } }

.cms-11 .img-hover-effect img {
  display: block; }

.cms-11 .block-content h4, .cms-11 .block-content .h4 {
  line-height: 1;
  font-size: 45px; }
  @media screen and (max-width: 992px) {
    .cms-11 .block-content h4, .cms-11 .block-content .h4 {
      font-size: 30px; } }

.cms-11 .block-content h6, .cms-11 .block-content .h6 {
  line-height: 1;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 5px; }

.cms-11 .block-content p {
  margin-bottom: 30px;
  margin-top: 20px; }

.cms-11 .block-content {
  float: left;
  width: 60%; }
  @media screen and (max-width: 992px) {
    .cms-11 .block-content {
      padding: 25px 10px 25px; } }

.cms-11 .collection-btn1 {
  margin-bottom: 12px; }

.cms-11 .block-content .btn, .cms-11 .block-content .btn--secondary, .cms-11 .block-content .btn--tertiary, .cms-11 .block-content input[type="submit"] {
  padding: 12px 24px; }
  @media screen and (max-width: 992px) {
    .cms-11 .block-content .btn, .cms-11 .block-content .btn--secondary, .cms-11 .block-content .btn--tertiary, .cms-11 .block-content input[type="submit"] {
      font-size: 12px;
      padding: 10px 12px; } }

.cms-11 .block-content a i {
  margin-left: 10px;
  -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; }

.cms-11 .block-content a:hover i {
  margin-left: 5px; }

.cms-11 .img-hover-effect:hover .overlay .overlay-link {
  opacity: 1;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -moz-transform: scale(1, 1); }

.cms-11 .img-hover-effect .overlay {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.cms-11 .img-hover-effect .overlay .overlay-link {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease; }

.cms-11 .img-hover-effect .ovly {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.cms-11 .img-hover-effect {
  width: 100%;
  position: relative; }

.cms-11 .img-hover-effect:hover .ovly {
  opacity: 1; }

.cms-11 .img-hover-effect .ovly {
  opacity: 0; }

.cms-11 .loop-1 {
  padding-right: 20px; }
  @media screen and (max-width: 767px) {
    .cms-11 .loop-1 {
      padding-right: 0; } }

/*  CMS Block Type 11 */
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
  background-attachment: initial; }
.owl-carousel.owl-theme {
  overflow: hidden; }

.owl-carousel {
  padding: 0; }

/* contact */
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="tel"], .contact-form textarea {
  display: inline-block;
  width: 100%;
  padding: 15px;
  font-size: 13px; }

.contact-form {
  float: left;
  padding-right: 30px;
  margin: 0; }

.contact-form-section {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 0px; }

.contact-form-section .errors {
  display: inline-block;
  width: 100%; }

.contact-address .contact-form-section .errors ul li {
  padding: 10px 0;
  border: none; }

.contact-form-section .contact-form {
  padding-right: 0;
  margin: 0;
  float: none;
  margin: auto;
  width: 50%;
  padding: 30px 30px 40px;
  margin-bottom: 40px;
  background: #ffffff; }
  @media screen and (max-width: 767px) {
    .contact-form-section .contact-form {
      width: 70%; } }
  @media screen and (max-width: 567px) {
    .contact-form-section .contact-form {
      width: 95%; } }

.contact-form-section .contact-form .btn, .contact-form-section .contact-form .btn--secondary, .contact-form-section .contact-form .btn--tertiary, .contact-form-section .contact-form input[type="submit"] {
  width: 100%; }

.contact-form .btn span, .contact-form .btn--secondary span, .contact-form .btn--tertiary span, .contact-form input[type="submit"] span {
  float: none;
  display: inline-block;
  width: 100%; }

.contact-form .btn, .contact-form .btn--secondary, .contact-form .btn--tertiary, .contact-form input[type="submit"] {
  width: 100%; }

.contact-address {
  float: left;
  width: 100%;
  background: url(/cdn/shop/t/4/assets/contact_bg_img.png?4024) no-repeat; }

.contact-address h4, .contact-address .h4 {
  text-transform: uppercase;
  letter-spacing: 1px; }

.contact-address ul {
  list-style: none;
  padding: 0; }

.contact-address li p {
  margin: 0; }

.contact-address li .contact_duration li {
  float: left;
  width: 100%; }

.contact-address li .icon i {
  display: inline-block;
  text-align: center;
  color: #555555;
  min-height: 50px;
  font-size: 30px; }
  @media screen and (max-width: 992px) {
    .contact-address li .icon i {
      width: 30px;
      height: 30px;
      line-height: 30px;
      font-size: 13px; } }
  @media screen and (max-width: 767px) {
    .contact-address li .icon i {
      width: 45px;
      height: 45px;
      line-height: 45px;
      font-size: 18px; } }

@media screen and (max-width: 992px) {
  .contact-address p {
    font-size: 13px; } }

.contact-address .social-icons {
  padding: 0px 0 0px;
  float: left;
  width: 100%; }

.contact-address .social-icons li {
  float: left;
  margin-right: 5px;
  width: auto; }
  @media screen and (max-width: 567px) {
    .contact-address .social-icons li {
      margin-right: 3px; } }

.contact-address li:last-child {
  border-right: none; }

.contact-address li {
  list-style: none;
  padding: 30px;
  border-right: 1px solid #e4e4e4;
  float: left;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .contact-address li {
      width: 100%;
      border: none;
      padding: 10px; } }

.contact-address .social-icons li a {
  width: 35px;
  height: 35px;
  float: left;
  line-height: 35px;
  text-align: center;
  border: 1px solid #000; }
  @media screen and (max-width: 992px) {
    .contact-address .social-icons li a {
      width: 30px;
      height: 30px;
      line-height: 30px; } }
  @media screen and (max-width: 567px) {
    .contact-address .social-icons li a {
      width: 28px; } }

.contact-address .social-icons li a:hover {
  background: #0084ff;
  border-color: #0084ff; }

/* Contact Page */
.contact-page-four p {
  font-size: 14px; }

.contact-page-four h5, .contact-page-four .h5 {
  font-size: 16px; }

.contact-page-four .contact-info li {
  font-size: 13px; }

.contact-page-four .social-icon a {
  font-size: 13px; }

.contact-page-four .contact-form input, .contact-page-four .contact-form textarea {
  font-size: 14px; }

.contact-page-four .contact-btn {
  font-size: 14px; }

.contact-page-four .location h2, .contact-page-four .location .h2 {
  font-size: 30px; }
  @media screen and (max-width: 992px) {
    .contact-page-four .location h2, .contact-page-four .location .h2 {
      font-size: 24px; } }

.contact-page-four .location-details p {
  font-size: 16px; }
  @media screen and (max-width: 992px) {
    .contact-page-four .location-details p {
      font-size: 14px; } }

.contact-page-four .location-img span {
  font-size: 26px; }

.contact-page-four h3, .contact-page-four .h3 {
  font-size: 30px; }

.contact-page-four .icon-text {
  font-size: 20px; }

.contact-page-four .contact-info ul li span {
  font-size: 14px; }

.contact-page-four .icon {
  font-size: 26px; }

.contact-page-four h5, .contact-page-four .h5 {
  text-transform: capitalize;
  margin-bottom: 30px; }

.contact-page-four .contact-info li {
  margin-bottom: 15px; }

.contact-page-four .social-icon li {
  display: inline-block; }

.contact-page-four .social-icon a {
  transition: all 0.3s linear 0s;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin-right: 5px;
  text-align: center;
  width: 40px; }

.contact-page-four .contact-form input, .contact-page-four .contact-form textarea {
  padding: 15px;
  margin-bottom: 25px; }

.contact-page-four .contact-btn {
  display: inline-block;
  transition: all 0.3s linear 0s;
  border: medium none;
  padding: 10px 50px;
  position: relative;
  z-index: 1; }

.contact-page-four .contct-form-section {
  position: relative;
  z-index: 1;
  float: left;
  width: 100%; }
  @media screen and (max-width: 992px) {
    .contact-page-four .contct-form-section {
      padding: 0px; } }
  @media screen and (max-width: 767px) {
    .contact-page-four .contct-form-section {
      margin-top: 0px;
      padding: 20px; } }

@media screen and (max-width: 767px) {
  .contact-page-four .contct-form-section .post-large--one-half {
    width: 100%;
    margin: 0; } }

.contact-page-four .location {
  border-radius: 30px;
  text-align: center;
  float: left;
  width: 100%; }

.contact-page-four .location-details {
  padding: 40px 60px;
  float: left; }
  @media screen and (max-width: 992px) {
    .contact-page-four .location-details {
      padding: 30px 20px; } }

.contact-page-four .location h2, .contact-page-four .location .h2 {
  margin-bottom: 20px;
  text-transform: capitalize; }

.contact-page-four .location-section .location-img {
  float: left;
  position: relative;
  width: 100%; }

.contact-page-four .location-img span {
  border-radius: 50%;
  display: block;
  height: 60px;
  line-height: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -25px;
  position: relative;
  width: 60px; }

.contact-page-four h3, .contact-page-four .h3 {
  margin-bottom: 100px;
  text-align: center;
  text-transform: capitalize; }

.contact-page-four .icon-wrapper {
  padding: 100px 20px; }
  @media screen and (max-width: 767px) {
    .contact-page-four .icon-wrapper {
      padding: 100px 10px; } }

.contact-page-four .icon-wrapper .grid__item {
  padding: 0 10px; }
  @media screen and (max-width: 767px) {
    .contact-page-four .icon-wrapper .grid__item {
      padding: 0 10px 10px; } }
  @media screen and (max-width: 567px) {
    .contact-page-four .icon-wrapper .grid__item {
      padding: 0 0px 10px; } }

.contact-page-four .contact-icon {
  border-radius: 40px;
  padding: 5px;
  width: 100%; }

.contact-page-four .icon {
  transition: all 0.3s linear 0s;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  margin-right: 0px;
  text-align: center;
  width: 50px;
  margin-bottom: 10px; }
  @media screen and (max-width: 992px) {
    .contact-page-four .icon {
      height: 60px;
      line-height: 60px;
      margin-right: 15px;
      width: 60px; } }

.contact-page-four .icon-text {
  line-height: 50px;
  text-transform: capitalize; }

.contact-page-four .contact-info ul li span {
  margin-right: 15px; }

.contact-page-four .location-section {
  padding: 100px 0; }

.contact-page-four .grid-uniform .grid__item .contact_address {
  float: left;
  width: 100%;
  padding: 0 10px; }
  @media screen and (max-width: 767px) {
    .contact-page-four .grid-uniform .grid__item .contact_address {
      padding: 0 10px 10px; } }
  @media screen and (max-width: 567px) {
    .contact-page-four .grid-uniform .grid__item .contact_address {
      padding: 0 0px 10px; } }

.contact-page-four .invisible-small {
  float: left;
  margin: 10px 0;
  width: 100%; }

.contact-page-four .contact-form {
  width: 100%;
  float: left; }
  @media screen and (max-width: 767px) {
    .contact-page-four .contact-form {
      padding: 0; } }

.contact-page-four .contact-info ul {
  list-style: outside none none;
  padding: 0; }

.contact-page-four.contact-page {
  padding: 20px;
  background: #ffffff;
  border-radius: 5px; }

.contact-page .grid-uniform.detail-section {
  margin-bottom: 30px; }

.contact-page .icon-section {
  text-align: center;
  overflow: hidden;
  position: relative;
  margin: 0 10px;
  padding: 50px 30px; }
  @media screen and (max-width: 768px) {
    .contact-page .icon-section {
      padding: 30px 20px; } }
  @media screen and (max-width: 767px) {
    .contact-page .icon-section {
      margin-bottom: 10px; } }

.contact-page .grid__item.contct-form-section .post-large--one-half {
  margin-right: 0;
  width: 50%; }
  @media screen and (max-width: 767px) {
    .contact-page .grid__item.contct-form-section .post-large--one-half {
      width: 100%; } }

.contact-page .contact-heading p {
  margin: 0 auto;
  padding: 30px;
  width: 50%; }
  @media screen and (max-width: 1599px) {
    .contact-page .contact-heading p {
      width: 100%; } }

.contact-page .contact-heading {
  text-align: center; }

.contact-page .detail-section .icon-section h4, .contact-page .detail-section .icon-section .h4 {
  text-transform: capitalize; }

.contact-page .contact-large {
  bottom: -109px;
  font-size: 170px;
  font-weight: normal;
  position: absolute;
  right: 0;
  transform: scale(1);
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  z-index: -1; }

.contact-page .icon-section:hover .contact-large {
  transform: scale(1.3);
  -webkit-transform: scale(1.3); }

/* About Page */
.about-us .righttxt-block p::before {
  content: "";
  height: 100%;
  left: 2px;
  position: absolute;
  top: 0;
  width: 100%; }

.about-us .righttxt-block {
  padding: 0 20px; }

.about-us .righttxt-block p {
  border-left: 4px solid;
  font-style: italic;
  padding-left: 30px;
  position: relative; }

.about-us .sectionthree-textblock {
  padding: 99px 60px; }
  @media screen and (max-width: 992px) {
    .about-us .sectionthree-textblock {
      padding: 20px; } }

.about-us .main-title {
  float: left;
  width: 100%; }

.about-us .title-sep {
  display: inline-block;
  height: 3px;
  margin-bottom: 30px;
  position: relative;
  width: 70px; }

.about-us .button {
  transition: all 0.3s linear 0s;
  display: inline-block;
  padding: 10px 70px 10px 20px;
  position: relative;
  font-size: 14px; }

.about-us .button span {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px; }

.about-us .button i {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%); }

.about-us .img-overlay h4, .about-us .img-overlay .h4 {
  position: absolute;
  right: 30px;
  left: 30px;
  padding-bottom: 13px;
  top: 60px;
  transition: all 0.3s linear 0s; }
  @media screen and (max-width: 992px) {
    .about-us .img-overlay h4, .about-us .img-overlay .h4 {
      font-size: 18px;
      left: 15px;
      right: 15px; } }

.about-us .img-overlay h4::after, .about-us .img-overlay .h4::after {
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
  transform: translateY(40px);
  transition: all 0.3s linear 0s;
  opacity: 0; }

.about-us .img-overlay p {
  bottom: 30px;
  left: 30px;
  position: absolute;
  right: 30px;
  transform: translateY(100%);
  transition: all 0.3s linear 0s;
  opacity: 0; }
  @media screen and (max-width: 992px) {
    .about-us .img-overlay p {
      line-height: 1.5;
      bottom: 5px;
      left: 15px;
      right: 15px; } }

.about-us .section-four {
  float: left;
  padding: 75px 0;
  width: 100%; }

.about-us .section-four .sectionfour-intro {
  text-align: center;
  padding: 0 70px;
  margin-bottom: 70px; }
  @media screen and (max-width: 767px) {
    .about-us .section-four .sectionfour-intro {
      padding: 0 30px; } }

.about-us .sectionfour-intro h3, .about-us .sectionfour-intro .h3 {
  font-weight: bold;
  margin-bottom: 20px; }

.about-us .abt-icon-wrapper {
  float: left;
  padding-left: 80px;
  position: relative;
  width: 100%;
  margin-bottom: 30px; }

.about-us .section-four .abt-icon {
  height: 80px;
  left: 10px;
  position: absolute;
  width: 80px; }

.about-us .abt-icon span {
  font-size: 40px; }

.about-us .section-two .post-large--one-half {
  width: 50%;
  margin: 0; }
  @media screen and (max-width: 767px) {
    .about-us .section-two .post-large--one-half {
      width: 100%; } }

.about-us .section-two .main-heading {
  text-align: center;
  float: left;
  width: 100%;
  margin-bottom: 30px; }

.about-us .section-two .invisible-small {
  float: left;
  margin: 15px 0;
  width: 100%; }

.about-us .text-block h4, .about-us .text-block .h4 {
  font-size: 18px;
  margin-bottom: 20px; }

.about-us .center-img {
  text-align: center; }

.about-us .center-img img {
  display: inline-block; }

.about-us .right-list li {
  font-size: 16px;
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-left: 30px;
  position: relative;
  text-transform: uppercase; }

.about-us .right-list li::after {
  content: "\f05d";
  font-family: fontawesome;
  left: 0;
  position: absolute; }

.about-us .team-img {
  text-align: center; }

.about-us .team-img img {
  display: inline-block; }

.about-us .section-one h3, .about-us .section-one .h3 {
  font-size: 24px;
  margin-bottom: 30px; }

.about-us .main-heading {
  float: left;
  text-align: center;
  width: 100%;
  margin-bottom: 40px; }

.about-us .sectionfour-intro h3, .about-us .sectionfour-intro .h3 {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 20px; }

.about-us .grid-uniform.section-five {
  float: left;
  padding: 0;
  width: 100%; }

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

.about-us .section-one {
  float: left;
  padding: 0px 0;
  width: 100%; }

.about-us .section-one .left-img {
  margin-right: 30px; }
  @media screen and (max-width: 767px) {
    .about-us .section-one .left-img {
      margin-right: 0px;
      margin-bottom: 30px; } }

.about-us .section-four .abt-icon-wrapper h3, .about-us .section-four .abt-icon-wrapper .h3 {
  font-size: 20px; }

.about-us h2, .about-us .h2 {
  font-size: 36px; }
  @media screen and (max-width: 992px) {
    .about-us h2, .about-us .h2 {
      font-size: 24px; } }

.about-us .section-five .main-heading h5, .about-us .section-five .main-heading .h5 {
  font-size: 13px;
  font-style: italic;
  margin-bottom: 0; }

.about-us .invisible-very-small {
  float: left;
  margin: 10px 0;
  width: 100%; }

.about-us .grid-uniform.section-five .right-list {
  padding: 10px 15px; }

.about-us .grid-uniform.section-five .text-block {
  padding: 10px 15px; }

.about-us .border-title h2::after, .about-us .border-title .h2::after {
  content: none; }

.about-us .border-title.left-align {
  text-align: left; }

.about-us .border-title .sep {
  display: inline-block;
  height: 2px;
  width: 100px; }

.about-us .border-title h6, .about-us .border-title .h6 {
  margin-bottom: 5px; }

.about-us .border-title {
  position: relative;
  margin-bottom: 20px;
  text-align: center; }

.about-us .border-title h2, .about-us .border-title .h2 {
  text-transform: uppercase; }

.about-us .block5 .des {
  font-size: 32px;
  margin-bottom: 40px;
  line-height: 42px; }

.about-us .block5 .des span {
  font-style: italic; }

.about-us .block5 .content_block {
  float: left;
  width: 100%; }

.about-us .content_block .support_icon {
  left: 0;
  position: absolute;
  top: 0; }

.about-us .icon-section {
  float: left;
  padding: 0 10px;
  width: 100%;
  margin-bottom: 20px; }

.about-us .icon-heading {
  float: left;
  padding-left: 35px;
  position: relative;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .about-us .icon-heading {
      padding-left: 30px; } }

.about-us .icon-section .icon {
  font-size: 20px;
  transition: top 0.2s linear 0s;
  top: -4px;
  height: 40px;
  left: 0;
  position: absolute;
  width: 40px; }
  @media screen and (max-width: 992px) {
    .about-us .icon-section .icon {
      font-size: 16px; } }

.about-us .icon-heading h3, .about-us .icon-heading .h3 {
  margin-bottom: 0;
  text-transform: capitalize;
  font-size: 18px; }
  @media screen and (max-width: 768px) {
    .about-us .icon-heading h3, .about-us .icon-heading .h3 {
      font-size: 12px; } }

.about-us .icon-desc {
  float: left;
  margin: 20px 0; }

.about-us .icon-desc p {
  margin-bottom: 0; }

.about-us .team-wrapper {
  transition: all 0.3s linear 0s;
  float: left;
  width: 100%;
  padding: 0 10px; }
  @media screen and (max-width: 767px) {
    .about-us .team-wrapper {
      margin-bottom: 20px; } }

.about-us .team-detail {
  padding: 30px 10px;
  text-align: center; }

.about-us .team-detail h5, .about-us .team-detail .h5 {
  text-transform: capitalize;
  transition: all 0.3s linear 0s;
  margin-bottom: 5px; }

.about-us .team-detail h6, .about-us .team-detail .h6 {
  font-size: 14px; }

.about-us .team-wrapper h6, .about-us .team-wrapper .h6 {
  position: relative; }

.about-us .social-icon li {
  display: inline-block;
  margin: 0 5px; }
  @media screen and (max-width: 992px) {
    .about-us .social-icon li {
      margin: 0 3px; } }

.about-us .social-icon a {
  font-size: 14px; }

.about-us ul {
  padding: 0;
  list-style-type: none; }

.about-us .block5 .desc {
  float: left;
  padding: 10px 0 10px 20px;
  position: relative;
  width: 100%; }

.about-us .grid-uniform.block5 {
  float: left;
  padding: 5% 0;
  width: 100%; }

.about-us img {
  display: block; }

.about-us .right-img {
  padding: 0 10px;
  text-align: center; }

.about-us .right-img img {
  display: inline-block; }

.about-us .border-title p {
  margin: 0 auto;
  padding: 30px 0;
  width: 60%; }

.about-us .iconbox-wrapper {
  padding: 0 15px 30px; }

.about-us .section-one .post-large--one-half {
  margin-right: 0;
  width: 50%; }
  @media screen and (max-width: 767px) {
    .about-us .section-one .post-large--one-half {
      width: 100%; } }

@media screen and (max-width: 767px) {
  .about-us .block5 .post-large--one-half {
    width: 100%; } }

.about-us .icon-block {
  float: left;
  padding: 10%;
  width: 100%; }

.about-us .invisible-small {
  float: left;
  margin: 20px 0;
  width: 100%; }

.about-us .team-img {
  position: relative;
  text-align: center; }

.about-us .team-img .social-icon {
  z-index: 1;
  transition: all 0.3s linear 0s;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  bottom: 45px;
  opacity: 0; }

.about-us .team-wrapper:hover .social-icon {
  opacity: 1; }

.about-us .block2 {
  float: left;
  padding-bottom: 5%;
  width: 100%; }

.about-us .block5 .desc::after {
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 18px;
  width: 6px; }

.about-us .border-title p::after {
  content: none; }

.about-us .social-icon a {
  transition: all 0.3s linear 0s;
  border-radius: 50%;
  display: inline-block;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  width: 35px; }
  @media screen and (max-width: 992px) {
    .about-us .social-icon a {
      font-size: 12px;
      height: 30px;
      width: 30px;
      line-height: 30px; } }

.about-us .team-wrapper:hover img {
  transition: all 0.3s linear 0s; }

.about-us .team-img img {
  display: block; }

.about-us .team-img::after {
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transition: all 0.3s linear 0s; }

.about-us .team-wrapper:hover .team-img::after {
  opacity: 0.3; }

.about-us .section-two .grid__item.post-large--one-half.icon-left {
  margin-right: 0;
  width: 50%;
  padding: 20px 60px 0 0; }
  @media screen and (max-width: 767px) {
    .about-us .section-two .grid__item.post-large--one-half.icon-left {
      width: 100%;
      padding: 20px 0 0 0;
      border: none !important; } }

.about-us .icon-wrapper {
  position: relative;
  float: left;
  width: 100%;
  padding: 0 0 0 100px;
  margin-bottom: 40px; }

.about-us .icon-left .icon-wrapper {
  padding: 0 100px 0 0;
  float: left;
  width: 100%; }

.vedabout-seven .icon-left .icon-wrapper .icon-detail {
  text-align: right; }

.about-us .icon-detail {
  float: left;
  width: 100%; }

.about-us .icon {
  height: 70px;
  position: absolute;
  top: 0;
  width: 70px;
  text-align: center;
  line-height: 70px;
  font-size: 25px;
  transition: all 0.3s linear 0s; }

.about-us .icon-left .icon-wrapper .icon {
  right: 0; }

.about-us .icon-right .icon-wrapper .icon {
  left: 0; }

.about-us .icon-left .icon-wrapper .icon-detail {
  text-align: right; }

.about-us .grid__item.post-large--one-half.icon-right {
  padding: 20px 0 0 60px; }

.about-us .main-heading {
  float: left;
  text-align: center;
  width: 100%;
  margin-bottom: 40px; }

.about-us .section-two {
  float: left;
  padding: 150px 0;
  width: 100%; }

.about-us .timeline-block {
  float: left;
  text-align: center;
  width: 100%; }

.about-us .timeline-img {
  display: inline-block;
  position: relative;
  padding: 0 0 80px;
  z-index: 1; }

.about-us .timeline-img::before {
  bottom: 50px;
  content: "";
  height: 40px;
  position: absolute;
  width: 5px;
  left: calc(50% - 2px);
  left: -webkit-calc(50% - 2px);
  left: -moz-calc(50% - 2px); }

.about-us .timeline-img::after {
  border-radius: 50%;
  bottom: 25px;
  content: "";
  height: 25px;
  position: absolute;
  width: 25px;
  left: calc(50% - 12px);
  left: -webkit-calc(50% - 12px);
  left: -moz-calc(50% - 12px);
  transition: all 0.3s linear 0s; }

.about-us .timeline-block.timeline-bottom .timeline-img::after {
  top: 40px;
  bottom: inherit; }

.about-us .timeline-block.timeline-bottom .timeline-img::before {
  top: 65px;
  bottom: inherit; }

.about-us .timeline-block.timeline-bottom .timeline-img {
  padding: 90px 0 0; }

.about-us .time-line-wrapper {
  float: left;
  position: relative;
  width: 100%; }

.about-us .time-line-wrapper::after {
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 76%; }
  @media screen and (max-width: 767px) {
    .about-us .time-line-wrapper::after {
      content: none; } }

.about-us .timeline-img img {
  border-radius: 50%;
  position: relative;
  z-index: 1;
  transition: all 0.3s linear 0s; }

.about-us .timeline-block h3, .about-us .timeline-block .h3 {
  position: relative;
  margin-bottom: 20px; }

.about-us .timeline-block h3::after, .about-us .timeline-block .h3::after {
  bottom: -5px;
  content: "";
  height: 1px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 70px; }

.about-us .main-title {
  display: inline-block;
  width: 100%;
  margin-bottom: 50px;
  text-align: center; }

@media screen and (max-width: 767px) {
  .product-detail .product-button a.quick-view-text, .quick-view-text {
    display: none; } }

/* New Css */
.home-product-grid-type-2 .short-desc.text-left p {
  width: 80%; }
  @media screen and (max-width: 992px) {
    .home-product-grid-type-2 .short-desc.text-left p {
      width: 100%; } }

.home-product-grid-type-2 .short-desc.text-left p::after {
  content: none; }

.home-product-grid-type-2 .right {
  text-align: right;
  float: right;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 10%;
  padding: 10px;
  font-size: 12px; }
  @media screen and (max-width: 767px) {
    .home-product-grid-type-2 .right {
      width: 100%;
      margin-top: 2%;
      text-align: left !important;
      float: left; } }
  @media screen and (max-width: 567px) {
    .home-product-grid-type-2 .right {
      float: left;
      text-align: left !important; } }

.home-product-grid-type-2 .right i {
  margin-left: 10px; }

.home-prt-item {
  float: left;
  width: 100%; }

.home-product-grid-type-2 .full_width_tab ul.loadItems {
  margin: 0 -10px; }
  @media screen and (max-width: 1199px) {
    .home-product-grid-type-2 .full_width_tab ul.loadItems {
      margin: 0; } }
  @media screen and (max-width: 992px) {
    .home-product-grid-type-2 .full_width_tab ul.loadItems {
      margin: 0; } }
  @media screen and (max-width: 767px) {
    .home-product-grid-type-2 .full_width_tab ul.loadItems {
      margin: 0; } }

/* New Css */
.home-product-grid-type-2 .view_more_btn {
  margin: 50px 0 0; }

.filter-show .btn::before, .filter-show .btn--secondary::before, .filter-show .btn--tertiary::before, .filter-show input[type="submit"]::before, .filter-show .btn::after, .filter-show .btn--secondary::after, .filter-show .btn--tertiary::after, .filter-show input[type="submit"]::after {
  background: transparent; }

.newsletterwrapper .btn.close::after, .newsletterwrapper .close.btn--secondary::after, .newsletterwrapper .close.btn--tertiary::after, .newsletterwrapper input.close[type="submit"]::after, .newsletterwrapper .btn.close::before, .newsletterwrapper .close.btn--secondary::before, .newsletterwrapper .close.btn--tertiary::before, .newsletterwrapper input.close[type="submit"]::before {
  content: none; }

#fancybox-inner {
  top: 0 !important; }

.owl-prev.disabled a, .owl-next.disabled a {
  cursor: not-allowed; }

#promo-carousel .owl-item img {
  margin: 10px auto; }

.about-us .img-section-desc {
  margin-top: 60px;
  padding: 40px;
  width: 430px; }
  @media screen and (max-width: 992px) {
    .about-us .img-section-desc {
      width: 400px; } }
  @media screen and (max-width: 767px) {
    .about-us .img-section-desc {
      width: 100%;
      pading: 20px;
      margin-top: 20px; } }

.about-us .img-section-desc.left-section {
  float: right;
  margin-right: -60px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .about-us .img-section-desc.left-section {
      margin-right: 0; } }

.about-us .section-four .img-section-desc span {
  font-size: 14px;
  font-weight: bold; }

.about-us .img-section-desc.right-section {
  margin-left: -80px; }
  @media screen and (max-width: 767px) {
    .about-us .img-section-desc.right-section {
      margin-left: 0px; } }

.about-us .img-section-desc p {
  font-size: 13px; }

.about-us .section-one {
  float: left;
  padding: 5% 0;
  width: 100%; }

.about-us .section-one .inner-row {
  margin-bottom: 60px; }

.about-us .section-two {
  float: left;
  padding: 70px 0 60px;
  width: 100%; }

.about-us .number-block {
  float: left;
  position: relative;
  text-align: center;
  width: 100%; }

.about-us .number-icon::after {
  border-radius: 50%;
  box-sizing: content-box;
  content: "";
  height: 80px;
  left: 0;
  position: absolute;
  right: 0;
  top: -5px;
  width: 80px;
  margin: auto; }

.about-us .number-icon span {
  font-size: 20px;
  line-height: 60px; }

.about-us .number-block {
  text-align: center; }

.about-us .number-detail span {
  display: inline-block;
  font-size: 40px;
  margin-top: 10px; }

.about-us .number-detail h5, .about-us .number-detail .h5 {
  text-transform: uppercase;
  margin: 0; }

.about-us .number-icon {
  border-radius: 50%;
  height: 70px;
  line-height: 70px;
  left: 0;
  margin: 0 auto;
  transition: all 0.3s linear 0s;
  width: 70px; }
  @media screen and (max-width: 767px) {
    .about-us .number-icon {
      position: relative;
      top: 0; } }

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

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

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

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
  animation-duration: .75s; }

@keyframes bounce {
  0%,20%,53%,80%,to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0); }

  40%,43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }

  90% {
    transform: translate3d(0, -4px, 0); } }

.bounce {
  animation-name: bounce;
  transform-origin: center bottom; }

@keyframes flash {
  0%,50%,to {
    opacity: 1; }

  25%,75% {
    opacity: 0; } }

.flash {
  animation-name: flash; }

@keyframes pulse {
  0% {
    transform: scaleX(1); }

  50% {
    transform: scale3d(1.05, 1.05, 1.05); }

  to {
    transform: scaleX(1); } }

.pulse {
  animation-name: pulse; }

@keyframes rubberBand {
  0% {
    transform: scaleX(1); }

  30% {
    transform: scale3d(1.25, 0.75, 1); }

  40% {
    transform: scale3d(0.75, 1.25, 1); }

  50% {
    transform: scale3d(1.15, 0.85, 1); }

  65% {
    transform: scale3d(0.95, 1.05, 1); }

  75% {
    transform: scale3d(1.05, 0.95, 1); }

  to {
    transform: scaleX(1); } }

.rubberBand {
  animation-name: rubberBand; }

@keyframes shake {
  0%,to {
    transform: translateZ(0); }

  10%,30%,50%,70%,90% {
    transform: translate3d(-10px, 0, 0); }

  20%,40%,60%,80% {
    transform: translate3d(10px, 0, 0); } }

.shake {
  animation-name: shake; }

@keyframes headShake {
  0% {
    transform: translateX(0); }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg); }

  18.5% {
    transform: translateX(5px) rotateY(7deg); }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg); }

  43.5% {
    transform: translateX(2px) rotateY(3deg); }

  50% {
    transform: translateX(0); } }

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake; }

@keyframes swing {
  20% {
    transform: rotate(15deg); }

  40% {
    transform: rotate(-10deg); }

  60% {
    transform: rotate(5deg); }

  80% {
    transform: rotate(-5deg); }

  to {
    transform: rotate(0deg); } }

.swing {
  transform-origin: top center;
  animation-name: swing; }

@keyframes tada {
  0% {
    transform: scaleX(1); }

  10%,20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }

  30%,50%,70%,90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }

  40%,60%,80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }

  to {
    transform: scaleX(1); } }

.tada {
  animation-name: tada; }

@keyframes wobble {
  0% {
    transform: none; }

  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg); }

  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg); }

  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg); }

  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg); }

  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg); }

  to {
    transform: none; } }

.wobble {
  animation-name: wobble; }

@keyframes jello {
  0%,11.1%,to {
    transform: none; }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg); }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg); }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg); }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg); }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }

  77.7% {
    transform: skewX(0.39063deg) skewY(0.39063deg); }

  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  animation-name: jello;
  transform-origin: center; }

@keyframes bounceIn {
  0%,20%,40%,60%,80%,to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }

  20% {
    transform: scale3d(1.1, 1.1, 1.1); }

  40% {
    transform: scale3d(0.9, 0.9, 0.9); }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }

  80% {
    transform: scale3d(0.97, 0.97, 0.97); }

  to {
    opacity: 1;
    transform: scaleX(1); } }

.bounceIn {
  animation-name: bounceIn; }

@keyframes bounceInDown {
  0%,60%,75%,90%,to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }

  75% {
    transform: translate3d(0, -10px, 0); }

  90% {
    transform: translate3d(0, 5px, 0); }

  to {
    transform: none; } }

.bounceInDown {
  animation-name: bounceInDown; }

@keyframes bounceInLeft {
  0%,60%,75%,90%,to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }

  75% {
    transform: translate3d(-10px, 0, 0); }

  90% {
    transform: translate3d(5px, 0, 0); }

  to {
    transform: none; } }

.bounceInLeft {
  animation-name: bounceInLeft; }

@keyframes bounceInRight {
  0%,60%,75%,90%,to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }

  75% {
    transform: translate3d(10px, 0, 0); }

  90% {
    transform: translate3d(-5px, 0, 0); }

  to {
    transform: none; } }

.bounceInRight {
  animation-name: bounceInRight; }

@keyframes bounceInUp {
  0%,60%,75%,90%,to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }

  75% {
    transform: translate3d(0, 10px, 0); }

  90% {
    transform: translate3d(0, -5px, 0); }

  to {
    transform: translateZ(0); } }

.bounceInUp {
  animation-name: bounceInUp; }

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }

  50%,55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }

  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  animation-name: bounceOut; }

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }

  40%,45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  animation-name: bounceOutDown; }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  animation-name: bounceOutLeft; }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  animation-name: bounceOutRight; }

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }

  40%,45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  animation-name: bounceOutUp; }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  to {
    opacity: 1; } }

.fadeIn {
  animation-name: fadeIn; }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }

  to {
    opacity: 1;
    transform: none; } }

.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }

  to {
    opacity: 1;
    transform: none; } }

.fadeInDownBig {
  animation-name: fadeInDownBig; }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }

  to {
    opacity: 1;
    transform: none; } }

.fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }

  to {
    opacity: 1;
    transform: none; } }

.fadeInLeftBig {
  animation-name: fadeInLeftBig; }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }

  to {
    opacity: 1;
    transform: none; } }

.fadeInRight {
  animation-name: fadeInRight; }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }

  to {
    opacity: 1;
    transform: none; } }

.fadeInRightBig {
  animation-name: fadeInRightBig; }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }

  to {
    opacity: 1;
    transform: none; } }

.fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }

  to {
    opacity: 1;
    transform: none; } }

.fadeInUpBig {
  animation-name: fadeInUpBig; }

@keyframes fadeOut {
  0% {
    opacity: 1; }

  to {
    opacity: 0; } }

.fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOutDown {
  0% {
    opacity: 1; }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  animation-name: fadeOutDown; }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1; }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  animation-name: fadeOutDownBig; }

@keyframes fadeOutLeft {
  0% {
    opacity: 1; }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  animation-name: fadeOutLeft; }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig; }

@keyframes fadeOutRight {
  0% {
    opacity: 1; }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  animation-name: fadeOutRight; }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1; }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  animation-name: fadeOutRightBig; }

@keyframes fadeOutUp {
  0% {
    opacity: 1; }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  animation-name: fadeOutUp; }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1; }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  animation-name: fadeOutUpBig; }

@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(-1turn);
    animation-timing-function: ease-out; }

  40% {
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out; }

  50% {
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in; }

  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in; }

  to {
    transform: perspective(400px);
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip; }

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0; }

  40% {
    transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in; }

  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1; }

  80% {
    transform: perspective(400px) rotateX(-5deg); }

  to {
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX; }

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0; }

  40% {
    transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in; }

  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1; }

  80% {
    transform: perspective(400px) rotateY(-5deg); }

  to {
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY; }

@keyframes flipOutX {
  0% {
    transform: perspective(400px); }

  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1; }

  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@keyframes flipOutY {
  0% {
    transform: perspective(400px); }

  30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1; }

  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }

  60% {
    transform: skewX(20deg);
    opacity: 1; }

  80% {
    transform: skewX(-5deg);
    opacity: 1; }

  to {
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out; }

@keyframes lightSpeedOut {
  0% {
    opacity: 1; }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in; }

@keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate(-200deg);
    opacity: 0; }

  to {
    transform-origin: center;
    transform: none;
    opacity: 1; } }

.rotateIn {
  animation-name: rotateIn; }

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0; }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  animation-name: rotateInDownLeft; }

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(45deg);
    opacity: 0; }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  animation-name: rotateInDownRight; }

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0; }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  animation-name: rotateInUpLeft; }

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  animation-name: rotateInUpRight; }

@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1; }

  to {
    transform-origin: center;
    transform: rotate(200deg);
    opacity: 0; } }

.rotateOut {
  animation-name: rotateOut; }

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1; }

  to {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft; }

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1; }

  to {
    transform-origin: right bottom;
    transform: rotate(-45deg);
    opacity: 0; } }

.rotateOutDownRight {
  animation-name: rotateOutDownRight; }

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1; }

  to {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft; }

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1; }

  to {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutUpRight {
  animation-name: rotateOutUpRight; }

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out; }

  20%,60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }

  40%,80% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1; }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  animation-name: hinge; }

@keyframes jackInTheBox {
  0% {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom; }

  50% {
    transform: rotate(-10deg); }

  70% {
    transform: rotate(3deg); }

  to {
    opacity: 1;
    transform: scale(1); } }

.jackInTheBox {
  animation-name: jackInTheBox; }

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg); }

  to {
    opacity: 1;
    transform: none; } }

.rollIn {
  animation-name: rollIn; }

@keyframes rollOut {
  0% {
    opacity: 1; }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg); } }

.rollOut {
  animation-name: rollOut; }

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }

  50% {
    opacity: 1; } }

.zoomIn {
  animation-name: zoomIn; }

@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  animation-name: zoomInDown; }

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  animation-name: zoomInLeft; }

@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  animation-name: zoomInRight; }

@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  animation-name: zoomInUp; }

@keyframes zoomOut {
  0% {
    opacity: 1; }

  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }

  to {
    opacity: 0; } }

.zoomOut {
  animation-name: zoomOut; }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  animation-name: zoomOutDown; }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }

  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }

.zoomOutLeft {
  animation-name: zoomOutLeft; }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }

  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }

.zoomOutRight {
  animation-name: zoomOutRight; }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  animation-name: zoomOutUp; }

@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }

  to {
    transform: translateZ(0); } }

.slideInDown {
  animation-name: slideInDown; }

@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }

  to {
    transform: translateZ(0); } }

.slideInLeft {
  animation-name: slideInLeft; }

@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }

  to {
    transform: translateZ(0); } }

.slideInRight {
  animation-name: slideInRight; }

@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }

  to {
    transform: translateZ(0); } }

.slideInUp {
  animation-name: slideInUp; }

@keyframes slideOutDown {
  0% {
    transform: translateZ(0); }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  animation-name: slideOutDown; }

@keyframes slideOutLeft {
  0% {
    transform: translateZ(0); }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  animation-name: slideOutLeft; }

@keyframes slideOutRight {
  0% {
    transform: translateZ(0); }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  animation-name: slideOutRight; }

@keyframes slideOutUp {
  0% {
    transform: translateZ(0); }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  animation-name: slideOutUp; }

/* Snehal Css */
@media (min-width: 1500px) {
  .container {
    padding: 0 120px;
    width: auto; } }
/*   @media (min-width: 768px)
{
.container {
    width: 750px;
}
} */
/*   
  @media (max-width: 767px){
.container {
    width: 100%;
    padding: 0 15px;
}
  }  */
/*   
@media (min-width: 992px)
{
.container {
    width: 970px;
}  
}
  @media (min-width: 1200px){
.container {
    width: 1170px;
}
  } */
.box-timer {
  left: 11px;
  text-align: center;
  /* margin-top: 0; */
  position: absolute;
  bottom: 120px;
  z-index: 10; }
  @media screen and (max-width: 767px) {
    .box-timer {
      bottom: 110px; } }
  @media screen and (max-width: 567px) {
    .box-timer {
      bottom: 110px; } }

.timer-grid .box-time-date {
  display: inline-block;
  height: 44px;
  vertical-align: middle;
  width: 45px;
  line-height: 15px;
  border-radius: 3px;
  margin-right: 4px;
  padding-top: 6px; }
  @media screen and (max-width: 767px) {
    .timer-grid .box-time-date {
      display: block;
      margin-bottom: 8px; } }
  @media screen and (max-width: 567px) {
    .timer-grid .box-time-date {
      display: block;
      margin-bottom: 5px; } }

.header-type-10 #slidedown-cart {
  position: absolute;
  right: 0;
  border: none;
  border-radius: 5px;
  float: right;
  left: auto;
  min-width: 0;
  padding: 24px 22px;
  width: 230px; }
  @media screen and (max-width: 1199px) {
    .header-type-10 #slidedown-cart {
      top: 60px;
      right: -30px; } }
  @media screen and (max-width: 992px) {
    .header-type-10 #slidedown-cart {
      top: 97px;
      right: -26px; } }
  @media screen and (max-width: 767px) {
    .header-type-10 #slidedown-cart {
      top: 55px;
      right: -74px; } }

/*   .site-footer .co-info { @include at-query ($max, $medium) { padding-bottom: 20px; }} */
.footer-bottom {
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .footer-bottom {
      padding-bottom: 0px;
      padding-left: 16px;
      padding: 25px; } }

.co-info {
  border: medium none;
  display: block;
  font-size: 12px;
  font-style: normal;
  line-height: 1.5em;
  padding-bottom: 0px;
  text-align: left;
  margin-top: 10px;
  font-weight: 500; }
  @media screen and (max-width: 992px) {
    .co-info {
      font-size: 18px; } }
  @media screen and (max-width: 767px) {
    .co-info {
      font-size: 16px; } }
  @media screen and (max-width: 567px) {
    .co-info {
      font-size: 16px; } }

.co-info p.adr {
  border: medium none;
  display: block;
  font-size: 16px;
  font-style: normal;
  line-height: 1.5em;
  margin: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  text-align: left; }
  @media screen and (max-width: 992px) {
    .co-info p.adr {
      font-size: 18px; } }
  @media screen and (max-width: 767px) {
    .co-info p.adr {
      font-size: 16px;
      line-height: 40px;
      margin-bottom: 16px; } }
  @media screen and (max-width: 567px) {
    .co-info p.adr {
      font-size: 16px;
      line-height: 35px;
      margin-bottom: 16px; } }

.co-info p.tel {
  overflow: hidden;
  font-size: 16px;
  line-height: 38px;
  margin-top: 15px;
  margin-bottom: 0px; }
  @media screen and (max-width: 992px) {
    .co-info p.tel {
      font-size: 18px; } }
  @media screen and (max-width: 767px) {
    .co-info p.tel {
      font-size: 16px; } }
  @media screen and (max-width: 567px) {
    .co-info p.tel {
      font-size: 16px; } }

.co-info i {
  width: 42px;
  line-height: 42px;
  display: inline-block;
  height: 42px;
  text-align: center;
  margin-left: 0px;
  border-radius: 999px;
  margin-right: 10px;
  vertical-align: top;
  float: left; }

.co-info p.email {
  margin: 0;
  /*     padding: 5px 0 0px 0; */
  font-size: 16px;
  display: inline-block;
  margin-top: 15px; }
  @media screen and (max-width: 992px) {
    .co-info p.email {
      font-size: 18px; } }
  @media screen and (max-width: 767px) {
    .co-info p.email {
      font-size: 16px; } }
  @media screen and (max-width: 567px) {
    .co-info p.email {
      font-size: 16px; } }

.co-info p.email a {
  line-height: 38px;
  position: absolute; }

/*   .social-links {margin:0;@include at-query ($max, $small) {  margin: 0 6%; }@include at-query ($max, $medium) {  margin: 0 13%; }@include at-query ($max, $semilarge) { font-size: 18px; }} */
.header-type-10 .menu-tool ul li.last-label {
  line-height: normal; }
  @media screen and (max-width: 992px) {
    .header-type-10 .menu-tool ul li.last-label {
      display: none; } }
  @media screen and (max-width: 1199px) {
    .header-type-10 .menu-tool ul li.last-label {
      display: none; } }
  @media screen and (max-width: 1599px) {
    .header-type-10 .menu-tool ul li.last-label {
      display: none; } }

.footer-model-10 p.copyright {
  line-height: 28px;
  text-align: center;
  font-size: 13px;
  text-transform: capitalize; }
  @media screen and (max-width: 1199px) {
    .footer-model-10 p.copyright {
      text-align: center;
      font-size: 13px; } }
  @media screen and (max-width: 992px) {
    .footer-model-10 p.copyright {
      text-align: left;
      font-size: 11px; } }
  @media screen and (max-width: 767px) {
    .footer-model-10 p.copyright {
      text-align: left;
      font-size: 13px; } }
  @media screen and (max-width: 567px) {
    .footer-model-10 p.copyright {
      text-align: left;
      font-size: 13px; } }

.footer-model-10 .social-links ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px; }
  @media screen and (max-width: 1599px) {
    .footer-model-10 .social-links ul li a {
      width: 35px;
      height: 35px;
      line-height: 35px; } }
  @media screen and (max-width: 1199px) {
    .footer-model-10 .social-links ul li a {
      width: 35px;
      height: 35px;
      line-height: 35px; } }
  @media screen and (max-width: 992px) {
    .footer-model-10 .social-links ul li a {
      width: 25px;
      height: 25px;
      line-height: 25px; } }
  @media screen and (max-width: 767px) {
    .footer-model-10 .social-links ul li a {
      width: 40px;
      height: 40px;
      line-height: 40px; } }
  @media screen and (max-width: 567px) {
    .footer-model-10 .social-links ul li a {
      width: 33px;
      height: 33px;
      line-height: 33px; } }

.inline-list li {
  float: left;
  margin: 0 10px 0 0;
  list-style: none; }
  @media screen and (max-width: 767px) {
    .inline-list li {
      float: none;
      display: inline-block; } }
  @media screen and (max-width: 992px) {
    .inline-list li {
      margin: 0 3px 0 0; } }
  @media screen and (max-width: 1199px) {
    .inline-list li {
      margin: 0 3px 0 0; } }

.home-sidebar-featured-post .product-detail .grid-link__title {
  font-size: 14px;
  font-weight: 600; }
  @media screen and (max-width: 1599px) {
    .home-sidebar-featured-post .product-detail .grid-link__title {
      font-size: 16px; } }
  @media screen and (max-width: 1199px) {
    .home-sidebar-featured-post .product-detail .grid-link__title {
      font-size: 16px; } }
  @media screen and (max-width: 767px) {
    .home-sidebar-featured-post .product-detail .grid-link__title {
      font-size: 16px; } }

.home-sidebar-bestsellers .product-detail .grid-link__meta .grid-link__org_price {
  font-size: 14px; }
  @media screen and (max-width: 767px) {
    .home-sidebar-bestsellers .product-detail .grid-link__meta .grid-link__org_price {
      font-size: 16px; } }
  @media screen and (max-width: 567px) {
    .home-sidebar-bestsellers .product-detail .grid-link__meta .grid-link__org_price {
      font-size: 16px; } }

.home-sidebar-featured-post .product-detail .grid-link__meta .grid-link__org_price {
  font-size: 14px; }
  @media screen and (max-width: 767px) {
    .home-sidebar-featured-post .product-detail .grid-link__meta .grid-link__org_price {
      font-size: 16px; } }
  @media screen and (max-width: 567px) {
    .home-sidebar-featured-post .product-detail .grid-link__meta .grid-link__org_price {
      font-size: 16px; } }

.home-sidebar-featured-post .top-products-detail {
  text-align: left;
  background: none;
  float: right;
  width: 70%;
  padding: 0px 0 0 11px;
  margin-top: 0; }
  @media screen and (max-width: 1599px) {
    .home-sidebar-featured-post .top-products-detail {
      width: 70%; } }
  @media screen and (max-width: 1199px) {
    .home-sidebar-featured-post .top-products-detail {
      width: 70%; } }
  @media screen and (max-width: 767px) {
    .home-sidebar-featured-post .top-products-detail {
      width: 85%; } }
  @media screen and (max-width: 567px) {
    .home-sidebar-featured-post .top-products-detail {
      width: 75%; } }

.home-sidebar-featured-post .thumb {
  float: left;
  width: 30%; }
  @media screen and (max-width: 1199px) {
    .home-sidebar-featured-post .thumb {
      width: 30%;
      margin-left: 0; } }
  @media screen and (max-width: 767px) {
    .home-sidebar-featured-post .thumb {
      width: 15%; } }
  @media screen and (max-width: 567px) {
    .home-sidebar-featured-post .thumb {
      width: 25%; } }

@media screen and (max-width: 767px) {
  .home-sidebar-promoimage #promo-carousel .owl-item {
    padding: 0 15px; } }
@media screen and (max-width: 992px) {
  .home-sidebar-promoimage #promo-carousel .owl-item {
    padding: 0 15px; } }

.slide-text {
  /* line-height: 50px; */
  margin-top: 10px;
  font-size: 18px;
  font-family: 'Barlow', sans-serif;
  font-weight: 200;
  margin-bottom: 0; }
  @media screen and (max-width: 992px) {
    .slide-text {
      margin-top: 0px; } }
  @media screen and (max-width: 767px) {
    .slide-text {
      display: none; } }

.pro-tabs-inner h2, .pro-tabs-inner .h2 {
  padding-bottom: 10px;
  padding: 20px 20px;
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 24px;
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  position: absolute;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .pro-tabs-inner h2, .pro-tabs-inner .h2 {
      padding: 20px 20px 40px; } }
  @media screen and (max-width: 567px) {
    .pro-tabs-inner h2, .pro-tabs-inner .h2 {
      padding: 20px 0px 40px; } }

.pro-tabs .dt-sc-tabs-container .dt-sc-tabs {
  display: inline-block;
  text-align: right;
  width: 94% !important; }
  @media screen and (max-width: 1599px) {
    .pro-tabs .dt-sc-tabs-container .dt-sc-tabs {
      width: 88% !important; } }
  @media screen and (max-width: 992px) {
    .pro-tabs .dt-sc-tabs-container .dt-sc-tabs {
      width: 88% !important; } }
  @media screen and (max-width: 767px) {
    .pro-tabs .dt-sc-tabs-container .dt-sc-tabs {
      text-align: center;
      width: 100% !important;
      margin-top: 29px; } }
  @media screen and (max-width: 567px) {
    .pro-tabs .dt-sc-tabs-container .dt-sc-tabs {
      text-align: center;
      width: 100% !important;
      margin-top: 29px; } }

@media screen and (max-width: 767px) {
  .pro-tabs .product-detail .grid-link__meta .grid-link__org_price {
    font-size: 16px; } }
@media screen and (max-width: 567px) {
  .pro-tabs .product-detail .grid-link__meta .grid-link__org_price {
    font-size: 16px; } }

.pro-tabs .product-detail .grid-link__title {
  font-size: 14px;
  font-family: 'Barlow', sans-serif;
  font-weight: 600; 
  height:55px;
}
  @media screen and (max-width: 1599px) {
    .pro-tabs .product-detail .grid-link__title {
      font-size: 18px; } }
  @media screen and (max-width: 1199px) {
    .pro-tabs .product-detail .grid-link__title {
      font-size: 18px; } }
  @media screen and (max-width: 767px) {
    .pro-tabs .product-detail .grid-link__title {
      font-size: 1.2em; } }

.wide-banner-type-3-block img {
  border-radius: 8px; }
  @media screen and (max-width: 767px) {
    .wide-banner-type-3-block img {
      margin-bottom: 25px; } }
  @media screen and (max-width: 567px) {
    .wide-banner-type-3-block img {
      margin-bottom: 25px; } }

@media screen and (max-width: 767px) {
  .bottom-banner-img1.last img {
    margin-bottom: 0; } }
@media screen and (max-width: 567px) {
  .bottom-banner-img1.last img {
    margin-bottom: 0; } }

.product-tab-type-2 .tab_2_nav {
  position: absolute;
  right: 50px;
  top: 0px;
  width: 100%;
  display: block; }
  @media screen and (max-width: 1599px) {
    .product-tab-type-2 .tab_2_nav {
      display: none;
      top: -10px; } }
  @media screen and (max-width: 992px) {
    .product-tab-type-2 .tab_2_nav {
      display: none; } }
  @media screen and (max-width: 767px) {
    .product-tab-type-2 .tab_2_nav {
      display: none; } }
  @media screen and (max-width: 567px) {
    .product-tab-type-2 .tab_2_nav {
      display: none; } }

.product-tab-type-2 .product-detail .grid-link__meta .grid-link__org_price {
  font-size: 14px; }
  @media screen and (max-width: 767px) {
    .product-tab-type-2 .product-detail .grid-link__meta .grid-link__org_price {
      font-size: 18px; } }
  @media screen and (max-width: 567px) {
    .product-tab-type-2 .product-detail .grid-link__meta .grid-link__org_price {
      font-size: 18px; } }

.product-tab-type-2 .product-detail .grid-link__title {
  font-size: 16px;
  font-weight: 600;
  font-family: 'Barlow', sans-serif; }
  @media screen and (max-width: 1599px) {
    .product-tab-type-2 .product-detail .grid-link__title {
      font-size: 16px; } }
  @media screen and (max-width: 1199px) {
    .product-tab-type-2 .product-detail .grid-link__title {
      font-size: 16px; } }
  @media screen and (max-width: 767px) {
    .product-tab-type-2 .product-detail .grid-link__title {
      font-size: 18px; } }

@media screen and (max-width: 567px) {
  .product-tab-type-2 ul .owl-item {
    padding: 0 10px; } }

.homepage_blog_article {
  width: 33%;
  float: left;
  padding: 20px 6px 20px 20px; }
  @media screen and (max-width: 992px) {
    .homepage_blog_article {
      display: 100%; } }
  @media screen and (max-width: 767px) {
    .homepage_blog_article {
      width: 100%; } }
  @media screen and (max-width: 567px) {
    .homepage_blog_article {
      width: 100%; } }

@media screen and (max-width: 1199px) {
  .header-type-10 .site-header__menubar {
    border-top: 1px solid #bc0000; } }
@media screen and (max-width: 767px) {
  .header-type-10 .site-header__menubar {
    border-top: 1px solid #bc0000; } }
@media screen and (max-width: 567px) {
  .header-type-10 .site-header__menubar {
    border-top: 1px solid #bc0000; } }

p.slide-top-text {
  font-size: 26px;
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0; }
  @media screen and (max-width: 1199px) {
    p.slide-top-text {
      font-size: 23px; } }
  @media screen and (max-width: 992px) {
    p.slide-top-text {
      font-size: 21px; } }
  @media screen and (max-width: 767px) {
    p.slide-top-text {
      ont-weight: 500;
      font-size: 14px; } }
  @media screen and (max-width: 567px) {
    p.slide-top-text {
      font-weight: 500;
      font-size: 13px; } }

h2.slide-heading, .slide-heading.h2 {
  font-size: 62px;
  line-height: 50px;
  font-family: 'Barlow', sans-serif;
  color: #fff;
  font-weight: 600;
  letter-spacing: -2px; }
  @media screen and (max-width: 1199px) {
    h2.slide-heading, .slide-heading.h2 {
      margin-bottom: 0px; } }
  @media screen and (max-width: 992px) {
    h2.slide-heading, .slide-heading.h2 {
      font-size: 39px;
      line-height: normal;
      margin-bottom: 0; } }
  @media screen and (max-width: 767px) {
    h2.slide-heading, .slide-heading.h2 {
      font-size: 35px;
      line-height: normal;
      margin-bottom: 0; } }
  @media screen and (max-width: 567px) {
    h2.slide-heading, .slide-heading.h2 {
      font-size: 30px;
      line-height: 35px;
      margin-bottom: 0; } }

.grid-banner-type-14 .grid-outer {
  text-align: center; }
  @media screen and (max-width: 1199px) {
    .grid-banner-type-14 .grid-outer {
      margin-bottom: 25px; } }
  @media screen and (max-width: 767px) {
    .grid-banner-type-14 .grid-outer {
      margin-bottom: 25px; } }
  @media screen and (max-width: 567px) {
    .grid-banner-type-14 .grid-outer {
      margin-bottom: 25px; } }

.product-tab-type-2 .section-title {
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 21px;
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  padding-bottom: 10px;
  padding: 18px 20px;
  border-radius: 5px 0px 0px 0px; }
  @media screen and (max-width: 1599px) {
    .product-tab-type-2 .section-title {
      font-size: 18px;
      padding: 10px 15px; } }
  @media screen and (max-width: 1199px) {
    .product-tab-type-2 .section-title {
      font-size: 24px;
      padding: 18px 20px; } }

.product-tab-type-2 ul.site-footer__links {
  overflow: hidden;
  padding: 0px;
  margin: 0px;
  text-align: left;
  padding-top: 8px;
  padding-left: 25px; }
  @media screen and (max-width: 1599px) {
    .product-tab-type-2 ul.site-footer__links {
      padding-top: 0px;
      padding-left: 15px; } }
  @media screen and (max-width: 992px) {
    .product-tab-type-2 ul.site-footer__links {
      padding-bottom: 15px !important; } }

.product-tab-type-2 ul.site-footer__links li a {
  line-height: 35px;
  font-size: 15px;
  margin-left: 0px; }
  @media screen and (max-width: 1599px) {
    .product-tab-type-2 ul.site-footer__links li a {
      line-height: 25px;
      font-size: 15px; } }

.product_single_detail_section .add-to-wishlist {
  margin-top: 15px; }
  @media screen and (max-width: 992px) {
    .product_single_detail_section .add-to-wishlist {
      margin-top: 10px; } }
  @media screen and (max-width: 767px) {
    .product_single_detail_section .add-to-wishlist {
      margin-top: 15px;
      margin-left: 10px; } }
  @media screen and (max-width: 567px) {
    .product_single_detail_section .add-to-wishlist {
      margin-left: 0;
      margin-top: 15px; } }

.product_single_detail_section #AddToCart {
  font-size: 16px;
  padding: 12px 30px;
  letter-spacing: 1px;
  margin-top: 15px;
  float: left; }
  @media screen and (max-width: 992px) {
    .product_single_detail_section #AddToCart {
      font-size: 14px;
      padding: 12px 18px; } }
  @media screen and (max-width: 767px) {
    .product_single_detail_section #AddToCart {
      font-size: 14px;
      padding: 12px 18px; } }
  @media screen and (max-width: 567px) {
    .product_single_detail_section #AddToCart {
      font-size: 14px;
      padding: 12px 18px; } }

.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"] {
  font-size: 16px;
  padding: 12px 30px;
  letter-spacing: 1px; }
  @media screen and (max-width: 1199px) {
    .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-top: 0;
      margin-left: 0px; } }
  @media screen and (max-width: 992px) {
    .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"] {
      font-size: 14px;
      padding: 12px 18px; } }
  @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"] {
      font-size: 14px;
      padding: 12px 18px; } }
  @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"] {
      font-size: 14px;
      padding: 12px 18px;
      margin-left: 0px; } }

@media screen and (max-width: 767px) {
  .spr-header-title {
    text-align: left !important; } }

@media screen and (max-width: 767px) {
  .spr-summary {
    text-align: left !important;
    padding: 10px 0; } }

.single-product-layout-type-4 #desc_pro {
  padding: 10px 25px;
  margin-top: 0; }
  @media screen and (max-width: 567px) {
    .single-product-layout-type-4 #desc_pro {
      padding-top: 0; } }

.template-product ul.dt-sc-tabs li a {
  position: relative;
  border: medium none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: 'Barlow', sans-serif;
  text-transform: uppercase;
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 28px;
  border-radius: 5px;
  margin-left: 10px; }
  @media screen and (max-width: 567px) {
    .template-product ul.dt-sc-tabs li a {
      display: block;
      margin-left: 0; } }

.template-product ul.dt-sc-tabs {
  padding: 20px 24px 0px; }
  @media screen and (max-width: 567px) {
    .template-product ul.dt-sc-tabs {
      padding: 0; } }

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

.yj6qo.ajU {
  display: none; }

.related-products-container .nav_featured {
  position: absolute;
  right: 5px;
  top: -35px; }
  @media screen and (max-width: 567px) {
    .related-products-container .nav_featured {
      top: -20px; } }

.cart__row small {
  font-size: 1.1em; }

.blog_sidebar {
  padding-left: 30px; }
  @media screen and (max-width: 992px) {
    .blog_sidebar {
      padding-left: 0; } }
  @media screen and (max-width: 767px) {
    .blog_sidebar {
      padding-left: 0; } }

.blog-section ul.product-categories li {
  display: block;
  font-size: 14px;
  line-height: 28px;
  text-transform: capitalize; }
  @media screen and (max-width: 992px) {
    .blog-section ul.product-categories li {
      font-size: 16px; } }
  @media screen and (max-width: 767px) {
    .blog-section ul.product-categories li {
      font-size: 16px; } }

.blog-section .article-detail p {
  font-size: 12px; }
  @media screen and (max-width: 767px) {
    .blog-section .article-detail p {
      font-size: 14px; } }

.blog-section .recent_article h4, .blog-section .recent_article .h4 {
  font-size: 20px;
  font-family: 'Barlow', sans-serif;
  text-transform: capitalize;
  padding-bottom: 15px;
  font-weight: 500;
  margin-top: 0px;
  letter-spacing: normal; }
  @media screen and (max-width: 1599px) {
    .blog-section .recent_article h4, .blog-section .recent_article .h4 {
      margin-bottom: 20px;
      padding-bottom: 15px;
      font-size: 20px; } }
  @media screen and (max-width: 992px) {
    .blog-section .recent_article h4, .blog-section .recent_article .h4 {
      font-size: 23px;
      margin-bottom: 20px;
      padding-bottom: 15px; } }
  @media screen and (max-width: 767px) {
    .blog-section .recent_article h4, .blog-section .recent_article .h4 {
      font-size: 23px;
      margin-bottom: 20px;
      padding-bottom: 15px; } }

@media screen and (max-width: 567px) {
  .customer-address-title p a.btn, .customer-address-title p a.btn--secondary, .customer-address-title p a.btn--tertiary {
    margin-bottom: 10px; } }

.pro-tabs-inner .owl-stage-outer {
  margin-top: 30px; }
  @media screen and (max-width: 767px) {
    .pro-tabs-inner .owl-stage-outer {
      margin-top: 20px; } }

.header-type-10 .site-header {
  margin-bottom: 25px; }

.template-product .header-type-10 .site-header {
  margin-bottom: 15px; }
  @media screen and (max-width: 1599px) {
    .template-product .header-type-10 .site-header {
      margin-bottom: 10px; } }

.template-collection .header-type-10 .site-header {
  margin-bottom: 15px; }
  @media screen and (max-width: 1599px) {
    .template-collection .header-type-10 .site-header {
      margin-bottom: 10px; } }

.template-blog .header-type-10 .site-header {
  margin-bottom: 15px; }
  @media screen and (max-width: 1599px) {
    .template-blog .header-type-10 .site-header {
      margin-bottom: 10px; } }

.template-article .header-type-10 .site-header {
  margin-bottom: 15px; }
  @media screen and (max-width: 1599px) {
    .template-article .header-type-10 .site-header {
      margin-bottom: 10px; } }

.template-customers-account .header-type-10 .site-header {
  margin-bottom: 15px; }
  @media screen and (max-width: 1599px) {
    .template-customers-account .header-type-10 .site-header {
      margin-bottom: 10px; } }

.template-customers-login .header-type-10 .site-header {
  margin-bottom: 15px; }
  @media screen and (max-width: 1599px) {
    .template-customers-login .header-type-10 .site-header {
      margin-bottom: 10px; } }

.template-customers-addresses .header-type-10 .site-header {
  margin-bottom: 12px; }
  @media screen and (max-width: 1599px) {
    .template-customers-addresses .header-type-10 .site-header {
      margin-bottom: 10px; } }

.contact-page .header-type-10 .site-header {
  margin-bottom: 15px; }
  @media screen and (max-width: 1599px) {
    .contact-page .header-type-10 .site-header {
      margin-bottom: 10px; } }

.template-page .header-type-10 .site-header {
  margin-bottom: 15px; }
  @media screen and (max-width: 1599px) {
    .template-page .header-type-10 .site-header {
      margin-bottom: 10px; } }

.quick-view h4.product-title, .quick-view .product-title.h4 {
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 18px; }

.table > tbody > tr > th {
  text-transform: capitalize; }

.section-header h1.section-header-title, .section-header .section-header-title.h1 {
  font-size: 24px;
  font-weight: 600;
  /* letter-spacing: 1px; */
  text-transform: capitalize;
  /* font-family: 'Rubik', sans-serif; */
  /* padding: 3px 25px; */
  font-family: 'Barlow', sans-serif;
  margin: 0px; }

.collection-list .section-header {
  margin-bottom: 0px; }

.cartOuter {
  border-radius: 5px;
  /* position: relative; */
  overflow: hidden; }

.collection_sidebar .widget_top_rated_products {
  margin-bottom: 30px; }

.table > tbody > tr > td {
  text-transform: capitalize; }

.compare_modal .modal-body {
  padding: 0px !important; }

.newsletter-section.widget {
  padding: 20px; }

.newsletter-section.widget h4.newslet_title, .newsletter-section.widget .newslet_title.h4 {
  text-transform: capitalize;
  font-size: 20px;
  font-family: 'Barlow', sans-serif;
  padding-bottom: 15px;
  font-weight: 500;
  margin-top: 0px;
  letter-spacing: normal;
  margin-bottom: 15px; }

.newsletter-section.widget p {
  font-size: 13px;
  margin-bottom: 10px; }

.sorting-section .btn span, .sorting-section .btn--secondary span, .sorting-section .btn--tertiary span, .sorting-section input[type="submit"] span {
  text-transform: capitalize !important; }

.grid-uniform.list-collection-products {
  background: #ffffff;
  padding: 20px;
  border-radius: 5px; }

#SearchDrawer {
  display:none;
}

.product-btns-custom form
{
    padding: 10px 0px;
   /* border: 1px solid #c2c2c2;*/
    width: 50%;
    font-weight:700;
    margin-top: 20px;
    text-align: center;
}

.product-btns-custom form:hover a
{
    color:#fff;
}

.product-btns-custom form:hover
{
  color:#fff;
  background-color: #3e4245;
}
.custom-filters-heading{
  width:40%;
  float:left;
}
.custom-filters-brands {
  width:60%;
  float:left;
}
.custom-filters-brands select {
  float:right;
  margin: -20px 20px 10px 0px;
}
 @media screen and (max-width: 734px) 
{
   .custom-filters-brands {
        width:100%;
        float:left;
      }
  .custom-filters-heading{
  width:100%;
  float:left;
      }
  .custom-filters-brands select 
    {
      width:46%;
      float:left;
      margin: 10px 0px 10px 0px;
      }
  
 }
 @media screen and (max-width: 500px) {
   .flexslider {
     min-height:154px;
   }
   .login-menu li {
    
      display:inline;
      padding: 10px 15px;
  }
 }

.add-cart-btn {
  font-size:1em;
}
 @media screen and (max-width: 400px) 
{
  .product_price{
    min-height:52px;
  }
  .flexslider-desktop{
      display:none;
  }

}

 @media screen and (min-width: 401px) 
{
  .flexslider-mobile{
      display:none;
  }
}
.flexslider-mobile .slides
{
  max-height:160px;
}

.filter-form {
 padding:20px;
}
.filter-group-display__list-item input[type="checkbox"]
{
  margin-right:5px;
}
.filter-group-display__header-selected {
  border-radius: 5px;
    background: #0f6cb2;
    color: #ffffff;
    padding: 2px 10px;
}


.filter-form .filter-group-summary
{
    font-weight: 600;
    font-size: 16px;
}
.filter-form ul {
  list-style:none;
}
@media screen and (min-width: 992px) {

.fixed-filter{
       
       z-index:9;
        padding: 40px;
          background-color: #fff;
      } 
  .fixed-filter h4
    {
      font-size:22px
    }
}

.filter-group {
  cursor:pointer;
}
.media-videos li
{
  list-style:none;
  display:inline-block;
  padding-right: 10px;
    text-align:center;
}
.media-videos {
  padding: 10px 0px;
    clear: both;
}
.media-videos iframe {
  border-radius: 10px;
}
.youtube_video{
  width:100%;
  min-height:400px;
}
.youtube_thumb{
  width:100px;
  height:100px;
}

.you-overlay
  {
    width: 100px;
    height: 100px;
    /* background-color: aqua; */
    position: absolute;
}