/*
PWD Styles - compile this to pwd-styles.css
*/
/* quickly add transitions */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2rem; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1rem 2rem; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1rem;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25rem; }

sup {
  top: -0.5rem; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35rem 0.75rem 0.625rem; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

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

html {
  font-size: 1rem;
  height: 100%;
  line-height: 1;
  width: 100%; }

body {
  font-size: 18px;
  background: white;
  color: black;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  height: 100%;
  height: 100vh;
  overflow: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100%; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 1rem 0;
  padding: 0; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.hidden {
  display: none !important;
  visibility: hidden; }

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

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

.alignleft, img.alignleft {
  display: block; }
  @media (min-width: 768px) {
    .alignleft, img.alignleft {
      display: inline;
      float: left;
      margin-right: 1.5rem; } }

.alignright, img.alignright {
  display: block; }
  @media (min-width: 768px) {
    .alignright, img.alignright {
      display: inline;
      float: right;
      margin-left: 1.5rem; } }

.aligncenter, img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

a,
a:visited {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  a:hover, a:focus,
  a:visited:hover,
  a:visited:focus {
    color: black; }
  a:active,
  a:visited:active {
    color: black; }
  a:link,
  a:visited:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

img {
  height: auto;
  max-width: 100%;
  width: 100%; }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
.p,
li {
  color: inherit;
  display: block;
  font-family: inherit;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }
  h1 a,
  .h1 a,
  h2 a,
  .h2 a,
  h3 a,
  .h3 a,
  h4 a,
  .h4 a,
  h5 a,
  .h5 a,
  h6 a,
  .h6 a,
  p a,
  .p a,
  li a {
    color: inherit;
    text-decoration: none; }
    h1 a:hover,
    .h1 a:hover,
    h2 a:hover,
    .h2 a:hover,
    h3 a:hover,
    .h3 a:hover,
    h4 a:hover,
    .h4 a:hover,
    h5 a:hover,
    .h5 a:hover,
    h6 a:hover,
    .h6 a:hover,
    p a:hover,
    .p a:hover,
    li a:hover {
      color: inherit; }

p, .p, li {
  margin: 0; }

/* Assistive text */
.screen-reader-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px; }

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background: #fff;
  border: 2px solid #333;
  border-radius: 3px;
  clip: auto !important;
  color: #000;
  display: block;
  font-size: 12px;
  height: auto;
  padding: 12px;
  position: absolute;
  top: 5px;
  left: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */ }

#header {
  width: 100%;
  float: left;
  z-index: 999;
  position: fixed;
  background: #ffffff;
  min-height: 130px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  #header .headlinetext {
    float: left;
    width: 100%;
    background: #000000;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  #header .header__container {
    float: left;
    width: 100%;
    padding: 10px 2% 0 2%; }
    #header .header__container a#logo {
      float: left;
      width: auto;
      max-width: 170px;
      position: relative;
      z-index: 999; }
  #header #top_account {
    float: right;
    position: fixed;
    right: 30px;
    margin-top: 15px;
    z-index: 9999;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media (max-width: 768px) {
      #header #top_account {
        right: 85px;
        margin-top: 10px; } }
    #header #top_account a.account {
      width: 50px;
      height: 50px;
      background: url(images/my-account_icon.png) 50% 50% no-repeat;
      background-size: 30px; }
      @media (max-width: 840px) {
        #header #top_account a.account {
          margin-right: 0px; } }
    #header #top_account a.wishlist {
      width: 50px;
      height: 50px;
      background: url(images/wish_icon.png) 50% 50% no-repeat;
      margin-right: 0px;
      background-size: 25px; }
      @media (max-width: 840px) {
        #header #top_account a.wishlist {
          margin-right: 0px; } }
      @media (max-width: 580px) {
        #header #top_account a.wishlist {
          display: none; } }
    #header #top_account a.cart {
      width: 50px;
      height: 50px;
      background: url(images/cart_icon.png) 50% 50% no-repeat;
      margin-right: 0px;
      background-size: 30px; }
 #header #top_account a.cart-customlocation {
      width: 50px;
      height: 50px;
      background: url(images/cart_icon.png) 50% 50% no-repeat;
      margin-right: 0px;
      background-size: 30px; }
    #header #top_account a {
      float: left; }
    #header #top_account span.woocommerce-Price-amount.amount {
      display: none; }
    #header #top_account .tatalcount {
      width: 20px;
      height: 20px;
      background: #000000;
      text-align: center;
      line-height: 20px;
      font-size: 13px;
      color: #ffffff;
      border-radius: 50%;
      position: absolute;
      margin-left: 28px;
      font-weight: bold !important;
      line-height: 17px;
      margin-top: 6px; }

#header.header-scroll {
  min-height: auto; }
  @media (max-width: 768px) {
    #header.header-scroll {
      min-height: 100px;
      background: #ffffff; } }
  @media (max-width: 768px) {
    #header.header-scroll .header__container.open .nav {
      top: 15px; } }
  @media (max-width: 580px) {
    #header.header-scroll .header__container.open .nav {
      top: 0px; } }
  #header.header-scroll .header__container.open #menu-toggle.open {
    top: 15px !important; }
  #header.header-scroll .headlinetext {
    height: 10px; }

.header__container {
  float: left;
  width: 100%;
  z-index: 999;
  background: #ffffff !important;
  -webkit-box-shadow: none;
  box-shadow: none; }
  @media (max-width: 768px) {
    .header__container .container {
      padding: 0px; } }
  .header__container a#logo {
    z-index: 9;
    float: left;
    width: 25%;
    text-align: left;
    background: #ffffff;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .header__container a#logo img {
      max-width: 250px;
      margin: 0 auto;
      position: relative;
      z-index: 999;
      padding-top: 0;
      padding: 10px;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      @media (max-width: 1024px) {
        .header__container a#logo img {
          max-width: 250px; } }
      @media (max-width: 768px) {
        .header__container a#logo img {
          max-width: 230px;
          float: left;
          padding-left: 20px; } }
      @media (max-width: 580px) {
        .header__container a#logo img {
          padding: 10px 20px;
          padding-left: 0px;
          max-width: 130px;
          padding-right: 0px; } }
  .header__container .nav {
    position: relative;
    margin: 0 auto;
    z-index: 99;
    max-width: 100%;
    width: auto;
    margin-left: 10%;
    margin-top: 10px; }
    @media (max-width: 1280px) {
      .header__container .nav {
        margin-top: 70px;
        float: right;
        width: auto; } }
    @media (max-width: 1024px) {
      .header__container .nav {
        margin-top: 0px; } }
    .header__container .nav #menu-toggle {
      display: none;
      border-radius: 0px;
      float: right;
      right: 0px;
      top: 5px;
      z-index: 9999;
      position: relative;
      width: 50px;
      height: 50px;
      background: #000000; }
      @media (max-width: 768px) {
        .header__container .nav #menu-toggle {
          display: block;
          float: right;
          top: 7px;
          right: 0px; } }
  @media (max-width: 768px) and (max-width: 768px) {
    .header__container .nav #menu-toggle {
      top: 10px; } }
  @media (max-width: 768px) and (max-width: 580px) {
    .header__container .nav #menu-toggle {
      top: 5px; } }
    .header__container .nav ul.navigation-main {
      width: auto;
      text-align: left; }
      @media (max-width: 768px) {
        .header__container .nav ul.navigation-main {
          display: none; } }
      .header__container .nav ul.navigation-main li.menu-left {
        float: left; }
      .header__container .nav ul.navigation-main li.menu-right {
        float: right; }
      .header__container .nav ul.navigation-main li.menu-right.desktop-menu {
        display: block; }
        @media (max-width: 768px) {
          .header__container .nav ul.navigation-main li.menu-right.desktop-menu {
            display: none; } }
      .header__container .nav ul.navigation-main li.mobile-menu {
        display: none; }
        @media (max-width: 768px) {
          .header__container .nav ul.navigation-main li.mobile-menu {
            display: block; } }
      .header__container .nav ul.navigation-main li {
        margin-bottom: 0px; }
        .header__container .nav ul.navigation-main li a {
          line-height: 40px;
          color: #000000;
          font-family: "Raleway", sans-serif;
          font-size: 16px;
          font-weight: 500;
          padding-left: 15px;
          padding-right: 15px;
          letter-spacing: 0.5px;
          text-transform: uppercase;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          @media (max-width: 1440px) {
            .header__container .nav ul.navigation-main li a {
              padding-left: 8px;
              padding-right: 8px;
              font-size: 15px; } }
          @media (max-width: 1280px) {
            .header__container .nav ul.navigation-main li a {
              padding-left: 10px;
              padding-right: 10px;
              font-size: 15px; } }
          @media (max-width: 840px) {
            .header__container .nav ul.navigation-main li a {
              padding-left: 5px;
              padding-right: 5px;
              font-size: 14px; } }
          @media (max-width: 768px) {
            .header__container .nav ul.navigation-main li a {
              font-size: 16px;
              padding-left: 0px !important; } }
        .header__container .nav ul.navigation-main li a:hover {
          color: #c26479; }
        .header__container .nav ul.navigation-main li a::before {
          display: none; }
        .header__container .nav ul.navigation-main li ul {
          padding: 0px;
          float: left;
          width: 100%;
          background: #ffffff; }
          .header__container .nav ul.navigation-main li ul li {
            width: 100%;
            float: left;
            padding: 0px; }
            .header__container .nav ul.navigation-main li ul li a {
              width: 100%;
              line-height: normal;
              text-transform: none;
              padding: 10px 20px;
              font-size: 14px;
              letter-spacing: 0px;
              background: #ffffff;
              color: #c26479;
              background: transparent;
              font-weight: 600;
              -webkit-transition: all 0.3s ease-in-out;
              -o-transition: all 0.3s ease-in-out;
              transition: all 0.3s ease-in-out; }
            .header__container .nav ul.navigation-main li ul li a:hover {
              color: #000000;
              text-decoration: underline; }
      .header__container .nav ul.navigation-main li.current-menu-item a {
        color: #c26479;
        background: transparent; }
      .header__container .nav ul.navigation-main li.current-menu-item .menu-item-has-children a:hover::after {
        background: url(images/arrow-down-white.png) center center no-repeat;
        padding-left: 10px;
        font-size: 10px;
        background-size: 14px;
        background-position: 0px 0px; }
      .header__container .nav ul.navigation-main .menu-item-has-children a::after {
        content: "";
        width: 15px;
        height: 50px;
        margin-left: 5px;
        padding-right: 0;
        background: url(images/arrow-down.png) 0 0% no-repeat;
        padding-left: 10px;
        font-size: 10px;
        background-size: 14px;
        background-position: 0px 0px;
        float: right;
        margin-top: 14px; }
        @media (max-width: 768px) {
          .header__container .nav ul.navigation-main .menu-item-has-children a::after {
            margin-top: 0px;
            height: 30px;
            position: absolute; } }
      .header__container .nav ul.navigation-main li.current-menu-ancestor a {
        color: #c26479;
        background: transparent; }
      .header__container .nav ul.navigation-main ul.sub-menu {
        float: left;
        margin-left: 10px;
        width: auto !important; }
        @media (max-width: 768px) {
          .header__container .nav ul.navigation-main ul.sub-menu {
            width: 100% !important; } }
        .header__container .nav ul.navigation-main ul.sub-menu li {
          float: left;
          width: 100%; }
          .header__container .nav ul.navigation-main ul.sub-menu li a {
            margin: 0px;
            float: left;
            width: 100%;
            background: #c26479;
            color: #ffffff !important;
            line-height: 30px;
            font-size: 16px;
            font-weight: 500;
            font-family: "Ubuntu", sans-serif;
            border-top: 1px solid #ffffff;
            letter-spacing: 0px; }
            @media (max-width: 768px) {
              .header__container .nav ul.navigation-main ul.sub-menu li a {
                padding-left: 0px; } }
          .header__container .nav ul.navigation-main ul.sub-menu li a:hover {
            text-decoration: none;
            color: #ffffff !important;
            background: #c26479; }
          .header__container .nav ul.navigation-main ul.sub-menu li a::after {
            content: ""; }
        .header__container .nav ul.navigation-main ul.sub-menu li a::after {
          display: none; }

.header__container.open .nav {
  margin-right: 0px;
  width: 100%;
  float: left;
  max-width: 100%;
  top: 20px;
  right: 0;
  position: fixed !important; }
  @media (max-width: 768px) {
    .header__container.open .nav {
      top: 45px; } }
  @media (max-width: 580px) {
    .header__container.open .nav {
      top: 25px; } }
  .header__container.open .nav ul.navigation-main {
    display: block;
    float: left;
    width: 100%;
    top: 45px;
    display: block;
    float: left;
    width: 100%;
    background: transparent;
    position: relative; }
    @media (max-width: 768px) {
      .header__container.open .nav ul.navigation-main {
        top: 33px; } }
    .header__container.open .nav ul.navigation-main .menu-item-has-children a::after {
      background: url(images/arrow-down-white.png) center center no-repeat !important;
      background-size: 14px !important; }
    .header__container.open .nav ul.navigation-main li {
      width: 100%;
      margin-bottom: 0px; }
      .header__container.open .nav ul.navigation-main li a {
        line-height: 25px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 15px;
        text-align: center;
        background: #ffd6d5;
        color: #c26479;
        border-top: 1px solid #ffffff; }
        @media (max-width: 768px) {
          .header__container.open .nav ul.navigation-main li a {
            margin-left: 0px;
            margin-right: 0px;
            padding-right: 0px; } }
      .header__container.open .nav ul.navigation-main li a:focus {
        color: #ffffff; }
      .header__container.open .nav ul.navigation-main li ul {
        float: left;
        width: 100%;
        margin: 0px;
        border-top: 0px !important;
        position: relative;
        display: none; }
        .header__container.open .nav ul.navigation-main li ul li {
          float: left;
          width: 100%; }
          .header__container.open .nav ul.navigation-main li ul li a {
            float: left;
            width: 100%;
            background: #f1f1f1;
            border-top: 1px solid #ffffff; }
    .header__container.open .nav ul.navigation-main li.focus ul {
      display: none;
      z-index: 999;
      position: relative; }
    .header__container.open .nav ul.navigation-main li.open a {
      color: #ffffff; }
    .header__container.open .nav ul.navigation-main li.open ul {
      position: relative;
      display: block; }
      .header__container.open .nav ul.navigation-main li.open ul li a {
        color: #ffffff !important;
        background: #c26479;
        line-height: 25px !important;
        border-left: 0px !important;
        border-right: 0px !important; }

.header__container.open div#menu-toggle.open {
  top: 15px !important;
  right: 20px; }
  @media (max-width: 580px) {
    .header__container.open div#menu-toggle.open {
      right: 10px;
      top: 20px !important; } }

/*--SEARCH BAR HEADER--*/
.searchbar {
  width: auto;
  height: 50px;
  float: left;
  min-width: 50px;
  position: fixed;
  right: 180px; }
  @media (max-width: 768px) {
    .searchbar {
      right: 230px; } }
  @media (max-width: 580px) {
    .searchbar {
      display: none; } }

input#searchsubmit {
  display: none; }

.searchbox {
  background: transparent;
  position: relative;
  min-width: 50px;
  width: 0%;
  height: 50px;
  float: right;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media (max-width: 1440px) {
    .searchbox {
      min-width: 50px; } }

.searchbox:hover {
  background: #ffd6d5; }

.searchbox-input {
  top: 0;
  right: 0;
  border: 0;
  outline: 0;
  background: transparent;
  width: 100%;
  height: 60px;
  margin: 0;
  padding: 0px 55px 0px 20px;
  font-size: 20px;
  color: #ffffff; }

.searchbox-input::-webkit-input-placeholder {
  color: #ffffff; }

.searchbox-input:-moz-placeholder {
  color: #ffffff; }

.searchbox-input::-moz-placeholder {
  color: #ffffff; }

.searchbox-input:-ms-input-placeholder {
  color: #ffffff; }

.searchbox-icon i.fa.fa-search.fa-lg {
  margin-top: 45px; }

.searchbox-icon,
.searchbox-submit {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  z-index: 999;
  top: 0;
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  right: 0;
  padding: 0;
  margin: 0;
  outline: 0;
  line-height: 90px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background: url(images/search.png) 50% 50% no-repeat;
  background-size: 30px !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

#top_header {
  float: right;
  position: fixed;
  z-index: 99;
  right: 0;
  top: 20px; }
  #top_header p {
    color: #ffffff;
    text-align: center;
    padding-top: 50px; }

.searchbox-open {
  width: 100%;
  position: relative;
  z-index: 99999; }

.searchbox-open input#s {
  color: #000000 !important;
  z-index: 99999;
  background: #ffd6d5; }

.searchbox-open #searchsubmit {
  float: right;
  position: relative;
  z-index: 9999;
  width: 90px;
  height: 50px;
  background-color: rgba(227, 155, 0, 0.8);
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none; }

.searchbox-open input#s {
  width: 300px;
  height: 50px;
  font-size: 17px;
  font-family: "Raleway", sans-serif;
  padding: 0;
  border: none;
  padding-left: 15px;
  font-weight: 600; }

.searchbox input[type=text], input[type=email], input[type=password] {
  width: 100%;
  height: 50px;
  line-height: 5px;
  padding: 0;
  border: none;
  font-size: 0px; }

.searchbox-open input[type=text], input[type=email], input[type=password] {
  font-size: 32px; }

.searchbar input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, textarea:focus {
  color: #ffffff;
  background: transparent; }

#menu-toggle {
  width: 45px;
  height: 45px;
  margin: 0;
  position: relative;
  cursor: pointer;
  background: #000000;
  border-radius: 3px;
  float: right;
  right: 120px; }
  #menu-toggle:hover {
    background: #000000; }
  #menu-toggle #hamburger {
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    #menu-toggle #hamburger span {
      width: 30px;
      height: 3px;
      position: relative;
      top: 10px;
      left: 10px;
      background: #ffffff;
      float: left;
      margin: 3px 0px; }
      #menu-toggle #hamburger span:nth-child(1) {
        -webkit-transition-delay: .1s;
        -o-transition-delay: .1s;
        transition-delay: .1s; }
      #menu-toggle #hamburger span:nth-child(2) {
        -webkit-transition-delay: .2s;
        -o-transition-delay: .2s;
        transition-delay: .2s; }
      #menu-toggle #hamburger span:nth-child(3) {
        -webkit-transition-delay: .3s;
        -o-transition-delay: .3s;
        transition-delay: .3s; }
  #menu-toggle #cross {
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
    #menu-toggle #cross span {
      width: 32px;
      height: 3px;
      position: relative;
      top: 9px;
      left: 7px;
      background: #ffffff;
      float: left;
      margin: 3px 0px; }
      #menu-toggle #cross span:nth-child(1) {
        height: 0%;
        width: 3px;
        position: absolute;
        top: 3px;
        left: 21px;
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s; }
      #menu-toggle #cross span:nth-child(2) {
        width: 0%;
        height: 3px;
        position: absolute;
        left: 5px;
        top: 19px;
        -webkit-transition-delay: .1s;
        -o-transition-delay: .1s;
        transition-delay: .1s; }

#menu-toggle.open {
  background: #000000; }
  @media (max-width: 767px) {
    #menu-toggle.open {
      margin-top: 12px; } }
  #menu-toggle.open #hamburger span {
    width: 0%; }
    #menu-toggle.open #hamburger span:nth-child(1) {
      -webkit-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s; }
    #menu-toggle.open #hamburger span:nth-child(2) {
      -webkit-transition-delay: .05s;
      -o-transition-delay: .05s;
      transition-delay: .05s; }
    #menu-toggle.open #hamburger span:nth-child(3) {
      -webkit-transition-delay: .1s;
      -o-transition-delay: .1s;
      transition-delay: .1s; }
  #menu-toggle.open #cross span:nth-child(1) {
    height: 75%;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s; }
  #menu-toggle.open #cross span:nth-child(2) {
    width: 75%;
    -webkit-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s; }

@media (max-width: 768px) {
  ul#menu-primary {
    width: 100% !important;
    float: left !important;
    padding: 0px !important; }
    ul#menu-primary li {
      float: left;
      width: 100%;
      line-height: 0px; }
      ul#menu-primary li a {
        background: #252525;
        color: #ffffff !important;
        text-align: center;
        line-height: 25px !important;
        padding: 10px 0px;
        text-transform: uppercase !important; }
    ul#menu-primary li.menu-item-has-children a {
      padding-right: 0 !important; }
    ul#menu-primary li.menu-item-has-children ul li a::before {
      display: none; }
    ul#menu-primary li.menu-item-has-children a::before {
      right: 30% !important;
      top: 22px !important;
      width: 30px;
      border: 10px;
      content: '';
      height: 30px;
      background: url(images/arrow-down.png) 50% 50% no-repeat;
      background-size: 15px;
      z-index: 999;
      position: absolute; } }
    @media (max-width: 768px) and (max-width: 768px) {
      ul#menu-primary li.menu-item-has-children a::before {
        right: 20% !important; } }

@media (max-width: 768px) {
    ul#menu-primary li.open ul {
      display: block !important;
      float: left;
      width: 100%;
      position: initial;
      margin: 0px !important; }
      ul#menu-primary li.open ul a {
        background: #131D42;
        line-height: 15px !important; } }

.inner-featured {
  float: left;
  width: 100%;
  margin-top: 135px; }
  @media (max-width: 768px) {
    .inner-featured {
      margin-top: 110px; } }
  .inner-featured .inner-main-bg {
    float: left;
    width: 100%;
    max-width: 96%;
    margin-left: 2%; }
    .inner-featured .inner-main-bg h1 {
      text-align: center;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 46px;
      margin-top: 160px;
      color: #ffffff;
      letter-spacing: 2px;
      margin: 160px auto;
      max-width: 70%;
      line-height: 48px; }
      @media (max-width: 768px) {
        .inner-featured .inner-main-bg h1 {
          margin: 100px auto; } }
      @media (max-width: 580px) {
        .inner-featured .inner-main-bg h1 {
          font-size: 32px;
          line-height: 36px;
          max-width: 90%; } }
  .inner-featured .inner-featured-bg {
    float: left;
    width: 100%;
    background-size: cover !important;
    min-height: 400px !important;
    height: 100%;
    margin-top: 0px !important; }
    @media (max-width: 1280px) {
      .inner-featured .inner-featured-bg {
        min-height: 300px !important; } }

/*
Footer SCSS
*/
#footer {
  position: relative;
  z-index: 99;
  background: #ffd7d5;
  color: #000000;
  float: left;
  width: 100%;
  background-size: 100%;
  padding-top: 70px;
  padding-bottom: 0;
  min-height: auto;
  border-top: 1px solid #000000; }
  #footer .copyright {
    font-size: 14px;
    text-align: left;
    float: left;
    margin: 0 auto;
    color: #000000; }
    #footer .copyright a {
      color: #000000; }
  #footer #copy {
    float: none;
    margin: 0 auto;
    width: 100%;
    float: left;
    padding-bottom: 0px;
    background: #000000; }
    #footer #copy .copyright {
      width: 100%;
      padding: 10px 0px; }
      #footer #copy .copyright p {
        text-align: center;
        float: left;
        font-weight: 500;
        color: #ffffff;
        margin-bottom: 0px;
        line-height: 35px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 11px; }
        @media (max-width: 580px) {
          #footer #copy .copyright p {
            line-height: 20px; } }
      #footer #copy .copyright a {
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0px;
        line-height: 28px;
        color: #ffffff;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
    #footer #copy .pwd-footer-link {
      display: contents;
      list-style: none outside none;
      padding: 0;
      margin: 0;
      float: right; }
      @media (max-width: 768px) {
        #footer #copy .pwd-footer-link {
          width: 100%;
          float: none;
          text-align: center; } }
      #footer #copy .pwd-footer-link li {
        display: block;
        margin-left: 5px;
        line-height: 0px;
        margin-bottom: 0px;
        float: right; }
        @media (max-width: 580px) {
          #footer #copy .pwd-footer-link li {
            float: none !important; } }
        #footer #copy .pwd-footer-link li a {
          line-height: 45px;
          text-transform: uppercase;
          letter-spacing: 1px;
          font-size: 11px; }
    #footer #copy .site-copy {
      max-width: 95%;
      float: none;
      margin: 0 auto; }
      @media (max-width: 1280px) {
        #footer #copy .site-copy {
          max-width: 96%; } }

#footer-sidebar {
  padding-left: 60px;
  color: #000000;
  float: left;
  width: 100%;
  padding-bottom: 60px;
  padding-right: 60px; }
  @media (max-width: 580px) {
    #footer-sidebar {
      padding-bottom: 30px; } }
  #footer-sidebar h3.widget-title {
    font-size: 20px;
    font-weight: 600;
    font-family: "Raleway", sans-serif;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-transform: uppercase; }
  #footer-sidebar ul {
    margin: 0px;
    padding: 0px; }
    #footer-sidebar ul li {
      margin: 0px; }
      #footer-sidebar ul li a {
        font-size: 16px;
        line-height: 34px;
        color: #000000;
        font-family: "Raleway", sans-serif;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      #footer-sidebar ul li a:hover {
        text-decoration: none;
        color: #c26479; }
  #footer-sidebar p {
    color: #000000;
    font-size: 16px;
    font-family: "Raleway", sans-serif;
    margin-bottom: 15px;
    line-height: 34px;
    font-weight: 400; }
    #footer-sidebar p a {
      color: #000000;
      font-family: "Raleway", sans-serif; }
    #footer-sidebar p a:hover {
      text-decoration: underline;
      color: #c26479; }
  #footer-sidebar #footer-sidebar1 {
    float: left;
    width: 40%;
    padding-right: 40px;
    padding-bottom: 30px;
    padding-left: 0px; }
    @media (max-width: 1140px) {
      #footer-sidebar #footer-sidebar1 {
        width: 100%;
        margin-bottom: 50px; } }
    @media (max-width: 768px) {
      #footer-sidebar #footer-sidebar1 {
        width: 100%;
        text-align: center;
        padding: 0; } }
    #footer-sidebar #footer-sidebar1 img {
      max-width: 400px !important; }
      @media (max-width: 1280px) {
        #footer-sidebar #footer-sidebar1 img {
          max-width: 300px !important; } }
    @media (max-width: 580px) {
      #footer-sidebar #footer-sidebar1 {
        width: 100%; } }
    #footer-sidebar #footer-sidebar1 p {
      line-height: 30px; }
  #footer-sidebar #footer-sidebar2 {
    float: left;
    width: 20%; }
    @media (max-width: 1140px) {
      #footer-sidebar #footer-sidebar2 {
        width: 33.3333%; } }
    @media (max-width: 768px) {
      #footer-sidebar #footer-sidebar2 {
        width: 50%; } }
    @media (max-width: 580px) {
      #footer-sidebar #footer-sidebar2 {
        width: 100%;
        text-align: center; } }
  #footer-sidebar #footer-sidebar3 {
    float: left;
    width: 20%; }
    @media (max-width: 1140px) {
      #footer-sidebar #footer-sidebar3 {
        width: 33.3333%; } }
    @media (max-width: 768px) {
      #footer-sidebar #footer-sidebar3 {
        width: 50%; } }
    @media (max-width: 580px) {
      #footer-sidebar #footer-sidebar3 {
        width: 100%;
        text-align: center;
        margin-top: 35px; } }
  #footer-sidebar #footer-sidebar4 {
    float: right;
    width: 20%; }
    @media (max-width: 1140px) {
      #footer-sidebar #footer-sidebar4 {
        width: 33.3333%; } }
    @media (max-width: 768px) {
      #footer-sidebar #footer-sidebar4 {
        width: 100%;
        margin-top: 35px;
        text-align: center; } }
    #footer-sidebar #footer-sidebar4 .gform_footer {
      clear: none;
      width: auto;
      margin: 0px;
      padding-top: 0px;
      height: 50px;
      float: left; }
      @media (max-width: 580px) {
        #footer-sidebar #footer-sidebar4 .gform_footer {
          float: none;
          margin-bottom: 70px; } }
    #footer-sidebar #footer-sidebar4 input#input_1_1 {
      height: 45px;
      padding: 10px;
      float: left;
      width: auto;
      border-radius: 0px;
      border: 1px solid #dddddd;
      outline: none;
      width: 80%; }
      @media (max-width: 1280px) {
        #footer-sidebar #footer-sidebar4 input#input_1_1 {
          width: 100%;
          margin-bottom: 10px; } }
      @media (max-width: 768px) {
        #footer-sidebar #footer-sidebar4 input#input_1_1 {
          width: auto;
          margin-bottom: 10px;
          min-width: 88%; } }
      @media (max-width: 580px) {
        #footer-sidebar #footer-sidebar4 input#input_1_1 {
          min-width: 100%;
          text-align: center; } }
    #footer-sidebar #footer-sidebar4 label.gfield_label {
      display: none; }
    #footer-sidebar #footer-sidebar4 input#gform_submit_button_1 {
      height: 45px !important; }
    @media (max-width: 580px) {
      #footer-sidebar #footer-sidebar4 {
        width: 100%; } }
    #footer-sidebar #footer-sidebar4 .socials {
      float: left;
      margin-top: 10px;
      float: left;
      width: 100%; }
      @media (max-width: 580px) {
        #footer-sidebar #footer-sidebar4 .socials {
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content;
          float: none;
          margin: 0 auto; } }
    #footer-sidebar #footer-sidebar4 a.facebook {
      width: 40px;
      height: 40px;
      margin: 10px;
      border-radius: 50%;
      background: url(images/facebook.png) 50% 50% no-repeat #000000;
      background-size: 30px;
      float: left;
      margin-left: 0px;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    #footer-sidebar #footer-sidebar4 a.facebook:hover {
      background: url(images/facebook.png) 50% 50% no-repeat #c26479;
      background-size: 30px; }
    #footer-sidebar #footer-sidebar4 a.instagram {
      width: 40px;
      height: 40px;
      margin: 10px;
      border-radius: 50%;
      margin-left: 0px;
      background: url(images/instagram.png) 50% 50% no-repeat #000000;
      float: left;
      background-size: 30px;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    #footer-sidebar #footer-sidebar4 a.instagram:hover {
      background: url(images/instagram.png) 50% 50% no-repeat #c26479;
      background-size: 30px; }
    #footer-sidebar #footer-sidebar4 a.pinterest {
      width: 40px;
      height: 40px;
      margin: 10px;
      border-radius: 50%;
      margin-left: 0px;
      background: url(images/pinterest.png) 50% 50% no-repeat #000000;
      float: left;
      background-size: 30px;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    #footer-sidebar #footer-sidebar4 a.pinterest:hover {
      background: url(images/pinterest.png) 50% 50% no-repeat #c26479;
      background-size: 30px; }

#instagram {
  float: left;
  width: 100%;
  margin-top: 50px; }
  @media (max-width: 767px) {
    #instagram {
      margin-top: 0px; } }
  #instagram h2 {
    text-align: center;
    float: left;
    width: 100%;
    font-size: 42px; }
    @media (max-width: 580px) {
      #instagram h2 {
        font-size: 28px; } }
  #instagram .instagram_feed {
    max-width: 99%;
    margin: 0 auto;
    margin-bottom: 40px; }

::-webkit-input-placeholder {
  /* Edge */
  color: #000000; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000000; }

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

::placeholder {
  color: #000000; }

.footer_brands {
  background: #f9f9f9;
  padding-top: 50px;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 50px;
  float: left; }
  .footer_brands .slick-list {
    text-align: center;
    margin: 0 auto;
    float: left;
    width: 100%;
    padding-top: 55px;
    padding-bottom: 50px; }
  .footer_brands .slick-slide {
    text-align: center;
    outline: none !important; }
  .footer_brands img {
    margin: 0 auto;
    max-width: 180px; }
  .footer_brands a {
    outline: none !important; }

.nav {
  width: 100%; }

nav.nav {
  float: left;
  width: auto;
  line-height: 50px;
  margin-left: 10%; }

.navigation-main {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  text-align: center; }
  .navigation-main ul {
    min-width: 150px;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: -999em;
    left: -999em; }
  .navigation-main li {
    display: inline-block;
    position: relative;
    text-align: left; }
    .navigation-main li.focus > ul, .navigation-main li:hover > ul {
      top: auto;
      left: auto; }
    .navigation-main li li {
      display: block; }
      .navigation-main li li.focus > ul, .navigation-main li li:hover > ul {
        left: 100%;
        top: 0; }
  .navigation-main a {
    color: #000000;
    font-family: "Raleway", sans-serif;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 10px 15px;
    letter-spacing: 0.5px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .navigation-main a:hover,
  .navigation-main li:hover > a,
  .navigation-main .focus > a,
  .navigation-main .current-menu-item > a,
  .navigation-main .current-menu-ancestor > a {
    color: #c26479; }
  .navigation-main .menu-item-has-children > a::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 4px solid transparent;
    border-top-color: currentColor; }
  .navigation-main ul .menu-item-has-children > a::before {
    right: 2px;
    border-top-color: transparent;
    border-left-color: currentColor; }
  .navigation-main ul {
    background-color: black; }

.page__wrapper {
  width: 100%;
  color: #000000; }

.gform_wrapper .validation_error {
  font-size: 15px !important;
  font-font: "Raleway", sans-serif !important; }

input#coupon_code {
  border: 1px solid #d8d8d8;
  height: 36px !important; }

#productpage {
  float: left;
  width: 100%;
  max-width: 96%;
  margin: 0 auto;
  margin-left: 2%; }
  #productpage ul.products.columns-4 {
    float: right;
    width: 75%;
    clear: none;
    margin-bottom: 50px;
    border-left: 1px solid #000000;
    padding-left: 60px;
    padding-bottom: 50px; }
    @media (max-width: 768px) {
      #productpage ul.products.columns-4 {
        width: 60%; } }
    @media (max-width: 1140px) {
      #productpage ul.products.columns-4 {
        padding-left: 40px; } }
    @media (max-width: 580px) {
      #productpage ul.products.columns-4 {
        width: 100%;
        border-left: 0px;
        padding-left: 0px; } }
    #productpage ul.products.columns-4 nav.woocommerce-breadcrumb {
      padding-top: 0px;
      margin-bottom: 0px;
      margin-left: 1%; }
    #productpage ul.products.columns-4 li.product {
      margin-right: 25px !important;
      width: 23% !important;
      margin: 1% !important;
      padding: 0px !important;
      clear: none;
      margin-bottom: 35px !important; }
      @media (max-width: 1440px) {
        #productpage ul.products.columns-4 li.product {
          width: 31.3333% !important; } }
      @media (max-width: 1024px) {
        #productpage ul.products.columns-4 li.product {
          width: 48% !important; } }
      @media (max-width: 768px) {
        #productpage ul.products.columns-4 li.product {
          width: 98% !important; } }
      #productpage ul.products.columns-4 li.product h2.woocommerce-loop-product__title {
        min-height: 55px; }
    #productpage ul.products.columns-4 span.price {
      color: #000000 !important;
      font-weight: 600 !important;
      font-size: 15px !important; }
  #productpage .woocommerce-ordering select {
    vertical-align: top;
    border: 1px solid #000000;
    margin-top: 5px; }
  #productpage div#sidebar {
    float: left;
    width: 25%;
    margin-right: 0%;
    clear: none;
    padding-right: 60px; }
    @media (max-width: 768px) {
      #productpage div#sidebar {
        width: 40%; } }
    @media (max-width: 580px) {
      #productpage div#sidebar {
        width: 100%;
        padding-right: 0px; } }
    #productpage div#sidebar h3.widget-title {
      font-size: 28px !important;
      float: left;
      width: 100%;
      margin-bottom: 35px !important; }
    #productpage div#sidebar ul.product-categories {
      float: left;
      width: 100%; }
      #productpage div#sidebar ul.product-categories li {
        float: left;
        width: 100%;
        margin-bottom: 10px; }
        #productpage div#sidebar ul.product-categories li a {
          font-weight: 600;
          text-transform: capitalize;
          margin-bottom: 0px; }
        #productpage div#sidebar ul.product-categories li ul.children {
          display: none !important;
          padding-left: 10px; }
          #productpage div#sidebar ul.product-categories li ul.children li {
            margin-bottom: 0px; }
            #productpage div#sidebar ul.product-categories li ul.children li a {
              font-weight: 400;
              color: #000000; }
            #productpage div#sidebar ul.product-categories li ul.children li ul {
              display: none !important; }
          #productpage div#sidebar ul.product-categories li ul.children li a:before {
            content: '- ' !important; }
          #productpage div#sidebar ul.product-categories li ul.children li.current-cat a {
            color: #c26479; }
      #productpage div#sidebar ul.product-categories li.current-cat ul {
        display: block !important; }
      #productpage div#sidebar ul.product-categories li.cat-parent.current-cat-parent ul {
        display: block !important; }
        #productpage div#sidebar ul.product-categories li.cat-parent.current-cat-parent ul li.cat-parent ul {
          display: none !important; }
        #productpage div#sidebar ul.product-categories li.cat-parent.current-cat-parent ul li.current-cat.cat-parent ul {
          display: block !important; }
      #productpage div#sidebar ul.product-categories li.cat-parent ul {
        display: block; }
        #productpage div#sidebar ul.product-categories li.cat-parent ul li ul {
          display: none; }
        #productpage div#sidebar ul.product-categories li.cat-parent ul li.cat-parent.current-cat-parent ul {
          display: block !important;
          padding-top: 10px; }
          #productpage div#sidebar ul.product-categories li.cat-parent ul li.cat-parent.current-cat-parent ul li a {
            color: #000000;
            margin-left: 10px; }
          #productpage div#sidebar ul.product-categories li.cat-parent ul li.cat-parent.current-cat-parent ul li a::before {
            display: none; }
          #productpage div#sidebar ul.product-categories li.cat-parent ul li.cat-parent.current-cat-parent ul li.current-cat a {
            color: #c26479; }
        #productpage div#sidebar ul.product-categories li.cat-parent ul li.cat-parent.current-cat ul {
          display: block !important;
          padding-top: 10px; }
          #productpage div#sidebar ul.product-categories li.cat-parent ul li.cat-parent.current-cat ul li a {
            color: #000000;
            margin-left: 10px; }
          #productpage div#sidebar ul.product-categories li.cat-parent ul li.cat-parent.current-cat ul li a::before {
            display: none; }
          #productpage div#sidebar ul.product-categories li.cat-parent ul li.cat-parent.current-cat ul li.current-cat a {
            color: #c26479; }
    #productpage div#sidebar aside#pwb_filter_by_brand_widget-2 {
      float: left;
      width: 100%;
      margin-top: 40px; }
      #productpage div#sidebar aside#pwb_filter_by_brand_widget-2 ul {
        float: left;
        width: 100%;
        padding: 0px;
        margin-top: 0px; }
    #productpage div#sidebar aside#woocommerce_price_filter-2 {
      float: left;
      width: 100%;
      margin-top: 35px; }
      #productpage div#sidebar aside#woocommerce_price_filter-2 .price_slider_wrapper {
        float: left;
        width: 100%; }
      #productpage div#sidebar aside#woocommerce_price_filter-2 .ui-slider-horizontal {
        height: 8px !important; }
      #productpage div#sidebar aside#woocommerce_price_filter-2 .ui-slider-range {
        background-color: #ffd7d5; }
      #productpage div#sidebar aside#woocommerce_price_filter-2 .price_slider_amount {
        margin-top: 40px; }
      #productpage div#sidebar aside#woocommerce_price_filter-2 .ui-widget-content {
        border-radius: 1em;
        background-color: #fdfdfd;
        border: 1px solid #dddddd; }
      #productpage div#sidebar aside#woocommerce_price_filter-2 .ui-slider-handle {
        margin-top: -1px !important;
        background-color: #ffffff;
        border: 1px solid #ffd7d5; }
      #productpage div#sidebar aside#woocommerce_price_filter-2 .price_slider_amount .button {
        font-size: 14px !important;
        float: left;
        padding: 10px;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      #productpage div#sidebar aside#woocommerce_price_filter-2 .price_slider_amount .button:hover {
        background-color: #ffd7d5;
        color: #000000; }

header.woocommerce-products-header {
  width: 100%;
  float: left;
  margin-top: 35px;
  margin-bottom: 10px;
  position: relative;
  z-index: 99; }

.home nav.woocommerce-pagination, .post-type-archive-product nav.woocommerce-pagination, .tax-product_cat nav.woocommerce-pagination, .tax-pwb-brand nav.woocommerce-pagination P {
  width: auto !important;
  float: right !important;
  margin-top: 5px; }

nav.woocommerce-pagination {
  clear: both; }

.woocommerce nav.woocommerce-pagination ul {
  float: right;
  clear: none;
  margin-top: 7px;
  border-left: 1px solid #000000 !important; }

.woocommerce .woocommerce-pagination ul.page-numbers li span, .woocommerce-page .woocommerce-pagination ul.page-numbers li span {
  border: 1px solid #000000;
  width: 45px;
  height: 45px;
  line-height: 25px;
  text-decoration: none;
  font-weight: 500; }

.woocommerce .woocommerce-pagination ul.page-numbers li span.current, .woocommerce-page .woocommerce-pagination ul.page-numbers li span.current {
  background: #ffd7d5;
  color: #000000;
  text-decoration: none; }

.woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers.current, .woocommerce-page .woocommerce-pagination ul.page-numbers li .page-numbers.current {
  margin-left: -1px !important; }

.woocommerce .woocommerce-pagination ul.page-numbers li a, .woocommerce-page .woocommerce-pagination ul.page-numbers li a {
  border: 1px solid #000000;
  width: 45px;
  height: 45px;
  line-height: 25px;
  text-decoration: none;
  margin-left: -1px;
  font-weight: 500; }

header.woocommerce-products-header {
  float: right;
  margin-top: 30px; }

form.woocommerce-ordering::before {
  content: 'sort by ';
  line-height: 61px;
  font-size: 16px;
  text-transform: uppercase;
  margin-right: 10px;
  font-weight: bold; }

nav.woocommerce-breadcrumb {
  float: left;
  width: 100%; }

.product-template-default .inner-featured .inner-featured-bg {
  min-height: unset; }

.product-template-default #content {
  width: 100%;
  margin: 0 auto;
  float: left; }

.product-template-default section#primary_product {
  width: 94%;
  margin: 0 auto; }

.product-template-default h1.product_title.entry-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 32px;
  float: left;
  width: 100%;
  margin-bottom: 15px;
  line-height: 35px;
  margin-top: 10px;
  letter-spacing: 0.5px; }
  @media (max-width: 768px) {
    .product-template-default h1.product_title.entry-title {
      margin-top: 20px; } }

.product-template-default .woocommerce-message {
  border-top-color: #000000;
  line-height: 40px; }

.product-template-default div#accordion-container {
  clear: none !important;
  float: left !important;
  width: 45% !important;
  padding-left: 60px; }
  @media (max-width: 768px) {
    .product-template-default div#accordion-container {
      width: 100% !important;
      padding-left: 0px; } }

.woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
  display: block !important; }

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  width: 50%;
  padding-left: 20px; }
  @media (max-width: 768px) {
    .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
      width: 100%;
      float: left;
      padding: 20px; } }

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  width: 46%;
  margin-right: 20px; }
  @media (max-width: 768px) {
    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
      width: 100%;
      padding: 20px; } }

@media (max-width: 768px) {
  .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    display: none; } }

.woocommerce div.product div.images .flex-control-thumbs li {
  width: 23%;
  margin: 1%; }
  .woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
    border: 1px solid #d6d6d6; }

.flex-viewport {
  margin: 1%; }

#reviews {
  float: left;
  width: 100%;
  outline: none; }
  #reviews label {
    margin-right: 10px; }
  #reviews select#rating {
    padding: 10px; }
  #reviews p.comment-form-comment {
    float: left;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px; }
  #reviews p.woocommerce-noreviews {
    float: left;
    width: 100%;
    margin-bottom: 25px; }
  #reviews #review_form #respond p {
    margin: 0 0 10px;
    float: left;
    width: 100%;
    margin-top: 10px;
    outline: none; }
  #reviews #review_form #respond textarea {
    outline: none; }
  #reviews .woocommerce-Reviews-title {
    display: none; }

.woocommerce-info {
  border-top-color: #000000;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 20px !important; }
  .woocommerce-info a {
    color: #000000; }

.woocommerce-info::before {
  color: #000000; }

p.return-to-shop {
  text-align: center; }
  p.return-to-shop a.button.wc-backward {
    background: #000;
    border-radius: 0px;
    padding: 13px 40px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    color: #ffffff; }

button#place_order {
  background: #000;
  border-radius: 0px;
  padding: 13px 40px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  color: #ffffff; }

nav.woocommerce-MyAccount-navigation {
  float: left; }
  nav.woocommerce-MyAccount-navigation ul {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px; }
    nav.woocommerce-MyAccount-navigation ul li {
      float: left;
      width: 100%;
      margin: 0px; }
      nav.woocommerce-MyAccount-navigation ul li a {
        background: #ffffff;
        padding: 20px;
        color: #000000;
        text-transform: uppercase;
        letter-spacing: 2px;
        float: left;
        width: 100%;
        font-size: 14px;
        text-decoration: none;
        margin-bottom: 5px;
        border: 1px solid #000000;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        @media (max-width: 580px) {
          nav.woocommerce-MyAccount-navigation ul li a {
            padding: 10px; } }
      nav.woocommerce-MyAccount-navigation ul li a:hover {
        color: #ffffff;
        background: #000000; }
    nav.woocommerce-MyAccount-navigation ul li.is-active a {
      color: #ffffff;
      background: #000000; }

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
  height: 40px;
  border: 1px solid #dddddd;
  padding: 0px 10px;
  color: #000000; }

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
  font-weight: bold; }

button.woocommerce-Button.button {
  float: left;
  margin-top: 30px;
  border-radius: 0px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  padding: 12px 40px;
  font-size: 14px;
  outline: none; }

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  float: left;
  border-radius: 0px;
  background: #ffffff;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid #000000;
  font-weight: 500;
  padding: 12px 40px;
  font-size: 14px;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  background: #000000;
  color: #ffffff; }

.woocommerce-privacy-policy-text p {
  margin: 0px;
  padding-bottom: 0px !important;
  font-size: 14px; }

.woocommerce-error li {
  margin-bottom: 0px; }

.woocommerce-error::before {
  top: 15px; }

section.related.products {
  float: left;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 50px; }
  @media (max-width: 1024px) {
    section.related.products {
      margin-top: 50px; } }
  @media (max-width: 580px) {
    section.related.products {
      padding: 0px 20px; } }
  section.related.products h3 {
    text-align: center;
    letter-spacing: 1px;
    font-family: "Raleway", sans-serif;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: lowercase;
    border-bottom: 1px solid #000000;
    padding-bottom: 25px;
    margin-bottom: 10px; }
  section.related.products h2 {
    font-weight: bold;
    font-size: 15px !important;
    letter-spacing: 0px;
    text-align: center;
    font-size: 36px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 1px solid #898989;
    padding-bottom: 25px; }
    @media (max-width: 580px) {
      section.related.products h2 {
        font-size: 26px !important; } }
  section.related.products h2.woocommerce-loop-product__title {
    font-family: "Raleway", sans-serif !important;
    font-weight: 400;
    font-size: 14px !important;
    letter-spacing: 0px;
    text-transform: capitalize;
    margin-top: 0px !important;
    float: left !important;
    width: 100%;
    text-align: left !important;
    min-height: 55px;
    line-height: 18px;
    border-bottom: 0px; }
  section.related.products .amount {
    color: #000000 !important;
    font-weight: 600 !important;
    font-size: 15px !important; }
  section.related.products .yith-wcwl-add-button {
    right: 30px;
    top: 15px; }
  section.related.products li.product {
    padding: 20px !important;
    width: 25% !important; }
  section.related.products li.product .button {
    width: 100%;
    text-align: center; }
  section.related.products .price {
    color: #000000 !important;
    font-weight: 600 !important;
    font-size: 15px !important; }
    section.related.products .price ins {
      border: 0px !important;
      padding: 0px !important; }
  @media (max-width: 1280px) {
    section.related.products ul.products li.product {
      width: 25% !important; } }
  @media (max-width: 1024px) {
    section.related.products ul.products li.product {
      width: 48% !important; } }
  @media (max-width: 768px) {
    section.related.products ul.products li.product {
      width: 100% !important;
      padding: 0px 20px; } }

.price_label {
  font-size: 12px;
  line-height: 18px; }

table.wishlist_table tbody td, table.wishlist_table thead th {
  border-color: #ffffff; }

.woocommerce div.product form.cart .variations select {
  max-width: 100%;
  min-width: 75%;
  display: inline-block;
  margin-right: 1em;
  border: 1px solid #000000;
  float: left;
  width: 100%; }

form#yith-wcwl-form td.product-add-to-cart a {
  color: #ffffff !important; }

.woocommerce .wishlist-title h2 {
  margin-bottom: 0px; }

ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile {
  padding-left: 0px; }

.yith-wcwl-wishlistaddedbrowse {
  font-size: 12px;
  line-height: 14px; }

.yes-js #yith-wcwl-form .hidden-title-form input {
  height: 42px;
  margin-left: 10px;
  border: 1px solid #000000 !important;
  border-radius: 0px !important;
  outline: none; }

form#yith-wcwl-form a:hover {
  color: #ffffff; }

form#yith-wcwl-form a {
  color: #000000;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

form#yith-wcwl-form a:hover {
  text-decoration: underline; }

form#yith-wcwl-form a.remove {
  color: #000000 !important; }

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  float: left;
  width: 100%;
  margin-top: 0px; }

.woocommerce-product-details__short-description p {
  margin-bottom: 20px; }

del {
  text-decoration: line-through; }
  del span.woocommerce-Price-amount.amount {
    text-decoration: line-through; }

ul.products li .price ins, .post-type-archive-product ul.products li .price ins, .tax-product_cat ul.products li .price ins, .tax-pwb-brand ul.products li .price ins {
  border-left: 1px solid #000000;
  padding-left: 9px;
  margin-left: 5px;
  line-height: 15px;
  text-decoration: none !important; }

.woocommerce ul.products li.product .button {
  margin-top: 1em;
  width: 100%;
  text-align: center; }

.woocommerce ul.products li.product .price del {
  opacity: 1; }

ins::before {
  content: 'Sale Price ' !important; }

.woocommerce div.product p.price {
  font-size: 16px; }

.woocommerce div.product p.price del, .woocommerce div.product span.price del {
  opacity: 1;
  text-decoration: none !important; }

ins::before {
  content: 'Retail '; }

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
  text-decoration: none;
  border-left: 1px solid #000000;
  padding-left: 5px; }

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background: #000000;
  float: left; }

.product_meta {
  display: none; }

.pwb-single-product-brands.pwb-clearfix {
  display: none; }

.woocommerce .woocommerce-loop-product__title {
  padding-right: 40px !important; }

.woocommerce span.onsale {
  display: none; }

.woocommerce .woocommerce-breadcrumb {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
  max-width: 96%;
  margin: 0 auto;
  text-transform: uppercase;
  padding: 50px 0px;
  margin-left: 2%;
  padding-bottom: 30px; }
  @media (max-width: 580px) {
    .woocommerce .woocommerce-breadcrumb {
      padding: 20px 10px; } }
  .woocommerce .woocommerce-breadcrumb a {
    color: #000000;
    font-weight: 500;
    text-transform: capitalize; }

.woocommerce div.product p.price {
  color: #000000; }

.woocommerce .product span.price ins {
  color: #000000; }

.woocommerce .product form.cart .button {
  vertical-align: middle;
  float: left;
  clear: both;
  margin-top: 20px;
  width: 250px;
  padding: 15px;
  background: #000000 !important;
  margin-top: 0px; }

.woocommerce .product form.cart table td {
  padding-left: 0;
  width: 100%;
  float: left; }

.woocommerce .product form.cart .variations {
  margin-bottom: 0px; }

.woocommerce div.product {
  float: none;
  width: 100%; }

.woocommerce table.shop_table.cart.wishlist_table.wishlist_view.traditional.responsive {
  margin-top: 0px; }

@media (max-width: 580px) {
  .woocommerce a.woocommerce-product-gallery__trigger {
    right: 30px !important;
    top: 30px !important; } }

.woocommerce div.product div.summary {
  margin-bottom: 0px;
  padding-bottom: 35px;
  border-bottom: 2px solid #898989; }
  .woocommerce div.product div.summary a.add_to_wishlist.single_add_to_wishlist.button.alt {
    top: 20px;
    position: relative; }
    @media (max-width: 580px) {
      .woocommerce div.product div.summary a.add_to_wishlist.single_add_to_wishlist.button.alt {
        top: 0px;
        left: 20px; } }
  .woocommerce div.product div.summary .yith-wcwl-add-button {
    left: 2%;
    margin-top: 120px; }
  .woocommerce div.product div.summary p.productsize {
    float: left;
    width: 100%;
    margin-bottom: 15px; }
  .woocommerce div.product div.summary a {
    color: #000000; }
  .woocommerce div.product div.summary .product-template-default {
    font-size: 32px;
    font-weight: bold; }
  .woocommerce div.product div.summary .woocommerce-product-details__short-description {
    float: left;
    margin-bottom: 25px; }
  .woocommerce div.product div.summary .product_title.entry-title {
    padding-right: 60px; }
    @media (max-width: 580px) {
      .woocommerce div.product div.summary .product_title.entry-title {
        padding-right: 0px; } }
  .woocommerce div.product div.summary p.price {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px; }
  .woocommerce div.product div.summary .star-rating {
    float: left;
    width: 100%;
    margin-bottom: 35px; }
  .woocommerce div.product div.summary form.cart .button {
    clear: none;
    height: 50px;
    font-size: 16px;
    color: #ffffff !important; }
  .woocommerce div.product div.summary .qty {
    width: 3.631em;
    text-align: center;
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 0px;
    outline: none;
    border: 1px solid #000000; }
  .woocommerce div.product div.summary a.brand_name {
    text-transform: uppercase; }

.woocommerce div.product form.cart .variations label {
  font-weight: 500;
  font-size: 16px; }

.woocommerce .shop_description {
  float: left;
  width: 100%;
  padding-right: 35px; }
  .woocommerce .shop_description p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px; }

.woocommerce a.remove {
  color: #000000 !important;
  width: 30px;
  height: 30px; }

.woocommerce a.remove:hover {
  color: #000000 !important;
  background: #dddddd !important; }

.woocommerce-notices-wrapper {
  margin: 0 auto;
  float: left;
  width: 100%;
  margin: 0 auto;
  max-width: 96%;
  margin-left: 2%;
  position: relative;
  z-index: 99; }
  @media (max-width: 1140px) {
    .woocommerce-notices-wrapper {
      max-width: 100%;
      margin-left: 0%; } }

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  outline: 0;
  line-height: normal;
  height: 46px;
  border: 1px solid #000000;
  padding: 10px 10px;
  font-size: 14px; }

textarea#order_comments {
  height: 120px; }

h3#order_review_heading {
  margin-top: 50px; }

.woocommerce table.shop_table td {
  font-size: 16px; }

.woocommerce table.shop_table th {
  font-size: 16px; }

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  float: right;
  margin-top: 40px; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #000000;
  border-radius: 0;
  height: 45px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 45px;
  font-size: 14px; }

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  width: 150px;
  height: 34px;
  padding-left: 13px;
  text-transform: uppercase;
  font-size: 13px; }

#add_payment_method .wc-proceed-to-checkout a, .woocommerce-cart .wc-proceed-to-checkout a, .woocommerce-checkout .wc-proceed-to-checkout a {
  background: #000000; }

#add_payment_method .wc-proceed-to-checkout a:hover, .woocommerce-cart .wc-proceed-to-checkout a:hover, .woocommerce-checkout .wc-proceed-to-checkout a:hover {
  background: #000000 !important; }

tr.woocommerce-cart-form__cart-item.cart_item td.product-name a {
  color: black;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none; }

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  width: 70px; }

.woocommerce a.remove {
  font-size: 25px;
  font-weight: 500;
  color: #000000 !important; }

p.brandname {
  margin-bottom: 0px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px; }

.home .slick-slide {
  outline: none; }

.home .best_sellers .slick-slide {
  padding: 20px;
  outline: none; }
  .home .best_sellers .slick-slide img {
    outline: none; }
  .home .best_sellers .slick-slide a {
    outline: none; }

.home .best_sellers button.slick-prev.slick-arrow {
  width: 50px;
  height: 50px;
  font-size: 0px;
  background: url(images/arrow-left.png) 50% 50% no-repeat;
  background-size: 40px;
  top: 40%;
  position: absolute;
  left: -50px;
  border: 0px;
  outline: none; }
  @media (max-width: 768px) {
    .home .best_sellers button.slick-prev.slick-arrow {
      display: none !important; } }

.home .best_sellers button.slick-next.slick-arrow {
  outline: none;
  background: url(images/arrow-right.png) 50% 50% no-repeat;
  background-size: 40px;
  border: 0px;
  width: 50px;
  height: 50px;
  font-size: 0px;
  top: 40%;
  position: absolute;
  right: -50px; }
  @media (max-width: 768px) {
    .home .best_sellers button.slick-next.slick-arrow {
      display: none !important; } }

.home .woocommerce-products-header__title, .post-type-archive-product .woocommerce-products-header__title, .tax-product_cat .woocommerce-products-header__title, .tax-pwb-brand .woocommerce-products-header__title {
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-size: 36px;
  line-height: 16px;
  margin-bottom: 0px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px; }

.home .inner-featured .inner-featured-bg, .post-type-archive-product .inner-featured .inner-featured-bg, .tax-product_cat .inner-featured .inner-featured-bg, .tax-pwb-brand .inner-featured .inner-featured-bg {
  min-height: 0px;
  margin-top: 100px; }

.home #content, .post-type-archive-product #content, .tax-product_cat #content, .tax-pwb-brand #content {
  width: 100%;
  margin: 0 auto;
  float: left; }

.home #productpage, .post-type-archive-product #productpage, .tax-product_cat #productpage, .tax-pwb-brand #productpage {
  width: 95%;
  float: none;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 50px; }

.home span.price, .post-type-archive-product span.price, .tax-product_cat span.price, .tax-pwb-brand span.price {
  color: #000000 !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  line-height: 20px; }

.home .woocommerce ul.products li.product .button, .post-type-archive-product .woocommerce ul.products li.product .button, .tax-product_cat .woocommerce ul.products li.product .button, .tax-pwb-brand .woocommerce ul.products li.product .button {
  width: 100%;
  text-align: center; }

.home .woocommerce-loop-product__title, .post-type-archive-product .woocommerce-loop-product__title, .tax-product_cat .woocommerce-loop-product__title, .tax-pwb-brand .woocommerce-loop-product__title {
  font-family: "Raleway", sans-serif !important;
  font-weight: 400;
  font-size: 14px !important;
  letter-spacing: 0px;
  text-transform: capitalize;
  margin-top: 0px !important;
  float: left !important;
  width: 100%;
  text-align: left !important;
  min-height: 55px;
  line-height: 18px; }

.home #sidebar, .post-type-archive-product #sidebar, .tax-product_cat #sidebar, .tax-pwb-brand #sidebar {
  width: 15%;
  min-height: 50vh;
  float: left;
  margin-bottom: 50px; }
  @media (max-width: 1024px) {
    .home #sidebar, .post-type-archive-product #sidebar, .tax-product_cat #sidebar, .tax-pwb-brand #sidebar {
      width: 25%; } }
  @media (max-width: 767px) {
    .home #sidebar, .post-type-archive-product #sidebar, .tax-product_cat #sidebar, .tax-pwb-brand #sidebar {
      width: 100%; } }

.home ul.products li, .post-type-archive-product ul.products li, .tax-product_cat ul.products li, .tax-pwb-brand ul.products li {
  float: left;
  width: 100%;
  line-height: 10px;
  margin-top: 0px !important; }
  .home ul.products li .price, .post-type-archive-product ul.products li .price, .tax-product_cat ul.products li .price, .tax-pwb-brand ul.products li .price {
    float: left;
    width: 100%;
    line-height: 10px;
    margin-top: 5px; }
  .home ul.products li .price del, .post-type-archive-product ul.products li .price del, .tax-product_cat ul.products li .price del, .tax-pwb-brand ul.products li .price del {
    color: #000000 !important;
    opacity: 1  !important;
    text-decoration: none !important;
    line-height: 10px; }
  .home ul.products li .price ins, .post-type-archive-product ul.products li .price ins, .tax-product_cat ul.products li .price ins, .tax-pwb-brand ul.products li .price ins {
    text-decoration: none !important;
    border-left: 1px solid #000000;
    padding-left: 10px;
    margin-left: 5px;
    line-height: 10px; }

.home .pwb-brands-in-loop, .post-type-archive-product .pwb-brands-in-loop, .tax-product_cat .pwb-brands-in-loop, .tax-pwb-brand .pwb-brands-in-loop {
  font-size: 13px;
  float: left;
  width: 100%;
  margin-top: 0px;
  position: absolute;
  margin-bottom: 0;
  padding-bottom: 0; }

.home p.woocommerce-info, .post-type-archive-product p.woocommerce-info, .tax-product_cat p.woocommerce-info, .tax-pwb-brand p.woocommerce-info {
  margin-top: 40px; }

.home nav.woocommerce-pagination, .post-type-archive-product nav.woocommerce-pagination, .tax-product_cat nav.woocommerce-pagination, .tax-pwb-brand nav.woocommerce-pagination {
  float: left;
  width: 100%;
  margin: 0 auto; }

.woocommerce-perpage {
  float: right;
  margin-left: 20px; }
  @media (max-width: 580px) {
    .woocommerce-perpage {
      float: left;
      padding: 0px;
      margin: 0px; } }

.woocommerce nav.woocommerce-pagination ul {
  border: 0px;
  margin-bottom: 35px;
  margin-right: 15px; }

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
  background: transparent;
  color: #000000;
  text-decoration: underline; }

.woocommerce nav.woocommerce-pagination ul li {
  border: 0px; }

a.added_to_cart.wc-forward {
  display: none; }

.woocommerce-perpage {
  float: right;
  margin-left: 20px;
  margin-top: 5px;
  margin-right: 20px; }
  @media (max-width: 580px) {
    .woocommerce-perpage {
      float: left;
      padding: 0px;
      margin: 0px; } }
  .woocommerce-perpage select {
    border: 1px solid #000000; }

.woocommerce-perpage::before {
  content: 'VIEW';
  float: left;
  line-height: 50px;
  font-size: 16px;
  text-transform: uppercase;
  margin-right: 15px;
  font-weight: bold; }

.woocommerce .woocommerce-result-count {
  margin: 0 0 1em;
  font-size: 13px;
  float: right;
  margin: 0;
  text-transform: lowercase;
  margin-top: 15px;
  right: 40px;
  float: right;
  padding-right: 10px;
  margin-left: 25px; }
  @media (max-width: 580px) {
    .woocommerce .woocommerce-result-count {
      margin-bottom: 25px; } }

.yith-wcwl-add-button {
  float: right;
  width: auto;
  height: 50px;
  font-size: 0;
  position: absolute;
  right: 15px;
  top: 0; }
  .yith-wcwl-add-button i {
    color: #000000;
    margin: 0;
    font-size: 24px;
    float: right;
    margin-right: 0px !important; }
  .yith-wcwl-add-button a {
    background: transparent !important;
    margin-top: 0px;
    padding: 0px !important;
    text-align: center; }
  .yith-wcwl-add-button span {
    font-size: 0;
    padding: 0; }

.woocommerce-message {
  border-top-color: #000000;
  font-size: 15px;
  font-weight: 500; }

.woocommerce-message::before {
  color: #000000; }

.product-template-default section#primary_product {
  width: 94%;
  margin: 0 auto;
  border-top: 1px solid #000000;
  padding-top: 40px; }

.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item {
  border-radius: 50% !important;
  background: #ebebeb; }

.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item.button-variable-item {
  background: #f1f1f1; }

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
  opacity: 1; }

.woocommerce div.product form.cart .variations {
  margin-bottom: 0px; }

.woocommerce div.product form.cart .reset_variations {
  color: #000000; }

.woocommerce .cart .button, .woocommerce .cart input.button {
  float: none;
  color: #000000 !important;
  padding: 10px !important; }

.wc-proceed-to-checkout {
  float: right;
  margin: 0 !important;
  padding: 0 !important; }
  .wc-proceed-to-checkout a {
    font-size: 16px !important;
    padding: 15px 40px !important; }

a.add_to_wishlist {
  border: 0px !important; }

.yith-wcwl-wishlistaddedbrowse {
  float: left;
  width: 100%;
  margin-top: 5px;
  font-size: 14px; }

.woocommerce div.product {
  margin: 0 auto;
  max-width: 1660px; }
  @media (max-width: 1680px) {
    .woocommerce div.product {
      max-width: 100%; } }

section.related.products ul.products.columns-4 {
  margin: 0 auto;
  max-width: 1660px; }
  @media (max-width: 1680px) {
    section.related.products ul.products.columns-4 {
      max-width: 100%; } }

section.related.products a.viewall {
  color: black;
  font-size: 16px;
  float: right;
  margin-top: -60px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media (max-width: 768px) {
    section.related.products a.viewall {
      width: 100%;
      text-align: center;
      margin: 20px 0px 30px !important; } }

section.related.products a.viewall:hover {
  text-decoration: underline; }

section.related.products .pwb-brands-in-loop {
  font-size: 13px;
  float: left;
  width: 100%;
  margin-top: 0px;
  position: absolute;
  margin-bottom: 0;
  padding-bottom: 0; }

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  float: left;
  margin: 2%;
  padding: 0;
  position: relative;
  width: 22%;
  margin-left: 0;
  padding-bottom: 10px;
  margin-right: 0; }
  @media (max-width: 1280px) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
      width: 31%;
      clear: none !important; } }
  @media (max-width: 1140px) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
      width: 48%; } }
  @media (max-width: 767px) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
      width: 98% !important;
      margin-bottom: 0px !important; } }

@media (max-width: 768px) {
  .yith-woocommerce-ajax-product-filter {
    display: none; } }

#productpage h3.widget-title {
  text-transform: uppercase;
  font-weight: bold;
  color: #000000;
  font-size: 16px;
  margin-bottom: 0px; }

.yith-woocommerce-ajax-product-filter ul {
  padding: 0px;
  padding-left: 0px;
  float: left;
  width: 100%; }
  .yith-woocommerce-ajax-product-filter ul li {
    float: left;
    width: 100%;
    list-style: none;
    margin-bottom: 10px; }

ul.product-categories {
  padding: 0px;
  float: left;
  width: 100%;
  margin-top: 0px; }
  ul.product-categories li {
    float: left;
    width: 100%;
    list-style: none;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700; }
    ul.product-categories li a:before {
      content: ''; }
    ul.product-categories li ul {
      float: left;
      width: 100%;
      padding: 15px;
      padding-left: 0px; }
      ul.product-categories li ul li {
        line-height: 30px;
        margin-bottom: 0px; }
        ul.product-categories li ul li a {
          font-size: 15px;
          font-weight: 500;
          text-transform: capitalize; }
        ul.product-categories li ul li a:before {
          content: "" !important; }
        ul.product-categories li ul li ul {
          padding-left: 20px;
          padding-top: 15px;
          padding-bottom: 15px; }
          ul.product-categories li ul li ul li a:before {
            content: '- ' !important; }

.woocommerce-tabs.wc-tabs-wrapper {
  float: left;
  width: 100%;
  padding: 0px !important; }
  .woocommerce-tabs.wc-tabs-wrapper ul.tabs {
    margin-bottom: 0px !important;
    padding-top: 35px !important;
    margin-left: 5px !important; }
  .woocommerce-tabs.wc-tabs-wrapper ul.tabs::before {
    border-bottom: 0px !important;
    border-width: 0px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .woocommerce-tabs.wc-tabs-wrapper .panel {
    padding-left: 20px !important;
    background: #f9f9f9;
    padding: 30px !important;
    padding-top: 30px !important;
    width: 98%;
    margin: 0 auto !important;
    float: left;
    margin-left: 1% !important; }
    @media (max-width: 580px) {
      .woocommerce-tabs.wc-tabs-wrapper .panel {
        width: 92% !important;
        margin-left: 4% !important; } }
  .woocommerce-tabs.wc-tabs-wrapper li {
    width: 24.8%;
    border-radius: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
    border: 0px !important;
    margin-bottom: 0px !important;
    border-bottom: 1px solid #000000 !important;
    text-align: center;
    background: transparent !important;
    margin-left: -5px !important; }
    @media (max-width: 580px) {
      .woocommerce-tabs.wc-tabs-wrapper li {
        width: 96%; } }
    .woocommerce-tabs.wc-tabs-wrapper li a {
      width: 100%;
      float: left;
      padding: 10px !important;
      text-align: center;
      text-transform: uppercase !important;
      background: transparent !important; }
  .woocommerce-tabs.wc-tabs-wrapper li.active {
    background: #ebe9eb;
    border-bottom: 3px solid #000000 !important; }
  .woocommerce-tabs.wc-tabs-wrapper h2 {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 20px; }

#reviews #review_form #respond textarea {
  color: #000000;
  padding: 10px; }

.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  display: none; }

.woocommerce table.shop_table {
  margin-top: 50px; }

input[type=checkbox] {
  position: relative;
  cursor: pointer; }

input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  border: 1px solid #555555;
  border-radius: 2px;
  background-color: white; }

input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  border: solid black;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 2px;
  left: 6px; }

.fade-in {
  -webkit-animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) both; }

/* ----------------------------------------------
 * Generated by Animista on 2020-1-9 10:43:0
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.tracking-in-expand-fwd {
  -webkit-animation: tracking-in-expand-fwd 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation: tracking-in-expand-fwd 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both; }

/* ----------------------------------------------
 * Generated by Animista on 2020-1-10 9:26:18
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation tracking-in-expand-fwd
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-700px);
    transform: translateZ(-700px);
    opacity: 0; }
  40% {
    opacity: 0.6; }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

@keyframes tracking-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-700px);
    transform: translateZ(-700px);
    opacity: 0; }
  40% {
    opacity: 0.6; }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

.scale-in-center {
  -webkit-animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

/* ----------------------------------------------
 * Generated by Animista on 2020-1-10 9:30:15
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-in-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.scale-up-ver-center {
  -webkit-animation: scale-up-ver-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: scale-up-ver-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both; }

/* ----------------------------------------------
 * Generated by Animista on 2020-1-10 9:43:13
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-up-ver-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-ver-center {
  0% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4); }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); } }

@keyframes scale-up-ver-center {
  0% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4); }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); } }

/*
 Content SCSS
*/
html {
  scroll-behavior: smooth; }

#site {
  width: 100%;
  overflow: hidden; }

body {
  background: #ffffff; }

article {
  padding-top: 30px;
  float: left;
  width: 100%;
  margin-bottom: 50px; }
  @media (max-width: 1280px) {
    article {
      padding-top: 0px; } }
  @media (max-width: 768px) {
    article {
      padding-top: 0px; } }
  article a {
    text-decoration: underline; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Remove default arrow */
  background: url(images/select-down.png) 100% 50% #ffffff no-repeat;
  /* Add custom arrow */
  background-size: 30px;
  outline: none;
  border-radius: 0px;
  padding: 15px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: futura-pt, sans-serif;
  text-transform: lowercase;
  padding-right: 30px;
  border: 0px; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 100;
  line-height: 1.4em;
  margin-bottom: 15px; }

strong, b {
  font-weight: bold; }

h1, .h1 {
  font-family: "Raleway", sans-serif;
  font-size: 48px;
  line-height: 1.4em; }

h2, .h2 {
  font-family: "Raleway", sans-serif;
  line-height: 1.2em;
  font-weight: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 35px;
  font-size: 30px; }

h3, .h3 {
  font-family: "Raleway", sans-serif;
  font-size: 32px;
  font-style: normal;
  margin-bottom: 30px; }

h4, .h4 {
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase; }

p, .p, li {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  margin-bottom: 35px;
  color: #000000;
  font-weight: 500;
  line-height: 28px; }

#content {
  float: left;
  width: 100%; }

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1440px; }
  @media (max-width: 1440px) {
    .container {
      width: 90%;
      max-width: 95%; } }
  @media (max-width: 768px) {
    .container {
      padding: 30px 0px; } }

.gform_footer img {
  display: none; }

#home__banner {
  float: left;
  max-width: 96%;
  margin-left: 2%;
  margin-bottom: 40px; }
  @media (max-width: 580px) {
    #home__banner {
      margin-bottom: 25px; } }
  #home__banner .slider_single {
    min-height: 700px;
    background-size: cover !important; }
    @media (max-width: 768px) {
      #home__banner .slider_single {
        min-height: 600px;
        background-position: 30% !important; } }
    @media (max-width: 580px) {
      #home__banner .slider_single {
        background-position: 25% !important;
        min-height: 500px; } }
  #home__banner .slide_content {
    width: 45%;
    float: right;
    padding: 0px;
    padding-right: 8%;
    margin-top: 180px; }
    @media (max-width: 768px) {
      #home__banner .slide_content {
        width: 50%;
        margin-top: 100px; } }
    @media (max-width: 580px) {
      #home__banner .slide_content {
        margin-top: 55px; } }
    #home__banner .slide_content h1 {
      color: #c26479;
      text-transform: uppercase;
      font-weight: bold;
      letter-spacing: 2px;
      line-height: 1.1em;
      font-size: 2.8em;
      float: left;
      width: 100%;
      margin-bottom: 35px; }
      @media (max-width: 768px) {
        #home__banner .slide_content h1 {
          font-size: 2em; } }
      @media (max-width: 580px) {
        #home__banner .slide_content h1 {
          font-size: 24px; } }
    #home__banner .slide_content h4 {
      font-size: 18px;
      text-transform: none;
      padding-bottom: 5px; }
      @media (max-width: 580px) {
        #home__banner .slide_content h4 {
          font-size: 16px; } }
    #home__banner .slide_content a.slide_btn {
      color: #c26479;
      font-weight: bold;
      text-transform: uppercase;
      padding-bottom: 5px;
      border-bottom: 2px solid #c26479;
      -webkit-box-shadow: none;
      box-shadow: none;
      float: left;
      margin-top: 20px;
      outline: none;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    #home__banner .slide_content a.slide_btn:hover {
      color: #000000;
      border-bottom: 2px solid #000000; }
  #home__banner .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: 0;
    bottom: 0;
    right: 20px;
    margin: 0;
    padding: 15px 0;
    list-style-type: none; }
    #home__banner .slick-dots li {
      margin: 0 5px; }
    #home__banner .slick-dots button {
      outline: none;
      display: block;
      width: 10px;
      height: 10px;
      padding: 0;
      border: none;
      border-radius: 100%;
      background-color: #ffffff;
      border: 1px solid #000000;
      text-indent: -9999px; }
    #home__banner .slick-dots li.slick-active button {
      background-color: #000000; }

#homepage_ctas {
  float: left;
  width: 100%;
  max-width: 96%;
  margin-left: 2%;
  margin-bottom: 40px; }
  #homepage_ctas .cta_left {
    width: 49%;
    float: left;
    margin-right: 1%;
    text-align: center;
    color: #ffffff;
    background-color: #000000; }
    @media (max-width: 580px) {
      #homepage_ctas .cta_left {
        width: 100%;
        margin: 0;
        margin-bottom: 25px; } }
  #homepage_ctas .cta_right {
    width: 49%;
    float: left;
    margin-left: 1%;
    text-align: center;
    color: #ffffff;
    background-color: #000000; }
    @media (max-width: 580px) {
      #homepage_ctas .cta_right {
        width: 100%;
        margin: 0; } }
  #homepage_ctas .ctasingle {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-size: cover !important; }
    #homepage_ctas .ctasingle h3 {
      font-size: 20px;
      font-weight: 400;
      padding-top: 250px;
      margin-bottom: 0; }
    #homepage_ctas .ctasingle h2 {
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 0;
      padding-bottom: 35px; }
      @media (max-width: 1140px) {
        #homepage_ctas .ctasingle h2 {
          font-size: 26px; } }
      @media (max-width: 768px) {
        #homepage_ctas .ctasingle h2 {
          font-size: 20px; } }
  #homepage_ctas .cta_left:hover .ctasingle, #homepage_ctas .cta_right:hover .ctasingle {
    opacity: 0.9; }

.best_sellers {
  float: left;
  width: 100%;
  padding-bottom: 35px; }
  .best_sellers .home_bestsellers {
    padding: 10px 70px; }
    @media (max-width: 768px) {
      .best_sellers .home_bestsellers {
        padding: 10px 20px; } }
  .best_sellers h3 {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    float: left;
    width: 100%;
    letter-spacing: 1px;
    font-size: 32px; }

#home_bottom_banner {
  float: left;
  width: 100%;
  max-width: 96%;
  margin-left: 2%;
  text-align: center;
  min-height: 550px;
  background-size: cover !important;
  color: #ffffff;
  margin-bottom: 60px; }
  @media (max-width: 580px) {
    #home_bottom_banner {
      min-height: auto;
      padding-bottom: 100px; } }
  #home_bottom_banner h2 {
    margin-top: 200px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 42px;
    letter-spacing: 1px;
    margin-bottom: 60px;
    float: left;
    width: 100%;
    text-align: center; }
    @media (max-width: 580px) {
      #home_bottom_banner h2 {
        margin-top: 100px;
        font-size: 32px; } }
  #home_bottom_banner .banner_btn {
    background: #ffffff;
    text-transform: uppercase;
    color: #000000;
    padding: 15px 50px;
    font-weight: 500;
    font-size: 18px;
    border: 1px solid #000000;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media (max-width: 580px) {
      #home_bottom_banner .banner_btn {
        padding: 15px; } }
  #home_bottom_banner .banner_btn:hover {
    background: #000000;
    color: #ffffff; }

#contact__page .container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto; }
  #contact__page .container .gform_wrapper label.gfield_label, #contact__page .container .gform_wrapper legend.gfield_label {
    display: none; }
  #contact__page .container .gform_wrapper ul li.gfield {
    margin-bottom: 0px !important; }
  #contact__page .container .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    height: 45px;
    border: 1px solid #000000;
    padding-left: 15px;
    background: #ffffff;
    outline: none;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #000000 !important; }
  #contact__page .container .gform_wrapper textarea {
    color: #000000 !important;
    padding-left: 15px !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    border-radius: 0px;
    padding-top: 10px;
    border: 1px solid #000000;
    outline: none;
    border-radius: 0px;
    outline: none;
    height: 145px; }
  #contact__page .container input#gform_submit_button_2 {
    background: #000000;
    color: #ffffff;
    text-transform: uppercase;
    padding: 12px 20px;
    min-width: 250px;
    text-align: center;
    border: 1px solid #000000;
    font-size: 16px;
    font-weight: 600;
    font-family: "Raleway", sans-serif;
    margin-bottom: 35px;
    cursor: pointer;
    border-radius: 0px;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  #contact__page .container input#gform_submit_button_2:hover {
    background: #ffffff;
    color: #000000; }

#contact__page .gform_wrapper .gform_footer {
  padding-top: 0px;
  margin-top: 10px; }

#contact__page .contact-left {
  float: left;
  width: 48%;
  margin: 1%;
  padding: 40px;
  background: #f9f9f9;
  padding-bottom: 22px;
  max-height: 1200px;
  overflow: hidden; }
  @media (max-width: 768px) {
    #contact__page .contact-left {
      width: 100%;
      margin: 0%; } }
  #contact__page .contact-left h3 {
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px; }
  #contact__page .contact-left .info {
    float: left;
    width: 100%; }
    #contact__page .contact-left .info b {
      float: left;
      width: auto;
      width: 20%;
      line-height: 18px;
      max-width: 100px; }
    #contact__page .contact-left .info p {
      float: left;
      width: 80%; }
    #contact__page .contact-left .info a {
      float: left;
      font-size: 16px;
      line-height: 16px;
      color: #000000;
      font-weight: 500;
      text-decoration: none; }
  #contact__page .contact-left span.info.opening {
    float: left;
    width: 100%; }
    #contact__page .contact-left span.info.opening p {
      line-height: 28px; }
    #contact__page .contact-left span.info.opening strong {
      float: left;
      width: 20%;
      max-width: 100px; }

#contact__page .contact_image {
  width: 48%;
  margin: 1%;
  float: left;
  min-height: 1200px;
  background-size: cover !important; }
  @media (max-width: 768px) {
    #contact__page .contact_image {
      display: none; } }

#contact__page #map {
  width: 100%;
  max-width: 96%;
  margin-left: 2%;
  margin-bottom: 60px; }

#about__page {
  float: left;
  width: 100%; }
  #about__page .container {
    max-width: 1440px;
    width: 100%;
    float: none;
    margin: 0 auto;
    padding: 50px 0px; }
    #about__page .container h2 {
      text-transform: uppercase;
      font-weight: bold;
      font-size: 36px; }
  #about__page .about_lay_01 {
    float: left;
    width: 100%; }
    #about__page .about_lay_01 .content_left {
      width: 50%;
      float: left;
      padding-right: 40px;
      padding-top: 30px;
      padding-left: 40px;
      padding-bottom: 40px; }
    #about__page .about_lay_01 .content_right {
      width: 50%;
      float: left;
      margin-top: 30px; }
      #about__page .about_lay_01 .content_right img {
        width: 90%;
        float: right;
        z-index: 99;
        position: relative; }
  #about__page .about_lay_02 {
    float: left;
    width: 100%;
    background: #f9f9f9;
    margin-top: -60px;
    padding-top: 100px;
    padding-bottom: 80px; }
    @media (max-width: 1140px) {
      #about__page .about_lay_02 {
        padding-top: 50px;
        padding-bottom: 0px;
        margin-top: 0px; } }
    #about__page .about_lay_02 .container {
      max-width: 1440px;
      width: 100%;
      float: none;
      margin: 0 auto;
      padding: 50px 0px; }
    #about__page .about_lay_02 h3 {
      padding: 0 10%;
      font-family: "Raleway", sans-serif;
      text-transform: none;
      font-weight: 700;
      text-align: center;
      font-size: 28px;
      line-height: 40px; }
  #about__page .about_lay_03 {
    float: left;
    width: 100%;
    margin-top: -30px;
    margin-bottom: 50px; }
    @media (max-width: 1140px) {
      #about__page .about_lay_03 {
        margin-top: 0px; } }
    #about__page .about_lay_03 .content_left {
      width: 50%;
      float: left;
      padding-right: 40px;
      padding-top: 30px;
      margin-top: -30px; }
      @media (max-width: 768px) {
        #about__page .about_lay_03 .content_left {
          width: 100%; } }
    #about__page .about_lay_03 .content_right {
      width: 50%;
      float: left;
      padding-top: 80px;
      padding-right: 40px;
      padding-left: 40px; }
      #about__page .about_lay_03 .content_right img {
        width: 90%;
        float: right;
        z-index: 999;
        position: relative;
        margin-top: 30px; }

#page_single {
  float: left;
  width: 100%; }
  #page_single .container {
    padding: 50px 0px;
    margin-bottom: 50px; }
  #page_single h2 {
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 36px;
    float: left;
    width: 100%;
    margin-bottom: 35px; }
  #page_single h3 {
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
    float: left;
    width: 100%;
    margin-bottom: 35px; }

#brands__page {
  float: left;
  width: 100%; }
  #brands__page .container {
    padding: 50px 0px; }
    @media (max-width: 1024px) {
      #brands__page .container {
        padding-bottom: 0px; } }
    #brands__page .container .content_brand {
      width: 100%;
      float: left;
      padding-bottom: 50px; }
      #brands__page .container .content_brand h2 {
        text-align: center;
        width: 100%;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 36px;
       }
      #brands__page .container .content_brand span.content {
        width: 70%;
        float: left; }
    #brands__page .container .pwb-all-brands {
      padding: 50px 0px;
      padding-bottom: 0px; }
      #brands__page .container .pwb-all-brands p {
        display: none; }
      #brands__page .container .pwb-all-brands .pwb-pagination-wrapper {
        margin-top: 80px; }
      #brands__page .container .pwb-all-brands .pwb-brands-col3 {
        margin-top: 15px;
        margin-bottom: 15px;
        text-align: center;
        min-height: 100px;
        line-height: 100px;
        border: 1px solid transparent;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        #brands__page .container .pwb-all-brands .pwb-brands-col3 img {
          max-height: 90px;
          max-width: 200px;
          width: auto;
          text-align: center;
          float: none;
          margin: 0 auto; }
      #brands__page .container .pwb-all-brands .pwb-brands-col3:hover {
        border: 1px solid #d7d7d7; }

#single__blog .container {
  padding: 50px; }

section#faq__page .container {
  max-width: 96%; }

section#faq__page .faq_img {
  float: left;
  width: 29%;
  margin-right: 1%;
  padding-right: 40px;
  margin-bottom: 50px;
  min-height: 1000px;
  background-size: cover !important; }
  @media (max-width: 768px) {
    section#faq__page .faq_img {
      display: none; } }

section#faq__page h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  margin-top: 70px; }

section#faq__page .accordion {
  max-width: 69%;
  margin-left: 1%;
  border-top: 0;
  float: left;
  width: 100%;
  background: #f9f9f9;
  margin-top: 0px;
  padding: 35px;
  padding-bottom: 50px;
  min-height: 1000px; }
  @media (max-width: 768px) {
    section#faq__page .accordion {
      max-width: 100%; } }
  section#faq__page .accordion li {
    border-bottom: 1px solid #000000;
    position: relative;
    margin-bottom: 15px; }
    section#faq__page .accordion li p {
      display: none;
      padding: 10px 25px 30px;
      color: #6b97a4; }
    section#faq__page .accordion li a {
      width: 100%;
      display: block;
      cursor: pointer;
      font-weight: 700;
      font-size: 22px;
      color: #000000;
      text-transform: none;
      text-decoration: none;
      line-height: 32px;
      margin-bottom: 20px;
      padding-top: 10px;
      padding-bottom: 8px;
      letter-spacing: 1px;
      padding-right: 40px; }
    section#faq__page .accordion li a:after {
      width: 15px;
      height: 15px;
      border-right: 2px solid #000000;
      border-bottom: 2px solid #000000;
      position: absolute;
      right: 10px;
      content: " ";
      top: 25px;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    section#faq__page .accordion li p {
      font-size: 16px;
      color: #000000;
      line-height: 28px;
      padding: 0px;
      padding-left: 20px;
      padding-right: 40px; }
    section#faq__page .accordion li a.active:after {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      top: 20px; }

section#blog__page {
  float: left;
  width: 100%;
  margin-bottom: 50px; }

.pgafu-post-grid-main.pgafu-design-2 .pgafu-post-grid-content {
  border: 0px !important; }

li.pgafu-filtr-cat::before {
  display: none !important; }

.pgafu-filter li a {
  text-transform: uppercase !important;
  background: transparent !important;
  font-size: 17px !important; }

li.pgafu-filtr-cat.pgafu-active-filtr a {
  font-weight: bold !important;
  text-decoration: underline;
  color: #000000; }

.pgafu-post-grid {
  width: 100%;
  margin-top: 50px !important;
  float: left !important;
  width: 100% !important;
  min-height: 400px;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important; }
  .pgafu-post-grid .pgafu-post-image-bg {
    float: left;
    width: 50% !important;
    height: auto !important;
    background: transparent !important;
    padding-right: 40px !important;
    padding-top: 0px !important; }
    @media (max-width: 580px) {
      .pgafu-post-grid .pgafu-post-image-bg {
        width: 100% !important;
        padding-right: 0px !important; } }
  .pgafu-post-grid .pgafu-content-above-image {
    float: left;
    width: 50% !important;
    padding-left: 40px !important;
    padding-top: 40px !important; }
    @media (max-width: 580px) {
      .pgafu-post-grid .pgafu-content-above-image {
        width: 100% !important;
        padding-left: 0px !important; } }

.pgafu-post-date span img, .pgafu-post-tags img {
  float: left;
  width: 20px; }

.pgafu-post-grid-main h2.pgafu-post-title a {
  text-transform: uppercase;
  color: #000000 !important;
  font-size: 32px !important;
  font-family: "Dubai-Bold" !important;
  line-height: 32px !important;
  margin-top: 10px !important;
  float: left;
  width: 100%;
  margin-bottom: 15px; }

@media (max-width: 768px) {
  .pgafu-filter {
    padding: 0px; } }

.pgafu-filter-wrp {
  list-style: none !important; }

@media (max-width: 768px) {
  .pgafu-post-grid-main {
    margin: 0px; } }

.pgafu-post-categories a {
  padding: 0 10px;
  font-weight: 500 !important;
  font-size: 14px !important;
  margin-left: 0;
  text-align: center;
  border: 0px !important;
  padding-left: 0px !important; }

.pgafu-post-short-content {
  font-size: 15px !important;
  line-height: 25px; }

.pgafu-post-categories a {
  font-size: 12px;
  font-weight: bold;
  background: transparent !important;
  color: black !important;
  border: 1px solid #000000; }

a.readmorebtn {
  padding: 0px;
  border: 0px;
  border-bottom: 1px solid #000000;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  margin-top: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

a.readmorebtn:hover {
  color: #2964af;
  background: transparent;
  border-bottom: 1px solid #2964af; }

.error404 .not-found {
  margin-top: 50px; }
  .error404 .not-found strong {
    font-size: 100px; }
  .error404 .not-found a {
    color: #c26479; }

.error404 h1 {
  font-weight: 600; }

.error404 input {
  height: 45px;
  border-radius: 0px;
  border: 1px solid #000000;
  font-size: 16px;
  padding-left: 10px; }

.error404 button {
  border: 0px;
  height: 45px;
  border-radius: 0px;
  background-color: #000000;
  color: #ffffff;
  padding: 0px 20px;
  font-size: 16px; }
