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

  Some things to know about this file:
    - Sass is compiled on Shopify's server so you don't need to convert it to CSS yourself
    - The output CSS is compressed and comments are removed
    - This file merges your stylesheets into one master at assets/timber.scss.liquid
==============================================================================*/
/*================ 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 ================*/
.flexslider {
  font-family: Poppins; }

/*================ 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 ================*/
:focus, .btn.active.focus, .active.focus.btn--secondary, .active.focus.btn--tertiary, input.active.focus[type="submit"], .btn.active:focus, .active.btn--secondary:focus, .active.btn--tertiary:focus, input.active[type="submit"]:focus, .btn.focus, .focus.btn--secondary, .focus.btn--tertiary, input.focus[type="submit"], .btn:active.focus, .btn--secondary:active.focus, .btn--tertiary:active.focus, input[type="submit"]:active.focus, .btn:active:focus, .btn--secondary:active:focus, .btn--tertiary:active:focus, input[type="submit"]:active:focus, .btn:focus, .btn--secondary:focus, .btn--tertiary:focus, input[type="submit"]:focus {
  outline: none; }

body {
  background-color: white; }

.wrapper {
  *zoom: 1;
  max-width: 100%;
  margin: 0 auto;
  clear: both; }
  .wrapper:after {
    content: "";
    display: table;
    clear: both; }

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

hr {
  clear: both;
  border-top: solid #e4e4e4;
  border-width: 1px 0 0;
  margin: 15px 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; }

@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 100%; } }
@media (min-width: 1200px) and (max-width: 1409px) {
  .container {
    width: 1170px; } }
@media (min-width: 1410px) {
  .container {
    width: 1380px; } }
/*================ Partials | Typography styles ================*/
.list-inline {
  margin: 0;
  padding: 0; }

.list-inline > li {
  padding: 0; }

body,
input,
textarea,
button,
select {
  letter-spacing: 0.5px;
  font-size: 14px;
  line-height: 1.7;
  font-family: Rubik;
  color: #313131;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }
  @media screen and (max-width: 967px) {
    body,
    input,
    textarea,
    button,
    select {
      font-size: 14px; } }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0 0 15px;
  line-height: 1.4;
  letter-spacing: 0.5px;
  color: #282828; }
  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: 64px;
  text-transform: none;
  letter-spacing: 0; }
  @media screen and (max-width: 567px) {
    h1, .h1 {
      font-size: 60px; } }

h2, .h2 {
  font-size: 36px;
  letter-spacing: 1px; }
  @media screen and (max-width: 567px) {
    h2, .h2 {
      font-size: 32px; } }

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

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

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

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

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

em {
  font-style: italic; }

b, strong {
  font-weight: 500; }

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

.inline-list li {
  display: inline-block;
  list-style: none; }
  @media screen and (max-width: 767px) {
    .inline-list li {
      display: inline-block; } }

.inline-list li:last-child {
  margin-right: 0; }

/*================ Partials | Tables ================*/
table {
  background-color: #fff;
  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: 0; }

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

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

/* Gutterless grids have all the properties of regular grids, minus any spacing. */
.grid--full {
  margin-left: 0; }
  .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%; }

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

.two-thirds {
  width: 66.656%; }

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

.two-quarters {
  width: 50%; }

.three-quarters {
  width: 75%; }

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

.two-fifths {
  width: 40%; }

.three-fifths {
  width: 60%; }

.four-fifths {
  width: 80%; }

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

.two-sixths {
  width: 33.333%; }

.three-sixths {
  width: 50%; }

.four-sixths {
  width: 66.666%; }

.five-sixths {
  width: 83.333%; }

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

.two-eighths {
  width: 25%; }

.three-eighths {
  width: 37.5%; }

.four-eighths {
  width: 50%; }

.five-eighths {
  width: 62.5%; }

.six-eighths {
  width: 75%; }

.seven-eighths {
  width: 87.5%; }

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

.two-tenths {
  width: 20%; }

.three-tenths {
  width: 30%; }

.four-tenths {
  width: 40%; }

.five-tenths {
  width: 50%; }

.six-tenths {
  width: 60%; }

.seven-tenths {
  width: 70%; }

.eight-tenths {
  width: 80%; }

.nine-tenths {
  width: 90%; }

.left {
  float: left !important; }

.right {
  float: right !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .medium--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 (max-width: 767px) {
  /** Whole */
  .medium-down--one-whole {
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .medium-down--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 (min-width: 768px) and (max-width: 967px) {
  /** Whole */
  .large--one-whole {
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .large--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: 968px) and (max-width: 1199px) {
  /** Whole */
  .post-large--one-whole {
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .post-large--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: 1200px) and (max-width: 5000px) {
  /** Whole */
  .wide--one-whole {
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .wide--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; } }
/*============================================================================
  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
==============================================================================*/
svg {
  vertical-align: middle;
  transition: 0.3s ease; }

.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: #313131;
  text-decoration: none;
  background: transparent; }
  a:hover, a:focus, .text-link:hover, .text-link:focus {
    color: #518432; }

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: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }

.sidebar-tag input[type="checkbox"] + label {
  padding: 5px 25px;
  margin: 0;
  text-transform: capitalize; }

.btn, .btn--secondary,
input.btn--secondary, .btn--tertiary,
input.btn--tertiary, input[type="submit"], .dt-sc-button {
  background: #518432;
  border: none;
  color: white; }
  .btn:hover, .btn--secondary:hover, .btn--tertiary:hover, input[type="submit"]:hover, .dt-sc-button:hover {
    background-color: #000;
    color: #ffffff;
    border-color: #000; }

.btn, .btn--secondary,
input.btn--secondary, .btn--tertiary,
input.btn--tertiary, input[type="submit"], .dt-sc-button {
  display: inline-block;
  font-weight: normal;
  padding: 8px 10px;
  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: capitalize;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  outline: none;
  /*================ Set primary button colors - can override later ================*/ }
  .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: #000;
    color: #ffffff;
    border-color: #000; }

.btn--small {
  padding: 4px 5px;
  font-size: em(12px); }

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

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

.btn--tertiary,
input.btn--tertiary {
  margin: 0;
  background-color: white;
  color: #518432;
  border: 1px solid #e4e4e4; }
  .btn--tertiary:hover,
  input.btn--tertiary:hover {
    opacity: 1;
    background-color: #518432; }
  .btn--tertiary:active, .btn--tertiary:focus,
  input.btn--tertiary:active,
  input.btn--tertiary:focus {
    background-color: #3a5f24; }

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 ================*/
label {
  font-weight: 500; }

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 10px 0;
  outline: none; }

input, textarea, select, fieldset {
  max-width: 100%; }
  input.input-full, textarea.input-full, select.input-full, fieldset.input-full {
    width: 100%; }

input, select, textarea {
  padding: 10px 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 #eee;
  max-width: 100%; }
  input[type="text"]:focus,
  input[type="search"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="file"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  textarea:focus,
  select:focus {
    border: 1px solid #518432; }
  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.shopify.com/s/files/1/0270/9104/2404/t/2/assets/ico-select.svg?v=2311470713116691728");
  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; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: 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; }

/*================ 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::-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.shopify.com/s/files/1/0270/9104/2404/t/2/assets/icons.eot?v=11209286326998609397");
  src: url("//cdn.shopify.com/s/files/1/0270/9104/2404/t/2/assets/icons.eot?v=11209286326998609397#iefix") format("embedded-opentype"), url("//cdn.shopify.com/s/files/1/0270/9104/2404/t/2/assets/icons.woff?v=6911760552366072133") format("woff"), url("//cdn.shopify.com/s/files/1/0270/9104/2404/t/2/assets/icons.ttf?v=11565561628289629118") format("truetype"), url("//cdn.shopify.com/s/files/1/0270/9104/2404/t/2/assets/icons.svg?v=10030422846255678419#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; }

/*  breadcrumb  */
.breadcrumb a,
.tags a {
  color: #313131; }
  .breadcrumb a:hover, .breadcrumb a:focus, .breadcrumb a:active,
  .tags a:hover,
  .tags a:focus,
  .tags a:active {
    color: #518432; }

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

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

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

.footerbg .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) {
    .footerbg .footer-logo {
      position: static;
      padding-left: 20px;
      padding-bottom: 20px; } }
  @media screen and (max-width: 567px) {
    .footerbg .footer-logo {
      position: static;
      padding-left: 15px;
      padding-right: 15px; } }

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

.footerbg .footer_container {
  float: right;
  width: 480px; }
  @media screen and (max-width: 1559px) {
    .footerbg .footer_container {
      width: 460px; } }
  @media screen and (max-width: 1199px) {
    .footerbg .footer_container {
      width: 370px; } }
  @media screen and (max-width: 967px) {
    .footerbg .footer_container {
      width: 270px; } }
  @media screen and (max-width: 767px) {
    .footerbg .footer_container {
      width: 100%; } }

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

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

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

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

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

/*================ Module | Footer ================*/
.site-footer a:hover {
  color: #518432 !important; }

.site-footer {
  margin-top: 60px;
  background: #fff; }
  .site-footer form {
    margin-bottom: 0;
    margin-top: 25px; }
  .site-footer .text-center input {
    margin-left: auto;
    margin-right: auto;
    border: none; }
  .site-footer p {
    margin-bottom: 0; }
  .site-footer ul {
    margin-bottom: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

/*================ 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 > li {
  display: inline-block; }

.pagination-custom > li > a,
.pagination-custom > li > span {
  position: relative;
  padding: 8px 0 0 0;
  line-height: 1.42;
  text-decoration: none;
  background: #518432;
  color: #fff;
  margin-right: 2px;
  border-radius: 4px;
  display: inline-block;
  min-width: 35px;
  min-height: 35px;
  text-align: center;
  transition: 0.3s ease; }
  .pagination-custom > li > a:hover,
  .pagination-custom > li > span:hover {
    background: #000;
    color: white; }

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

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

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

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

.section-header__title {
  color: #282828; }

.relpro .section-header__title {
  color: #282828; }

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

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

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

@media screen and (min-width: 768px) {
  .section-header {
    display: table;
    width: 100%;
    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: #313131; }
@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: 73px; }
  @media screen and (max-width: 1199px) {
    .site-header__menubar {
      padding: 0 10px 0 10px; } }
  @media screen and (max-width: 967px) {
    .site-header__menubar {
      padding: 0 5px 0 5px; } }
  @media screen and (max-width: 767px) {
    .site-header__menubar {
      height: auto;
      padding: 10px 7px; } }

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

.site-header__logo a {
  max-width: 192px;
  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; }

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

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

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

.meta-sep {
  position: relative;
  top: -1px;
  padding: 0 5px;
  font-size: 0.7em; }

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;
  border-radius: 4px; }

/*================ Templates | Cart Page ================*/
.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; }
.cart__row .js-qty {
  margin: 0; }

.cart__image {
  display: block;
  margin-right: 15px; }

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

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

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

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

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

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

.singlepro__photos {
  margin-bottom: 30px; }

.singlepro__photos a, .singlepro__photos img,
.singlepro__thumbnails a,
.singlepro__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; }

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

.singlepro__price {
  color: #313131;
  font-size: 19.6px; }

.singlepro__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: 967px) {
    .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: 967px) {
    .change-view {
      width: 37px;
      height: 37px; } }
  @media screen and (max-width: 567px) {
    .change-view {
      float: none;
      display: inline-block;
      text-align: center;
      margin-left: -3px; } }
  .change-view:hover, .change-view:focus {
    color: #518432; }

a {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }

.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: #ffffff;
  margin: 0px;
  text-transform: uppercase;
  text-align: center;
  font-size: em(12px);
  line-height: 1.1;
  z-index: 1; }

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

/* Header  */
.headertop .menu-tool ul li a {
  padding: 24px 20px; }
  @media screen and (max-width: 1199px) {
    .headertop .menu-tool ul li a {
      padding: 24px 10px; } }
  @media screen and (max-width: 967px) {
    .headertop .menu-tool ul li a {
      padding: 24px 7px; } }

.headertop .customer_account {
  position: relative;
  float: none; }
  @media screen and (max-width: 767px) {
    .headertop .customer_account {
      text-align: left; } }

.headertop .menu-tool {
  width: 100%; }

.headertop .menu_icon .hmuser {
  cursor: pointer;
  font-size: 18px;
  padding: 0 0 0 10px; }
  @media screen and (max-width: 767px) {
    .headertop .menu_icon .hmuser {
      font-size: 16px; } }

.headertop .menu_search li.header-search {
  width: 300px;
  padding: 0; }
  @media screen and (max-width: 767px) {
    .headertop .menu_search li.header-search {
      float: left;
      width: auto;
      margin: 0 0 0px; } }
  @media screen and (max-width: 567px) {
    .headertop .menu_search li.header-search {
      width: auto;
      padding: 0; } }

.headertop .menu_search.menu_icon {
  z-index: 1; }

.headertop .menu_icon .customer_account li a {
  padding: 0 0 10px;
  line-height: normal; }

.headertop .menu-tool {
  float: left;
  width: 100%; }
  @media screen and (max-width: 1199px) {
    .headertop .menu-tool {
      padding: 0 15px; } }

.headertop .menubar-section .hmuser i, .headertop .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; }

.headertop .site-header__menubar {
  border: 1px solid #e4e4e4;
  height: auto; }
  @media screen and (max-width: 1199px) {
    .headertop .site-header__menubar {
      padding: 0 10px; } }
  @media screen and (max-width: 767px) {
    .headertop .site-header__menubar {
      padding: 0 10px; } }

@media screen and (max-width: 767px) {
  .headertop .search-bar__form {
    background: none !important;
    border: none !important;
    float: none;
    display: inline-block; } }

@media screen and (max-width: 767px) {
  .headertop .search-bar__form button {
    line-height: 50px;
    padding: 0 15px;
    font-size: 16px; } }

@media screen and (max-width: 767px) {
  .headertop .cur > li.currency > .dropdown-toggle {
    font-size: 16px; } }

@media screen and (max-width: 767px) {
  .headertop .cur > li.currency .flag-dropdown-menu {
    padding: 10px 0 !important; } }

.headertop .header_toggle.active + .header_slide_element {
  top: 0; }

.headertop .slidersearch.header_slide_element {
  -webkit-transform: translate(100%, 0%);
  transform: translate(100%, 0%); }
  @media screen and (max-width: 767px) {
    .headertop .slidersearch.header_slide_element {
      -webkit-transform: translate(0%, 0%);
      transform: translate(0%, 0%);
      padding: 0; } }

.headertop .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) {
    .headertop .slidersearch.header_slide_element {
      padding: 0; } }

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

.headertop .search-bar__form {
  border: none; }

.headertop .is-sticky .site-header__menubar .site-header__logo, .headertop .is-sticky .menu_icon li.header-search, .headertop .is-sticky #minicart_total, .headertop .is-sticky .menu_icon li:last-child
.headertop .menu_icon {
  min-height: 0; }

.headertop .sb-search {
  z-index: 1; }

#minicart_total {
  text-transform: capitalize;
  margin-left: 3px; }

a:hover, a:focus, .a:active {
  outline: none;
  text-decoration: none; }

#acdrop {
  background-color: #fff;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.175);
  width: 200px;
  padding: 15px 10px;
  line-height: 25px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: 9;
  transition: all 0.4s ease-in-out;
  transform-origin: 0 0;
  border-radius: 4px; }

.slidedown_section:hover #acdrop, .wrapper-top-cart:hover #slidedown-cart {
  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:hover #acdrop {
  opacity: 1;
  visibility: visible; }

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

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

#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 .selection-box {
  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: 967px) {
    #currencies-picker .selection-box:before {
      right: 3px; } }

.menubar-section .hmuser {
  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: 967px) {
    #menubar-section ul li a.icon-cart-arrow {
      padding: 33px 10px 33px 10px; } }

.header-bar {
  float: left;
  width: 100%;
  padding: 5px 15%; }
  @media screen and (max-width: 1199px) {
    .header-bar {
      padding: 0 10px; } }
  @media screen and (max-width: 967px) {
    .header-bar {
      padding: 0; } }
  @media screen and (max-width: 767px) {
    .header-bar {
      border: none; } }

.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: 967px) {
    .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; }

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

.wbcartbox textarea {
  width: 85%; }

/* Menu */
@media screen and (max-width: 767px) {
  .sb-icon-search {
    background: #000000;
    color: #ffffff; } }

.sb-search-submit:hover, .sb-search.sb-search-open .sb-icon-search {
  background: #000000;
  color: #ffffff; }
  @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; }

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

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

/* Home page */
.collectionItems .wide--one-half {
  width: 49.25%;
  margin-right: 1.5%;
  margin-top: 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-bottom: 3%;
  margin-top: 0; }
  @media screen and (max-width: 567px) {
    .full-width-grid-banner.wide--one-half {
      width: 100%;
      margin: 0 0 15px; } }

.full-width-grid-banner.wide--one-half:last-child {
  margin-right: 0; }

/* Sorting */
.portfolio-container {
  margin-top: 60px; }

.column.no-space.dt-sc-one-fourth {
  width: 24.96%;
  padding: 15px;
  margin-bottom: 20px; }
  @media screen and (max-width: 967px) {
    .column.no-space.dt-sc-one-fourth {
      padding: 5px; } }
  @media screen and (max-width: 767px) {
    .column.no-space.dt-sc-one-fourth {
      width: 50%;
      padding: 5px; } }
  @media screen and (max-width: 567px) {
    .column.no-space.dt-sc-one-fourth {
      width: 100%; } }

div.pp_default .pp_social {
  display: none; }

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

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

.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: 75%;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 3px solid #000000; }

.flex-prev:before {
  content: "\f2ea";
  font-family: "Material-Design-Iconic-Font";
  float: left; }

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

.collection_sidebar .widget {
  position: relative; }

.collection_sidebar .widget.widget_top_rated_products ul, .widget_promo_img.widget ul {
  border: none; }

.tab-inner {
  float: left;
  width: 100%;
  position: relative; }

.selector-wrapper .selector-arrow {
  position: relative;
  float: left;
  width: 25%; }
  @media screen and (max-width: 967px) {
    .selector-wrapper .selector-arrow {
      width: 40%; } }
  @media screen and (max-width: 567px) {
    .selector-wrapper .selector-arrow {
      width: 56%; } }

/* products detail section */
.dis-price, .quick-view .compare-price, #ComparePrice {
  display: inline-block;
  letter-spacing: 0;
  font-weight: 500;
  text-decoration: line-through;
  color: #bcbcbc;
  font-size: 12px; }

#ComparePrice {
  display: inline-block !important; }

.product_single_price {
  margin-bottom: 15px; }

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

.site-footer__links a:hover {
  color: #518432; }

.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: 967px) {
    .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;
  display: inline-block;
  text-transform: capitalize;
  line-height: 35px;
  transition: 0.3s ease;
  letter-spacing: 0.5px;
  font-weight: normal; }

.social-icons li {
  list-style: none; }

.social-icons a {
  min-width: 35px;
  min-height: 35px;
  text-align: center;
  transition: 0.3s ease;
  display: inline-block;
  border-radius: 4px;
  background: #f5f5f5;
  color: #555;
  padding: 6px 0 0 0;
  font-size: 14px; }

.header_social {
  list-style: none; }

.social-icons a:hover {
  background: #518432;
  color: #fff !important; }

.fspc h4, .fspc .h4 {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: normal;
  margin-bottom: 20px; }

#fcontact h4, #fcontact .h4, .header_social h4, .header_social .h4 {
  margin-top: 30px; }

.header_social {
  margin-top: 20px; }

#fcontact svg {
  fill: #518432;
  margin-right: 10px; }

#fcontact .address {
  text-transform: capitalize; }

.footdes {
  color: #767676;
  line-height: 25px;
  font-size: 13px;
  margin: 30px 0; }

.fspc {
  padding: 60px 0; }

.foot-payment li svg {
  width: 45px;
  height: 45px; }

#instafeed a {
  float: left;
  width: 33.33%;
  margin-bottom: 5px;
  padding-right: 5px; }

.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;
  width: 40px;
  height: 25px; }

.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: 967px) {
  .footer-icons .payment-icons li img {
    width: 35px; } }
@media screen and (max-width: 767px) {
  .footer-icons .payment-icons li img {
    width: 50px; } }
@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: 20px 4%; }
  @media screen and (max-width: 967px) {
    .copyright-section {
      padding: 20px 1%; } }

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

.sale .badge__text, .sale, .psold-out {
  position: absolute;
  top: 10px;
  color: #fff;
  left: 10px;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 4px;
  display: inline-block;
  font-weight: normal;
  letter-spacing: 0.3px;
  background: #518432;
  padding: 0 5px; }

/* 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.shopify.com/s/files/1/0270/9104/2404/t/2/assets/Preloader_2.gif?1150) center no-repeat white; }

.product-img-box .product-photo-container {
  position: relative;
  overflow: hidden;
  text-align: center; }

.product-img-box .p-video {
  text-align: center; }

.zoomWrapper > div {
  width: 64px !important;
  height: 64px !important;
  background-color: white !important;
  left: 50% !important;
  margin: -32px 0 0 -32px !important;
  top: 50% !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 99 !important; }

.zoomWrapper img:nth-child(2) {
  display: none; }

/* goto top */
#toTop {
  position: fixed;
  right: 20px;
  bottom: 80px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: #518432;
  outline: none;
  z-index: 2;
  border-radius: 4px;
  line-height: 28px;
  text-align: center; }

#toTop::after {
  pointer-events: none;
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px;
  z-index: 1;
  content: '';
  box-sizing: content-box;
  transform: scale(0);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.41, 0.12, 1, 1);
  background: #000;
  border-radius: 4px; }

#toTop:hover::after {
  transform: scale(1);
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.41, 0.12, 1, 1); }

#toTop i {
  color: #fff;
  font-size: 25px;
  line-height: 35px;
  vertical-align: middle;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

#toTop:hover i {
  color: #fff;
  position: relative;
  z-index: 5; }

#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: 8px; }

#slidedown-cart .actions {
  padding: 0 0 15px 0; }

#slidedown-cart li a.product-image {
  float: left;
  margin-right: 15px;
  width: 70px;
  height: auto; }

#slidedown-cart .text-cart {
  margin-left: 5px; }
  @media screen and (max-width: 567px) {
    #slidedown-cart .text-cart {
      margin-left: 0; } }

#slidedown-cart .product-details {
  float: left;
  width: 60%; }

#slidedown-cart .btn-remove {
  position: absolute;
  right: 0px;
  top: 7px; }

#slidedown-cart li .product-name a {
  font-size: 14px; }

#slidedown-cart ul {
  padding: 10px;
  overflow-y: auto;
  max-height: 394px; }

#slidedown-cart li {
  border-radius: 0;
  position: relative; }

#slidedown-cart .product-name {
  margin: 0;
  text-transform: capitalize;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0; }

#slidedown-cart .has-items .summary {
  padding: 0 10px; }

#slidedown-cart .product-name:hover {
  color: #518432; }

#slidedown-cart .actions {
  text-align: center; }

#slidedown-cart .no-items {
  padding: 15px 25px;
  text-align: center; }

/* product */
.propage .add-to-wishlist .btn, .propage .add-to-wishlist .btn--secondary, .propage .add-to-wishlist .btn--tertiary, .propage .add-to-wishlist input[type="submit"] {
  margin-left: 10px; }

.propage .product-arrows span a {
  color: #ffffff; }

.propage .social-sharing {
  margin: 0px 0 0; }
  @media screen and (max-width: 1199px) {
    .propage .social-sharing {
      margin: 20px 0 0; } }
  @media screen and (max-width: 767px) {
    .propage .social-sharing {
      margin: 0px 0 0; } }

.propage .selector-wrapper-secton select {
  padding: 5px 10px;
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
  border-top: none;
  border-left: none;
  border-right: none; }

.propage label {
  color: #313131;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0px;
  float: left;
  width: 165px; }

.singlepro__quantity .quantity-box {
  float: left;
  margin-right: 15px;
  margin-bottom: 20px; }

.singlepro__quantity.is-hidden {
  display: none; }
.singlepro__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 .quantity {
  border-radius: 0;
  border: none;
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  float: left;
  margin: 0px 0 0px 0;
  padding: 0; }

.quick-view label {
  float: left;
  width: 130px;
  margin-top: 10px; }

.singlepro__quantity input {
  border: none; }

.singlepro__quantity label {
  color: #313131;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 15px;
  float: left; }

.singlepro__quantity .qty-buttons {
  float: left; }

.singlepro__quantity .qtyplus:hover, .singlepro__quantity .qtyminus:hover {
  opacity: 0.7; }

.quick-view .quickqtyplus, .quick-view .quickqtyminus {
  border: 1px solid #eee;
  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; }

.singlepro__quantity .qtyplus, .singlepro__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; }

.propage .product_single_buttons .btn, .propage .product_single_buttons .btn--secondary, .propage .product_single_buttons .btn--tertiary, .propage .product_single_buttons input[type="submit"] {
  display: inline-block;
  margin: 0 0 0px; }
  @media screen and (max-width: 767px) {
    .propage .product_single_buttons .btn, .propage .product_single_buttons .btn--secondary, .propage .product_single_buttons .btn--tertiary, .propage .product_single_buttons input[type="submit"] {
      margin-bottom: 20px; } }

.propage .product_single_buttons .wishlist.btn, .propage .product_single_buttons .wishlist.btn--secondary, .propage .product_single_buttons .wishlist.btn--tertiary, .propage .product_single_buttons input.wishlist[type="submit"] {
  padding: 14px; }

.propage .product_single_buttons {
  width: 100%;
  margin: 0px 0 0; }
  @media screen and (max-width: 567px) {
    .propage .product_single_buttons {
      text-align: left; } }

.propage .singlepro__quantity {
  float: left;
  width: 100%;
  margin-bottom: 20px; }

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

.singlepro .wishlist, .singlepro button.wishlist {
  float: left;
  margin: 0px 0 20px 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  @media screen and (max-width: 967px) {
    .singlepro .wishlist, .singlepro button.wishlist {
      margin-left: 5px; } }
  @media screen and (max-width: 767px) {
    .singlepro .wishlist, .singlepro button.wishlist {
      margin: 0px 0 20px 10px; } }

.singlepro .wishlist i, .singlepro button.wishlist i {
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  border: 1px solid #e4e4e4; }

.breadcrumb {
  background: #f5f5f5;
  text-transform: capitalize;
  padding: 7px 15px;
  margin: 0 0 20px 0;
  border-radius: 4px; }
  .breadcrumb a {
    display: inline;
    font-size: 14px;
    color: #313131; }

.breadcrumb__sep {
  margin: 0 10px; }

.social-sharing a {
  margin-right: 15px; }

.breadcrumb h1, .breadcrumb .h1 {
  text-transform: capitalize;
  color: #313131; }

.breadcrumb a:hover {
  color: #518432; }

.singlepro h4, .singlepro .h4 {
  font-weight: bold;
  color: #313131;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 13px; }

.singlepro .gallery {
  list-style: none; }

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

.singlepro .share-facebook {
  border-radius: 0;
  background: none;
  padding: 0px;
  font-size: 16px; }
  @media screen and (max-width: 567px) {
    .singlepro .share-facebook {
      font-size: 11px; } }

.singlepro .share-twitter {
  border-radius: 0;
  background: none;
  padding: 0px;
  font-size: 16px; }
  @media screen and (max-width: 567px) {
    .singlepro .share-twitter {
      font-size: 11px; } }

.singlepro .share-pinterest {
  border-radius: 0;
  background: none;
  padding: 0px;
  font-size: 16px; }
  @media screen and (max-width: 567px) {
    .singlepro .share-pinterest {
      font-size: 11px; } }

.singlepro .share-fancy {
  border-radius: 0;
  background: none;
  padding: 0px;
  font-size: 16px; }
  @media screen and (max-width: 567px) {
    .singlepro .share-fancy {
      font-size: 11px; } }

.singlepro .share-google {
  border-radius: 0;
  background: none;
  padding: 0px;
  font-size: 16px; }
  @media screen and (max-width: 567px) {
    .singlepro .share-google {
      font-size: 11px; } }

.singlepro .social-sharing a {
  float: left;
  margin: 0; }

.singlepro .social-sharing a.share-facebook:hover {
  background: #35538f;
  color: #fff; }

.singlepro .social-sharing a.share-twitter:hover {
  background: #34b3d3;
  color: #fff; }

.singlepro .social-sharing a.share-pinterest:hover {
  background: #b70400;
  color: #fff; }

.singlepro .social-sharing a.share-fancy:hover {
  background: #d53e2b;
  color: #fff; }

.singlepro .social-sharing a.share-google:hover {
  background: #d53e2b;
  color: #fff; }

/* Collection */
#xsfilter .filter.tags {
  margin-bottom: 15px; }

.per-page-section ul {
  list-style: none;
  margin: 0px;
  padding: 0; }

.widget ul {
  float: left;
  width: 100%;
  margin: 0 0 30px;
  padding: 0 0 30px 0px;
  border-bottom: 1px solid #e4e4e4;
  list-style: none; }

.widget .widget_product_categories h4, .widget .widget_product_categories .h4 {
  margin-bottom: 20px; }

.widget h4, .widget .h4 {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
  position: relative;
  margin-top: 0;
  margin-bottom: 10px; }

.listview.active, .gridview.active {
  color: #518432; }

.gridview, .listview {
  float: left;
  color: #ffffff; }

.collection-list ul.products-grid-view li.item-row {
  padding-left: 20px;
  margin-bottom: 40px; }
  @media screen and (max-width: 1199px) {
    .collection-list ul.products-grid-view li.item-row {
      padding-left: 10px;
      margin-bottom: 20px; } }
  @media screen and (max-width: 767px) {
    .collection-list ul.products-grid-view li.item-row {
      padding-left: 10px;
      margin-bottom: 20px; } }
  @media screen and (max-width: 567px) {
    .collection-list ul.products-grid-view li.item-row {
      padding-left: 0px;
      margin-bottom: 20px; } }

.collection-list ul.list-method .grid__item.item-row {
  float: left;
  width: 100%; }

.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: 967px) {
    .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: 967px) {
    .collection-list .form-horizontal > label {
      margin-top: 7px; } }

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

.collection-list .per-page-section li.active a {
  color: #518432; }

.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: 967px) {
    .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 .list-product-detial {
  float: right; }

@media screen and (max-width: 767px) {
  .featured .grid__item {
    margin-bottom: 50px; } }

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

.collection_sidebar .widget
.collection_sidebar .top_products_nav a:hover {
  border-color: #518432;
  background: #518432;
  color: white; }

.collection_sidebar .top_products_nav a {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid #e4e4e4;
  text-align: center; }
  @media screen and (max-width: 967px) {
    .collection_sidebar .top_products_nav a {
      top: 30%; } }

.collection_sidebar .top_products_nav a.prev {
  left: 0; }

.collection_sidebar .top_products_nav a.next {
  right: 0; }

.collection_sidebar .top-products li a.thumb img {
  margin: auto; }

.top-products-detail .sale {
  display: none;
  background: #f92525;
  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: center;
  margin-bottom: 5px; }

.collection_sidebar .top-products .top-products-detail .price {
  font-weight: bold;
  font-size: 16px;
  color: #313131; }
  @media screen and (max-width: 967px) {
    .collection_sidebar .top-products .top-products-detail .price {
      font-size: 12px; } }

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

.collection_sidebar .widget .product-categories li a {
  float: left;
  padding: 5px 12px; }

.collection_sidebar .widget .product-categories li .dt-menu-expand {
  position: absolute;
  right: 0;
  top: 5px;
  cursor: pointer; }

.collection_sidebar .widget .product-categories li:hover i:before, .sidebar-tag.brand li:hover i:before, .widget_categories li:hover i:before, .sidebar-tag.price li:hover i:before, .sidebar-tag.material li:hover i:before {
  background: #000; }

.collection_sidebar .widget .product-categories ul.children {
  padding: 15px 0 15px 0px;
  margin: 0;
  border: none; }

@media screen and (max-width: 967px) {
  .collection_sidebar .widget ul li a {
    font-size: 13px; } }

.collection_sidebar .widget ul li a:hover, .collection_sidebar .widget .product-categories li:hover .dt-menu-expand {
  color: #518432; }

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

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

.image-block {
  position: relative; }

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

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

.relpro h2, .relpro .h2 {
  float: left;
  width: 100%; }

.relpro ul owl-item:last-child li .products {
  border-right: 1px solid #e4e4e4; }

.relpro ul .owl-item li {
  padding: 10px; }

.relpro ul .owl-item li .products {
  padding: 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-section .errors {
  display: inline-block;
  width: 100%; }

.contp .contact-form-section .errors ul li {
  padding: 10px 0;
  border: none; }

#contact_form label, #AddAddress label, .register-form label, #customer_login label, .forgotps label, .edit_address_form label {
  margin-top: 9px;
  font-weight: normal; }

.edit_address_form select {
  margin-bottom: 10px; }

.contp ul {
  margin-bottom: 20px; }

.contp li {
  vertical-align: middle; }

.contp ul:last-child li {
  display: block; }

.contp li.address {
  float: left;
  height: 80px; }

.contp h4, .contp .h4 {
  color: #000;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  font-size: 16px; }

.contp li p {
  margin: 0; }

.contp i {
  font-size: 20px;
  margin-right: 10px; }

#map iframe {
  float: left;
  width: 100%; }

.cmap {
  margin: 30px 0 0 0; }

.contp li .icon i {
  color: #ffffff; }

.contback {
  background: #fff;
  padding: 15px;
  border-radius: 4px; }

ul.protabc-frame li {
  display: inline;
  float: left;
  margin: 0px;
  padding: 0px; }

.protabc-frame-content, .protabc-content {
  padding: 15px;
  border-top: 1px solid #e4e4e4;
  letter-spacing: 0.5px; }

.protabc-content ul {
  margin: 10px 0px 0px; }

.protabc-content h3, .protabc-content .h3 {
  color: #313131;
  text-transform: capitalize; }

.protabc-content p {
  color: #777;
  letter-spacing: 0.5px; }

.protabc-content h2, .protabc-content .h2 {
  font-size: 26px;
  margin-bottom: 15px;
  color: #313131; }

.protabc-frame-content h5, .protabc-frame-content .h5, .protabc-content h5, .protabc-content .h5 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #313131; }

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

.protabc li {
  display: inline-block; }

ul.protabc-frame li {
  margin: 0px 8px 0px 0px; }

.protabc li a {
  border: none;
  padding: 12px 14px;
  display: inline-block;
  font-size: 15px;
  z-index: 1;
  text-transform: capitalize;
  font-weight: normal; }

ul.protabc-frame li a {
  background: #D7CBBB;
  padding: 10px 15px 8px;
  float: left;
  position: relative;
  z-index: 1; }

ul.protabc-frame li a.current, ul.protabc li a.current, ul.protabc-vertical-frame li a.current {
  color: #518432; }

.protabc-frame-content h5, .protabc-frame-content .h5 {
  margin: 15px 0px 10px; }

.protabc-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-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: "\f077";
  font-family: Fontawesome;
  top: -6px;
  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-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: #518432;
  color: #ffffff; }

h5.dt-sc-toggle-accordion.active a, .dt-sc-toggle-accordion.active.h5 a {
  color: #ffffff; }

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

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

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

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;
  line-height: 25px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  position: absolute;
  top: 15px;
  left: 3px;
  z-index: 1; }

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: 22px; }

.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**/
ul.protabc-vertical-frame {
  float: left;
  width: 18%;
  margin: 0px 0px 0px;
  padding: 0px; }
  @media screen and (max-width: 767px) {
    ul.protabc-vertical-frame {
      width: 100%;
      margin-bottom: 20px; } }

ul.protabc-vertical-frame li.current {
  border-right: 2px solid #518432; }
  @media screen and (max-width: 767px) {
    ul.protabc-vertical-frame li.current {
      border-right: none; } }

ul.protabc-vertical-frame li {
  float: left;
  display: block;
  margin: 0px 1px 1px;
  padding: 0px;
  width: 100%;
  position: relative; }

ul.protabc-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: Rubik; }

ul.protabc-vertical-frame li.current:before {
  background: #518432; }

ul.protabc-vertical-frame li:before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  float: left;
  content: "";
  background: #518432;
  margin: 19px 10px 0 0; }

.protabc-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) {
    .protabc-vertical-frame-content {
      width: 100%;
      padding: 0;
      border-left: none; } }

.protabc-vertical-frame-content .tab-right {
  padding: 30px;
  background: #f4f4f4;
  margin-right: 0;
  width: 50%;
  min-height: 420px; }
  @media screen and (max-width: 767px) {
    .protabc-vertical-frame-content .tab-right {
      width: 100%; } }

.protabc-vertical-frame-content .tab-left {
  margin-right: 0;
  width: 50%; }
  @media screen and (max-width: 767px) {
    .protabc-vertical-frame-content .tab-left {
      width: 100%; } }

/*blog-section */
.blog-section h2, .blog-section .h2 {
  margin: 0; }

.blog-section p.desc {
  margin: 0px 0 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e4e4e4;
  float: left;
  width: 100%; }

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

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

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

.owl-theme .owl-controls .owl-page span {
  background-color: #518432; }

/* common to every demo */
.rbtn {
  float: left;
  width: 100%;
  margin-top: 20px; }

.retstore {
  font-weight: 500;
  text-transform: capitalize; }

.retstore i {
  font-weight: 600;
  font-size: 16px; }

.forgotps a.btn, .forgotps a.btn--secondary, .forgotps a.btn--tertiary {
  vertical-align: super; }

#ResetSuccess {
  margin: 0 auto 20px; }

#AddAddress .address_check {
  margin-bottom: 20px;
  line-height: 15px;
  margin-top: 20px; }

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

#jquery-tab-pager-navi {
  display: none; }

#AddAddress select {
  margin-bottom: 10px; }

.account-success-message {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin: auto;
  float: none; }

.order-form h4, .order-form .h4 {
  font-size: 22px;
  font-weight: normal; }

.order-form h6, .order-form .h6 {
  text-transform: capitalize;
  font-weight: normal; }

.order-form tr th {
  text-align: center; }

.address-section {
  background: #fff;
  border: 1px solid #ebebeb;
  padding: 15px 15px 0 15px;
  border-radius: 4px; }

.addbo {
  border: 1px solid #eee;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 4px;
  background-color: #fff; }

.address-section strong {
  font-weight: 500; }

.customer-address-title {
  display: inline-block;
  width: 100%; }

.edit_address_form input[type="checkbox"], .edit_address_form label.inline {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 15px; }

/* Cart */
.cart__header-labels, .cart__header-labels span {
  font-size: 14px;
  text-transform: capitalize;
  color: #ffffff; }

.cart__header-labels {
  background: #000;
  padding: 15px 0 0; }

.cart__header-labels .post-large--one-half, .cart__row .post-large--one-half {
  width: 50%;
  margin-right: 0; }
  @media screen and (max-width: 567px) {
    .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; } }

.cart__row .post-large--one-third {
  width: 33.3%;
  margin-right: 0; }

.cart_total_price span {
  display: inline-block; }

.cart__mini-labels {
  display: block;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: em(12px); }
  @media screen and (max-width: 567px) {
    .cart__mini-labels {
      display: none; } }

@media screen and (min-width: 567px) {
  .cart__large-labels {
    display: none; } }

@media screen and (max-width: 567px) {
  .cart_items {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 30px; } }

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

@media screen and (max-width: 567px) {
  .cart__row .four-tenths, .cart__row .six-tenths {
    width: 100%; } }

@media screen and (max-width: 567px) {
  .cart__large-labels {
    float: left;
    width: 100%;
    padding: 20px 0; } }

.cart__row .qtyminus, .cart__row .qtyplus {
  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: 967px) {
    .cart__row .qtyminus, .cart__row .qtyplus {
      width: 35px; } }
  @media screen and (max-width: 767px) {
    .cart__row .qtyminus, .cart__row .qtyplus {
      width: 22px; } }
  @media screen and (max-width: 567px) {
    .cart__row .qtyminus, .cart__row .qtyplus {
      width: 15px;
      height: 25px;
      line-height: 25px;
      font-size: 12px; } }

.wishlist_table th {
  text-align: center; }

.wishlist_page p a {
  text-decoration: underline; }

.wishlist th, td {
  text-align: center; }
  @media screen and (max-width: 767px) {
    .wishlist th, td {
      padding: 10px 5px; } }
  @media screen and (max-width: 567px) {
    .wishlist th, td {
      padding: 10px 3px;
      font-size: 12px; } }

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

.wishlist thead th.item {
  padding: 15px; }

.wishlist span.money {
  color: #518432;
  font-size: 16px; }
  @media screen and (max-width: 567px) {
    .wishlist span.money {
      font-size: 12px; } }

.cart__row .quantity-selector {
  border-radius: 0;
  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: 967px) {
    .cart__row .quantity-selector {
      width: 35px; } }
  @media screen and (max-width: 767px) {
    .cart__row .quantity-selector {
      width: 22px; } }
  @media screen and (max-width: 567px) {
    .cart__row .quantity-selector {
      width: 15px;
      height: 25px;
      line-height: 25px;
      font-size: 11px; } }

.cart__row .money {
  color: #518432;
  font-size: 16px; }
  @media screen and (max-width: 767px) {
    .cart__row .money {
      font-size: 14px; } }
  @media screen and (max-width: 567px) {
    .cart__row .money {
      font-size: 12px; } }

.cart__row .cart__remove {
  display: inline-block; }

.cart__row .cart__remove:hover {
  color: #518432; }

.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-trigger .icon, .mobile-cart-page-link .icon {
  position: relative;
  top: -1px;
  vertical-align: middle;
  padding-right: 4px; }

.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 {
  display: none;
  list-style: none;
  text-align: left;
  width: 100%;
  margin: 0;
  padding: 0; }
  .mobile-nav li {
    margin: 0; }

.mobile-nav__link {
  display: block;
  border-top: 1px solid #eee;
  position: relative; }
  .mobile-nav__link > a {
    display: block;
    padding: 12px 15px;
    font-size: 14px;
    text-transform: uppercase; }

.mobile-nav__link .header-bar__search {
  display: none; }

.mobile-nav__sublist-expand,
.mobile-nav__sublist-contract {
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 2px;
  background: #f5f5f5;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: normal;
  padding: 2px 0; }

.mobile-nav__sublist-expand:hover {
  color: #518432; }

.mobile-nav__sublist-contract {
  display: none; }

.wbmobile-nav-menu {
  position: absolute;
  right: 10px;
  top: 7px; }

.wbmobile-nav-menu.is-active .mobile-nav__sublist-contract {
  display: inline-block; }
.wbmobile-nav-menu.is-active .mobile-nav__sublist-expand {
  display: none; }

.mobile-nav__sublist {
  list-style: none;
  margin: 0;
  display: none; }
  .mobile-nav__sublist .mobile-nav__sublist {
    text-transform: capitalize;
    margin-left: 15px; }
    .mobile-nav__sublist .mobile-nav__sublist .mobile-nav__sublist-link a {
      border-top: none; }

.mobile-nav__sublist-link a {
  text-transform: capitalize;
  display: block;
  padding: 12px 15px;
  border-top: 1px solid #e4e4e4; }
  @media screen and (min-width: 567px) {
    .mobile-nav__sublist-link a {
      padding-left: 30px;
      padding-right: 30px; } }
  .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%; } }

.mobile-nav__link .mobile-nav__sublist {
  margin-left: 15px; }

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

/* collection */
.list-collection-products .grid-link__title {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  padding: 20px 10px; }
  @media screen and (max-width: 967px) {
    .list-collection-products .grid-link__title {
      font-size: 14px; } }

.list-collection-products a.pickgradient.grid-link {
  display: block;
  border: 1px solid #e4e4e4; }

.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-right: 20px;
  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;
  color: #fff;
  color: black\9;
  text-transform: uppercase;
  float: left;
  width: 100%;
  letter-spacing: 1px; }

.pickgradient .collection-count {
  font-size: 50px;
  color: #fff;
  color: black\9;
  line-height: 30px;
  font-weight: 300;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 25px;
  margin: 0; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .pickgradient .collection-count, .pickgradient .collection-count span {
    color: #fff; } }
.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;
  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: #518432; }

.dt-sc-event-overlay:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0) 20%, rgba(81, 132, 50, 0.9) 100%);
  opacity: 0;
  transition: all 300ms linear; }

.sidebar {
  display: block; }

/*search */
.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: #518432; }

.search-products .grid-link__meta {
  padding: 0; }

.search-products ul > li.grid__item ul {
  margin: 0 0 25px; }

.product-photo-thumbs {
  margin: 15px 0 0; }

.singlepro .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: 967px) {
    .product-img-box {
      padding-right: 0; } }

.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) {
  #fancybox-wrap {
    display: none; } }

@media screen and (max-width: 767px) {
  .zoomWrapper img {
    z-index: -1; } }

/* ajax */
.ajax-success-modal .content, .ajax-error-modal .modal-inner {
  border-radius: 4px;
  padding: 15px;
  background: #fff;
  bottom: auto;
  left: 0;
  position: fixed;
  right: 0;
  top: 50% !important;
  width: 700px;
  transform: translateY(-50%);
  margin: auto;
  z-index: 999; }

.ajax-success-modal .ajax-left {
  float: left;
  padding-right: 14px;
  width: 40%; }

.ajax-product-image {
  border: 1px solid #e4e4e4;
  padding: 1px; }

.ajax-product-title {
  margin-bottom: 10px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: normal; }

.ajax-right .ajax_price {
  font-size: 16px;
  font-weight: 500; }

.ajax-right {
  float: left;
  width: 60%;
  padding: 0px; }

.ajax-success-modal .added-to-cart.info, .ajax-success-modal .added-to-wishlist.info {
  text-transform: uppercase;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  font-weight: 500;
  padding: 0px 0 15px 0px; }

.ajax_des {
  color: #777;
  margin-top: 10px;
  font-size: 12px;
  height: 80px;
  overflow: hidden; }

.ajax_dprice {
  text-decoration: line-through;
  color: #666;
  font-size: 14px;
  letter-spacing: 0;
  margin-left: 8px; }

/* pop up newsletter */
#email-modal .modal-window .window-window {
  padding: 0px;
  float: left;
  width: 500px;
  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;
  padding-top: 200px;
  background: #fff;
  background-repeat: no-repeat; }

#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: 767px) {
    #email-modal {
      display: none !important; } }

#mc_embed_signup #mc-embedded-subscribe-form #mail {
  border: 1px solid #e4e4e4;
  width: 100%;
  background: #fff;
  display: block;
  border-radius: 4px;
  max-width: 80%;
  margin: 0 auto 15px auto;
  font-size: 14px; }

#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: left;
  width: 100%; }

#mc_embed_signup form {
  text-align: center !important;
  margin: 0 0 5px;
  padding: 0 15px 12px; }

#mailchimp-email-subscibe {
  padding-top: 20px;
  padding-bottom: 20px; }

#email-modal .window-window .window-content img {
  display: block; }

#mc_embed_signup button:hover {
  -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 button {
  padding: 10px 24px; }

.newsletterwrapper .btn.close, .newsletterwrapper .close.btn--secondary, .newsletterwrapper .close.btn--tertiary, .newsletterwrapper input.close[type="submit"] {
  background: url(//cdn.shopify.com/s/files/1/0270/9104/2404/t/2/assets/hover.png?v=14866871867660656306) no-repeat;
  border: none;
  cursor: pointer;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  position: absolute; }

.newsletterwrapper .btn.close, .newsletterwrapper .close.btn--secondary, .newsletterwrapper .close.btn--tertiary, .newsletterwrapper input.close[type="submit"] {
  top: 0;
  right: 0;
  z-index: 9; }

.collection-list .selection-box, .selection-box.custom {
  position: relative;
  float: left; }

.collection-list .selection-box {
  min-width: 185px; }
  @media screen and (max-width: 967px) {
    .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: 967px) {
    .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: #518432; }

.collection-list select {
  width: 100%;
  height: 37px;
  color: #313131; }
  @media screen and (max-width: 967px) {
    .collection-list select {
      font-size: 11px;
      height: 35px; } }
  @media screen and (max-width: 567px) {
    .collection-list select {
      font-size: 12px; } }

.cur > li.currency > .dropdown-toggle i {
  margin-top: 6px;
  display: none; }
  @media screen and (max-width: 767px) {
    .cur > li.currency > .dropdown-toggle i {
      margin-top: 0; } }

@media screen and (max-width: 767px) {
  .cur > li.currency .flag-dropdown-menu li {
    padding: 0; } }

.cur > li.currency > .dropdown-toggle {
  cursor: pointer;
  position: relative;
  font-weight: bold;
  font-size: 18px; }
  @media screen and (max-width: 967px) {
    .cur > li.currency > .dropdown-toggle {
      font-size: 14px; } }
  @media screen and (max-width: 767px) {
    .cur > li.currency > .dropdown-toggle {
      padding: 0;
      font-size: 12px; } }

.swatch .swatch-element {
  margin-bottom: 10px; }

.swatch input:checked + label {
  border: 1px solid #518432; }

.swatch-section {
  float: left; }

.swatch .swatch-element {
  float: left; }

.swatch .swatch-element.available {
  margin-right: 10px; }
  @media screen and (max-width: 967px) {
    .swatch .swatch-element.available {
      margin-right: 5px; } }

.swatch-element label {
  font-size: 12px;
  padding: 7px 15px;
  cursor: pointer;
  font-weight: 500 !important;
  width: auto !important;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 4px; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

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

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

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

.cur > li.currency .flag-dropdown-menu {
  right: 0;
  right: 20px;
  top: 100%;
  width: 90px;
  margin-top: 12px;
  padding: 10px 0 !important; }

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

.singlepro__quantity .quantity-box {
  margin: 0; }

.singlepro__quantity .quantity-box select {
  padding: 0 20px;
  height: 40px;
  border: 1px solid #eee;
  border-radius: 4px; }

.collection_sidebar .widget h4:after, .collection_sidebar .widget .h4:after {
  position: absolute;
  left: 0;
  bottom: -10px;
  margin: 5px 0 0; }

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

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

#SearchDrawer form {
  position: relative; }

#SearchDrawer input {
  background: #fff;
  height: 40px;
  border-radius: 4px; }

#SearchDrawer button {
  margin-bottom: 0;
  background: transparent;
  border: none;
  position: absolute;
  right: 0;
  top: 8px; }

.search-products .product-container {
  margin-bottom: 30px; }

.drawer--top .search-bar__table .search-bar__form {
  float: left;
  width: 100%;
  margin: 0;
  position: relative;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  left: 50%; }

.wbsearch-input {
  background: none;
  border: none;
  width: 100%;
  padding: 0 15px; }

#SearchDrawer .remove-button button {
  display: none;
  background: #000;
  padding: 0px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  font-size: 14px; }

.drawer--top .search-bar__icon-button {
  z-index: 99999;
  position: relative;
  cursor: pointer;
  font-size: 40px;
  display: inline-block;
  position: fixed;
  top: 10px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  right: 20px; }

.js-drawer-open-top .drawer--top .search-bar__icon-button {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1); }

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

.drawer {
  z-index: 99991;
  position: fixed;
  display: table;
  width: 100%;
  height: 100%;
  right: -100%;
  top: 0;
  bottom: 0;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

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

.drawer--left {
  width: 300px;
  left: -300px; }

.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 {
  right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible; }

#PageContainer {
  -webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 60px;
  height: 60px;
  position: fixed;
  top: -60px;
  right: -60px;
  z-index: 9998; }

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

.js-drawer-open .drawer-page-content:before {
  -webkit-transform: scale(75);
  -moz-transform: scale(75);
  -ms-transform: scale(75);
  -o-transform: scale(75); }

.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 */
.fullblog .comments-count:before, .fullblog .blog-date:before {
  background: #e4e4e4;
  content: "";
  float: left;
  width: 1px;
  height: 15px;
  top: 5px;
  position: absolute;
  right: 0; }

.fullblog .comments-count {
  color: #000; }

.fullblog .blog-tag {
  margin-bottom: 20px;
  color: #000000; }

.fullblog .blog-tag:hover {
  color: #c9a654; }

.fullblog .blog-btn a {
  color: #ffffff;
  background: #c9a654; }

.fullblog .blog-btn a:hover {
  color: #ffffff;
  background: #000; }

.fullblog .blog-btn a i {
  margin-left: 5px; }

.fullblog .blog-btn {
  border-bottom: 1px solid #e4e4e4;
  padding: 25px 0px;
  margin: -25px 0; }

.fullblog .article-detail h5, .fullblog .article-detail .h5 {
  font-size: 16px;
  margin-bottom: 7px;
  text-transform: inherit; }
  @media screen and (max-width: 967px) {
    .fullblog .article-detail h5, .fullblog .article-detail .h5 {
      font-size: 14px; } }

.fullblog .blog-btn a i {
  margin-left: 5px; }

.fullblog .blog-description h4, .fullblog .blog-description .h4 {
  text-transform: inherit; }
  @media screen and (max-width: 967px) {
    .fullblog .blog-description h4, .fullblog .blog-description .h4 {
      font-size: 20px; } }

.fullblog .blog-description h4 a, .fullblog .blog-description .h4 a {
  color: #282828; }

.fullblog .blog-description h4 a:hover, .fullblog .blog-description .h4 a:hover {
  color: #fdba2d; }

.fullblog .blog-description .blog-date {
  color: #000000; }

.fullblog .blog-description .author {
  color: #000000; }

.fullblog .blog-description .author {
  color: #000000; }

.sorting-section {
  width: 200px;
  position: relative; }

.sorting-section .dropdown-menu {
  right: 0;
  left: auto;
  width: 100%;
  padding: 0;
  border: 1px solid #eee;
  box-shadow: none; }

.sorting-section .dropdown-menu > .active > a, .sorting-section .dropdown-menu > .active > a:focus, .sorting-section .dropdown-menu > .active > a:hover {
  background-color: #000; }

.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 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 a svg {
  fill: #aaa; }

.toolbar .view-mode a:hover svg, .toolbar .view-mode a.active svg {
  fill: #000; }

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

.filter-sortby {
  position: relative; }

.filter-sortby, .sorting-section, .pages_list {
  display: inline-block; }

.filter-show {
  text-align: right;
  display: 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: "\f107";
  font-family: 'fontAwesome';
  position: absolute;
  right: 10px;
  top: 8px; }

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

#promo-carousel li {
  position: relative;
  transition: all 900ms ease 0s;
  -webkit-transition: all 900ms ease 0s; }

#promo-carousel li:before {
  background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
  bottom: 0px;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
  transition: all 900ms ease 0s; }

#promo-carousel li:hover:before {
  left: 50%;
  opacity: 1;
  right: 50%; }

#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;
  margin-bottom: 10px; }

/* Currency */
.cur > li.currency > .dropdown-toggle .fa {
  margin: 0 0 0 3px; }

.cur > 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: #518432;
  -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: #000; }

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

.cur > li.currency .flag-dropdown-menu li a {
  line-height: 1.2;
  padding: 6px 17px !important;
  border: none;
  font-size: 14px !important; }
  @media screen and (max-width: 767px) {
    .cur > li.currency .flag-dropdown-menu li a {
      font-size: 13px !important;
      padding: 10px 10px !important; } }
  @media screen and (max-width: 567px) {
    .cur > li.currency .flag-dropdown-menu li a {
      font-size: 13px !important;
      padding: 10px 10px 10px 10px !important; } }

@media screen and (max-width: 767px) {
  .cur > li.currency .flag-dropdown-menu li:last-child a {
    margin-right: 0; } }

.cur > li.currency:hover .flag-dropdown-menu, .cur > 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); }

.cur > li.currency:hover .flag-dropdown-menu::before, .cur > li.currency.open .flag-dropdown-menu::before {
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  right: 0;
  top: -15px;
  width: 100%; }

.flag-cny {
  background-image: url(//cdn.shopify.com/s/files/1/0270/9104/2404/t/2/assets/currency_1.png?v=1823919696307517016);
  background-repeat: no-repeat;
  display: inline-block;
  height: 11px;
  width: 16px; }

.flag-eur {
  background-image: url(//cdn.shopify.com/s/files/1/0270/9104/2404/t/2/assets/currency_2.png?v=14244956204538523901);
  background-repeat: no-repeat;
  display: inline-block;
  height: 11px;
  width: 16px; }

.flag-gbp {
  background-image: url(//cdn.shopify.com/s/files/1/0270/9104/2404/t/2/assets/currency_3.png?v=17059659387528752532);
  background-repeat: no-repeat;
  display: inline-block;
  height: 11px;
  width: 16px; }

.flag-aud {
  background-image: url(//cdn.shopify.com/s/files/1/0270/9104/2404/t/2/assets/currency_4.png?v=18353265032290266033);
  background-repeat: no-repeat;
  display: inline-block;
  height: 11px;
  width: 16px; }

.flag-inr {
  background-image: url(//cdn.shopify.com/s/files/1/0270/9104/2404/t/2/assets/currency_5.png?v=3112637171493488905);
  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-usd {
  background-image: url(//cdn.shopify.com/s/files/1/0270/9104/2404/t/2/assets/currency_6.png?1150);
  background-repeat: no-repeat;
  display: inline-block;
  height: 11px;
  width: 16px; }

.flag- {
  background-image: url(//cdn.shopify.com/s/files/1/0270/9104/2404/t/2/assets/currency_7.png?1150);
  background-repeat: no-repeat;
  display: inline-block;
  height: 11px;
  width: 16px; }

.flag- {
  background-image: url(//cdn.shopify.com/s/files/1/0270/9104/2404/t/2/assets/currency_8.png?1150);
  background-repeat: no-repeat;
  display: inline-block;
  height: 11px;
  width: 16px; }

.flag- {
  background-image: url(//cdn.shopify.com/s/files/1/0270/9104/2404/t/2/assets/currency_9.png?1150);
  background-repeat: no-repeat;
  display: inline-block;
  height: 11px;
  width: 16px; }

.flag- {
  background-image: url(//cdn.shopify.com/s/files/1/0270/9104/2404/t/2/assets/currency_10.png?1150);
  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%; }

.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: 967px) {
    .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 .mini-cart-icon i {
  width: auto;
  background: none; }

.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 a.icon-cart-arrow + #slidedown-cart {
  background-color: #fff;
  border-radius: 4px;
  width: 300px;
  position: absolute;
  right: 0;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.175);
  z-index: 9999;
  text-align: left; }

.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 .grid__item:nth-child(2n) {
  float: right; }

.is-sticky .menu-right-section {
  position: absolute;
  right: 15%;
  bottom: 0;
  z-index: 99; }

.is-sticky .menu-right li a {
  padding: 16px 15px;
  font-size: 16px; }

.is-sticky .header_top {
  display: none; }

.site-nav {
  list-style: none; }

.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: #fdba2d;
  color: #282828;
  padding: 3px 5px; }

.site-nav li a.sale:after {
  content: 'Sale';
  background: #f92525;
  color: #ffffff;
  padding: 3px 5px; }

.site-nav li a.offer:after {
  content: 'Offer';
  background: #2a5390;
  color: #ffffff;
  padding: 3px 5px; }

/* Mega Menu */
.site-nav-dropdown li {
  float: left;
  width: 100%; }

.top-menu {
  width: 95%;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1199px) {
    .top-menu {
      width: 100%; } }

.site-nav li {
  margin: 0; }

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

.site-nav li > a i {
  display: inline-block;
  margin-left: 7px; }

.simple-menu .site-nav-dropdown {
  position: absolute;
  width: 100%; }

.site-nav-dropdown li a {
  position: relative;
  padding-right: 0;
  font-weight: normal;
  letter-spacing: 0.5px;
  font-size: 14px;
  text-transform: capitalize;
  line-height: 35px; }

.site-nav .widget-featured-product .product-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0;
  display: block;
  padding-bottom: 5px; }

.widget-product a {
  padding: 0; }

.widget-featured-product h6, .widget-featured-product .h6 {
  font-size: 15px;
  text-transform: capitalize; }

.megaprice .old-price {
  text-decoration: line-through;
  color: #777;
  font-size: 12px;
  letter-spacing: 0; }

.megaproimg .mimh a {
  padding: 0; }

.megaproimg img {
  border-radius: 4px; }

.site-nav-dropdown .style_3 .inner {
  width: 25%;
  margin-bottom: 0 !important; }

.site-nav-dropdown .style_5 .inner {
  width: 33.33%;
  padding: 0 10px; }

.style_5 .parent-mega-menu {
  margin-bottom: 15px; }

.widget-featured-product .products-grid img {
  border: 1px solid #eee;
  margin-bottom: 10px; }

.site-nav li.mega-menu {
  position: static; }

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

.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: 900px;
  left: 0;
  right: 0;
  border: 0;
  padding: 15px;
  margin-left: auto;
  margin-right: auto; }

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

.parent-mega-menu .inner .currentm {
  text-transform: uppercase;
  color: #518432;
  font-weight: 500;
  margin-bottom: 5px;
  border-bottom: none; }

.parent-mega-menu.parent-mega-menu .inner {
  margin-bottom: 15px; }

.site-nav li .fa-angle-down {
  transition: all 0.1s ease 0s;
  margin-top: 2px; }

.style_2 .megaproimg [class*="col-"] a {
  display: block; }

.style_2 .megaproimg [class*="col-"] a:nth-child(1) img {
  margin-bottom: 15px; }

.style2img img {
  margin-bottom: 0 !important; }

.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.mega-menu ul.site-nav-dropdown {
  padding: 20px 0px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  border-radius: px; }

.site-nav li.mega-menu ul.site-nav-dropdown li a {
  padding: 5px 20px; }

.site-nav .widget-featured-product .widget-product {
  position: relative; }

.site-nav .products-grid .grid-item .product-grid-image {
  display: inline-block;
  padding: 0;
  margin-bottom: 7px; }

.sub-mega-menu {
  display: none; }

.menu_bar_right {
  list-style: none;
  padding: 0; }

.site-nav-dropdown {
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transform-origin: 0 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 0;
  margin-bottom: 0;
  background-color: #fff;
  text-align: left;
  border-radius: 4px;
  margin-top: 15px;
  transition: all 0.4s ease-in-out;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.175); }

.megamenusale {
  position: absolute;
  left: 10px;
  top: 10px;
  font-weight: normal;
  font-size: 13px; }

.widget-product .price-box {
  margin-top: 5px; }

.widget-product .price-box p {
  margin-bottom: 0; }

/* Mega Menu */
.menu-tool {
  width: 95%;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1199px) {
    .menu-tool {
      width: 100%; } }

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

.cur > li.currency .flag-dropdown-menu li {
  width: 100%;
  margin: 0;
  padding: 0; }
  @media screen and (max-width: 767px) {
    .cur > li.currency .flag-dropdown-menu li {
      width: auto;
      float: left; } }

.cur > li.currency:hover .flag-dropdown-menu, .cur > li.currency.open .flag-dropdown-menu {
  display: block; }

.cur > li.currency:hover .flag-dropdown-menu::before, .cur > li.currency.open .flag-dropdown-menu::before {
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  right: 0;
  top: -15px;
  width: 100%; }

.cur > li.currency > .dropdown-toggle .fa {
  margin: 0 0 0 5px; }

.cur > 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) {
    .cur > li.currency .flag-dropdown-menu {
      margin-top: 0px;
      width: 75px;
      text-align: center;
      padding: 0 !important;
      right: 0;
      left: auto; } }

.propage form {
  margin: 0;
  padding: 0; }

.propage .deal-clock {
  float: left;
  width: auto;
  z-index: 1;
  position: static;
  text-align: left;
  margin-bottom: 20px; }

.propage .deal-clock ul {
  margin: 10px 0 0; }

.propage .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: 967px) {
    .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: Rubik; }

.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: black;
  color: #ffffff;
  border-color: black; }

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

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

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

.customer_account_links ul {
  list-style: 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: 967px) {
    .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; } }

.item-swatch {
  margin: 0; }

.full_width_tab ul.item-swatch {
  margin: 0; }

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

.for-home {
  border: none;
  border-bottom: 1px solid; }

.quick-view .content {
  width: 50%; }

.quick-view .content {
  position: relative;
  margin: 30px auto;
  background: #fff;
  padding: 20px;
  border-radius: 4px; }

.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: 967px) {
    .quick-view.option-loader .content {
      width: 75%; } }
  @media screen and (max-width: 767px) {
    .quick-view.option-loader .content {
      width: 90%; } }

.quick-view {
  background: rgba(0, 0, 0, 0.5);
  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 .close-window {
  border-radius: 4px; }

.product-inventory label, .product_price label {
  margin-top: 0; }

.quick-view .product-photo-thumbs li {
  margin: 0 3px; }

.quickright .product-inventory {
  margin: 15px 0; }

#QProductPrice {
  font-size: 16px; }

.quickview-featured-image, .quickview-more-views-owlslider img {
  border: 1px solid #eee;
  border-radius: 4px; }

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

.custom-select select {
  display: none;
  /*hide original SELECT element:*/ }

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  top: 0x;
  right: 0px;
  content: "\f107";
  border: none;
  font-family: FontAwesome; }

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
  font-size: 13px;
  padding: 0px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
  border-bottom: none; }

/*style items (options):*/
.select-items {
  position: absolute;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 9999; }

/*hide the items when the select box is closed:*/
.select-hide {
  display: none; }

.select-items div:hover {
  background-color: #e4e4e4; }

/* custom css */
.btn, .btn--secondary,
input.btn--secondary, .btn--tertiary,
input.btn--tertiary, input[type="submit"] {
  border-radius: 4px; }

#search_toggle svg {
  width: 24px;
  height: 24px; }

.svgbg svg {
  width: 28px;
  height: 28px; }

.rightac, .topws, .xsheader, .rightac .slidedown_section, .header-search {
  display: inline-block;
  vertical-align: middle; }

.userdrop span {
  font-size: 14px;
  font-weight: normal;
  text-transform: capitalize;
  margin: 0;
  display: inline-block;
  vertical-align: middle; }

.disabled {
  opacity: 0.8;
  cursor: no-drop !important; }

.headernav {
  padding: 18px 0; }

.headleft .topws, .headleft .appcry, .headphone {
  display: inline-block;
  vertical-align: middle; }

.headphone {
  margin: 0 20px; }

.headphone svg {
  width: 20px;
  height: 20px; }

.headtop {
  padding: 5px 0; }

.headtop p {
  margin-bottom: 0;
  color: #fff;
  text-transform: capitalize; }

.rightac .closebtn svg {
  fill: #fff; }

.pxs {
  padding: 0; }

:focus {
  outline: none; }

.topws span, .cartdt h4, .cartdt .h4 {
  display: inline-block;
  line-height: normal; }

.cartdt h4, .cartdt .h4 {
  font-size: 12px;
  text-transform: uppercase;
  margin: 0;
  font-weight: normal; }

.userdrop {
  cursor: pointer;
  margin: 0 25px; }

.hmuser {
  display: block; }

.baskettop {
  position: relative; }

.headertop #acdrop ul li i {
  width: 20px; }

.cur {
  position: relative; }

.social-icons li {
  margin-right: 3px; }

.currency {
  position: relative; }

#toggle-search form {
  margin-bottom: 0;
  border: 1px solid #518432;
  border-radius: 25px;
  transition: 0.3s ease; }

.homesearch #toggle-search input {
  height: 50px;
  border: none;
  margin: 0;
  border-radius: 25px 0 0 25px;
  background: #fff; }

.homesearch #toggle-search .input-group-btn {
  transition: 0.3s ease;
  padding: 0 25px;
  cursor: pointer;
  background: #518432;
  color: #fff;
  font-size: 14px;
  border-radius: 0 25px 25px 0;
  text-transform: uppercase;
  font-weight: normal;
  right: -2px; }

.homesearch #toggle-search .input-group-btn:hover {
  background-color: #518432;
  color: white; }

.homesearch #toggle-search .input-group-btn span {
  display: inline-block;
  vertical-align: middle; }

#toggle-search {
  margin-top: 3px;
  padding: 0; }

.rightac, .headleft {
  margin-top: 18px; }

.wscur .slidedown_section .dropdown-menu {
  box-shadow: none;
  padding: 10px;
  min-width: 19rem;
  text-transform: capitalize;
  line-height: 30px; }

.snavb {
  position: relative;
  border-top: 1px solid #eee;
  padding: 12px 0; }

.site-nav li.level1 {
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px; }

.site-nav li.level1 a.sitemenus, .site-nav li.level1 .view_more a {
  text-transform: capitalize;
  font-weight: normal;
  cursor: pointer;
  font-size: 14px;
  display: block;
  line-height: normal; }

.cms-menu {
  padding: 12px 0;
  background-color: #fff; }

.site-nav li.view_more a i {
  margin-left: 0; }

.header-top {
  padding: 0 10%;
  margin: 0; }

/* slider */
.slideright, .sliderel {
  position: relative; }

.sliderimg a {
  display: block; }

.slideright .slick-dots li button::before {
  font-size: 50px; }

.slideright .slick-dots {
  bottom: 10px; }

.slidertext {
  position: absolute;
  top: 150px;
  left: 8%;
  width: 800px; }

.slideff {
  position: relative;
  overflow: hidden;
  transform: translateX(-100px);
  opacity: 0;
  transition: opacity 0.5s 0.7s,-webkit-transform 0.5s 0.7s; }

.s-panel .slick-current.slick-active .slideff {
  transform: none;
  opacity: 1; }

.slidertext h3, .slidertext .h3 {
  text-transform: capitalize;
  color: #518432;
  margin: 0;
  font-family: 'Pacifico', cursive;
  font-size: 36px; }

.slidertext h1, .slidertext .h1 {
  font-size: 70px;
  text-transform: capitalize;
  color: #000;
  letter-spacing: 1px;
  font-weight: 500;
  margin-bottom: 10px; }

.slidertext p {
  font-size: 16px;
  color: #000;
  margin: 0;
  text-transform: uppercase; }

.slidertext a.btn, .slidertext a.btn--secondary, .slidertext a.btn--tertiary {
  margin-top: 30px;
  text-transform: capitalize;
  border-radius: 30px;
  padding: 12px 36px; }

.slidertext span {
  display: block; }

.slidertext span::before {
  content: '';
  border-left: 1px solid #aaa;
  height: 50px;
  display: block;
  margin: 20px 0 0 70px; }

/* search */
.d-search button {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0; }

.sideb {
  display: block; }

.siden {
  display: none; }

body.active-search .wbSearch {
  opacity: 1;
  transform: translateY(0); }

.wbSearch {
  z-index: 99;
  position: fixed;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(18, 18, 18, 0.85);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(-100%);
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 30px 60px; }

.wbSearch .close-nav {
  fill: #fff;
  position: absolute;
  right: -30px;
  top: 10px; }

.wbSearch #search_block_top {
  position: relative;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto; }

#search button.top-header__search-submit {
  padding: 0px 35px;
  transition: all 0.3s linear;
  position: absolute;
  right: -2px;
  top: 0;
  bottom: 0;
  background-color: #518432;
  color: #fff;
  border-radius: 4px; }

#search button.top-header__search-submit:hover {
  background-color: #000; }

#search_toggle {
  margin-bottom: 0; }

.search-header, input[type="search"].search_query {
  margin-bottom: 0;
  width: 100%;
  border: none;
  border-radius: 4px;
  height: 45px; }

/* search over */
/* product */
.pro-tab .nav-tabs > li.active > a, .pro-tab .nav-tabs > li.active > a:focus, .pro-tab .nav-tabs > li.active > a:hover {
  border: none;
  cursor: pointer;
  color: #518432; }

.pro-tab .nav-tabs li a {
  margin: 0 15px;
  font-size: 18px;
  text-transform: capitalize;
  border: none;
  font-weight: normal !important;
  position: relative; }

.spewidth .special {
  border: 2px solid #518432;
  border-radius: 4px;
  padding: 15px; }

.product-container .button-group svg {
  width: 20px;
  height: 20px;
  fill: #000; }

.product-container .button-group .addcart, .product-container .button-group .add-to-wishlist, .product-container .button-group .quick-view-text {
  display: inline-block;
  vertical-align: middle; }

.product-container .button-group a, .product-container .button-group .addcart .sold_icon {
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  min-width: 40px;
  min-height: 40px;
  border-radius: 4px;
  padding: 8px 0;
  cursor: pointer;
  text-transform: capitalize;
  transition: 0.3s ease;
  text-align: center;
  border: none;
  margin: 0 3px; }

.product-container .button-group a:hover, .product-container .button-group .addcart .sold_icon:hover {
  background-color: #518432; }

.product-container .button-group a:hover svg, .product-container .button-group .addcart .sold_icon:hover svg {
  fill: #fff; }

.product-container .button-group a span {
  display: inline-block;
  vertical-align: middle; }

.product-container, .articleblog, .blog-post {
  position: relative; }

.product-container {
  margin-bottom: 1px; }

.product-container:hover .second-img {
  opacity: 1; }

.product-container .second-img {
  top: 0;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  position: absolute;
  right: 0;
  transition: all 400ms ease-in-out 0s; }

.wbproductdes h5, .wbproductdes .h5 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  margin: 0;
  text-transform: capitalize;
  padding: 10px 0 8px 0;
  transition: 0.3s ease;
  font-weight: normal; }

.wbproductdes h5:hover, .wbproductdes .h5:hover {
  color: #518432; }

.wbproductdes .thumbdes {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #a9a9a9;
  letter-spacing: 0.5px;
  margin: 0 0 3px 0; }

.product-container .wbproductdes .thumbdes {
  display: none; }

.imgblock img {
  border-radius: 4px; }

.nav-tabs {
  border-bottom: none; }

.nav-tabs > li {
  float: none;
  display: inline-block; }

.pro-tab ul.nav-tabs {
  margin-bottom: 30px; }

.heading {
  font-weight: normal;
  font-size: 30px;
  text-transform: capitalize;
  margin-bottom: 30px;
  position: relative;
  line-height: normal; }

.heading span {
  display: inline-block;
  position: relative;
  vertical-align: middle; }

.heading strong {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 10px 0 0 0;
  letter-spacing: 0.5px;
  color: #518432; }

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

.nav > li > a {
  padding: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500; }

.nav-item {
  position: relative;
  cursor: pointer; }

.iconcartp {
  width: 28px;
  height: 27px; }

.color_swatch_Value {
  margin-top: 8px; }

/* service */
.deliveryinfo li svg {
  width: 36px;
  height: 36px; }

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

.deliveryinfo li span {
  display: inline-block; }

.deliveryinfo li h4, .deliveryinfo li .h4 {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: normal;
  margin: 0 0 4px 0;
  position: relative; }

.deliveryinfo li p {
  color: #aaa;
  font-size: 12px;
  text-transform: capitalize;
  margin-bottom: 0; }

.deliveryinfo li:last-child {
  margin: 0 10px; }

.deliveryinfo ul {
  text-align: center; }

.sborder ul {
  border-left: 1px solid #e1e1e1; }

.deliveryinfo ul:hover svg {
  fill: #518432; }

/* slide btn */
#wbslider img, .owl-slider img {
  border-radius: 4px; }

#shopify-section-slider {
  position: relative; }

.slidebtn a {
  background: #f5f5f5;
  color: #000;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  line-height: 0;
  border-radius: 100%;
  transition: 0.3s ease;
  min-width: 30px;
  min-height: 30px;
  margin: 0 5px;
  padding: 5px 0 0 0; }

.slidebtn a:hover {
  background: #518432;
  color: #fff; }

.slidebtn {
  margin: 0 auto;
  text-align: center;
  margin-top: 20px; }

.product-tab-item, .allbgc, .wbblog {
  position: relative; }

.owl-cat .item-row img {
  border-radius: 4px; }

/* review */
.spr-form-review-rating {
  overflow: unset !important; }

.spr-form-message-success {
  color: #4cb91c;
  text-transform: capitalize; }

.spr-header-title {
  font-size: 16px !important; }

.spr-summary-actions {
  display: inline-block;
  float: right; }

.spr-summary {
  text-align: left !important; }

.spr-container {
  padding: 15px !important;
  background: #fff; }

.spr-icon {
  color: #ffc000 !important;
  font-size: 12px !important; }

[class^="spr-icon-"]::before, [class*=" spr-icon-"]::before {
  width: 1.2em !important; }

.spr-icon.spr-icon-star-empty {
  opacity: 1 !important; }

.spr-review-header-byline {
  font-style: normal !important;
  text-transform: capitalize; }

.spr-badge-caption {
  display: none !important; }

.product_price {
  font-weight: 500;
  letter-spacing: 0; }

.imgblock {
  position: relative; }

.product-container .grid-link__org_price {
  font-size: 16px;
  font-weight: 500; }

.product-tab-item .product-container {
  margin-bottom: 30px; }

.product-container {
  background-color: #fff;
  border-radius: 4px; }

.product-tab-item .item-row:last-child .product-container {
  margin-bottom: 1px; }

/* offer banner */
.bnrtext h1, .bnrtext .h1 {
  font-size: 18px;
  font-weight: normal;
  margin: 10px 0; }

.bnrtext p {
  color: #707070;
  max-width: 1000px;
  margin: 0 auto; }

.bnrtext a.btn-primary {
  border-radius: 25px;
  padding: 10px 20px;
  margin-top: 30px; }

.catbnr, .offerbnr, .testimonial {
  max-width: 1700px;
  margin: 0 auto; }

.cbnrw4 {
  width: 60%; }

.cbnrw5 {
  width: 40%; }

.cbnrw4, .cbnrw5 {
  margin-top: 30px; }

.catbnr h5, .catbnr .h5 {
  position: absolute;
  bottom: 15px;
  left: 15px;
  margin: 0;
  transition: 0.3s ease;
  opacity: 0; }

.catbnr .beffect:hover h5, .catbnr .beffect:hover .h5 {
  opacity: 1; }

.catbnr strong {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: normal;
  position: absolute;
  top: 15px;
  left: 15px; }

/* testimonial */
.testimonial {
  padding: 70px 0; }

.testimonial svg {
  width: 60px;
  height: 60px;
  fill: #ddd;
  position: absolute;
  top: 0;
  z-index: -1;
  margin-left: 20px; }

.testimonial img {
  border: 2px solid #518432;
  border-radius: 100%; }

.testimonial h4, .testimonial .h4 {
  color: #518432;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 8px 0; }

.testimonial h5, .testimonial .h5 {
  font-size: 12px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  margin: 0;
  font-weight: normal; }

.testimonial p {
  color: #a0a0a0;
  margin: 0; }

.testimonial .quotes-slider__text span {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 5px; }

.testimonial .quotes-slider__text span::before {
  content: '';
  border-left: 1px solid #aaa;
  display: block;
  height: 30px; }

.testimonial .quotes-slider__text {
  max-width: 1000px;
  margin: 0 auto; }

.testimonial .owl-pagination {
  margin-top: 20px; }

/* onsale */
.topleftw {
  margin-top: 50px; }

.onsale .product-container {
  float: left;
  width: 100%;
  background-color: #f8f8f8;
  margin-bottom: 30px; }

.onsale .item-row:last-child .product-container {
  margin-bottom: 1px; }

.onsale .product-container .imgblock {
  padding: 0; }

.onsale .product_price {
  margin-top: 5px; }

.onsale .wbproductdes {
  padding-top: 10px; }

.specialpd .slidebtn {
  text-align: left; }

.specialpd .heading {
  margin-bottom: 15px; }

/* product category*/
.ptabbr {
  border: 1px solid #eee;
  border-radius: 4px; }

.ptabbr li {
  padding: 0 15px; }

.ptabbr li a {
  display: block;
  border-bottom: 1px solid #eee;
  padding: 15px 0;
  text-transform: capitalize;
  color: #777; }

.ptabbr li a:hover, .ptabbr li a.current {
  color: #518432; }

.ptabbr li:last-child a {
  border-bottom: none; }

/* timer */
.timer, .deal-lable {
  display: none; }

.propage .deal-lable, .propage .timer {
  display: block;
  float: none; }

.propage .timer {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left; }

.propage .timer li {
  background-color: #fff; }

.timedes {
  letter-spacing: 0.5px; }

.grid-link__container .timer, .relpro .timer {
  display: none; }

.timer {
  margin-top: 15px; }

.timer li b {
  font-weight: normal; }

.timer li span {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  color: #518432; }

.timer li {
  background-color: #f5f5f5;
  width: 52px;
  height: 52px;
  font-size: 18px;
  padding: 8px 2px;
  border-radius: 4px;
  margin-right: 5px;
  margin-bottom: 4px; }

.timer li span:nth-child(2) {
  font-size: 12px;
  color: #999;
  text-transform: capitalize;
  font-weight: normal;
  margin-top: 3px; }

.deal-lable {
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 15px;
  text-transform: capitalize;
  font-weight: normal; }

/* blog */
.home-blog-image .dattime span {
  background: #518432;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  padding: 5px 12px;
  border-radius: 4px; }

.home-blog-image .dattime {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 1; }

.home-blog-image .author {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
  margin: 0 auto;
  text-align: center;
  z-index: 1; }

.home-blog-image .author span {
  display: inline-block;
  background: #518432;
  color: #fff;
  text-transform: capitalize;
  border-radius: 4px;
  padding: 6px 15px; }

.blogdes h5, .blogdes .h5 {
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 0;
  padding: 6px 0 10px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 500; }

.blogdes h5:hover, .blogdes .h5:hover {
  color: #518432; }

.post_cnt span {
  color: #999;
  font-size: 13px;
  line-height: 21px; }

.blogbdr {
  border-radius: 4px;
  margin-bottom: 1px; }

.blogdes .blogread {
  display: inline-block;
  text-transform: uppercase;
  color: #518432;
  line-height: normal;
  margin-top: 10px;
  border: 1px solid #518432;
  border-radius: 25px;
  padding: 10px 15px; }

.blogdes .blogread:hover {
  background-color: #518432;
  color: #fff; }

.owlblog .dattime {
  color: #6b6b6b; }

.owlblog .dattime .bcmt {
  margin-left: 12px; }

.blogdes p {
  letter-spacing: 0.5px;
  font-size: 14px;
  color: #95989d;
  margin-bottom: 10px; }

.home-blog-image {
  position: relative; }

.home-blog-image img {
  border-radius: 4px; }

/* allblog */
.sinblogt h4, .sinblogt .h4 {
  font-size: 16px;
  margin: 10px 0;
  text-transform: capitalize; }

.sinblogt p {
  color: #777; }

.blogs-sub-title {
  text-transform: capitalize; }

.blogs-sub-title i {
  margin-right: 8px; }

.commentlistb i {
  color: #282828;
  font-size: 14px;
  margin-right: 10px;
  float: left;
  margin-top: 3px; }

.commentlistb h3, .commentlistb .h3 {
  font-size: 20px;
  border-bottom: 1px solid #eee;
  margin: 0 0 20px 0;
  padding-bottom: 10px;
  font-weight: normal; }

.commentlistb h5, .commentlistb .h5 {
  font-size: 16px; }

.commentlistb h6, .commentlistb .h6 {
  font-size: 14px;
  text-transform: capitalize; }

.commentlistb h2, .commentlistb .h2 {
  color: #777;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: normal; }

.commentlistb h2 p, .commentlistb .h2 p {
  margin-left: 25px;
  line-height: 22px;
  letter-spacing: 0.3px;
  font-size: 13px; }

.commentlistb {
  background-color: #fff;
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 30px;
  border: 1px solid #eee; }

.bbackc {
  padding-top: 15px; }

.sinblogt .blog-tags {
  text-transform: capitalize;
  display: inline-block;
  border-radius: 4px;
  padding: 1px 7px;
  border: 1px solid #ddd;
  background: #fff;
  font-size: 13px; }

.home-blog-content.blog-detail .blog-tag {
  margin-bottom: 20px; }

.home-blog-content.blog-detail .blog-tags {
  border: 1px solid #e1e1e1;
  text-transform: capitalize;
  padding: 2px 8px;
  border-radius: 4px;
  display: inline-block;
  background: #fff;
  font-size: 13px; }

.tag-section {
  margin-bottom: 10px; }

#comment_form h3, #comment_form .h3 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: normal; }

#comment_form input, #comment_form textarea {
  width: 100%; }

.blog-detail h4, .blog-detail .h4 {
  font-size: 16px;
  margin: 15px 0; }

.blog-detail p {
  font-size: 13px;
  color: #777777; }

.blog-section .article {
  margin-bottom: 30px; }

/* footer */
.footer-menu {
  padding: 10px 0;
  border-top: 1px solid #e1e1e1; }

.footer-menu .copyr {
  margin-top: 5px; }

.footcont {
  word-break: break-all; }

.foot-payment li a {
  color: #717171; }

.foot-payment li i {
  font-size: 24px;
  margin-right: 5px; }

.footblink {
  border-top: 1px solid #e1e1e1;
  padding: 20px 0; }

.footblink p {
  display: inline-block;
  vertical-align: middle;
  margin: 0; }

.footblink p a {
  color: #656565;
  position: relative;
  text-transform: capitalize; }

.footblink p a::after {
  content: '|';
  color: #656565;
  margin: 0 12px; }

.footblink p:last-child a::after {
  display: none; }

/* newsletter */
#fcontact p {
  margin-bottom: 10px; }

.newsltr {
  background-color: #f5f5f5;
  padding: 30px 0; }

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

.newsltr svg {
  width: 50px;
  height: 50px; }

.newsltr input {
  width: 100%;
  padding: 3px 15px;
  background: #fff;
  height: 50px;
  border: none;
  margin: 0;
  border-radius: 30px 0 0 30px; }

.newsltr input[type="email"]:focus {
  border: none; }

.newsltr .input-group-btn:last-child > .btn, .newsltr .input-group-btn:last-child > .btn--secondary, .newsltr .input-group-btn:last-child > .btn--tertiary, .newsltr .input-group-btn:last-child > input[type="submit"] {
  border-radius: 30px; }

.newsltr .newsb button {
  width: 100%;
  text-transform: uppercase;
  height: 50px;
  padding: 0;
  vertical-align: middle;
  display: inline-block;
  float: none;
  border-radius: 30px;
  padding: 5px 20px; }

.site-footer .newsltr form {
  margin-top: 0; }

.newsl h4, .newsl .h4 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0 8px; }

.newsltr .form-success {
  padding: 5px 3px; }

.newsb {
  position: relative;
  background-color: #fff;
  border-radius: 30px; }

/* megamenu */
.megamenudrop {
  position: absolute;
  left: 100%;
  background: #fff;
  z-index: 99;
  width: 100%;
  opacity: 0; }

.hovermenu:hover .megamenudrop {
  opacity: 1; }

.fixed {
  position: fixed;
  z-index: 9;
  top: 0;
  transition: 0.4s top cubic-bezier(0.3, 0.73, 0.3, 0.74);
  left: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1); }

/* responsive menu */
#WbxsMenu {
  position: absolute;
  z-index: 9999;
  top: 65px;
  width: 290px;
  border: 1px solid #eee;
  background-color: #fff; }

#WbMobileMenu {
  border: none;
  box-shadow: none;
  margin: 0;
  background-color: transparent;
  padding: 0;
  font-size: 17px;
  margin-top: 17px; }

#WbMobileMenu span {
  display: inline-block;
  vertical-align: middle; }

/* banner effect */
.beffect:hover a::after {
  opacity: 0;
  height: 85%; }

.beffect a::after {
  content: "";
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
  height: 0;
  transition: all 700ms ease-in-out 0s;
  width: 100%; }

.beffect {
  position: relative;
  overflow: hidden; }

.beffect img {
  border-radius: 4px; }

/* banner effect */
/* product page */
.product-photo-container, .more-view-wrapper-owlslider #ProductThumbs img {
  border-radius: 4px; }

.product-photo-container img {
  border-radius: 4px; }

.proname {
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 0; }

.propage span {
  text-transform: capitalize;
  letter-spacing: 0.5px; }

.page-des {
  text-transform: capitalize;
  font-size: 13px;
  color: #888;
  line-height: 23px;
  letter-spacing: 0.5px; }

.p-pagew {
  display: inline-block; }

.wload {
  min-width: 108px;
  min-height: 35px; }

.share_this_btn {
  clear: both; }

.product-tab {
  border: 1px solid #eee;
  margin: 30px auto;
  border-radius: 4px;
  background-color: #fff; }

/*  category page */
.sidebar-tag li:hover input[type="checkbox"] + label {
  color: #518432; }

.sidebar-tag.size ul li:hover {
  border-color: #518432; }

#shopify-section-sidebar-category .product-categories li {
  margin-bottom: 10px;
  text-transform: capitalize; }

.product-list-view .product-container .button-group {
  position: unset;
  opacity: 1;
  transition: none;
  text-align: left; }

.pagination-custom {
  margin-top: 20px; }

.view-mode {
  margin-top: 4px; }

.view-mode a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px; }

.products-grid-view {
  margin-left: -6px;
  margin-right: -6px; }

.products-grid-view .item-row {
  padding-left: 6px;
  padding-right: 6px; }

.products-grid-view .product-container {
  margin-bottom: 20px; }

.product-list-view .product-container {
  margin: 0;
  margin-bottom: 20px; }

.product-list-view .des {
  font-size: 13px;
  text-transform: capitalize;
  color: #777;
  margin-top: 5px;
  display: block;
  letter-spacing: 0.5px; }

.toolbar {
  margin: 0 0 20px 0;
  background: #fff;
  border: 1px solid #eee;
  padding: 7px 0;
  border-radius: 4px; }

.sidebar-block {
  background-color: #fff; }

.collection_sidebar #shopify-section-sidebar-category, .filbr {
  border: 1px solid #eee;
  padding: 5px 15px;
  border-radius: 4px;
  margin-bottom: 20px;
  background: #fff; }

.leftheading {
  font-size: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #eee;
  margin: 0;
  padding-bottom: 5px;
  margin-top: 15px;
  margin-bottom: 20px;
  font-weight: normal; }

.sidebar-tag.brand li::before, .sidebar-tag.size li::before, .sidebar-tag.price li::before {
  content: ">";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  color: #ccc; }

.sidebar-tag li {
  position: relative;
  width: 100%;
  cursor: pointer;
  line-height: 30px; }

.product-list-view .imgblock {
  padding: 0; }

/* other pages */
.bnrtext, .product-tab-item, .testimonial, .onsale {
  margin-top: 60px;
  margin-bottom: 60px; }

.deliveryinfo {
  border-bottom: 1px solid #eee;
  padding-bottom: 60px;
  margin-top: 60px;
  margin-bottom: 60px; }

.edit_address_form input[type="checkbox"] {
  margin-top: 5px; }

.headertop .header-bar__module .no-items p {
  padding: 0; }

#collections-listing h2, #collections-listing .h2 {
  font-size: 20px; }

#collections-listing ul li {
  list-style: none;
  margin-bottom: 15px; }

.billadd {
  background-color: #fff;
  border: 1px solid #ebebeb;
  padding: 15px;
  border-radius: 4px; }

.billadd p span {
  display: block; }

.billb {
  border: 1px solid #eee;
  padding: 15px;
  border-radius: 4px; }

.orderhis td {
  text-align: left; }

.cartq {
  position: absolute;
  right: 0;
  top: 0; }

.cartqty {
  position: relative;
  width: 70px;
  margin: 0 auto; }

.cartqty input {
  padding: 13px 10px; }

.qtyplus {
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 0 7px;
  cursor: pointer; }

.cartpg small {
  color: #777;
  text-transform: capitalize; }

.cartpg .cart__image img {
  max-width: 100px; }

.cartpg th {
  text-transform: capitalize;
  font-weight: 500; }

.qtyminus {
  position: absolute;
  right: 0;
  bottom: 0;
  border-left: 1px solid #eee;
  padding: 0 7px;
  cursor: pointer; }

.cart_btn .btn, .cart_btn .btn--secondary, .cart_btn .btn--tertiary, .cart_btn input[type="submit"] {
  display: inline-block;
  margin-bottom: 10px; }

.orderh {
  background: #fff;
  border: 1px solid #ebebeb;
  padding: 15px;
  margin-top: 15px;
  border-radius: 4px; }

.addre span {
  display: block; }

.addst a {
  display: inline-block;
  padding: 4px 10px;
  margin-right: 10px;
  background: #518432;
  color: #fff;
  border-radius: 4px; }

.addst a:hover {
  background-color: #000;
  color: white; }

.wishlist-item-link img {
  max-width: 60px; }

.wishlist-item-link {
  text-transform: capitalize; }

.logform, .forgotps, .register-form {
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 4px;
  background-color: #f9f9f9; }

.rlog {
  border-top: 1px solid #eee;
  padding-top: 15px;
  font-size: 16px;
  margin: 0; }

/* quickview model */
.quickright h2, .quickright .h2 {
  font-size: 16px;
  text-transform: capitalize; }

.quickright form select {
  padding: 5px 25px 5px 10px;
  text-transform: capitalize;
  margin-bottom: 10px;
  min-width: 110px; }

.quickview-featured-image img {
  display: block;
  margin: 0 auto; }

.tp-revslider-slidesli {
  background-color: #eee; }

/*loader start */
.s-panel {
  position: relative; }

.s-panel .wrloader {
  background: url("../assets/homeloader.gif") 50% 50% no-repeat white;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999; }

.s-panel .slick-dotted.slick-slider {
  margin-bottom: 0; }

/* currency */
.BOLD-mc-picker-mnt[data-open="down"] > .BOLD-mc-picker > .currencyList {
  right: 0 !important;
  left: auto !important;
  transform: none !important; }

.BOLD-mc-picker-mnt {
  /* border: none !important; */
  padding: 0 !important;
  margin-top: 0 !important;
  border-radius: 0 !important; }

.BOLD-mc-picker {
  height: auto !important; }

.BOLD-mc-picker > .currentCurrency {
  position: relative;
  display: inline-block;
  height: auto !important;
  line-height: inherit !important;
  width: 80px;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 0 0 35px !important;
  cursor: pointer;
  text-align: left;
  white-space: nowrap;
  vertical-align: middle; }

.BOLD-mc-picker > .currentCurrency > .chevron > svg {
  display: none; }

.BOLD-mc-picker > .currentCurrency > .chevron::after {
  content: "\f107";
  font-family: FontAwesome;
  position: relative;
  top: -8px; }

.BOLD-mc-picker > .currencyList {
  border-radius: 0px; }

.BOLD-mc-picker > .currentCurrency > .flag, .BOLD-mc-picker > .currencyList > .option > .flag {
  left: 10px !important; }

.BOLD-mc-picker > .currencyList > .option {
  padding: 0 0 0 35px !important; }

.BOLD-mc-picker-mnt {
  border: none;
  padding: 3px 8px;
  margin-top: 8px;
  border-radius: 0px; }

.BOLD-mc-picker-mnt[data-open="up"] > .BOLD-mc-picker > .currencyList {
  bottom: auto !important;
  top: auto; }

@media (min-width: 1410px) {
  #collections-listing {
    width: 1380px;
    margin: 0 auto;
    padding: 0 15px; }

  .search-products .item-row {
    width: 20%; }

  .products-grid-view .collistw {
    width: 33.33%; } }
@media (min-width: 992px) {
  .topws {
    border-right: 1px solid #e1e1e1;
    margin-right: 6px;
    padding-right: 15px; }

  .logform, .forgotps, .register-form {
    max-width: 800px;
    margin: 0 auto; }

  .sinblogt {
    position: sticky;
    top: 15px; }

  .product-photo-container #product-featured-image {
    position: static !important;
    width: 100% !important;
    height: 100% !important; }

  .product-container .button-group {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25%;
    margin: 0 auto;
    transition: 0.3s ease-in-out;
    opacity: 0;
    text-align: center; }

  .product-container:hover .button-group {
    opacity: 1; } }
@media (max-width: 991px) {
  .bnrtext, .product-tab-item, .testimonial, .onsale {
    margin-top: 30px;
    margin-bottom: 30px; }

  .deliveryinfo {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px; }

  .sborder ul {
    border: none; }

  .headernav {
    padding: 10px 0; }

  .rightac .dropdown-menu > li > a:focus, .rightac .dropdown-menu > li > a:hover {
    background-color: transparent; }

  .rightac .dropdown-menu > li > a {
    padding: 0; }

  .homesearch {
    width: auto;
    float: right; }

  .hlogo {
    text-align: left;
    padding-left: 0; }

  .snavb {
    display: none; }

  .pro-tab ul.nav-tabs {
    margin-bottom: 20px; }

  .deliveryinfo li p {
    font-size: 12px; }

  .product-container .product_price {
    float: none !important; }

  .product-container .rateop {
    text-align: left; }

  .s-panel::before {
    display: none; }

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

  .fspc h4, .fspc .h4 {
    font-size: 16px; }

  .fspc {
    padding: 30px 0; }

  .site-footer form {
    margin-top: 5px; }

  .newsltr .input-group-btn button {
    padding: 0 15px; }

  .blogdes h5, .blogdes .h5 {
    font-size: 14px; }

  .zoomContainer, .zoomLens, .zoomWindowContainer {
    display: none; }

  .heading {
    font-size: 24px;
    margin-bottom: 20px; }

  .wbproductdes h5, .wbproductdes .h5 {
    padding: 8px 0 5px 0; }

  .post_cnt span {
    font-size: 12px;
    letter-spacing: 0; }

  .prodm {
    margin: 0 -4px; }

  .prodm .item-row, .prodm .articleblog {
    padding: 0 4px; }

  .product-container .button-group a span, .product-container .button-group .addcart .sold_icon span {
    display: none; }

  .mobile-nav__sublist-link a {
    padding: 3px 0; }

  .template-blog .blog-description {
    margin-top: 10px; }

  .billadd2 {
    margin-top: 15px; }

  .blog-detail h4, .blog-detail .h4 {
    font-size: 14px; }

  .quick-view .content {
    overflow-y: scroll;
    height: 600px;
    width: 95%; }

  .quickright {
    padding-bottom: 10px;
    margin-top: 15px; }

  .product-photo-container #product-featured-image {
    position: relative !important; }

  .product-container .button-group {
    margin-top: 8px; } }
@media (max-width: 1409px) {
  .quick-view .content {
    overflow-y: scroll;
    height: 600px; } }
@media (min-width: 1200px) and (max-width: 1409px) {
  .slidertext {
    top: 70px; }

  #fcontact p {
    font-size: 13px;
    letter-spacing: 0; }

  #collections-listing {
    width: 1170px;
    margin: 0 auto;
    padding: 0 15px; }

  .products-grid-view .item-row {
    width: 33.33%; }

  .ipo {
    margin-bottom: 4px; }

  .quick-view .content {
    width: 80%; }

  .deliveryinfo li p {
    font-size: 12px;
    letter-spacing: 0; } }
@media (max-width: 1589px) {
  .header-top {
    padding: 0; } }
@media (min-width: 1410px) {
  #collections-listing {
    width: 1380px;
    margin: 0 auto;
    padding: 0 15px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial {
    padding: 30px 0; }

  .slidertext span {
    display: none; }

  .slidertext p {
    font-size: 14px; }

  .slidertext h1, .slidertext .h1 {
    font-size: 30px; }

  .slidertext h3, .slidertext .h3 {
    font-size: 24px; }

  .slidertext {
    top: 20px;
    width: 400px; }

  .catbnr strong {
    font-size: 14px; }

  .cbnrw4, .cbnrw5 {
    margin-top: 18px; }

  .deliveryinfo [class*="col-"]:nth-child(1), .deliveryinfo [class*="col-"]:nth-child(2) {
    margin-bottom: 15px; }

  #collections-listing {
    width: 750px;
    margin: 0 auto;
    padding: 0 15px; }

  .product-list-view .des {
    overflow: hidden;
    height: 40px; }

  .sbr .imgblock img {
    height: 242px; }

  .sbr .wbproductdes {
    height: 156px; }

  .product-list-view .wbproductdes {
    padding: 0 10px 10px; }

  .product-list-view .wbproductdes h5, .product-list-view .wbproductdes .h5 {
    font-size: 14px; }

  #contact_form label, #AddAddress label, .register-form label, #customer_login label, .forgotps label {
    font-size: 13px; }

  .parent-mega-menu .inner {
    padding-right: 0; }

  .product-list-view .des {
    font-size: 12px;
    letter-spacing: 0; }

  .site-nav-dropdown li a {
    letter-spacing: 0;
    font-size: 12px; }

  .parent-mega-menu .inner .currentm {
    font-size: 12px;
    letter-spacing: 0; } }
@media (min-width: 768px) {
  .propage .product_single_price .product_price {
    font-size: 20px;
    line-height: normal; }

  .proname {
    font-size: 18px; }

  .product-list-view .product_price, .product-list-view .wbproductdes h5, .product-list-view .wbproductdes .h5 {
    font-size: 16px; }

  .site-footer h4 button, .site-footer .h4 button {
    display: none; }

  .zoomWrapper img {
    z-index: -1 !important; }

  #xsfilter, #xscat {
    display: block; }

  .site-footer ul, #fcontact, #finsta, #fnews {
    display: block; }

  .sticky {
    position: sticky;
    top: 15px; }

  #wr-menu-icon .cate {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px; }

  #wr-menu-icon .btn-navbar.navbar-toggle {
    padding: 0;
    border: none;
    cursor: pointer;
    background-color: transparent;
    border-radius: 100%;
    min-width: 26px;
    min-height: 26px;
    margin: 0px;
    transition: all 0.3s ease-in-out;
    display: block; }

  #wr-menu-icon h3.wr-menu, #wr-menu-icon .wr-menu.h3 {
    position: relative;
    padding: 14px 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
    border-radius: 0px 0px 0 0;
    color: #000;
    background: #000;
    margin: 0; }

  #wr-menu-icon {
    position: relative; }

  .ico-menu {
    position: relative;
    width: 15px;
    top: -8px;
    margin: 0 auto;
    left: -8px; }

  .ico-menu .bar:nth-child(1)::after {
    transition-delay: 0.1s; }

  .ico-menu .bar:nth-child(2)::after {
    transition-delay: 0.2s; }

  .ico-menu .bar:nth-child(3)::after {
    transition-delay: 0.3s; }

  .ico-menu .bar::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    background: #fff;
    transition: 0.3s;
    transition-delay: 0s; }

  .ico-menu .bar:nth-child(1) {
    top: 0;
    width: 18px; }

  .ico-menu .bar:nth-child(2) {
    top: 5px;
    width: 16px; }

  .ico-menu .bar:nth-child(3) {
    top: 10px;
    width: 12px; }

  .ico-menu .bar {
    position: absolute;
    height: 2px;
    background-color: #000;
    overflow: hidden; }

  .bar {
    height: 12px;
    width: 20px;
    display: inline-block; }

  #wr-menu-icon:hover .ico-menu .bar::after {
    left: 0; } }
@media (max-width: 767px) {
  .collection_sidebar #shopify-section-sidebar-category, .filbr {
    padding: 6px 15px 5px 15px; }

  .header_social {
    margin-bottom: 8px; }

  .rightac, .headleft {
    margin-top: 15px; }

  .svgbg svg {
    width: 24px;
    height: 24px; }

  #search_toggle svg {
    width: 20px;
    height: 20px; }

  .footblink {
    display: none; }

  .slidertext span {
    display: none; }

  .bnrtext h1, .bnrtext .h1, .bnrtext .h1 {
    font-size: 14px;
    margin-left: 10px;
    margin-right: 10px; }

  .bnrtext p {
    font-size: 13px;
    margin-left: 10px;
    margin-right: 10px; }

  .bnrtext a.btn-primary {
    margin-top: 15px; }

  .wbblog .home-blog-image {
    padding: 0; }

  .onsale .product-container {
    margin-bottom: 20px; }

  .pro-tab .nav-tabs li a {
    margin: 0 6px;
    font-size: 15px; }

  #cartCount span {
    display: none; }

  .topleftw {
    margin-top: 0; }

  .testimonial {
    padding: 15px 0;
    background: #f5f5f5 !important; }

  .specialpd .slidebtn {
    display: none; }

  .ptabbr li a {
    padding: 10px 0; }

  .catbnr strong {
    font-size: 14px; }

  .newsltr input, .newsltr .newsb button {
    height: 40px; }

  .newsltr {
    padding: 15px 0; }

  .wbblog .blogdes {
    margin-top: 10px;
    padding: 0; }

  .slidertext a.btn, .slidertext a.btn--secondary, .slidertext a.btn--tertiary {
    padding: 8px 15px;
    margin-top: 10px; }

  .slidertext p {
    font-size: 13px; }

  .slidertext h3, .slidertext .h3 {
    font-size: 13px; }

  .product-list-view .product-container .button-group {
    text-align: center; }

  #search button.top-header__search-submit {
    padding: 0 17px; }

  .wbSearch {
    padding: 15px 40px 15px 10px; }

  .product-container .button-group a, .product-container .button-group .addcart .sold_icon {
    min-width: 30px;
    min-height: 30px;
    padding: 3px 0;
    margin: 0 2px; }

  .fspc {
    padding: 15px 0; }

  .footer-menu .copyr {
    margin-top: 0;
    margin-bottom: 5px; }

  .fspc h4, .fspc .h4 {
    margin-bottom: 10px; }

  .footer-menu .text-left, .footer-menu .text-right {
    text-align: center; }

  .apptesti {
    margin-top: 30px; }

  .homesearch #toggle-search input {
    height: 40px; }

  .homesearch #toggle-search .input-group-btn {
    padding: 0 12px; }

  .xsheader {
    float: right; }

  .cartdt h4, .cartdt .h4 {
    display: none; }

  #fcontact h4, #fcontact .h4, #fcontact .h4, .header_social h4, .header_social .h4, .header_social .h4 {
    margin-top: 20px; }

  .deliveryinfo li h4, .deliveryinfo li .h4 {
    font-size: 14px; }

  .deliveryinfo li p {
    font-size: 13px; }

  .userdrop {
    margin: 0 15px;
    padding: 0;
    border: none; }

  .footdes {
    margin: 10px 0; }

  .newsltr .input-group-btn button {
    padding: 0 12px;
    font-size: 14px;
    letter-spacing: 0; }

  .appcart {
    float: right;
    margin: 2px 15px 0 15px; }

  .headernav .top-bar {
    width: auto; }

  .headernav .hlogo {
    padding-left: 0; }

  .sorting-section .btn, .sorting-section .btn--secondary, .sorting-section .btn--tertiary, .sorting-section input[type="submit"] {
    font-size: 12px; }

  .BOLD-mc-picker > .currentCurrency > .flag {
    left: 0 !important; }

  .blog-description #comments {
    margin-top: 20px; }

  .product-list-view .des {
    overflow: hidden;
    height: 69px;
    margin-bottom: 0; }

  .BOLD-mc-picker-mnt {
    border: 1px solid #eee !important;
    margin-top: 8px !important;
    border-radius: 0px !important;
    padding: 1px 10px !important; }

  #collections-listing {
    margin: 0 auto;
    padding: 0 15px; }

  .product-list-view .imgblock {
    border-right: none; }

  .product-list-view .product-container {
    margin-left: 2px;
    margin-right: 2px; }

  .collection_sidebar #shopify-section-sidebar-category, .filbr {
    margin-bottom: 10px; }

  #xscat, #xsfilter {
    margin-top: 15px; }

  .leftheading {
    border-bottom: none;
    margin: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px; }

  .proname {
    margin-top: 20px;
    font-size: 14px; }

  .zoomWrapper {
    margin: 0 auto;
    text-align: center; }

  #WbMobileMenu {
    margin-top: 10px; }

  .wbproductdes h5, .wbproductdes .h5 {
    font-size: 13px;
    padding: 5px 0 3px 0; }

  .product-list-view .wbproductdes h5, .product-list-view .wbproductdes .h5 {
    font-size: 14px;
    font-weight: 500; }

  .wbproductdes .thumbdes {
    margin: 0 0 1px 0; }

  .sale .badge__text, .sale, .psold-out {
    background: transparent;
    letter-spacing: 0;
    padding: 0;
    color: #000; }

  .dis-price, .quick-view .compare-price, #ComparePrice {
    font-size: 11px; }

  #acdrop {
    z-index: 9999; }

  .quick-view .content {
    margin: 100px auto;
    padding: 20px 10px; }

  #shopify-section-sidebar-colors .sidebar-tag .widget h4, #shopify-section-sidebar-colors .sidebar-tag .widget .h4 {
    margin-top: 0; }

  .quickright h2, .quickright .h2, #QProductPrice {
    font-size: 14px; }

  .quick-view label {
    width: 95px;
    font-size: 12px;
    letter-spacing: 0; }

  #WbxsMenu {
    border: 1px solid #eee; }

  .p-pagew .add-in-wishlist-js, .procart {
    font-size: 12px;
    min-height: 33px; }

  .sinblogt p {
    font-size: 12px; }

  .blogs-sub-title {
    font-size: 12px;
    letter-spacing: 0; }

  .wishlist-item-link {
    font-size: 12px;
    letter-spacing: 0;
    padding: 8px 4px; }

  .cart_btn .btn, .cart_btn .btn--secondary, .cart_btn .btn--tertiary, .cart_btn input[type="submit"] {
    font-size: 11px;
    letter-spacing: 0;
    padding: 8px 6px; }

  .contp li p {
    font-size: 12px;
    letter-spacing: 0; }

  #contact_form label, #AddAddress label, .register-form label, #customer_login label, .forgotps label, .edit_address_form label {
    text-align: left;
    margin-bottom: 8px;
    padding: 0; }

  .sorting-section .dropdown-menu a {
    font-size: 12px;
    letter-spacing: 0; }

  .product-list-view .wbproductdes {
    text-align: center; }

  .propage label {
    width: 110px; }

  .protabc li a {
    padding: 10px 6px;
    font-size: 13px;
    letter-spacing: 0; }

  .protabc-content p {
    font-size: 12px; }

  .collection_sidebar {
    position: relative; }

  .collection_sidebar .lefthead {
    border-radius: 2px; }

  .collection_sidebar h1 .toggle.collapsed::after, .collection_sidebar .h1 .toggle.collapsed::after {
    font-family: 'FontAwesome';
    content: '\f067';
    font-size: 14px;
    font-weight: normal;
    float: right;
    cursor: pointer;
    color: #282828; }

  .collection_sidebar h1 .toggle::after, .collection_sidebar .h1 .toggle::after {
    font-family: 'FontAwesome';
    content: '\f068';
    font-size: 14px;
    font-weight: normal;
    float: right;
    cursor: pointer;
    color: #282828; }

  .collection_sidebar h1 button, .collection_sidebar .h1 button {
    padding: 0;
    border: none;
    background-color: transparent;
    float: right;
    position: absolute;
    width: 100%;
    right: 15px;
    margin-top: -2px; }

  .site-footer h4 .toggle.collapsed::after, .site-footer .h4 .toggle.collapsed::after {
    font-family: 'FontAwesome';
    content: '\f067';
    font-size: 14px;
    font-weight: normal;
    float: right;
    cursor: pointer;
    color: #000; }

  .site-footer h4 .toggle::after, .site-footer .h4 .toggle::after {
    font-family: 'FontAwesome';
    content: '\f068';
    font-size: 14px;
    font-weight: normal;
    float: right;
    cursor: pointer;
    color: #000; }

  .site-footer h4 button, .site-footer .h4 button {
    padding: 0;
    border: none;
    background-color: transparent;
    float: right;
    position: absolute;
    width: 100%;
    right: 15px;
    margin: 0; }

  .hlogo img {
    max-width: 100px; } }
@media (max-width: 599px) {
  .slideright .slick-dots {
    bottom: 2px; }

  .deliveryinfo ul {
    text-align: left; }

  .ptabbr {
    margin-bottom: 15px; }

  .procatbg .heading {
    text-align: left;
    padding: 0 15px; }

  .procatbg {
    position: relative; }

  .product-category button.toggle {
    position: absolute;
    right: 15px;
    top: 20px;
    background: green;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 1px 8px; }

  .procatbg button.toggle.collapsed::after {
    font-family: 'FontAwesome';
    content: '\f067';
    font-size: 14px;
    font-weight: normal;
    float: right;
    cursor: pointer;
    color: #fff; }

  .procatbg button.toggle::after {
    font-family: 'FontAwesome';
    content: '\f068';
    font-size: 14px;
    font-weight: normal;
    float: right;
    cursor: pointer;
    color: #fff; }

  .catbnr strong {
    font-size: 13px;
    position: unset;
    margin-top: 5px;
    display: block;
    letter-spacing: 0; }

  .pctab, .pctab2 {
    width: 100%; }

  .catbnr h5, .catbnr .h5, .catbnr .h5 {
    display: none; }

  .catbnr .row {
    margin-left: -5px;
    margin-right: -5px; }

  .catbnr .row [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px; }

  .cbnrw4, .cbnrw5 {
    margin-top: 15px; }

  .products-grid-view .item-row {
    width: 50%; }

  .product-container .grid-link__org_price {
    font-size: 13px;
    letter-spacing: 0; }

  .deliveryinfo .sborder {
    margin-top: 20px; }

  .mainpcat {
    border-left: none;
    padding: 0; }

  .sorting-section {
    width: 100%; }

  .protabc-content .spr-summary-caption {
    display: block; }

  .swatch-element label {
    padding: 2px 3px 2px 3px; }

  .ajax-success-modal .content, .ajax-error-modal .modal-inner {
    overflow-y: scroll;
    height: 560px;
    width: auto;
    margin: 0 15px; }

  .ajax-success-modal .ajax-left, .ajax-right {
    float: none;
    padding-right: 0;
    width: auto; }

  .ajax-product-title {
    margin-top: 10px; }

  .dis-price, .quick-view .compare-price, #ComparePrice {
    font-size: 10px; } }
@media (min-width: 600px) {
  .procatbg button.toggle {
    display: none; }

  .procatbg .pctab {
    display: block; } }
@media (min-width: 600px) and (max-width: 767px) {
  .slidertext h1, .slidertext .h1 {
    font-size: 34px; }

  .slidertext {
    top: 10px;
    width: 360px; }

  .product-container .grid-link__org_price {
    font-size: 14px; }

  .timer li {
    width: 46px;
    height: 46px;
    padding: 4px 0; }

  .timer li span {
    font-size: 14px;
    letter-spacing: 0; }

  .sorting-section {
    width: 300px; }

  .products-grid-view .item-row {
    width: 33.33%; }

  .ipo {
    margin-bottom: 0; }

  .ajax-success-modal .content, .ajax-error-modal .modal-inner {
    width: 550px; }

  .deliveryinfo [class*="col-"] {
    width: 50%; }

  .deliveryinfo [class*="col-"]:nth-child(1), .deliveryinfo [class*="col-"]:nth-child(2) {
    margin-bottom: 10px; } }
@media (min-width: 412px) and (max-width: 767px) {
  .product-list-view .item-row {
    width: 50%;
    float: left; }

  .product-list-view {
    float: left;
    width: 100%; } }
@media (max-width: 1199px) {
  .propage label {
    font-size: 12px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .deliveryinfo li h4, .deliveryinfo li .h4 {
    font-size: 14px; }

  .slidertext h1, .slidertext .h1 {
    font-size: 40px; }

  .slidertext {
    top: 50px; }

  .catbnr strong {
    font-size: 16px; }

  .collection-products .products-grid-view .product-container .wbproductdes .rateop {
    display: none; }

  .collection-products .products-grid-view .product-container .wbproductdes .product_price {
    float: none !important; }

  .deliveryinfo [class*="col-"] {
    padding: 0; }

  #fcontact p {
    font-size: 13px; }

  .deliveryinfo li p {
    font-size: 12px;
    letter-spacing: 0; }

  .timer li {
    width: 46px;
    height: 46px;
    padding: 4px 0; }

  .timer li span {
    font-size: 14px;
    letter-spacing: 0; }

  #collections-listing {
    width: 970px;
    margin: 0 auto;
    padding: 0 15px; }

  .ipo {
    margin-bottom: 0; }

  .site-nav-dropdown li a {
    font-size: 12px;
    letter-spacing: 0; }

  .quick-view .content {
    width: 95%; }

  .propage label {
    width: 110px; }

  .contp li p, .blogs-sub-title {
    font-size: 12px;
    letter-spacing: 0; }

  .cart_btn .btn, .cart_btn .btn--secondary, .cart_btn .btn--tertiary, .cart_btn input[type="submit"] {
    font-size: 11px;
    letter-spacing: 0;
    padding: 8px 6px; }

  .site-nav li.mega-menu .site-nav-dropdown {
    width: 735px; } }
@media (min-width: 400px) {
  .blogs-sub-title .comments-count {
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    padding: 0 8px;
    margin: 0 8px; } }
@media (max-width: 399px) {
  .blogs-sub-title span.author {
    display: none; }

  .blogs-sub-title .comments-count {
    margin: 0 5px; } }
@media (max-width: 450px) {
  .slidertext a.btn, .slidertext a.btn--secondary, .slidertext a.btn--tertiary, .slidertext a.btn--secondary, .slidertext a.btn--tertiary {
    padding: 5px 12px;
    margin-top: 5px; }

  .slidertext p {
    display: none; }

  .slidertext h1, .slidertext .h1 {
    font-size: 18px;
    margin-top: 3px;
    margin-bottom: 0; }

  .slidertext {
    top: 10px;
    left: 3%;
    width: 210px; } }
@media (min-width: 451px) and (max-width: 599px) {
  .slidertext h1, .slidertext .h1 {
    font-size: 20px;
    margin-bottom: 0; }

  .slidertext a.btn, .slidertext a.btn--secondary, .slidertext a.btn--tertiary {
    padding: 6px 15px;
    margin-top: 6px; }

  .slidertext {
    top: 10px;
    left: 3%;
    width: 300px; } }
