/*
    Project: base_html
    Version: 2.0
    Date Created: 09/21/2016
    Date Updated: 2020-07-31T14:08:49+07:00
    Developed by: diaryforlife
*/
/*
    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
*/
:root {
  --space-unit: 1em;
  --space-xxxxs: calc(0.09 * var(--space-unit));
  --space-xxxs: calc(0.146 * var(--space-unit));
  --space-xxs: calc(0.236 * var(--space-unit));
  --space-xs: calc(0.382 * var(--space-unit));
  --space-sm: calc(0.618 * var(--space-unit));
  --space-md: calc(1 * var(--space-unit));
  --space-lg: calc(1.618 * var(--space-unit));
  --space-xl: calc(2.618 * var(--space-unit));
  --space-xxl: calc(4.236 * var(--space-unit));
  --space-xxxl: calc(6.854 * var(--space-unit));
  --space-xxxxl: calc(11.08 * var(--space-unit));
  --component-padding: var(--space-xxxl);
}

/*1. RESET AND TYPHOGRAPHY */
* {
  font-family: "Work Sans", sans-serif;
  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 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}

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: 16px;
  line-height: 1.6em;
  color: #707070;
}

p span {
  font-family: inherit;
  color: inherit;
  font-size: inherit;
}

a {
  position: relative;
  color: inherit;
  text-decoration: none;
  transition: all 0.4s ease;
}

a:hover {
  color: #fcb800;
}

a,
input,
textarea,
button,
select {
  outline: none;
}

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

.ps-document ul, .ps-document ol {
  margin-bottom: 10px;
}

.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: #707070;
  font-size: 16px;
  line-height: 1.6em;
}

.ps-document p {
  margin-bottom: 15px;
}

.ps-document p strong {
  color: #222;
}

figure {
  margin: 0;
}

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

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

body {
  overflow-x: hidden;
}

@media screen and (min-width: 1680px) {
  .container-fluid {
    max-width: 1600px;
  }
}

.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%;
  transform: translate(-50%, -50%);
  font-size: 18px;
}

.ps-list--social li a:hover {
  color: #fcb800;
  border-color: #fcb800;
  background-color: #fcb800;
}

.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: flex;
  justify-content: 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: flex;
  justify-content: 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: #cc0000;
}

.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;
  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;
  transform: rotate(45deg);
  visibility: hidden;
  opacity: 0;
}

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

.ps-list--checked li a:hover:after {
  visibility: visible;
  opacity: 1;
}

.ps-list--checked li.current a:before {
  background-color: #fcb800;
  border-color: #fcb800;
}

.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%;
  transform: translateY(-50%);
  left: 0;
  font-family: FontAwesome;
}

.ps-list--arrow a:hover {
  color: #fcb800;
}

.ps-list--arrow a:hover .circle {
  background-color: #2C1DFF;
  border-color: #2C1DFF;
}

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

.ps-list--arrow li.current .circle {
  background-color: #2C1DFF;
}

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

.ps-list--line li a:before {
  content: '';
  position: absolute;
  bottom: 2px;
  width: 100%;
  height: 1px;
  background-color: #000;
  transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  transform: scale3d(0, 1, 1);
  transform-origin: 0% 50%;
}

.ps-list--line li a:hover {
  color: #222;
}

.ps-list--line li a:hover:before {
  transform-origin: 100% 50%;
  transform: scale3d(1, 1, 1);
}

.menu-toggle,
.ps-btn--hamburger {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: hidden;
}

.menu-toggle span, .menu-toggle:before, .menu-toggle:after,
.ps-btn--hamburger span,
.ps-btn--hamburger:before,
.ps-btn--hamburger:after {
  position: absolute;
  right: 10px;
  height: 2px;
  width: 20px;
  background-color: #303030;
  z-index: 100;
  transition: all 0.4s ease;
}

.menu-toggle span,
.ps-btn--hamburger span {
  top: 50%;
  transform: translateY(-50%);
}

.menu-toggle:before, .menu-toggle:after,
.ps-btn--hamburger:before,
.ps-btn--hamburger:after {
  content: '';
}

.menu-toggle:before,
.ps-btn--hamburger:before {
  top: 12px;
}

.menu-toggle:after,
.ps-btn--hamburger:after {
  bottom: 12px;
}

.menu-toggle:hover,
.ps-btn--hamburger:hover {
  cursor: pointer;
}

.menu-toggle.active span,
.ps-btn--hamburger.active span {
  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;
  transform-origin: 50% 50%;
  background-color: #fc354c;
}

.menu-toggle.active:before,
.ps-btn--hamburger.active:before {
  transform: rotate(45deg);
}

.menu-toggle.active:after,
.ps-btn--hamburger.active:after {
  transform: rotate(-45deg);
}

@media (max-width: 1199px) {
  .menu-toggle,
  .ps-btn--hamburger {
    display: inline-block;
  }
}

.ps-btn,
button.ps-btn {
  display: inline-block;
  padding: 15px 45px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #222;
  border: none;
  font-weight: 600;
  border-radius: 4px;
  background-color: #fcb800;
  transition: all 0.4s ease;
  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 {
  border: 2px solid #fcb800;
  color: #fcb800;
  background-color: transparent;
  box-shadow: none;
  font-weight: 500;
}

.ps-btn--outline:hover,
button.ps-btn--outline:hover {
  color: #ffffff;
  background-color: #fcb800;
}

.ps-btn--fullwidth,
button.ps-btn--fullwidth {
  width: 100%;
  text-align: center;
}

.ps-btn--sm,
button.ps-btn--sm {
  padding: 0.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.ps-btn--reverse,
button.ps-btn.ps-btn--reverse {
  background-color: #576391;
}

.ps-btn.ps-btn--reverse:hover,
button.ps-btn.ps-btn--reverse:hover {
  background-color: #2C1DFF;
}

.ps-btn.ps-btn--gray,
button.ps-btn.ps-btn--gray {
  background-color: #e5e5e5;
  color: #000000;
  font-size: 1.6rem;
}

.ps-btn.ps-btn--black,
button.ps-btn.ps-btn--black {
  background-color: #222;
}

.ps-btn.ps-btn--black.ps-btn--outline,
button.ps-btn.ps-btn--black.ps-btn--outline {
  background-color: transparent;
  border: 2px solid #222;
  color: #222;
}

.ps-btn.ps-btn--black.ps-btn--outline:hover,
button.ps-btn.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 {
  background-color: #222;
  color: #fff !important;
}

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

.ps-btn--favorite {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: none;
  font-size: 18px;
  border-radius: 50%;
  vertical-align: top;
}

.ps-btn--favorite i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000000;
  transition: all 0.4s ease;
}

.ps-btn--favorite:hover i {
  color: #2C1DFF;
}

.ps-btn--close {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  transition: all 0.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;
  transform-origin: center center;
  transition: all 0.4s ease;
}

.ps-btn--close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.ps-btn--close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.ps-btn--close:hover {
  transform: rotate(180deg);
}

.ps-btn--close:hover:before, .ps-btn--close:hover:after {
  background-color: #f44336;
  transition-delay: 0.3s;
}

.ps-btn--backtop {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  z-index: 10000;
  background-color: #fff;
  border: 1px solid #eaeaea;
}

.ps-btn--backtop i {
  color: #707070;
}

.ps-btn--backtop:hover {
  cursor: pointer;
  border-color: #fcb800;
}

.ps-btn--backtop:hover i {
  color: #fcb800;
}

@media (max-width: 1199px) {
  .ps-btn--backtop {
    display: none;
  }
}

.ant-back-top {
  right: 50px !important;
}

.form-control {
  outline: none;
  height: 50px;
  font-size: 14px;
  padding: 0 20px;
  border: none;
  height: 50px;
  border-radius: 0;
  border: 1px solid #ddd;
  transition: all .4s ease;
  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;
  box-shadow: 0 0 0 #000;
  border-color: #fcb800;
}

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: "Work Sans", sans-serif;
  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;
  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;
  transform: rotate(0deg);
  transition: all .4s ease;
}

.ps-checkbox input[type=checkbox]:checked ~ label:before {
  background-color: #2C1DFF;
  border-color: #2C1DFF;
}

.ps-checkbox input[type=checkbox]:checked ~ label:after {
  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: #fcb800;
  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%;
  transition: all .4s ease;
}

.ps-checkbox--color > label:before {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 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;
  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: "Work Sans", sans-serif;
  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;
  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;
  transform: scale(1.5, 1.5);
  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: #fcb800;
  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%;
  transition: all .4s ease;
}

.ps-radio--color > label:before {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 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: #EC2434;
}

.form-group--inline {
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  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%;
  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: #707070;
}

.form-group--number button.up:before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.form-group--number button.up:after {
  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: #707070;
  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: flex;
  justify-content: center;
  padding: 0;
}

.form-group--number-2 button.up {
  top: 3px;
  align-items: flex-end;
}

.form-group--number-2 button.down {
  bottom: 6px;
  align-items: flex-start;
}

.form-group--select {
  position: relative;
}

.form-group--select i {
  position: absolute;
  top: 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: flex;
  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: flex;
  justify-content: center;
  align-items: center;
  background: none;
  border: none;
  position: absolute;
  top: 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%;
  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;
  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%;
  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%;
  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: #fcb800;
}

.form-group--inside {
  position: relative;
}

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

.form-group--inside button:hover {
  color: #ab6d2a;
}

.ps-color {
  display: flex;
  justify-content: space-between;
  color: #bbb;
  width: 100%;
}

.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;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 2px;
  color: #ffffff;
  font-size: 12px;
  transition: all .4s ease;
  visibility: hidden;
  opacity: 0;
}

.ps-variant__tooltip:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 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;
  transition: all .4s ease;
}

.ps-variant.ps-variant--size .ps-variant__size {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #707070;
  font-size: 12px;
}

.ps-variant.ps-variant--size.active .ps-variant__size {
  color: #222;
}

.ps-variant.ps-variant--size:hover {
  background-color: #fcb800;
}

.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%;
  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%;
  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-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: #707070;
  font-size: 14px;
}

.ps-breadcrumb li a:hover {
  color: #222;
}

.ps-breadcrumb li:first-child:before {
  display: none;
}

.ps-block--demo-item {
  position: relative;
  overflow: hidden;
}

.ps-block--demo-item img {
  transition: all .4s ease-out;
}

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

.ps-block--demo-item .ps-block__badge {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 4px 20px;
  z-index: 99;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  background-color: #00C9A7;
}

.ps-block--demo-item .ps-block__title {
  position: absolute;
  justify-content: center;
  display: flex;
  align-items: center;
  bottom: 10px;
  left: 50%;
  z-index: 10;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  z-index: 99;
  text-align: center;
  width: auto;
  color: #222;
  background-color: #fcb800;
  transform: translateX(-50%);
}

.ps-block--demo-item .ps-block__title:hover {
  color: #222;
  background-color: #e3a500;
}

.ps-block--demo-item:hover img {
  transform: scale3d(1.05, 1.05, 1.05);
}

.ps-block--demo-item:hover .ps-block__overlay {
  background-color: rgba(0, 0, 0, 0.25);
}

.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;
  transform: translateX(100%);
  border-left: 1px solid #eaeaea;
  transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}

.ps-panel--sidebar .ps-panel__close {
  font-size: 30px;
  color: #707070;
}

.ps-panel--sidebar .ps-panel__header {
  position: relative;
  padding: 20px 30px 0;
}

.ps-panel--sidebar .ps-panel__content {
  padding: 30px;
}

.ps-panel--sidebar.active {
  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: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
}

.widget_footer .widget-title {
  font-size: 14px;
  margin-bottom: 40px;
  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_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: #fcb800;
  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;
  box-shadow: 0 0 5px 2px rgba(204, 204, 204, 0.3);
  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: #2C1DFF;
}

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

.slick-slider .slick-slide {
  outline: none;
  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%;
  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;
  transition: all .4s ease;
  transform: translateY(-50%);
}

.ps-carousel--nav .owl-nav > * i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: #222;
}

.ps-carousel--nav .owl-nav > *:hover {
  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 > * {
  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%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: 10;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  height: 0;
}

.ps-carousel--dots .owl-nav > * {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  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;
  transform-origin: 0 0;
}

.ps-carousel--dots .owl-nav > *:hover:before, .ps-carousel--dots .owl-nav > *:hover:after {
  background-color: #fcb800;
}

.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 {
  transform: translate(-50%, -50%) rotate(-50deg);
}

.ps-carousel--dots .owl-nav .owl-prev:after {
  transform: translate(-50%, -50%) rotate(50deg);
}

.ps-carousel--dots .owl-nav .owl-next:before, .ps-carousel--dots .owl-nav .owl-next:after {
  right: 0;
  transform-origin: 100% 0;
}

.ps-carousel--dots .owl-nav .owl-next:before {
  transform: translate(-50%, -50%) rotate(-50deg);
}

.ps-carousel--dots .owl-nav .owl-next:after {
  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: #fcb800;
  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 {
  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: #f68872;
}

.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: flex;
  justify-content: space-between;
  background-color: #ffffff;
  transition: all 0.75s cubic-bezier(0.77, 0, 0.175, 1);
  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: #fcb800;
}

.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: 5px;
  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: #fcb800;
}

.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: 100%;
  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 {
  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;
  align-items: center;
  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: #707070;
}

.ps-product--horizontal .ps-product__actions ul li a:hover {
  color: #fcb800;
}

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

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

.ps-product--outside:hover .ps-link--under {
  color: #fcb800;
}

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

.ps-product--outside.small {
  margin-bottom: 50px;
  max-width: 270px;
}

.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: 100px;
    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: 50px;
  margin-left: auto;
}

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

.ps-product--standard .ps-product__thumbnail img {
  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 {
  transform: scale3d(1.05, 1.05, 1.05);
}

.ps-product--sidebar {
  display: flex;
  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: #fcb800;
}

.ps-product--sidebar .ps-product__title {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  color: #222;
  font-size: 15px;
}

.ps-product--sidebar .ps-product__title:hover {
  color: #fcb800;
}

.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;
  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%;
  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%;
  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: #fcb800;
  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: flex;
  justify-content: 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: #fcb800;
  border-color: #fcb800;
}

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

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

.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: flex;
  justify-content: 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: #707070;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ps-product--detail .ps-product__shopping figure .ps-product__favorite:hover {
  border-color: #fcb800;
}

.ps-product--detail .ps-product__shopping figure .ps-product__favorite:hover i {
  color: #fcb800;
}

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

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

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

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

.ps-product--detail .ps-product__group table tr td span {
  color: #222;
}

.ps-product--detail .ps-product__group table tr td span del {
  color: #707070;
  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: 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: #707070;
  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: flex;
  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;
}

.ps-product--detail .ps-product__thumbnail.ps-product__thumbnail[data-vertical='false'] {
  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%;
  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: #707070;
  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: flex;
  flex-flow: row nowrap;
  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 {
    flex-flow: row wrap;
  }
  .ps-product--detail .ps-product__shopping figure .form-group--number {
    margin-right: 0;
    max-width: 100%;
    width: 100%;
  }
  .ps-product--detail .ps-product__shopping figure > * {
    margin-bottom: 10px;
  }
  .ps-product--detail .ps-product__shopping figure .ps-btn {
    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: flex;
    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 {
    flex-flow: row-reverse nowrap;
    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: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
}

.ps-product--gallery .ps-product__video a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #707070;
}

.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 {
  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 {
    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 {
    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: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
}

.ps-product--video .ps-product__video a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #707070;
}

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

.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: flex;
  justify-content: space-between;
}

.ps-product--mini-cart p {
  font-size: 16px;
  color: #707070;
  margin-bottom: 0;
}

.ps-product--mini-cart .ps-product__price {
  color: #cc0000;
}

.ps-product--mini-cart .ps-product__remove {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
  color: #707070;
}

.ps-product--mini-cart .ps-product__thumbnail {
  max-width: 60px;
}

.ps-product--mini-cart .ps-product__content {
  position: relative;
  padding-left: 20px;
}

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

.ps-table {
  border: 1px solid #e4e4e4;
}

.ps-table thead tr th {
  padding: var(--space-md);
  border: none;
  background-color: #f2f2f2;
}

.ps-table tbody tr td {
  padding: var(--space-md);
  border: 1px solid #e4e4e4;
  margin: 0 auto;
}

.ps-table--oriented .ps-table__sub-toggle {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  cursor: pointer;
  transform-style: preserve-3d;
}

.ps-table--oriented .ps-table__sub-toggle:before, .ps-table--oriented .ps-table__sub-toggle:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1px;
  background-color: #707070;
}

.ps-table--oriented .ps-table__sub-toggle:before {
  transform: translateX(-50%);
}

.ps-table--oriented .ps-table__sub-toggle:after {
  transform: translateX(-50%) rotate(90deg);
}

.ps-table--oriented .ps-table__sub-toggle.active:after {
  display: none;
}

.ps-table--oriented .ps-table__th-title {
  font-weight: 600;
  color: #222;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ps-table--oriented .ps-table__item {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-top: var(--space-md);
  padding-top: var(--space-md);
  border-top: 1px solid #e4e4e4;
}

.ps-table--oriented .ps-table__item .ps-table__label {
  font-weight: 500;
  line-height: 1.6em;
}

.ps-table--oriented .ps-table__th-inner {
  border-bottom: 1px solid #e4e4e4;
  transition: all .4s ease;
}

.ps-table--oriented .ps-table__th-inner .ps-table__list {
  display: none;
}

.ps-table--oriented .ps-table__th-inner:last-child {
  border-bottom: none;
}

.ps-table--oriented .ps-table__th-inner.active .ps-table__sub-toggle:after {
  display: none;
}

.ps-table--oriented .ps-table__th-inner.active .ps-table__list {
  display: block;
}

.ps-table--oriented tbody {
  display: none;
}

.ps-table--oriented.is-mobile thead tr {
  display: flex;
  flex-flow: column wrap;
}

.ps-table--oriented.is-mobile thead tr th {
  width: 100%;
}

.ps-table--oriented.is-mobile thead tr .ps-table__th-empty {
  display: none;
}

@media (min-width: 768px) {
  .ps-table--oriented .ps-table__list {
    display: none;
    opacity: 0;
    transform: translate3d(1, 1, 0);
  }
  .ps-table--oriented .ps-table__sub-toggle {
    display: none;
  }
  .ps-table--oriented tbody {
    display: table-row-group;
  }
}

@media (max-width: 768px) {
  .ps-table--responsive {
    border: none;
  }
  .ps-table--responsive thead {
    display: none;
  }
  .ps-table--responsive tbody {
    display: block;
  }
  .ps-table--responsive tbody tr {
    display: block;
    margin-bottom: var(--space-md);
    border: 1px solid #e4e4e4;
  }
  .ps-table--responsive tbody tr td[data-label] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    border-top: 1px solid #e4e4e4;
  }
  .ps-table--responsive tbody tr td[data-label]:before {
    content: attr(data-label) ":";
    font-weight: 600;
  }
  .ps-table--responsive tbody tr td[data-label]:first-child {
    border-top: none;
  }
}

#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;
  transform: translateY(-100%);
  transition: all 0.3s 1s ease-out;
}

.loaded #loader-wrapper .loader-section.section-left {
  transform: translateX(-100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
  transform: translateX(100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.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);
  transition: all .4s ease;
}

.ps-modal__container {
  position: absolute;
  top: 50%;
  left: 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;
  transform: translate(50%, -50%);
}

.ps-modal__close i {
  position: absolute;
  top: 50%;
  left: 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 {
    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;
    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;
  transition: all .4s ease;
  display: flex;
  flex-flow: row nowrap;
  justify-content: 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;
  transition: 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: #EC2434;
}

.ps-popup.active {
  visibility: visible;
  opacity: 1;
  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 {
    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%;
  transform: translateY(-50%);
  right: 0;
  width: 40px;
  height: 40px;
  background-color: #222;
}

.ps-accordion__header span i {
  position: absolute;
  top: 50%;
  left: 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: flex;
  align-items: 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: #fcb800;
}

.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: #c00;
  font-size: 18px;
  font-weight: 500;
}

.ps-cart--mini figure .ps-btn {
  margin-bottom: 10px;
  padding: 12px 30px;
  text-align: center;
  width: 100%;
}

.ps-cart--mini figure .ps-btn--black {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  min-height: 48px;
}

.ps-cart--mini:hover .ps-cart__content {
  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: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  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 {
    flex-flow: row wrap;
  }
  .ps-cart--mobile .ps-cart__footer figure .ps-btn {
    width: 100%;
    text-align: center;
    max-width: 100%;
  }
}

.ps-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  transform-style: preserve-3d;
  visibility: hidden;
  opacity: 0;
  transition: all 0.75s cubic-bezier(0.7, 0, 0.3, 1);
  transition-delay: 0;
}

.ps-search:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(252, 184, 0, 0.95);
  transition: transform 0.6s cubic-bezier(0.7, 0, 0.3, 1);
  transform: scale3d(1, 0, 1);
  transform-origin: 50% 100%;
}

.ps-search__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1200px;
  width: 100%;
  padding: 0 3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ps-search .ps-form--primary-search {
  max-width: 800px;
  margin: 0 auto;
  transform: translateY(100%);
  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;
  transform: scale(0, 0) rotate(0);
  border-radisus: 50%;
  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;
  transition-delay: 0s;
}

.ps-search.active:before {
  transform: scale3d(1, 1, 1);
  transform-origin: 50% 0%;
}

.ps-search.active > .ps-btn--close {
  visibility: visible;
  opacity: 1;
  transform: scale(1, 1) rotate(180deg);
  transition-delay: .75s;
}

.ps-search.active .ps-form--primary-search {
  transform: translateY(0);
  transition-delay: .35s;
  visibility: visible;
  opacity: 1;
}

@media (max-width: 479px) {
  .ps-search__content {
    padding: 0 1.5rem;
  }
}

.ps-section--gray {
  background-color: #efefef;
}

.ps-home-intro {
  padding: 200px 0;
  min-height: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ps-home-intro h1 {
  font-weight: 600;
  font-size: 38px;
}

.ps-home-intro h1 strong {
  color: #fcb800;
}

.ps-home-intro p {
  font-size: 18px;
}

.ps-home-intro p strong {
  font-weight: 600;
  color: #222;
}

@media screen and (min-width: 1280px) {
  .ps-home-intro .ps-section__content {
    max-width: 50%;
    margin-left: auto;
    margin-right: 0;
  }
}

.ps-demos {
  padding: 60px 0;
}

.ps-demos .nav-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}

.ps-demos .nav-tabs li {
  margin-right: 2px;
  text-align: center;
}

.ps-demos .nav-tabs li a {
  padding: 14px 30px;
  border: none;
  font-weight: 600;
  color: #707070;
}

.ps-demos .nav-tabs li a.active, .ps-demos .nav-tabs li a:hover {
  color: #222;
  background-color: #fcb800;
  border: none;
}

.ps-demos .nav-tabs li:last-child {
  margin-right: 0;
}

.ps-demos .ps-demo-items {
  padding-top: 50px;
}

.ps-demos .ps-demo-items .ps-block--demo-item {
  margin-bottom: 30px;
}

.ps-demos .ps-section__header {
  padding-bottom: 40px;
  text-align: center;
}

.ps-demos .ps-section__header h3 {
  font-size: 30px;
  font-weight: 500;
}

.ps-demos .ps-section__header p {
  max-width: 960px;
  margin: 0 auto 10px;
  font-size: 16px;
}

.ps-demos .ps-section__header p strong {
  font-weight: 600;
  color: #222;
}

@media screen and (min-width: 1200px) {
  .ps-demos {
    padding: 100px 0;
  }
  .ps-demos .ps-section__header {
    padding-bottom: 60px;
  }
  .ps-demos .ps-section__header h3 {
    font-size: 48px;
  }
}

.ps-demo-items {
  min-height: 500px;
  margin-bottom: -30px;
}

.ps-home-purchased {
  padding: 60px 0;
  text-align: center;
}

.ps-home-purchased h3 {
  font-size: 36px;
  font-weight: 600;
  max-width: 800px;
  margin: 0 auto 20px;
}

.ps-home-purchased p {
  margin-bottom: 30px;
  font-size: 16px;
}

.ps-home-purchased:hover {
  padding: 100px 0;
}

.sub-toggle {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  cursor: pointer;
  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 {
  transform: translateX(-50%);
}

.sub-toggle:after {
  transform: translateX(-50%) rotate(90deg);
}

.sub-toggle.active:after {
  display: none;
}

.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  z-index: 1000;
  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%;
  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: #707070;
  text-transform: capitalize;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.sub-menu > li > a:hover {
  color: #fcb800;
}

.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;
  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;
  transform: translateY(0);
}

.sub-menu > li:last-child {
  border-bottom: none;
}

.menu > li {
  display: inline-block;
}

.menu > li > a {
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #222;
  text-transform: capitalize;
  transform-style: preserve-3d;
}

.menu > li > a:hover {
  color: #fcb800;
}

.menu > li .sub-toggle {
  display: none;
}

.menu > li.current-menu-item > a {
  color: #fcb800;
}

.menu--mobile > li {
  border-bottom: 1px solid #eaeaea;
  display: block;
}

.menu--mobile > li > a {
  position: relative;
  z-index: 10;
  display: block;
  padding: 15px 20px 15px 0;
  line-height: 20px;
  font-weight: 600;
  font-size: 18px;
  color: #707070;
  text-transform: capitalize;
}

.menu--mobile > li > a:hover {
  padding-left: 5px;
  color: #fcb800;
}

.ps-drawer--mobile {
  position: fixed;
  top: 0;
  right: 0;
  width: 80%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
  border-right: 1px solid #dadada;
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.5);
  transform: translateX(100%);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ps-drawer--mobile .ps-drawer__close {
  border: none;
  background-color: transparent;
  font-size: 20px;
}

.ps-drawer--mobile .ps-drawer__action {
  padding-top: 20px;
}

.ps-drawer--mobile .ps-drawer__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}

.ps-drawer--mobile .ps-drawer__content {
  padding: 10px 20px;
  height: 100%;
}

.ps-drawer--mobile.active {
  transform: translateX(0);
}

.ps-site-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  transform: translateX(-100%);
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

.ps-site-overlay.active {
  transform: translateX(0);
  opacity: 1;
}

/*4. MODULES */
.navigation {
  padding: 10px 0;
}

.navigation__wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.navigation__wrapper > * {
  flex-basis: 100%;
}

.navigation__left, .navigation__right {
  max-width: 200px;
}

.navigation__center {
  text-align: center;
}

@media screen and (min-width: 1280px) {
  .navigation__wrapper {
    max-width: 1200px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1440px) {
  .navigation__wrapper {
    max-width: 1400px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1680px) {
  .navigation__wrapper {
    max-width: 1600px;
    margin: 0 auto;
  }
}

.header--default {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.header--default.header--sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
}

.header--default.header--sticky .ps-logo img {
  max-height: 50px;
}

@media screen and (max-width: 1200px) {
  .header--default {
    display: none;
  }
}

.header--mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16px;
}

.header--mobile .ps-menu-toggle {
  position: relative;
  transform: translateX(10px);
  border: none;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  font-size: 24px;
}

.header--mobile.header--sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
}

.header--mobile.header--sticky .ps-logo img {
  max-height: 50px;
}

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

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

.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-table--oriented ul, .ps-drawer--mobile ul, .navigation ul, .ps-panel--sidebar ol, .ps-product ol, .ps-product--detail.has-background .ps-product__background ol, .ps-table--oriented ol, .ps-drawer--mobile ol, .navigation ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ps-product--horizontal > *, .ps-product--sidebar > *, .ps-product--mini-cart > * {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    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;
    transform: translate3d(-100%, 0, 0);
  }
}

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    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;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

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