@charset "UTF-8";
/*
TABLE OF CONTENT
    1. RESET AND TYPOGRAPHY
        1.1 reset
        1.2 typography
    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.12 product
        2.13 banner
        2.14 filter
        2.15 table
        2.16 loader
        2.17 modal
    3. COMPONENTS
         3.1 Cart
         3.2 forms
         3.3 search
         3.4 section
         3.5 pages
    4. MODULES
        4.1 header
        4.2 footer
    5. HELPERS
    6. CUSTOM
*/
/*1. RESET AND TYPOGRAPHY */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

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

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: bold;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0; /* 3 */
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

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

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

* {
  font-family: var(--primary-font), sans-serif;
  font-weight: 400;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  color: #000;
  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: 1.4rem;
  line-height: 1.6em;
  color: #666;
}
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: var(--color-1st);
}

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

figure {
  margin: 0;
}

.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: #666;
  font-size: 14px;
  line-height: 1.6em;
}
.ps-document h5 {
  font-size: 16px;
  font-weight: 600;
}
.ps-document p {
  margin-bottom: 4rem;
  line-height: 1.8em;
  color: #666;
}
.ps-document p i {
  font-family: "Libre Baskerville", serif;
}
.ps-document p strong {
  font-weight: 600;
  color: #666;
}
.ps-document p strong i {
  font-weight: 400;
  color: #000;
}
.ps-document blockquote {
  position: relative;
  margin-bottom: 3rem;
  padding: 3rem 2rem;
  padding-left: 6rem;
  background-color: #f1f1f1;
}
.ps-document blockquote:before {
  content: "“";
  position: absolute;
  top: 10px;
  left: 30px;
  font-family: "Libre Baskerville", serif;
  font-size: 5rem;
  color: #666;
}
.ps-document blockquote p {
  margin-bottom: 0;
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8em;
  color: #666;
  font-style: italic;
}
.ps-document .ps-document__heading {
  position: relative;
  display: block;
  margin-bottom: 30px;
  text-align: center;
}
.ps-document .ps-document__heading h4 {
  display: inline-block;
  padding: 0 3rem;
  margin-bottom: 0;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background-color: #ffffff;
}
.ps-document .ps-document__heading:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ebebeb;
  z-index: -1;
}

.ps-success {
  color: #529115;
  font-weight: 500;
}

.ps-heading {
  margin-bottom: 1.5rem;
  font-size: 3.6rem;
  color: #000;
  font-weight: 600;
  line-height: 1.4em;
}
.ps-heading--2 {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .ps-heading {
    font-size: 2.4rem;
  }
}

.ps-blockquote {
  border-left: 4px solid var(--color-1st);
  padding-left: 60px;
}
.ps-blockquote p {
  font-family: "Libre Baskerville", serif;
  font-size: 26px;
  font-weight: 400;
  color: #000;
}
.ps-blockquote span {
  font-weight: 600;
  color: #000;
}

.ps-tag {
  font-weight: 600;
}
.ps-tag--in-stock {
  color: #669900;
}
.ps-tag--out-stock {
  color: #000;
}

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

.ps-row::after {
  clear: both;
  content: "";
  display: table;
}
.ps-row {
  margin: 0 -15px;
}
.ps-row .ps-column {
  float: left;
  width: 20%;
  padding: 0 15px;
}
@media (max-width: 1600px) {
  .ps-row .ps-column {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .ps-row .ps-column {
    width: 33.3333333333%;
  }
}
@media (max-width: 767px) {
  .ps-row .ps-column {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .ps-row .ps-column {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .ps-col-tiny .col-xs-12 {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .ps-col-tiny .col-xs-12 {
    width: 100%;
  }
}

body {
  overflow-x: hidden;
}

.ps-container {
  max-width: 1650px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 1680px) {
  .ps-container {
    padding: 0 30px;
    max-width: 100%;
  }
}
@media (max-width: 479px) {
  .ps-container {
    padding: 0 15px;
  }
}

@media (min-width: 1200px) {
  .container {
    min-width: 1230px;
  }
}
.ps-list--social {
  margin: 0;
  padding: 0;
}
.ps-list--social li {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
}
.ps-list--social li a {
  display: inline-block;
  font-size: 18px;
  color: #666;
}
.ps-list--social li a:hover {
  color: var(--color-1st);
}
.ps-list--social li a.facebook i {
  color: #3b5998;
}
.ps-list--social li a.twitter i {
  color: #0084b4;
}
.ps-list--social li a.google-plus i {
  color: #FF0000;
}
.ps-list--social li a.instagram i {
  color: #C32AA3;
}

.ps-list--pricing li {
  position: relative;
  padding: 1.5rem 2rem;
}
.ps-list--pricing li::after {
  clear: both;
  content: "";
  display: table;
}
.ps-list--pricing li {
  background-color: #ffffff;
  vertical-align: top;
  color: #000000;
}
.ps-list--pricing li span {
  float: right;
  vertical-align: top;
}
.ps-list--pricing li:nth-child(even) {
  background-color: #f7f4ee;
}

.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 0.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: var(--color-1st);
  border-color: var(--color-1st);
}
.ps-list--checked li a:hover:after {
  visibility: visible;
  opacity: 1;
}
.ps-list--checked li.current a:before {
  background-color: var(--color-1st);
  border-color: var(--color-1st);
}
.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-family: var(--primary-font), sans-serif;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #626262;
}
.ps-list--arrow a:before {
  content: "\f0da";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-family: FontAwesome;
}
.ps-list--arrow a:hover {
  color: var(--color-1st);
}
.ps-list--arrow a:hover .circle {
  background-color: var(--color-2nd);
  border-color: var(--color-2nd);
}
.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: var(--color-2nd);
}
.ps-list--arrow li.current .circle {
  background-color: var(--color-2nd);
}
.ps-list--arrow li.current .circle:before {
  visibility: visible;
  opacity: 1;
  color: #fff;
}

.ps-list--dot {
  margin: 0;
  padding: 0;
  margin-bottom: 2rem;
  list-style-type: none;
}
.ps-list--dot li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 20px;
  font-size: 1.4rem;
  color: #000000;
  line-height: 20px;
}
.ps-list--dot li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #000000;
  border-radius: 50%;
}

.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--link li {
  display: block;
  padding: 4px 0;
}
.ps-list--link li a {
  display: inline-block;
  color: #666;
  line-height: 20px;
  position: relative;
}
.ps-list--link li a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  transform: scale3d(0, 1, 1);
  transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  transform-origin: 100% 50%;
}
.ps-list--link li a:hover:before {
  transform: scale3d(1, 1, 1);
  transform-origin: 0 50%;
}

.ps-list--categories li {
  position: relative;
  padding: 6px 0 6px 0;
}
.ps-list--categories li a {
  display: block;
  line-height: 22px;
}
.ps-list--categories li .sub-toggle {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
}
.ps-list--categories li .sub-menu {
  position: relative;
  padding-left: 20px;
  visibility: visible;
  opacity: 1;
  transition: all 0s ease;
  background-color: transparent;
  border: none;
  display: none;
  z-index: unset;
}
.ps-list--categories li .sub-menu li a {
  background-color: transparent;
  padding: 0;
  border: none;
}
.ps-list--categories li .sub-menu li.menu-item-has-children .sub-toggle {
  display: inline-block;
}
.ps-list--categories li .sub-menu li.menu-item-has-children .sub-menu {
  position: relative;
  top: 0;
  left: 0;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.ps-list--blog-links {
  display: block;
  text-align: center;
}
.ps-list--blog-links li {
  display: inline-block;
  margin-right: 20px;
}
.ps-list--blog-links li a {
  font-size: 18px;
  font-weight: 600;
  color: #999;
  line-height: 1.2em;
}
.ps-list--blog-links li a:hover {
  color: #000;
}
.ps-list--blog-links li:last-child {
  margin-right: 0;
}
.ps-list--blog-links li.active a {
  color: #000;
}

.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: rgb(16.0040939453%, 43.6414565826%, 85.3684550743%);
}
.ps-list--social-color li a.twitter {
  background-color: #00aeef;
}
.ps-list--social-color li a.twitter:hover {
  background-color: rgb(23.7254901961%, 79.255886455%, 100%);
}
.ps-list--social-color li a.google-plus {
  background-color: #cc0000;
}
.ps-list--social-color li a.google-plus:hover {
  background-color: rgb(100%, 10%, 10%);
}
.ps-list--social-color li a.linkedin {
  background-color: #2d567f;
}
.ps-list--social-color li a.linkedin:hover {
  background-color: rgb(25.4958960328%, 48.7254901961%, 71.9550843593%);
}
.ps-list--social-color li a.feed {
  background-color: #f86a02;
}
.ps-list--social-color li a.feed:hover {
  background-color: rgb(99.4243137255%, 58.5505882353%, 28.6149019608%);
}

button {
  cursor: pointer;
  transition: all 0.4s ease;
}

.menu-toggle, .ps-btn--hamburger {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
}
.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: 11px 20px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 20px;
  color: #000;
  border: none;
  border-radius: 0;
  background-color: var(--color-1st);
  text-transform: uppercase !important;
  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 var(--color-1st);
  color: var(--color-1st);
  background-color: transparent;
  -ms-box-shadow: none;
  box-shadow: none;
  font-weight: 500;
}
.ps-btn--outline:hover, button.ps-btn--outline:hover {
  color: #ffffff;
  background-color: var(--color-1st);
}
.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: var(--color-2nd);
}
.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: #000;
}
.ps-btn.ps-btn--black.ps-btn--outline, button.ps-btn.ps-btn--black.ps-btn--outline {
  background-color: transparent;
  border: 2px solid #000;
  color: #000;
}
.ps-btn.ps-btn--black.ps-btn--outline:hover, button.ps-btn.ps-btn--black.ps-btn--outline:hover {
  background-color: #000;
  color: #ffffff;
}
.ps-btn:hover, .ps-btn:active, button.ps-btn:hover, button.ps-btn:active {
  background-color: #222;
  color: #fff;
}
.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: var(--color-1st);
}

.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: var(--color-2nd);
}

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

#back2top {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  z-index: 10000;
  border: 1px solid #ddd;
  transition: all 0.4s ease;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  background-color: transparent;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
}
#back2top i {
  z-index: 10001;
  font-size: 14px;
  margin-bottom: -2px;
  color: #000;
}
#back2top:hover {
  cursor: pointer;
  background-color: var(--color-1st);
  border-color: var(--color-1st);
}
#back2top.active {
  bottom: 30px;
  visibility: visible;
  opacity: 1;
}

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

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

.ps-input--has-icon {
  position: relative;
}
.ps-input--has-icon > i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}

.ps-select {
  display: inline-block;
  min-width: 120px;
  cursor: pointer;
}
.ps-select .selectize-input {
  vertical-align: top;
}

.ps-number {
  position: relative;
}
.ps-number span {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 50%;
  border-left: 1px solid #979797;
  transition: all 0.4s ease;
}
.ps-number span:before {
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
}
.ps-number span.up {
  border-bottom: 1px solid #979797;
}
.ps-number span.up:before {
  content: "\f106";
}
.ps-number span.down {
  top: auto;
  bottom: 0;
}
.ps-number span.down:before {
  content: "\f107";
}
.ps-number span:hover {
  cursor: pointer;
  background-color: var(--color-1st);
}
.ps-number span:hover:before {
  color: #fff;
}

.ps-checkbox {
  position: relative;
  display: block;
}
.ps-checkbox > input {
  position: absolute;
  visibility: hidden;
  box-sizing: border-box;
}
.ps-checkbox label {
  margin-bottom: 0;
  position: relative;
  padding-left: 30px;
  font-family: var(--primary-font), sans-serif;
  color: rgba(0, 0, 0, 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 #000;
  transition: all 0.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 0.4s ease;
}
.ps-checkbox input[type=checkbox]:checked ~ label:before {
  background-color: var(--color-2nd);
  border-color: var(--color-2nd);
}
.ps-checkbox input[type=checkbox]:checked ~ label:after {
  transform: rotate(45deg);
  opacity: 1;
}
.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 0.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--color.color-1 label:before {
  background-color: #000000;
}
.ps-checkbox--color.color-1 input[type=checkbox]:checked ~ label:before {
  background-color: #000000;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.ps-checkbox--color.color-2 label:before {
  background-color: #709abf;
}
.ps-checkbox--color.color-2 input[type=checkbox]:checked ~ label:before {
  background-color: #709abf;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.ps-checkbox--color.color-3 label:before {
  background-color: #ad8111;
}
.ps-checkbox--color.color-3 input[type=checkbox]:checked ~ label:before {
  background-color: #ad8111;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.ps-checkbox--color.color-4 label:before {
  background-color: #57d6db;
}
.ps-checkbox--color.color-4 input[type=checkbox]:checked ~ label:before {
  background-color: #57d6db;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.ps-checkbox--color.color-5 label:before {
  background-color: #e5ac10;
}
.ps-checkbox--color.color-5 input[type=checkbox]:checked ~ label:before {
  background-color: #e5ac10;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.ps-checkbox--color.color-6 label:before {
  background-color: #8ce84a;
}
.ps-checkbox--color.color-6 input[type=checkbox]:checked ~ label:before {
  background-color: #8ce84a;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.ps-checkbox--color.color-7 label:before {
  background-color: #c9c9c9;
}
.ps-checkbox--color.color-7 input[type=checkbox]:checked ~ label:before {
  background-color: #c9c9c9;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.ps-checkbox--color.color-8 label:before {
  background-color: #e664ef;
}
.ps-checkbox--color.color-8 input[type=checkbox]:checked ~ label:before {
  background-color: #e664ef;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.ps-checkbox--color.color-8 label:before {
  background-color: #9d58e2;
}
.ps-checkbox--color.color-8 input[type=checkbox]:checked ~ label:before {
  background-color: #9d58e2;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.ps-checkbox--color.color-8 label:before {
  background-color: #ffffff;
}
.ps-checkbox--color.color-8 input[type=checkbox]:checked ~ label:before {
  background-color: #ffffff;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.ps-checkbox.color-sidebar > label:before {
  width: 26px;
  height: 26px;
  border: 1px solid #ddd;
}
.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 0.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;
  box-sizing: border-box;
}
.ps-radio label {
  position: relative;
  margin-bottom: 0;
  padding-left: 30px;
  font-family: var(--primary-font), 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 0.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 0.6s ease;
}
.ps-radio input[type=radio]:checked ~ label:before {
  background-color: var(--color-2nd);
  border-color: var(--color-2nd);
}
.ps-radio input[type=radio]:checked ~ label:after {
  transform: scale(1, 1);
  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 0.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);
}
.ps-radio--color.color-1 label:before {
  background-color: #35dccb;
}
.ps-radio--color.color-1 input[type=radio]:checked ~ label {
  background-color: rgba(53, 220, 203, 0.5);
}
.ps-radio--color.color-1 input[type=radio]:checked ~ label:before {
  background-color: rgb(12.8567882849%, 74.2020352445%, 67.9573095061%);
}
.ps-radio--color.color-2 label:before {
  background-color: #fec6df;
}
.ps-radio--color.color-2 input[type=radio]:checked ~ label {
  background-color: rgba(254, 198, 223, 0.5);
}
.ps-radio--color.color-2 input[type=radio]:checked ~ label:before {
  background-color: rgb(99.263015551%, 57.9918864097%, 76.4164976335%);
}
.ps-radio--color.color-3 label:before {
  background-color: #ffd980;
}
.ps-radio--color.color-3 input[type=radio]:checked ~ label {
  background-color: rgba(255, 217, 128, 0.5);
}
.ps-radio--color.color-3 input[type=radio]:checked ~ label:before {
  background-color: rgb(100%, 79.1137872472%, 30.1960784314%);
}

.ps-color {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 5px;
}
.ps-color--1 {
  background-color: #000;
}
.ps-color--2 {
  background-color: #ad4d4b;
}
.ps-color--3 {
  background-color: #fdb201;
}
.ps-color:last-child {
  margin-right: 0;
}

.tooltip .tooltip-inner {
  font-size: 14px;
}

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

.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;
  min-width: 160px;
  max-width: 160px;
}
.form-group--inline .form-group__content {
  width: 100%;
}
@media (max-width: 1199px) {
  .form-group--inline {
    padding-left: 0;
  }
  .form-group--inline label {
    position: static;
    transform: translateY(0);
  }
  .form-group--inline.textarea label {
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .form-group--inline {
    display: block;
  }
}

.form-group--number {
  display: inline-block;
  position: relative;
}
.form-group--number button {
  background: none;
  border: none;
  background-color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 100%;
  max-width: 20px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 18px;
  padding: 0 14px;
  line-height: 1em;
}
.form-group--number button.up {
  right: 0;
  border-left: 1px solid #ced4da;
}
.form-group--number button.down {
  left: 0;
  border-right: 1px solid #ced4da;
}
.form-group--number .form-control {
  border: 1px solid #ccc;
  height: 40px;
  padding: 0 25px;
  text-align: center;
  font-size: 14px;
  color: #000;
  border-radius: 50px;
  background-color: transparent;
}
.form-group--number .form-control::-webkit-input-placeholder {
  color: #000;
}
.form-group--number .form-control::-moz-placeholder {
  color: #000;
}
.form-group--number .form-control:-moz-placeholder {
  color: #000;
}
.form-group--number .form-control:-ms-input-placeholder {
  color: #000;
}

.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;
  -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: 50px 0 0 50px;
  border: none;
  border-right: none;
  background-color: #fff;
}

.form-group--icon {
  position: relative;
}
.form-group--icon i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  font-size: 16px;
}
.form-group--icon .form-control {
  -webkit-appearance: none;
  -moz-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;
  -ms-box-shadow: 0 1px 1px 2px rgba(204, 204, 204, 0.2);
  box-shadow: 0 1px 1px 2px rgba(204, 204, 204, 0.2);
  visibility: hidden;
  opacity: 0;
  text-align: left;
}
.ps-dropdown ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.ps-dropdown ul li a {
  display: block;
  font-size: 1.3rem;
  color: #000;
  padding: 6px 10px;
}
.ps-dropdown:hover ul {
  visibility: visible;
  opacity: 1;
}
.ps-dropdown.open ul {
  visibility: visible;
  opacity: 1;
}

.ps-variant {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  z-index: 10;
  cursor: pointer;
  border: 1px solid #999;
}
.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 0.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-radius: 0;
  border-color: #d9d9d9;
}
.ps-variant.ps-variant--size .ps-variant__size {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #999;
  font-weight: 600;
}
.ps-variant.ps-variant--size.active .ps-variant__size {
  color: #000;
}
.ps-variant.ps-variant--color {
  width: 30px;
  height: 30px;
}
.ps-variant.ps-variant--color:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ps-variant.ps-variant--color.color--1:before {
  background-color: #000;
}
.ps-variant.ps-variant--color.color--2:before {
  background-color: #9e9e9e;
}
.ps-variant.ps-variant--color.color--3:before {
  background-color: #F06292;
}
.ps-variant.ps-variant--image {
  width: auto;
  height: auto;
  max-width: 50px;
  border-radius: 0;
  border-color: #d9d9d9;
}
.ps-variant.ps-variant--image img {
  position: relative;
}
.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;
}

.select2 {
  display: block;
}
.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: #93969a;
}

.slimScrollRail, .slimScrollBar {
  border-radius: 0 !important;
}

.slimScrollBar {
  opacity: 1 !important;
  background-color: #222 !important;
}

.ps-progress {
  position: relative;
}
.ps-progress span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 100%;
}

.ps-post {
  margin-bottom: 30px;
}
.ps-post .ps-post__badge {
  width: 40px;
  height: 40px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background-color: #000;
}
.ps-post .ps-post__badge i {
  color: #ffffff;
  font-size: 20px;
}
.ps-post .ps-post__thumbnail {
  position: relative;
}
.ps-post .ps-post__thumbnail img {
  width: 100%;
}
.ps-post .ps-post__thumbnail .ps-post__badge {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 20;
}
.ps-post .ps-post__thumbnail .ps-post__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.ps-post .ps-post__thumbnail:hover .ps-post__overlay {
  background-color: rgba(255, 255, 255, 0.25);
}
.ps-post .ps-post__meta {
  display: block;
  margin-bottom: 20px;
}
.ps-post .ps-post__meta a {
  margin-right: 10px;
}
.ps-post .ps-post__title {
  display: block;
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: 600;
}
.ps-post .ps-post__content {
  padding-top: 20px;
}
.ps-post .ps-post__content p {
  color: #999999;
}
.ps-post .ps-post__content p a {
  color: #000000;
}
.ps-post .ps-post__content p a:hover {
  color: var(--color-1st);
}

.ps-post--small-thumbnail {
  display: flex;
  flex-flow: row nowrap;
}
.ps-post--small-thumbnail .ps-post__thumbnail {
  width: 100%;
  max-width: 260px;
}
.ps-post--small-thumbnail .ps-post__thumbnail img {
  width: 100%;
}
.ps-post--small-thumbnail .ps-post__meta {
  margin-bottom: 10px;
}
.ps-post--small-thumbnail .ps-post__meta a:after {
  content: ",";
}
.ps-post--small-thumbnail .ps-post__meta a:last-child:after {
  display: none;
}
.ps-post--small-thumbnail .ps-post__top p {
  color: #666666;
}
.ps-post--small-thumbnail .ps-post__bottom {
  padding-top: 10px;
  border-top: 1px solid #e1e1e1;
}
.ps-post--small-thumbnail .ps-post__content {
  padding-top: 0;
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .ps-post--small-thumbnail {
    flex-flow: column wrap;
  }
  .ps-post--small-thumbnail .ps-post__thumbnail {
    margin-bottom: 30px;
    max-width: 100%;
  }
  .ps-post--small-thumbnail .ps-post__content {
    padding-left: 0;
  }
  .ps-post--small-thumbnail .ps-post__bottom {
    margin-top: 10px;
  }
}

.ps-post--horizontal {
  margin-bottom: 50px;
  display: flex;
  flex-flow: row nowrap;
}
.ps-post--horizontal .ps-post__thumbnail {
  width: 100%;
  max-width: calc(100% - 400px);
}
.ps-post--horizontal .ps-post__thumbnail img {
  width: 100%;
}
.ps-post--horizontal .ps-post__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
  background-color: #f2f2f2;
  padding: 60px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .ps-post--horizontal {
    flex-flow: row wrap;
  }
  .ps-post--horizontal .ps-post__thumbnail {
    max-width: 100%;
  }
  .ps-post--horizontal .ps-post__content {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .ps-post--horizontal .ps-post__content {
    padding: 40px 30px;
  }
}
@media (max-width: 479px) {
  .ps-post--horizontal .ps-post__content {
    padding: 30px 20px;
  }
}

.ps-post--detail .ps-post__header {
  padding-top: 110px;
  padding-bottom: 90px;
  text-align: center;
}
.ps-post--detail .ps-post__header h1 {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 1.2em;
}
.ps-post--detail .ps-post__header p {
  font-size: 16px;
  color: #666666;
}
.ps-post--detail .ps-post__header p a {
  margin-left: 10px;
}
.ps-post--detail .ps-post__header p a:after {
  content: ",";
}
.ps-post--detail .ps-post__header p a:last-child:after {
  display: none;
}
.ps-post--detail .ps-post__header p a:hover {
  color: var(--color-1st);
}
.ps-post--detail .ps-post__content {
  margin: 0 auto;
}
.ps-post--detail .ps-post__content h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 1.4em;
}
.ps-post--detail .ps-post__content p {
  margin-bottom: 20px;
}
.ps-post--detail .ps-post__content p strong {
  color: #000;
  font-weight: 600;
}
.ps-post--detail .ps-post__content ul li {
  line-height: 1.8em;
  color: #666;
}
.ps-post--detail .ps-post__content .ps-blockquote {
  margin-bottom: 30px;
}
.ps-post--detail .ps-post__footer {
  padding-bottom: 85px;
  text-align: center;
}
.ps-post--detail .ps-post__tags {
  margin-bottom: 30px;
  font-weight: 600;
  color: #000;
}
.ps-post--detail .ps-post__tags a {
  margin-left: 10px;
  color: #666;
}
.ps-post--detail .ps-post__tags a:after {
  content: ",";
}
.ps-post--detail .ps-post__tags a:last-child:after {
  content: "";
}
.ps-post--detail .ps-post__tags a:hover {
  color: var(--color-1st);
}
.ps-post--detail .ps-post__social {
  text-align: center;
}
.ps-post--detail .ps-post__social a {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 45px;
  margin-right: 10px;
  vertical-align: top;
}
.ps-post--detail .ps-post__social a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #ffffff;
}
.ps-post--detail .ps-post__social a:last-child {
  margin-right: 0;
}
.ps-post--detail .ps-post__social a.facebook {
  background-color: #3b5999;
}
.ps-post--detail .ps-post__social a.twitter {
  background-color: #55acee;
}
.ps-post--detail .ps-post__social a.google {
  background-color: #dd4b39;
}
.ps-post--detail .ps-post__social a.linkedin {
  background-color: #0077B5;
}
.ps-post--detail .ps-post__social a.pinterest {
  background-color: #bd081c;
}
.ps-post--detail.sidebar .ps-post__header {
  padding: 0 0 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .ps-post--detail .ps-post__header {
    padding: 90px 0;
  }
  .ps-post--detail .ps-post__header h1 {
    font-size: 36px;
  }
  .ps-post--detail .ps-post__header p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .ps-post--detail .ps-post__header {
    padding: 60px 0;
  }
  .ps-post--detail .ps-post__header h1 {
    font-size: 32px;
  }
  .ps-post--detail .ps-post__header h1 br {
    display: none;
  }
}
@media (max-width: 479px) {
  .ps-post--detail .ps-post__header {
    padding: 45px 0;
  }
  .ps-post--detail .ps-post__header h1 {
    font-size: 24px;
  }
}

.ps-post--parallax .ps-post__header {
  position: relative;
  z-index: 10;
  padding: 180px 0;
  text-align: center;
}
.ps-post--parallax .ps-post__header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.25);
}
.ps-post--parallax .ps-post__header h4 {
  margin-bottom: 40px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
}
.ps-post--parallax .ps-post__header h1 {
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.3em;
}
.ps-post--parallax .ps-post__header p {
  color: #ffffff;
  font-size: 16px;
}

.pagination {
  margin: 0;
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-size: 0;
}
.pagination li {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}
.pagination li > a {
  padding: 0 14px;
  position: relative;
  display: inline-block;
  z-index: 30;
  color: #999;
  line-height: 32px;
  border: none;
  background-color: #f5f5f5;
  color: #000;
  vertical-align: middle;
  font-size: 14px;
}
.pagination li > a i {
  font-size: 10px;
  font-weight: 600;
  margin-left: 4px;
}
.pagination li > a:hover {
  color: #000;
  background-color: var(--color-1st);
}
.pagination li.active {
  border: none;
}
.pagination li.active a {
  background-color: var(--color-1st);
  color: #000;
}
.pagination li:last-child {
  margin-right: 0;
}

.ps-pagination {
  padding-top: 70px;
}
.ps-pagination::after {
  clear: both;
  content: "";
  display: table;
}
.ps-pagination {
  text-align: center;
}
@media (max-width: 767px) {
  .ps-pagination .pagination > li {
    margin-bottom: 10px;
  }
  .ps-pagination .pagination > li > a {
    min-width: 40px;
    line-height: 40px;
    font-size: 1.4rem;
  }
}

.ps-breadcrumb {
  padding: 20px 0;
  background-color: transparent;
}
.ps-breadcrumb .breadcrumb {
  display: inline-block;
  margin: 0;
  padding: 0;
  background-color: transparent;
  text-transform: uppercase;
}
.ps-breadcrumb .breadcrumb li {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}
.ps-breadcrumb .breadcrumb li:before {
  content: "\e81a";
  font-family: "porto-icons";
  text-align: center;
  font-style: normal;
  font-size: 12px;
  margin: 0 4px;
}
.ps-breadcrumb .breadcrumb li:first-child {
  padding-left: 0;
}
.ps-breadcrumb .breadcrumb li:first-child:before {
  display: none;
}
.ps-breadcrumb .breadcrumb a {
  line-height: 20px;
  color: #444;
}
.ps-breadcrumb .breadcrumb a:hover {
  color: var(--color-1st);
}
.ps-breadcrumb .breadcrumb a i {
  margin-right: 5px;
}
@media (max-width: 991px) {
  .ps-breadcrumb {
    position: relative;
    padding: 10px 0;
  }
  .ps-breadcrumb .breadcrumb li {
    font-size: 12px;
  }
  .ps-breadcrumb .breadcrumb a {
    font-size: 12px;
  }
}

.ps-breadcrumb--2 {
  text-align: start;
}
.ps-breadcrumb--2 .breadcrumb {
  display: inline-block;
  margin: 0;
  padding: 0;
  background-color: transparent;
}
.ps-breadcrumb--2 .breadcrumb li {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #FE7E04;
}
.ps-breadcrumb--2 .breadcrumb li:before {
  content: "/";
  margin: 0 5px;
}
.ps-breadcrumb--2 .breadcrumb li:first-child {
  padding-left: 0;
}
.ps-breadcrumb--2 .breadcrumb li:first-child:before {
  display: none;
}
.ps-breadcrumb--2 .breadcrumb a {
  line-height: 20px;
  color: #000;
}
.ps-breadcrumb--2 .breadcrumb a:hover {
  color: var(--color-1st);
}
.ps-breadcrumb--2 .breadcrumb a i {
  margin-right: 5px;
}

.ps-block--download-app {
  background-color: #f8f8f8;
  padding: 80px 0 0;
}
.ps-block--download-app h3 {
  margin-bottom: 12px;
  font-size: 30px;
  font-weight: 300;
  margin-top: 0;
}
.ps-block--download-app p {
  margin-bottom: 30px;
  font-size: 16px;
  max-width: 480px;
}
.ps-block--download-app form {
  margin-bottom: 30px;
  max-width: 480px;
}
.ps-block--download-app form input {
  background-color: #ffffff;
}
.ps-block--download-app .download-link a {
  margin-right: 18px;
}
.ps-block--download-app .download-link a:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  .ps-block--download-app .ps-block__thumbnail {
    margin-bottom: 30px;
  }
}
@media (max-width: 479px) {
  .ps-block--download-app h3 {
    font-size: 20px;
  }
  .ps-block--download-app p {
    font-size: 14px;
  }
  .ps-block--download-app .download-link {
    display: flex;
    flex-flow: row nowrap;
  }
  .ps-block--download-app .download-link a {
    width: 100%;
  }
}

.ps-block--category {
  margin-bottom: 30px;
  text-align: center;
  transition: all 0.4s ease;
}
.ps-block--category a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.ps-block--category p {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 500;
}
.ps-block--category:hover {
  border-color: var(--color-1st);
}
.ps-block--category:hover p {
  color: #09c;
}
@media (max-width: 479px) {
  .ps-block--category {
    padding: 20px 10px;
  }
}

.ps-block--category-vertical h4 {
  font-weight: 400;
  font-size: 18px;
}
.ps-block--category-vertical .ps-block__content {
  padding: 18px 10px 15px;
}
.ps-block--category-vertical .ps-block__content ul li a {
  position: relative;
  display: inline-block;
  color: #666;
  line-height: 25px;
  position: relative;
}
.ps-block--category-vertical .ps-block__content ul li a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  transform: scale3d(0, 1, 1);
  transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  transform-origin: 100% 50%;
}
.ps-block--category-vertical .ps-block__content ul li a:hover:before {
  transform: scale3d(1, 1, 1);
  transform-origin: 0 50%;
}

.ps-block--category-2 {
  display: flex;
  margin-bottom: 30px;
  border: 1px solid #bfbfbf;
  transition: all 0.4s ease;
}
.ps-block--category-2 h4 {
  font-weight: 400;
  font-size: 18px;
}
.ps-block--category-2 .more i {
  padding-left: 6px;
}
.ps-block--category-2 .ps-block__thumbnail {
  max-width: 175px;
}
.ps-block--category-2 .ps-block__content {
  padding: 18px 10px 15px;
}
.ps-block--category-2 .ps-block__content ul li a {
  position: relative;
  display: inline-block;
  color: #666;
  line-height: 25px;
  position: relative;
}
.ps-block--category-2 .ps-block__content ul li a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  transform: scale3d(0, 1, 1);
  transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  transform-origin: 100% 50%;
}
.ps-block--category-2 .ps-block__content ul li a:hover:before {
  transform: scale3d(1, 1, 1);
  transform-origin: 0 50%;
}
.ps-block--category-2.ps-block--category-auto-part h4 {
  font-weight: 600;
  font-size: 16px;
}
.ps-block--category-2.ps-block--category-auto-part .ps-block__content ul li a {
  line-height: 20px;
}
.ps-block--category-2.ps-block--category-auto-part .ps-block__content ul li.more a {
  color: #1069c9;
}
.ps-block--category-2.ps-block--category-auto-part .ps-block__content ul li.more a i {
  font-size: 10px;
}
.ps-block--category-2:hover {
  border-color: var(--color-1st);
}
.ps-block--category-2:hover p {
  color: #09c;
}
@media (max-width: 1680px) {
  .ps-block--category-2 .ps-block__thumbnail {
    max-width: 100px;
    padding-top: 20px;
  }
}

.ps-block--user-header {
  display: flex;
  flex-flow: row nowrap;
  text-align: left;
}
.ps-block--user-header .ps-block__left {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.ps-block--user-header .ps-block__left i {
  font-size: 30px;
  line-height: 1em;
}
.ps-block--user-header .ps-block__right {
  padding-left: 10px;
}
.ps-block--user-header .ps-block__right a {
  display: block;
  font-weight: 700;
  line-height: 18px;
}
.ps-block--user-header .ps-block__right a:hover {
  color: #ffffff;
}

.ps-block--site-features {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 !important;
  width: 100%;
}
.ps-block--site-features .ps-block__left i {
  font-size: 40px;
  color: var(--header-button-text-color);
}
.ps-block--site-features .ps-block__right {
  padding-left: 10px;
}
.ps-block--site-features .ps-block__right h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 0;
  color: var(--header-button-text-color);
}
.ps-block--site-features .ps-block__right p {
  margin-bottom: 0;
  color: var(--header-button-text-color);
}
.ps-block--site-features .ps-block__item {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 10px !important;
  max-width: 25%;
  width: 100%;
  border-radius: 10px;
  border: none !important;
  background: var(--color-1st);
  transition: 0.5s all linear;
}
.ps-block--site-features .ps-block__item:first-child {
  padding-left: 0;
}
.ps-block--site-features .ps-block__item:last-child {
  border-right: none;
  padding-right: 0;
}
.ps-block--site-features .ps-block__item:hover {
  background-color: #000;
}
.ps-block--site-features.ps-block--site-features-2 {
  border: none;
  padding: 0;
}
.ps-block--site-features.ps-block--site-features-2 .ps-block__item {
  max-width: 25%;
  padding: 10px 30px;
}
@media (max-width: 1440px) {
  .ps-block--site-features.ps-block--site-features-2 .ps-block__item {
    flex-flow: row nowrap;
    border-right: 1px solid #dadada;
  }
  .ps-block--site-features.ps-block--site-features-2 .ps-block__item:last-child {
    border-right: none;
  }
  .ps-block--site-features.ps-block--site-features-2 .ps-block__left {
    margin-bottom: 15px;
  }
  .ps-block--site-features.ps-block--site-features-2 .ps-block__right {
    width: 100%;
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .ps-block--site-features.ps-block--site-features-2 .ps-block__item {
    border-right: none;
  }
}
@media (max-width: 1680px) {
  .ps-block--site-features {
    padding: 30px;
  }
  .ps-block--site-features .ps-block__item {
    padding: 0 15px;
  }
}
@media (max-width: 1440px) {
  .ps-block--site-features .ps-block__item {
    flex-flow: row wrap;
    border-right: none;
  }
  .ps-block--site-features .ps-block__left {
    margin-bottom: 15px;
  }
  .ps-block--site-features .ps-block__right {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 1024px) {
  .ps-block--site-features {
    flex-flow: row wrap;
  }
  .ps-block--site-features .ps-block__item {
    margin-bottom: 30px;
    max-width: 25%;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .ps-block--site-features {
    justify-content: flex-start;
  }
  .ps-block--site-features .ps-block__item {
    max-width: 50%;
    max-width: 33.33333%;
  }
  .ps-block--site-features.ps-block--site-features-2 .ps-block__item {
    max-width: 50%;
  }
}
@media (max-width: 420px) {
  .ps-block--site-features .ps-block__item {
    max-width: 100%;
    flex-flow: row nowrap;
  }
  .ps-block--site-features .ps-block__item .ps-block__right {
    padding-left: 20px;
  }
  .ps-block--site-features.ps-block--site-features-2 .ps-block__item {
    max-width: 100%;
  }
}

.ps-block--countdown-deal {
  display: flex;
  flex-flow: row nowrap;
}
.ps-block--countdown-deal .ps-block__left h3 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  margin-right: 70px;
}
.ps-block--countdown-deal figure {
  display: flex;
  align-items: center;
  background-color: #f14705;
  padding: 7px 20px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  border-radius: 3px;
  line-height: 1;
}
.ps-block--countdown-deal figure figcaption {
  color: #ffffff;
  font-weight: 600;
  margin-right: 20px;
}
.ps-block--countdown-deal .ps-countdown li {
  display: inline-block;
}
.ps-block--countdown-deal .ps-countdown li span {
  font-weight: 600;
}
.ps-block--countdown-deal .ps-countdown li:after {
  content: ":";
}
.ps-block--countdown-deal .ps-countdown li:last-child:after {
  display: none;
}
@media (max-width: 479px) {
  .ps-block--countdown-deal {
    flex-flow: row wrap;
  }
  .ps-block--countdown-deal .ps-block__left {
    margin-bottom: 10px;
  }
  .ps-block--countdown-deal .ps-block__left h3 {
    margin-right: 0;
  }
}

.ps-block--shop-features {
  margin-bottom: 40px;
}
.ps-block--shop-features .ps-block__header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #f0f0f0;
}
.ps-block--shop-features .ps-block__header h3 {
  font-weight: 400;
  font-size: 24px;
  color: #000;
}
.ps-block--shop-features .ps-block__navigation a {
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
.ps-block--shop-features .ps-block__navigation a:last-child {
  margin-right: 0;
}
.ps-block--shop-features .ps-block__navigation a:hover {
  color: #000;
}

.ps-block--average-rating .ps-block__header {
  margin-bottom: 20px;
}
.ps-block--average-rating .ps-block__header h3 {
  font-size: 58px;
  font-weight: 500;
  color: #690;
  line-height: 1;
}
.ps-block--average-rating .ps-block__header .br-wrapper {
  margin-bottom: 0;
}
.ps-block--average-rating .ps-block__header .br-wrapper a {
  font-size: 20px;
}
.ps-block--average-rating .ps-block__header span {
  display: block;
  color: #666;
}
.ps-block--average-rating .ps-block__star {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
  width: 100%;
  max-width: 360px;
  cursor: pointer;
}
.ps-block--average-rating .ps-block__star.disabled {
  pointer-events: none;
  cursor: auto;
}
.ps-block--average-rating .ps-block__star.active > span {
  font-weight: 600;
}
.ps-block--average-rating .ps-block__star > span {
  width: 43px;
  color: #666;
}
.ps-block--average-rating .ps-block__star .ps-progress {
  position: relative;
  height: 10px;
  width: 100%;
  max-width: 230px;
  background-color: #f1f1f1;
}
.ps-block--average-rating .ps-block__star .ps-progress span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 100%;
  background-color: #690;
}

.ps-block--questions-answers h3 {
  margin-bottom: 30px;
  font-weight: 700;
  color: #000;
  font-size: 30px;
}
.ps-block--questions-answers .form-control {
  font-size: 18px;
}

.ps-block--testimonial {
  margin-top: 50px;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  padding: 0 40px;
}
.ps-block--testimonial .ps-block__header {
  position: relative;
  top: -45px;
  margin-bottom: -45px;
  z-index: 10;
}
.ps-block--testimonial .ps-block__header img {
  position: relative;
  max-height: 90px;
  border-radius: 50%;
  z-index: 10;
}
.ps-block--testimonial .ps-block__content {
  position: relative;
  padding: 60px 0 40px;
}
.ps-block--testimonial .ps-block__content > i {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 40px;
  color: var(--color-1st);
}
.ps-block--testimonial .ps-block__content h4 {
  font-size: 18px;
  font-weight: 600;
}
.ps-block--testimonial .ps-block__content h4 span {
  margin-left: 10px;
  font-size: 14px;
  color: #999999;
}
@media (max-width: 991px) {
  .ps-block--testimonial .ps-block__content {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .ps-block--testimonial .ps-block__content > i {
    display: none;
  }
}
@media (max-width: 479px) {
  .ps-block--testimonial {
    padding: 30px 20px;
  }
}

.ps-block--deal-hot {
  padding: 13px 30px 30px;
  border: 2px solid var(--color-1st);
}
.ps-block--deal-hot .ps-block__header {
  padding: 10px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #e4e4e4;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.ps-block--deal-hot .ps-block__header h3 {
  display: inline-block;
  line-height: 1;
  font-size: 20px;
  font-weight: 600;
}
.ps-block--deal-hot .ps-block__navigation a {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #ccc;
  vertical-align: top;
}
.ps-block--deal-hot .ps-block__navigation a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 8px;
}
.ps-block--deal-hot .ps-block__navigation a:last-child {
  margin-right: 0;
}
.ps-block--deal-hot .ps-block__navigation a:hover {
  border-color: #dd2400;
}
.ps-block--deal-hot .ps-block__navigation a:hover i {
  color: #dd2400;
}
.ps-block--deal-hot .ps-product--hot-deal {
  margin-bottom: 0;
}
.ps-block--deal-hot .ps-product--detail .ps-product__thumbnail .ps-product__badge {
  width: 80px;
}
.ps-block--deal-hot .ps-product--detail .ps-product__thumbnail .ps-product__badge span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 479px) {
  .ps-block--deal-hot {
    padding: 20px;
  }
}
@media screen and (min-width: 992px) {
  .ps-block--deal-hot {
    max-height: 500px;
  }
}

.ps-block--products-of-category {
  margin-bottom: 70px;
  display: flex;
  flex-flow: row nowrap;
}
.ps-block--products-of-category > * {
  width: 100%;
}
.ps-block--products-of-category .ps-block__categories {
  position: relative;
  padding: 30px 20px 40px 30px;
  background-color: #ffffff;
  max-width: 20%;
}
.ps-block--products-of-category .ps-block__categories h3 {
  margin-bottom: 35px;
  font-weight: 400;
  font-size: 24px;
}
.ps-block--products-of-category .ps-block__categories ul li a {
  display: block;
  padding: 3px 0;
  line-height: 20px;
  color: #000;
}
.ps-block--products-of-category .ps-block__categories ul li a:hover {
  color: var(--color-1st);
}
.ps-block--products-of-category .ps-block__categories .ps-block__more-link {
  position: absolute;
  bottom: 45px;
  left: 30px;
  font-style: italic;
  color: #666;
}
.ps-block--products-of-category .ps-block__slider {
  max-width: 24%;
}
.ps-block--products-of-category .ps-block__slider a {
  display: block;
}
.ps-block--products-of-category .ps-block__slider a img {
  width: 100%;
}
.ps-block--products-of-category .ps-block__product-box {
  display: flex;
  flex-flow: row wrap;
}
.ps-block--products-of-category .ps-block__product-box > * {
  max-width: 33.333333%;
}
.ps-block--products-of-category .ps-product--simple {
  background-color: #fff;
  border-right: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
}
.ps-block--products-of-category .ps-product--simple:hover {
  border-color: #e1e1e1;
  border-left-color: transparent;
}
@media (max-width: 1199px) {
  .ps-block--products-of-category .ps-block__slider {
    display: none;
  }
}
@media (max-width: 991px) {
  .ps-block--products-of-category {
    flex-flow: row wrap;
  }
  .ps-block--products-of-category .ps-block__categories {
    max-width: 100%;
  }
  .ps-block--products-of-category .ps-block__categories h3 {
    margin-bottom: 20px;
  }
  .ps-block--products-of-category .ps-block__categories ul li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .ps-block--products-of-category .ps-block__categories ul li:last-child {
    margin-right: 0;
  }
  .ps-block--products-of-category .ps-block__categories .ps-block__more-link {
    position: relative;
    bottom: 0;
    left: 0;
  }
  .ps-block--products-of-category .ps-block__product-box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .ps-block--products-of-category {
    margin-bottom: 50px;
  }
  .ps-block--products-of-category .ps-block__product-box {
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
  }
  .ps-block--products-of-category .ps-block__product-box > * {
    max-width: 50%;
    flex-basis: 50%;
  }
  .ps-block--products-of-category .ps-product--simple {
    padding: 20px;
    border: 1px solid #e1e1e1;
    border-right: none;
    border-bottom: none;
  }
}
@media (max-width: 479px) {
  .ps-block--products-of-category {
    margin-bottom: 35px;
  }
  .ps-block--products-of-category .ps-product--simple {
    padding: 10px;
  }
}

.ps-block--recent-viewed .ps-block__header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding-bottom: 25px;
}
.ps-block--recent-viewed .ps-block__header h3 {
  font-size: 24px;
  font-weight: 400;
}
.ps-block--recent-viewed .ps-block__header a {
  text-decoration: underline;
}
.ps-block--recent-viewed .ps-block__header a:hover {
  color: var(--color-1st);
}
.ps-block--recent-viewed .ps-block__content {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  background-color: #fff;
  padding: 20px;
}
.ps-block--recent-viewed .ps-block__content a {
  margin-right: 20px;
  max-width: 7%;
  border: 2px solid transparent;
}
.ps-block--recent-viewed .ps-block__content a:hover {
  border-color: var(--color-1st);
}

.ps-block--categories-tabs {
  background-color: #fff;
}
.ps-block--categories-tabs .ps-block__header {
  padding: 0 80px;
}
.ps-block--categories-tabs .ps-tab-list a {
  display: block;
  padding: 20px 0;
  text-align: center;
  border-bottom: 2px solid transparent;
}
.ps-block--categories-tabs .ps-tab-list a i {
  font-size: 36px;
}
.ps-block--categories-tabs .ps-tab-list a span {
  display: block;
}
.ps-block--categories-tabs .ps-tab-list a:hover i {
  color: var(--color-1st);
}
.ps-block--categories-tabs .ps-tab-list a:hover {
  border-color: var(--color-1st);
}
.ps-block--categories-tabs .ps-tab-list a.active i {
  color: var(--color-1st);
}
.ps-block--categories-tabs .ps-tab-list a.active {
  border-color: var(--color-1st);
}
.ps-block--categories-tabs .ps-block__item {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  text-align: center;
}
.ps-block--categories-tabs .ps-block__item a {
  display: block;
  width: 150px;
  max-width: 12.5%;
  margin-bottom: 40px;
  overflow: hidden;
}
.ps-block--categories-tabs .ps-block__item a img {
  max-height: 120px;
  transition: all 0.4s ease-out;
}
.ps-block--categories-tabs .ps-block__item a span {
  display: block;
  color: #666666;
}
.ps-block--categories-tabs .ps-block__item a:hover img {
  transform: scale(1.1, 1.1);
}
.ps-block--categories-tabs .ps-tabs {
  border-top: 1px solid #e1e1e1;
}
.ps-block--categories-tabs .ps-tab {
  padding: 20px 60px 60px;
}
@media (max-width: 1680px) {
  .ps-block--categories-tabs .owl-slider .owl-nav .owl-prev {
    margin-left: -30px;
  }
  .ps-block--categories-tabs .owl-slider .owl-nav .owl-next {
    margin-right: -30px;
  }
}
@media (max-width: 1199px) {
  .ps-block--categories-tabs .ps-block__header {
    padding: 0 30px;
  }
  .ps-block--categories-tabs .ps-block__header .ps-tab-list a {
    border: none;
  }
  .ps-block--categories-tabs .ps-block__header .ps-tab-list a i {
    margin-bottom: 10px;
    font-size: 30px;
  }
  .ps-block--categories-tabs .ps-block__header .ps-tab-list a span {
    font-size: 12px;
  }
  .ps-block--categories-tabs .ps-tab {
    padding: 20px 30px;
  }
}
@media (max-width: 991px) {
  .ps-block--categories-tabs .ps-block__item {
    margin-bottom: 30px;
  }
  .ps-block--categories-tabs .ps-block__item a {
    max-width: 20%;
  }
}
@media (max-width: 767px) {
  .ps-block--categories-tabs .ps-tab {
    padding: 20px 15px;
  }
  .ps-block--categories-tabs .ps-block__item {
    margin-bottom: 30px;
    padding: 0 10px;
  }
  .ps-block--categories-tabs .ps-block__item a {
    max-width: 25%;
  }
}
@media (max-width: 479px) {
  .ps-block--categories-tabs .ps-block__header {
    padding: 0 15px;
  }
  .ps-block--categories-tabs .ps-block__item a {
    max-width: 33.3333%;
  }
  .ps-block--categories-tabs .ps-tab {
    padding: 20px 10px;
  }
}

.ps-block--product-box {
  background-color: #ffffff;
}
.ps-block--product-box .owl-slider .owl-item img {
  width: 100%;
}
.ps-block--product-box .ps-block__header {
  border-bottom: 1px solid #e1e1e1;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 14px 20px;
}
.ps-block--product-box .ps-block__header h3 {
  margin-bottom: 0;
  display: inline-block;
  font-weight: 400;
  color: #000;
  font-size: 20px;
}
.ps-block--product-box .ps-block__header h3 i {
  margin-right: 10px;
}
.ps-block--product-box .ps-block__header ul li {
  display: inline-block;
  margin-right: 15px;
}
.ps-block--product-box .ps-block__header ul li:last-child {
  margin-right: 0;
}
.ps-block--product-box .ps-block__content {
  display: flex;
  flex-flow: row nowrap;
}
.ps-block--product-box .ps-block__content .ps-block__left {
  padding: 20px;
  max-width: calc(100% - 320px);
  border-right: 1px solid #e1e1e1;
}
.ps-block--product-box .ps-block__content .ps-block__right {
  max-width: 320px;
  padding: 20px;
}
.ps-block--product-box .ps-block__left .owl-slider {
  margin-bottom: 20px;
}
.ps-block--product-box .ps-block__right figure figcaption {
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  border-bottom: 1px solid #e1e1e1;
}
.ps-block--product-box .ps-block__right .ps-product--horizontal {
  margin-bottom: 30px;
}
.ps-block--product-box .ps-block__right .ps-product--horizontal .ps-product__thumbnail {
  max-width: 60px;
}
.ps-block--product-box .ps-block__right .ps-product--horizontal .ps-product__rating {
  display: none;
}
.ps-block--product-box .ps-block__products .ps-tab-list {
  display: block;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
}
.ps-block--product-box .ps-block__products .ps-tab-list li {
  display: inline-block;
  margin-right: 20px;
}
.ps-block--product-box .ps-block__products .ps-tab-list li a {
  line-height: 20px;
  font-size: 16px;
  color: #666;
}
.ps-block--product-box .ps-block__products .ps-tab-list li.active a {
  color: #000;
}
.ps-block--product-box .ps-block__products .ps-tab-list li:last-child {
  margin-right: 0;
}
.ps-block--product-box .ps-block__products .row {
  margin: 0;
}
.ps-block--product-box .ps-block__products .row > * {
  padding: 0;
}
@media (max-width: 1199px) {
  .ps-block--product-box .ps-block__header {
    flex-flow: row wrap;
  }
  .ps-block--product-box .ps-block__header h3 {
    margin-bottom: 10px;
    display: block;
  }
}
@media (max-width: 991px) {
  .ps-block--product-box .ps-block__content {
    flex-flow: column wrap;
  }
  .ps-block--product-box .ps-block__content .ps-block__left,
  .ps-block--product-box .ps-block__content .ps-block__right {
    max-width: 100%;
  }
}

.ps-block--categories-box {
  margin-bottom: 30px;
  padding: 20px;
  background-color: #ffffff;
}
.ps-block--categories-box .ps-block__header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e1e1e1;
  align-items: center;
}
.ps-block--categories-box .ps-block__header h3 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  color: #000;
  line-height: 1em;
}
.ps-block--categories-box .ps-block__header ul li {
  display: inline-block;
  margin-right: 20px;
}
.ps-block--categories-box .ps-block__header ul li a {
  color: #000;
}
.ps-block--categories-box .ps-block__header ul li a:hover {
  color: var(--color-1st);
}
.ps-block--categories-box .ps-block__header ul li:last-child {
  margin-right: 0;
}
.ps-block--categories-box .ps-block__banner {
  width: 100%;
  max-width: 60%;
}
.ps-block--categories-box .ps-block__item {
  position: relative;
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid transparent;
  transition: all 0.4s ease;
}
.ps-block--categories-box .ps-block__item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.ps-block--categories-box .ps-block__item img {
  margin-bottom: 10px;
  max-height: 190px;
}
.ps-block--categories-box .ps-block__item p {
  margin-bottom: 0;
  color: #000;
  font-size: 16px;
  transition: all 0.4s ease;
}
.ps-block--categories-box .ps-block__item span {
  color: #666666;
}
.ps-block--categories-box .ps-block__item:hover p {
  color: var(--color-1st);
}
.ps-block--categories-box .ps-block__item:hover {
  border-color: silver;
}
.ps-block--categories-box .ps-block__content {
  display: flex;
  flex-flow: row wrap;
}
.ps-block--categories-box .ps-block__content .ps-block__item {
  width: 100%;
  max-width: 20%;
}
@media (max-width: 1199px) {
  .ps-block--categories-box .ps-block__banner {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .ps-block--categories-box .ps-block__banner img {
    width: 100%;
  }
  .ps-block--categories-box .ps-block__item {
    margin-bottom: 0;
  }
  .ps-block--categories-box .ps-block__content .ps-block__item {
    max-width: 25%;
  }
}
@media (max-width: 991px) {
  .ps-block--categories-box .ps-block__content .ps-block__item {
    max-width: 33.333%;
  }
}
@media (max-width: 767px) {
  .ps-block--categories-box .ps-block__item {
    padding: 10px;
    text-align: center;
  }
  .ps-block--categories-box .ps-block__item p {
    margin-bottom: 0;
    font-size: 14px;
  }
  .ps-block--categories-box .ps-block__header h3 {
    font-size: 20px;
  }
}
@media (max-width: 580px) {
  .ps-block--categories-box .ps-block__content .ps-block__item {
    max-width: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 479px) {
  .ps-block--categories-box .ps-block__item {
    padding: 0;
    margin-bottom: 15px;
  }
  .ps-block--categories-box .ps-block__item p {
    font-size: 13px;
  }
  .ps-block--categories-box .ps-block__item span {
    font-size: 12px;
  }
  .ps-block--categories-box .ps-block__header {
    flex-flow: row wrap;
  }
  .ps-block--categories-box .ps-block__header h3 {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
  }
}

.ps-block--category-room {
  margin-bottom: 20px;
  text-align: center;
}
.ps-block--category-room .ps-block__thumbnail {
  overflow: hidden;
}
.ps-block--category-room .ps-block__thumbnail img {
  width: 100%;
  transition: all 0.4s ease;
}
.ps-block--category-room .ps-block__thumbnail:hover img {
  transform: scale3d(1.05, 1.05, 1.05);
}
.ps-block--category-room .ps-block__content {
  padding: 10px;
}
.ps-block--category-room a {
  font-size: 16px;
  color: #000;
}
.ps-block--category-room a:hover {
  color: #0066cc;
}

.ps-block--container-hightlight .ps-section__header {
  padding: 16px 0;
  text-align: center;
  background-color: var(--color-1st);
}
.ps-block--container-hightlight .ps-section__header h3 {
  font-size: 22px;
  margin-bottom: 0;
  font-weight: 600;
  color: #000;
  line-height: 30px;
}
@media (max-width: 767px) {
  .ps-block--container-hightlight .ps-section__header h3 {
    font-size: 16px;
  }
}
.ps-block--container-hightlight .ps-section__content {
  padding: 30px 20px;
  border: 2px solid var(--color-1st);
  border-top: none;
}
@media (min-width: 1680px) {
  .ps-block--container-hightlight .ps-section__content .row {
    margin: 0;
  }
  .ps-block--container-hightlight .ps-section__content .col-xl-3 {
    max-width: 20%;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .ps-block--container-hightlight .row {
    margin: 0 -2px;
  }
  .ps-block--container-hightlight .row > * {
    padding: 0 2px;
  }
  .ps-block--container-hightlight .ps-product {
    margin-bottom: 4px;
  }
}

.ps-block--categories-grid {
  display: flex;
  flex-flow: row wrap;
  background-color: #fff;
}
.ps-block--categories-grid .ps-block--category-2 {
  margin-bottom: 0;
  width: 100%;
  max-width: 33.3333333333%;
  border: none;
  border-right: 1px solid rgba(141, 141, 141, 0.15);
  border-bottom: 1px solid rgba(141, 141, 141, 0.15);
}
.ps-block--categories-grid .ps-block--category-2 .ps-block__thumbnail {
  max-width: 100px;
  padding: 10px;
}
.ps-block--categories-grid .ps-block--category-2 .ps-block__content > a {
  color: #06c;
}
.ps-block--categories-grid .ps-block--category-2:nth-child(4), .ps-block--categories-grid .ps-block--category-2:nth-child(5), .ps-block--categories-grid .ps-block--category-2:nth-child(6) {
  border-bottom: none;
}
.ps-block--categories-grid .ps-block--category-2:nth-child(3), .ps-block--categories-grid .ps-block--category-2:nth-child(6) {
  border-right: none;
}
@media (max-width: 991px) {
  .ps-block--categories-grid {
    border-top: 1px solid rgba(141, 141, 141, 0.15);
    border-left: 1px solid rgba(141, 141, 141, 0.15);
  }
  .ps-block--categories-grid .ps-block--category-2 {
    max-width: 50%;
  }
  .ps-block--categories-grid .ps-block--category-2:nth-child(4), .ps-block--categories-grid .ps-block--category-2:nth-child(5), .ps-block--categories-grid .ps-block--category-2:nth-child(6) {
    border-bottom: 1px solid rgba(141, 141, 141, 0.15);
  }
  .ps-block--categories-grid .ps-block--category-2:nth-child(3), .ps-block--categories-grid .ps-block--category-2:nth-child(6) {
    border-right: 1px solid rgba(141, 141, 141, 0.15);
  }
}
@media (max-width: 375px) {
  .ps-block--categories-grid .ps-block--category-2 {
    max-width: 100%;
  }
}

.ps-block--menu-categories {
  position: relative;
  background-color: #ffffff;
  padding: 25px 20px;
}
.ps-block--menu-categories .ps-block__header {
  padding-bottom: 20px;
}
.ps-block--menu-categories .ps-block__header h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
}
.ps-block--menu-categories .ps-list--menu-cateogories > li > a {
  display: block;
  padding: 10px 0;
  font-size: 16px;
  line-height: 26px;
  border-bottom: 1px solid #f0f0f0;
}
.ps-block--menu-categories .ps-list--menu-cateogories > li:last-child > a {
  border-bottom: none;
}
.ps-block--menu-categories .ps-list--menu-cateogories > li.menu-item-has-children .sub-menu {
  border: 1px solid transparent;
  transform: translateX(30px);
}
.ps-block--menu-categories .ps-list--menu-cateogories > li.menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  border: 1px solid var(--color-1st);
  transform: translateX(0);
}
.ps-block--menu-categories .ps-list--menu-cateogories .sub-menu {
  top: 0;
  left: 100%;
  height: 100%;
  padding: 20px;
  z-index: 20;
  background-color: #fff;
}
.ps-block--menu-categories .ps-list--menu-cateogories .sub-menu > li > a {
  padding: 5px 0;
  font-size: 14px;
  color: #666;
  border-bottom: none;
}
.ps-block--menu-categories .ps-list--menu-cateogories .sub-menu > li > a:hover {
  background-color: var(--color-1st);
}
@media (max-width: 1199px) {
  .ps-block--menu-categories {
    display: none;
  }
}

.ps-block--author {
  display: flex;
  flex-flow: row nowrap;
  padding: 60px;
  background-color: #f0f0f0;
}
.ps-block--author > * {
  width: 100%;
}
.ps-block--author .ps-block__thumbnail {
  max-width: 130px;
}
.ps-block--author .ps-block__content {
  padding-left: 30px;
}
.ps-block--author .ps-block__content h4 {
  margin-bottom: 20px;
  color: #000;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2em;
}

.ps-block--post--navigation {
  display: flex;
  justify-content: space-between;
  padding-bottom: 90px;
  border-bottom: 1px solid #e1e1e1;
}
.ps-block--post--navigation .ps-block__link {
  width: 50%;
}
.ps-block--post--navigation .ps-block__link:last-child {
  text-align: right;
}
.ps-block--post--navigation .ps-block__link:last-child i {
  margin-left: 10px;
  vertical-align: middle;
}
.ps-block--post--navigation .ps-block__arrow {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
}
.ps-block--post--navigation .ps-block__title {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.ps-block--comment {
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 0;
}
.ps-block--comment > * {
  width: 100%;
}
.ps-block--comment > .ps-block__thumbnail {
  max-width: 100px;
}
.ps-block--comment > .ps-block__thumbnail img {
  max-width: 70px;
}
.ps-block--comment > .ps-block__content {
  padding: 15px 0 30px 20px;
  border-top: 1px solid #e1e1e1;
}
.ps-block--comment > .ps-block__content h5 {
  margin-bottom: 16px;
  font-weight: 600;
  color: #333333;
  font-size: 14px;
}
.ps-block--comment > .ps-block__content h5 small {
  display: inline-block;
  font-size: 12px;
  color: #666666;
}
.ps-block--comment > .ps-block__content h5 small:before {
  content: "-";
  margin: 0 10px;
}
.ps-block--comment > .ps-block__content p {
  margin-bottom: 20px;
}
.ps-block--comment > .ps-block__content > .ps-block__reply {
  font-style: italic;
  color: #09c;
}
.ps-block--comment > .ps-block__content > .ps-block__reply:hover {
  color: var(--color-1st);
}
.ps-block--comment > .ps-block__content > .ps-block--comment {
  margin-top: 30px;
}
.ps-block--comment > .ps-block__content > .ps-block--comment > .ps-block__content {
  padding: 15px 0 30px 0;
  border-top: 1px solid #e1e1e1;
}
@media (max-width: 767px) {
  .ps-block--comment > .ps-block__thumbnail {
    max-width: 90px;
  }
  .ps-block--comment > .ps-block__content {
    padding: 10px 0 30px 0;
  }
}
@media (max-width: 479px) {
  .ps-block--comment {
    flex-flow: column wrap;
  }
  .ps-block--comment > .ps-block__content > .ps-block--comment {
    margin-left: 30px;
  }
}

.ps-block--icon-box {
  text-align: center;
}
.ps-block--icon-box i {
  display: inline-block;
  margin-bottom: 30px;
  font-size: 88px;
  color: var(--color-1st);
}
.ps-block--icon-box h4 {
  font-size: 48px;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.ps-block--icon-box p {
  font-size: 16px;
}
@media (max-width: 767px) {
  .ps-block--icon-box {
    margin-bottom: 20px;
    text-align: center;
  }
  .ps-block--icon-box i {
    font-size: 60px;
    margin-bottom: 20px;
  }
  .ps-block--icon-box h4 {
    font-size: 24px;
  }
  .ps-block--icon-box p {
    font-size: 14px;
  }
}

.ps-block--icon-box-2 {
  text-align: center;
}
.ps-block--icon-box-2 .ps-block__thumbnail {
  margin-bottom: 30px;
  min-height: 130px;
}
.ps-block--icon-box-2 .ps-block__desc {
  margin-bottom: 20px;
}
.ps-block--icon-box-2 img {
  max-height: 130px;
}
.ps-block--icon-box-2 h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.4em;
}
.ps-block--icon-box-2 p {
  font-size: 16px;
}
.ps-block--icon-box-2 a {
  text-decoration: underline;
  font-size: 16px;
}

.ps-block--milestone {
  position: relative;
  margin-bottom: 300px;
}
.ps-block--milestone .ps-block__dot {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ccc;
}
.ps-block--milestone .ps-block__dot:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--color-1st);
  visibility: hidden;
  opacity: 0;
}
.ps-block--milestone .ps-block__year-number {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.ps-block--milestone .ps-block__year {
  text-align: center;
}
.ps-block--milestone .ps-block__journey {
  position: absolute;
  top: 100%;
  left: 0;
  margin-bottom: 50px;
  min-width: 500px;
  max-width: 500px;
  padding: 20px;
  display: none;
  background-color: #ffffff;
  padding: 20px;
}
.ps-block--milestone .ps-block__journey::after {
  clear: both;
  content: "";
  display: table;
}
.ps-block--milestone .ps-block__journey {
  margin-top: 50px;
}
.ps-block--milestone .ps-block__journey:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  height: 0;
  width: 0;
  border-bottom: 50px solid gray;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.ps-block--milestone .ps-block__journey .ps-block__thumbnail {
  float: left;
  max-width: 100px;
}
.ps-block--milestone .ps-block__journey .ps-block__thumbnail img {
  border-radius: 50%;
}
.ps-block--milestone .ps-block__journey .ps-block__content {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  float: right;
  min-height: 100px;
  width: calc(100% - 100px);
}
.ps-block--milestone .ps-block__journey .ps-block__content h4 {
  font-weight: 500;
  color: #000;
  font-size: 20px;
}
.ps-block--milestone.active .ps-block__dot:before {
  visibility: visible;
  opacity: 1;
}
.ps-block--milestone.active .ps-block__journey {
  display: block;
}

.ps-block--milestones {
  display: flex;
  justify-content: space-between;
}
.ps-block--milestones > * {
  width: 100%;
}

.ps-block--contact-info {
  max-width: 270px;
  margin: 0 auto 50px;
  text-align: center;
}
.ps-block--contact-info h4 {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 20px;
  color: #000;
}
.ps-block--contact-info p a {
  display: block;
}

.ps-block--vendor-milestone {
  display: flex;
  flex-flow: row nowrap;
  position: relative;
  padding-bottom: 90px;
}
.ps-block--vendor-milestone:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 2px;
  background-color: var(--color-1st);
}
.ps-block--vendor-milestone .ps-block__left,
.ps-block--vendor-milestone .ps-block__right {
  width: 100%;
}
.ps-block--vendor-milestone .ps-block__left {
  padding-right: 140px;
}
.ps-block--vendor-milestone .ps-block__left h4 {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 600;
  color: #000;
  line-height: 1.2em;
}
.ps-block--vendor-milestone .ps-block__left ul {
  padding-left: 20px;
}
.ps-block--vendor-milestone .ps-block__left ul li {
  margin-bottom: 20px;
  font-size: 16px;
  color: #666;
}
.ps-block--vendor-milestone .ps-block__right {
  text-align: right;
}
.ps-block--vendor-milestone .ps-block__number {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  background-color: #ffffff;
  border: 2px solid var(--color-1st);
  border-radius: 50%;
}
.ps-block--vendor-milestone .ps-block__number span {
  font-size: 48px;
  color: #000;
}
.ps-block--vendor-milestone.reverse {
  flex-flow: row-reverse nowrap;
}
.ps-block--vendor-milestone.reverse .ps-block__left {
  padding-left: 140px;
  padding-right: 0;
}
.ps-block--vendor-milestone.reverse .ps-block__right {
  text-align: left;
}
.ps-block--vendor-milestone:last-child:before {
  display: none;
}
@media (max-width: 991px) {
  .ps-block--vendor-milestone .ps-block__left {
    padding-right: 80px;
  }
  .ps-block--vendor-milestone .ps-block__left h4 {
    font-size: 18px;
  }
  .ps-block--vendor-milestone .ps-block__left ul li {
    font-size: 14px;
  }
  .ps-block--vendor-milestone .ps-block__right {
    padding-left: 80px;
  }
  .ps-block--vendor-milestone .ps-block__number {
    width: 80px;
    height: 80px;
  }
  .ps-block--vendor-milestone .ps-block__number span {
    font-size: 24px;
  }
  .ps-block--vendor-milestone.reverse .ps-block__left {
    padding-left: 80px;
  }
  .ps-block--vendor-milestone.reverse .ps-block__right {
    padding-left: 0;
    padding-right: 80px;
  }
}
@media (max-width: 767px) {
  .ps-block--vendor-milestone {
    flex-flow: column-reverse wrap;
    padding-left: 100px;
  }
  .ps-block--vendor-milestone:before {
    left: 40px;
  }
  .ps-block--vendor-milestone .ps-block__number {
    left: 0;
    transform: translateX(0);
  }
  .ps-block--vendor-milestone .ps-block__left {
    padding: 0;
  }
  .ps-block--vendor-milestone .ps-block__left h4 {
    font-size: 18px;
  }
  .ps-block--vendor-milestone .ps-block__right {
    text-align: center;
    margin-bottom: 40px;
    padding: 40px 0 0;
  }
  .ps-block--vendor-milestone .ps-block__right img {
    max-height: 150px;
  }
  .ps-block--vendor-milestone.reverse {
    flex-flow: column-reverse wrap;
  }
  .ps-block--vendor-milestone.reverse .ps-block__left {
    padding: 0;
  }
  .ps-block--vendor-milestone.reverse .ps-block__right {
    padding: 0;
    text-align: center;
  }
}
@media (max-width: 479px) {
  .ps-block--vendor-milestone {
    padding-left: 60px;
  }
  .ps-block--vendor-milestone:before {
    left: 25px;
  }
  .ps-block--vendor-milestone .ps-block__number {
    width: 50px;
    height: 50px;
  }
  .ps-block--vendor-milestone .ps-block__number span {
    font-size: 20px;
  }
}

.ps-block--shopping-total {
  margin-bottom: 30px;
  padding: 30px 35px;
  background-color: #f1f1f1;
  border: 1px solid #bfbfbf;
}
.ps-block--shopping-total .ps-block__product li {
  margin-bottom: 10px;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.ps-block--shopping-total .ps-block__product span {
  display: block;
  font-size: 16px;
  line-height: 24px;
}
.ps-block--shopping-total .ps-block__product .ps-block__shop {
  color: #000;
}
.ps-block--shopping-total .ps-block__product .ps-block__shipping {
  color: #666;
}
.ps-block--shopping-total .ps-block__product .ps-block__estimate strong {
  font-weight: 600;
}
.ps-block--shopping-total .ps-block__product .ps-block__estimate a {
  display: block;
  margin-left: 40px;
  font-size: 14px;
}
.ps-block--shopping-total h3 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
}
.ps-block--shopping-total h3 span {
  color: #ff3300;
  font-weight: 600;
  float: right;
}
.ps-block--shopping-total .ps-block__header {
  display: block;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.ps-block--shopping-total .ps-block__header p {
  font-size: 16px;
}
.ps-block--shopping-total .ps-block__header p span {
  float: right;
}

.ps-block--bought-toggether {
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #e1e1e1;
}
.ps-block--bought-toggether h4 {
  margin-bottom: 40px;
}
.ps-block--bought-toggether .ps-block__items {
  display: flex;
  flex-flow: row wrap;
}
.ps-block--bought-toggether .ps-block__items .ps-block__item {
  max-width: 20%;
}
.ps-block--bought-toggether .ps-block__item {
  position: relative;
  padding-right: 50px;
}
.ps-block--bought-toggether .ps-block__item:first-child:after {
  content: "+";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  font-weight: 400;
  font-size: 26px;
  color: #666;
}
.ps-block--bought-toggether .ps-block__item.ps-block__total:after {
  display: none;
}
.ps-block--bought-toggether .ps-block__total p strong {
  color: red;
  font-size: 20px;
  font-weight: 500;
}
.ps-block--bought-toggether .ps-block__total .ps-btn {
  padding: 10px 20px;
  margin-bottom: 10px;
  font-size: 14px;
  min-width: 180px;
  text-align: center;
  font-weight: 500;
}
.ps-block--bought-toggether .ps-block__total .ps-btn--outline {
  color: #000;
  border: 1px solid #ccc;
}
.ps-block--bought-toggether .ps-block__total .ps-btn--outline:hover {
  background-color: var(--color-1st);
  border-color: var(--color-1st);
}
.ps-block--bought-toggether .ps-btn--outline {
  background-color: #fff;
}
.ps-block--bought-toggether .ps-product--simple .ps-product__price {
  font-size: 16px;
  font-weight: 400;
}
.ps-block--bought-toggether .ps-block__footer .ps-checkbox {
  margin-bottom: 10px;
}
.ps-block--bought-toggether .ps-block__footer .ps-checkbox label strong {
  color: #000;
  font-weight: 600;
}
.ps-block--bought-toggether .ps-block__footer .ps-checkbox label span {
  color: red;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .ps-block--bought-toggether .ps-block__items .ps-block__item {
    max-width: 33.333%;
  }
}
@media (max-width: 767px) {
  .ps-block--bought-toggether .ps-block__items {
    margin-bottom: 20px;
  }
  .ps-block--bought-toggether .ps-block__items .ps-block__item {
    max-width: 50%;
  }
}
@media (max-width: 479px) {
  .ps-block--bought-toggether .ps-block__item {
    padding-right: 0;
  }
  .ps-block--bought-toggether .ps-block__item:first-child:after {
    display: none;
  }
}

.ps-block--instagram {
  position: relative;
  z-index: 10;
  display: block;
}
.ps-block--instagram:before, .ps-block--instagram:after {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}
.ps-block--instagram:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
}
.ps-block--instagram:before {
  content: "\f16d";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  color: #ffffff;
  font-size: 30px;
}
.ps-block--instagram:hover:before, .ps-block--instagram:hover:after {
  visibility: visible;
  opacity: 1;
}
.ps-block--instagram:hover:after {
  transition-delay: 0.25s;
}

.ps-block--header-hotline {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.ps-block--header-hotline .ps-block__left i {
  font-size: 26px;
  color: #000;
}
.ps-block--header-hotline .ps-block__right {
  padding-left: 20px;
}
.ps-block--header-hotline .ps-block__right p {
  margin-bottom: 0;
  line-height: 1.4em;
}
.ps-block--header-hotline .ps-block__right p strong {
  display: block;
  font-size: 16px;
  color: #000;
}
.ps-block--header-hotline.inline p {
  margin-bottom: 0;
  font-size: 16px;
  color: #000;
}
.ps-block--header-hotline.inline p i {
  margin-right: 10px;
}
.ps-block--header-hotline.inline p strong {
  font-weight: 600;
  color: #000;
}

.ps-block--promotion-header {
  padding: 10px 0;
}
.ps-block--promotion-header p {
  margin-bottom: 0;
}
.ps-block--promotion-header .container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.ps-block--promotion-header .container > * {
  margin-right: 50px;
}
.ps-block--promotion-header .ps-btn {
  background-color: #f14705;
  color: #ffffff;
  font-size: 14px;
  padding: 8px 20px;
}
.ps-block--promotion-header .ps-btn:hover {
  background-color: var(--color-1st);
}
.ps-block--promotion-header .ps-block__left {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.ps-block--promotion-header .ps-block__left h3 {
  line-height: 1;
  font-size: 48px;
  color: #f14705;
  font-weight: 300;
}
.ps-block--promotion-header .ps-block__left h4 {
  font-weight: 400;
  font-size: 24px;
  margin: 0;
}
.ps-block--promotion-header .ps-block__left figure {
  padding-left: 20px;
}
.ps-block--promotion-header .ps-block__center span {
  display: block;
  font-weight: 400;
  font-size: 18px;
  color: #f14705;
}
@media (max-width: 1199px) {
  .ps-block--promotion-header {
    display: none;
  }
}

.ps-block--ourteam {
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.ps-block--ourteam img {
  width: 100%;
}
.ps-block--ourteam:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(var(--color-1st), 0.95);
  z-index: 10;
  transition: all 0.4s ease;
  visibility: hidden;
  opacity: 0;
}
.ps-block--ourteam .ps-block__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 20px;
  z-index: 30;
  transition: all 0.4s ease;
  transform: translateY(50px);
  visibility: hidden;
  opacity: 0;
}
.ps-block--ourteam .ps-block__content h4 {
  font-weight: 600;
}
.ps-block--ourteam .ps-block__content p {
  color: #000;
}
.ps-block--ourteam .ps-block__content ul li {
  display: inline-block;
  margin-right: 10px;
}
.ps-block--ourteam .ps-block__content ul li a {
  font-size: 16px;
}
.ps-block--ourteam .ps-block__content ul li a:hover {
  color: #ffffff;
}
.ps-block--ourteam .ps-block__content ul li:last-child {
  margin-right: 0;
}
.ps-block--ourteam.blank {
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.ps-block--ourteam.blank:before {
  display: none;
}
.ps-block--ourteam.blank a {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
}
.ps-block--ourteam.blank a:hover {
  color: var(--color-1st);
}
.ps-block--ourteam:hover:before {
  visibility: visible;
  opacity: 1;
}
.ps-block--ourteam:hover .ps-block__content {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.ps-collection {
  display: block;
}
.ps-collection img {
  width: 100vw;
}
@media (max-width: 767px) {
  .ps-collection {
    margin-bottom: 30px;
  }
}

.ps-block--vendor .ps-block__divider {
  display: block;
  padding-top: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #d5d5d5;
}
.ps-block--vendor .ps-block__thumbnail img {
  width: 100%;
}
.ps-block--vendor .ps-block__container {
  padding: 25px;
  background-color: #f1f1f1;
}
.ps-block--vendor .ps-block__container .ps-block__header h4 {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
}
.ps-block--vendor .ps-block__container .ps-block__header p strong {
  color: #669900;
  font-weight: 600;
}
.ps-block--vendor .ps-block__container p {
  color: #666;
}
.ps-block--vendor .ps-block__container p strong {
  font-weight: 500;
  color: #000;
}
.ps-block--vendor .ps-block__container figure {
  margin-bottom: 20px;
}
.ps-block--vendor .ps-block__container figure figcaption {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  color: #000;
}
.ps-block--vendor .ps-block__container .ps-block__footer p {
  margin-bottom: 16px;
}
.ps-block--vendor .ps-block__container .ps-block__footer p strong {
  font-size: 20px;
  font-weight: 600;
  display: block;
  color: #000;
}

.ps-block--vendor-filter {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding: 10px 10px;
  background-color: #f5f5f5;
}
.ps-block--vendor-filter .ps-block__left {
  display: flex;
  align-items: center;
}
.ps-block--vendor-filter > * {
  width: 100%;
  max-width: 50%;
}
.ps-block--vendor-filter .ps-block__left {
  padding: 0 5px;
}
.ps-block--vendor-filter ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.ps-block--vendor-filter ul li a {
  font-size: 16px;
  color: #666;
}
.ps-block--vendor-filter ul li a:hover {
  color: #000;
}
.ps-block--vendor-filter ul li.active a {
  font-weight: 500;
  color: #000;
}
.ps-block--vendor-filter ul li:last-child {
  margin-right: 16px;
}
.ps-block--vendor-filter form {
  width: 100%;
  position: relative;
}
.ps-block--vendor-filter form input {
  height: 30px;
  background-color: #ffffff;
}
.ps-block--vendor-filter form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  border: none;
  background-color: transparent;
}
@media (max-width: 479px) {
  .ps-block--vendor-filter {
    flex-flow: row wrap;
  }
  .ps-block--vendor-filter > * {
    max-width: 100%;
  }
  .ps-block--vendor-filter .ps-block__left {
    padding-bottom: 10px;
  }
}

.ps-block--vendor-dashboard {
  margin-bottom: 40px;
}
.ps-block--vendor-dashboard .ps-block__header {
  margin-bottom: 30px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e1e1e1;
}
.ps-block--vendor-dashboard .ps-block__header h3 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  color: #000;
}
.ps-block--vendor-status {
  margin-bottom: 60px;
}
.ps-block--vendor-status figcaption {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  color: #000;
}
.ps-block--vendor-status .ps-block__footer {
  padding-top: 20px;
}
.ps-block--vendor-status .ps-block__footer a {
  color: #000;
}
.ps-block--vendor-status .ps-block__footer a:hover {
  color: var(--color-1st);
}
@media (max-width: 479px) {
  .ps-block--vendor-status {
    margin-bottom: 30px;
  }
}

.ps-block--icon i {
  margin-bottom: 30px;
  display: inline-block;
  color: var(--color-1st);
  font-size: 40px;
}
.ps-block--icon h5 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
}
.ps-block--icon p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.2em;
}
@media (min-width: 768px) {
  .ps-block--icon p {
    font-size: 16px;
  }
  .ps-block--icon h5 {
    font-size: 18px;
  }
}

.ps-block--top-photographer {
  max-height: 480px;
  padding: 45px 20px;
  overflow: auto;
}
.ps-block--top-photographer .ps-block__header {
  padding-bottom: 60px;
}
.ps-block--top-photographer .ps-block__header p {
  font-size: 14px;
  color: #666;
}
.ps-block--top-photographer .ps-block__header h3 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 24px;
  color: #000;
  line-height: 1em;
}
.ps-block--top-photographer .ps-block__author {
  display: flex;
  justify-content: space-between;
  padding-bottom: 18px;
}
.ps-block--top-photographer .ps-block__author .ps-block__author-thumbnail {
  width: 56px;
  height: 56px;
}
.ps-block--top-photographer .ps-block__author .ps-block__author-thumbnail img {
  border-radius: 50%;
}
.ps-block--top-photographer .ps-block__author figure {
  width: 100%;
  padding-left: 20px;
}
.ps-block--top-photographer .ps-block__author figure a {
  font-weight: 600;
  color: #000;
}
.ps-block--top-photographer .ps-block__author figure a:hover {
  color: #c81919;
}
.ps-block--top-photographer .ps-block__footer a {
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: underline;
}
.ps-block--top-photographer .ps-block__footer a i {
  font-size: 14px;
  margin-left: 6px;
}
.ps-block--top-photographer .ps-block__footer a:hover {
  color: #c81919;
}
@media (min-width: 1680px) {
  .ps-block--top-photographer {
    padding: 45px;
  }
  .ps-block--top-photographer .ps-block__header {
    font-size: 32px;
  }
  .ps-block--top-photographer .ps-block__header p {
    font-size: 16px;
  }
}

.ps-block--testimonial-bg {
  display: flex;
  padding: 60px 40px;
}
.ps-block--testimonial-bg h3 {
  margin-bottom: 35px;
  font-weight: 600;
}
.ps-block--testimonial-bg figure figcaption {
  font-weight: 600;
  font-size: 18px;
  color: #000;
}
.ps-block--testimonial-bg figure p {
  margin-bottom: 0;
  color: #999;
}
.ps-block--testimonial-bg .ps-block__content {
  max-width: 70%;
}
.ps-block--testimonial-bg.dark h3 {
  color: #fff;
}
.ps-block--testimonial-bg.dark figure figcaption {
  color: #fff;
}
.ps-block--testimonial-bg.dark figure p {
  color: #8c8c8c;
}
@media (min-width: 992px) {
  .ps-block--testimonial-bg {
    padding: 80px 30px;
  }
  .ps-block--testimonial-bg h3 {
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 600;
  }
  .ps-block--testimonial-bg .ps-block__content {
    max-width: 70%;
  }
}
@media (min-width: 1200px) {
  .ps-block--testimonial-bg h3 {
    font-size: 36px;
  }
}
@media (min-width: 1440px) {
  .ps-block--testimonial-bg {
    padding: 80px 70px;
  }
}

.ps-block--store {
  margin-bottom: 20px;
  box-shadow: 0 0 4px 0 #ccc;
}
.ps-block--store h4 {
  margin-bottom: 30px;
  font-size: 21px;
  color: #525252;
  font-weight: 600;
}
.ps-block--store .ps-block__thumbnail {
  min-height: 210px;
}
.ps-block--store .br-wrapper {
  display: inline-block;
}
.ps-block--store .br-wrapper a {
  font-size: 13px;
  color: #fcb800;
}
.ps-block--store .ps-block__author {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  transition: all 0.4s ease;
  transform: translateY(-50px);
}
.ps-block--store .ps-block__author .ps-block__user {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.ps-block--store .ps-block__author .ps-block__user img {
  border-radius: 50%;
}
.ps-block--store .ps-block__author .ps-btn {
  padding: 0 30px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  color: #17a2b8;
  background-color: #fff;
  border-bottom: 1px solid #17a2b8;
}
.ps-block--store .ps-block__contact li {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-bottom: 10px;
}
.ps-block--store .ps-block__contact li i {
  margin-right: 10px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #525252;
  color: #ffffff;
}
.ps-block--store .ps-block__inquiry {
  display: inline-block;
  background-color: #fff;
}
.ps-block--store .ps-block__inquiry a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  height: 35px;
  color: #ffffff;
  background-color: #525252;
}
.ps-block--store .ps-block__inquiry a i {
  margin-right: 10px;
}
.ps-block--store .ps-block__content {
  padding: 0 20px 20px;
  border-top: 3px solid #17a2b8;
}

.ps-block--store-2 {
  box-shadow: 0px 0px 25px 0px #ddd;
}
.ps-block--store-2 .br-wrapper {
  display: inline-block;
}
.ps-block--store-2 .br-wrapper a {
  font-size: 13px;
  color: #fcb800;
}
.ps-block--store-2 h4 {
  margin-bottom: 0;
  color: #526b6f;
}
.ps-block--store-2 .ps-block__rating {
  margin-bottom: 10px;
}
.ps-block--store-2 .ps-block__content {
  padding: 30px 20px 50px;
  border-bottom: 1px solid #eee;
}
.ps-block--store-2 .ps-block__author {
  position: relative;
  display: flex;
  flex-flow: row-reverse nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  transition: all 0.4s ease;
}
.ps-block--store-2 .ps-block__author .ps-block__user {
  display: block;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 3px solid #fff;
  position: relative;
  transform: translateY(-50%);
  box-shadow: 0px 0px 30px -6px #afafaf;
}
.ps-block--store-2 .ps-block__author .ps-block__user img {
  border-radius: 50%;
}
.ps-block--store-2 .ps-block__author .ps-btn {
  padding: 0 16px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  color: #fff;
  background-color: #f05025;
  font-size: 14px;
}

.ps-block--store-banner .ps-block__content {
  position: relative;
  min-height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ps-block--store-banner .ps-block__content h3 {
  font-size: 48px;
  position: relative;
  padding-left: 90px;
  font-weight: 500;
  text-transform: uppercase;
}
.ps-block--store-banner .ps-block__content h3:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 80px;
  height: 1px;
  background-color: #fff;
}
.ps-block--store-banner .ps-block__inquiry {
  position: absolute;
  bottom: 20px;
  right: 20px;
  padding: 5px 10px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.9);
  color: #17a2b8;
}
.ps-block--store-banner .ps-block__inquiry:hover {
  background-color: #17a2b8;
  color: #ffffff;
}
.ps-block--store-banner .ps-block__user {
  background-color: #2f2f2f;
  padding: 30px 5%;
}
.ps-block--store-banner .ps-block__user .ps-block__user-avatar {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.ps-block--store-banner .ps-block__user .ps-block__user-avatar img {
  width: 150px;
  height: 150px;
  margin-bottom: 10px;
  border-radius: 50%;
}
.ps-block--store-banner .ps-block__user .ps-block__user-avatar .br-wrapper {
  display: block;
}
.ps-block--store-banner .ps-block__user .ps-block__user-avatar .br-wrapper a {
  font-size: 13px;
  color: #fcb800;
}
.ps-block--store-banner .ps-block__user p {
  font-size: 16px;
  color: #ffffff;
}
.ps-block--store-banner .ps-block__user p i {
  margin-right: 1rem;
  color: #999999;
}
.ps-block--store-banner .ps-block__user .ps-block__user-content {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .ps-block--store-banner .ps-block__user {
    display: flex;
    flex-flow: row nowrap;
  }
  .ps-block--store-banner .ps-block__user .ps-block__user-avatar {
    position: relative;
    top: -85px;
    margin-bottom: -85px;
  }
  .ps-block--store-banner .ps-block__user .ps-block__user-content {
    padding-left: 30px;
    padding-bottom: 75px;
  }
}
@media (min-width: 992px) {
  .ps-block--store-banner .ps-block__content h3 {
    font-size: 70px;
    color: #ffffff;
  }
}

.ps-block--user-account {
  position: relative;
}
.ps-block--user-account i {
  font-size: 30px;
  line-height: 1em;
}
.ps-block--user-account .ps-list--arrow li a {
  padding-left: 0;
  color: #000;
}
.ps-block--user-account .ps-list--arrow li a:before {
  display: none;
}
.ps-block--user-account .ps-list--arrow li a:hover {
  color: var(--color-1st);
}
.ps-block--user-account .ps-block__heading {
  font-weight: 600;
  color: #000;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 10px;
}
.ps-block--user-account .ps-block__footer {
  padding-top: 10px;
  margin-bottom: 0;
  border-top: 1px solid #eaeaea;
}
.ps-block--user-account .ps-block__content {
  position: absolute;
  min-width: 240px;
  right: 0;
  z-index: 30;
  padding-top: 10px;
  transform: translate(0 20px) scale3d(1, 1, 0);
  transition: all 0.4s ease;
  visibility: hidden;
  opacity: 0;
}
.ps-block--user-account:hover .ps-block__content {
  visibility: visible;
  opacity: 1;
  transform: translate(0 20px) scale3d(1, 1, 1);
  background-color: #fff;
  padding: 10px 15px;
}

.ps-block--checkout-order figure {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eaeaea;
}
.ps-block--checkout-order figure figcaption {
  display: flex;
  justify-content: space-between;
  font-weight: 400;
}
.ps-block--checkout-order figure figcaption strong {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}
.ps-block--checkout-order figure figcaption small {
  font-size: 16px;
}
.ps-block--checkout-order .ps-block__items > a {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.ps-block--checkout-order .ps-block__items > a strong {
  font-weight: 600;
}
.ps-block--checkout-order .ps-block__items > a strong span {
  color: #666;
  margin-left: 10px;
}
.ps-block--checkout-order .ps-block__items > a small {
  font-size: 14px;
  color: #000;
}
.ps-block--checkout-order .ps-block__shipping {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.ps-block--checkout-order .ps-block__total h3 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  font-size: 16px;
  color: #666;
}
.ps-block--checkout-order .ps-block__total h3 strong {
  color: #000;
}
.ps-block--checkout-order .ps-block__content {
  padding: 30px 20px;
  margin-bottom: 10px;
  border-radius: 4px;
  border: 2px solid #eaeaea;
}
.ps-block--checkout-order .ps-block__payment-methods .ps-radio {
  margin-bottom: 10px;
}
.ps-block--checkout-order .ps-block__payment-methods .ps-radio > label {
  color: #000;
}
.ps-block--checkout-order .ps-block__payment-methods p {
  margin-top: 20px;
  font-size: 16px;
}
.ps-block--checkout-order .ps-block__payment-methods p a {
  color: #000;
}
.ps-block--checkout-order .ps-block__payment-methods p a:hover {
  color: var(--color-1st);
}
.ps-block--checkout-order .ps-block__footer button {
  height: 60px;
}

.ps-block--shipping figure {
  margin-bottom: 0;
}
.ps-block--shipping figure a {
  text-align: right;
}
.ps-block--shipping figure strong {
  text-align: right;
}
.ps-block--shipping .ps-block__panel {
  margin-bottom: 30px;
  padding: 10px 20px;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
}
@media screen and (min-width: 480px) {
  .ps-block--shipping .ps-block__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .ps-block--shipping figure {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .ps-block--shipping figure > * {
    flex-basis: 100%;
  }
  .ps-block--shipping figure small {
    font-size: 14px;
    max-width: 10em;
  }
  .ps-block--shipping figure p {
    margin-bottom: 0;
  }
  .ps-block--shipping figure a {
    align-self: flex-end;
    color: #06c;
    max-width: 10em;
    text-align: right;
  }
}

.ps-block--payment-method {
  margin-bottom: 50px;
  padding: 20px;
  background-color: #eaeaea;
}
.ps-block--payment-method .ps-tab-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}
.ps-block--payment-method .ps-tab-list li {
  margin-right: 10px;
}
.ps-block--payment-method .ps-tab-list li .ps-btn {
  background-color: #bfbfbf;
}
.ps-block--payment-method .ps-tab-list li .ps-btn:hover {
  background-color: var(--color-1st);
}
.ps-block--payment-method .ps-tab-list li:last-child {
  margin-right: 0;
}
.ps-block--payment-method .ps-tab-list li.active .ps-btn {
  background-color: var(--color-1st);
  color: #fff;
}
.ps-block--payment-method .ps-block__header {
  padding-top: 10px;
  padding-bottom: 30px;
}
.ps-block--payment-method .form-control {
  background-color: #fff;
}
.ps-block--payment-method .ps-btn:hover {
  color: #fff;
}

.ps-block--payment-success {
  background-color: #fff;
}
.ps-block--payment-success h3 {
  font-size: 48px;
  color: #669900;
}
.ps-block--payment-success p {
  font-size: 18px;
}
.ps-block--payment-success p a {
  color: #06c;
}
@media screen and (min-width: 992px) {
  .ps-block--payment-success h3 {
    font-size: 64px;
  }
  .ps-block--payment-success p {
    font-size: 20px;
  }
}

.ps-block--medicine-brand {
  text-align: center;
}
.ps-block--medicine-brand img {
  border-radius: 50%;
  margin-bottom: 20px;
  max-height: 80px;
}
.ps-block--medicine-brand a {
  font-weight: 600;
  font-size: 16px;
  color: #000;
}
.ps-block--medicine-brand a:hover {
  color: #28afb1;
}
@media screen and (min-width: 1200px) {
  .ps-block--medicine-brand img {
    max-height: 100%;
  }
}

.ps-block--testimonial-medicine .ps-block__content {
  padding-bottom: 20px;
}
.ps-block--testimonial-medicine .ps-block__content p {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  line-height: 1.2em;
}
.ps-block--testimonial-medicine .ps-block__author {
  display: flex;
  flex-flow: row nowrap;
}
.ps-block--testimonial-medicine .ps-block__author .ps-block__author__thumbnail img {
  max-width: 50px;
}
.ps-block--testimonial-medicine .ps-block__author figure {
  padding-left: 20px;
}
.ps-block--testimonial-medicine .ps-block__author figure figcaption {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  line-height: 1.4em;
}
.ps-block--testimonial-medicine .ps-block__author figure span {
  color: #666;
}
@media screen and (min-width: 1200px) {
  .ps-block--testimonial-medicine .ps-block__content p {
    font-size: 30px;
  }
}

.ps-panel--sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 400px;
  height: 100vh;
  overflow-y: auto;
  z-index: 10001;
  background-color: #fff;
  transform: translateX(-100%);
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}
.ps-panel--sidebar .ps-panel__header {
  position: relative;
  text-align: center;
  padding: 15px 20px;
  background-color: var(--color-1st);
}
.ps-panel--sidebar .ps-panel__header h3 {
  margin-bottom: 0;
  font-weight: 600;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.ps-panel--sidebar .ps-panel__header .ps-btn--close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.ps-panel--sidebar .ps-panel__header .ps-btn--close:before, .ps-panel--sidebar .ps-panel__header .ps-btn--close:after {
  background-color: #ffffff;
  height: 60%;
}
.ps-panel--sidebar .ps-panel__content {
  padding-top: 10px;
  padding-bottom: 70px;
}
.ps-panel--sidebar.active {
  transform: translateX(0);
}
@media (max-width: 479px) {
  .ps-panel--sidebar {
    width: 100%;
    max-width: 100%;
  }
}

.ps-panel--search-result {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-width: 600px;
  z-index: 999;
  background-color: #fff;
  border: 1px solid var(--line, #DCE7E9);
  border-radius: 0 0 8px 8px;
  padding: 10px 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  transform: scale3d(1, 1, 0);
}
.ps-panel--search-result .ps-panel__content {
  max-height: 320px;
  overflow-y: auto;
}
.ps-panel--search-result .ps-panel__footer {
  padding: 10px 0;
  text-align: center;
  border-top: 1px solid #eaeaea;
}
.ps-panel--search-result.active {
  transform: scale3d(1, 1, 1);
  opacity: 1;
  visibility: visible;
}
.ps-panel--search-result .ps-product {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 10px;
}
.ps-panel--search-result .ps-product:hover {
  border-bottom: 1px solid #eaeaea;
}
.ps-panel--search-result .ps-product:last-child {
  border: none;
}

.widget {
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.widget .widget-title {
  margin-bottom: 2.5rem;
  font-weight: 700;
}
.widget:last-child {
  border-bottom: none;
}

.widget_sidebar {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.widget_sidebar .widget-title {
  font-family: var(--primary-font), sans-serif;
  display: block;
  margin-bottom: 2.5rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #222222;
  text-transform: uppercase;
}
.widget_sidebar ul li a {
  display: block;
  position: relative;
  padding: 5px 0;
  font-size: 1.4rem;
  line-height: 1.8em;
  color: #666;
}
.widget_sidebar ul li a:before {
  content: "\f105";
  font-family: FontAwesome;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 10px;
  left: 0;
  line-height: 1em;
  transition: all 0.4s ease;
}
.widget_sidebar ul li a:hover {
  padding-left: 10px;
  color: #000;
}
.widget_sidebar ul li a:hover:before {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.2s;
}

.widget_shop {
  padding: 25px 20px;
  background-color: #f5f5f5;
}
.widget_shop .widget-title {
  margin-bottom: 25px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  color: #000;
}
.widget_shop .ps-checkbox {
  margin-bottom: 10px;
}
.widget_shop .ps-checkbox > label {
  color: #000;
  line-height: 16px;
  padding-left: 25px;
}
.widget_shop .ps-checkbox > label:before {
  width: 16px;
  height: 16px;
  border-radius: 2px;
}
.widget_shop .ps-checkbox > label:after {
  top: 3px;
  left: 7px;
  width: 4px;
  height: 8px;
  border-width: 1px;
  border-color: var(--color-1st);
}
.widget_shop .ps-checkbox .fa-star {
  margin-right: 5px;
  color: #ccc;
}
.widget_shop .ps-checkbox .fa-star.rate {
  color: #f2b309;
}
.widget_shop .ps-checkbox small {
  color: #999999;
  font-size: 14px;
}
.widget_shop .ps-checkbox input[type=checkbox]:checked ~ label {
  font-weight: 500;
  color: var(--color-1st);
}
.widget_shop .ps-checkbox input[type=checkbox]:checked ~ label:before {
  border-color: var(--color-1st);
  background-color: #ffffff;
}
.widget_shop .ps-checkbox.ps-checkbox--color > label {
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  vertical-align: top;
}
.widget_shop .ps-checkbox.ps-checkbox--color > label:before {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.widget_shop .ps-slider {
  display: block;
  margin-bottom: 10px;
  margin-left: 10px;
  height: 4px;
  background-color: #cecece;
  position: relative;
  border-radius: 0;
  border: none;
}
.widget_shop .ui-slider-range {
  top: 0;
  left: 0;
  height: 100%;
  background-color: #000;
  border-radius: 0;
  border: none;
}
.widget_shop .ui-slider-handle {
  display: inline-block;
  top: 50%;
  height: 16px;
  width: 16px;
  outline: none;
  cursor: pointer;
  border: none;
  background-color: #000;
  transform: translateY(-50%);
  border-radius: 50%;
}
.widget_shop .ps-slider__meta {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8em;
  color: #999;
}
.widget_shop .ps-slider__meta span {
  margin-left: 5px;
  margin-right: 5px;
}
.widget_shop .ps-filter__btn {
  background-color: #888888;
  color: #fff;
}
.widget_shop .ps-filter__btn:hover {
  background-color: var(--color-2nd);
}
.widget_shop figure {
  margin-top: 15px;
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid #ccc;
}
.widget_shop figure:last-child {
  border-bottom: none;
}
.widget_shop .sizes a {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 2px 20px;
  border: 1px solid #ccc;
  background-color: #ffffff;
}
.widget_shop .sizes a:hover {
  border-color: var(--color-1st);
}

.widget_search {
  margin-bottom: 25px;
  border-bottom: none;
}

.widget_size a {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  line-height: 20px;
  color: #555;
  background-color: #f6f6f6;
}
.widget_size a:hover {
  background-color: #a7a7a7;
  color: #ffffff;
}
.widget_size .ps-checkbox--size label {
  margin-bottom: 10px;
  padding: 0;
  background-color: transparent;
}

.widget_filter .ps-slider {
  display: block;
  margin-bottom: 10px;
  margin-left: 10px;
  height: 5px;
  background-color: #cecece;
  position: relative;
  border-radius: 0;
  border: none;
}
.widget_filter .ui-slider-range {
  top: 0;
  left: 0;
  height: 100%;
  background-color: var(--color-1st);
  border-radius: 0;
  border: none;
}
.widget_filter .ui-slider-handle {
  display: inline-block;
  top: 50%;
  height: 14px;
  width: 14px;
  outline: none;
  cursor: pointer;
  background-color: var(--color-1st);
  border: none;
  transform: translateY(-50%);
  border-radius: 50%;
}
.widget_filter .ps-slider__meta {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.8em;
  color: #666;
  text-align: center;
}
.widget_filter .ps-slider__meta span {
  margin-left: 5px;
  margin-right: 5px;
}
.widget_filter .ps-filter__btn {
  background-color: #888888;
  color: #fff;
}
.widget_filter .ps-filter__btn:hover {
  background-color: var(--color-2nd);
}

.widget_tags a {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 15px;
  color: #303030;
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 50px;
}
.widget_tags a:hover {
  background-color: var(--color-2nd);
  color: #fff;
}

.widget_footer .widget-title {
  font-size: 16px;
  margin-bottom: 30px;
  color: #000;
  font-weight: 600;
}

.widget_contact-us .widget_content h3 {
  color: var(--color-1st);
}
.widget_contact-us .widget_content .ps-list--social {
  padding-top: 25px;
}

.widget_features {
  margin-bottom: 30px;
  background-color: #f1f1f1;
  padding: 20px;
}
.widget_features p {
  position: relative;
  margin-bottom: 20px;
  padding-left: 50px;
  color: #000;
  line-height: 1.4em;
}
.widget_features p i {
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 10px;
  font-size: 26px;
  color: #000;
}

.widget_sell-on-site p {
  margin-bottom: 0;
  color: #000;
  vertical-align: middle;
}
.widget_sell-on-site p i {
  font-size: 18px;
}
.widget_sell-on-site p a {
  color: #06c;
}

.widget_same-brand {
  border: 1px solid #e1e1e1;
}
.widget_same-brand h3 {
  padding: 14px 20px;
  background-color: #f4f4f4;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  margin-top: 0;
  color: #000;
}
.widget_same-brand .widget__content {
  padding: 20px;
}
.widget_same-brand .ps-product {
  margin-bottom: 30px;
  border: 1px solid #eaeaea;
  transition: all 0.4s ease;
}
.widget_same-brand .ps-product .ps-product__content {
  display: block;
}
.widget_same-brand .ps-product:hover {
  border-bottom: 1px solid silver;
}
.widget_same-brand .ps-product:hover .ps-product__content {
  display: block;
  visibility: visible;
  opacity: 1;
  height: auto;
}
.widget_same-brand .ps-product:hover .ps-product__content.hover {
  display: none;
}

.widget_best-sale {
  padding: 15px 10px;
  border: 1px solid #d9d9d9;
  border-bottom: 5px solid red;
  max-height: 500px;
}
.widget_best-sale .widget-title {
  font-weight: 600;
  color: #000;
  font-size: 20px;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 15px;
}
.widget_best-sale .ps-product--horizontal {
  margin-bottom: 15px;
}
.widget_best-sale .ps-product--horizontal .ps-product__thumbnail {
  max-width: 60px;
}
.widget_best-sale .ps-product--horizontal .ps-product__rating {
  display: none;
}
.widget_best-sale .ps-product--horizontal .ps-product__price {
  font-size: 14px;
}
.widget_best-sale .ps-product--horizontal .ps-product__price del {
  font-size: 12px;
}

.widget--blog .widget__title {
  margin-bottom: 35px;
  margin-top: 0;
  font-size: 20px;
  font-weight: 600;
  color: #000;
}
.widget--blog.widget--search .ps-form--widget-search input {
  height: 40px;
}
.widget--blog.widget--categories ul li a {
  display: block;
  padding: 6px 0;
  line-height: 20px;
  color: #000000;
}
.widget--blog.widget--categories ul li a:hover {
  color: var(--color-1st);
}
.widget--blog.widget--recent-post .widget__content a {
  display: block;
  margin-bottom: 10px;
  color: #000;
  font-weight: 600;
  font-size: 16px;
}
.widget--blog.widget--recent-post .widget__content a:hover {
  color: var(--color-1st);
}
.widget--blog.widget--recent-comments p a {
  color: #000;
}
.widget--blog.widget--recent-comments p a:hover {
  color: var(--color-1st);
}
.widget--blog.widget--tags a {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  vertical-align: top;
  color: #999;
}
.widget--blog.widget--tags a:after {
  content: ",";
}
.widget--blog.widget--tags a:hover {
  color: var(--color-1st);
}
.widget--vendor {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #d8d8d8;
}
.widget--vendor .widget-title {
  margin-bottom: 35px;
  font-size: 20px;
  color: #000;
  font-weight: 600;
}
.widget--vendor .form-control {
  background-color: #fff;
  border: none;
}
.widget--vendor .select2 {
  min-width: 100%;
}
.widget--vendor .select2 .select2-selection {
  border: none;
}
.widget--vendor .select2 .select2-selection__rendered {
  font-size: 16px;
  color: #666;
  padding-top: 15px;
  padding-bottom: 15px;
}
.widget--vendor .ps-list--arrow a {
  color: #000;
}
.widget--vendor .ps-list--arrow a:before {
  content: "\f105";
  font-size: 20px;
}

.widget--open-time ul li {
  margin-bottom: 25px;
}
.widget--open-time ul li strong {
  display: block;
  font-weight: 600;
  color: #000;
}
.widget--open-time ul li span {
  color: #666;
}
.widget--open-time ul li:last-child {
  margin-bottom: 0;
}

.ps-widget--account-dashboard .ps-widget__header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 20px;
}
.ps-widget--account-dashboard .ps-widget__header img {
  flex-basis: 60px;
  max-width: 60px;
  border-radius: 50%;
}
.ps-widget--account-dashboard .ps-widget__header figure {
  flex-basis: 100%;
  padding-left: 10px;
}
.ps-widget--account-dashboard .ps-widget__header figure figcaption {
  font-size: 16px;
  color: #666;
}
.ps-widget--account-dashboard .ps-widget__header figure p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.ps-widget--account-dashboard .ps-widget__content ul {
  border: 1px solid #d1d1d1;
}
.ps-widget--account-dashboard .ps-widget__content ul li {
  border-bottom: 1px solid #d1d1d1;
}
.ps-widget--account-dashboard .ps-widget__content ul li a {
  display: block;
  padding: 15px 20px;
  line-height: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-transform: capitalize;
}
.ps-widget--account-dashboard .ps-widget__content ul li a i {
  margin-right: 10px;
}
.ps-widget--account-dashboard .ps-widget__content ul li a:hover {
  background-color: var(--color-1st);
  color: #fff;
}
.ps-widget--account-dashboard .ps-widget__content ul li:last-child {
  border-bottom: none;
}
.ps-widget--account-dashboard .ps-widget__content ul li.active {
  background-color: var(--color-1st);
}
.ps-widget--account-dashboard .ps-widget__content ul li.active a {
  color: #fff;
}

#nonlinear {
  width: 90%;
  margin: 10px auto;
}

.noUi-connect {
  background-color: #666;
}

.noUi-horizontal {
  height: 8px;
}

.noUi-handle:before,
.noUi-handle:after {
  display: none;
}

.noUi-horizontal .noUi-handle {
  width: 16px;
  height: 16px;
  left: -17px;
  top: -5px;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -7px;
}

.noUi-handle {
  border: 3px solid #666;
  border-radius: 50%;
  box-shadow: none;
}

.owl-carousel {
  position: relative;
}
.owl-carousel .owl-item img {
  width: auto;
}
.owl-carousel .ps-product {
  margin-bottom: 10px;
}

.ps-carousel--nav {
  position: relative;
  z-index: 10;
}
.ps-carousel--nav .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 100%;
  height: 0;
}
.ps-carousel--nav .owl-nav > * {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 40px;
  height: 40px;
  color: #cccccc;
  border-radius: 50%;
  background-color: transparent;
  transition: all 0.4s ease;
  transform: translateY(-50%);
}
.ps-carousel--nav .owl-nav > * i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
}
.ps-carousel--nav .owl-nav > *:hover {
  color: #000;
}
.ps-carousel--nav .owl-nav .owl-prev {
  margin-left: -70px;
}
.ps-carousel--nav .owl-nav .owl-prev i {
  padding-right: 2px;
}
.ps-carousel--nav .owl-nav .owl-next {
  float: right;
  margin-right: -70px;
}
.ps-carousel--nav .owl-nav .owl-next i {
  padding-left: 2px;
}
.ps-carousel--nav .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none !important;
  text-align: center;
}
.ps-carousel--nav .owl-dots .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  background-color: rgba(0, 0, 0, 0.3);
  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: var(--color-1st);
}
.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 (max-width: 1680px) {
  .ps-carousel--nav .owl-nav .owl-prev {
    margin-left: -40px;
  }
  .ps-carousel--nav .owl-nav .owl-next {
    margin-right: -40px;
  }
}
@media (max-width: 1199px) {
  .ps-carousel--nav {
    margin-bottom: 3rem;
    padding-bottom: 30px;
  }
  .ps-carousel--nav .owl-nav {
    display: none;
  }
  .ps-carousel--nav .owl-dots {
    display: block !important;
  }
}

.ps-carousel--animate .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
}
.ps-carousel--animate .slick-dots li {
  display: inline-block;
  vertical-align: top;
  line-height: 0;
  margin-right: 10px;
}
.ps-carousel--animate .slick-dots li button {
  display: inline-block;
  border: 0;
  padding: 0;
  font-size: 0;
  width: 12px;
  height: 12px;
  vertical-align: top;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
}
.ps-carousel--animate .slick-dots li.slick-active button {
  background-color: #000;
}
.ps-carousel--animate .slick-dots li:last-child {
  margin-right: 0;
}
@media (max-width: 479px) {
  .ps-carousel--animate .slick-dots {
    bottom: 5px;
  }
  .ps-carousel--animate .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}

.ps-carousel--responsive {
  position: relative;
  z-index: 10;
}
.ps-carousel--responsive .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none !important;
  text-align: center;
}
.ps-carousel--responsive .owl-dots .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
}
.ps-carousel--responsive .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.ps-carousel--responsive .owl-dots .owl-dot.active {
  background-color: var(--color-1st);
}
@media (max-width: 1199px) {
  .ps-carousel--responsive {
    margin-bottom: 3rem;
    padding-bottom: 30px;
  }
  .ps-carousel--responsive .owl-nav {
    display: none;
  }
  .ps-carousel--responsive .owl-dots {
    display: block !important;
  }
}

.ps-carousel--product-box {
  overflow: hidden;
}
.ps-carousel--product-box .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 0;
  display: flex;
  justify-content: space-between;
}
.ps-carousel--product-box .owl-nav > * {
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
  width: 30px;
  height: 40px;
}
.ps-carousel--product-box .owl-nav > * > i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
}
.ps-carousel--product-box .owl-nav .owl-prev {
  padding-right: 2px;
  transform: translateX(-100%);
  transition: all 0.25s ease;
}
.ps-carousel--product-box .owl-nav .owl-next {
  transform: translateX(100%);
  transition: all 0.25s ease;
}
.ps-carousel--product-box .owl-nav .owl-next i {
  padding-left: 2px;
  transition: all 0.25s ease;
}
.ps-carousel--product-box .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
}
.ps-carousel--product-box .owl-dots .owl-dot {
  display: inline-block;
  margin-right: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}
.ps-carousel--product-box .owl-dots .owl-dot:hover, .ps-carousel--product-box .owl-dots .owl-dot.active {
  background-color: #ffffff;
}
.ps-carousel--product-box .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.ps-carousel--product-box:hover .owl-nav .owl-prev {
  transform: translateX(0);
}
.ps-carousel--product-box:hover .owl-nav .owl-next {
  transform: translateX(0);
}

.ps-carousel--nav-inside {
  overflow: hidden;
}
.ps-carousel--nav-inside .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 0;
  display: flex;
  justify-content: space-between;
}
.ps-carousel--nav-inside .owl-nav > * {
  position: relative;
  background-color: rgba(0, 0, 0, 0.1);
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
}
.ps-carousel--nav-inside .owl-nav > * > i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
}
.ps-carousel--nav-inside .owl-nav .owl-prev {
  padding-right: 2px;
}
.ps-carousel--nav-inside .owl-nav .owl-next {
  transition: all 0.25s ease;
}
.ps-carousel--nav-inside .owl-nav .owl-next i {
  padding-left: 2px;
}
.ps-carousel--nav-inside .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
}
.ps-carousel--nav-inside .owl-dots .owl-dot {
  display: inline-block;
  margin-right: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}
.ps-carousel--nav-inside .owl-dots .owl-dot:hover, .ps-carousel--nav-inside .owl-dots .owl-dot.active {
  background-color: #ffffff;
}
.ps-carousel--nav-inside .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.ps-carousel--nav-inside.second .owl-nav > * {
  width: 48px;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.3);
}
.ps-carousel--nav-inside.second .owl-nav > * i {
  font-size: 18px;
  color: #ffffff;
}
.ps-carousel--nav-inside.second .owl-nav > *:hover {
  background-color: #000;
}
.ps-carousel--nav-inside.second .owl-nav .owl-prev {
  margin-left: 20px;
}
.ps-carousel--nav-inside.second .owl-nav .owl-next {
  margin-right: 20px;
}
@media (max-width: 1199px) {
  .ps-carousel--nav-inside .owl-nav {
    display: none;
  }
  .ps-carousel--nav-inside .owl-dots {
    display: block;
    visibility: visible;
    opacity: 1;
  }
}

.ps-carousel--dots .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
}
.ps-carousel--dots .owl-dots .owl-dot {
  display: inline-block;
  margin-right: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}
.ps-carousel--dots .owl-dots .owl-dot:hover, .ps-carousel--dots .owl-dots .owl-dot.active {
  background-color: var(--color-1st);
}
.ps-carousel--dots .owl-dots .owl-dot:last-child {
  margin-right: 0;
}

.ps-badge {
  position: absolute;
  padding: 5px 15px;
  top: 1rem;
  left: 1rem;
  border-radius: 3px;
}
.ps-badge i {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 500;
  line-height: 20px;
  font-style: normal;
}
.ps-badge--red {
  background-color: #ea4040;
}

.ps-product {
  position: relative;
  padding: 20px 20px 0;
  border: 1px solid #e9e9e9;
}
.ps-product .ps-product__rating .br-wrapper {
  display: inline-block;
}
.ps-product .ps-product__rating .br-wrapper a {
  font-size: 13px;
  color: #fcb800;
}
.ps-product .ps-product__rating span {
  color: #666;
  margin-left: 10px;
}
.ps-product .ps-product__price {
  position: relative;
  font-size: 18px;
  color: #000;
}
.ps-product .ps-product__price.sale {
  color: #f30;
}
.ps-product .ps-product__price.sale del {
  color: #666;
}
.ps-product .ps-product__actions {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  max-width: 200px;
  min-width: 100%;
  padding: 10px 0;
  background-color: rgba(255, 255, 255, 0.7882352941);
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}
.ps-product .ps-product__actions li {
  margin: 0 5px;
}
.ps-product .ps-product__actions li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
}
.ps-product .ps-product__actions li a:hover {
  background-color: var(--color-1st);
  color: #ffffff;
}
.ps-product .ps-product__actions:last-child {
  margin-right: 0;
}
.ps-product .ps-product__vendor {
  display: block;
  padding-bottom: 8px;
  margin-bottom: 13px;
  line-height: 1.2;
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
  border-bottom: 1px solid #e1e1e1;
}
.ps-product .ps-product__badge {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 5px 10px;
  border-radius: 4px;
  background-color: #f14705;
}
.ps-product .ps-product__badge.out-stock {
  background-color: #000;
}
.ps-product .ps-product__badge.hot {
  background-color: #ff8c46;
  color: #ffffff;
}
.ps-product .ps-product__title {
  margin: 0;
  display: block;
  padding: 0 0 5px;
  font-size: 14px;
  line-height: 1.2em;
  color: #333;
  --max-lines: 2;
  max-height: calc(1.2em * var(--max-lines));
  overflow: hidden;
  padding-right: 1rem;
}
.ps-product .ps-product__title:hover {
  color: var(--color-1st) !important;
}
.ps-product .ps-product__progress-bar {
  display: block;
  width: 100%;
}
.ps-product .ps-product__progress-bar .ps-progress__value {
  margin-bottom: 5px;
  position: relative;
  display: block;
  height: 11px;
  background-color: #e4e4e4;
}
.ps-product .ps-product__progress-bar .ps-progress__value > span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 100%;
  background-color: var(--color-1st);
  width: 50%;
}
.ps-product .ps-product__thumbnail {
  position: relative;
  overflow: hidden;
}
.ps-product .ps-product__thumbnail img {
  width: 100%;
}
.ps-product .ps-product__thumbnail .ps-product__actions {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}
.ps-product .ps-product__content > p {
  color: #000;
}
.ps-product .ps-product__content.hover {
  display: block;
  position: absolute;
  top: 100%;
  right: -1px;
  width: calc(100% + 2px);
  padding: 0 20px 20px;
  border: 1px solid silver;
  border-top: none;
  visibility: hidden;
  opacity: 0;
}
.ps-product .ps-product__container {
  padding-top: 10px;
}
.ps-product.ps-product--inner {
  padding: 0;
  border: none;
}
.ps-product:hover .ps-product__thumbnail .ps-product__actions {
  transform: translate(-50%, 0);
}
.ps-product:hover .ps-product__content {
  visibility: hidden;
  opacity: 0;
  height: 0;
}
.ps-product:hover .ps-product__content.hover {
  height: auto;
  visibility: visible;
  opacity: 1;
}
.ps-product:hover.ps-product--inner {
  border: none;
}
.ps-product:hover.ps-product--inner .ps-product__content {
  display: block;
  visibility: visible;
  opacity: 1;
}
@media (max-width: 767px) {
  .ps-product {
    padding: 0;
  }
}

.ps-product--simple .ps-product__vendor {
  display: none;
}
.ps-product--simple .ps-product__content {
  padding-bottom: 10px;
}
.ps-product--simple .ps-product__actions {
  display: none;
}
.ps-product--simple:hover {
  border-color: transparent;
}
.ps-product--simple:hover .ps-product__content {
  display: block;
  visibility: visible;
  opacity: 1;
  height: auto;
}

.ps-product--wide {
  margin-bottom: 40px;
  display: flex;
  flex-flow: row nowrap;
  border: 1px solid transparent;
  border-bottom: 1px solid #f0f0f0;
  padding: 0;
}
.ps-product--wide > * {
  width: 100%;
}
.ps-product--wide .ps-product__price {
  font-size: 18px;
  font-weight: 600;
}
.ps-product--wide .ps-product__vendor {
  text-transform: none;
  font-size: 14px;
  border: none;
}
.ps-product--wide .ps-product__title {
  display: block;
  margin-bottom: 6px;
}
.ps-product--wide .ps-product__title:hover {
  text-decoration: none;
}
.ps-product--wide .ps-product__desc {
  position: relative;
}
.ps-product--wide .ps-product__desc li {
  padding-left: 15px;
  position: relative;
  color: #999999;
  line-height: 1.8em;
}
.ps-product--wide .ps-product__desc li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0;
  background-color: #999;
}
.ps-product--wide .ps-product__shopping {
  flex-basis: 180px;
}
.ps-product--wide .ps-product__shopping .ps-btn {
  width: 100%;
  text-align: center;
  font-weight: 600;
  padding: 11px 20px;
}
.ps-product--wide .ps-product__shopping .ps-product__actions {
  max-width: 100%;
  align-items: center;
  flex-direction: column;
}
.ps-product--wide .ps-product__shopping .ps-product__actions li {
  width: 100%;
  margin-right: 0;
}
.ps-product--wide .ps-product__shopping .ps-product__actions li a {
  width: auto;
  height: auto;
  border-radius: 0;
}
.ps-product--wide .ps-product__shopping .ps-product__actions li a i {
  margin-right: 5px;
}
.ps-product--wide .ps-product__shopping .ps-product__actions li a:hover {
  background-color: transparent;
  color: var(--color-1st);
}
.ps-product--wide .ps-product__thumbnail {
  min-width: 210px;
  flex-basis: 210px;
}
.ps-product--wide .ps-product__container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding: 20px;
}
.ps-product--wide:hover {
  border: 1px solid #ccc;
}
.ps-product--wide:hover .ps-product__content {
  display: block;
  height: auto;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1024px) {
  .ps-product--wide .ps-product__shopping {
    margin-top: 20px;
  }
  .ps-product--wide .ps-product__container {
    flex-flow: row wrap;
  }
}
@media (max-width: 479px) {
  .ps-product--wide {
    flex-flow: row wrap;
  }
  .ps-product--wide .ps-product__thumbnail {
    margin-bottom: 30px;
    max-width: 100%;
  }
}

.ps-product--horizontal {
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 30px;
  padding-right: 15px;
}
.ps-product--horizontal .ps-product__rating .br-wrapper {
  display: inline-block;
}
.ps-product--horizontal .ps-product__rating .br-wrapper a {
  font-size: 13px;
  color: #fcb800;
}
.ps-product--horizontal .ps-product__rating span {
  color: #666;
  margin-left: 10px;
}
.ps-product--horizontal .ps-product__title {
  margin: 0;
  padding: 0 0 5px;
  font-size: 14px;
  line-height: 1.2em;
  color: #06c;
}
.ps-product--horizontal .ps-product__title:hover {
  color: var(--color-1st);
}
.ps-product--horizontal .ps-product__price {
  font-size: 16px;
  color: #000;
}
.ps-product--horizontal .ps-product__price.sale {
  color: #f30;
}
.ps-product--horizontal .ps-product__price.sale del {
  color: #666;
}
.ps-product--horizontal .ps-product__thumbnail {
  max-width: 100px;
  width: 100%;
}
.ps-product--horizontal .ps-product__content {
  width: 100%;
  padding-left: 20px;
}
@media (max-width: 1440px) {
  .ps-product--horizontal .ps-product__content {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .ps-product--horizontal .ps-product__thumbnail {
    max-width: 75px;
  }
  .ps-product--horizontal .ps-product__content {
    padding-left: 10px;
  }
}

.ps-product--cart {
  display: flex;
  flex-flow: row nowrap;
  align-items: start;
}
.ps-product--cart > * {
  flex-basic: 100%;
}
.ps-product--cart .ps-product__thumbnail {
  max-width: 100px;
}
.ps-product--cart .ps-product__content {
  padding-left: 30px;
}
.ps-product--cart .ps-product__content a {
  font-size: 16px;
  color: #0066cc;
}
.ps-product--cart .ps-product__content a:hover {
  color: var(--color-1st);
}
.ps-product--cart .ps-product__content p strong {
  font-weight: 500;
}

.ps-product--detail {
  margin-bottom: 5rem;
}
.ps-product--detail h1 {
  margin-bottom: 10px;
  font-size: 28px;
  color: #222;
  font-weight: 600;
  line-height: 1.3;
}
.ps-product--detail .slick-slide {
  outline: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.ps-product--detail .slick-slide:focus, .ps-product--detail .slick-slide:active, .ps-product--detail .slick-slide:hover {
  outline: none;
}
.ps-product--detail .ps-product__variants .item {
  margin-bottom: 10px;
  border: none;
  cursor: pointer;
}
.ps-product--detail .ps-product__variants .item img {
  opacity: 0.5;
  transition: all 0.4s ease;
}
.ps-product--detail .ps-product__variants .item .ps-video {
  position: relative;
  z-index: 10;
}
.ps-product--detail .ps-product__variants .item .ps-video:before {
  content: "\f04b";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  z-index: 20;
}
.ps-product--detail .ps-product__variants .item:last-child {
  margin-bottom: 0;
}
.ps-product--detail .ps-product__variants .item.slick-current {
  border-color: var(--color-1st);
}
.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 .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: var(--color-1st);
  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: var(--color-1st);
  border-color: var(--color-1st);
}
.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: 0.2em;
}
.ps-product--detail .ps-product__info {
  text-align: left;
}
.ps-product--detail .ps-product__meta {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  margin-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
}
.ps-product--detail .ps-product__meta p {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 10px;
  padding-right: 10px;
  line-height: 20px;
}
.ps-product--detail .ps-product__meta p a {
  color: #06c;
}
.ps-product--detail .ps-product__meta p:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 14px;
  background-color: #cccccc;
}
.ps-product--detail .ps-product__meta .ps-product__rating {
  display: flex;
  flex-flow: row nowrap;
}
.ps-product--detail .ps-product__meta .ps-product__rating .br-wrapper a {
  font-size: 14px;
}
.ps-product--detail .ps-product__meta .ps-product__rating span {
  margin-left: 10px;
  color: #666;
}
.ps-product--detail .ps-product__price {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  color: #000;
}
.ps-product--detail .ps-product__price.sale {
  color: #ec0101;
}
.ps-product--detail .ps-product__price.sale del {
  margin-right: 10px;
  font-size: 22px;
  color: #666;
}
.ps-product--detail .ps-product__price del {
  font-style: normal;
  color: #bcbcbc;
  font-size: 1.3rem;
}
.ps-product--detail .ps-product__price.sale del {
  margin-right: 0;
  font-size: 16px;
  font-weight: 500;
}
.ps-product--detail .ps-product__price.sale small {
  font-size: 16px;
  font-weight: 500;
}
.ps-product--detail .ps-product__desc {
  margin-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
}
.ps-product--detail .ps-product__desc p {
  color: #000;
}
.ps-product--detail .ps-product__desc p a {
  text-transform: uppercase;
  font-weight: 600;
  color: #09c;
  font-size: 16px;
}
.ps-product--detail .ps-product__desc p strong {
  font-weight: 600;
}
.ps-product--detail .ps-product__desc .ps-tag--in-stock {
  font-size: 14px;
}
.ps-product--detail .ps-product__desc .ps-tag--out-stock {
  color: red;
  text-transform: none;
  font-size: 14px;
}
.ps-product--detail .ps-product__desc ul {
  list-style-type: none;
}
.ps-product--detail .ps-product__desc ul li {
  color: #666;
}
.ps-product--detail .ps-product__desc ul li:before {
  top: 6px;
  background-color: #999;
  width: 6px;
  height: 6px;
}
.ps-product--detail .ps-product__shopping {
  display: flex;
  margin-bottom: 3rem;
  padding-bottom: 30px;
  flex-flow: row nowrap;
  align-items: flex-end;
  border-bottom: 1px solid #e1e1e1;
}
.ps-product--detail .ps-product__shopping > * {
  margin-right: 30px;
}
.ps-product--detail .ps-product__shopping figure figcaption {
  margin-bottom: 4px;
}
.ps-product--detail .ps-product__shopping .form-group--number {
  max-width: 115px;
}
.ps-product--detail .ps-product__shopping .form-group--number input {
  border-radius: 0;
  border-color: rgba(0, 0, 0, 0.25);
}
.ps-product--detail .ps-product__shopping .form-group--number i {
  color: rgba(0, 0, 0, 0.25);
}
.ps-product--detail .ps-product__shopping .ps-btn {
  font-weight: 600;
  padding-left: 30px;
  padding-right: 30px;
  vertical-align: top;
  max-height: 50px;
  font-size: 18px;
}
.ps-product--detail .ps-product__shopping .ps-btn.ps-btn--black {
  color: #fff;
}
.ps-product--detail .ps-product__shopping .ps-btn--gray {
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
}
.ps-product--detail .ps-product__shopping .ps-product__favorite {
  position: relative;
  display: inline-block;
  margin-right: 0;
  width: 40px;
  height: 40px;
  vertical-align: top;
  border: 1px solid #000;
  border-radius: 50%;
}
.ps-product--detail .ps-product__shopping .ps-product__favorite i {
  padding-top: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ps-product--detail .ps-product__shopping .ps-product__favorite:hover {
  border-color: var(--color-1st);
}
.ps-product--detail .ps-product__shopping .ps-product__actions {
  margin-right: 0;
}
.ps-product--detail .ps-product__shopping .ps-product__actions a {
  display: inline-block;
  margin-right: 20px;
  font-size: 26px;
  color: #999;
}
.ps-product--detail .ps-product__shopping .ps-product__actions a:last-child {
  margin-right: 0;
}
.ps-product--detail .ps-product__shopping.extend {
  align-items: flex-start;
  flex-flow: column wrap;
}
.ps-product--detail .ps-product__shopping.extend > * {
  margin-right: 0;
}
.ps-product--detail .ps-product__shopping.extend .ps-product__btn-group {
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 420px;
}
.ps-product--detail .ps-product__shopping.extend .ps-product__btn-group .ps-btn {
  min-width: 180px;
  text-align: center;
}
.ps-product--detail .ps-product__shopping.extend > .ps-btn {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1365px) {
  .ps-product--detail .ps-product__shopping {
    flex-flow: row wrap;
  }
  .ps-product--detail .ps-product__shopping figure,
  .ps-product--detail .ps-product__shopping .ps-btn {
    margin-right: 10px;
  }
}
@media (max-width: 1679px) {
  .ps-product--detail .ps-product__shopping {
    flex-flow: row wrap;
  }
  .ps-product--detail .ps-product__shopping > * {
    margin-right: 10px;
  }
  .ps-product--detail .ps-product__shopping .ps-btn {
    margin-right: 10px;
    text-align: center;
  }
}
.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: #000;
}
.ps-product--detail .ps-product__links a:hover {
  color: var(--color-1st);
}
.ps-product--detail .ps-product__specification {
  margin-bottom: 10px;
}
.ps-product--detail .ps-product__specification .report {
  text-decoration: underline;
}
.ps-product--detail .ps-product__specification .in-stock {
  color: #8bc500;
  font-weight: 600;
}
.ps-product--detail .ps-product__specification p {
  color: #000;
  margin-bottom: 0;
}
.ps-product--detail .ps-product__specification p strong {
  font-weight: 400;
  margin-right: 5px;
}
.ps-product--detail .ps-product__specification p a {
  color: #666;
}
.ps-product--detail .ps-product__specification p a:hover {
  color: var(--color-1st);
}
.ps-product--detail .ps-product__specification p.categories a {
  color: #09c;
}
.ps-product--detail .ps-product__sharing {
  padding-top: 2rem;
  margin-bottom: 0;
}
.ps-product--detail .ps-product__sharing p {
  line-height: 30px;
  color: #000;
  font-weight: 500;
}
.ps-product--detail .ps-product__sharing a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  vertical-align: top;
}
.ps-product--detail .ps-product__sharing a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #ffffff;
}
.ps-product--detail .ps-product__sharing a:last-child {
  margin-right: 0;
}
.ps-product--detail .ps-product__sharing a:hover {
  color: #fff;
  background-color: var(--color-1st);
}
.ps-product--detail .ps-product__sharing a.facebook {
  background-color: #3b5999;
}
.ps-product--detail .ps-product__sharing a.twitter {
  background-color: #55acee;
}
.ps-product--detail .ps-product__sharing a.google {
  background-color: #dd4b39;
}
.ps-product--detail .ps-product__sharing a.linkedin {
  background-color: #0077B5;
}
.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 {
  min-width: 100px;
}
.ps-product--detail .ps-product__group .form-group--number .form-control {
  border-radius: 0;
}
.ps-product--detail .ps-product__group table tr td {
  padding: 10px;
}
.ps-product--detail .ps-product__group table tr td a {
  color: #000;
}
.ps-product--detail .ps-product__group table tr td a:hover {
  color: #666;
}
.ps-product--detail .ps-product__group table tr td:nth-child(2) {
  min-width: 230px;
}
.ps-product--detail .ps-gallery__item {
  display: block;
}
.ps-product--detail .ps-product__variations {
  margin-bottom: 2rem;
}
.ps-product--detail .ps-product__variations figure {
  margin-bottom: 15px;
}
.ps-product--detail .ps-product__variations figure figcaption {
  margin-bottom: 15px;
  font-size: 14px;
  color: #666;
  font-weight: 400;
}
.ps-product--detail .ps-product__variations figure figcaption strong {
  color: #000;
}
.ps-product--detail .ps-product__progress-bar {
  display: block;
  width: 100%;
}
.ps-product--detail .ps-product__progress-bar .ps-progress__value {
  margin-bottom: 5px;
  position: relative;
  display: block;
  height: 20px;
  background-color: #e4e4e4;
}
.ps-product--detail .ps-product__progress-bar .ps-progress__value > span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 100%;
  background-color: var(--color-1st);
  width: 50%;
}
.ps-product--detail .ps-product__progress-bar p {
  margin-bottom: 0;
}
.ps-product--detail .ps-product__progress-bar p > b {
  color: #690;
}
.ps-product--detail .ps-product__countdown {
  margin-bottom: 25px;
  padding: 20px;
  background-color: #f4f4f4;
}
.ps-product--detail .ps-product__countdown figure {
  display: flex;
  margin-bottom: 20px;
}
.ps-product--detail .ps-product__countdown figure > * {
  width: 100%;
}
.ps-product--detail .ps-product__countdown figure figcaption {
  max-width: 260px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  padding-right: 20px;
}
.ps-product--detail .ps-product__countdown .ps-countdown li {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  margin-right: 10px;
  text-align: center;
}
.ps-product--detail .ps-product__countdown .ps-countdown li:after {
  content: ":";
  color: #666;
  font-size: 20px;
  position: absolute;
  top: 20px;
  right: 0;
  font-weight: 600;
}
.ps-product--detail .ps-product__countdown .ps-countdown li span {
  display: flex;
  margin-bottom: 10px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  font-size: 30px;
  color: red;
  font-weight: 600;
}
.ps-product--detail .ps-product__countdown .ps-countdown li p {
  margin-bottom: 0;
}
.ps-product--detail .ps-product__countdown .ps-countdown li:last-child {
  margin-right: 0;
}
.ps-product--detail .ps-product__countdown .ps-countdown li:last-child:after {
  display: none;
}
@media (max-width: 1680px) {
  .ps-product--detail .ps-product__countdown figure {
    flex-flow: column wrap;
  }
  .ps-product--detail .ps-product__countdown figure figcaption {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .ps-product--detail .ps-product__countdown figure figcaption {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6em;
  }
  .ps-product--detail .ps-product__countdown .ps-countdown {
    display: flex;
    max-width: 320px;
    justify-content: space-between;
  }
  .ps-product--detail .ps-product__countdown .ps-countdown li span {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}
@media (max-width: 479px) {
  .ps-product--detail .ps-product__countdown .ps-countdown li p {
    display: none;
  }
}
.ps-product--detail .ps-product__thumbnail {
  width: 100%;
  display: flex;
  flex-flow: row-reverse nowrap;
  align-content: flex-start;
}
.ps-product--detail .ps-product__thumbnail > * {
  width: 100%;
}
.ps-product--detail .ps-product__thumbnail .ps-product__badge {
  width: auto;
}
.ps-product--detail .ps-product__thumbnail figure {
  position: relative;
  display: block;
  max-width: calc(100% - 60px);
}
.ps-product--detail .ps-product__thumbnail .ps-product__variants {
  max-width: 60px;
  width: 100%;
  min-width: 60px;
}
.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;
}
.ps-product--detail .ps-product__heading {
  margin-bottom: 40px;
  margin-top: 10px;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  border-bottom: 1px solid #e1e1e1;
}
.ps-product--detail .ps-product__thumbnail[data-vertical=false] {
  flex-flow: row wrap;
}
.ps-product--detail .ps-product__thumbnail[data-vertical=false] figure {
  max-width: 100%;
  padding-left: 0;
}
.ps-product--detail .ps-product__thumbnail[data-vertical=false] .ps-product__variants {
  max-width: 100%;
  text-align: center;
  width: 100%;
}
.ps-product--detail .ps-product__thumbnail[data-vertical=false] .ps-product__variants .item {
  margin-bottom: 0;
  padding-right: 10px;
}
.ps-product--detail .ps-product__thumbnail[data-vertical=false] .ps-product__variants .item.slick-active:last-child {
  margin-right: 0;
}
.ps-product--detail .ps-product__thumbnail[data-vertical=false] .ps-product__variants .slick-list {
  margin-right: -10px;
}
.ps-product--detail .ps-product__thumbnail[data-vertical=false] .ps-product__variants .slick-current .item img {
  border: 1px solid #333;
  opacity: 1;
}
.ps-product--detail .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[data-vertical=false] .ps-product__variants .slick-arrow:first-child {
  left: -20px;
}
.ps-product--detail .ps-product__thumbnail[data-vertical=false] .ps-product__variants .slick-arrow:first-child i:before {
  content: "\f104";
}
.ps-product--detail .ps-product__thumbnail[data-vertical=false] .ps-product__variants .slick-arrow:last-child {
  right: 0px;
}
.ps-product--detail .ps-product__thumbnail[data-vertical=false] .ps-product__variants .slick-arrow:last-child i:before {
  content: "\f105";
}
.ps-product--detail .ps-product__thumbnail[data-vertical=false] .ps-product__variants .slick-arrow:hover i {
  color: #000;
}
.ps-product--detail .ps-product__thumbnail[data-vertical=false] .ps-product__gallery {
  margin-bottom: 10px;
}
.ps-product--detail .ps-product__thumbnail[data-vertical=false] .ps-product__gallery img {
  width: 100%;
}
.ps-product--detail .ps-product__header {
  display: flex;
  flex-flow: row nowrap;
}
.ps-product--detail .ps-product__header > * {
  width: 100%;
}
.ps-product--detail .ps-product__header .ps-product__thumbnail {
  max-width: 40%;
}
.ps-product--detail .ps-product__header .ps-product__info {
  max-width: 57%;
  padding-left: 30px;
}
.ps-product--detail > .ps-product__content {
  padding-top: 100px;
}
.ps-product--detail .ps-tab-list {
  position: relative;
  display: block;
  margin: 0 0 50px;
  padding-left: 0;
  border-bottom: 1px solid #e1e1e1;
}
.ps-product--detail .ps-tab-list li {
  display: inline-block;
}
.ps-product--detail .ps-tab-list li a {
  position: relative;
  display: block;
  color: #999999;
  font-size: 20px;
  padding: 15px 20px;
  line-height: 20px;
  font-weight: 600;
}
.ps-product--detail .ps-tab-list li a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--color-1st);
  transform: scale3d(0, 1, 1);
  transform-origin: 100% 50%;
  transition: transform 0.75s cubic-bezier(0.77, 0, 0.175, 1);
}
.ps-product--detail .ps-tab-list li a:hover {
  color: #000;
}
.ps-product--detail .ps-tab-list li a:hover:before {
  transform: scale3d(1, 1, 1);
  transform-origin: 0 50%;
}
.ps-product--detail .ps-tab-list li:last-child {
  margin-right: 0;
}
.ps-product--detail .ps-tab-list li.active a {
  color: #000;
  border-color: #000;
}
.ps-product--detail .ps-tab-list li.active a:before {
  transform: scale3d(1, 1, 1);
  transform-origin: 0 50%;
}
.ps-product--detail .ps-tab p {
  margin-bottom: 25px;
}
.ps-product--detail .ps-product .ps-product__price {
  font-size: 16px;
  font-weight: 400;
}
.ps-product--detail.ps-product--thumbnail-right .ps-product__thumbnail {
  flex-flow: row nowrap;
}
.ps-product--detail.ps-product--thumbnail-right .ps-product__thumbnail figure {
  padding-left: 0;
  padding-right: 10px;
}
@media (max-width: 1199px) {
  .ps-product--detail .ps-product__thumbnail {
    flex-flow: column wrap;
  }
  .ps-product--detail .ps-product__thumbnail figure {
    margin-bottom: 30px;
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
  .ps-product--detail .ps-product__thumbnail .ps-product__variants {
    position: relative;
    padding: 0 40px;
    float: none;
    width: 100%;
    max-width: 100%;
  }
  .ps-product--detail .ps-product__thumbnail .ps-product__variants .item {
    border: none;
    margin-right: 10px;
    margin-bottom: 0;
  }
  .ps-product--detail .ps-product__thumbnail .ps-product__variants .slick-arrow {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
  }
  .ps-product--detail .ps-product__thumbnail .ps-product__variants .slick-arrow:first-child {
    left: 0;
  }
  .ps-product--detail .ps-product__thumbnail .ps-product__variants .slick-arrow:last-child {
    right: 0;
  }
  .ps-product--detail.ps-product--thumbnail-right .ps-product__thumbnail {
    flex-flow: row wrap;
  }
  .ps-product--detail.ps-product--thumbnail-right .ps-product__thumbnail figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .ps-product--detail .ps-product__header .ps-product__thumbnail {
    padding-right: 0;
  }
  .ps-product--detail .ps-product__header .ps-product__info {
    padding-left: 3rem;
  }
  .ps-product--detail .ps-product__shopping .form-group--number {
    max-width: 100px;
  }
  .ps-product--detail .ps-product__thumbnail {
    padding-right: 0;
  }
  .ps-product--detail > .ps-product__content {
    padding-top: 75px;
  }
  .ps-product--detail > .ps-product__content .tab-list li {
    margin-right: 3rem;
  }
  .ps-product--detail > .ps-product__content .tab-list li a {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .ps-product--detail .ps-product__header {
    flex-flow: column wrap;
  }
  .ps-product--detail .ps-product__header .ps-product__thumbnail {
    max-width: 100%;
    margin-bottom: 3rem;
  }
  .ps-product--detail .ps-product__header .ps-product__info {
    width: 100%;
    padding-left: 0;
    max-width: 100%;
  }
  .ps-product--detail h1 {
    font-size: 2.4rem;
  }
  .ps-product--detail .ps-product__sharing {
    text-align: left;
  }
  .ps-product--detail > .ps-product__content {
    padding-top: 50px;
  }
  .ps-product--detail > .ps-product__content .ps-tab-list li {
    display: block;
    margin-right: 0;
  }
  .ps-product--detail > .ps-product__content .ps-tab-list li a {
    display: block;
    padding: 5px 0;
    font-size: 18px;
  }
  .ps-product--detail > .ps-product__content .ps-tab-list li a:before {
    display: none;
  }
}
@media (max-width: 479px) {
  .ps-product--detail .ps-product__meta p {
    float: none;
    margin-bottom: 1rem;
  }
  .ps-product--detail .ps-product__meta > a {
    display: block;
    float: none;
    padding-left: 0;
  }
  .ps-product--detail .ps-product__shopping {
    display: block;
  }
  .ps-product--detail .ps-product__shopping figure {
    width: 100%;
  }
  .ps-product--detail .ps-product__shopping figure .form-group--number {
    width: 100%;
    max-width: 100%;
  }
  .ps-product--detail .ps-product__shopping .ps-btn {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 375px) {
  .ps-product--detail .ps-product__shopping .ps-form--number {
    max-width: 100%;
    width: 100%;
    margin-bottom: 1rem;
  }
  .ps-product--detail .ps-product__shopping .ps-btn {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ps-product--detail .ps-product__shopping button {
    width: 100%;
  }
}

.ps-product--hot-deal .ps-product__thumbnail .ps-product__variants {
  max-width: 52px;
  min-width: 52px;
}
.ps-product--hot-deal .ps-product__thumbnail .ps-product__variants .item {
  border: none;
}
.ps-product--hot-deal .ps-product__thumbnail .ps-product__variants .item img {
  opacity: 1;
}
.ps-product--hot-deal .ps-product__thumbnail .ps-product__variants .item.slick-current {
  border-color: #dd2400;
}
.ps-product--hot-deal .ps-product__thumbnail > figure {
  padding-left: 20px;
  max-width: calc(100% - 52px);
}
.ps-product--hot-deal .ps-product__badge {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #96b101;
}
.ps-product--hot-deal .ps-product__badge span {
  font-weight: 500;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.2em;
}
.ps-product--hot-deal .ps-product__info h5 {
  font-size: 12px;
  margin-bottom: 7px;
  color: #000000;
  font-weight: 400;
  text-transform: uppercase;
}
.ps-product--hot-deal .ps-product__info .ps-product__name {
  font-weight: 600;
  color: #000;
  font-size: 18px;
}
.ps-product--hot-deal .ps-product__price {
  margin-bottom: 10px;
}
.ps-product--hot-deal .ps-product__processs-bar .ps-progress {
  margin-bottom: 10px;
  height: 17px;
  background: #e4e4e4;
}
.ps-product--hot-deal .ps-product__processs-bar .ps-progress span {
  background-color: #dd2400;
}
.ps-product--hot-deal .ps-product__processs-bar p strong {
  color: #690;
}
.ps-product--hot-deal .ps-product__meta {
  border-bottom: none;
  display: block;
}
.ps-product--hot-deal .ps-product__meta a {
  color: #0066cc;
}
.ps-product--hot-deal .ps-product__expires {
  border-top: 1px solid #e4e4e4;
  padding-top: 20px;
}
.ps-product--hot-deal .ps-product__expires p {
  margin-bottom: 0;
  line-height: 1.8em;
  color: #000;
}
.ps-product--hot-deal .ps-product__expires .ps-countdown {
  margin-bottom: 10px;
}
.ps-product--hot-deal .ps-product__specification p {
  margin-right: 0;
  padding-right: 0;
}
.ps-product--hot-deal .ps-product__specification p:after {
  display: none;
}
.ps-product--hot-deal .ps-countdown {
  display: flex;
  flex-flow: row nowrap;
}
.ps-product--hot-deal .ps-countdown li {
  position: relative;
  padding-right: 30px;
  text-align: center;
}
.ps-product--hot-deal .ps-countdown li:after {
  content: ":";
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 25px;
  color: #999999;
}
.ps-product--hot-deal .ps-countdown li span {
  display: inline-block;
  margin-bottom: 10px;
  width: 56px;
  height: 56px;
  border: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #dd2400;
  font-weight: 600;
  font-size: 20px;
}
.ps-product--hot-deal .ps-countdown li:last-child {
  padding-right: 0;
}
.ps-product--hot-deal .ps-countdown li:last-child:after {
  display: none;
}
.ps-product--hot-deal .ps-product__header .ps-product__thumbnail {
  padding-right: 0;
}
.ps-product--hot-deal .ps-product__header .ps-product__info {
  padding-left: 30px;
}
@media (max-width: 1199px) {
  .ps-product--hot-deal .ps-product__thumbnail .ps-product__variants {
    min-width: 100%;
    max-width: 100%;
  }
  .ps-product--hot-deal .ps-product__thumbnail figure {
    max-width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .ps-product--hot-deal .ps-product__header .ps-product__info {
    padding-left: 10px;
  }
  .ps-product--hot-deal .ps-countdown li span {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  .ps-product--hot-deal .ps-product__name {
    font-size: 16px;
  }
  .ps-product--hot-deal .ps-product__expires > p {
    margin-bottom: 10px;
  }
  .ps-product--hot-deal .ps-countdown li:after {
    top: 0;
    font-size: 20px;
  }
  .ps-product--hot-deal .ps-countdown li span {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  .ps-product--hot-deal .ps-countdown p {
    font-size: 10px;
  }
}

.ps-product--full-content .ps-product__price-right {
  padding: 30px;
  background-color: #f1f1f1;
}
.ps-product--full-content .ps-product__price-right .ps-product__shopping {
  display: block;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.ps-product--full-content .ps-product__price-right .ps-product__shopping > * {
  margin-right: 0;
}
.ps-product--full-content .ps-product__price-right .ps-product__shopping figure {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
}
.ps-product--full-content .ps-product__price-right .ps-product__shopping figure .form-group--number {
  max-width: 100%;
}
.ps-product--full-content .ps-product__price-right .ps-product__shopping figure .form-group--number input {
  background-color: #ffffff;
}
.ps-product--full-content .ps-product__price-right .ps-product__shopping .ps-btn {
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
  font-size: 16px;
}
.ps-product--full-content .ps-product__price-right .ps-product__actions {
  border: none;
}
.ps-product--full-content .ps-product__price-right .ps-product__actions a {
  display: block;
  margin-right: 0;
  font-size: 14px;
  text-align: center;
  color: #666;
}
.ps-product--full-content .ps-product__price-right .ps-product__actions a:hover {
  color: #000;
}
.ps-product--full-content .ps-product__top {
  display: flex;
  flex-flow: row nowrap;
}
.ps-product--full-content .ps-product__top .ps-product__header {
  max-width: calc(100% - 270px);
  padding-right: 30px;
}
.ps-product--full-content .ps-product__top .ps-product__price-right {
  width: 100%;
  max-width: 270px;
}
@media (max-width: 991px) {
  .ps-product--full-content .ps-product__top {
    flex-direction: column;
  }
  .ps-product--full-content .ps-product__top .ps-product__header {
    margin-bottom: 30px;
    max-width: 100%;
  }
  .ps-product--full-content .ps-product__top .ps-product__price-right {
    max-width: 100%;
  }
}

.ps-product--box .ps-product__box {
  background-color: #fff;
  padding: 30px 20px;
}

.ps-product--cart-mobile {
  display: flex;
  flex-flow: row nowrap;
}
.ps-product--cart-mobile > * {
  width: 100%;
}
.ps-product--cart-mobile .ps-product__thumbnail {
  max-width: 56px;
}
.ps-product--cart-mobile .ps-product__content {
  position: relative;
  padding-right: 30px;
  padding-left: 20px;
}
.ps-product--cart-mobile .ps-product__content .ps-product__remove {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
  color: #666;
}
.ps-product--cart-mobile .ps-product__content a {
  color: #06c;
}
.ps-product--cart-mobile .ps-product__content a:hover {
  color: var(--color-1st);
}
.ps-product--cart-mobile .ps-product__content p strong {
  color: #000;
  font-weight: 500;
}
.ps-product--cart-mobile .ps-product__content small {
  font-size: 14px;
  color: #000;
}

.ps-product--photo {
  position: relative;
  overflow: hidden;
}
.ps-product--photo > a {
  display: block;
}
.ps-product--photo > a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.05);
  background-image: linear-gradient(to bottom,rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.9));
  transition: all 0.4s ease;
  visibility: hidden;
  opacity: 0;
}
.ps-product--photo .ps-product__actions {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  max-width: 200px;
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}
.ps-product--photo .ps-product__actions li {
  margin-right: 10px;
}
.ps-product--photo .ps-product__actions li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #ffffff;
}
.ps-product--photo .ps-product__actions li a:hover {
  background-color: #c81919;
  color: #ffffff;
}
.ps-product--photo .ps-product__actions:last-child {
  margin-right: 0;
}
.ps-product--photo .ps-product__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
  z-index: 20;
  transform: translateY(100%);
  transition: all 0.4s ease;
  visibility: hidden;
  opacity: 0;
}
.ps-product--photo .ps-product__content span {
  color: #fff;
}
.ps-product--photo:hover > a:before {
  visibility: visible;
  opacity: 1;
}
.ps-product--photo:hover .ps-product__content {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.ps-product--header-sticky {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.ps-product--header-sticky > * {
  flex-basis: 100%;
}
.ps-product--header-sticky .ps-product__title {
  display: block;
  line-height: 1.4em;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  margin: 0 0 5px;
}
.ps-product--header-sticky .ps-tab-list li {
  display: inline-block;
  margin-right: 20px;
}
.ps-product--header-sticky .ps-tab-list li a {
  font-weight: 600;
  color: #666;
}
.ps-product--header-sticky .ps-tab-list li a:hover {
  color: var(--color-1st);
}
.ps-product--header-sticky .ps-tab-list li.active a {
  color: var(--color-1st);
}
.ps-product--header-sticky .ps-tab-list li:last-child {
  margin-right: 0;
}
.ps-product--header-sticky .ps-product__price span {
  font-size: 22px;
  color: #f30;
  font-weight: 600;
}
.ps-product--header-sticky .ps-product__price del {
  display: block;
  color: #666;
  font-size: 14px;
}
.ps-product--header-sticky .ps-product__thumbnail {
  max-width: 60px;
}
.ps-product--header-sticky .ps-product__shopping {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.ps-product--header-sticky .ps-product__shopping .ps-product__price {
  padding-right: 30px;
}
.ps-product--header-sticky .ps-product__shopping .ps-btn {
  padding: 10px 30px;
}
.ps-product--header-sticky .ps-product__wrapper {
  padding-left: 20px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.ps-product--quickview {
  display: none;
  margin-bottom: 0;
  max-height: 500px;
  overflow: auto;
}
.ps-product--quickview .owl-slider img {
  width: 100%;
  overflow: hidden;
}
.ps-product--quickview .owl-slider .owl-nav .owl-prev {
  margin-left: 0;
}
.ps-product--quickview .owl-slider .owl-nav .owl-next {
  margin-right: 0;
}
.ps-product--quickview .ps-product__images {
  position: relative;
}
.ps-product--quickview .ps-product__images .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--quickview .ps-product__images .slick-arrow i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ps-product--quickview .ps-product__images .slick-arrow:first-child {
  left: 20px;
}
.ps-product--quickview .ps-product__images .slick-arrow:last-child {
  right: 10px;
}
.ps-product--quickview .ps-product__images .slick-arrow:hover {
  background-color: var(--color-1st);
  color: #fff;
}
.ps-product--quickview .ps-product__images:hover .item:before {
  visibility: visible;
  opacity: 1;
}
.ps-product--quickview .ps-product__images:hover .slick-arrow {
  visibility: visible;
  opacity: 1;
}
.ps-product--quickview .ps-product__shopping {
  border-bottom: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .ps-product--quickview {
    display: block;
  }
}

.ps-product--search-result {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border: none;
}
.ps-product--search-result > * {
  flex-basis: 100%;
}
.ps-product--search-result .ps-product__title {
  padding-bottom: 0;
  margin-bottom: 0;
}
.ps-product--search-result .ps-product__price {
  font-size: 12px;
  margin-bottom: 0;
}
.ps-product--search-result .ps-product__thumbnail {
  max-width: 60px;
  min-width: 60px;
}
.ps-product--search-result .ps-product__content {
  padding-left: 30px;
}
.ps-product--search-result:hover {
  border: none;
}
@media (max-width: 479px) {
  .ps-product--search-result {
    flex-flow: row nowrap;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
  }
  .ps-product--search-result .ps-product__thumbnail {
    margin-bottom: 0;
  }
  .ps-product--search-result .ps-product__content {
    padding-left: 10px;
  }
}

.lg-backdrop {
  z-index: 10001;
}

.lg-outer {
  z-index: 10002;
}

#product-quickview .modal-dialog {
  max-width: 960px;
}
#product-quickview .modal-dialog .modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
}
#product-quickview .modal-dialog .modal-content {
  position: relative;
  padding: 40px 0 0 20px;
}

.ps-product--medicine .ps-product__container {
  position: relative;
}
.ps-product--medicine .ps-product__add-to-cart {
  visibility: hidden;
  opacity: 0;
  padding-bottom: 20px;
}
.ps-product--medicine .ps-product__add-to-cart .ps-btn {
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 500;
  color: #fff;
  background-color: #28afb1;
}
.ps-product--medicine .ps-product__add-to-cart .ps-btn:hover {
  background-color: rgb(13.8429565375%, 60.5629348514%, 61.2550826782%);
  color: #fff !important;
}
.ps-product--medicine .ps-product__progress-bar .ps-progress__value > span {
  background-color: #28afb1;
}
.ps-product--medicine:hover {
  border-bottom: 1px solid silver;
}
.ps-product--medicine:hover .ps-product__add-to-cart {
  visibility: visible;
  opacity: 1;
}
.ps-product--medicine:hover .ps-product__content {
  display: block;
  height: auto;
  visibility: visible;
  opacity: 1;
}

.ps-banner {
  position: relative;
}
.ps-banner .ps-banner__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.ps-banner--1 {
  position: relative;
}
.ps-banner--1 p {
  color: #0099CC;
  font-size: 16px;
}
.ps-banner--1 h4 {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 500;
  color: #000;
  line-height: 1.1em;
}
.ps-banner--1 h4 strong {
  color: rgb(102, 153, 0);
}
.ps-banner--1 .ps-btn {
  padding: 11px 24px;
  font-weight: 600;
}
.ps-banner--1 .ps-banner__content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  padding: 0 240px;
}
@media (max-width: 1680px) {
  .ps-banner--1 .ps-banner__content {
    padding: 0 50px;
  }
}

.ps-filter {
  margin-bottom: 50px;
}
.ps-filter__header::after {
  clear: both;
  content: "";
  display: table;
}
.ps-filter__header .form-group {
  display: inline-block;
  margin-right: 8rem;
  margin-bottom: 0;
}
.ps-filter__header .form-group label {
  margin-right: 3rem;
  margin-bottom: 0;
  vertical-align: middle;
}
.ps-filter__header .form-group .ps-select {
  min-width: 150px;
  vertical-align: middle;
}
.ps-filter__header .form-group .ps-select .selectize-input {
  position: relative;
  vertical-align: top;
  padding: 10px 15px;
  border: none;
  outline: none;
  box-shadow: none;
}
.ps-filter__header .form-group .ps-select .selectize-dropdown {
  cursor: pointer;
}
.ps-filter__header figure {
  float: right;
}
.ps-filter__header figure .ps-pagination {
  display: inline-block;
}
.ps-filter__header figure .ps-pagination p {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  margin-right: 30px;
}
.ps-filter__header figure .ps-pagination .pagination {
  vertical-align: middle;
}
.ps-filter__header figure .ps-pagination .pagination li a {
  width: 40px;
  line-height: 40px;
}
.ps-filter__trigger {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.ps-filter__trigger > p {
  display: inline-block;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 40px;
  color: #000;
}
.ps-filter__trigger i {
  color: #999999;
}
.ps-filter__icon {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  vertical-align: top;
}
.ps-filter__icon span, .ps-filter__icon:before, .ps-filter__icon:after {
  position: absolute;
  right: 10px;
  height: 2px;
  width: 20px;
  background-color: #303030;
  z-index: 100;
  transition: all 0.4s ease;
}
.ps-filter__icon span {
  top: 50%;
  transform: translateY(-50%);
}
.ps-filter__icon:before, .ps-filter__icon:after {
  content: "";
}
.ps-filter__icon:before {
  top: 12px;
}
.ps-filter__icon:after {
  bottom: 12px;
}
.ps-filter__icon:hover {
  cursor: pointer;
}
.ps-filter__icon.active span {
  transform: translateX(100%);
  visibility: hidden;
  opacity: 0;
}
.ps-filter__icon.active:before, .ps-filter__icon.active:after {
  top: 50%;
  bottom: auto;
  width: 20px;
  transform-origin: 50% 50%;
  background-color: #fc354c;
}
.ps-filter__icon.active:before {
  transform: rotate(45deg);
}
.ps-filter__icon.active:after {
  transform: rotate(-45deg);
}
.ps-filter__result {
  text-align: right;
}
.ps-filter__result p {
  margin-bottom: 0;
  line-height: 40px;
}
.ps-filter__content {
  display: none;
  padding: 0;
}
.ps-filter__content::after {
  clear: both;
  content: "";
  display: table;
}
.ps-filter__column {
  float: left;
  width: 25%;
  padding: 0 15px;
}
.ps-filter__column > h3 {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 1.8rem;
  color: #333;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: none;
}
.ps-filter__column > h3:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100px;
  height: 1px;
  background-color: #c3c3c3;
}
.ps-filter.active .ps-filter__content {
  display: block;
}
@media (max-width: 991px) {
  .ps-filter__column {
    width: 50%;
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .ps-filter__result {
    text-align: left;
  }
}
@media (max-width: 479px) {
  .ps-filter__column {
    width: 100%;
    max-width: 300px;
  }
}

.ps-filter--sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 460px;
  height: 100vh;
  overflow-y: auto;
  z-index: 99999;
  background-color: #fff;
  transform: translateX(-100%);
  transform: translateX(-100%);
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}
.ps-filter--sidebar .ps-filter__header {
  position: relative;
  padding: 15px 20px;
  background-color: #f5f5f5;
}
.ps-filter--sidebar .ps-filter__header h3 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 20px;
  text-transform: capitalize;
}
.ps-filter--sidebar .ps-filter__header .ps-btn--close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.ps-filter--sidebar .ps-filter__header .ps-btn--close:before, .ps-filter--sidebar .ps-filter__header .ps-btn--close:after {
  background-color: #000;
}
.ps-filter--sidebar .ps-filter__content {
  display: block;
  padding: 2rem;
}
.ps-filter--sidebar .widget_shop {
  background-color: #ffffff;
  padding: 0;
}
.ps-filter--sidebar .widget_shop .widget-title {
  padding-bottom: 0;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
}
.ps-filter--sidebar .widget_shop .widget-title:before {
  display: none;
}
.ps-filter--sidebar .widget_shop .form-group--select .form-control {
  border-radius: 0;
}
.ps-filter--sidebar .widget_shop.widget_filter {
  text-align: center;
}
.ps-filter--sidebar .widget_shop.widget_filter .widget-title {
  text-align: left;
}
.ps-filter--sidebar .widget_shop.widget_filter .ps-slider {
  margin-bottom: 2rem;
}
.ps-filter--sidebar .widget_shop.widget_filter .ps-btn--black {
  padding: 8px 35px;
  font-weight: 600;
  text-transform: none;
}
.ps-filter--sidebar.active {
  transform: translateX(0);
}

.ps-filter--shopping {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding: 3rem 0 0;
}
.ps-filter--shopping .ps-filter__trigger {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  vertical-align: top;
}
.ps-filter--shopping .ps-filter__trigger i {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ps-filter--shopping .ps-filter__column-switch a {
  display: inline-block;
  height: 26px;
  border: 1px solid #878787;
  margin-right: 20px;
}
.ps-filter--shopping .ps-filter__column-switch a:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 10px;
  height: 20px;
  background-color: #878787;
  transition: all 0.3s;
}
.ps-filter--shopping .ps-filter__column-switch a.two {
  width: 29px;
}
.ps-filter--shopping .ps-filter__column-switch a.two:before {
  box-shadow: 13px 0 0 #878787, 13px 0 0 #878787;
}
.ps-filter--shopping .ps-filter__column-switch a.two:hover:before, .ps-filter--shopping .ps-filter__column-switch a.two.active:before {
  box-shadow: 13px 0 0 #222, 13px 0 0 #222;
}
.ps-filter--shopping .ps-filter__column-switch a.three {
  width: 42px;
}
.ps-filter--shopping .ps-filter__column-switch a.three:before {
  box-shadow: 13px 0 0 #878787, 26px 0 0 #878787;
}
.ps-filter--shopping .ps-filter__column-switch a.three:hover:before, .ps-filter--shopping .ps-filter__column-switch a.three.active:before {
  box-shadow: 13px 0 0 #222, 26px 0 0 #222;
}
.ps-filter--shopping .ps-filter__column-switch a.four {
  width: 55px;
}
.ps-filter--shopping .ps-filter__column-switch a.four:before {
  box-shadow: 13px 0 0 #878787, 26px 0 0 #878787, 39px 0 0 #878787;
}
.ps-filter--shopping .ps-filter__column-switch a.four:hover:before, .ps-filter--shopping .ps-filter__column-switch a.four.active:before {
  box-shadow: 13px 0 0 #222, 26px 0 0 #222, 39px 0 0 #222;
}
.ps-filter--shopping .ps-filter__column-switch a.six {
  width: 81px;
}
.ps-filter--shopping .ps-filter__column-switch a.six:before {
  box-shadow: 13px 0 0 #878787, 26px 0 0 #878787, 39px 0 0 #878787, 52px 0 0 #878787, 65px 0 0 #878787;
}
.ps-filter--shopping .ps-filter__column-switch a.six:hover:before, .ps-filter--shopping .ps-filter__column-switch a.six.active:before {
  box-shadow: 13px 0 0 #222, 26px 0 0 #222, 39px 0 0 #222, 52px 0 0 #222, 65px 0 0 #222;
}
.ps-filter--shopping .ps-filter__column-switch a.active {
  border-color: #222;
}
.ps-filter--shopping .ps-filter__column-switch a.active:before {
  background-color: #222222;
}
.ps-filter--shopping .ps-filter__column-switch a:hover {
  border-color: #222;
}
.ps-filter--shopping .ps-filter__column-switch a:hover:before {
  background-color: #222222;
}
.ps-filter--shopping .ps-filter__column-switch a:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .ps-filter--shopping .ps-filter__column-switch {
    display: none;
  }
}

#shop-filter-lastest a {
  padding: 10px 20px;
  font-size: 16px;
}

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

.ps-table thead > tr > th {
  font-family: var(--primary-font), sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #515356;
  text-transform: uppercase;
  border-bottom: 1px solid #e5e5e5;
}
.ps-table tbody > tr > td {
  vertical-align: middle;
  padding: 20px 30px;
  border: 1px solid #ddd;
  color: #666;
}

@media (max-width: 768px) {
  .ps-table--responsive {
    border: none;
    max-width: 100vw;
  }
  .ps-table--responsive .ps-product--cart {
    flex-flow: column nowrap;
    align-items: flex-end;
    margin-left: 30px;
  }
  .ps-table--responsive .ps-product--cart .ps-product__thumbnail {
    display: none;
  }
  .ps-table--responsive .ps-product--cart .ps-product__content {
    padding-left: 0;
  }
  .ps-table--responsive thead {
    display: none;
  }
  .ps-table--responsive tbody {
    display: block;
  }
  .ps-table--responsive tbody tr {
    display: block;
    margin-bottom: 10px;
    border: 1px solid #ddd;
  }
  .ps-table--responsive tbody tr td[data-label] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    text-transform: capitalize;
    border-top: 1px solid #ddd;
    min-width: 100px;
  }
  .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;
  }
}

.ps-table--specification tbody tr td:first-child {
  background-color: #f4f4f4;
  font-weight: 500;
  color: #000;
  width: 150px;
}

.ps-table--faqs {
  background-color: #fff;
}
.ps-table--faqs h4 {
  color: var(--color-1st);
}
.ps-table--faqs .faq-group {
  border-bottom: 1px solid #eee;
  margin-bottom: 35px;
}
.ps-table--faqs .faq-group:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.ps-table--faqs .faq-item {
  margin-bottom: 25px;
}
.ps-table--faqs .question {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.ps-table--compare {
  table-layout: fixed;
}
.ps-table--compare tbody tr td {
  padding: 20px 30px;
}
.ps-table--compare tbody tr td .price.sale {
  color: #ec0101;
}
.ps-table--compare tbody tr td .price.sale del {
  color: #000;
}
.ps-table--compare tbody tr td .ps-btn {
  width: 100%;
  text-align: center;
}
.ps-table--compare tbody tr td .in-stock {
  color: #89aa01;
  font-weight: 600;
}
.ps-table--compare tbody tr td .out-stock {
  font-weight: 600;
}
.ps-table--compare tbody tr td .sold-by {
  text-decoration: underline;
  color: #0066cc;
}
.ps-table--compare tbody tr td .sold-by:hover {
  color: var(--color-1st);
}
.ps-table--compare tbody tr td.heading {
  color: #000000;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  background-color: #f4f4f4;
}
@media (max-width: 1199px) {
  .ps-table--compare {
    table-layout: initial;
  }
  .ps-table--compare tbody tr td {
    min-width: 300px;
  }
}

.ps-table--wishlist thead tr th {
  background-color: #f2f2f2;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  font-weight: 600;
}
.ps-table--wishlist thead tr th:nth-child(2) {
  text-align: left;
}
.ps-table--wishlist tbody tr td {
  padding: 30px 10px;
  vertical-align: middle;
  font-size: 16px;
}
.ps-table--wishlist tbody tr td:last-child {
  text-align: right;
}
@media (max-width: 991px) {
  .ps-table--wishlist tbody tr td {
    min-width: 200px;
  }
  .ps-table--wishlist tbody tr td:first-child {
    max-width: 50px;
    min-width: 50px;
    text-align: center;
  }
  .ps-table--wishlist tbody tr td:nth-child(2) {
    min-width: 300px;
  }
}

.ps-table--shopping-cart thead tr th {
  padding: 15px 20px;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  font-weight: 600;
  background-color: #f2f2f2;
  border: none;
}
.ps-table--shopping-cart thead tr th:first-child {
  text-align: left;
}
.ps-table--shopping-cart tbody tr td {
  padding: 20px 10px;
  vertical-align: middle;
  font-size: 16px;
}
.ps-table--shopping-cart tbody tr td .form-group--number {
  max-width: 100px;
  display: inline-block;
}
.ps-table--shopping-cart tbody tr td .form-group--number input {
  border-radius: 0;
}
.ps-table--shopping-cart tbody tr td .ps-product--cart {
  max-width: 500px;
}
.ps-table--shopping-cart tbody tr td:last-child {
  text-align: right;
}
.ps-table--shopping-cart tbody tr td:last-child a {
  font-size: 20px;
}

.ps-table--product-groupped .ps-tag--out-stock {
  color: red;
  font-weight: 500;
}
.ps-table--product-groupped .ps-btn {
  padding: 15px 20px;
  border-radius: 0;
}
.ps-table--product-groupped .title {
  font-size: 16px;
}
.ps-table--product-groupped tbody tr {
  vertical-align: middle;
}
.ps-table--product-groupped tbody tr td {
  border: none;
  vertical-align: middle;
}
.ps-table--product-groupped tbody tr td:first-child {
  width: 150px;
}
@media (max-width: 767px) {
  .ps-table--product-groupped .title {
    font-size: 14px;
  }
  .ps-table--product-groupped tbody tr td {
    min-width: 200px;
  }
}
@media (max-width: 1680px) {
  .ps-table--product-groupped .ps-tag--out-stock span {
    display: block;
  }
}

.ps-table--vendor thead tr th {
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  background-color: #f4f4f4;
}
.ps-table--vendor tbody tr td {
  padding: 8px 16px;
  color: #000;
}
.ps-table--vendor tbody tr td a {
  color: #000;
  color: #0066cc;
}
.ps-table--vendor tbody tr td a:hover {
  color: var(--color-1st);
}
.ps-table--vendor tbody tr td strong {
  text-transform: uppercase;
  color: #000;
}

.ps-table--vendor-status tbody tr td {
  color: #000;
}
.ps-table--vendor-status tbody tr td strong {
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
}
.ps-table--vendor-status tbody tr td:first-child {
  background-color: #f4f4f4;
}

.ps-table--notification tbody tr td:first-child {
  max-width: 250px;
  width: 50%;
}

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  overflow: hidden;
}
#loader-wrapper .preloader-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  z-index: 999999999;
}
#loader-wrapper .preloader-loading::after {
  content: " ";
  display: block;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  animation: lds-dual-ring 0.5s linear infinite;
  width: 40px;
  height: 40px;
  border-color: var(--color-1st) transparent var(--color-1st) transparent;
}
#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 styles */
.loaded #loader-wrapper {
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.3s 1s ease-out;
}
.loaded #loader-wrapper .preloader-loading {
  display: none;
}
.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);
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ps-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}
.ps-modal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2rem 4rem;
  z-index: 10;
  background-color: #fff;
  border-radius: 3px;
  max-width: 945px;
  width: 100%;
}
.ps-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #5e6b9d;
}
.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);
    background-color: transparent;
    width: 30px;
    height: 30px;
  }
  .ps-modal__close i {
    color: #5e6b9d;
  }
}
@media (max-width: 767px) {
  .ps-modal {
    overflow: auto;
  }
  .ps-modal__container {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    margin: 3rem auto;
    overflow: auto;
  }
}
@media (max-width: 479px) {
  .ps-modal__container {
    max-width: 300px;
  }
}

#login .ps-modal__container {
  max-width: 600px;
}
#login .ps-modal__container .ps-btn--close {
  position: absolute;
  top: 10px;
  right: 10px;
}

.ps-popup {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex !important;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.ps-popup__content {
  position: relative;
  max-width: 830px;
  width: 100%;
  transition: tranform 0.4s ease;
}
.ps-popup__close {
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 10px;
  right: 10px;
  background-color: #000;
  border: none;
  border-radius: 0;
}
.ps-popup__close i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  color: #ffffff;
}
.ps-popup__close:hover {
  background-color: var(--color-2nd);
}
.ps-popup.active {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.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-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: #000;
}
.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__items {
  position: relative;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-bottom: none;
}
.ps-cart--mini .ps-cart__items:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -8px;
  right: 30px;
  width: 16px;
  height: 16px;
  border-left: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  background-color: #ffffff;
  transform: rotate(45deg);
  transform-origin: 50% 50%;
}
.ps-cart--mini .ps-cart__items .ps-product--cart-mobile {
  margin-bottom: 30px;
}
.ps-cart--mini .ps-cart__content {
  position: absolute;
  min-width: 370px;
  right: -30px;
  z-index: 30;
  padding-top: 10px;
  transform: translate(0 20px);
  transition: all 0.4s ease;
  visibility: hidden;
  opacity: 0;
}
.ps-cart--mini .ps-cart__footer {
  padding: 10px 20px 20px;
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  border-top: 0;
}
.ps-cart--mini .ps-cart__footer h3 {
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}
.ps-cart--mini .ps-cart__footer h3 strong {
  float: right;
  color: red;
}
.ps-cart--mini figure {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.ps-cart--mini figure .ps-btn {
  padding: 12px 25px;
}
.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__footer {
  padding: 30px 20px;
  border-top: 1px solid #e1e1e1;
}
.ps-cart--mobile .ps-cart__footer h3 {
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}
.ps-cart--mobile .ps-cart__footer h3 strong {
  float: right;
  color: red;
}
.ps-cart--mobile figure {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.ps-cart--mobile figure .ps-btn {
  padding: 12px 25px;
}

.ps-form--newsletter h3 {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 24px;
}
.ps-form--newsletter p {
  margin-bottom: 0;
}
.ps-form--newsletter .form-group--nest button {
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 0 50px 50px 0;
  color: #fff;
}
@media (max-width: 1199px) {
  .ps-form--newsletter p {
    margin-bottom: 10px;
  }
}

.ps-form--quick-search {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
}
.ps-form--quick-search .form-control {
  background-color: #fff;
  color: #000;
  height: 42px;
  border: none;
  border-radius: 0;
}
.ps-form--quick-search .form-group--icon {
  background-color: #ffffff;
  border-radius: 4px 0 0 4px;
}
.ps-form--quick-search .form-group--icon i {
  z-index: 1;
}
.ps-form--quick-search select.form-control {
  border-right: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
  padding: 0 10px;
  text-indent: 10px;
  position: relative;
  z-index: 2;
  background-color: transparent;
}
.ps-form--quick-search select.form-control::-webkit-input-placeholder {
  color: rgb(102, 102, 102);
}
.ps-form--quick-search select.form-control::-moz-placeholder {
  color: rgb(102, 102, 102);
}
.ps-form--quick-search select.form-control:-moz-placeholder {
  color: rgb(102, 102, 102);
}
.ps-form--quick-search select.form-control:-ms-input-placeholder {
  color: rgb(102, 102, 102);
}
.ps-form--quick-search button {
  background-color: #000;
  color: #ffffff;
  border: none;
  font-weight: 700;
  padding: 0 24px;
  border-radius: 0 4px 4px 0;
}

.ps-form--widget-search {
  position: relative;
  margin-bottom: 20px;
}
.ps-form--widget-search input {
  height: 34px;
  background-color: #ffffff;
  border-radius: 0;
}
.ps-form--widget-search button {
  border: none;
  background-color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.ps-form--review h4 {
  margin-bottom: 20px;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2em;
  text-transform: uppercase;
}
.ps-form--review p sup {
  margin-left: 5px;
  color: #ec0101;
}
.ps-form--review .form-group__rating {
  display: flex;
  align-items: center;
}
.ps-form--review .form-group__rating label {
  margin-bottom: 0;
  line-height: 20px;
  margin-right: 15px;
}
.ps-form--review .form-group__rating .br-wrapper {
  line-height: 20px;
}
.ps-form--review .form-group__rating .br-wrapper a {
  font-size: 14px;
}
.ps-form--review .form-group__rating .br-wrapper.br-theme-fontawesome-stars .br-widget {
  height: auto;
  line-height: 20px;
}
.ps-form--review .form-control {
  border-radius: 0;
}
.ps-form--review button {
  border-radius: 0;
  font-weight: 600;
}

.ps-form--post-comment h3 {
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 24px;
  color: #000;
}
.ps-form--post-comment .submit {
  text-align: center;
}
.ps-form--post-comment .submit .ps-btn {
  padding: 0 30px;
  height: 50px;
}

.ps-form--contact-us .form-control {
  background-color: #ffffff;
}
.ps-form--contact-us .submit {
  text-align: center;
}
.ps-form--contact-us .submit button {
  height: 50px;
  padding: 0 30px;
}

.ps-form--account {
  max-width: 430px;
  margin: 0 auto;
  padding-top: 130px;
}
.ps-form--account .ps-tab-list {
  text-align: center;
  margin-bottom: 30px;
}
.ps-form--account .ps-tab-list li {
  display: inline-block;
  padding: 0 15px;
}
.ps-form--account .ps-tab-list li a {
  font-size: 30px;
  color: #666;
  font-weight: 600;
}
.ps-form--account .ps-tab-list li.active a {
  color: #000;
}
.ps-form--account .form-forgot {
  position: relative;
}
.ps-form--account .form-forgot input {
  padding-right: 100px;
}
.ps-form--account .form-forgot > a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  color: #06c;
}
.ps-form--account .form-forgot > a:hover {
  color: var(--color-1st);
}
.ps-form--account .ps-checkbox > label {
  color: #000;
}
.ps-form--account .ps-list--social {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin: 0 -5px;
}
.ps-form--account .ps-list--social li {
  padding: 0 5px;
  width: 100%;
  text-align: center;
  margin-right: 0;
}
.ps-form--account .ps-list--social li a {
  display: block;
  line-height: 20px;
  padding: 15px 0;
}
.ps-form--account .ps-list--social li a i {
  color: #ffffff;
  text-align: center;
}
.ps-form--account .ps-list--social li a.facebook {
  background-color: #3b5999;
}
.ps-form--account .ps-list--social li a.google {
  background-color: #dd4b39;
}
.ps-form--account .ps-list--social li a.twitter {
  background-color: #55acee;
}
.ps-form--account .ps-list--social li a.instagram {
  background-color: #e4405f;
}
.ps-form--account .ps-form__content {
  padding: 30px 30px 0;
}
.ps-form--account .ps-form__content h5 {
  margin: 0 0 25px;
  font-size: 16px;
  font-weight: 400;
}
.ps-form--account .ps-form__footer {
  padding: 30px 30px;
}
.ps-form--account .ps-tab {
  background-color: #ffffff;
}

.ps-form--order-tracking {
  max-width: 630px;
  margin: 0 auto 50px;
}
.ps-form--order-tracking .form-group {
  margin-bottom: 30px;
}
.ps-form--order-tracking .form-group > label {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.ps-form--order-tracking .form-group input {
  border-color: #bfbfbf;
}
.ps-form--order-tracking .form-group input::-webkit-input-placeholder {
  color: #a9a9a9;
}
.ps-form--order-tracking .form-group input::-moz-placeholder {
  color: #a9a9a9;
}
.ps-form--order-tracking .form-group input:-moz-placeholder {
  color: #a9a9a9;
}
.ps-form--order-tracking .form-group input:-ms-input-placeholder {
  color: #a9a9a9;
}
@media (max-width: 991px) {
  .ps-form--order-tracking .form-group > label {
    font-size: 16px;
    font-weight: 500;
  }
}

.ps-form--search-mobile input {
  height: 40px;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
}
.ps-form--search-mobile button {
  width: 40px;
  height: 40px;
  background-color: #000;
  border: none;
}
.ps-form--search-mobile button i {
  color: #ffffff;
}

.ps-form--subscribe-popup {
  padding: 60px 50px;
}
.ps-form--subscribe-popup h4 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
}
.ps-form--subscribe-popup h4 strong {
  color: var(--color-1st);
}
.ps-form--subscribe-popup p {
  margin-bottom: 20px;
}
.ps-form--subscribe-popup input {
  margin-bottom: 20px;
  height: 40px;
  border: 2px solid #c9c9c9;
  background-color: #f6f6f6;
}
.ps-form--subscribe-popup button {
  height: 40px;
  width: auto;
  padding: 0 30px;
}
.ps-form--subscribe-popup .ps-checkbox > label {
  color: #000;
}
.ps-form--subscribe-popup .ps-checkbox > label:before {
  border-radius: 3px;
}
.ps-form--subscribe-popup .ps-form__content {
  max-width: 360px;
  text-align: center;
}

.ps-form--vendor-datetimepicker {
  margin-bottom: 24px;
}
.ps-form--vendor-datetimepicker .input-group {
  border: none;
  margin-bottom: 10px;
}
.ps-form--vendor-datetimepicker .input-group:after {
  content: "\e789";
  font-family: "Linearicons";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  font-size: 16px;
}
.ps-form--vendor-datetimepicker .input-group input {
  height: 40px;
}
.ps-form--vendor-datetimepicker .input-group .input-group-text {
  padding: 0 20px;
  font-size: 14px;
  min-width: 60px;
  text-align: center;
  font-weight: 500;
  color: #000;
  border-radius: 0;
}
.ps-form--vendor-datetimepicker button {
  background-color: #88aa00;
  border-radius: 0;
  height: 40px;
  padding: 0 30px;
  color: #ffffff;
}
.ps-form--vendor-datetimepicker button i {
  vertical-align: middle;
  margin-right: 4px;
}
.ps-form--vendor-datetimepicker button:hover {
  background-color: rgb(61.3333333333%, 76.6666666667%, 0%);
}

.ps-form--photo-search .select2 {
  position: relative;
}
.ps-form--photo-search .select2:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 50px;
  background-color: #dfdfdf;
  z-index: 20;
}
.ps-form--photo-search .select2 .select2-selection {
  position: relative;
  height: 60px;
  display: flex;
  align-items: center;
  border: none;
  min-width: 190px;
  border-radius: 0 6px 6px 0;
}
.ps-form--photo-search .select2 .select2-selection .select2-selection__rendered {
  width: 100%;
  font-weight: 600;
  color: #000;
}
.ps-form--photo-search .form-group--icon {
  margin-bottom: 0;
  width: 100%;
}
.ps-form--photo-search .form-group--icon i {
  right: auto;
  left: 20px;
  font-size: 18px;
  color: #000;
}
.ps-form--photo-search .form-group--icon i:before {
  font-size: inherit;
}
.ps-form--photo-search .form-group--icon input {
  background-color: #fff;
  border: none;
  height: 60px;
  text-indent: 30px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px 0 0 6px;
}
.ps-form--photo-search .form-group--icon input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 14px;
}
.ps-form--photo-search .form-group--icon input::-moz-placeholder {
  font-weight: 400;
  font-size: 14px;
}
.ps-form--photo-search .form-group--icon input:-moz-placeholder {
  font-weight: 400;
  font-size: 14px;
}
.ps-form--photo-search .form-group--icon input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 14px;
}
.ps-form--photo-search .ps-form__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
}
.ps-form--photo-search .ps-form__footer a {
  display: inline-block;
  margin-right: 10px;
}
.ps-form--photo-search .ps-form__footer a:hover {
  color: #c81919;
}
.ps-form--photo-search .ps-form__footer a:last-child {
  margin-right: 0;
}
@media (max-width: 480px) {
  .ps-form--photo-search .ps-form__content {
    align-items: flex-start;
    flex-flow: column-reverse wrap;
  }
  .ps-form--photo-search .ps-form__content .select2 {
    margin-bottom: 20px;
    min-width: 100%;
  }
  .ps-form--photo-search .ps-form__content .select2 .select2-selection {
    margin: 0 auto;
  }
}

.ps-form--checkout h4 {
  margin-bottom: 20px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .ps-form--checkout .ps-form__submit {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
  }
}

.ps-form--account-setting .ps-form__header h3 {
  font-weight: 600;
}

.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(0, 0, 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 {
  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-radius: 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: 0.75s;
}
.ps-search.active .ps-form--primary-search {
  transform: translateY(0);
  transition-delay: 0.35s;
  visibility: visible;
  opacity: 1;
}
@media (max-width: 479px) {
  .ps-search__content {
    padding: 0 1.5rem;
  }
}

.ps-section--default {
  margin-bottom: 80px;
}
.ps-section--default .ps-section__header {
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
}
.ps-section--default .ps-section__header h3 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 20px;
}
.ps-section--default .ps-section__links {
  display: inline-block;
}
.ps-section--default .ps-section__links li {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}
.ps-section--default .ps-section__links li a {
  color: #666;
}
.ps-section--default .ps-section__links li a:hover {
  color: var(--color-1st);
}
.ps-section--default .ps-section__links li:last-child {
  margin-right: 0;
}

.ps-section--gray {
  padding: 70px 0;
  background-color: #f4f5f5;
}
@media (max-width: 767px) {
  .ps-section--gray {
    padding: 50px 0;
  }
}
@media (max-width: 479px) {
  .ps-section--gray {
    padding: 35px 0;
  }
}

.ps-section--vendor {
  padding: 100px 0;
}
.ps-section--vendor .ps-section__header {
  text-align: center;
  padding-bottom: 90px;
}
.ps-section--vendor .ps-section__header p {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 600;
  color: #666666;
  text-transform: uppercase;
}
.ps-section--vendor .ps-section__header h4 {
  font-weight: 400;
  color: #000;
  font-size: 30px;
}
@media (max-width: 991px) {
  .ps-section--vendor {
    padding: 75px 0;
  }
  .ps-section--vendor .ps-section__header {
    padding-bottom: 50px;
  }
  .ps-section--vendor .ps-section__header p {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .ps-section--vendor {
    padding: 60px 0;
  }
  .ps-section--vendor .ps-section__header h4 {
    font-size: 24px;
  }
}
@media (max-width: 479px) {
  .ps-section--vendor {
    padding: 50px 0;
  }
  .ps-section--vendor .ps-section__header p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .ps-section--vendor .ps-section__header h4 {
    font-size: 24px;
  }
}

.ps-section--shopping {
  padding: 100px 0;
}
.ps-section--shopping .ps-section__header {
  text-align: center;
  padding-bottom: 100px;
}
.ps-section--shopping .ps-section__header h1 {
  font-size: 48px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .ps-section--shopping {
    padding: 75px 0;
  }
  .ps-section--shopping .ps-section__header h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .ps-section--shopping {
    padding: 60px 0;
  }
  .ps-section--shopping .ps-section__header {
    padding-bottom: 40px;
  }
  .ps-section--shopping .ps-section__header h1 {
    font-size: 30px;
  }
}
@media (max-width: 479px) {
  .ps-section--shopping {
    padding: 50px 0;
  }
}

.ps-newsletter {
  padding: 15px 0;
}
@media (max-width: 767px) {
  .ps-newsletter {
    padding: 50px 0;
  }
}

.ps-product-list .ps-section__links {
  display: inline-block;
}
.ps-product-list .ps-section__links li {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}
.ps-product-list .ps-section__links li a {
  color: #666;
}
.ps-product-list .ps-section__links li a:hover {
  color: var(--color-1st);
}
.ps-product-list .ps-section__links li:last-child {
  margin-right: 0;
}
.ps-product-list .ps-section__header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  background-color: #f4f4f4;
  border-bottom: 1px solid #e3e3e3;
}
.ps-product-list .ps-section__header h3 {
  margin-bottom: 0;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
.ps-product-list .ps-section__content {
  padding-top: 55px;
}
.ps-product-list--2 .ps-section__header {
  background-color: transparent;
  border-bottom: 1px solid #e1e1e1;
}
.ps-product-list--2 .ps-section__header h3 {
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .ps-product-list .ps-section__header {
    flex-flow: row wrap;
  }
}
@media (max-width: 991px) {
  .ps-product-list .ps-section__header h3 {
    padding-bottom: 10px;
  }
}

.ps-shopping-product {
  min-height: 80vh;
}
@media (max-width: 1199px) {
  .ps-shopping-product .ps-product {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .ps-shopping-product .row {
    margin: 0 -2px;
  }
  .ps-shopping-product .row > * {
    padding: 0 2px;
  }
  .ps-shopping-product .ps-product {
    margin-bottom: 4px;
  }
  .ps-shopping-product .ps-product .ps-product__badge {
    top: 5px;
    right: 5px;
  }
}

@media (max-width: 1440px) and (min-width: 1200px) {
  .ps-new-arrivals .ps-section__content .row {
    margin: 0;
  }
  .ps-new-arrivals .ps-section__content .col-12 {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .ps-new-arrivals .ps-section__content .col-12 {
    max-width: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 600px) {
  .ps-new-arrivals .ps-section__content .col-12 {
    max-width: 100%;
    flex-basis: 100%;
  }
}

.ps-top-categories h3 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1em;
  color: #000;
  font-weight: 600;
}
@media (min-width: 1680px) {
  .ps-top-categories .row .col-xl-2 {
    max-width: 12.5%;
  }
}

.ps-deal-of-day .ps-section__header {
  margin-bottom: 65px;
  padding-bottom: 10px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ccc;
}
.ps-deal-of-day .ps-section__header > a {
  display: inline-block;
  padding-bottom: 2px;
  color: #000;
  border-bottom: 1px solid #000;
  min-width: 60px;
}
.ps-deal-of-day .ps-section__header > a:hover {
  color: var(--color-1st);
  border-color: var(--color-1st);
}

.ps-shop-brand {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .ps-shop-brand {
    flex-flow: row wrap;
  }
  .ps-shop-brand > * {
    max-width: 20%;
    padding: 5px 10px;
  }
}
@media (max-width: 479px) {
  .ps-shop-brand > * {
    max-width: 25%;
  }
}

.show-admin-bar .ps-layout--shop .ps-filter__header {
  margin-top: 40px;
}

.ps-layout--shop {
  padding-bottom: 90px;
  display: flex;
  flex-flow: row nowrap;
}
.ps-layout--shop > * {
  width: 100%;
}
.ps-layout--shop .ps-layout__left {
  width: 100%;
  min-width: 320px;
  max-width: 310px;
  padding-right: 30px;
}
.ps-layout--shop .ps-layout__right {
  max-width: calc(100% - 320px);
}
.ps-layout--shop .ps-layout__right .owl-slider {
  max-width: 100%;
}
.ps-layout--shop .ps-layout__right #products-filter-sidebar {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em;
  width: 100%;
}
.ps-layout--shop .ps-tabs {
  position: relative;
}
.ps-layout--shop .ps-tabs .loading {
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  left: -15px;
  top: 0;
  right: -15px;
  bottom: -15px;
  z-index: 10;
  display: none;
}
.ps-layout--shop .ps-tabs .loading .half-circle-spinner {
  margin: 50px auto;
}
@media (max-width: 1199px) {
  .ps-layout--shop {
    flex-flow: column-reverse wrap;
  }
  .ps-layout--shop .ps-layout__left {
    max-width: 100%;
    padding-right: 0;
    display: none;
  }
  .ps-layout--shop .ps-layout__right {
    max-width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .ps-layout--shop {
    padding-bottom: 45px;
  }
}
@media (max-width: 1199px) {
  .ps-layout--shop .ps-layout__left {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    z-index: 99999;
    display: unset;
  }
  .ps-layout--shop .ps-layout__left .ps-layout__left-container {
    transform: translateX(-100%);
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
  }
  .ps-layout--shop .ps-layout__left .ps-layout__left-container {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    max-width: 18em;
    background-color: #ffffff;
  }
  .ps-layout--shop .ps-layout__left.active {
    visibility: visible;
  }
  .ps-layout--shop .ps-layout__left.active .ps-layout__left-container {
    transform: translateX(0);
  }
  .ps-layout--shop .ps-layout__left.active .screen-darken {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-color: rgba(34, 34, 34, 0.4);
    transition: opacity 0.2s linear, visibility 0.2s, width 2s ease-in;
  }
  .ps-layout--shop .ps-layout__left .widget_shop {
    background-color: #ffffff;
    padding: 0;
  }
  .ps-layout--shop .ps-layout__left .widget_shop .widget-title {
    padding-bottom: 0;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
  }
  .ps-layout--shop .ps-layout__left .widget_shop .widget-title:before {
    display: none;
  }
  .ps-layout--shop .ps-layout__left .widget_shop .form-group--select .form-control {
    border-radius: 0;
  }
  .ps-layout--shop .ps-layout__left .widget_shop.widget_filter {
    text-align: center;
  }
  .ps-layout--shop .ps-layout__left .widget_shop.widget_filter .widget-title {
    text-align: left;
  }
  .ps-layout--shop .ps-layout__left .widget_shop.widget_filter .ps-slider {
    margin-bottom: 2rem;
  }
  .ps-layout--shop .ps-layout__left .widget_shop.widget_filter .ps-btn--black {
    padding: 8px 35px;
    font-weight: 600;
    text-transform: none;
  }
  .ps-layout--shop .ps-layout__left .ps-filter__header {
    position: relative;
    padding: 15px 20px;
    background-color: #f5f5f5;
  }
  .ps-layout--shop .ps-layout__left .ps-filter__header h3 {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 20px;
    text-transform: capitalize;
  }
  .ps-layout--shop .ps-layout__left .ps-filter__header .ps-btn--close {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
  }
  .ps-layout--shop .ps-layout__left .ps-filter__header .ps-btn--close:before, .ps-layout--shop .ps-layout__left .ps-filter__header .ps-btn--close:after {
    background-color: #000;
  }
  .ps-layout--shop .ps-layout__left .ps-layout__left-content {
    display: block;
    padding: 2rem;
  }
}

.ps-shopping .select2 {
  display: inline-block;
}
.ps-shopping .select2 .select2-selection__rendered {
  padding: 6px 20px;
}
.ps-shopping .ps-shopping__view {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.ps-shopping .ps-shopping__view p {
  margin-bottom: 0;
  margin-right: 20px;
  color: #000;
}
.ps-shopping .ps-shopping__view ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.ps-shopping .ps-shopping__view ul li a {
  font-size: 24px;
  color: #999999;
}
.ps-shopping .ps-shopping__view ul li:last-child {
  margin-right: 0;
}
.ps-shopping .ps-shopping__view ul li.active a {
  color: #000;
}
.ps-shopping .ps-shopping__actions {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.ps-shopping .ps-shopping__actions .ps-shopping__view {
  padding-left: 40px;
}
.ps-shopping .ps-shopping__header {
  margin-bottom: 40px;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  background-color: #f5f5f5;
  align-items: center;
  padding: 8px 15px;
}
.ps-shopping .ps-shopping__header p {
  margin-bottom: 0;
  display: inline-block;
}
.ps-shopping .ps-shopping__header p strong {
  color: #000;
}
.ps-shopping .ps-shop__filter-mb {
  margin-bottom: 30px;
  font-size: 16px;
  vertical-align: top;
  display: flex;
  color: #000;
  align-items: center;
  font-weight: 500;
  text-transform: uppercase;
}
.ps-shopping .ps-shop__filter-mb i {
  font-weight: 700;
  font-size: 18px;
  margin-right: 10px;
}
@media (min-width: 1200px) {
  .ps-shopping .ps-shop__filter-mb {
    display: none;
  }
}
@media (max-width: 1680px) and (min-width: 1440px) {
  .ps-shopping .row .col-xl-2 {
    max-width: 20%;
    flex-basis: 20%;
  }
}
@media (max-width: 1440px) and (min-width: 1200px) {
  .ps-shopping .row .col-xl-2 {
    max-width: 25%;
    flex-basis: 25%;
  }
}
@media (max-width: 1199px) {
  .ps-shopping {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .ps-shopping .ps-shopping__header {
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  .ps-shopping .ps-shopping__header > * {
    flex-basis: 100%;
    max-width: 50%;
  }
  .ps-shopping .ps-shopping__header .ps-shopping__view {
    padding-left: 10px;
  }
  .ps-shopping .ps-shopping__actions {
    width: 100%;
    justify-content: flex-end;
  }
  .ps-shopping .ps-shopping__actions .select2 {
    display: none;
  }
}

@media (min-width: 1680px) {
  .ps-customer-bought .ps-section__content .row .col-xl-3 {
    padding: 0;
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }
}

.ps-client-say {
  padding: 70px 0;
  background-color: #f5f5f5;
}
.ps-client-say .ps-section__header {
  margin-bottom: 30px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.ps-client-say .ps-section__header h3 {
  display: inline-block;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
}
.ps-client-say .ps-section__nav a {
  display: inline-block;
  margin-right: 20px;
  font-size: 18px;
  color: #999999;
}
.ps-client-say .ps-section__nav a:last-child {
  margin-right: 0;
}
.ps-client-say .ps-section__nav a:hover {
  color: #000;
}

.ps-best-sale-brands {
  padding: 70px 0;
}
.ps-best-sale-brands .ps-section__header h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 20px;
  line-height: 1;
  color: #000;
}
.ps-best-sale-brands .ps-image-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-self: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.ps-best-sale-brands .ps-image-list li {
  display: flex;
  min-width: 20%;
  max-width: 20%;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: none;
  border-right: none;
}
@media (max-width: 991px) {
  .ps-best-sale-brands .ps-image-list {
    border: 1px solid rgba(0, 0, 0, 0.15);
  }
  .ps-best-sale-brands .ps-image-list li {
    min-width: 25%;
    max-width: 25%;
    border: none;
  }
}
@media (max-width: 767px) {
  .ps-best-sale-brands .ps-image-list li {
    min-width: 33.3333%;
    max-width: 33.3333%;
  }
}
@media (max-width: 479px) {
  .ps-best-sale-brands .ps-image-list li {
    min-width: 50%;
    max-width: 50%;
    border: 1px solid rgba(0, 0, 0, 0.15);
  }
}

.ps-deal-hot {
  padding: 70px 0;
}
.ps-deal-hot .widget_best-sale {
  border-bottom: 1px solid #d9d9d9;
}

.ps-home-categories .ps-section__header {
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
}
.ps-home-categories .ps-section__header h3 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1em;
}

.ps-search-trending {
  padding: 70px 0;
}
.ps-search-trending .ps-section__header {
  margin-bottom: 20px;
}
.ps-search-trending .ps-section__header h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
}
.ps-search-trending .ps-section__header h3 span {
  font-size: 14px;
  margin-left: 10px;
  color: #666;
}
@media (max-width: 479px) {
  .ps-search-trending .ps-section__header h3 {
    font-size: 18px;
  }
  .ps-search-trending .ps-section__header h3 span {
    font-size: 12px;
  }
}

.ps-categories-box {
  background-color: #f5f5f5;
  padding: 70px 0;
}
@media (max-width: 767px) {
  .ps-categories-box {
    padding: 45px 0;
  }
}
@media (max-width: 479px) {
  .ps-categories-box {
    padding: 35px 0;
  }
}

.ps-home-blog .ps-section__header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding-bottom: 10px;
}
.ps-home-blog .ps-section__header h3 {
  font-size: 24px;
}
@media (max-width: 767px) {
  .ps-home-blog .ps-section__header {
    flex-flow: row wrap;
  }
  .ps-home-blog .ps-section__header h3 {
    display: block;
    margin-bottom: 10px;
  }
}

.ps-blog {
  padding-bottom: 100px;
}
.ps-blog .ps-blog__header {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .ps-blog {
    padding-bottom: 50px;
  }
}

.ps-blog--sidebar {
  padding-bottom: 90px;
  display: flex;
  flex-flow: row nowrap;
}
.ps-blog--sidebar > * {
  width: 100%;
}
.ps-blog--sidebar .ps-blog__left {
  padding-right: 70px;
}
.ps-blog--sidebar .ps-blog__left .ps-pagination {
  text-align: left;
}
.ps-blog--sidebar .ps-blog__right {
  max-width: 300px;
  min-width: 300px;
  padding-left: 30px;
}
.ps-blog--sidebar.reverse {
  flex-flow: row-reverse nowrap;
}
.ps-blog--sidebar.reverse .ps-blog__left {
  padding-left: 100px;
  padding-right: 0;
}
.ps-blog--sidebar.reverse .ps-blog__right {
  padding-left: 0;
}
@media (max-width: 1199px) {
  .ps-blog--sidebar .ps-blog__left {
    padding-right: 0;
  }
  .ps-blog--sidebar.reverse .ps-blog__left {
    padding-left: 30px;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .ps-blog--sidebar {
    flex-flow: column wrap;
  }
  .ps-blog--sidebar .ps-blog__left {
    margin-bottom: 50px;
  }
  .ps-blog--sidebar .ps-blog__right {
    padding-left: 0;
  }
  .ps-blog--sidebar.reverse {
    flex-flow: column wrap;
  }
  .ps-blog--sidebar.reverse .ps-blog__left {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .ps-blog--sidebar {
    padding-bottom: 45px;
  }
}
@media (max-width: 479px) {
  .ps-blog--sidebar {
    padding-bottom: 30px;
  }
}

.ps-related-posts {
  padding-top: 60px;
}
.ps-related-posts h3 {
  margin-bottom: 60px;
  text-align: center;
  font-size: 24px;
  color: #000;
}

.ps-post-comments {
  max-width: 770px;
  margin: 0 auto;
}
.ps-post-comments h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 40px;
  line-height: 1.4em;
}

.ps-about-intro {
  padding: 100px 0;
}
.ps-about-intro .ps-section__header {
  max-width: 820px;
  margin: 0 auto 100px;
}
.ps-about-intro .ps-section__header h4 {
  margin-bottom: 80px;
  font-size: 24px;
  color: #000;
  font-weight: 600;
}
.ps-about-intro .ps-section__header h3 {
  margin-bottom: 40px;
  font-weight: 400;
  line-height: 1.3em;
  color: #000;
  font-size: 36px;
}
.ps-about-intro .ps-section__header p {
  font-size: 18px;
  line-height: 1.6em;
}
.ps-about-intro .ps-section__content {
  border-top: 1px solid #e1e1e1;
  padding-top: 90px;
}
@media (max-width: 1199px) {
  .ps-about-intro {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .ps-about-intro {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .ps-about-intro {
    padding: 50px 0;
  }
  .ps-about-intro .ps-section__header h4 {
    margin-bottom: 50px;
  }
  .ps-about-intro .ps-section__header h3 {
    font-size: 24px;
  }
  .ps-about-intro .ps-section__header p {
    font-size: 14px;
  }
}

.ps-our-team {
  padding: 120px 0;
}
.ps-our-team .ps-section__header {
  padding-left: 180px;
  padding-bottom: 90px;
}
.ps-our-team .ps-section__header h3 {
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 400;
  color: #000;
}
.ps-our-team .ps-section__content {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -15px;
}
.ps-our-team .ps-section__content figure {
  margin-bottom: 30px;
  width: 100%;
  max-width: 25%;
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .ps-our-team .ps-section__header {
    padding-left: 0;
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .ps-our-team {
    padding: 90px 0;
  }
  .ps-our-team .ps-section__header {
    padding-bottom: 40px;
  }
  .ps-our-team .ps-section__header h3 {
    font-size: 28px;
  }
  .ps-our-team .ps-section__content figure {
    max-width: 33.3333%;
  }
}
@media (max-width: 767px) {
  .ps-our-team {
    padding: 60px 0;
  }
  .ps-our-team .ps-section__header {
    padding-bottom: 30px;
  }
  .ps-our-team .ps-section__header h3 {
    font-size: 24px;
  }
  .ps-our-team .ps-section__content figure {
    max-width: 50%;
  }
}
.ps-about-milestone {
  padding: 120px 0;
}

.ps-about-awards {
  padding: 120px 0;
  background-color: #f5f5f5;
}
.ps-about-awards .ps-section__header {
  max-width: 820px;
  margin: 0 auto 100px;
}
.ps-about-awards .ps-section__header h4 {
  margin-bottom: 65px;
  font-size: 36px;
  color: #000;
  font-weight: 400;
}
.ps-about-awards .ps-section__header p {
  font-size: 18px;
  line-height: 1.6em;
}
.ps-about-awards .ps-section__content .owl-slider a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .ps-about-awards {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .ps-about-awards {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .ps-about-awards {
    padding: 70px 0;
  }
  .ps-about-awards .ps-section__header h4 {
    margin-bottom: 50px;
    font-size: 24px;
  }
  .ps-about-awards .ps-section__header p {
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  .ps-about-awards {
    padding: 50px 0;
  }
}

.ps-contact-info {
  padding: 90px 0;
}
.ps-contact-info h3 {
  margin-bottom: 60px;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .ps-contact-info {
    padding: 60px 0;
  }
  .ps-contact-info h3 {
    font-size: 24px;
  }
}
@media (max-width: 479px) {
  .ps-contact-info {
    padding: 45px 0;
  }
  .ps-contact-info h3 {
    font-size: 20px;
  }
}

.ps-contact-form {
  padding: 100px 0;
  background-color: #f6f6f6;
}
.ps-contact-form h3 {
  margin-bottom: 90px;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  color: #000;
  line-height: 1em;
}
@media (max-width: 991px) {
  .ps-contact-form h3 {
    font-size: 24px;
  }
}
@media (max-width: 479px) {
  .ps-contact-form h3 {
    font-size: 20px;
  }
}

.ps-faqs {
  padding: 90px 0;
}
.ps-faqs .ps-section__header {
  padding-bottom: 100px;
}
.ps-faqs .ps-section__header h1 {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .ps-faqs .ps-section__header {
    padding-bottom: 50px;
  }
  .ps-faqs .ps-section__header h1 {
    font-size: 24px;
  }
}

.ps-call-to-action {
  background-color: #f1f1f1;
  padding: 130px 0;
  text-align: center;
}
.ps-call-to-action h3 {
  font-size: 36px;
  color: #000;
  font-weight: 600;
}
.ps-call-to-action h3 a {
  color: var(--color-1st);
  font-weight: inherit;
}
.ps-call-to-action h3 a:hover {
  color: #000;
}
@media (max-width: 991px) {
  .ps-call-to-action {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .ps-call-to-action {
    padding: 80px 0;
  }
}
@media (max-width: 479px) {
  .ps-call-to-action {
    padding: 65px 0;
  }
}

.ps-vendor-banner {
  position: relative;
  text-align: center;
  z-index: 10;
  padding: 160px 0;
}
.ps-vendor-banner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.25);
}
.ps-vendor-banner h2 {
  color: #ffffff;
  font-size: 48px;
  margin: 0 auto 30px;
  max-width: 960px;
  font-weight: 600;
}
.ps-vendor-banner .ps-btn {
  padding: 20px 40px;
  font-size: 24px;
  border-radius: 0;
}
@media (max-width: 1199px) {
  .ps-vendor-banner {
    padding: 120px 0;
  }
  .ps-vendor-banner h2 {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .ps-vendor-banner {
    padding: 100px 0;
  }
  .ps-vendor-banner h2 {
    font-size: 28px;
  }
  .ps-vendor-banner .ps-btn {
    font-size: 20px;
    padding: 15px 30px;
  }
}
@media (max-width: 767px) {
  .ps-vendor-banner {
    padding: 80px 0;
  }
  .ps-vendor-banner .ps-btn {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .ps-vendor-banner {
    padding: 60px 0;
  }
  .ps-vendor-banner h2 {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .ps-vendor-about .ps-block--icon-box-2 {
    max-width: 450px;
    margin: 0 auto 40px;
  }
  .ps-vendor-about .ps-section__header h4 br {
    display: none;
  }
}

.ps-vendor-milestone {
  background-color: #f6f6f6;
}
.ps-vendor-best-fees .ps-section__numbers {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.ps-vendor-best-fees .ps-section__numbers figure {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  width: 170px;
  height: 170px;
  border: 2px solid var(--color-1st);
  margin: 0 40px;
  border-radius: 50%;
}
.ps-vendor-best-fees .ps-section__numbers figure h3 {
  display: block;
  margin-bottom: 0;
  width: 100%;
  font-size: 60px;
  font-weight: 400;
  line-height: 1em;
  color: #000;
}
.ps-vendor-best-fees .ps-section__numbers figure span {
  font-size: 16px;
}
.ps-vendor-best-fees .ps-section__desc {
  max-width: 550px;
  margin: 0 auto 30px;
}
.ps-vendor-best-fees .ps-section__desc > figure figcaption {
  text-align: center;
  font-weight: 600;
  color: #000;
  margin-bottom: 40px;
  font-size: 16px;
}
.ps-vendor-best-fees .ps-section__desc ul li {
  text-align: left;
  color: #666;
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 1.6em;
}
.ps-vendor-best-fees .ps-section__highlight {
  margin-bottom: 40px;
  padding: 30px 20px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  background-color: #f6f6f6;
}
.ps-vendor-best-fees .ps-section__highlight figure {
  text-align: justify;
  padding-left: 60px;
  padding-right: 60px;
}
.ps-vendor-best-fees .ps-section__highlight figure p {
  font-weight: 500;
  color: #000;
  font-size: 16px;
}
.ps-vendor-best-fees .ps-section__content {
  max-width: 730px;
  margin: 0 auto;
  text-align: center;
}
.ps-vendor-best-fees .ps-section__content > h5 {
  margin-bottom: 50px;
  font-size: 18px;
  font-weight: 400;
  color: #666;
  line-height: 1.4em;
}
@media (max-width: 767px) {
  .ps-vendor-best-fees .ps-section__content > h5 {
    font-size: 16px;
  }
  .ps-vendor-best-fees .ps-section__desc ul li {
    font-size: 14px;
  }
  .ps-vendor-best-fees .ps-section__highlight {
    padding: 30px 10px;
  }
  .ps-vendor-best-fees .ps-section__highlight figure {
    text-align: left;
    padding: 0 20px;
  }
  .ps-vendor-best-fees .ps-section__highlight figure p {
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  .ps-vendor-best-fees .ps-section__numbers figure {
    width: 100px;
    height: 100px;
    margin: 0 10px;
  }
  .ps-vendor-best-fees .ps-section__numbers figure h3 {
    font-size: 30px;
  }
  .ps-vendor-best-fees .ps-section__highlight {
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
  }
  .ps-vendor-best-fees .ps-section__highlight img {
    margin-bottom: 30px;
    max-height: 100px;
  }
}

.ps-vendor-testimonials {
  background-color: #f6f6f6;
}

.ps-vendor-faqs figure {
  margin-bottom: 50px;
}
.ps-vendor-faqs figure figcaption {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.4em;
}
.ps-vendor-faqs figure p {
  font-size: 16px;
}
.ps-vendor-faqs .ps-section__footer {
  padding-top: 100px;
  text-align: center;
  border-top: 1px solid #e1e1e1;
}
.ps-vendor-faqs .ps-section__footer p {
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 400;
  color: #000;
}
.ps-vendor-faqs .ps-section__footer .ps-btn {
  padding: 20px 40px;
  font-size: 24px;
}
@media (max-width: 991px) {
  .ps-vendor-faqs .ps-section__footer {
    padding-top: 60px;
  }
  .ps-vendor-faqs .ps-section__footer p {
    font-size: 20px;
  }
  .ps-vendor-faqs .ps-section__footer .ps-btn {
    font-size: 16px;
    padding: 15px 30px;
  }
}
@media (max-width: 479px) {
  .ps-vendor-faqs .ps-section__footer {
    padding-top: 50px;
  }
  .ps-vendor-faqs .ps-section__footer p {
    font-size: 18px;
  }
}

.ps-my-account {
  min-height: 100vh;
  background-color: #f1f1f1;
}

.ps-order-tracking {
  padding: 100px 0;
}
.ps-order-tracking .ps-section__header {
  text-align: center;
  padding-bottom: 80px;
}
.ps-order-tracking .ps-section__header h3 {
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 600;
  line-height: 1em;
}
.ps-order-tracking .ps-section__header p {
  max-width: 960px;
  margin: 0 auto;
  font-size: 16px;
}
@media (max-width: 991px) {
  .ps-order-tracking {
    padding: 75px 0;
  }
  .ps-order-tracking .ps-section__header {
    padding-bottom: 60px;
  }
  .ps-order-tracking .ps-section__header h3 {
    margin-bottom: 20px;
    font-size: 36px;
  }
  .ps-order-tracking .ps-section__header p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .ps-order-tracking {
    padding: 60px 0;
  }
}
@media (max-width: 479px) {
  .ps-order-tracking .ps-section__header {
    padding-bottom: 40px;
  }
  .ps-order-tracking {
    padding: 50px 0;
  }
}

.ps-shopping-cart .ps-section__cart-actions {
  padding-top: 30px;
  padding-bottom: 90px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.ps-shopping-cart .ps-section__cart-actions .ps-btn i {
  margin-right: 6px;
  vertical-align: middle;
}
.ps-shopping-cart .ps-section__cart-actions .ps-btn--outline {
  border-color: #000;
  color: #000;
  padding: 12px 20px;
  vertical-align: middle;
}
.ps-shopping-cart .ps-section__cart-actions .ps-btn--outline i {
  margin-right: 6px;
  vertical-align: middle;
}
.ps-shopping-cart .ps-section__cart-actions .ps-btn--outline:hover {
  background-color: var(--color-1st);
  border-color: var(--color-1st);
}
.ps-shopping-cart .ps-section__footer figure figcaption {
  position: relative;
  display: block;
  font-size: 20px;
  color: #000;
  margin-bottom: 35px;
}
.ps-shopping-cart .ps-section__footer figure figcaption:after {
  content: "\e93a";
  font-family: "Linearicons";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.ps-shopping-cart .ps-section__footer figure .form-control {
  border-color: #ccc;
}
.ps-shopping-cart .ps-section__footer .ps-btn--outline {
  border-color: #cccccc;
  color: #000;
  border-radius: 0;
}
.ps-shopping-cart .ps-section__footer .ps-btn--outline:hover {
  background-color: var(--color-1st);
  border-color: var(--color-1st);
  color: #ffffff;
}
.ps-shopping-cart .ps-section__footer .select2 {
  min-width: 100%;
}
.ps-shopping-cart .ps-section__footer .select2 .select2-selection--single .select2-selection__rendered {
  padding: 15px 20px;
  border: #cccccc;
}
@media (max-width: 479px) {
  .ps-shopping-cart .ps-section__cart-actions {
    flex-flow: row wrap;
  }
  .ps-shopping-cart .ps-section__cart-actions .ps-btn {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
}

.ps-vendor-store {
  padding: 40px 0;
}
.ps-vendor-store .ps-section__container {
  display: flex;
  flex-flow: row nowrap;
}
.ps-vendor-store .ps-section__container > * {
  width: 100%;
}
.ps-vendor-store .ps-section__container .ps-section__left {
  max-width: 25%;
}
.ps-vendor-store .ps-section__container .ps-section__right {
  max-width: 75%;
  padding-left: 30px;
}
.ps-vendor-store .ps-block--vendor-filter {
  margin-bottom: 45px;
}
@media (max-width: 1199px) {
  .ps-vendor-store .ps-section__container {
    flex-flow: column wrap;
  }
  .ps-vendor-store .ps-section__container .ps-section__left {
    max-width: 450px;
    margin-bottom: 30px;
  }
  .ps-vendor-store .ps-section__container .ps-section__right {
    max-width: 100%;
    padding-left: 0;
  }
}

.ps-vendor-best-seller .ps-section__header {
  margin-bottom: 30px;
  padding-bottom: 16px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  border-bottom: 1px solid #e1e1e1;
}
.ps-vendor-best-seller .ps-section__header h3 {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 20px;
}

.ps-vendor-dashboard .ps-section__header {
  padding: 100px 0;
  text-align: center;
}
.ps-vendor-dashboard .ps-section__header h3 {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 30px;
}
.ps-vendor-dashboard .ps-section__header p {
  color: #666;
  font-size: 16px;
  max-width: 860px;
  margin: 0 auto 30px;
}
.ps-vendor-dashboard .ps-section__links {
  background-color: #f5f5f5;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 45px;
}
.ps-vendor-dashboard .ps-section__links li {
  display: inline-block;
  margin-right: 30px;
}
.ps-vendor-dashboard .ps-section__links li a {
  font-size: 18px;
  font-weight: 600;
  color: #666;
  line-height: 20px;
}
.ps-vendor-dashboard .ps-section__links li a:hover {
  color: #000;
}
.ps-vendor-dashboard .ps-section__links li:last-child {
  margin-right: 0;
}
.ps-vendor-dashboard .ps-section__links li.active a {
  color: #000;
}
@media (max-width: 767px) {
  .ps-vendor-dashboard .ps-section__header {
    padding: 60px 0;
  }
  .ps-vendor-dashboard .ps-section__header h3 {
    font-size: 36px;
  }
  .ps-vendor-dashboard .ps-section__header p {
    font-size: 14px;
  }
  .ps-vendor-dashboard .ps-section__links li {
    margin-bottom: 4px;
  }
  .ps-vendor-dashboard .ps-section__links li a {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .ps-vendor-dashboard .ps-section__header {
    padding: 50px 0;
  }
  .ps-vendor-dashboard .ps-section__header h3 {
    margin-bottom: 20px;
    font-size: 28px;
  }
}

.ps-my-account-2 {
  padding: 60px 0;
}
.ps-my-account-2 .ps-section__desc {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 50px;
  padding-bottom: 30px;
}
.ps-my-account-2 .ps-section__desc figcaption {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}
.ps-my-account-2 .ps-section__desc p {
  margin-bottom: 35px;
}
.ps-my-account-2 .ps-section__desc .ps-list li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.ps-my-account-2 .ps-section__desc .ps-list li span {
  font-size: 18px;
}
.ps-my-account-2 .ps-section__desc .ps-list li i {
  margin-right: 20px;
  font-size: 36px;
  color: var(--color-1st);
}
.ps-my-account-2 .ps-section__coupon {
  border: 1px dashed #b6b6b6;
  background-color: #f6f6f6;
  padding: 30px;
  display: flex;
  align-items: center;
}
.ps-my-account-2 .ps-section__coupon span {
  font-size: 72px;
  color: #690;
  margin: 0 30px 0 0;
}
.ps-my-account-2 .ps-section__coupon h5 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
}
.ps-my-account-2 .ps-form--account {
  padding-top: 0;
  margin-bottom: 30px;
  border: 1px solid #e8e8e8;
}
.ps-my-account-2 .ps-form--account .ps-tab-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
}
.ps-my-account-2 .ps-form--account .ps-tab-list li {
  width: 100%;
  max-width: 50%;
  margin-right: 0;
  padding: 20px 15px;
}
.ps-my-account-2 .ps-form--account .ps-tab-list li a {
  font-size: 24px;
  line-height: 1em;
}
.ps-my-account-2 .ps-form--account .ps-tab-list li.active {
  border-bottom: 2px solid var(--color-1st);
}
.ps-my-account-2 .ps-form--account .ps-tab-list li.active a {
  color: var(--color-1st);
}
.ps-my-account-2 #register p {
  margin-bottom: 50px;
}
.ps-my-account-2 #register p a {
  color: #06c;
}
.ps-my-account-2 #register .ps-radio {
  margin-bottom: 10px;
}
.ps-my-account-2 #register .ps-radio label:before {
  width: 18px;
  height: 18px;
}
.ps-my-account-2 #register .ps-radio input[type=radio]:checked ~ label:before {
  background-color: transparent;
  border-color: #000;
}
.ps-my-account-2 #register .ps-radio input[type=radio]:checked ~ label:after {
  top: 4px;
  left: 4px;
  transform: scale(1, 1);
  opacity: 1;
  background-color: #000;
}
@media (min-width: 1200px) {
  .ps-my-account-2 {
    padding-top: 100px;
    padding-bottom: 90px;
  }
  .ps-my-account-2 .ps-section__left {
    width: 100%;
    max-width: 430px;
  }
  .ps-my-account-2 .ps-section__right {
    padding-left: 130px;
  }
  .ps-my-account-2 .ps-section__wrapper {
    display: flex;
    align-items: center;
  }
}

.ps-store-list {
  padding-top: 60px;
}
.ps-store-list .ps-block--store-2 {
  margin-bottom: 30px;
}
.ps-store-list .ps-block--store-banner {
  margin-bottom: 30px;
}
.ps-store-list > .container > .ps-section__header {
  text-align: center;
  padding-bottom: 60px;
}
.ps-store-list > .container > .ps-section__header h3 {
  font-size: 36px;
  font-weight: 600;
}
.ps-store-list .ps-section__search .form-group {
  position: relative;
}
.ps-store-list .ps-section__search .form-group button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  background-color: transparent;
  border: none;
}
.ps-store-list .ps-section__search .form-control {
  text-indent: 20px;
  height: 40px;
}
.ps-store-list .ps-section__wrapper {
  display: flex;
  flex-flow: column-reverse wrap;
  padding-bottom: 60px;
}
.ps-store-list .ps-section__wrapper > * {
  flex-basis: 100%;
}
.ps-store-list .ps-section__left {
  padding: 25px 20px;
  background-color: #efefef;
}
.ps-store-list .ps-section__right {
  margin-bottom: 50px;
}
.ps-store-list .ps-store-link {
  margin-bottom: 50px;
  padding: 14px 15px;
  background-color: #f5f5f5;
}
.ps-store-list .ps-store-link ul li {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px;
}
.ps-store-list .ps-store-link ul li a {
  font-weight: 600;
  font-size: 16px;
  color: #999;
}
.ps-store-list .ps-store-link ul li.active a {
  color: #000;
}
@media (max-width: 560px) {
  .ps-store-list .ps-store-link ul {
    display: flex;
    flex-flow: row wrap;
  }
  .ps-store-list .ps-store-link ul li {
    margin-right: 0;
    flex-basis: 50%;
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .ps-store-list > .container > .ps-section__header {
    padding: 30px 0 115px;
  }
  .ps-store-list > .container > .ps-section__header h3 {
    font-size: 48px;
  }
  .ps-store-list .ps-section__left {
    max-width: 300px;
  }
  .ps-store-list .ps-section__right {
    margin-bottom: 0;
    padding-left: 40px;
  }
  .ps-store-list .ps-section__wrapper {
    flex-flow: row nowrap;
    padding-bottom: 90px;
  }
}

.ps-store-box .ps-section__header {
  display: flex;
  flex-flow: column wrap;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .ps-store-box .ps-section__header {
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
  }
  .ps-store-box .ps-section__header p {
    margin-bottom: 0;
  }
}

.ps-section--account {
  padding: 60px 0;
}
.ps-section--account .ps-section__header {
  padding-bottom: 30px;
}
.ps-section--account .ps-section__header h3 {
  font-weight: 600;
}

.ps-section--account-setting .ps-table {
  border: 1px solid #eaeaea;
}
.ps-section--account-setting .ps-table thead tr th {
  text-transform: none;
  font-weight: 500;
  font-size: 16px;
  border: 1px solid #eaeaea;
  border-bottom: none;
  padding: 10px 15px;
}
.ps-section--account-setting .ps-table tr td {
  padding: 10px 15px;
}

.ps-shop-by-brand {
  padding: 50px 0;
}
.ps-shop-by-brand .ps-section__header {
  text-align: center;
  padding-bottom: 50px;
}
.ps-shop-by-brand .ps-section__header h3 {
  font-weight: 600;
  font-size: 30px;
  text-transform: uppercase;
}
.ps-shop-by-brand .ps-section__links {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 50px;
}
.ps-shop-by-brand .ps-section__links a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #ebebeb;
  width: 50px;
  height: 50px;
  font-weight: 600;
  text-transform: uppercase;
}
.ps-shop-by-brand .ps-section__links a.active, .ps-shop-by-brand .ps-section__links a:hover {
  background-color: var(--color-1st);
  color: #ffffff;
}
.ps-shop-by-brand .ps-section__items {
  display: flex;
  flex-flow: row wrap;
}
.ps-shop-by-brand .ps-section__items > * {
  flex-basis: 100%;
  max-width: 50%;
}
.ps-shop-by-brand .ps-section__items a {
  display: inline-block;
  margin-bottom: 10px;
}
.ps-shop-by-brand .ps-section__content figure {
  margin-bottom: 50px;
}
.ps-shop-by-brand .ps-section__content figure figcaption {
  display: block;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}
@media screen and (min-width: 992px) {
  .ps-shop-by-brand .ps-section__items > * {
    max-width: 33.3333%;
  }
}
@media screen and (min-width: 1200px) {
  .ps-shop-by-brand {
    padding: 100px 0;
  }
  .ps-shop-by-brand .ps-section__items > * {
    max-width: 33.3333%;
  }
}

#homepage-1 .ps-home-banner {
  padding-top: 0;
  margin-bottom: 30px;
}
#homepage-1 .ps-home-banner .ps-banner {
  min-height: 150px;
}
#homepage-1 .ps-home-banner .ps-collection {
  display: block;
  margin-bottom: 30px;
}
#homepage-1 .ps-home-banner .owl-slider {
  max-width: 100%;
  height: 100%;
}
#homepage-1 .ps-home-banner .owl-slider .owl-stage-outer {
  height: 100%;
}
#homepage-1 .ps-home-banner .owl-slider .owl-stage-outer .owl-stage {
  height: 100%;
}
#homepage-1 .ps-home-banner .owl-slider .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
#homepage-1 .ps-home-banner .owl-slider .ps-banner {
  height: 100%;
  width: 100vw;
}
#homepage-1 .ps-home-banner .owl-slider .ps-banner img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: unset;
  width: 100%;
}
#homepage-1 .ps-home-banner .owl-slider.owl-loaded .ps-banner img {
  height: 100%;
}
#homepage-1 .ps-home-banner .ps-section__left {
  padding-right: 30px;
  max-width: calc(100% - 390px);
}
#homepage-1 .ps-home-banner .ps-section__right {
  max-width: 390px;
}
#homepage-1 .ps-home-banner .ps-container {
  display: flex;
  flex-flow: row nowrap;
  width: 100% !important;
  max-width: 100% !important;
}
#homepage-1 .ps-home-banner .ps-container > * {
  width: 100%;
}
@media (max-width: 1199px) {
  #homepage-1 .ps-home-banner {
    display: block;
  }
  #homepage-1 .ps-home-banner .ps-collection {
    width: 100%;
    max-width: 50%;
    padding: 0;
  }
  #homepage-1 .ps-home-banner .ps-collection img {
    width: 100vw;
  }
  #homepage-1 .ps-home-banner .ps-section__left {
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  #homepage-1 .ps-home-banner .ps-section__right {
    display: flex;
    flex-flow: row nowrap;
    margin: 0;
    max-width: 100%;
  }
  #homepage-1 .ps-home-banner .ps-container {
    flex-flow: column nowrap;
  }
}
@media (max-width: 479px) {
  #homepage-1 .ps-home-banner .ps-collection {
    padding: 0;
    margin-bottom: 0;
  }
  #homepage-1 .ps-home-banner .ps-section__right {
    margin: 0 -5px;
  }
}
#homepage-1 .ps-site-features {
  padding-bottom: 90px;
}
#homepage-1 .ps-deal-of-day {
  padding-bottom: 80px;
}
#homepage-1 .ps-deal-of-day .ps-product .ps-product__price {
  color: #690;
  font-size: 18px;
  font-weight: 600;
}
#homepage-1 .ps-deal-of-day .ps-product .ps-product__price del {
  margin-left: 10px;
  font-size: 14px;
}
#homepage-1 .ps-deal-of-day .ps-product .ps-product__price small {
  margin-left: 10px;
  color: red;
}
#homepage-1 .ps-top-categories {
  padding: 80px 0 50px;
}
#homepage-1 .ps-top-categories h3 {
  text-transform: capitalize;
}
@media (min-width: 1440px) {
  #homepage-1 .ps-top-categories .row .col-xl-2 {
    max-width: 12.5%;
  }
}
@media (max-width: 1199px) {
  #homepage-1 .ps-top-categories {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  #homepage-1 .ps-top-categories {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  #homepage-1 .ps-top-categories {
    padding: 40px 0;
  }
}
@media (max-width: 479px) {
  #homepage-1 .ps-top-categories {
    padding: 35px 0;
  }
}
#homepage-1 .ps-product-list {
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  #homepage-1 .ps-product-list {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  #homepage-1 .ps-product-list {
    padding-bottom: 40px;
  }
}
@media (max-width: 479px) {
  #homepage-1 .ps-product-list {
    padding-bottom: 0px;
  }
}
#homepage-1 .ps-download-app {
  margin-top: 80px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  #homepage-1 .ps-download-app {
    margin-bottom: 50px;
  }
}

#shop-carousel .ps-carouse--nav-inside {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  #shop-carousel .ps-carouse--nav-inside {
    margin-bottom: 40px;
  }
}
#shop-carousel .ps-block--container-hightlight {
  margin-bottom: 60px;
}
#shop-carousel .ps-product-list {
  margin-bottom: 90px;
}
#shop-carousel .ps-product-list .ps-section__header {
  display: block;
  text-align: center;
}
@media (max-width: 767px) {
  #shop-carousel .ps-product-list {
    margin-bottom: 50px;
  }
}

#shop-categories {
  background-color: #f5f5f5;
  padding-bottom: 90px;
}
#shop-categories .ps-catalog-top {
  padding: 70px 0;
}
#shop-categories .ps-product-list {
  margin-bottom: 20px;
  padding: 20px 20px 50px;
  background-color: #ffffff;
}
#shop-categories .ps-product-list .ps-section__header h3 {
  font-weight: 400;
}
#shop-categories .ps-more-categories .ps-section__content {
  display: flex;
  flex-flow: row wrap;
}
#shop-categories .ps-more-categories .ps-section__content .ps-block--category-vertical {
  margin-bottom: 30px;
  max-width: 20%;
  padding: 30px 10px;
}
@media (max-width: 1199px) {
  #shop-categories .ps-more-categories .ps-section__content .ps-block--category-vertical {
    max-width: 25%;
  }
}
@media (max-width: 991px) {
  #shop-categories .ps-more-categories .ps-section__content .ps-block--category-vertical {
    max-width: 33.3333333333%;
  }
}
@media (max-width: 767px) {
  #shop-categories .ps-more-categories .ps-section__content .ps-block--category-vertical {
    max-width: 50%;
  }
}
@media (max-width: 479px) {
  #shop-categories .ps-more-categories .ps-section__content .ps-block--category-vertical {
    max-width: 100%;
  }
}

#shop-sidebar .ps-page__header {
  margin-bottom: 50px;
}
#shop-sidebar .ps-page__header h1 {
  margin-bottom: 20px;
  font-weight: 700;
  color: #000;
  font-size: 24px;
}
#shop-sidebar .ps-layout--shop {
  padding-top: 30px;
}

#contact-us .ps-breadcrumb {
  margin-bottom: 0;
}

#contact-map {
  height: 100vh;
}

#shop-carousel .ps-carousel--nav-inside {
  padding: 30px 0 50px;
}
#shop-carousel .ps-carousel--nav-inside .owl-item img {
  width: 100%;
}
@media (max-width: 767px) {
  #shop-carousel .ps-carousel--nav-inside {
    padding: 30px 0;
  }
}

.ps-page--404 {
  position: relative;
  min-height: 100vh;
  background-color: #efeef0;
  text-align: center;
}
.ps-page--404 .container {
  min-height: 100vh;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
}
.ps-page--404 img {
  margin-bottom: 100px;
}
.ps-page--404 h3 {
  margin-bottom: 20px;
  font-size: 36px;
  color: #000;
  font-weight: 600;
}
.ps-page--404 p {
  margin-bottom: 20px;
  font-size: 18px;
}
.ps-page--404 p a {
  color: var(--color-1st);
}
.ps-page--404 .ps-form--widget-search {
  max-width: 370px;
  margin: 0 auto;
}
.ps-page--404 .ps-form--widget-search input {
  height: 50px;
  border-color: #fff;
}
@media (max-width: 767px) {
  .ps-page--404 h3 {
    font-size: 24px;
  }
  .ps-page--404 p {
    font-size: 14px;
  }
}

.ps-page--comming-soon {
  text-align: center;
  padding-bottom: 50px;
}
.ps-page--comming-soon .ps-countdown li {
  display: inline-block;
  margin-right: 20px;
}
.ps-page--comming-soon .ps-countdown li span {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 48px;
  color: #000;
  line-height: 1em;
}
.ps-page--comming-soon .ps-countdown li p {
  margin-bottom: 0;
}
.ps-page--comming-soon .ps-countdown li:last-child {
  margin-right: 0;
}
.ps-page--comming-soon .ps-page__header {
  padding: 50px 0;
}
.ps-page--comming-soon .ps-page__header .ps-logo {
  display: inline-block;
  margin-bottom: 50px;
}
.ps-page--comming-soon .ps-page__header h1 {
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 600;
}
.ps-page--comming-soon figure figcaption {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 600;
}
.ps-page--comming-soon figure .ps-countdown {
  margin-bottom: 80px;
}
.ps-page--comming-soon .ps-list--social li {
  margin-right: 30px;
}
.ps-page--comming-soon .ps-list--social li a {
  color: #cccccc;
}
.ps-page--comming-soon .ps-list--social li a:hover {
  color: var(--color-1st);
}

.ps-page--shop .ps-shop-banner {
  padding: 30px 0 45px;
}
.ps-page--shop .ps-shop-brand {
  margin-bottom: 45px;
}
.ps-page--shop .ps-shop-categories {
  margin-bottom: 30px;
}
.ps-page--shop .ps-carousel--nav-inside .owl-item img {
  width: 100%;
}
@media (max-width: 1199px) {
  .ps-page--shop .ps-product:not(.ps-product--wide) {
    border-color: #dfdfdf;
  }
  .ps-page--shop .ps-product:not(.ps-product--wide) .ps-product__content:not(.hover) {
    position: relative;
    display: block;
    left: 0;
    padding: 0 10px 20px;
    border-bottom: 1px solid #dfdfdf;
    border-top: none;
  }
  .ps-page--shop .ps-shop-banner,
  .ps-page--shop .ps-shop-brand,
  .ps-page--shop .ps-shop-categories,
  .ps-page--shop .ps-shop-categories,
  .ps-page--shop .ps-block--shop-features,
  .ps-page--shop .ps-block--shop-features {
    display: none;
  }
}
@media (max-width: 767px) {
  .ps-page--shop .ps-product .ps-product__vendor {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ps-page--shop .ps-product .ps-product__content:not(.hover) {
    width: 100%;
    left: 0;
    padding: 0 10px 20px;
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  .ps-page--shop .container {
    max-width: 100%;
  }
}

.ps-page--product {
  padding-top: 30px;
}
.ps-page--product .ps-page__container {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
}
.ps-page--product .ps-page__container > * {
  width: 100%;
}
.ps-page--product .ps-page__container .ps-page__left {
  padding-right: 30px;
  max-width: calc(100% - 290px);
}
.ps-page--product .ps-page__container .ps-page__right {
  min-width: 290px;
  max-width: 290px;
}
.ps-page--product .ps-page__right .widget_same-brand {
  border-bottom: 1px solid #eaeaea;
}
.ps-page--product.reverse .ps-page__container {
  flex-flow: row-reverse nowrap;
}
.ps-page--product.reverse .ps-page__right {
  padding-right: 30px;
}
@media (max-width: 1199px) {
  .ps-page--product .ps-page__container {
    flex-flow: column wrap;
  }
  .ps-page--product .ps-page__container .ps-page__left {
    max-width: 100%;
    padding-right: 0;
  }
}

.ps-page--product-box {
  background-color: #f1f1f1;
}

.ps-page--blog .ps-page__header {
  padding: 20px 0;
  text-align: start;
}
.ps-page--blog .ps-page__header h1 {
  margin: 0 0 20px;
  font-size: 48px;
  font-weight: 600;
  line-height: 1em;
}
@media (max-width: 991px) {
  .ps-page--blog .ps-page__header {
    padding: 45px 0;
  }
  .ps-page--blog .ps-page__header h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .ps-page--blog .ps-page__header {
    padding: 30px 0;
  }
  .ps-page--blog .ps-page__header h1 {
    font-size: 32px;
  }
}
@media (max-width: 479px) {
  .ps-page--blog .ps-page__header {
    padding: 25px 0;
  }
  .ps-page--blog .ps-page__header h1 {
    font-size: 24px;
  }
}

.sub-toggle {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  cursor: pointer;
  transform-style: preserve-3d;
  display: none;
}
.sub-toggle:before, .sub-toggle:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1px;
  background-color: #000;
}
.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.4s ease;
  background-color: #fff;
  border: 1px solid #ccc;
  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: 6px 20px;
  width: 100%;
  font-size: 14px;
  color: #000;
  text-transform: capitalize;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.sub-menu > li > a:hover {
  color: var(--color-1st);
}
.sub-menu > li:last-child {
  border-bottom: none;
}
.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);
}

.mega-menu {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding: 15px 30px 10px;
  background-color: #fff;
  transition: all 0.4s ease;
  border: 1px solid #ccc;
}
.mega-menu > * {
  width: 100%;
  padding: 10px 15px;
}
.mega-menu h4 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.mega-menu .mega-menu__column {
  min-width: 180px;
}
.mega-menu .mega-menu__list {
  background-color: transparent;
}
.mega-menu .mega-menu__list li a {
  display: block;
  color: #000;
  line-height: 20px;
  padding: 5px 0;
  font-size: 14px;
  background-color: transparent;
}
.mega-menu .mega-menu__list li a.has-badge {
  padding-right: 20px;
}
.mega-menu .mega-menu__list li a.has-badge:after {
  content: "New";
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 9px;
  color: #ffffff;
  padding: 0px 8px;
  line-height: 2em;
  border-radius: 10px;
  background-color: var(--color-1st);
}
.mega-menu .mega-menu__list li a.has-badge.sale {
  color: #ec0101;
}
.mega-menu .mega-menu__list li a.has-badge.sale:after {
  content: "Sale";
  background-color: #ffa800;
}
.mega-menu .mega-menu__list li a:hover {
  color: var(--color-1st);
}

.menu {
  text-align: left;
}
.menu > li {
  display: inline-block;
}
.menu > li > a {
  display: inline-block;
  padding: 15px 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #000;
}
.menu > li > a:hover {
  color: #000;
}
.menu > li:first-child {
  padding-left: 0;
}
.menu > li:first-child > a {
  padding-left: 0;
}
.menu > li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.menu > li .sub-toggle {
  margin-left: 5px;
  display: none;
}
.menu > li .sub-menu {
  visibility: hidden;
  opacity: 0;
}
.menu > li .mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
}
.menu > li.menu-item-has-children {
  position: relative;
}
.menu > li.menu-item-has-children > a:after {
  content: "\e93a";
  font: normal normal normal 12px/1 linearicons;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.menu > li.has-mega-menu {
  position: relative;
}
.menu > li.has-mega-menu .mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
}
.menu > li.has-mega-menu:hover .mega-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.menu--product-categories {
  position: relative;
  height: 100%;
}
.menu--product-categories .menu__toggle {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  cursor: pointer;
}
.menu--product-categories .menu__toggle i {
  font-size: 20px;
  margin-right: 10px;
}
.menu--product-categories .menu__toggle span {
  font-size: 20px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
.menu--product-categories .menu__toggle:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  transition: transform 0.75s cubic-bezier(0.7, 0, 0.3, 1);
  transform: scale3d(0, 1, 1);
  transform-origin: 100% 50%;
}
.menu--product-categories .menu__toggle:hover:before, .menu--product-categories .menu__toggle.active:before {
  transform-origin: 0 50%;
  transform: scale3d(1, 1, 1);
}
.menu--product-categories .menu__content {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  z-index: 1000;
  min-width: 100%;
  padding-top: 2px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  transform: scale3d(1, 1, 0) translateY(30px);
}
.menu--product-categories .menu--dropdown {
  background-color: #fff;
  border: 1px solid #d3d3d3;
  min-width: 260px;
}
.menu--product-categories .menu--dropdown > .has-mega-menu {
  position: relative;
}
.menu--product-categories:hover .menu__content {
  visibility: visible;
  opacity: 1;
  transform: scale3d(1, 1, 1) translateY(0);
}

.menu--dropdown > li {
  padding: 0 20px;
  transition: all 0.4s ease;
}
.menu--dropdown > li > a {
  display: block;
  padding: 10px 0;
  color: #000;
}
.menu--dropdown > li > a i {
  margin-right: 10px;
  font-size: 18px;
}
.menu--dropdown > li.has-mega-menu .mega-menu {
  position: absolute;
  top: 0;
  left: 100%;
  width: auto;
  min-width: 530px;
  visibility: hidden;
  opacity: 0;
  border-left: none;
}
.menu--dropdown > li:hover {
  background-color: var(--color-1st);
}
.menu--dropdown > li:hover.has-mega-menu .mega-menu {
  visibility: visible;
  opacity: 1;
}

.menu--mobile .sub-menu {
  position: relative;
  display: none;
  transform: translate(0, 0);
  visibility: visible;
  opacity: 1;
  transition: all 0s ease;
  border: none;
}
.menu--mobile .sub-menu > li > a {
  border: none;
  padding: 10px 20px;
}
.menu--mobile .mega-menu {
  display: none;
  flex-flow: row wrap;
  max-width: 100%;
  padding-left: 15px;
  transition: all 0s ease;
}
.menu--mobile .mega-menu h4 {
  position: relative;
  display: block;
  margin-bottom: 0;
  padding: 10px 0;
  width: 100%;
  line-height: 20px;
}
.menu--mobile .mega-menu .mega-menu__column {
  padding: 0;
}
.menu--mobile .mega-menu .mega-menu__list {
  display: none;
  padding-left: 15px;
}
.menu--mobile .mega-menu .mega-menu__list li a {
  color: #666;
  border: none;
}
.menu--mobile .mega-menu .mega-menu__list li a:hover {
  color: #000;
}
.menu--mobile > li {
  border-bottom: 1px solid #dedede;
}
.menu--mobile > li > a {
  position: relative;
  z-index: 10;
  display: block;
  padding: 15px 20px;
  line-height: 20px;
  font-size: 15px;
}
.menu--mobile > li > a:hover {
  padding-left: 5px;
  color: #000;
}
.menu--mobile > li.menu-item-has-children {
  position: relative;
}
.menu--mobile > li.menu-item-has-children .sub-toggle {
  position: absolute;
  top: 5px;
  right: 0;
  width: 40px;
  height: 40px;
  z-index: 20;
  display: inline-block;
}
.menu--mobile .mega-menu {
  border: none;
}
.menu--mobile .mega-menu h4 {
  font-weight: 500;
}
.menu--mobile .mega-menu__list > li {
  border-bottom: 1px solid #dedede;
}
.menu--mobile .mega-menu__list > li a {
  padding: 10px 0;
}
.menu--mobile .mega-menu__list > li:last-child {
  border: none;
}

/*4. MODULES */
.product-navigation {
  background-color: var(--color-1st);
}
.product-navigation > .ps-container, .product-navigation > .container {
  display: flex;
  flex-flow: row nowrap;
}
.product-navigation > .ps-container > *, .product-navigation > .container > * {
  width: 100%;
}
.product-navigation__extra > li {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  padding-right: 20px;
}
.product-navigation__extra > li:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 2px;
  height: 15px;
  background-color: #000;
}
.product-navigation__extra > li a {
  color: #000000;
}
.product-navigation__extra > li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.product-navigation__extra > li:last-child:after {
  display: none;
}
.product-navigation__extra .ps-dropdown img {
  margin-right: 8px;
}
.product-navigation .navigation__left {
  max-width: 260px;
}
.product-navigation .navigation__right {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding-left: 35px;
}

.header .header__extra {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 42px;
  transition: all 0.4s ease;
}
.header .header__extra > i {
  font-size: 30px;
  line-height: 42px;
}
.header .header__extra span {
  position: absolute;
  bottom: 0;
  right: -6px;
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: top;
  width: 20px;
  height: 20px;
  color: #ffffff;
  background-color: #000000;
  border-radius: 50%;
}
.header .header__extra span i {
  font-size: 12px;
  font-style: normal;
  line-height: 1em;
  font-weight: 500;
}
.header .header__extra:hover i {
  color: var(--color-1st);
}
.header .header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .header__actions > * {
  margin: 0 20px;
}
.header .header__left {
  max-width: 300px;
  display: flex;
  align-items: center;
}
.header .header__left .menu--product-categories {
  display: none;
}
.header .header__right {
  max-width: 450px;
}
.header .header__top {
  padding: 25px 0;
  background-color: var(--color-1st);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.header .header__top .ps-container, .header .header__top .container {
  display: flex;
  flex-flow: row nowrap;
}
.header .header__top .ps-container > *, .header .header__top .container > * {
  width: 100%;
}
.header.header--sticky .menu--product-categories .menu__toggle i {
  font-size: 30px;
}
.header.header--sticky .menu--product-categories .menu__toggle span {
  font-size: 16px;
}
.header.header--sticky .header__top {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  border-bottom: none;
  padding: 10px 0;
}
.header.header--sticky .header__left .ps-logo {
  display: none;
}
.header.header--sticky .header__left .menu--product-categories {
  display: block;
  background-color: transparent;
}
@media (max-width: 1199px) {
  .header {
    display: none;
  }
  .header.header--mobile {
    display: block;
  }
}

.header--standard .ps-block--user-header a:hover {
  color: var(--color-1st);
}
.header--standard .header__top-links {
  width: 100%;
}
.header--standard .header__top-links > li {
  display: inline-block;
  margin-right: 16px;
  padding-right: 15px;
  position: relative;
}
.header--standard .header__top-links > li:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 15px;
  width: 0;
  border-right: 1px solid #e1e1e1;
}
.header--standard .header__top-links > li > a {
  color: #666666;
}
.header--standard .header__top-links > li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.header--standard .header__top-links > li:last-child:after {
  display: none;
}
.header--standard .header__top-links .language > a img {
  margin-right: 5px;
}
.header--standard .header__top-links .ps-block--user-header .ps-block__left i {
  font-size: 14px;
}
.header--standard .header__top-links .ps-block--user-header .ps-block__right a {
  display: inline-block;
  font-weight: 400;
  margin-right: 10px;
  color: #666666;
}
.header--standard .header__top-links .ps-block--user-header .ps-block__right a:first-child:after {
  content: "/";
  padding-left: 10px;
}
.header--standard .header__top-links .ps-block--user-header .ps-block__right a:hover {
  color: var(--color-1st);
}
.header--standard .header__top {
  padding: 10px 0;
  background-color: #fff;
  border-bottom: none;
}
.header--standard .header__top .container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.header--standard .header__top .header__left {
  max-width: 50%;
}
.header--standard .header__top .header__left p {
  margin-bottom: 0;
  color: #666666;
  line-height: 30px;
}
.header--standard .header__top .header__left p strong {
  color: #000;
}
.header--standard .header__top .header__right {
  text-align: right;
  max-width: 50%;
}
.header--standard .header__content-left {
  max-width: 270px;
  padding-right: 30px;
  display: flex;
  align-items: center;
}
.header--standard .header__content-left .ps-logo {
  margin-right: 30px;
}
.header--standard .header__content-center {
  max-width: 600px;
}
.header--standard .menu--product-categories .menu__toggle i {
  font-size: 30px;
}
.header--standard .ps-form--quick-search {
  width: 600px;
}
.header--standard .ps-form--quick-search button {
  background-color: #fcb800;
  color: #000;
}
.header--standard .ps-form--quick-search .form-group--icon {
  border: 1px solid #e1e1e1;
  min-width: 80px;
  border-radius: 4px 0 0 4px;
}
.header--standard .ps-form--quick-search .form-group--icon select {
  height: 40px;
  border: none;
}
.header--standard .ps-form--quick-search input {
  border: 1px solid #e1e1e1;
  border-left: none;
}
.header--standard .header__content {
  padding: 20px 0;
}
.header--standard .header__content .menu--product-categories .menu__toggle:hover:before {
  display: none;
}
.header--standard .header__content .container {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.header--standard .header__content .container > * {
  width: 100%;
}
.header--standard .header__extra span {
  background-color: var(--color-1st);
}
.header--standard .header__extra span i {
  color: #000;
  font-weight: 700;
}
.header--standard.header--sticky .header__top {
  position: relative;
}
.header--standard.header--sticky .header__content {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  background-color: #ffffff;
}
.header--standard.header--sticky .header__content .menu--product-categories {
  display: block;
}
.header--standard.header--sticky .ps-logo {
  display: none;
}
@media (max-width: 1199px) {
  .header--standard {
    display: none;
  }
}

.header--product {
  visibility: hidden;
  opacity: 0;
  height: 0;
}
.header--product .product-navigation {
  transition: transform 0.25s ease;
  transform: translateY(-50%);
}
.header--product.header--sticky {
  visibility: visible;
  opacity: 1;
  height: auto;
}
.header--product.header--sticky .product-navigation {
  padding: 10px 0;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  border-bottom: 1px solid #eaeaea;
  transform: translateY(0);
}

.header--mobile {
  position: relative;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 9999;
  text-align: center;
  border-bottom: 0 none;
  background-color: var(--color-1st);
}
.header--mobile::after {
  clear: both;
  content: "";
  display: table;
}
.header--mobile {
  transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.header--mobile .navigation__extra {
  display: inline-block;
}
.header--mobile .navigation__extra li {
  margin-right: 5px;
  padding-right: 5px;
}
.header--mobile .navigation__extra li:after {
  display: none;
}
.header--mobile .header__extra span {
  background-color: var(--color-1st);
}
.header--mobile .header__actions i {
  font-size: 24px;
}
.header--mobile .ps-block--user-header i {
  font-size: 24px;
}
.header--mobile .header__top {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  background-color: #f4f5f5;
  padding: 15px 30px;
}
.header--mobile .header__top > * {
  width: 100%;
}
.header--mobile .header__top .header__left {
  max-width: 40%;
}
.header--mobile .header__top .header__left p {
  margin-bottom: 0;
}
.header--mobile .header__top .header__right {
  max-width: 60%;
  text-align: right;
}
.header--mobile .header__top .header__right .navigation__extra {
  display: inline-block;
}
.header--mobile .navigation--mobile {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding: 10px 30px;
  border-bottom: none;
}
.header--mobile .navigation--mobile .navigation__left {
  display: flex;
  align-items: center;
}
.header--mobile .header__extra span {
  background-color: #000;
}
.header--mobile .header__extra span i {
  color: #ffffff;
  font-weight: 600;
}
.header--mobile.active {
  transform: translateX(270px);
}
.header--mobile.header--sticky .navigation--mobile {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: var(--color-1st);
  -ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12);
}
@media (min-width: 1200px) {
  .header--mobile {
    display: none;
  }
}
@media (max-width: 1199px) {
  .header--mobile .ps-search--mobile {
    display: none;
  }
}
@media (max-width: 991px) {
  .header--mobile .header__top .header__left {
    display: none;
  }
  .header--mobile .header__top .header__right {
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .header--mobile .navigation__extra li > a {
    display: none;
  }
}
@media (max-width: 479px) {
  .header--mobile .header__top {
    display: none;
  }
  .header--mobile .header__actions > * {
    margin: 0;
    margin-right: 20px;
  }
  .header--mobile .header__actions i {
    font-size: 24px;
  }
  .header--mobile .ps-block--user-header {
    margin-right: 0;
  }
  .header--mobile .ps-block--user-header i {
    font-size: 24px;
  }
  .header--mobile .ps-block--user-header .ps-block__right {
    display: none;
  }
  .header--mobile .ps-search--mobile {
    display: block;
  }
}
.header--mobile-product .header__back {
  vertical-align: middle;
  text-align: left;
  color: var(--header-text-color);
}
.header--mobile-product .header__back strong {
  font-size: 18px;
  vertical-align: middle;
}
.header--mobile-product .header__back i {
  vertical-align: middle;
  margin-right: 16px;
  font-size: 24px;
}
.header--mobile-product .navigation--mobile .navigation__left {
  justify-content: flex-start;
}

.header--mobile-categories .header__back {
  vertical-align: middle;
  text-align: left;
}
.header--mobile-categories .header__back strong {
  font-size: 18px;
  vertical-align: middle;
}
.header--mobile-categories .header__back i {
  vertical-align: middle;
  margin-right: 16px;
  font-size: 24px;
  color: #000;
}
.header--mobile-categories .navigation--mobile .navigation__left {
  justify-content: flex-start;
}
.header--mobile-categories .header__filter {
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f5f5f5;
}
.header--mobile-categories .header__filter > * {
  flex-basis: 100%;
  max-width: 50%;
}
.header--mobile-categories .header__filter button {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  background-color: transparent;
  font-size: 14px;
}
.header--mobile-categories .header__filter button:after {
  content: "\e93a";
  font-family: Linearicons;
  margin-left: 20px;
}
.header--mobile-categories .header__filter button i {
  margin-right: 10px;
  font-size: 16px;
  font-size: 20px;
  color: #666;
}
.header--mobile-categories .header__filter .header__sort {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}
.header--mobile-categories .header__filter .header__sort i {
  margin-right: 10px;
  font-size: 16px;
  font-size: 20px;
  color: #666;
}
.header--mobile-categories .header__filter .header__sort .select2 .select2-selection {
  border: none;
  background-color: transparent;
}
.header--mobile-categories .header__filter .header__sort .select2 .select2-selection .select2-selection__rendered {
  background-color: transparent;
  text-align: left;
}
.header--mobile-categories .header__filter .header__sort .select2 .select2-selection .select2-selection__arrow:before {
  content: "\e93a";
  font-family: Linearicons;
}
.header--mobile-categories .header__filter > button {
  border-right: 1px solid #ccc;
}

.navigation--sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 320px;
  height: 100vh;
  overflow-y: auto;
  z-index: 10001;
  background-color: #fff;
  transform: translateX(-100%);
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}
.navigation--sidebar .navigation__actions {
  text-align: center;
}
.navigation--sidebar .navigation__actions .ps-dropdown {
  margin-bottom: 10px;
}
.navigation--sidebar .navigation__actions .ps-dropdown > a {
  font-size: 1.4rem;
  color: #666;
}
.navigation--sidebar .navigation__header {
  position: relative;
  text-align: center;
  padding: 15px 0;
  background-color: var(--color-1st);
}
.navigation--sidebar .navigation__header h3 {
  margin-bottom: 0;
  font-weight: 600;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.navigation--sidebar .navigation__header .ps-btn--close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.navigation--sidebar .navigation__header .ps-btn--close:before, .navigation--sidebar .navigation__header .ps-btn--close:after {
  background-color: #ffffff;
  height: 60%;
}
.navigation--sidebar .navigation__content {
  padding-top: 10px;
  padding-bottom: 70px;
}
.navigation--sidebar .header__actions a {
  display: inline-block;
  margin: 0 5px;
  line-height: 40px;
}
.navigation--sidebar .header__actions a i {
  font-size: 24px;
  color: #000;
  vertical-align: middle;
}
.navigation--sidebar .header__actions .ps-dropdown a {
  padding-right: 0;
}
.navigation--sidebar .header__actions .ps-dropdown a:after {
  display: none;
}
.navigation--sidebar .header__actions .ps-cart-toggle {
  position: relative;
  display: inline-block;
  padding: 5px 0;
  line-height: 30px;
}
.navigation--sidebar .header__actions .ps-cart-toggle span {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transform: translate(25%, -100%);
  background-color: #000;
}
.navigation--sidebar .header__actions .ps-cart-toggle span i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-style: normal;
  font-size: 11px;
}
.navigation--sidebar.active {
  transform: translateX(0);
}
@media (min-width: 1200px) {
  .navigation--sidebar .navigation__actions {
    display: none;
  }
}
@media (max-width: 479px) {
  .navigation--sidebar {
    width: 100%;
  }
}

.navigation--list {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10002;
  padding: 10px 30px;
  border-top: 1px solid #ccc;
  background-color: #ffffff;
}
.navigation--list .navigation__item {
  text-align: center;
}
.navigation--list .navigation__item i {
  font-size: 24px;
}
.navigation--list .navigation__item span {
  display: block;
}
.navigation--list .navigation__item.active i {
  color: var(--color-1st);
}
.navigation--list .navigation__item.active span {
  color: var(--color-1st);
}
.navigation--list .navigation__content {
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1200px) {
  .navigation--list {
    display: none;
  }
}

.navigation--mobile-product {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10002;
  border-top: 1px solid #ccc;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
}
.navigation--mobile-product > * {
  width: 100%;
  flex-basis: 50%;
  font-size: 16px;
  border-radius: 0;
  text-align: center;
}
.navigation--mobile-product .ps-btn--black {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .navigation--mobile-product {
    display: none;
  }
}

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

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

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

.ps-footer {
  padding-top: 0;
}
.ps-footer__widgets {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding-bottom: 35px;
}
.ps-footer__links {
  padding: 60px 0;
  border-top: 1px solid #e1e1e1;
}
.ps-footer__links p strong {
  color: #000;
  margin-right: 20px;
  font-weight: 600;
}
.ps-footer__links p a {
  display: inline-block;
  color: #666;
  line-height: 20px;
  margin-right: 10px;
  position: relative;
}
.ps-footer__links p a:after {
  content: "|";
  margin-left: 5px;
}
.ps-footer__links p a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  transform: scale3d(0, 1, 1);
  transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  transform-origin: 100% 50%;
}
.ps-footer__links p a:hover:before {
  transform: scale3d(1, 1, 1);
  transform-origin: 0 50%;
}
.ps-footer__links p a:last-child:after {
  display: none;
}
.ps-footer__copyright {
  padding: 35px 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  border-top: 1px solid #e1e1e1;
}
.ps-footer__copyright p {
  margin-bottom: 0;
  line-height: 30px;
  color: #000;
}
.ps-footer__copyright p:last-child span {
  display: inline-block;
  line-height: inherit;
  vertical-align: middle;
}
.ps-footer__copyright p:last-child a {
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .ps-footer__widgets {
    flex-flow: row wrap;
  }
  .ps-footer__widgets > * {
    width: 100%;
    max-width: 25%;
  }
  .ps-footer__widgets .widget_contact-us {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 479px) {
  .ps-footer__widgets > * {
    max-width: 50%;
    flex-basis: 50%;
  }
  .ps-footer__copyright {
    flex-flow: row wrap;
    text-align: center;
  }
  .ps-footer__copyright p {
    display: block;
    width: 100%;
  }
  .ps-footer__copyright p span {
    display: block;
    padding-bottom: 10px;
  }
}

.ps-footer--2 .widget_newletters .form-group--nest {
  margin-bottom: 30px;
}

.ps-footer--3 {
  padding: 0;
  border-top: 1px solid #e1e1e1;
  background-color: #f8f8f8;
}
.ps-footer--3 .ps-block--site-features {
  padding: 40px 0;
  margin-bottom: 70px;
  border-bottom: 1px solid #e1e1e1;
}
@media (max-width: 767px) {
  .ps-footer--3 .ps-block--site-features {
    margin-bottom: 40px;
  }
}

.ps-footer--kids .ps-form--newletter .form-group--nest {
  margin-bottom: 20px;
}

.ps-footer--photo .ps-site-info h5 {
  color: #c81919;
  font-size: 24px;
  font-weight: 600;
}
.ps-footer--photo .ps-form--newletter button {
  color: #fff;
  background-color: #c81919;
}
.ps-footer--photo .ps-form--newletter button:hover {
  background-color: rgb(60.6535947712%, 7.5816993464%, 7.5816993464%);
}
@media (min-width: 1440px) {
  .ps-footer--photo .ps-footer__content {
    flex: 2 1 100%;
  }
  .ps-footer--photo .ps-footer__left {
    flex: 1 1 100%;
    max-width: 400px;
  }
  .ps-footer--photo .ps-footer__content {
    width: 100%;
    max-width: 100%;
  }
  .ps-footer--photo .ps-footer__wrapper {
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media (min-width: 1680px) {
  .ps-footer--photo .ps-footer__wrapper {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
  }
}

/*5. HELPERS */
.ma-0 {
  margin: 0;
}

.pd-0 {
  padding: 0;
}

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

.fw-300 {
  font-weight: 300;
}

.fw-500 {
  font-weight: 500;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.ps-fullwidth {
  width: 100%;
}

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

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

.ps-block--category-2 ul, .ps-block--products-of-category .ps-block__categories ul, .ps-block--product-box ul, .ps-block--categories-box ul, .ps-block--menu-categories .ps-block__content ul, .ps-block--shopping-total ul, .ps-block--ourteam ul, .ps-block--vendor-filter ul, .ps-block--store ul, .ps-block--payment-method ul, .ps-panel--sidebar ul, .widget_sidebar ul, .widget_shop ul, .widget_category ul, .widget_footer ul, .widget--blog ul, .widget--vendor ul, .ps-widget--account-dashboard .ps-widget__content ul, .ps-carousel--animate ul, .ps-product ul, .ps-product--detail .ps-product__countdown figure ul, .ps-product--hot-deal .ps-product__header ul, .ps-product--photo ul, .ps-filter ul, .ps-filter--sidebar ul, .ps-form--account ul, .ps-product-list ul, .ps-deal-of-day ul, .ps-shopping .ps-shopping__header ul, .ps-best-sale-brands ul, .ps-blog .ps-blog__header ul, .ps-my-account-2 ul, .ps-store-list .ps-store-link ul, .ps-page--comming-soon ul, .header ul, .navigation--sidebar ul, .ps-block--category-2 ol, .ps-block--products-of-category .ps-block__categories ol, .ps-block--product-box ol, .ps-block--categories-box ol, .ps-block--menu-categories .ps-block__content ol, .ps-block--shopping-total ol, .ps-block--ourteam ol, .ps-block--vendor-filter ol, .ps-block--store ol, .ps-block--payment-method ol, .ps-panel--sidebar ol, .widget_sidebar ol, .widget_shop ol, .widget_category ol, .widget_footer ol, .widget--blog ol, .widget--vendor ol, .ps-widget--account-dashboard .ps-widget__content ol, .ps-carousel--animate ol, .ps-product ol, .ps-product--detail .ps-product__countdown figure ol, .ps-product--hot-deal .ps-product__header ol, .ps-product--photo ol, .ps-filter ol, .ps-filter--sidebar ol, .ps-form--account ol, .ps-product-list ol, .ps-deal-of-day ol, .ps-shopping .ps-shopping__header ol, .ps-best-sale-brands ol, .ps-blog .ps-blog__header ol, .ps-my-account-2 ol, .ps-store-list .ps-store-link ol, .ps-page--comming-soon ol, .header ol, .navigation--sidebar ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.image-viewer__item {
  position: relative;
  transition: all 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  text-align: initial;
  margin-right: 2px;
  background-color: #eee;
  width: 70px;
  height: 70px;
  border: 1px solid #c4c6cf;
  margin-top: 5px;
}
.image-viewer__item img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.image-upload__uploader-container {
  display: inline-block;
}
.image-upload__uploader-container:hover {
  cursor: pointer;
}
.image-upload__uploader-container .image-upload__uploader {
  width: 70px;
  height: 70px;
  border: 1px dashed #c4c6cf;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  display: flex;
}
.image-upload__uploader-container .image-upload__uploader:hover {
  background: #d9edf7;
}
.image-upload__uploader-container .image-upload__uploader:hover .image-upload__file-input {
  cursor: pointer;
}

.image-upload__icon {
  color: #333;
  font-size: 20px;
  margin-bottom: 8px;
}

.image-upload__text {
  color: #333;
  font-size: 10px;
  padding: 0 3px;
  text-align: center;
}

.image-upload__file-input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.image-viewer__item {
  display: inline-block;
}

.image-viewer__list {
  display: block;
  width: 100%;
}

.image-viewer__icon-remove {
  position: absolute;
  top: -1px;
  right: 2px;
  z-index: 1;
  cursor: pointer;
}
.image-viewer__icon-remove i {
  color: #ffffff;
  background: #848484;
  border-radius: 50%;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 10px;
}

.image-viewer__list.is-loading .loading {
  display: block !important;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
  padding: 5px;
  font-size: 0.9em;
  cursor: help;
}

.image-upload__viewer .image-viewer__list .loading {
  position: absolute;
  width: 100%;
  background-color: rgba(146, 162, 177, 0.52);
  top: 0;
  display: none;
}
.image-upload__viewer .image-viewer__list .loading .half-circle-spinner {
  width: 30px;
  height: 30px;
}

.block--review .block__header .block__info {
  width: 100%;
}
.block--review .lh-1 {
  line-height: 1;
}
.block--review .block__images a {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin-bottom: 5px;
  margin-right: 5px;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem !important;
}
.block--review .block__images a img {
  -o-object-fit: cover;
     object-fit: cover;
  border: none;
}
.block--review .block__images .more-review-images span {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #ffffff;
  font-size: 22px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  align-self: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block--review .block__images.block__images_total a {
  padding: 1.5px;
  height: -moz-fit-content;
  height: fit-content;
  width: inherit;
  margin: 0;
  border: 0;
}

.block__content {
  position: relative;
}
.block__content .review__loading {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 31;
  display: flex;
  align-items: center;
  top: 0;
  background: rgba(0, 0, 0, 0.03);
}

.heading-h2 {
  color: var(--ink-solid, #244855);
}

.button-loading {
  border: 1px solid #c4cdd5;
  cursor: default;
  text-shadow: none;
  color: transparent !important;
  position: relative;
  transition: border-color 0.2s ease-out;
}

.button-loading,
.button-loading:hover,
.button-loading:focus,
.button-loading:active {
  color: transparent;
}

.button-loading:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  margin-top: -9px;
  margin-left: -9px;
  width: 18px;
  height: 18px;
  animation: button-loading-spinner 1s linear infinite;
  border-color: #ffffff;
  border-bottom-color: transparent;
}

.button-loading.btn-fill-out {
  color: transparent !important;
  border: 1px solid var(--color-1st);
}
.button-loading.btn-fill-out:before {
  width: 18px;
  background-color: transparent;
  border-color: var(--color-1st);
  border-bottom-color: transparent;
}
.button-loading.btn-fill-out:after {
  display: none;
}

.required:after {
  content: " *";
  color: red;
}

.newsletter-form .newsletter-message {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.newsletter-form .newsletter-message.newsletter-success-message {
  color: #58d0da;
}
.newsletter-form .newsletter-message.newsletter-error-message {
  color: #fcb800;
}
@keyframes button-loading-spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#alert-container {
  top: 100px;
  right: 5px;
  position: fixed;
  z-index: 9999999;
}
#alert-container .alert {
  max-width: 450px !important;
  min-height: 45px !important;
  font-weight: 400;
  position: relative;
  padding: 15px 40px 15px 60px;
  margin-bottom: 10px;
  box-shadow: 0 4px 10px 0 rgba(3, 3, 3, 0.1);
}
#alert-container .alert.alert-success {
  color: #299c77;
  background-color: #bff9d0;
}
#alert-container .alert .message-icon {
  position: absolute;
  left: 5%;
  top: 30%;
  font-size: 20px;
  fill: #299c77;
  stroke: #299c77;
}
#alert-container .alert.alert-dismissible .close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 10px;
  padding: 0;
}

body.show-admin-bar #alert-container {
  top: 140px;
}
body.show-admin-bar .ps-panel--sidebar {
  top: 40px;
}
body.show-admin-bar .header.header--sticky .header__top,
body.show-admin-bar .header.header--sticky .navigation--mobile {
  top: 40px;
}
body.show-admin-bar .header.header--product.header--sticky .product-navigation {
  top: 40px;
}
body.show-admin-bar .ps-filter--sidebar {
  top: 40px;
}
body.show-admin-bar #avatar-modal {
  top: 80px;
}

.half-circle-spinner,
.half-circle-spinner * {
  box-sizing: border-box;
}

.loading {
  display: none;
}

.half-circle-spinner {
  width: 60px;
  height: 60px;
  margin: 20px auto;
  border-radius: 100%;
  position: relative;
}

.half-circle-spinner .circle {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 3px solid transparent;
}

.half-circle-spinner .circle.circle-1 {
  border-top-color: var(--color-1st);
  animation: half-circle-spinner-animation 1s infinite;
}

.half-circle-spinner .circle.circle-2 {
  border-bottom-color: var(--color-1st);
  animation: half-circle-spinner-animation 1s infinite alternate;
}

@keyframes half-circle-spinner-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.menu > .current-menu-item > a {
  color: #fff;
}

.rating_wrap .rating {
  font-family: FontAwesome !important;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  height: 20px;
  width: 70px;
  display: inline-block;
}
.rating_wrap .rating::before {
  font-size: 13px;
  content: "\f005\f005\f005\f005\f005";
  top: 0;
  position: absolute;
  left: 0;
  float: left;
  color: #d2d2d2;
  letter-spacing: 2px;
}
.rating_wrap .rating_num {
  font-size: 13px;
  display: inline-block;
  color: #696969;
}
.rating_wrap .product_rate {
  overflow: hidden;
  font-family: FontAwesome !important;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
  color: #edb867;
}
.rating_wrap .product_rate::before {
  font-size: 13px;
  content: "\f005\f005\f005\f005\f005";
  top: 0;
  position: absolute;
  left: 0;
  letter-spacing: 2px;
}

.product__attribute {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.product__attribute > * {
  flex-basis: 100%;
}
.product__attribute > label {
  margin-bottom: 0;
  flex: 1;
  margin-right: 10px;
  white-space: nowrap;
}
.product__attribute .form-control {
  border: none;
}
.product__attribute .attribute-swatch-item.pe-none {
  cursor: not-allowed !important;
}
.product__attribute .attribute-swatch-item.pe-none > div {
  pointer-events: none !important;
}
.product__attribute .text-swatch .attribute-swatch-item.pe-none span,
.product__attribute .color-swatch .attribute-swatch-item.pe-none span {
  color: gray;
  cursor: unset;
  opacity: 0.7;
}
.product__attribute .text-swatch .attribute-swatch-item.pe-none span:before, .product__attribute .text-swatch .attribute-swatch-item.pe-none span:after,
.product__attribute .color-swatch .attribute-swatch-item.pe-none span:before,
.product__attribute .color-swatch .attribute-swatch-item.pe-none span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
  border-top: 1px dashed #999;
}
.product__attribute .text-swatch .attribute-swatch-item.pe-none span:before,
.product__attribute .color-swatch .attribute-swatch-item.pe-none span:before {
  transform: rotate(45deg);
}
.product__attribute .text-swatch .attribute-swatch-item.pe-none span:after,
.product__attribute .color-swatch .attribute-swatch-item.pe-none span:after {
  transform: rotate(-45deg);
}

.product__color {
  padding-bottom: 10px;
}
.product__color ul,
.product__color ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product__color .color-swatch li {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
.product__color .color-swatch li:last-child {
  margin-right: 0;
}
.product__color .color-swatch li span {
  margin-bottom: 0;
}

.text-swatch li {
  display: inline-block;
  margin-right: 5px;
}
.text-swatch li input[type=radio],
.text-swatch li input[type=checkbox] {
  display: none;
}
.text-swatch li input[type=radio]:checked ~ span,
.text-swatch li input[type=checkbox]:checked ~ span {
  border: 1px solid var(--color-1st);
}
.text-swatch li input[type=radio]:checked ~ span:after,
.text-swatch li input[type=checkbox]:checked ~ span:after {
  width: 16px;
  height: 16px;
  content: "\e934";
  font-family: "Linearicons" !important;
  position: absolute;
  overflow: hidden;
  right: -8px;
  bottom: -5px;
  color: #fff;
  font-size: 8px;
}
.text-swatch li input[type=radio]:checked ~ span:before,
.text-swatch li input[type=checkbox]:checked ~ span:before {
  border: 16px solid transparent;
  border-bottom: 16px solid var(--color-1st);
  content: "";
  position: absolute;
  right: -16px;
  bottom: -1px;
}
.text-swatch li span {
  padding: 5px 15px;
  border: 1px solid #ccc;
  background-color: #ffffff;
  cursor: pointer;
  transition: 0.2s;
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.widget__title {
  margin-bottom: 20px;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 0.3px;
  font-size: 1.25rem;
}

.attribute-values ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget--colors .color-swatch li {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-bottom: 5px;
}

.custom-checkbox input[type=checkbox],
.custom-checkbox input[type=radio],
.custom-radio input[type=checkbox],
.custom-radio input[type=radio] {
  display: none;
}
.custom-checkbox label,
.custom-radio label {
  display: block;
}
.custom-checkbox span,
.custom-radio span {
  display: block;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  position: relative;
  cursor: pointer;
}
.custom-checkbox input[type=checkbox]:checked ~ span:before,
.custom-checkbox input[type=radio]:checked ~ span:before,
.custom-radio input[type=checkbox]:checked ~ span:before,
.custom-radio input[type=radio]:checked ~ span:before {
  content: "";
  display: block;
  border: 2px solid var(--color-1st);
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: 50%;
}
.custom-checkbox.disabled label,
.custom-radio.disabled label {
  position: relative;
}
.custom-checkbox.disabled label:before, .custom-checkbox.disabled label:after,
.custom-radio.disabled label:before,
.custom-radio.disabled label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 90%;
  background-color: var(--color-2nd);
  transform-origin: 50% 50%;
  transition: all 0.4s ease;
  z-index: 20;
}
.custom-checkbox.disabled label:before,
.custom-radio.disabled label:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.custom-checkbox.disabled label:after,
.custom-radio.disabled label:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.custom-checkbox.disabled span,
.custom-radio.disabled span {
  opacity: 0.9;
}
.custom-checkbox.disabled input[type=checkbox]:checked ~ span:before,
.custom-checkbox.disabled input[type=radio]:checked ~ span:before,
.custom-radio.disabled input[type=checkbox]:checked ~ span:before,
.custom-radio.disabled input[type=radio]:checked ~ span:before {
  display: none;
}

.ps-list--categories li.current-menu-item > a {
  color: #232f3e;
}
.ps-list--categories .sub-toggle i:before {
  display: none;
}
.ps-list--categories .sub-toggle:after {
  background-color: #292b2c;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 12px;
  transform: translateX(-50%) rotate(90deg);
}
.ps-list--categories .sub-toggle:before {
  background-color: #292b2c;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 12px;
  transform: translateX(-50%);
}
.ps-list--categories .sub-toggle.active:after {
  display: none;
}

#homepage-1 .ps-top-categories,
#homepage-1 .ps-product-list {
  padding: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--color-1st);
}

.select2-container .select2-dropdown {
  border: none;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}

.ps-form--quick-search .form-group--icon {
  width: auto;
  float: left;
  position: relative;
  height: 42px;
  line-height: 42px;
  cursor: pointer;
}
.ps-form--quick-search .form-group--icon .product-cat-label {
  padding-right: 30px;
  padding-left: 18px;
  border: none;
  color: #000;
  border-radius: 5px 0 0 5px;
  position: relative;
  height: 100%;
  white-space: nowrap;
  background-color: #fff;
  border-right: 1px solid #ccc;
}
.ps-form--quick-search .form-group--icon .product-cat-label:after {
  content: "\e93a";
  display: inline-block;
  font: normal normal normal 14px/1 linearicons;
  font-size: 10px;
  color: #000;
  position: absolute;
  top: 17px;
  right: 12px;
}
.ps-form--quick-search .form-group--icon .form-control {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 100%;
  cursor: pointer;
  min-height: 42px;
  width: 100%;
  z-index: 10;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 10px;
}

.ps-product-list .ps-section__links li a.active {
  color: var(--color-1st);
}

.ps-product--quickview .ps-product__actions,
.ps-product__shopping .ps-product__actions {
  position: static;
  transform: none;
  background: none;
  backdrop-filter: none;
  padding: 0;
  display: flex;
  gap: 6px;
}
.ps-product--quickview .ps-product__actions a,
.ps-product__shopping .ps-product__actions a {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid var(--line, #DCE7E9);
  background: #fff;
  color: var(--ink, #152A32);
  font-size: 14px;
  transition: all 0.2s ease;
}
.ps-product--quickview .ps-product__actions a:hover,
.ps-product__shopping .ps-product__actions a:hover {
  background: var(--brand, #244855);
  border-color: var(--brand, #244855);
  color: #fff;
}
.ps-product--quickview .ps-product__actions a:hover i,
.ps-product__shopping .ps-product__actions a:hover i {
  color: #fff;
}
.ps-product--quickview .ps-product__actions a.button-loading i,
.ps-product__shopping .ps-product__actions a.button-loading i {
  color: transparent;
}

.attribute-swatches-wrapper.form-group {
  margin-bottom: 10px;
}

.btn-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

form .navigation--mobile-product > * {
  font-size: 16px;
  border-radius: 0;
}

.ps-list--dot ul {
  margin: 0;
  padding: 0;
}

.ps-product--cart-mobile.content-loading,
.ps-table--shopping-cart.content-loading {
  position: relative;
}
.ps-product--cart-mobile.content-loading:before,
.ps-table--shopping-cart.content-loading:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  margin-top: -9px;
  margin-left: -9px;
  width: 18px;
  height: 18px;
  animation: button-loading-spinner 1s linear infinite;
  border-color: var(--color-1st);
  border-bottom-color: transparent;
}
.ps-product--cart-mobile.content-loading:after,
.ps-table--shopping-cart.content-loading:after {
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  left: -10px;
  bottom: -10px;
  background: rgba(0, 0, 0, 0.02);
}

.modal-close {
  cursor: pointer;
}

.block--review .block__header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.block--review .block__header img {
  border: 1px solid #ddd;
  border-radius: 50%;
}
.block--review .block__header h5 {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6em;
  color: #000;
}
.block--review .block__header .block__info {
  padding-left: 15px;
  width: 100%;
}
.block--review .block__content {
  padding-top: 10px;
}
.block--review .block__images .item {
  height: 7em;
  margin-bottom: 5px;
}

.block--product-reviews > .block__header {
  margin: 0 0 40px;
  background-color: #f5f5f5;
  padding: 20px;
}
.block--product-reviews > .block__header h2 {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  margin-bottom: 0;
}
.block--product-reviews > .block__header p {
  color: #000;
  font-weight: 600;
}
.block--product-reviews > .block__header p i {
  margin-right: 0;
  font-size: 16px;
}
.block--product-reviews > .block__header p span {
  color: #000;
  font-weight: inherit;
  margin-left: 0.5em;
}
.block--product-reviews > .block__header .ps-review__filter-select {
  min-width: 130px;
}
.block--product-reviews .block--review {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.block--product-reviews .block--review .block__header .block__info > p {
  margin-bottom: 10px;
  color: #999;
}
.block--product-reviews .block--review .block__header .block__info strong {
  color: #666;
}
.block--product-reviews .block--review:last-child {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: none;
}
.block--product-reviews .block--review .block__content {
  padding-top: 0;
}

.block--review .block__header {
  align-items: start;
}

.ps-block--average-rating .ps-block__header span {
  display: inline-block;
}

.ps-my-account {
  background: #ffffff;
  min-height: 0;
}
.ps-my-account .ps-form--account {
  max-width: 650px;
  padding-top: 60px;
}
.ps-my-account .ps-form--account .ps-form__content {
  padding: 30px;
  background-color: transparent;
}
.ps-my-account .ps-form--account .ps-form__content h4 {
  text-align: start;
  margin-bottom: 15px;
  font-size: 22px;
}
.ps-my-account .ps-form--account .ps-form__content a {
  color: #06c;
}
.ps-my-account .ps-form--account .ps-form__content .form-control {
  background: #fff;
}

.ps-product-list .ps-section__content {
  padding-top: 25px;
}

.ps-page--404 {
  min-height: 0;
}

.ps-dropdown-menu {
  transition: all 0.4s ease;
}

.navigation__extra > li a {
  padding: 15px 0;
}
.navigation__extra > li .ps-dropdown a {
  padding-right: 20px;
}

.header:not(.header--sticky) .menu--product-categories .menu__content {
  padding-top: 0;
}
.header.header--sticky .menu--product-categories .menu__content {
  margin-top: 8px;
}

.ps-cart--mini .ps-cart__items.ps-cart_no_items {
  border-bottom: 1px solid #e1e1e1;
}

.widget_shop .ps-slider__meta {
  font-size: 14px;
  text-align: left;
  margin-top: 5px;
}
.widget_shop .ps-slider__meta span {
  margin: 0;
}
.widget_shop figure {
  border: none;
  border-top: 1px solid #ccc;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 0;
}

.widget_shop .widget-title {
  margin-bottom: 15px !important;
  font-size: 16px !important;
  text-transform: uppercase;
  font-weight: 600;
  color: #444;
}

.menu--product-categories .menu--dropdown > li.menu-item-has-children > a:after {
  content: "\e93c";
  display: inline-block;
  font: normal normal normal 14px/1 linearicons;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  color: #999;
  font-size: 11px;
  font-weight: 600;
}
.menu--product-categories .menu--dropdown > li.menu-item-has-children:hover > a:after {
  color: #000;
}

.pagination .page-item .page-link {
  padding: 0 14px;
  position: relative;
  display: inline-block;
  z-index: 30;
  line-height: 32px;
  border: none;
  background-color: #f5f5f5;
  color: #000;
  vertical-align: middle;
  font-size: 14px;
}
.pagination .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
}
.pagination .page-item a.page-link:hover {
  color: #000;
  background-color: var(--color-1st);
}
.pagination .page-item.active .page-link {
  color: #000;
  background-color: var(--color-1st);
}

.ps-table--wishlist tbody tr td {
  padding: 10px;
}

.spinner-icon {
  display: none;
  position: absolute;
  top: 11px;
  right: 37px;
}

.ps-product--search-result.ps-product--wide {
  margin-bottom: 20px;
}
.ps-product--search-result .ps-product__title {
  margin-bottom: 10px;
}

.ps-shopping .ps-product .ps-product__actions li {
  margin: 0 5px;
}

.ps-product--wide .ps-product__shopping .ps-product__actions li a:hover i {
  color: var(--color-1st);
}

#homepage-1 .ps-site-features {
  padding-bottom: 40px;
}

.ps-customer-bought .ps-product .ps-product__actions li,
#recommended-products .ps-product .ps-product__actions li {
  margin-right: 3px;
}

.navigation__extra .ps-dropdown-menu > li a:hover {
  color: var(--header-button-background-color);
}

.ps-footer__copyright p:last-child span {
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
}

.ps-btn--small {
  padding: 0.5rem 0.75rem;
}

.ps-section--shopping .ps-section__header {
  padding-bottom: 40px;
}

.ps-pagination a {
  cursor: pointer;
}

.ps-product--detail .ps-product__countdown .ps-countdown li:after {
  top: 14px;
}

@media (max-width: 767px) {
  .ps-product__shopping .product__qty {
    margin-bottom: 20px;
  }
  .ps-product__shopping .ps-btn {
    margin-bottom: 15px;
  }
  .ps-product__shopping .ps-product__actions {
    text-align: center;
  }
  #back2top.active {
    bottom: 60px;
  }
  .ps-shopping {
    margin-top: 0;
  }
  .ps-shopping .ps-shopping__header {
    margin-bottom: 0;
  }
  .ps-shopping .ps-shop__filter-mb {
    margin-bottom: 0;
    text-transform: none;
  }
  .ps-shopping .header--mobile-categories {
    margin-bottom: 40px;
  }
  .ps-shopping .header--mobile-categories .header__filter {
    border-top: 1px solid #eee;
    padding: 0 15px;
  }
  .ps-shopping .header--mobile-categories .header__filter button i {
    font-size: 14px;
  }
  .ps-shopping .header--mobile-categories .header__filter button:after {
    display: none;
  }
  .ps-shopping .header--mobile-categories .header__filter .header__sort i {
    font-size: 14px;
  }
  .ps-shopping .header--mobile-categories .header__filter .header__sort .select2 .select2-selection .select2-selection__arrow:before {
    font-size: 10px;
  }
  .ps-page--product .ps-page__container .ps-page__right {
    width: 100%;
    max-width: 100%;
  }
  .ps-panel--sidebar .ps-cart--mobile .cart-empty-message {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .header--mobile .ps-block--user-header {
    display: inline-block;
    margin-top: 5px;
  }
  .header--mobile .ps-block--user-header a:hover, .header--mobile .ps-block--user-header a:focus {
    color: #fff;
  }
  .ps-product--detail .ps-product__countdown .ps-countdown li:after {
    top: 5px;
  }
  .footer-payments {
    padding-bottom: 60px;
    padding-top: 5px;
  }
  .footer-payments > span {
    display: inline-block;
    padding-bottom: 5px;
  }
}
@media (max-width: 1440px) {
  .ps-block--site-features .ps-block__item {
    text-align: center;
  }
  .ps-block--site-features .ps-block__item .ps-block__left {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .ps-block--site-features .ps-block__item {
    text-align: left;
  }
  .ps-block--site-features .ps-block__item:last-child {
    margin-bottom: 0;
  }
  .ps-block--site-features .ps-block__item .ps-block__left {
    width: auto;
  }
}
.ps-home-banner .ps-carousel--nav-inside .owl-nav > * > i {
  color: #fff;
  font-size: 20px;
}
.ps-home-banner .ps-carousel--nav-inside .owl-nav button.owl-next,
.ps-home-banner .ps-carousel--nav-inside .owl-nav button.owl-prev {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
}
.ps-home-banner .ps-carousel--nav-inside .owl-nav button.owl-next:hover,
.ps-home-banner .ps-carousel--nav-inside .owl-nav button.owl-prev:hover {
  background-color: #000;
}

.ps-cart__items .ps-cart__items__body {
  max-height: 490px;
  overflow-y: auto;
  overflow-x: hidden;
}

@media (max-height: 820px) {
  .ps-cart__items .ps-cart__items__body {
    max-height: 350px;
  }
}
.ps-panel--sidebar .ps-product--cart-mobile {
  margin-bottom: 30px;
}

.ps-product:hover.ps-product--inner .ps-product__content {
  height: auto;
}

@media (max-width: 479px) {
  #homepage-1 .ps-home-banner .ps-section__right {
    margin: 0;
  }
  #homepage-1 .ps-home-banner .ps-section__right .ps-collection {
    padding: 0;
  }
  #homepage-1 .ps-home-banner .ps-section__right .ps-collection:first-child {
    margin-right: 5px;
  }
  #homepage-1 .ps-home-banner .ps-section__right .ps-collection:last-child {
    margin-left: 5px;
  }
}
.ps-form--quick-search button,
.ps-download-app .ps-btn,
.ps-newsletter .ps-btn {
  white-space: nowrap;
}

.ps-cart--mobile .ps-cart__footer h5 {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: normal;
}
.ps-cart--mobile .ps-cart__footer h5 strong {
  float: right;
  color: #333;
}

@media (min-width: 768px) {
  #homepage-1 .ps-home-banner .ps-banner {
    min-height: 410px;
  }
}
.header .product-navigation.menu > li > a,
.header .header__extra,
.header .ps-block--user-header .ps-block__right a,
.header .menu--product-categories .menu__toggle span,
.header .navigation__extra > li a,
.header .menu--product-categories .menu__toggle i,
.header .ps-block__left i {
  color: #333;
  font-size: 14px !important;
  font-weight: 500;
}
.header .navigation__extra > li:after {
  background-color: var(--header-text-color);
}
.header .header__top {
  border-bottom-color: var(--header-diliver-border-color);
}
.header .ps-form--quick-search button,
.header .header__extra span {
  color: var(--header-button-text-color);
  background-color: #ff5b5b;
}
.header .product-navigation.menu > .current-menu-item > a,
.header .product-navigation.menu > .current-menu-item > a:hover,
.header .ps-block--user-header .ps-block__right a:hover,
.header .menu--product-categories .menu--dropdown > li:hover > a,
.header .menu--product-categories .menu--dropdown > li:hover > a i,
.header .menu--product-categories .menu--dropdown > li:hover > a:after {
  color: #232f3e;
}

.header .header__extra:hover span i {
  color: #fff !important;
}

.ps-cart--mini a.btn-shopping-cart:hover span i {
  color: #fff !important;
}

.ps-btn,
button.ps-btn {
  color: var(--button-text-color);
}

.mt-card-avatar .mt-overlay > span {
  top: 32%;
  left: 0;
  right: 0;
  font-size: 15px;
}

.ps-btn.ps-btn--gray.ps-btn--sm,
button.ps-btn.ps-btn--gray.ps-btn--sm {
  font-size: 1.2rem;
}

/* ---- QUICKVIEW MODAL ---- */
#product-quickview {
  z-index: 9999;
}
#product-quickview .ps-product--quickview {
  display: block;
}
#product-quickview .modal-dialog {
  max-width: 880px;
  margin: 1.5rem auto;
}
#product-quickview .modal-content {
  position: relative;
  border: none;
  border-radius: 12px;
  overflow: hidden;
  padding: 0;
}

.as-qv {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  min-height: 420px;
}

.as-qv__gallery {
  background: #f8f9fa;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  max-height: 420px;
}
.as-qv__gallery .ps-product__images {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.as-qv__gallery .ps-product__images .item {
  line-height: 0;
}
.as-qv__gallery .ps-product__images .item > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.as-qv__gallery .ps-product__images .item img {
  width: 100%;
  max-height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0;
  display: block;
}
.as-qv__gallery .ps-product__images .slick-list {
  padding: 0 !important;
  overflow: hidden;
}
.as-qv__gallery .ps-product__images .slick-track {
  display: flex;
  align-items: center;
}
.as-qv__gallery .ps-product__images .slick-slide {
  height: auto;
}
.as-qv__gallery .ps-product__images .slick-slide > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.as-qv__gallery .ps-product__images .slick-arrow {
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  color: var(--ink, #152A32);
  font-size: 14px;
  z-index: 2;
}
.as-qv__gallery .ps-product__images .slick-arrow:hover {
  background: var(--brand, #244855);
  color: #fff;
}
.as-qv__gallery .ps-product__images .slick-arrow.slick-prev {
  left: 10px;
}
.as-qv__gallery .ps-product__images .slick-arrow.slick-next {
  right: 10px;
}

.as-qv__info {
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow-y: auto;
  max-height: 520px;
}

.as-qv__title {
  font-size: 18px;
  font-weight: 600;
  color: var(--ink, #152A32);
  line-height: 1.35;
  margin: 0;
}
.as-qv__title a {
  color: inherit;
  text-decoration: none;
}
.as-qv__title a:hover {
  color: var(--brand, #244855);
}

.as-qv__rating {
  display: flex;
  align-items: center;
  gap: 8px;
}
.as-qv__rating .rating {
  flex-shrink: 0;
}
.as-qv__rating .rating_num {
  font-size: 12px;
  color: var(--muted, #4E6A73);
}

.as-qv__price {
  font-size: 20px;
  font-weight: 700;
  color: var(--ink, #152A32);
  margin: 0;
}
.as-qv__price.sale {
  color: var(--deal, #BF4630);
}
.as-qv__price del {
  font-size: 14px;
  font-weight: 400;
  color: var(--muted, #4E6A73);
  margin-left: 8px;
}

.as-qv__brand {
  font-size: 13px;
  color: var(--muted, #4E6A73);
  margin: 0;
}
.as-qv__brand a {
  color: var(--ink-solid, #244855);
  font-weight: 500;
  text-decoration: none;
}
.as-qv__brand a:hover {
  text-decoration: underline;
}

.as-qv__desc {
  font-size: 13px;
  color: var(--muted, #4E6A73);
  line-height: 1.5;
}
.as-qv__desc p {
  margin: 0 0 6px;
}

.as-qv__cart {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 6px;
}

.as-qv__actions {
  display: flex;
  gap: 6px;
  margin-left: auto;
}
.as-qv__actions a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--line, #DCE7E9);
  color: var(--ink, #152A32);
  font-size: 14px;
  transition: all 0.2s ease;
}
.as-qv__actions a:hover {
  background: var(--brand, #244855);
  border-color: var(--brand, #244855);
  color: #fff;
}

.as-qv-modal {
  border-radius: 12px;
  padding: 32px;
  text-align: center;
}

.as-qv-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: none;
  border: none;
  font-size: 20px;
  color: var(--muted, #4E6A73);
  cursor: pointer;
  z-index: 2;
}
.as-qv-modal__close:hover {
  color: var(--ink, #152A32);
}

.as-qv-modal__icon {
  margin-bottom: 16px;
}

.as-qv-modal__title {
  font-size: 20px;
  font-weight: 700;
  color: var(--ink, #152A32);
  margin-bottom: 8px;
}

.as-qv-modal__msg {
  font-size: 14px;
  color: var(--muted, #4E6A73);
  margin-bottom: 20px;
}

.as-qv-modal__btns {
  display: flex;
  justify-content: center;
  gap: 12px;
}

@media (max-width: 768px) {
  #product-quickview .modal-dialog {
    margin: 0.5rem;
  }
  .as-qv {
    grid-template-columns: 1fr;
  }
  .as-qv__gallery {
    padding: 0;
  }
  .as-qv__info {
    padding: 20px 16px;
    max-height: none;
  }
}
@media (max-width: 768px) {
  .ps-document table {
    width: 100% !important;
  }
  .bg--cover {
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
  }
}
.ps-block--countdown-deal .ps-countdown li:after {
  margin-left: 5px;
}

.ps-product {
  padding: 10px;
  margin-right: 5px;
}

.as-hero-banner-set {
  padding: 16px 0;
}

.as-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 1px solid transparent;
  background: transparent;
  color: inherit;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  padding: 12px 22px;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  white-space: nowrap;
}

.as-btn--sm {
  padding: 8px 14px;
  font-size: 13px;
}

.as-btn--primary {
  background: var(--brand, #244855);
  color: var(--on-brand, #fff);
  border-color: var(--brand, #244855);
}

.as-btn--primary:hover {
  background: var(--ink-solid, #1a3842);
  border-color: var(--ink-solid, #1a3842);
  color: var(--on-brand, #fff);
}

.as-btn--ghost {
  background: transparent;
  color: var(--ink, #152A32);
  border-color: var(--line, #DCE7E9);
}

.as-btn--ghost:hover {
  background: var(--bg, #EFF4F5);
  border-color: var(--line, #DCE7E9);
  color: var(--ink, #152A32);
}

.as-product-card__cart-form {
  margin: 8px 0 0;
}

.as-product-card__cart-form .as-btn {
  width: 100%;
}

.as-shop {
  padding: 24px 0 48px;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.as-shop__sidebar {
  position: relative;
}

.as-shop__sidebar-container {
  background: var(--surface, #fff);
  border: 1px solid var(--line, #DCE7E9);
  border-radius: 12px;
  padding: 20px;
}

.as-shop__sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--line, #DCE7E9);
}

.as-shop__sidebar-header h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: var(--ink, #152A32);
}

.as-shop__sidebar-close {
  color: var(--ink, #152A32);
  font-size: 18px;
  text-decoration: none;
}

.as-shop__toolbar {
  background: var(--surface, #fff);
  border: 1px solid var(--line, #DCE7E9);
  border-radius: 12px;
  padding: 16px 20px;
  margin-bottom: 20px;
}

.as-shop__title {
  margin: 0;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: var(--ink, #152A32);
}

.as-shop__count {
  color: var(--muted, #4E6A73);
  font-weight: 500;
  margin-left: 6px;
}

.as-shop__layouts {
  display: inline-flex;
  list-style: none;
  gap: 6px;
  margin-left: 12px;
}

.as-shop__layouts li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  border: 1px solid var(--line, #DCE7E9);
  color: var(--muted, #4E6A73);
  background: var(--surface, #fff);
  text-decoration: none;
  transition: all 0.2s;
}

.as-shop__layouts li.active a,
.as-shop__layouts li a:hover {
  background: var(--brand, #244855);
  border-color: var(--brand, #244855);
  color: var(--on-brand, #fff);
}

.as-shop__listing {
  display: block;
}

#successCartProductModal .modal-content {
  border-radius: 12px;
  border: 1px solid var(--line, #DCE7E9);
}

.as-product-note {
  background: var(--banner, #DFEAEA);
  padding: 18px 10px;
  border-radius: 8px;
  margin-top: 16px;
}

.as-product__check {
  color: #fff !important;
  background: var(--green, #2E7D5B);
  padding: 3px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: bolder;
  margin-right: 4px;
}

.ps-product__finalprice {
  font-size: 26px;
  color: var(--ink, #152A32);
}

.ps-product__finalprice strong,
.ps-product__finalprice b {
  font-weight: 700;
}

.ps-product__discount {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  margin-bottom: 0;
}

.ps-product__originalprice {
  color: var(--ink, #152A32);
  font-size: 16px;
}

.ps-product__discount-pct {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 600;
  color: var(--green, #2E7D5B);
}

.ps-product__vat {
  font-size: 13px;
  font-weight: 700;
  color: var(--muted, #4E6A73);
  margin-left: 10px;
  margin-bottom: 4px;
}

.ps-page--product .container {
  padding-top: 24px;
  padding-bottom: 32px;
}

.ps-page--product .ps-product__shopping {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.ps-page--product .ps-product__shopping .as-btn {
  flex: 0 0 auto;
}

#product-quickview .ps-product__price {
  margin: 12px 0;
}

#product-quickview .as-btn {
  margin-right: 8px;
  margin-bottom: 8px;
}

.as-hero-banner-set__grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 16px;
}

.as-hero-banner-set__main,
.as-hero-banner-set__side {
  position: relative;
  display: block;
  border-radius: 12px;
  overflow: hidden;
  background: var(--banner, #DFEAEA);
  text-decoration: none;
  color: inherit;
}

.as-hero-banner-set__main {
  min-height: 380px;
}

.as-hero-banner-set__sides {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 16px;
}

.as-hero-banner-set__side {
  min-height: 182px;
}

.as-hero-banner-set__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.as-hero-banner-set__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.as-hero-banner-set__main:hover .as-hero-banner-set__media img,
.as-hero-banner-set__side:hover .as-hero-banner-set__media img {
  transform: scale(1.04);
}

.as-hero-banner-set__overlay {
  position: absolute;
  inset: 0;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  background: linear-gradient(0deg, rgba(21, 42, 50, 0.45) 0%, rgba(21, 42, 50, 0) 55%);
  color: #fff;
}

.as-hero-banner-set__overlay--sm {
  padding: 20px 22px;
}

.as-hero-banner-set__discount {
  display: inline-block;
  align-self: flex-start;
  background: var(--deal, #BF4630);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 4px;
}

.as-hero-banner-set__heading {
  margin: 0;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}

.as-hero-banner-set__overlay--sm .as-hero-banner-set__heading {
  font-size: 18px;
}

.as-hero-banner-set__cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
  background: var(--brand, #244855);
  color: var(--on-brand, #fff);
  font-size: 13px;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 8px;
  align-self: flex-start;
}

.as-hero-banner-set__cta i {
  font-size: 12px;
}

@media (max-width: 991px) {
  .as-hero-banner-set__grid {
    grid-template-columns: 1fr;
  }
  .as-hero-banner-set__main {
    min-height: 260px;
  }
  .as-hero-banner-set__sides {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
  .as-hero-banner-set__side {
    min-height: 160px;
  }
}
@media (max-width: 575px) {
  .as-hero-banner-set__sides {
    grid-template-columns: 1fr;
  }
}
.ps-product__content {
  min-height: 70px;
}

.ps-product:hover .ps-product__content {
  visibility: visible;
  opacity: 1;
  height: auto;
}

.lg-sub-html {
  display: none;
}

.ps-product--detail .ps-product__shopping > * {
  margin-bottom: 20px;
}

@media (max-width: 479px) {
  .ps-carousel--nav .owl-dots .owl-dot {
    margin: 0 3px !important;
  }
}
.ps-store-list {
  padding-bottom: 30px;
  padding-top: 0;
}

@media (min-width: 768px) {
  .ps-block--store-banner .ps-block__user .ps-block__user-content {
    padding-bottom: 0;
  }
  .ps-block--store-banner .ps-block__user .ps-block__user-avatar {
    top: 0;
    margin-bottom: 0;
  }
}
.shop-url-wrapper.content-loading {
  position: relative;
}
.shop-url-wrapper.content-loading:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  margin-top: -9px;
  margin-left: -9px;
  width: 18px;
  height: 18px;
  animation: button-loading-spinner 1s linear infinite;
  border-color: var(--color-1st);
  border-bottom-color: transparent;
}
.shop-url-wrapper.content-loading:after {
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  left: -10px;
  bottom: -10px;
  background: rgba(0, 0, 0, 0.02);
}

.ps-product--cart-mobile .ps-product__content small {
  font-size: 13px;
}

.ps-container .ps-section__content .sold-by a,
.ps-cart__items .ps-cart__items__body .sold-by a {
  font-size: 13px;
  color: var(--color-1st);
}
.ps-container .ps-section__content .sold-by small,
.ps-cart__items .ps-cart__items__body .sold-by small {
  font-size: 13px;
}

.navigation--mobile .ps-logo img {
  height: 40px;
}

#tab-vendor a.more-products {
  color: #09c;
  display: inline-block;
  margin-top: 20px;
}

.ps-block--user-header .ps-block__right .customer-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 80px;
}

.ps-shopping-cart .table-responsive {
  padding: 0 10px;
}
.ps-shopping-cart .table-responsive .ps-table--shopping-cart.content-loading:after {
  right: -10px;
  left: -10px;
}

.ps-shopping-cart .ps-table--shopping-cart.content-loading {
  position: relative;
}
.ps-shopping-cart .ps-table--shopping-cart.content-loading:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  margin-top: -9px;
  margin-left: -9px;
  width: 18px;
  height: 18px;
  animation: button-loading-spinner 1s linear infinite;
  border-color: var(--color-1st);
  border-bottom-color: transparent;
}
.ps-shopping-cart .ps-table--shopping-cart.content-loading:after {
  content: "";
  position: absolute;
  top: -10px;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.02);
}

.ps-block--category {
  padding: 0;
}

.ps-block--category p {
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.menu--mobile .sub-menu {
  padding-left: 15px;
}
.menu--mobile .sub-menu li {
  color: #333;
}
.menu--mobile .sub-menu > li.menu-item-has-children > .sub-menu {
  opacity: 1;
  position: static;
  visibility: visible;
}

.ps-shopping-cart .btn-cart-button-action {
  display: inline-block;
  margin-bottom: 20px;
}
.ps-shopping-cart .btn-cart-button-action:first-child {
  float: left;
}
.ps-shopping-cart .btn-cart-button-action:last-child {
  float: right;
}

.menu--dropdown > li > a > img {
  vertical-align: top;
  margin-top: 1px;
}

.ps-btn.ps-btn--danger {
  border: 1px solid #dc3545;
  color: #dc3545;
  background-color: #fff;
}
.ps-btn.ps-btn--danger:hover {
  background-color: #dc3545;
  color: #fff;
}

.navigation__extra > li {
  margin-right: 5px;
  padding-right: 15px;
}

.ps-dropdown.language > span {
  position: relative;
  display: block;
  padding-right: 20px;
}
.ps-dropdown.language > span:after {
  content: "\e93a";
  font: normal normal normal 12px/1 linearicons;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.ps-dropdown.language ul {
  min-width: 130px;
}

.widget--blog.widget--tags a:last-child:after {
  display: none;
}

@media (max-width: 1550px) {
  .menu > li > a {
    padding: 15px;
  }
  .navigation__right .menu > li > a {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .ps-shopping-cart .table-responsive {
    padding: 0;
  }
  .ps-shopping-cart .btn-cart-button-action {
    float: none !important;
  }
}
@media (max-width: 420px) {
  .ps-shopping-cart .btn-cart-button-action {
    width: 100%;
    text-align: center;
  }
}
.ps-block--store-banner .ps-block__user .ps-block__user-avatar img {
  background-color: #fff;
}

.ps-block--store-banner .ps-block__user .rating_wrap .rating_num {
  color: #fff;
}

.menu--mobile.menu--mobile-extra .ps-dropdown {
  display: block;
  font-size: 15px;
  line-height: 20px;
  padding: 15px 20px;
  position: relative;
}

.ps-shop-brand a img {
  max-height: 40px;
}

#tab-faq .card-header {
  background: #fff;
}
#tab-faq .card-header h2 button {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  background: #fff;
  text-decoration: none !important;
  position: relative;
  display: block;
  width: 100%;
}
#tab-faq .card-header h2 button::after {
  color: #ced4da;
  position: absolute;
  right: 0;
  top: -4px;
  border: 1px solid #ced4da;
  width: 40px;
  height: 40px;
  line-height: 30px;
  border-radius: 50%;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  background-position: center;
  transform: scale(0.7) !important;
  transition: transform 0.2s ease-in-out;
}
#tab-faq .card-header h2 button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}

.fb_dialog .fb_dialog_content iframe {
  bottom: 100px !important;
}

.ps-product--detail .ps-product__shopping .ps-btn {
  white-space: nowrap;
}

.ps-panel--sidebar .ps-panel__content {
  padding-bottom: 150px;
}
.ps-panel--sidebar .ps-panel__content .ps-dropdown ul {
  min-width: 100%;
}

.ps-form--search-mobile .spinner-icon {
  right: 50px;
}

#admin_bar {
  z-index: 9999;
}

.navigation__extra .ps-dropdown.language > span {
  color: var(--header-text-color);
}
.navigation__extra .ps-dropdown.language ul li a {
  color: #000;
}

@media (min-width: 1200px) {
  .ps-top-categories .col-xl-2 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.form-group--nest .input-search-product {
  font-size: 16px;
}

.menu--dropdown > li.has-mega-menu .mega-menu {
  flex-wrap: wrap;
}
.menu--dropdown > li.has-mega-menu .mega-menu .mega-menu__column {
  flex-shrink: 0;
  width: 50%;
}

.ps-custom-scrollbar {
  max-height: 250px;
}
.ps-custom-scrollbar .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgb(102, 102, 102);
}
.ps-custom-scrollbar .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background: rgba(204, 204, 204, 0.9);
}
.ps-custom-scrollbar .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.ps-custom-scrollbar .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  border-radius: 0 !important;
  opacity: 1 !important;
}

.widget_shop select.form-control {
  height: 36px;
}

#homepage-1 .ps-shop-brand {
  margin: 0 auto;
  max-width: 1650px;
  padding: 0 15px;
}

.navigation__right .menu > ul > li {
  display: inline-block;
  line-height: 50px;
  margin-left: 5px;
  padding: 12px 0;
}
.navigation__right .menu > ul > li > a {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  position: relative;
  text-transform: capitalize;
  transition: all 0.3s ease;
  padding: 15px 10px;
}
.navigation__right .menu > ul > li .sub-menu {
  position: absolute;
  z-index: 500;
  background-color: #ffffff;
  box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
  padding: 20px 30px;
  transition: all 0.5s ease;
  margin-top: 25px;
  opacity: 0;
  visibility: hidden;
}
.navigation__right .menu > ul li.menu-item-has-children:hover .sub-menu {
  margin-top: 0;
  visibility: visible;
  opacity: 1;
}
.navigation__right .menu > ul li.menu-item-has-not-children {
  padding: 5px 0;
}
.navigation__right .menu > ul > li .left-87 {
  transform: translateX(-87%) !important;
}
.navigation__right .menu > ul > li .not-wide {
  width: 600px !important;
}
.navigation__right .menu > ul > li .not-wide .list-item {
  flex: 0 0 50% !important;
}
.navigation__right .menu > ul > li .sub-menu > ul > li {
  line-height: 1;
}
.navigation__right .menu > ul > li .sub-menu > ul > li > a {
  display: inline-block;
  padding: 10px 0;
  font-size: 15px;
  color: #555555;
  transition: color 0.3s ease;
  text-decoration: none;
  text-transform: capitalize;
}
.navigation__right .menu > ul > li .single-column-menu {
  min-width: 280px;
  max-width: 350px;
}
.navigation__right .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li {
  line-height: 1;
  display: block;
}
.navigation__right .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
  padding: 6px 0;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #555555;
  transition: color 0.3s ease;
}
.navigation__right .menu > ul > li .sub-menu.mega-menu {
  left: 50%;
  transform: translateX(-50%);
}
.navigation__right .menu > ul > li .sub-menu.mega-menu-column-4 {
  position: absolute;
  top: 113px;
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  padding: 20px 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.navigation__right .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item {
  flex: 0 0 25%;
  padding: 0 15px;
}
.navigation__right .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title {
  font-size: 16px;
  color: #0253b9;
  font-weight: 500;
  line-height: 1;
  padding: 10px 0;
  margin: 0;
}
.navigation__right .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title {
  text-align: center;
}
.navigation__right .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img {
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  margin-top: 10px;
}
.navigation__right .menu > ul > li:hover > a {
  color: #fff !important;
  background: var(--button-text-color);
}

.navigation__right .sub-menu {
  padding: 1rem !important;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  z-index: 1000;
  transition: all 0.25s ease;
  border: unset;
  background-color: var(--header-button-background-color);
  visibility: hidden;
  opacity: 0;
}
.navigation__right .sub-menu > li a {
  color: var(--color-1st);
  border-bottom: 0.1px solid #8f8f8f;
  padding: 10px;
}
.navigation__right .menu > li.menu-item-has-children > a i.fa-chevron-right {
  display: none;
}
.navigation__right .sub-menu > li:last-child > a {
  border-bottom: unset;
}
.navigation__right .sub-menu > li {
  background: transparent;
}
.navigation__right .sub-menu > li:hover {
  background: #40556e;
}
.navigation__right .sub-menu > li.menu-item-has-children > .sub-toggle {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  display: inline-block;
}
.navigation__right .sub-menu > li.menu-item-has-children > .sub-toggle:after {
  color: var(--color-1st);
  content: "\e93c";
  display: none;
  font: normal normal normal 14px/1 linearicons;
  font-size: 8px;
  font-weight: 600;
  position: absolute;
  right: -10px;
  top: calc(50% - 3px);
  transform: translateY(-50%);
  background: none;
  width: 10px;
  height: auto;
}
.navigation__right .sub-menu > li.menu-item-has-children > .sub-toggle:before {
  display: none;
}
.navigation__right .sub-menu > li.menu-item-has-children .sub-menu > li {
  background: #40556e;
}
.navigation__right .sub-menu > li.menu-item-has-children .sub-menu > li:hover {
  background: var(--header-button-background-color);
}
.navigation__right .sub-menu > li.menu-item-has-children > a {
  display: flex;
  justify-content: space-between;
}
.navigation__right .sub-menu > li.menu-item-has-children .sub-menu > li a {
  border: unset;
}
.navigation__right .sub-menu > li.menu-item-has-children {
  position: initial !important;
}

.menu--mobile li.menu-item-has-children a i.fa-chevron-right {
  display: none !important;
}

.footer-payments img {
  max-height: 30px;
}

input.qty-input::-webkit-outer-spin-button,
input.qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input.qty-input[type=number] {
  -moz-appearance: textfield;
}

.ps-product--header-sticky .ps-product__content {
  max-width: 500px;
}
.ps-product--header-sticky .ps-product__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.as-pdp__gallery-col .ps-product__gallery img {
  opacity: 1;
}

.ps-product__gallery img {
  opacity: 0;
}
.ps-product__gallery .slick-slide img {
  opacity: 1;
  margin: 0 auto;
}

.ps-product--detail .ps-product__sharing a.whatsapp {
  background-color: #34b7f1;
}
.ps-product--detail .ps-product__sharing a.whatsapp:hover {
  background-color: #21aae6;
}

#homepage-1 .ps-home-banner .owl-slider .ps-banner img {
  min-height: 410px;
}

nav.navigation--mobile-product > .ps-btn {
  font-size: 16px;
  border-radius: 0;
}
nav.navigation--mobile-product > .ps-btn .ps-btn--black {
  background-color: #222 !important;
}

.ps-popup__content.bg--cover {
  background-color: #fff;
}

@media (max-width: 991px) {
  .ps-block--site-features {
    justify-content: center;
  }
  .ps-block--site-features .ps-block__item {
    text-align: center;
  }
  .ps-block--site-features .ps-block__item .ps-block__left {
    width: 100% !important;
  }
  .ps-form--newsletter .ps-form__right {
    width: 100%;
  }
  .footer-copyright div {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .ps-block--site-features .ps-block__item {
    text-align: left;
  }
  .ps-block--site-features .ps-block__item .ps-block__left {
    width: auto;
  }
}
.widget_nav_menu .menu-all-pages-container .list-two-column ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
}

.widget_nav_menu .menu-all-pages-container .list-two-column ul li a {
  padding: 5px 0;
  color: var(--header-text-hover-color);
}

.widget_nav_menu .menu-all-pages-container .list-two-column ul li {
  color: var(--header-text-hover-color);
}

.widget_nav_menu .widget_title {
  color: var(--header-button-text-color);
}

.menu-all-pages-container .menu a:hover {
  color: var(--header-button-text-color) !important;
}

.ps-footer {
  background: #020401 !important;
}

.ps-footer__copyright {
  padding: 5px 0;
}

.ps-footer__copyright p {
  color: var(--color-1st);
}

.info-box {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  max-width: 300px;
}

.info-box_icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  min-width: 40px;
  font-size: 24px;
  background-color: #595959;
  color: var(--color-1st);
  text-align: center;
  margin-right: 10px;
  border-radius: 5px;
}

.media-body {
  flex: 1;
}

.info-box_text {
  line-height: 1;
  display: block;
  color: var(--color-1st);
  font-size: 16px;
  margin-bottom: 0;
}

.ps-form__left h3,
.ps-form__left p {
  color: var(--color-1st);
}

.header .product-navigation.menu > .current-menu-item > a {
  color: var(--header-text-color);
}

.header .product-navigation.menu > .current-menu-item > a,
.header .product-navigation.menu > .current-menu-item > a:hover,
.header .ps-block--user-header .ps-block__right a:hover,
.header .header .header__extra:hover i,
.header .menu--product-categories .menu--dropdown > li:hover > a,
.header .menu--product-categories .menu--dropdown > li:hover > a i,
.header .menu--product-categories .menu--dropdown > li:hover > a:after {
  color: #fc8002;
}

.product-navigation.navigation__right {
  padding: 0;
}

.ps-product-list .ps-section__links li a.active {
  color: #fc8002;
}

.ps-product-list .ps-section__links li a:hover {
  color: var(--header-text-color);
}

textarea.textarea-control {
  resize: vertical;
  height: 80px;
  max-height: 200px;
  font-size: 12px;
  line-height: 14px;
  padding: 6px 12px;
  outline: none;
  border: 1px solid #d5d5d5;
}

.field-group {
  width: 80%;
  display: flex;
  flex-direction: column;
}

.field-group button {
  border: unset;
  background: var(--orange);
  color: #fff;
  font-size: 14px;
  display: none;
}

.quote-icon-btn {
  border: unset;
  background: transparent;
  font-size: 22px;
}

.ps-block--quote {
  border: 1px solid rgba(153, 153, 153, 0.4901960784);
}

.ps-block--quote-form .ps-quote--header {
  padding: 1rem 0.9rem;
  background: #555;
  color: #fff;
}

.ps-block--quote-form .ps-quote--header p {
  font-family: var(--primary-font);
  font-size: 18px;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}

.ps-block--quote-form .ps-quote--content {
  padding: 1rem 0.9rem;
}

.ps-quote--content input[type=text],
.ps-quote--content input[type=number],
.ps-quote--content textarea,
.ps-quote--content select {
  height: auto !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none;
  padding: 3px 5px 3px 5px;
  border: 1px solid #dddddd;
}

.blue-input {
  height: auto !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none;
  padding: 3px 5px 3px 5px !important;
  border: 1px solid #dddddd;
}

.attribute-swatches-wrapper select {
  height: 40px !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none;
  padding: 3px 5px 3px 5px;
  border: 1px solid #dddddd;
}

.dropdown-select {
  height: 40px !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none;
  padding: 3px 5px 3px 5px;
  border: 1px solid #dddddd;
}

.ps-quote--content input[type=text]:focus,
.ps-quote--content input[type=number]:focus,
.blue-input:focus,
.ps-quote--content textarea:focus,
.ps-quote--content select:focus,
.attribute-swatches-wrapper select:focus,
.dropdown-select:focus {
  box-shadow: 0 0 5px rgb(81, 203, 238);
  padding: 3px 5px 3px 5px;
  border: 1px solid rgb(81, 203, 238);
}

button.ps-btn-2 {
  display: inline-block;
  padding: 15px 45px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: var(--color-1st);
  border: none;
  font-weight: 600;
  border-radius: 4px;
  background-color: #000;
  transition: all 0.4s ease;
  cursor: pointer;
}

.ps-quote--content button[type=submit] {
  border: 1px solid #333;
  padding: 0.8rem;
  width: 100%;
}

.ps-quote--content input[type=checkbox] {
  width: 19px;
  height: 19px;
  margin-top: 0 !important;
}

.menu > li > a {
  font-size: 13px !important;
}

.menu--product-categories .menu__toggle span {
  font-size: 13px !important;
}

.menu--product-categories .menu__toggle i {
  font-size: 18px;
}

.navigation__extra > li a {
  font-size: 13px !important;
}

.header .header__top {
  padding: 5px 0;
}

.ps-btn--black:hover {
  color: #222222 !important;
  border: 1px solid #222222;
}

.menu > li.menu-item-has-children > a:after {
  content: "\e93a";
  font: normal normal normal 12px/1 linearicons;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  font-weight: 600;
}

.ps-carousel--nav-inside .owl-dots .owl-dot {
  background: transparent;
  border: 1px solid #000;
}

.ps-carousel--nav-inside .owl-dots .owl-dot:hover,
.ps-carousel--nav-inside .owl-dots .owl-dot.active {
  background-color: #ffffff;
  border: unset;
}

.ps-ads-box .ps-collection-ads {
  overflow: hidden !important;
}

.ps-ads-box .ps-collection-ads img {
  height: 40vh;
  transition: transform 0.5s ease;
  filter: brightness(0.8);
}
.ps-ads-box .ps-collection-ads img:hover {
  transform: scale(1.2);
}

.brand--content h3 {
  font-size: 28px;
}

.brand--content p {
  font-size: 15px;
}

.mock-img_box {
  overflow: hidden;
  padding: 0;
}

.mock-img_box img {
  transition: all 0.4s ease;
}
.mock-img_box img:hover {
  transform: scale(1.2);
}

a:hover {
  color: var(--ck-color-image-caption-text) !important;
}

.ps-cart--mini a.btn-shopping-cart:hover {
  color: var(--ck-color-image-caption-text) !important;
}

.ps-shopping-product .ps-product {
  border: 1px solid #ddd !important;
}
.ps-shopping-product .ps-product:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.product_panel_right .widget_features p {
  position: relative;
  margin-bottom: 20px;
  padding-left: 30px !important;
  color: #000;
  line-height: 1.7em;
  overflow-wrap: anywhere !important;
}

.ps-post__tags a:hover {
  color: #fe7e04 !important;
}

.underline-heading__2 {
  display: block;
  font-size: 42px;
  font-weight: 500;
  letter-spacing: -0.03em;
  font-family: "Hanken Grotesk", sans-serif;
  text-decoration: none;
  position: relative;
  padding-bottom: 4px;
  color: #212121;
}
.underline-heading__2::after {
  content: "";
  position: absolute;
  bottom: -0.01em;
  left: 0;
  width: 50%;
  height: 4px;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #212121 50%, rgba(33, 33, 33, 0.3) 50%);
  background-size: 200% 100%;
  background-position: 100% 50%;
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.underline-heading__2:hover::after {
  background-position: 0% 50%;
}

.modal {
  z-index: 111111;
}

@media (min-width: 1517px) {
  #homepage-1 .ps-home-banner .ps-banner {
    min-height: 460px;
  }
}
@media (min-width: 1707px) {
  #homepage-1 .ps-home-banner .ps-banner {
    min-height: 520px;
  }
}
@media (min-width: 1821px) {
  #homepage-1 .ps-home-banner .ps-banner {
    min-height: 560px;
  }
}
@media (min-width: 2049px) {
  #homepage-1 .ps-home-banner .ps-banner {
    min-height: 440px;
  }
}
@media (max-width: 1199px) {
  .ps-ads-box .ps-collection-ads img {
    height: 15vh;
  }
}
@media (max-width: 500px) {
  .ps-ads-box {
    flex-direction: column;
  }
  #homepage-1 .ps-home-banner .ps-collection {
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
  .heading-h2 {
    font-size: 26px;
    margin-top: 10px;
  }
  #homepage-1 .ps-home-banner .ps-banner {
    min-height: 115px;
  }
}
@media (max-width: 400px) {
  #homepage-1 .ps-home-banner .ps-banner {
    min-height: 75px;
  }
}
.products-layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.products-layout h2 {
  margin: 0;
  font-size: 27px;
}

.layout-options {
  display: flex;
  align-items: center;
}

.layout-options li {
  list-style: none;
  margin-left: 10px; /* Add gap between the icons */
}

.layout-options li:first-child {
  margin-left: 0; /* Remove margin from the first item */
}

.layout-options li a {
  text-decoration: none;
  font-size: 24px; /* Adjust the size as needed */
}

.layout-options li.active a {
  font-weight: bold;
}

.icon-grid,
.icon-list4 {
  font-size: 24px; /* Adjust the size as needed */
}

.ps-page--product .ps-page__container .ps-page__right {
  margin-left: 30px;
  min-width: 240px;
  max-width: 280px;
}

.ctooltip {
  position: relative;
  display: inline-block;
}

.ctooltip i {
  border: 1px solid #777;
  border-radius: 50%;
  font-size: 11px;
  color: #777;
  padding: 0;
  width: 14px;
  text-align: center;
}

/* Tooltip text */
.ctooltip .tooltiptext {
  visibility: hidden;
  width: 180px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
}

.tooltip-top {
  bottom: 125%;
  left: 50%;
  margin-left: -90px;
}

.tooltip-top::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.ctooltip:hover .tooltiptext {
  visibility: visible;
}

.download-sheet--btn {
  background: #93d102;
  color: #fff;
  padding: 0 10px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}
.download-sheet--btn:hover {
  color: #fff !important;
}

.ribbon {
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: absolute;
}

.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  border: 3px solid #1eb5ff;
}

.ribbon span {
  position: absolute;
  display: block;
  width: 165px;
  padding: 5px 0;
  background-color: #f88703;
  text-align: center;
  font-weight: 800;
  color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  left: -22px;
  top: 30px;
  transform: rotate(45deg);
  overflow: hidden; /* Ensures the marquee stays within bounds */
}

/* Styles for the marquee text */
.ribbon span i.marquee {
  display: flex;
  gap: 20px; /* Space between repeated text */
  white-space: nowrap;
  font-weight: 800;
  font-family: "circular";
  text-transform: uppercase;
  animation: marquee 10s linear infinite; /* Continuous animation */
}

/* Keyframes for marquee animation */
@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.ribbon-top-right {
  top: -6px;
  right: -6px;
}

.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}

.ribbon-top-right::before {
  top: 0;
  left: 0;
}

.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  width: 100%;
}

.footer-column {
  min-width: 0; /* Prevent overflow */
}

.footer-column .menu {
  padding: 0;
  color: #fff;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
  .footer-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 992px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}
.ps-newsletter .ps-newsletter--subtitle {
  color: var(--header-text-hover-color);
  font-size: 18px;
  font-weight: 500;
}

@media (min-width: 368px) {
  .bottom-payment-icons {
    display: block;
    float: right;
    height: 30px;
  }
}
.swiper-container.main-slider {
  width: 100%;
  height: auto;
  position: relative;
}

.swiper-slide {
  width: 100%;
  height: auto;
  position: relative;
}

.swiper-slide-link {
  display: block;
  width: 100%;
  height: 100%;
}

.swiper-slide-picture {
  width: 100%;
  height: 100%;
  display: block;
}

.swiper-slide-image {
  width: 100%;
  height: auto;
  display: block;
}

.swiper-pagination,
.swiper-button-prev,
.swiper-button-next {
  display: none !important;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
}

.category-box {
  border: 1px solid #e2e2e2;
  text-align: center;
  padding: 18px 8px;
  background: #fff;
  transition: background 0.18s ease, transform 0.18s ease;
}

.category-box a {
  color: #777;
  text-decoration: none;
  display: flex;
  flex-direction: column;
}

.category-box img {
  vertical-align: middle;
  border-style: none;
  width: 120px;
  height: auto;
  display: block;
  margin: 10px 25px;
}

.category-box h3 {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.category-box:hover {
  background: #fafafa;
  transform: translateY(-4px);
}

@media (max-width: 1024px) {
  .category-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .category-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .category-box {
    width: 100% !important;
  }
}
@media (max-width: 480px) {
  .category-box {
    padding: 12px 6px;
  }
}
.ps-btn--form {
  background-color: var(--header-button-background-color) !important;
  color: var(--header-button-text-color) !important;
  text-transform: capitalize;
}
.ps-btn--form:hover {
  background-color: var(--color-1st) !important;
}

.ps-space--container {
  margin: 6rem auto;
}

figure.testimonial {
  box-sizing: border-box;
  margin: 0;
  padding: 40px 20px 0;
  height: 100%;
}

figure.testimonial blockquote {
  font-size: 16px;
}

figure.testimonial {
  position: relative;
  margin: 40px 1%;
  padding: 0 20px;
  text-align: left;
  box-shadow: none !important;
}

figure.testimonial blockquote {
  background-color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5em;
  margin: 0;
  padding: 25px 40px 30px;
  position: relative;
  filter: drop-shadow(0 3px 15px rgba(0, 0, 0, 0.1));
}

.testimonial blockquote {
  border: 0;
  color: #fff;
  margin: 0;
  padding: 2.5rem 4rem 2.5rem 4.5rem;
  position: relative;
  font-size: 1em;
  font-family: inherit;
  font-style: inherit;
  line-height: inherit;
}

figure.testimonial blockquote::before, figure.testimonial blockquote::after {
  content: "“";
  position: absolute;
  color: #2b00f7;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
}

.testimonial blockquote:before {
  left: 20px;
  top: 20px;
  content: "“";
  font-size: 80px;
  font-style: normal;
  line-height: 1;
  position: absolute;
  font-family: "Playfair Display";
}

figure.testimonial blockquote::before {
  top: 35px;
  left: 9px;
}

figure.testimonial blockquote::after {
  content: "”";
  right: 20px;
  bottom: 0;
}

figure.testimonial blockquote {
  font-size: 16px;
}

figure.testimonial blockquote {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5em;
  margin: 0;
  padding: 25px 50px 30px;
  position: relative;
  filter: drop-shadow(0 3px 15px rgba(0, 0, 0, 0.1));
}

.review-ratings {
  float: none;
}

@media (min-width: 640px) {
  .review-ratings {
    max-width: 278px;
    float: left;
    margin-bottom: 0;
  }
}
.review-ratings {
  display: table;
  max-width: 100%;
}

.review-ratings .rating-summary {
  display: table-row;
}

.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}

.rating-summary .rating-result {
  display: block;
  width: 83px;
}

.rating-summary .rating-result {
  width: 88px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c3c5c9;
  font-family: "porto-icons";
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: "\f844" "\f844" "\f844" "\f844" "\f844";
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}

.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}

.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ffc600;
  font-family: "porto-icons";
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: "\f844" "\f844" "\f844" "\f844" "\f844";
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}

.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.testimonial blockquote p {
  margin-bottom: 0;
  color: #000;
  max-height: 150px;
  overflow: hidden;
}

.testimonial blockquote p {
  margin-bottom: 0;
  color: #000;
  overflow: hidden;
  font-size: 14px !important;
  max-height: 150px !important;
}

.testimonial blockquote p {
  font-size: 1.2em;
  line-height: 1.5;
  margin-bottom: 0;
  color: #333;
}

figure.testimonial:nth-child(2n) .arrow {
  border-left-width: 25px;
  border-right-width: 0;
  left: auto;
  right: 50px;
}

figure.testimonial .arrow {
  top: 100%;
  left: 50px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #fff;
  margin: 0;
  position: absolute;
}

span.label.rating-label {
  display: none !important;
}

.review-ratings .rating-label {
  display: table-cell;
  vertical-align: baseline;
  padding-top: 1px;
  padding-right: 1.25em;
  padding-bottom: 0.25em;
}

figure.testimonial img {
  height: 50px !important;
  width: 50px !important;
}

figure.testimonial .author {
  position: absolute;
  bottom: 45px;
  padding: 0 10px 0 120px;
  margin: 0;
  transform: translateY(50%);
}

figure.testimonial .author .author-name {
  font-weight: 400;
  font-size: 1.4em;
  line-height: 1.4em;
  opacity: 0.9;
  margin: 0;
}

figure.testimonial img {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  margin: 40px 0 0 10px;
}

.ps-panel--search-result > * {
  text-align: left;
}

.ps-basic-btn {
  background-color: var(--header-button-background-color) !important;
  color: var(--header-button-text-color) !important;
  transition: background-color 0.2s ease-out;
}
.ps-basic-btn:hover {
  background-color: var(--color-1st) !important;
  color: var(--header-button-text-color) !important;
}

.ps-btn--item {
  color: var(--header-button-text-color) !important;
}
.ps-btn--item i {
  margin-right: 3px;
}

.product-social-links {
  margin: 10px 0;
  text-align: left;
}

.product-social-links > * {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
}

.product-social-links {
  width: 100%;
  display: block;
  text-align: left;
}

.share-links {
  vertical-align: middle;
}

.product-social-links .share-links a:not(:hover) {
  background: none;
  color: #222529;
  border: 2px solid #e7e7e7;
}

.product-social-links .share-links a {
  font-size: 13px;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  margin: 0.2857em 0.1em 0.2857em 0;
}

.share-links .share-facebook {
  background: #3b5a9a;
}

.share-links a {
  font-size: 0.8rem;
  color: #fff;
  text-indent: -9999em;
  text-align: center;
  width: 2.2857em;
  height: 2.2857em;
  display: inline-block;
  margin: 0.2857em 0.5714em 0.2857em 0;
  position: relative;
  text-decoration: none;
  vertical-align: middle;
  transition: 0.25s;
  transform: translate3d(0, 0, 0);
}

.share-links a:hover, .share-links a:focus {
  opacity: 0.9;
  color: #fff;
}

.share-links a:before {
  font-family: "Font Awesome 5 Brands";
  text-indent: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  line-height: 30px !important;
  height: 22px;
  margin: auto;
  z-index: 2;
}

.share-links .share-twitter {
  background: #1aa9e1;
}

.share-links .share-twitter:before {
  content: "\f099";
}

.share-links .share-facebook:before {
  content: "\f39e";
}

.share-links .share-linkedin {
  background: #0073b2;
}

.share-links .share-linkedin:before {
  content: "\f0e1";
}

.share-links .share-whatsapp {
  background: #3c8a38;
}

.share-links .share-whatsapp:before {
  content: "\f232";
}

.share-links .share-googleplus {
  background: #dd4b39;
}

.share-links .share-googleplus:before {
  content: "\f0d5";
}

.share-links .share-email {
  background: #dd4b39;
}

.share-links .share-email:before {
  font-family: "porto-icons";
  content: "\e82e";
  font-weight: 400;
}

/* ================================================================== */
/* Reference Design Token Styles — match ref_decoded.html visual lang  */
/* ================================================================== */
/* Default body font: reference uses Manrope */
body {
  font-family: var(--primary-font) !important;
}

/* ---- Featured Product Categories: circular tiles ---- */
.ps-top-categories .category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ps-top-categories .category-box {
  border-radius: 14px;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  margin-bottom: 34px;
}

.ps-top-categories .category-box:hover {
  transform: translateY(-4px);
}

.ps-top-categories .category-box a {
  display: block;
  width: 100%;
  text-align: center;
}

.ps-top-categories .category-box__image {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 999px;
  overflow: hidden;
  background: var(--line2);
  position: relative;
}

.ps-top-categories .category-box__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ps-top-categories .category-box h3 {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  margin: 9px 0 0;
}

/* ---- Product cards (color tokens) ---- */
.ps-product .ps-badge--gold {
  background: var(--gold);
  color: var(--on-brand);
}

.ps-product .ps-badge--deal {
  background: var(--deal);
  color: var(--on-brand);
}

.ps-product .ps-shipping {
  color: var(--green);
  font-weight: 600;
  font-size: 12px;
}

.ps-product .ps-product__rating .br-wrapper a {
  color: var(--gold) !important;
}

/* ---- Flash Sale: dark ink-solid panel + deal countdown boxes ---- */
.ps-deal-of-day {
  background: var(--ink-solid);
  color: var(--on-brand);
  border-radius: 14px;
  padding: 18px;
  margin-top: 14px;
}

.ps-deal-of-day .ps-section__header {
  border-bottom: none;
  margin-bottom: 16px;
}

.ps-deal-of-day .ps-section__header h3 {
  color: var(--on-brand);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.ps-deal-of-day .ps-block--countdown-deal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.ps-deal-of-day .ps-block__right figure figcaption {
  color: var(--faint);
  font-size: 13px;
  margin-right: 8px;
}

.ps-deal-of-day .ps-countdown {
  display: flex;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ps-deal-of-day .ps-countdown li {
  background: var(--deal);
  color: var(--on-brand);
  border-radius: 7px;
  padding: 6px 10px;
  min-width: 42px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
}

.ps-deal-of-day .ps-countdown li:after {
  content: none;
}

.ps-deal-of-day .ps-countdown li span {
  color: var(--on-brand);
}

/* Flash sale product cards rendered inside the dark panel need light surfaces */
.ps-deal-of-day .ps-product {
  background: var(--surface);
}

/* ---- Section headers ---- */
.ps-product-list .ps-section__header {
  background: var(--surface);
  border-bottom: 1px solid var(--line);
  border-radius: 14px 14px 0 0;
}

.ps-product-list .ps-section__header h3 {
  color: var(--ink);
}

.ps-product-list .ps-section__links li a {
  color: var(--muted);
}

.ps-product-list .ps-section__links li a:hover,
.ps-product-list .ps-section__links li a.active {
  color: var(--brand);
}

/* ---- Buttons: brand background ---- */
.ps-btn,
button.ps-btn {
  background: var(--brand);
  color: var(--on-brand);
  border-radius: 8px;
}

.ps-btn:hover,
button.ps-btn:hover {
  background: var(--brand-soft2);
}

.ps-btn--brand {
  background: var(--brand);
  color: var(--on-brand);
}

/* ---- Site Features ---- */
.ps-site-features {
  background: var(--surface);
  border-radius: 14px;
}

.ps-site-features .ps-block--site-features .ps-block__item {
  display: flex;
  gap: 12px;
  align-items: center;
}

.ps-site-features .ps-feature-icon {
  background: var(--brand-soft);
  color: var(--ink-solid);
  border-radius: 10px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex: 0 0 auto;
}

/* ---- Theme Ads / Collections ---- */
.ps-home-ads .ps-collection,
.ps-collection {
  background: var(--bg);
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
}

.ps-home-ads .ps-collection .ps-btn,
.ps-collection .ps-btn {
  background: var(--brand);
  color: var(--on-brand);
}

/* ---- Newsletter ---- */
.ps-newsletter {
  background: var(--surface);
  border-radius: 14px;
}

.ps-newsletter .ps-btn {
  background: var(--brand);
  color: var(--on-brand);
}

/* ---- Download App ---- */
.ps-download-app {
  background: var(--bg);
  border-radius: 14px;
}

.ps-download-app .ps-btn {
  background: var(--brand);
  color: var(--on-brand);
}

/* ---- Simple Slider static hero ---- */
.ps-simple-slider {
  background: var(--bg);
  border-radius: 14px;
  text-align: center;
}

.ps-simple-slider .ps-btn {
  background: var(--brand);
  color: var(--on-brand);
}

/* ---- Dark mode adjustments (token-driven) ---- */
[data-theme=dark] .ps-product,
[data-theme=dark] .ps-top-categories .category-box,
[data-theme=dark] .ps-newsletter,
[data-theme=dark] .ps-download-app,
[data-theme=dark] .ps-simple-slider,
[data-theme=dark] .ps-site-features {
  background: var(--surface);
  border-color: var(--line);
}

[data-theme=dark] body {
  background: var(--bg);
  color: var(--ink);
}

/* End of reference token styles */
/* ============================================================
   ALANSAARSHOP THEME - NEW UI STYLES
   ============================================================ */
/* ---- TOP BAR ---- */
.as-topbar {
  background-color: var(--ink-solid, #244855);
  color: #fff;
  font-size: 12px;
  padding: 6px 0;
  line-height: 1.4;
}

.as-topbar__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.as-topbar__left,
.as-topbar__right {
  display: flex;
  align-items: center;
  gap: 8px;
}

.as-topbar__item {
  white-space: nowrap;
}

.as-topbar__link {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s;
}
.as-topbar__link:hover {
  opacity: 0.8;
  color: #fff;
}

.as-topbar__divider {
  opacity: 0.4;
}

.as-topbar__dropdown {
  position: relative;
  display: inline-block;
}
.as-topbar__dropdown > a {
  color: #fff;
  padding-right: 14px;
  position: relative;
}
.as-topbar__dropdown > a:after {
  content: "\e93a";
  font: normal normal normal 10px/1 linearicons;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.as-topbar__dropdown .ps-dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 100;
  min-width: 120px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  padding: 4px 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
  list-style: none;
  margin: 0;
}
.as-topbar__dropdown .ps-dropdown-menu li a {
  display: block;
  padding: 6px 12px;
  color: #333;
  font-size: 13px;
}
.as-topbar__dropdown .ps-dropdown-menu li a:hover {
  background: #f5f5f5;
  color: var(--ink-solid, #244855);
}
.as-topbar__dropdown:hover .ps-dropdown-menu {
  visibility: visible;
  opacity: 1;
}

.as-topbar .ps-dropdown {
  position: relative;
}
.as-topbar .ps-dropdown > a {
  color: #fff;
}

.as-topbar .navigation__extra {
  display: inline-flex;
  gap: 8px;
}
.as-topbar .navigation__extra li {
  margin: 0;
  padding: 0;
}
.as-topbar .navigation__extra li:after {
  display: none;
}
.as-topbar .navigation__extra li a {
  color: #fff;
  padding: 0;
}

.language-switcher {
  display: inline-flex;
  align-items: center;
}
.language-switcher .dropdown {
  display: inline-block;
}
.language-switcher .dropdown .dropdown-toggle {
  color: #fff;
  background: none;
  border: none;
  padding: 0;
  font-size: 12px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.language-switcher .dropdown .dropdown-menu {
  min-width: 120px;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

/* ---- HEADER MAIN ---- */
.as-header__main {
  background: #fff;
  padding: 14px 0;
  border-bottom: 1px solid var(--line, #DCE7E9);
}

.as-header__inner {
  display: flex;
  align-items: center;
  gap: 24px;
}

.as-header__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
}
.as-header__logo img {
  height: 36px;
  width: auto;
}

.as-header__logo-text {
  font-size: 22px;
  font-weight: 700;
  color: var(--ink-solid, #244855);
  letter-spacing: -0.3px;
}

.as-header__logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.as-header__brand-name {
  font-size: 18px;
  font-weight: 800;
  color: var(--ink-solid, #244855);
  letter-spacing: -0.3px;
  line-height: 1.1;
}

.as-header__search {
  flex: 1;
  max-width: 600px;
}

.as-search-form {
  display: flex;
  position: relative;
  border: 2px solid var(--ink-solid, #244855);
  border-radius: 8px;
}
.as-search-form:focus-within {
  border-color: var(--ink-solid, #244855);
}

.as-search-form__input {
  flex: 1;
  border: none;
  padding: 10px 16px;
  font-size: 14px;
  outline: none;
  background: #fff;
  min-width: 0;
}

.as-search-form__btn {
  background: var(--ink-solid, #244855);
  color: #fff;
  border: none;
  padding: 10px 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.as-search-form__btn i {
  font-size: 18px;
}
.as-search-form__btn:hover {
  background: rgb(9.3573164803%, 18.7146329606%, 22.0936639118%);
}

.as-header__actions {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}

.as-header__action {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  text-decoration: none;
  color: var(--ink, #152A32);
  font-size: 12px;
  line-height: 1.3;
  border-radius: 6px;
  transition: background 0.15s;
  position: relative;
  white-space: nowrap;
}
.as-header__action:hover {
  background: rgba(0, 0, 0, 0.04);
  color: var(--ink, #152A32);
  text-decoration: none;
}
.as-header__action i {
  font-size: 22px;
  line-height: 1;
}

.as-header__action-label {
  font-size: 11px;
  line-height: 1.2;
}
.as-header__action-label strong {
  font-size: 12px;
  font-weight: 600;
}

.as-header__badge {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 18px;
  height: 18px;
  background: var(--deal, #BF4630);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  padding: 0 4px;
}

.as-header__badge--cart {
  background: var(--deal, #BF4630);
}

.as-header__cart {
  position: relative;
}
.as-header__cart .ps-cart--mobile {
  display: none;
}

body.cart-open .as-header__cart .ps-cart--mobile {
  display: block;
}

/* ---- CATEGORY NAV ---- */
.as-nav {
  background: #fff;
  border-bottom: 1px solid var(--line, #DCE7E9);
}

.as-nav__inner {
  display: flex;
  align-items: stretch;
  gap: 0;
}

.as-nav__categories {
  position: relative;
  flex-shrink: 0;
}

.as-nav__toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: var(--ink-solid, #244855);
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  transition: background 0.2s;
}
.as-nav__toggle i {
  font-size: 18px;
}
.as-nav__toggle:hover {
  background: rgb(10.5473991249%, 21.0947982499%, 24.9035812672%);
}

.as-nav__dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 280px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  border-radius: 0 0 8px 8px;
}
.as-nav__dropdown.is-active {
  display: block;
}

.as-nav__dropdown-menu {
  list-style: none;
  margin: 0;
  padding: 8px 0;
}
.as-nav__dropdown-menu > li {
  position: relative;
}
.as-nav__dropdown-menu > li > a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 20px;
  color: #333;
  font-size: 13px;
  text-decoration: none;
  transition: background 0.15s;
}
.as-nav__dropdown-menu > li > a img, .as-nav__dropdown-menu > li > a i {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  font-size: 16px;
  flex-shrink: 0;
}
.as-nav__dropdown-menu > li > a:hover {
  background: #f5f5f5;
  color: var(--ink-solid, #244855);
}
.as-nav__dropdown-menu > li.menu-item-has-children > a::after {
  content: "\e93c";
  font: normal normal normal 10px/1 linearicons;
  margin-left: auto;
  color: #999;
}
.as-nav__dropdown-menu > li .mega-menu,
.as-nav__dropdown-menu > li .sub-menu {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  min-width: 250px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  border-radius: 0 8px 8px 0;
  padding: 8px 0;
  list-style: none;
  margin: 0;
  z-index: 1001;
}
.as-nav__dropdown-menu > li:hover > .mega-menu, .as-nav__dropdown-menu > li:hover > .sub-menu {
  display: block;
}
.as-nav__dropdown-menu > li .mega-menu__column {
  padding: 4px 20px;
}
.as-nav__dropdown-menu > li .mega-menu__column h4 {
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 4px;
  color: var(--ink-solid, #244855);
}
.as-nav__dropdown-menu > li .mega-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.as-nav__dropdown-menu > li .mega-menu__list li a {
  display: block;
  padding: 4px 0;
  font-size: 12px;
  color: #666;
}
.as-nav__dropdown-menu > li .mega-menu__list li a:hover {
  color: var(--ink-solid, #244855);
}

.as-nav__links {
  flex: 1;
  min-width: 0;
}

.as-nav__menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.as-nav__menu > li > a {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s;
}
.as-nav__menu > li > a:hover {
  color: var(--brand, #244855);
}
.as-nav__menu > li:first-child > a {
  color: var(--brand, #244855);
  font-weight: 600;
}

/* ---- MOBILE SIDEBAR ---- */
.as-mobile-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
}
.as-mobile-overlay.is-active {
  display: block;
}

.as-mobile-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  height: 100vh;
  background: #fff;
  z-index: 9999;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
}
.as-mobile-sidebar.is-open {
  transform: translateX(0);
}

.as-mobile-sidebar__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  background: var(--ink-solid, #244855);
  color: #fff;
}
.as-mobile-sidebar__header h3 {
  margin: 0;
  font-size: 16px;
  color: #fff;
}

.as-mobile-sidebar__close {
  background: none;
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  padding: 4px;
}

.as-mobile-sidebar__content {
  padding: 10px 0;
}

.as-mobile-sidebar__menu,
.as-mobile-sidebar__extra {
  list-style: none;
  margin: 0;
  padding: 0;
}
.as-mobile-sidebar__menu li a,
.as-mobile-sidebar__extra li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  color: #333;
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px solid #f0f0f0;
}
.as-mobile-sidebar__menu li a i,
.as-mobile-sidebar__extra li a i {
  font-size: 18px;
  color: #666;
}
.as-mobile-sidebar__menu li a:hover,
.as-mobile-sidebar__extra li a:hover {
  background: #f5f5f5;
}

/* ---- HOME BANNER / SLIDER ---- */
.as-home-banner {
  padding: 16px 0;
}

.as-home-banner__grid {
  display: flex;
  gap: 16px;
}

.as-home-banner__slider {
  flex: 1;
  min-width: 0;
}
.as-home-banner__slider .ps-carousel--nav-inside {
  border-radius: 8px;
  overflow: hidden;
}
.as-home-banner__slider .ps-banner {
  min-height: 380px;
  background-size: cover;
  background-position: center;
  background-color: #e8ecef;
  position: relative;
  border-radius: 8px;
}
.as-home-banner__slider .owl-nav button {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.35) !important;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.as-home-banner__slider .owl-nav button:hover {
  background: rgba(0, 0, 0, 0.6) !important;
}
.as-home-banner__slider .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.5);
}
.as-home-banner__slider .owl-dots .owl-dot.active span {
  background: #fff;
}

.as-home-banner__ads {
  width: 280px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.as-home-banner__ad {
  flex: 1;
  border-radius: 8px;
  overflow: hidden;
  background: #e8ecef;
}
.as-home-banner__ad img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.as-home-banner .main-slider {
  border-radius: 8px;
  overflow: hidden;
}
.as-home-banner .main-slider .swiper-slide {
  border-radius: 8px;
}
.as-home-banner .main-slider .swiper-slide-image {
  width: 100%;
  height: auto;
  display: block;
}

/* ---- SITE FEATURES ---- */
.as-site-features {
  padding: 40px 0;
}

.as-site-features__grid {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}

.as-site-features__item {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 1 1 auto;
  min-width: 180px;
  max-width: 240px;
}

.as-site-features__icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--brand-soft, #E2EDEF);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.as-site-features__icon i {
  font-size: 22px;
  color: var(--ink-solid, #244855);
}

.as-site-features__text h4 {
  margin: 0 0 2px;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink, #152A32);
}
.as-site-features__text p {
  margin: 0;
  font-size: 12px;
  color: var(--muted, #4E6A73);
}

/* ---- FLASH SALE ---- */
.as-flash-sale {
  background: #F8F9FA;
  border-radius: 12px;
  padding: 24px 28px;
  margin: 24px 0;
}

.as-flash-sale__header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.as-flash-sale__title h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: var(--ink-solid, #244855);
}

.as-flash-sale__countdown {
  display: flex;
  align-items: center;
}

.as-countdown {
  display: flex;
  align-items: center;
  gap: 2px;
}

.as-countdown__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.as-countdown__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: var(--ink-solid, #244855);
  color: #fff;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
}

.as-countdown__label {
  font-size: 10px;
  color: var(--muted, #4E6A73);
  margin-top: 2px;
}

.as-countdown__sep {
  color: var(--ink-solid, #244855);
  font-weight: 700;
  font-size: 16px;
  margin: 0 3px;
  padding-top: 0;
}

.as-flash-sale__action {
  margin-left: auto;
}

.as-flash-sale__link {
  color: var(--ink-solid, #244855);
  font-size: 13px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  opacity: 0.85;
  transition: opacity 0.2s;
}
.as-flash-sale__link:hover {
  opacity: 1;
  color: var(--ink-solid, #244855);
}
.as-flash-sale__link i {
  font-size: 14px;
}

/* ---- PRODUCT LIST SECTIONS (Featured, Collections, Category Products) ---- */
.as-product-list {
  padding: 32px 0;
}

.as-product-list__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.as-product-list__title {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: var(--ink, #152A32);
}

.as-product-list__view-all {
  color: var(--ink, #152A32);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: color 0.2s;
}
.as-product-list__view-all:hover {
  color: var(--brand, #244855);
}
.as-product-list__view-all i {
  font-size: 14px;
}

/* ---- FEATURED CATEGORIES ---- */
.as-featured-categories {
  padding: 32px 0;
}

/* ---- THEME ADS ---- */
.as-theme-ads {
  padding: 24px 0;
}

.as-theme-ads__item {
  border-radius: 8px;
  overflow: hidden;
}
.as-theme-ads__item img {
  width: 100%;
  height: auto;
  display: block;
}

/* ---- DOWNLOAD APP ---- */
.as-download-app {
  padding: 40px 0;
}

.as-download-app__inner {
  display: flex;
  align-items: center;
  gap: 40px;
  background: var(--ink-solid, #244855);
  border-radius: 12px;
  padding: 40px 48px;
  color: #fff;
}

.as-download-app__content {
  flex: 1;
}

.as-download-app__title {
  margin: 0 0 12px;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}

.as-download-app__subtitle {
  margin: 0 0 8px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
}

.as-download-app__desc {
  margin: 0 0 20px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
}

.as-download-app__buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.as-download-app__store-btn {
  display: inline-block;
}
.as-download-app__store-btn img {
  height: 40px;
  width: auto;
}

.as-download-app__screenshot {
  flex-shrink: 0;
  width: 280px;
}
.as-download-app__screenshot img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* ---- NEWSLETTER ---- */
.as-newsletter {
  background: var(--ink-solid, #244855);
  border-radius: 12px;
  padding: 40px 48px;
  margin: 32px 0;
}

.as-newsletter__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.as-newsletter__title {
  margin: 0 0 4px;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}

.as-newsletter__subtitle {
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
}

.as-newsletter__form {
  flex-shrink: 0;
  width: 400px;
}

.as-newsletter-form__group {
  display: flex;
  border-radius: 8px;
  overflow: hidden;
}

.as-newsletter-form__input {
  flex: 1;
  border: none;
  padding: 12px 16px;
  font-size: 14px;
  outline: none;
}

.as-newsletter-form__btn {
  background: var(--brand, #244855);
  color: var(--on-brand, #fff);
  border: none;
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s;
}
.as-newsletter-form__btn:hover {
  background: var(--ink-solid, #1a3842);
}

/* ---- PRODUCT CARD OVERRIDES (fix base _product.scss conflicts) ---- */
.ps-product {
  padding: 0;
  border: 1px solid var(--line, #DCE7E9);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  transition: box-shadow 0.25s ease;
}
.ps-product:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.ps-product__thumbnail {
  position: relative;
  overflow: hidden;
  background: #f8f9fa;
}
.ps-product__thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.ps-product__badge {
  position: absolute;
  top: 8px;
  right: auto;
  background: var(--deal, #BF4630);
  color: #fff;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.5;
  white-space: nowrap;
  max-width: -moz-fit-content;
  max-width: fit-content;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 2;
}
.ps-product__badge.out-stock {
  background: #999;
}

.ps-product__actions {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(4px);
  transform: translateY(100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 3;
}
.ps-product__actions li {
  margin: 0;
  list-style: none;
}
.ps-product__actions li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid var(--line, #DCE7E9);
  background: #fff;
  color: var(--ink, #152A32);
  font-size: 14px;
  transition: all 0.2s ease;
}
.ps-product__actions li a:hover {
  background: var(--brand, #244855);
  border-color: var(--brand, #244855);
  color: #fff;
}
.ps-product__actions li a:hover i {
  color: #fff;
}
.ps-product__actions li a i {
  line-height: 1;
}

.ps-product:hover .ps-product__actions {
  transform: translateY(0);
}

.ps-product__container {
  padding: 12px;
}

.ps-product__content {
  min-height: auto;
}

.ps-product__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  color: var(--ink, #152A32);
  line-height: 1.4;
  margin-bottom: 6px;
  text-decoration: none;
  padding: 0;
  max-height: none;
}
.ps-product__title:hover {
  color: var(--brand, #244855) !important;
}

.ps-product__vendor {
  font-size: 11px;
  color: var(--muted, #4E6A73);
  margin-bottom: 4px;
  padding-bottom: 0;
  border-bottom: none;
  text-transform: none;
}
.ps-product__vendor a {
  color: var(--ink-solid, #244855);
  font-weight: 500;
}

.ps-product__price {
  font-size: 15px;
  font-weight: 700;
  color: var(--ink, #152A32);
  margin-bottom: 4px;
}
.ps-product__price.sale {
  color: var(--deal, #BF4630);
}
.ps-product__price del {
  font-size: 12px;
  font-weight: 400;
  color: var(--muted, #4E6A73);
  margin-left: 6px;
}

.ps-product__desc {
  font-size: 12px;
  color: var(--muted, #4E6A73);
  margin-bottom: 6px;
}

.rating_wrap {
  margin-bottom: 4px;
}

.rating_wrap .rating_num {
  font-size: 11px;
  color: var(--muted, #4E6A73);
}

/* ---- FLASH SALE PRODUCT CARD (compact) ---- */
.as-flash-sale .ps-product {
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}
.as-flash-sale .ps-product:hover {
  box-shadow: none;
}
.as-flash-sale .ps-product__thumbnail {
  background: #fff;
  border-radius: 8px;
}
.as-flash-sale .ps-product__actions {
  background: rgba(255, 255, 255, 0.95);
}
.as-flash-sale .ps-product__container {
  padding: 10px 4px;
}
.as-flash-sale .ps-product__price {
  font-size: 15px;
}
.as-flash-sale .ps-product__price.sale {
  color: var(--deal, #BF4630);
}

/* ---- RESPONSIVE ---- */
@media (max-width: 991px) {
  .as-topbar__left {
    display: none;
  }
  .as-header__actions .as-header__action-label {
    display: none;
  }
  .as-header__action {
    padding: 6px 8px;
  }
  .as-nav__links {
    display: none;
  }
  .as-home-banner__grid {
    flex-direction: column;
  }
  .as-home-banner__ads {
    width: 100%;
    flex-direction: row;
  }
  .as-download-app__inner {
    flex-direction: column-reverse;
    padding: 32px 24px;
    text-align: center;
  }
  .as-download-app__screenshot {
    width: 200px;
  }
  .as-download-app__buttons {
    justify-content: center;
  }
  .as-newsletter__inner {
    flex-direction: column;
    text-align: center;
  }
  .as-newsletter__form {
    width: 100%;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .as-site-features__grid {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .as-site-features__item {
    max-width: 100%;
    min-width: 0;
  }
  .as-flash-sale__header {
    flex-wrap: wrap;
  }
  .as-flash-sale {
    padding: 16px;
    border-radius: 8px;
  }
  .as-footer__inner {
    flex-direction: column;
    text-align: center;
  }
  .as-footer__placeholder-img {
    margin: 0 auto;
  }
  .as-footer__bottom-inner {
    justify-content: center;
  }
  .as-header__search {
    max-width: none;
  }
  .as-header__logo-text {
    font-size: 18px;
  }
  .as-newsletter {
    padding: 24px 16px;
    border-radius: 8px;
  }
  .as-download-app__title {
    font-size: 22px;
  }
}
/* ---- SINGLE PRODUCT PAGE RESTYLE ---- */
.ps-page--product .ps-product__header {
  gap: 30px;
}
.ps-page--product .ps-product__thumbnail figure {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--line, #DCE7E9);
  background: var(--surface, #fff);
  padding: 12px;
}
.ps-page--product .ps-product__gallery img {
  border-radius: 8px;
  max-height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: crosshair;
}
.ps-page--product .ps-product__gallery .slick-arrow {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  z-index: 10;
}
.ps-page--product .ps-product__gallery .slick-arrow:first-child {
  left: 12px;
}
.ps-page--product .ps-product__gallery .slick-arrow:last-child {
  right: 12px;
}
.ps-page--product .ps-product__gallery .slick-arrow:hover {
  background: var(--brand, #244855);
  color: #fff;
}
.ps-page--product .ps-product__variants .item {
  border: 2px solid transparent;
  border-radius: 8px;
  overflow: hidden;
  padding: 4px;
  transition: border-color 0.2s;
}
.ps-page--product .ps-product__variants .item.slick-current {
  border-color: var(--brand, #244855);
}
.ps-page--product .ps-product__variants .item img {
  border-radius: 6px;
  max-height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
}
.ps-page--product .ps-product__info h1 {
  font-size: 26px;
  font-weight: 700;
  color: var(--ink, #152A32);
  line-height: 1.3;
  margin-bottom: 12px;
}
.ps-page--product .ps-product__meta {
  border-bottom: 1px solid var(--line, #DCE7E9);
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.ps-page--product .ps-product__price {
  font-size: 28px;
  font-weight: 700;
  color: var(--ink, #152A32);
  margin-bottom: 16px;
}
.ps-page--product .ps-product__price.sale {
  color: var(--deal, #BF4630);
}
.ps-page--product .ps-product__price.sale del {
  color: var(--muted, #4E6A73);
  font-size: 18px;
  font-weight: 400;
}
.ps-page--product .ps-product__finalprice {
  font-size: 30px;
  font-weight: 800;
  color: var(--ink, #152A32);
}
.ps-page--product .ps-product__discount {
  margin-left: 12px;
}
.ps-page--product .ps-product__discount-pct {
  background: var(--deal-soft, #F8E6E1);
  color: var(--deal, #BF4630);
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
}
.ps-page--product .ps-product__desc {
  border-bottom: 1px solid var(--line, #DCE7E9);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.ps-page--product .ps-product__shopping {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line, #DCE7E9);
  margin-bottom: 24px;
}
.ps-page--product .ps-product__shopping figure {
  margin-bottom: 0;
}
.ps-page--product .ps-product__shopping .as-btn {
  min-height: 46px;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 8px;
}
.ps-page--product .ps-product__shopping .as-btn--primary {
  background: var(--brand, #244855);
  color: var(--on-brand, #fff);
  border-color: var(--brand, #244855);
}
.ps-page--product .ps-product__shopping .as-btn--primary:hover {
  background: var(--ink-solid, #1a3842);
  border-color: var(--ink-solid, #1a3842);
}
.ps-page--product .ps-product__shopping .as-btn--ghost {
  background: transparent;
  color: var(--ink, #152A32);
  border: 1px solid var(--line, #DCE7E9);
}
.ps-page--product .ps-product__shopping .as-btn--ghost:hover {
  background: var(--bg, #EFF4F5);
}
.ps-page--product .ps-product__actions {
  display: flex;
  gap: 8px;
  margin-left: auto;
}
.ps-page--product .ps-product__actions a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--line, #DCE7E9);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted, #4E6A73);
  transition: all 0.2s;
  text-decoration: none;
}
.ps-page--product .ps-product__actions a:hover {
  background: var(--brand, #244855);
  border-color: var(--brand, #244855);
  color: #fff;
}
.ps-page--product .ps-tab-list {
  border-bottom: 2px solid var(--line, #DCE7E9);
  margin-bottom: 30px;
}
.ps-page--product .ps-tab-list li a {
  font-size: 16px;
  font-weight: 600;
  color: var(--muted, #4E6A73);
  padding: 14px 24px;
}
.ps-page--product .ps-tab-list li a::before {
  background: var(--brand, #244855);
}
.ps-page--product .ps-tab-list li a:hover {
  color: var(--ink, #152A32);
}
.ps-page--product .ps-tab-list li.active a {
  color: var(--ink, #152A32);
  border-color: var(--ink, #152A32);
}
.ps-page--product .form-group--number.product__qty {
  max-width: 110px;
}
.ps-page--product .form-group--number.product__qty .form-control {
  border: 1px solid var(--line, #DCE7E9);
  border-radius: 8px;
  height: 46px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}
.ps-page--product .form-group--number.product__qty button {
  border-radius: 8px;
}
.ps-page--product .form-group--number.product__qty button:hover {
  background: var(--brand, #244855);
  color: #fff;
}
.ps-page--product .pr_switch_wrap {
  margin-bottom: 16px;
}
.ps-page--product .product-social-links .share-links a {
  border-radius: 50%;
  transition: all 0.2s;
}
.ps-page--product .product-social-links .share-links a:hover {
  opacity: 0.85;
}

/* ---- END SINGLE PRODUCT PAGE RESTYLE ---- */
/* ---- DARK MODE ---- */
[data-theme=dark] .as-topbar {
  background: var(--ink-solid);
}
[data-theme=dark] .as-header__main,
[data-theme=dark] .as-nav {
  background: var(--surface);
  border-color: var(--line);
}
[data-theme=dark] .as-nav__toggle {
  background: var(--ink-solid);
}
[data-theme=dark] .as-nav__menu > li > a {
  color: var(--ink);
}
[data-theme=dark] .as-nav__dropdown {
  background: var(--surface);
}
[data-theme=dark] .as-nav__dropdown-menu > li > a {
  color: var(--ink);
}
[data-theme=dark] .as-nav__dropdown-menu > li > a:hover {
  background: var(--brand-soft);
  color: var(--brand);
}
[data-theme=dark] .as-search-form {
  border-color: var(--line);
}
[data-theme=dark] .as-search-form__btn {
  background: var(--ink-solid);
}
[data-theme=dark] .as-header__action {
  color: var(--ink);
}
[data-theme=dark] .as-header__action:hover {
  background: var(--brand-soft);
  color: var(--ink);
}
[data-theme=dark] .as-flash-sale {
  background: var(--ink-solid);
}
[data-theme=dark] .as-flash-sale__title h3,
[data-theme=dark] .as-flash-sale__link {
  color: #fff;
}
[data-theme=dark] .as-countdown__number {
  background: rgba(255, 255, 255, 0.15);
}
[data-theme=dark] .as-countdown__label {
  color: rgba(255, 255, 255, 0.7);
}
[data-theme=dark] .as-countdown__sep {
  color: rgba(255, 255, 255, 0.6);
}
[data-theme=dark] .as-download-app__inner {
  background: var(--ink-solid);
}
[data-theme=dark] .as-newsletter {
  background: var(--ink-solid);
}
[data-theme=dark] .ps-product {
  border-color: var(--line);
  background: var(--surface);
}
[data-theme=dark] .ps-product__title {
  color: var(--ink);
}
[data-theme=dark] .as-footer {
  background: var(--surface);
  border-color: var(--line);
}
[data-theme=dark] .as-footer__logo {
  color: var(--brand);
}
[data-theme=dark] .as-footer__bottom {
  background: var(--ink-solid);
}
[data-theme=dark] .as-mobile-sidebar {
  background: var(--surface);
}
[data-theme=dark] .as-mobile-sidebar__content li a {
  color: var(--ink);
  border-color: var(--line);
}
[data-theme=dark] .as-search-form__input {
  background: var(--surface);
  color: var(--ink);
}
[data-theme=dark] .as-footer__placeholder-img {
  border-color: var(--line);
  color: var(--muted);
}

/* ============================================================
   UI MOLDING — search, cart offcanvas, footer, product pages
   ============================================================ */
/* ---- Homepage full-width: override .container min-width ---- */
.as-home-section .container,
.shortcode-section .container,
section .container {
  min-width: 0;
  max-width: 100%;
  width: 100%;
}

/* ---- Nav submenu scrollbar fix ---- */
.as-nav__menu .sub-menu,
.as-nav__menu .mega-menu,
.as-nav__menu .submenu {
  overflow: visible !important;
  max-height: none !important;
  height: auto !important;
}
.as-nav__menu .mega-menu__column {
  overflow: visible !important;
  height: auto !important;
}

header .sw-megamenu.navigation li.level0 .submenu {
  overflow: visible !important;
  max-height: none !important;
  height: auto !important;
}

header .sw-megamenu.navigation li.level0 .submenu .container .row {
  overflow-y: visible;
  height: auto;
}

header.page-header.type1.sticky-header .navigation .level0 .level0.submenu {
  height: auto !important;
  overflow: visible !important;
}

header.page-header.type1.sticky-header ul.subchildmenu.col-md-12.mega-columns.columns4 {
  overflow: visible !important;
  height: auto !important;
}

ul.subchildmenu.col-md-12.mega-columns.columns4 {
  overflow: visible !important;
  height: auto !important;
}

/* ---- Search bar pill shape ---- */
.as-search-form {
  border-radius: 50px;
  border-width: 2px;
  border-style: solid;
  border-color: var(--ink-solid, #244855);
}

.as-search-form__input {
  border-radius: 50px 0 0 50px;
  padding: 12px 20px;
}

.as-search-form__btn {
  border-radius: 0 50px 50px 0;
  padding: 12px 22px;
}

/* ---- Cart offcanvas (slide-in from right) ---- */
.ps-cart--mini .ps-cart__content {
  position: fixed;
  top: 0;
  right: 0;
  width: 420px;
  max-width: 90vw;
  height: 100vh;
  z-index: 10000;
  padding: 0;
  background: #fff;
  box-shadow: -4px 0 24px rgba(0, 0, 0, 0.15);
  transform: translateX(100%);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.ps-cart--mini:hover .ps-cart__content,
.ps-cart--mini .ps-cart__content.active {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}

body.cart-open::after {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  pointer-events: auto;
}

.ps-cart__items {
  flex: 1;
  overflow-y: auto;
  padding: 0;
  background: #fff;
  border: none;
}

.ps-cart__items::before {
  display: none;
}

.ps-cart__items__body {
  padding: 0;
}

.ps-product--cart-mobile {
  display: flex;
  gap: 14px;
  padding: 16px 20px;
  border-bottom: 1px solid var(--line, #E5E7EB);
  align-items: flex-start;
  margin-bottom: 0;
}

.ps-product--cart-mobile .ps-product__thumbnail {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #f5f5f5;
}

.ps-product--cart-mobile .ps-product__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ps-product--cart-mobile .ps-product__content {
  flex: 1;
  min-width: 0;
  position: relative;
  padding-right: 20px;
}

.ps-product--cart-mobile .ps-product__content strong {
  font-size: 12px;
  color: var(--muted, #6B7280);
  font-weight: 400;
  display: block;
  margin-bottom: 2px;
}

.ps-product--cart-mobile .ps-product__content a:not(.remove-cart-item) {
  font-size: 14px;
  font-weight: 500;
  color: var(--ink, #152A32);
  text-decoration: none;
  display: block;
  line-height: 1.4;
  margin-bottom: 4px;
}

.ps-product--cart-mobile .ps-product__content .remove-cart-item {
  position: absolute;
  top: 0;
  right: 0;
  color: var(--muted, #6B7280);
  font-size: 14px;
  padding: 2px;
  text-decoration: none;
}
.ps-product--cart-mobile .ps-product__content .remove-cart-item:hover {
  color: var(--deal, #BF4630);
}

.ps-product--cart-mobile .ps-product__content p {
  margin: 0;
  font-size: 13px;
  color: var(--ink, #152A32);
}

.ps-product--cart-mobile .ps-product__content .cart-price {
  font-weight: 600;
  color: var(--ink, #152A32);
}

.ps-product--cart-mobile .ps-product__content .sold-by {
  font-size: 12px;
  color: var(--muted, #6B7280);
  margin-top: 4px;
}

.ps-product--cart-mobile .ps-product__content .stock-status-label {
  color: var(--deal, #BF4630);
  font-weight: 500;
}

.ps-cart__footer {
  padding: 16px 20px 20px;
  background: #fff;
  border-top: 1px solid var(--line, #E5E7EB);
  border-left: none;
  border-right: none;
  border-bottom: none;
}

.ps-cart__footer h3,
.ps-cart__footer h5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 500;
  color: var(--ink, #152A32);
}
.ps-cart__footer h3 strong,
.ps-cart__footer h5 strong {
  float: none;
  font-weight: 600;
  color: var(--ink, #152A32);
}

.ps-cart__footer figure {
  margin-top: 16px;
  flex-direction: column;
  gap: 10px;
}

.ps-cart__footer .ps-btn {
  width: 100%;
  padding: 14px 25px;
  text-align: center;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  background: var(--ink-solid, #244855);
  color: #fff;
  border: none;
}
.ps-cart__footer .ps-btn:hover {
  background: rgb(10.5473991249%, 21.0947982499%, 24.9035812672%);
  color: #fff;
}

.ps-cart__footer .ps-cart_no_items {
  text-align: center;
  padding: 40px 20px;
  color: var(--muted, #6B7280);
  font-size: 14px;
}

[data-theme=dark] .ps-cart--mini .ps-cart__content {
  background: var(--surface);
}

[data-theme=dark] .ps-product--cart-mobile {
  border-color: var(--line);
}

[data-theme=dark] .ps-product--cart-mobile .ps-product__content a:not(.remove-cart-item) {
  color: var(--ink);
}

[data-theme=dark] .ps-cart__footer {
  border-color: var(--line);
}

/* ---- Footer (preserve all existing content, style only) ---- */
.as-footer {
  background: var(--brand, #244855);
  padding-top: 3em;
  border-top: 1px solid var(--line, #DCE7E9);
}

.as-footer .widget_title {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.as-footer .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.as-footer .menu li {
  margin-bottom: 8px;
}

.as-footer .menu li a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  text-decoration: none;
  transition: color 0.2s;
}
.as-footer .menu li a:hover {
  color: #fff;
}

.as-footer .menu li,
.as-footer .current-menu-item {
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
}

.as-footer .menu li a[href] {
  color: rgba(255, 255, 255, 0.8);
}
.as-footer .menu li a[href]:hover {
  color: #fff;
}

.as-footer__inner {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 32px 0;
}

.as-footer__brand {
  flex-shrink: 0;
}

.as-footer__logo {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.as-footer__logo-placeholder {
  flex-shrink: 0;
}

.as-footer__placeholder-img {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border: 1px dashed rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 11px;
  text-align: center;
  line-height: 1.3;
}

.as-footer__bottom {
  background: rgba(0, 0, 0, 0.15);
  padding: 16px 0;
}

.as-footer__bottom-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.as-footer__copyright {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}

.ps-footer__links {
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.ps-footer__links a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.2s;
}
.ps-footer__links a:hover {
  color: #fff;
}

/* ---- Single product page (PDP) ---- */
.ps-product--detail .ps-product__vendor {
  font-size: 14px;
  color: var(--muted, #6B7280);
  margin-bottom: 6px;
}
.ps-product--detail .ps-product__vendor a {
  color: var(--ink, #152A32);
  text-decoration: none;
}
.ps-product--detail .ps-product__vendor a:hover {
  color: var(--brand, #244855);
}
.ps-product--detail .ps-product__title {
  font-size: 26px;
  font-weight: 600;
  color: var(--ink, #152A32);
  line-height: 1.3;
  margin-bottom: 10px;
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible;
}
.ps-product--detail .rating_wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line, #E5E7EB);
}
.ps-product--detail .rating_wrap .rating_num {
  font-size: 14px;
  color: var(--ink, #152A32);
  font-weight: 500;
}
.ps-product--detail .ps-product__price {
  font-size: 32px;
  font-weight: 700;
  color: var(--ink, #152A32);
  margin-bottom: 4px;
}
.ps-product--detail .ps-product__price del {
  font-size: 16px;
  font-weight: 400;
  color: var(--muted, #9CA3AF);
  margin-left: 8px;
}
.ps-product--detail .ps-product__price.sale {
  color: var(--ink, #152A32);
}
.ps-product--detail .ps-product__sale-badge {
  display: inline-block;
  background: var(--deal-soft, #FEE2E2);
  color: var(--deal, #DC2626);
  padding: 3px 10px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  margin-left: 8px;
}
.ps-product--detail .ps-product__promo {
  font-size: 14px;
  color: var(--green, #059669);
  margin-bottom: 20px;
}
.ps-product--detail .ps-product__variations {
  margin-bottom: 20px;
}
.ps-product--detail .ps-product__variations .ps-product__title {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--ink, #152A32);
  margin-bottom: 10px;
}
.ps-product--detail .ps-product__variations .form-group--select {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.ps-product--detail .ps-product__variations .ps-select {
  padding: 10px 16px;
  border: 2px solid var(--line, #D1D5DB);
  border-radius: 8px;
  font-size: 14px;
  background: #fff;
  cursor: pointer;
  min-width: 50px;
  text-align: center;
  transition: border-color 0.15s;
}
.ps-product--detail .ps-product__variations .ps-select:hover {
  border-color: var(--ink-solid, #244855);
}
.ps-product--detail .ps-product__variations .ps-select.active, .ps-product--detail .ps-product__variations .ps-select:focus {
  border-color: var(--ink-solid, #244855);
  outline: none;
}
.ps-product--detail .ps-product__shopping {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.ps-product--detail .ps-product__shopping .ps-btn {
  flex: 1;
  min-width: 160px;
  padding: 14px 24px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  border: none;
}
.ps-product--detail .ps-product__shopping .ps-btn--black {
  background: var(--ink-solid, #244855);
  color: #fff;
}
.ps-product--detail .ps-product__shopping .ps-btn--black:hover {
  background: rgb(10.5473991249%, 21.0947982499%, 24.9035812672%);
  color: #fff;
}
.ps-product--detail .ps-product__shopping .ps-btn--warning {
  background: var(--gold, #D97706);
  color: #fff;
}
.ps-product--detail .ps-product__shopping .ps-btn--warning:hover {
  background: rgb(69.5285324892%, 38.1285500747%, 1.9224479029%);
  color: #fff;
}
.ps-product--detail .ps-product__shopping figure {
  flex: 1;
  display: flex;
  gap: 12px;
}
.ps-product--detail .ps-product__meta {
  font-size: 14px;
  color: var(--muted, #6B7280);
  line-height: 1.6;
  margin-bottom: 8px;
}
.ps-product--detail .ps-product__meta strong {
  color: var(--ink, #152A32);
  font-weight: 600;
}
.ps-product--detail .ps-product__meta a {
  color: var(--ink, #152A32);
  font-weight: 600;
  text-decoration: none;
}
.ps-product--detail .ps-product__meta a:hover {
  color: var(--brand, #244855);
}
.ps-product--detail .ps-product__thumbnail {
  border-radius: 8px;
  overflow: hidden;
  background: #f8f9fa;
}
.ps-product--detail .ps-product__gallery {
  border-radius: 8px;
  overflow: hidden;
  background: #f8f9fa;
}
.ps-product--detail .ps-product__variants {
  margin-top: 12px;
}
.ps-product--detail .ps-product__variants .item {
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid transparent;
  cursor: pointer;
  padding: 4px;
}
.ps-product--detail .ps-product__variants .item.slick-current {
  border-color: var(--ink-solid, #244855);
}
.ps-product--detail .ps-product__variants .item img {
  border-radius: 6px;
  width: 100%;
}
.ps-product--detail .ps-product__desc {
  font-size: 14px;
  color: var(--muted, #4E6A73);
  line-height: 1.6;
  margin-bottom: 16px;
}

/* ---- Product listing / shop grid ---- */
.ps-page--shop .ps-layout__left {
  background: #fff;
  border-radius: 8px;
  border: 1px solid var(--line, #E5E7EB);
  padding: 20px;
}
.ps-page--shop .ps-layout__right {
  padding-left: 20px;
}
.ps-page--shop .ps-filter__trigger {
  cursor: pointer;
  padding: 12px 16px;
  background: #f8f9fa;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.ps-shopping {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  border: 1px solid var(--line, #E5E7EB);
}

.ps-shopping .ps-header {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line, #E5E7EB);
  margin-bottom: 20px;
}

/* ---- Cart page (full page) ---- */
.ps-section--shopping .ps-section__header {
  margin-bottom: 24px;
}
.ps-section--shopping .ps-section__header h1 {
  font-size: 26px;
  font-weight: 700;
  color: var(--ink, #152A32);
}
.ps-section--shopping .ps-table--shopping-cart {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--line, #E5E7EB);
}
.ps-section--shopping .ps-table--shopping-cart thead {
  background: #f8f9fa;
}
.ps-section--shopping .ps-table--shopping-cart thead th {
  font-size: 13px;
  font-weight: 600;
  color: var(--muted, #6B7280);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 14px 16px;
  border-bottom: 1px solid var(--line, #E5E7EB);
}
.ps-section--shopping .ps-table--shopping-cart tbody td {
  padding: 16px;
  vertical-align: middle;
  border-bottom: 1px solid var(--line, #E5E7EB);
}
.ps-section--shopping .ps-table--shopping-cart .ps-product--cart {
  display: flex;
  gap: 14px;
  align-items: center;
}
.ps-section--shopping .ps-table--shopping-cart .ps-product--cart .ps-product__thumbnail {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  background: #f5f5f5;
}
.ps-section--shopping .ps-table--shopping-cart .ps-product--cart .ps-product__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ps-section--shopping .ps-table--shopping-cart .ps-product--cart .ps-product__content {
  flex: 1;
  min-width: 0;
}
.ps-section--shopping .ps-table--shopping-cart .form-control--quantity {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line, #D1D5DB);
  border-radius: 6px;
  overflow: hidden;
}
.ps-section--shopping .ps-table--shopping-cart .form-control--quantity button {
  width: 32px;
  height: 32px;
  border: none;
  background: #f8f9fa;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.ps-section--shopping .ps-table--shopping-cart .form-control--quantity button:hover {
  background: #e5e7eb;
}
.ps-section--shopping .ps-table--shopping-cart .form-control--quantity input {
  width: 40px;
  text-align: center;
  border: none;
  border-left: 1px solid var(--line, #D1D5DB);
  border-right: 1px solid var(--line, #D1D5DB);
  padding: 4px 0;
  font-size: 14px;
}

/* ---- Buttons (consistent across pages) ---- */
.ps-btn {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  border: none;
  transition: all 0.2s;
  line-height: 1.4;
}

.ps-btn--black {
  background: var(--ink-solid, #244855);
  color: #fff;
}
.ps-btn--black:hover {
  background: rgb(10.5473991249%, 21.0947982499%, 24.9035812672%);
  color: #fff;
  text-decoration: none;
}

.ps-btn--warning {
  background: var(--gold, #D97706);
  color: #fff;
}
.ps-btn--warning:hover {
  background: rgb(69.5285324892%, 38.1285500747%, 1.9224479029%);
  color: #fff;
  text-decoration: none;
}

/* ---- Dark mode: UI molding overrides ---- */
[data-theme=dark] .ps-product--detail .ps-product__variations .ps-select {
  background: var(--surface);
  border-color: var(--line);
  color: var(--ink);
}
[data-theme=dark] .ps-product--detail .ps-product__variations .ps-select:hover, [data-theme=dark] .ps-product--detail .ps-product__variations .ps-select.active, [data-theme=dark] .ps-product--detail .ps-product__variations .ps-select:focus {
  border-color: var(--brand);
}
[data-theme=dark] .ps-product--detail .ps-product__shopping .ps-btn--black {
  background: var(--brand);
}
[data-theme=dark] .ps-product--detail .ps-product__shopping .ps-btn--black:hover {
  background: var(--brand-weak);
}
[data-theme=dark] .ps-product--detail .ps-product__shopping .ps-btn--warning {
  background: var(--gold);
}
[data-theme=dark] .ps-product--detail .ps-product__shopping .ps-btn--warning:hover {
  background: var(--gold-ink);
}
[data-theme=dark] .ps-product--detail .ps-product__thumbnail,
[data-theme=dark] .ps-product--detail .ps-product__gallery {
  background: var(--brand-soft);
}
[data-theme=dark] .ps-page--shop .ps-layout__left,
[data-theme=dark] .ps-shopping,
[data-theme=dark] .ps-section--shopping .ps-table--shopping-cart {
  background: var(--surface);
  border-color: var(--line);
}
[data-theme=dark] .ps-section--shopping .ps-table--shopping-cart thead {
  background: var(--brand-soft);
}
[data-theme=dark] .ps-section--shopping .ps-table--shopping-cart .form-control--quantity {
  border-color: var(--line);
}
[data-theme=dark] .ps-section--shopping .ps-table--shopping-cart .form-control--quantity button {
  background: var(--brand-soft);
}
[data-theme=dark] .ps-section--shopping .ps-table--shopping-cart .form-control--quantity button:hover {
  background: var(--brand-soft2);
}
[data-theme=dark] .ps-section--shopping .ps-table--shopping-cart .form-control--quantity input {
  background: var(--surface);
  color: var(--ink);
  border-color: var(--line);
}
[data-theme=dark] .as-footer {
  background: var(--surface);
  border-color: var(--line);
}
[data-theme=dark] .as-footer__bottom {
  background: var(--ink-solid);
}

/* ============================================================
   NORDIC PRECISION COMMERCE — PDP + FOOTER (design spec)
   ============================================================ */
/* ---- PRODUCT PAGE: BREADCRUMB ---- */
.as-pdp__breadcrumb-bar {
  background: #fff;
  border-bottom: 1px solid var(--line, #E2E8F0);
}

.as-pdp__breadcrumb {
  max-width: 1440px;
  margin: 0 auto;
  padding: 10px 24px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--muted, #64748B);
}
.as-pdp__breadcrumb a {
  color: var(--muted, #64748B);
  text-decoration: none;
  transition: color 0.15s;
}
.as-pdp__breadcrumb a:hover {
  color: var(--brand, #244855);
}

.as-pdp__breadcrumb-sep {
  color: var(--line, #E2E8F0);
}

.as-pdp__breadcrumb-current {
  color: var(--ink, #1A202C);
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ---- PRODUCT PAGE: MAIN WORKSPACE ---- */
.as-product-page {
  font-family: "Inter", sans-serif;
  color: var(--ink, #1A202C);
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

.as-pdp__workspace {
  max-width: 1440px;
  margin: 0 auto;
  padding: 32px 24px;
}

.as-pdp__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: start;
}

@media (min-width: 1024px) {
  .as-pdp__grid {
    grid-template-columns: 6fr 5fr;
  }
}
/* ---- PRODUCT PAGE: GALLERY COLUMN ---- */
.as-pdp__gallery-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
  overflow: hidden;
  /* Kill base theme gallery rules inside our column */
}
.as-pdp__gallery-col .ps-product__gallery img {
  opacity: 1;
  width: 100%;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
  display: block;
}
.as-pdp__gallery-col .ps-product__gallery .slick-arrow {
  background: rgba(255, 255, 255, 0.9) !important;
  border: 1px solid var(--line, #E2E8F0);
  border-radius: 4px !important;
  width: 36px !important;
  height: 36px !important;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.2s;
}
.as-pdp__gallery-col .ps-product__gallery .slick-arrow:before {
  font-size: 18px;
}
.as-pdp__gallery-col .ps-product__gallery .slick-arrow:hover {
  background: #fff;
  border-color: var(--brand, #244855);
}
.as-pdp__gallery-col .ps-product__gallery .slick-arrow.slick-prev {
  left: 12px;
}
.as-pdp__gallery-col .ps-product__gallery .slick-arrow.slick-next {
  right: 12px;
}
.as-pdp__gallery-col .ps-product__gallery:hover .slick-arrow {
  opacity: 1;
}
.as-pdp__gallery-col .ps-product__variants .item {
  border: 2px solid var(--line, #E2E8F0) !important;
  border-radius: 6px !important;
  padding: 6px !important;
  margin: 0 3px !important;
  width: 80px !important;
  min-width: 80px !important;
  height: 80px;
}
.as-pdp__gallery-col .ps-product__variants .item img {
  opacity: 0.5;
  max-height: none;
  border-radius: 2px;
  -o-object-fit: contain;
     object-fit: contain;
}
.as-pdp__gallery-col .ps-product__variants .item.slick-current {
  border-color: var(--brand, #244855) !important;
}
.as-pdp__gallery-col .ps-product__variants .item.slick-current img {
  opacity: 1;
}

.as-pdp__viewer {
  position: relative;
  background: var(--brand-soft, #F1F5F9);
  border: 1px solid var(--line, #E2E8F0);
  border-radius: 8px;
  overflow: hidden;
  padding: 0;
  max-height: 600px;
}
.as-pdp__viewer .ps-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.as-pdp__viewer .ps-product__gallery {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.as-pdp__viewer .ps-product__gallery .item {
  line-height: 0;
}
.as-pdp__viewer .ps-product__gallery .item > a {
  display: block;
  line-height: 0;
}
.as-pdp__viewer .ps-product__gallery img {
  width: 100%;
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: crosshair;
  display: block;
}
.as-pdp__viewer .ps-product__gallery .slick-list {
  overflow: hidden;
  padding: 0 !important;
}
.as-pdp__viewer .ps-product__gallery .slick-track {
  display: flex;
  align-items: stretch;
}
.as-pdp__viewer .ps-product__gallery .slick-slide {
  height: auto;
}
.as-pdp__viewer .ps-product__gallery .slick-slide > div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.as-pdp__viewer .ps-product__gallery .slick-arrow {
  background: rgba(255, 255, 255, 0.9) !important;
  border: 1px solid var(--line, #E2E8F0);
  border-radius: 4px !important;
  width: 36px !important;
  height: 36px !important;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.2s;
}
.as-pdp__viewer .ps-product__gallery .slick-arrow:before {
  font-size: 18px;
}
.as-pdp__viewer .ps-product__gallery .slick-arrow:hover {
  background: #fff;
  border-color: var(--brand, #244855);
}
.as-pdp__viewer .ps-product__gallery .slick-arrow.slick-prev {
  left: 12px;
}
.as-pdp__viewer .ps-product__gallery .slick-arrow.slick-next {
  right: 12px;
}
.as-pdp__viewer .ps-product__gallery:hover .slick-arrow {
  opacity: 1;
}

.as-pdp__badges {
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  z-index: 10;
}

.as-badge {
  display: inline-block;
  padding: 2px 8px;
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 2px;
}

.as-badge--sale {
  background: var(--deal, #E64A19);
  color: #fff;
  border: 1px solid rgba(230, 74, 25, 0.2);
}

.as-badge--tech {
  background: rgba(36, 72, 85, 0.08);
  color: var(--brand, #244855);
  border: 1px solid var(--line, #E2E8F0);
}

.as-pdp__viewer-actions {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  gap: 4px;
  z-index: 10;
  opacity: 0.8;
  transition: opacity 0.2s;
}
.as-pdp__viewer-actions:hover {
  opacity: 1;
}

.as-pdp__viewer-btn {
  width: 32px;
  height: 32px;
  background: #fff;
  border: 1px solid var(--line, #E2E8F0);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--ink, #1A202C);
  transition: border-color 0.15s;
}
.as-pdp__viewer-btn:hover {
  border-color: var(--brand, #244855);
}
.as-pdp__viewer-btn i {
  font-size: 16px;
}

.as-pdp__sale-overlay {
  position: absolute;
  top: 5px;
  right: 100px;
  width: 160px;
  height: auto;
  pointer-events: none;
}

.as-pdp__serial-mark {
  position: absolute;
  bottom: 12px;
  left: 12px;
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.04em;
  color: var(--line, #E2E8F0);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* ---- THUMBNAIL FILMSTRIP ---- */
.as-pdp__filmstrip {
  width: 100%;
}
.as-pdp__filmstrip .ps-product__variants {
  width: 100%;
}
.as-pdp__filmstrip .ps-product__variants .item {
  width: 80px !important;
  min-width: 80px;
  height: 80px;
  border: 2px solid var(--line, #E2E8F0);
  border-radius: 6px;
  background: var(--brand-soft, #F1F5F9);
  cursor: pointer;
  overflow: hidden;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.15s;
  margin: 0 3px;
  position: relative;
}
.as-pdp__filmstrip .ps-product__variants .item:hover {
  border-color: var(--brand, #244855);
}
.as-pdp__filmstrip .ps-product__variants .item.slick-current {
  border-color: var(--brand, #244855);
  border-width: 2px;
}
.as-pdp__filmstrip .ps-product__variants .item.slick-current img {
  opacity: 1;
}
.as-pdp__filmstrip .ps-product__variants .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 2px;
  opacity: 0.5;
  transition: opacity 0.3s;
  display: block;
}
.as-pdp__filmstrip .ps-product__variants .slick-list {
  padding: 0 !important;
  margin: 0;
}
.as-pdp__filmstrip .ps-product__variants .slick-track {
  display: flex;
  gap: 0;
}
.as-pdp__filmstrip .slick-prev, .as-pdp__filmstrip .slick-next {
  width: 28px;
  height: 80px;
  background: #fff !important;
  border: 1px solid var(--line, #E2E8F0) !important;
  border-radius: 4px !important;
  color: var(--muted, #64748B) !important;
  z-index: 5;
}
.as-pdp__filmstrip .slick-prev:hover, .as-pdp__filmstrip .slick-next:hover {
  background: var(--brand-soft, #F1F5F9) !important;
  color: var(--ink, #1A202C) !important;
}
.as-pdp__filmstrip .slick-prev {
  left: -32px;
}
.as-pdp__filmstrip .slick-next {
  right: -32px;
}

.as-pdp__thumb-num {
  position: absolute;
  bottom: 2px;
  right: 4px;
  font-family: "JetBrains Mono", monospace;
  font-size: 9px;
  font-weight: 700;
  color: var(--brand, #244855);
}

.as-pdp__filmstrip .item:not(.slick-current) .as-pdp__thumb-num {
  color: var(--muted, #94A3B8);
  font-weight: 500;
}

/* ---- QUICK ACTIONS ---- */
.as-pdp__quick-actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.as-pdp__quick-btn {
  height: 40px;
  border: 1px solid var(--line, #E2E8F0);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #fff;
  color: var(--ink, #1A202C);
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.15s;
}
.as-pdp__quick-btn:hover {
  background: var(--brand-soft, #F1F5F9);
  border-color: var(--brand, #244855);
  color: var(--ink, #1A202C);
}
.as-pdp__quick-btn i {
  font-size: 18px;
  color: var(--brand, #244855);
}
.as-pdp__quick-btn span {
  font-size: 13px;
  font-weight: 500;
}

/* ---- NOTES PANEL ---- */
.as-pdp__notes-panel {
  background: var(--gold-soft, #FAF0DC);
  border: 1px solid var(--gold, #E0A32E);
  border-radius: 4px;
  padding: 16px;
}

.as-pdp__notes-content {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.as-pdp__notes-icon {
  color: var(--gold, #E0A32E);
  font-size: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}

.as-pdp__notes-text {
  font-size: 13px;
  color: var(--ink, #1A202C);
  line-height: 1.6;
}

/* ---- PRODUCT PAGE: INFO COLUMN ---- */
.as-pdp__info-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* ---- METADATA HEADER ---- */
.as-pdp__meta-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line, #E2E8F0);
  padding-bottom: 12px;
}

.as-pdp__meta-left {
  display: flex;
  align-items: center;
  gap: 8px;
}

.as-pdp__meta-brand {
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--brand, #244855);
  font-weight: 600;
}

.as-pdp__meta-sep {
  color: var(--line, #E2E8F0);
}

.as-pdp__meta-sku {
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.04em;
  color: var(--muted, #94A3B8);
}

.as-pdp__stock-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 2px 10px;
  background: var(--brand-soft, #F1F5F9);
  border-radius: 20px;
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  font-weight: 500;
  color: var(--ink, #1A202C);
}

.as-pdp__stock-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
}

.as-pdp__stock-dot--in {
  background: var(--green, #2E7D5B);
}

.as-pdp__stock-dot--out {
  background: var(--deal, #E64A19);
}

/* ---- TITLE BLOCK ---- */
.as-pdp__title {
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.025em;
  color: var(--ink, #1A202C);
  margin: 0 0 8px;
}

.as-pdp__social-proof {
  display: flex;
  align-items: center;
  gap: 12px;
}

.as-pdp__stars {
  display: flex;
  align-items: center;
  gap: 2px;
  color: var(--gold, #D97706);
}

.as-pdp__stars--lg {
  gap: 4px;
}

.as-pdp__star {
  font-size: 16px;
}

.as-pdp__stars--lg .as-pdp__star {
  font-size: 20px;
}

.as-pdp__star--filled {
  color: var(--gold, #D97706);
}

.as-pdp__star:not(.as-pdp__star--filled) {
  color: var(--line, #E2E8F0);
}

.as-pdp__rating-num {
  font-family: "JetBrains Mono", monospace;
  font-size: 14px;
  font-weight: 700;
  color: var(--ink, #1A202C);
  margin-left: 6px;
}

.as-pdp__review-count {
  font-size: 12px;
  color: var(--muted, #64748B);
  text-decoration: underline;
  transition: color 0.15s;
}
.as-pdp__review-count:hover {
  color: var(--brand, #244855);
}

.as-pdp__reviews-based {
  font-size: 12px;
  color: var(--muted, #64748B);
  margin-left: 8px;
}

/* ---- PRICING BLOCK ---- */
.as-pdp__pricing {
  padding: 12px;
  background: var(--brand-soft, #F1F5F9);
  border: 1px solid var(--line, #E2E8F0);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.as-pdp__price-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.as-pdp__final-price {
  font-size: 36px;
  font-weight: 700;
  color: var(--brand, #244855);
  line-height: 1;
}

.as-pdp__original-price {
  font-size: 18px;
  font-weight: 600;
  color: var(--muted, #94A3B8);
  text-decoration: line-through;
}

.as-pdp__discount-tag {
  display: inline-block;
  padding: 2px 8px;
  background: rgba(230, 74, 25, 0.08);
  border: 1px solid rgba(230, 74, 25, 0.2);
  color: #E64A19;
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-radius: 2px;
}

.as-pdp__vat-note {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--muted, #64748B);
}
.as-pdp__vat-note i {
  font-size: 16px;
  color: var(--brand, #244855);
}

/* ---- VARIATIONS ---- */
.as-pdp__variations {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.as-pdp__var-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.as-pdp__var-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted, #64748B);
}

/* ---- ASSURANCE BOX ---- */
.as-pdp__assurance {
  padding: 12px;
  background: rgba(241, 245, 249, 0.6);
  border: 1px solid var(--line, #E2E8F0);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.as-pdp__assurance-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  color: var(--ink, #1A202C);
}
.as-pdp__assurance-row strong {
  font-weight: 600;
}

.as-pdp__assurance-icon {
  font-size: 18px;
  color: var(--brand, #244855);
  flex-shrink: 0;
  margin-top: 1px;
}

.as-pdp__tooltip {
  cursor: help;
  margin-left: 4px;
}
.as-pdp__tooltip i {
  font-size: 14px;
  color: var(--muted, #94A3B8);
}

/* ---- CTA STACK ---- */
.as-pdp__cta-stack {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.as-pdp__qty-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.as-pdp__stepper {
  display: flex;
  align-items: center;
  border: 1px solid var(--line, #E2E8F0);
  border-radius: 8px;
  background: #fff;
  height: 44px;
  padding: 0 4px;
}

.as-pdp__stepper-btn {
  width: 32px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  color: var(--muted, #64748B);
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.15s;
}
.as-pdp__stepper-btn:hover {
  color: var(--brand, #244855);
  background: var(--brand-soft, #F1F5F9);
}
.as-pdp__stepper-btn i {
  font-size: 16px;
}

.as-pdp__stepper-input {
  width: 40px;
  text-align: center;
  font-family: "JetBrains Mono", monospace;
  font-size: 14px;
  font-weight: 500;
  color: var(--ink, #1A202C);
  background: transparent;
  border: none;
  border-left: 1px solid var(--line, #E2E8F0);
  border-right: 1px solid var(--line, #E2E8F0);
  height: 100%;
  padding: 0;
  -moz-appearance: textfield;
}
.as-pdp__stepper-input::-webkit-outer-spin-button, .as-pdp__stepper-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* ---- PRIMARY CTA BUTTONS ---- */
.as-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 20px;
  height: 44px;
  border: none;
  border-radius: 8px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.01em;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.15s;
  white-space: nowrap;
}
.as-btn i {
  font-size: 18px;
}

.as-btn--primary {
  background: var(--brand, #244855);
  color: #fff;
}
.as-btn--primary:hover {
  background: var(--ink-solid, #1B3741);
  color: #fff;
}
.as-btn--primary:active {
  background: var(--ink, #142830);
}
.as-btn--primary.btn-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.as-btn--primary.btn-disabled:hover {
  background: var(--brand, #244855);
}

.as-btn--outline {
  background: #fff;
  color: var(--ink, #1A202C);
  border: 1px solid var(--line, #E2E8F0);
}
.as-btn--outline:hover {
  background: var(--brand-soft, #F1F5F9);
  border-color: var(--brand, #244855);
  color: var(--ink, #1A202C);
}

.as-btn--ghost {
  background: transparent;
  color: var(--muted, #64748B);
}
.as-btn--ghost:hover {
  color: var(--ink, #1A202C);
}

.as-pdp__add-to-cart {
  flex: 1;
}
.as-pdp__add-to-cart .as-pdp__cta-price {
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  font-weight: 400;
  opacity: 0.85;
}

.as-pdp__secondary-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

/* ---- TRUST & SHARE ---- */
.as-pdp__trust-section {
  border-top: 1px solid var(--line, #E2E8F0);
  padding-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.as-pdp__trust-badges {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
}

.as-pdp__trust-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  font-weight: 500;
  color: var(--muted, #64748B);
}

.as-pdp__trust-icon {
  font-size: 15px;
}

.as-pdp__trust-icon--green {
  color: var(--green, #2E7D5B);
}

.as-pdp__share-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line, #E2E8F0);
  padding-top: 10px;
}

.as-pdp__share-label {
  font-size: 13px;
  font-weight: 500;
  color: var(--ink, #1A202C);
}

.as-pdp__share-links {
  display: flex;
  gap: 4px;
}

.as-pdp__share-btn {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line, #E2E8F0);
  border-radius: 4px;
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  color: var(--ink, #1A202C);
  text-decoration: none;
  transition: all 0.15s;
}
.as-pdp__share-btn:hover {
  background: var(--brand-soft, #F1F5F9);
  border-color: var(--brand, #244855);
  color: var(--brand, #244855);
}

/* ---- TABS SECTION ---- */
.as-pdp__tabs-section {
  margin-top: 64px;
  border-top: 1px solid var(--line, #E2E8F0);
  padding-top: 32px;
}

.as-pdp__tab-bar {
  display: flex;
  gap: 32px;
  border-bottom: 1px solid var(--line, #E2E8F0);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.as-pdp__tab-bar::-webkit-scrollbar {
  height: 3px;
}
.as-pdp__tab-bar::-webkit-scrollbar-thumb {
  background: var(--line, #E2E8F0);
  border-radius: 2px;
}

.as-pdp__tab-btn {
  padding: 12px 0;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: var(--muted, #64748B);
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.15s;
}
.as-pdp__tab-btn:hover {
  color: var(--ink, #1A202C);
}
.as-pdp__tab-btn.active {
  color: var(--brand, #244855);
  border-bottom-color: var(--brand, #244855);
}

.as-pdp__tab-content {
  padding: 32px 0;
}
.as-pdp__tab-content.active {
  display: block;
}

/* ---- OVERVIEW TAB ---- */
.as-pdp__overview-text {
  max-width: 720px;
}

.as-pdp__description {
  font-size: 15px;
  line-height: 24px;
  color: var(--ink, #1A202C);
}
.as-pdp__description p {
  margin-bottom: 16px;
}
.as-pdp__description img {
  max-width: 100%;
  border-radius: 8px;
}

/* ---- SPECS TAB ---- */
.as-pdp__specs-table {
  max-width: 900px;
  border: 1px solid var(--line, #E2E8F0);
  border-radius: 8px;
  overflow: hidden;
}

.as-pdp__specs-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--brand-soft, #F1F5F9);
  padding: 10px 16px;
  border-bottom: 1px solid var(--line, #E2E8F0);
}

.as-pdp__specs-label {
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--brand, #244855);
  font-weight: 600;
}

.as-pdp__specs-standard {
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  color: var(--muted, #94A3B8);
}

.as-pdp__specs-body table {
  width: 100%;
  border-collapse: collapse;
}
.as-pdp__specs-body tr {
  border-bottom: 1px solid var(--line, #E2E8F0);
}
.as-pdp__specs-body tr:last-child {
  border-bottom: none;
}
.as-pdp__specs-body tr:nth-child(even) {
  background: rgba(241, 245, 249, 0.4);
}
.as-pdp__specs-body td, .as-pdp__specs-body th {
  padding: 10px 16px;
  font-size: 13px;
  border: none;
}
.as-pdp__specs-body th {
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--muted, #64748B);
  text-align: left;
  width: 40%;
}
.as-pdp__specs-body td {
  font-weight: 500;
  color: var(--ink, #1A202C);
}

/* ---- REVIEWS TAB ---- */
.as-pdp__reviews-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

@media (min-width: 1024px) {
  .as-pdp__reviews-layout {
    grid-template-columns: 5fr 7fr;
  }
}
.as-pdp__reviews-summary {
  border: 1px solid var(--line, #E2E8F0);
  border-radius: 8px;
  padding: 24px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.as-pdp__reviews-overview {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.as-pdp__reviews-avg {
  font-size: 36px;
  font-weight: 700;
  color: var(--ink, #1A202C);
}

.as-pdp__reviews-out {
  font-size: 13px;
  color: var(--muted, #94A3B8);
}

.as-pdp__rating-bars {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.as-pdp__rating-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
}

.as-pdp__rating-bar-label {
  width: 48px;
  color: var(--muted, #94A3B8);
}

.as-pdp__rating-bar-track {
  flex: 1;
  height: 8px;
  background: var(--line, #E2E8F0);
  border-radius: 4px;
  overflow: hidden;
}

.as-pdp__rating-bar-fill {
  height: 100%;
  background: var(--brand, #244855);
  border-radius: 4px;
}

.as-pdp__rating-bar-pct {
  width: 32px;
  text-align: right;
  font-weight: 500;
  color: var(--ink, #1A202C);
}

.as-pdp__write-review-btn {
  margin-top: 12px;
  width: 100%;
}

/* ---- REVIEW FORM ---- */
.as-pdp__review-form-wrapper {
  border: 1px solid var(--line, #E2E8F0);
  border-radius: 8px;
  padding: 16px;
  background: var(--brand-soft, #F1F5F9);
}

.as-pdp__review-form-title {
  font-size: 15px;
  font-weight: 600;
  color: var(--ink, #1A202C);
  margin: 0 0 12px;
}

.as-pdp__review-login-req {
  font-size: 13px;
  color: var(--deal, #E64A19);
}
.as-pdp__review-login-req a {
  color: var(--brand, #244855);
  font-weight: 500;
}

.as-pdp__review-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.as-pdp__form-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.as-pdp__form-label {
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--muted, #94A3B8);
}

.as-pdp__form-select,
.as-pdp__form-input,
.as-pdp__form-textarea {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid var(--line, #E2E8F0);
  border-radius: 4px;
  background: #fff;
  font-size: 13px;
  color: var(--ink, #1A202C);
  transition: border-color 0.15s;
}
.as-pdp__form-select:focus,
.as-pdp__form-input:focus,
.as-pdp__form-textarea:focus {
  outline: none;
  border-color: var(--brand, #244855);
}

.as-pdp__form-textarea {
  resize: vertical;
  min-height: 80px;
}

.as-pdp__form-submit {
  display: flex;
  justify-content: flex-end;
}

/* ---- REVIEW IMAGES ---- */
.as-pdp__review-images {
  margin-top: 24px;
}
.as-pdp__review-images h4 {
  font-size: 16px;
  font-weight: 600;
  color: var(--ink, #1A202C);
  margin-bottom: 12px;
}

.as-pdp__review-images-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  gap: 8px;
}

.as-pdp__review-img-link {
  display: block;
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 1;
}
.as-pdp__review-img-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.2s;
}
.as-pdp__review-img-link img:hover {
  transform: scale(1.05);
}

/* ---- DOWNLOADS TAB ---- */
.as-pdp__downloads-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.as-pdp__download-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border: 1px solid var(--line, #E2E8F0);
  border-radius: 4px;
  text-decoration: none;
  color: var(--ink, #1A202C);
  font-size: 14px;
  font-weight: 500;
  transition: all 0.15s;
}
.as-pdp__download-item i {
  font-size: 18px;
  color: var(--brand, #244855);
}
.as-pdp__download-item:hover {
  background: var(--brand-soft, #F1F5F9);
  border-color: var(--brand, #244855);
}

/* ---- RELATED PRODUCTS ---- */
.as-pdp__related-section {
  margin-top: 64px;
  padding-top: 32px;
  border-top: 1px solid var(--line, #E2E8F0);
}

.as-pdp__related-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 20px;
}

.as-pdp__related-label {
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--brand, #244855);
  font-weight: 600;
}

.as-pdp__related-title {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: var(--ink, #1A202C);
  margin: 4px 0 0;
}

.as-pdp__related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 16px;
}

.as-pdp__related-card {
  border: 1px solid var(--line, #E2E8F0);
  border-radius: 8px;
  background: #fff;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: border-color 0.15s;
}
.as-pdp__related-card:hover {
  border-color: var(--brand, #244855);
}

.as-pdp__related-img-link {
  display: block;
  margin-bottom: 12px;
}

.as-pdp__related-img-wrap {
  aspect-ratio: 1;
  background: var(--brand-soft, #F1F5F9);
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}
.as-pdp__related-img-wrap img {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.2s;
}
.as-pdp__related-img-wrap:hover img {
  transform: scale(1.05);
}

.as-pdp__related-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.as-pdp__related-name {
  font-size: 15px;
  font-weight: 600;
  color: var(--ink, #1A202C);
  text-decoration: none;
  transition: color 0.15s;
}
.as-pdp__related-name:hover {
  color: var(--brand, #244855);
}

.as-pdp__related-price {
  font-size: 18px;
  font-weight: 600;
  color: var(--ink, #1A202C);
}

/* ---- FOOTER: NEW DESIGN ---- */
.as-footer-new {
  border-top: 1px solid var(--line, #E2E8F0);
  background: #fff;
}

.as-footer-new__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px 24px;
}

.as-footer-new__top {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  padding: 48px 0 32px;
  border-bottom: 1px solid var(--line, #E2E8F0);
}

@media (min-width: 768px) {
  .as-footer-new__top {
    grid-template-columns: 5fr 7fr;
  }
}
.as-footer-new__brand-name {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: var(--ink, #1A202C);
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.as-footer-new__brand-details {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 8px;
}

.as-footer-new__brand-detail {
  font-size: 13px;
  color: var(--muted, #64748B);
  text-decoration: none;
}
.as-footer-new__brand-detail:hover {
  color: var(--brand, #244855);
}

.as-footer-new__newsletter-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.as-footer-new__newsletter-label {
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--muted, #94A3B8);
  margin-bottom: 8px;
}

.as-footer-new__newsletter-form {
  display: flex;
  max-width: 440px;
}

.as-footer-new__newsletter-input {
  flex: 1;
  height: 40px;
  padding: 0 12px;
  border: 1px solid var(--line, #E2E8F0);
  border-radius: 4px 0 0 4px;
  background: var(--brand-soft, #F1F5F9);
  font-size: 13px;
  color: var(--ink, #1A202C);
  outline: none;
  transition: border-color 0.15s;
}
.as-footer-new__newsletter-input:focus {
  border-color: var(--brand, #244855);
}
.as-footer-new__newsletter-input::-moz-placeholder {
  color: var(--muted, #94A3B8);
}
.as-footer-new__newsletter-input::placeholder {
  color: var(--muted, #94A3B8);
}

.as-footer-new__newsletter-btn {
  height: 40px;
  padding: 0 16px;
  background: var(--brand, #244855);
  color: #fff;
  border: none;
  border-radius: 0 4px 4px 0;
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.15s;
}
.as-footer-new__newsletter-btn:hover {
  background: var(--ink-solid, #1B3741);
}

/* ---- FOOTER: LINKS GRID ---- */
.as-footer-new__links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line, #E2E8F0);
}

@media (min-width: 768px) {
  .as-footer-new__links {
    grid-template-columns: repeat(6, 1fr);
  }
}
.as-footer-new__link-col a {
  font-size: 13px;
  color: var(--muted, #64748B);
  text-decoration: none;
  transition: color 0.15s;
}
.as-footer-new__link-col a:hover {
  color: var(--brand, #244855);
}

/* ---- FOOTER: COPYRIGHT ---- */
.as-footer-new__copyright {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 16px 0 0;
}

@media (min-width: 768px) {
  .as-footer-new__copyright {
    flex-direction: row;
    justify-content: space-between;
  }
}
.as-footer-new__copyright-text {
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  color: var(--muted, #94A3B8);
}

.as-footer-new__copyright-meta {
  display: flex;
  align-items: center;
  gap: 8px;
}

.as-footer-new__payment-img {
  height: 24px;
  opacity: 0.7;
  transition: opacity 0.15s;
}
.as-footer-new__payment-img:hover {
  opacity: 1;
}

/* ---- AUTH PAGES (LOGIN / REGISTER) ---- */
.as-auth {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 24px;
  background: var(--bg, #EFF4F5);
}

.as-auth__card {
  width: 100%;
  max-width: 460px;
  background: var(--surface, #fff);
  border: 1px solid var(--line, #E2E8F0);
  border-radius: 12px;
  padding: 40px 36px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.as-auth__card--wide {
  max-width: 680px;
}

.as-auth__header {
  text-align: center;
  margin-bottom: 32px;
}

.as-auth__title {
  font-family: var(--primary-font, "Inter"), sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: var(--ink, #152A32);
  margin: 0 0 6px;
  line-height: 1.2;
}

.as-auth__subtitle {
  font-size: 15px;
  color: var(--muted, #4E6A73);
  margin: 0;
}

.as-auth__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.as-auth__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.as-auth__section-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--ink, #152A32);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.as-auth__section-title i {
  font-size: 16px;
  color: var(--brand, #244855);
}

.as-auth__section--full {
  margin-top: 4px;
  padding-top: 20px;
  border-top: 1px solid var(--line, #E2E8F0);
}

.as-auth__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.as-auth__label {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink, #152A32);
  margin: 0;
}

.as-auth__label-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.as-auth__input-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.as-auth__input-icon {
  position: absolute;
  left: 14px;
  font-size: 16px;
  color: var(--muted, #4E6A73);
  pointer-events: none;
  transition: color 0.15s;
}

.as-auth__input {
  width: 100%;
  height: 46px;
  padding: 0 14px 0 42px;
  border: 1px solid var(--line, #E2E8F0);
  border-radius: 8px;
  background: var(--surface, #fff);
  color: var(--ink, #152A32);
  font-family: var(--primary-font, "Inter"), sans-serif;
  font-size: 15px;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.as-auth__input::-moz-placeholder {
  color: var(--muted, #94A3B8);
}
.as-auth__input::placeholder {
  color: var(--muted, #94A3B8);
}
.as-auth__input:focus {
  outline: none;
  border-color: var(--brand, #244855);
  box-shadow: 0 0 0 3px rgba(36, 72, 85, 0.1);
}
.as-auth__input:focus + .as-auth__input-icon, .as-auth__input:focus ~ .as-auth__input-icon {
  color: var(--brand, #244855);
}

.as-auth__input-wrap:focus-within .as-auth__input-icon {
  color: var(--brand, #244855);
}

.as-auth__error {
  font-size: 12px;
  color: var(--deal, #DC2626);
  display: flex;
  align-items: center;
  gap: 4px;
}

.as-auth__help {
  font-size: 12px;
  color: var(--muted, #4E6A73);
}
.as-auth__help small {
  color: var(--brand, #244855);
}

.as-auth__checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
}
.as-auth__checkbox input {
  display: none;
}

.as-auth__checkbox-mark {
  width: 18px;
  height: 18px;
  min-width: 18px;
  border: 2px solid var(--line, #DCE7E9);
  border-radius: 4px;
  background: var(--surface, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s;
  margin-top: 1px;
}
.as-auth__checkbox-mark::after {
  content: "";
  width: 10px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) scale(0);
  transition: transform 0.15s;
  margin-top: -2px;
}

.as-auth__checkbox input:checked + .as-auth__checkbox-mark {
  background: var(--brand, #244855);
  border-color: var(--brand, #244855);
}
.as-auth__checkbox input:checked + .as-auth__checkbox-mark::after {
  transform: rotate(-45deg) scale(1);
}

.as-auth__checkbox-text {
  font-size: 14px;
  color: var(--muted, #4E6A73);
  line-height: 1.5;
}
.as-auth__checkbox-text a {
  color: var(--brand, #244855);
  text-decoration: none;
}
.as-auth__checkbox-text a:hover {
  text-decoration: underline;
}

.as-auth__submit {
  width: 100%;
  height: 48px;
  font-size: 16px;
  margin-top: 4px;
}

.as-auth__footer {
  text-align: center;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--line, #E2E8F0);
}
.as-auth__footer p {
  font-size: 14px;
  color: var(--muted, #4E6A73);
  margin: 0;
}

.as-auth__link {
  color: var(--brand, #244855);
  font-weight: 600;
  text-decoration: none;
}
.as-auth__link:hover {
  text-decoration: underline;
}

.as-auth__link--small {
  font-size: 13px;
  color: var(--brand, #244855);
  text-decoration: none;
  font-weight: 500;
}
.as-auth__link--small:hover {
  text-decoration: underline;
}

.as-auth__alert {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 14px;
  margin-bottom: 20px;
}
.as-auth__alert i {
  font-size: 18px;
  flex-shrink: 0;
}

.as-auth__alert--error {
  background: #FEF2F2;
  color: #991B1B;
  border: 1px solid #FECACA;
}

.as-auth__alert--success {
  background: #F0FDF4;
  color: #166534;
  border: 1px solid #BBF7D0;
}

.as-auth__filters {
  margin-top: 16px;
}

/* ---- PRODUCT PAGE RESPONSIVE ---- */
@media (max-width: 1023px) {
  .as-pdp__gallery-col {
    position: static;
  }
  .as-pdp__quick-actions {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .as-pdp__workspace {
    padding: 20px 16px;
  }
  .as-pdp__title {
    font-size: 22px;
    line-height: 28px;
  }
  .as-pdp__final-price {
    font-size: 28px;
  }
  .as-pdp__viewer {
    max-height: none;
  }
  .as-pdp__quick-actions {
    grid-template-columns: 1fr 1fr;
  }
  .as-pdp__meta-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .as-pdp__secondary-actions {
    grid-template-columns: 1fr;
  }
  .as-pdp__tab-btn {
    font-size: 15px;
  }
  .as-pdp__reviews-layout {
    grid-template-columns: 1fr;
  }
  .as-pdp__related-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .as-auth {
    padding: 24px 16px;
    min-height: auto;
  }
  .as-auth__card {
    padding: 28px 20px;
  }
  .as-auth__card--wide {
    max-width: 100%;
  }
  .as-auth__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .as-auth__title {
    font-size: 22px;
  }
}
/* ---- DARK MODE: NEW PDP ---- */
[data-theme=dark] .as-pdp__breadcrumb-bar {
  background: var(--surface);
  border-color: var(--line);
}
[data-theme=dark] .as-pdp__breadcrumb-current {
  color: var(--ink);
}
[data-theme=dark] .as-pdp__viewer {
  background: var(--brand-soft);
  border-color: var(--line);
}
[data-theme=dark] .as-pdp__filmstrip .ps-product__variants .item {
  background: var(--brand-soft);
  border-color: var(--line);
}
[data-theme=dark] .as-pdp__quick-btn {
  background: var(--surface);
  border-color: var(--line);
  color: var(--ink);
}
[data-theme=dark] .as-pdp__notes-panel {
  background: rgba(217, 119, 6, 0.08);
  border-color: var(--gold);
}
[data-theme=dark] .as-pdp__pricing {
  background: var(--brand-soft);
  border-color: var(--line);
}
[data-theme=dark] .as-pdp__assurance {
  background: rgba(241, 245, 249, 0.3);
  border-color: var(--line);
}
[data-theme=dark] .as-pdp__stepper {
  background: var(--surface);
  border-color: var(--line);
}
[data-theme=dark] .as-btn--outline {
  background: var(--surface);
  border-color: var(--line);
  color: var(--ink);
}
[data-theme=dark] .as-pdp__trust-section {
  border-color: var(--line);
}
[data-theme=dark] .as-pdp__share-bar {
  border-color: var(--line);
}
[data-theme=dark] .as-pdp__tab-bar {
  border-color: var(--line);
}
[data-theme=dark] .as-pdp__tabs-section {
  border-color: var(--line);
}
[data-theme=dark] .as-pdp__specs-table {
  border-color: var(--line);
}
[data-theme=dark] .as-pdp__specs-header {
  background: var(--brand-soft);
  border-color: var(--line);
}
[data-theme=dark] .as-pdp__reviews-summary {
  background: var(--surface);
  border-color: var(--line);
}
[data-theme=dark] .as-pdp__review-form-wrapper {
  background: var(--brand-soft);
  border-color: var(--line);
}
[data-theme=dark] .as-pdp__download-item {
  background: var(--surface);
  border-color: var(--line);
  color: var(--ink);
}
[data-theme=dark] .as-pdp__related-section {
  border-color: var(--line);
}
[data-theme=dark] .as-pdp__related-card {
  background: var(--surface);
  border-color: var(--line);
}
[data-theme=dark] .as-pdp__related-name {
  color: var(--ink);
}
[data-theme=dark] .as-pdp__related-price {
  color: var(--ink);
}
[data-theme=dark] .as-footer-new {
  background: var(--surface);
  border-color: var(--line);
}
[data-theme=dark] .as-footer-new__brand-name {
  color: var(--ink);
}
[data-theme=dark] .as-footer-new__top {
  border-color: var(--line);
}
[data-theme=dark] .as-footer-new__links {
  border-color: var(--line);
}
[data-theme=dark] .as-footer-new__link-col a {
  color: var(--muted);
}
[data-theme=dark] .as-footer-new__newsletter-input {
  background: var(--brand-soft);
  border-color: var(--line);
  color: var(--ink);
}
[data-theme=dark] .as-auth {
  background: var(--bg);
}
[data-theme=dark] .as-auth__card {
  background: var(--surface);
  border-color: var(--line);
}
[data-theme=dark] .as-auth__title {
  color: var(--ink);
}
[data-theme=dark] .as-auth__subtitle {
  color: var(--muted);
}
[data-theme=dark] .as-auth__section-title {
  color: var(--ink);
}
[data-theme=dark] .as-auth__section-title i {
  color: var(--brand);
}
[data-theme=dark] .as-auth__label {
  color: var(--ink);
}
[data-theme=dark] .as-auth__input {
  background: var(--surface);
  border-color: var(--line);
  color: var(--ink);
}
[data-theme=dark] .as-auth__input::-moz-placeholder {
  color: var(--muted);
}
[data-theme=dark] .as-auth__input::placeholder {
  color: var(--muted);
}
[data-theme=dark] .as-auth__checkbox-mark {
  background: var(--surface);
  border-color: var(--line);
}
[data-theme=dark] .as-auth__checkbox-text {
  color: var(--muted);
}
[data-theme=dark] .as-auth__footer {
  border-color: var(--line);
}
[data-theme=dark] .as-auth__footer p {
  color: var(--muted);
}
[data-theme=dark] .as-auth__alert--error {
  background: rgba(220, 38, 38, 0.08);
  border-color: rgba(220, 38, 38, 0.2);
  color: #FCA5A5;
}
[data-theme=dark] .as-auth__alert--success {
  background: rgba(34, 197, 94, 0.08);
  border-color: rgba(34, 197, 94, 0.2);
  color: #86EFAC;
}

:root {
  --theme-color: var(--color-1st);
  --border-search-color: #ccc;
}

html .background-color-primary {
  background-color: var(--color-1st) !important;
}

.theme-color {
  color: var(--color-1st) !important;
}

.theme-hover-color:hover {
  color: var(--color-1st) !important;
}

.theme-bg-color {
  background-color: var(--color-1st) !important;
}

.theme-border-color {
  border-color: var(--color-1st) !important;
}

.theme-hover-bg-color:hover {
  background-color: var(--color-1st) !important;
}

.main-toggle-menu .menu-title.closed:not(:hover) {
  color: var(--color-1st) !important;
}

.page-header.type17 .navigation:not(.side-megamenu) .level0 .level-top::before {
  background-color: var(--color-1st);
}

.page-header.type18 .navigation:not(.side-megamenu) .level0 > .submenu {
  border-color: var(--color-1st);
}

.page-header {
  border-bottom-color: var(--color-1st);
}

nav {
  display: block;
}

nav ul,
nav ol {
  list-style: none none;
}

.font-normal {
  font-style: normal !important;
}

.nav-sections .header.links li.customer-welcome .customer-menu,
.nav-sections .header.links .customer-welcome + .link.compare + li + .authorization-link {
  display: none;
}

@media only screen and (max-width: 991px) {
  .nav-sections {
    font-size: 13px;
  }
  .navigation ul {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .navigation .level0 {
    font-size: 1em;
  }
  .navigation .parent .level-top:after {
    font-size: 1.2rem;
  }
}
@media (min-width: 992px) {
  header.page-header.sticky-header .nav-sections {
    background-color: #fff;
  }
  ul#ui-id-1.switcher-dropdown {
    width: auto;
  }
  .toggle-close-btn {
    display: none !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
}
@media (max-width: 991px) {
  header.page-header .nav-sections-item-title[aria-controls="store.menu"] > a:before {
    font-size: 14px;
    line-height: 1;
    content: "\f827";
    font-family: porto-icons;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    margin: -2px 5px 0 0;
  }
  .navigation {
    padding-left: 0;
    padding-right: 0;
  }
  .navigation .parent .level-top:after {
    right: 15px;
  }
  .navigation li.level0 > a.ui-state-active {
    color: #333 !important;
  }
  .sw-megamenu.navigation li.level0.staticwidth > .submenu {
    border-radius: 0 !important;
  }
  header.page-header .nav-sections-item-title {
    height: auto;
  }
  header.page-header .nav-sections-item-content {
    margin-top: 63px;
  }
  ul.dropdown.switcher-dropdown {
    width: auto !important;
  }
}
@media (max-width: 991px) and (min-width: 480px) {
  .nav-open .nav-sections {
    width: 380px;
  }
  .nav-open .page-wrapper {
    left: 380px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .page-header .navigation:not(.side-megamenu) .level0 > .level-top {
    color: inherit;
    padding: 0;
  }
  .page-header .navigation:not(.side-megamenu) .level0 {
    margin-right: 23px;
  }
  .page-header .navigation:not(.side-megamenu) .level0 .level-top {
    display: flex;
    align-items: center;
    line-height: 20px;
    padding: 15px 0 15px 0;
  }
  .page-header .navigation:not(.side-megamenu) .level0.parent .level-top::after {
    line-height: inherit;
  }
  .page-header .navigation:not(.side-megamenu) .level0.parent > a > span {
    line-height: inherit;
    position: static;
  }
  .page-header .navigation:not(.side-megamenu) .level0.parent > a > span:before,
  .page-header .navigation .level0.parent > a > span:after {
    content: "";
    position: absolute;
    bottom: -1px;
    z-index: 7;
    opacity: 0;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    pointer-events: none;
  }
  .page-header .navigation:not(.side-megamenu) .level0.parent:hover > a > span:before,
  .page-header .navigation:not(.side-megamenu) .level0.parent:hover > a > span:after {
    opacity: 1;
    bottom: 3px;
    top: auto;
    transition: bottom 0.2s ease-out;
  }
  .page-header .navigation:not(.side-megamenu) .level0.parent > a > span:before {
    margin-left: -14px;
    border-bottom-color: #fff;
    border-width: 10px;
  }
  .page-header .navigation:not(.side-megamenu) .level0.parent:hover > a > span::before {
    bottom: -1px;
  }
  .page-header .navigation:not(.side-megamenu) .level0.parent > a > span:after {
    border-bottom-color: #fff;
    border-width: 9px;
    margin-left: -13px;
  }
  .page-header .navigation:not(.side-megamenu) .level0.parent:hover > a > span:after {
    bottom: -2px;
  }
}
.sw-megamenu.navigation .subchildmenu span.cat-label:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border: 3px solid transparent;
  position: absolute;
  left: -6px;
  top: 50%;
  margin-top: -3px;
}

.sw-megamenu.navigation .subchildmenu span.cat-label.cat-label-label1:before {
  border-right-color: #0cc485;
}

.sw-megamenu.navigation .subchildmenu span.cat-label {
  top: 50%;
  margin-top: -7px;
  margin-left: 7px;
  border-radius: 2px !important;
}

@media only screen and (max-width: 991px) {
  .nav-open .page-wrapper {
    position: fixed;
    z-index: 3;
  }
}
@media (max-width: 991px) {
  .navigation a {
    color: #777 !important;
  }
  .navigation a:hover,
  .nav-sections .header.links a:hover {
    color: var(--color-1st) !important;
  }
  header.page-header .nav-sections-item-title.active > a,
  header.page-header .nav-sections-item-title.active > a:hover,
  header.page-header .nav-sections-item-title.active > a:focus {
    color: var(--color-1st);
  }
  header.page-header .nav-sections-item-title,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-top-block a.btn-default:hover,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-top-block a.btn-default:hover,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-left-block a.btn-default:hover,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-left-block a.btn-default:hover,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-right-block a.btn-default:hover,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-right-block a.btn-default:hover,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-bottom-block a.btn-default:hover,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-bottom-block a.btn-default:hover,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-top-block a.btn-default:focus,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-top-block a.btn-default:focus,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-left-block a.btn-default:focus,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-left-block a.btn-default:focus,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-right-block a.btn-default:focus,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-right-block a.btn-default:focus,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-bottom-block a.btn-default:focus,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-bottom-block a.btn-default:focus {
    background-color: var(--color-1st);
  }
}
@media (min-width: 992px) {
  .page-header .navigation li.level0 {
    color: var(--color-1st);
  }
  .page-header.type24 .navigation li.level0 > a:before {
    background-color: var(--color-1st);
  }
  .navigation .level0 .submenu {
    border-color: var(--color-1st);
  }
  .sw-megamenu.navigation.side-megamenu li.level0:hover > a,
  .sw-megamenu.navigation.side-megamenu li.level0.active > a {
    border-top-color: var(--color-1st);
  }
  #main-toggle-menu .menu-title:hover,
  #main-toggle-menu .menu-title:not(.closed) {
    background: var(--color-1st);
    border-right-color: var(--color-1st);
  }
}
.page-header.type1,
.page-header.type23,
.page-header,
header.page-header.sticky-header .header-main {
  background-color: #fff;
}

@media (max-width: 767px) {
  header.page-header.sticky-header .header-main {
    background-color: #fff;
  }
}
.page-header .header-main {
  color: #222529;
}

.page-header .header-main a,
.page-header.type5 .search-area a.search-toggle-icon {
  color: #222529;
}

.cart-design-2 .action.showcart .minicart-icon {
  border-color: #222529;
}

.page-header .panel.wrapper,
.main-panel-top {
  background-color: #fff;
}

.page-header .panel.wrapper,
.page-header.type23 .panel.header a,
.page-header.type23 .panel.header a:hover,
.page-header.type23 > .panel.wrapper,
.page-header.type23 .header.panel .switcher,
.page-header.type24 .top-links-icon a,
.page-header.type24 .top-links-icon,
.page-header.type24 .panel.header .switcher {
  color: #777;
}

@media (min-width: 992px) {
  .page-header.type1 .nav-sections,
  .page-header.type2 .nav-sections,
  .page-header .navigation > ul,
  .page-header.type16.sticky-header .navigation:not(.side-megamenu) > ul,
  .page-header.type18 .main-menu-wrap {
    background-color: #fff;
  }
  .page-header.type16 .navigation:not(.side-megamenu) > ul {
    border-color: #fff;
  }
}
@media (min-width: 992px) {
  .page-header .navigation li.level0 {
    color: #222529;
  }
}
@media (min-width: 992px) {
  .sw-megamenu.navigation.side-megamenu li.level0 {
    color: #222529;
  }
}
@media (min-width: 992px) {
  .page-header.type1 .navigation li.level0.active,
  .page-header.type1 .navigation li.level0:hover,
  .page-header .navigation li.level0.active,
  .page-header .navigation li.level0:hover {
    background-color: #fff;
  }
  .page-header.type19 .navigation:not(.side-megamenu) .level0 > .submenu {
    border-color: #fff;
  }
}
@media (min-width: 992px) {
  .sw-megamenu.navigation.side-megamenu li.level0:hover,
  .sw-megamenu.navigation.side-megamenu li.level0.active {
    background-color: var(--color-1st);
  }
  .sw-megamenu.navigation.side-megamenu li.level0:hover > a {
    border-top-color: var(--color-1st);
  }
}
@media (min-width: 992px) {
  .page-header .navigation li.level0.active,
  .page-header .navigation li.level0:hover {
    color: var(--color-1st);
  }
  .page-header.type2 .navigation .level0 .level-top:before {
    background-color: var(--color-1st);
  }
}
@media (min-width: 992px) {
  .sw-megamenu.navigation.side-megamenu li.level0:hover,
  .sw-megamenu.navigation.side-megamenu li.level0.active {
    color: #ffffff;
  }
}
@media (min-width: 992px) {
  .navigation .level0 .submenu a {
    color: #696969;
  }
}
@media (min-width: 992px) {
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background-color: #f4f4f4;
  }
}
@media (min-width: 992px) {
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    color: #696969;
  }
}
@media (min-width: 992px) {
  .sw-megamenu.navigation li.level0.fullwidth > .submenu a,
  .sw-megamenu.navigation li.level0.staticwidth > .submenu a {
    color: #696969;
  }
}
@media (min-width: 992px) {
  .sw-megamenu.navigation li.level0.fullwidth > .submenu a:hover,
  .sw-megamenu.navigation li.level0.staticwidth > .submenu a:hover {
    color: #696969;
  }
}
@media (max-width: 767px) {
  .nav-open .page-wrapper {
    width: 100%;
  }
}
.page-header.type1 .header-main {
  border-top: 1px solid #e7e7e7;
}

.page-header.type1 .panel.wrapper {
  min-height: 42px;
}

.page-header.type1 .main-panel-top .panel.header + .gap {
  height: 19px;
  background: #e7e7e7;
  margin: 0 8px 0 4px;
}

.page-header.type1 .header.panel > .header.links > li {
  line-height: 29px;
  text-transform: capitalize;
}

.page-header.type1 .header.panel > .header.links > li.greet.welcome {
  padding-right: 13px;
}

.page-header.type1 .header.panel > .header.links > li > a {
  padding: 0 13px;
}

.page-header.type1 .switcher .options .action.toggle {
  padding-left: 0;
}

@media (min-width: 992px) {
  .page-header.type1 .header-main .header-row .header-center {
    flex: 1;
    padding: 27px 0;
  }
  .page-header.type1 .header-main .header-row .header-left {
    min-width: auto;
    justify-content: center;
    padding: 20px 15px;
  }
  .page-header.type1 .header-main .header-row .header-right {
    flex: 1;
  }
  .page-header.type1 .search-area .block.block-search {
    max-width: 347px;
    margin: 1px 0;
  }
  .page-header.type1 .nav-sections {
    border-top: 2px solid #e7e7e7;
  }
  .page-header.type1 .navigation:not(.side-megamenu) > ul {
    justify-content: center;
  }
  .page-header.type1 .navigation:not(.side-megamenu) .level0 {
    margin-right: 1%;
    margin-left: 3%;
  }
  .page-header.type1 .navigation:not(.side-megamenu) .level0 .level-top {
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.12px;
    padding: 20px 0 20px 0;
    position: relative;
  }
  .page-header.type1 .navigation:not(.side-megamenu) .level0 .level-top:before {
    content: "";
    position: absolute;
    border-top: 2px solid #7aa93c;
    top: -2px;
    opacity: 0;
    width: 100%;
  }
  .page-header.type1 .navigation:not(.side-megamenu) .level0:hover .level-top:before {
    opacity: 1;
  }
}
@media (min-width: 992px) and (max-width: 1219px) {
  .page-header.type1 .navigation:not(.side-megamenu) .level0 .level-top {
    padding: 15px 0 15px 0;
  }
}
.page-header .sw-megamenu.navigation li.level0 > em,
.page-header .sw-megamenu.navigation li.level0 i {
  display: none;
}

.page-header .sw-megamenu.navigation li.level0 > em,
.page-header .sw-megamenu.navigation li.level0 i {
  display: none;
}

@media (max-width: 991px) {
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
    color: #777;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: "\e81c";
    font-family: "porto-icons";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: "\e81b";
  }
  .nav-sections {
    transition: left 0.3s;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 54px);
    background-color: #f6f6f6;
  }
  .nav-sections .switcher {
    border-bottom: 1px solid #dddddd;
    font-weight: 400;
    margin: 0;
    padding: 12px 20px;
    height: auto;
    color: #777;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 0.25em;
  }
  .nav-sections .switcher-trigger strong {
    display: inline-block !important;
    position: relative;
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    padding: 0.5em 0;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    color: #777777;
  }
  .nav-sections .header.links li {
    border-bottom: 1px solid #dddddd;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    font-weight: 400;
    padding: 12px 20px;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #777777;
    text-decoration: none;
    display: block;
    font-weight: 400;
    padding: 12px 20px;
  }
  .nav-sections .header.links a:hover {
    color: #7aa93c !important;
  }
  .nav-before-open {
    height: 100%;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: 80%;
    left: calc(100% - 54px);
    overflow: visible;
  }
  .nav-open .nav-sections {
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.01);
    content: "";
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  header.page-header .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  header.page-header .nav-sections-items:before,
  header.page-header .nav-sections-items:after {
    content: "";
    display: table;
  }
  header.page-header .nav-sections-items:after {
    clear: both;
  }
  header.page-header .nav-sections-item-title {
    background: #7aa93c;
    border: solid rgba(255, 255, 255, 0.3);
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: auto;
    padding: 10px 5px;
    text-align: center;
    width: 50%;
  }
  header.page-header .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  header.page-header .nav-sections-item-title.active > a,
  header.page-header .nav-sections-item-title.active > a:hover,
  header.page-header .nav-sections-item-title.active > a:focus {
    color: #7aa93c;
  }
  header.page-header .nav-sections-item-title > a,
  header.page-header .nav-sections-item-title > a:hover,
  header.page-header .nav-sections-item-title > a:focus {
    color: #ffffff;
  }
  header.page-header .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
  }
  header.page-header .nav-sections-item-content:before,
  header.page-header .nav-sections-item-content:after {
    content: "";
    display: table;
  }
  header.page-header .nav-sections-item-content:after {
    clear: both;
  }
  header.page-header .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: transparent;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 0.5em;
    padding-right: 0;
    padding-bottom: 0.5em;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #777777;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #dddddd;
    font-size: 1.3rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 400;
    padding: 8px 2em 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #777777;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #dddddd;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #777777;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #777777;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #777777;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .navigation a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navigation a:hover {
    color: #7aa93c !important;
  }
  .navigation li.level0 {
    line-height: 16px;
  }
  .navigation li.level0:first-child {
    border-top: 0;
  }
  .navigation li.level0 > a.level-top {
    padding: 13px 36px 13px 15px;
  }
  .navigation li.level0 > a.ui-state-active {
    color: #000;
    font-weight: 600;
  }
  .navigation li.level0 > a.ui-state-active,
  .navigation li.level0 > a.ui-state-active + .submenu {
    background-color: #eeeeee;
  }
  .navigation li.level0.active .all-category .ui-state-focus,
  .navigation li.level0.active > a:not(.ui-state-active),
  .navigation li.level0.has-active > a:not(.ui-state-active),
  .navigation li.level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation li.level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    border-left: 0;
    margin-left: 0;
  }
  .navigation li.level0 > .ui-menu-item > a {
    font-weight: 400;
  }
  .navigation li.level0 .ui-menu-item > a:before {
    content: "\f801";
    display: inline;
    font-family: "porto-icons";
    margin-right: 10px;
    font-size: 16px;
    vertical-align: top;
    color: #aaaaaa;
  }
  .navigation li.level0 ul.level0 > .level1 {
    font-weight: 400;
  }
  .navigation ul.submenu,
  .navigation ul.submenu:not(:first-child) {
    padding-left: 15px;
  }
  .navigation ul.submenu .active > a,
  .navigation ul.submenu:not(:first-child) .active > a,
  .navigation ul.submenu .level1.active > a,
  .navigation ul.submenu:not(:first-child) .level1.active > a {
    padding-left: 15px;
    border: 0;
    font-weight: 600;
  }
  .navigation ul.submenu > li {
    line-height: 16px;
  }
}
@media (max-width: 991px) {
  .nav-sections .customer-welcome,
  .nav-sections .customer-welcome + .authorization-link {
    display: none;
  }
}
.cms-index-index .nav-sections {
  margin-bottom: 0;
}

[class^=multishipping-] .nav-sections,
[class^=multishipping-] .nav-toggle {
  display: none;
}

@media (min-width: 992px) {
  .nav-toggle {
    display: none !important;
  }
  .nav-sections {
    flex-shrink: 0;
    flex-basis: auto;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
    z-index: 3;
  }
  .navigation {
    background: transparent;
    font-size: 12px;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 0.5em 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 46px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #777777;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0;
    color: #777777;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: "\e81c";
    font-family: "porto-icons";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 0 solid #7aa93c;
    box-shadow: 0 0.25em 0.25em rgba(0, 0, 0, 0.19);
    font-weight: 400;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: "";
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #7aa93c;
    color: #7aa93c;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #777777;
    padding: 9px 5px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #f4f4f4;
    color: #777777;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: "\f801";
    font-family: "porto-icons";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: "\e607";
    font-family: "porto-icons";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
  }
  .navigation li.level0 {
    transition-delay: 0.3s;
    margin-right: 0;
  }
  header.page-header #store-menu {
    display: block !important;
  }
  header.page-header #store-links {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .nav-sections .switcher-trigger strong:after {
    font-size: 1.6rem;
    right: -25px;
    top: 2px;
  }
  .navigation .parent .level-top:after {
    font-size: 2.2rem;
    right: 10px;
    top: 13px;
  }
  header.page-header.sticky-header .header-main {
    position: fixed;
    width: 100%;
    top: 0;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.06);
    background-color: #fff;
    z-index: 9;
  }
}
@media (min-width: 992px) {
  .sticky-logo {
    float: left;
    margin-top: 13px;
    margin-right: 20px;
  }
  .sticky-logo .logo {
    margin: 0 !important;
  }
  .sticky-logo .logo img {
    height: 35px;
    width: auto;
    max-width: none;
    margin-right: 20px;
  }
  header.page-header.sticky-header .nav-sections {
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    z-index: 200 !important;
    padding: 0;
    margin: 0 !important;
    width: 100% !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    backface-visibility: hidden;
    pointer-events: all;
  }
  header.page-header.sticky-header .navigation {
    padding: 0 10px;
  }
  header.page-header.sticky-header .navigation > ul {
    background-color: transparent;
  }
  header.page-header.sticky-header .navigation li.level0 > a > span.cat-label {
    top: -9px;
  }
  header.page-header.sticky-header .minicart-wrapper {
    position: absolute;
    right: 10px;
    top: 20%;
  }
  .page-header {
    margin-bottom: 0;
  }
  .page-header .header.panel {
    padding: 0;
  }
  .page-header .switcher {
    float: left;
    margin-right: 15px;
    order: 1;
  }
  .page-header .navigation .level0 > .level-top {
    text-transform: uppercase;
    display: inline-block;
  }
  .page-header .navigation .level0.parent > a:after {
    content: "\e81c";
    display: inline-block;
    font-family: "porto-icons";
    vertical-align: top;
    margin-left: 5px;
    line-height: 42px;
  }
  .page-header .navigation .level0 .submenu {
    padding: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  }
  .page-header .navigation .level0 .submenu li {
    margin-bottom: 0;
    position: relative;
  }
  .page-header .navigation .level0 .submenu .submenu {
    border-top-width: 0;
    margin-top: -6px !important;
    margin-left: 8px !important;
  }
  .page-header .navigation .level0 .submenu li.parent > a:after {
    content: "\f801";
    display: inline-block;
    font-family: "porto-icons";
    vertical-align: top;
    margin-left: 6px;
    margin-right: 0;
    line-height: 15px;
    float: right;
  }
  .page-header .navigation .level0 .submenu .active > a {
    border: 0;
  }
  .page-header .drop-menu {
    position: relative;
  }
  .page-header .drop-menu .nav-sections {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    visibility: hidden;
    opacity: 0;
  }
  .page-header .drop-menu .nav-sections.visible {
    visibility: visible;
    opacity: 1;
  }
  .page-header .drop-menu > a {
    display: block;
    font-size: 14px;
    letter-spacing: -0.01em;
    font-weight: 700;
    background: #222529;
    color: #fff;
    line-height: 20px;
    padding: 15px 15px 15px 20px;
  }
  .page-header .drop-menu > a:hover {
    background-color: #555;
  }
  .cms-index-index .page-header .drop-menu > a {
    pointer-events: none;
  }
  .cms-index-index .page-header .drop-menu .nav-sections {
    visibility: visible;
    opacity: 1;
    padding: 0 !important;
  }
  .cms-index-index .page-header.sticky-header .drop-menu > a {
    pointer-events: all;
  }
  .cms-index-index .page-header.sticky-header .drop-menu .nav-sections {
    visibility: hidden;
    opacity: 0;
  }
  .cms-index-index .page-header.sticky-header .drop-menu .nav-sections.visible {
    visibility: visible;
    opacity: 1;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 1em;
  }
  .header.panel > .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: right;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    margin-bottom: 0;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li > a {
    display: inline-block;
  }
  .header.panel > .header.links > li > a,
  .header.panel > .header.links > li > span {
    border-left: 1px solid rgba(255, 255, 255, 0.18);
  }
  .header.panel > .header.links > li:first-child > a,
  .header.panel > .header.links > li:first-child > span {
    padding-left: 0;
    border-left: 0;
  }
  .header.panel > .header.links > li.welcome a {
    color: #ffffff;
    padding-left: 0.25em;
  }
  .header.panel > .header.links > .customer-welcome + .authorization-link {
    display: none;
  }
  .logo img {
    max-height: inherit;
  }
  .page-wrapper {
    display: flex;
    flex-direction: column;
    margin: 0;
    min-height: 100%;
    position: relative;
    transition: margin 0.3s ease-out 0;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
}
@media (min-width: 1220px) {
  .sw-megamenu.side-megamenu.navigation li.level0.fl-right {
    float: none;
  }
}
.navigation {
  padding-left: 10px;
  padding-right: 10px;
}

.header.content,
.navigation {
  width: 100%;
}

@media (min-width: 576px) {
  .header.content,
  .navigation {
    max-width: 540px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .header.content,
  .navigation {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .header.content,
  .navigation {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .header.content,
  .navigation {
    max-width: 1140px;
  }
}
@media (min-width: 1200px) {
  .layout-1220 .container {
    max-width: 1200px;
    width: 100%;
  }
  .layout-1220 .header.content,
  .layout-1220 .navigation {
    max-width: 1200px;
  }
}
@media (max-width: 991px) {
  .header.content,
  .navigation {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .navigation .container {
    padding: 0;
  }
}
.layout-fullwidth .header.content,
.layout-fullwidth .navigation {
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .navigation .ui-menu-icon {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .home-side-menu .sw-megamenu.navigation.side-megamenu li.level0.fullwidth > .submenu {
    width: 728px;
    width: calc(75vw - 19.5px);
  }
  .home-side-menu .sw-megamenu.navigation.side-megamenu li.level0 > a {
    font-size: 13px;
    line-height: 34px;
  }
  .home-side-menu .sw-megamenu.navigation.side-megamenu li.level0.parent > a:after {
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .nav-open a.right-side-open {
    display: none !important;
  }
}
.nav-open .block.filter {
  display: none;
}

.sticky-logo .logo {
  max-width: none;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .logo img {
    width: 176px !important;
  }
  a.wishlist.mr-1.mr-lg-2.pr-lg-1 {
    display: none;
  }
  .page-header.type1 .header-main .header-row .header-center {
    order: 0 !important;
    flex: 0 !important;
    margin: 0;
    padding: 27px 0px;
  }
  .page-header.type1 .header-contact .my-account {
    margin: 0 !important;
  }
  .logo {
    max-width: initial;
    z-index: auto;
  }
  .page-header.sticky-header .header.content.header-row {
    min-height: 60px;
    max-width: 87%;
    padding-left: 13px;
    padding-right: 28px;
  }
  .text-center {
    margin: 3px 0px;
  }
}
.sidebar.sidebar-main.mobile-sidebar.pin-wrapper {
  height: -moz-max-content !important;
  height: max-content !important;
}

ul.subchildmenu.col-md-12.mega-columns.columns4 {
  display: block;
  overflow: hidden;
  -webkit-column-count: 4;
  -webkit-column-gap: 1.875em;
  -webkit-column-fill: auto;
  -moz-column-count: 4;
  -moz-column-gap: 1.875em;
  -moz-column-fill: auto;
  column-count: 4;
  column-gap: 1.875em;
  column-fill: auto;
  height: auto;
}

.sticky-logo .logo img {
  height: unset !important;
}

@media only screen and (max-width: 991px) {
  ul.subchildmenu.col-md-12.mega-columns.columns4 {
    display: block;
    overflow: hidden;
    -webkit-column-count: unset;
    -webkit-column-gap: unset;
    -webkit-column-fill: unset;
    -moz-column-count: unset;
    -moz-column-gap: unset;
    -moz-column-fill: unset;
    column-count: unset;
    column-gap: unset;
    column-fill: unset;
    height: unset;
  }
  .page-header.type1 .navigation:not(.side-megamenu) > ul {
    display: block;
    align-items: center;
    flex-wrap: inherit !important;
  }
}
@media only screen and (max-width: 768px) {
  header.page-header.sticky-header .minicart-wrapper {
    right: -10% !important;
  }
}
header.page-header.type1.sticky-header .sw-megamenu.navigation li.level0.fullwidth > .submenu {
  background: #ffffff;
  border: 0 solid #7aa93c;
  box-shadow: 0 0.25em 0.25em rgba(0, 0, 0, 0.19);
  font-weight: 400;
  min-width: unset;
  width: 1100px !important;
  padding: 15px 0;
  display: none;
  left: 0;
  /* margin: 0 !important; */
  position: absolute;
  z-index: 1;
  margin-top: 11px;
  margin-left: -79% !important;
}

header.page-header.type1.sticky-header ul.subchildmenu.col-md-12.mega-columns.columns4 {
  display: block;
  overflow: hidden;
  /* margin-bottom: -1.875em; */
  -webkit-column-count: 4;
  -webkit-column-gap: 1.875em;
  -webkit-column-fill: auto;
  -moz-column-count: 4;
  -moz-column-gap: 1.875em;
  -moz-column-fill: auto;
  column-count: 4;
  column-gap: 1.875em;
  column-fill: auto;
  height: 850px;
}

.sw-megamenu.navigation .subchildmenu.mega-columns.columns4 > li:nth-child(4n+1) {
  clear: unset !important;
  height: -moz-fit-content;
  height: fit-content;
}

.sw-megamenu.navigation .subchildmenu.mega-columns.columns4 > li {
  width: 281px;
}

@media screen and (min-width: 992px) {
  ul.subchildmenu.col-md-12.mega-columns.columns4 {
    display: block;
    overflow: hidden;
    /* margin-bottom: -1.875em; */
    -webkit-column-count: 4;
    -webkit-column-gap: 1.875em;
    -webkit-column-fill: auto;
    -moz-column-count: 4;
    -moz-column-gap: 1.875em;
    -moz-column-fill: auto;
    column-count: 4;
    column-gap: 1.875em;
    column-fill: auto;
    height: 500px;
  }
}
header.page-header.type1.sticky-header .navigation .level0 .level0.submenu {
  height: 500px;
  overflow: hidden !important;
}

header.page-header.type1.sticky-header ul.subchildmenu.col-md-12.mega-columns.columns4 {
  display: block;
  overflow: hidden;
  /* margin-bottom: -1.875em; */
  -webkit-column-count: 4;
  -webkit-column-gap: 1.875em;
  -webkit-column-fill: auto;
  -moz-column-count: 4;
  -moz-column-gap: 1.875em;
  -moz-column-fill: auto;
  column-count: 4;
  column-gap: 1.875em;
  column-fill: auto;
  height: 100%;
}

.sw-megamenu.navigation li.level0 .submenu .container .row {
  overflow-y: scroll;
  height: calc(60vh + 10px);
}

.sw-megamenu.navigation li.level0 .submenu .container .row::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.sw-megamenu.navigation li.level0 .submenu .container .row::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

.sw-megamenu.navigation li.level0 .submenu .container .row::-webkit-scrollbar-thumb {
  background-color: #000000;
}

@media (min-width: 992px) {
  .page-header.type1 .search-area .block.block-search {
    border: none;
  }
  .page-header.type1.sticky-header .navigation {
    display: flex;
    align-items: center;
  }
  .page-header.type1 .sticky-logo {
    margin-top: 0;
  }
  .page-header.type1 .navigation:not(.side-megamenu) > ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .page-header.type1 .navigation:not(.side-megamenu) .level0 .level-top {
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    letter-spacing: -0.3px;
    padding: 18px 0 18px 0;
  }
  .page-header .sw-megamenu.navigation li.level0.staticwidth > .submenu .level1 > a,
  .page-header .sw-megamenu.navigation li.level0.fullwidth > .submenu .level1 > a {
    color: #333;
  }
}
@media (min-width: 992px) {
  .sw-megamenu.navigation > ul {
    position: relative;
  }
  .sw-megamenu.navigation > ul:after {
    display: table;
    content: "";
    clear: both;
  }
  .sw-megamenu.navigation .open-children-toggle {
    display: none;
  }
  .sw-megamenu.navigation span.cat-label {
    position: absolute;
    text-transform: uppercase;
    font: inherit;
    font-size: 9px;
    padding: 2px;
    border-radius: 0;
    line-height: 1;
    color: #fff;
  }
  .sw-megamenu.navigation span.cat-label:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label1 {
    background-color: #0cc485;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label1::before {
    border-left-color: #0cc485;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label2 {
    background-color: #eb2771;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label2::before {
    border-left-color: #eb2771;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label3 {
    background-color: #0ae3eb;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label3::before {
    border-left-color: #0ae3eb;
  }
  .sw-megamenu.navigation a:hover > span > span.cat-label {
    text-decoration: none;
  }
  .sw-megamenu.navigation li > a > span {
    position: relative;
    font-weight: 600;
  }
  .sw-megamenu.navigation li.level0 > .level-top {
    transition-delay: 0s !important;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label {
    top: -10px;
    right: 14px;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label:before {
    left: 3px;
    bottom: -4px;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label.cat-label-label1:before {
    border-top-color: #0cc485;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label.cat-label-label2:before {
    border-top-color: #eb2771;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label.cat-label-label3:before {
    border-top-color: #0ae3eb;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label {
    top: 3px;
    right: -35px;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label:before {
    left: -6px;
    bottom: 3px;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label.cat-label-label1:before {
    border-right-color: #0cc485;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label.cat-label-label2:before {
    border-right-color: #eb2771;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label.cat-label-label3:before {
    border-right-color: #0ae3eb;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns > li {
    float: left;
    padding: 15px 10px 0;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns1 > li {
    float: none;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns2 > li {
    width: 50%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns2 > li:nth-child(2n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns3 > li {
    width: 33.33%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns3 > li:nth-child(3n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns4 > li {
    width: 25%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns4 > li:nth-child(4n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns5 > li {
    width: 20%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns5 > li:nth-child(5n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns6 > li {
    width: 16.66%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns6 > li:nth-child(6n+1) {
    clear: both;
  }
  .sw-megamenu.navigation li.level0 {
    transition-delay: 0s;
    transition: 0.2s opacity;
  }
  .sw-megamenu.navigation li.level0.fl-left {
    float: left;
  }
  .sw-megamenu.navigation li.level0.fl-right {
    float: right;
  }
  .sw-megamenu.navigation li.level0.fl-right.staticwidth .submenu {
    left: auto;
    right: 0;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0 .submenu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: 0.2s opacity;
    color: #777;
  }
  .sw-megamenu.navigation li.level0 .submenu > ul {
    margin-top: 0;
  }
  .sw-megamenu.navigation li.level0 .submenu > ul:before,
  .sw-megamenu.navigation li.level0 .submenu > ul:after {
    display: none;
  }
  .sw-megamenu.navigation li.level0 .submenu .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sw-megamenu.navigation li.level0.parent > .submenu.popup-left {
    left: auto;
    right: 0;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0.fullwidth {
    position: static;
  }
  .sw-megamenu.navigation li.level0.fullwidth > .submenu {
    width: 100%;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0.fullwidth > .submenu,
  .sw-megamenu.navigation li.level0.staticwidth > .submenu {
    padding: 10px;
    left: 0;
  }
  .sw-megamenu.navigation li.level0.fullwidth:hover > .submenu,
  .sw-megamenu.navigation li.level0.staticwidth:hover > .submenu {
    visibility: visible;
    opacity: 1;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu li.parent > a:after,
  .sw-megamenu.navigation li.level0.staticwidth .submenu li.parent > a:after {
    display: none;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu li.level1 > a,
  .sw-megamenu.navigation li.level0.staticwidth .submenu li.level1 > a {
    font-size: inherit;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 18px;
    padding-top: 0;
    padding-bottom: 5px;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu li.level1 > .menu-thumb-img,
  .sw-megamenu.navigation li.level0.staticwidth .submenu li.level1 > .menu-thumb-img {
    margin: 10px 0 -5px;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu a,
  .sw-megamenu.navigation li.level0.staticwidth .submenu a {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    padding: 7px 0;
    text-transform: uppercase;
    color: #696969;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu a:hover,
  .sw-megamenu.navigation li.level0.staticwidth .submenu a:hover {
    background: none;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu a:hover > span,
  .sw-megamenu.navigation li.level0.staticwidth .submenu a:hover > span {
    text-decoration: underline;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-top-block,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-top-block,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-left-block,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-left-block,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-right-block,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-right-block,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-bottom-block,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-bottom-block {
    padding-left: 0;
    padding-right: 0;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu .subchildmenu .subchildmenu,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .subchildmenu .subchildmenu {
    padding-bottom: 5px;
  }
  .sw-megamenu.navigation li.level0.classic .submenu {
    padding: 5px 0;
  }
  .sw-megamenu.navigation li.level0.classic .submenu > .row {
    margin: 0;
  }
  .sw-megamenu.navigation li.level0.classic .submenu a {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    padding: 8px 15px;
    text-transform: uppercase;
  }
  .sw-megamenu.navigation li.level0.classic .subchildmenu {
    min-width: 230px;
  }
  .sw-megamenu.navigation li.level0.classic .subchildmenu .subchildmenu {
    visibility: hidden;
    opacity: 0;
    transition: 0.2s opacity;
    padding: 5px 0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border-radius: 0;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 6;
  }
  .sw-megamenu.navigation li.level0.classic .subchildmenu > li:hover > .subchildmenu {
    visibility: visible;
    opacity: 1;
  }
  .sw-megamenu.navigation li.level0.classic li.parent > .subchildmenu.popup-left {
    left: auto;
    right: 100%;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0.classic li.parent a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .sw-megamenu.navigation li.level0.classic li.parent a > span {
    margin-right: auto;
  }
  .sw-megamenu.navigation li.level0.classic .subchildmenu.popup-left .subchildmenu {
    left: auto;
    right: 100%;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0.classic:hover > .submenu {
    visibility: visible;
    opacity: 1;
  }
  .sw-megamenu.navigation li.level0.classic li:hover > .submenu {
    visibility: visible;
    opacity: 1;
  }
  .sw-megamenu.navigation li.level0.classic .submenu,
  .sw-megamenu.navigation li.level0.classic .subchildmenu .subchildmenu {
    left: 0;
  }
  .sw-megamenu.navigation li.level0.staticwidth .submenu {
    left: 0;
  }
  .sw-megamenu.navigation li.level0 > em,
  .sw-megamenu.navigation li.level0 i {
    color: inherit;
    margin-right: 0.5rem;
  }
  .sw-megamenu.navigation.side-megamenu {
    padding: 0;
  }
  .sw-megamenu.navigation.side-megamenu li {
    margin: 0;
    position: relative;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 {
    display: block;
    position: relative;
    border-radius: 0;
    margin: 0;
    margin-top: 1px;
    float: none !important;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.parent > a:after {
    content: "\e81a";
    display: inline-block;
    font-family: "porto-icons";
    margin-right: -2px;
    line-height: inherit;
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0.parent > a:after {
    content: "\e819";
    margin-left: -2px;
    margin-right: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.classic .submenu li.parent > a:after {
    content: "\e81a";
    display: inline-block;
    font-family: "porto-icons";
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0.classic .submenu li.parent > a:after {
    content: "\e819";
  }
  .sw-megamenu.navigation.side-megamenu li.level0.fullwidth > .submenu,
  .sw-megamenu.navigation.side-megamenu li.level0.staticwidth > .submenu {
    left: 100% !important;
    top: 0;
    padding-bottom: 15px;
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0.fullwidth > .submenu,
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0.staticwidth > .submenu {
    left: auto !important;
    right: 100% !important;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.classic > .submenu {
    left: 100% !important;
    top: 0;
    padding: 5px;
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0.classic > .submenu {
    left: auto !important;
    right: 100% !important;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.classic > .submenu .subchildmenu .subchildmenu {
    padding: 5px;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.fullwidth > .submenu {
    width: 1024px;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a {
    display: flex;
    align-items: center;
    border-top: 1px solid #e7e7e7;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0;
    margin-left: 16px;
    margin-right: 18px;
    padding: 14px 12px 14px 5px;
    color: inherit;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span:not(.cat-label) {
    flex: 1;
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0 > a > span:not(.cat-label) {
    order: 2;
    text-align: right;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label {
    position: relative;
    margin-left: 10px;
    padding: 0 2px;
    top: 0;
    right: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label:before {
    width: 5px;
    height: 5px;
    border: 3px solid transparent;
    position: absolute;
    left: -6px;
    top: 50%;
    margin-top: -3px;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label.cat-label-label1:before {
    border-right-color: #0cc485;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label.cat-label-label2:before {
    border-right-color: #eb2771;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label.cat-label-label3:before {
    border-right-color: #0ae3eb;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > em,
  .sw-megamenu.navigation.side-megamenu li.level0 > a i {
    color: inherit;
    margin-right: 0.5rem;
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0 > a > em,
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0 > a i {
    margin-left: 0.5rem;
    margin-right: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0:first-child {
    margin-top: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0:first-child > a {
    border-top: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0:hover {
    background-color: #08c;
  }
  .sw-megamenu.navigation.side-megamenu li.level0:hover > a {
    color: inherit;
    border-top-color: #08c;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > .submenu {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border-radius: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > .submenu::before {
    content: "";
    position: absolute;
    border-right: 12px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    left: -12px;
    top: 11.5px;
    z-index: 112;
    width: auto;
    height: auto;
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0 > .submenu::before {
    border-left: 12px solid #fff;
    border-right: none;
    right: -12px;
    left: auto;
  }
  .sw-megamenu.navigation.side-megamenu li.active {
    background-color: #08c;
    color: #fff;
  }
  .sw-megamenu.navigation.side-megamenu li.active + .level0 > a {
    border-top: 0;
  }
}
@media (max-width: 991px) {
  .sw-megamenu.navigation.side-megamenu {
    display: none;
  }
  .sw-megamenu.navigation .submenu.level0 {
    height: 0;
    visibility: hidden;
  }
  .sw-megamenu.navigation .submenu.level0.opened {
    visibility: visible;
    height: auto;
  }
  .sw-megamenu.navigation li.level0.staticwidth > .submenu {
    width: auto !important;
  }
  .sw-megamenu.navigation li.level0.fullwidth .menu-top-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-top-block,
  .sw-megamenu.navigation li.level0.fullwidth .menu-right-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-right-block,
  .sw-megamenu.navigation li.level0.fullwidth .menu-left-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-left-block,
  .sw-megamenu.navigation li.level0.fullwidth .menu-bottom-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-bottom-block {
    display: none;
  }
  .sw-megamenu.navigation li.level0 .menu-thumb-img {
    display: none;
  }
  .sw-megamenu.navigation li.ui-menu-item {
    position: relative;
    float: none !important;
  }
  .sw-megamenu.navigation li.ui-menu-item > a {
    position: relative;
  }
  .sw-megamenu.navigation li.ui-menu-item > .open-children-toggle {
    display: block;
    position: absolute;
    width: 42px;
    height: 42px;
    right: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
  }
  .sw-megamenu.navigation span.cat-label {
    top: 50%;
    right: 36px;
    margin-top: -7px;
    position: absolute;
    text-transform: uppercase;
    font: inherit;
    font-size: 9px;
    padding: 2px;
    border-radius: 2px;
    line-height: 1;
    color: #fff;
  }
  .sw-megamenu.navigation span.cat-label:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    left: -6px;
    bottom: 3px;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label1 {
    background-color: #0cc485;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label1:before {
    border-right-color: #0cc485;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label2 {
    background-color: #eb2771;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label2:before {
    border-right-color: #eb2771;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label3 {
    background-color: #0ae3eb;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label3:before {
    border-right-color: #0ae3eb;
  }
}
/* MEDIA QUERIES */
nav.tm-navigation .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  min-width: 320px;
  max-width: 450px;
}

@media (min-width: 480px) {
  nav.tm-navigation .container {
    max-width: 610px;
  }
}
@media (min-width: 768px) {
  nav.tm-navigation .container {
    max-width: 962px;
  }
}
@media (min-width: 992px) {
  nav.tm-navigation .container {
    max-width: 1170px;
  }
}
@media (min-width: 1200px) {
  nav.tm-navigation .container {
    max-width: 1170px;
  }
}
nav.tm-navigation .row {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  width: auto;
}

nav.tm-navigation [class*=col-xs-] {
  flex-basis: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

nav.tm-navigation [class*=col-m-] {
  flex-basis: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

nav.tm-navigation [class*=col-l-] {
  flex-basis: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

nav.tm-navigation [class*=col-xl-] {
  flex-basis: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

@media (min-width: 1200px) {
  nav.tm-navigation .col-xl-12 {
    flex-basis: 100%;
  }
}
@media (min-width: 1200px) {
  nav.tm-navigation .col-xl-11 {
    flex-basis: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  nav.tm-navigation .col-xl-10 {
    flex-basis: 83.33333333%;
  }
}
@media (min-width: 1200px) {
  nav.tm-navigation .col-xl-9 {
    flex-basis: 75%;
  }
}
@media (min-width: 1200px) {
  nav.tm-navigation .col-xl-8 {
    flex-basis: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  nav.tm-navigation .col-xl-7 {
    flex-basis: 58.33333333%;
  }
}
@media (min-width: 1200px) {
  nav.tm-navigation .col-xl-6 {
    flex-basis: 50%;
  }
}
@media (min-width: 1200px) {
  nav.tm-navigation .col-xl-5 {
    flex-basis: 41.66666667%;
  }
}
@media (min-width: 1200px) {
  nav.tm-navigation .col-xl-4 {
    flex-basis: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  nav.tm-navigation .col-xl-3 {
    flex-basis: 25%;
  }
}
@media (min-width: 1200px) {
  nav.tm-navigation .col-xl-2 {
    flex-basis: 16.66666667%;
  }
}
@media (min-width: 1200px) {
  nav.tm-navigation .col-xl-1 {
    flex-basis: 8.33333333%;
  }
}
@media (min-width: 992px) {
  nav.tm-navigation .col-l-12 {
    flex-basis: 100%;
  }
}
@media (min-width: 992px) {
  nav.tm-navigation .col-l-11 {
    flex-basis: 91.66666667%;
  }
}
@media (min-width: 992px) {
  nav.tm-navigation .col-l-10 {
    flex-basis: 83.33333333%;
  }
}
@media (min-width: 992px) {
  nav.tm-navigation .col-l-9 {
    flex-basis: 75%;
  }
}
@media (min-width: 992px) {
  nav.tm-navigation .col-l-8 {
    flex-basis: 66.66666667%;
  }
}
@media (min-width: 992px) {
  nav.tm-navigation .col-l-7 {
    flex-basis: 58.33333333%;
  }
}
@media (min-width: 992px) {
  nav.tm-navigation .col-l-6 {
    flex-basis: 50%;
  }
}
@media (min-width: 992px) {
  nav.tm-navigation .col-l-5 {
    flex-basis: 41.66666667%;
  }
}
@media (min-width: 992px) {
  nav.tm-navigation .col-l-4 {
    flex-basis: 33.33333333%;
  }
}
@media (min-width: 992px) {
  nav.tm-navigation .col-l-3 {
    flex-basis: 25%;
  }
}
@media (min-width: 992px) {
  nav.tm-navigation .col-l-2 {
    flex-basis: 16.66666667%;
  }
}
@media (min-width: 992px) {
  nav.tm-navigation .col-l-1 {
    flex-basis: 8.33333333%;
  }
}
@media (min-width: 768px) {
  nav.tm-navigation .col-m-12 {
    flex-basis: 100%;
  }
}
@media (min-width: 768px) {
  nav.tm-navigation .col-m-11 {
    flex-basis: 91.66666667%;
  }
}
@media (min-width: 768px) {
  nav.tm-navigation .col-m-10 {
    flex-basis: 83.33333333%;
  }
}
@media (min-width: 768px) {
  nav.tm-navigation .col-m-9 {
    flex-basis: 75%;
  }
}
@media (min-width: 768px) {
  nav.tm-navigation .col-m-8 {
    flex-basis: 66.66666667%;
  }
}
@media (min-width: 768px) {
  nav.tm-navigation .col-m-7 {
    flex-basis: 58.33333333%;
  }
}
@media (min-width: 768px) {
  nav.tm-navigation .col-m-6 {
    flex-basis: 50%;
  }
}
@media (min-width: 768px) {
  nav.tm-navigation .col-m-5 {
    flex-basis: 41.66666667%;
  }
}
@media (min-width: 768px) {
  nav.tm-navigation .col-m-4 {
    flex-basis: 33.33333333%;
  }
}
@media (min-width: 768px) {
  nav.tm-navigation .col-m-3 {
    flex-basis: 25%;
  }
}
@media (min-width: 768px) {
  nav.tm-navigation .col-m-2 {
    flex-basis: 16.66666667%;
  }
}
@media (min-width: 768px) {
  nav.tm-navigation .col-m-1 {
    flex-basis: 8.33333333%;
  }
}
@media (min-width: 480px) {
  nav.tm-navigation .col-xs-12 {
    flex-basis: 100%;
  }
}
@media (min-width: 480px) {
  nav.tm-navigation .col-xs-11 {
    flex-basis: 91.66666667%;
  }
}
@media (min-width: 480px) {
  nav.tm-navigation .col-xs-10 {
    flex-basis: 83.33333333%;
  }
}
@media (min-width: 480px) {
  nav.tm-navigation .col-xs-9 {
    flex-basis: 75%;
  }
}
@media (min-width: 480px) {
  nav.tm-navigation .col-xs-8 {
    flex-basis: 66.66666667%;
  }
}
@media (min-width: 480px) {
  nav.tm-navigation .col-xs-7 {
    flex-basis: 58.33333333%;
  }
}
@media (min-width: 480px) {
  nav.tm-navigation .col-xs-6 {
    flex-basis: 50%;
  }
}
@media (min-width: 480px) {
  nav.tm-navigation .col-xs-5 {
    flex-basis: 41.66666667%;
  }
}
@media (min-width: 480px) {
  nav.tm-navigation .col-xs-4 {
    flex-basis: 33.33333333%;
  }
}
@media (min-width: 480px) {
  nav.tm-navigation .col-xs-3 {
    flex-basis: 25%;
  }
}
@media (min-width: 480px) {
  nav.tm-navigation .col-xs-2 {
    flex-basis: 16.66666667%;
  }
}
@media (min-width: 480px) {
  nav.tm-navigation .col-xs-1 {
    flex-basis: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  nav.tm-navigation .col-xl-preffix-12 {
    flex-basis: 100%;
  }
}
@media (min-width: 1200px) {
  nav.tm-navigation .col-xl-preffix-11 {
    flex-basis: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  nav.tm-navigation .col-xl-preffix-10 {
    flex-basis: 83.33333333%;
  }
}
@media (min-width: 1200px) {
  nav.tm-navigation .col-xl-preffix-9 {
    flex-basis: 75%;
  }
}
@media (min-width: 1200px) {
  nav.tm-navigation .col-xl-preffix-8 {
    flex-basis: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  nav.tm-navigation .col-xl-preffix-7 {
    flex-basis: 58.33333333%;
  }
}
@media (min-width: 1200px) {
  nav.tm-navigation .col-xl-preffix-6 {
    flex-basis: 50%;
  }
}
@media (min-width: 1200px) {
  nav.tm-navigation .col-xl-preffix-5 {
    flex-basis: 41.66666667%;
  }
}
@media (min-width: 1200px) {
  nav.tm-navigation .col-xl-preffix-4 {
    flex-basis: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  nav.tm-navigation .col-xl-preffix-3 {
    flex-basis: 25%;
  }
}
@media (min-width: 1200px) {
  nav.tm-navigation .col-xl-preffix-2 {
    flex-basis: 16.66666667%;
  }
}
@media (min-width: 1200px) {
  nav.tm-navigation .col-xl-preffix-1 {
    flex-basis: 8.33333333%;
  }
}
@media (min-width: 992px) {
  nav.tm-navigation .col-l-preffix-12 {
    flex-basis: 100%;
  }
}
@media (min-width: 992px) {
  nav.tm-navigation .col-l-preffix-11 {
    flex-basis: 91.66666667%;
  }
}
@media (min-width: 992px) {
  nav.tm-navigation .col-l-preffix-10 {
    flex-basis: 83.33333333%;
  }
}
@media (min-width: 992px) {
  nav.tm-navigation .col-l-preffix-9 {
    flex-basis: 75%;
  }
}
@media (min-width: 992px) {
  nav.tm-navigation .col-l-preffix-8 {
    flex-basis: 66.66666667%;
  }
}
@media (min-width: 992px) {
  nav.tm-navigation .col-l-preffix-7 {
    flex-basis: 58.33333333%;
  }
}
@media (min-width: 992px) {
  nav.tm-navigation .col-l-preffix-6 {
    flex-basis: 50%;
  }
}
@media (min-width: 992px) {
  nav.tm-navigation .col-l-preffix-5 {
    flex-basis: 41.66666667%;
  }
}
@media (min-width: 992px) {
  nav.tm-navigation .col-l-preffix-4 {
    flex-basis: 33.33333333%;
  }
}
@media (min-width: 992px) {
  nav.tm-navigation .col-l-preffix-3 {
    flex-basis: 25%;
  }
}
@media (min-width: 992px) {
  nav.tm-navigation .col-l-preffix-2 {
    flex-basis: 16.66666667%;
  }
}
@media (min-width: 992px) {
  nav.tm-navigation .col-l-preffix-1 {
    flex-basis: 8.33333333%;
  }
}
@media (min-width: 768px) {
  nav.tm-navigation .col-m-preffix-12 {
    flex-basis: 100%;
  }
}
@media (min-width: 768px) {
  nav.tm-navigation .col-m-preffix-11 {
    flex-basis: 91.66666667%;
  }
}
@media (min-width: 768px) {
  nav.tm-navigation .col-m-preffix-10 {
    flex-basis: 83.33333333%;
  }
}
@media (min-width: 768px) {
  nav.tm-navigation .col-m-preffix-9 {
    flex-basis: 75%;
  }
}
@media (min-width: 768px) {
  nav.tm-navigation .col-m-preffix-8 {
    flex-basis: 66.66666667%;
  }
}
@media (min-width: 768px) {
  nav.tm-navigation .col-m-preffix-7 {
    flex-basis: 58.33333333%;
  }
}
@media (min-width: 768px) {
  nav.tm-navigation .col-m-preffix-6 {
    flex-basis: 50%;
  }
}
@media (min-width: 768px) {
  nav.tm-navigation .col-m-preffix-5 {
    flex-basis: 41.66666667%;
  }
}
@media (min-width: 768px) {
  nav.tm-navigation .col-m-preffix-4 {
    flex-basis: 33.33333333%;
  }
}
@media (min-width: 768px) {
  nav.tm-navigation .col-m-preffix-3 {
    flex-basis: 25%;
  }
}
@media (min-width: 768px) {
  nav.tm-navigation .col-m-preffix-2 {
    flex-basis: 16.66666667%;
  }
}
@media (min-width: 768px) {
  nav.tm-navigation .col-m-preffix-1 {
    flex-basis: 8.33333333%;
  }
}
@media (min-width: 480px) {
  nav.tm-navigation .col-xs-preffix-12 {
    flex-basis: 100%;
  }
}
@media (min-width: 480px) {
  nav.tm-navigation .col-xs-preffix-11 {
    flex-basis: 91.66666667%;
  }
}
@media (min-width: 480px) {
  nav.tm-navigation .col-xs-preffix-10 {
    flex-basis: 83.33333333%;
  }
}
@media (min-width: 480px) {
  nav.tm-navigation .col-xs-preffix-9 {
    flex-basis: 75%;
  }
}
@media (min-width: 480px) {
  nav.tm-navigation .col-xs-preffix-8 {
    flex-basis: 66.66666667%;
  }
}
@media (min-width: 480px) {
  nav.tm-navigation .col-xs-preffix-7 {
    flex-basis: 58.33333333%;
  }
}
@media (min-width: 480px) {
  nav.tm-navigation .col-xs-preffix-6 {
    flex-basis: 50%;
  }
}
@media (min-width: 480px) {
  nav.tm-navigation .col-xs-preffix-5 {
    flex-basis: 41.66666667%;
  }
}
@media (min-width: 480px) {
  nav.tm-navigation .col-xs-preffix-4 {
    flex-basis: 33.33333333%;
  }
}
@media (min-width: 480px) {
  nav.tm-navigation .col-xs-preffix-3 {
    flex-basis: 25%;
  }
}
@media (min-width: 480px) {
  nav.tm-navigation .col-xs-preffix-2 {
    flex-basis: 16.66666667%;
  }
}
@media (min-width: 480px) {
  nav.tm-navigation .col-xs-preffix-1 {
    flex-basis: 8.33333333%;
  }
}
.navigation.tm-navigation li.level-top,
.navigation.tm-navigation a.level-top {
  position: static;
}

.navigation.tm-navigation li.level-top .submenu .submenu-reverse,
.navigation.tm-navigation a.level-top .submenu .submenu-reverse {
  right: auto;
}

.navigation.tm-navigation li.level-top span,
.navigation.tm-navigation a.level-top span {
  position: relative;
}

.navigation.tm-navigation li.level-top .mm-label,
.navigation.tm-navigation a.level-top .mm-label {
  position: absolute;
  top: -21px;
  left: -50%;
  padding: 3px 7px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 13.2px;
  color: #ffffff;
  background-color: #c02a2a;
  display: none;
}

@media (min-width: 768px) {
  .navigation.tm-navigation li.level-top .mm-label,
  .navigation.tm-navigation a.level-top .mm-label {
    display: block;
  }
}
.navigation.tm-navigation li.level-top li,
.navigation.tm-navigation a.level-top li {
  position: relative;
}

.navigation.tm-navigation li.level-top .mm-image,
.navigation.tm-navigation a.level-top .mm-image {
  display: none;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .navigation.tm-navigation li.level-top .mm-image,
  .navigation.tm-navigation a.level-top .mm-image {
    display: inline-block;
  }
}
.navigation.tm-navigation li.level-top .mm-image img,
.navigation.tm-navigation a.level-top .mm-image img {
  width: 100%;
  max-width: 100%;
}

.navigation.tm-navigation li.level-top .megamenu-wrapper,
.navigation.tm-navigation a.level-top .megamenu-wrapper {
  top: 100% !important;
  left: 20px !important;
  width: calc(100% - 40px) !important;
  padding: 20px 0;
  background: #ffffff;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
}

.navigation.tm-navigation li.level-top ul.mm-submenu,
.navigation.tm-navigation a.level-top ul.mm-submenu {
  display: block;
  padding: 0;
}

@media (max-width: 767px) {
  .navigation.tm-navigation li.level-top ul.mm-submenu.level1 li a,
  .navigation.tm-navigation a.level-top ul.mm-submenu.level1 li a {
    padding-left: 15px;
    padding-right: 0;
  }
  .navigation.tm-navigation li.level-top ul.mm-submenu .mm-submenu,
  .navigation.tm-navigation a.level-top ul.mm-submenu .mm-submenu {
    padding-left: 15px;
  }
}
.navigation.tm-navigation li.level-top .tm-megamenu ul.level1 > li > a,
.navigation.tm-navigation a.level-top .tm-megamenu ul.level1 > li > a {
  font-weight: 600;
  position: relative;
}

@media (min-width: 768px) {
  .navigation.tm-navigation li.level-top .tm-megamenu ul.level1 > li > a,
  .navigation.tm-navigation a.level-top .tm-megamenu ul.level1 > li > a {
    text-transform: uppercase;
  }
}
.navigation.tm-navigation li.level-top .tm-megamenu .product,
.navigation.tm-navigation a.level-top .tm-megamenu .product {
  display: none;
}

.navigation.tm-navigation li.level-top .tm-megamenu .product .product-image,
.navigation.tm-navigation a.level-top .tm-megamenu .product .product-image {
  margin-bottom: 10px;
}

.navigation.tm-navigation li.level-top .tm-megamenu .product .product-image a,
.navigation.tm-navigation a.level-top .tm-megamenu .product .product-image a {
  display: block;
  border: solid 1px #c9c9c9;
  background: none;
}

.navigation.tm-navigation li.level-top .tm-megamenu .product .product-name,
.navigation.tm-navigation a.level-top .tm-megamenu .product .product-name {
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
}

.navigation.tm-navigation li.level-top .tm-megamenu .product .product-name a,
.navigation.tm-navigation a.level-top .tm-megamenu .product .product-name a {
  padding: 0;
  color: #575757;
}

.navigation.tm-navigation li.level-top .tm-megamenu .product .product-name a:hover,
.navigation.tm-navigation a.level-top .tm-megamenu .product .product-name a:hover {
  background: none;
  color: #b9b9b9;
}

.navigation.tm-navigation li.level-top .tm-megamenu .product .price-box,
.navigation.tm-navigation a.level-top .tm-megamenu .product .price-box {
  font-weight: bold;
}

.navigation.tm-navigation li.level-top .tm-megamenu .product .price-box .price,
.navigation.tm-navigation a.level-top .tm-megamenu .product .price-box .price {
  font-size: 1.2em;
  line-height: 1.2em;
}

.navigation.tm-navigation li.level-top .tm-megamenu .product .price-box .old-price,
.navigation.tm-navigation a.level-top .tm-megamenu .product .price-box .old-price {
  font-size: 1em;
  text-decoration: line-through;
}

.navigation.tm-navigation li.level-top .tm-megamenu .product .price-box .special-price,
.navigation.tm-navigation a.level-top .tm-megamenu .product .price-box .special-price {
  font-size: 1.2em;
}

@media (min-width: 768px) {
  .navigation.tm-navigation li.level-top .tm-megamenu .product,
  .navigation.tm-navigation a.level-top .tm-megamenu .product {
    display: block;
  }
}
.navigation.tm-navigation li.level-top .tm-megamenu .widget,
.navigation.tm-navigation a.level-top .tm-megamenu .widget,
.navigation.tm-navigation li.level-top .tm-megamenu .video,
.navigation.tm-navigation a.level-top .tm-megamenu .video,
.navigation.tm-navigation li.level-top .tm-megamenu .static-block,
.navigation.tm-navigation a.level-top .tm-megamenu .static-block {
  display: none;
}

@media (min-width: 768px) {
  .navigation.tm-navigation li.level-top .tm-megamenu .widget,
  .navigation.tm-navigation a.level-top .tm-megamenu .widget,
  .navigation.tm-navigation li.level-top .tm-megamenu .video,
  .navigation.tm-navigation a.level-top .tm-megamenu .video,
  .navigation.tm-navigation li.level-top .tm-megamenu .static-block,
  .navigation.tm-navigation a.level-top .tm-megamenu .static-block {
    display: block;
  }
}
@media (max-width: 768px) {
  .rd-navbar-nav li.rd-navbar--has-megamenu.products-only > .rd-navbar-submenu-toggle {
    display: none;
  }
}
.sidebar .navigation.tm-navigation {
  background: none;
  margin-bottom: 20px;
  height: inherit;
  left: auto;
  overflow: inherit;
  padding: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 3;
}

.sidebar .navigation.tm-navigation:empty {
  display: none;
}

.sidebar .navigation.tm-navigation .rd-navbar-nav-wrap {
  display: block;
}

.sidebar .navigation.tm-navigation > ul {
  padding: 0;
  border-bottom: none;
}

.sidebar .navigation.tm-navigation li.level0 {
  display: block;
  border-bottom: solid 1px #c9c9c9;
  margin: 0;
  position: relative;
}

.sidebar .navigation.tm-navigation li.level0 a.level-top {
  display: block;
}

@media (max-width: 767px) {
  .sidebar .navigation.tm-navigation > ul {
    border: none;
  }
}
.sidebar .navigation.tm-navigation .level0 .megamenu-wrapper {
  width: 100% !important;
  position: absolute;
  padding: 20px 0;
  background: #ffffff;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
}

.sidebar .navigation.tm-navigation ul {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  position: relative;
}

.sidebar .navigation.tm-navigation li.level0 {
  border-top: medium none;
}

.sidebar .navigation.tm-navigation .level0 {
  display: inline-block;
  margin: 0 10px 0 0;
  position: relative;
}

.sidebar .navigation.tm-navigation .level0:last-child {
  margin-right: 0;
  padding-right: 0;
}

.sidebar .navigation.tm-navigation .level0 > .level-top {
  box-sizing: border-box;
  color: #575757;
  line-height: 47px;
  padding: 0 12px;
  position: relative;
  text-decoration: none;
}

.sidebar .navigation.tm-navigation .level0 > .level-top:hover,
.sidebar .navigation.tm-navigation .level0 > .level-top.ui-state-focus {
  color: #b9b9b9;
  text-decoration: none;
}

.sidebar .navigation.tm-navigation .level0.active > .level-top,
.sidebar .navigation.tm-navigation .level0.has-active > .level-top {
  border-color: #c9c9c9;
  border-style: solid;
  border-width: 0 0 3px;
  color: #575757;
  display: block;
  text-decoration: none;
}

.sidebar .navigation.tm-navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
.sidebar .navigation.tm-navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
  margin: 0;
}

.sidebar .navigation.tm-navigation .level0.parent:hover > .submenu {
  overflow: visible !important;
}

.sidebar .navigation.tm-navigation .level0 .submenu {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #c9c9c9;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
  display: none;
  font-weight: 400;
  left: 0;
  margin: 0 !important;
  min-width: 230px;
  position: absolute;
  z-index: 1;
}

@media (max-width: 767px) {
  .sidebar .navigation.tm-navigation .level0 .submenu:not(:first-child) ul {
    padding-left: 15px;
  }
}
.sidebar .navigation.tm-navigation .level0 .submenu > ul {
  margin-top: 11px;
}

.sidebar .navigation.tm-navigation .level0 .submenu > ul::before,
.sidebar .navigation.tm-navigation .level0 .submenu > ul::after {
  content: "";
  display: block;
  overflow: hidden;
  position: absolute;
}

.sidebar .navigation.tm-navigation .level0 .submenu > ul::before {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent transparent #fff;
  -o-border-image: none;
     border-image: none;
  border-style: solid;
  border-width: 10px;
  color: #fff;
  height: 0;
  left: 20px;
  top: -20px;
  width: 0;
  z-index: 4;
}

.sidebar .navigation.tm-navigation .level0 .submenu > ul::after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent transparent #c9c9c9;
  -o-border-image: none;
     border-image: none;
  border-style: solid;
  border-width: 11px;
  color: #575757;
  height: 0;
  left: 19px;
  top: -22px;
  width: 0;
  z-index: 3;
}

.sidebar .navigation.tm-navigation .level0 .submenu a {
  color: #575757;
  display: block;
  line-height: inherit;
  padding: 8px 20px;
}

.sidebar .navigation.tm-navigation .level0 .submenu a:hover,
.sidebar .navigation.tm-navigation .level0 .submenu a.ui-state-focus {
  background: #e8e8e8 none repeat scroll 0 0;
  color: #575757;
  text-decoration: none;
}

.sidebar .navigation.tm-navigation .level0 .submenu .active > a {
  border-color: #c9c9c9;
  border-style: solid;
  border-width: 0 0 0 3px;
  color: #575757;
}

.sidebar .navigation.tm-navigation .level0.more {
  display: inline-block;
  position: relative;
  text-decoration: none;
}

.sidebar .navigation.tm-navigation .level0.more::after {
  color: inherit;
  content: "\f107";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 26px;
  font-weight: normal;
  line-height: inherit;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}

.sidebar .navigation.tm-navigation .level0.more::before {
  display: none;
}

.sidebar .navigation.tm-navigation .level0.more::after {
  cursor: pointer;
  padding: 8px 12px;
  position: relative;
  z-index: 1;
}

.sidebar .navigation.tm-navigation .level0.more:hover > .submenu {
  overflow: visible !important;
}

.sidebar .navigation.tm-navigation .level0.more li {
  display: block;
}

@media (max-width: 479px) {
  .sidebar .navigation.tm-navigation .level0 .submenu {
    box-shadow: none;
    border: none;
  }
  .sidebar .navigation.tm-navigation .parent .level-top {
    display: block;
    position: relative;
    text-decoration: none;
  }
  .sidebar .navigation.tm-navigation .parent .level-top::after {
    color: inherit;
    content: "\f107";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 20px;
    font-weight: normal;
    line-height: 47px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
  }
  .sidebar .navigation.tm-navigation .parent .level-top::after {
    position: absolute;
    right: 7px;
    top: 0;
  }
  .sidebar .navigation.tm-navigation .parent .level-top.ui-state-active::after {
    content: "\f105";
  }
}
@media (max-width: 479px) {
  .sidebar .navigation.tm-navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative !important;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .sidebar .navigation.tm-navigation .rd-navbar-dropdown {
    width: 100%;
  }
}
nav.tm-navigation.navigation[role=navigation] {
  position: relative;
  margin-top: 1px;
}

nav.tm-navigation.navigation[role=navigation] *,
nav.tm-navigation.navigation[role=navigation] *:before,
nav.tm-navigation.navigation[role=navigation] *:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

@media (min-width: 768px) {
  nav.tm-navigation.navigation[role=navigation] .row {
    margin-bottom: 20px;
  }
  nav.tm-navigation.navigation[role=navigation] ul.vm-static,
  nav.tm-navigation.navigation[role=navigation] ul.vm-easing {
    margin-left: 10px;
  }
  nav.tm-navigation.navigation[role=navigation] ul.vm-pop-up {
    position: absolute;
    z-index: 9;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 1px 1px 5px #cccccc;
  }
}
@media (max-width: 767px) {
  nav.tm-navigation.navigation[role=navigation] li.level-top .megamenu-wrapper,
  nav.tm-navigation.navigation[role=navigation] a.level-top .megamenu-wrapper {
    padding: 0;
    background: none;
  }
  nav.tm-navigation.navigation[role=navigation] [class*=col-] {
    padding: 0;
  }
}
nav.tm-navigation.navigation[role=navigation].mobile-only,
nav.tm-navigation.navigation[role=navigation].desktop-only {
  visibility: hidden;
  opacity: 0;
  display: none;
}

nav.tm-navigation.navigation[role=navigation].active {
  visibility: visible;
  opacity: 1;
  display: block;
}

@media (min-width: 768px) and (max-width: 991px) {
  .nav-open .onepage-category > .category-list {
    position: absolute;
  }
}
@media all and (min-width: 992px), print {
  .navigation,
  .header.content {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 1140px;
    box-sizing: border-box;
  }
  .page-main {
    width: 100%;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
  }
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  margin-right: 20px;
  position: relative;
  z-index: 1;
  padding: 6.5px 10px 6.5px 1px;
  text-align: center;
  vertical-align: middle;
  margin: 8px 0.25rem 8px 0;
  line-height: 20px;
  border-radius: 0.25rem;
}

.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: inherit;
  color: inherit;
  content: "\f827";
  font-family: "porto-icons";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}

.nav-toggle:hover:before {
  color: inherit;
}

.nav-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.page-header {
  border-top-width: 0;
}

.page-header .separator {
  border-left: 1px solid #dadcdd;
}

.page-header .gap {
  font-weight: 300;
  margin: 0 10px;
  font-size: 0.95em;
  opacity: 0.8;
}

.page-header .panel.wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 40px;
  font-size: 0.7857em;
  font-weight: 600;
}

.page-header .panel.wrapper .header-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.page-header .panel.wrapper .header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
}

.page-header .header.panel {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0;
}

.header-row {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.header-row > div {
  display: flex;
  align-items: center;
}

.header-row .header-left {
  margin-right: auto;
  justify-content: flex-start;
  padding: 27px 0;
}

.header-row .header-center {
  margin: 0 auto;
  justify-content: center;
  padding: 20px 15px;
  flex: 1;
}

.header-row .header-right {
  justify-content: flex-end;
  padding: 22px 0;
}

@media (max-width: 991px) {
  .header-row .header-center {
    padding: 20px 0;
  }
  .header-row .header-left {
    padding: 20px 0;
  }
  .header-row .header-right {
    padding: 20px 0;
  }
  .page-header.sticky-header .header-row .header-center,
  .page-header.sticky-header .header-row .header-left,
  .page-header.sticky-header .header-row .header-right {
    padding-top: 0;
    padding-bottom: 0;
  }
  .page-header.sticky-header .header.content.header-row {
    min-height: 60px;
  }
}
.header-main .header-left {
  min-width: 16%;
}

.header.content:before,
.header.content:after {
  content: "";
  display: table;
}

.header.content:after {
  clear: both;
}

.header.content {
  position: relative;
}

.logo {
  display: block;
  position: relative;
  z-index: 5;
}

.logo img {
  display: block;
  max-height: 50px;
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .logo {
    max-width: 80px;
    z-index: auto;
  }
}
.search-area {
  border-color: #ccc;
  color: #777;
}

.search-area .block.block-search {
  position: relative;
  width: 100%;
  min-width: 240px;
  border: 1px solid rgba(129, 129, 129, 0.4);
  font-size: 13px;
  border-color: inherit;
  background-color: #eee;
  border-radius: 25px;
  padding-left: 0 !important;
}

.search-area .search-toggle-icon {
  display: none;
  width: 25px;
  text-align: center;
  position: relative;
}

.search-area .search-toggle-icon:after {
  content: "";
  position: absolute;
  z-index: 7;
  display: none;
  left: 50%;
  top: 100%;
  margin-left: -11px;
  margin-top: -13px;
  width: 22px;
  height: 22px;
  border: 11px solid transparent;
  border-bottom-color: inherit;
}

.search-area .search-toggle-icon.open:after {
  display: inline-block;
}

.search-area.show-icon a.search-toggle-icon {
  display: inline-block;
  font-size: 19px;
  width: 30px;
  height: 40px;
  line-height: 40px;
  border-color: inherit;
}

.search-area.show-icon {
  position: relative;
}

.search-area.show-icon .block.block-search {
  display: none;
  position: absolute;
  top: 100%;
  right: -47px;
  min-width: 340px;
  margin-top: 8px;
  width: 100%;
  border: 5px solid #ccc;
  border-color: inherit;
}

.search-area {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  text-align: right;
}

.block-search {
  margin: 0;
  width: 100%;
  display: block;
}

.show {
  display: block !important;
}

.block-search input {
  left: 0;
  border-radius: 0;
  font-family: inherit;
  border: none;
  position: relative;
  margin: 0;
  height: 40px;
  width: 100%;
  color: #333;
  background: none;
  padding-left: 20px;
}

.block-search input::-moz-placeholder {
  color: #333;
}

.block-search input::placeholder {
  color: #333;
}

.block-search input:focus {
  box-shadow: none !important;
}

.search-category {
  margin-right: 0;
  width: auto !important;
  height: 39px;
  line-height: 40px;
  padding: 0 15px 0 10px;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  letter-spacing: 0.005em;
}

.search-category:after {
  content: "\e81c";
  font-family: "porto-icons";
  float: right;
  font-size: 14px;
  margin-left: 2.5px;
}

.search-category select {
  color: inherit;
  border: none;
  border-radius: 0;
  background: none;
  width: auto;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  max-width: 100px;
}

.search-category select:focus {
  box-shadow: none;
}

.search-category select option {
  color: #8d8d8d;
}

.block-search .action.search {
  color: #606669;
}

.autocomplete-suggestions {
  border-color: #eee;
}

.search-area .minisearch {
  display: flex;
  align-items: center;
}

.search-area .minisearch .field.search {
  flex: 1;
}

.search-area .minisearch .actions button {
  width: 40px;
  line-height: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  font-size: inherit;
  border: none;
  border-radius: 0;
  display: inline-block;
  font-size: 15.7px;
  background: inherit;
}

.search-area .minisearch .actions button:hover {
  background: none;
}

.search-area .minisearch .actions button > span {
  display: none;
}

.block-search .action.search:before {
  font-size: inherit;
  color: #333;
  content: "\e884";
  font-family: "porto-icons";
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  display: block;
}

.block-search .action.search:hover:before {
  color: inherit;
}

.search-autocomplete {
  margin: 0;
}

@media (max-width: 1475px) {
  .search-area.show-icon-tablet-large a.search-toggle-icon {
    display: inline-block;
    font-size: 21px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-color: inherit;
  }
  .search-area.show-icon-tablet-large a.search-toggle-icon i::before {
    font-weight: 600;
  }
  .search-area.show-icon-tablet-large {
    position: relative;
  }
  .search-area.show-icon-tablet-large .block.block-search {
    display: none;
    position: absolute;
    top: 100%;
    right: -47px;
    min-width: 340px;
    margin-top: 8px;
    width: 100%;
    border: 5px solid #ccc;
    border-color: inherit;
  }
}
.search-area.show-icon-tablet a.search-toggle-icon i {
  font-style: normal !important;
}

@media (max-width: 991px) {
  .search-area.show-icon-tablet a.search-toggle-icon {
    display: inline-block;
    font-size: 21px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-color: inherit;
  }
  .search-area.show-icon-tablet a.search-toggle-icon i::before {
    font-weight: 600;
    font-family: "porto-icons";
  }
  .search-area.show-icon-tablet {
    position: relative;
  }
  .search-area.show-icon-tablet .block.block-search {
    display: none;
    position: absolute;
    top: 100%;
    right: -47px;
    min-width: 340px;
    margin-top: 8px;
    width: 100%;
    border: 5px solid #ccc;
    border-color: inherit;
    z-index: 99999;
  }
}
@media (max-width: 575px) {
  .search-area.show-icon-tablet .block.block-search {
    right: -87px;
  }
}
@media all and (min-width: 769px), print {
  .block-search {
    position: relative;
    margin-left: 40px;
    width: 450px;
    z-index: 4;
    display: inline-block;
    vertical-align: middle;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .block-search .nested {
    display: none;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    position: static;
    margin: 0;
    border-color: transparent;
    height: 40px;
    border-radius: 20px;
    padding: 10px 50px 10px 20px;
  }
  .block-search input::-webkit-input-placeholder {
    color: #333;
  }
  .block-search input:-moz-placeholder {
    color: #333;
  }
  .block-search input::-moz-placeholder {
    color: #333;
  }
  .block-search input:-ms-input-placeholder {
    color: #333;
  }
  .block-search .action.search {
    position: absolute;
    right: 2px;
    top: 0;
    z-index: 1;
    height: 40px;
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    line-height: 40px;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: inherit;
    color: #333;
    content: "\f818";
    font-family: "porto-icons";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: inherit;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .search-autocomplete {
    margin-top: 0;
  }
}
.page-header .share-links > a {
  transition: 0.3s;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.main-panel-top .share-links a:not(:hover) {
  background: none;
}

.main-panel-top .share-links a {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  margin: 0;
  box-shadow: none;
}

.main-panel-top .share-links a:not(:hover) {
  color: inherit;
}

.page-header.type1 .main-panel-top .share-links a {
  display: inline-block;
  width: 24px;
  height: 24px;
}

.page-header.type1 .main-panel-top .panel.header + .gap {
  height: 19px;
  background: #e7e7e7;
  margin: 0 8px 0 4px;
}

.panel.header {
  position: relative;
}

.main-panel-top .panel.header + .gap {
  visibility: visible;
  height: 20px;
  line-height: 1;
  vertical-align: middle;
  color: transparent;
  width: 1px;
  background: rgba(255, 255, 255, 0.18);
  display: inline-block;
}

.panel.header .top-links-icon {
  display: none;
  position: relative;
  padding: 7px 0 7px 10px;
  vertical-align: middle;
  text-transform: uppercase;
}

.panel.header .top-links-icon a {
  color: inherit;
}

.panel.header .top-links-icon::after {
  display: inline-block;
  right: 0;
  font-family: "porto-icons";
  content: "\e81c";
  margin-left: 2.5px;
}

.panel.header.show-icon .top-links-icon {
  display: inline-block;
}

.panel.header.show-icon .header.links {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 130px;
  margin: 0;
  padding: 5px 0;
  border: 1px solid #f0f0f0;
  background-color: #fff !important;
  text-align: right;
  z-index: 99;
  box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.05);
}

.panel.header.show-icon .header.links::before,
.panel.header.show-icon-tablet .header.links::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}

.panel.header.show-icon .header.links::before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
  top: -12px;
  right: 20px;
}

.panel.header.show-icon .header.links::after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
  top: -14px;
  right: 19px;
}

.panel.header.show-icon .header.links li {
  display: block;
  padding: 0 10px !important;
  border: 0;
  color: #777;
  line-height: 19px;
}

.panel.header.show-icon .header.links li span {
  color: inherit;
  font-weight: 400;
}

.panel.header.show-icon .header.links li a {
  display: block;
  padding: 0;
  transition: all 0.2s;
  color: inherit;
  font-size: 1em;
  font-weight: 400;
  white-space: nowrap;
}

.panel.header .header.links .header.links,
.customer-welcome.active .customer-menu {
  display: block;
  padding: 5px;
}

@media (max-width: 991px) {
  .panel.header.show-icon-tablet .top-links-icon {
    display: block;
  }
  .panel.header.show-icon-tablet .header.links {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 130px;
    margin: 0;
    padding: 5px 0;
    border: 1px solid #ccc;
    background-color: #fff !important;
    text-align: right;
    z-index: 99;
    box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.05);
  }
  .panel.header.show-icon-tablet .header.links .header.links {
    display: block;
  }
  .panel.header.show-icon-tablet .header.links::before,
  .panel.header.show-icon-tablet .header.links::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
  }
  .panel.header.show-icon-tablet .header.links::before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
    top: -12px;
    right: 20px;
  }
  .panel.header.show-icon-tablet .header.links::after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
    top: -14px;
    right: 19px;
  }
  .panel.header.show-icon-tablet .header.links li {
    display: block;
    padding: 0 10px !important;
    border: 0;
    color: #777;
    line-height: 19px;
    margin: 0;
  }
  .panel.header.show-icon-tablet .header.links li span {
    color: inherit;
    font-weight: 400;
  }
  .panel.header.show-icon-tablet .header.links li a {
    display: block;
    padding: 0;
    transition: all 0.2s;
    color: inherit;
    font-size: 11px;
    font-weight: 400;
    white-space: nowrap;
  }
  .show-icon-tablet .header.links > li.customer-welcome > span {
    margin-right: -5px;
  }
}
.page-header .share-links {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
}

.share-links a:before {
  font-family: "PhpDebugbarFontAwesomeBrands";
  text-indent: 0;
  font-size: 16px;
  margin: 0 4px;
  line-height: 25px;
}

.share-links a:hover,
.share-links a:focus {
  opacity: 0.9;
  color: #fff;
}

.page-footer .share-links a:hover {
  color: #fff;
}

.share-links.disable-br a {
  border-radius: 0 !important;
}

.share-links .share-twitter {
  background: #1aa9e1;
}

.share-links .share-twitter:before {
  content: "\f099";
}

.share-links .share-facebook {
  background: #3b5a9a;
}

.share-links .share-facebook:before {
  content: "\f39e";
}

.share-links .share-linkedin {
  background: #0073b2;
}

.share-links .share-linkedin:before {
  content: "\f0e1";
}

.share-links .share-rss {
  background: #ff8201;
}

.share-links .share-rss:before {
  content: "\f09e";
}

.share-links .share-googleplus {
  background: #dd4b39;
}

.share-links .share-googleplus:before {
  content: "\f0d5";
}

.share-links .share-pinterest {
  background: #cc2127;
}

.share-links .share-pinterest:before {
  content: "\f0d2";
}

.share-links .share-youtube {
  background: #c3191e;
}

.share-links .share-youtube:before {
  content: "\f167";
}

.share-links .share-instagram {
  background: #7c4a3a;
}

.share-links .share-instagram:before {
  content: "\f16d";
}

.share-links .share-skype {
  background: #00b0f6;
}

.share-links .share-skype:before {
  content: "\f17e";
}

.share-links .share-email {
  background: #dd4b39;
}

.share-links .share-email:before {
  font-family: porto-icons;
  content: "\e82e";
  font-weight: 400;
}

.share-links .share-vk {
  background: #6383a8;
}

.share-links .share-vk:before {
  content: "\f189";
}

.share-links .share-xing {
  background: #1a7576;
}

.share-links .share-xing:before {
  content: "\f168";
}

.share-links .share-tumblr {
  background: #304e6c;
}

.share-links .share-tumblr:before {
  content: "\f173";
}

.share-links .share-reddit {
  background: #ff4107;
}

.share-links .share-reddit:before {
  content: "\f1a1";
}

.share-links .share-vimeo {
  background: #52b8ea;
}

.share-links .share-vimeo:before {
  content: "\f27d";
}

.share-links .share-telegram {
  background: #0088cc;
}

.share-links .share-telegram:before {
  content: "\f3fe";
}

.share-links .share-yelp {
  background: #c41200;
}

.share-links .share-yelp:before {
  content: "\f1e9";
}

.share-links .share-flickr {
  background: #0063dc;
}

.share-links .share-flickr:before {
  content: "\f16e";
}

.share-links .share-whatsapp {
  background: #3c8a38;
}

.share-links .share-whatsapp:before {
  content: "\f232";
}

.share-links.default-skin a {
  color: #fff !important;
}

.share-links.default-skin a:hover {
  opacity: 0.8;
}

.share-links.default-skin .share-twitter {
  background: #1aa9e1 !important;
}

.share-links.default-skin .share-facebook {
  background: #3b5a9a !important;
}

.share-links.default-skin .share-linkedin {
  background: #0073b2 !important;
}

.share-links.default-skin .share-rss {
  background: #ff8201 !important;
}

.share-links.default-skin .share-googleplus {
  background: #dd4b39 !important;
}

.share-links.default-skin .share-pinterest {
  background: #cc2127 !important;
}

.share-links.default-skin .share-youtube {
  background: #c3191e !important;
}

.share-links.default-skin .share-instagram {
  background: #7c4a3a !important;
}

.share-links.default-skin .share-skype {
  background: #00b0f6 !important;
}

.share-links.default-skin .share-email {
  background: #dd4b39 !important;
}

.share-links.default-skin .share-vk {
  background: #6383a8 !important;
}

.share-links.default-skin .share-xing {
  background: #1a7576 !important;
}

.share-links.default-skin .share-tumblr {
  background: #304e6c !important;
}

.share-links.default-skin .share-reddit {
  background: #ff4107 !important;
}

.share-links.default-skin .share-vimeo {
  background: #52b8ea !important;
}

.share-links.default-skin .share-telegram {
  background: #0088cc !important;
}

.share-links.default-skin .share-yelp {
  background: #c41200 !important;
}

.share-links.default-skin .share-flickr {
  background: #0063dc !important;
}

.share-links.default-skin .share-whatsapp {
  background: #3c8a38 !important;
}

.page-header.type1 .header-contact {
  display: inline-flex;
  align-items: center;
  line-height: 22px;
  font-size: 0.9em;
}

.porto-sicon-box.default-icon {
  display: flex;
  align-items: center;
}

.porto-sicon-box {
  margin-bottom: 20px;
}

[data-content-type=html] {
  word-wrap: break-word;
}

.porto-sicon-box .porto-just-icon-wrapper {
  line-height: 1em;
}

.page-header .header-main .porto-sicon-box .porto-icon {
  margin-right: 3px;
}

.default-icon .porto-sicon-default .porto-icon, .default-icon .porto-sicon-default .porto-sicon-img {
  margin-right: 15px;
}

.porto-sicon-box .porto-icon, .porto-sicon-box .img-icon {
  transition: transform 0.2s linear;
}

.porto-icon.none {
  display: inline-block;
  font-size: 35px;
  height: 1em;
  width: auto;
  text-align: center;
  line-height: 1;
}

.porto-icon {
  display: inline-block;
  font-size: 32px;
  height: 2em;
  width: 2em;
  text-align: center;
  line-height: 2em;
  box-sizing: content-box !important;
}

.page-header .header-main a, .page-header.type5 .search-area a.search-toggle-icon {
  color: #222529;
}

.default-icon .porto-sicon-header .porto-sicon-title:not(:last-child) {
  margin: 0 0 3px;
}

html .porto-sicon-header h3.porto-sicon-title {
  font-size: 1.4em;
  font-weight: 400;
  text-transform: none;
}

.porto-sicon-header h3.porto-sicon-title {
  font-size: 16px;
  line-height: 1.2em;
}

.porto-sicon-header .porto-sicon-title {
  margin: 3px 0;
}

.porto-icons {
  font-family: "porto-icons";
}

.page-header.type1 .header-contact .my-account i, .page-header.type1 .header-contact .wishlist i {
  font-size: 27px;
  display: block;
}

.page-header .header-contact i {
  display: inline-block;
  margin: 0 5px;
}

.toggle-close-btn {
  display: flex;
}

#close-mobile-menu i {
  font-size: 18px;
  font-weight: 900;
}

@media only screen and (min-width: 768px) and (max-width: 2000px) {
  nav.navigation > ul > li:last-child > .submenu > .row {
    overflow-x: auto;
    overflow-y: auto;
    max-height: 600px;
  }
  li.ui-menu-item.level1.parent {
    width: auto !important;
  }
  .page-header .navigation .level0 .submenu li {
    margin-bottom: 0;
    position: relative;
  }
  header.page-header.type1.sticky-header .navigation .level0 .level0.submenu {
    height: auto !important;
    overflow: hidden !important;
  }
}
.sticky-header .sections.nav-sections {
  height: 70px !important;
  padding-top: 13px !important;
}

.sticky-header .nav-sections .section-items .section-item-content .navigation > ul {
  position: absolute;
  top: 140%;
  width: 100%;
}
