
/* Regular variant */
@font-face {
    font-family: 'PPRadioGrotesk';
    src: url('../fonts/RadioGrotesk/PPRadioGrotesk-Regular.woff2') format('woff2'),
         url('../fonts/RadioGrotesk/PPRadioGrotesk-Regular.woff') format('woff'),
         url('../fonts/RadioGrotesk/PPRadioGrotesk-Regular.ttf') format('truetype');
    font-weight: 400; /* Menej ako 400 */
    font-style: normal;
}

/* Bold variant */
@font-face {
    font-family: 'PPRadioGrotesk';
    src: url('../fonts/RadioGrotesk/PPRadioGrotesk-Bold.woff2') format('woff2'),
         url('../fonts/RadioGrotesk/PPRadioGrotesk-Bold.woff') format('woff'),
         url('../fonts/RadioGrotesk/PPRadioGrotesk-Bold.ttf') format('truetype');
    font-weight: 700; /* 500 a 600 */
    font-style: normal;
}


/* Black variant */
@font-face {
    font-family: 'PPRadioGrotesk';
    src: url('../fonts/RadioGrotesk/PPRadioGrotesk-Black.woff2') format('woff2'),
         url('../fonts/RadioGrotesk/PPRadioGrotesk-Black.woff') format('woff'),
         url('../fonts/RadioGrotesk/PPRadioGrotesk-Black.ttf') format('truetype');
    font-weight: 900; /* 700 a viac */
    font-style: normal;
}

/*
   
*/
/*
    TABLE OF CONTENT
        1. RESET AND TYPHOGRAPHY
            1.1 reset
            1.2 typhography
        2. ELEMENTS
            2.1 grid
            2.2 list
            2.3 button
            2.4 form
            2.5 post
            2.6 pagination
            2.7 breadcrumb
            2.8 block
            2.9 widget
            2.10 slider
            2.11 masonry
            2.12 product
            2.13 banner
            2.14 filter
            2.15 table
            2.16 loader
            2.17 modal
        3. COMPONENTS
             3.1 Cart
             3.2 forms
             3.3 search
             3.4 section
             3.5 pages
        4. MODULES
            4.1 header
            4.2 footer
        5. HELPERS
        6. CUSTOM
*/
/*1. RESET AND TYPHOGRAPHY */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

body {
  margin: 0; }

main {
  display: block; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

button,
input {
  /* 1 */
  overflow: visible; }

button,
select {
  /* 1 */
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

* {
  font-family: "PPRadioGrotesk", "Roboto";
  font-weight: 400; }

html {
  font-size: 62.5%; }

body {
  font-size: 16px; }

h1, h2, h3, h4, h5, h6 {
  position: relative;
  color: #222;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 12px; }

p {
  font-size: 14px;
  line-height: 1.6em;
  color: #999; }
  p span {
    font-family: inherit;
    color: inherit;
    font-size: inherit; }

a {
  position: relative;
  color: inherit;
  text-decoration: none; }
  a:hover {
    color: #e10000; }

a, button {
  cursor: pointer;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease; }

a,
input,
textarea,
button,
select {
  outline: none;
  font-size: 16px; }

a:hover,
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus {
  text-decoration: none; }

a:focus,
button:focus,
select:focus,
input:focus,
textarea:focus {
  outline: none;
  text-decoration: none; }

img {
  max-width: 100%; }


iframe {
  border: 0;
  max-width: 100%;
  width: 100%; }

figure {
  margin: 0; }

.ps-document ul, .ps-document ol {
  margin-bottom: 10px;
  padding-left: 20px; }
  .ps-document ul ul, .ps-document ul ol, .ps-document ol ul, .ps-document ol ol {
    margin-bottom: 0; }

.ps-document ul li, .ps-document ol li {
  color: #999;
  font-size: 16px;
  line-height: 1.6em; }

.ps-document h4 {
  font-size: 24px;
  font-weight: 500; }

.ps-document h5 {
  font-size: 16px;
  font-weight: 600; }

.ps-document p {
  margin-bottom: 30px;
  line-height: 1.6em;
  color: #777;
  font-size: 1rem; }
  .ps-document p .cap {
    font-size: 60px;
    font-weight: 700;
    float: left;
    line-height: 1;
    color: #222;
    margin-right: 11px; }
  .ps-document p strong {
    font-weight: 700;
    color: #222; }
    .ps-document p strong i {
      font-weight: inherit; }
    .ps-document p strong.highlight {
      font-size: 16px;
      color: #222; }

.ps-document blockquote {
  margin-bottom: 20px;
  position: relative; }
  .ps-document blockquote:before {
    content: '\e7e5';
    font-family: 'Linearicons';
    position: absolute;
    top: -20px;
    left: -15px;
    color: #eaeaea;
    font-size: 50px;
    line-height: 50px;
    z-index: -1; }
  .ps-document blockquote p {
    margin-bottom: 0;
    font-size: 24px;
    font-style: italic;
    line-height: 1.4em;
    font-weight: 600;
    color: #222; }

@media (min-width: 992px) {
  .ps-document p {
    font-size: 1em; }
  .ps-document blockquote {
    margin-bottom: 30px; }
    .ps-document blockquote p {
      font-size: 30px; } }

.ps-instock {
  color: #f6663f;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600; }

.ps-tag {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
  padding: 4px 20px;
  border-radius: 50px;
  font-size: 12px;
  color: #222;
  background-color: #e8eff0; }
  .ps-tag:hover {
    background-color: #e10000;
    color: #fff; }

.ps-highlight {
  color: #000;
  font-weight: 600; }

.ps-link--under {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .05em; }
  .ps-link--under:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #222; }
  .ps-link--under:hover:before {
    background-color: #e10000; }

.ps-link--line {
  position: relative;
  display: inline-block;
  padding: 5px 0;
  line-height: 20px;
  color: #999; }
  .ps-link--line:before {
    content: '';
    position: absolute;
    bottom: 2px;
    width: 100%;
    height: 1px;
    background-color: #000;
    -webkit-transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: scale3d(0, 1, 1);
    -moz-transform: scale3d(0, 1, 1);
    -ms-transform: scale3d(0, 1, 1);
    -o-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%; }
  .ps-link--line:hover {
    color: #222; }
    .ps-link--line:hover:before {
      -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
      transform-origin: 100% 50%;
      -webkit-transform: scale3d(1, 1, 1);
      -moz-transform: scale3d(1, 1, 1);
      -ms-transform: scale3d(1, 1, 1);
      -o-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); }

/*2. ELEMENTS */
html, body {
  min-height: 100%;
  position: relative; }

@media (min-width: 1200px) {
  .container {
    max-width: 1200px; }
  .row--5-columns .col-xl-3 {
    max-width: 20%; } }

body {
  overflow-x: hidden; }

.ps-list--social {
  margin: 0;
  padding: 0; }
  .ps-list--social li {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    vertical-align: top; }
    .ps-list--social li a {
      display: inline-block;
      font-size: 14px;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      color: #636363;
      border: 1px solid #404040; }
      .ps-list--social li a i {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 18px; }
      .ps-list--social li a:hover {
        color: #e10000;
        border-color: #e10000;
        background-color: #e10000; }
        .ps-list--social li a:hover i {
          color: #ffffff; }
      .ps-list--social li a.facebook {
        background-color: #3b5998; }
        .ps-list--social li a.facebook i {
          color: #ffffff; }
      .ps-list--social li a.twitter {
        background-color: #0084b4; }
        .ps-list--social li a.twitter i {
          color: #ffffff; }
      .ps-list--social li a.google-plus {
        background-color: #FF0000; }
        .ps-list--social li a.google-plus i {
          color: #ffffff; }
      .ps-list--social li a.instagram i {
        color: #C32AA3; }
    .ps-list--social li:last-child {
      margin-right: 0; }
  .ps-list--social.simple li {
    margin-right: 0; }
    .ps-list--social.simple li a {
      width: 30px;
      height: 30px;
      border: none;
      background-color: transparent; }
  .ps-list--social.square li {
    margin-right: 10px; }
    .ps-list--social.square li a {
      width: 85px;
      height: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-radius: 0;
      border: none; }

.ps-list--social-color {
  margin: 0;
  padding: 0;
  list-style: none; }
  .ps-list--social-color li {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px; }
    .ps-list--social-color li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 20px;
      width: 38px;
      height: 38px;
      color: #ffffff; }
      .ps-list--social-color li a.facebook {
        background-color: #1b4e9b; }
        .ps-list--social-color li a.facebook:hover {
          background-color: #296fda; }
      .ps-list--social-color li a.twitter {
        background-color: #00aeef; }
        .ps-list--social-color li a.twitter:hover {
          background-color: #3dcaff; }
      .ps-list--social-color li a.google-plus {
        background-color: #e10000; }
        .ps-list--social-color li a.google-plus:hover {
          background-color: #ff1a1a; }
      .ps-list--social-color li a.linkedin {
        background-color: #2d567f; }
        .ps-list--social-color li a.linkedin:hover {
          background-color: #417cb7; }
      .ps-list--social-color li a.feed {
        background-color: #f86a02; }
        .ps-list--social-color li a.feed:hover {
          background-color: #fe9549; }

.ps-list--checked li {
  margin-bottom: 20px; }
  .ps-list--checked li a {
    position: relative;
    display: block;
    padding-left: 30px;
    font-size: 14px;
    color: #313131; }
    .ps-list--checked li a:before {
      display: inline-block;
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      width: 20px;
      height: 20px;
      border: solid 1px #8d8d8d;
      -webkit-transition: all .4s ease;
      -o-transition: all .4s ease;
      transition: all .4s ease; }
    .ps-list--checked li a:after {
      content: '';
      display: inline-block;
      position: absolute;
      top: 4px;
      left: 8px;
      color: #fff;
      width: 6px;
      height: 10px;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      visibility: hidden;
      opacity: 0; }
    .ps-list--checked li a:hover:before {
      background-color: #e10000;
      border-color: #e10000; }
    .ps-list--checked li a:hover:after {
      visibility: visible;
      opacity: 1; }
  .ps-list--checked li.current a:before {
    background-color: #e10000;
    border-color: #e10000; }
  .ps-list--checked li.current a:after {
    visibility: visible;
    opacity: 1; }

.ps-list--checked.ps-list--checked-circle li a:before {
  border-radius: 50%; }

.ps-list--checked.ps-list--checked-circle li a:hover:before {
  background-color: #a7a7a7;
  border-color: #a7a7a7; }

.ps-list--arrow a {
  position: relative;
  display: block;
  padding-left: 15px;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #555555; }
  .ps-list--arrow a:before {
    content: "\f105";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    font-family: FontAwesome; }
  .ps-list--arrow a:hover {
    color: #e10000; }
    .ps-list--arrow a:hover .circle {
      background-color: #222222;
      border-color: #222222; }
      .ps-list--arrow a:hover .circle:before {
        color: #fff;
        visibility: visible;
        opacity: 1; }

.ps-list--arrow li {
  margin-bottom: 20px; }
  .ps-list--arrow li.current a {
    color: #222222; }
  .ps-list--arrow li.current .circle {
    background-color: #222222; }
    .ps-list--arrow li.current .circle:before {
      visibility: visible;
      opacity: 1;
      color: #fff; }

.ps-list--dot {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  list-style-type: none; }
  .ps-list--dot li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
    color: #000000;
    line-height: 20px; }
    .ps-list--dot li:before {
      content: '';
      position: absolute;
      top: 7px;
      left: 0;
      width: 6px;
      height: 6px;
      background-color: #e10000;
      border-radius: 50px; }

.ps-list--plus li {
  margin: 10px 0; }
  .ps-list--plus li a {
    display: block;
    position: relative;
    padding-left: 15px;
    line-height: 20px; }
    .ps-list--plus li a:before {
      content: '+';
      position: absolute;
      top: 0;
      left: 0;
      line-height: 20px; }

.ps-list--line li a {
  position: relative;
  display: inline-block;
  padding: 5px 0;
  line-height: 20px;
  color: #999; }
  .ps-list--line li a:before {
    content: '';
    position: absolute;
    bottom: 2px;
    width: 100%;
    height: 1px;
    background-color: #000;
    -webkit-transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: scale3d(0, 1, 1);
    -moz-transform: scale3d(0, 1, 1);
    -ms-transform: scale3d(0, 1, 1);
    -o-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%; }
  .ps-list--line li a:hover {
    color: #222; }
    .ps-list--line li a:hover:before {
      -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
      transform-origin: 100% 50%;
      -webkit-transform: scale3d(1, 1, 1);
      -moz-transform: scale3d(1, 1, 1);
      -ms-transform: scale3d(1, 1, 1);
      -o-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); }

.menu-toggle, .ps-btn--hamburger {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50px;
  background-color: rgba(206, 135, 58, 0.6); }
  .menu-toggle span, .menu-toggle:before, .menu-toggle:after, .ps-btn--hamburger span, .ps-btn--hamburger:before, .ps-btn--hamburger:after {
    position: absolute;
    height: 2px;
    width: 20px;
    background-color: #fff;
    z-index: 100;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease; }
  .menu-toggle span, .ps-btn--hamburger span {
    left: 15px;
    width: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .menu-toggle:before, .menu-toggle:after, .ps-btn--hamburger:before, .ps-btn--hamburger:after {
    content: '';
    left: 15px; }
  .menu-toggle:before, .ps-btn--hamburger:before {
    top: 16px; }
  .menu-toggle:after, .ps-btn--hamburger:after {
    bottom: 16px; }
  .menu-toggle:hover, .ps-btn--hamburger:hover {
    cursor: pointer; }
  .menu-toggle.active span, .ps-btn--hamburger.active span {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    visibility: hidden;
    opacity: 0; }
  .menu-toggle.active:before, .menu-toggle.active:after, .ps-btn--hamburger.active:before, .ps-btn--hamburger.active:after {
    top: 50%;
    bottom: auto;
    width: 20px;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-color: #fc354c; }
  .menu-toggle.active:before, .ps-btn--hamburger.active:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .menu-toggle.active:after, .ps-btn--hamburger.active:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  @media (max-width: 1199px) {
    .menu-toggle, .ps-btn--hamburger {
      display: inline-block; } }

/* BUTTON */
.btn
{
    position: relative;
    display: inline-block;
    box-shadow: none !important;
    border-radius: 0;
}

.btn.btn-border
{
    padding-top: 15px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    line-height: 20px;
    color: #222;
    text-transform: uppercase;
    border: 2px solid #222;
}

.btn.btn-border::before
{
    display: block;
    position: absolute;
    content: "";
    top: 50%;
    left: -3px;
    width: 100%;
    width: calc(100% + 6px);
    height: 23px;
    margin-top: -11.5px;
    background: #FFFFFF;
    z-index: 9;
    transition: height 0.3s ease, margin-top 0.3s ease;
}

.btn.btn-border > span
{
    position: relative;
    display: block;
    z-index: 10;
}

.btn.btn-border:hover::before
{
    margin-top: 0;
    height: 0;
}

.ps-btn, button.ps-btn {
  display: inline-block;
  padding: 15px 35px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  border: none;
  font-weight: 600;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #e10000;
  cursor: pointer; }
  .ps-btn--rounded, button.ps-btn--rounded {
    border-radius: 50px; }
  .ps-btn--curve, button.ps-btn--curve {
    border-radius: 5px; }
  .ps-btn--outline, button.ps-btn--outline {
    padding: 15px 36px;
    font-size: 14px;
    color: #222;
    border: 2px solid #222;
    text-transform: uppercase;
    background-color: transparent; }
.ps-btn--outline:hover, button.ps-btn--outline:hover {
      background-color: #e10000;
      border-color: #e10000 !important;
      color: #ffffff; }

  .ps-btn--fullwidth, button.ps-btn--fullwidth {
    width: 100%;
    text-align: center; }
  .ps-btn--sm, button.ps-btn--sm {
    padding: .5rem 2rem;
    font-size: 1.2rem; }
    .ps-btn--sm.ps-btn--curve, button.ps-btn--sm.ps-btn--curve {
      border-radius: 3px; }
  .ps-btn--lg, button.ps-btn--lg {
    padding: 1.5rem 4rem; }
  .ps-btn--xl, button.ps-btn--xl {
    padding: 2rem 6rem;
    font-size: 1.6rem; }
  .ps-btn--reverse, button.ps-btn--reverse {
    background-color: #576391; }
    .ps-btn--reverse:hover, button.ps-btn--reverse:hover {
      background-color: #222222; }
  .ps-btn--gray, button.ps-btn--gray {
    background-color: #e5e5e5;
    color: #000000;
    font-size: 1.6rem; }
  .ps-btn--black, button.ps-btn--black {
    background-color: #222; }
    .ps-btn--black.ps-btn--outline, button.ps-btn--black.ps-btn--outline {
      background-color: transparent;
      border: 2px solid #222;
      color: #222; }
      .ps-btn--black.ps-btn--outline:hover, button.ps-btn--black.ps-btn--outline:hover {
        background-color: #222;
        color: #ffffff; }
  .ps-btn:hover, .ps-btn:active, button.ps-btn:hover, button.ps-btn:active {
    color: #fff;
    background-color: #e10000; }
    .ps-btn:hover.ps-btn--black, .ps-btn:active.ps-btn--black, button.ps-btn:hover.ps-btn--black, button.ps-btn:active.ps-btn--black {
      background-color: #e10000; }

.ps-btn--close {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  border-radius: 50%; }
  .ps-btn--close:before, .ps-btn--close:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 50%;
    background-color: #9f9a98;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease; }
  .ps-btn--close:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); }
  .ps-btn--close:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg); }
  .ps-btn--close:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
    .ps-btn--close:hover:before, .ps-btn--close:hover:after {
      background-color: #f44336;
      -webkit-transition-delay: .3s;
      -o-transition-delay: .3s;
      transition-delay: .3s; }

.form-control {
  outline: none;
  height: 50px;
  font-size: 14px;
  padding: 0 20px;
  border: none;
  height: 50px;
  border-radius: 0;
  border: 1px solid #ddd;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  background-color: transparent; }
  .form-control::-webkit-input-placeholder {
    opacity: 1;
    font-size: 14px; }
  .form-control::-moz-placeholder {
    opacity: 1;
    font-size: 14px; }
  .form-control:-moz-placeholder {
    opacity: 1;
    font-size: 14px; }
  .form-control:-ms-input-placeholder {
    opacity: 1;
    font-size: 14px; }
  .form-control:focus {
    outline: none;
    -webkit-box-shadow: 0 0 0 #000;
    box-shadow: 0 0 0 #000;
    border-color: #e10000; }

textarea.form-control {
  height: auto;
  padding: 2rem;
  resize: none; }

.ps-checkbox {
  position: relative;
  display: block; }
  .ps-checkbox > input {
    position: absolute;
    visibility: hidden; }
  .ps-checkbox label {
    margin-bottom: 0;
    position: relative;
    padding-left: 30px;
    font-family: "PPRadioGrotesk", "Roboto";
    color: rgba(34, 34, 34, 0.5);
    font-weight: 400;
    cursor: pointer; }
    .ps-checkbox label:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0px;
      height: 20px;
      width: 20px;
      z-index: 10;
      border: 1px solid #222;
      -webkit-transition: all .4s ease;
      -o-transition: all .4s ease;
      transition: all .4s ease; }
    .ps-checkbox label:after {
      content: '';
      display: block;
      position: absolute;
      top: 4px;
      left: 7px;
      width: 6px;
      height: 10px;
      border: 2px solid #fff;
      border-top: none;
      border-left: none;
      z-index: 10;
      opacity: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: all .4s ease;
      -o-transition: all .4s ease;
      transition: all .4s ease; }
  .ps-checkbox input[type=checkbox]:checked ~ label:before {
    background-color: #222222;
    border-color: #222222; }
  .ps-checkbox input[type=checkbox]:checked ~ label:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 1; }
  .ps-checkbox--circle label {
    font-size: 20px;
    font-weight: 600;
    color: #555; }
    .ps-checkbox--circle label:before {
      border-radius: 50%;
      border-color: #595959; }
  .ps-checkbox--circle input[type=checkbox]:checked ~ label:before {
    background-color: transparent; }
  .ps-checkbox--circle input[type=checkbox]:checked ~ label:after {
    background-color: #e10000;
    border-radius: 50%;
    border: none;
    width: 14px;
    height: 14px;
    top: 3px;
    left: 3px; }
  .ps-checkbox--inline {
    display: inline-block;
    margin-bottom: 1rem; }
  .ps-checkbox--color {
    margin-right: 1rem; }
    .ps-checkbox--color > label {
      margin-bottom: 0;
      width: 20px;
      height: 20px;
      padding-left: 0;
      background-color: transparent;
      border-radius: 50%;
      -webkit-transition: all .4s ease;
      -o-transition: all .4s ease;
      transition: all .4s ease; }
      .ps-checkbox--color > label:before {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        border: none;
        border-radius: 50%; }
      .ps-checkbox--color > label:after {
        display: none !important; }
    .ps-checkbox--color input[type=radio]:checked ~ label {
      background-color: transparent; }
      .ps-checkbox--color input[type=radio]:checked ~ label:before {
        background-color: transparent;
        border: 1px solid #ccc; }
  .ps-checkbox--size {
    margin-right: 1rem; }
    .ps-checkbox--size > label {
      margin-bottom: 0;
      padding: 8px 20px;
      border: none;
      color: #222222;
      background-color: #f6f6f6;
      border-radius: 0;
      -webkit-transition: all .4s ease;
      -o-transition: all .4s ease;
      transition: all .4s ease; }
      .ps-checkbox--size > label:before, .ps-checkbox--size > label:after {
        display: none; }
    .ps-checkbox--size input[type=checkbox]:checked ~ label {
      color: #ffffff;
      background-color: #a7a7a7; }

.ps-radio {
  position: relative; }
  .ps-radio > input {
    position: absolute;
    visibility: hidden; }
  .ps-radio label {
    position: relative;
    margin-bottom: 0;
    padding-left: 30px;
    font-family: "PPRadioGrotesk", "Roboto";
    color: #737373;
    font-weight: 400;
    cursor: pointer; }
    .ps-radio label:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0px;
      height: 20px;
      width: 20px;
      z-index: 10;
      border: 1px solid rgba(19, 8, 1, 0.2);
      background-color: #fff;
      -webkit-transition: all .4s ease;
      -o-transition: all .4s ease;
      transition: all .4s ease;
      border-radius: 50%; }
    .ps-radio label:after {
      content: '';
      display: block;
      position: absolute;
      top: 5px;
      left: 5px;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #fff;
      z-index: 15;
      opacity: 0;
      -webkit-transform: scale(1.5, 1.5);
      -moz-transform: scale(1.5, 1.5);
      -ms-transform: scale(1.5, 1.5);
      -o-transform: scale(1.5, 1.5);
      transform: scale(1.5, 1.5);
      -webkit-transition: all .6s ease;
      -o-transition: all .6s ease;
      transition: all .6s ease; }
  .ps-radio input[type=radio]:checked ~ label:before {
    background-color: transparent; }
  .ps-radio input[type=radio]:checked ~ label:after {
    background-color: #e10000;
    border-radius: 50%;
    border: none;
    width: 8px;
    height: 8px;
    top: 6px;
    left: 6px;
    opacity: 1; }
  .ps-radio--inline {
    display: inline-block;
    margin-right: 20px; }
  .ps-radio--color {
    margin-right: 1rem; }
    .ps-radio--color > label {
      margin-bottom: 0;
      width: 20px;
      height: 20px;
      padding-left: 0;
      background-color: transparent;
      border-radius: 50%;
      -webkit-transition: all .4s ease;
      -o-transition: all .4s ease;
      transition: all .4s ease; }
      .ps-radio--color > label:before {
        width: 16px;
        height: 16px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        border: none; }
      .ps-radio--color > label:after {
        display: none !important; }
    .ps-radio--color input[type=radio]:checked ~ label {
      background-color: rgba(61, 196, 126, 0.5); }

.form-group {
  margin-bottom: 2.5rem; }
  .form-group > label {
    margin-bottom: 1.5rem;
    font-weight: 400;
    color: #000000;
    line-height: 1em;
    font-size: 14px; }
    .form-group > label sup {
      color: #FF3C35; }

.form-group--inline {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .form-group--inline > label {
    margin-bottom: 0;
    font-weight: 700;
    max-width: 160px; }
  .form-group--inline .form-group__content {
    width: 100%; }
  @media (max-width: 767px) {
    .form-group--inline {
      display: block; } }

.form-group--number {
  display: inline-block;
  position: relative; }
  .form-group--number button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    max-width: 20px;
    color: #222;
    font-size: 30px;
    border: none;
    background: none; }
    .form-group--number button.up {
      right: 12px; }
      .form-group--number button.up:before, .form-group--number button.up:after {
        position: absolute;
        top: 50%;
        left: 50%;
        display: inline-block;
        content: '';
        width: 14px;
        height: 1px;
        background-color: #999; }
      .form-group--number button.up:before {
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
        -moz-transform: translate(-50%, -50%) rotate(90deg);
        -ms-transform: translate(-50%, -50%) rotate(90deg);
        -o-transform: translate(-50%, -50%) rotate(90deg);
        transform: translate(-50%, -50%) rotate(90deg); }
      .form-group--number button.up:after {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -moz-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        -o-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg); }
    .form-group--number button.down {
      left: 12px; }
      .form-group--number button.down:before {
        position: absolute;
        top: 50%;
        left: 50%;
        display: inline-block;
        content: '';
        width: 14px;
        height: 1px;
        background-color: #999;
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -moz-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        -o-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg); }
  .form-group--number .form-control {
    border: 2px solid #eaeaea;
    height: 45px;
    padding: 0 25px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #222;
    background-color: transparent; }
    .form-group--number .form-control::-webkit-input-placeholder {
      color: #222; }
    .form-group--number .form-control::-moz-placeholder {
      color: #222; }
    .form-group--number .form-control:-moz-placeholder {
      color: #222; }
    .form-group--number .form-control:-ms-input-placeholder {
      color: #222; }

.form-group--number-2 {
  position: relative; }
  .form-group--number-2 button {
    position: absolute;
    right: 5px;
    width: 12px;
    height: 12px;
    border: none;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0; }
    .form-group--number-2 button.up {
      top: 3px;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
    .form-group--number-2 button.down {
      bottom: 6px;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }

.form-group--select {
  position: relative; }
  .form-group--select i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px; }
  .form-group--select select {
    height: 40px;
    padding: 0 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 50px; }

.form-group--nest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap; }
  .form-group--nest .ps-btn {
    border-radius: 0 4px 4px 0;
    padding-left: 25px;
    padding-right: 25px; }
  .form-group--nest input {
    border-radius: 4px 0 0 4px;
    border-color: #ccc;
    border-right: none; }

.form-group--icon {
  position: relative; }
  .form-group--icon button {
    right: 10px;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: none;
    border: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    .form-group--icon button i:before {
      font-size: 20px; }
  .form-group--icon .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; }

.ps-dropdown {
  position: relative;
  display: inline-block; }
  .ps-dropdown > a {
    position: relative;
    display: block;
    padding-right: 20px; }
    .ps-dropdown > a:after {
      content: "\e93a";
      font: normal normal normal 12px/1 linearicons;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 0; }
  .ps-dropdown ul {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 100;
    min-width: 120px;
    max-width: 200px;
    width: 100%;
    padding: 4px 0;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px 2px rgba(204, 204, 204, 0.2);
    box-shadow: 0 1px 1px 2px rgba(204, 204, 204, 0.2);
    visibility: hidden;
    opacity: 0;
    text-align: left; }
    .ps-dropdown ul li {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      .ps-dropdown ul li a {
        display: block;
        font-size: 1.3rem;
        color: #222;
        padding: 6px 10px; }
  .ps-dropdown:hover ul {
    visibility: visible;
    opacity: 1; }
  .ps-dropdown.open ul {
    visibility: visible;
    opacity: 1; }

.select2 {
  display: block;
  min-width: 100%; }
  .select2 .select2-selection--single {
    height: auto;
    outline: none;
    border-radius: 0; }
    .select2 .select2-selection--single .select2-selection__rendered {
      line-height: 20px;
      padding: 10px 20px; }
    .select2 .select2-selection--single .select2-selection__arrow {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 10px;
      width: 20px;
      height: 20px; }
      .select2 .select2-selection--single .select2-selection__arrow:before {
        content: '\f107';
        font-family: FontAwesome;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .select2 .select2-selection--single .select2-selection__arrow b {
        display: none; }
  .select2 .select2-selection--multiple {
    min-height: 0;
    border: none !important; }
    .select2 .select2-selection--multiple .select2-selection__rendered {
      margin-bottom: 0;
      padding: 0;
      padding-left: 10px;
      vertical-align: top; }
      .select2 .select2-selection--multiple .select2-selection__rendered input {
        margin-top: 0;
        height: 40px;
        padding: 0 10px; }
      .select2 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
        line-height: 20px;
        margin-right: 10px;
        margin-top: 10px; }

.select2-container .select2-dropdown {
  border-color: #ccc; }

.select2-container .select2-results li {
  color: #222;
  font-size: 16px;
  padding: 6px 16px;
  background-color: transparent; }
  .select2-container .select2-results li.select2-results__option--highlighted {
    background-color: #e10000; }

.form-group--inside {
  position: relative; }
  .form-group--inside button {
    right: 10px;
    border: none;
    color: #ce873a;
    background-color: transparent;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    .form-group--inside button:hover {
      color: #ab6d2a; }

.ps-color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #bbb;
  width: 100%;
  cursor: pointer; }
  .ps-color .ps-color__swatch {
    display: inline-block;
    margin-right: 10px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    vertical-align: middle; }
  .ps-color .ps-color__left i {
    font-size: 14px;
    color: #999;
    font-style: normal; }
  .ps-color .ps-color__right i {
    color: #eaeaea; }
  .ps-color.black .ps-color__swatch {
    background-color: #000; }
  .ps-color.blue .ps-color__swatch {
    background-color: #70849d; }
  .ps-color.gold .ps-color__swatch {
    background-color: #cc9900; }
  .ps-color.nude .ps-color__swatch {
    background-color: #cfa58f; }
  .ps-color.orange .ps-color__swatch {
    background-color: #cc6600; }
  .ps-color.red .ps-color__swatch {
    background-color: #990000; }
  .ps-color.active .ps-color__right i {
    color: #222; }
    .ps-color.active .ps-color__right i:before {
      content: '\e999'; }

.ps-variant {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  z-index: 10;
  /*border: 1px solid #999;*/
  cursor: pointer; }
  .ps-variant__tooltip {
    position: absolute;
    bottom: 100%;
    left: 50%;
    padding: 5px 10px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 2px;
    color: #ffffff;
    font-size: 12px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    visibility: hidden;
    opacity: 0; }
    .ps-variant__tooltip:before {
      content: '';
      position: absolute;
      top: 100%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      height: 0;
      width: 0;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 6px solid #000; }
  .ps-variant:last-child {
    margin-right: 0; }
  .ps-variant.ps-variant--size {
    position: relative;
    vertical-align: top;
    border: none;
    background-color: #f1f1f1;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease; }
    .ps-variant.ps-variant--size .ps-variant__size {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #999;
      font-size: 12px; }
    .ps-variant.ps-variant--size.active .ps-variant__size {
      color: #222; }
    .ps-variant.ps-variant--size:hover {
      background-color: #e10000; }
      .ps-variant.ps-variant--size:hover .ps-variant__size {
        color: #ffffff; }
  .ps-variant.ps-variant--color {
    border: 1px solid #ccc; }
    .ps-variant.ps-variant--color:before {
      content: '';
      width: 14px;
      height: 14px;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .ps-variant.ps-variant--color.color--1:before {
      background-color: #70849d; }
    .ps-variant.ps-variant--color.color--2:before {
      background-color: #cfa58f; }
    .ps-variant.ps-variant--color.color--3:before {
      background-color: #F06292; }
  .ps-variant.ps-variant--image img {
    border-radius: 50%;
    max-width: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .ps-variant:hover .ps-variant__tooltip {
    visibility: visible;
    opacity: 1; }
  .ps-variant.active:before {
    border-color: #000; }
  .ps-variant.active .ps-variant__tooltip {
    visibility: visible;
    opacity: 1; }

.ps-post__thumbnail {
  position: relative;
  overflow: hidden; }
  .ps-post__thumbnail img {
    width: 100%;
    max-width: 100%;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease; }
  .ps-post__thumbnail .ps-post__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10; }

.ps-post .ps-post__title {
  display: block;
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 600;
  color: #222; }
  .ps-post .ps-post__title:hover {
    color: #e10000;
    text-decoration: underline; }

.ps-post .ps-post__meta {
  margin-bottom: 0;
  font-size: 14px; }
  .ps-post .ps-post__meta a {
    color: #e10000;
    font-size: 14px;
    margin-right: 10px;
    font-weight: 600; }

.ps-post .ps-post__content {
    padding-top: 10px;
}

.ps-post:hover .ps-post__thumbnail img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05); }

.ps-post:hover .ps-post__thumbnail .ps-post__overlay {
  background-color: rgba(0, 0, 0, 0.25); }

.ps-post--list {
  position: relative; }
  .ps-post--list .ps-post__title {
    font-size: 18px; }
  .ps-post--list .ps-post__content {
    position: relative;
    text-align: center; }
    .ps-post--list .ps-post__content > p {
      font-size: 14px; }
  @media (min-width: 768px) {
    .ps-post--list .ps-post__title {
      font-size: 30px;
      line-height: 1.2em; }
    .ps-post--list .ps-post__content > p {
      margin-bottom: 40px;
      font-size: 16px; }
    .ps-post--list .ps-post__content .ps-post__meta {
      margin-bottom: 30px;
      font-size: 14px; } }
  @media (min-width: 992px) {
    .ps-post--list .ps-post__content {
      position: relative;
      max-width: 66.6667%;
      top: -50px;
      margin: 0 auto -50px;
      padding: 30px 50px;
      z-index: 20;
      background-color: #fff; } }
  @media (min-width: 1200px) {
    .ps-post--list .ps-post__content {
      padding: 30px 100px; } }

.ps-post--sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap; }
  .ps-post--sidebar .ps-post__title {
    font-size: 18px;
    font-weight: 600;
    color: #000; }
  .ps-post--sidebar .ps-post__thumbnail {
    max-width: 100px; }
  .ps-post--sidebar .ps-post__content {
    padding-left: 20px; }
    .ps-post--sidebar .ps-post__content p {
      color: #e10000; }
  @media (max-width: 479px) {
    .ps-post--sidebar .ps-post__thumbnail {
      max-width: 75px; } }

.ps-post--detail {
  padding-bottom: 60px;
  border-bottom: 1px solid #eaeaea; }
  .ps-post--detail h4 {
    font-size: 18px; }
  .ps-post--detail .ps-post__text {
    max-width: 800px;
    margin: 0 auto 60px; 
text-align:justify}
  .ps-post--detail .ps-post__tags span {
    margin-right: 10px; }
  .ps-post--detail .ps-post__tags a {
    color: #777;
    font-size: 16px; }
    .ps-post--detail .ps-post__tags a:after {
      content: ',';
      padding-right: 6px; }
    .ps-post--detail .ps-post__tags a:hover {
      color: #e10000; }
    .ps-post--detail .ps-post__tags a:first-child {
      margin-left: 10px; }
    .ps-post--detail .ps-post__tags a:last-child:after {
      display: none; }
  .ps-post--detail .ps-post__sharing a {
    margin-right: 10px;
    color: #777777;
    font-size: 16px; }
    .ps-post--detail .ps-post__sharing a:first-child {
      margin-left: 10px; }
    .ps-post--detail .ps-post__sharing a:last-child {
      margin-right: 0; }
    .ps-post--detail .ps-post__sharing a:hover {
      color: #e10000; }
  .ps-post--detail .ps-post__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0; }
    .ps-post--detail .ps-post__author .ps-post__author-img {
      max-width: 70px; }
    .ps-post--detail .ps-post__author figure {
      padding-left: 20px; }
      .ps-post--detail .ps-post__author figure figcaption {
        margin-bottom: 10px;
        font-weight: 700;
        font-size: 18px;
        line-height: 1em;
        color: #222; }
      .ps-post--detail .ps-post__author figure p {
        margin-bottom: 0;
        font-size: 16px; }
  .ps-post--detail .ps-post__meta span {
    margin-right: 30px;
    color: #999999;
    font-size: 15px; white-space: nowrap;}
    .ps-post--detail .ps-post__meta span a {
      font-size: inherit;
      color: #222; }
      .ps-post--detail .ps-post__meta span a:hover {
        color: #e10000; }
    .ps-post--detail .ps-post__meta span:last-child {
      margin-right: 0; }
  .ps-post--detail .ps-post__header {
    text-align: center;
    max-width: 800px;
	  padding-top: 100px;
    margin: 0 auto 40px;
}
    .ps-post--detail .ps-post__header small {
      display: inline-block;
      margin-bottom: 10px;
      font-size: 14px;
      font-weight: 700;
      color: #e10000; }
    .ps-post--detail .ps-post__header h2 {
      font-size: 24px; }
  .ps-post--detail .ps-post__content h4 {
    margin-bottom: 20px;
    line-height: 1.6em; }
  .ps-post--detail .ps-post__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    margin-bottom: 20px; }
    .ps-post--detail .ps-post__footer p {
      margin-bottom: 0;
      color: #222;
      font-size: 14px; }
  @media (min-width: 768px) {
    .ps-post--detail .ps-post__meta span {
      font-size: 15px; }
    .ps-post--detail h4 {
      font-size: 18px; }
    .ps-post--detail .ps-post__text:not(.ps-post__author) {
      margin: 0 auto 95px; }
      .ps-post--detail .ps-post__text:not(.ps-post__author).ps-post__footer {
        margin-bottom: 60px; }
    .ps-post--detail .ps-post__footer {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .ps-post--detail .ps-post__footer p {
        font-size: 16px; }
    .ps-post--detail .ps-post__header h2 {
      font-size: 36px; } }
  @media (min-width: 992px) {
    .ps-post--detail {
      padding-bottom: 100px; }
      .ps-post--detail .ps-post__header {
        margin-bottom: 60px; }
        .ps-post--detail .ps-post__header h2 {
          margin-bottom: 20px;
          font-size: 48px; }
      .ps-post--detail .ps-post__content p {
        margin-bottom: 40px; }
      .ps-post--detail .ps-post__footer {
        margin-bottom: 60px; } }

.ps-portfolio--detail {
  padding: 60px 0; }
  .ps-portfolio--detail .ps-portfolio__shop {
    margin: 60px 0;
    font-size: 18px;
    text-transform: capitalize; }
  .ps-portfolio--detail .ps-portfolio__header {
    margin: 0 auto 60px;
    text-align: center; }
    .ps-portfolio--detail .ps-portfolio__header h3 {
      margin-bottom: 60px;
      font-size: 24px; }
  .ps-portfolio--detail .ps-portfolio__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eaeaea; }
    .ps-portfolio--detail .ps-portfolio__meta p {
      margin-bottom: 0;
      color: #222; }
      .ps-portfolio--detail .ps-portfolio__meta p:last-child a {
        margin-right: 20px;
        color: #999; }
        .ps-portfolio--detail .ps-portfolio__meta p:last-child a:first-child {
          margin-left: 20px; }
        .ps-portfolio--detail .ps-portfolio__meta p:last-child a:last-child {
          margin-right: 0; }
        .ps-portfolio--detail .ps-portfolio__meta p:last-child a:hover {
          color: #e10000; }
  .ps-portfolio--detail .ps-portfolio__content {
    max-width: 960px;
    margin: 0 auto; }
    .ps-portfolio--detail .ps-portfolio__content p {
      font-size: 14px; }
  .ps-portfolio--detail .ps-portfolio__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 60px; }
    .ps-portfolio--detail .ps-portfolio__footer .ps-portfolio__navigate {
      font-size: 18px;
      color: #999;
      vertical-align: middle; }
      .ps-portfolio--detail .ps-portfolio__footer .ps-portfolio__navigate i {
        vertical-align: middle; }
      .ps-portfolio--detail .ps-portfolio__footer .ps-portfolio__navigate span {
        vertical-align: middle; }
      .ps-portfolio--detail .ps-portfolio__footer .ps-portfolio__navigate.prev i {
        margin-right: 10px; }
      .ps-portfolio--detail .ps-portfolio__footer .ps-portfolio__navigate.next i {
        margin-left: 10px; }
    .ps-portfolio--detail .ps-portfolio__footer .grid {
      font-size: 40px; }
  @media (min-width: 992px) {
    .ps-portfolio--detail .ps-portfolio__footer .ps-portfolio__navigate {
      font-size: 24px; }
    .ps-portfolio--detail .ps-portfolio__shop {
      margin: 100px 0;
      font-size: 24px; }
    .ps-portfolio--detail .ps-portfolio__content p {
      font-size: 16px; }
    .ps-portfolio--detail .ps-portfolio__footer {
      padding-top: 100px; } }
  @media (min-width: 1200px) {
    .ps-portfolio--detail {
      padding: 100px 0; }
      .ps-portfolio--detail .ps-portfolio__header {
        margin: 0 auto 90px; }
        .ps-portfolio--detail .ps-portfolio__header h3 {
          margin-bottom: 80px;
          font-size: 36px; }
      .ps-portfolio--detail .ps-portfolio__meta {
        margin-bottom: 100px; } }
  @media (min-width: 1600px) {
    .ps-portfolio--detail .ps-portfolio__header {
      max-width: 1520px;
      margin: 0 auto 105px; } }

.ps-pagination li {
  display: inline-block;
  vertical-align: top; }
  .ps-pagination li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px; }
    .ps-pagination li a span {
      position: relative;
      font-weight: 500;
      color: #222;
      font-size: 16px; }
      .ps-pagination li a span:before {
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 1px;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
        visibility: hidden;
        opacity: 0;
        background-color: #222; }
    .ps-pagination li a:hover span:before {
      visibility: visible;
      opacity: 1; }
  .ps-pagination li.active a span:before {
    visibility: visible;
    opacity: 1; }
  .ps-pagination li.ps-pagination__next {
    border-radius: 50%;
    border: 1px solid #bbb; }
    .ps-pagination li.ps-pagination__next:hover {
      border-color: #e10000; }

.ps-breadcrumb li {
  position: relative;
  display: inline-block;
  color: #222;
  font-size: 14px; }
  .ps-breadcrumb li:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #bbb;
    margin: 0 10px; }
  .ps-breadcrumb li a {
    color: #999;
    font-size: 14px; }
    .ps-breadcrumb li a:hover {
      color: #222; }
  .ps-breadcrumb li:first-child:before {
    display: none; }

.ps-block--instagram img {
  width: 100%; }

.ps-block--instagram a {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .ps-block--instagram a i {
    color: #ffffff;
    font-size: 20px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease; }

.ps-block--instagram:hover a {
  background-color: rgba(0, 0, 0, 0.5); }
  .ps-block--instagram:hover a i {
    visibility: visible;
    opacity: 1; }

.ps-block--collection {
  position: relative;
  margin-bottom: 30px;
  padding: 50px 30px 30px;
  height: 200px;
  z-index: 10;
  text-align: center;
  overflow: hidden; }
  .ps-block--collection a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    -webkit-transition: all .75s ease;
    -o-transition: all .75s ease;
    transition: all .75s ease; }
  .ps-block--collection p {
    position: relative;
    z-index: 30;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.4em;
    color: #999999; }
  .ps-block--collection h5 {
    margin-bottom: 0;
    position: relative;
    z-index: 30;
    font-size: 30px;
    font-weight: 700;
    color: #222; }
  .ps-block--collection:hover .ps-block__overlay {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -moz-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    -o-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  .ps-block--collection.color p {
    text-transform: uppercase; }
  .ps-block--collection.color.orange p {
    color: #e10000; }
  .ps-block--collection.color.green p {
    color: #86c178; }
  .ps-block--collection.color.pink p {
    color: #f18cb9; }
  .ps-block--collection.color.cyan p {
    color: #87bbd6; }
  .ps-block--collection.left {
    text-align: left; }
  @media (min-width: 768px) {
    .ps-block--collection {
      margin-bottom: 0;
      height: 250px; } }
  @media (min-width: 1200px) {
    .ps-block--collection {
      height: 400px; }
      .ps-block--collection.left {
        padding: 50px; } }

.ps-block--collection-2 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .ps-block--collection-2 h4 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.05em; }
  .ps-block--collection-2 h4 > a {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.05em; }
  .ps-block--collection-2 p {
    font-size: 14px; }
  .ps-block--collection-2 .ps-block__thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    z-index: 1; 
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }

  .ps-block--collection-2 .ps-block__thumbnail:hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    z-index: 1; 
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%); }
 
  .ps-block--collection-2 .ps-block__content {
    position: relative;
    z-index: 10;
    max-width: 200px; }
  .ps-block--collection-2.left {
    padding-left: 30px; }
  .ps-block--collection-2.center {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .ps-block--collection-2.center p {
      color: #ffffff; }
    .ps-block--collection-2.center h4 {
      color: #ffffff; }
    .ps-block--collection-2.center h4 > a {
      color: #ffffff; }
    .ps-block--collection-2.center .ps-link--under {
      color: #ffffff; }
      .ps-block--collection-2.center .ps-link--under:before {
        background-color: #fff; }
      .ps-block--collection-2.center .ps-link--under:hover {
        color: #e10000; }
        .ps-block--collection-2.center .ps-link--under:hover:before {
          background-color: #e10000; }
  .ps-block--collection-2.right {
    padding-right: 30px;
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  @media (min-width: 768px) {
    .ps-block--collection-2.right {
      padding-right: 60px; } }
  @media (min-width: 992px) {
    .ps-block--collection-2 h4 {
      font-size: 24px; } }
  @media (min-width: 1200px) {
    .ps-block--collection-2 h4 {
      margin-bottom: 60px;
      font-size: 48px; }
    .ps-block--collection-2 p {
      font-size: 16px; }
    .ps-block--collection-2 .ps-block__content {
      max-width: 240px; }
    .ps-block--collection-2.left {
      padding-left: 60px;
      text-align: right; } }

.ps-block--box-icon {
  position: relative;
  padding-left: 40px; }
  .ps-block--box-icon > i {
    position: absolute;
    top: 0;
    left: 0;
    color: #e10000;
    font-size: 24px; }
  .ps-block--box-icon figcaption {
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: 0;
    font-weight: 700;
    color: #222;
    margin-bottom: 0;
    text-transform: uppercase; }
  .ps-block--box-icon p {
    margin-bottom: 0;
    line-height: 1.2em;
    font-size: 12px; }
  @media (min-width: 768px) {
    .ps-block--box-icon p {
      font-size: 15px; } }

.ps-block--last-change {
  position: relative;
  z-index: 10;
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .ps-block--last-change > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    z-index: 1; }
  .ps-block--last-change small {
    display: block;
    margin-bottom: 6px;
    color: #e10000;
    font-size: 12px;
    text-transform: uppercase; }
  .ps-block--last-change h4 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px; }
  .ps-block--last-change p {
    margin-bottom: 40px;
    font-size: 14px;
    color: #222; }
  .ps-block--last-change .ps-block__content {
    position: relative;
    z-index: 10;
    max-width: 240px; }
  @media (min-width: 992px) {
    .ps-block--last-change {
      padding: 0 50px; }
      .ps-block--last-change h4 {
        font-size: 48px; }
      .ps-block--last-change p {
        font-size: 16px; }
      .ps-block--last-change .ps-product__content {
        margin-left: auto;
        margin-right: 0;
        max-width: 345px; } }
  @media (min-width: 1200px) {
    .ps-block--last-change {
      padding: 0 90px; } }

.ps-block--category {
  text-align: center;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  padding-top: 30px; }
  .ps-block--category p {
    color: #999999;
    font-size: 12px;
    text-transform: uppercase; }
  .ps-block--category .ps-block__thumbnail {
    position: relative;
    min-height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .ps-block--category .ps-block__thumbnail a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 10; }
 
.ps-block--category .ps-block__content {
    padding: 30px; }
.ps-block--category .ps-block__content a {
      font-size: 24px;
      font-weight: 700;
      color: #222; }
.ps-block--category .ps-block__content a:hover {
        color: #e10000; }

.ps-block--category:hover {
    background-color: #fff; }

.ps-block--portfolio .ps-block__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10; }

.ps-block--portfolio .ps-block__thumbnail {
    position: relative;
}


.ps-block--portfolio .ps-block__content {
  padding-top: 20px;
  padding-bottom: 55px; }
  .ps-block--portfolio .ps-block__content > a {
    display: block;
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 700;
    color: #222; }
    .ps-block--portfolio .ps-block__content > a:hover {
      color: #e10000; }
  .ps-block--portfolio .ps-block__content p {
    margin-bottom: 0;
    font-size: 16px;
    color: #999; }

.ps-block--portfolio:hover .ps-block__overlay {
  background-color: rgba(0, 0, 0, 0.5); }

@media (min-width: 992px) {
  .ps-block--portfolio .ps-block__content > a {
    font-size: 24px; } }

.ps-block--portfolio-2 {
  position: relative; }
  .ps-block--portfolio-2 img {
    width: 100%; }
  .ps-block--portfolio-2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease; }
  .ps-block--portfolio-2 h4 {
    line-height: 1.1em;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700; }
  .ps-block--portfolio-2 p {
    font-size: 16px;
    color: #ffffff; }
  .ps-block--portfolio-2 .ps-block__arrow {
    position: absolute;
    top: 30px;
    right: 35px;
    color: #ffffff;
    font-size: 30px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 20;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  .ps-block--portfolio-2 .ps-block__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    z-index: 21; }
  .ps-block--portfolio-2 .ps-block__content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 30px;
    z-index: 20;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    visibility: hidden;
    opacity: 0; }
  .ps-block--portfolio-2:hover:before {
    background-color: rgba(0, 0, 0, 0.4); }
  .ps-block--portfolio-2:hover .ps-block__arrow {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  .ps-block--portfolio-2:hover .ps-block__content {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  @media (min-width: 768px) {
    .ps-block--portfolio-2 h4 {
      font-size: 30px; } }
  @media (min-width: 992px) {
    .ps-block--portfolio-2 .ps-block__content {
      padding: 20px 50px; } }

.ps-block--portfolio--carousel {
  position: relative; }
  .ps-block--portfolio--carousel p {
    margin-bottom: 0;
    font-size: 16px;
    color: #999; }
  .ps-block--portfolio--carousel a {
    display: block;
    font-size: 24px;
    color: #222;
    font-weight: 700; }
    .ps-block--portfolio--carousel a:hover {
      color: #e10000; }
  .ps-block--portfolio--carousel .ps-block__content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 15px; }
  @media (min-width: 768px) {
    .ps-block--portfolio--carousel .ps-block__content {
      padding: 50px 30px; } }

.ps-block--leadership {
  position: relative; }
  .ps-block--leadership figure {
    width: 100%;
    padding-top: 10px;
    background-color: #fff; }
    .ps-block--leadership figure figcaption {
      font-size: 16px;
      color: #222;
      font-weight: 600; }
    .ps-block--leadership figure p {
    margin-bottom: 0;
    font-size: 12px;
    text-transform: uppercase;
}
  .ps-block--leadership .ps-section__header h3 {
    margin-bottom: 0;
    font-size: 60px; }
  @media (min-width: 768px) {
    .ps-block--leadership figure figcaption {
      font-size: 18px; } }
  @media (min-width: 1200px) {
    .ps-block--leadership figure {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 71%; } }

.ps-block--comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin-bottom: 3rem; }
  .ps-block--comment > * {
    width: 100%; }
  .ps-block--comment > .ps-block__thumbnail {
    max-width: 70px; }
  .ps-block--comment > .ps-block__content {
    padding-bottom: 3rem;
    padding-left: 2rem; }
    .ps-block--comment > .ps-block__content h5 {
      margin-bottom: 1rem;
      font-size: 16px;
      font-weight: 600;
      color: #222; }
      .ps-block--comment > .ps-block__content h5 span {
        color: #999; }
    .ps-block--comment > .ps-block__content small {
      display: block;
      font-family: "CooperBlack", serif;
      margin-bottom: 2rem;
      font-size: 1.0rem;
      color: #ccc;
      font-style: italic; }
      .ps-block--comment > .ps-block__content small a {
        font-family: "PPRadioGrotesk", "Roboto";
        font-style: normal;
        color: #222;
        float: right;
        text-transform: uppercase; }
        .ps-block--comment > .ps-block__content small a:hover {
          color: #e10000; }
    .ps-block--comment > .ps-block__content .ps-btn {
      font-size: 1.2rem;
      text-transform: uppercase;
      font-weight: 600;
      padding: .5rem 1.5rem; }
    .ps-block--comment > .ps-block__content > .ps-block__reply {
      margin-top: 3rem;
      padding-top: 3rem;
      border-top: 1px solid #d9d9d9; }
    .ps-block--comment > .ps-block__content > .ps-block--comment:first-child {
      margin-top: 3rem; }
    .ps-block--comment > .ps-block__content > .ps-block--comment:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: none; }
      .ps-block--comment > .ps-block__content > .ps-block--comment:last-child > .ps-block__content {
        margin-bottom: 0;
        padding-bottom: 0;
        border: none; }
  .ps-block--comment:last-child > .ps-block__content {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0; }
  .ps-block--comment.ps-block--comment-review p {
    font-size: 16px; }
  .ps-block--comment.ps-block--comment-review .br-wrapper .br-widget a {
    font-size: 12px; }
    .ps-block--comment.ps-block--comment-review .br-wrapper .br-widget a.br-selected:after {
      color: #FFCE1E; }
  @media (max-width: 570px) {
    .ps-block--comment {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
      .ps-block--comment > .ps-block__thumbnail {
        margin-bottom: 3rem; }
      .ps-block--comment > .ps-block__content {
        padding-left: 0; }
        .ps-block--comment > .ps-block__content .ps-block--comment {
          margin-left: 5rem; } }

.ps-block--checkout-total {
  max-width: 370px; }
  .ps-block--checkout-total h5 {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #222; }
  .ps-block--checkout-total .select2 .select2-selection {
    border-color: #eaeaea; }
    .ps-block--checkout-total .select2 .select2-selection .select2-selection__rendered {
      border-color: #eaeaea;
      font-size: 14px; }
  .ps-block--checkout-total .ps-radio {
    margin-bottom: 10px; }
    .ps-block--checkout-total .ps-radio > label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      color: #999;
      font-size: 14px; }
  .ps-block--checkout-total .ps-block__shipping {
    padding-bottom: 20px; }
  .ps-block--checkout-total .ps-block__caculate {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eaeaea; }
    .ps-block--checkout-total .ps-block__caculate h5 {
      position: relative;
      margin-bottom: 20px;
      padding-bottom: 5px; }
      .ps-block--checkout-total .ps-block__caculate h5:after {
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 2px;
        border-radius: 4px;
        background-color: #222; }
    .ps-block--checkout-total .ps-block__caculate button {
      width: 100%;
      text-align: center;
      font-size: 12px;
      letter-spacing: .1em;
      color: #222;
      background-color: #e4e4e4; }
      .ps-block--checkout-total .ps-block__caculate button:hover {
        color: #fff;
        background-color: #e10000; }
  .ps-block--checkout-total .ps-block__total h3 {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 600;
    color: #222; }
    .ps-block--checkout-total .ps-block__total h3 span {
      font-weight: inherit; }
  .ps-block--checkout-total .ps-block__top {
    padding: 30px;
    border: 1px solid #eaeaea; }
    .ps-block--checkout-total .ps-block__top h4 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 30px;
      padding-bottom: 30px;
      font-size: 14px;
      font-weight: 600;
      line-height: 1em;
      color: #222;
      border-bottom: 1px solid #eaeaea; }
      .ps-block--checkout-total .ps-block__top h4 span {
        font-weight: inherit; }
  .ps-block--checkout-total .ps-block__bottom .ps-btn {
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: .1em; }

.ps-block--shoppable {
  position: relative; }
  .ps-block--shoppable .ps-block__circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    background-color: #e10000;
    color: #ffffff; }
  .ps-block--shoppable .ps-block__content {
    position: absolute;
    z-index: 200;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .ps-block--shoppable .ps-block__product {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: 20px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 200;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
    max-width: 350px;
    min-width: 300px;
    -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    display: none; }
    .ps-block--shoppable .ps-block__product:before {
      content: '';
      position: absolute;
      bottom: 100%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      height: 0;
      width: 0;
      border-bottom: 10px solid #fff;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent; }
    .ps-block--shoppable .ps-block__product p {
      color: #222;
      font-size: 16px;
      font-weight: 600; }
    .ps-block--shoppable .ps-block__product span {
      display: block;
      color: #999;
      margin-bottom: 10px; }
    .ps-block--shoppable .ps-block__product .ps-block__image {
      position: relative;
      z-index: 10;
      display: block;
      min-width: 120px;
      max-width: 120px; }
    .ps-block--shoppable .ps-block__product figure {
      padding: 15px; }
  .ps-block--shoppable .ps-block__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #fff; }

.ps-block--checkout-action {
  max-width: 370px;
  margin: 0 auto 10px; }
  .ps-block--checkout-action .lost-password {
    text-decoration: underline; }
  .ps-block--checkout-action .ps-list--social li a {
    border-radius: 0;
    min-width: 85px;
    height: 50px;
    border: none; }
  .ps-block--checkout-action .ps-block__header {
    cursor: pointer; }
    .ps-block--checkout-action .ps-block__header span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 0 auto;
      padding: 12px 25px;
      width: 100%;
      max-width: 370px;
      color: #bbb;
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      background-color: #f4f4f4;
      border: 2px solid #eaeaea; }.ps-block--checkout-action .ps-block__header span:hover{border: 2px solid black; color:black;}
  .ps-block--checkout-action .ps-block__content {
    display: none;
    margin-top: 30px;
    padding: 20px;
    border: 1px solid #d3ced2; }

.ps-block--checkout-order figure {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eaeaea; }
  .ps-block--checkout-order figure figcaption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 400; }
    .ps-block--checkout-order figure figcaption strong {
      font-size: 12px;
      text-transform: uppercase;
      color: #bbb; }

.ps-block--checkout-order .ps-block__items a {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%; }
  .ps-block--checkout-order .ps-block__items a strong span {
    color: #999;
    margin-left: 10px; }
  .ps-block--checkout-order .ps-block__items a small {
    font-size: 14px; }

.ps-block--checkout-order .ps-block__shipping {
  padding-bottom: 10px;
  margin-bottom: 10px; }

.ps-block--checkout-order .ps-block__content {
  padding: 20px 40px;
  border: 2px solid #eaeaea; }

.ps-block--checkout-order .ps-block__payment-methods .ps-radio {
  margin-bottom: 10px; }
  .ps-block--checkout-order .ps-block__payment-methods .ps-radio > label {
    color: #222; }

.ps-block--checkout-order .ps-block__payment-methods p {
  margin-top: 20px;
  font-size: 16px; }
  .ps-block--checkout-order .ps-block__payment-methods p a {
    color: #222; }
    .ps-block--checkout-order .ps-block__payment-methods p a:hover {
      color: #e10000; }

.ps-block--checkout-order .ps-block__footer button {
  height: 60px; }

.ps-panel--sidebar {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 470px;
  height: 100vh;
  overflow-y: auto;
  z-index: 10001;
  background-color: #fff;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  border-left: 1px solid #eaeaea;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0s;
  transition: -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0s;
  -o-transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0s;
  transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0s;
  transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0s; }
  .ps-panel--sidebar .ps-panel__close {
    font-size: 30px;
    color: #999; }
  .ps-panel--sidebar .ps-panel__header {
    position: relative;
    padding: 20px 30px 0; }
  .ps-panel--sidebar .ps-panel__content {
    padding: 30px; }
  .ps-panel--sidebar.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  @media (min-width: 768px) {
    .ps-panel--sidebar .ps-panel__close {
      font-size: 40px; }
    .ps-panel--sidebar .ps-panel__header {
      padding: 20px 30px 0; }
    .ps-panel--sidebar .ps-panel__content {
      padding: 50px; } }

#navigation-mobile .ps-panel__content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.widget_footer .widget-title {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.widget_shop .widget-title {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 1em; }

.widget_shop .ps-product--sidebar {
  margin-bottom: 15px; }

@media (min-width: 1200px) {
  .widget_shop .widget-title {
    margin-bottom: 50px;
    font-size: 30px; } }

.widget_active-filters .widget__content a {
  display: block;
  margin-bottom: 5px;
  line-height: 1.8em;
  color: #999999; }
  .widget_active-filters .widget__content a i {
    margin-right: 5px; }
  .widget_active-filters .widget__content a:hover {
    color: #222; }

.widget_shop-filter .ps-slider {
  display: block;
  margin-bottom: 10px;
  margin-left: 10px;
  height: 5px;
  background-color: #cecece;
  position: relative;
  borde-radius: 0;
  border: none; }

.widget_shop-filter .ui-slider-range {
  top: 0;
  left: 0;
  height: 100%;
  background-color: #e10000;
  borde-radius: 0;
  border: none; }

.widget_shop-filter .ui-slider-handle {
  display: inline-block;
  top: 50%;
  height: 15px;
  width: 15px;
  outline: none;
  cursor: pointer;
  background-color: #fff;
  border: none;
  -webkit-box-shadow: 0 0 5px 2px rgba(204, 204, 204, 0.3);
  box-shadow: 0 0 5px 2px rgba(204, 204, 204, 0.3);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  borde-radius: 50%; }

.widget_shop-filter .ps-slider__meta {
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 20px;
  color: #999;
  font-size: 14px;
  text-transform: uppercase; }
  .widget_shop-filter .ps-slider__meta span {
    margin-left: 5px;
    margin-right: 5px; }

.widget_shop-filter .ps-filter__btn {
  background-color: #888888;
  color: #fff; }
  .widget_shop-filter .ps-filter__btn:hover {
    background-color: #222222; }

.widget_shop-filter .widget__colors {
  padding-top: 30px; }
  .widget_shop-filter .widget__colors .ps-color {
    margin-bottom: 25px; }

@media (min-width: 1200px) {
  .widget_shop-filter .widget__colors {
    padding-top: 60px; } }

.widget_blog .widget-title {
  margin-bottom: 27px;
  font-size: 24px;
  line-height: 1em; }

.widget_blog.widget_categories .ps-list--under li a {
  font-size: 14px; }

.widget_tags a {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 6px 12px;
  line-height: 16px;
  font-size: 10px;
  color: #bbbbbb;
  vertical-align: top;
  text-transform: uppercase;
  border: 1px solid #eaeaea; }
  .widget_tags a:hover {
    color: #222;
    border-color: #000; }

.widget_our-benifits .ps-block--box-icon:not(:last-child) {
  margin-bottom: 30px; }

.slick-slider .slick-slide {
  outline: none;
  -webkit-box-shadow: 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 rgba(0, 0, 0, 0); }
  .slick-slider .slick-slide:focus, .slick-slider .slick-slide:active, .slick-slider .slick-slide:hover {
    outline: none; }

.owl-carousel {
  position: relative; }
  .owl-carousel .owl-item img {
    width: auto; }

.ps-carousel--nav {
  position: relative;
  z-index: 10; }
  .ps-carousel--nav .owl-nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 20;
    width: 100%;
    height: 0;
    display: none; }
    .ps-carousel--nav .owl-nav > * {
      display: inline-block;
      position: relative;
      vertical-align: top;
      width: 50px;
      height: 50px;
      background-color: transparent;
      -webkit-transition: all .4s ease;
      -o-transition: all .4s ease;
      transition: all .4s ease;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      .ps-carousel--nav .owl-nav > * i {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 30px;
        color: #222; }
      .ps-carousel--nav .owl-nav > *:hover {
        -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
        background-color: #ffffff; }
    .ps-carousel--nav .owl-nav .owl-prev {
      margin-left: 40px; }
    .ps-carousel--nav .owl-nav .owl-next {
      float: right;
      margin-right: 40px; }
  .ps-carousel--nav .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center; }
    .ps-carousel--nav .owl-dots .owl-dot {
      display: inline-block;
      width: 10px;
      height: 10px;
      margin-right: 8px;
      border: 1px solid #bebebe;
      background-color: transparent;
      border-radius: 50%; }
      .ps-carousel--nav .owl-dots .owl-dot:last-child {
        margin-right: 0; }
      .ps-carousel--nav .owl-dots .owl-dot.active {
        background-color: #000;
        border-color: #000; }
  .ps-carousel--nav.inside .owl-nav {
    z-index: 20;
    height: 0; }
    .ps-carousel--nav.inside .owl-nav > * {
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
  .ps-carousel--nav.inside .owl-prev {
    margin-left: 3rem; }
    .ps-carousel--nav.inside .owl-prev i {
      padding-right: 5px; }
  .ps-carousel--nav.inside .owl-next {
    float: right;
    margin-right: 3rem; }
    .ps-carousel--nav.inside .owl-next i {
      padding-left: 5px; }
  @media (min-width: 1200px) {
    .ps-carousel--nav .owl-nav {
      display: block; } }

.ps-carousel--dots .owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 0; }
  .ps-carousel--dots .owl-nav > * {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    .ps-carousel--dots .owl-nav > *:before, .ps-carousel--dots .owl-nav > *:after {
      content: '';
      display: block;
      width: 50%;
      height: 1px;
      position: absolute;
      top: 50%;
      background-color: #fff;
      -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
      transform-origin: 0 0; }
    .ps-carousel--dots .owl-nav > *:hover:before, .ps-carousel--dots .owl-nav > *:hover:after {
      background-color: #e10000; }
  .ps-carousel--dots .owl-nav .owl-prev:before, .ps-carousel--dots .owl-nav .owl-prev:after {
    left: 50%; }
  .ps-carousel--dots .owl-nav .owl-prev:before {
    -webkit-transform: translate(-50%, -50%) rotate(-50deg);
    -moz-transform: translate(-50%, -50%) rotate(-50deg);
    -ms-transform: translate(-50%, -50%) rotate(-50deg);
    -o-transform: translate(-50%, -50%) rotate(-50deg);
    transform: translate(-50%, -50%) rotate(-50deg); }
  .ps-carousel--dots .owl-nav .owl-prev:after {
    -webkit-transform: translate(-50%, -50%) rotate(50deg);
    -moz-transform: translate(-50%, -50%) rotate(50deg);
    -ms-transform: translate(-50%, -50%) rotate(50deg);
    -o-transform: translate(-50%, -50%) rotate(50deg);
    transform: translate(-50%, -50%) rotate(50deg); }
  .ps-carousel--dots .owl-nav .owl-next:before, .ps-carousel--dots .owl-nav .owl-next:after {
    right: 0;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0; }
  .ps-carousel--dots .owl-nav .owl-next:before {
    -webkit-transform: translate(-50%, -50%) rotate(-50deg);
    -moz-transform: translate(-50%, -50%) rotate(-50deg);
    -ms-transform: translate(-50%, -50%) rotate(-50deg);
    -o-transform: translate(-50%, -50%) rotate(-50deg);
    transform: translate(-50%, -50%) rotate(-50deg); }
  .ps-carousel--dots .owl-nav .owl-next:after {
    -webkit-transform: translate(-50%, -50%) rotate(50deg);
    -moz-transform: translate(-50%, -50%) rotate(50deg);
    -ms-transform: translate(-50%, -50%) rotate(50deg);
    -o-transform: translate(-50%, -50%) rotate(50deg);
    transform: translate(-50%, -50%) rotate(50deg); }
  @media (max-width: 1199px) {
    .ps-carousel--dots .owl-nav {
      padding: 0 30px; } }

.ps-carousel--dots .owl-dots {
  position: absolute;
  bottom: 70px;
  left: 0;
  width: 100%;
  text-align: center; }
  .ps-carousel--dots .owl-dots .owl-dot {
    display: inline-block;
    margin-right: 20px;
    width: 5px;
    height: 5px;
    border-radius: 10px;
    border: none;
    background-color: #e10000;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease; }
    .ps-carousel--dots .owl-dots .owl-dot:hover, .ps-carousel--dots .owl-dots .owl-dot.active {
      width: 3px;
      height: 30px;
      background-color: #fff; }
    .ps-carousel--dots .owl-dots .owl-dot:last-child {
      margin-right: 0; }
  @media (max-width: 767px) {
    .ps-carousel--dots .owl-dots {
      bottom: 10px; } }

@media (max-width: 1199px) {
  .ps-carousel--dots .owl-nav {
    display: none; } }

.masonry-wrapper .grid-item .grid-item__inner, .setting .grid-item .grid-item__inner {
  position: relative; }

.masonry-wrapper.ac_masonry-grid .grid-item__content-wrapper, .setting.ac_masonry-grid .grid-item__content-wrapper {
  position: absolute; }

.masonry-wrapper .grid-item .grid-item__inner .grid-item__content-wrapper, .setting .grid-item .grid-item__inner .grid-item__content-wrapper {
  overflow: hidden; }

.masonry-wrapper.ac_masonry-grid .grid-item__content-wrapper, .setting.ac_masonry-grid .grid-item__content-wrapper {
  margin: 0 !important; }

.masonry-wrapper.ac_masonry-grid .grid-item__inner {
  padding-top: 100%; }

.masonry-wrapper.ac_masonry-grid .grid-item.extra-large .grid-item__inner, .masonry-wrapper.ac_masonry-grid .grid-item.wide .grid-item__inner {
  padding-top: 50%; }

.masonry-wrapper.ac_masonry-grid .grid-item.high .grid-item__inner {
  padding-top: 200%; }

.masonry-wrapper.ac_masonry-grid[data-ratio="4by3"] .grid-item__inner {
  padding-top: 75%; }

.masonry-wrapper.ac_masonry-grid[data-ratio="4by3"] .grid-item.extra-large .grid-item__inner, .masonry-wrapper.ac_masonry-grid[data-ratio="4by3"] .grid-item.wide .grid-item__inner {
  padding-top: 37.5%; }

.masonry-wrapper.ac_masonry-grid[data-ratio="4by3"] .grid-item.high .grid-item__inner {
  padding-top: 150%; }

.masonry-wrapper.ac_masonry-grid[data-ratio="16by9"] .grid-item__inner {
  padding-top: 56.25%; }

.masonry-wrapper.ac_masonry-grid[data-ratio="16by9"] .grid-item.extra-large .grid-item__inner, .masonry-wrapper.ac_masonry-grid[data-ratio="16by9"] .grid-item.wide .grid-item__inner {
  padding-top: 28.125%; }

.masonry-wrapper.ac_masonry-grid[data-ratio="16by9"] .grid-item.high .grid-item__inner {
  padding-top: 112.5%; }

.masonry-wrapper[data-col-xs="1"] .grid-item,
.masonry-wrapper[data-col-xs="1"] .grid-sizer {
  width: 100%; }

.masonry-wrapper[data-col-xs="2"] .grid-item,
.masonry-wrapper[data-col-xs="2"] .grid-sizer {
  width: 50%; }

.masonry-wrapper[data-col-xs="2"] .grid-item.wide, .masonry-wrapper[data-col-xs="2"] .grid-item.large {
  width: 100%; }

.masonry-wrapper[data-col-xs="2"] .grid-item.extra-large {
  width: 100%; }

.masonry-wrapper[data-col-xs="3"] .grid-item,
.masonry-wrapper[data-col-xs="3"] .grid-sizer {
  width: 33.33333%; }

.masonry-wrapper[data-col-xs="3"] .grid-item.wide, .masonry-wrapper[data-col-xs="3"] .grid-item.large {
  width: 66.66667%; }

.masonry-wrapper[data-col-xs="3"] .grid-item.extra-large {
  width: 100%; }

.masonry-wrapper[data-col-xs="4"] .grid-item,
.masonry-wrapper[data-col-xs="4"] .grid-sizer {
  width: 25%; }

.masonry-wrapper[data-col-xs="4"] .grid-item.wide, .masonry-wrapper[data-col-xs="4"] .grid-item.large {
  width: 50%; }

.masonry-wrapper[data-col-xs="4"] .grid-item.extra-large {
  width: 100%; }

.masonry-wrapper[data-col-xs="5"] .grid-item,
.masonry-wrapper[data-col-xs="5"] .grid-sizer {
  width: 20%; }

.masonry-wrapper[data-col-xs="5"] .grid-item.wide, .masonry-wrapper[data-col-xs="5"] .grid-item.large {
  width: 40%; }

.masonry-wrapper[data-col-xs="5"] .grid-item.extra-large {
  width: 100%; }

.masonry-wrapper[data-col-xs="6"] .grid-item,
.masonry-wrapper[data-col-xs="6"] .grid-sizer {
  width: 16.66667%; }

.masonry-wrapper[data-col-xs="6"] .grid-item.wide, .masonry-wrapper[data-col-xs="6"] .grid-item.large {
  width: 33.33333%; }

.masonry-wrapper[data-col-xs="6"] .grid-item.extra-large {
  width: 100%; }

.masonry-wrapper[data-col-xs="7"] .grid-item,
.masonry-wrapper[data-col-xs="7"] .grid-sizer {
  width: 14.28571%; }

.masonry-wrapper[data-col-xs="7"] .grid-item.wide, .masonry-wrapper[data-col-xs="7"] .grid-item.large {
  width: 28.57143%; }

.masonry-wrapper[data-col-xs="7"] .grid-item.extra-large {
  width: 100%; }

.masonry-wrapper[data-col-xs="8"] .grid-item,
.masonry-wrapper[data-col-xs="8"] .grid-sizer {
  width: 12.5%; }

.masonry-wrapper[data-col-xs="8"] .grid-item.wide, .masonry-wrapper[data-col-xs="8"] .grid-item.large {
  width: 25%; }

.masonry-wrapper[data-col-xs="8"] .grid-item.extra-large {
  width: 100%; }

.masonry-wrapper[data-col-xs="9"] .grid-item,
.masonry-wrapper[data-col-xs="9"] .grid-sizer {
  width: 11.11111%; }

.masonry-wrapper[data-col-xs="9"] .grid-item.wide, .masonry-wrapper[data-col-xs="9"] .grid-item.large {
  width: 22.22222%; }

.masonry-wrapper[data-col-xs="9"] .grid-item.extra-large {
  width: 100%; }

.masonry-wrapper[data-col-xs="10"] .grid-item,
.masonry-wrapper[data-col-xs="10"] .grid-sizer {
  width: 10%; }

.masonry-wrapper[data-col-xs="10"] .grid-item.wide, .masonry-wrapper[data-col-xs="10"] .grid-item.large {
  width: 20%; }

.masonry-wrapper[data-col-xs="10"] .grid-item.extra-large {
  width: 100%; }

@media (min-width: 768px) {
  .masonry-wrapper[data-col-sm="1"] .grid-item,
  .masonry-wrapper[data-col-sm="1"] .grid-sizer {
    width: 100%; } }

@media (min-width: 768px) {
  .masonry-wrapper[data-col-sm="2"] .grid-item,
  .masonry-wrapper[data-col-sm="2"] .grid-sizer {
    width: 50%; }
  .masonry-wrapper[data-col-sm="2"] .grid-item.wide, .masonry-wrapper[data-col-sm="2"] .grid-item.large {
    width: 100%; }
  .masonry-wrapper[data-col-sm="2"] .grid-item.extra-large {
    width: 100%; } }

@media (min-width: 768px) {
  .masonry-wrapper[data-col-sm="3"] .grid-item,
  .masonry-wrapper[data-col-sm="3"] .grid-sizer {
    width: 33.33333%; }
  .masonry-wrapper[data-col-sm="3"] .grid-item.wide, .masonry-wrapper[data-col-sm="3"] .grid-item.large {
    width: 66.66667%; }
  .masonry-wrapper[data-col-sm="3"] .grid-item.extra-large {
    width: 100%; } }

@media (min-width: 768px) {
  .masonry-wrapper[data-col-sm="4"] .grid-item,
  .masonry-wrapper[data-col-sm="4"] .grid-sizer {
    width: 25%; }
  .masonry-wrapper[data-col-sm="4"] .grid-item.wide, .masonry-wrapper[data-col-sm="4"] .grid-item.large {
    width: 50%; }
  .masonry-wrapper[data-col-sm="4"] .grid-item.extra-large {
    width: 100%; } }

@media (min-width: 768px) {
  .masonry-wrapper[data-col-sm="5"] .grid-item,
  .masonry-wrapper[data-col-sm="5"] .grid-sizer {
    width: 20%; }
  .masonry-wrapper[data-col-sm="5"] .grid-item.wide, .masonry-wrapper[data-col-sm="5"] .grid-item.large {
    width: 40%; }
  .masonry-wrapper[data-col-sm="5"] .grid-item.extra-large {
    width: 100%; } }

@media (min-width: 768px) {
  .masonry-wrapper[data-col-sm="6"] .grid-item,
  .masonry-wrapper[data-col-sm="6"] .grid-sizer {
    width: 16.66667%; }
  .masonry-wrapper[data-col-sm="6"] .grid-item.wide, .masonry-wrapper[data-col-sm="6"] .grid-item.large {
    width: 33.33333%; }
  .masonry-wrapper[data-col-sm="6"] .grid-item.extra-large {
    width: 100%; } }

@media (min-width: 768px) {
  .masonry-wrapper[data-col-sm="7"] .grid-item,
  .masonry-wrapper[data-col-sm="7"] .grid-sizer {
    width: 14.28571%; }
  .masonry-wrapper[data-col-sm="7"] .grid-item.wide, .masonry-wrapper[data-col-sm="7"] .grid-item.large {
    width: 28.57143%; }
  .masonry-wrapper[data-col-sm="7"] .grid-item.extra-large {
    width: 100%; } }

@media (min-width: 768px) {
  .masonry-wrapper[data-col-sm="8"] .grid-item,
  .masonry-wrapper[data-col-sm="8"] .grid-sizer {
    width: 12.5%; }
  .masonry-wrapper[data-col-sm="8"] .grid-item.wide, .masonry-wrapper[data-col-sm="8"] .grid-item.large {
    width: 25%; }
  .masonry-wrapper[data-col-sm="8"] .grid-item.extra-large {
    width: 100%; } }

@media (min-width: 768px) {
  .masonry-wrapper[data-col-sm="9"] .grid-item,
  .masonry-wrapper[data-col-sm="9"] .grid-sizer {
    width: 11.11111%; }
  .masonry-wrapper[data-col-sm="9"] .grid-item.wide, .masonry-wrapper[data-col-sm="9"] .grid-item.large {
    width: 22.22222%; }
  .masonry-wrapper[data-col-sm="9"] .grid-item.extra-large {
    width: 100%; } }

@media (min-width: 768px) {
  .masonry-wrapper[data-col-sm="10"] .grid-item,
  .masonry-wrapper[data-col-sm="10"] .grid-sizer {
    width: 10%; }
  .masonry-wrapper[data-col-sm="10"] .grid-item.wide, .masonry-wrapper[data-col-sm="10"] .grid-item.large {
    width: 20%; }
  .masonry-wrapper[data-col-sm="10"] .grid-item.extra-large {
    width: 100%; } }

@media (min-width: 992px) {
  .masonry-wrapper[data-col-md="1"] .grid-item,
  .masonry-wrapper[data-col-md="1"] .grid-sizer {
    width: 100%; } }

@media (min-width: 992px) {
  .masonry-wrapper[data-col-md="2"] .grid-item,
  .masonry-wrapper[data-col-md="2"] .grid-sizer {
    width: 50%; }
  .masonry-wrapper[data-col-md="2"] .grid-item.wide, .masonry-wrapper[data-col-md="2"] .grid-item.large {
    width: 100%; }
  .masonry-wrapper[data-col-md="2"] .grid-item.extra-large {
    width: 100%; } }

@media (min-width: 992px) {
  .masonry-wrapper[data-col-md="3"] .grid-item,
  .masonry-wrapper[data-col-md="3"] .grid-sizer {
    width: 33.33333%; }
  .masonry-wrapper[data-col-md="3"] .grid-item.wide, .masonry-wrapper[data-col-md="3"] .grid-item.large {
    width: 66.66667%; }
  .masonry-wrapper[data-col-md="3"] .grid-item.extra-large {
    width: 100%; } }

@media (min-width: 992px) {
  .masonry-wrapper[data-col-md="4"] .grid-item,
  .masonry-wrapper[data-col-md="4"] .grid-sizer {
    width: 25%; }
  .masonry-wrapper[data-col-md="4"] .grid-item.wide, .masonry-wrapper[data-col-md="4"] .grid-item.large {
    width: 50%; }
  .masonry-wrapper[data-col-md="4"] .grid-item.extra-large {
    width: 100%; } }

@media (min-width: 992px) {
  .masonry-wrapper[data-col-md="5"] .grid-item,
  .masonry-wrapper[data-col-md="5"] .grid-sizer {
    width: 20%; }
  .masonry-wrapper[data-col-md="5"] .grid-item.wide, .masonry-wrapper[data-col-md="5"] .grid-item.large {
    width: 40%; }
  .masonry-wrapper[data-col-md="5"] .grid-item.extra-large {
    width: 100%; } }

@media (min-width: 992px) {
  .masonry-wrapper[data-col-md="6"] .grid-item,
  .masonry-wrapper[data-col-md="6"] .grid-sizer {
    width: 16.66667%; }
  .masonry-wrapper[data-col-md="6"] .grid-item.wide, .masonry-wrapper[data-col-md="6"] .grid-item.large {
    width: 33.33333%; }
  .masonry-wrapper[data-col-md="6"] .grid-item.extra-large {
    width: 100%; } }

@media (min-width: 992px) {
  .masonry-wrapper[data-col-md="7"] .grid-item,
  .masonry-wrapper[data-col-md="7"] .grid-sizer {
    width: 14.28571%; }
  .masonry-wrapper[data-col-md="7"] .grid-item.wide, .masonry-wrapper[data-col-md="7"] .grid-item.large {
    width: 28.57143%; }
  .masonry-wrapper[data-col-md="7"] .grid-item.extra-large {
    width: 100%; } }

@media (min-width: 992px) {
  .masonry-wrapper[data-col-md="8"] .grid-item,
  .masonry-wrapper[data-col-md="8"] .grid-sizer {
    width: 12.5%; }
  .masonry-wrapper[data-col-md="8"] .grid-item.wide, .masonry-wrapper[data-col-md="8"] .grid-item.large {
    width: 25%; }
  .masonry-wrapper[data-col-md="8"] .grid-item.extra-large {
    width: 100%; } }

@media (min-width: 992px) {
  .masonry-wrapper[data-col-md="9"] .grid-item,
  .masonry-wrapper[data-col-md="9"] .grid-sizer {
    width: 11.11111%; }
  .masonry-wrapper[data-col-md="9"] .grid-item.wide, .masonry-wrapper[data-col-md="9"] .grid-item.large {
    width: 22.22222%; }
  .masonry-wrapper[data-col-md="9"] .grid-item.extra-large {
    width: 100%; } }

@media (min-width: 992px) {
  .masonry-wrapper[data-col-md="10"] .grid-item,
  .masonry-wrapper[data-col-md="10"] .grid-sizer {
    width: 10%; }
  .masonry-wrapper[data-col-md="10"] .grid-item.wide, .masonry-wrapper[data-col-md="10"] .grid-item.large {
    width: 20%; }
  .masonry-wrapper[data-col-md="10"] .grid-item.extra-large {
    width: 100%; } }

@media (min-width: 1200px) {
  .masonry-wrapper[data-col-lg="1"] .grid-item,
  .masonry-wrapper[data-col-lg="1"] .grid-sizer {
    width: 100%; } }

@media (min-width: 1200px) {
  .masonry-wrapper[data-col-lg="2"] .grid-item,
  .masonry-wrapper[data-col-lg="2"] .grid-sizer {
    width: 50%; }
  .masonry-wrapper[data-col-lg="2"] .grid-item.wide, .masonry-wrapper[data-col-lg="2"] .grid-item.large {
    width: 100%; }
  .masonry-wrapper[data-col-lg="2"] .grid-item.extra-large {
    width: 100%; } }

@media (min-width: 1200px) {
  .masonry-wrapper[data-col-lg="3"] .grid-item,
  .masonry-wrapper[data-col-lg="3"] .grid-sizer {
    width: 33.33333%; }
  .masonry-wrapper[data-col-lg="3"] .grid-item.wide, .masonry-wrapper[data-col-lg="3"] .grid-item.large {
    width: 66.66667%; }
  .masonry-wrapper[data-col-lg="3"] .grid-item.extra-large {
    width: 100%; } }

@media (min-width: 1200px) {
  .masonry-wrapper[data-col-lg="4"] .grid-item,
  .masonry-wrapper[data-col-lg="4"] .grid-sizer {
    width: 25%; }
  .masonry-wrapper[data-col-lg="4"] .grid-item.wide, .masonry-wrapper[data-col-lg="4"] .grid-item.large {
    width: 50%; }
  .masonry-wrapper[data-col-lg="4"] .grid-item.extra-large {
    width: 100%; } }

@media (min-width: 1200px) {
  .masonry-wrapper[data-col-lg="5"] .grid-item,
  .masonry-wrapper[data-col-lg="5"] .grid-sizer {
    width: 20%; }
  .masonry-wrapper[data-col-lg="5"] .grid-item.wide, .masonry-wrapper[data-col-lg="5"] .grid-item.large {
    width: 40%; }
  .masonry-wrapper[data-col-lg="5"] .grid-item.extra-large {
    width: 100%; } }

@media (min-width: 1200px) {
  .masonry-wrapper[data-col-lg="6"] .grid-item,
  .masonry-wrapper[data-col-lg="6"] .grid-sizer {
    width: 16.66667%; }
  .masonry-wrapper[data-col-lg="6"] .grid-item.wide, .masonry-wrapper[data-col-lg="6"] .grid-item.large {
    width: 33.33333%; }
  .masonry-wrapper[data-col-lg="6"] .grid-item.extra-large {
    width: 100%; } }

@media (min-width: 1200px) {
  .masonry-wrapper[data-col-lg="7"] .grid-item,
  .masonry-wrapper[data-col-lg="7"] .grid-sizer {
    width: 14.28571%; }
  .masonry-wrapper[data-col-lg="7"] .grid-item.wide, .masonry-wrapper[data-col-lg="7"] .grid-item.large {
    width: 28.57143%; }
  .masonry-wrapper[data-col-lg="7"] .grid-item.extra-large {
    width: 100%; } }

@media (min-width: 1200px) {
  .masonry-wrapper[data-col-lg="8"] .grid-item,
  .masonry-wrapper[data-col-lg="8"] .grid-sizer {
    width: 12.5%; }
  .masonry-wrapper[data-col-lg="8"] .grid-item.wide, .masonry-wrapper[data-col-lg="8"] .grid-item.large {
    width: 25%; }
  .masonry-wrapper[data-col-lg="8"] .grid-item.extra-large {
    width: 100%; } }

@media (min-width: 1200px) {
  .masonry-wrapper[data-col-lg="9"] .grid-item,
  .masonry-wrapper[data-col-lg="9"] .grid-sizer {
    width: 11.11111%; }
  .masonry-wrapper[data-col-lg="9"] .grid-item.wide, .masonry-wrapper[data-col-lg="9"] .grid-item.large {
    width: 22.22222%; }
  .masonry-wrapper[data-col-lg="9"] .grid-item.extra-large {
    width: 100%; } }

@media (min-width: 1200px) {
  .masonry-wrapper[data-col-lg="10"] .grid-item,
  .masonry-wrapper[data-col-lg="10"] .grid-sizer {
    width: 10%; }
  .masonry-wrapper[data-col-lg="10"] .grid-item.wide, .masonry-wrapper[data-col-lg="10"] .grid-item.large {
    width: 20%; }
  .masonry-wrapper[data-col-lg="10"] .grid-item.extra-large {
    width: 100%; } }

.masonry-wrapper[data-gap="5"] {
  margin: -3px; }
  .masonry-wrapper[data-gap="5"] .grid-item .grid-item__content-wrapper {
    margin: 3px;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px; }

.masonry-wrapper[data-gap="10"] {
  margin: -5px; }
  .masonry-wrapper[data-gap="10"] .grid-item .grid-item__content-wrapper {
    margin: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px; }

.masonry-wrapper[data-gap="15"] {
  margin: -8px; }
  .masonry-wrapper[data-gap="15"] .grid-item .grid-item__content-wrapper {
    margin: 8px;
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px; }

.masonry-wrapper[data-gap="20"] {
  margin: -10px; }
  .masonry-wrapper[data-gap="20"] .grid-item .grid-item__content-wrapper {
    margin: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px; }

.masonry-wrapper[data-gap="25"] {
  margin: -13px; }
  .masonry-wrapper[data-gap="25"] .grid-item .grid-item__content-wrapper {
    margin: 13px;
    top: 13px;
    right: 13px;
    bottom: 13px;
    left: 13px; }

.masonry-wrapper[data-gap="30"] {
  margin: -15px; }
  .masonry-wrapper[data-gap="30"] .grid-item .grid-item__content-wrapper {
    margin: 15px;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px; }

.masonry-wrapper[data-gap="35"] {
  margin: -18px; }
  .masonry-wrapper[data-gap="35"] .grid-item .grid-item__content-wrapper {
    margin: 18px;
    top: 18px;
    right: 18px;
    bottom: 18px;
    left: 18px; }

.masonry-wrapper[data-gap="40"] {
  margin: -20px; }
  .masonry-wrapper[data-gap="40"] .grid-item .grid-item__content-wrapper {
    margin: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px; }

.masonry-wrapper[data-gap="45"] {
  margin: -23px; }
  .masonry-wrapper[data-gap="45"] .grid-item .grid-item__content-wrapper {
    margin: 23px;
    top: 23px;
    right: 23px;
    bottom: 23px;
    left: 23px; }

.masonry-wrapper[data-gap="50"] {
  margin: -25px; }
  .masonry-wrapper[data-gap="50"] .grid-item .grid-item__content-wrapper {
    margin: 25px;
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px; }

.masonry-wrapper[data-gap="55"] {
  margin: -28px; }
  .masonry-wrapper[data-gap="55"] .grid-item .grid-item__content-wrapper {
    margin: 28px;
    top: 28px;
    right: 28px;
    bottom: 28px;
    left: 28px; }

.masonry-wrapper[data-gap="60"] {
  margin: -30px; }
  .masonry-wrapper[data-gap="60"] .grid-item .grid-item__content-wrapper {
    margin: 30px;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px; }

.masonry-wrapper[data-gap="65"] {
  margin: -33px; }
  .masonry-wrapper[data-gap="65"] .grid-item .grid-item__content-wrapper {
    margin: 33px;
    top: 33px;
    right: 33px;
    bottom: 33px;
    left: 33px; }

.masonry-wrapper[data-gap="70"] {
  margin: -35px; }
  .masonry-wrapper[data-gap="70"] .grid-item .grid-item__content-wrapper {
    margin: 35px;
    top: 35px;
    right: 35px;
    bottom: 35px;
    left: 35px; }

.masonry-wrapper[data-gap="75"] {
  margin: -38px; }
  .masonry-wrapper[data-gap="75"] .grid-item .grid-item__content-wrapper {
    margin: 38px;
    top: 38px;
    right: 38px;
    bottom: 38px;
    left: 38px; }

.masonry-wrapper[data-gap="80"] {
  margin: -40px; }
  .masonry-wrapper[data-gap="80"] .grid-item .grid-item__content-wrapper {
    margin: 40px;
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px; }

.masonry-wrapper[data-gap="85"] {
  margin: -43px; }
  .masonry-wrapper[data-gap="85"] .grid-item .grid-item__content-wrapper {
    margin: 43px;
    top: 43px;
    right: 43px;
    bottom: 43px;
    left: 43px; }

.masonry-wrapper[data-gap="90"] {
  margin: -45px; }
  .masonry-wrapper[data-gap="90"] .grid-item .grid-item__content-wrapper {
    margin: 45px;
    top: 45px;
    right: 45px;
    bottom: 45px;
    left: 45px; }

.masonry-wrapper[data-gap="95"] {
  margin: -48px; }
  .masonry-wrapper[data-gap="95"] .grid-item .grid-item__content-wrapper {
    margin: 48px;
    top: 48px;
    right: 48px;
    bottom: 48px;
    left: 48px; }

.masonry-wrapper[data-gap="100"] {
  margin: -50px; }
  .masonry-wrapper[data-gap="100"] .grid-item .grid-item__content-wrapper {
    margin: 50px;
    top: 50px;
    right: 50px;
    bottom: 50px;
    left: 50px; }

.masonry-wrapper[data-gap="105"] {
  margin: -53px; }
  .masonry-wrapper[data-gap="105"] .grid-item .grid-item__content-wrapper {
    margin: 53px;
    top: 53px;
    right: 53px;
    bottom: 53px;
    left: 53px; }

.masonry-wrapper[data-gap="110"] {
  margin: -55px; }
  .masonry-wrapper[data-gap="110"] .grid-item .grid-item__content-wrapper {
    margin: 55px;
    top: 55px;
    right: 55px;
    bottom: 55px;
    left: 55px; }

.masonry-wrapper[data-gap="115"] {
  margin: -58px; }
  .masonry-wrapper[data-gap="115"] .grid-item .grid-item__content-wrapper {
    margin: 58px;
    top: 58px;
    right: 58px;
    bottom: 58px;
    left: 58px; }

.masonry-wrapper[data-gap="120"] {
  margin: -60px; }
  .masonry-wrapper[data-gap="120"] .grid-item .grid-item__content-wrapper {
    margin: 60px;
    top: 60px;
    right: 60px;
    bottom: 60px;
    left: 60px; }

.masonry-wrapper[data-gap="125"] {
  margin: -63px; }
  .masonry-wrapper[data-gap="125"] .grid-item .grid-item__content-wrapper {
    margin: 63px;
    top: 63px;
    right: 63px;
    bottom: 63px;
    left: 63px; }

.masonry-wrapper[data-gap="130"] {
  margin: -65px; }
  .masonry-wrapper[data-gap="130"] .grid-item .grid-item__content-wrapper {
    margin: 65px;
    top: 65px;
    right: 65px;
    bottom: 65px;
    left: 65px; }

.masonry-wrapper[data-gap="135"] {
  margin: -68px; }
  .masonry-wrapper[data-gap="135"] .grid-item .grid-item__content-wrapper {
    margin: 68px;
    top: 68px;
    right: 68px;
    bottom: 68px;
    left: 68px; }

.masonry-wrapper[data-gap="140"] {
  margin: -70px; }
  .masonry-wrapper[data-gap="140"] .grid-item .grid-item__content-wrapper {
    margin: 70px;
    top: 70px;
    right: 70px;
    bottom: 70px;
    left: 70px; }

.masonry-wrapper[data-gap="145"] {
  margin: -73px; }
  .masonry-wrapper[data-gap="145"] .grid-item .grid-item__content-wrapper {
    margin: 73px;
    top: 73px;
    right: 73px;
    bottom: 73px;
    left: 73px; }

.masonry-wrapper[data-gap="150"] {
  margin: -75px; }
  .masonry-wrapper[data-gap="150"] .grid-item .grid-item__content-wrapper {
    margin: 75px;
    top: 75px;
    right: 75px;
    bottom: 75px;
    left: 75px; }

.masonry-wrapper[data-gap="155"] {
  margin: -78px; }
  .masonry-wrapper[data-gap="155"] .grid-item .grid-item__content-wrapper {
    margin: 78px;
    top: 78px;
    right: 78px;
    bottom: 78px;
    left: 78px; }

.masonry-wrapper[data-gap="160"] {
  margin: -80px; }
  .masonry-wrapper[data-gap="160"] .grid-item .grid-item__content-wrapper {
    margin: 80px;
    top: 80px;
    right: 80px;
    bottom: 80px;
    left: 80px; }

.masonry-wrapper[data-gap="165"] {
  margin: -83px; }
  .masonry-wrapper[data-gap="165"] .grid-item .grid-item__content-wrapper {
    margin: 83px;
    top: 83px;
    right: 83px;
    bottom: 83px;
    left: 83px; }

.masonry-wrapper[data-gap="170"] {
  margin: -85px; }
  .masonry-wrapper[data-gap="170"] .grid-item .grid-item__content-wrapper {
    margin: 85px;
    top: 85px;
    right: 85px;
    bottom: 85px;
    left: 85px; }

.masonry-wrapper[data-gap="175"] {
  margin: -88px; }
  .masonry-wrapper[data-gap="175"] .grid-item .grid-item__content-wrapper {
    margin: 88px;
    top: 88px;
    right: 88px;
    bottom: 88px;
    left: 88px; }

.masonry-wrapper[data-gap="180"] {
  margin: -90px; }
  .masonry-wrapper[data-gap="180"] .grid-item .grid-item__content-wrapper {
    margin: 90px;
    top: 90px;
    right: 90px;
    bottom: 90px;
    left: 90px; }

.masonry-wrapper[data-gap="185"] {
  margin: -93px; }
  .masonry-wrapper[data-gap="185"] .grid-item .grid-item__content-wrapper {
    margin: 93px;
    top: 93px;
    right: 93px;
    bottom: 93px;
    left: 93px; }

.masonry-wrapper[data-gap="190"] {
  margin: -95px; }
  .masonry-wrapper[data-gap="190"] .grid-item .grid-item__content-wrapper {
    margin: 95px;
    top: 95px;
    right: 95px;
    bottom: 95px;
    left: 95px; }

.masonry-wrapper[data-gap="195"] {
  margin: -98px; }
  .masonry-wrapper[data-gap="195"] .grid-item .grid-item__content-wrapper {
    margin: 98px;
    top: 98px;
    right: 98px;
    bottom: 98px;
    left: 98px; }

.masonry-wrapper[data-gap="200"] {
  margin: -100px; }
  .masonry-wrapper[data-gap="200"] .grid-item .grid-item__content-wrapper {
    margin: 100px;
    top: 100px;
    right: 100px;
    bottom: 100px;
    left: 100px; }

.masonry-wrapper[data-gap="205"] {
  margin: -103px; }
  .masonry-wrapper[data-gap="205"] .grid-item .grid-item__content-wrapper {
    margin: 103px;
    top: 103px;
    right: 103px;
    bottom: 103px;
    left: 103px; }

.masonry-wrapper[data-gap="210"] {
  margin: -105px; }
  .masonry-wrapper[data-gap="210"] .grid-item .grid-item__content-wrapper {
    margin: 105px;
    top: 105px;
    right: 105px;
    bottom: 105px;
    left: 105px; }

.masonry-wrapper[data-gap="215"] {
  margin: -108px; }
  .masonry-wrapper[data-gap="215"] .grid-item .grid-item__content-wrapper {
    margin: 108px;
    top: 108px;
    right: 108px;
    bottom: 108px;
    left: 108px; }

.masonry-wrapper[data-gap="220"] {
  margin: -110px; }
  .masonry-wrapper[data-gap="220"] .grid-item .grid-item__content-wrapper {
    margin: 110px;
    top: 110px;
    right: 110px;
    bottom: 110px;
    left: 110px; }

.masonry-wrapper[data-gap="225"] {
  margin: -113px; }
  .masonry-wrapper[data-gap="225"] .grid-item .grid-item__content-wrapper {
    margin: 113px;
    top: 113px;
    right: 113px;
    bottom: 113px;
    left: 113px; }

.masonry-wrapper[data-gap="230"] {
  margin: -115px; }
  .masonry-wrapper[data-gap="230"] .grid-item .grid-item__content-wrapper {
    margin: 115px;
    top: 115px;
    right: 115px;
    bottom: 115px;
    left: 115px; }

.masonry-wrapper[data-gap="235"] {
  margin: -118px; }
  .masonry-wrapper[data-gap="235"] .grid-item .grid-item__content-wrapper {
    margin: 118px;
    top: 118px;
    right: 118px;
    bottom: 118px;
    left: 118px; }

.masonry-wrapper[data-gap="240"] {
  margin: -120px; }
  .masonry-wrapper[data-gap="240"] .grid-item .grid-item__content-wrapper {
    margin: 120px;
    top: 120px;
    right: 120px;
    bottom: 120px;
    left: 120px; }

.masonry-wrapper[data-gap="245"] {
  margin: -123px; }
  .masonry-wrapper[data-gap="245"] .grid-item .grid-item__content-wrapper {
    margin: 123px;
    top: 123px;
    right: 123px;
    bottom: 123px;
    left: 123px; }

.masonry-wrapper[data-gap="250"] {
  margin: -125px; }
  .masonry-wrapper[data-gap="250"] .grid-item .grid-item__content-wrapper {
    margin: 125px;
    top: 125px;
    right: 125px;
    bottom: 125px;
    left: 125px; }

.masonry-wrapper[data-gap="255"] {
  margin: -128px; }
  .masonry-wrapper[data-gap="255"] .grid-item .grid-item__content-wrapper {
    margin: 128px;
    top: 128px;
    right: 128px;
    bottom: 128px;
    left: 128px; }

.masonry-wrapper[data-gap="260"] {
  margin: -130px; }
  .masonry-wrapper[data-gap="260"] .grid-item .grid-item__content-wrapper {
    margin: 130px;
    top: 130px;
    right: 130px;
    bottom: 130px;
    left: 130px; }

.masonry-wrapper[data-gap="265"] {
  margin: -133px; }
  .masonry-wrapper[data-gap="265"] .grid-item .grid-item__content-wrapper {
    margin: 133px;
    top: 133px;
    right: 133px;
    bottom: 133px;
    left: 133px; }

.masonry-wrapper[data-gap="270"] {
  margin: -135px; }
  .masonry-wrapper[data-gap="270"] .grid-item .grid-item__content-wrapper {
    margin: 135px;
    top: 135px;
    right: 135px;
    bottom: 135px;
    left: 135px; }

.masonry-wrapper[data-gap="275"] {
  margin: -138px; }
  .masonry-wrapper[data-gap="275"] .grid-item .grid-item__content-wrapper {
    margin: 138px;
    top: 138px;
    right: 138px;
    bottom: 138px;
    left: 138px; }

.masonry-wrapper[data-gap="280"] {
  margin: -140px; }
  .masonry-wrapper[data-gap="280"] .grid-item .grid-item__content-wrapper {
    margin: 140px;
    top: 140px;
    right: 140px;
    bottom: 140px;
    left: 140px; }

.masonry-wrapper[data-gap="285"] {
  margin: -143px; }
  .masonry-wrapper[data-gap="285"] .grid-item .grid-item__content-wrapper {
    margin: 143px;
    top: 143px;
    right: 143px;
    bottom: 143px;
    left: 143px; }

.masonry-wrapper[data-gap="290"] {
  margin: -145px; }
  .masonry-wrapper[data-gap="290"] .grid-item .grid-item__content-wrapper {
    margin: 145px;
    top: 145px;
    right: 145px;
    bottom: 145px;
    left: 145px; }

.masonry-wrapper[data-gap="295"] {
  margin: -148px; }
  .masonry-wrapper[data-gap="295"] .grid-item .grid-item__content-wrapper {
    margin: 148px;
    top: 148px;
    right: 148px;
    bottom: 148px;
    left: 148px; }

.masonry-wrapper[data-gap="300"] {
  margin: -150px; }
  .masonry-wrapper[data-gap="300"] .grid-item .grid-item__content-wrapper {
    margin: 150px;
    top: 150px;
    right: 150px;
    bottom: 150px;
    left: 150px; }

.masonry-wrapper[data-gap="305"] {
  margin: -153px; }
  .masonry-wrapper[data-gap="305"] .grid-item .grid-item__content-wrapper {
    margin: 153px;
    top: 153px;
    right: 153px;
    bottom: 153px;
    left: 153px; }

.masonry-wrapper[data-gap="310"] {
  margin: -155px; }
  .masonry-wrapper[data-gap="310"] .grid-item .grid-item__content-wrapper {
    margin: 155px;
    top: 155px;
    right: 155px;
    bottom: 155px;
    left: 155px; }

.masonry-wrapper[data-gap="315"] {
  margin: -158px; }
  .masonry-wrapper[data-gap="315"] .grid-item .grid-item__content-wrapper {
    margin: 158px;
    top: 158px;
    right: 158px;
    bottom: 158px;
    left: 158px; }

.masonry-wrapper[data-gap="320"] {
  margin: -160px; }
  .masonry-wrapper[data-gap="320"] .grid-item .grid-item__content-wrapper {
    margin: 160px;
    top: 160px;
    right: 160px;
    bottom: 160px;
    left: 160px; }

.masonry-wrapper[data-gap="325"] {
  margin: -163px; }
  .masonry-wrapper[data-gap="325"] .grid-item .grid-item__content-wrapper {
    margin: 163px;
    top: 163px;
    right: 163px;
    bottom: 163px;
    left: 163px; }

.masonry-wrapper[data-gap="330"] {
  margin: -165px; }
  .masonry-wrapper[data-gap="330"] .grid-item .grid-item__content-wrapper {
    margin: 165px;
    top: 165px;
    right: 165px;
    bottom: 165px;
    left: 165px; }

.masonry-wrapper[data-gap="335"] {
  margin: -168px; }
  .masonry-wrapper[data-gap="335"] .grid-item .grid-item__content-wrapper {
    margin: 168px;
    top: 168px;
    right: 168px;
    bottom: 168px;
    left: 168px; }

.masonry-wrapper[data-gap="340"] {
  margin: -170px; }
  .masonry-wrapper[data-gap="340"] .grid-item .grid-item__content-wrapper {
    margin: 170px;
    top: 170px;
    right: 170px;
    bottom: 170px;
    left: 170px; }

.masonry-wrapper[data-gap="345"] {
  margin: -173px; }
  .masonry-wrapper[data-gap="345"] .grid-item .grid-item__content-wrapper {
    margin: 173px;
    top: 173px;
    right: 173px;
    bottom: 173px;
    left: 173px; }

.masonry-wrapper[data-gap="350"] {
  margin: -175px; }
  .masonry-wrapper[data-gap="350"] .grid-item .grid-item__content-wrapper {
    margin: 175px;
    top: 175px;
    right: 175px;
    bottom: 175px;
    left: 175px; }

.masonry-wrapper[data-gap="355"] {
  margin: -178px; }
  .masonry-wrapper[data-gap="355"] .grid-item .grid-item__content-wrapper {
    margin: 178px;
    top: 178px;
    right: 178px;
    bottom: 178px;
    left: 178px; }

.masonry-wrapper[data-gap="360"] {
  margin: -180px; }
  .masonry-wrapper[data-gap="360"] .grid-item .grid-item__content-wrapper {
    margin: 180px;
    top: 180px;
    right: 180px;
    bottom: 180px;
    left: 180px; }

.masonry-wrapper[data-gap="365"] {
  margin: -183px; }
  .masonry-wrapper[data-gap="365"] .grid-item .grid-item__content-wrapper {
    margin: 183px;
    top: 183px;
    right: 183px;
    bottom: 183px;
    left: 183px; }

.masonry-wrapper[data-gap="370"] {
  margin: -185px; }
  .masonry-wrapper[data-gap="370"] .grid-item .grid-item__content-wrapper {
    margin: 185px;
    top: 185px;
    right: 185px;
    bottom: 185px;
    left: 185px; }

.masonry-wrapper[data-gap="375"] {
  margin: -188px; }
  .masonry-wrapper[data-gap="375"] .grid-item .grid-item__content-wrapper {
    margin: 188px;
    top: 188px;
    right: 188px;
    bottom: 188px;
    left: 188px; }

.masonry-wrapper[data-gap="380"] {
  margin: -190px; }
  .masonry-wrapper[data-gap="380"] .grid-item .grid-item__content-wrapper {
    margin: 190px;
    top: 190px;
    right: 190px;
    bottom: 190px;
    left: 190px; }

.masonry-wrapper[data-gap="385"] {
  margin: -193px; }
  .masonry-wrapper[data-gap="385"] .grid-item .grid-item__content-wrapper {
    margin: 193px;
    top: 193px;
    right: 193px;
    bottom: 193px;
    left: 193px; }

.masonry-wrapper[data-gap="390"] {
  margin: -195px; }
  .masonry-wrapper[data-gap="390"] .grid-item .grid-item__content-wrapper {
    margin: 195px;
    top: 195px;
    right: 195px;
    bottom: 195px;
    left: 195px; }

.masonry-wrapper[data-gap="395"] {
  margin: -198px; }
  .masonry-wrapper[data-gap="395"] .grid-item .grid-item__content-wrapper {
    margin: 198px;
    top: 198px;
    right: 198px;
    bottom: 198px;
    left: 198px; }

.masonry-wrapper[data-gap="400"] {
  margin: -200px; }
  .masonry-wrapper[data-gap="400"] .grid-item .grid-item__content-wrapper {
    margin: 200px;
    top: 200px;
    right: 200px;
    bottom: 200px;
    left: 200px; }

.masonry-wrapper[data-gap="405"] {
  margin: -203px; }
  .masonry-wrapper[data-gap="405"] .grid-item .grid-item__content-wrapper {
    margin: 203px;
    top: 203px;
    right: 203px;
    bottom: 203px;
    left: 203px; }

.masonry-wrapper[data-gap="410"] {
  margin: -205px; }
  .masonry-wrapper[data-gap="410"] .grid-item .grid-item__content-wrapper {
    margin: 205px;
    top: 205px;
    right: 205px;
    bottom: 205px;
    left: 205px; }

.masonry-wrapper[data-gap="415"] {
  margin: -208px; }
  .masonry-wrapper[data-gap="415"] .grid-item .grid-item__content-wrapper {
    margin: 208px;
    top: 208px;
    right: 208px;
    bottom: 208px;
    left: 208px; }

.masonry-wrapper[data-gap="420"] {
  margin: -210px; }
  .masonry-wrapper[data-gap="420"] .grid-item .grid-item__content-wrapper {
    margin: 210px;
    top: 210px;
    right: 210px;
    bottom: 210px;
    left: 210px; }

.masonry-wrapper[data-gap="425"] {
  margin: -213px; }
  .masonry-wrapper[data-gap="425"] .grid-item .grid-item__content-wrapper {
    margin: 213px;
    top: 213px;
    right: 213px;
    bottom: 213px;
    left: 213px; }

.masonry-wrapper[data-gap="430"] {
  margin: -215px; }
  .masonry-wrapper[data-gap="430"] .grid-item .grid-item__content-wrapper {
    margin: 215px;
    top: 215px;
    right: 215px;
    bottom: 215px;
    left: 215px; }

.masonry-wrapper[data-gap="435"] {
  margin: -218px; }
  .masonry-wrapper[data-gap="435"] .grid-item .grid-item__content-wrapper {
    margin: 218px;
    top: 218px;
    right: 218px;
    bottom: 218px;
    left: 218px; }

.masonry-wrapper[data-gap="440"] {
  margin: -220px; }
  .masonry-wrapper[data-gap="440"] .grid-item .grid-item__content-wrapper {
    margin: 220px;
    top: 220px;
    right: 220px;
    bottom: 220px;
    left: 220px; }

.masonry-wrapper[data-gap="445"] {
  margin: -223px; }
  .masonry-wrapper[data-gap="445"] .grid-item .grid-item__content-wrapper {
    margin: 223px;
    top: 223px;
    right: 223px;
    bottom: 223px;
    left: 223px; }

.masonry-wrapper[data-gap="450"] {
  margin: -225px; }
  .masonry-wrapper[data-gap="450"] .grid-item .grid-item__content-wrapper {
    margin: 225px;
    top: 225px;
    right: 225px;
    bottom: 225px;
    left: 225px; }

.masonry-wrapper[data-gap="455"] {
  margin: -228px; }
  .masonry-wrapper[data-gap="455"] .grid-item .grid-item__content-wrapper {
    margin: 228px;
    top: 228px;
    right: 228px;
    bottom: 228px;
    left: 228px; }

.masonry-wrapper[data-gap="460"] {
  margin: -230px; }
  .masonry-wrapper[data-gap="460"] .grid-item .grid-item__content-wrapper {
    margin: 230px;
    top: 230px;
    right: 230px;
    bottom: 230px;
    left: 230px; }

.masonry-wrapper[data-gap="465"] {
  margin: -233px; }
  .masonry-wrapper[data-gap="465"] .grid-item .grid-item__content-wrapper {
    margin: 233px;
    top: 233px;
    right: 233px;
    bottom: 233px;
    left: 233px; }

.masonry-wrapper[data-gap="470"] {
  margin: -235px; }
  .masonry-wrapper[data-gap="470"] .grid-item .grid-item__content-wrapper {
    margin: 235px;
    top: 235px;
    right: 235px;
    bottom: 235px;
    left: 235px; }

.masonry-wrapper[data-gap="475"] {
  margin: -238px; }
  .masonry-wrapper[data-gap="475"] .grid-item .grid-item__content-wrapper {
    margin: 238px;
    top: 238px;
    right: 238px;
    bottom: 238px;
    left: 238px; }

.masonry-wrapper[data-gap="480"] {
  margin: -240px; }
  .masonry-wrapper[data-gap="480"] .grid-item .grid-item__content-wrapper {
    margin: 240px;
    top: 240px;
    right: 240px;
    bottom: 240px;
    left: 240px; }

.masonry-wrapper[data-gap="485"] {
  margin: -243px; }
  .masonry-wrapper[data-gap="485"] .grid-item .grid-item__content-wrapper {
    margin: 243px;
    top: 243px;
    right: 243px;
    bottom: 243px;
    left: 243px; }

.masonry-wrapper[data-gap="490"] {
  margin: -245px; }
  .masonry-wrapper[data-gap="490"] .grid-item .grid-item__content-wrapper {
    margin: 245px;
    top: 245px;
    right: 245px;
    bottom: 245px;
    left: 245px; }

.masonry-wrapper[data-gap="495"] {
  margin: -248px; }
  .masonry-wrapper[data-gap="495"] .grid-item .grid-item__content-wrapper {
    margin: 248px;
    top: 248px;
    right: 248px;
    bottom: 248px;
    left: 248px; }

.masonry-wrapper[data-gap="500"] {
  margin: -250px; }
  .masonry-wrapper[data-gap="500"] .grid-item .grid-item__content-wrapper {
    margin: 250px;
    top: 250px;
    right: 250px;
    bottom: 250px;
    left: 250px; }

.masonry-wrapper {
  margin: 0; }
  .masonry-wrapper .grid-item,
  .masonry-wrapper .grid-sizer {
    width: 100%; }
  .masonry-wrapper .grid-item .grid-item__inner .grid-item__content-wrapper {
    background-color: #9EC3C3; }
  .masonry-wrapper.ac_masonry-grid .grid-item__content-wrapper {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.setting {
  margin: 0;
  margin: -5px; }
  .setting .grid-item,
  .setting .grid-sizer {
    width: 100%; }
  .setting .grid-item .grid-item__inner .grid-item__content-wrapper {
    background-color: #ccc; }
  .setting.ac_masonry-grid .grid-item__content-wrapper {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .setting.ac_masonry-grid .grid-item__inner {
    padding-top: 60%; }
  .setting.ac_masonry-grid .grid-item.extra-large .grid-item__inner, .setting.ac_masonry-grid .grid-item.wide .grid-item__inner {
    padding-top: 30%; }
  .setting.ac_masonry-grid .grid-item.high .grid-item__inner {
    padding-top: 120%; }
  .setting .grid-item .grid-item__content-wrapper {
    margin: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px; }
  .setting .grid-item,
  .setting .grid-sizer {
    width: 100%; }
  @media (min-width: 768px) {
    .setting .grid-item,
    .setting .grid-sizer {
      width: 50%; }
    .setting .grid-item.wide, .setting .grid-item.large {
      width: 100%; }
    .setting .grid-item.extra-large {
      width: 100%; } }
  @media (min-width: 992px) {
    .setting .grid-item,
    .setting .grid-sizer {
      width: 33.33333%; }
    .setting .grid-item.wide, .setting .grid-item.large {
      width: 66.66667%; }
    .setting .grid-item.extra-large {
      width: 100%; } }
  @media (min-width: 1200px) {
    .setting .grid-item,
    .setting .grid-sizer {
      width: 33.33333%; }
    .setting .grid-item.wide, .setting .grid-item.large {
      width: 66.66667%; }
    .setting .grid-item.extra-large {
      width: 100%; } }

.ps-badge {
  display: inline-block;
  font-size: 13px;
  padding: 0 10px;
  font-weight: 600;
  text-align: center;
  height: 25px;
  line-height: 23px;
  border-radius: 3px;
  color: #ffffff; }
  .ps-badge.ps-badge--hot {
    background-color: #ff1d5d; }
  .ps-badge.ps-badge--sale {
    background-color: #e10000; }

.ps-product__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  z-index: 1; }

.ps-product__thumbnail {
  position: relative;
  overflow: hidden;
  z-index: 10; }
  .ps-product__thumbnail img {
    width: 100%; }

.ps-product .ps-product__image {
  opacity: 1; }

.ps-product .ps-product__image-alt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0; }

.ps-product .ps-product__actions {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  padding: 25px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #ffffff;
  -webkit-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%); }
  .ps-product .ps-product__actions > a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #222; }
    .ps-product .ps-product__actions > a:hover {
      color: #e10000; }
  .ps-product .ps-product__actions ul li {
    display: inline-block; }
    .ps-product .ps-product__actions ul li:first-child {
      margin-right: 10px; }

.ps-product .ps-product__title {
  display: block;
  padding-bottom: 0px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4em;
  color: #222; }

.ps-product .ps-product__rating .br-wrapper .br-widget a {
  font-size: 13px; }

.ps-product .ps-product__rating .br-wrapper .br-widget .br-selected:after {
  color: #e10000; }

.ps-product .ps-product__price {
  color: #bbbbbb;
  margin-bottom: 0;
  color: #bbb; }
  .ps-product .ps-product__price.sale {
    color: #222; }
    .ps-product .ps-product__price.sale del {
      margin-right: 10px;
      color: #bbb; }

.ps-product .ps-product__content {
  padding-top: 15px; }

.ps-product .ps-product__thumbnail img {
  width: 80%;
  -webkit-transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1); }

.ps-product .ps-product__thumbnail .ps-badge {
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 20px;
  z-index: 20; }

.ps-product:hover .ps-product__image-alt {
  opacity: 1; }

.ps-product:hover .ps-product__image {
  visibility: hidden;
  opacity: 0; }

.ps-product:hover .ps-product__actions {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

@media (min-width: 480px) {
  .ps-product .ps-product__title {
    font-size: 16px; } }

.ps-product--horizontal {
  max-width: 450px; }
  .ps-product--horizontal .ps-product__title {
    font-size: 24px; }
  .ps-product--horizontal .ps-product__price {
    font-size: 16px;
    font-weight: 600;
    margin-top: 8px;
    color: #bbb; }
    .ps-product--horizontal .ps-product__price span {
      font-weight: inherit; }
  .ps-product--horizontal .ps-product__desc {
    position: relative; }
    .ps-product--horizontal .ps-product__desc p {
      margin-bottom: 0;
      font-size: 14px;
      color: #777777; }
  .ps-product--horizontal .ps-product__actions {
    position: relative;
    padding-top: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
    .ps-product--horizontal .ps-product__actions .ps-btn {
      padding: 12px 60px 13px;
      color: #ffffff; }
      .ps-product--horizontal .ps-product__actions .ps-btn:hover {
        color: #fff; }
    .ps-product--horizontal .ps-product__actions ul li a {
      font-size: 16px;
      color: #999; }
      .ps-product--horizontal .ps-product__actions ul li a:hover {
        color: #e10000; }
  .ps-product--horizontal .ps-product__header {
    padding-bottom: 20px; }
  .ps-product--horizontal .ps-product__thumbnail {
    margin-right: 0;
    margin-bottom: 40px; }
    .ps-product--horizontal .ps-product__thumbnail img {
      width: 100%; }
  .ps-product--horizontal .ps-product__content {
    padding: 0; }
  @media (min-width: 768px) {
    .ps-product--horizontal {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      max-width: 100%; }
      .ps-product--horizontal .ps-product__thumbnail {
        margin-bottom: 0;
        max-width: calc(40% - 30px); }
      .ps-product--horizontal .ps-product__content {
        padding-left: 30px; } }
  @media (min-width: 992px) {
    .ps-product--horizontal .ps-product__desc p {
      font-size: 16px; }
    .ps-product--horizontal .ps-product__header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .ps-product--horizontal .ps-product__content {
      padding-top: 30px; } }
  @media (min-width: 1200px) {
    .ps-product--horizontal .ps-product__thumbnail {
      max-width: calc(40% - 50px); }
    .ps-product--horizontal .ps-product__content {
      padding-left: 50px; } }

.ps-product--outside .ps-product__title {
  display: block;
  color: #222;
  font-weight: 700; }
  .ps-product--outside .ps-product__title:hover {
    color: #e10000; }

.ps-product--outside .ps-product__price {
  font-size: 16px;
  line-height: 1em; }

.ps-product--outside .ps-product__content {
  padding-top: 30px; }

.ps-product--outside:hover .ps-product__title {
  color: #e10000; }

.ps-product--outside:hover .ps-link--under {
  color: #e10000; }
  .ps-product--outside:hover .ps-link--under:before {
    background-color: #e10000; }

.ps-product--outside.small {
    margin-bottom: 50px;
    max-width: 370px;
    text-align: justify;
}
  .ps-product--outside.small .ps-product__title {
    font-size: 24px;
    margin-bottom: 22px;
    line-height: 1.1em; }
  .ps-product--outside.small .ps-product__price {
    margin-bottom: 22px; }
  .ps-product--outside.small .ps-product__content {
    position: relative; }
  @media (min-width: 992px) {
    .ps-product--outside.small {
      margin-top: 70px;
      margin-bottom: 0; }
      .ps-product--outside.small .ps-product__content {
        position: relative;
        z-index: 20;
        top: -15px;
        left: 20px; } }

.ps-product--outside.large {
    position: relative;
    max-width: 700px;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.ps-product--outside.large:hover {
    position: relative;
    max-width: 700px;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: auto;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
  .ps-product--outside.large .ps-product__title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.1em; }
  .ps-product--outside.large .ps-product__price {
    margin-bottom: 20px; }
  @media (min-width: 568px) {
    .ps-product--outside.large {
      padding-left: 130px; }
      .ps-product--outside.large .ps-product__title {
        max-width: 200px;
        font-size: 36px; }
      .ps-product--outside.large .ps-product__content {
        position: absolute;
        top: 55px;
        left: 0;
        z-index: 30; } }
  @media (min-width: 1200px) {
    .ps-product--outside.large {
      margin-bottom: 0; }
      .ps-product--outside.large .ps-product__title {
        margin-bottom: 40px;
        font-size: 48px; }
      .ps-product--outside.large .ps-product__price {
        margin-bottom: 40px; } }

@media (min-width: 992px) {
  .ps-product--outside .ps-product__title {
    max-width: 200px;
    white-space: pre-line; }
  .ps-product--outside .ps-product__content {
    padding-top: 0; } }

.ps-product--standard .ps-product__title {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: 700; }
  .ps-product--standard .ps-product__title:hover {
    color: #e10000; }

.ps-product--standard .ps-product__thumbnail img {
  -webkit-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease; }

.ps-product--standard .ps-product__content {
  padding-top: 15px;
  padding-bottom: 15px; }
  .ps-product--standard .ps-product__content p {
    font-size: 18px; }

.ps-product--standard:hover .ps-product__thumbnail img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05); }

.ps-product--sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap; }
  .ps-product--sidebar .ps-product__rating .br-wrapper .br-widget a {
    font-size: 13px; }
  .ps-product--sidebar .ps-product__rating .br-wrapper .br-widget .br-selected:after {
    color: #e10000; }
  .ps-product--sidebar .ps-product__title {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-weight: 600;
    color: #222;
    font-size: 15px; }
    .ps-product--sidebar .ps-product__title:hover {
      color: #e10000; }
  .ps-product--sidebar .ps-product__thumbnail {
    max-width: 70px; }
  .ps-product--sidebar .ps-product__content {
    padding-left: 20px;
    max-width: calc(100% - 70px); }
    .ps-product--sidebar .ps-product__content p {
      margin-bottom: 0; }

.ps-product--detail {
  /*product content*/ }
  .ps-product--detail .ps-product__title {
    font-size: 24px;
    font-weight: 700;
    color: #222;
    line-height: 1.3em;
    text-transform: none; }
  .ps-product--detail .ps-product__variants .item {
    margin-bottom: 10px;
    border: 2px solid transparent;
    cursor: pointer; }
    .ps-product--detail .ps-product__variants .item img {
      opacity: .5;
      -webkit-transition: all .4s ease;
      -o-transition: all .4s ease;
      transition: all .4s ease; }
    .ps-product--detail .ps-product__variants .item:last-child {
      margin-bottom: 0; }
    .ps-product--detail .ps-product__variants .item.slick-current img {
      opacity: 1; }
    .ps-product--detail .ps-product__variants .item:hover img {
      width: 100%;
      opacity: 1; }
  .ps-product--detail .ps-product__gallery {
    position: relative; }
    .ps-product--detail .ps-product__gallery img {
      width: 100%; }
    .ps-product--detail .ps-product__gallery .slick-arrow {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 100;
      width: 35px;
      height: 35px;
      color: #000;
      font-size: 18px;
      background-color: rgba(255, 255, 255, 0.5);
      border-radius: 4px;
      visibility: hidden;
      opacity: 0; }
      .ps-product--detail .ps-product__gallery .slick-arrow i {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .ps-product--detail .ps-product__gallery .slick-arrow:first-child {
        left: 20px; }
      .ps-product--detail .ps-product__gallery .slick-arrow:last-child {
        right: 10px; }
      .ps-product--detail .ps-product__gallery .slick-arrow:hover {
        background-color: #e10000;
        color: #fff; }
    .ps-product--detail .ps-product__gallery .slick-slide a {
      position: relative;
      display: block; }
      .ps-product--detail .ps-product__gallery .slick-slide a:before {
        content: '\e94a';
        position: absolute;
        top: 10px;
        right: 10px;
        font-family: 'Linearicons';
        width: 40px;
        height: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 50%;
        font-size: 16px;
        background-color: #fff; }
    .ps-product--detail .ps-product__gallery:hover .item:before {
      visibility: visible;
      opacity: 1; }
    .ps-product--detail .ps-product__gallery:hover .slick-arrow {
      visibility: visible;
      opacity: 1; }
  .ps-product--detail .ps-product__video a {
    vertical-align: middle; }
    .ps-product--detail .ps-product__video a:hover.ps-btn--black {
      background-color: #e10000;
      border-color: #e10000; }
  .ps-product--detail .ps-product__video i {
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle; }
  .ps-product--detail .ps-product__badge {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 30;
    padding: 0 5px;
    background-color: #fe9931; }
    .ps-product--detail .ps-product__badge i {
      font-style: normal;
      color: #ffffff;
      text-align: center;
      line-height: 1.2em;
      font-size: 1.3rem;
      letter-spacing: .2em; }
  .ps-product--detail .ps-product__info {
    text-align: left; }
  .ps-product--detail .ps-product__price {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 400;
    color: #222; }
    .ps-product--detail .ps-product__price del {
      font-style: normal;
      color: #bcbcbc;
      font-size: 1.3rem; }
    .ps-product--detail .ps-product__price.sale {
      color: #222; }
      .ps-product--detail .ps-product__price.sale del {
        margin-right: 20px;
        font-size: 22px;
        color: #999; }
    .ps-product--detail .ps-product__price.out-stock span {
      position: relative;
      font-size: 14px;
      color: #222;
      margin-left: 40px; }
      .ps-product--detail .ps-product__price.out-stock span:before {
        position: relative;
        top: -2px;
        display: inline-block;
        content: '\e935';
        font-family: Linearicons;
        vertical-align: middle;
        margin-right: 6px;
        color: #ffffff;
        padding: 4px;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        font-size: 8px;
        background-color: #999; }
  .ps-product--detail .ps-product__desc {
    margin-bottom: 20px; }
    .ps-product--detail .ps-product__desc p {
      margin-bottom: 0;
      color: #777777;
      font-size: 14px; }
  .ps-product--detail .ps-product__shopping {
    margin-bottom: 36px; }
    .ps-product--detail .ps-product__shopping figure {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      max-width: 470px;
      padding-bottom: 20px; }
      .ps-product--detail .ps-product__shopping figure > * {
        margin-right: 10px; }
      .ps-product--detail .ps-product__shopping figure .form-group--number {
        max-width: 120px; }
        .ps-product--detail .ps-product__shopping figure .form-group--number input {
          border-radius: 0; }
      .ps-product--detail .ps-product__shopping figure .ps-btn {
        text-transform: uppercase;
        font-weight: 500;
        min-width: 250px;
        padding: 12px 30px 13px;
        vertical-align: top;
        text-align: center;
        font-size: 14px; }
        .ps-product--detail .ps-product__shopping figure .ps-btn.ps-btn--gray {
          color: #ffffff;
          background-color: rgba(34, 34, 34, 0.5); }
          .ps-product--detail .ps-product__shopping figure .ps-btn.ps-btn--gray:hover {
            background-color: #222; }
      .ps-product--detail .ps-product__shopping figure .ps-product__favorite {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 0;
        min-width: 45px;
        height: 45px;
        vertical-align: top;
        color: #999999;
        border: 2px solid #eaeaea; }
        .ps-product--detail .ps-product__shopping figure .ps-product__favorite i {
          padding-top: 2px;
          color: #999;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
        .ps-product--detail .ps-product__shopping figure .ps-product__favorite:hover {
          border-color: #e10000; }
          .ps-product--detail .ps-product__shopping figure .ps-product__favorite:hover i {
            color: #e10000; }
    .ps-product--detail .ps-product__shopping .ps-btn--black {
      letter-spacing: .1em; }
  .ps-product--detail .ps-product__links {
    margin-bottom: 3rem; }
    .ps-product--detail .ps-product__links a {
      display: inline-block;
      margin-right: 20px;
      font-weight: 600;
      color: #222; }
      .ps-product--detail .ps-product__links a:hover {
        color: #e10000; }
  .ps-product--detail .ps-product__specification {
    margin-bottom: 2rem;
    padding-top: 20px;
    border-top: 1px solid #eaeaea; }
    .ps-product--detail .ps-product__specification p {
      color: #222; }
      .ps-product--detail .ps-product__specification p strong {
        margin-right: 5px;
        text-transform: uppercase; }
      .ps-product--detail .ps-product__specification p a {
        color: #999;
        font-size: 15px; }
        .ps-product--detail .ps-product__specification p a:after {
          content: ',';
          padding-right: 3px; }
        .ps-product--detail .ps-product__specification p a:first-child {
          padding-left: 5px; }
        .ps-product--detail .ps-product__specification p a:last-child:after {
          display: none; }
        .ps-product--detail .ps-product__specification p a:hover {
          color: #e10000; }
  .ps-product--detail .ps-product__sharing {
    margin-bottom: 0; }
    .ps-product--detail .ps-product__sharing p {
      line-height: 30px;
      color: #222;
      font-weight: 500; }
    .ps-product--detail .ps-product__sharing a {
      display: inline-block;
      width: 30px;
      height: 30px;
      margin-right: 5px;
      vertical-align: top;
      border-radius: 50%; }
      .ps-product--detail .ps-product__sharing a i {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 20px;
        color: #222; }
      .ps-product--detail .ps-product__sharing a:last-child {
        margin-right: 0; }
      .ps-product--detail .ps-product__sharing a:hover {
        color: #fff;
        background-color: #e10000; }
    .ps-product--detail .ps-product__sharing p {
      margin-bottom: 0; }
  .ps-product--detail .ps-product__bundle {
    margin-bottom: 2rem; }
    .ps-product--detail .ps-product__bundle h4 {
      font-weight: 600;
      font-size: 2.1rem; }
    .ps-product--detail .ps-product__bundle .form-group {
      margin-bottom: 15px; }
    .ps-product--detail .ps-product__bundle p {
      margin-bottom: 15px; }
      .ps-product--detail .ps-product__bundle p strong {
        font-weight: 600;
        color: #696969; }
    .ps-product--detail .ps-product__bundle .ps-checkbox {
      margin-bottom: 10px; }
    .ps-product--detail .ps-product__bundle-item p {
      margin-bottom: 0; }
    .ps-product--detail .ps-product__bundle-item img {
      margin-bottom: 10px;
      max-width: 100px; }
    .ps-product--detail .ps-product__bundle-item span {
      padding: 0 5px; }
    @media (max-width: 479px) {
      .ps-product--detail .ps-product__bundle-item img {
        max-width: 50px; } }
  .ps-product--detail .ps-product__group img {
    max-width: 80px; }
  .ps-product--detail .ps-product__group .form-group--number-2 {
    min-width: 60px;
    max-width: 100px;
    display: inline-block; }
    .ps-product--detail .ps-product__group .form-group--number-2 .form-control {
      border-radius: 0;
      border-color: #bbb;
      max-width: 60px;
      height: 36px; }
  .ps-product--detail .ps-product__group table thead tr th {
    border: none;
    padding: 15px 20px;
    background-color: #efefef; }
    .ps-product--detail .ps-product__group table thead tr th:last-child {
      text-align: right; }
  .ps-product--detail .ps-product__group table tr td {
    padding: 10px 20px;
    border: none; }
    .ps-product--detail .ps-product__group table tr td a {
      display: block;
      color: #222; }
      .ps-product--detail .ps-product__group table tr td a:hover {
        color: #e10000; }
    .ps-product--detail .ps-product__group table tr td span {
      color: #222; }
      .ps-product--detail .ps-product__group table tr td span del {
        color: #999;
        margin-left: 10px; }
    .ps-product--detail .ps-product__group table tr td:nth-child(2) {
      min-width: 230px; }
    .ps-product--detail .ps-product__group table tr td:last-child {
      text-align: right; }
  .ps-product--detail .ps-gallery__item {
    display: block; }
  .ps-product--detail .ps-product__variations {
    margin-bottom: 2rem;
    padding-bottom: 20px; }
    .ps-product--detail .ps-product__variations figure {
      margin-bottom: 30px; }
      .ps-product--detail .ps-product__variations figure figcaption {
        margin-bottom: 10px;
        font-size: 14px;
        color: #222; }
      .ps-product--detail .ps-product__variations figure:last-child {
        margin-bottom: 0; }
  .ps-product--detail .ps-product__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    .ps-product--detail .ps-product__rating .br-wrapper {
      margin-right: 10px;
      display: inline-block; }
      .ps-product--detail .ps-product__rating .br-wrapper a {
        font-size: 12px; }
    .ps-product--detail .ps-product__rating span {
      color: #999;
      font-size: 14px; }
  .ps-product--detail .ps-product__sku {
    display: block;
    margin-bottom: 20px;
    font-size: 12px;
    color: #bbbbbb; }
  .ps-product--detail .ps-product__thumbnail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    margin-bottom: 30px;
    width: 100%; }
    .ps-product--detail .ps-product__thumbnail > * {
      width: 100%; }
    .ps-product--detail .ps-product__thumbnail figure {
      position: relative;
      display: block; }
    .ps-product--detail .ps-product__thumbnail .ps-product__variants {
      width: 100%;
      min-width: 80px; }
    .ps-product--detail .ps-product__thumbnail .ps-product__video {
      position: absolute;
      bottom: 20px;
      right: 20px;
      z-index: 20; }
    .ps-product--detail .ps-product__thumbnail .ps-wrapper {
      position: relative;
      margin-bottom: 10px;
	  margin-left: 10%;
	  width: 75%;}
    .ps-product--detail .ps-product__thumbnail.ps-product__thumbnail[data-vertical='false'] {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
      flex-flow: column wrap; }
      .ps-product--detail .ps-product__thumbnail.ps-product__thumbnail[data-vertical='false'] figure {
        max-width: 100%;
        padding-left: 0; }
      .ps-product--detail .ps-product__thumbnail.ps-product__thumbnail[data-vertical='false'] .ps-product__variants {
        max-width: 100%;
        text-align: center;
        width: 100%; }
        .ps-product--detail .ps-product__thumbnail.ps-product__thumbnail[data-vertical='false'] .ps-product__variants .item {
          margin-bottom: 0;
          margin-right: 10px; }
          .ps-product--detail .ps-product__thumbnail.ps-product__thumbnail[data-vertical='false'] .ps-product__variants .item.slick-active:last-child {
            margin-right: 0; }
        .ps-product--detail .ps-product__thumbnail.ps-product__thumbnail[data-vertical='false'] .ps-product__variants .slick-list {
          margin-right: -10px; }
        .ps-product--detail .ps-product__thumbnail.ps-product__thumbnail[data-vertical='false'] .ps-product__variants .slick-arrow {
          font-size: 20px;
          line-height: 20px;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); }
          .ps-product--detail .ps-product__thumbnail.ps-product__thumbnail[data-vertical='false'] .ps-product__variants .slick-arrow:first-child {
            left: -20px; }
            .ps-product--detail .ps-product__thumbnail.ps-product__thumbnail[data-vertical='false'] .ps-product__variants .slick-arrow:first-child i:before {
              content: "\f104"; }
          .ps-product--detail .ps-product__thumbnail.ps-product__thumbnail[data-vertical='false'] .ps-product__variants .slick-arrow:last-child {
            right: 0px; }
            .ps-product--detail .ps-product__thumbnail.ps-product__thumbnail[data-vertical='false'] .ps-product__variants .slick-arrow:last-child i:before {
              content: "\f105"; }
          .ps-product--detail .ps-product__thumbnail.ps-product__thumbnail[data-vertical='false'] .ps-product__variants .slick-arrow:hover i {
            color: #000; }
      .ps-product--detail .ps-product__thumbnail.ps-product__thumbnail[data-vertical='false'] .ps-product__gallery {
        margin-bottom: 10px; }
        .ps-product--detail .ps-product__thumbnail.ps-product__thumbnail[data-vertical='false'] .ps-product__gallery img {
          width: 100%; }
  .ps-product--detail .ps-tab-list {
    position: relative;
    display: block;
    margin: 0 0 100px;
    padding: 20px 0;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    text-align: center; }
    .ps-product--detail .ps-tab-list li {
      display: inline-block;
      margin-right: 10px; }
      .ps-product--detail .ps-tab-list li a {
        position: relative;
        padding: 10px 30px;
        display: block;
        line-height: 20px;
        font-weight: 700;
        font-size: 20px;
        border-radius: 50px;
        color: #999;
        border: 1px solid transparent; }
        .ps-product--detail .ps-tab-list li a:hover {
          color: #222; }
      .ps-product--detail .ps-tab-list li:last-child {
        margin-right: 0; }
      .ps-product--detail .ps-tab-list li.active a {
        color: #222; }
  .ps-product--detail .ps-tab .ps-document h4 {
    margin-bottom: 40px;
    font-weight: 400; }
  .ps-product--detail .ps-tab .ps-document p {
    margin-bottom: 25px;
    font-size: 16px; }
  .ps-product--detail .ps-product__review h4 {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 18px;
    color: #222; }
  .ps-product--detail .ps-product__content {
    padding-top: 50px; }
  .ps-product--detail.has-background .ps-product__background {
    padding: 100px 0;
    background-color: #f2f1f0; }
  .ps-product--detail.has-background .ps-product__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 50px; }
  .ps-product--detail.has-background .ps-product__content .ps-tab-list {
    border-top: none; }
  @media (max-width: 480px) {
    .ps-product--detail .ps-product__shopping figure {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
      .ps-product--detail .ps-product__shopping figure .form-group--number {
        margin-right: 0;
        max-width: 50%;
        width: 100%;
	    /*margin-left: 25%*/}
      .ps-product--detail .ps-product__shopping figure > * {
        margin-bottom: 10px; }
      .ps-product--detail .ps-product__shopping figure .ps-btn {
        -webkit-box-flex: 2;
        -ms-flex-positive: 2;
        flex-grow: 2;
        text-align: center; } }
  @media (min-width: 768px) {
    .ps-product--detail .ps-product__thumbnail {
      max-width: 500px; } }
  @media (min-width: 992px) {
    .ps-product--detail .ps-product__title {
      font-size: 30px; }
    .ps-product--detail .ps-product__desc p {
      font-size: 16px; }
    .ps-product--detail .ps-product__price {
      margin-bottom: 30px;
      font-size: 24px; }
    .ps-product--detail .ps-product__sharing {
      padding-top: 20px; }
    .ps-product--detail .ps-product__header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap; }
      .ps-product--detail .ps-product__header > * {
        width: 100%;
        max-width: 50%; }
      .ps-product--detail .ps-product__header .ps-product__thumbnail {
        padding-right: 30px; }
    .ps-product--detail .ps-product__review h4 {
      font-size: 24px; }
    .ps-product--detail .ps-product__content {
      padding-top: 100px; } }
  @media (min-width: 1200px) {
    .ps-product--detail .ps-product__thumbnail {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse nowrap;
      flex-flow: row-reverse nowrap;
      -ms-flex-line-pack: start;
      align-content: flex-start; }
      .ps-product--detail .ps-product__thumbnail figure {
        max-width: calc(100% - 80px);
        padding-left: 10px; }
    .ps-product--detail .ps-product__variants {
      max-width: 80px; }
    .ps-product--detail .ps-product__info {
      padding-left: 100px; }
    .ps-product--detail.has-background .ps-product__background {
      padding: 100px 0 160px;
      padding-left: calc((100% - 1170px) / 2);
      padding-right: calc((100% - 1170px) / 2);
      background-color: #f2f1f0; } }

.ps-product--gallery .ps-product__header .ps-product__thumbnail {
  display: block; }

.ps-product--gallery .ps-gallery--image {
  position: relative; }
  .ps-product--gallery .ps-gallery--image .row {
    margin: 0 -5px; }
  .ps-product--gallery .ps-gallery--image .col-sm-6 {
    padding: 0 5px; }
  .ps-product--gallery .ps-gallery--image .ps-gallery__item {
    margin-bottom: 10px; }

.ps-product--gallery .ps-product__video {
  top: 10px;
  right: 10px;
  bottom: auto;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%; }
  .ps-product--gallery .ps-product__video a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #999; }
    .ps-product--gallery .ps-product__video a i {
      line-height: 1em;
      font-size: 16px;
      padding-left: 5px; }

@media (min-width: 1200px) {
  .ps-product--gallery .ps-product__thumbnail {
    padding-right: 0; }
  .ps-product--gallery .ps-product__info {
    padding-left: 80px; } }

.ps-product-carousel .ps-product__header {
  margin-bottom: 0; }

.ps-product-carousel .ps-product__thumbnail {
  margin-bottom: 0; }

.ps-product-carousel .ps-product__rating {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.ps-product-carousel .ps-product__sku {
  margin-bottom: 40px; }

.ps-product-carousel .ps-product__price {
  margin-bottom: 40px; }

.ps-product-carousel .ps-product__shopping {
  margin: 0 auto 50px;
  border-bottom: none; }
  .ps-product-carousel .ps-product__shopping figure {
    margin: 0 auto; }

.ps-product-carousel .ps-product__specification {
  border-top: 0;
  padding-top: 10px; }

.ps-product-carousel .ps-product__info {
  padding-top: 60px;
  text-align: center;
  padding-left: 0;
  margin: 0 auto; }

@media (min-width: 1200px) {
  .ps-product-carousel .ps-product__info {
    padding-top: 120px; }
  .ps-product-carousel .ps-product__header {
    display: block; }
  .ps-product-carousel .ps-product__thumbnail {
    max-width: 100%;
    display: block; }
    .ps-product-carousel .ps-product__thumbnail img {
      width: 100%; }
    .ps-product-carousel .ps-product__thumbnail .owl-slider {
      max-width: 50vw;
      margin: 0 auto; }
      .ps-product-carousel .ps-product__thumbnail .owl-slider .owl-stage-outer {
        position: relative;
        left: -25vw;
        padding-left: 25vw;
        width: calc(100% + 50vw); }
      .ps-product-carousel .ps-product__thumbnail .owl-slider .owl-dots {
        visibility: hidden;
        opacity: 0;
        display: none; } }

.ps-product--carousel-2 .ps-carousel--nav {
  width: 100%; }
  .ps-product--carousel-2 .ps-carousel--nav .owl-nav {
    visibility: hidden;
    opacity: 0; }
  .ps-product--carousel-2 .ps-carousel--nav:hover .owl-nav {
    visibility: visible;
    opacity: 1; }

.ps-product--carousel-2 .ps-product__thumbnail {
  padding-right: 0; }

.ps-product--carousel-2 .ps-product__info {
  padding: 0 30px; }

@media (min-width: 992px) {
  .ps-product--carousel-2 .ps-product__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap; }
    .ps-product--carousel-2 .ps-product__header .ps-product__thumbnail {
      max-width: 100%; } }

@media (min-width: 1200px) {
  .ps-product--carousel-2 .ps-product__info, .ps-product--carousel-2 .ps-product__thumbnail {
    max-width: 50%; }
  .ps-product--carousel-2 .ps-product__info {
    padding-left: calc((100vw - 1170px) / 2);
    padding-right: 150px; }
  .ps-product--carousel-2 .ps-product__header .ps-product__thumbnail {
    padding-right: 150px; }
  .ps-product--carousel-2 .ps-carousel--nav .owl-stage-outer {
    width: calc(100% + 150px); }
  .ps-product--carousel-2 .ps-product__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse nowrap;
    flex-flow: row-reverse nowrap; } }

.ps-product--sticky .ps-product__header {
  position: relative; }
  .ps-product--sticky .ps-product__header .ps-product__thumbnail {
    display: block; }
    .ps-product--sticky .ps-product__header .ps-product__thumbnail > .ps-product__video {
      width: auto; }
  .ps-product--sticky .ps-product__header .ps-gallery--image {
    position: relative; }
  .ps-product--sticky .ps-product__header .ps-gallery__item {
    margin-bottom: 30px; }

.ps-product--sticky .is-affixed .inner-wrapper-sticky {
  padding-top: 70px; }

.ps-product--affiliate .ps-product__shopping .ps-btn {
  max-width: 100%;
  width: 100%; }

.ps-product--video .ps-product__thumbnail .ps-product__video {
  right: 10px; }

.ps-product--video .ps-product__video {
  top: 60px;
  right: 0px;
  bottom: auto;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%; }
  .ps-product--video .ps-product__video a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #999; }
    .ps-product--video .ps-product__video a i {
      line-height: 1em;
      font-size: 16px;
      padding-left: 5px; }
  .ps-product--video .ps-product__video:hover a {
    color: #e10000; }

.ps-product--group .ps-product__shopping .ps-btn {
  max-width: 100%;
  width: 100%; }

@media (min-width: 1200px) {
  .ps-product--detail-sidebar .ps-product__thumbnail.ps-product__thumbnail[data-vertical='false'] .ps-product__gallery {
    margin-bottom: 20px; }
  .ps-product--detail-sidebar .ps-product__info {
    padding-left: 40px; }
  .ps-product--detail-sidebar .ps-product__content .ps-tab-list {
    text-align: left; }
    .ps-product--detail-sidebar .ps-product__content .ps-tab-list li:first-child a {
      padding-left: 0; } }

.ps-product--mini-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .ps-product--mini-cart p {
    font-size: 16px;
    color: #999;
    margin-bottom: 0; }
  .ps-product--mini-cart .ps-product__price {
    color: #e10000; }
  .ps-product--mini-cart .ps-product__remove {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    color: #999; }
  .ps-product--mini-cart .ps-product__thumbnail {
    max-width: 60px; }
  .ps-product--mini-cart .ps-product__content {
    position: relative;
    padding-left: 20px; }

.ps-hero--shop {
  min-height: 386px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 10; }
  .ps-hero--shop:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.15);
    z-index: -1; }
  .ps-hero--shop h1 {
    margin-bottom: 0;
    font-size: 48px;
    line-height: 1em;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase; }
  @media (min-width: 1200px) {
    .ps-hero--shop h1 {
      font-size: 72px; } }

.ps-banner {
  height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 50px; }
  .ps-banner h3 {
    font-weight: 700;
    line-height: 1.1em;
    font-size: 36px; }
  .ps-banner p {
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 1.8em;
    color: #666666;
    max-width: 300px; }
  .ps-banner .ps-banner__content {
    width: 100%; }
  .ps-banner.top {
    padding-top: 100px; }
    .ps-banner.top h3 {
      font-size: 24px; }
  .ps-banner.white h3 {
    color: #ffffff;
    font-size: 36px; }
  .ps-banner.white p {
    color: #ffffff; }
  .ps-banner.top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 120px; }
    .ps-banner.top .ps-banner__content {
      max-width: 100%;
      text-align: center; }
    .ps-banner.top h3 {
      font-size: 36px; }
  @media (min-width: 1200px) {
    .ps-banner {
      padding: 0 170px; }
      .ps-banner h3 {
        font-size: 72px; }
      .ps-banner .ps-banner__content {
        max-width: 50%; }
      .ps-banner.white h3 {
        font-size: 60px; } }

.ps-banner--2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100vh; }
  .ps-banner--2 h5 {
    margin-bottom: 20px;
    font-size: 16px;
    color: #2b2929;
    font-weight: 400; }
  .ps-banner--2 h3 {
    margin-bottom: 30px;
    font-size: 60px;
    color: #222;
    line-height: 1em; }
  .ps-banner--2 p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.8em;
    color: #222; }
  .ps-banner--2 .ps-banner__content {
    width: 100%;
    padding: 0 30px; }
  .ps-banner--2.bg--top {
    background-position: 50% 0 !important; }
  .ps-banner--2.reverse {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .ps-banner--2.reverse h5 {
      color: #ffffff; }
    .ps-banner--2.reverse h3 {
      color: #ffffff; }
    .ps-banner--2.reverse p {
      color: #ffffff; }
    .ps-banner--2.reverse .ps-banner__content {
      max-width: 100%;
      text-align: right; }
    @media (min-width: 1200px) {
      .ps-banner--2.reverse .ps-banner__content {
        text-align: left;
        max-width: 585px;
        margin-right: calc((100% - 1170px) / 2);
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px); } }
  @media (min-width: 320px) {
    .ps-banner--2 {
      min-height: 100vh; } }
  @media (min-width: 768px) {
    .ps-banner--2 .ps-banner__content {
      padding: 0 80px; } }
  @media (min-width: 1200px) {
    .ps-banner--2 {
      min-height: 845px; }
      .ps-banner--2 h3 {
        font-size: 99px;
        margin-bottom: 60px; }
      .ps-banner--2 p {
        margin-bottom: 55px; }
      .ps-banner--2 .ps-banner__content {
        max-width: 1170px;
        margin-bottom: 100px; } }

.ps-banner--3 {
  position: relative;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .ps-banner--3 h3 {
    margin-bottom: 20px;
    font-size: 80px;
    color: #222;
    line-height: 1.05em; }
  .ps-banner--3 p {
    color: #e10000;
    line-height: 1em;
    margin-bottom: 20px;
    text-transform: uppercase; }
  .ps-banner--3 .ps-list--social {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30px;
    text-align: left; }
    .ps-banner--3 .ps-list--social li {
      display: block;
      margin-bottom: 10px; }
      .ps-banner--3 .ps-list--social li a {
        width: auto;
        min-height: 40px;
        border: none;
        color: #959595; }
        .ps-banner--3 .ps-list--social li a i {
          position: relative;
          top: 0;
          left: 0;
          -webkit-transform: translate(0, 0);
          -moz-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
          -o-transform: translate(0, 0);
          transform: translate(0, 0);
          font-size: 20px; }
        .ps-banner--3 .ps-list--social li a:hover {
          color: #e10000;
          background-color: transparent; }
      .ps-banner--3 .ps-list--social li:last-child {
        margin-bottom: 0; }
  .ps-banner--3 .ps-banner__content {
    width: 100%;
    max-width: 1170px;
    padding: 0 30px; }
  .ps-banner--3.right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .ps-banner--3.right p {
      color: #dcbfb2;
      font-size: 18px;
      text-transform: capitalize; }
  .ps-banner--3.white {
    text-align: center; }
    .ps-banner--3.white h3 {
      color: #ffffff; }
    .ps-banner--3.white .ps-link--under {
      color: #ffffff; }
      .ps-banner--3.white .ps-link--under:before {
        background-color: #fff; }
  .ps-banner--3.small h3 {
    font-size: 60px; }
  .ps-banner--3.small h5 {
    margin-bottom: 50px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8em;
    color: #222; }
  .ps-banner--3.classic {
    min-height: 700px; }
    .ps-banner--3.classic p {
      font-weight: 700;
      color: #ffffff; }
    .ps-banner--3.classic h3 {
      color: #ffffff; }
    .ps-banner--3.classic h5 {
      position: relative;
      padding-left: 50px;
      color: #ffffff; }
      .ps-banner--3.classic h5:before {
        content: '';
        position: absolute;
        top: 10px;
        left: 0;
        width: 30px;
        height: 1px;
        background-color: #fff; }
    .ps-banner--3.classic .ps-btn {
      border-color: #fff;
      color: #ffffff; }
      .ps-banner--3.classic .ps-btn:hover {
        background-color: #fff; }
  @media (max-width: 767px) {
    .ps-banner--3 h3 {
      font-size: 50px; }
    .ps-banner--3 .ps-list--social {
      top: auto;
      bottom: 30px;
      left: 0;
      width: 100%;
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0);
      text-align: center; }
      .ps-banner--3 .ps-list--social li {
        display: inline-block; }
        .ps-banner--3 .ps-list--social li a {
          height: auto;
          min-height: 20px; }
          .ps-banner--3 .ps-list--social li a i {
            font-size: 16px; }
    .ps-banner--3.bg--top-right {
      background-position: 50% 0 !important; } }
  @media (min-width: 768px) {
    .ps-banner--3 .ps-banner__content {
      padding: 0 50px; } }
  @media (min-width: 1200px) {
    .ps-banner--3 {
      min-height: 800px; }
      .ps-banner--3 h3 {
        margin-bottom: 30px;
        font-size: 90px; }
      .ps-banner--3 .ps-list--social {
        left: 30px; }
      .ps-banner--3 .ps-banner__content {
        padding: 0 50px; }
      .ps-banner--3.right p {
        font-size: 30px; }
      .ps-banner--3.right .ps-banner__content {
        max-width: 585px;
        margin-right: calc((100% - 1170px) / 2); }
      .ps-banner--3.classic {
        min-height: 700px;
        max-height: 700px; } }
  @media (min-width: 1440px) {
    .ps-banner--3 h3 {
      font-size: 119px; }
    .ps-banner--3 .ps-list--social {
      left: 80px; }
    .ps-banner--3 .ps-banner__content {
      padding: 0; } }

.ps-banner--4 {
  padding: 50px 30px; }
  .ps-banner--4 small {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    color: #7cafca;
    text-transform: uppercase; }
  .ps-banner--4 h3 {
    margin-bottom: 30px;
    font-size: 24px;
    color: #222;
    line-height: 1.05em;
    letter-spacing: 1px; }
  .ps-banner--4 p {
    margin-bottom: 30px;
    font-size: 16px;
    color: #222;
    line-height: 1.8em; }
  .ps-banner--4 .ps-btn {
    padding: 10px 30px;
    font-size: 12px;
    background-color: #e65753; }
    .ps-banner--4 .ps-btn:hover {
      background-color: #e10000; }
    .ps-banner--4 .ps-btn.ps-btn--lightcyan {
      background-color: #87bbd6; }
      .ps-banner--4 .ps-btn.ps-btn--lightcyan:hover {
        background-color: #e10000; }
  .ps-banner--4 .ps-banner__badge {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #e10000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .ps-banner--4 .ps-banner__badge span {
      font-size: 16px;
      color: #ffffff;
      font-weight: 400;
      text-transform: uppercase;
      text-align: center; }
      .ps-banner--4 .ps-banner__badge span strong {
        display: block;
        font-size: 18px; }
    .ps-banner--4 .ps-banner__badge.blue {
      background-color: #413acd; }
  .ps-banner--4 .ps-banner__image {
    position: relative;
    display: inline-block;
    margin-top: 30px; }
    .ps-banner--4 .ps-banner__image img {
      position: relative;
      z-index: 10; }
    .ps-banner--4 .ps-banner__image .ps-banner__badge {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 20; }
  .ps-banner--4 .ps-banner__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap; }
  @media (min-width: 480px) {
    .ps-banner--4 {
      padding: 100px 50px; }
      .ps-banner--4 h3 {
        font-size: 36px; }
      .ps-banner--4 .ps-banner__image img {
        max-height: 300px; } }
  @media (min-width: 992px) {
    .ps-banner--4 .ps-btn {
      padding: 15px 40px;
      font-size: 14px; }
    .ps-banner--4 .ps-banner__image img {
      max-height: 400px; }
    .ps-banner--4 .ps-banner__content {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap; } }
  @media (min-width: 1200px) {
    .ps-banner--4 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      min-height: 950px; }
      .ps-banner--4 h3 {
        font-size: 59px; }
      .ps-banner--4 .ps-banner__badge {
        width: 120px;
        height: 120px; }
        .ps-banner--4 .ps-banner__badge span strong {
          font-size: 24px; }
      .ps-banner--4 .ps-banner__image .ps-banner__badge {
        right: auto;
        left: 100%; }
      .ps-banner--4 .ps-banner__image.inside .ps-banner__badge {
        top: -50px;
        right: -50px;
        left: auto; }
      .ps-banner--4 .ps-banner__content {
        max-width: 1170px;
        margin: 0 auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }

.ps-banner--shop {
  min-height: 305px;
  padding: 50px 30px; }
  .ps-banner--shop span {
    display: block;
    margin-bottom: 35px;
    font-size: 12px;
    color: #e10000; }
  .ps-banner--shop h3 {
    margin-bottom: 25px;
    font-size: 24px;
    color: #222; }
  @media (min-width: 768px) {
    .ps-banner--shop {
      padding: 50px 100px; }
      .ps-banner--shop h3 {
        margin-bottom: 45px;
        font-size: 40px; } }

.ps-banner--carousel {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 30px; }
  .ps-banner--carousel small {
    margin-bottom: 10px;
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase; }
  .ps-banner--carousel h3 {
    font-size: 24px;
    line-height: 1.1em; }
  .ps-banner--carousel p {
    margin-bottom: 10px;
    font-size: 14px; }
  .ps-banner--carousel .ps-banner__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    z-index: 1; }
  .ps-banner--carousel .ps-banner__content {
    position: relative;
    z-index: 20; }
  .ps-banner--carousel.pink small {
    color: #db8274; }
  .ps-banner--carousel.cyan small {
    color: #61bbbb; }
  .ps-banner--carousel.green small {
    color: #b7c57d; }
  @media (min-width: 768px) {
    .ps-banner--carousel {
      padding: 50px; }
      .ps-banner--carousel h3 {
        margin-bottom: 30px;
        font-size: 48px; }
      .ps-banner--carousel p {
        font-size: 16px; } }
  @media (min-width: 992px) {
    .ps-banner--carousel h3 {
      font-size: 50px; }
    .ps-banner--carousel .ps-banner__desc {
      padding-left: 30px; } }
  @media (min-width: 1200px) {
    .ps-banner--carousel {
      min-height: 545px;
      padding: 50px 100px; }
      .ps-banner--carousel h3 {
        margin-bottom: 30px;
        font-size: 60px; }
      .ps-banner--carousel p {
        margin-bottom: 50px; } }

.ps-banner--full-slider {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .ps-banner--full-slider h5 {
    margin-bottom: 10px;
    color: #6d5af5;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400; }
  .ps-banner--full-slider h3 {
    margin-bottom: 40px;
    font-size: 36px;
    font-weight: 700;
    color: #ffffff; }
  .ps-banner--full-slider p {
    margin-bottom: 50px;
    color: #ffffff;
    font-size: 16px;
    line-height: 30px; }
  .ps-banner--full-slider .ps-link--under {
    color: #e10000; }
    .ps-banner--full-slider .ps-link--under:before {
      background-color: #e10000; }
  .ps-banner--full-slider .ps-banner__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse wrap;
    flex-flow: column-reverse wrap;
    width: 100%;
    padding: 0 30px; }
  .ps-banner--full-slider .ps-banner__right {
    text-align: center;
    padding-bottom: 50px; }
    .ps-banner--full-slider .ps-banner__right img {
      display: inline-block;
      max-height: 150px; }
  .ps-banner--full-slider .ps-banner__left {
    text-align: center; }
  @media (max-width: 479px) {
    .ps-banner--full-slider h3 {
      font-size: 24px;
      margin-bottom: 20px; }
    .ps-banner--full-slider p br {
      display: none; } }
  @media (min-width: 480px) {
    .ps-banner--full-slider h3 {
      font-size: 36px; } }
  @media (min-width: 1200px) {
    .ps-banner--full-slider h3 {
      font-size: 60px; }
    .ps-banner--full-slider .ps-banner__content {
      max-width: 960px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .ps-banner--full-slider .ps-banner__content img {
        max-height: 300px; }
    .ps-banner--full-slider .ps-banner__left {
      text-align: left; } }
  @media (min-width: 1366px) {
    .ps-banner--full-slider .ps-banner__content {
      max-width: 1170px; }
      .ps-banner--full-slider .ps-banner__content img {
        max-height: 390px; } }

.ps-banner--parallax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 50px;
  height: 100vh; }
  .ps-banner--parallax h5 {
    margin-bottom: 20px;
    font-size: 16px;
    color: #666;
    font-weight: 400;
    text-transform: uppercase; }
  .ps-banner--parallax h3 {
    font-weight: 700;
    line-height: 1em;
    font-size: 48px; }
  .ps-banner--parallax p {
    margin-bottom: 50px;
    font-size: 14px;
    line-height: 1.8em;
    color: #666666; }
  .ps-banner--parallax .ps-btn {
    border-radius: 50px; }
  .ps-banner--parallax .ps-banner__content {
    width: 100%;
    max-width: 500px; }
  .ps-banner--parallax.top {
    padding-top: 100px; }
    .ps-banner--parallax.top h3 {
      font-size: 24px; }
  .ps-banner--parallax.white h3 {
    color: #ffffff;
    font-size: 36px; }
  .ps-banner--parallax.white p {
    color: #ffffff; }
  .ps-banner--parallax.top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 120px; }
    .ps-banner--parallax.top .ps-banner__content {
      max-width: 100%;
      text-align: center; }
    .ps-banner--parallax.top h3 {
      font-size: 36px; }
  .ps-banner--parallax.right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  @media (min-width: 768px) {
    .ps-banner--parallax p {
      font-size: 16px; } }
  @media (min-width: 1200px) {
    .ps-banner--parallax {
      padding-left: calc((100% - 1170px) / 2);
      padding-right: calc((100% - 1170px) / 2); }
      .ps-banner--parallax h5 {
        margin-bottom: 50px; }
      .ps-banner--parallax h3 {
        margin-bottom: 50px;
        font-size: 100px; }
      .ps-banner--parallax .ps-banner__content {
        max-width: 470px; }
      .ps-banner--parallax.white h5 {
        color: #666666; }
      .ps-banner--parallax.white h3 {
        font-size: 60px; }
      .ps-banner--parallax.top {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .ps-banner--parallax.top h3 {
          font-size: 72px; }
        .ps-banner--parallax.top .ps-link--under {
          font-size: 18px; }
        .ps-banner--parallax.top .ps-banner__content {
          max-width: 960px; } }

@media (min-width: 1200px) {
  .table-responsive {
    overflow-x: initial; } }

.ps-table thead > tr > th {
  padding: 10px 10px;
  font-size: 16px;
  font-weight: 700;
  color: #515356;
  text-transform: uppercase;
  border-bottom: 1px solid #ebebeb; }
  .ps-table thead > tr > th:first-child {
    padding-left: 0; }

.ps-table tbody > tr > td {
  vertical-align: middle;
  padding: 20px 30px;
  border: none;
  font-size: 14px;
  font-weight: 600;
  color: #999;
  border-bottom: 1px solid #ddd; }

.ps-table--faq {
  border-bottom: 1px solid #eaeaea; }
  .ps-table--faq tbody tr td {
    padding: 20px 15px;
    border: none;
    color: #999;
    line-height: 1.8em; }
    .ps-table--faq tbody tr td strong {
      font-weight: 300;
      color: #222;
      font-size: 16px; }
    .ps-table--faq tbody tr td:first-child {
      min-width: 270px; }
      .ps-table--faq tbody tr td:first-child h4 {
        text-transform: uppercase;
        color: #e10000; }
    .ps-table--faq tbody tr td:nth-child(2) {
      min-width: 350px;
      max-width: 375px; }

.ps-table--whishlist .ps-product--sidebar {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .ps-table--whishlist .ps-product--sidebar .ps-product__title {
    font-weight: 400;
    font-size: 16px; }
    .ps-table--whishlist .ps-product--sidebar .ps-product__title:hover {
      text-decoration: underline; }

.ps-table--whishlist .ps-btn--outline {
  border-width: 1px; }

.ps-table--whishlist .ps-instock {
  text-transform: capitalize;
  color: #690;
  font-weight: 500; }

.ps-table--whishlist thead > tr > th {
  border: none;
  border-bottom: 1px solid #eaeaea;
  text-transform: none;
  font-weight: 400;
  color: #bbbbbb;
  letter-spacing: .05em; }

.ps-table--whishlist tbody > tr > td:first-child {
  min-width: 50px; }
  .ps-table--whishlist tbody > tr > td:first-child a {
    font-size: 20px; }

.ps-table--whishlist tbody > tr > td:last-child {
  text-align: right;
  min-width: 240px; }

.ps-table--shopping-cart .form-group--number {
  max-width: 120px; }

.ps-table--shopping-cart .ps-product--sidebar {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.ps-table--shopping-cart strong {
  font-weight: 500;
  color: #222; }

.ps-table--shopping-cart thead tr th {
  font-size: 12px;
  font-weight: 600;
  color: #ccc;
  border: none;
  text-transform: uppercase;
  border-bottom: 1px solid #eaeaea; }
  .ps-table--shopping-cart thead tr th:first-child {
    padding-left: 0; }

.ps-table--shopping-cart tbody > tr > td {
  padding: 30px 15px;
  border: none;
  vertical-align: middle; }
  .ps-table--shopping-cart tbody > tr > td:first-child {
    min-width: 350px;
    padding-left: 0; }
  .ps-table--shopping-cart tbody > tr > td:last-child {
    text-align: right; }
    .ps-table--shopping-cart tbody > tr > td:last-child a {
      font-size: 24px; }
      .ps-table--shopping-cart tbody > tr > td:last-child a i {
        font-size: inherit; }

.ps-table--product-info {
  border: 1px solid #eaeaea; }
  .ps-table--product-info tbody tr td {
    padding: 10px 15px;
    color: #222;
    font-weight: 400; }
    .ps-table--product-info tbody tr td:first-child {
      max-width: 150px;
      width: 150px;
      font-weight: 600;
      background-color: #eaeaea; }

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  overflow: hidden; }
  #loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #ffffff;
    z-index: 999; }
    #loader-wrapper .loader-section.section-left {
      left: 0; }
    #loader-wrapper .loader-section.section-right {
      right: 0; }

.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s 1s ease-out;
  -o-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out; }
  .loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.ps-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(34, 34, 34, 0.7);
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease; }
  .ps-modal__container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 2rem 4rem;
    z-index: 10;
    border-radius: 3px;
    max-width: 945px;
    width: 100%;
    background-color: #fff; }
  .ps-modal__close {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #5e6b9d;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    transform: translate(50%, -50%); }
    .ps-modal__close i {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-size: 20px;
      color: #ffffff; }
  .ps-modal.active {
    visibility: visible;
    opacity: 1; }
  @media (max-width: 991px) {
    .ps-modal__container {
      max-width: 90%; }
    .ps-modal__close {
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0);
      width: 30px;
      height: 30px;
      background-color: transparent; }
      .ps-modal__close i {
        color: #5e6b9d; } }
  @media (max-width: 767px) {
    .ps-modal {
      overflow: auto; }
      .ps-modal__container {
        position: relative;
        top: 0;
        left: 0;
        margin: 3rem auto;
        overflow: auto;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0); } }
  @media (max-width: 479px) {
    .ps-modal__container {
      max-width: 300px; } }

.ps-popup {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99999;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0; }
  .ps-popup__content {
    position: relative;
    max-width: 830px;
    width: 100%;
    padding: 67px 40px;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease; }
  .ps-popup__close {
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
    border: none;
    border-radius: 0; }
    .ps-popup__close:before, .ps-popup__close:after {
      background-color: #000; }
    .ps-popup__close:hover:before, .ps-popup__close:hover:after {
      background-color: #FF3C35; }
  .ps-popup.active {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s; }
  @media (max-width: 991px) {
    .ps-popup {
      padding: 100px 30px 20px; }
      .ps-popup .ps-popup__content {
        position: relative;
        top: 0;
        left: 0;
        max-width: 800px;
        margin: 0 auto; }
      .ps-popup.active .ps-popup__content {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0); } }
  @media (max-width: 479px) {
    .ps-popup {
      padding-top: 50px;
      padding-left: 20px;
      padding-right: 20px; }
      .ps-popup .ps-popup__content {
        padding: 50px 20px; } }

.ps-accordion {
  margin-bottom: 20px; }
  .ps-accordion__header {
    position: relative;
    background-color: #f6f6f8;
    padding: 10px 40px 10px 20px;
    cursor: pointer; }
    .ps-accordion__header p {
      margin-bottom: 0;
      line-height: 20px;
      font-weight: 700;
      color: #222; }
    .ps-accordion__header span {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 0;
      width: 40px;
      height: 40px;
      background-color: #222; }
      .ps-accordion__header span i {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #ffffff; }
  .ps-accordion__content {
    padding: 20px; }

.ps-tab {
  display: none; }
  .ps-tab.active {
    display: block; }

/*3. COMPONENTS */
.ps-cart--mini {
  position: relative; }
  .ps-cart--mini .ps-cart__toggle {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    color: #ffffff; }
    .ps-cart--mini .ps-cart__toggle span {
      position: absolute;
      bottom: 0;
      right: -6px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      vertical-align: top;
      width: 22px;
      height: 22px;
      border-radius: 50%;
      background-color: #ce873a; }
      .ps-cart--mini .ps-cart__toggle span i {
        position: relative;
        top: -1px;
        display: inline-block;
        font-size: 18px;
        color: #ffffff;
        font-style: normal;
        line-height: 1em; }
    .ps-cart--mini .ps-cart__toggle:hover {
      color: #e10000; }
  .ps-cart--mini .ps-cart__items {
    border-bottom: none; }
    .ps-cart--mini .ps-cart__items .ps-product--mini-cart {
      padding-bottom: 30px;
      margin-bottom: 30px;
      border-bottom: 1px solid #eaeaea; }
      .ps-cart--mini .ps-cart__items .ps-product--mini-cart:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border: none; }
  .ps-cart--mini .ps-cart__footer {
    padding-top: 50px;
    margin-top: 50px;
    border-top: 1px solid  #eaeaea; }
    .ps-cart--mini .ps-cart__footer h3 {
      display: block;
      margin-bottom: 20px;
      font-size: 18px;
      font-weight: 600;
      text-transform: capitalize;
      color: #222;
      line-height: 30px; }
      .ps-cart--mini .ps-cart__footer h3 strong {
        float: right;
        color: #e10000;
        font-size: 18px;
        font-weight: 500; }
  .ps-cart--mini figure .ps-btn {
    margin-bottom: 10px;
    padding: 12px 30px;
    text-align: center;
    width: 100%;
    float: left;

}
  .ps-cart--mini figure .ps-btn--black {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
    min-height: 48px; }
  .ps-cart--mini:hover .ps-cart__content {
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
    visibility: visible;
    opacity: 1; }

.ps-cart--mobile .ps-cart__content {
  padding: 20px 10px 0;
  min-height: calc(100vh - 250px); }

.ps-cart--mobile .ps-cart__items {
  padding: 30px 0; }
  .ps-cart--mobile .ps-cart__items .ps-product--mini-cart {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #efd5ba; }
    .ps-cart--mobile .ps-cart__items .ps-product--mini-cart:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border: none; }

.ps-cart--mobile .ps-cart__footer {
  padding: 20px 30px 30px;
  background-color: #f7e8da;
  border: none; }
  .ps-cart--mobile .ps-cart__footer h3 {
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #222;
    line-height: 30px; }
    .ps-cart--mobile .ps-cart__footer h3 strong {
      float: right;
      color: #ce873a;
      font-size: 30px; }

.ps-cart--mobile figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .ps-cart--mobile figure .ps-btn {
    margin-bottom: 10px;
    padding: 12px 30px;
    text-align: center; }
  .ps-cart--mobile figure .ps-btn--dark {
    background-color: #7f462c; }

@media (max-width: 479px) {
  .ps-cart--mobile .ps-cart__footer {
    padding: 20px 15px 0; }
    .ps-cart--mobile .ps-cart__footer figure {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
      .ps-cart--mobile .ps-cart__footer figure .ps-btn {
        width: 100%;
        text-align: center;
        max-width: 100%; } }

.ps-form--keep-connected {
  position: relative; }
  .ps-form--keep-connected i, .ps-form--keep-connected button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .ps-form--keep-connected input {
    height: 60px;
    padding-left: 40px;
    border: none;
    border-bottom: 1px solid #eaeaea;
    font-size: 15px; }
    .ps-form--keep-connected input::-webkit-input-placeholder {
      color: #bbb;
      font-size: 15px;
      font-weight: 400; }
    .ps-form--keep-connected input::-moz-placeholder {
      color: #bbb;
      font-size: 15px;
      font-weight: 400; }
    .ps-form--keep-connected input:-moz-placeholder {
      color: #bbb;
      font-size: 15px;
      font-weight: 400; }
    .ps-form--keep-connected input:-ms-input-placeholder {
      color: #bbb;
      font-size: 15px;
      font-weight: 400; }
  .ps-form--keep-connected i {
    left: 0;
    font-size: 16px;
    color: #c8c8c8;
    display: block; }
  .ps-form--keep-connected button {
    right: 0;
    margin-bottom: 0;
    bottom: 0;
    font-size: 12px;
    font-weight: 700;
    color: #000;
    border: none;
    letter-spacing: .05em;
    text-transform: uppercase;
    background-color: transparent; }
    .ps-form--keep-connected button:hover {
      color: #e10000; }
  @media (max-width: 479px) {
    .ps-form--keep-connected input {
      padding-left: 0; }
    .ps-form--keep-connected i {
      display: none; } }

.ps-form--404 {
  text-align: center; }
  .ps-form--404 .ps-form__header {
    margin-bottom: 40px; }
    .ps-form--404 .ps-form__header i {
      font-size: 72px;
      color: #e10000; }
  .ps-form--404 h3 {
    margin-bottom: 30px;
    font-size: 36px; }
  .ps-form--404 p {
    margin-bottom: 30px;
    font-size: 16px; }
    .ps-form--404 p a {
      color: #e10000;
      text-decoration: underline;
      font-size: inherit; }
  .ps-form--404 input {
    height: 53px; }
  .ps-form--404 .form-group--icon {
    max-width: 370px;
    margin: 0 auto; }
    .ps-form--404 .form-group--icon i {
      font-size: 20px; }

.ps-form--contact .form-group {
  margin-bottom: 30px; }
  .ps-form--contact .form-group label {
    font-size: 16px; }
    .ps-form--contact .form-group label sup {
      color: red;
      font-size: 16px; }

.ps-form--widget-search {
  position: relative; }
  .ps-form--widget-search input {
    padding-left: 0;
    height: 45px;
    border: none;
    border-bottom: 1px solid #eaeaea;
    text-indent: 40px; }
  .ps-form--widget-search button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    background-color: transparent;
    width: 40px;
    height: 40px; }

.ps-form--post-comment {
  margin: 0 auto;
  max-width: 800px;
  padding-top: 60px; }
  .ps-form--post-comment h3 {
    font-size: 24px; }
  .ps-form--post-comment p {
    margin-bottom: 15px;
    color: #222; }
  .ps-form--post-comment .ps-list--social li a {
    border-radius: 0;
    min-width: 85px;
    height: 50px;
    border: none; }
  @media (min-width: 992px) {
    .ps-form--post-comment {
      padding-top: 100px; }
      .ps-form--post-comment h3 {
        font-size: 36px; } }

.ps-form--product-review h4 {
  margin-bottom: 1.5rem;
  font-weight: 500; }

.ps-form--product-review .br-wrapper a {
  font-size: 14px; }

.ps-form--product-review .form-group label sup {
  color: #FF3C35; }

.ps-form--product-review .ps-form__header h3 {
  font-size: 24px; }

.ps-form--product-review .ps-form__header p {
  margin-bottom: 20px;
  color: #222; }
  .ps-form--product-review .ps-form__header p sup {
    color: #FF3C35; }

.ps-form--product-review .ps-form__header .ps-list--social {
  margin-bottom: 10px; }

@media (min-width: 768px) {
  .ps-form--product-review .ps-form__header h3 {
    font-size: 24px; } }

.ps-form--header-search {
  position: relative; }
  .ps-form--header-search input {
    padding-left: 0;
    height: 40px;
    border: none;
    font-size: 15px;
    border-bottom: 1px solid transparent; }
    .ps-form--header-search input::-webkit-input-placeholder {
      color: #bbbbbb;
      font-size: 15px; }
    .ps-form--header-search input::-moz-placeholder {
      color: #bbbbbb;
      font-size: 15px; }
    .ps-form--header-search input:-moz-placeholder {
      color: #bbbbbb;
      font-size: 15px; }
    .ps-form--header-search input:-ms-input-placeholder {
      color: #bbbbbb;
      font-size: 15px; }
    .ps-form--header-search input:focus {
      border-bottom-color: #bbb; }
  .ps-form--header-search button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    border: none;
    background-color: transparent;
    width: 40px;
    height: 40px;
    font-size: 20px; }

.ps-form--checkout .form-group label {
  color: #777;
  font-size: 16px; }

.ps-form--checkout .form-group .form-control {
  border: 2px solid #eaeaea;
  font-size: 1em; }

.ps-form--checkout .form-group input {
  height: 46px; }

.ps-form--checkout .select2 .select2-selection {
  border: 2px solid #eaeaea; }

.ps-form--checkout .ps-checkbox > label:before {
  border-radius: 2px;
  border: 2px solid #eaeaea; }

.ps-form--checkout .ps-checkbox > label strong {
  font-size: 20px;
  color: #222;
  line-height: 20px; }

.ps-form--checkout .create-account {
  margin-top: 40px;
  padding-bottom: 20px; }
  .ps-form--checkout .create-account:last-child {
    margin-bottom: 30px; }

.ps-form--checkout .shipping {
  margin-bottom: 36px; }

.ps-form--checkout .ps-form__heading {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700; }

.ps-form--checkout .ps-form__orders h3 {
  font-size: 24px;
  margin-bottom: 30px; }

.ps-form--auth {
  max-width: 370px;
  margin: 0 auto; }
  .ps-form--auth .ps-tab-list {
    margin-bottom: 70px;
    text-align: center; }
    .ps-form--auth .ps-tab-list li {
      margin-right: 0px;
      /*display: inline-block; */
        text-align: right;
}
      .ps-form--auth .ps-tab-list li a {
        font-size: 24px;
        font-weight: 700;
        color: #ccc; }
      .ps-form--auth .ps-tab-list li:last-child {
        margin-right: 0; }
      .ps-form--auth .ps-tab-list li.active a {
        color: #222; }
  .ps-form--auth .form-control::-webkit-input-placeholder {
    font-size: 16px;
    color: #999; }
  .ps-form--auth .form-control::-moz-placeholder {
    font-size: 16px;
    color: #999; }
  .ps-form--auth .form-control:-moz-placeholder {
    font-size: 16px;
    color: #999; }
  .ps-form--auth .form-control:-ms-input-placeholder {
    font-size: 16px;
    color: #999; }
  .ps-form--auth .ps-list--social li a {
    border-radius: 0;
    min-width: 85px;
    height: 50px;
    border: none; }
  .ps-form--auth .ps-form__desc {
    margin-bottom: 50px; }
    .ps-form--auth .ps-form__desc p {
      font-size: 16px; }

.ps-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.75s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 0.75s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.75s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0; }
  .ps-search:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(246, 135, 115, 0.95);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.7, 0, 0.3, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition: transform 0.6s cubic-bezier(0.7, 0, 0.3, 1);
    transition: transform 0.6s cubic-bezier(0.7, 0, 0.3, 1);
    transition: transform 0.6s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 0.6s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: scale3d(1, 0, 1);
    -moz-transform: scale3d(1, 0, 1);
    -ms-transform: scale3d(1, 0, 1);
    -o-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%; }
  .ps-search__content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 1200px;
    width: 100%;
    padding: 0 3rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .ps-search .ps-form--primary-search {
    max-width: 800px;
    margin: 0 auto;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.6s cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition: all 0.6s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 0.6s cubic-bezier(0.7, 0, 0.3, 1);
    visibility: hidden;
    opacity: 0; }
  .ps-search > .ps-btn--close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 50px;
    height: 50px;
    background-color: #000;
    z-index: 1000;
    -webkit-transform: scale(0, 0) rotate(0);
    -moz-transform: scale(0, 0) rotate(0);
    -ms-transform: scale(0, 0) rotate(0);
    -o-transform: scale(0, 0) rotate(0);
    transform: scale(0, 0) rotate(0);
    border-radisus: 50%;
    -webkit-transition: all 0.6s cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition: all 0.6s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 0.6s cubic-bezier(0.7, 0, 0.3, 1);
    border: none; }
    .ps-search > .ps-btn--close:before, .ps-search > .ps-btn--close:after {
      background-color: #ffffff;
      height: 50%; }
    .ps-search > .ps-btn--close:hover {
      background-color: #f44336; }
  .ps-search.active {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
    .ps-search.active:before {
      -webkit-transform: scale3d(1, 1, 1);
      -moz-transform: scale3d(1, 1, 1);
      -ms-transform: scale3d(1, 1, 1);
      -o-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
      -webkit-transform-origin: 50% 0%;
      -moz-transform-origin: 50% 0%;
      -ms-transform-origin: 50% 0%;
      -o-transform-origin: 50% 0%;
      transform-origin: 50% 0%; }
    .ps-search.active > .ps-btn--close {
      visibility: visible;
      opacity: 1;
      -webkit-transform: scale(1, 1) rotate(180deg);
      -moz-transform: scale(1, 1) rotate(180deg);
      -ms-transform: scale(1, 1) rotate(180deg);
      -o-transform: scale(1, 1) rotate(180deg);
      transform: scale(1, 1) rotate(180deg);
      -webkit-transition-delay: .75s;
      -o-transition-delay: .75s;
      transition-delay: .75s; }
    .ps-search.active .ps-form--primary-search {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition-delay: .35s;
      -o-transition-delay: .35s;
      transition-delay: .35s;
      visibility: visible;
      opacity: 1; }
  @media (max-width: 479px) {
    .ps-search__content {
      padding: 0 1.5rem; } }

.ps-section .ps-section__header figcaption {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 24px;
  color: #222;
  line-height: 1.2em; }

.ps-section .ps-section__header p {
  margin-bottom: 0;
  font-size: 16px; }

@media (min-width: 1200px) {
  .ps-section .ps-section__header figcaption {
    font-size: 36px; }
  .ps-section .ps-section__header p {
    font-size: 16px; } }

/* Homepage section*/
.ps-home-subscribe {
  padding: 60px 0; }
  .ps-home-subscribe p {
    margin-bottom: 0;
    font-size: 14px; }
  .ps-home-subscribe figcaption {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 24px;
    color: #222;
    line-height: 1.2em; }
  .ps-home-subscribe figure {
    margin-bottom: 30px; }
  @media (min-width: 992px) {
    .ps-home-subscribe figure {
      margin-bottom: 0; } }
  @media (min-width: 1200px) {
    .ps-home-subscribe {
      padding: 100px 0; }
      .ps-home-subscribe figcaption {
        font-size: 36px; }
      .ps-home-subscribe p {
        font-size: 16px; } }

.ps-section--partners {
  padding: 60px 0; }
  .ps-section--partners .owl-stage {
    position: relative; }
  .ps-section--partners .owl-item {
    height: 100%; }
    .ps-section--partners .owl-item a {
      min-height: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
  @media (min-width: 1200px) {
    .ps-section--partners {
      padding: 100px 0; } }

.ps-home-product {
  position: relative;
  padding: 90px 0 2.8125rem; }
  .ps-home-product .ps-product {
    max-width: 300px;
    margin: 0 auto 40px; }
  .ps-home-product .ps-section__header {
    padding-bottom: 2.8125rem; }
    .ps-home-product .ps-section__header h3 {
      display: inline-block;
      font-size: 36px;
      margin-top: 0;
      margin-bottom: 20px;
      max-width: 400px; }
    .ps-home-product .ps-section__header ul li {
      display: inline-block;
      margin-right: 30px; }
      .ps-home-product .ps-section__header ul li:last-child {
        margin-right: 0; }
      .ps-home-product .ps-section__header ul li a {
        font-size: 16px;
        color: #bbbbbb; }
        .ps-home-product .ps-section__header ul li a:hover {
          color: #222; }
      .ps-home-product .ps-section__header ul li.active a {
        color: #222; }
  .ps-home-product .ps-section__footer {
    text-align: center; }
    .ps-home-product .ps-section__footer a {
      display: inline-block;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: .05em; }
      .ps-home-product .ps-section__footer a:before {
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #222;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease; }
  @media (min-width: 992px) {
    .ps-home-product .ps-section__header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .ps-home-product .ps-section__header ul {
        text-align: left; } }
  @media (min-width: 1200px) {
    .ps-home-product .ps-product {
      margin-bottom: 60px; }
    .ps-home-product .ps-section__header {
      padding-bottom: 85px; }
      .ps-home-product .ps-section__header h3 {
        margin-bottom: 0; }
      .ps-home-product .ps-section__header ul {
        text-align: right; } }
  @media (min-width: 1366px) {
    .ps-home-product .ps-product {
      margin-bottom: 70px; } }

.ps-home-product--fullwidth {
  padding: 60px 0; }
  .ps-home-product--fullwidth .ps-product {
    margin-bottom: 60px; }
  .ps-home-product--fullwidth .ps-tab-list {
    text-align: center; }
    .ps-home-product--fullwidth .ps-tab-list li {
      display: inline-block;
      margin-right: 30px; }
      .ps-home-product--fullwidth .ps-tab-list li a {
        font-size: 16px;
        color: #bbbbbb; }
      .ps-home-product--fullwidth .ps-tab-list li:last-child {
        margin-right: 0; }
      .ps-home-product--fullwidth .ps-tab-list li.active a, .ps-home-product--fullwidth .ps-tab-list li:hover a {
        color: #222; }
  .ps-home-product--fullwidth .ps-section__header {
    padding-bottom: 60px; }
  @media (min-width: 768px) {
    .ps-home-product--fullwidth .ps-tab-list li {
      margin-right: 64px; }
      .ps-home-product--fullwidth .ps-tab-list li a {
        font-size: 24px; } }
  @media (min-width: 992px) {
    .ps-home-product--fullwidth .ps-section__header {
      padding-bottom: 80px; } }
  @media (min-width: 1440px) {
    .ps-home-product--fullwidth {
      padding: 100px 0; }
      .ps-home-product--fullwidth .ps-product {
        margin-bottom: 90px; }
      .ps-home-product--fullwidth .container-fluid {
        padding: 0 80px; } }

.ps-home-top-sellers .ps-product-box {
  margin-bottom: 50px; }
  .ps-home-top-sellers .ps-product-box.reverse {
    margin-bottom: 0; }
    .ps-home-top-sellers .ps-product-box.reverse .ps-product--outside.large {
      margin-left: 0; }

.ps-home-top-sellers .ps-section__header {
  margin-bottom: 50px; }

@media (min-width: 1200px) {
  .ps-home-top-sellers .ps-product-box {
    margin-bottom: 150px; } }

.ps-deal-of-day {
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .ps-deal-of-day p {
    font-size: 18px;
    margin-bottom: 12px;
    line-height: 1.2em; }
  .ps-deal-of-day h3 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 16px; }
  .ps-deal-of-day h5 {
    margin-bottom: 23px;
    font-size: 18px;
    color: #222;
    font-weight: 500; }
    .ps-deal-of-day h5 del {
      color: #999;
      font-weight: 500;
      margin-left: 10px; }
  .ps-deal-of-day .ps-badge {
    display: inline-block;
    margin-bottom: 50px; }
  .ps-deal-of-day .ps-countdown {
    text-align: center; }
    .ps-deal-of-day .ps-countdown .text {
      display: block;
      font-size: 16px;
      color: #999; }
    .ps-deal-of-day .ps-countdown li {
      display: inline-block;
      margin-right: 20px; }
      .ps-deal-of-day .ps-countdown li > span:not(.text) {
        font-size: 20px;
        font-weight: 700; }
      .ps-deal-of-day .ps-countdown li:last-child {
        margin-right: 0; }
  .ps-deal-of-day .ps-section__countdown {
    display: block;
    background-color: #fff;
    padding: 15px 20px;
    -webkit-box-shadow: 0 0px 3px 0 #f3f3f3;
    box-shadow: 0 0px 3px 0 #f3f3f3; }
  .ps-deal-of-day .ps-section__content {
    max-width: 1170px;
    padding: 0 15px; }
  .ps-deal-of-day .ps-section__footer {
    padding-top: 55px; }
  @media (min-width: 320px) and (max-width: 1199px) {
    .ps-deal-of-day.bg--top-right {
      background-position: 50% 0 !important; } }
  @media (min-width: 768px) {
    .ps-deal-of-day h3 {
      font-size: 36px; }
    .ps-deal-of-day .ps-countdown {
      text-align: center; }
      .ps-deal-of-day .ps-countdown .text {
        font-size: 16px; }
      .ps-deal-of-day .ps-countdown li {
        margin-right: 45px; }
        .ps-deal-of-day .ps-countdown li > span:not(.text) {
          font-size: 30px; }
    .ps-deal-of-day .ps-section__countdown {
      display: inline-block;
      padding: 18px 40px;
      -webkit-box-shadow: 0 36px 68px 0 #f3f3f3;
      box-shadow: 0 36px 68px 0 #f3f3f3; }
    .ps-deal-of-day .ps-section__content {
      padding: 0 50px; } }
  @media (min-width: 1200px) {
    .ps-deal-of-day {
      min-height: 700px; }
      .ps-deal-of-day .ps-section__content {
        padding: 0; } }

.ps-deal-of-day--2 {
  padding-bottom: 60px; }
  .ps-deal-of-day--2 small {
    display: block;
    color: #7cafca;
    font-size: 12px;
    text-transform: uppercase; }
  .ps-deal-of-day--2 p {
    font-size: 16px;
    color: #222; }
  .ps-deal-of-day--2 .ps-countdown li {
    text-align: left; }
    .ps-deal-of-day--2 .ps-countdown li span {
      color: #e10000; }
  .ps-deal-of-day--2 .ps-btn {
    border-radius: 50px;
    background-color: #7cafca; }
    .ps-deal-of-day--2 .ps-btn:hover {
      background-color: #e10000; }
  .ps-deal-of-day--2 .ps-section__countdown {
    padding: 40px 0 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .ps-deal-of-day--2 .ps-section__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse wrap;
    flex-flow: column-reverse wrap; }
  .ps-deal-of-day--2 .ps-section__right {
    margin-bottom: 50px; }
    .ps-deal-of-day--2 .ps-section__right img {
      max-height: 400px; }
  @media (min-width: 992px) {
    .ps-deal-of-day--2 {
      padding-bottom: 100px; }
      .ps-deal-of-day--2 .ps-section__container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap; }
        .ps-deal-of-day--2 .ps-section__container > * {
          width: 100%; }
      .ps-deal-of-day--2 .ps-section__right {
        text-align: center; }
        .ps-deal-of-day--2 .ps-section__right img {
          max-height: 575px; } }
  @media (min-width: 1200px) {
    .ps-deal-of-day--2 {
      padding-bottom: 150px; }
      .ps-deal-of-day--2 h3 {
        font-size: 48px; } }

.ps-site-features {
  padding: 60px 0;
  text-align: center; }
  .ps-site-features .ps-block--box-icon {
    display: inline-block;
    margin-bottom: 30px;
    text-align: left; }
  @media (min-width: 992px) {
    .ps-site-features {
      padding: 80px 0 70px; }
      .ps-site-features .ps-block--box-icon {
        margin-bottom: 0; } }

.ps-home-promotion {
    padding: 160px 0 150px;
    text-align: center;
}
  .ps-home-promotion h5 {
    margin-bottom: 30px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 27px;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 16px;
    background-color: #e10000;
    text-transform: uppercase;
    color: #ffffff; }
  .ps-home-promotion h2 {
    font-size: 36px;
    line-height: 1;
    letter-spacing: 1px;
    color: #010101;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
}
    .ps-home-promotion h2 span {
    display: block;
    color: #010101;
    font-weight: 900;
    font-size: 120px;
}
  .ps-home-promotion p {
    max-width: 480px;
    margin: 0 auto 40px;
    font-size: 16px;
    color: #777777; }
  .ps-home-promotion .ps-btn {
    padding: 13px 40px; }
  .ps-home-promotion.bg--top {
    background-position: 50% 50% !important; }
  @media (min-width: 768px) {
    .ps-home-promotion .ps-section__content {
      max-width: 585px;
      margin-left: auto;
      margin-right: 0;
      padding-left: 100px; } 
	  .ps-home-promotion h2 span {
          font-size: 70px; }
}

 @media (max-width: 768px) {
    .ps-home-promotion .ps-section__content {
      max-width: 585px;
      margin-left: auto;
      margin-right: 0;
      padding-left: 100px; } 
	  .ps-home-promotion h2 span {
          font-size: 40px; }
}
  @media (min-width: 1200px) {
    .ps-home-promotion {
      padding: 210px 0 135px; }
      .ps-home-promotion h2 {
        font-size: 60px; }
        .ps-home-promotion h2 span {
          font-size: 90px; }
      .ps-home-promotion p {
        margin-bottom: 60px; }
      .ps-home-promotion .ps-section__content {
        max-width: 585px;
        margin-left: auto;
        margin-right: 0;
        padding-left: 100px; } }

.ps-home-blog {
  padding: 80px 0 25px; }
  .ps-home-blog .ps-post {
    margin-bottom: 40px;
    margin-top: 20px;
}
  .ps-home-blog .ps-section__header {
    padding-bottom: 50px; }
    .ps-home-blog .ps-section__header figcaption {
      font-size: 36px;
      font-weight: 700;
      color: #222; }
    .ps-home-blog .ps-section__header p {
      margin-bottom: 0;
      color: #999999;
      font-size: 16px; }
  @media (min-width: 768px) {
    .ps-home-blog .ps-section__header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-bottom: 90px; } }
  @media (min-width: 992px) {
    .ps-home-blog .ps-post {
      margin-bottom: 0; }
    .ps-home-blog .ps-section__header > a {
      -ms-flex-item-align: end;
      align-self: flex-end; } }

.ps-home-collection-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  .ps-home-collection-2 .ps-block--collection-2 {
    height: 400px; }
  @media (min-width: 992px) {
    .ps-home-collection-2 {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap; }
      .ps-home-collection-2 .ps-block--collection-2 {
        height: 220px; } }
  @media (min-width: 1200px) {
    .ps-home-collection-2 .ps-block--collection-2 {
      height: 400px; } }
  @media (max-width: 1680px) {
    .ps-home-collection-2 .ps-block--collection-2 {
      height: 300px; } }

.ps-home-banner {
  position: relative; }
  .ps-home-banner .ps-section__nav {
    display: none;
    width: 100%;
    text-align: right; }
    .ps-home-banner .ps-section__nav span {
      display: block;
      font-weight: 700;
      font-size: 18px;
      color: #bbbbbb; }
    .ps-home-banner .ps-section__nav small {
      font-size: 13px;
      line-height: 1.8em;
      color: #bbbbbb; }
    .ps-home-banner .ps-section__nav li {
      display: inline-block;
      padding-bottom: 20px;
      margin-bottom: 20px;
      position: relative; }
      .ps-home-banner .ps-section__nav li * {
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease; }
      .ps-home-banner .ps-section__nav li:after {
        content: '';
        position: absolute;
        top: 100%;
        right: 0;
        width: 25px;
        height: 1px;
        background-color: #bbb; }
      .ps-home-banner .ps-section__nav li:last-child {
        margin-bottom: 0;
        padding-bottom: 0; }
        .ps-home-banner .ps-section__nav li:last-child:after {
          display: none; }
      .ps-home-banner .ps-section__nav li.active span, .ps-home-banner .ps-section__nav li.active small, .ps-home-banner .ps-section__nav li:hover span, .ps-home-banner .ps-section__nav li:hover small {
        color: #222; }
  @media (min-width: 1200px) {
    .ps-home-banner .ps-section__nav {
      position: absolute;
      top: 0;
      right: 30px;
      z-index: 30;
      height: 100%;
      max-width: 150px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
      flex-flow: column wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .ps-home-banner .ps-section__nav li {
        width: 100%; } }
  @media (min-width: 1440px) {
    .ps-home-banner .ps-section__nav {
      right: 80px; } }

.ps-home-intro {
  text-align: center;
  padding: 100px 0 35px;
  background-color: transparent; }
  .ps-home-intro h2 {
    margin-bottom: 20px;
    font-size: 28px;
    color: #e10000;
    text-align: center;
    line-height: 1.1em; }
  .ps-home-intro h5 {
    color: #91c1b8;
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase; }
  .ps-home-intro p {
    color: #222; }
  @media (min-width: 480px) {
    .ps-home-intro h2 {
      margin-bottom: 40px;
      font-size: 36px; }
    .ps-home-intro h5 {
      font-size: 16px; }
    .ps-home-intro p {
      font-size: 18px; } }
  @media (min-width: 1200px) {
    .ps-home-intro {
      padding: 160px 0 100px; }
      .ps-home-intro h2 {
        font-size: 72px; } }
  @media (min-width: 1440px) {
    .ps-home-intro {
      padding: 195px 0 180px; }
      .ps-home-intro h5 {
        margin-bottom: 20px; } }

.ps-home-intro-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap; }
  .ps-home-intro-2 .ps-section__left {
    padding-bottom: 30px; }
  @media (min-width: 992px) {
    .ps-home-intro-2 .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .ps-home-intro-2 .container > * {
        width: 100%;
        max-width: 50%; }
    .ps-home-intro-2 .ps-section__left {
      padding-bottom: 0; }
      .ps-home-intro-2 .ps-section__left a {
        display: block; }
    .ps-home-intro-2 .ps-section__right {
      padding-left: 40px; }
      .ps-home-intro-2 .ps-section__right h3 {
        margin-bottom: 20px;
        position: relative;
        left: -100px;
        font-size: 24px; }
      .ps-home-intro-2 .ps-section__right p {
        margin-bottom: 50px;
        font-size: 16px; } }
  @media (min-width: 1200px) {
    .ps-home-intro-2 .ps-section__right {
      padding-left: 70px; }
      .ps-home-intro-2 .ps-section__right h3 {
        font-size: 36px; } }

.ps-home-checkout-product {
  padding: 75px 0 100px;
  text-align: center; }
  .ps-home-checkout-product h4 {
    padding-bottom: 30px;
    font-size: 24px; }
  .ps-home-checkout-product .ps-btn {
    padding: 13px 40px; }
  @media (min-width: 992px) {
    .ps-home-checkout-product {
      padding: 100px 0 150px; }
      .ps-home-checkout-product h4 {
        padding-bottom: 60px;
        font-size: 36px; } }

.ps-home-product--right {
  padding-top: 80px; }
  .ps-home-product--right .ps-product--standard {
    margin-bottom: 50px; }
  .ps-home-product--right .ps-section__header {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 50px; }
    .ps-home-product--right .ps-section__header:before {
      content: '';
      position: absolute;
      top: 100%;
      left: 0;
      width: 50px;
      height: 1px;
      background-color: #eaeaea; }
    .ps-home-product--right .ps-section__header p {
      margin-bottom: 20px;
      color: #bbbbbb;
      font-weight: 300;
      letter-spacing: 2px;
      text-transform: uppercase; }
    .ps-home-product--right .ps-section__header h3 {
      margin-bottom: 0;
      font-size: 24px;
      text-align: left;
      letter-spacing: -2px; }
  .ps-home-product--right .ps-section__footer {
    margin-bottom: 50px; }
    .ps-home-product--right .ps-section__footer figure {
      position: relative;
      margin-bottom: 30px;
      padding-bottom: 30px; }
      .ps-home-product--right .ps-section__footer figure:before {
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        width: 50px;
        height: 1px;
        background-color: #eaeaea; }
    .ps-home-product--right .ps-section__footer figcaption {
      font-size: 24px;
      color: #222;
      font-weight: 700;
      line-height: 1.8; }
    .ps-home-product--right .ps-section__footer h5 {
      font-size: 14px;
      letter-spacing: 1px;
      margin-bottom: 0;
      color: #222; }
    .ps-home-product--right .ps-section__footer p {
      margin-bottom: 10px;
      font-weight: 300;
      font-size: 16px; }
  @media (min-width: 480px) {
    .ps-home-product--right .ps-section__header h3 {
      font-size: 36px; } }
  @media (min-width: 992px) {
    .ps-home-product--right {
      padding-top: 100px; }
      .ps-home-product--right .ps-section__left {
        max-width: 66.66666%;
        padding-right: 30px; }
      .ps-home-product--right .ps-section__right {
        max-width: 33.3333%; }
      .ps-home-product--right .ps-section__header {
        margin-bottom: 70px; }
        .ps-home-product--right .ps-section__header h3 {
          font-size: 48px; }
      .ps-home-product--right .ps-section__footer figcaption {
        font-size: 24px; }
      .ps-home-product--right .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .ps-home-product--right .container > * {
          width: 100%; } }
  @media (min-width: 1200px) {
    .ps-home-product--right {
      padding-top: 200px; }
      .ps-home-product--right .ps-product--standard {
        margin-bottom: 100px; }
      .ps-home-product--right .ps-section__left {
        padding-right: 150px; }
      .ps-home-product--right .ps-section__header {
        margin-bottom: 120px; }
      .ps-home-product--right .ps-section__footer {
        margin-bottom: 110px; } }

@media (min-width: 992px) {
  .ps-home-product--left .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; }
  .ps-home-product--left > * {
    width: 100%; }
  .ps-home-product--left .ps-section__left {
    max-width: 33.3333%; }
  .ps-home-product--left .ps-section__right {
    padding-left: 30px; } }

@media (min-width: 1200px) {
  .ps-home-product--left .ps-section__right {
    padding-left: 150px; } }

.ps-home-our-history {
  text-align: center;
  padding: 60px 0 40px; }
  .ps-home-our-history h3 {
    margin-bottom: 42px;
    font-size: 36px; }
  .ps-home-our-history p {
    max-width: 800px;
    margin: 0 auto;
    font-weight: 400;
    color: #666;
    line-height: 1.8em;
    font-size: 14px; }
  @media (min-width: 768px) {
    .ps-home-our-history {
      padding: 80px 0 60px; }
      .ps-home-our-history h3 {
        font-size: 36px; } }
  @media (min-width: 1200px) {
    .ps-home-our-history {
      padding: 120px 0 100px; }
      .ps-home-our-history p {
        font-size: 18px; } }

.ps-home-special-price {
  background-color: #e9f4eb;
  padding: 60px 0;
  min-height: 330px; }
  .ps-home-special-price h5 {
    font-weight: 300;
    color: #222; }
  .ps-home-special-price h3 {
    font-size: 24px;
    color: #a3cc9e;
    line-height: 1em;
    margin-bottom: 30px; }
  .ps-home-special-price p {
    color: #222; }
  @media (min-width: 1200px) {
    .ps-home-special-price {
      padding: 90px 0; }
      .ps-home-special-price .ps-section__content img {
        position: absolute;
        top: 0; }
      .ps-home-special-price h3 {
        font-size: 36px; } }

/* Shop */
.ps-shop {
  padding: 60px 0; }
  .ps-shop .ps-product {
    margin-bottom: 40px; }
  .ps-shop .ps-product--horizontal {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #eaeaea; }
    .ps-shop .ps-product--horizontal:last-child {
      border-bottom: 0;
      padding-bottom: 0; }
  .ps-shop .ps-shop__layouts {
    display: none; }
    .ps-shop .ps-shop__layouts a {
      display: inline-block;
      vertical-align: top;
      margin-right: 20px;
      font-size: 18px;
      color: #999; }
      .ps-shop .ps-shop__layouts a:last-child {
        margin-right: 0; }
      .ps-shop .ps-shop__layouts a.active {
        color: #222; }
  .ps-shop .ps-shop__sorting {
    display: none; }
    .ps-shop .ps-shop__sorting > span {
      font-weight: 700;
      color: #222;
      padding-right: 20px; }
    .ps-shop .ps-shop__sorting .select2 {
      min-width: 0; }
      .ps-shop .ps-shop__sorting .select2 .select2-selection {
        padding: 0;
        border: none; }
        .ps-shop .ps-shop__sorting .select2 .select2-selection .select2-selection__rendered {
          padding: 0;
          font-size: 16px;
          color: #999; }
        .ps-shop .ps-shop__sorting .select2 .select2-selection .select2-selection__arrow {
          color: #999; }
  .ps-shop .ps-shop__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .ps-shop .ps-shop__actions > * {
      padding-right: 50px; }
    .ps-shop .ps-shop__actions .ps-shop__layouts {
      padding-right: 0; }
  .ps-shop .ps-shop__filter {
    display: none; }
  .ps-shop .ps-shop__filter-panel {
    display: none;
    padding-top: 30px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 30px;
}
    .ps-shop .ps-shop__filter-panel .widget {
      margin-bottom: 30px; }
      .ps-shop .ps-shop__filter-panel .widget .widget-title {
        margin-bottom: 30px;
        font-size: 17px; }
      .ps-shop .ps-shop__filter-panel .widget .ps-list--under li a {
        color: #999;
        font-size: 14px; }
        .ps-shop .ps-shop__filter-panel .widget .ps-list--under li a:hover {
          color: #222; }
    @media (max-width: 767px) {
      .ps-shop .ps-shop__filter-panel {
        padding: 35px 0 0; } }
  .ps-shop .ps-shop__footer {
    text-align: center; }
  .ps-shop .ps-shop__left {
    margin-bottom: 20px; }
  .ps-shop .ps-shop__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    .ps-shop .ps-shop__right > p {
      margin-right: 20px;
      margin-bottom: 0;
      font-size: 16px; }
      .ps-shop .ps-shop__right > p strong {
        color: #222; }
    .ps-shop .ps-shop__right .ps-shop__layouts {
      padding-right: 0; }
    .ps-shop .ps-shop__right .ps-shop__filter {
      width: 100%;
      margin-bottom: 10px; }
    .ps-shop .ps-shop__right .ps-shop__filter-toggle--mobile {
      padding-right: 0; }
  .ps-shop .ps-shop__header {
    padding-bottom: 30px; }
    .ps-shop .ps-shop__header h1 {
      font-size: 36px; }
  @media (min-width: 768px) {
    .ps-shop .ps-shop__sorting {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .ps-shop .ps-product--horizontal {
      padding-bottom: 70px;
      margin-bottom: 70px; }
    .ps-shop .ps-shop__right {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap; }
      .ps-shop .ps-shop__right .ps-shop__filter {
        width: auto; } }
  @media (min-width: 1200px) {
    .ps-shop {
      padding: 100px 0; }
      .ps-shop .ps-shop__layouts {
        display: inline-block; }
      .ps-shop .ps-shop__filter-toggle--mobile {
        display: none; }
      .ps-shop .ps-shop__filter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .ps-shop .ps-shop__filter .ps-shop__filter-toggle {
          font-size: 16px;
          color: #222;
          font-weight: 700; }
          .ps-shop .ps-shop__filter .ps-shop__filter-toggle i {
            margin-left: 10px;
            color: #999; }
      .ps-shop .ps-shop__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 100px; }
        .ps-shop .ps-shop__header h1 {
          font-size: 48px; }
      .ps-shop .ps-shop__left {
        margin-bottom: 0;
        max-width: 200px; }
      .ps-shop .ps-shop__right {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
        .ps-shop .ps-shop__right .ps-shop__filter {
          margin-bottom: 0; }
      .ps-shop .ps-shop__content .ps-product {
        margin-bottom: 65px; } }

@media (min-width: 1200px) {
  .ps-shop--fullwidth .ps-shop__left {
    text-align: center;
    max-width: 100%;
    margin-bottom: 90px; }
  .ps-shop--fullwidth .ps-shop__right {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .ps-shop--fullwidth .ps-shop__header {
    display: block; }
  .ps-shop--fullwidth .ps-shop__content .col-xl-3 {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; } }

@media (min-width: 1440px) {
  .ps-shop--fullwidth .container-fluid {
    padding: 0 80px; }
  .ps-shop--fullwidth .row .col-xl-6 {
    max-width: 100%; } }

.ps-shop--categories .ps-shop__site-features {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 15px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 30px 70px 0 #f2f3f5;
  box-shadow: 0 30px 70px 0 #f2f3f5;
  z-index: 20; }
  .ps-shop--categories .ps-shop__site-features > figure {
    margin-bottom: 20px;
    width: 100%;
    max-width: 50%; }

.ps-shop--categories .ps-block--collection p {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 12px; }

.ps-shop--categories .ps-shop__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -5px;
  padding-top: 20px; }
  .ps-shop--categories .ps-shop__content figure {
    width: 100%;
    max-width: 100%;
    padding: 5px; }

@media (max-width: 767px) {
  .ps-shop--categories .ps-block--collection {
    padding-top: 20px; }
    .ps-shop--categories .ps-block--collection p {
      margin-bottom: 0; }
    .ps-shop--categories .ps-block--collection h5 {
      font-size: 20px; }
    .ps-shop--categories .ps-block--collection .bg--top-right {
      background-position: 100% 50% !important; } }

@media (min-width: 768px) {
  .ps-shop--categories .ps-shop__content figure {
    width: 100%;
    max-width: 50%; }
    .ps-shop--categories .ps-shop__content figure.wide {
      max-width: 50%; } }

@media (min-width: 992px) {
  .ps-shop--categories .ps-shop__content figure {
    width: 100%;
    max-width: 25%; }
    .ps-shop--categories .ps-shop__content figure.wide {
      max-width: 50%; } }

@media (min-width: 1200px) {
  .ps-shop--categories {
    padding: 0 0 60px; }
    .ps-shop--categories .ps-block--box-icon {
      margin-bottom: 0; }
    .ps-shop--categories .ps-block--collection {
      height: 350px; }
    .ps-shop--categories .ps-shop__site-features {
      padding: 40px 80px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      .ps-shop--categories .ps-shop__site-features > figure {
        margin-bottom: 0;
        max-width: 25%; } }

.ps-shop--sidebar .owl-slider {
  width: 100%;
  max-width: 100%; }

.ps-shop--sidebar .widget_shop {
  margin-bottom: 30px; }

.ps-shop--sidebar .ps-shop__banner {
  margin-bottom: 30px; }

.ps-shop--sidebar .ps-shop__sidebar {
  max-width: 300px;
  padding-top: 80px; }

.ps-shop--sidebar .ps-shop__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse; }

.ps-shop--sidebar.banner .ps-shop__header {
  padding-top: 0; }

.ps-shop--sidebar.banner .ps-shop__right {
  margin-bottom: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media (min-width: 1200px) {
  .ps-shop--sidebar .widget_shop {
    margin-bottom: 50px; }
  .ps-shop--sidebar .ps-shop__banner {
    margin-bottom: 50px; }
  .ps-shop--sidebar .ps-shop__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; }
  .ps-shop--sidebar .ps-shop__sidebar, .ps-shop--sidebar .ps-shop__wrapper {
    width: 100%; }
  .ps-shop--sidebar .ps-shop__sidebar {
    padding-top: 0;
    max-width: 220px; }
  .ps-shop--sidebar .ps-shop__wrapper {
    padding-left: 80px;
    max-width: calc(100% - 220px); }
  .ps-shop--sidebar.reverse .ps-shop__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse nowrap;
    flex-flow: row-reverse nowrap; }
  .ps-shop--sidebar.reverse .ps-shop__wrapper {
    padding-left: 0;
    padding-right: 80px; }
  .ps-shop--sidebar.banner .ps-shop__header {
    padding-top: 0;
    padding-bottom: 50px; }
  .ps-shop--sidebar.banner .ps-shop__right {
    margin-bottom: 50px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.ps-shop--masonry .ps-shop__filter-panel {
  margin: 0 auto 70px;
  text-align: center; }
  .ps-shop--masonry .ps-shop__filter-panel li {
    display: inline-block;
    margin-right: 35px; }
    .ps-shop--masonry .ps-shop__filter-panel li a {
      text-transform: uppercase;
      font-size: 18px;
      color: #000000; }
    .ps-shop--masonry .ps-shop__filter-panel li:last-child {
      margin-right: 0; }
    .ps-shop--masonry .ps-shop__filter-panel li.active a {
      font-weight: 700; }

.ps-shop--masonry .ps-shop__masonry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  text-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .ps-shop--masonry .ps-shop__masonry figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    text-align: center;
    width: 100%; }
  .ps-shop--masonry .ps-shop__masonry .ps-product {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto; }

@media (min-width: 480px) {
  .ps-shop--masonry figure {
    margin-bottom: 0;
    max-width: 50%;
    padding: 0 15px; } }

@media (min-width: 1200px) {
  .ps-shop--masonry {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .ps-shop--masonry figure {
      width: 100%;
      max-width: 33.3333%; }
      .ps-shop--masonry figure:nth-child(3n) {
        text-align: right; }
      .ps-shop--masonry figure:nth-child(3n+1) {
        text-align: left; }
    .ps-shop--masonry .ps-shop__filter-panel {
      margin-bottom: 140px; }
    .ps-shop--masonry .ps-shop__left {
      text-align: center;
      max-width: 100%;
      margin-bottom: 90px; }
    .ps-shop--masonry .ps-shop__header {
      display: block; } }

.ps-portfolio-box .ps-section__header {
  padding-bottom: 50px; }
  .ps-portfolio-box .ps-section__header .ps-list {
    text-align: center; }
    .ps-portfolio-box .ps-section__header .ps-list li {
      display: inline-block;
      margin-right: 20px; }
      .ps-portfolio-box .ps-section__header .ps-list li a {
        display: block;
        font-weight: 700;
        color: #bbbbbb;
        font-size: 16px; }
      .ps-portfolio-box .ps-section__header .ps-list li:last-child {
        margin-right: 0; }
      .ps-portfolio-box .ps-section__header .ps-list li.active a, .ps-portfolio-box .ps-section__header .ps-list li:hover a {
        color: #222; }

.ps-portfolio-box .ps-section__footer {
  padding-top: 50px; }

.ps-portfolio-box.carousel .owl-slider .owl-dots {
  bottom: 0; }

@media (min-width: 992px) {
  .ps-portfolio-box .ps-list li {
    margin-right: 40px; }
  .ps-portfolio-box .ps-section__footer {
    padding-top: 100px; } }

@media (min-width: 1200px) {
  .ps-portfolio-box.carousel {
    max-width: 60%;
    margin: 0 auto; }
    .ps-portfolio-box.carousel .owl-slider .owl-stage-outer {
      position: relative;
      left: -20vw;
      padding-left: 20vw;
      width: calc(100% + 40vw); }
    .ps-portfolio-box.carousel .owl-slider .owl-dots {
      visibility: hidden;
      opacity: 0;
      display: none; } }

.ps-shopping-cart figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -5px 50px; }
  .ps-shopping-cart figure .ps-btn {
    margin: 0 5px;
    padding: 12px 10px;
    font-size: 12px;
    width: 100%;
    text-align: center;
    color: #bbb;
    border-color: #eaeaea;
    text-transform: uppercase; }
    .ps-shopping-cart figure .ps-btn:hover {
      border-color: #222;
      color: #222;
      background-color: transparent; }

.ps-shopping-cart .ps-section__actions {
  max-width: 370px; }
  .ps-shopping-cart .ps-section__actions .form-group label {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #222; }
  .ps-shopping-cart .ps-section__actions .form-group input {
    border: 2px solid #eaeaea; }
    .ps-shopping-cart .ps-section__actions .form-group input::-webkit-input-placeholder {
      color: #ccc; }
    .ps-shopping-cart .ps-section__actions .form-group input::-moz-placeholder {
      color: #ccc; }
    .ps-shopping-cart .ps-section__actions .form-group input:-moz-placeholder {
      color: #ccc; }
    .ps-shopping-cart .ps-section__actions .form-group input:-ms-input-placeholder {
      color: #ccc; }
  .ps-shopping-cart .ps-section__actions .form-group .form-group__content {
    position: relative; }
    .ps-shopping-cart .ps-section__actions .form-group .form-group__content a {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 20px;
      font-size: 12px;
      font-weight: 600;
      text-transform: uppercase;
      color: #222; }
      .ps-shopping-cart .ps-section__actions .form-group .form-group__content a:hover {
        color: #e10000; }

.ps-shopping-cart .ps-section__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 50px;
  border-top: 1px solid #eaeaea; }

@media (min-width: 768px) {
  .ps-shopping-cart .ps-section__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

/* Products */
.ps-related-products h3 {
  margin-bottom: 40px;
  text-align: center; }

@media (min-width: 768px) {
  .ps-related-products h3 {
    font-size: 30px; } }

/* Pages */
.ps-about-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-flow: column-reverse wrap;
  flex-flow: column-reverse wrap; }
  .ps-about-intro h5 {
    margin-bottom: 16px;
    line-height: 1em;
    color: #e10000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600; }
  .ps-about-intro h3 {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 1.2em; }
  .ps-about-intro p {
    margin-bottom: 0;
    position: relative; }
  .ps-about-intro .ps-section__content {
    max-width: 500px;
    margin: 0 auto; }
  .ps-about-intro .ps-section__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 30px; }
  .ps-about-intro .ps-section__right {
    padding-bottom: 35px; }
    .ps-about-intro .ps-section__right img {
      width: 100%; }
  @media (min-width: 768px) {
    .ps-about-intro h3 {
      font-size: 36px; }
    .ps-about-intro p {
      font-size: 16px;
      padding-left: 85px; }
      .ps-about-intro p:before {
        content: '';
        position: absolute;
        top: 10px;
        left: 0;
        width: 60px;
        height: 1px;
        background-color: #eaeaea; }
    .ps-about-intro .ps-section__content {
      max-width: 600px; } }
  @media (min-width: 992px) {
    .ps-about-intro {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap; }
      .ps-about-intro .ps-section__left {
        max-width: 50%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
      .ps-about-intro .ps-section__right {
        padding-bottom: 0; } }
  @media (min-width: 1200px) {
    .ps-about-intro h3 {
      font-size: 48px;
      margin-bottom: 50px; }
    .ps-about-intro .ps-section__left {
      padding-right: 6.26vw; } }

.ps-about-quote {
    padding-top: 10px;
}
  .ps-about-quote blockquote {
    margin-bottom: 20px;
    position: relative; }
    .ps-about-quote blockquote:before {
      content: '\e7e5';
      font-family: 'Linearicons';
      position: absolute;
      top: -20px;
      left: -15px;
      color: #eaeaea;
      font-size: 50px;
      line-height: 50px;
      z-index: -1; }
    .ps-about-quote blockquote p {
      margin-bottom: 0;
      font-size: 24px;
      font-style: italic;
      line-height: 1.4em;
      font-weight: 600;
      color: #222; }
  .ps-about-quote figure {
    position: relative;
    padding-bottom: 30px; }
    .ps-about-quote figure:after {
      content: '';
      position: absolute;
      top: 100%;
      left: 0;
      width: 50px;
      height: 1px;
      background-color: #eaeaea; }
    .ps-about-quote figure small {
      display: block;
      margin-bottom: 10px;
      font-size: 12px;
      font-weight: 600;
      color: #e10000;
      text-transform: uppercase; }
    .ps-about-quote figure h4 {
      margin-bottom: 30px;
      font-size: 24px;
      font-weight: 600;
      font-style: italic;
      line-height: 1em;
      color: #222; }
  .ps-about-quote .ps-section__left {
    margin-bottom: 30px; }
  .ps-about-quote .ps-section__right img {
    width: 100%; }
  .ps-about-quote .ps-section__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap; }
  @media (max-width: 480px) {
    .ps-about-quote blockquote p {
      font-size: 20px; }
    .ps-about-quote figure h4 {
      font-size: 20px; } }
  @media (min-width: 768px) {
    .ps-about-quote blockquote {
      margin-bottom: 30px; }
      .ps-about-quote blockquote:before {
        font-size: 40px;
        font-size: 80px; }
    .ps-about-quote figure p {
      line-height: 1.8em;
      font-size: 16px;
      max-width: 430px; }
    .ps-about-quote .ps-section__left {
      margin-bottom: 0;
      max-width: 30%; }
    .ps-about-quote .ps-section__right {
      padding-left: 6.25vw; }
    .ps-about-quote .ps-section__container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap; } }
  @media (min-width: 992px) {
    .ps-about-quote {
      padding-top: 100px; }
      .ps-about-quote blockquote p {
        font-size: 30px; }
      .ps-about-quote figure h4 {
        margin-bottom: 50px;
        font-size: 30px; }
      .ps-about-quote .ps-section__left {
        max-width: 40%; }
      .ps-about-quote .ps-section__right {
        max-width: 60%;
        padding-left: 6.25vw; } }
  @media (min-width: 1200px) {
    .ps-about-quote {
      padding-top: 150px; } }

.ps-about-moments {
  padding: 60px 0 40px; }
  .ps-about-moments figure {
    margin-bottom: 50px; }
    .ps-about-moments figure figcaption {
      margin-bottom: 15px;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 24px;
      line-height: 1em;
      color: #222; }
    .ps-about-moments figure p {
      margin-bottom: 0;
      font-size: 16px; }
  .ps-about-moments .ps-section__header {
    position: relative;
    padding-bottom: 50px;
    max-width: 460px; }
    .ps-about-moments .ps-section__header:after {
      content: '';
      position: absolute;
      top: 100%;
      left: 0;
      width: 50px;
      height: 1px;
      background-color: #eaeaea; }
    .ps-about-moments .ps-section__header p {
    margin-bottom: 0;
    text-align: justify;
}
  @media (min-width: 992px) {
    .ps-about-moments {
      padding: 100px 0 60px; }
      .ps-about-moments .ps-section__header h3 {
        margin-bottom: 20px;
        font-size: 36px; }
      .ps-about-moments .ps-section__header p {
        font-size: 16px; } }
  @media (min-width: 1200px) {
    .ps-about-moments {
      padding: 70px 0 70px; }
      .ps-about-moments .ps-section__header h3 {
        font-size: 48px; } }

.ps-about-video .ps-section__header {
  min-height: 350px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }
  .ps-about-video .ps-section__header p {
    font-size: 30px;
    line-height: 1.4em;
    color: #ffffff; }
  .ps-about-video .ps-section__header h3 {
    margin-bottom: 20px;
    font-size: 48px;
    font-weight: 900;
    color: #ffffff; }

.ps-about-video .ps-section__content {
    padding: 40px 15px;
    margin-bottom: 50px;
    /* [disabled]text-align: center; */
}
  .ps-about-video .ps-section__content figure {
    margin-bottom: 30px; }

.ps-about-video .ps-section__footer {
  max-width: 920px;
  margin: 0 auto; }
  .ps-about-video .ps-section__footer h4 {
    margin: 0 auto 30px;
    max-width: 770px;
    font-size: 24px;
    line-height: 1.2em;
    text-align: center;
    font-weight: 600;
    text-align: center; }
  .ps-about-video .ps-section__footer p {
    color: #777777; }

@media (min-width: 768px) {
  .ps-about-video .ps-section__header {
    min-height: 500px; }
    .ps-about-video .ps-section__header h3 {
      font-size: 48px; }
  .ps-about-video .ps-section__footer h4 {
    margin: 0 auto 50px;
    font-size: 30px;
    line-height: 1.6em; }
  .ps-about-video .ps-section__footer p {
    font-size: 16px; } }

@media (min-width: 992px) {
  .ps-about-video .ps-section__header {
    margin-bottom: 40px; }
    .ps-about-video .ps-section__header h3 {
      font-size: 60px; }
  .ps-about-video .ps-section__content {
    margin-bottom: 90px;
    padding: 40px 80px; } }

@media (min-width: 1200px) {
  .ps-about-video .ps-section__header h3 {
    font-size: 60px; }
  .ps-about-video .ps-section__content figure {
    margin-bottom: 0; } }

.ps-about-leadership {
  padding: 60px 0 30px; }
  .ps-about-leadership .ps-block--leadership {
    margin-bottom: 30px; }
  .ps-about-leadership .ps-section__header {
    margin-bottom: 30px;
    text-align: left;
    font-size: 36px;
}
  @media (min-width: 1200px) {
    .ps-about-leadership {
      padding: 50px 0 120px; }
      .ps-about-leadership .ps-section__header {
        margin-bottom: 70px; }
        .ps-about-leadership .ps-section__header h3 {
          font-size: 60px; } }

.ps-site-partners {
  padding: 60px 0;
  background-color: #fbfbfb; }
  .ps-site-partners .ps-section__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .ps-site-partners .ps-section__content a {
      max-width: 33.3333%;
      display: inline-block;
      vertical-align: top;
      padding: 15px; }
  @media (min-width: 768px) {
    .ps-site-partners .ps-section__content {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap; }
      .ps-site-partners .ps-section__content a {
        max-width: 16.6666%; } }

.ps-faqs .table-responsive {
    margin-bottom: 10px;
}

.ps-faqs .ps-page__footer {
  padding-top: 60px;
  border-top: 1px solid #eaeaea;
  text-align: center; }
  .ps-faqs .ps-page__footer p {
    margin: 0;
    font-size: 24px;
    color: #222; }
    .ps-faqs .ps-page__footer p a {
      font-weight: 700;
      color: #222; }

@media (min-width: 992px) {
  .ps-faqs .ps-page__footer {
    padding-top: 125px;
    border-top: 1px solid #eaeaea; }
    .ps-faqs .ps-page__footer p {
      font-size: 30px; } }

.ps-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  /*padding-top: 60px;*/ }
  .ps-contact .ps-section__right figure {
    margin-bottom: 40px; }
    .ps-contact .ps-section__right figure figcaption {
      color: #222;
      font-weight: 700;
      font-size: 24px;
      margin-bottom: 20px; }
    .ps-contact .ps-section__right figure p {
      margin-bottom: 0;
      font-size: 15px; }
    .ps-contact .ps-section__right figure aside {
      margin-bottom: 20px; }
      .ps-contact .ps-section__right figure aside p {
        margin-bottom: 0;
        font-size: 15px; }
        .ps-contact .ps-section__right figure aside p strong {
          font-size: 12px;
          font-weight: 500;
          color: #222;
          text-transform: uppercase; }
        .ps-contact .ps-section__right figure aside p a {
          font-size: 15px; }
          .ps-contact .ps-section__right figure aside p a:hover {
            color: #e10000; }
      .ps-contact .ps-section__right figure aside:last-child {
        margin-bottom: 0; }
  .ps-contact .ps-section__right .ps-list--social {
    margin-bottom: 50px; }
    .ps-contact .ps-section__right .ps-list--social li {
      margin-right: 5px; }
      .ps-contact .ps-section__right .ps-list--social li a {
        border-color: #eaeaea;
        font-size: 14px; }
        .ps-contact .ps-section__right .ps-list--social li a i {
          font-size: inherit; }
  @media (min-width: 992px) {
    .ps-contact {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      /*padding-top: 100px;*/ }
      .ps-contact .ps-section__left {
        padding-right: 135px; }
      .ps-contact .ps-section__right {
        max-width: 250px; }
        .ps-contact .ps-section__right figure {
          margin-bottom: 65px; }
        .ps-contact .ps-section__right .ps-list--social {
          margin-bottom: 70px; } }

.ps-contact-location {
  padding: 60px 0 40px;
  border-top: 1px solid #eaeaea; }
  .ps-contact-location h4 {
    font-size: 24px;
    margin-bottom: 20px; }
  .ps-contact-location figure {
    margin-bottom: 40px; }
    .ps-contact-location figure figcaption {
      margin-bottom: 3px;
      font-size: 12px;
      font-weight: 600;
      margin-top: 0;
      letter-spacing: 1px;
      color: #222;
      text-transform: uppercase; }
    .ps-contact-location figure p {
      margin-bottom: 0;
      font-size: 15px; }
      .ps-contact-location figure p a {
        word-wrap: break-word; }
        .ps-contact-location figure p a:hover {
          color: #e10000; }
  @media (min-width: 992px) {
    .ps-contact-location {
      padding: 100px 0 80px; }
      .ps-contact-location figure {
        margin-bottom: 60px; } }

.ps-checkout .ps-section__actions {
  padding-bottom: 60px; }

@media (min-width: 1200px) {
  .ps-checkout .ps-section__actions {
    padding-bottom: 100px; } }

.ps-order-tracking {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto; }
  .ps-order-tracking h3 {
    margin-bottom: 90px;
    font-size: 24px; }
  .ps-order-tracking p {
    font-size: 16px;
    color: #777777; }
  .ps-order-tracking form {
    max-width: 800px;
    margin: 0 auto; }
  @media (min-width: 992px) {
    .ps-order-tracking p {
      margin-bottom: 80px; } }
  @media (min-width: 1200px) {
    .ps-order-tracking h3 {
      font-size: 36px; } }

/*Blog*/
.ps-blog {
  padding: 60px 0 0; }
  .ps-blog .ps-blog__related-post {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eaeaea; }
    .ps-blog .ps-blog__related-post h3 {
      margin-bottom: 30px;
      text-align: center;
      font-size: 24px; }
    .ps-blog .ps-blog__related-post .ps-post {
      margin-bottom: 30px; }
  .ps-blog .ps-blog__categories {
    text-align: center; }
    .ps-blog .ps-blog__categories li {
      display: inline-block;
      margin-right: 20px;
      vertical-align: top; }
      .ps-blog .ps-blog__categories li a {
        font-size: 14px;
        color: #bbb;
        font-weight: 400; }
      .ps-blog .ps-blog__categories li:last-child {
        margin-right: 0; }
      .ps-blog .ps-blog__categories li.active a, .ps-blog .ps-blog__categories li:hover a {
        color: #222; }
  .ps-blog .ps-blog__header {
    padding-bottom: 30px; }
  .ps-blog .ps-blog__footer {
    padding-top: 50px;
    text-align: center; }
    .ps-blog .ps-blog__footer .ps-pagination {
      display: inline-block; }
  @media (min-width: 768px) {
    .ps-blog .ps-blog__categories li {
      margin-right: 40px; }
      .ps-blog .ps-blog__categories li a {
        font-size: 18px; } }
  @media (min-width: 992px) {
    .ps-blog {
      padding: 100px 0 0; }
      .ps-blog .ps-blog__related-post {
        padding-top: 60px;
        padding-bottom: 60px; }
        .ps-blog .ps-blog__related-post h3 {
          margin-bottom: 60px;
          text-align: center;
          font-size: 48px; }
        .ps-blog .ps-blog__related-post .ps-post {
          margin-bottom: 0; }
      .ps-blog .ps-blog__header {
        padding-bottom: 60px; } }

.ps-blog--grid {
  padding-bottom: 30px; }
  .ps-blog--grid .ps-post {
    margin-bottom: 40px; }
    .ps-blog--grid .ps-post .ps-post__title {
      font-size: 17px; }
  .ps-blog--grid .ps-blog__header {
    padding-bottom: 60px; }
  @media (min-width: 768px) {
    .ps-blog--grid {
      padding-bottom: 60px; }
      .ps-blog--grid .ps-post {
        margin-bottom: 60px; } }

.ps-blog--list .ps-post--list {
  margin-bottom: 50px; }

.ps-blog--list .ps-blog__header {
  text-align: center; }
  .ps-blog--list .ps-blog__header figcaption {
    margin-bottom: 10px;
    color: #bbb; }
  .ps-blog--list .ps-blog__header h3 {
    font-size: 24px;
    margin: 0 auto;
    max-width: 540px; }
  .ps-blog--list .ps-blog__header figure {
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative; }
    .ps-blog--list .ps-blog__header figure:after {
      content: '';
      position: absolute;
      top: 100%;
      left: 50%;
      width: 50px;
      height: 1px;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      background-color: #e10000; }

@media (min-width: 992px) {
  .ps-blog--list .ps-blog__header {
    text-align: center; }
    .ps-blog--list .ps-blog__header h3 {
      font-size: 48px; }
    .ps-blog--list .ps-blog__header figure {
      margin-bottom: 100px;
      padding-bottom: 50px; } }

.ps-blog--masonry .ps-post {
  margin-bottom: 120px; }

.ps-blog--masonry .grid-item .ps-post {
  margin: 0 auto 120px; }

.ps-blog--masonry .grid-item:nth-child(3n) .ps-post {
  margin-left: 0; }

.ps-blog--sidebar .ps-post {
  margin-bottom: 60px; }

.ps-blog--sidebar .ps-blog__sidebar {
  max-width: 300px; }
  .ps-blog--sidebar .ps-blog__sidebar .widget {
    margin-bottom: 50px; }

.ps-blog--sidebar .ps-blog__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-flow: column-reverse wrap;
  flex-flow: column-reverse wrap; }

@media (min-width: 992px) {
  .ps-blog--sidebar .ps-blog__sidebar {
    max-width: 270px; }
    .ps-blog--sidebar .ps-blog__sidebar .widget {
      margin-bottom: 60px; }
  .ps-blog--sidebar .ps-blog__right {
    padding-left: 30px; }
  .ps-blog--sidebar .ps-blog__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; }
    .ps-blog--sidebar .ps-blog__container .ps-blog__sidebar, .ps-blog--sidebar .ps-blog__container .ps-blog__right {
      width: 100%; } }

@media (min-width: 1200px) {
  .ps-blog--sidebar .ps-blog__right {
    padding-left: 55px; } }

.ps-page--default {
  padding: 75px 0 50px; }
  .ps-page--default .ps-page__header {
    text-align: center;
    padding-bottom: 60px; }
    .ps-page--default .ps-page__header h3 {
      font-size: 32px; }
  @media (min-width: 1200px) {
    .ps-page--default {
      padding: 90px 0 100px; }
      .ps-page--default .ps-page__header {
        padding-bottom: 80px; }
        .ps-page--default .ps-page__header h3 {
          font-size: 48px; } }

.ps-page--about {
  padding-top: 60px; }
  @media (min-width: 768px) {
    .ps-page--about {
      padding-top: 100px; } }
  @media (min-width: 1200px) {
    .ps-page--about {
      padding-top: 150px; } }

.ps-page--404 .ps-page__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh; }

.ps-page--contact .ps-page__header {
  padding: 100px 0; }

@media (min-width: 1200px) {
  .ps-page--contact .ps-page__header {
    padding: 150px 0; } }

.ps-page--blog {
  padding-top: 0;
  padding-bottom: 50px; }
  .ps-page--blog .ps-page__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 400px;
    padding: 0; }
  .ps-page--blog .ps-home-subscribe {
    padding-bottom: 0; }
  .ps-page--blog.white .ps-page__header {
    min-height: 400px; }
    .ps-page--blog.white .ps-page__header .container {
      padding: 30px 15px;
      width: auto;
      background-color: #fff; }
  @media (min-width: 480px) {
    .ps-page--blog.white .ps-page__header .container {
      padding: 30px 50px; } }
  @media (min-width: 992px) {
    .ps-page--blog .ps-page__header {
      min-height: 600px; } }
  @media (min-width: 1200px) {
    .ps-page--blog .ps-page__header {
      padding: 0; } }

.ps-page--product-detail {
  padding: 40px 0 60px; }
  .ps-page--product-detail .ps-page__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    padding-bottom: 50px; }
  .ps-page--product-detail .ps-page__nav {
    display: none; }
    .ps-page--product-detail .ps-page__nav button {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background-color: transparent;
      border: 1px solid #bbb;
      padding: 0; }
      .ps-page--product-detail .ps-page__nav button i {
        font-size: 12px;
        line-height: 1em; }
      .ps-page--product-detail .ps-page__nav button:hover {
        border-color: #e10000;
        color: #e10000; }
  .ps-page--product-detail .ps-related-products {
    padding: 50px 0; }
  .ps-page--product-detail .ps-shop--sidebar {
    padding-top: 0; }
  .ps-page--product-detail.has-background {
    padding-top: 0; }
    .ps-page--product-detail.has-background .ps-page__header h3 {
      background-color: #f2f1f0; }
  @media (min-width: 992px) {
    .ps-page--product-detail .ps-page__header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .ps-page--product-detail .ps-page__nav {
      display: block; }
    .ps-page--product-detail .ps-related-products {
      padding: 170px 0 100px; } }
  @media (min-width: 1200px) {
    .ps-page--product-detail {
      padding: 40px 0 0px; }
      .ps-page--product-detail.has-background {
        padding-top: 0; } }

.mega-menu {
  background-color: #fff; }
  .mega-menu > * {
    width: 100%;
    min-width: 200px;
    padding: 10px 15px; }
  .mega-menu h4 {
    font-weight: 400;
    font-size: 16px;
    color: #222;
    text-transform: capitalize;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .mega-menu .sub-menu--mega {
    display: none;
    background-color: transparent; }
    .mega-menu .sub-menu--mega li a {
      display: block;
      line-height: 20px;
      padding: 8px 0;
      font-size: 15px;
      color: #999999;
      background-color: transparent; }
      .mega-menu .sub-menu--mega li a:first-letter {
        text-transform: capitalize; }
      .mega-menu .sub-menu--mega li a.has-badge {
        padding-right: 20px; }
        .mega-menu .sub-menu--mega li a.has-badge.sale {
          color: #FF3C35; }
          .mega-menu .sub-menu--mega li a.has-badge.sale:after {
            content: 'Sale';
            background-color: #ffa800; }
        .mega-menu .sub-menu--mega li a.has-badge.hot:after {
          content: 'Hot';
          background-color: #FF3C35; }
      .mega-menu .sub-menu--mega li a:hover {
        color: #e10000; }
  @media (min-width: 1200px) {
    .mega-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      min-width: 460px;
      padding: 20px;
      border: 1px solid #eaeaea;
      -webkit-transition: all .4s ease;
      -o-transition: all .4s ease;
      transition: all .4s ease; }
      .mega-menu .sub-menu--mega {
        display: block; } }

.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  z-index: 1000;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border: 1px solid #eee;
  background-color: rgba(255, 255, 255, 0.95);
  visibility: hidden;
  opacity: 0; }
  .sub-menu:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 0;
    width: 0;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: none; }
  .sub-menu > li {
    display: block; }
    .sub-menu > li > a {
    display: inline-block;
    padding: 10px 20px;
    width: 100%;
    font-size: 15px;
    color: #222;
    text-transform: none;
    -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
      .sub-menu > li > a:hover {
        color: #e10000; }
    .sub-menu > li:last-child a {
      border-bottom: 1px solid #eee; }
    .sub-menu > li.menu-item-has-children {
      position: relative; }
      .sub-menu > li.menu-item-has-children > .sub-toggle {
        display: none; }
      .sub-menu > li.menu-item-has-children > .sub-menu {
        position: absolute;
        top: 0;
        left: 100%;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(30px);
        -moz-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -o-transform: translateY(30px);
        transform: translateY(30px); }
        .sub-menu > li.menu-item-has-children > .sub-menu:before {
          display: none; }
      .sub-menu > li.menu-item-has-children:hover > .sub-menu {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0); }
    .sub-menu > li:last-child {
      border-bottom: none; }

.sub-toggle {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  cursor: pointer;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d; }
  .sub-toggle:before, .sub-toggle:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 1px;
    background-color: #222; }
  .sub-toggle:before {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
  .sub-toggle:after {
    -webkit-transform: translateX(-50%) rotate(90deg);
    -moz-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
    -o-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg); }
  .sub-toggle.active:after {
    display: none; }

.menu > li {
  display: inline-block;
  padding-right: 40px;
  margin-top: 25px}

  .menu > li > a {
    position: relative;
    display: inline-block;
    padding: 30px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #222;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    text-transform: none;
}
    .menu > li > a:after {
      content: '';
      position: absolute;
      bottom: 20px;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #222;
      -webkit-transform: scale3d(0, 1, 1);
      transform: scale3d(0, 1, 1);
      -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
      transform-origin: 100% 50%;
      -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.7, 0, 0.3, 1);
      transition: -webkit-transform 0.6s cubic-bezier(0.7, 0, 0.3, 1);
      -o-transition: transform 0.6s cubic-bezier(0.7, 0, 0.3, 1);
      transition: transform 0.6s cubic-bezier(0.7, 0, 0.3, 1);
      transition: transform 0.6s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 0.6s cubic-bezier(0.7, 0, 0.3, 1); }
    .menu > li > a:hover {
      color: #e10000; }
      .menu > li > a:hover:after {
        -webkit-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1); }
  .menu > li > a.open {
      color: #e10000; }
      
  .menu > li:first-child {
    padding-left: 0; }
  .menu > li:last-child {
    margin-right: 0;
    padding-right: 0; }
  .menu > li .sub-toggle {
    display: none; }
  .menu > li.menu-item-has-children {
    position: relative; }

    .menu > li.menu-item-has-children .sub-toggle {
      margin-left: 5px;
      display: none; }
    .menu > li.menu-item-has-children .sub-menu {
      visibility: hidden;
      opacity: 0;
      -webkit-transform: scale3d(1, 1, 0) translateY(30px);
      transform: scale3d(1, 1, 0) translateY(30px); }
    .menu > li.menu-item-has-children .mega-menu {
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 1000; }
    .menu > li.menu-item-has-children:hover .sub-toggle {
      color: #ffffff; }
    .menu > li.menu-item-has-children:hover > .sub-menu {
      visibility: visible;
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1) translateY(0);
      transform: scale3d(1, 1, 1) translateY(0); }
  .menu > li.has-mega-menu {
    position: relative; }
    .menu > li.has-mega-menu .mega-menu {
      position: absolute;
      top: 100%;
      left: 0;
      visibility: hidden;
      opacity: 0;
      -webkit-transform: scale3d(1, 1, 0) translateY(30px);
      transform: scale3d(1, 1, 0) translateY(30px); }
    .menu > li.has-mega-menu:hover .mega-menu {
      visibility: visible;
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1) translateY(0);
      transform: scale3d(1, 1, 1) translateY(0); }
  .menu > li.current-menu-item > a {
    color: #e10000; }
  .menu > li.current-menu-item .sub-toggle {
    color: #ffffff; }

@media (max-width: 1199px) {
  .menu > li {
    display: block;
    padding-right: 0;
    border-bottom: 1px dashed #e4e4e4; }
    .menu > li > a {
      display: block;
      color: #222;
      font-size: 1.5rem;
      padding: 1rem 0;
      line-height: 20px; }
    .menu > li.menu-item-has-children {
      position: relative; }
      .menu > li.menu-item-has-children > .sub-menu {
        display: none;
        visibility: visible;
        opacity: 1;
        -webkit-transition: all 0s ease;
        -o-transition: all 0s ease;
        transition: all 0s ease; }
        .menu > li.menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-toggle {
          height: 40px;
          width: 40px; }
      .menu > li.menu-item-has-children .sub-toggle {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 10;
        height: 30px;
        width: 30px;
        margin-left: 0; }
        .menu > li.menu-item-has-children .sub-toggle i {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
    .menu > li.current-menu-item {
      border-left: 2px solid #222222;
      padding-left: 1rem; }
      .menu > li.current-menu-item > a:before {
        display: none; } }

.menu--desktop > li > a {
  font-size: 36px;
  font-weight: 600;
  color: #999999; }
  .menu--desktop > li > a:hover {
    color: #e10000; }

.menu--mobile .sub-menu {
  position: relative;
  display: none;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
  border: none; }
  .menu--mobile .sub-menu > li > a {
    border: none;
    padding: 10px 20px; }

.menu--mobile .sub-toggle:before, .menu--mobile .sub-toggle:after {
  background-color: #999; }

.menu--mobile > li {
  border-bottom: 1px solid #eaeaea; }
  .menu--mobile > li > a {
    position: relative;
    z-index: 10;
    display: block;
    padding: 15px 20px 15px 0;
    line-height: 20px;
    font-weight: 600;
    font-size: 20px;
    color: #999;
    text-transform: none;
}
    .menu--mobile > li > a:hover {
      padding-left: 5px;
      color: #e10000; }
  .menu--mobile > li.menu-item-has-children:not(.has-mega-menu) {
    position: relative; }
    .menu--mobile > li.menu-item-has-children:not(.has-mega-menu) .sub-toggle {
      position: absolute;
      top: 5px;
      right: 0;
      width: 40px;
      height: 40px;
      z-index: 20;
      display: inline-block; }
  .menu--mobile > li.has-mega-menu {
    position: relative; }
    .menu--mobile > li.has-mega-menu > .sub-toggle {
      position: absolute;
      top: 5px;
      right: 0;
      width: 40px;
      height: 40px;
      z-index: 20;
      display: inline-block; }
    .menu--mobile > li.has-mega-menu .mega-menu {
      display: none; }

/*4. MODULES */
.ps-navigation--mobile .ps-list li {
  padding: 10px 0; }
  .ps-navigation--mobile .ps-list li a {
    display: block;
    color: #999;
    line-height: 20px; }
    .ps-navigation--mobile .ps-list li a:hover {
      color: #e10000; }
  .ps-navigation--mobile .ps-list li.active a {
    color: #e10000; }

.ps-navigation--mobile .menu--desktop {
  display: none; }

.ps-navigation--mobile .ps-navigation__language-currency {
  display: none;
  padding-bottom: 60px; }

.ps-navigation--mobile .ps-navigation__menu {
  padding-bottom: 60px; }

.ps-navigation--mobile .ps-navigation__bottom figcaption {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #222; }

.ps-navigation--mobile .ps-navigation__bottom p {
  font-size: 16px; }

@media (min-width: 1200px) {
  .ps-navigation--mobile .menu--mobile {
    display: none; }
  .ps-navigation--mobile .menu--desktop {
    display: block; }
  .ps-navigation--mobile .ps-navigation__language-currency {
    display: block; } }

.header {
  display: none;
  border-bottom: 1px solid #eaeaea; }
  .header .header__cart {
    position: relative; }
    .header .header__cart span {
      position: absolute;
      top: 0;
      right: 2px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      vertical-align: top;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background-color: #e10000;
      font-size: 10px;
      color: #ffffff; }
  .header .ps-form--header-search {
    display: none; }
  .header .header__search-mini {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 20px; }
  .header .ps-logo {
    display: inline-block;
    vertical-align: top;
    line-height: 30px; }
  .header .header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .header .header__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .header .header__actions a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 40px;
      height: 40px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      vertical-align: top;
      width: 40px;
      font-size: 22px;
      margin-right: 4px; }
      .header .header__actions a:last-child {
        margin-right: 0; }
  .header .header__search {
    padding-right: 40px; }
  .header .header__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .header .header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 50px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .header.header--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .header.header--sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff; }
    .header.header--sticky .ps-logo img {
      max-height: 50px; }
  @media (min-width: 1200px) {
    .header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 0 30px; }
      .header.header--mobile {
        display: none; } }
  @media (min-width: 1366px) {
    .header .ps-form--header-search {
      display: block;
      min-width: 270px; }
    .header .header__search-mini {
      display: none; } }
  @media (min-width: 1440px) {
    .header {
    padding-right: 60px;
    padding-left: 60px;
    padding-bottom: 8px;
} }
  @media (min-width: 1680px) {
    .header {
      padding: 10px 80px; }
      .header .header__right {
        padding-left: 170px; } }

.header--standard .header__search {
  padding-right: 100px; }

.header--standard.transparent {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  border-bottom: none; }
  .header--standard.transparent .ps-form--header-search input {
    background-color: #fff;
    padding: 0 20px;
    height: 43px;
    border-radius: 50px; }
    .header--standard.transparent .ps-form--header-search input:focus {
      border: none; }
  .header--standard.transparent .ps-form--header-search button {
    font-size: 16px;
    right: 10px; }

.header--standard.no-border {
  border-bottom: none; }

.header--standard.header--sticky {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 1px solid #eaeaea; }

@media (min-width: 1200px) {
  .header--standard .header__right {
    -webkit-box-flex: 2;
    -ms-flex: 2 1 100%;
    flex: 2 1 100%; }
  .header--standard .header__search {
    padding-right: 0; } }

@media (min-width: 1366px) {
  .header--standard .header__search {
    padding-right: 100px; } }

.header--center {
  padding: 15px 0; }
  .header--center .ps-form--header-search input {
    text-indent: 40px;
    padding-right: 20px; }
  .header--center .ps-form--header-search button {
    right: auto;
    left: 0; }
  @media (min-width: 1200px) {
    .header--center .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap; }
      .header--center .container > * {
        width: 100%; }
    .header--center .header__center {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .header--center .header__right {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      padding-left: 0; } }

.header--simple.header--sticky {
  border-bottom: 1px solid #eaeaea; }

.header--simple.transparent {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%; }
  .header--simple.transparent.header--sticky {
    padding-top: 20px;
    padding-bottom: 20px; }

@media (min-width: 1200px) {
  .header--simple {
    padding: 30px 50px;
    border-bottom: none; }
    .header--simple .ps-form--header-search {
      display: none; }
    .header--simple .header__search {
      padding-right: 0; }
    .header--simple .header__search-mini {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .header--simple .header__actions > a {
      margin-right: 0; }
    .header--simple .header__right {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }

@media (min-width: 1440px) {
  .header--simple {
    padding: 30px 80px; } }

.header--fullscreen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000; }
  .header--fullscreen .ps-list--social li {
    margin-right: 0; }
    .header--fullscreen .ps-list--social li a {
      display: inline-block;
      vertical-align: top;
      width: 30px;
      height: 30px;
      color: #ffffff;
      border: none; }
      .header--fullscreen .ps-list--social li a:hover {
        color: #e10000;
        background-color: transparent; }
  .header--fullscreen .ps-form--header-search input {
    text-indent: 40px;
    padding-right: 20px;
    border: none;
    color: #fff; }
    .header--fullscreen .ps-form--header-search input::-webkit-input-placeholder {
      color: #ffffff; }
    .header--fullscreen .ps-form--header-search input::-moz-placeholder {
      color: #ffffff; }
    .header--fullscreen .ps-form--header-search input:-moz-placeholder {
      color: #ffffff; }
    .header--fullscreen .ps-form--header-search input:-ms-input-placeholder {
      color: #ffffff; }
    .header--fullscreen .ps-form--header-search input:focus {
      border: none;
      background-color: #fff;
      border-radius: 50px; }
  .header--fullscreen .ps-form--header-search button {
    right: auto;
    left: 0;
    color: #fff; }
  .header--fullscreen .ps-form--header-search input:focus + button {
    color: #222;
    font-size: 16px; }
  .header--fullscreen .header__actions > a {
    color: #ffffff; }
  .header--fullscreen .header__search-mini {
    color: #ffffff; }
  .header--fullscreen .header__search {
    padding-right: 0; }
  .header--fullscreen.dark .ps-list--social li a {
    color: #222; }
  .header--fullscreen.dark .ps-form--header-search input {
    color: #222; }
    .header--fullscreen.dark .ps-form--header-search input::-webkit-input-placeholder {
      color: #bbb; }
    .header--fullscreen.dark .ps-form--header-search input::-moz-placeholder {
      color: #bbb; }
    .header--fullscreen.dark .ps-form--header-search input:-moz-placeholder {
      color: #bbb; }
    .header--fullscreen.dark .ps-form--header-search input:-ms-input-placeholder {
      color: #bbb; }
    .header--fullscreen.dark .ps-form--header-search input:focus {
      border: none;
      border-radius: 50px; }
  .header--fullscreen.dark .ps-form--header-search button {
    color: #999; }
  .header--fullscreen.dark .ps-form--header-search input:focus + button {
    color: #222; }
  .header--fullscreen.dark .header__actions > a {
    color: #222; }
  .header--fullscreen.dark .header__menu-toggle {
    color: #222; }
  .header--fullscreen.header--sticky {
    padding-top: 20px;
    padding-bottom: 20px; }
  @media (min-width: 1200px) {
    .header--fullscreen {
      padding: 30px 80px;
      border-bottom: 0; }
      .header--fullscreen > * {
        width: 100%; }
      .header--fullscreen .header__menu-toggle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 40px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 20px;
        color: #ffffff; }
        .header--fullscreen .header__menu-toggle span {
          margin-right: 6px;
          font-weight: 600;
          font-size: 12px;
          text-transform: uppercase;
          display: none; }
        .header--fullscreen .header__menu-toggle i {
          color: inherit;
          font-size: inherit;
          font-size: 30px; }
        .header--fullscreen .header__menu-toggle:hover {
          color: #e10000; }
      .header--fullscreen .header__actions {
        padding-right: 10px; }
      .header--fullscreen .header__search {
        display: none; }
      .header--fullscreen .header__center {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 1170px; }
        .header--fullscreen .header__center .ps-logo {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      .header--fullscreen .header__left {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-left: 0;
        display: none; }
      .header--fullscreen .header__right {
        padding-left: 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: auto; } }
  @media (min-width: 1366px) {
    .header--fullscreen .header__actions {
      padding-right: 0; }
      .header--fullscreen .header__actions .header__search-mini {
        display: none; }
    .header--fullscreen .header__menu-toggle span {
      display: inline-block; }
    .header--fullscreen .header__search {
      display: inline-block; }
    .header--fullscreen .header__right {
      padding-left: 0; }
    .header--fullscreen .header__left, .header--fullscreen .header__right {
      width: 15%; }
    .header--fullscreen .header__left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.header--boxed {
  border-bottom: none; }
  .header--boxed .ps-list--social li {
    margin-right: 0; }
    .header--boxed .ps-list--social li a {
      display: inline-block;
      vertical-align: top;
      width: 30px;
      height: 30px;
      color: #ffffff;
      border: none; }
      .header--boxed .ps-list--social li a:hover {
        color: #e10000;
        background-color: transparent; }
  .header--boxed .select2 {
    min-width: 100px; }
    .header--boxed .select2 .select2-selection {
      border: none;
      background-color: transparent; }
      .header--boxed .select2 .select2-selection .select2-selection__rendered {
        color: #ffffff;
        font-size: 15px;
        background-color: transparent; }
      .header--boxed .select2 .select2-selection .select2-selection__arrow {
        color: #ffffff; }
  .header--boxed .header__feature {
    position: relative;
    margin-right: 10px;
    padding-right: 10px; }
    .header--boxed .header__feature:after {
      content: '';
      right: 0;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      background-color: #fff;
      width: 1px;
      height: 15px; }
    .header--boxed .header__feature:last-child {
      margin-right: 0;
      padding-right: 0; }
      .header--boxed .header__feature:last-child:after {
        display: none; }
  .header--boxed .header__top-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .header--boxed .header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #e10000; }
    .header--boxed .header__top p {
      margin-bottom: 0;
      color: #ffffff;
      font-size: 16px; }
      .header--boxed .header__top p i {
        margin-right: 10px; }
    .header--boxed .header__top figure {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
  .header--boxed .header__top-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .header--boxed.header--sticky {
    max-width: 1280px;
    margin: 0 auto;
    left: 50%;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    border-bottom: 1px solid #eaeaea; }
    .header--boxed.header--sticky .header__top {
      display: none; }
    .header--boxed.header--sticky .header__bottom {
      padding-top: 0;
      padding-bottom: 0; }
  .header--boxed.transparent {
    position: fixed;
    z-index: 1000;
    width: 100%;
    top: 20px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease; }
    .header--boxed.transparent.header--sticky {
      top: 0;
      left: 0;
      max-width: 100%;
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0);
      border-bottom: none; }
  @media (min-width: 1200px) {
    .header--boxed {
      display: block;
      padding: 0; }
      .header--boxed .ps-form--header-search {
        display: none; }
      .header--boxed .header__search {
        padding-right: 0; }
      .header--boxed .header__top {
        padding: 5px 30px; }
      .header--boxed .header__bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 10px 30px; }
      .header--boxed .header__right {
        width: 100%;
        padding-left: 100px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
  @media (min-width: 1366px) {
    .header--boxed .header__search-mini {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 1440px) {
    .header--boxed .header__top {
      padding: 7px 50px 8px; }
    .header--boxed .header__bottom {
      padding: 10px 50px; }
    .header--boxed.transparent .header__bottom {
      padding: 10px 0; } }

.header--standard-grid .header__bottom {
  border-bottom: none;
  padding-left: 0;
  padding-right: 0; }

.header--standard-grid.header--sticky {
  max-width: 100%;
  border-bottom: none; }

.header--standard-fullwidth .ps-list--social li {
  margin-right: 0; }
  .header--standard-fullwidth .ps-list--social li a {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    border: none;
    color: #222; }
    .header--standard-fullwidth .ps-list--social li a:hover {
      color: #e10000;
      background-color: transparent; }

.header--standard-fullwidth .select2 {
  min-width: 100px; }
  .header--standard-fullwidth .select2 .select2-selection {
    border: none;
    background-color: transparent; }
    .header--standard-fullwidth .select2 .select2-selection .select2-selection__rendered {
      color: #222;
      font-size: 15px;
      background-color: transparent; }
    .header--standard-fullwidth .select2 .select2-selection .select2-selection__arrow {
      color: #222; }

.header--standard-fullwidth .header__feature {
  position: relative;
  margin-left: 10px;
  padding-left: 10px; }
  .header--standard-fullwidth .header__feature:after {
    content: '';
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #222;
    width: 1px;
    height: 15px; }
  .header--standard-fullwidth .header__feature:last-child {
    margin-right: 0;
    padding-right: 0; }
    .header--standard-fullwidth .header__feature:last-child:after {
      display: none; }

.header--standard-fullwidth .header__top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .header--standard-fullwidth .header__top-right > a {
    display: inline-block;
    margin-right: 30px; }

.header--standard-fullwidth .header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #eaeaea; }
  .header--standard-fullwidth .header__top p {
    margin-bottom: 0;
    color: #222;
    font-size: 16px; }
    .header--standard-fullwidth .header__top p i {
      margin-right: 10px; }
    .header--standard-fullwidth .header__top p strong {
      color: #e10000; }
  .header--standard-fullwidth .header__top figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.header--standard-fullwidth .header__top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.header--standard-fullwidth.header--sticky {
  margin: 0 auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-bottom: 1px solid #eaeaea; }
  .header--standard-fullwidth.header--sticky .header__top {
    display: none; }
  .header--standard-fullwidth.header--sticky .header__bottom {
    padding-top: 0;
    padding-bottom: 0; }

.header--standard-fullwidth.transparent {
  position: fixed;
  z-index: 1000;
  width: 100%;
  top: 20px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease; }
  .header--standard-fullwidth.transparent.header--sticky {
    top: 0;
    left: 0;
    max-width: 100%;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    border-bottom: none; }

@media (min-width: 1200px) {
  .header--standard-fullwidth {
    display: block;
    padding: 0; }
    .header--standard-fullwidth .ps-form--header-search {
      display: none; }
    .header--standard-fullwidth .header__search {
      padding-right: 0; }
    .header--standard-fullwidth .header__top {
      padding: 5px 30px; }
    .header--standard-fullwidth .header__bottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 10px 30px; }
    .header--standard-fullwidth .header__right {
      width: 100%;
      padding-left: 100px;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }

@media (min-width: 1366px) {
  .header--standard-fullwidth .header__search-mini {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 1440px) {
  .header--standard-fullwidth .header__top {
    padding: 7px 80px 8px; }
  .header--standard-fullwidth .header__bottom {
    padding: 10px 80px; }
  .header--standard-fullwidth.transparent .header__bottom {
    padding: 10px 0; } }

.header--sidebar {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 50px;
  -webkit-box-shadow: 0 0 5px 0 #e4e8f3;
  box-shadow: 0 0 5px 0 #e4e8f3;
  overflow-x: hidden; }
  .header--sidebar .ps-logo {
    display: inline-block;
    margin-bottom: 40px; }
  .header--sidebar .ps-form--header-search input {
    height: 60px;
    border-bottom: 1px solid #eaeaea; }
  .header--sidebar .ps-form--header-search button {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 16px; }
  .header--sidebar .menu--desktop > li {
    margin-bottom: 20px; }
    .header--sidebar .menu--desktop > li > a {
      padding: 10px 0;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 700;
      color: #222; }
      .header--sidebar .menu--desktop > li > a:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #222;
        -webkit-transform: scale3d(0, 1, 1);
        transform: scale3d(0, 1, 1);
        -webkit-transform-origin: 100% 50%;
        -ms-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.7, 0, 0.3, 1);
        transition: -webkit-transform 0.6s cubic-bezier(0.7, 0, 0.3, 1);
        -o-transition: transform 0.6s cubic-bezier(0.7, 0, 0.3, 1);
        transition: transform 0.6s cubic-bezier(0.7, 0, 0.3, 1);
        transition: transform 0.6s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 0.6s cubic-bezier(0.7, 0, 0.3, 1); }
      .header--sidebar .menu--desktop > li > a:hover {
        color: #e10000; }
        .header--sidebar .menu--desktop > li > a:hover:after {
          -webkit-transform-origin: 0 50%;
          -ms-transform-origin: 0 50%;
          transform-origin: 0 50%;
          -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1); }
  .header--sidebar .header__copyright {
    border: none; }
    .header--sidebar .header__copyright p {
      border: none; }
      .header--sidebar .header__copyright p strong {
        color: #000; }
  .header--sidebar .ps-list--social {
    margin-bottom: 60px;
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px); }
    .header--sidebar .ps-list--social li {
      margin-right: 0; }
      .header--sidebar .ps-list--social li a {
        border: none;
        width: 30px;
        height: 30px;
        border-radius: 0;
        color: #999; }
      .header--sidebar .ps-list--social li:first-child a {
        padding-left: 0; }
  .header--sidebar .header__actions {
    margin-bottom: 60px; }
    .header--sidebar .header__actions a {
      display: block;
      color: #999;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 500;
      margin-bottom: 20px; }
      .header--sidebar .header__actions a.header__cart {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 0; }
        .header--sidebar .header__actions a.header__cart span {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          width: 20px;
          height: 20px;
          border-radius: 50%;
          background-color: #e10000;
          color: #ffffff;
          font-size: 10px;
          font-style: normal; }
  @media (min-width: 1200px) and (max-width: 1600px) {
    .header--sidebar {
      padding: 50px 30px 0; }
      .header--sidebar .ps-list--social, .header--sidebar .header__actions {
        margin-bottom: 10px; } }
  @media (max-width: 1200px) {
    .header--sidebar {
      display: none; } }

.header--mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 15px; }
  .header--mobile .header__right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .header--mobile .header__search-mini {
    font-size: 20px; }
  .header--mobile .header__actions > a {
    margin-right: 0; }
  .header--mobile.header--sticky {
    padding: 15px 20px; }
    .header--mobile.header--sticky .navigation--mobile {
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 1000;
      background-color: #e10000;
      -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12);
      box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12); }
  @media (min-width: 480px) {
    .header--mobile {
      padding: 10px 30px; } }

.header--mobile-boxed .header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #e10000;
  padding: 10px 15px; }
  .header--mobile-boxed .header__top p {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 16px; }
    .header--mobile-boxed .header__top p i {
      margin-right: 10px; }

@media (min-width: 1200px) {
  .header--mobile-boxed .header__top {
    display: none; } }

.navigation--list {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 30px;
  z-index: 100;
  background-color: #e10000; }
  .navigation--list .navigation__item {
    text-align: center;
    width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px; }
    .navigation--list .navigation__item i {
      font-size: 20px;
      color: #ffffff; }
    .navigation--list .navigation__item span {
      display: block; }
    .navigation--list .navigation__item.active {
      background-color: #fff; }
      .navigation--list .navigation__item.active i {
        color: #e10000;
        font-size: 18px; }
      .navigation--list .navigation__item.active span {
        color: #e10000; }
  .navigation--list .navigation__content {
    max-width: 300px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  @media (min-width: 1200px) {
    .navigation--list {
      display: none; } }

.navigation--sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff; }
  .navigation--sticky .navigation {
    background-color: #fff; }
  .navigation--sticky .header__top {
    display: none; }
  .navigation--sticky.navigation--pin {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  .navigation--sticky.navigation--unpin {
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%); }
  .navigation--sticky.header--1.navigation--pin .navigation {
    background-color: rgba(0, 0, 0, 0.95); }
  .navigation--sticky.header--1.navigation--pin.header--black .navigation {
    background-color: rgba(255, 255, 255, 0.95); }
  .navigation--sticky.header--2.navigation--pin.active {
    background-color: #fff;
    -webkit-transform: translate(270px, 0);
    -moz-transform: translate(270px, 0);
    -ms-transform: translate(270px, 0);
    -o-transform: translate(270px, 0);
    transform: translate(270px, 0); }
  @media (max-width: 1199px) {
    .navigation--sticky.navigation--unpin {
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0); } }

.ps-site-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  visibility: hidden;
  opacity: 0; }
  .ps-site-overlay.active {
    visibility: visible;
    opacity: 1; }

.ps-search--mobile {
  max-width: 450px;
  margin: 0 auto;
  padding: 10px 20px; }

.ps-footer--boxed {
  padding: 60px 0;
  background-color: #222; }
  .ps-footer--boxed figure figcaption {
    display: block;
    color: #777777;
    margin-bottom: 3px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700; }
  .ps-footer--boxed figure p {
    margin-bottom: 0;
    font-size: 14px;
    color: #ffffff;
    line-height: 1.4em; }
  .ps-footer--boxed .ps-logo {
    display: inline-block;
    margin-bottom: 45px; }
  .ps-footer--boxed .ps-list--social li a {
    color: #777777;
    border-color: #777; }
  .ps-footer--boxed .ps-footer__nav li {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px; }
    .ps-footer--boxed .ps-footer__nav li a {
      color: #ffffff;
      font-size: 14px;
      font-weight: 400;
      text-transform: uppercase; }
      .ps-footer--boxed .ps-footer__nav li a:hover {
        color: #e10000; }
    .ps-footer--boxed .ps-footer__nav li:last-child {
      margin-right: 0; }
  .ps-footer--boxed .ps-footer__copyright {
    margin-bottom: 0;
    color: #777;
    font-size: 14px; }
  .ps-footer--boxed figure, .ps-footer--boxed .ps-list--social, .ps-footer--boxed .ps-footer__nav {
    margin-bottom: 25px; }
  @media (min-width: 1200px) {
    .ps-footer--boxed {
      padding: 95px 0 50px; }
      .ps-footer--boxed figure p {
        font-size: 15px; }
      .ps-footer--boxed figure, .ps-footer--boxed .ps-list--social, .ps-footer--boxed .ps-footer__nav {
        margin-bottom: 45px; }
      .ps-footer--boxed .ps-logo {
        margin-bottom: 40px; }
      .ps-footer--boxed .ps-footer__copyright {
        font-size: 16px; }
      .ps-footer--boxed .ps-footer__nav li {
        margin-right: 36px; }
        .ps-footer--boxed .ps-footer__nav li a {
          color: #ffffff;
          font-weight: 600; }
      .ps-footer--boxed .ps-footer__right {
        text-align: right; } }

.ps-footer--2 {
    padding: 95px 0 0;
    border-top: 1px solid #eaeaea;
}
  .ps-footer--2 .select2 {
    min-width: 100px;
    max-width: 100px; }
    .ps-footer--2 .select2 .select2-selection {
      border: none; }
      .ps-footer--2 .select2 .select2-selection .select2-selection__rendered {
        color: #999;
        text-transform: capitalize; }
      .ps-footer--2 .select2 .select2-selection .select2-selection__arrow {
        right: 0;
        color: #999; }
  .ps-footer--2 .ps-list--line li a {
    font-size: 15px;
    line-height: 22px; }
  .ps-footer--2 .ps-list--social li {
    margin-right: 0; }
    .ps-footer--2 .ps-list--social li a {
      width: 36px;
      height: 36px;
      color: #bbb;
      border: none; }
      .ps-footer--2 .ps-list--social li a:hover {
        color: #ffffff; }
  .ps-footer--2 .widget_footer {
    margin-bottom: 30px; }
  .ps-footer--2 .widget_footer2 {
    margin-bottom: 30px;
    text-align: left}
  .ps-footer--2 .ps-footer__content {
    padding-bottom: 50px;
    text-align: center;
}
  .ps-footer--2 .ps-footer__bottom {
    padding: 20px 0;
    border-top: 1px solid #eaeaea; }
    .ps-footer--2 .ps-footer__bottom p {
      margin-bottom: 0;
      font-size: 15px;
      line-height: 40px; }
      .ps-footer--2 .ps-footer__bottom p a:not(:last-child) {
        margin-right: 0px; }
      .ps-footer--2 .ps-footer__bottom p strong {
        color: #222; }
    .ps-footer--2 .ps-footer__bottom .ps-footer__copyright {
      font-size: 14px;
      line-height: 40px; }
  @media (min-width: 1200px) {
    .ps-footer--2 .widget_footer {
      margin-bottom: 0; }
    .ps-footer--2 .ps-list--social {
      text-align: center; }
    .ps-footer--2 .row .col-xl-3 {
      max-width: 20%; }
    .ps-footer--2 .ps-footer__copyright {
      text-align: left; } }

.ps-footer--payment-methods .ps-footer__payment-method {
  text-align: right; }

.ps-footer--payment-methods.has-bg {
  padding-top: 40px; }
  .ps-footer--payment-methods.has-bg .ps-footer__bottom {
    border: none;
    padding-bottom: 50px; }
    .ps-footer--payment-methods.has-bg .ps-footer__bottom p strong {
      color: #7cafca; }

@media (min-width: 1200px) {
  .ps-footer--payment-methods.has-bg .ps-footer__bottom {
    padding-bottom: 80px; } }

.ps-footer--minimal {
  padding: 20px 0 10px;
  border-top: 1px solid #eaeaea; }
  .ps-footer--minimal p {
    text-align: left; }
    .ps-footer--minimal p a {
      display: inline-block;
      vertical-align: top;
      margin-right: 10px;
      font-size: 11px;
      color: #222;
      text-transform: uppercase; }
      .ps-footer--minimal p a:last-child {
        margin-right: 0; }
  .ps-footer--minimal .ps-list--social-text li {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px; }
    .ps-footer--minimal .ps-list--social-text li a {
      text-transform: uppercase;
      font-size: 11px;
      color: #222;
      letter-spacing: .1em; }
    .ps-footer--minimal .ps-list--social-text li:last-child {
      margin-right: 0; }
  .ps-footer--minimal .ps-logo {
    display: inline-block;
    margin-bottom: 20px; }
  @media (min-width: 768px) {
    .ps-footer--minimal p {
      text-align: right; } }
  @media (min-width: 1200px) {
    .ps-footer--minimal .ps-logo {
      margin-bottom: 0; } }

@media (min-width: 992px) {
  .ps-footer--instagram .ps-footer__links {
    text-align: right; } }

.ps-footer--carousel {
  border-top: 1px solid #eaeaea;
  padding: 20px 10px; }
  .ps-footer--carousel p {
    margin-bottom: 0; }
  .ps-footer--carousel .ps-list--social-text li {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px; }
    .ps-footer--carousel .ps-list--social-text li a {
      text-transform: uppercase;
      font-size: 11px;
      color: #222;
      letter-spacing: .1em; }
    .ps-footer--carousel .ps-list--social-text li:last-child {
      margin-right: 0; }
  .ps-footer--carousel .ps-footer__payment-method a {
    display: inline-block;
    margin-right: 10px; }
    .ps-footer--carousel .ps-footer__payment-method a:last-child {
      margin-right: 0; }
  .ps-footer--carousel .ps-footer__left {
    margin-bottom: 20px; }
  @media (min-width: 992px) {
    .ps-footer--carousel .ps-footer__left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 0; }
      .ps-footer--carousel .ps-footer__left .ps-logo {
        margin-right: 10px; }
    .ps-footer--carousel .ps-footer__payment-method {
      text-align: right; }
    .ps-footer--carousel .ps-footer__wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }

@media (min-width: 1200px) {
  .ps-footer--fullwidth .ps-footer__links {
    text-align: right; } }

/*5. HELPERS */
.mt-0 {
  margin-top: 0px; }

.mr-0 {
  margin-right: 0px; }

.mb-0 {
  margin-bottom: 0px; }

.ml-0 {
  margin-left: 0px; }

.pt-0 {
  padding-top: 0px; }

.pr-0 {
  padding-right: 0px; }

.pb-0 {
  padding-bottom: 0px; }

.pl-0 {
  padding-left: 0px; }

.mt-5 {
  margin-top: 5px; }

.mr-5 {
  margin-right: 5px; }

.mb-5 {
  margin-bottom: 5px; }

.ml-5 {
  margin-left: 5px; }

.pt-5 {
  padding-top: 5px; }

.pr-5 {
  padding-right: 5px; }

.pb-5 {
  padding-bottom: 5px; }

.pl-5 {
  padding-left: 5px; }

.mt-10 {
  margin-top: 10px; }

.mr-10 {
  margin-right: 10px; }

.mb-10 {
  margin-bottom: 10px; }

.ml-10 {
  margin-left: 10px; }

.pt-10 {
  padding-top: 10px; }

.pr-10 {
  padding-right: 10px; }

.pb-10 {
  padding-bottom: 10px; }

.pl-10 {
  padding-left: 10px; }

.mt-15 {
  margin-top: 15px; }

.mr-15 {
  margin-right: 15px; }

.mb-15 {
  margin-bottom: 15px; }

.ml-15 {
  margin-left: 15px; }

.pt-15 {
  padding-top: 15px; }

.pr-15 {
  padding-right: 15px; }

.pb-15 {
  padding-bottom: 15px; }

.pl-15 {
  padding-left: 15px; }

.mt-20 {
  margin-top: 20px; }

.mr-20 {
  margin-right: 20px; }

.mb-20 {
  margin-bottom: 20px; }

.ml-20 {
  margin-left: 20px; }

.pt-20 {
  padding-top: 20px; }

.pr-20 {
  padding-right: 20px; }

.pb-20 {
  padding-bottom: 20px; }

.pl-20 {
  padding-left: 20px; }

.mt-25 {
  margin-top: 25px; }

.mr-25 {
  margin-right: 25px; }

.mb-25 {
  margin-bottom: 25px; }

.ml-25 {
  margin-left: 25px; }

.pt-25 {
  padding-top: 25px; }

.pr-25 {
  padding-right: 25px; }

.pb-25 {
  padding-bottom: 25px; }

.pl-25 {
  padding-left: 25px; }

.mt-30 {
  margin-top: 30px; }

.mr-30 {
  margin-right: 30px; }

.mb-30 {
  margin-bottom: 30px; }

.ml-30 {
  margin-left: 30px; }

.pt-30 {
  padding-top: 30px; }

.pr-30 {
  padding-right: 30px; }

.pb-30 {
  padding-bottom: 30px; }

.pl-30 {
  padding-left: 30px; }

.mt-35 {
  margin-top: 35px; }

.mr-35 {
  margin-right: 35px; }

.mb-35 {
  margin-bottom: 35px; }

.ml-35 {
  margin-left: 35px; }

.pt-35 {
  padding-top: 35px; }

.pr-35 {
  padding-right: 35px; }

.pb-35 {
  padding-bottom: 35px; }

.pl-35 {
  padding-left: 35px; }

.mt-40 {
  margin-top: 40px; }

.mr-40 {
  margin-right: 40px; }

.mb-40 {
  margin-bottom: 40px; }

.ml-40 {
  margin-left: 40px; }

.pt-40 {
  padding-top: 40px; }

.pr-40 {
  padding-right: 40px; }

.pb-40 {
  padding-bottom: 40px; }

.pl-40 {
  padding-left: 40px; }

.mt-45 {
  margin-top: 45px; }

.mr-45 {
  margin-right: 45px; }

.mb-45 {
  margin-bottom: 45px; }

.ml-45 {
  margin-left: 45px; }

.pt-45 {
  padding-top: 45px; }

.pr-45 {
  padding-right: 45px; }

.pb-45 {
  padding-bottom: 45px; }

.pl-45 {
  padding-left: 45px; }

.mt-50 {
  margin-top: 50px; }

.mr-50 {
  margin-right: 50px; }

.mb-50 {
  margin-bottom: 50px; }

.ml-50 {
  margin-left: 50px; }

.pt-50 {
  padding-top: 50px; }

.pr-50 {
  padding-right: 50px; }

.pb-50 {
  padding-bottom: 50px; }

.pl-50 {
  padding-left: 50px; }

.mt-55 {
  margin-top: 55px; }

.mr-55 {
  margin-right: 55px; }

.mb-55 {
  margin-bottom: 55px; }

.ml-55 {
  margin-left: 55px; }

.pt-55 {
  padding-top: 55px; }

.pr-55 {
  padding-right: 55px; }

.pb-55 {
  padding-bottom: 55px; }

.pl-55 {
  padding-left: 55px; }

.mt-60 {
  margin-top: 60px; }

.mr-60 {
  margin-right: 60px; }

.mb-60 {
  margin-bottom: 60px; }

.ml-60 {
  margin-left: 60px; }

.pt-60 {
  padding-top: 60px; }

.pr-60 {
  padding-right: 60px; }

.pb-60 {
  padding-bottom: 60px; }

.pl-60 {
  padding-left: 60px; }

.mt-65 {
  margin-top: 65px; }

.mr-65 {
  margin-right: 65px; }

.mb-65 {
  margin-bottom: 65px; }

.ml-65 {
  margin-left: 65px; }

.pt-65 {
  padding-top: 65px; }

.pr-65 {
  padding-right: 65px; }

.pb-65 {
  padding-bottom: 65px; }

.pl-65 {
  padding-left: 65px; }

.mt-70 {
  margin-top: 70px; }

.mr-70 {
  margin-right: 70px; }

.mb-70 {
  margin-bottom: 70px; }

.ml-70 {
  margin-left: 70px; }

.pt-70 {
  padding-top: 70px; }

.pr-70 {
  padding-right: 70px; }

.pb-70 {
  padding-bottom: 70px; }

.pl-70 {
  padding-left: 70px; }

.mt-75 {
  margin-top: 75px; }

.mr-75 {
  margin-right: 75px; }

.mb-75 {
  margin-bottom: 75px; }

.ml-75 {
  margin-left: 75px; }

.pt-75 {
  padding-top: 75px; }

.pr-75 {
  padding-right: 75px; }

.pb-75 {
  padding-bottom: 75px; }

.pl-75 {
  padding-left: 75px; }

.mt-80 {
  margin-top: 80px; }

.mr-80 {
  margin-right: 80px; }

.mb-80 {
  margin-bottom: 80px; }

.ml-80 {
  margin-left: 80px; }

.pt-80 {
  padding-top: 80px; }

.pr-80 {
  padding-right: 80px; }

.pb-80 {
  padding-bottom: 80px; }

.pl-80 {
  padding-left: 80px; }

.mt-85 {
  margin-top: 85px; }

.mr-85 {
  margin-right: 85px; }

.mb-85 {
  margin-bottom: 85px; }

.ml-85 {
  margin-left: 85px; }

.pt-85 {
  padding-top: 85px; }

.pr-85 {
  padding-right: 85px; }

.pb-85 {
  padding-bottom: 85px; }

.pl-85 {
  padding-left: 85px; }

.mt-90 {
  margin-top: 90px; }

.mr-90 {
  margin-right: 90px; }

.mb-90 {
  margin-bottom: 90px; }

.ml-90 {
  margin-left: 90px; }

.pt-90 {
  padding-top: 90px; }

.pr-90 {
  padding-right: 90px; }

.pb-90 {
  padding-bottom: 90px; }

.pl-90 {
  padding-left: 90px; }

.mt-95 {
  margin-top: 95px; }

.mr-95 {
  margin-right: 95px; }

.mb-95 {
  margin-bottom: 95px; }

.ml-95 {
  margin-left: 95px; }

.pt-95 {
  padding-top: 95px; }

.pr-95 {
  padding-right: 95px; }

.pb-95 {
  padding-bottom: 95px; }

.pl-95 {
  padding-left: 95px; }

.mt-100 {
  margin-top: 100px; }

.mr-100 {
  margin-right: 100px; }

.mb-100 {
  margin-bottom: 100px; }

.ml-100 {
  margin-left: 100px; }

.pt-100 {
  padding-top: 100px; }

.pr-100 {
  padding-right: 100px; }

.pb-100 {
  padding-bottom: 100px; }

.pl-100 {
  padding-left: 100px; }

html .bg--parallax {
  position: relative;
  z-index: 10;
  background-attachment: fixed !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: 50% 50%; }

.bg--cover {
  background-position: 50% 50% !important;
  background-size: cover !important; }

.bg--top {
    background-position: 0% 0% !important;
    background-size: cover !important;
    /* [disabled]text-align: left; */
}

.bg--top-right {
  background-position: 100% 100% !important;
  background-size: cover !important; }

.bg--top-left {
  background-position: 0% 100% !important;
  background-size: cover !important; }

.bg--bottom {
  background-position: 100% 100% !important;
  background-size: cover !important; }

.ps-panel--sidebar ul, .ps-product ul, .ps-product--detail.has-background .ps-product__background ul, .ps-form--auth ul, .ps-home-product ul, .ps-home-product--fullwidth .ps-section__header ul, .ps-deal-of-day ul, .ps-home-banner ul, .ps-shop ul, .ps-portfolio-box .ps-section__header ul, .ps-blog ul, .ps-page--default .ps-page__header ul, .ps-page--product-detail .ps-page__header ul, .header ul, .header--sidebar ul, .ps-footer--boxed ul, .ps-footer--2 ul, .ps-footer--minimal ul, .ps-footer--carousel ul, .ps-panel--sidebar ol, .ps-product ol, .ps-product--detail.has-background .ps-product__background ol, .ps-form--auth ol, .ps-home-product ol, .ps-home-product--fullwidth .ps-section__header ol, .ps-deal-of-day ol, .ps-home-banner ol, .ps-shop ol, .ps-portfolio-box .ps-section__header ol, .ps-blog ol, .ps-page--default .ps-page__header ol, .ps-page--product-detail .ps-page__header ol, .header ol, .header--sidebar ol, .ps-footer--boxed ol, .ps-footer--2 ol, .ps-footer--minimal ol, .ps-footer--carousel ol {
  margin: 0;
  padding: 0;
  list-style: none; }

.ps-post--sidebar > *, .ps-post--detail .ps-post__author > *, .ps-block--shoppable .ps-block__product > *, .ps-product--horizontal > *, .ps-product--sidebar > *, .ps-product--mini-cart > *, .ps-banner--4 .ps-banner__content > *, .ps-home-product .ps-section__header > *, .ps-deal-of-day > *, .ps-home-collection-2 > *, .ps-shop .ps-shop__header > *, .ps-shopping-cart .ps-section__content > *, .ps-about-intro > *, .ps-about-quote .ps-section__container > *, .ps-contact > *, .header--boxed .header__top > *, .header--standard-fullwidth .header__top > *, .header--mobile-boxed .header__top > * {
  width: 100%; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

.hover_image:hover {text-decoration: none} /* Optional (avoid undesired underscore if a is used as wrapper) */
.hide {
    display: none;
    opacity: 0;
}
/* Do the shift: */
.hover_image:hover img:first-child{display:none}
.hover_image:hover img:last-child{display:inline-block}

.hover_img {
	 -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	}
.hover_img:hover {
	 -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
	}

/** VIDEOS **/

.divider-video{ position: relative; padding: 0px; overflow: hidden; }
.video-wrapper{ position: absolute; top: 0px; left: 0px; z-index: 0; }
.video-wrapper video{ position: absolute; }

.divider-video .overlay{ z-index: 1; opacity: 0.4; }
.divider-video .divider-content{ position: relative; z-index: 2; padding-top: 121px; padding-bottom: 121px; }
