@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@charset "UTF-8";

@font-face {
 font-family: 'Segoe UI';
 src:url('../fonts/SegoeUI.woff2') format('woff2'),
 url('../fonts/SegoeUI.woff') format('woff');
 font-weight: normal;
 font-style: normal;
 font-display: swap;
}

@media (max-width: 520px){
 .m-view-btn-size{
    width: 330px !important;
 }
}

@font-face {
 font-family: 'Segoe UI';
 src: url('../fonts/SegoeUI-Italic.woff2') format('woff2'),
 url('../fonts/SegoeUI-Italic.woff') format('woff'),
 font-weight: normal;
 font-style: italic;
 font-display: swap;
}

@font-face {
 font-family: 'Segoe UI';
 src: url('../fonts/SegoeUI-BoldItalic.woff2') format('woff2'),
 url('../fonts/SegoeUI-BoldItalic.woff') format('woff');
 font-weight: bold;
 font-style: italic;
 font-display: swap;
}

@font-face {
 font-family: 'Segoe UI';
 src: url('../fonts/SegoeUI-Bold.woff2') format('woff2'),
 url('../fonts/SegoeUI-Bold.woff') format('woff');
 font-weight: bold;
 font-style: normal;
 font-display: swap;
}

 
html {
   -ms-text-size-adjust: 100%;
   -webkit-text-size-adjust: 100%;
   font-family: 'Segoe UI';
}

body {
   margin: 0;
   font-family: 'Segoe UI';
   width: 100%;
/*    max-width: 100%;*/
max-width: 100vw;
font-size: 14px;
overflow-x: hidden;
}



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
}

[hidden],
template {
   display: none
}

a {
   -webkit-text-decoration-skip: objects;
   background-color: transparent
}

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;
   font-weight: bolder
}

dfn {
   font-style: italic
}

h1 {
   font-size: 2em;
   margin: .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: -.25em
}

sup {
   top: -.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: 700
}

button,
input {
   overflow: visible
}

button,
select {
   text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
   -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
   border-style: none;
   padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
   outline: 1px dotted ButtonText
}

fieldset {
   border: 1px solid silver;
   margin: 0 2px;
   padding: .35em .625em .75em
}

legend {
   box-sizing: border-box;
   color: inherit;
   display: table;
   max-width: 100%;
   padding: 0;
   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: .54
}

::-webkit-file-upload-button {
   -webkit-appearance: button;
   font: inherit
}
 

* {
  box-sizing: border-box;
}

html {
   font-size: 62.5%
}


h1,
h2,
h3,
h4,
h5,
h6 {
   color: #000;
   font-weight: 700;
   margin-bottom: 10px;
   margin-top: 0;
   position: relative;
   line-height: 25px;
}

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 {
   color: #666;
   font-size: 1.4rem;
   line-height: 1.6em
}

p span {
/* font-family: inherit;*/
font-size: inherit
}

 
a,
p span {
   color: inherit
}

a {
   position: relative;
   text-decoration: none;
   transition: all .4s ease
}

a:hover {
   color: #669900 !important;
}

div#footer-links a:hover {
 color: #000 !important;
}

a,
button,
input,
select,
textarea {
   outline: 0
}

a:hover,
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus {
   text-decoration: none
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
   outline: 0;
   text-decoration: none
}

iframe,
img {
   width: 100% !important;
}

iframe {
   border: 0;
   width: 100%
}

figure {
   margin: 0
}

.ps-document ol,
.ps-document ul {
   margin-bottom: 10px
}

.ps-document ol ol,
.ps-document ol ul,
.ps-document ul ol,
.ps-document ul ul {
   margin-bottom: 0
}

.ps-document ol li,
.ps-document ul li {
   color: #666;
   font-size: 14px;
   line-height: 1.6em
}

.ps-document h5 {
   font-size: 16px;
   font-weight: 600
}

.ps-document p {
   color: #666;
   line-height: 1.8em;
   margin-bottom: 4rem
}

.ps-document p i {
   
}

.ps-document p strong {
   color: #666;
   font-weight: 600
}

.ps-document p strong i {
   color: #000;
   font-weight: 400
}

.ps-document blockquote {
   background-color: #f1f1f1;
   margin-bottom: 3rem;
   padding: 3rem 2rem 3rem 6rem;
   position: relative
}

.ps-document blockquote:before {
   color: #666;
   content: "“";
   font-family: Libre Baskerville, serif;
   font-size: 5rem;
   left: 30px;
   position: absolute;
   top: 10px
}

.ps-document blockquote p {
   color: #666;
   font-family: Libre Baskerville, serif;
   font-size: 14px;
   font-style: italic;
   font-weight: 400;
   line-height: 1.8em;
   margin-bottom: 0
}

.ps-document .ps-document__heading {
   display: block;
   margin-bottom: 30px;
   position: relative;
   text-align: center
}

.ps-document .ps-document__heading h4 {
   background-color: #fff;
   color: #000;
   display: inline-block;
   font-size: 14px;
   font-weight: 600;
   letter-spacing: .05em;
   margin-bottom: 0;
   padding: 0 3rem;
   text-align: center;
   text-transform: uppercase
}

.ps-document .ps-document__heading:before {
   background-color: #ebebeb;
   content: "";
   height: 2px;
   left: 0;
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   width: 100%;
   z-index: -1
}

.ps-success {
   color: #529115;
   font-weight: 500
}

.ps-heading {
   color: #000;
   font-size: 3.6rem;
   font-weight: 600;
   line-height: 1.4em;
   margin-bottom: 1.5rem
}

.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 {
   color: #000;
   font-family: Libre Baskerville, serif;
   font-size: 26px;
   font-weight: 400
}

.ps-blockquote span {
   color: #000;
   font-weight: 600
}

.ps-tag {
   font-weight: 600
}

.ps-tag--in-stock {
   color: #690
}

.ps-tag--out-stock {
   color: #000
}

body,
html {
   min-height: 100%;
   position: relative
}

.ps-row {
   margin: 0 -15px
}

.ps-row:after {
   clear: both;
   content: "";
   display: table
}

.ps-row .ps-column {
   float: left;
   padding: 0 15px;
   width: 20%
}

@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%
   }
}


.ps-container {
   margin: 0 auto;
    
   max-width: 2050px;
   padding: 0 15px
}

@media (max-width:1680px) {
   .ps-container {
      max-width: 100%;
      padding: 0 30px
   }
}

@media (max-width:479px) {
   .ps-container {
      padding: 0 15px
   }
}

 
.ps-list--social {
   margin: 0;
   padding: 0
}

.ps-list--social li {
   display: inline-block;
   margin-right: 20px;
   position: relative;
   vertical-align: top
}

.ps-list--social li a {
   color: #666;
   display: inline-block;
   font-size: 18px
}

.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: red
}

.ps-list--social li a.instagram i {
   color: #c32aa3
}

.ps-list--pricing li {
   background-color: #fff;
   color: #000;
   padding: 1.5rem 2rem;
   position: relative;
   vertical-align: top
}

.ps-list--pricing li:after {
   clear: both;
   content: "";
   display: table
}

.ps-list--pricing li span {
   float: right;
   vertical-align: top
}

.ps-list--pricing li:nth-child(2n) {
   background-color: #f7f4ee
}

.ps-list--checked li {
   margin-bottom: 20px
}

.ps-list--checked li a {
   color: #313131;
   display: block;
   font-size: 14px;
   padding-left: 30px;
   position: relative
}

.ps-list--checked li a:before {
   border: 1px solid #8d8d8d;
   content: "";
   display: inline-block;
   height: 20px;
   left: 0;
   position: absolute;
   top: 0;
   transition: all .4s ease;
   width: 20px
}

.ps-list--checked li a:after {
   border-bottom: 2px solid #fff;
   border-right: 2px solid #fff;
   color: #fff;
   content: "";
   display: inline-block;
   height: 10px;
   left: 8px;
   opacity: 0;
   position: absolute;
   top: 4px;
   transform: rotate(45deg);
   visibility: hidden;
   width: 6px
}

.ps-list--checked li a:hover:before {
   background-color: var(--color-1st);
   border-color: var(--color-1st)
}

.ps-list--checked li a:hover:after {
   opacity: 1;
   visibility: visible
}

.ps-list--checked li.current a:before {
   background-color: var(--color-1st);
   border-color: var(--color-1st)
}

.ps-list--checked li.current a:after {
   opacity: 1;
   visibility: visible
}

.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 {
   color: #626262;
   display: block;
   font-family: var(--primary-font), sans-serif;
   font-size: 14px;
   letter-spacing: .5px;
   padding-left: 15px;
   position: relative
}

.ps-list--arrow a:before {
   content: "\f0da";
   font-family: FontAwesome;
   left: 0;
   position: absolute;
   top: 50%;
   transform: translateY(-50%)
}

.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;
   opacity: 1;
   visibility: visible
}

.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 {
   color: #fff;
   opacity: 1;
   visibility: visible
}

.ps-list--dot {
   list-style-type: none;
   margin: 0 0 2rem;
   padding: 0
}

.ps-list--dot li {
   color: #000;
   font-size: 1.4rem;
   line-height: 20px;
   margin-bottom: 1rem;
   padding-left: 20px;
   position: relative
}

.ps-list--dot li:before {
   background-color: #000;
   border-radius: 50%;
   content: "";
   height: 6px;
   left: 0;
   position: absolute;
   top: 5px;
   width: 6px
}

.ps-list--plus li {
   margin: 10px 0
}

.ps-list--plus li a {
   display: block;
   line-height: 20px;
   padding-left: 15px;
   position: relative
}

.ps-list--plus li a:before {
   content: "+";
   left: 0;
   line-height: 20px;
   position: absolute;
   top: 0
}

.ps-list--link li {
   display: block;
   padding: 4px 0
}

.ps-list--link li a {
   color: #666;
   display: inline-block;
   line-height: 20px;
   position: relative
}

.ps-list--link li a:before {
   background-color: #000;
   content: "";
   height: 1px;
   left: 0;
   position: absolute;
   top: 100%;
   transform: scaleX(0);
   transform-origin: 100% 50%;
   transition: transform .4s cubic-bezier(.7, 0, .3, 1);
   width: 100%
}

.ps-list--link li a:hover:before {
   transform: scaleX(1);
   transform-origin: 0 50%
}

.ps-list--categories li {
   padding: 6px 20px 6px 0;
   position: relative
}

.ps-list--categories li a {
   display: block;
   line-height: 22px
}

.ps-list--categories li .sub-toggle {
   display: inline-block;
   height: 32px;
   position: absolute;
   right: 0;
   top: 0;
   width: 32px
}

.ps-list--categories li .sub-menu {
   background-color: transparent;
   border: none;
   display: none;
   opacity: 1;
   padding-left: 20px;
   position: relative;
   transition: all 0s ease;
   visibility: visible;
   z-index: unset
}

.ps-list--categories li .sub-menu li a {
   background-color: transparent;
   border: none;
   padding: 0
}

.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 {
   left: 0;
   opacity: 1;
   position: relative;
   top: 0;
   transform: translateY(0);
   visibility: visible
}

.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 {
   color: #999;
   font-size: 18px;
   font-weight: 600;
   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 {
   list-style: none;
   margin: 0;
   padding: 0
}

.ps-list--social-color li {
   display: inline-block;
   margin-right: 10px;
   vertical-align: top
}

.ps-list--social-color li a {
   align-items: center;
   color: #fff;
   display: flex;
   font-size: 20px;
   height: 38px;
   justify-content: center;
   width: 38px
}

.ps-list--social-color li a.facebook {
   background-color: #1b4e9b
}

.ps-list--social-color li a.facebook:hover {
   background-color: #296fda
}

.ps-list--social-color li a.twitter {
   background-color: #00aeef
}

.ps-list--social-color li a.twitter:hover {
   background-color: #3dcaff
}

.ps-list--social-color li a.google-plus {
   background-color: #c00
}

.ps-list--social-color li a.google-plus:hover {
   background-color: #ff1a1a
}

.ps-list--social-color li a.linkedin {
   background-color: #2d567f
}

.ps-list--social-color li a.linkedin:hover {
   background-color: #417cb7
}

.ps-list--social-color li a.feed {
   background-color: #f86a02
}

.ps-list--social-color li a.feed:hover {
   background-color: #fe9549
}

button {
   cursor: pointer;
   transition: all .4s ease
}

.menu-toggle,
.ps-btn--hamburger {
   border-radius: 50%;
   display: inline-block;
   height: 40px;
   overflow: hidden;
   position: relative;
   width: 40px
}

.menu-toggle span,
.menu-toggle:after,
.menu-toggle:before,
.ps-btn--hamburger span,
.ps-btn--hamburger:after,
.ps-btn--hamburger:before {
   background-color: #303030;
   height: 2px;
   position: absolute;
   right: 10px;
   transition: all .4s ease;
   width: 20px;
   z-index: 100
}

.menu-toggle span,
.ps-btn--hamburger span {
   top: 50%;
   transform: translateY(-50%)
}

.menu-toggle:after,
.menu-toggle:before,
.ps-btn--hamburger:after,
.ps-btn--hamburger:before {
   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 {
   opacity: 0;
   transform: translateX(100%);
   visibility: hidden
}

.menu-toggle.active:after,
.menu-toggle.active:before,
.ps-btn--hamburger.active:after,
.ps-btn--hamburger.active:before {
   background-color: #fc354c;
   bottom: auto;
   top: 50%;
   transform-origin: 50% 50%;
   width: 20px
}

.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 {
   background-color: var(--color-1st);
   border: none;
   border-radius: 4px;
   color: #000;
   cursor: pointer;
   display: inline-block;
   font-size: 16px;
   font-weight: 600;
   line-height: 20px;
   padding: 15px 45px;
   transition: all .4s ease
}

.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 {
   background-color: transparent;
   border: 2px solid var(--color-1st);
   -ms-box-shadow: none;
   box-shadow: none;
   color: var(--color-1st);
   font-weight: 500
}

.ps-btn--outline:hover,
button.ps-btn--outline:hover {
   background-color: var(--color-1st);
   color: #fff
}

.ps-btn--fullwidth,
button.ps-btn--fullwidth {
   text-align: center;
   width: 100%
}

.ps-btn--sm,
button.ps-btn--sm {
   font-size: 1.2rem;
   padding: .5rem 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 {
   font-size: 1.6rem;
   padding: 2rem 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: #000;
   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: #fff
}

.ps-btn:active,
.ps-btn:hover,
button.ps-btn:active,
button.ps-btn:hover {
   background-color: #222;
   color: #fff
}

.ps-btn:active.ps-btn--black,
.ps-btn:hover.ps-btn--black,
button.ps-btn:active.ps-btn--black,
button.ps-btn:hover.ps-btn--black {
   background-color: var(--color-1st)
}

.ps-btn--favorite {
   border: none;
   border-radius: 50%;
   display: inline-block;
   font-size: 18px;
   height: 40px;
   position: relative;
   vertical-align: top;
   width: 40px
}

.ps-btn--favorite i {
   color: #000;
   left: 50%;
   position: absolute;
   top: 50%;
   transform: translate(-50%, -50%);
   transition: all .4s ease
}

.ps-btn--favorite:hover i {
   color: var(--color-2nd)
}

.ps-btn--close {
   border-radius: 50%;
   display: inline-block;
   height: 30px;
   position: relative;
   transition: all .4s ease;
   width: 30px
}

.ps-btn--close:after,
.ps-btn--close:before {
   background-color: #9f9a98;
   content: "";
   height: 50%;
   left: 50%;
   position: absolute;
   top: 50%;
   transform-origin: center center;
   transition: all .4s ease;
   width: 2px
}

.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:after,
.ps-btn--close:hover:before {
   background-color: #f44336;
   transition-delay: .3s
}

#back2top {
   align-items: center;
   background-color: transparent;
   border: 1px solid #ddd;
   border-radius: 4px;
   bottom: 30px;
   box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
   display: flex;
   height: 40px;
   justify-content: center;
   opacity: 0;
   position: fixed;
   right: 30px;
   transition: all .4s ease;
   visibility: hidden;
   width: 40px;
   z-index: 10000
}

#back2top i {
   color: #000;
   font-size: 14px;
   margin-bottom: -2px;
   z-index: 10001
}

#back2top:hover {
   background-color: var(--color-1st);
   border-color: var(--color-1st);
   cursor: pointer
}

#back2top.active {
   bottom: 30px;
   opacity: 1;
   visibility: visible
}

.form-control {
   background-color: transparent;
   border: 1px solid #ddd;
   border-radius: 0;
   box-shadow: 0 0 0 #000;
   font-size: 14px;
   height: 50px;
   outline: 0;
   padding: 0 20px;
   transition: all .4s ease
}

.form-control::-webkit-input-placeholder {
   opacity: 1
}

.form-control:-moz-placeholder,
.form-control::-moz-placeholder {
   opacity: 1
}

.form-control:-ms-input-placeholder {
   opacity: 1
}

.form-control:focus {
   border-color: var(--color-1st);
   box-shadow: 0 0 0 #000;
   outline: 0
}

textarea.form-control {
   height: auto;
   padding: 2rem;
   resize: none
}

.ps-input--has-icon {
   position: relative
}

.ps-input--has-icon>i {
   position: absolute;
   right: 15px;
   top: 50%;
   transform: translateY(-50%)
}

.ps-select {
   cursor: pointer;
   display: inline-block;
   min-width: 120px
}

.ps-select .selectize-input {
   vertical-align: top
}

.ps-number {
   position: relative
}

.ps-number span {
   border-left: 1px solid #979797;
   display: inline-block;
   height: 50%;
   position: absolute;
   right: 0;
   top: 0;
   transition: all .4s ease;
   width: 30px
}

.ps-number span:before {
   color: #000;
   font-family: FontAwesome;
   left: 50%;
   position: absolute;
   top: 50%;
   transform: translate(-50%, -50%)
}

.ps-number span.up {
   border-bottom: 1px solid #979797
}

.ps-number span.up:before {
   content: "\f106"
}

.ps-number span.down {
   bottom: 0;
   top: auto
}

.ps-number span.down:before {
   content: "\f107"
}

.ps-number span:hover {
   background-color: var(--color-1st);
   cursor: pointer
}

.ps-number span:hover:before {
   color: #fff
}

.ps-checkbox {
   display: block;
   position: relative
}

.ps-checkbox>input {
   box-sizing: border-box;
   position: absolute;
   visibility: hidden
}

.ps-checkbox label {
   color: rgba(0, 0, 0, .5);
   cursor: pointer;
   font-family: var(--primary-font), sans-serif;
   font-weight: 400;
   margin-bottom: 0;
   padding-left: 30px;
   position: relative
}

.ps-checkbox label:before {
   border: 1px solid #000;
   height: 20px;
   left: 0;
   top: 0;
   width: 20px
}

.ps-checkbox label:after,
.ps-checkbox label:before {
   content: "";
   display: block;
   position: absolute;
   transition: all .4s ease;
   z-index: 10
}

.ps-checkbox label:after {
   border: 2px solid #fff;
   border-left: none;
   border-top: none;
   height: 10px;
   left: 7px;
   opacity: 0;
   top: 4px;
   transform: rotate(0);
   width: 6px
}

.ps-checkbox input[type=checkbox]:checked~label:before {
 
background-color: #33406a;
border-color: var(--color-2nd)
}

.ps-checkbox input[type=checkbox]:checked~label:after {
   opacity: 1;
   transform: rotate(45deg)
}

.ps-checkbox--inline {
   display: inline-block;
   margin-bottom: 1rem
}

.ps-checkbox--color {
   margin-right: 1rem
}

.ps-checkbox--color>label {
   background-color: transparent;
   border-radius: 50%;
   height: 20px;
   margin-bottom: 0;
   padding-left: 0;
   transition: all .4s ease;
   width: 20px
}

.ps-checkbox--color>label:before {
   border: none;
   border-radius: 50%;
   height: 20px;
   left: 50%;
   position: absolute;
   top: 50%;
   transform: translate(-50%, -50%);
   width: 20px
}

.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: #000
}

.ps-checkbox--color.color-1 input[type=checkbox]:checked~label:before {
   background-color: #000;
   border: 2px solid rgba(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, .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, .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, .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, .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, .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, .2)
}

.ps-checkbox--color.color-8 input[type=checkbox]:checked~label:before,
.ps-checkbox--color.color-8 label:before {
   background-color: #e664ef
}

.ps-checkbox--color.color-8 input[type=checkbox]:checked~label:before,
.ps-checkbox--color.color-8 label:before {
   background-color: #9d58e2
}

.ps-checkbox--color.color-8 label:before {
   background-color: #fff
}

.ps-checkbox--color.color-8 input[type=checkbox]:checked~label:before {
   background-color: #fff;
   border: 2px solid rgba(0, 0, 0, .2)
}

.ps-checkbox.color-sidebar>label:before {
   border: 1px solid #ddd;
   height: 26px;
   width: 26px
}

.ps-checkbox--size {
   margin-right: 1rem
}

.ps-checkbox--size>label {
   background-color: #f6f6f6;
   border: none;
   border-radius: 0;
   color: #222;
   margin-bottom: 0;
   padding: 8px 20px;
   transition: all .4s ease
}

.ps-checkbox--size>label:after,
.ps-checkbox--size>label:before {
   display: none
}

.ps-checkbox--size input[type=checkbox]:checked~label {
   background-color: #a7a7a7;
   color: #fff
}

.ps-radio {
   position: relative
}

.ps-radio>input {
   box-sizing: border-box;
   position: absolute;
   visibility: hidden
}

.ps-radio label {
   color: #737373;
   cursor: pointer;
   font-family: var(--primary-font), sans-serif; 0
   font-weight: 400;
   margin-bottom: 0;
   padding-left: 30px;
   position: relative
}

.ps-radio label:before {
   border: 1px solid rgba(19, 8, 1, .2);
   height: 20px;
   left: 0;
   top: 0;
   transition: all .4s ease;
   width: 20px;
   z-index: 10
}

.ps-radio label:after,
.ps-radio label:before {
   background-color: #fff;
   border-radius: 50%;
   content: "";
   display: block;
   position: absolute
}

.ps-radio label:after {
   height: 10px;
   left: 5px;
   opacity: 0;
   top: 5px;
   transform: scale(1.5);
   transition: all .6s ease;
   width: 10px;
   z-index: 15
}

.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 {
   opacity: 1;
   transform: scale(1)
}

.ps-radio--inline {
   display: inline-block;
   margin-right: 20px
}

.ps-radio--color {
   margin-right: 1rem
}

.ps-radio--color>label {
   background-color: transparent;
   border-radius: 50%;
   height: 20px;
   margin-bottom: 0;
   padding-left: 0;
   transition: all .4s ease;
   width: 20px
}

.ps-radio--color>label:before {
   border: none;
   height: 16px;
   left: 50%;
   position: absolute;
   top: 50%;
   transform: translate(-50%, -50%);
   width: 16px
}

.ps-radio--color>label:after {
   display: none !important
}

.ps-radio--color input[type=radio]:checked~label {
   background-color: rgba(61, 196, 126, .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, .5)
}

.ps-radio--color.color-1 input[type=radio]:checked~label:before {
   background-color: #21bdad
}

.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, .5)
}

.ps-radio--color.color-2 input[type=radio]:checked~label:before {
   background-color: #fd94c3
}

.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, .5)
}

.ps-radio--color.color-3 input[type=radio]:checked~label:before {
   background-color: #ffca4d
}

.ps-color {
   border-radius: 50%;
   display: inline-block;
   height: 12px;
   margin-right: 5px;
   position: relative;
   vertical-align: middle;
   width: 12px
}

.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 {
   color: #000;
   font-weight: 400;
   line-height: 1em;
   margin-bottom: 1.5rem
}

.form-group--inline {
   align-items: center;
   display: flex;
   flex-flow: row nowrap;
   position: relative;
   width: 100%
}

.form-group--inline>label {
   font-weight: 700;
   margin-bottom: 0;
   max-width: 160px;
   min-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 {
   align-items: center;
   background: 0 0;
   background-color: transparent;
   border: none;
   color: #000;
   display: flex;
   flex-flow: row nowrap;
   font-size: 20px;
   height: 20px;
   justify-content: center;
   line-height: 1em;
   max-width: 20px;
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   width: 20px
}

.form-group--number button.up {
   right: 10px
}

.form-group--number button.down {
   left: 10px
}

.form-group--number .form-control {
   background-color: transparent;
   border: 1px solid #ccc;
   border-radius: 50px;
   color: #000;
   font-size: 14px;
   height: 40px;
   padding: 0 25px;
   text-align: center
}

.form-group--number .form-control::-webkit-input-placeholder {
   color: #000
}

.form-group--number .form-control:-moz-placeholder,
.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;
   right: 20px;
   top: 50%;
   transform: translateY(-50%)
}

.form-group--select select {
   -webkit-appearance: none;
   -moz-appearance: none;
   -o-appearance: none;
   appearance: none;
   background-color: transparent;
   border: 1px solid #ccc;
   border-radius: 50px;
   height: 40px;
   padding: 0 20px
}

.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-color: #ccc;
   border-radius: 4px 0 0 4px;
   border-right: none
}

.form-group--icon {
   position: relative
}

.form-group--icon i {
   font-size: 16px;
   position: absolute;
   right: 10px;
   top: 50%;
   transform: translateY(-50%)
}

.form-group--icon .form-control {
   -webkit-appearance: none;
   -moz-appearance: none;
   -o-appearance: none;
   appearance: none
}

.ps-dropdown {
   display: inline-block;
   position: relative
}

.ps-dropdown>a {
   display: block;
   padding-right: 20px;
   position: relative
}

.ps-dropdown>a:after {
   content: "\e93a";
   font: normal normal normal 12px/1 linearicons;
   position: absolute;
   right: 0;
   top: 50%;
   transform: translateY(-50%)
}

.ps-dropdown ul {
   background-color: #fff;
   -ms-box-shadow: 0 1px 1px 2px hsla(0, 0%, 80%, .2);
   box-shadow: 0 1px 1px 2px hsla(0, 0%, 80%, .2);
   max-width: 200px;
   min-width: 120px;
   opacity: 0;
   padding: 4px 0;
   position: absolute;
   right: 0;
   text-align: left;
   top: 100%;
   visibility: hidden;
   width: 100%;
   z-index: 100
}

.ps-dropdown ul li {
   list-style-type: none;
   margin: 0;
   padding: 0
}

.ps-dropdown ul li a {
   color: #000;
   display: block;
   font-size: 1.3rem;
   padding: 6px 10px
}

.ps-dropdown.open ul,
.ps-dropdown:hover ul {
   opacity: 1;
   visibility: visible
}

.ps-variant {
   border: 1px solid #999;
   border-radius: 50%;
   cursor: pointer;
   display: inline-block;
   height: 30px;
   margin-right: 10px;
   position: relative;
   width: 30px;
   z-index: 10
}

.ps-variant__tooltip {
   background-color: rgba(0, 0, 0, .9);
   border-radius: 2px;
   bottom: 100%;
   color: #fff;
   font-size: 12px;
   left: 50%;
   opacity: 0;
   padding: 5px 10px;
   position: absolute;
   transform: translate(-50%, -50%);
   transition: all .4s ease;
   visibility: hidden
}

.ps-variant__tooltip:before {
   border-left: 6px solid transparent;
   border-right: 6px solid transparent;
   border-top: 6px solid #000;
   content: "";
   height: 0;
   left: 50%;
   position: absolute;
   top: 100%;
   transform: translateX(-50%);
   width: 0
}

.ps-variant:last-child {
   margin-right: 0
}

.ps-variant.ps-variant--size {
   border-color: #d9d9d9;
   border-radius: 0;
   position: relative;
   vertical-align: top
}

.ps-variant.ps-variant--size .ps-variant__size {
   color: #999;
   font-weight: 600;
   left: 50%;
   position: absolute;
   top: 50%;
   transform: translate(-50%, -50%)
}

.ps-variant.ps-variant--size.active .ps-variant__size {
   color: #000
}

.ps-variant.ps-variant--color {
   height: 30px;
   width: 30px
}

.ps-variant.ps-variant--color:before {
   border-radius: 50%;
   content: "";
   height: 100%;
   left: 50%;
   position: absolute;
   top: 50%;
   transform: translate(-50%, -50%);
   width: 100%
}

.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 {
   border-color: #d9d9d9;
   border-radius: 0;
   height: auto;
   max-width: 50px;
   width: auto
}

.ps-variant.ps-variant--image img {
   position: relative
}

.ps-variant:hover .ps-variant__tooltip {
   opacity: 1;
   visibility: visible
}

.ps-variant.active:before {
   border-color: #000
}

.ps-variant.active .ps-variant__tooltip {
   opacity: 1;
   visibility: visible
}

.select2 {
   display: block
}

.select2 .select2-selection--single {
   border-radius: 0;
   height: auto;
   outline: 0
}

.select2 .select2-selection--single .select2-selection__rendered {
   line-height: 20px;
   padding: 10px 20px
}

.select2 .select2-selection--single .select2-selection__arrow {
   height: 20px;
   position: absolute;
   right: 10px;
   top: 50%;
   transform: translateY(-50%);
   width: 20px
}

.select2 .select2-selection--single .select2-selection__arrow:before {
   content: "\f107";
   font-family: FontAwesome;
   left: 50%;
   position: absolute;
   top: 50%;
   transform: translate(-50%, -50%)
}

.select2 .select2-selection--single .select2-selection__arrow b {
   display: none
}

.select2 .select2-selection--multiple {
   border: none !important;
   min-height: 0
}

.select2 .select2-selection--multiple .select2-selection__rendered {
   margin-bottom: 0;
   padding: 0 0 0 10px;
   vertical-align: top
}

.select2 .select2-selection--multiple .select2-selection__rendered input {
   height: 40px;
   margin-top: 0;
   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
}

.slimScrollBar,
.slimScrollRail {
   border-radius: 0 !important
}

.slimScrollBar {
   background-color: #222 !important;
   opacity: 1 !important
}

.ps-progress {
   position: relative
}

.ps-progress span {
   height: 100%;
   left: 0;
   position: absolute;
   top: 50%;
   transform: translateY(-50%)
}

.ps-post {
   margin-bottom: 30px
}

.ps-post .ps-post__badge {
   align-items: center;
   background-color: #000;
   display: flex;
   flex-flow: row nowrap;
   height: 40px;
   justify-content: center;
   width: 40px
}

.ps-post .ps-post__badge i {
   color: #fff;
   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;
   right: 20px;
   top: 20px;
   z-index: 20
}

.ps-post .ps-post__thumbnail .ps-post__overlay {
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
   z-index: 10
}

.ps-post .ps-post__thumbnail:hover .ps-post__overlay {
   background-color: hsla(0, 0%, 100%, .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;
   font-size: 20px;
   font-weight: 600;
   margin: 0 0 20px
}

.ps-post .ps-post__content {
   padding-top: 20px
}

.ps-post .ps-post__content p {
   color: #999
}

.ps-post .ps-post__content p a {
   color: #000
}

.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 {
   max-width: 260px;
   width: 100%
}

.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: #666
}

.ps-post--small-thumbnail .ps-post__bottom {
   border-top: 1px solid #e1e1e1;
   padding-top: 10px
}

.ps-post--small-thumbnail .ps-post__content {
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   padding-left: 30px;
   padding-top: 0;
   width: 100%
}

@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 {
   display: flex;
   flex-flow: row nowrap;
   margin-bottom: 50px
}

.ps-post--horizontal .ps-post__thumbnail {
   max-width: calc(100% - 400px);
   width: 100%
}

.ps-post--horizontal .ps-post__thumbnail img {
   width: 100%
}

.ps-post--horizontal .ps-post__content {
   background-color: #f2f2f2;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   max-width: 400px;
   padding: 60px;
   width: 100%
}

@media (max-width:991px) {
   .ps-post--horizontal {
      flex-flow: row wrap
   }

   .ps-post--horizontal .ps-post__content,
   .ps-post--horizontal .ps-post__thumbnail {
      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-bottom: 90px;
   padding-top: 110px;
   text-align: center
}

.ps-post--detail .ps-post__header h1 {
   font-size: 48px;
   font-weight: 600;
   line-height: 1.2em;
   margin-bottom: 30px
}

.ps-post--detail .ps-post__header p {
   color: #666;
   font-size: 16px
}

.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;
   max-width: 960px;
   padding: 85px 0
}

.ps-post--detail .ps-post__content h4 {
   font-size: 24px;
   font-weight: 600;
   line-height: 1.4em;
   margin-bottom: 30px
}

.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 {
   color: #666;
   line-height: 1.8em
}

.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 {
   color: #000;
   font-weight: 600;
   margin-bottom: 30px
}

.ps-post--detail .ps-post__tags a {
   color: #666;
   margin-left: 10px
}

.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 {
   display: inline-block;
   height: 45px;
   margin-right: 10px;
   position: relative;
   vertical-align: top;
   width: 45px
}

.ps-post--detail .ps-post__social a i {
   color: #fff;
   font-size: 20px;
   left: 50%;
   position: absolute;
   top: 50%;
   transform: translate(-50%, -50%)
}

.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 {
   padding: 180px 0;
   position: relative;
   text-align: center;
   z-index: 10
}

.ps-post--parallax .ps-post__header:before {
   background-color: rgba(0, 0, 0, .25);
   content: "";
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
   z-index: 10;
   z-index: -1
}

.ps-post--parallax .ps-post__header h4 {
   color: #fff;
   font-weight: 600;
   margin-bottom: 40px;
   text-transform: uppercase
}

.ps-post--parallax .ps-post__header h1 {
   color: #fff;
   font-size: 48px;
   font-weight: 600;
   line-height: 1.3em;
   margin-bottom: 20px
}

.ps-post--parallax .ps-post__header p {
   color: #fff;
   font-size: 16px
}

.pagination {
   font-size: 0;
   margin: 0;
   position: relative
}

.pagination,
.pagination li {
   display: inline-block;
   vertical-align: top
}

.pagination li {
   margin-right: 10px
}

.pagination li>a {
   background-color: #f5f5f5;
   border: none;
   color: #999;
   color: #000;
   display: inline-block;
   font-size: 14px;
   line-height: 32px;
   padding: 0 14px;
   position: relative;
   vertical-align: middle;
   z-index: 30
}

.pagination li>a i {
   font-size: 10px;
   font-weight: 600;
   margin-left: 4px
}

.pagination li>a:hover {
   background-color: var(--color-1st);
   color: #000
}

.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;
   text-align: center
}

.ps-pagination:after {
   clear: both;
   content: "";
   display: table
}

@media (max-width:767px) {
   .ps-pagination .pagination>li {
      margin-bottom: 10px
   }

   .ps-pagination .pagination>li>a {
      font-size: 1.4rem;
      line-height: 40px;
      min-width: 40px
   }
}

.ps-breadcrumb {
   background-color: #f1f1f1;
   padding: 20px 0;
   display;
   none
}

.ps-breadcrumb .breadcrumb {
   background-color: transparent;
   display: inline-block;
   margin: 0;
   padding: 0
}

.ps-breadcrumb .breadcrumb li {
   color: #000;
   display: inline-block;
   font-size: 14px;
   line-height: 20px
}

.ps-breadcrumb .breadcrumb li:before {
   content: "/";
   margin: 0 5px
}

.ps-breadcrumb .breadcrumb li:first-child {
   padding-left: 0
}

.ps-breadcrumb .breadcrumb li:first-child:before {
   display: none
}

.ps-breadcrumb .breadcrumb a {
   color: rgb(0,153,204);
   line-height: 20px;
}

.ps-breadcrumb .breadcrumb a:hover {
   color: #33406a !important;
    
}

.ps-breadcrumb .breadcrumb a i {
   margin-right: 5px
}

@media (max-width:991px) {
   .ps-breadcrumb {
      padding: 10px 0;
      position: relative
   }

   .ps-breadcrumb .breadcrumb a,
   .ps-breadcrumb .breadcrumb li {
      font-size: 12px
   }
}

.ps-breadcrumb--2 {
   text-align: center
}

.ps-breadcrumb--2 .breadcrumb {
   background-color: transparent;
   display: inline-block;
   margin: 0;
   padding: 0
}

.ps-breadcrumb--2 .breadcrumb li {
   color: var(--color-1st);
   display: inline-block;
   font-size: 14px;
   line-height: 20px
}

.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 {
   color: #000;
   line-height: 20px
}

.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 {
   font-size: 30px;
   font-weight: 300;
   margin-bottom: 12px;
   margin-top: 0
}

.ps-block--download-app p {
   font-size: 16px
}

.ps-block--download-app form,
.ps-block--download-app p {
   margin-bottom: 30px;
   max-width: 480px
}

.ps-block--download-app form input {
   background-color: #fff
}

.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 {
   border: 1px solid #bfbfbf;
   margin-bottom: 30px;
   padding: 20px;
   text-align: center;
   transition: all .4s ease
}

.ps-block--category a {
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
   z-index: 10
}

.ps-block--category p {
   font-size: 16px;
   font-weight: 500;
   margin-bottom: 0
}

.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-size: 18px;
   font-weight: 400
}

.ps-block--category-vertical .ps-block__content {
   padding: 18px 10px 15px
}

.ps-block--category-vertical .ps-block__content ul li a {
   color: #666;
   display: inline-block;
   line-height: 25px;
   position: relative
}

.ps-block--category-vertical .ps-block__content ul li a:before {
   background-color: #000;
   content: "";
   height: 1px;
   left: 0;
   position: absolute;
   top: 100%;
   transform: scaleX(0);
   transform-origin: 100% 50%;
   transition: transform .4s cubic-bezier(.7, 0, .3, 1);
   width: 100%
}

.ps-block--category-vertical .ps-block__content ul li a:hover:before {
   transform: scaleX(1);
   transform-origin: 0 50%
}

.ps-block--category-2 {
   border: 1px solid #bfbfbf;
   display: flex;
   margin-bottom: 30px;
   transition: all .4s ease
}

.ps-block--category-2 h4 {
   font-size: 18px;
   font-weight: 400
}

.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 {
   color: #666;
   display: inline-block;
   line-height: 25px;
   position: relative
}

.ps-block--category-2 .ps-block__content ul li a:before {
   background-color: #000;
   content: "";
   height: 1px;
   left: 0;
   position: absolute;
   top: 100%;
   transform: scaleX(0);
   transform-origin: 100% 50%;
   transition: transform .4s cubic-bezier(.7, 0, .3, 1);
   width: 100%
}

.ps-block--category-2 .ps-block__content ul li a:hover:before {
   transform: scaleX(1);
   transform-origin: 0 50%
}

.ps-block--category-2.ps-block--category-auto-part h4 {
   font-size: 16px;
   font-weight: 600
}

.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 {
   align-items: center;
   display: flex;
   flex-flow: row nowrap
}

.ps-block--user-header .ps-block__left i {
   font-size: 16px;
   color: #33406a;
   line-height: unset;
}

.ps-block--user-header .ps-block__right {
   padding-left: 10px;
}

.ps-block--user-header .ps-block__right a {
   display: block;
   font-weight: 700;
 
padding-left: 0;
line-height: unset;
margin: 0;
}

.ps-block--user-header .ps-block__right a:hover {
   color: #fff
}

.ps-block--site-features {
   border: 1px solid #d9d9d9;
   display: flex;
   flex-flow: row nowrap;
   
   padding: 20px 40px;
   width: 100%
}

.ps-block--site-features .ps-block__left i {
   color: var(--color-1st);
   font-size: 40px
}

.ps-block--site-features .ps-block__right {
   padding-left: 25px
}

.ps-block--site-features .ps-block__right h4 {
   color: #000;
   font-size: 18px;
   font-weight: 500;
   margin-bottom: 0;
   margin-top: 0
}

.ps-block--site-features .ps-block__right p {
   color: #666;
   margin-bottom: 0
}

.ps-block--site-features .ps-block__item {
   align-items: center;
   border-right: 1px solid #dadada;
   display: flex;
   flex-flow: row nowrap;
   max-width: 25%;
   padding: 10px 40px;
   width: 100%
}

.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--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 {
      border-right: 1px solid #dadada;
      flex-flow: row nowrap
   }

   .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 {
      padding-left: 15px;
      width: 100%
   }
}

@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 {
      border-right: none;
      flex-flow: row wrap
   }

   .ps-block--site-features .ps-block__left {
      margin-bottom: 15px
   }

   .ps-block--site-features .ps-block__right {
      padding-left: 0;
      width: 100%
   }
}

@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 {
      flex-flow: row nowrap;
      max-width: 100%
   }

   .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 {
   font-size: 24px;
   font-weight: 400;
   margin-bottom: 0;
   margin-right: 70px
}

.ps-block--countdown-deal figure {
   align-items: center;
   background-color: #f14705;
   border-radius: 3px;
   color: #fff;
   display: flex;
   font-size: 18px;
   font-weight: 600;
   line-height: 1;
   padding: 7px 20px
}

.ps-block--countdown-deal figure figcaption {
   color: #fff;
   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 {
   align-items: center;
   border-bottom: 1px solid #f0f0f0;
   display: flex;
   flex-flow: row nowrap;
   justify-content: space-between;
   margin-bottom: 20px;
   padding-bottom: 5px
}

.ps-block--shop-features .ps-block__header h3 {
   color: #000;
   font-size: 24px;
   font-weight: 400
}

.ps-block--shop-features .ps-block__navigation a {
   color: #999;
   display: inline-block;
   margin-right: 10px
}

.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 {
   color: #690;
   font-size: 58px;
   font-weight: 500;
   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 {
   color: #666;
   display: block
}

.ps-block--average-rating .ps-block__star {
   align-items: center;
   cursor: pointer;
   display: flex;
   flex-flow: row nowrap;
   justify-content: space-between;
   margin-bottom: 6px;
   max-width: 360px;
   width: 100%
}

.ps-block--average-rating .ps-block__star.disabled {
   cursor: auto;
   pointer-events: none
}

.ps-block--average-rating .ps-block__star.active>span {
   font-weight: 600
}

.ps-block--average-rating .ps-block__star>span {
   color: #666;
   width: 43px
}

.ps-block--average-rating .ps-block__star .ps-progress {
   background-color: #f1f1f1;
   height: 10px;
   max-width: 230px;
   position: relative;
   width: 100%
}

.ps-block--average-rating .ps-block__star .ps-progress span {
   background-color: #690;
   height: 100%;
   left: 0;
   position: absolute;
   top: 50%;
   transform: translateY(-50%)
}

.ps-block--questions-answers h3 {
   color: #000;
   font-size: 30px;
   font-weight: 700;
   margin-bottom: 30px
}

.ps-block--questions-answers .form-control {
   font-size: 18px
}

.ps-block--testimonial {
   background-color: #fff;
   margin-top: 50px;
   padding: 0 40px;
   position: relative;
   z-index: 1
}

.ps-block--testimonial .ps-block__header {
   margin-bottom: -45px;
   position: relative;
   top: -45px;
   z-index: 10
}

.ps-block--testimonial .ps-block__header img {
   border-radius: 50%;
   max-height: 90px;
   position: relative;
   z-index: 10
}

.ps-block--testimonial .ps-block__content {
   padding: 60px 0 40px;
   position: relative
}

.ps-block--testimonial .ps-block__content>i {
   color: var(--color-1st);
   font-size: 40px;
   position: absolute;
   right: 0;
   top: 0
}

.ps-block--testimonial .ps-block__content h4 {
   font-size: 18px;
   font-weight: 600
}

.ps-block--testimonial .ps-block__content h4 span {
   color: #999;
   font-size: 14px;
   margin-left: 10px
}

@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 {
   border: 2px solid var(--color-1st);
   padding: 13px 30px 30px
}

.ps-block--deal-hot .ps-block__header {
   border-bottom: 1px solid #e4e4e4;
   display: flex;
   flex-flow: row nowrap;
   justify-content: space-between;
   margin-bottom: 30px;
   padding: 10px 0
}

.ps-block--deal-hot .ps-block__header h3 {
   display: inline-block;
   font-size: 20px;
   font-weight: 600;
   line-height: 1
}

.ps-block--deal-hot .ps-block__navigation a {
   border: 1px solid #ccc;
   border-radius: 50%;
   display: inline-block;
   height: 20px;
   margin-right: 15px;
   position: relative;
   vertical-align: top;
   width: 20px
}

.ps-block--deal-hot .ps-block__navigation a i {
   font-size: 8px;
   left: 50%;
   position: absolute;
   top: 50%;
   transform: translate(-50%, -50%)
}

.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 {
   left: 50%;
   position: absolute;
   top: 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 {
   display: flex;
   flex-flow: row nowrap;
   margin-bottom: 70px
}

.ps-block--products-of-category>* {
   width: 100%
}

.ps-block--products-of-category .ps-block__categories {
   background-color: #fff;
   max-width: 20%;
   padding: 30px 20px 40px 30px;
   position: relative
}

.ps-block--products-of-category .ps-block__categories h3 {
   font-size: 24px;
   font-weight: 400;
   margin-bottom: 35px
}

.ps-block--products-of-category .ps-block__categories ul li a {
   color: #000;
   display: block;
   line-height: 20px;
   padding: 3px 0
}

.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 {
   bottom: 45px;
   color: #666;
   font-style: italic;
   left: 30px;
   position: absolute
}

.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 #e1e1e1 #e1e1e1 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-bottom: 10px;
      margin-right: 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 {
      bottom: 0;
      left: 0;
      position: relative
   }

   .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>* {
      flex-basis: 50%;
      max-width: 50%
   }

   .ps-block--products-of-category .ps-product--simple {
      border: 1px solid #e1e1e1;
      border-bottom: none;
      border-right: none;
      padding: 20px
   }
}

@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 {
   background-color: #fff;
   display: flex;
   flex-flow: row wrap;
   padding: 20px;
   width: 100%
}

.ps-block--recent-viewed .ps-block__content a {
   border: 2px solid transparent;
   margin-right: 20px;
   max-width: 7%
}

.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 {
   border-bottom: 2px solid transparent;
   display: block;
   padding: 20px 0;
   text-align: center
}

.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 {
   border-color: var(--color-1st)
}

.ps-block--categories-tabs .ps-tab-list a:hover i {
   color: var(--color-1st)
}

.ps-block--categories-tabs .ps-tab-list a.active {
   border-color: var(--color-1st)
}

.ps-block--categories-tabs .ps-tab-list a.active i {
   color: var(--color-1st)
}

.ps-block--categories-tabs .ps-block__item {
   align-items: center;
   display: flex;
   flex-flow: row wrap;
   text-align: center
}

.ps-block--categories-tabs .ps-block__item a {
   display: block;
   margin-bottom: 40px;
   max-width: 12.5%;
   overflow: hidden;
   width: 150px
}

.ps-block--categories-tabs .ps-block__item a img {
   max-height: 120px;
   transition: all .4s ease-out
}

.ps-block--categories-tabs .ps-block__item a span {
   color: #666;
   display: block
}

.ps-block--categories-tabs .ps-block__item a:hover img {
   transform: scale(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 {
      font-size: 30px;
      margin-bottom: 10px
   }

   .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: #fff
}

.ps-block--product-box .owl-slider .owl-item img {
   width: 100%
}

.ps-block--product-box .ps-block__header {
   align-items: center;
   border-bottom: 1px solid #e1e1e1;
   display: flex;
   flex-flow: row nowrap;
   justify-content: space-between;
   padding: 14px 20px
}

.ps-block--product-box .ps-block__header h3 {
   color: #000;
   display: inline-block;
   font-size: 20px;
   font-weight: 400;
   margin-bottom: 0
}

.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 {
   border-right: 1px solid #e1e1e1;
   max-width: calc(100% - 320px);
   padding: 20px
}

.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 {
   border-bottom: 1px solid #e1e1e1;
   color: #000;
   font-size: 16px;
   font-weight: 400;
   margin-bottom: 20px;
   padding-bottom: 10px
}

.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 {
   border-bottom: 1px solid #e1e1e1;
   display: block;
   margin-bottom: 20px;
   padding-bottom: 15px
}

.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 {
   color: #666;
   font-size: 16px;
   line-height: 20px
}

.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 {
      display: block;
      margin-bottom: 10px
   }
}

@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 {
   background-color: #fff;
   margin-bottom: 30px;
   padding: 20px
}

.ps-block--categories-box .ps-block__header {
   align-items: center;
   border-bottom: 1px solid #e1e1e1;
   display: flex;
   flex-flow: row nowrap;
   justify-content: space-between;
   margin-bottom: 20px;
   padding-bottom: 16px
}

.ps-block--categories-box .ps-block__header h3 {
   color: #000;
   font-size: 24px;
   font-weight: 400;
   line-height: 1em;
   margin-bottom: 0
}

.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 {
   max-width: 60%;
   width: 100%
}

.ps-block--categories-box .ps-block__item {
   border: 1px solid transparent;
   margin-bottom: 30px;
   padding: 20px;
   position: relative;
   transition: all .4s ease
}

.ps-block--categories-box .ps-block__item a {
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 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 {
   color: #000;
   font-size: 16px;
   margin-bottom: 0;
   transition: all .4s ease
}

.ps-block--categories-box .ps-block__item span {
   color: #666
}

.ps-block--categories-box .ps-block__item:hover {
   border-color: silver
}

.ps-block--categories-box .ps-block__item:hover p {
   color: var(--color-1st)
}

.ps-block--categories-box .ps-block__content {
   display: flex;
   flex-flow: row wrap
}

.ps-block--categories-box .ps-block__content .ps-block__item {
   max-width: 20%;
   width: 100%
}

@media (max-width:1199px) {
   .ps-block--categories-box .ps-block__banner {
      margin-bottom: 30px;
      max-width: 100%
   }

   .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 {
      font-size: 14px;
      margin-bottom: 0
   }

   .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 {
      flex-basis: 50%;
      max-width: 50%
   }
}

@media (max-width:479px) {
   .ps-block--categories-box .ps-block__item {
      margin-bottom: 15px;
      padding: 0
   }

   .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;
      font-size: 18px;
      margin-bottom: 10px
   }
}

.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 {
   transition: all .4s ease;
   width: 100%
}

.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 {
   color: #000;
   font-size: 16px
}

.ps-block--category-room a:hover {
   color: #06c
}

.ps-block--container-hightlight .ps-section__header {
   background-color: var(--color-1st);
   padding: 16px 0;
   text-align: center
}

.ps-block--container-hightlight .ps-section__header h3 {
   color: #000;
   font-size: 22px;
   font-weight: 600;
   line-height: 30px;
   margin-bottom: 0
}

@media (max-width:767px) {
   .ps-block--container-hightlight .ps-section__header h3 {
      font-size: 16px
   }
}

.ps-block--container-hightlight .ps-section__content {
   border: 2px solid var(--color-1st);
   border-top: none;
   padding: 30px 20px
}

@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 {
   background-color: #fff;
   display: flex;
   flex-flow: row wrap
}

.ps-block--categories-grid .ps-block--category-2 {
   border: 1px solid hsla(0, 0%, 55%, .15);
   border-left: none;
   border-top: none;
   margin-bottom: 0;
   max-width: 33.3333333333%;
   width: 100%
}

.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-left: 1px solid hsla(0, 0%, 55%, .15);
      border-top: 1px solid hsla(0, 0%, 55%, .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 hsla(0, 0%, 55%, .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 hsla(0, 0%, 55%, .15)
   }
}

@media (max-width:375px) {
   .ps-block--categories-grid .ps-block--category-2 {
      max-width: 100%
   }
}

.ps-block--menu-categories {
   background-color: #fff;
   padding: 25px 20px;
   position: relative
}

.ps-block--menu-categories .ps-block__header {
   padding-bottom: 20px
}

.ps-block--menu-categories .ps-block__header h3 {
   color: #000;
   font-size: 20px;
   font-weight: 400;
   margin-bottom: 0;
   text-transform: uppercase
}

.ps-block--menu-categories .ps-list--menu-cateogories>li>a {
   border-bottom: 1px solid #f0f0f0;
   display: block;
   font-size: 16px;
   line-height: 26px;
   padding: 10px 0
}

.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 {
   border: 1px solid var(--color-1st);
   opacity: 1;
   transform: translateX(0);
   visibility: visible
}

.ps-block--menu-categories .ps-list--menu-cateogories .sub-menu {
   background-color: #fff;
   height: 100%;
   left: 100%;
   padding: 20px;
   top: 0;
   z-index: 20
}

.ps-block--menu-categories .ps-list--menu-cateogories .sub-menu>li>a {
   border-bottom: none;
   color: #666;
   font-size: 14px;
   padding: 5px 0
}

.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 {
   background-color: #f0f0f0;
   display: flex;
   flex-flow: row nowrap;
   padding: 60px
}

.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 {
   color: #000;
   font-size: 24px;
   font-weight: 600;
   line-height: 1.2em;
   margin-bottom: 20px
}

.ps-block--post--navigation {
   border-bottom: 1px solid #e1e1e1;
   display: flex;
   justify-content: space-between;
   padding-bottom: 90px
}

.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;
   font-size: 24px;
   margin-bottom: 10px
}

.ps-block--post--navigation .ps-block__title {
   color: #000;
   font-size: 18px;
   font-weight: 600
}

.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 {
   border-top: 1px solid #e1e1e1;
   padding: 15px 0 30px 20px
}

.ps-block--comment>.ps-block__content h5 {
   color: #333;
   font-size: 14px;
   font-weight: 600;
   margin-bottom: 16px
}

.ps-block--comment>.ps-block__content h5 small {
   color: #666;
   display: inline-block;
   font-size: 12px
}

.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 {
   color: #09c;
   font-style: italic
}

.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 {
   border-top: 1px solid #e1e1e1;
   padding: 15px 0 30px
}

@media (max-width:767px) {
   .ps-block--comment>.ps-block__thumbnail {
      max-width: 90px
   }

   .ps-block--comment>.ps-block__content {
      padding: 10px 0 30px
   }
}

@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 {
   color: var(--color-1st);
   display: inline-block;
   font-size: 88px;
   margin-bottom: 30px
}

.ps-block--icon-box h4 {
   color: #000;
   font-size: 48px;
   font-weight: 500;
   letter-spacing: .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;
   line-height: 1.4em;
   margin-bottom: 20px
}

.ps-block--icon-box-2 p {
   font-size: 16px
}

.ps-block--icon-box-2 a {
   font-size: 16px;
   text-decoration: underline
}

.ps-block--milestone {
   margin-bottom: 300px;
   position: relative
}

.ps-block--milestone .ps-block__dot {
   background-color: #ccc;
   border-radius: 50%;
   display: inline-block;
   height: 30px;
   position: relative;
   width: 30px
}

.ps-block--milestone .ps-block__dot:before {
   background-color: var(--color-1st);
   border-radius: 50%;
   content: "";
   display: inline-block;
   height: 20px;
   left: 50%;
   opacity: 0;
   position: absolute;
   top: 50%;
   transform: translate(-50%, -50%);
   visibility: hidden;
   width: 20px
}

.ps-block--milestone .ps-block__year-number {
   color: #000;
   display: block;
   font-size: 18px;
   font-weight: 600;
   margin-bottom: 10px
}

.ps-block--milestone .ps-block__year {
   text-align: center
}

.ps-block--milestone .ps-block__journey {
   background-color: #fff;
   display: none;
   left: 0;
   margin-bottom: 50px;
   margin-top: 50px;
   max-width: 500px;
   min-width: 500px;
   padding: 20px;
   position: absolute;
   top: 100%
}

.ps-block--milestone .ps-block__journey:after {
   clear: both;
   content: "";
   display: table
}

.ps-block--milestone .ps-block__journey:before {
   border-bottom: 50px solid gray;
   border-left: 10px solid transparent;
   border-right: 10px solid transparent;
   bottom: 100%;
   content: "";
   height: 0;
   left: 0;
   position: absolute;
   width: 0
}

.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 {
   align-items: center;
   display: flex;
   flex-flow: row wrap;
   float: right;
   min-height: 100px;
   width: calc(100% - 100px)
}

.ps-block--milestone .ps-block__journey .ps-block__content h4 {
   color: #000;
   font-size: 20px;
   font-weight: 500
}

.ps-block--milestone.active .ps-block__dot:before {
   opacity: 1;
   visibility: visible
}

.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 {
   margin: 0 auto 50px;
   max-width: 270px;
   text-align: center
}

.ps-block--contact-info h4 {
   color: #000;
   font-size: 20px;
   font-weight: 600;
   margin-bottom: 20px
}

.ps-block--contact-info p a {
   display: block
}

.ps-block--vendor-milestone {
   display: flex;
   flex-flow: row nowrap;
   padding-bottom: 90px;
   position: relative
}

.ps-block--vendor-milestone:before {
   background-color: var(--color-1st);
   content: "";
   height: 100%;
   left: 50%;
   position: absolute;
   top: 0;
   transform: translateX(-50%);
   width: 2px
}

.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 {
   color: #000;
   font-size: 22px;
   font-weight: 600;
   line-height: 1.2em;
   margin-bottom: 30px
}

.ps-block--vendor-milestone .ps-block__left ul {
   padding-left: 20px
}

.ps-block--vendor-milestone .ps-block__left ul li {
   color: #666;
   font-size: 16px;
   margin-bottom: 20px
}

.ps-block--vendor-milestone .ps-block__right {
   text-align: right
}

.ps-block--vendor-milestone .ps-block__number {
   align-items: center;
   background-color: #fff;
   border: 2px solid var(--color-1st);
   border-radius: 50%;
   display: flex;
   height: 100px;
   justify-content: center;
   left: 50%;
   position: absolute;
   top: 0;
   transform: translateX(-50%);
   width: 100px
}

.ps-block--vendor-milestone .ps-block__number span {
   color: #000;
   font-size: 48px
}

.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 {
      height: 80px;
      width: 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 {
      margin-bottom: 40px;
      padding: 40px 0 0;
      text-align: center
   }

   .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 {
      height: 50px;
      width: 50px
   }

   .ps-block--vendor-milestone .ps-block__number span {
      font-size: 20px
   }
}

.ps-block--shopping-total {
   background-color: #f1f1f1;
   border: 1px solid #bfbfbf;
   margin-bottom: 30px;
   padding: 30px 35px
}

.ps-block--shopping-total .ps-block__product li {
   border-bottom: 1px solid #d6d6d6;
   margin-bottom: 20px;
   padding-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;
   font-size: 14px;
   margin-left: 40px
}

.ps-block--shopping-total h3 {
   font-size: 24px;
   font-weight: 600;
   margin-bottom: 0
}

.ps-block--shopping-total h3 span {
   color: #f30;
   float: right;
   font-weight: 600
}

.ps-block--shopping-total .ps-block__header {
   border-bottom: 1px solid #ccc;
   display: block;
   margin-bottom: 20px
}

.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 {
   border: 1px solid #e1e1e1;
   margin-bottom: 30px;
   padding: 20px
}

.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 {
   padding-right: 50px;
   position: relative
}

.ps-block--bought-toggether .ps-block__item:first-child:after {
   color: #666;
   content: "+";
   font-size: 26px;
   font-weight: 400;
   position: absolute;
   right: 10px;
   top: 50%;
   transform: translateY(-50%)
}

.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 {
   font-size: 14px;
   font-weight: 500;
   margin-bottom: 10px;
   min-width: 180px;
   padding: 10px 20px;
   text-align: center
}

.ps-block--bought-toggether .ps-block__total .ps-btn--outline {
   border: 1px solid #ccc;
   color: #000
}

.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 {
   display: block;
   position: relative;
   z-index: 10
}

.ps-block--instagram:after,
.ps-block--instagram:before {
   opacity: 0;
   transition: all .4s ease;
   visibility: hidden
}

.ps-block--instagram:after {
   background-color: rgba(0, 0, 0, .5);
   content: "";
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
   z-index: 10
}

.ps-block--instagram:before {
   color: #fff;
   content: "\f16d";
   font-family: FontAwesome;
   font-size: 30px;
   left: 50%;
   position: absolute;
   top: 50%;
   transform: translate(-50%, -50%);
   z-index: 20
}

.ps-block--instagram:hover:after,
.ps-block--instagram:hover:before {
   opacity: 1;
   visibility: visible
}

.ps-block--instagram:hover:after {
   transition-delay: .25s
}

.ps-block--header-hotline {
   align-items: center;
   display: flex;
   flex-flow: row nowrap
}

.ps-block--header-hotline .ps-block__left i {
   color: #000;
   font-size: 26px
}

.ps-block--header-hotline .ps-block__right {
   padding-left: 20px
}

.ps-block--header-hotline .ps-block__right p {
   line-height: 1.4em;
   margin-bottom: 0
}

.ps-block--header-hotline .ps-block__right p strong {
   color: #000;
   display: block;
   font-size: 16px
}

.ps-block--header-hotline.inline p {
   color: #000;
   font-size: 16px;
   margin-bottom: 0
}

.ps-block--header-hotline.inline p i {
   margin-right: 10px
}

.ps-block--header-hotline.inline p strong {
   color: #000;
   font-weight: 600
}

.ps-block--promotion-header {
   padding: 10px 0
}

.ps-block--promotion-header p {
   margin-bottom: 0
}

.ps-block--promotion-header .container {
   align-items: center;
   display: flex;
   flex-flow: row nowrap;
   justify-content: space-between
}

.ps-block--promotion-header .container>* {
   margin-right: 50px
}

.ps-block--promotion-header .ps-btn {
   background-color: #f14705;
   color: #fff;
   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 {
   align-items: center;
   display: flex;
   flex-flow: row nowrap
}

.ps-block--promotion-header .ps-block__left h3 {
   color: #f14705;
   font-size: 48px;
   font-weight: 300;
   line-height: 1
}

.ps-block--promotion-header .ps-block__left h4 {
   font-size: 24px;
   font-weight: 400;
   margin: 0
}

.ps-block--promotion-header .ps-block__left figure {
   padding-left: 20px
}

.ps-block--promotion-header .ps-block__center span {
   color: #f14705;
   display: block;
   font-size: 18px;
   font-weight: 400
}

@media (max-width:1199px) {
   .ps-block--promotion-header {
      display: none
   }
}

.ps-block--ourteam {
   overflow: hidden;
   position: relative;
   z-index: 10
}

.ps-block--ourteam img {
   width: 100%
}

.ps-block--ourteam:before {
   background-color: rgba(var(--color-1st), .95);
   content: "";
   height: 100%;
   top: 0;
   z-index: 10
}

.ps-block--ourteam .ps-block__content,
.ps-block--ourteam:before {
   left: 0;
   opacity: 0;
   position: absolute;
   transition: all .4s ease;
   visibility: hidden;
   width: 100%
}

.ps-block--ourteam .ps-block__content {
   bottom: 0;
   padding: 30px 20px;
   transform: translateY(50px);
   z-index: 30
}

.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: #fff
}

.ps-block--ourteam .ps-block__content ul li:last-child {
   margin-right: 0
}

.ps-block--ourteam.blank {
   align-items: center;
   display: flex;
   flex-flow: row nowrap;
   height: 100%;
   justify-content: center;
   width: 100%
}

.ps-block--ourteam.blank:before {
   display: none
}

.ps-block--ourteam.blank a {
   font-size: 18px;
   font-weight: 700;
   text-transform: uppercase
}

.ps-block--ourteam.blank a:hover {
   color: var(--color-1st)
}

.ps-block--ourteam:hover:before {
   opacity: 1;
   visibility: visible
}

.ps-block--ourteam:hover .ps-block__content {
   opacity: 1;
   transform: translateY(0);
   visibility: visible
}

.ps-collection {
   display: block
}

.ps-collection img {
   width: 100%
}

@media (max-width:767px) {
   .ps-collection {
      margin-bottom: 30px
   }
}

.ps-block--vendor .ps-block__divider {
   border-bottom: 1px solid #d5d5d5;
   display: block;
   margin-bottom: 16px;
   padding-top: 16px
}

.ps-block--vendor .ps-block__thumbnail img {
   width: 100%
}

.ps-block--vendor .ps-block__container {
   background-color: #f1f1f1;
   padding: 25px
}

.ps-block--vendor .ps-block__container .ps-block__header h4 {
   color: #000;
   font-size: 20px;
   font-weight: 500;
   text-transform: uppercase
}

.ps-block--vendor .ps-block__container .ps-block__header p strong {
   color: #690;
   font-weight: 600
}

.ps-block--vendor .ps-block__container p {
   color: #666
}

.ps-block--vendor .ps-block__container p strong {
   color: #000;
   font-weight: 500
}

.ps-block--vendor .ps-block__container figure {
   margin-bottom: 20px
}

.ps-block--vendor .ps-block__container figure figcaption {
   color: #000;
   display: block;
   font-weight: 500;
   margin-bottom: 10px
}

.ps-block--vendor .ps-block__container .ps-block__footer p {
   margin-bottom: 16px
}

.ps-block--vendor .ps-block__container .ps-block__footer p strong {
   color: #000;
   display: block;
   font-size: 20px;
   font-weight: 600
}

.ps-block--vendor-filter {
   background-color: #f5f5f5;
   display: flex;
   flex-flow: row nowrap;
   justify-content: space-between;
   padding: 10px
}

.ps-block--vendor-filter .ps-block__left {
   align-items: center;
   display: flex
}

.ps-block--vendor-filter>* {
   max-width: 50%;
   width: 100%
}

.ps-block--vendor-filter .ps-block__left {
   padding: 0 5px
}

.ps-block--vendor-filter ul li {
   display: inline-block;
   margin-right: 10px;
   vertical-align: top
}

.ps-block--vendor-filter ul li a {
   color: #666;
   font-size: 16px
}

.ps-block--vendor-filter ul li a:hover {
   color: #000
}

.ps-block--vendor-filter ul li.active a {
   color: #000;
   font-weight: 500
}

.ps-block--vendor-filter ul li:last-child {
   margin-right: 16px
}

.ps-block--vendor-filter form {
   position: relative;
   width: 100%
}

.ps-block--vendor-filter form input {
   background-color: #fff;
   height: 30px
}

.ps-block--vendor-filter form button {
   background-color: transparent;
   border: none;
   position: absolute;
   right: 10px;
   top: 50%;
   transform: translateY(-50%)
}

@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 {
   border-bottom: 1px solid #e1e1e1;
   margin-bottom: 30px;
   padding-bottom: 16px
}

.ps-block--vendor-dashboard .ps-block__header h3 {
   color: #000;
   font-size: 24px;
   font-weight: 600;
   margin-bottom: 0
}

.ps-block--vendor-status {
   margin-bottom: 60px
}

.ps-block--vendor-status figcaption {
   color: #000;
   font-size: 24px;
   font-weight: 600;
   margin-bottom: 20px
}

.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 {
   color: var(--color-1st);
   display: inline-block;
   font-size: 40px;
   margin-bottom: 30px
}

.ps-block--icon h5 {
   color: #000;
   font-size: 16px;
   font-weight: 600;
   margin-bottom: 15px;
   text-transform: uppercase
}

.ps-block--icon p {
   font-size: 14px;
   line-height: 1.2em;
   margin-bottom: 0
}

@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;
   overflow: auto;
   padding: 45px 20px
}

.ps-block--top-photographer .ps-block__header {
   padding-bottom: 60px
}

.ps-block--top-photographer .ps-block__header p {
   color: #666;
   font-size: 14px
}

.ps-block--top-photographer .ps-block__header h3 {
   color: #000;
   font-size: 24px;
   font-weight: 600;
   line-height: 1em;
   margin-bottom: 0
}

.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 {
   height: 56px;
   width: 56px
}

.ps-block--top-photographer .ps-block__author .ps-block__author-thumbnail img {
   border-radius: 50%
}

.ps-block--top-photographer .ps-block__author figure {
   padding-left: 20px;
   width: 100%
}

.ps-block--top-photographer .ps-block__author figure a {
   color: #000;
   font-weight: 600
}

.ps-block--top-photographer .ps-block__author figure a:hover {
   color: #c81919
}

.ps-block--top-photographer .ps-block__footer a {
   font-weight: 600;
   text-decoration: underline;
   text-transform: uppercase
}

.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 {
   font-weight: 600;
   margin-bottom: 35px
}

.ps-block--testimonial-bg figure figcaption {
   color: #000;
   font-size: 18px;
   font-weight: 600
}

.ps-block--testimonial-bg figure p {
   color: #999;
   margin-bottom: 0
}

.ps-block--testimonial-bg .ps-block__content {
   max-width: 70%
}

.ps-block--testimonial-bg.dark figure figcaption,
.ps-block--testimonial-bg.dark h3 {
   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;
      font-weight: 600;
      line-height: 1.2em
   }

   .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 {
   box-shadow: 0 0 4px 0 #ccc;
   margin-bottom: 20px
}

.ps-block--store h4 {
   color: #525252;
   font-size: 21px;
   font-weight: 600;
   margin-bottom: 30px
}

.ps-block--store .ps-block__thumbnail {
   min-height: 210px
}

.ps-block--store .br-wrapper {
   display: inline-block
}

.ps-block--store .br-wrapper a {
   color: #fcb800;
   font-size: 13px
}

.ps-block--store-2 .ps-block__author .ps-btn:hover{
   background-color: #ffc107;
}

.ps-block--store .ps-block__author {
   align-items: center;
   display: flex;
   flex-flow: row nowrap;
   justify-content: space-between;
   position: relative;
   transform: translateY(-50px);
   transition: all .4s ease
}

.ps-block--store .ps-block__author .ps-block__user {
   border-radius: 50%;
   display: block;
   height: 100px;
   width: 100px
}

.ps-block--store .ps-block__author .ps-block__user img {
   border-radius: 50%
}

.ps-block--store .ps-block__author .ps-btn {
   align-items: center;
   background-color: #fff;
   border-bottom: 1px solid #17a2b8;
   border-radius: 50px;
   color: #17a2b8;
   display: flex;
   height: 36px;
   justify-content: center;
   padding: 0 30px
}

.ps-block--store .ps-block__contact li {
   align-items: center;
   display: flex;
   flex-flow: row nowrap;
   margin-bottom: 10px
}

.ps-block--store .ps-block__contact li i {
   align-items: center;
   background-color: #525252;
   border-radius: 50%;
   color: #fff;
   display: flex;
   flex-flow: row nowrap;
   height: 30px;
   justify-content: center;
   margin-right: 10px;
   width: 30px
}

.ps-block--store .ps-block__inquiry {
   background-color: #fff;
   display: inline-block
}

.ps-block--store .ps-block__inquiry a {
   align-items: center;
   background-color: #525252;
   color: #fff;
   display: flex;
   height: 35px;
   justify-content: center;
   padding: 0 20px
}

.ps-block--store .ps-block__inquiry a i {
   margin-right: 10px
}

.ps-block--store .ps-block__content {
   border-top: 3px solid #17a2b8;
   padding: 0 20px 20px
}

.ps-block--store-2 {
   box-shadow: 0 0 25px 0 #ddd
}

.ps-block--store-2 .br-wrapper {
   display: inline-block
}

.ps-block--store-2 .br-wrapper a {
   color: #fcb800;
   font-size: 13px
}

.ps-block--store-2 h4 {
   color: #526b6f;
   margin-bottom: 0
}

.ps-block--store-2 .ps-block__rating {
   margin-bottom: 10px
}

.ps-block--store-2 .ps-block__content {
   
   padding: 20px 20px 0px 20px;
}

.ps-block--store-2 .ps-block__author {
   align-items: center;
    
   flex-flow: row-reverse nowrap;
   justify-content: space-between;
   
   position: relative;
   transition: all .4s ease
}

.ps-block--store-2 .ps-block__author .ps-block__user {
   
   display: inline-flex;
   position: relative;
   width: auto;
   max-width: 100%;
   max-height: 200px;

}
 

.ps-block--store-2 .ps-block__author .ps-btn {
   align-items: center;
   background-color: #33406a;;
   border-radius: 5px;
   color: #fff;
   display: flex;
   font-size: 14px;
   height: 34px;
   justify-content: center;
   padding: 0 16px
}

.ps-block--store-banner .ps-block__content {
   align-items: center;
   display: flex;
   justify-content: center;
   min-height: 350px;
   position: relative
}

.ps-block--store-banner .ps-block__content h3 {
   font-size: 48px;
   font-weight: 500;
   padding-left: 90px;
   position: relative;
   text-transform: uppercase
}

.ps-block--store-banner .ps-block__content h3:before {
   background-color: #fff;
   content: "";
   height: 1px;
   left: 0;
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   width: 80px
}

.ps-block--store-banner .ps-block__inquiry {
   background-color: hsla(0, 0%, 100%, .9);
   border-radius: 4px;
   bottom: 20px;
   color: #17a2b8;
   padding: 5px 10px;
   position: absolute;
   right: 20px
}

.ps-block--store-banner .ps-block__inquiry:hover {
   background-color: #17a2b8;
   color: #fff
}

.ps-block--store-banner .ps-block__user {
   
   background-color: #f5f5f5;
   padding: 30px 5%
}

.ps-block--store-banner .ps-block__user .ps-block__user-avatar {
   display: block;
   margin-bottom: 30px;
   text-align: center
}

.ps-block--store-banner .ps-block__user .ps-block__user-avatar img {
   border-radius: 50%;
   height: 150px;
   margin-bottom: 10px;
   width: 150px !important;
}

.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 {
   color: #fcb800;
   font-size: 13px
}

.ps-block--store-banner .ps-block__user p {
   color: #fff;
   font-size: 16px
}

.ps-block--store-banner .ps-block__user p i {
   color: #999;
   margin-right: 1rem
}

.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 {
      margin-bottom: -85px;
      position: relative;
      top: -85px
   }

   .ps-block--store-banner .ps-block__user .ps-block__user-content {
      padding-bottom: 75px;
      padding-left: 30px
   }
}

@media (min-width:992px) {
   .ps-block--store-banner .ps-block__content h3 {
      color: #fff;
      font-size: 70px
   }
}

.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 {
   color: #000;
   padding-left: 0
}

.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 {
   border-bottom: 1px solid #eaeaea;
   color: #000;
   font-weight: 600;
   padding-bottom: 10px
}

.ps-block--user-account .ps-block__footer {
   border-top: 1px solid #eaeaea;
   margin-bottom: 0;
   padding-top: 10px
}

.ps-block--user-account .ps-block__content {
   min-width: 240px;
   opacity: 0;
   padding-top: 10px;
   position: absolute;
   right: 0;
   transform: translateY(20px) scaleZ(0);
   transition: all .4s ease;
   visibility: hidden;
   z-index: 30
}

.ps-block--user-account:hover .ps-block__content {
   background-color: #fff;
   opacity: 1;
   padding: 10px 15px;
   transform: translateY(20px) scaleX(1);
   visibility: visible
}

.ps-block--checkout-order figure {
   border-bottom: 1px solid #eaeaea;
   margin-bottom: 25px;
   padding-bottom: 25px
}

.ps-block--checkout-order figure figcaption {
   display: flex;
   font-weight: 400;
   justify-content: space-between
}

.ps-block--checkout-order figure figcaption strong {
   color: #000;
   font-size: 14px;
   font-weight: 600;
   text-transform: uppercase
}

.ps-block--checkout-order figure figcaption small {
   font-size: 16px
}

.ps-block--checkout-order .ps-block__items>a {
   display: flex;
   justify-content: space-between;
   padding: 10px 0;
   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 {
   color: #000;
   font-size: 14px
}

.ps-block--checkout-order .ps-block__shipping {
   margin-bottom: 10px;
   padding-bottom: 10px
}

.ps-block--checkout-order .ps-block__total h3 {
   color: #666;
   display: flex;
   font-size: 16px;
   justify-content: space-between;
   margin-bottom: 0
}

.ps-block--checkout-order .ps-block__total h3 strong {
   color: #000
}

.ps-block--checkout-order .ps-block__content {
   border: 2px solid #eaeaea;
   border-radius: 4px;
   margin-bottom: 10px;
   padding: 30px 20px
}

.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 {
   font-size: 16px;
   margin-top: 20px
}

.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,
.ps-block--shipping figure strong {
   text-align: right
}

.ps-block--shipping .ps-block__panel {
   border: 1px solid #d1d1d1;
   border-radius: 4px;
   margin-bottom: 30px;
   padding: 10px 20px
}

@media screen and (min-width:480px) {
   .ps-block--shipping .ps-block__footer {
      align-items: center;
      display: flex;
      justify-content: space-between
   }
}

@media screen and (min-width:768px) {
   .ps-block--shipping figure {
      align-items: center;
      display: flex;
      justify-content: space-between
   }

   .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 {
   background-color: #eaeaea;
   margin-bottom: 50px;
   padding: 20px
}

.ps-block--payment-method .ps-tab-list {
   align-items: center;
   display: flex;
   justify-content: flex-start;
   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-bottom: 30px;
   padding-top: 10px
}

.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 {
   color: #690;
   font-size: 48px
}

.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 {
   color: #000;
   font-size: 16px;
   font-weight: 600
}

.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 {
   color: #000;
   font-size: 20px;
   font-weight: 600;
   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 {
   color: #000;
   font-size: 18px;
   font-weight: 600;
   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 {
   background-color: #fff;
   height: 100vh;
   left: 0;
   max-width: 400px;
   overflow-y: auto;
   position: fixed;
   top: 0;
   transform: translateX(-100%);
   transition: all .5s cubic-bezier(.7, 0, .3, 1) 0s;
   width: 100%;
   z-index: 10001
}

.ps-panel--sidebar .ps-panel__header {
   background-color: var(--color-1st);
   padding: 15px 20px;
   position: relative;
   text-align: center
}

.ps-panel--sidebar .ps-panel__header h3 {
   color: #000;
   font-size: 1.6rem;
   font-weight: 600;
   letter-spacing: .05em;
   line-height: 20px;
   margin-bottom: 0;
   text-transform: uppercase
}

.ps-panel--sidebar .ps-panel__header .ps-btn--close {
   position: absolute;
   right: 10px;
   top: 50%;
   transform: translateY(-50%)
}

.ps-panel--sidebar .ps-panel__header .ps-btn--close:after,
.ps-panel--sidebar .ps-panel__header .ps-btn--close:before {
   background-color: #fff;
   height: 60%
}

.ps-panel--sidebar .ps-panel__content {
   padding-bottom: 70px;
   padding-top: 10px
}

.ps-panel--sidebar.active {
   transform: translateX(0)
}

@media (max-width:479px) {
   .ps-panel--sidebar {
      max-width: 100%;
      width: 100%
   }
}

.ps-panel--search-result {
   background-color: #fff;
   border: 1px solid #eaeaea;
   left: 0;
   opacity: 0;
   padding: 10px 20px;
   position: absolute;
   top: 100%;
   transform: scaleZ(0);
   transition: all .4s ease;
   visibility: hidden;
   width: 100%;
   z-index: 999
}

.ps-panel--search-result .ps-panel__content {
   max-height: 400px;
   overflow-y: auto
}

.ps-panel--search-result .ps-panel__footer {
   border-top: 1px solid #eaeaea;
   padding: 10px 0;
   text-align: center
}

.ps-panel--search-result.active {
   opacity: 1;
   transform: scaleX(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 {
   margin-bottom: 20px;
   padding-bottom: 20px;
   position: relative
}

.widget .widget-title {
   font-weight: 700;
   margin-bottom: 2.5rem
}

.widget:last-child {
   border-bottom: none
}

.widget_sidebar {
   border-bottom: 1px solid #e5e5e5;
   margin-bottom: 30px;
   padding-bottom: 30px
}

.widget_sidebar .widget-title {
   color: #222;
   display: block;
   font-family: var(--primary-font), sans-serif;
   font-size: 1.6rem;
   font-weight: 600;
   margin-bottom: 2.5rem;
   text-transform: uppercase
}

.widget_sidebar ul li a {
   color: #666;
   display: block;
   font-size: 1.4rem;
   line-height: 1.8em;
   padding: 5px 0;
   position: relative
}

.widget_sidebar ul li a:before {
   content: "\f105";
   font-family: FontAwesome;
   left: 0;
   line-height: 1em;
   opacity: 0;
   position: absolute;
   top: 10px;
   transition: all .4s ease;
   visibility: hidden
}

.widget_sidebar ul li a:hover {
   color: #000;
   padding-left: 10px
}

.widget_sidebar ul li a:hover:before {
   opacity: 1;
   transition-delay: .2s;
   visibility: visible
}

.widget_shop {
   background-color: #f5f5f5;
   padding: 25px 20px
}

.widget_shop .widget-title {
   color: #000;
   font-size: 18px;
   font-weight: 400;
   margin-bottom: 25px;
   text-transform: uppercase
}

.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 {
   border-radius: 2px;
   height: 16px;
   width: 16px
}

.widget_shop .ps-checkbox>label:after {
   border-color: black;
   border-width: 1px;
   height: 8px;
   left: 7px;
   top: 3px;
   width: 4px
}

.widget_shop .ps-checkbox .fa-star {
   color: #ccc;
   margin-right: 5px
}

.widget_shop .ps-checkbox .fa-star.rate {
   color: #f2b309
}

.widget_shop .ps-checkbox small {
   color: #999;
   font-size: 14px
}

.widget_shop .ps-checkbox input[type=checkbox]:checked~label {
   
   font-weight: 500
}

.widget_shop .ps-checkbox input[type=checkbox]:checked~label:before {
   background-color: #fff;
    
}

.widget_shop .ps-checkbox.ps-checkbox--color>label {
   height: 30px;
   line-height: 30px;
   margin: 0;
   padding: 0;
   vertical-align: top;
   width: 30px
}

.widget_shop .ps-checkbox.ps-checkbox--color>label:before {
   border-radius: 50%;
   height: 30px;
   width: 30px
}

.widget_shop .ps-slider {
   background-color: #cecece;
   border: none;
   border-radius: 0;
   display: block;
   height: 4px;
   margin-bottom: 10px;
   margin-left: 10px;
   position: relative
}

.widget_shop .ui-slider-range {
   background-color: #000;
   border: none;
   border-radius: 0;
   height: 100%;
   left: 0;
   top: 0
}

.widget_shop .ui-slider-handle {
   background-color: #000;
   border: none;
   border-radius: 50%;
   cursor: pointer;
   display: inline-block;
   height: 16px;
   outline: 0;
   top: 50%;
   transform: translateY(-50%);
   width: 16px
}

.widget_shop .ps-slider__meta {
   color: #999;
   font-size: 16px;
   line-height: 1.8em;
   margin-bottom: 0
}

.widget_shop .ps-slider__meta span {
   margin-left: 5px;
   margin-right: 5px
}

.widget_shop .ps-filter__btn {
   background-color: #888;
   color: #fff
}

.widget_shop .ps-filter__btn:hover {
   background-color: var(--color-2nd)
}

.widget_shop figure {
   border-bottom: 1px solid #ccc;
   margin-top: 15px;
   padding-bottom: 15px;
   padding-top: 15px
}

.widget_shop figure:last-child {
   border-bottom: none
}

.widget_shop .sizes a {
   background-color: #fff;
   border: 1px solid #ccc;
   display: inline-block;
   margin-bottom: 10px;
   margin-right: 10px;
   padding: 2px 20px
}

.widget_shop .sizes a:hover {
   border-color: var(--color-1st)
}

.widget_search {
   border-bottom: none;
   margin-bottom: 25px
}

.widget_size a {
   background-color: #f6f6f6;
   color: #555;
   display: inline-block;
   font-size: 1.4rem;
   line-height: 20px;
   margin-bottom: 10px;
   margin-right: 10px;
   padding: 1rem 2rem
}

.widget_size a:hover {
   background-color: #a7a7a7;
   color: #fff
}

.widget_size .ps-checkbox--size label {
   background-color: transparent;
   margin-bottom: 10px;
   padding: 0
}

.widget_filter .ps-slider {
   background-color: #cecece;
   border: none;
   border-radius: 0;
   display: block;
   height: 5px;
   margin-bottom: 10px;
   margin-left: 10px;
   position: relative
}

.widget_filter .ui-slider-range {
   background-color: var(--color-1st);
   border: none;
   border-radius: 0;
   height: 100%;
   left: 0;
   top: 0
}

.widget_filter .ui-slider-handle {
   background-color: var(--color-1st);
   border: none;
   border-radius: 50%;
   cursor: pointer;
   display: inline-block;
   height: 14px;
   outline: 0;
   top: 50%;
   transform: translateY(-50%);
   width: 14px
}

.widget_filter .ps-slider__meta {
   color: #666;
   font-size: 13px;
   line-height: 1.8em;
   margin-bottom: 10px;
   text-align: center
}

.widget_filter .ps-slider__meta span {
   margin-left: 5px;
   margin-right: 5px
}

.widget_filter .ps-filter__btn {
   background-color: #888;
   color: #fff
}

.widget_filter .ps-filter__btn:hover {
   background-color: var(--color-2nd)
}

.widget_tags a {
   background-color: transparent;
   border: 1px solid #000;
   border-radius: 50px;
   color: #303030;
   display: inline-block;
   font-size: 14px;
   line-height: 15px;
   margin-bottom: 10px;
   margin-right: 10px;
   padding: 5px 15px
}

.widget_tags a:hover {
   background-color: var(--color-2nd);
   color: #fff
}

.widget_footer .widget-title {
   color: #000;
   font-size: 16px;
   font-weight: 600;
   margin-bottom: 30px
}

.widget_contact-us .widget_content h3 {
   color: var(--color-1st)
}

.widget_contact-us .widget_content .ps-list--social {
   padding-top: 25px
}

.widget_features {
   background-color: #f1f1f1;
   margin-bottom: 30px;
   padding: 20px
}

.widget_features p {
   color: #000;
   line-height: 1.4em;
   margin-bottom: 20px;
   padding-left: 50px;
   position: relative
}

.widget_features p i {
   color: #000;
   font-size: 26px;
   left: 0;
   margin-right: 10px;
   position: absolute;
   top: 0
}

.widget_sell-on-site p {
   color: #000;
   margin-bottom: 0;
   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 {
   background-color: #f4f4f4;
   color: #000;
   font-size: 20px;
   font-weight: 600;
   margin-bottom: 40px;
   margin-top: 0;
   padding: 14px 20px
}

.widget_same-brand .widget__content {
   padding: 20px
}

.widget_same-brand .ps-product {
   border: 1px solid #eaeaea;
   margin-bottom: 30px;
   transition: all .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;
   height: auto;
   opacity: 1;
   visibility: visible
}

.widget_same-brand .ps-product:hover .ps-product__content.hover {
   display: none
}

.widget_best-sale {
   border: 1px solid #d9d9d9;
   border-bottom: 5px solid red;
   max-height: 500px;
   padding: 15px 10px
}

.widget_best-sale .widget-title {
   border-bottom: 1px solid #d9d9d9;
   color: #000;
   font-size: 20px;
   font-weight: 600;
   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 {
   color: #000;
   font-size: 20px;
   font-weight: 600;
   margin-bottom: 35px;
   margin-top: 0
}

.widget--blog.widget--search .ps-form--widget-search input {
   height: 40px
}

.widget--blog.widget--categories ul li a {
   color: #000;
   display: block;
   line-height: 20px;
   padding: 6px 0
}

.widget--blog.widget--categories ul li a:hover {
   color: var(--color-1st)
}

.widget--blog.widget--recent-post .widget__content a {
   color: #000;
   display: block;
   font-size: 16px;
   font-weight: 600;
   margin-bottom: 10px
}

.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 {
   color: #999;
   display: inline-block;
   margin-bottom: 5px;
   margin-right: 5px;
   vertical-align: top
}

.widget--blog.widget--tags a:after {
   content: ","
}

.widget--blog.widget--tags a:hover {
   color: var(--color-1st)
}

.widget--vendor {
   border-bottom: 1px solid #d8d8d8;
   margin-bottom: 40px;
   padding-bottom: 40px
}

.widget--vendor .widget-title {
   color: #000;
   font-size: 20px;
   font-weight: 600;
   margin-bottom: 35px
}

.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 {
   color: #666;
   font-size: 16px;
   padding-bottom: 15px;
   padding-top: 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 {
   color: #000;
   display: block;
   font-weight: 600
}

.widget--open-time ul li span {
   color: #666
}

.widget--open-time ul li:last-child {
   margin-bottom: 0
}

.ps-widget--account-dashboard{
   padding-bottom: 20px;

}

.ps-widget--account-dashboard .ps-widget__header {
   align-items: flex-start;
   display: flex;
   flex-flow: row nowrap;
   justify-content: space-between;
   padding-bottom: 20px
}

.ps-widget--account-dashboard .ps-widget__header img {
   border-radius: 50%;
   flex-basis: 60px;
   max-width: 60px
}

.ps-widget--account-dashboard .ps-widget__header figure {
   flex-basis: 100%;
   padding-left: 10px
}

.ps-widget--account-dashboard .ps-widget__header figure figcaption {
   color: #666;
   font-size: 16px
}

.ps-widget--account-dashboard .ps-widget__header figure p {
   color: #000;
   font-size: 16px;
   font-weight: 600;
   margin-bottom: 0
}

.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 {
   color: #000;
   display: block;
   font-size: 16px;
   font-weight: 500;
   line-height: 20px;
   padding: 15px 20px;
   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: #33406a !important;
   color: #fff !important;
}

.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: #33406a !important;
}

.ps-widget--account-dashboard .ps-widget__content ul li.active a {
   color: #fff
}

#nonlinear {
   margin: 10px auto;
   width: 90%
}

.noUi-connect {
   background-color: var(--color-1st)
}

.noUi-horizontal {
   height: 8px
}

.noUi-handle:after,
.noUi-handle:before {
   display: none
}

.noUi-horizontal .noUi-handle {
   height: 16px;
   left: -17px;
   top: -5px;
   width: 16px
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
   right: -7px
}

.noUi-handle {
   border: 3px solid var(--color-1st);
   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 {
   height: 0;
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   width: 100%;
   z-index: 1
}

.ps-carousel--nav .owl-nav>* {
   background-color: transparent;
   border-radius: 50%;
   color: #ccc;
   display: inline-block;
   height: 40px;
   position: relative;
   transform: translateY(-50%);
   transition: all .4s ease;
   vertical-align: top;
   width: 40px
}

.ps-carousel--nav .owl-nav>* i {
   font-size: 30px;
   left: 50%;
   position: absolute;
   top: 50%;
   transform: translate(-50%, -50%)
}

.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 {
   bottom: 0;
   display: none !important;
   left: 0;
   position: absolute;
   text-align: center;
   width: 100%
}

.ps-carousel--nav .owl-dots .owl-dot {
   background-color: rgba(0, 0, 0, .3);
   border-radius: 50%;
   display: inline-block;
   height: 10px;
   margin-right: 8px;
   width: 10px
}

.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 {
   height: 0;
   z-index: 20
}

.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 {
   bottom: 20px;
   left: 0;
   position: absolute;
   text-align: center;
   width: 100%
}

.ps-carousel--animate .slick-dots li {
   display: inline-block;
   line-height: 0;
   margin-right: 10px;
   vertical-align: top
}

.ps-carousel--animate .slick-dots li button {
   background-color: rgba(0, 0, 0, .5);
   border: 0;
   border-radius: 50%;
   display: inline-block;
   font-size: 0;
   height: 12px;
   padding: 0;
   vertical-align: top;
   width: 12px
}

.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 {
      height: 8px;
      width: 8px
   }
}

.ps-carousel--responsive {
   position: relative;
   z-index: 10
}

.ps-carousel--responsive .owl-dots {
   bottom: 0;
   display: none !important;
   left: 0;
   position: absolute;
   text-align: center;
   width: 100%
}

.ps-carousel--responsive .owl-dots .owl-dot {
   background-color: rgba(0, 0, 0, .3);
   border-radius: 50%;
   display: inline-block;
   height: 10px;
   margin-right: 6px;
   width: 10px
}

.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 {
   display: flex;
   height: 0;
   justify-content: space-between;
   left: 0;
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   width: 100%
}

.ps-carousel--product-box .owl-nav>* {
   background-color: rgba(0, 0, 0, .5);
   height: 40px;
   position: relative;
   width: 30px
}

.ps-carousel--product-box .owl-nav>*>i {
   color: #fff;
   left: 50%;
   position: absolute;
   top: 50%;
   transform: translate(-50%, -50%)
}

.ps-carousel--product-box .owl-nav .owl-prev {
   padding-right: 2px;
   transform: translateX(-100%);
   transition: all .25s ease
}

.ps-carousel--product-box .owl-nav .owl-next {
   transform: translateX(100%);
   transition: all .25s ease
}

.ps-carousel--product-box .owl-nav .owl-next i {
   padding-left: 2px;
   transition: all .25s ease
}

.ps-carousel--product-box .owl-dots {
   bottom: 20px;
   left: 0;
   position: absolute;
   text-align: center;
   width: 100%
}

.ps-carousel--product-box .owl-dots .owl-dot {
   background-color: hsla(0, 0%, 100%, .5);
   border-radius: 50%;
   display: inline-block;
   height: 10px;
   margin-right: 10px;
   width: 10px
}

.ps-carousel--product-box .owl-dots .owl-dot.active,
.ps-carousel--product-box .owl-dots .owl-dot:hover {
   background-color: #fff
}

.ps-carousel--product-box .owl-dots .owl-dot:last-child {
   margin-right: 0
}

.ps-carousel--product-box:hover .owl-nav .owl-next,
.ps-carousel--product-box:hover .owl-nav .owl-prev {
   transform: translateX(0)
}

.ps-carousel--nav-inside {
   overflow: hidden
}

.ps-carousel--nav-inside .owl-nav {
   display: flex;
   height: 0;
   justify-content: space-between;
   left: 0;
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   width: 100%
}

.ps-carousel--nav-inside .owl-nav>* {
   background-color: rgba(0, 0, 0, .1);
   height: 40px;
   position: relative;
   transform: translateY(-50%);
   width: 40px
}

.ps-carousel--nav-inside .owl-nav>*>i {
   color: #000;
   left: 50%;
   position: absolute;
   top: 50%;
   transform: translate(-50%, -50%)
}

.ps-carousel--nav-inside .owl-nav .owl-prev {
   padding-right: 2px
}

.ps-carousel--nav-inside .owl-nav .owl-next {
   transition: all .25s ease
}

.ps-carousel--nav-inside .owl-nav .owl-next i {
   padding-left: 2px
}

.ps-carousel--nav-inside .owl-dots {
   bottom: 20px;
   display: none;
   left: 0;
   opacity: 0;
   position: absolute;
   text-align: center;
   visibility: hidden;
   width: 100%
}

.ps-carousel--nav-inside .owl-dots .owl-dot {
   background-color: hsla(0, 0%, 100%, .5);
   border-radius: 50%;
   display: inline-block;
   height: 10px;
   margin-right: 10px;
   width: 10px
}

.ps-carousel--nav-inside .owl-dots .owl-dot.active,
.ps-carousel--nav-inside .owl-dots .owl-dot:hover {
   background-color: #fff
}

.ps-carousel--nav-inside .owl-dots .owl-dot:last-child {
   margin-right: 0
}

.ps-carousel--nav-inside.second .owl-nav>* {
   background-color: rgba(0, 0, 0, .3);
   height: 48px;
   width: 48px
}

.ps-carousel--nav-inside.second .owl-nav>* i {
   color: #fff;
   font-size: 18px
}

.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;
      opacity: 1;
      visibility: visible
   }
}

.ps-carousel--dots .owl-dots {
   bottom: 10px;
   left: 0;
   position: absolute;
   text-align: center;
   width: 100%
}

.ps-carousel--dots .owl-dots .owl-dot {
   background-color: hsla(0, 0%, 100%, .5);
   border-radius: 50%;
   display: inline-block;
   height: 10px;
   margin-right: 10px;
   width: 10px
}

.ps-carousel--dots .owl-dots .owl-dot.active,
.ps-carousel--dots .owl-dots .owl-dot:hover {
   background-color: var(--color-1st)
}

.ps-carousel--dots .owl-dots .owl-dot:last-child {
   margin-right: 0
}

.ps-badge {
   border-radius: 3px;
   left: 1rem;
   padding: 5px 15px;
   position: absolute;
   top: 1rem
}

.ps-badge i {
   color: #fff;
   font-size: 1.4rem;
   font-style: normal;
   font-weight: 500;
   line-height: 20px
}

.ps-badge--red {
   background-color: #ea4040
}

.ps-product {
   border: 1px solid transparent;
   border-bottom: none;
   padding: 20px 20px 0;
   position: relative
}


.ps-product__info {
 position: relative;
}

  
.ps-product .ps-product__rating .br-wrapper {
   display: inline-block
}

.ps-product .ps-product__rating .br-wrapper a {
   color: #fcb800;
   font-size: 13px
}

.ps-product .ps-product__rating span {
   color: #666;
   margin-left: 10px
}

.ps-product .ps-product__price {
   color: #000;
   font-size: 16px;
   position: relative
}

.ps-product .ps-product__price.sale {
   color: #f30
}

.ps-product .ps-product__price.sale del {
   color: #666
}

.ps-product .ps-product__actions {
   background-color: #fff;
   display: flex;
   flex-flow: row nowrap;
   justify-content: space-between;
   max-width: 200px;
   padding: 10px 0;
   transition: all .5s cubic-bezier(.7, 0, .3, 1) 0s
}

.ps-product .ps-product__actions li {
   margin-right: 10px
}

.ps-product .ps-product__actions li a {
   align-items: center;
   border-radius: 50%;
   display: flex;
   height: 34px;
   justify-content: center;
   width: 34px
}

.ps-product .ps-product__actions li a:hover{
   background-color: #33406a;
}


.ps-product .ps-product__actions:last-child {
   margin-right: 0
}

.ps-product .ps-product__vendor {
   color: #000;
   display: block;
   font-size: 12px;
   line-height: 1.2;
   text-transform: uppercase
}

.ps-product .ps-product__badge {
   background-color: #f14705;
   border-radius: 4px;
   color: #fff;
   font-size: 14px;
   font-weight: 600;
   line-height: 20px;
   padding: 5px 10px;
   position: absolute;
   right: 0;
   top: 0; 
    
}

.ps-product .ps-product__badge.out-stock {
   background-color: #000
}

.ps-product .ps-product__badge.hot {
   background-color: #ff8c46;
   color: #fff
}

.service_card_title {
  height: 43px;
  overflow: hidden;
}
.service_card_vender {
  height: 40px;
}

.ps-product .ps-product__title {
   color: #33406a;
   font-size: 14px;
   margin: 0;
   overflow: hidden;
   text-overflow: ellipsis;
   display: block;
   display: -webkit-box; /* For WebKit-based browsers */
   -webkit-box-orient: vertical;
   max-height: 3em; /* 2 lines * line-height (e.g., 1.5em per line) */
   line-height: 1.5em; /* Adjust this based on your font size */
}

.ps-product .ps-product__title:hover {
   color: #33406a !important;
    
}

.ps-product .ps-product__progress-bar {
   display: block;
   width: 100%
}

.ps-product .ps-product__progress-bar .ps-progress__value {
   background-color: #e4e4e4;
   display: block;
   height: 11px;
   margin-bottom: 5px;
   position: relative
}

.ps-product .ps-product__progress-bar .ps-progress__value>span {
   background-color: var(--color-1st);
   height: 100%;
   left: 0;
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   width: 50%
}

.ps-product .ps-product__thumbnail {
   overflow: hidden;
   position: relative
}

.ps-product .ps-product__thumbnail img {
   width: 100%
}

.ps-product .ps-product__thumbnail .ps-product__actions {
   bottom: 0;
   left: 50%;
   position: absolute;
   transform: translate(-50%, 100%)
}

.ps-product .ps-product__content>p {
   color: #000
}

.ps-product .ps-product__content.hover {
   border: 1px solid silver;
   border-top: none;
   display: block;
   opacity: 0;
   padding: 0 20px 20px;
   position: absolute;
   right: -1px;
   top: 100%;
   visibility: hidden;
   width: calc(100% + 2px)
}

.ps-product .ps-product__container {
   padding-top: 10px
}

.ps-product.ps-product--inner {
   border: none;
   padding: 0
}

.ps-product:hover {
   border-color: silver
}

.ps-product:hover .ps-product__thumbnail .ps-product__actions {
   transform: translate(-50%)
}

.ps-product:hover .ps-product__content {
   height: 0;
   opacity: 0;
   visibility: hidden
}

.ps-product:hover .ps-product__content.hover {
   height: auto;
   opacity: 1;
   visibility: visible
}

.ps-product:hover.ps-product--inner {
   border: none
}

.ps-product:hover.ps-product--inner .ps-product__content {
   display: block;
   opacity: 1;
   visibility: visible
}

@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;
   height: auto;
   opacity: 1;
   visibility: visible
}

.ps-product--wide {
   border: 1px solid transparent;
   border-bottom-color: #f0f0f0;
   display: flex;
   flex-flow: row nowrap;
   margin-bottom: 40px;
   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 {
   border: none;
   font-size: 14px;
   text-transform: 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 {
   color: #999;
   line-height: 1.8em;
   padding-left: 15px;
   position: relative
}

.ps-product--wide .ps-product__desc li:before {
   background-color: #999;
   border-radius: 50%;
   content: "";
   height: 6px;
   left: 0;
   position: absolute;
   top: 8px;
   width: 6px
}

.ps-product--wide .ps-product__shopping {
   flex-basis: 180px
}

.ps-product--wide .ps-product__shopping .ps-btn {
   font-weight: 600;
   padding: 11px 20px;
   text-align: center;
   width: 100%
}

.ps-product--wide .ps-product__shopping .ps-product__actions {
   align-items: center;
   max-width: 100%
}

.ps-product--wide .ps-product__shopping .ps-product__actions li {
   margin-right: 0;
   width: 100%
}

.ps-product--wide .ps-product__shopping .ps-product__actions li a {
   border-radius: 0;
   height: auto;
   width: auto
}

.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: #669900;
}





.ps-product--wide .ps-product__thumbnail {
   flex-basis: 210px;
   min-width: 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 {
   color: #fcb800;
   font-size: 13px
}

.ps-product--horizontal .ps-product__rating span {
   color: #666;
   margin-left: 10px
}

.ps-product--horizontal .ps-product__title {
   color: #06c;
   font-size: 14px;
   line-height: 1.2em;
   margin: 0;
   padding: 0 0 5px
}

.ps-product--horizontal .ps-product__title:hover {
   color: var(--color-1st)
}

.ps-product--horizontal .ps-product__price {
   color: #000;
   font-size: 16px
}

.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 {
   padding-left: 20px;
   width: 100%
}

@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 {
   align-items: center;
   display: flex;
   flex-flow: row nowrap
}

.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 {
   color: #06c;
   font-size: 16px
}

.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 {
   color: #000;
   font-size: 24px;
   font-weight: 400;
   line-height: 1.2;
   margin-bottom: 10px
}

.ps-product--detail .slick-slide {
   -ms-box-shadow: none;
   box-shadow: none;
   outline: 0
}

.ps-product--detail .slick-slide:active,
.ps-product--detail .slick-slide:focus,
.ps-product--detail .slick-slide:hover {
   outline: 0
}

.ps-product--detail .ps-product__variants .item {
   border: 1px solid #d9d9d9;
   cursor: pointer;
   margin-bottom: 10px
}

.ps-product--detail .ps-product__variants .item img {
   opacity: .5;
   transition: all .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 {
   color: #fff;
   content: "\f04b";
   font-family: FontAwesome;
   left: 50%;
   position: absolute;
   top: 50%;
   transform: translate(-50%, -50%);
   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 {
   opacity: 1;
   width: 100%
}

.ps-product--detail .ps-product__gallery {
   position: relative
}

.ps-product--detail .ps-product__gallery .slick-arrow {
   background-color: hsla(0, 0%, 100%, .5);
   border-radius: 4px;
   color: #000;
   font-size: 18px;
   height: 35px;
   opacity: 0;
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   visibility: hidden;
   width: 35px;
   z-index: 100
}

.ps-product--detail .ps-product__gallery .slick-arrow i {
   left: 50%;
   position: absolute;
   top: 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,
.ps-product--detail .ps-product__gallery:hover .slick-arrow {
   opacity: 1;
   visibility: visible
}

.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: 700;
   vertical-align: middle
}

.ps-product--detail .ps-product__badge {
   background-color: #fe9931;
   display: inline-block;
   padding: 0 5px;
   position: absolute;
   right: 10px;
   top: 10px;
   z-index: 30
}

.ps-product--detail .ps-product__badge i {
   color: #fff;
   font-size: 1.3rem;
   font-style: normal;
   letter-spacing: .2em;
   line-height: 1.2em;
   text-align: center
}

.ps-product--detail .ps-product__info {
   text-align: left
}

.ps-product--detail .ps-product__meta {
   align-items: flex-start;
   border-bottom: 1px solid #e1e1e1;
   display: flex;
   flex-flow: row nowrap;
   margin-bottom: 20px
}

.ps-product--detail .ps-product__meta p {
   display: inline-block;
   line-height: 20px;
   margin-bottom: 0;
   margin-right: 10px;
   padding-right: 10px;
   position: relative
}

.ps-product--detail .ps-product__meta p a {
   color: #06c
}

.ps-product--detail .ps-product__meta p:after {
   background-color: #ccc;
   content: "";
   height: 14px;
   position: absolute;
   right: 0;
   top: 50%;
   transform: translateY(-50%);
   width: 1px
}

.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 {
   color: #666;
   margin-left: 10px
}

.ps-product--detail .ps-product__price {
   color: #000;
   font-size: 24px;
   font-weight: 600;
   margin-bottom: 20px
}

.ps-product--detail .ps-product__price.sale {
   color: #ec0101
}

.ps-product--detail .ps-product__price.sale del {
   color: #666;
   font-size: 22px;
   margin-right: 10px
}

.ps-product--detail .ps-product__price del {
   color: #bcbcbc;
   font-size: 1.3rem;
   font-style: normal
}

.ps-product--detail .ps-product__price.sale del {
   font-size: 16px;
   font-weight: 500;
   margin-right: 0
}

.ps-product--detail .ps-product__price.sale small {
   font-size: 16px;
   font-weight: 500
}

.ps-product--detail .ps-product__desc {
   border-bottom: 1px solid #e1e1e1;
   margin-bottom: 20px
}

.ps-product--detail .ps-product__desc p {
   color: #000
}

.ps-product--detail .ps-product__desc p a {
   color: #09c;
   font-size: 16px;
   font-weight: 600;
   text-transform: uppercase
}

.ps-product--detail .ps-product__desc p strong {
   font-weight: 600;
   font-size: medium;
}

.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;
   font-size: 14px;
   text-transform: none
}

.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 {
   background-color: #999;
   height: 6px;
   top: 6px;
   width: 6px
}

.ps-product--detail .ps-product__shopping {
   align-items: flex-end;
   border-bottom: 1px solid #e1e1e1;
   display: flex;
   flex-flow: row nowrap;
   margin-bottom: 3rem;
   padding-bottom: 30px
}

.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-color: rgba(0, 0, 0, .25);
   border-radius: 0
}

.ps-product--detail .ps-product__shopping .form-group--number i {
   color: rgba(0, 0, 0, .25)
}

.ps-product--detail .ps-product__shopping .ps-btn {
   font-size: 18px;
   font-weight: 600;
   max-height: 50px;
   padding-left: 30px;
   padding-right: 30px;
   vertical-align: top
}

.ps-product--detail .ps-product__shopping .ps-btn.ps-btn--black {
   color: #fff
}
.ps-product--detail .ps-product__shopping .ps-btn.ps-btn--black:hover {
 color: black;
}
.ps-product--detail .ps-product__shopping .ps-btn--gray {
   background-color: rgba(0, 0, 0, .5);
   color: #fff
}

.ps-product--detail .ps-product__shopping .ps-product__favorite {
   border: 1px solid #000;
   border-radius: 50%;
   display: inline-block;
   height: 40px;
   margin-right: 0;
   position: relative;
   vertical-align: top;
   width: 40px
}

.ps-product--detail .ps-product__shopping .ps-product__favorite i {
   left: 50%;
   padding-top: 2px;
   position: absolute;
   top: 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 {
   color: #999;
   display: inline-block;
   font-size: 26px;
   margin-right: 20px
}

.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 {
   align-items: flex-end;
   display: flex;
   flex-flow: row nowrap;
   justify-content: space-between;
   margin-bottom: 20px;
   max-width: 420px;
   width: 100%
}

.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 {
   text-align: center;
   width: 100%
}

@media screen and (max-width:1365px) {
   .ps-product--detail .ps-product__shopping {
      flex-flow: row wrap
   }

   .ps-product--detail .ps-product__shopping .ps-btn,
   .ps-product--detail .ps-product__shopping figure {
      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 {
   color: #000;
   display: inline-block;
   font-weight: 600;
   margin-right: 20px
}

.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 {
   margin-bottom: 0;
   padding-top: 2rem
}

.ps-product--detail .ps-product__sharing p {
   color: #000;
   font-weight: 500;
   line-height: 30px
}

.ps-product--detail .ps-product__sharing a {
   display: inline-block;
   height: 40px;
   margin-right: 10px;
   vertical-align: top;
   width: 40px
}

.ps-product--detail .ps-product__sharing a i {
   color: #fff;
   font-size: 20px;
   left: 50%;
   position: absolute;
   top: 50%;
   transform: translate(-50%, -50%)
}

.ps-product--detail .ps-product__sharing a:last-child {
   margin-right: 0
}

.ps-product--detail .ps-product__sharing a:hover {
   background-color: var(--color-1st);
   color: #fff
}

.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-size: 2.1rem;
   font-weight: 600
}

.ps-product--detail .ps-product__bundle .form-group,
.ps-product--detail .ps-product__bundle p {
   margin-bottom: 15px
}

.ps-product--detail .ps-product__bundle p strong {
   color: #696969;
   font-weight: 600
}

.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 {
   color: #666;
   font-size: 14px;
   font-weight: 400;
   margin-bottom: 15px
}

.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 {
   background-color: #e4e4e4;
   display: block;
   height: 20px;
   margin-bottom: 5px;
   position: relative
}

.ps-product--detail .ps-product__progress-bar .ps-progress__value>span {
   background-color: var(--color-1st);
   height: 100%;
   left: 0;
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   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 {
   background-color: #f4f4f4;
   margin-bottom: 25px;
   padding: 20px
}

.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 {
   color: #000;
   font-size: 16px;
   font-weight: 600;
   max-width: 260px;
   padding-right: 20px;
   text-transform: uppercase
}

.ps-product--detail .ps-product__countdown .ps-countdown li {
   display: inline-block;
   margin-right: 10px;
   padding-right: 20px;
   position: relative;
   text-align: center
}

.ps-product--detail .ps-product__countdown .ps-countdown li:after {
   color: #666;
   content: ":";
   font-size: 20px;
   font-weight: 600;
   position: absolute;
   right: 0;
   top: 20px
}

.ps-product--detail .ps-product__countdown .ps-countdown li span {
   align-items: center;
   background-color: #fff;
   border: 1px solid #ccc;
   color: red;
   display: flex;
   font-size: 30px;
   font-weight: 600;
   height: 56px;
   justify-content: center;
   margin-bottom: 10px;
   width: 56px
}

.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;
      justify-content: space-between;
      max-width: 320px
   }

   .ps-product--detail .ps-product__countdown .ps-countdown li span {
      font-size: 20px;
      height: 40px;
      width: 40px
   }
}

@media (max-width:479px) {
   .ps-product--detail .ps-product__countdown .ps-countdown li p {
      display: none
   }
}

.ps-product--detail .ps-product__thumbnail {
   align-content: flex-start;
   display: flex;
   flex-flow: row-reverse nowrap;
   width: 100%
}

.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 {
   display: block;
   max-width: calc(100% - 60px);
   padding-left: 10px;
   position: relative
}

.ps-product--detail .ps-product__thumbnail .ps-product__variants {
   max-width: 60px;
   min-width: 60px;
   width: 100%
}

.ps-product--detail .ps-product__thumbnail .ps-product__video {
   bottom: 20px;
   position: absolute;
   right: 20px;
   z-index: 20
}

.ps-product--detail .ps-product__thumbnail .ps-wrapper {
   position: relative
}

.ps-product--detail .ps-product__heading {
   border-bottom: 1px solid #e1e1e1;
   font-size: 20px;
   font-weight: 600;
   line-height: 1;
   margin-bottom: 40px;
   margin-top: 10px;
   padding-bottom: 15px
}

.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;
   margin-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-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: 0
}

.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: 33%;
}



.ps-product--detail .ps-product__header .ps-product__info {
   max-width: 67%;
   padding-left: 30px;
    
}

.ps-product--detail>.ps-product__content {
   padding-top: 100px
}

.ps-product--detail .ps-tab-list {
   border-bottom: 1px solid #e1e1e1;
   display: block;
   margin: 0 0 50px;
   padding-left: 0;
   position: relative
}

.ps-product--detail .ps-tab-list li {
   display: inline-block
}

.ps-product--detail .ps-tab-list li a {
   color: #999;
   display: block;
   font-size: 20px;
   font-weight: 600;
   line-height: 20px;
   padding: 15px 20px;
   position: relative
}

.ps-product--detail .ps-tab-list li a:before {
   background-color: var(--color-1st);
   content: "";
   height: 3px;
   left: 0;
   position: absolute;
   top: 100%;
   transform: scaleX(0);
   transform-origin: 100% 50%;
   transition: transform .75s cubic-bezier(.77, 0, .175, 1);
   width: 100%
}

.ps-product--detail .ps-tab-list li a:hover {
   color: #000
}

.ps-product--detail .ps-tab-list li a:hover:before {
   transform: scaleX(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 {
   border-color: #000;
   color: #000
}

.ps-product--detail .ps-tab-list li.active a:before {
   transform: scaleX(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;
      max-width: 100%;
      padding: 0;
      width: 100%
   }

   .ps-product--detail .ps-product__thumbnail .ps-product__variants {
      float: none;
      max-width: 100%;
      padding: 0 40px;
      position: relative;
      width: 100%
   }

   .ps-product--detail .ps-product__thumbnail .ps-product__variants .item {
      border: none;
      margin-bottom: 0;
      margin-right: 10px
   }

   .ps-product--detail .ps-product__thumbnail .ps-product__variants .slick-arrow {
      display: inline-block;
      font-size: 16px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%)
   }

   .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;
      z-index: -1;
   }

   .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 {
      margin-bottom: 3rem;
      max-width: 100%
   }

   .ps-product--detail .ps-product__header .ps-product__info {
      max-width: 100%;
      padding-left: 0;
      width: 100%;
      z-index: -1;
   }

   .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;
      font-size: 18px;
      padding: 5px 0
   }

   .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 {
      max-width: 100%;
      width: 100%
   }

   .ps-product--detail .ps-product__shopping .ps-btn {
      margin-right: 0;
      width: 100%
   }
}

@media (max-width:375px) {
   .ps-product--detail .ps-product__shopping .ps-form--number {
      margin-bottom: 1rem;
      max-width: 100%;
      width: 100%
   }

   .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: 1px solid #ccc
}

.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 {
   max-width: calc(100% - 52px);
   padding-left: 20px
}

.ps-product--hot-deal .ps-product__badge {
   align-items: center;
   background-color: #96b101;
   border-radius: 50%;
   display: flex;
   height: 80px;
   justify-content: center;
   text-align: center;
   width: 80px
}

.ps-product--hot-deal .ps-product__badge span {
   color: #fff;
   font-size: 13px;
   font-weight: 500;
   line-height: 1.2em
}

.ps-product--hot-deal .ps-product__info h5 {
   color: #000;
   font-size: 12px;
   font-weight: 400;
   margin-bottom: 7px;
   text-transform: uppercase
}

.ps-product--hot-deal .ps-product__info .ps-product__name {
   color: #000;
   font-size: 18px;
   font-weight: 600
}

.ps-product--hot-deal .ps-product__price {
   margin-bottom: 10px
}

.ps-product--hot-deal .ps-product__processs-bar .ps-progress {
   background: #e4e4e4;
   height: 17px;
   margin-bottom: 10px
}

.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: #06c
}

.ps-product--hot-deal .ps-product__expires {
   border-top: 1px solid #e4e4e4;
   padding-top: 20px
}

.ps-product--hot-deal .ps-product__expires p {
   color: #000;
   line-height: 1.8em;
   margin-bottom: 0
}

.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 {
   padding-right: 30px;
   position: relative;
   text-align: center
}

.ps-product--hot-deal .ps-countdown li:after {
   color: #999;
   content: ":";
   font-size: 25px;
   position: absolute;
   right: 10px;
   top: 10px
}

.ps-product--hot-deal .ps-countdown li span {
   align-items: center;
   border: 1px solid #ccc;
   color: #dd2400;
   display: inline-block;
   display: flex;
   font-size: 20px;
   font-weight: 600;
   height: 56px;
   justify-content: center;
   margin-bottom: 10px;
   width: 56px
}

.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 {
      max-width: 100%;
      min-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 {
      font-size: 14px;
      height: 40px;
      width: 40px
   }
}

@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 {
      font-size: 20px;
      top: 0
   }

   .ps-product--hot-deal .ps-countdown li span {
      font-size: 14px;
      height: 30px;
      width: 30px
   }

   .ps-product--hot-deal .ps-countdown p {
      font-size: 10px
   }
}

.ps-product--full-content .ps-product__price-right {
   background-color: #f1f1f1;
   padding: 30px
}

.ps-product--full-content .ps-product__price-right .ps-product__shopping {
   border-bottom: none;
   display: block;
   margin-bottom: 0;
   padding-bottom: 0
}

.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 {
   border-bottom: 1px solid #e1e1e1;
   margin-bottom: 10px;
   padding-bottom: 10px
}

.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: #fff
}

.ps-product--full-content .ps-product__price-right .ps-product__shopping .ps-btn {
   font-size: 16px;
   margin-bottom: 20px;
   text-align: center;
   width: 100%
}

.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 {
   color: #666;
   display: block;
   font-size: 14px;
   margin-right: 0;
   text-align: center
}

.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 {
   max-width: 270px;
   width: 100%
}

@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 {
   padding-left: 20px;
   padding-right: 30px;
   position: relative
}

.ps-product--cart-mobile .ps-product__content .ps-product__remove {
   color: #666;
   font-size: 18px;
   position: absolute;
   right: 0;
   top: 0
}

.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 {
   color: #000;
   font-size: 14px
}

.ps-product--photo {
   overflow: hidden;
   position: relative
}

.ps-product--photo>a {
   display: block
}

.ps-product--photo>a:before {
   background-color: rgba(0, 0, 0, .05);
   background-image: linear-gradient(180deg, rgba(0, 0, 0, .05) 0, rgba(0, 0, 0, .9));
   content: "";
   height: 100%;
   left: 0;
   opacity: 0;
   position: absolute;
   top: 0;
   transition: all .4s ease;
   visibility: hidden;
   width: 100%;
   z-index: 10
}

.ps-product--photo .ps-product__actions {
   display: flex;
   flex-flow: row nowrap;
   justify-content: space-between;
   max-width: 200px;
   transition: all .5s cubic-bezier(.7, 0, .3, 1) 0s
}

.ps-product--photo .ps-product__actions li {
   margin-right: 10px
}

.ps-product--photo .ps-product__actions li a {
   align-items: center;
   border-radius: 50%;
   color: #fff;
   display: flex;
   height: 34px;
   justify-content: center;
   width: 34px
}

.ps-product--photo .ps-product__actions li a:hover {
   background-color: #c81919;
   color: #fff
}

.ps-product--photo .ps-product__actions:last-child {
   margin-right: 0
}

.ps-product--photo .ps-product__content {
   align-items: center;
   bottom: 0;
   display: flex;
   justify-content: space-between;
   left: 0;
   opacity: 0;
   padding: 15px 30px;
   position: absolute;
   transform: translateY(100%);
   transition: all .4s ease;
   visibility: hidden;
   width: 100%;
   z-index: 20
}

.ps-product--photo .ps-product__content span {
   color: #fff
}

.ps-product--photo:hover>a:before {
   opacity: 1;
   visibility: visible
}

.ps-product--photo:hover .ps-product__content {
   opacity: 1;
   transform: translateY(0);
   visibility: visible
}

.ps-product--header-sticky {
   align-items: center;
   display: flex;
   flex-flow: row nowrap;
   justify-content: space-between
}

.ps-product--header-sticky>* {
   flex-basis: 100%
}

.ps-product--header-sticky .ps-product__title {
   display: block;
   font-size: 20px;
   font-weight: 400;
   line-height: 1.4em;
   line-height: 1;
   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 {
   color: #666;
   font-weight: 600
}

.ps-product--header-sticky .ps-tab-list li a:hover,
.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 {
   color: #f30;
   font-size: 22px;
   font-weight: 600
}

.ps-product--header-sticky .ps-product__price del {
   color: #666;
   display: block;
   font-size: 14px
}

.ps-product--header-sticky .ps-product__thumbnail {
   max-width: 60px
}

.ps-product--header-sticky .ps-product__shopping {
   align-items: center;
   display: flex;
   justify-content: flex-end
}

.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 {
   align-items: center;
   display: flex;
   flex-flow: row nowrap;
   justify-content: space-between;
   padding-left: 20px
}

.ps-product--quickview {
   display: none;
   margin-bottom: 0;
   max-height: 500px;
   overflow: auto
}

.ps-product--quickview .owl-slider img {
   overflow: hidden;
   width: 100%
}

.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 {
   background-color: hsla(0, 0%, 100%, .5);
   border-radius: 4px;
   color: #000;
   font-size: 18px;
   height: 35px;
   opacity: 0;
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   visibility: hidden;
   width: 35px;
   z-index: 100
}

.ps-product--quickview .ps-product__images .slick-arrow i {
   left: 50%;
   position: absolute;
   top: 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,
.ps-product--quickview .ps-product__images:hover .slick-arrow {
   opacity: 1;
   visibility: visible
}

.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 {
   align-items: flex-start;
   border: none;
   display: flex;
   justify-content: space-between
}

.ps-product--search-result>* {
   flex-basis: 100%
}

.ps-product--search-result .ps-product__title {
   margin-bottom: 0;
   padding-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 {
      border-bottom: 1px solid #eaeaea;
      flex-flow: row nowrap;
      margin-bottom: 10px;
      padding-bottom: 10px
   }

   .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;
   right: 10px;
   top: 10px;
   z-index: 10
}

#product-quickview .modal-dialog .modal-content {
   padding: 40px 0 0 20px;
   position: relative
}

.ps-product--medicine .ps-product__container {
   position: relative
}

.ps-product--medicine .ps-product__add-to-cart {
   opacity: 0;
   padding-bottom: 20px;
   visibility: hidden
}

.ps-product--medicine .ps-product__add-to-cart .ps-btn {
   background-color: #28afb1;
   color: #fff;
   font-weight: 500;
   padding-left: 10px;
   padding-right: 10px
}

.ps-product--medicine .ps-product__add-to-cart .ps-btn:hover {
   background-color: #239a9c;
   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 {
   opacity: 1;
   visibility: visible
}

.ps-product--medicine:hover .ps-product__content {
   display: block;
   height: auto;
   opacity: 1;
   visibility: visible
}

.ps-banner {
   position: relative
}

.ps-banner .ps-banner__overlay {
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
   z-index: 10
}

.ps-banner--1 {
   position: relative
}

.ps-banner--1 p {
   color: #09c;
   font-size: 16px
}

.ps-banner--1 h4 {
   color: #000;
   font-size: 30px;
   font-weight: 500;
   line-height: 1.1em;
   margin-bottom: 30px
}

.ps-banner--1 h4 strong {
   color: #690
}

.ps-banner--1 .ps-btn {
   font-weight: 600;
   padding: 11px 24px
}

.ps-banner--1 .ps-banner__content {
   left: 0;
   padding: 0 240px;
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   width: 100%
}

@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-bottom: 0;
   margin-right: 8rem
}

.ps-filter__header .form-group label {
   margin-bottom: 0;
   margin-right: 3rem;
   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 {
   border: none;
   box-shadow: none;
   outline: 0;
   padding: 10px 15px;
   position: relative;
   vertical-align: top
}

.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;
   margin-right: 30px;
   vertical-align: middle
}

.ps-filter__header figure .ps-pagination .pagination {
   vertical-align: middle
}

.ps-filter__header figure .ps-pagination .pagination li a {
   line-height: 40px;
   width: 40px
}

.ps-filter__trigger {
   cursor: pointer;
   display: inline-block;
   position: relative
}

.ps-filter__trigger>p {
   color: #000;
   display: inline-block;
   font-size: 1.5rem;
   font-weight: 600;
   line-height: 40px;
   margin-bottom: 0
}

.ps-filter__trigger i {
   color: #999
}

.ps-filter__icon {
   display: inline-block;
   height: 40px;
   position: relative;
   vertical-align: top;
   width: 40px
}

.ps-filter__icon span,
.ps-filter__icon:after,
.ps-filter__icon:before {
   background-color: #303030;
   height: 2px;
   position: absolute;
   right: 10px;
   transition: all .4s ease;
   width: 20px;
   z-index: 100
}

.ps-filter__icon span {
   top: 50%;
   transform: translateY(-50%)
}

.ps-filter__icon:after,
.ps-filter__icon:before {
   content: ""
}

.ps-filter__icon:before {
   top: 12px
}

.ps-filter__icon:after {
   bottom: 12px
}

.ps-filter__icon:hover {
   cursor: pointer
}

.ps-filter__icon.active span {
   opacity: 0;
   transform: translateX(100%);
   visibility: hidden
}

.ps-filter__icon.active:after,
.ps-filter__icon.active:before {
   background-color: #fc354c;
   bottom: auto;
   top: 50%;
   transform-origin: 50% 50%;
   width: 20px
}

.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 {
   line-height: 40px;
   margin-bottom: 0
}

.ps-filter__content {
   display: none;
   padding: 0
}

.ps-filter__content:after {
   clear: both;
   content: "";
   display: table
}

.ps-filter__column {
   float: left;
   padding: 0 15px;
   width: 25%
}

.ps-filter__column>h3 {
   color: #333;
   font-size: 1.8rem;
   font-weight: 600;
   letter-spacing: .05em;
   margin-bottom: 15px;
   padding-bottom: 10px;
   position: relative;
   text-transform: none
}

.ps-filter__column>h3:before {
   background-color: #c3c3c3;
   content: "";
   height: 1px;
   left: 0;
   position: absolute;
   top: 100%;
   width: 100px
}

.ps-filter.active .ps-filter__content {
   display: block
}

@media (max-width:991px) {
   .ps-filter__column {
      max-width: 300px;
      width: 50%
   }
}

@media (max-width:767px) {
   .ps-filter__result {
      text-align: left
   }
}

@media (max-width:479px) {
   .ps-filter__column {
      max-width: 300px;
      width: 100%
   }
}

.ps-filter--sidebar {
   background-color: #fff;
   height: 100vh;
   left: 0;
   max-width: 460px;
   overflow-y: auto;
   position: fixed;
   top: 0;
   transform: translateX(-100%);
   transition: all .5s cubic-bezier(.7, 0, .3, 1) 0s;
   width: 100%;
   z-index: 99999
}

.ps-filter--sidebar .ps-filter__header {
   background-color: #f5f5f5;
   padding: 15px 20px;
   position: relative
}

.ps-filter--sidebar .ps-filter__header h3 {
   font-size: 1.6rem;
   font-weight: 600;
   line-height: 20px;
   margin-bottom: 0;
   text-transform: capitalize
}

.ps-filter--sidebar .ps-filter__header .ps-btn--close {
   position: absolute;
   right: 10px;
   top: 50%;
   transform: translateY(-50%)
}

.ps-filter--sidebar .ps-filter__header .ps-btn--close:after,
.ps-filter--sidebar .ps-filter__header .ps-btn--close:before {
   background-color: #000
}

.ps-filter--sidebar .ps-filter__content {
   display: block;
   padding: 2rem
}

.ps-filter--sidebar .widget_shop {
   background-color: #fff;
   padding: 0
}

.ps-filter--sidebar .widget_shop .widget-title {
   font-size: 16px;
   font-weight: 600;
   padding-bottom: 0;
   text-transform: uppercase
}

.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 {
   font-weight: 600;
   padding: 8px 35px;
   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;
   height: 40px;
   position: relative;
   vertical-align: top;
   width: 40px
}

.ps-filter--shopping .ps-filter__trigger i {
   font-size: 20px;
   left: 50%;
   position: absolute;
   top: 50%;
   transform: translate(-50%, -50%)
}

.ps-filter--shopping .ps-filter__column-switch a {
   border: 1px solid #878787;
   display: inline-block;
   height: 26px;
   margin-right: 20px
}

.ps-filter--shopping .ps-filter__column-switch a:before {
   background-color: #878787;
   content: "";
   height: 20px;
   left: 2px;
   position: absolute;
   top: 2px;
   transition: all .3s;
   width: 10px
}

.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.active:before,
.ps-filter--shopping .ps-filter__column-switch a.two:hover: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.active:before,
.ps-filter--shopping .ps-filter__column-switch a.three:hover: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.active:before,
.ps-filter--shopping .ps-filter__column-switch a.four:hover: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.active:before,
.ps-filter--shopping .ps-filter__column-switch a.six:hover: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: #222
}

.ps-filter--shopping .ps-filter__column-switch a:hover {
   border-color: #222
}

.ps-filter--shopping .ps-filter__column-switch a:hover:before {
   background-color: #222
}

.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 {
   font-size: 16px;
   padding: 10px 20px
}

@media (min-width:1200px) {
   .table-responsive {
      overflow-x: initial
   }
}

.ps-table thead>tr>th {
   border-bottom: 1px solid #e5e5e5;
   color: #515356;
   font-family: var(--primary-font), sans-serif;
   font-size: 18px;
   font-weight: 700;
   text-transform: uppercase
}

.ps-table tbody>tr>td {
   border: 1px solid #ddd;
   color: #666;
   padding: 20px 30px;
   vertical-align: middle
}

@media (max-width:768px) {
   .ps-table--responsive {
      border: none;
      max-width: 100vw
   }

   .ps-table--responsive .ps-product--cart {
      align-items: flex-end;
      flex-flow: column nowrap;
      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 {
      border: 1px solid #ddd;
      display: block;
      margin-bottom: 10px
   }

   .ps-table--responsive tbody tr td[data-label] {
      align-items: center;
      border: none;
      border-top: 1px solid #ddd;
      display: flex;
      justify-content: space-between;
      min-width: 100px;
      text-transform: capitalize
   }

   .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;
   color: #000;
   font-weight: 500;
   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 {
   text-align: center;
   width: 100%
}

.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 {
   color: #06c;
   text-decoration: underline
}

.ps-table--compare tbody tr td .sold-by:hover {
   color: var(--color-1st)
}

.ps-table--compare tbody tr td.heading {
   background-color: #f4f4f4;
   color: #000;
   font-weight: 600;
   text-align: center;
   text-transform: uppercase
}

@media (max-width:1199px) {
   .ps-table--compare {
      table-layout: auto
   }

   .ps-table--compare tbody tr td {
      min-width: 300px
   }
}

.ps-table--wishlist thead tr th {
   background-color: #f2f2f2;
   color: #000;
   font-weight: 600;
   text-align: center;
   text-transform: uppercase
}

.ps-table--wishlist thead tr th:nth-child(2) {
   text-align: left
}

.ps-table--wishlist tbody tr td {
   font-size: 16px;
   padding: 30px 10px;
   vertical-align: middle
}

.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 {
   background-color: #f2f2f2;
   border: none;
   color: #000;
   font-weight: 600;
   padding: 15px 20px;
   text-align: center;
   text-transform: uppercase
}

.ps-table--shopping-cart thead tr th:first-child {
   text-align: left
}

.ps-table--shopping-cart tbody tr td {
   font-size: 16px;
   padding: 20px 10px;
   vertical-align: middle
}

.ps-table--shopping-cart tbody tr td .form-group--number {
   display: inline-block;
   max-width: 100px
}

.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 {
   border-radius: 0;
   padding: 15px 20px
}

.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 {
   background-color: #f4f4f4;
   color: #000;
   font-size: 14px;
   font-weight: 600;
   padding: 10px 16px
}

.ps-table--vendor tbody tr td {
   color: #000;
   padding: 8px 16px
}

.ps-table--vendor tbody tr td a {
   color: #000;
   color: #06c
}

.ps-table--vendor tbody tr td a:hover {
   color: var(--color-1st)
}

.ps-table--vendor tbody tr td strong {
   color: #000;
   text-transform: uppercase
}

.ps-table--vendor-status tbody tr td {
   color: #000
}

.ps-table--vendor-status tbody tr td strong {
   color: #000;
   font-weight: 600;
   text-transform: uppercase
}

.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 {
   height: 100%;
   left: 0;
   overflow: hidden;
   position: fixed;
   top: 0;
   width: 100%;
   z-index: 999999
}

#loader-wrapper .preloader-loading {
   display: block;
   left: 50%;
   position: absolute;
   top: 50%;
   transform: translate(-50%, -50%);
   z-index: 999999999
}

#loader-wrapper .preloader-loading:after {
   -webkit-animation: lds-dual-ring .5s linear infinite;
   animation: lds-dual-ring .5s linear infinite;
   border-color: var(--color-1st) transparent var(--color-1st) transparent;
   border-radius: 50%;
   border-style: solid;
   border-width: 1px;
   content: " ";
   display: block;
   height: 40px;
   width: 40px
}

#loader-wrapper .loader-section {
   background: #fff;
   height: 100%;
   position: fixed;
   top: 0;
   width: 51%;
   z-index: 999
}

#loader-wrapper .loader-section.section-left {
   left: 0
}

#loader-wrapper .loader-section.section-right {
   right: 0
}

.loaded #loader-wrapper {
   transform: translateY(-100%);
   transition: all .3s ease-out 1s;
   visibility: hidden
}

.loaded #loader-wrapper .preloader-loading {
   display: none
}

.loaded #loader-wrapper .loader-section.section-left {
   transform: translateX(-100%);
   transition: all .7s cubic-bezier(.645, .045, .355, 1) .3s
}

.loaded #loader-wrapper .loader-section.section-right {
   transform: translateX(100%);
   transition: all .7s cubic-bezier(.645, .045, .355, 1) .3s
}

@keyframes lds-dual-ring {
   0% {
      transform: rotate(0)
   }

   to {
      transform: rotate(1turn)
   }
}

@-webkit-keyframes lds-dual-ring {
   0% {
      transform: rotate(0)
   }

   to {
      transform: rotate(1turn)
   }
}

.ps-modal {
   background-color: rgba(0, 0, 0, .7);
   height: 100%;
   left: 0;
   opacity: 0;
   position: fixed;
   top: 0;
   transition: all .4s ease;
   visibility: hidden;
   width: 100%;
   z-index: 9999
}

.ps-modal__container {
   background-color: #fff;
   border-radius: 3px;
   left: 50%;
   max-width: 945px;
   padding: 2rem 4rem;
   position: absolute;
   top: 50%;
   transform: translate(-50%, -50%);
   width: 100%;
   z-index: 10
}

.ps-modal__close {
   background-color: #5e6b9d;
   border-radius: 50%;
   display: inline-block;
   height: 50px;
   position: absolute;
   right: 0;
   top: 0;
   transform: translate(50%, -50%);
   width: 50px
}

.ps-modal__close i {
   color: #fff;
   font-size: 20px;
   left: 50%;
   position: absolute;
   top: 50%;
   transform: translate(-50%, -50%)
}

.ps-modal.active {
   opacity: 1;
   visibility: visible
}

@media (max-width:991px) {
   .ps-modal__container {
      max-width: 90%
   }

   .ps-modal__close {
      background-color: transparent;
      height: 30px;
      transform: translate(0);
      width: 30px
   }

   .ps-modal__close i {
      color: #5e6b9d
   }
}

@media (max-width:767px) {
   .ps-modal {
      overflow: auto
   }

   .ps-modal__container {
      left: 0;
      margin: 3rem auto;
      overflow: auto;
      position: relative;
      top: 0;
      transform: translate(0)
   }
}

@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;
   right: 10px;
   top: 10px
}

.ps-popup {
   align-items: center;
   background-color: rgba(0, 0, 0, .5);
   display: flex;
   flex-flow: row nowrap;
   height: 100%;
   justify-content: center;
   left: 0;
   opacity: 0;
   position: fixed;
   top: 0;
   transition: all .4s ease;
   visibility: hidden;
   width: 100%;
   z-index: 99999
}

.ps-popup__content {
   max-width: 830px;
   position: relative;
   transition: tranform .4s ease;
   width: 100%
}

.ps-popup__close {
   background-color: #000;
   border: none;
   border-radius: 0;
   display: inline-block;
   height: 40px;
   position: absolute;
   right: 10px;
   top: 10px;
   width: 40px
}

.ps-popup__close i {
   color: #fff;
   font-size: 16px;
   left: 50%;
   position: absolute;
   top: 50%;
   transform: translate(-50%, -50%)
}

.ps-popup__close:hover {
   background-color: var(--color-2nd)
}

.ps-popup.active {
   opacity: 1;
   transition-delay: .5s;
   visibility: visible
}

@media (max-width:991px) {
   .ps-popup {
      padding: 100px 30px 20px
   }

   .ps-popup .ps-popup__content {
      left: 0;
      margin: 0 auto;
      max-width: 800px;
      position: relative;
      top: 0
   }

   .ps-popup.active .ps-popup__content {
      transform: translate(0)
   }
}

@media (max-width:479px) {
   .ps-popup {
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 50px
   }
}

.ps-accordion {
   margin-bottom: 20px
}

.ps-accordion__header {
   background-color: #f6f6f8;
   cursor: pointer;
   padding: 10px 40px 10px 20px;
   position: relative
}

.ps-accordion__header p {
   color: #000;
   font-weight: 700;
   line-height: 20px;
   margin-bottom: 0
}

.ps-accordion__header span {
   background-color: #222;
   height: 40px;
   position: absolute;
   right: 0;
   top: 50%;
   transform: translateY(-50%);
   width: 40px
}

.ps-accordion__header span i {
   color: #fff;
   left: 50%;
   position: absolute;
   top: 50%;
   transform: translate(-50%, -50%)
}

.ps-accordion__content {
   padding: 20px
}

.ps-tab {
   display: none
}

.ps-tab.active {
   display: block
}

.ps-cart--mini {
   position: relative
}

.ps-cart--mini .ps-cart__items {
   background-color: #fff;
   border: 1px solid #e1e1e1;
   border-bottom: none;
   padding: 20px;
   position: relative
}

.ps-cart--mini .ps-cart__items:before {
   background-color: #fff;
   border-left: 1px solid #e1e1e1;
   border-top: 1px solid #e1e1e1;
   content: "";
   display: inline-block;
   height: 16px;
   position: absolute;
   right: 30px;
   top: -8px;
   transform: rotate(45deg);
   transform-origin: 50% 50%;
   width: 16px
}

.ps-cart--mini .ps-cart__items .ps-product--cart-mobile {
   margin-bottom: 30px
}

.ps-cart--mini .ps-cart__content {
   min-width: 370px;
   opacity: 0;
   padding-top: 10px;
   position: absolute;
   right: -30px;
   transform: translateY(20px);
   transition: all .4s ease;
   visibility: hidden;
   z-index: 30
}

.ps-cart--mini .ps-cart__footer {
   background-color: #fff;
   border: 1px solid #e1e1e1;
   border-top: 0;
   padding: 10px 20px 20px
}

.ps-cart--mini .ps-cart__footer h3 {
   display: block;
   font-size: 18px;
   font-weight: 600;
   margin-bottom: 20px
}

.ps-cart--mini .ps-cart__footer h3 strong {
   color: red;
   float: right
}

.ps-cart--mini figure {
   align-items: center;
   display: flex;
   flex-flow: row nowrap;
   justify-content: space-between
}

.ps-cart--mini figure .ps-btn {
   padding: 12px 25px
}

.ps-cart--mini:hover .ps-cart__content {
   opacity: 1;
   transform: translate(0);
   visibility: visible
}

.ps-cart--mobile .ps-cart__content {
   min-height: calc(100vh - 250px);
   padding: 20px 10px 0
}

.ps-cart--mobile .ps-cart__footer {
   border-top: 1px solid #e1e1e1;
   padding: 30px 20px
}

.ps-cart--mobile .ps-cart__footer h3 {
   display: block;
   font-size: 18px;
   font-weight: 600;
   margin-bottom: 20px
}

.ps-cart--mobile .ps-cart__footer h3 strong {
   color: red;
   float: right
}

.ps-cart--mobile figure {
   align-items: center;
   display: flex;
   flex-flow: row nowrap;
   justify-content: space-between
}

.ps-cart--mobile figure .ps-btn {
   padding: 12px 25px
}

.ps-form--newsletter h3 {
   font-size: 24px;
   font-weight: 600;
   margin-bottom: 5px
}

.ps-form--newsletter p {
   margin-bottom: 0
}

.ps-form--newsletter .form-group--nest button {
   padding-left: 45px;
   padding-right: 45px
}

@media (max-width:1199px) {
   .ps-form--newsletter p {
      margin-bottom: 10px
   }
}

.ps-form--quick-search {
   display: flex;
   flex-flow: row nowrap;
   position: relative
}

.ps-form--quick-search .form-control {
   background-color: #fff;
   border: none;
   border-radius: 0;
   color: #000;
   height: 42px
}

.ps-form--quick-search .form-group--icon {
   background-color: #fff;
   border-radius: 4px 0 0 4px
}

.ps-form--quick-search .form-group--icon i {
   z-index: 1
}

.ps-form--quick-search select.form-control {
   background-color: transparent;
   border-radius: 4px 0 0 4px;
   border-right: 1px solid #ccc;
   padding: 0 10px;
   position: relative;
   text-indent: 10px;
   z-index: 2
}

.ps-form--quick-search select.form-control::-webkit-input-placeholder {
   color: #666
}

.ps-form--quick-search select.form-control:-moz-placeholder,
.ps-form--quick-search select.form-control::-moz-placeholder {
   color: #666
}

.ps-form--quick-search select.form-control:-ms-input-placeholder {
   color: #666
}

.ps-form--quick-search button {
   background-color: #000;
   border: none;
   border-radius: 0 4px 4px 0;
   color: #fff;
   font-weight: 700;
   padding: 0 24px
}

.ps-form--widget-search {
   margin-bottom: 20px;
   position: relative
}

.ps-form--widget-search input {
   background-color: #fff;
   border-radius: 0;
   height: 34px
}

.ps-form--widget-search button {
   background-color: transparent;
   border: none;
   position: absolute;
   right: 10px;
   top: 50%;
   transform: translateY(-50%)
}

.ps-form--review h4 {
   display: block;
   font-size: 16px;
   font-weight: 600;
   line-height: 1.2em;
   margin-bottom: 20px;
   text-transform: uppercase
}

.ps-form--review p sup {
   color: #ec0101;
   margin-left: 5px
}

.ps-form--review .form-group__rating {
   align-items: center;
   display: flex
}

.ps-form--review .form-group__rating label {
   line-height: 20px;
   margin-bottom: 0;
   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 {
   color: #000;
   font-size: 24px;
   font-weight: 600;
   margin-bottom: 40px
}

.ps-form--post-comment .submit {
   text-align: center
}

.ps-form--post-comment .submit .ps-btn {
   height: 50px;
   padding: 0 30px
}

.ps-form--contact-us .form-control {
   background-color: #fff
}

.ps-form--contact-us .submit {
   text-align: center
}

.ps-form--contact-us .submit button {
   height: 50px;
   padding: 0 30px
}

  
.ps-form--account .ps-tab-list {
   margin-bottom: 30px;
   text-align: center
}

.ps-form--account .ps-tab-list li {
   display: inline-block;
   padding: 0 15px
}

.ps-form--account .ps-tab-list li a {
   color: #666;
   font-size: 30px;
   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 {
   color: #06c;
   position: absolute;
   right: 10px;
   top: 50%;
   transform: translateY(-50%)
}

.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 {
   margin-right: 0;
   padding: 0 5px;
   text-align: center;
   width: 100%
}

.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: #fff;
   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 {
   font-size: 16px;
   font-weight: 400;
   margin: 0 0 25px
}

.ps-form--account .ps-form__footer {
   padding: 30px
}

.ps-form--account .ps-tab {
   background-color: #fff
}

.ps-form--order-tracking {
   margin: 0 auto 50px;
   max-width: 630px
}

.ps-form--order-tracking .form-group {
   margin-bottom: 30px
}

.ps-form--order-tracking .form-group>label {
   color: #000;
   font-size: 18px;
   font-weight: 600
}

.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,
.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 {
   background-color: #fff;
   border: none;
   border-radius: 0;
   height: 40px
}

.ps-form--search-mobile button {
   background-color: #000;
   border: none;
   height: 40px;
   width: 40px
}

.ps-form--search-mobile button i {
   color: #fff
}

.ps-form--subscribe-popup {
   padding: 60px 50px
}

.ps-form--subscribe-popup h4 {
   font-size: 24px;
   font-weight: 400;
   margin-bottom: 10px
}

.ps-form--subscribe-popup h4 strong {
   color: var(--color-1st)
}

.ps-form--subscribe-popup p {
   margin-bottom: 20px
}

.ps-form--subscribe-popup input {
   border: 2px solid #c9c9c9;
   height: 40px;
   margin-bottom: 20px
}

.ps-form--subscribe-popup button {
   height: 40px;
   padding: 0 30px;
   width: auto
}

.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;
   font-size: 16px;
   position: absolute;
   right: 10px;
   top: 50%;
   transform: translateY(-50%)
}

.ps-form--vendor-datetimepicker .input-group input {
   height: 40px
}

.ps-form--vendor-datetimepicker .input-group .input-group-text {
   border-radius: 0;
   color: #000;
   font-size: 14px;
   font-weight: 500;
   min-width: 60px;
   padding: 0 20px;
   text-align: center
}

.ps-form--vendor-datetimepicker button {
   background-color: #8a0;
   border-radius: 0;
   color: #fff;
   height: 40px;
   padding: 0 30px
}

.ps-form--vendor-datetimepicker button i {
   margin-right: 4px;
   vertical-align: middle
}

.ps-form--vendor-datetimepicker button:hover {
   background-color: #9cc400
}

.ps-form--photo-search .select2 {
   position: relative
}

.ps-form--photo-search .select2:before {
   background-color: #dfdfdf;
   content: "";
   height: 50px;
   left: 0;
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   width: 1px;
   z-index: 20
}

.ps-form--photo-search .select2 .select2-selection {
   align-items: center;
   border: none;
   border-radius: 0 6px 6px 0;
   display: flex;
   height: 60px;
   min-width: 190px;
   position: relative
}

.ps-form--photo-search .select2 .select2-selection .select2-selection__rendered {
   color: #000;
   font-weight: 600;
   width: 100%
}

.ps-form--photo-search .form-group--icon {
   margin-bottom: 0;
   width: 100%
}

.ps-form--photo-search .form-group--icon i {
   color: #000;
   font-size: 18px;
   left: 20px;
   right: auto
}

.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;
   border-radius: 6px 0 0 6px;
   font-size: 16px;
   font-weight: 600;
   height: 60px;
   padding-left: 20px;
   text-indent: 30px
}

.ps-form--photo-search .form-group--icon input::-webkit-input-placeholder {
   font-size: 14px;
   font-weight: 400
}

.ps-form--photo-search .form-group--icon input:-moz-placeholder,
.ps-form--photo-search .form-group--icon input::-moz-placeholder {
   font-size: 14px;
   font-weight: 400
}

.ps-form--photo-search .form-group--icon input:-ms-input-placeholder {
   font-size: 14px;
   font-weight: 400
}

.ps-form--photo-search .ps-form__content {
   align-items: center;
   display: flex;
   justify-content: space-between;
   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 {
   font-weight: 600;
   margin-bottom: 20px
}

@media (min-width:768px) {
   .ps-form--checkout .ps-form__submit {
      align-items: center;
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between
   }
}

.ps-form--account-setting .ps-form__header h3 {
   font-weight: 600
}

.ps-search {
   height: 100vh;
   left: 0;
   opacity: 0;
   position: fixed;
   top: 0;
   transform-style: preserve-3d;
   transition: all .75s cubic-bezier(.7, 0, .3, 1);
   transition-delay: 0;
   visibility: hidden;
   width: 100%;
   z-index: 99999
}

.ps-search:before {
   background-color: rgba(0, 0, 0, .95);
   content: "";
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   transform: scaleY(0);
   transform-origin: 50% 100%;
   transition: transform .6s cubic-bezier(.7, 0, .3, 1);
   width: 100%
}

.ps-search__content {
   left: 50%;
   max-width: 1200px;
   padding: 0 3rem;
   position: absolute;
   top: 50%;
   transform: translate(-50%, -50%);
   width: 100%
}

.ps-search .ps-form--primary-search {
   opacity: 0;
   transform: translateY(100%);
   transition: all .6s cubic-bezier(.7, 0, .3, 1);
   visibility: hidden
}

.ps-search>.ps-btn--close {
   background-color: #000;
   border: none;
   border-radius: 50%;
   height: 50px;
   position: absolute;
   right: 1rem;
   top: 1rem;
   transform: scale(0) rotate(0);
   transition: all .6s cubic-bezier(.7, 0, .3, 1);
   width: 50px;
   z-index: 1000
}

.ps-search>.ps-btn--close:after,
.ps-search>.ps-btn--close:before {
   background-color: #fff;
   height: 50%
}

.ps-search>.ps-btn--close:hover {
   background-color: #f44336
}

.ps-search.active {
   opacity: 1;
   transition-delay: 0s;
   visibility: visible
}

.ps-search.active:before {
   transform: scaleX(1);
   transform-origin: 50% 0
}

.ps-search.active>.ps-btn--close {
   opacity: 1;
   transform: scale(1) rotate(180deg);
   transition-delay: .75s;
   visibility: visible
}

.ps-search.active .ps-form--primary-search {
   opacity: 1;
   transform: translateY(0);
   transition-delay: .35s;
   visibility: visible
}

@media (max-width:479px) {
   .ps-search__content {
      padding: 0 1.5rem
   }
}

.ps-section--default {
   margin-bottom: 80px
}

.ps-section--default .ps-section__header {
   border-bottom: 1px solid #e3e3e3;
   margin-bottom: 50px;
   padding-bottom: 20px
}

.ps-section--default .ps-section__header h3 {
   font-size: 20px;
   font-weight: 600;
   margin-bottom: 0
}

.ps-section--default .ps-section__links {
   display: inline-block
}

.ps-section--default .ps-section__links li {
   display: inline-block;
   margin-right: 30px;
   vertical-align: top
}

.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 {
   background-color: #f4f5f5;
   padding: 70px 0
}

@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 {
   padding-bottom: 90px;
   text-align: center
}

.ps-section--vendor .ps-section__header p {
   color: #666;
   font-size: 16px;
   font-weight: 600;
   margin-bottom: 30px;
   text-transform: uppercase
}

.ps-section--vendor .ps-section__header h4 {
   color: #000;
   font-size: 30px;
   font-weight: 400
}

@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 {
   padding-bottom: 100px;
   text-align: center
}

.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 {
    
   border-top: 1px solid #e1e1e1;
   padding: 65px 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;
   margin-right: 30px;
   vertical-align: top
}

.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 {
   align-items: center;
   background-color: #f4f4f4;
   border-bottom: 1px solid #e3e3e3;
   display: flex;
   flex-flow: row nowrap;
   justify-content: space-between;
   padding: 16px 20px
}

.ps-product-list .ps-section__header h3 {
   display: inline-block;
   font-size: 20px;
   font-weight: 500;
   line-height: 1;
   margin-bottom: 0
}

.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 {
      right: 5px;
      top: 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 {
      flex-basis: 50%;
      max-width: 50%
   }
}

@media (max-width:600px) {
   .ps-new-arrivals .ps-section__content .col-12 {
      flex-basis: 100%;
      max-width: 100%
   }
}

.ps-top-categories h3 {
   color: #000;
   font-size: 20px;
   font-weight: 600;
   line-height: 1em;
   margin-bottom: 20px
}

@media (min-width:1680px) {
   .ps-top-categories .row .col-xl-2 {
      max-width: 12.5%
   }
}

.ps-deal-of-day .ps-section__header {
   align-items: center;
   border-bottom: 1px solid #ccc;
   display: flex;
   flex-flow: row nowrap;
   justify-content: space-between;
   margin-bottom: 65px;
   padding-bottom: 10px
}

.ps-deal-of-day .ps-section__header>a {
   border-bottom: 1px solid #000;
   color: #000;
   display: inline-block;
   min-width: 60px;
   padding-bottom: 2px
}

.ps-deal-of-day .ps-section__header>a:hover {
   border-color: var(--color-1st);
   color: var(--color-1st)
}

.ps-shop-brand {
   align-items: center;
   display: flex;
   flex-flow: row nowrap;
   justify-content: space-between
}

@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 {
   display: flex;
   flex-flow: row nowrap;
   padding-bottom: 90px
}

.ps-layout--shop>* {
   width: 100%
}

.ps-layout--shop .ps-layout__left {
   max-width: 310px;
   min-width: 320px;
   padding-right: 30px;
   width: 100%
}

.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 {
   align-items: center;
   border: none;
   display: flex;
   justify-content: center;
   padding: .5em;
   width: 100%
}

.ps-layout--shop .ps-tabs {
   position: relative
}

.ps-layout--shop .ps-tabs .loading {
   background: rgba(0, 0, 0, .1);
   bottom: -15px;
   display: none;
   left: -15px;
   position: absolute;
   right: -15px;
   top: 0;
   z-index: 10
}

.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 {
      display: none;
      max-width: 100%;
      padding-right: 0
   }

   .ps-layout--shop .ps-layout__right {
      margin-bottom: 50px;
      max-width: 100%
   }
}

@media (max-width:767px) {
   .ps-layout--shop {
      padding-bottom: 45px
   }
}

@media (max-width:1199px) {
   .ps-layout--shop .ps-layout__left {
      display: unset;
      height: 100vh;
      left: 0;
      overflow-y: auto;
      position: fixed;
      top: 0;
      visibility: hidden;
      width: 100%;
      z-index: 99999
   }

   .ps-layout--shop .ps-layout__left .ps-layout__left-container {
      background-color: #fff;
      height: 100%;
      max-width: 18em;
      overflow-x: hidden;
      overflow-y: scroll;
      transform: translateX(-100%);
      transition: all .5s cubic-bezier(.7, 0, .3, 1) 0s;
      width: 100%
   }

   .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 {
      background-color: rgba(34, 34, 34, .4);
      height: 100%;
      position: absolute;
      transition: opacity .2s linear, visibility .2s, width 2s ease-in;
      width: 100%;
      z-index: -1
   }

   .ps-layout--shop .ps-layout__left .widget_shop {
      background-color: #fff;
      padding: 0
   }

   .ps-layout--shop .ps-layout__left .widget_shop .widget-title {
      font-size: 16px;
      font-weight: 600;
      padding-bottom: 0;
      text-transform: uppercase
   }

   .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 {
      font-weight: 600;
      padding: 8px 35px;
      text-transform: none
   }

   .ps-layout--shop .ps-layout__left .ps-filter__header {
      background-color: #f5f5f5;
      padding: 15px 20px;
      position: relative
   }

   .ps-layout--shop .ps-layout__left .ps-filter__header h3 {
      font-size: 1.6rem;
      font-weight: 600;
      line-height: 20px;
      margin-bottom: 0;
      text-transform: capitalize
   }

   .ps-layout--shop .ps-layout__left .ps-filter__header .ps-btn--close {
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%)
   }

   .ps-layout--shop .ps-layout__left .ps-filter__header .ps-btn--close:after,
   .ps-layout--shop .ps-layout__left .ps-filter__header .ps-btn--close:before {
      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 {
   align-items: center;
   display: flex;
   flex-flow: row nowrap
}

.ps-shopping .ps-shopping__view p {
   color: #000;
   margin-bottom: 0;
   margin-right: 20px
}

.ps-shopping .ps-shopping__view ul li {
   display: inline-block;
   margin-right: 10px;
   vertical-align: top
}

.ps-shopping .ps-shopping__view ul li a {
   color: #999;
   font-size: 24px
}

.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 {
   align-items: center;
   display: flex;
   flex-flow: row nowrap
}

.ps-shopping .ps-shopping__actions .ps-shopping__view {
   padding-left: 40px
}

.ps-shopping .ps-shopping__header {
   align-items: center;
    
   background-color: #e5e5e5;
   display: flex;
   flex-flow: row nowrap;
   justify-content: space-between;
   margin-bottom: 40px;
   padding: 8px 15px;
   width: 100%
}

.ps-shopping .ps-shopping__header p {
   display: inline-block;
   margin-bottom: 0
}

.ps-shopping .ps-shopping__header p strong {
   color: #000
}

.ps-shopping .ps-shop__filter-mb {
   align-items: center;
   color: #000;
   display: flex;
   font-size: 16px;
   font-weight: 500;
   margin-bottom: 30px;
   text-transform: uppercase;
   vertical-align: top
}

.ps-shopping .ps-shop__filter-mb i {
   font-size: 18px;
   font-weight: 700;
   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 {
      flex-basis: 20%;
      max-width: 20%
   }
}

@media (max-width:1440px) and (min-width:1200px) {
   .ps-shopping .row .col-xl-2 {
      flex-basis: 25%;
      max-width: 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 {
      justify-content: flex-end;
      width: 100%
   }

   .ps-shopping .ps-shopping__actions .select2 {
      display: none
   }
}

@media (min-width:1680px) {
   .ps-customer-bought .ps-section__content .row .col-xl-3 {
      flex-basis: 14.2857142857%;
      max-width: 14.2857142857%;
      padding: 0
   }
}

.ps-client-say {
   background-color: #f5f5f5;
   padding: 70px 0
}

.ps-client-say .ps-section__header {
   display: flex;
   flex-flow: row nowrap;
   justify-content: space-between;
   margin-bottom: 30px
}

.ps-client-say .ps-section__header h3 {
   display: inline-block;
   font-size: 20px;
   font-weight: 600;
   margin-bottom: 0;
   text-transform: uppercase
}

.ps-client-say .ps-section__nav a {
   color: #999;
   display: inline-block;
   font-size: 18px;
   margin-right: 20px
}

.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 {
   color: #000;
   font-size: 20px;
   font-weight: 600;
   line-height: 1;
   margin: 0 0 20px
}

.ps-best-sale-brands .ps-image-list {
   align-self: center;
   border-bottom: 1px solid rgba(0, 0, 0, .15);
   border-right: 1px solid rgba(0, 0, 0, .15);
   display: flex;
   flex-flow: row wrap;
   justify-content: space-between
}

.ps-best-sale-brands .ps-image-list li {
   align-items: center;
   border: 1px solid rgba(0, 0, 0, .15);
   border-bottom: none;
   border-right: none;
   display: flex;
   justify-content: center;
   max-width: 20%;
   min-width: 20%;
   padding: 10px
}

@media (max-width:991px) {
   .ps-best-sale-brands .ps-image-list {
      border: 1px solid rgba(0, 0, 0, .15)
   }

   .ps-best-sale-brands .ps-image-list li {
      border: none;
      max-width: 25%;
      min-width: 25%
   }
}

@media (max-width:767px) {
   .ps-best-sale-brands .ps-image-list li {
      max-width: 33.3333%;
      min-width: 33.3333%
   }
}

@media (max-width:479px) {
   .ps-best-sale-brands .ps-image-list li {
      border: 1px solid rgba(0, 0, 0, .15);
      max-width: 50%;
      min-width: 50%
   }
}

.ps-deal-hot {
   padding: 70px 0
}

.ps-deal-hot .widget_best-sale {
   border-bottom: 1px solid #d9d9d9
}

.ps-home-categories .ps-section__header {
   border-bottom: 1px solid #e1e1e1;
   margin-bottom: 40px;
   padding-bottom: 10px
}

.ps-home-categories .ps-section__header h3 {
   font-size: 24px;
   font-weight: 400;
   line-height: 1em;
   margin-bottom: 0
}

.ps-search-trending {
   padding: 70px 0
}

.ps-search-trending .ps-section__header {
   margin-bottom: 20px
}

.ps-search-trending .ps-section__header h3 {
   font-size: 20px;
   font-weight: 400;
   margin-bottom: 0
}

.ps-search-trending .ps-section__header h3 span {
   color: #666;
   font-size: 14px;
   margin-left: 10px
}

@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 {
   display: flex;
   flex-flow: row nowrap;
   padding-bottom: 90px
}

.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 {
   color: #000;
   font-size: 24px;
   margin-bottom: 60px;
   text-align: center
}

.ps-post-comments {
   margin: 0 auto;
   max-width: 770px
}

.ps-post-comments h3 {
   color: #000;
   font-size: 24px;
   font-weight: 600;
   line-height: 1.4em;
   margin-bottom: 40px;
   text-align: center
}

.ps-about-intro {
   padding: 100px 0
}

.ps-about-intro .ps-section__header {
   margin: 0 auto 100px;
   max-width: 820px
}

.ps-about-intro .ps-section__header h4 {
   color: #000;
   font-size: 24px;
   font-weight: 600;
   margin-bottom: 80px
}

.ps-about-intro .ps-section__header h3 {
   color: #000;
   font-size: 36px;
   font-weight: 400;
   line-height: 1.3em;
   margin-bottom: 40px
}

.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-bottom: 90px;
   padding-left: 180px
}

.ps-our-team .ps-section__header h3 {
   color: #000;
   font-size: 36px;
   font-weight: 400;
   margin-bottom: 0
}

.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;
   max-width: 25%;
   padding: 0 15px;
   width: 100%
}

@media (max-width:1199px) {
   .ps-our-team .ps-section__header {
      padding-bottom: 50px;
      padding-left: 0
   }
}

@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 {
   background-color: #f5f5f5;
   padding: 120px 0
}

.ps-about-awards .ps-section__header {
   margin: 0 auto 100px;
   max-width: 820px
}

.ps-about-awards .ps-section__header h4 {
   color: #000;
   font-size: 36px;
   font-weight: 400;
   margin-bottom: 65px
}

.ps-about-awards .ps-section__header p {
   font-size: 18px;
   line-height: 1.6em
}

.ps-about-awards .ps-section__content .owl-slider a {
   align-items: center;
   display: flex;
   justify-content: center;
   width: 100%
}

@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 {
      font-size: 24px;
      margin-bottom: 50px
   }

   .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 {
   font-size: 36px;
   font-weight: 600;
   margin-bottom: 60px;
   text-align: center
}

@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 {
   background-color: #f6f6f6;
   padding: 100px 0
}

.ps-contact-form h3 {
   color: #000;
   font-size: 36px;
   font-weight: 600;
   line-height: 1em;
   margin-bottom: 90px;
   text-align: center
}

@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 {
   font-size: 36px;
   font-weight: 600;
   text-align: center
}

@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 {
   color: #000;
   font-size: 36px;
   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 {
   padding: 160px 0;
   position: relative;
   text-align: center;
   z-index: 10
}

.ps-vendor-banner:before {
   background-color: rgba(0, 0, 0, .25);
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
   z-index: 10;
   z-index: -1
}

.ps-vendor-banner h2 {
   color: #fff;
   font-size: 48px;
   font-weight: 600;
   margin: 0 auto 30px;
   max-width: 960px
}

.ps-vendor-banner .ps-btn {
   border-radius: 0;
   font-size: 24px;
   padding: 20px 40px
}

@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 {
      margin: 0 auto 40px;
      max-width: 450px
   }

   .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 {
   border: 2px solid var(--color-1st);
   border-radius: 50%;
   display: flex;
   flex-flow: column wrap;
   height: 170px;
   justify-content: center;
   margin: 0 40px;
   width: 170px
}

.ps-vendor-best-fees .ps-section__numbers figure h3 {
   color: #000;
   display: block;
   font-size: 60px;
   font-weight: 400;
   line-height: 1em;
   margin-bottom: 0;
   width: 100%
}

.ps-vendor-best-fees .ps-section__numbers figure span {
   font-size: 16px
}

.ps-vendor-best-fees .ps-section__desc {
   margin: 0 auto 30px;
   max-width: 550px
}

.ps-vendor-best-fees .ps-section__desc>figure figcaption {
   color: #000;
   font-size: 16px;
   font-weight: 600;
   margin-bottom: 40px;
   text-align: center
}

.ps-vendor-best-fees .ps-section__desc ul li {
   color: #666;
   font-size: 16px;
   line-height: 1.6em;
   margin-bottom: 16px;
   text-align: left
}

.ps-vendor-best-fees .ps-section__highlight {
   align-items: center;
   background-color: #f6f6f6;
   display: flex;
   flex-flow: row nowrap;
   margin-bottom: 40px;
   padding: 30px 20px
}

.ps-vendor-best-fees .ps-section__highlight figure {
   padding-left: 60px;
   padding-right: 60px;
   text-align: justify
}

.ps-vendor-best-fees .ps-section__highlight figure p {
   color: #000;
   font-size: 16px;
   font-weight: 500
}

.ps-vendor-best-fees .ps-section__content {
   margin: 0 auto;
   max-width: 730px;
   text-align: center
}

.ps-vendor-best-fees .ps-section__content>h5 {
   color: #666;
   font-size: 18px;
   font-weight: 400;
   line-height: 1.4em;
   margin-bottom: 50px
}

@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 {
      padding: 0 20px;
      text-align: left
   }

   .ps-vendor-best-fees .ps-section__highlight figure p {
      font-size: 14px
   }
}

@media (max-width:479px) {
   .ps-vendor-best-fees .ps-section__numbers figure {
      height: 100px;
      margin: 0 10px;
      width: 100px
   }

   .ps-vendor-best-fees .ps-section__numbers figure h3 {
      font-size: 30px
   }

   .ps-vendor-best-fees .ps-section__highlight {
      align-items: flex-start;
      flex-direction: column;
      text-align: left
   }

   .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 {
   color: #000;
   font-size: 18px;
   font-weight: 600;
   line-height: 1.4em;
   margin-bottom: 20px
}

.ps-vendor-faqs figure p {
   font-size: 16px
}

.ps-vendor-faqs .ps-section__footer {
   border-top: 1px solid #e1e1e1;
   padding-top: 100px;
   text-align: center
}

.ps-vendor-faqs .ps-section__footer p {
   color: #000;
   font-size: 30px;
   font-weight: 400;
   margin-bottom: 40px
}

.ps-vendor-faqs .ps-section__footer .ps-btn {
   font-size: 24px;
   padding: 20px 40px
}

@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 {
   background-color: #f1f1f1;
   min-height: 100vh
}

.ps-order-tracking {
   padding: 100px 0
}

.ps-order-tracking .ps-section__header {
   padding-bottom: 80px;
   text-align: center
}

.ps-order-tracking .ps-section__header h3 {
   font-size: 48px;
   font-weight: 600;
   line-height: 1em;
   margin-bottom: 40px
}

.ps-order-tracking .ps-section__header p {
   font-size: 16px;
   margin: 0 auto;
   max-width: 960px
}

@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 {
      font-size: 36px;
      margin-bottom: 20px
   }

   .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 {
      padding: 50px 0
   }

   .ps-order-tracking .ps-section__header {
      padding-bottom: 40px
   }
}

.ps-shopping-cart .ps-section__cart-actions {
   display: flex;
   flex-flow: row nowrap;
   justify-content: space-between;
   padding-bottom: 90px;
   padding-top: 30px
}

.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 {
   color: #000;
   display: block;
   font-size: 20px;
   margin-bottom: 35px;
   position: relative
}

.ps-shopping-cart .ps-section__footer figure figcaption:after {
   content: "\e93a";
   font-family: Linearicons;
   position: absolute;
   right: 0;
   top: 50%;
   transform: translateY(-50%)
}

.ps-shopping-cart .ps-section__footer figure .form-control {
   border-color: #ccc
}

.ps-shopping-cart .ps-section__footer .ps-btn--outline {
   border-color: #ccc;
   border-radius: 0;
   color: #000
}

.ps-shopping-cart .ps-section__footer .ps-btn--outline:hover {
   background-color: var(--color-1st);
   border-color: var(--color-1st);
   color: #fff
}

.ps-shopping-cart .ps-section__footer .select2 {
   min-width: 100%
}

.ps-shopping-cart .ps-section__footer .select2 .select2-selection--single .select2-selection__rendered {
   border: #ccc;
   padding: 15px 20px
}

@media (max-width:479px) {
   .ps-shopping-cart .ps-section__cart-actions {
      flex-flow: row wrap
   }

   .ps-shopping-cart .ps-section__cart-actions .ps-btn {
      margin-bottom: 10px;
      text-align: center;
      width: 100%
   }
}

.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 {
      margin-bottom: 30px;
      max-width: 450px
   }

   .ps-vendor-store .ps-section__container .ps-section__right {
      max-width: 100%;
      padding-left: 0
   }
}

.ps-vendor-best-seller .ps-section__header {
   border-bottom: 1px solid #e1e1e1;
   display: flex;
   flex-flow: row nowrap;
   justify-content: space-between;
   margin-bottom: 30px;
   padding-bottom: 16px
}

.ps-vendor-best-seller .ps-section__header h3 {
   display: inline-block;
   font-size: 20px;
   font-weight: 500;
   margin-bottom: 0
}

.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;
   margin: 0 auto 30px;
   max-width: 860px
}

.ps-vendor-dashboard .ps-section__links {
   background-color: #f5f5f5;
   margin-bottom: 45px;
   padding: 20px 0;
   text-align: center
}

.ps-vendor-dashboard .ps-section__links li {
   display: inline-block;
   margin-right: 30px
}

.ps-vendor-dashboard .ps-section__links li a {
   color: #666;
   font-size: 18px;
   font-weight: 600;
   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 {
      font-size: 28px;
      margin-bottom: 20px
   }
}

.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 {
   color: #000;
   font-size: 24px;
   font-weight: 600;
   margin-bottom: 20px
}

.ps-my-account-2 .ps-section__desc p {
   margin-bottom: 35px
}

.ps-my-account-2 .ps-section__desc .ps-list li {
   align-items: center;
   display: flex;
   margin-bottom: 20px
}

.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 {
   color: var(--color-1st);
   font-size: 36px;
   margin-right: 20px
}

.ps-my-account-2 .ps-section__coupon {
   align-items: center;
   background-color: #f6f6f6;
   border: 1px dashed #b6b6b6;
   display: flex;
   padding: 30px
}

.ps-my-account-2 .ps-section__coupon span {
   color: #690;
   font-size: 72px;
   margin: 0 30px 0 0
}

.ps-my-account-2 .ps-section__coupon h5 {
   font-size: 20px;
   font-weight: 600;
   margin-bottom: 15px
}

.ps-my-account-2 .ps-form--account {
   border: 1px solid #e8e8e8;
   margin-bottom: 30px;
   padding-top: 0
}

.ps-my-account-2 .ps-form--account .ps-tab-list {
   align-items: center;
   border-bottom: 1px solid #e8e8e8;
   display: flex;
   justify-content: space-between;
   width: 100%
}

.ps-my-account-2 .ps-form--account .ps-tab-list li {
   margin-right: 0;
   max-width: 50%;
   padding: 20px 15px;
   width: 100%
}

.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 {
   height: 18px;
   width: 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 {
   background-color: #000;
   left: 4px;
   opacity: 1;
   top: 4px;
   transform: scale(1)
}

@media (min-width:1200px) {
   .ps-my-account-2 {
      padding-bottom: 90px;
      padding-top: 100px
   }

   .ps-my-account-2 .ps-section__left {
      max-width: 430px;
      width: 100%
   }

   .ps-my-account-2 .ps-section__right {
      padding-left: 130px
   }

   .ps-my-account-2 .ps-section__wrapper {
      align-items: center;
      display: flex
   }
}

.ps-store-list {
   padding-top: 60px
}

.ps-store-list .ps-block--store-2,
.ps-store-list .ps-block--store-banner {
   margin-bottom: 30px
}

.ps-store-list>.container>.ps-section__header {
   padding-bottom: 60px;
   text-align: center
}

.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 {
   background-color: transparent;
   border: none;
   left: 10px;
   position: absolute;
   top: 50%;
   transform: translateY(-50%)
}

.ps-store-list .ps-section__search .form-control {
   height: 40px;
   text-indent: 20px
}

.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 {
   background-color: #efefef;
   padding: 25px 20px
}

.ps-store-list .ps-section__right {
   margin-bottom: 50px
}

.ps-store-list .ps-store-link {
   background-color: #f5f5f5;
   margin-bottom: 50px;
   padding: 14px 15px
}

.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 {
   color: #999;
   font-size: 16px;
   font-weight: 600
}

.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 {
      flex-basis: 50%;
      margin-bottom: 10px;
      margin-right: 0
   }
}

@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 {
      align-items: center;
      flex-flow: row nowrap;
      justify-content: space-between
   }

   .ps-store-box .ps-section__header p {
      margin-bottom: 0
   }
}

.ps-section--account {
   padding: 0px 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 {
   border: 1px solid #eaeaea;
   border-bottom: none;
   font-size: 16px;
   font-weight: 500;
   padding: 10px 15px;
   text-transform: none
}

.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 {
   padding-bottom: 50px;
   text-align: center
}

.ps-shop-by-brand .ps-section__header h3 {
   font-size: 30px;
   font-weight: 600;
   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 {
   align-items: center;
   background-color: #ebebeb;
   display: flex;
   font-weight: 600;
   height: 50px;
   justify-content: center;
   margin-bottom: 10px;
   margin-right: 10px;
   text-transform: uppercase;
   width: 50px
}

.ps-shop-by-brand .ps-section__links a.active,
.ps-shop-by-brand .ps-section__links a:hover {
   background-color: var(--color-1st);
   color: #fff
}

.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 {
   border-bottom: 1px solid #eaeaea;
   display: block;
   font-size: 20px;
   font-weight: 600;
   margin-bottom: 20px;
   padding-bottom: 20px
}

@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 {
   margin-bottom: 30px;
   padding-top: 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 .ps-collection:last-child {
   margin-bottom: 0
}

#homepage-1 .ps-home-banner .owl-slider {
   height: 100%;
   max-width: 100%
}

#homepage-1 .ps-home-banner .owl-slider .owl-stage-outer,
#homepage-1 .ps-home-banner .owl-slider .owl-stage-outer .owl-stage,
#homepage-1 .ps-home-banner .owl-slider .owl-stage-outer .owl-stage .owl-item,
#homepage-1 .ps-home-banner .owl-slider .ps-banner {
   height: 100%
}

#homepage-1 .ps-home-banner .ps-section__left {
   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
}

#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 {
      max-width: 50%;
      padding: 0 15px;
      width: 100%
   }

   #homepage-1 .ps-home-banner .ps-collection img {
      width: 100%
   }

   #homepage-1 .ps-home-banner .ps-section__left {
      margin-bottom: 20px;
      max-width: 100%;
      padding-right: 0
   }

   #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 {
      margin-bottom: 0;
      padding: 0 5px
   }

   #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 {
   font-size: 14px;
   margin-left: 10px
}

#homepage-1 .ps-deal-of-day .ps-product .ps-product__price small {
   color: red;
   margin-left: 10px
}

#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: 0
   }
}

#homepage-1 .ps-download-app {
   margin-bottom: 100px;
   margin-top: 80px
}

@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 {
   background-color: #fff;
   margin-bottom: 20px;
   padding: 20px 20px 50px
}

#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 {
   color: #000;
   font-size: 24px;
   font-weight: 700;
   margin-bottom: 20px
}

#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 {
   background-color: #efeef0;
   min-height: 100vh;
   position: relative;
   text-align: center
}

.ps-page--404 .container {
   display: flex;
   flex-flow: column wrap;
   justify-content: center;
   min-height: 100vh
}

.ps-page--404 img {
   margin-bottom: 100px
}

.ps-page--404 h3 {
   color: #000;
   font-size: 36px;
   font-weight: 600;
   margin-bottom: 20px
}

.ps-page--404 p {
   font-size: 18px;
   margin-bottom: 20px
}

.ps-page--404 p a {
   color: var(--color-1st)
}

.ps-page--404 .ps-form--widget-search {
   margin: 0 auto;
   max-width: 370px
}

.ps-page--404 .ps-form--widget-search input {
   border-color: #fff;
   height: 50px
}

@media (max-width:767px) {
   .ps-page--404 h3 {
      font-size: 24px
   }

   .ps-page--404 p {
      font-size: 14px
   }
}

.ps-page--comming-soon {
   padding-bottom: 50px;
   text-align: center
}

.ps-page--comming-soon .ps-countdown li {
   display: inline-block;
   margin-right: 20px
}

.ps-page--comming-soon .ps-countdown li span {
   color: #000;
   font-size: 48px;
   font-weight: 400;
   line-height: 1em;
   margin-bottom: 0
}

.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 {
   font-size: 36px;
   font-weight: 600;
   margin-bottom: 20px
}

.ps-page--comming-soon figure figcaption {
   font-size: 16px;
   font-weight: 600;
   margin-bottom: 30px
}

.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: #ccc
}

.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) {
      border-bottom: 1px solid #dfdfdf;
      border-top: none;
      display: block;
      left: 0;
      padding: 0 10px 20px;
      position: relative
   }

   .ps-page--shop .ps-block--shop-features,
   .ps-page--shop .ps-shop-banner,
   .ps-page--shop .ps-shop-brand,
   .ps-page--shop .ps-shop-categories {
      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) {
      left: 0;
      padding: 0 10px 20px;
      width: 100%
   }
}

@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__extra {
   
}

.ps-page--product .ps-page__container .ps-page__right {
   max-width: 290px;
   min-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: 90px 0;
   text-align: center
}

.ps-page--blog .ps-page__header h1 {
   font-size: 48px;
   font-weight: 600;
   line-height: 1em;
   margin: 0 0 20px
}

@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 {
   cursor: pointer;
   display: inline-block;
   display: none;
   height: 36px;
   position: relative;
   transform-style: preserve-3d;
   width: 36px
}

.sub-toggle:after,
.sub-toggle:before {
   background-color: #000;
   content: "";
   height: 1px;
   left: 50%;
   position: absolute;
   top: 50%;
   width: 12px
}

.sub-toggle:before {
   transform: translateX(-50%)
}

.sub-toggle:after {
   transform: translateX(-50%) rotate(90deg)
}

.sub-toggle.active:after {
   display: none
}

.sub-menu {
   background-color: #fff;
   border: 1px solid #ccc;
   left: 0;
   min-width: 240px;
   opacity: 0;
   position: absolute;
   top: 100%;
   transition: all .4s ease;
   visibility: hidden;
   z-index: 1000
}

.sub-menu:before {
   border-bottom: 6px solid #fff;
   border-left: 6px solid transparent;
   border-right: 6px solid transparent;
   bottom: 100%;
   content: "";
   display: none;
   height: 0;
   left: 50%;
   position: absolute;
   transform: translateX(-50%);
   width: 0
}

.sub-menu>li {
   display: block
}

.sub-menu>li>a {
   color: #000;
   display: inline-block;
   font-size: 14px;
   padding: 6px 20px;
   text-transform: capitalize;
   transition: all .8s cubic-bezier(.19, 1, .22, 1);
   width: 100%
}

.sub-menu>li>a:hover {
    
}

.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 {
   left: 100%;
   opacity: 0;
   position: absolute;
   top: 0;
   transform: translateY(30px);
   visibility: hidden
}

.sub-menu>li.menu-item-has-children>.sub-menu:before {
   display: none
}

.sub-menu>li.menu-item-has-children:hover>.sub-menu {
   opacity: 1;
   transform: translateY(0);
   visibility: visible
}

.mega-menu {
   background-color: #fff;
   border: 1px solid #ccc;
   display: flex;
   flex-flow: row nowrap;
   justify-content: space-between;
   padding: 15px 30px 10px;
   transition: all .4s ease
}

.mega-menu>* {
   padding: 10px 15px;
   width: 100%
}

.mega-menu h4 {
   color: #000;
   font-size: 16px;
   font-weight: 600;
   margin: 0 0 10px
}

.mega-menu .mega-menu__column {
   min-width: 180px
}

.mega-menu .mega-menu__list {
   background-color: transparent
}

.mega-menu .mega-menu__list li a {
   background-color: transparent;
   color: #000;
   display: block;
   font-size: 14px;
   line-height: 20px;
   padding: 5px 0
}

.mega-menu .mega-menu__list li a.has-badge {
   padding-right: 20px
}

.mega-menu .mega-menu__list li a.has-badge:after {
   background-color: var(--color-1st);
   border-radius: 10px;
   color: #fff;
   content: "New";
   display: inline-block;
   font-size: 9px;
   line-height: 2em;
   padding: 0 8px;
   position: absolute;
   right: 0;
   top: 5px
}

.mega-menu .mega-menu__list li a.has-badge.sale {
   color: #ec0101
}

.mega-menu .mega-menu__list li a.has-badge.sale:after {
   background-color: #ffa800;
   content: "Sale"
}

.mega-menu .mega-menu__list li a:hover {
   color: var(--color-1st)
}

.menu {
   text-align: left
}

.menu>li,
.menu>li>a {
   display: inline-block
}

.menu>li>a {
   color: #000;
   font-size: 16px;
   font-weight: 400;
   line-height: 20px;
   padding: 15px 25px
}

.menu>li>a:hover {
   color: #000
}

.menu>li:first-child,
.menu>li:first-child>a {
   padding-left: 0
}

.menu>li:last-child {
   margin-right: 0;
   padding-right: 0
}

.menu>li .sub-toggle {
   display: none;
   margin-left: 5px
}

.menu>li .mega-menu,
.menu>li .sub-menu {
   opacity: 0;
   visibility: hidden
}

.menu>li .mega-menu {
   left: 0;
   position: absolute;
   top: 100%;
   z-index: 1000
}

.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;
   right: 0;
   top: 50%;
   transform: translateY(-50%)
}

.menu>li.menu-item-has-children>a:before {
   background-color: #fff;
   border-left: 1px solid #ccc;
   border-top: 1px solid #ccc;
   content: "";
   height: 13px;
   left: 50%;
   opacity: 0;
   position: absolute;
   top: 100%;
   transform: rotate(45deg) translate(-50%, -50%);
   transform-origin: 0 0;
   transition: all .4s ease;
   visibility: hidden;
   width: 13px;
   z-index: 10000
}

.menu>li.has-mega-menu {
   position: relative
}

.menu>li.has-mega-menu .mega-menu {
   left: 0;
   position: absolute;
   top: 100%
}

.menu>li.has-mega-menu:hover .mega-menu {
   opacity: 1;
   transform: translateY(0);
   visibility: visible
}

.menu>li:hover .sub-toggle {
   color: #fff
}

.menu>li:hover.menu-item-has-children>a:before,
.menu>li:hover>.sub-menu {
   opacity: 1;
   visibility: visible
}

.menu--product-categories {
   height: 100%;
   position: relative
}

.menu--product-categories .menu__toggle {
   align-items: center;
   cursor: pointer;
   display: flex;
   flex-flow: row nowrap;
   height: 100%;
   position: relative
}

.menu--product-categories .menu__toggle i {
   font-size: 20px;
   margin-right: 10px
}

.menu--product-categories .menu__toggle span {
   color: #000;
   font-size: 20px;
   font-size: 16px;
   font-weight: 600
}

.menu--product-categories .menu__toggle:before {
   background-color: #000;
   content: "";
   height: 1px;
   left: 0;
   position: absolute;
   top: 0;
   transform: scaleX(0);
   transform-origin: 100% 50%;
   transition: transform .75s cubic-bezier(.7, 0, .3, 1);
   width: 100%
}

.menu--product-categories .menu__toggle.active:before,
.menu--product-categories .menu__toggle:hover:before {
   transform: scaleX(1);
   transform-origin: 0 50%
}

.menu--product-categories .menu__content {
   left: 0;
   min-width: 100%;
   opacity: 0;
   padding-top: 2px;
   position: absolute;
   top: 100%;
   transform: scaleZ(0) translateY(30px);
   transition: all .3s ease;
   visibility: hidden;
   z-index: 100;
   z-index: 1000
}

.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 {
   opacity: 1;
   transform: scaleX(1) translateY(0);
   visibility: visible
}

.menu--dropdown>li {
   padding: 0 20px;
   transition: all .4s ease
}

.menu--dropdown>li>a {
   color: #000;
   display: block;
   padding: 10px 0
}

.menu--dropdown>li>a i {
   font-size: 18px;
   margin-right: 10px
}

.menu--dropdown>li.has-mega-menu .mega-menu {
   border-left: none;
   left: 100%;
   min-width: 530px;
   opacity: 0;
   position: absolute;
   top: 0;
   visibility: hidden;
   width: auto
}

.menu--dropdown>li:hover {
   background-color: var(--color-1st)
}

.menu--dropdown>li:hover.has-mega-menu .mega-menu,
.menu--mobile .sub-menu {
   opacity: 1;
   visibility: visible
}

.menu--mobile .sub-menu {
   border: none;
   display: none;
   position: relative;
   transform: translate(0);
   transition: all 0s ease
}

.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 {
   display: block;
   line-height: 20px;
   margin-bottom: 0;
   padding: 10px 0;
   position: relative;
   width: 100%
}

.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 {
   border: none;
   color: #666
}

.menu--mobile .mega-menu .mega-menu__list li a:hover {
   color: #000
}

.menu--mobile>li {
   border-bottom: 1px solid #dedede
}

.menu--mobile>li>a {
   display: block;
   font-size: 15px;
   line-height: 20px;
   padding: 15px 20px;
   position: relative;
   z-index: 10
}

.menu--mobile>li>a:hover {
   color: #000;
   padding-left: 5px
}

.menu--mobile>li.menu-item-has-children {
   position: relative
}

.menu--mobile>li.menu-item-has-children .sub-toggle {
   display: inline-block;
   height: 40px;
   position: absolute;
   right: 0;
   top: 5px;
   width: 40px;
   z-index: 20
}

.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
}

.navigation {
   background-color: var(--color-1st)
}

.navigation>.container,
.navigation>.ps-container {
   display: flex;
   flex-flow: row nowrap
}

.navigation>.container>*,
.navigation>.ps-container>* {
   width: 100%
}

.navigation__extra>li {
   display: inline-block;
   margin-right: 20px;
   padding-right: 20px;
   position: relative
}

.navigation__extra>li:after {
   background-color: #000;
   content: "";
   height: 15px;
   position: absolute;
   right: 0;
   top: 50%;
   transform: translateY(-50%);
   width: 2px
}

.navigation__extra>li a {
   color: #000
}

.navigation__extra>li:last-child {
   margin-right: 0;
   padding-right: 0
}

.navigation__extra>li:last-child:after {
   display: none
}

.navigation__extra .ps-dropdown img {
   margin-right: 8px
}

.navigation .navigation__left {
   max-width: 260px
}

.navigation .navigation__right {
   align-items: center;
   display: flex;
   flex-flow: row nowrap;
   justify-content: space-between;
   padding-left: 35px
}

.header .header__extra {
   display: inline-block;
   height: 42px;
   position: relative;
   transition: all .4s ease;
   width: 30px
}

.header .header__extra>i {
   font-size: 30px;
   line-height: 42px
}

.header .header__extra span {
   align-items: center;
   background-color: #000;
   border-radius: 50%;
   bottom: 0;
   color: #fff;
   display: flex;
   height: 20px;
   justify-content: center;
   position: absolute;
   right: -6px;
   vertical-align: top;
   width: 20px
}

.header .header__extra span i {
   font-size: 12px;
   font-style: normal;
   font-weight: 500;
   line-height: 1em
}

.header .header__extra:hover i {
   color: #fff
}

.header .header__actions {
   align-items: center;
   display: flex;
   justify-content: flex-end
}

.header .header__actions>* {
    
   margin: 0 15px
}

.header .header__left {
   align-items: center;
   display: flex;
   max-width: 50%;
}

.header .header__left .menu--product-categories {
   display: none
}

.header .header__right {
   max-width: 50%;
}

.header .header__top {
   background-color: var(--color-1st);
   border-bottom: 1px solid rgba(0, 0, 0, .15);
   padding: 25px 0
}

.header .header__top .container,
.header .header__top .ps-container {
   display: flex;
   flex-flow: row nowrap
}

.header .header__top .container>*,
.header .header__top .ps-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 {
   border-bottom: none;
   padding: 10px 0;
   position: fixed;
   top: 0;
   width: 100%;
   z-index: 1000
}


.header.header--sticky .header__left .menu--product-categories {
   background-color: transparent;
   display: block
}

@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 {
   border-right: 1px solid #e1e1e1;
   content: "";
   height: 15px;
   position: absolute;
   right: 0;
   top: 50%;
   transform: translateY(-50%);
   width: 0
}

.header--standard .header__top-links>li>a {
   color: #666
}

.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 {
   color: #666;
   display: inline-block;
   font-weight: 400;
    
   margin-right: 5px
}

.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 {
   background-color: #fff;
   border-bottom: none;
   padding: 10px 0
}

.header--standard .header__top .container {
   align-items: center;
   display: flex;
   flex-flow: row nowrap;
   justify-content: space-between
}

.header--standard .header__top .header__left {
   max-width: 50%
}

.header--standard .header__top .header__left p {
   color: #666;
   line-height: 30px;
   margin-bottom: 0
}

.header--standard .header__top .header__left p strong {
   color: #000
}

.header--standard .header__top .header__right {
   max-width: 50%;
   text-align: right
}

.header--standard .header__content-left {
   align-items: center;
   display: flex;
   max-width: 270px;
   padding-right: 30px
}

.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;
   border-radius: 4px 0 0 4px;
   min-width: 80px
}

.header--standard .ps-form--quick-search .form-group--icon select {
   border: none;
   height: 40px
}

.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 {
   align-items: center;
   display: flex;
   flex-flow: row nowrap
}

.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 {
   background-color: #fff;
   border-bottom: 1px solid #ccc;
   padding: 10px 0;
   position: fixed;
   top: 0;
   width: 100%;
   z-index: 1000
}

.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 {
   height: 0;
   opacity: 0;
   visibility: hidden
}

.header--product .navigation {
   transform: translateY(-50%);
   transition: transform .25s ease
}

.header--product.header--sticky {
   height: auto;
   opacity: 1;
   visibility: visible
}

.header--product.header--sticky .navigation {
   background-color: #fff;
   border-bottom: 1px solid #eaeaea;
   left: 0;
   padding: 10px 0;
   position: fixed;
   top: 0;
   transform: translateY(0);
   width: 100%;
   z-index: 9999
}

.header--mobile {
   background-color: var(--color-1st);
   border-bottom: 0;
   left: 0;
   position: relative;
   text-align: center;
   top: 0;
   transition: all .4s cubic-bezier(.455, .03, .515, .955);
   width: 100%;
   z-index: 9999
}

.header--mobile:after {
   clear: both;
   content: "";
   display: table
}

.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,
.header--mobile .ps-block--user-header i {
   font-size: 24px
}

.header--mobile .header__top {
   background-color: #f4f5f5;
   display: flex;
   flex-flow: row nowrap;
   justify-content: space-between;
   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 {
   border-bottom: none;
   display: flex;
   flex-flow: row nowrap;
   justify-content: space-between;
   padding: 10px 30px
}

.header--mobile .navigation--mobile .navigation__left {
   align-items: center;
   display: flex
}

.header--mobile .header__extra span {
   background-color: #000
}

.header--mobile .header__extra span i {
   color: #fff;
   font-weight: 600
}

.header--mobile.active {
   transform: translateX(270px)
}

.header--mobile.header--sticky .navigation--mobile {
   background-color: var(--color-1st);
   -ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .12);
   box-shadow: 0 0 3px 0 rgba(0, 0, 0, .12);
   position: fixed;
   top: 0;
   width: 100%;
   z-index: 1000
}

@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 20px 0 0
   }

   .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 {
   color: var(--header-text-color);
   text-align: left;
   vertical-align: middle
}

.header--mobile-product .header__back strong {
   font-size: 18px;
   vertical-align: middle
}

.header--mobile-product .header__back i {
   font-size: 24px;
   margin-right: 16px;
   vertical-align: middle
}

.header--mobile-product .navigation--mobile .navigation__left {
   justify-content: flex-start
}

.header--mobile-categories .header__back {
   text-align: left;
   vertical-align: middle
}

.header--mobile-categories .header__back strong {
   font-size: 18px;
   vertical-align: middle
}

.header--mobile-categories .header__back i {
   color: #000;
   font-size: 24px;
   margin-right: 16px;
   vertical-align: middle
}

.header--mobile-categories .navigation--mobile .navigation__left {
   justify-content: flex-start
}

.header--mobile-categories .header__filter {
   align-items: center;
   background-color: #f5f5f5;
   display: flex;
   justify-content: space-between;
   padding: 10px 15px
}

.header--mobile-categories .header__filter>* {
   flex-basis: 100%;
   max-width: 50%
}

.header--mobile-categories .header__filter button {
   align-items: center;
   background-color: transparent;
   border: none;
   display: flex;
   font-size: 14px;
   height: 30px;
   justify-content: center
}

.header--mobile-categories .header__filter button:after {
   content: "\e93a";
   font-family: Linearicons;
   margin-left: 20px
}

.header--mobile-categories .header__filter button i {
   color: #666;
   font-size: 16px;
   font-size: 20px;
   margin-right: 10px
}

.header--mobile-categories .header__filter .header__sort {
   align-items: center;
   display: flex;
   justify-content: space-between;
   padding: 0 10px
}

.header--mobile-categories .header__filter .header__sort i {
   color: #666;
   font-size: 16px;
   font-size: 20px;
   margin-right: 10px
}

.header--mobile-categories .header__filter .header__sort .select2 .select2-selection {
   background-color: transparent;
   border: none
}

.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 {
   background-color: #fff;
   height: 100vh;
   left: 0;
   overflow-y: auto;
   position: fixed;
   top: 0;
   transform: translateX(-100%);
   transition: all .5s cubic-bezier(.7, 0, .3, 1) 0s;
   width: 320px;
   z-index: 10001
}

.navigation--sidebar .navigation__actions {
   text-align: center
}

.navigation--sidebar .navigation__actions .ps-dropdown {
   margin-bottom: 10px
}

.navigation--sidebar .navigation__actions .ps-dropdown>a {
   color: #666;
   font-size: 1.4rem
}

.navigation--sidebar .navigation__header {
   background-color: var(--color-1st);
   padding: 15px 0;
   position: relative;
   text-align: center
}

.navigation--sidebar .navigation__header h3 {
   color: #fff;
   font-size: 1.6rem;
   font-weight: 600;
   letter-spacing: .05em;
   line-height: 20px;
   margin-bottom: 0;
   text-transform: uppercase
}

.navigation--sidebar .navigation__header .ps-btn--close {
   position: absolute;
   right: 10px;
   top: 50%;
   transform: translateY(-50%)
}

.navigation--sidebar .navigation__header .ps-btn--close:after,
.navigation--sidebar .navigation__header .ps-btn--close:before {
   background-color: #fff;
   height: 60%
}

.navigation--sidebar .navigation__content {
   padding-bottom: 70px;
   padding-top: 10px
}

.navigation--sidebar .header__actions a {
   display: inline-block;
   line-height: 40px;
   margin: 0 5px
}

.navigation--sidebar .header__actions a i {
   color: #000;
   font-size: 24px;
   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 {
   display: inline-block;
   line-height: 30px;
   padding: 5px 0;
   position: relative
}

.navigation--sidebar .header__actions .ps-cart-toggle span {
   background-color: #000;
   border-radius: 50%;
   height: 20px;
   left: 50%;
   position: absolute;
   top: 40%;
   transform: translate(25%, -100%);
   width: 20px
}

.navigation--sidebar .header__actions .ps-cart-toggle span i {
   color: #fff;
   font-size: 11px;
   font-style: normal;
   left: 50%;
   position: absolute;
   top: 50%;
   transform: translate(-50%, -50%)
}

.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 {
   background-color: #fff;
   border-top: 1px solid #ccc;
   bottom: 0;
   left: 0;
   padding: 10px 30px;
   position: fixed;
   width: 100%;
   z-index: 10002
}

.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,
.navigation--list .navigation__item.active span {
   color: #000000;
}

.navigation--list .navigation__content {
   align-items: center;
   display: flex;
   flex-flow: row nowrap;
   justify-content: space-between;
   margin: 0 auto;
   max-width: 400px
}

@media (min-width:1200px) {
   .navigation--list {
      display: none
   }
}

.navigation--mobile-product {
   background-color: #fff;
   border-top: 1px solid #ccc;
   bottom: 0;
   display: flex;
   justify-content: space-between;
   left: 0;
   position: fixed;
   width: 100%;
   z-index: 10002
}

.navigation--mobile-product>* {
   border-radius: 0;
   flex-basis: 50%;
   font-size: 16px;
   text-align: center;
   width: 100%
}

.navigation--mobile-product .ps-btn--black {
   color: #fff
}

@media (min-width:1200px) {
   .navigation--mobile-product {
      display: none
   }
}

.navigation--sticky {
   left: 0;
   position: fixed;
   top: 0;
   width: 100%;
   z-index: 1000
}

.navigation--sticky,
.navigation--sticky .navigation {
   background-color: #fff
}

.navigation--sticky .header__top {
   display: none
}

.navigation--sticky.navigation--pin {
   transform: translate(0)
}

.navigation--sticky.navigation--unpin {
   transform: translateY(-100%)
}

.navigation--sticky.header--1.navigation--pin .navigation {
   background-color: rgba(0, 0, 0, .95)
}

.navigation--sticky.header--1.navigation--pin.header--black .navigation {
   background-color: hsla(0, 0%, 100%, .95)
}

.navigation--sticky.header--2.navigation--pin.active {
   background-color: #fff;
   transform: translate(270px)
}

@media (max-width:1199px) {
   .navigation--sticky.navigation--unpin {
      transform: translate(0)
   }
}

.ps-site-overlay {
   background-color: rgba(0, 0, 0, .75);
   height: 100vh;
   left: 0;
   opacity: 0;
   position: fixed;
   top: 0;
   transition: all .4s ease;
   visibility: hidden;
   width: 100%;
   z-index: 1000
}

.ps-site-overlay.active {
   opacity: 1;
   visibility: visible
}

.ps-search--mobile {
   margin: 0 auto;
   max-width: 450px;
   padding: 10px 20px
}

.ps-footer {
   padding-top: 70px
}

.ps-footer__widgets {
   display: flex;
   flex-flow: row nowrap;
   justify-content: space-between;
   padding-bottom: 35px
}

.ps-footer__links {
   border-top: 1px solid #e1e1e1;
   padding: 60px 0
}

.ps-footer__links p strong {
   color: #000;
   font-weight: 600;
   margin-right: 20px
}

.ps-footer__links p a {
   color: #666;
   display: inline-block;
   line-height: 20px;
   margin-right: 10px;
   position: relative
}

.ps-footer__links p a:after {
   content: "|";
   margin-left: 5px
}

.ps-footer__links p a:before {
   background-color: #000;
   content: "";
   height: 1px;
   left: 0;
   position: absolute;
   top: 100%;
   transform: scaleX(0);
   transform-origin: 100% 50%;
   transition: transform .4s cubic-bezier(.7, 0, .3, 1);
   width: 100%
}

.ps-footer__links p a:hover:before {
   transform: scaleX(1);
   transform-origin: 0 50%
}

.ps-footer__links p a:last-child:after {
   display: none
}

.ps-footer__copyright {
   border-top: 1px solid #e1e1e1;
   display: flex;
   flex-flow: row nowrap;
   justify-content: space-between;
   padding: 35px 0
}

.ps-footer__copyright p {
   color: #000;
   line-height: 30px;
   margin-bottom: 0
}

.ps-footer__copyright p:last-child span {
   line-height: inherit
}

.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>* {
      max-width: 25%;
      width: 100%
   }

   .ps-footer__widgets .widget_contact-us {
      max-width: 100%;
      width: 100%
   }
}

@media (max-width:479px) {
   .ps-footer__widgets>* {
      flex-basis: 50%;
      max-width: 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 {
   background-color: #f8f8f8;
   border-top: 1px solid #e1e1e1;
   padding: 0
}

.ps-footer--3 .ps-block--site-features {
   border-bottom: 1px solid #e1e1e1;
   margin-bottom: 70px;
   padding: 40px 0
}

@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 {
   background-color: #c81919;
   color: #fff
}

.ps-footer--photo .ps-form--newletter button:hover {
   background-color: #9b1313
}

@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 {
      max-width: 100%;
      width: 100%
   }

   .ps-footer--photo .ps-footer__wrapper {
      align-items: flex-start;
      display: flex;
      flex-flow: column wrap;
      justify-content: flex-start
   }
}

@media (min-width:1680px) {
   .ps-footer--photo .ps-footer__wrapper {
      align-items: center;
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between
   }
}

.ma-0 {
   margin: 0
}

.pd-0 {
   padding: 0
}

.mt-0 {
   margin-top: 0
}

.mr-0 {
   margin-right: 0
}

.mb-0 {
   margin-bottom: 0
}

.ml-0 {
   margin-left: 0
}

.pt-0 {
   padding-top: 0
}

.pr-0 {
   padding-right: 0
}

.pb-0 {
   padding-bottom: 0
}

.pl-0 {
   padding-left: 0
}

.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,
.bg--top {
   background-position: 50% 50% !important;
   background-size: cover !important
}

.header ol,
.header ul,
.navigation--sidebar ol,
.navigation--sidebar ul,
.ps-best-sale-brands ol,
.ps-best-sale-brands ul,
.ps-block--categories-box ol,
.ps-block--categories-box ul,
.ps-block--category-2 ol,
.ps-block--category-2 ul,
.ps-block--menu-categories .ps-block__content ol,
.ps-block--menu-categories .ps-block__content ul,
.ps-block--ourteam ol,
.ps-block--ourteam ul,
.ps-block--payment-method ol,
.ps-block--payment-method ul,
.ps-block--product-box ol,
.ps-block--product-box ul,
.ps-block--products-of-category .ps-block__categories ol,
.ps-block--products-of-category .ps-block__categories ul,
.ps-block--shopping-total ol,
.ps-block--shopping-total ul,
.ps-block--store ol,
.ps-block--store ul,
.ps-block--vendor-filter ol,
.ps-block--vendor-filter ul,
.ps-blog .ps-blog__header ol,
.ps-blog .ps-blog__header ul,
.ps-carousel--animate ol,
.ps-carousel--animate ul,
.ps-deal-of-day ol,
.ps-deal-of-day ul,
.ps-filter ol,
.ps-filter ul,
.ps-filter--sidebar ol,
.ps-filter--sidebar ul,
.ps-form--account ol,
.ps-form--account ul,
.ps-my-account-2 ol,
.ps-my-account-2 ul,
.ps-page--comming-soon ol,
.ps-page--comming-soon ul,
.ps-panel--sidebar ol,
.ps-panel--sidebar ul,
.ps-product ol,
.ps-product ul,
.ps-product--detail .ps-product__countdown figure ol,
.ps-product--detail .ps-product__countdown figure ul,
.ps-product--hot-deal .ps-product__header ol,
.ps-product--hot-deal .ps-product__header ul,
.ps-product--photo ol,
.ps-product--photo ul,
.ps-product-list ol,
.ps-product-list ul,
.ps-shopping .ps-shopping__header ol,
.ps-shopping .ps-shopping__header ul,
.ps-store-list .ps-store-link ol,
.ps-store-list .ps-store-link ul,
.ps-widget--account-dashboard .ps-widget__content ol,
.ps-widget--account-dashboard .ps-widget__content ul,
.widget--blog ol,
.widget--blog ul,
.widget--vendor ol,
.widget--vendor ul,
.widget_category ol,
.widget_category ul,
.widget_footer ol,
.widget_footer ul,
.widget_shop ol,
.widget_shop ul,
.widget_sidebar ol,
.widget_sidebar ul {
   list-style: none;
   margin: 0;
   padding: 0
}

.image-viewer__item {
   background-color: #eee;
   border: 1px solid #c4c6cf;
   height: 70px;
   margin-right: 2px;
   margin-top: 5px;
   position: relative;
   text-align: initial;
   transition: all .3s cubic-bezier(.46, .03, .52, .96);
   width: 70px
}

.image-viewer__item img {
   height: 100%;
   -o-object-fit: contain;
   object-fit: contain;
   width: 100%
}

.image-upload__uploader-container {
   display: inline-block
}

.image-upload__uploader-container:hover {
   cursor: pointer
}

.image-upload__uploader-container .image-upload__uploader {
   align-items: center;
   border: 1px dashed #c4c6cf;
   display: flex;
   flex-direction: column;
   height: 70px;
   justify-content: center;
   position: relative;
   width: 70px
}

.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 {
   height: 100%;
   left: 0;
   opacity: 0;
   position: absolute;
   top: 0;
   width: 100%
}

.image-viewer__item {
   display: inline-block
}

.image-viewer__list {
   display: block;
   width: 100%
}

.image-viewer__icon-remove {
   cursor: pointer;
   position: absolute;
   right: 2px;
   top: -1px;
   z-index: 1
}

.image-viewer__icon-remove i {
   background: #848484;
   border-radius: 50%;
   color: #fff;
   display: inline-block;
   font-size: 10px;
   height: 20px;
   line-height: 20px;
   text-align: center;
   width: 20px
}

.image-viewer__list.is-loading .loading {
   display: block !important
}

.help-block {
   background-color: #d9edf7;
   border: 1px solid #bce8f1;
   cursor: help;
   display: block;
   font-size: .9em;
   margin-bottom: 10px;
   margin-top: 5px;
   padding: 5px
}

.image-upload__viewer .image-viewer__list .loading {
   background-color: rgba(146, 162, 177, .52);
   display: none;
   position: absolute;
   top: 0;
   width: 100%
}

.image-upload__viewer .image-viewer__list .loading .half-circle-spinner {
   height: 30px;
   width: 30px
}

.block--review .lh-1 {
   line-height: 1
}

.block--review .block__images a {
   border: 1px solid #dee2e6;
   border-radius: .25rem !important;
   display: inline-block;
   height: 100px;
   margin-bottom: 5px;
   margin-right: 5px;
   width: 100px
}

.block--review .block__images a img {
   border: none;
   -o-object-fit: cover;
   object-fit: cover
}

.block--review .block__images .more-review-images span {
   align-items: center;
   align-self: center;
   background: rgba(0, 0, 0, .5);
   bottom: 0;
   color: #fff;
   display: flex;
   font-size: 22px;
   justify-content: center;
   left: 0;
   position: absolute;
   right: 0;
   top: 0;
   z-index: 1
}

.block--review .block__images.block__images_total a {
   border: 0;
   height: -webkit-fit-content;
   height: -moz-fit-content;
   height: fit-content;
   margin: 0;
   padding: 1.5px;
   width: inherit
}

.block__content {
   position: relative
}

.block__content .review__loading {
   align-items: center;
   background: rgba(0, 0, 0, .03);
   display: flex;
   height: 100%;
   position: absolute;
   top: 0;
   width: 100%;
   z-index: 31
}

.button-loading {
   border: 1px solid #c4cdd5;
   color: transparent !important;
   cursor: default;
   position: relative;
   text-shadow: none;
   transition: border-color .2s ease-out
}

.button-loading,
.button-loading:active,
.button-loading:focus,
.button-loading:hover {
   color: transparent
}

.button-loading:before {
   -webkit-animation: button-loading-spinner .7s linear infinite;
   animation: button-loading-spinner 1s linear infinite;
   border: 3px solid;
   border-color: #fff #fff transparent;
   border-radius: 50%;
   content: "";
   height: 18px;
   left: 50%;
   margin-left: -9px;
   margin-top: -9px;
   position: absolute;
   top: 50%;
   width: 18px
}

.button-loading.btn-fill-out {
   border: 1px solid var(--color-1st);
   color: transparent !important
}

.button-loading.btn-fill-out:before {
   background-color: transparent;
   border-color: var(--color-1st);
   border-bottom-color: transparent;
   width: 18px
}

.button-loading.btn-fill-out:after {
   display: none
}

.required:after {
   color: red;
   content: " *"
}

.newsletter-form .newsletter-message {
   display: block;
   margin-bottom: 10px;
   width: 100%
}

.newsletter-form .newsletter-message.newsletter-success-message {
   color: #58d0da
}

.newsletter-form .newsletter-message.newsletter-error-message {
   color: #fcb800
}

@-webkit-keyframes button-loading-spinner {
   0% {
      transform: rotate(0)
   }

   to {
      transform: rotate(1turn)
   }
}

@keyframes button-loading-spinner {
   0% {
      transform: rotate(0)
   }

   to {
      transform: rotate(1turn)
   }
}

#alert-container {
   position: fixed;
   right: 5px;
   top: 100px;
   z-index: 9999999
}

#alert-container .alert {
   box-shadow: 0 4px 10px 0 rgba(3, 3, 3, .1);
   font-weight: 400;
   margin-bottom: 10px;
   max-width: 450px !important;
   min-height: 45px !important;
   padding: 15px 40px 15px 60px;
   position: relative
}

#alert-container .alert.alert-success {
   background-color: #bff9d0;
   color: #299c77
}

#alert-container .alert .message-icon {
   fill: #299c77;
   stroke: #299c77;
   font-size: 20px;
   left: 5%;
   position: absolute;
   top: 30%
}

#alert-container .alert.alert-dismissible .close {
   font-size: 10px;
   padding: 0;
   position: absolute;
   right: 15px;
   top: 20px
}

body.show-admin-bar #alert-container {
   top: 140px
}

body.show-admin-bar .header.header--product.header--sticky .navigation,
body.show-admin-bar .header.header--sticky .header__top,
body.show-admin-bar .header.header--sticky .navigation--mobile,
body.show-admin-bar .ps-filter--sidebar,
body.show-admin-bar .ps-panel--sidebar {
   top: 40px
}

body.show-admin-bar #avatar-modal {
   top: 80px
}

.half-circle-spinner,
.half-circle-spinner * {
   box-sizing: border-box
}

.half-circle-spinner {
   border-radius: 100%;
   height: 60px;
   margin: 20px auto;
   position: relative;
   width: 60px
}

.half-circle-spinner .circle {
   border: 3px solid transparent;
   border-radius: 100%;
   content: "";
   height: 100%;
   position: absolute;
   width: 100%
}

.half-circle-spinner .circle.circle-1 {
   -webkit-animation: half-circle-spinner-animation 1s infinite;
   animation: half-circle-spinner-animation 1s infinite;
   border-top-color: var(--color-1st)
}

.half-circle-spinner .circle.circle-2 {
   -webkit-animation: half-circle-spinner-animation 1s infinite alternate;
   animation: half-circle-spinner-animation 1s infinite alternate;
   border-bottom-color: var(--color-1st)
}

@-webkit-keyframes half-circle-spinner-animation {
   0% {
      transform: rotate(0)
   }

   to {
      transform: rotate(1turn)
   }
}

@keyframes half-circle-spinner-animation {
   0% {
      transform: rotate(0)
   }

   to {
      transform: rotate(1turn)
   }
}

.menu>.current-menu-item>a {
   color: #fff
}

.rating_wrap .rating {
   display: inline-block;
   font-family: FontAwesome !important;
   height: 20px;
   overflow: hidden;
   position: relative;
   vertical-align: top;
   width: -webkit-fill-available;
}

.rating_wrap .rating:before {
   color: #ff8a00;
   content: "\f005\f005\f005\f005\f005";
   float: left;
   font-size: 18px;
   left: 0;
   letter-spacing: 2px;
   position: absolute;
   top: 0
}

.rating_wrap .rating_num {
   color: #696969;
   display: inline-block;
   font-size: 13px
}

.rating_wrap .product_rate {
   color: #edb867;
   font-family: FontAwesome !important;
   left: 0;
   overflow: hidden;
   padding-top: 1.5em;
   position: absolute;
   top: 0
}

.rating_wrap .product_rate:before {
   content: "\f005\f005\f005\f005\f005";
   font-size: 13px;
   left: 0;
   letter-spacing: 2px;
   position: absolute;
   top: 0
}

.product__attribute {
   align-items: center;
   display: flex;
   flex-flow: row nowrap
}

.product__attribute>* {
   flex-basis: 100%
}

.product__attribute>label {
   flex: 1;
   margin-bottom: 0;
   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 .color-swatch .attribute-swatch-item.pe-none span,
.product__attribute .text-swatch .attribute-swatch-item.pe-none span {
   color: gray;
   cursor: unset;
   opacity: .7
}

.product__attribute .color-swatch .attribute-swatch-item.pe-none span:after,
.product__attribute .color-swatch .attribute-swatch-item.pe-none span:before,
.product__attribute .text-swatch .attribute-swatch-item.pe-none span:after,
.product__attribute .text-swatch .attribute-swatch-item.pe-none span:before {
   border-top: 1px dashed #999;
   content: "";
   height: 0;
   left: 0;
   position: absolute;
   top: 50%;
   width: 100%
}

.product__attribute .color-swatch .attribute-swatch-item.pe-none span:before,
.product__attribute .text-swatch .attribute-swatch-item.pe-none span:before {
   transform: rotate(45deg)
}

.product__attribute .color-swatch .attribute-swatch-item.pe-none span:after,
.product__attribute .text-swatch .attribute-swatch-item.pe-none span:after {
   transform: rotate(-45deg)
}

.product__color {
   padding-bottom: 10px
}

.product__color ol,
.product__color ul {
   list-style: none;
   margin: 0;
   padding: 0
}

.product__color .color-swatch li {
   display: inline-block;
   margin-right: 5px;
   vertical-align: top
}

.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=checkbox],
.text-swatch li input[type=radio] {
   display: none
}

.text-swatch li input[type=checkbox]:checked~span,
.text-swatch li input[type=radio]:checked~span {
   border: 1px solid var(--color-1st)
}

.text-swatch li input[type=checkbox]:checked~span:after,
.text-swatch li input[type=radio]:checked~span:after {
   bottom: -5px;
   color: #fff;
   content: "\e934";
   font-family: Linearicons !important;
   font-size: 8px;
   height: 16px;
   overflow: hidden;
   position: absolute;
   right: -8px;
   width: 16px
}

.text-swatch li input[type=checkbox]:checked~span:before,
.text-swatch li input[type=radio]:checked~span:before {
   border: 16px solid transparent;
   border-bottom: 16px solid var(--color-1st);
   bottom: -1px;
   content: "";
   position: absolute;
   right: -16px
}

.text-swatch li span {
   background-color: #fff;
   border: 1px solid #ccc;
   cursor: pointer;
   display: inline-block;
   overflow: hidden;
   padding: 5px 15px;
   position: relative;
   transition: .2s
}

.widget__title {
   font-size: 1.25rem;
   font-weight: 600;
   letter-spacing: .3px;
   margin-bottom: 20px;
   text-transform: capitalize
}

.attribute-values ul {
   list-style: none;
   margin: 0;
   padding: 0
}

.widget--colors .color-swatch li {
   display: inline-block;
   margin-bottom: 5px;
   margin-right: 10px;
   vertical-align: top
}

.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 {
   border-radius: 50%;
   cursor: pointer;
   display: block;
   height: 25px;
   position: relative;
   width: 25px
}

.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 {
   border: 2px solid var(--color-1st);
   border-radius: 50%;
   bottom: -4px;
   content: "";
   display: block;
   left: -4px;
   position: absolute;
   right: -4px;
   top: -4px
}

.custom-checkbox.disabled label,
.custom-radio.disabled label {
   position: relative
}

.custom-checkbox.disabled label:after,
.custom-checkbox.disabled label:before,
.custom-radio.disabled label:after,
.custom-radio.disabled label:before {
   background-color: var(--color-2nd);
   content: "";
   height: 90%;
   left: 50%;
   position: absolute;
   top: 50%;
   transform-origin: 50% 50%;
   transition: all .4s ease;
   width: 1px;
   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: .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: var(--color-1st)
}

.ps-list--categories .sub-toggle i:before {
   display: none
}

.ps-list--categories .sub-toggle:after {
   transform: translateX(-50%) rotate(90deg)
}

.ps-list--categories .sub-toggle:after,
.ps-list--categories .sub-toggle:before {
   background-color: #292b2c;
   content: "";
   height: 1px;
   left: 50%;
   position: absolute;
   top: 50%;
   width: 12px
}

.ps-list--categories .sub-toggle:before {
   transform: translateX(-50%)
}

.ps-list--categories .sub-toggle.active:after {
   display: none
}

#homepage-1 .ps-product-list,
#homepage-1 .ps-top-categories {
   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, .1)
}

.ps-form--quick-search .form-group--icon {
   cursor: pointer;
   float: left;
   height: 42px;
   line-height: 42px;
   position: relative;
   width: auto
}

.ps-form--quick-search .form-group--icon .product-cat-label {
   background-color: #fff;
   border: none;
   border-radius: 5px 0 0 5px;
   border-right: 1px solid #ccc;
   color: #000;
   height: 100%;
   padding-left: 18px;
   padding-right: 30px;
   position: relative;
   white-space: nowrap
}

.ps-form--quick-search .form-group--icon .product-cat-label:after {
   color: #000;
   content: "\e93a";
   display: inline-block;
   font: normal normal normal 14px/1 linearicons;
   font-size: 10px;
   position: absolute;
   right: 12px;
   top: 17px
}

.ps-form--quick-search .form-group--icon .form-control {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   cursor: pointer;
   height: 100%;
   left: 0;
   min-height: 42px;
   opacity: 0;
   padding-left: 10px;
   position: absolute;
   top: 0;
   width: 100%;
   z-index: 10
}

.ps-product-list .ps-section__links li a.active {
   
   color: #669900 !important;
}

.ps-product--quickview .ps-product__actions a,
.ps-product__shopping .ps-product__actions a {
   border: none;
   border-radius: 50%;
   height: 40px;
   line-height: 46px;
   text-align: center;
   width: 40px
}

.ps-product--quickview .ps-product__actions a:hover,
.ps-product__shopping .ps-product__actions a:hover {
   
   background-color: #33406a;
}

.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 {
   cursor: not-allowed;
   opacity: .5
}

#product-page .navigation--list {
   display: none !important
}

form .navigation--mobile-product>* {
   border-radius: 0;
   font-size: 16px
}

.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 {
   -webkit-animation: button-loading-spinner .7s linear infinite;
   animation: button-loading-spinner 1s linear infinite;
   border-color: var(--color-1st);
   border-bottom-color: transparent;
   border-radius: 50%;
   border-style: solid;
   border-width: 1px;
   content: "";
   height: 18px;
   left: 50%;
   margin-left: -9px;
   margin-top: -9px;
   position: absolute;
   top: 50%;
   width: 18px
}

.ps-product--cart-mobile.content-loading:after,
.ps-table--shopping-cart.content-loading:after {
   background: rgba(0, 0, 0, .02);
   bottom: -10px;
   content: "";
   left: -10px;
   position: absolute;
   right: -10px;
   top: -10px
}

.modal-close {
   cursor: pointer
}

.block--review .block__header {
   align-items: center;
   display: flex;
   justify-content: flex-start
}

.block--review .block__header img {
   border: 1px solid #ddd;
   border-radius: 50%
}

.block--review .block__header h5 {
   color: #000;
   font-size: 14px;
   font-weight: 600;
   line-height: 1.6em;
   margin-bottom: 5px
}

.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 {
   background-color: #f5f5f5;
   margin: 0 0 40px;
   padding: 20px
}

.block--product-reviews>.block__header h2 {
   color: #000;
   font-size: 16px;
   font-weight: 500;
   margin-bottom: 0
}

.block--product-reviews>.block__header p {
   color: #000;
   font-weight: 600
}

.block--product-reviews>.block__header p i {
   font-size: 16px;
   margin-right: 0
}

.block--product-reviews>.block__header p span {
   color: #000;
   font-weight: inherit;
   margin-left: .5em
}

.block--product-reviews>.block__header .ps-review__filter-select {
   min-width: 130px
}

.block--product-reviews .block--review {
   border-bottom: 1px solid #e5e5e5;
   margin-bottom: 15px;
   padding-bottom: 15px
}

.block--product-reviews .block--review .block__header .block__info>p {
   color: #999;
   margin-bottom: 10px
}

.block--product-reviews .block--review .block__header .block__info strong {
   color: #666
}

.block--product-reviews .block--review:last-child {
   border-bottom: none;
   margin-bottom: 25px;
   padding-bottom: 25px
}

.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: #fff;
   min-height: 0
}

.ps-my-account .ps-form--account {
   max-width: 500px;
   padding-top: 60px;
   width: 100%;
}

.ps-my-account .ps-form--account .ps-form__content {
   background-color: #f1f1f1;
   padding: 30px
}

.ps-my-account .ps-form--account .ps-form__content h4 {
   margin-bottom: 30px;
   text-align: center
}

.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 .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;
   margin-top: 5px;
   text-align: left
}

.widget_shop .ps-slider__meta span {
   margin: 0
}

.widget_shop figure {
   border: none;
   border-top: 1px solid #ccc;
   padding-bottom: 0;
   
}

.menu--product-categories .menu--dropdown>li.menu-item-has-children>a:after {
   color: #999;
   content: "\e93c";
   display: inline-block;
   font: normal normal normal 14px/1 linearicons;
   font-size: 11px;
   font-weight: 600;
   position: absolute;
   right: -10px;
   top: 50%;
   transform: translateY(-50%)
}

.menu--product-categories .menu--dropdown>li.menu-item-has-children:hover>a:after {
   color: #000
}

.pagination .page-item .page-link {
   background-color: #f5f5f5;
   border: none;
   color: #000;
   display: inline-block;
   font-size: 14px;
   line-height: 32px;
   padding: 0 14px;
   position: relative;
   vertical-align: middle;
   z-index: 30
}

.pagination .page-item.disabled .page-link {
   color: #6c757d;
   cursor: auto;
   pointer-events: none
}

.pagination .page-item a.page-link:hover,
.pagination .page-item.active .page-link {
   background-color: var(--color-1st);
   color: #000
}

.ps-table--wishlist tbody tr td {
   padding: 10px
}

.spinner-icon {
   display: none;
   position: absolute;
   right: 110px;
   top: 12px
}

.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: 5px;

}

.ps-product--wide .ps-product__shopping .ps-product__actions li a:hover i {
    color: #669900;
}

#homepage-1 .ps-site-features {
   padding-bottom: 40px
}

#recommended-products .ps-product .ps-product__actions li,
.ps-customer-bought .ps-product .ps-product__actions li {
   margin-right: 3px
}

.navigation__extra .ps-dropdown-menu>li a:hover {
   color: var(--color-1st)
}

.ps-footer__copyright p:last-child span {
   display: inline-block;
   margin-left: 20px;
   vertical-align: middle
}

.ps-btn--small {
   padding: .5rem .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: 80px
   }

   .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 {
      max-width: 100%;
      width: 100%
   }

   .ps-panel--sidebar .ps-cart--mobile .cart-empty-message {
      display: inline-block;
      text-align: center;
      width: 100%
   }

   .header--mobile .ps-block--user-header {
      display: inline-block;
      margin-top: 5px
   }

   .header--mobile .ps-block--user-header a:focus,
   .header--mobile .ps-block--user-header a:hover {
      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 {
   background-color: rgba(0, 0, 0, .3);
   color: #fff
}

.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-x: hidden;
   overflow-y: auto
}

@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-download-app .ps-btn,
.ps-form--quick-search button,
.ps-newsletter .ps-btn {
   white-space: nowrap
}

.ps-cart--mobile .ps-cart__footer h5 {
   display: block;
   font-size: 14px;
   font-weight: 400;
   margin-bottom: 10px
}

.ps-cart--mobile .ps-cart__footer h5 strong {
   color: #333;
   float: right
}

@media (min-width:768px) {
   #homepage-1 .ps-home-banner .ps-banner {
      min-height: 400px
   }
}

.header .header__extra,
.header .menu--product-categories .menu__toggle i,
.header .menu--product-categories .menu__toggle span,
.header .navigation .menu>li>a,
.header .navigation__extra>li a,
.header .ps-block--user-header .ps-block__right a {
   color: var(--header-text-color)
}

.header .navigation__extra>li:after {
   background-color: var(--header-text-color)
}

.header .header__top {
   border-bottom-color: var(--header-diliver-border-color)
}

.header .header__extra span,
.header .ps-form--quick-search button {
   background-color: #33406a;
   color: var(--header-button-text-color)
}

.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,
.header .navigation .menu>.current-menu-item>a,
.header .navigation .menu>.current-menu-item>a:hover,
.header .ps-block--user-header .ps-block__right a:hover {
   color: var(--header-text-hover-color)
}

.ps-btn,
button.ps-btn {
   color: var(--button-text-color)
}

.mt-card-avatar .mt-overlay>span {
   font-size: 15px;
   left: 0;
   right: 0;
   top: 32%
}

.ps-btn.ps-btn--gray.ps-btn--sm,
button.ps-btn.ps-btn--gray.ps-btn--sm {
   font-size: 1.2rem
}

#product-quickview {
   z-index: 9999
}

#product-quickview .ps-product--quickview {
   display: block
}

@media (max-width:768px) {
   #product-quickview .modal-dialog .modal-content {
      padding: 40px 20px 20px
   }

   .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 {
   border-bottom: 1px solid transparent;
   padding: 20px
}
 

.ps-product:hover .ps-product__content {
   height: auto;
   opacity: 1;
   visibility: visible
}

.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 {
      margin-bottom: 0;
      top: 0
   }
}

.shop-url-wrapper.content-loading {
   position: relative
}

.shop-url-wrapper.content-loading:before {
   -webkit-animation: button-loading-spinner .7s linear infinite;
   animation: button-loading-spinner 1s linear infinite;
   border-color: var(--color-1st);
   border-bottom-color: transparent;
   border-radius: 50%;
   border-style: solid;
   border-width: 1px;
   content: "";
   height: 18px;
   left: 50%;
   margin-left: -9px;
   margin-top: -9px;
   position: absolute;
   top: 50%;
   width: 18px
}

.shop-url-wrapper.content-loading:after {
   background: rgba(0, 0, 0, .02);
   bottom: -10px;
   content: "";
   left: -10px;
   position: absolute;
   right: -10px;
   top: -10px
}

.ps-product--cart-mobile .ps-product__content small {
   font-size: 13px
}

.ps-cart__items .ps-cart__items__body .sold-by a,
.ps-container .ps-section__content .sold-by a {
   color: var(--color-1st);
   font-size: 13px
}

.ps-cart__items .ps-cart__items__body .sold-by small,
.ps-container .ps-section__content .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 {
   max-width: 50px;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap
}

.ps-shopping-cart .table-responsive {
   padding: 0 10px
}

.ps-shopping-cart .table-responsive .ps-table--shopping-cart.content-loading:after {
   left: -10px;
   right: -10px
}

.ps-shopping-cart .ps-table--shopping-cart.content-loading {
   position: relative
}

.ps-shopping-cart .ps-table--shopping-cart.content-loading:before {
   -webkit-animation: button-loading-spinner .7s linear infinite;
   animation: button-loading-spinner 1s linear infinite;
   border-color: var(--color-1st);
   border-bottom-color: transparent;
   border-radius: 50%;
   border-style: solid;
   border-width: 1px;
   content: "";
   height: 18px;
   left: 50%;
   margin-left: -9px;
   margin-top: -9px;
   position: absolute;
   top: 50%;
   width: 18px
}

.ps-shopping-cart .ps-table--shopping-cart.content-loading:after {
   background: rgba(0, 0, 0, .02);
   bottom: 0;
   content: "";
   left: 0;
   position: absolute;
   right: 0;
   top: -10px
}

.ps-block--category {
   padding: 10px
}

.ps-block--category p {
   max-width: 100%;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   text-align: center !important;
}

.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 {
   margin-top: 1px;
   vertical-align: top
}

.ps-btn.ps-btn--danger {
   background-color: #fff;
   border: 1px solid #dc3545;
   color: #dc3545
}

.ps-btn.ps-btn--danger:hover {
   background-color: #dc3545;
   color: #fff
}

.navigation__extra>li {
   margin-right: 5px;
   padding-right: 15px
}

.ps-dropdown.language>span {
   display: block;
   padding-right: 20px;
   position: relative
}

.ps-dropdown.language>span:after {
   content: "\e93a";
   font: normal normal normal 12px/1 linearicons;
   position: absolute;
   right: 0;
   top: 50%;
   transform: translateY(-50%)
}

.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
   }
}

@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 {
      text-align: center;
      width: 100%
   }
}

.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 {
 height: 80px;
 aspect-ratio: 4/2;
 object-fit: contain;
}

#tab-faq .card-header {
   background: #fff
}

#tab-faq .card-header h2 button {
   background: #fff;
   color: #333;
   display: block;
   font-size: 16px;
   font-weight: 600;
   position: relative;
   text-decoration: none !important;
   width: 100%
}

#tab-faq .card-header h2 button:after {
   background-image: url("data:image/svg+xml;charset=utf-8,%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-position: 50%;
   background-repeat: no-repeat;
   background-size: 1.25rem;
   border: 1px solid #ced4da;
   border-radius: 50%;
   color: #ced4da;
   content: "";
   height: 40px;
   line-height: 30px;
   position: absolute;
   right: 0;
   top: -4px;
   transform: scale(.7) !important;
   transition: transform .2s ease-in-out;
   width: 40px
}

#tab-faq .card-header h2 button:not(.collapsed):after {
   background-image: url("data:image/svg+xml;charset=utf-8,%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: #666
}

.ps-custom-scrollbar .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
   background: hsla(0, 0%, 80%, .9)
}

.ps-custom-scrollbar .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.ps-custom-scrollbar .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
   border-radius: 0 !important;
   opacity: 1 !important;
   width: 6px
}

.widget_shop select.form-control {
   height: 36px
}

#homepage-1 .ps-shop-brand {
   margin: 0 auto;
   max-width: 1650px;
   padding: 0 15px
}

.navigation__right .sub-menu>li.menu-item-has-children>.sub-toggle {
   display: inline-block;
   position: absolute;
   right: 0;
   top: 0;
   z-index: 20
}

.navigation__right .sub-menu>li.menu-item-has-children>.sub-toggle:after {
   background: 0 0;
   color: #999;
   content: "\e93c";
   display: inline-block;
   font: normal normal normal 14px/1 linearicons;
   font-size: 8px;
   font-weight: 600;
   height: auto;
   position: absolute;
   right: -10px;
   top: calc(50% - 3px);
   transform: translateY(-50%);
   width: 10px
}

.navigation__right .sub-menu>li.menu-item-has-children>.sub-toggle:before {
   display: none
}

.footer-payments img {
   max-height: 30px
}

input.qty-input::-webkit-inner-spin-button,
input.qty-input::-webkit-outer-spin-button {
   -webkit-appearance: none;
   margin: 0
}

input.qty-input[type=number] {
   -moz-appearance: textfield
}

  

.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, .header .navigation .menu>.current-menu-item>a, .header .navigation .menu>.current-menu-item>a:hover, .header .ps-block--user-header .ps-block__right a:hover {
 color: #344069;
 text-decoration: underline;
 
}


.sub-menu>li>a:hover {
 color: #669900;
}

.mega-menu .mega-menu__list li a:hover {
 /*color: #669900;*/
 color: #344069;
}


ul.navigation__extra {
 display: none;
}


ul.menu li + li {
 margin-left: 3px;
}

ul.menu li + li {
 margin-left: -11px;
}

 

#homepage-1 .ps-home-banner .ps-container>* {
 max-width: 100%;
}

#homepage-1 .ps-home-banner .ps-section__left {
 max-width: 100% !important;
}

#homepage-1 .ps-home-banner {
 margin-bottom: 30px;
 padding-top: 0px;
}


form.ps-form--quick-search {
 }
 
a.header__extra.btn-compare {
 display: none;
}


a.header__extra.btn-wishlist {
 display: none;
}

.ps-cart--mini{
   display: none;
}

.menu>li>a {
 font-size: 14px;
}


.ps-block--user-header .ps-block__right {
 
 padding-left: 7px;
 display: inline-flex;
 align-items: center;
}

 
.ps-block--user-header .ps-block__right a {
 display: block;
 font-weight: 500;
/*  line-height: 18px;*/
line-height: unset;
padding-left: 0;
margin: 0;
}

 
.header .header__extra span {
 align-items: center;
 background-color: #000;
 border-radius: 50%;
 bottom: 22px;
 color: #fff;
 display: flex;
 height: 20px;
 justify-content: center;
 position: absolute;
 right: -6px;
 vertical-align: top;
 width: 20px;
 left: 14px;
}

.ps-product .ps-product__title:hover {
 color: #669900;
}

p.ps-product__vendor a:hover {
 color: #669900;
}
 
.header .header__top {
 border-bottom-color: rgb(143 143 143 / 15%);
}

.header .header__top {
 background-color: #ffffff;
 border-bottom: 1px solid rgba(0,0,0,.15);
 padding: 25px 0;
}

ul.menu--dropdown {
   height: auto;
   max-height: 701px !important;
   overflow: auto;
}

.box-image {
 display: flex;
 align-items: center;
 justify-content: center;
}

.box-image img {
 width: 60px !important;
 height: 60px !important;
 border-radius: 10px;
}

.category {
 display: flex;
 align-items: center;
 margin-bottom: 25px;
}

section.category {
 padding: 20px 0;
 overflow: hidden;
}

.text h4 {
 font-size: 18px;
 font-weight: 600;
 color: #000;
}

.text p {
 font-size: 12px;
 line-height: normal;
 color: #000;
}

.text {
 margin-left: 20px;
}


.col-12.col-md-3.mobile {
 border: 1px solid#000;
 padding: 30px;
}

.col-12.col-md-6.mobile {
 border: 1px solid#000;
 padding: 30px;
}
 

.ps-block__right p {
 justify-content: center;
 display: flex;
}



@media (max-width: 520px){
 .ps-block__right p{
   justify-content: left;
   display: flex;
}
}

 
.ps-product .ps-product__actions li a{
   color:#000;
}

.ps-product .ps-product__actions li a:hover{
   color:#fff !important;
}
 
article.ps-product--header-sticky {
 display: none;
}

.col-12.col-md-3.mobile {
 border: 1px solid#000;
 padding: 30px;
 border-bottom: none;
 border-right: none;
}

.col-12.col-md-6.mobile {
 border: 1px solid#000;
 padding: 30px;
 border-bottom: none;
}

.col-12.col-md-3.tablet {
 border: 1px solid#000;
 padding: 30px;
 border-right: none;
}


.col-12.col-md-6.tablet {
 border: 1px solid #000;
 padding: 30px;
}
 
.ps-product__shopping.top_ {
  border: none;
 text-align: end;
  
}

.ps-product__actions.top1_ {
 margin-bottom: 0px;
}


.rating_wrap.top2_ {
 margin-bottom: 20px;
}


.topic-list {
 line-height: 32px;
}

.ps-list--categories ul li a {
 display: block;
 line-height: 22px;
 color: #000000 !important;
}

ul.ps-list--categories li a:hover {
 color: #669900 !important;
}
 
.main-title h3 {
 color: #000;
    }

 .mail {
     
 }
 .mail {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 125%;
    color: #7D7D7D;
 }

 .mail span {
    font-size: 15px;
 
line-height: 125%;
font-style: normal;
color: #5b5b5b;
}
 
.bussniess.type h6 {
 font-family: 'Segoe UI';
 font-style: normal;
 font-weight: 600;
 font-size: 15px;
 line-height: 125%;
 color: #7D7D7D;
 margin-top: 10px;
}

.website {
 margin-left: 100px;
}

.contact {
 margin: 0 100px;
}

.space {
 margin-left: 9px;
}

.space span {
 font-size: 15px;
  
 line-height: 125%;
 font-style: normal;
 color: #5b5b5b !important;
}

.right-side {
 margin: 0 60px;
}

.bussniess.type span {
   font-size: 15px;
   font-weight: bold !important;
   line-height: 125%;
   font-style: normal;
   color: #5b5b5b;
   letter-spacing: 0.025em;
   display: block;
}

.website label{
   font-family: 'Segoe UI';
   font-style: normal;
   font-weight: 600;
   font-size: 15px;
   line-height: 125%;
   color: #7D7D7D;
   margin-top: 10px;
}

.contact h6{
   color: #7d7d7d;
   font-weight: 700;
   margin-bottom: 10px;
   margin-top: 0;
   position: relative;
   line-height: 25px;
   font-size: 15px !important;
}

.address p {
 font-family: 'Segoe UI';
 font-style: normal;
 font-weight: 500;
 font-size: 15px;
 line-height: 125%;
 color: #7d7d7d !important;
 margin-top: 30px;
}

.profile-social-icon ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

.profile-social-icon ul img{
   width: 26px !important;
   height: auto;
   object-fit: cover;
   object-position: center;
}

.profile-social-icon ul {
 list-style: none;
 margin: 0;
 padding: 0;
 display: flex;
 position: absolute;
 left: 354px;
 top: 73px;
}

.profile-social-icon ul li+li {
 margin-left: 4px;
}

.website\: {
 font-family: 'Segoe UI';
 font-style: normal;
 font-weight: 600;
 font-size: 15px;
 line-height: 125%;
 color: #7D7D7D;
}

.contact\: h6 {
 font-size: 15px;
 font-weight: bold;
 line-height: 125%;
 font-style: normal;
 color: #7d7d7d;
 
}

.Basic-info label {
 font-family: 'Segoe UI';
 font-style: normal;
 font-weight: 600;
 font-size: 15px;
 line-height: 125%;
 color: #7D7D7D;
 
}
 
.topic-list ul li {
 line-height: 30px;
 list-style: disc;
 text-align: justify;
 font-size: 18px;
}

b, strong {
 font-weight: inherit;
 font-weight: bolder;
  
}

.profile-social-icon {
 position: absolute;
 bottom: 81px;
  
}

.profile-social-icon ul li + li {
 margin-left: 15px;
}
 
.ps-form--quick-search .form-control{
   background-color: #e5e5e5 !important;
}

.ps-form--quick-search .form-group--icon {
 background-color: #e5e5e5 !important;
}

.ps-form--quick-search .form-group--icon .product-cat-label{
   background-color: #e5e5e5 !important;
}

 
p.header_career {
 background-color: rgb(255, 255, 255);
 color: rgb(0, 0, 0);
 font-size: 20px;
 font-style: normal;
 line-height: 1.2;
 word-spacing: 0px;
 margin: 0 auto;
 text-align: center !important;
 font-weight: bolder;
 margin-top: 62px !important;
}

.ps-list--dot >p {
 font-family: 'SF Pro Display' !important;
}

a:hover {
 color: black !important;
}


.ps-product-list .ps-section__links li a:hover {
 color: #669900 !important;
}
 
.menu>li>a:hover {
   color: #344069 !important; 
}

.header .ps-block--user-header .ps-block__right a:hover {
 color: #669900 !important;
}


.ps-list--dot > p {
 font-family: 'Segoe UI' !important;
}

.ps-product__desc p a strong {
 color: #324069 !important;
}

button.btn.btn-outline-warning.col-md-12 {
 margin-top: 16px;
}

div#steel-stainless-steel-products-components form{
   display: none; 
}


div#steel-stainless-steel-products-components .ps-product__title{
   font-size: 20px;
   pointer-events: none;
}

div#steel-stainless-steel-products-components .ps-product__thumbnail{
   pointer-events: none;   
}
  
.b2blr {
  position: relative;
  padding: 20px 0;
}

.brand_blur {
  position: absolute;
  top: 0;
  background-color: #ffffff38;
  height: 100%;
  width: 100%;
  z-index: 1;
  backdrop-filter: blur(10px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.brand_blur p {
   font-size: 40px;
   color: #000;
   margin: 0;
}
 