@font-face {
    font-family: 'Maax';
    src: url('../fonts/Maax-Medium.eot');
    src: local('Maax Medium'), local('Maax-Medium'), url('../fonts/Maax-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Maax-Medium.woff') format('woff'), url('../fonts/Maax-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Maax';
    src: url('../fonts/Maax-Italic.eot');
    src: local('Maax Italic'), local('Maax-Italic'), url('../fonts/Maax-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/Maax-Italic.woff') format('woff'), url('../fonts/Maax-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Maax';
    src: url('../fonts/Maax-BoldItalic.eot');
    src: local('Maax BoldItalic'), local('Maax-BoldItalic'), url('../fonts/Maax-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Maax-BoldItalic.woff') format('woff'), url('../fonts/Maax-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Maax';
    src: url('../fonts/Maax-Black.eot');
    src: local('Maax Black'), local('Maax-Black'), url('../fonts/Maax-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Maax-Black.woff') format('woff'), url('../fonts/Maax-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Maax';
    src: url('../fonts/Maax.eot');
    src: local('Maax'), url('../fonts/Maax.eot?#iefix') format('embedded-opentype'), url('../fonts/Maax.woff') format('woff'), url('../fonts/Maax.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Maax';
    src: url('../fonts/Maax-Bold.eot');
    src: local('Maax Bold'), local('Maax-Bold'), url('../fonts/Maax-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Maax-Bold.woff') format('woff'), url('../fonts/Maax-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Maax';
    src: url('../fonts/Maax-Mediumitalic.eot');
    src: local('Maax MediumItalic'), local('Maax-Mediumitalic'), url('../fonts/Maax-Mediumitalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Maax-Mediumitalic.woff') format('woff'), url('../fonts/Maax-Mediumitalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

:root {
    --space-unit: 1em;
    --space-xxxxs: calc(0.09 * var(--space-unit));
    --space-xxxs: calc(0.146 * var(--space-unit));
    --space-xxs: calc(0.236 * var(--space-unit));
    --space-xs: calc(0.382 * var(--space-unit));
    --space-sm: calc(0.618 * var(--space-unit));
    --space-md: calc(1 * var(--space-unit));
    --space-lg: calc(1.618 * var(--space-unit));
    --space-xl: calc(2.618 * var(--space-unit));
    --space-xxl: calc(4.236 * var(--space-unit));
    --space-xxxl: calc(6.854 * var(--space-unit));
    --space-xxxxl: calc(11.08 * var(--space-unit));
    --component-padding: var(--space-xxxl);
}


/*1. RESET AND TYPHOGRAPHY */

* {
    font-family: 'Maax';
    scroll-behavior: smooth;
}

html {
    font-size: 14px;
    font-weight: 400;
}

body {
    font-size: 16px;
    color: #191919;
    font-family: 'Maax' !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    color: #191919;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 500;
    font-family: 'Maax';
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

p {
    font-size: 16px;
    line-height: 1.6em;
    color: #191919;
    font-family: 'Maax';
}

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

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

a:hover {
    color: #D9121F;
}

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

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

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

img {
    max-width: 100%;
}

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

figure {
    margin: 0;
}

.tooltip-inner {
    background-color: #E5E5E5 !important;
    color: #191919;
    font-size: 12px;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #E5E5E5 !important;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #E5E5E5 !important;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #E5E5E5 !important;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #E5E5E5 !important;
}

.desktop-only {
    display: none !important;
}

@media (min-width: 768px) {
    .desktop-only {
        display: block !important;
    }
}

@media (min-width: 768px) {
    .mobile-only {
        display: none !important;
    }
}


/*2. ELEMENTS */

html,
body {
    min-height: 100%;
    position: relative;
}

@media (min-width: 576px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 100%;
    }
}

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

body {
    overflow-x: hidden;
}

.ps-list--social {
    margin: 0;
    padding: 0;
}

.ps-list--social li {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
}

.ps-list--social li a {
    display: inline-block;
    font-size: 14px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #636363;
    border: 1px solid #404040;
}

.ps-list--social li a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
}

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

.ps-list--social li a:hover i {
    color: #ffffff;
}

.ps-list--social li a.facebook {
    background-color: #3b5998;
}

.ps-list--social li a.facebook i {
    color: #ffffff;
}

.ps-list--social li a.twitter {
    background-color: #0084b4;
}

.ps-list--social li a.twitter i {
    color: #ffffff;
}

.ps-list--social li a.google-plus {
    background-color: #FF0000;
}

.ps-list--social li a.google-plus i {
    color: #ffffff;
}

.ps-list--social li a.instagram i {
    color: #C32AA3;
}

.ps-list--social li:last-child {
    margin-right: 0;
}

.ps-list--social.simple li {
    margin-right: 0;
}

.ps-list--social.simple li a {
    width: 30px;
    height: 30px;
    border: none;
    background-color: transparent;
}

.ps-list--social.square li {
    margin-right: 10px;
}

.ps-list--social.square li a {
    width: 85px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    border: none;
}

.ps-list--social-color {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ps-list--social-color li {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.ps-list--social-color li a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    width: 38px;
    height: 38px;
    color: #ffffff;
}

.ps-list--social-color li a.facebook {
    background-color: #1b4e9b;
}

.ps-list--social-color li a.facebook:hover {
    background-color: #296fda;
}

.ps-list--social-color li a.twitter {
    background-color: #00aeef;
}

.ps-list--social-color li a.twitter:hover {
    background-color: #3dcaff;
}

.ps-list--social-color li a.google-plus {
    background-color: #cc0000;
}

.ps-list--social-color li a.google-plus:hover {
    background-color: #ff1a1a;
}

.ps-list--social-color li a.linkedin {
    background-color: #2d567f;
}

.ps-list--social-color li a.linkedin:hover {
    background-color: #417cb7;
}

.ps-list--social-color li a.feed {
    background-color: #f86a02;
}

.ps-list--social-color li a.feed:hover {
    background-color: #fe9549;
}

.menu-toggle,
.ps-btn--hamburger {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50px;
    background-color: rgba(206, 135, 58, 0.6);
}

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

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

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

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

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

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

.menu-toggle.active span,
.ps-btn--hamburger.active span {
    transform: translateX(100%);
    visibility: hidden;
    opacity: 0;
}

.menu-toggle.active:before,
.menu-toggle.active:after,
.ps-btn--hamburger.active:before,
.ps-btn--hamburger.active:after {
    top: 50%;
    bottom: auto;
    width: 20px;
    transform-origin: 50% 50%;
    background-color: #fc354c;
}

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

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

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

.ps-btn,
button.ps-btn {
    font-size: 15px;
    font-weight: 500;
    box-shadow: none;
    text-shadow: none;
    cursor: pointer;
    text-align: center;
    padding: 10px 25px;
    line-height: 24px;
    display: inline-block;
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
}

.ps-btn--rounded,
button.ps-btn--rounded {
    border-radius: 10px;
}

.ps-btn--curve,
button.ps-btn--curve {
    border-radius: 5px;
}

.ps-btn--outline,
button.ps-btn--outline {
    background-color: white;
    border-color: #E5E5E5;
    color: #191919;
}

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

.ps-btn--gray,
button.ps-btn--gray {
    background-color: #808080 !important;
    border-color: #808080 !important;
    color: white !important;
}

.ps-btn--gray:hover,
button.ps-btn--gray:hover {
    background-color: #D9121F !important;
    border-color: #D9121F !important;
}

.ps-btn--danger,
button.ps-btn--danger {
    border-color: #ffffff !important;
    background-color: #ffffff !important;
    color: #e73e2d !important;
}

.ps-btn--danger:hover,
button.ps-btn--danger:hover {
    background-color: #191919 !important;
    border-color: #191919 !important;
    color: #ffff !important;
}

.ps-btn--dark,
button.ps-btn--dark {
    border-color: #191919 !important;
    background-color: #191919 !important;
    color: white !important;
}

.ps-btn--dark:hover,
button.ps-btn--dark:hover {
    background-color: #D9121F !important;
    border-color: #D9121F !important;
}

.ps-btn--disabled,
button.ps-btn--disabled {
    border-color: #E5E5E5 !important;
    background-color: #E5E5E5 !important;
    color: #F2F2F2 !important;
    opacity: 0.5;
}

.ps-btn:hover,
.ps-btn:active,
button.ps-btn:hover,
button.ps-btn:active {
    color: #fff;
    background-color: #D9121F;
    border-color: #D9121F;
}

.ps-btn--close {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    transition: all .4s ease;
    border-radius: 50%;
}

.ps-btn--close:before,
.ps-btn--close:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 50%;
    background-color: #9f9a98;
    transform-origin: center center;
    transition: all .4s ease;
}

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

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

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

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

.form-control {
    outline: none;
    height: 50px;
    font-size: 14px;
    padding: 0 20px;
    border: none;
    height: 50px;
    border-radius: 0;
    border: 1px solid #ddd;
    transition: all .4s ease;
    box-shadow: 0 0 0 transparent;
    background-color: transparent;
}

.form-control::-webkit-input-placeholder {
    opacity: 1;
    font-size: 14px;
}

.form-control::-moz-placeholder {
    opacity: 1;
    font-size: 14px;
}

.form-control:-moz-placeholder {
    opacity: 1;
    font-size: 14px;
}

.form-control:-ms-input-placeholder {
    opacity: 1;
    font-size: 14px;
}

.form-control:focus {
    outline: none;
    box-shadow: 0 0 0 #000;
    border-color: #F2F2F2;
}

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

.ps-checkbox {
    position: relative;
    display: block;
}

.ps-checkbox>input {
    position: absolute;
    visibility: hidden;
}

.ps-checkbox label {
    margin-bottom: 0;
    position: relative;
    padding-left: 30px;
    font-family: "Jost";
    color: rgba(25, 25, 25, 0.5);
    font-weight: 400;
    cursor: pointer;
}

.ps-checkbox label:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0px;
    height: 20px;
    width: 20px;
    z-index: 10;
    border: 1px solid #191919;
    transition: all .4s ease;
}

.ps-checkbox label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 7px;
    width: 6px;
    height: 10px;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    z-index: 10;
    opacity: 0;
    transform: rotate(0deg);
    transition: all .4s ease;
}

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

.ps-checkbox input[type=checkbox]:checked~label:after {
    transform: rotate(45deg);
    opacity: 1;
}

.ps-checkbox--circle label {
    font-size: 20px;
    font-weight: 600;
    color: #555;
}

.ps-checkbox--circle label:before {
    border-radius: 50%;
    border-color: #595959;
}

.ps-checkbox--circle input[type=checkbox]:checked~label:before {
    background-color: transparent;
}

.ps-checkbox--circle input[type=checkbox]:checked~label:after {
    background-color: #F2F2F2;
    border-radius: 50%;
    border: none;
    width: 14px;
    height: 14px;
    top: 3px;
    left: 3px;
}

.ps-checkbox--inline {
    display: inline-block;
    margin-bottom: 1rem;
}

.ps-checkbox--color {
    margin-right: 1rem;
}

.ps-checkbox--color>label {
    margin-bottom: 0;
    width: 20px;
    height: 20px;
    padding-left: 0;
    background-color: transparent;
    border-radius: 50%;
    transition: all .4s ease;
}

.ps-checkbox--color>label:before {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    border-radius: 50%;
}

.ps-checkbox--color>label:after {
    display: none !important;
}

.ps-checkbox--color input[type=radio]:checked~label {
    background-color: transparent;
}

.ps-checkbox--color input[type=radio]:checked~label:before {
    background-color: transparent;
    border: 1px solid #ccc;
}

.ps-checkbox--size {
    margin-right: 1rem;
}

.ps-checkbox--size>label {
    margin-bottom: 0;
    padding: 8px 20px;
    border: none;
    color: #222222;
    background-color: #f6f6f6;
    border-radius: 0;
    transition: all .4s ease;
}

.ps-checkbox--size>label:before,
.ps-checkbox--size>label:after {
    display: none;
}

.ps-checkbox--size input[type=checkbox]:checked~label {
    color: #ffffff;
    background-color: #a7a7a7;
}

.ps-radio {
    position: relative;
}

.ps-radio>input {
    position: absolute;
    visibility: hidden;
}

.ps-radio label {
    position: relative;
    margin-bottom: 0;
    padding-left: 30px;
    font-family: "Jost";
    color: #737373;
    font-weight: 400;
    cursor: pointer;
}

.ps-radio label:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0px;
    height: 20px;
    width: 20px;
    z-index: 10;
    border: 1px solid rgba(19, 8, 1, 0.2);
    background-color: #fff;
    transition: all .4s ease;
    border-radius: 50%;
}

.ps-radio label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    z-index: 15;
    opacity: 0;
    transform: scale(1.5, 1.5);
    transition: all .6s ease;
}

.ps-radio input[type=radio]:checked~label:before {
    background-color: transparent;
}

.ps-radio input[type=radio]:checked~label:after {
    background-color: #F2F2F2;
    border-radius: 50%;
    border: none;
    width: 8px;
    height: 8px;
    top: 6px;
    left: 6px;
    opacity: 1;
}

.ps-radio--inline {
    display: inline-block;
    margin-right: 20px;
}

.ps-radio--color {
    margin-right: 1rem;
}

.ps-radio--color>label {
    margin-bottom: 0;
    width: 20px;
    height: 20px;
    padding-left: 0;
    background-color: transparent;
    border-radius: 50%;
    transition: all .4s ease;
}

.ps-radio--color>label:before {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
}

.ps-radio--color>label:after {
    display: none !important;
}

.ps-radio--color input[type=radio]:checked~label {
    background-color: rgba(61, 196, 126, 0.5);
}

.form-group {
    margin-bottom: 2.5rem;
}

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

.form-group>label sup {
    color: #D9121F;
}

.form-group--inline {
    position: relative;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.form-group--inline>label {
    margin-bottom: 0;
    font-weight: 600;
    max-width: 160px;
}

.form-group--inline .form-group__content {
    width: 100%;
}

@media (max-width: 767px) {
    .form-group--inline {
        display: block;
    }
}

.form-group--number {
    display: inline-block;
    position: relative;
}

.form-group--number button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    max-width: 20px;
    color: #191919;
    font-size: 30px;
    border: none;
    background: none;
}

.form-group--number button.up {
    right: 12px;
}

.form-group--number button.up:before,
.form-group--number button.up:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    content: '';
    width: 14px;
    height: 1px;
    background-color: #191919;
}

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

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

.form-group--number button.down {
    left: 12px;
}

.form-group--number button.down:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    content: '';
    width: 14px;
    height: 1px;
    background-color: #191919;
    transform: translate(-50%, -50%) rotate(0deg);
}

.form-group--number .form-control {
    border: 2px solid #eaeaea;
    height: 45px;
    padding: 0 25px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #191919;
    background-color: transparent;
}

.form-group--number .form-control::-webkit-input-placeholder {
    color: #191919;
}

.form-group--number .form-control::-moz-placeholder {
    color: #191919;
}

.form-group--number .form-control:-moz-placeholder {
    color: #191919;
}

.form-group--number .form-control:-ms-input-placeholder {
    color: #191919;
}

.form-group--number-2 {
    position: relative;
}

.form-group--number-2 button {
    position: absolute;
    right: 5px;
    width: 12px;
    height: 12px;
    border: none;
    background-color: transparent;
    display: flex;
    justify-content: center;
    padding: 0;
}

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

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

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

.form-group--select i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

.form-group--select select {
    height: 40px;
    padding: 0 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 50px;
}

.form-group--nest {
    display: flex;
    flex-flow: row nowrap;
}

.form-group--nest .ps-btn {
    border-radius: 0 4px 4px 0;
    padding-left: 25px;
    padding-right: 25px;
}

.form-group--nest input {
    border-radius: 4px 0 0 4px;
    border-color: #ccc;
    border-right: none;
}

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

.form-group--icon button {
    right: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.form-group--icon button i:before {
    font-size: 20px;
}

.form-group--icon .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.ps-dropdown {
    position: relative;
    display: inline-block;
}

.ps-dropdown>a {
    position: relative;
    display: block;
    padding-right: 20px;
}

.ps-dropdown>a:after {
    content: "\e93a";
    font: normal normal normal 12px/1 linearicons;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.ps-dropdown ul {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 100;
    min-width: 120px;
    max-width: 200px;
    width: 100%;
    padding: 4px 0;
    background-color: #fff;
    box-shadow: 0 1px 1px 2px rgba(204, 204, 204, 0.2);
    visibility: hidden;
    opacity: 0;
    text-align: left;
}

.ps-dropdown ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.ps-dropdown ul li a {
    display: block;
    font-size: 1.3rem;
    color: #191919;
    padding: 6px 10px;
}

.ps-dropdown:hover ul {
    visibility: visible;
    opacity: 1;
}

.ps-dropdown.open ul {
    visibility: visible;
    opacity: 1;
}

.select2 {
    display: block;
    min-width: 100%;
}

.select2 .select2-selection--single {
    height: auto;
    outline: none;
    border-radius: 0;
}

.select2 .select2-selection--single .select2-selection__rendered {
    line-height: 20px;
    padding: 10px 15px;
}

.select2 .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 20px;
    height: 20px;
}

.select2 .select2-selection--single .select2-selection__arrow:before {
    content: '\f107';
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.select2 .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2 .select2-selection--multiple {
    min-height: 0;
    border: none !important;
}

.select2 .select2-selection--multiple .select2-selection__rendered {
    margin-bottom: 0;
    padding: 0;
    padding-left: 10px;
    vertical-align: top;
}

.select2 .select2-selection--multiple .select2-selection__rendered input {
    margin-top: 0;
    height: 40px;
    padding: 0 10px;
}

.select2 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    line-height: 20px;
    margin-right: 10px;
    margin-top: 10px;
}

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

.select2-container .select2-results li {
    color: #191919;
    font-size: 16px;
    padding: 6px 16px;
    background-color: white;
}

.select2-container .select2-results li.select2-results__option--highlighted {
    background-color: #D9121F;
}

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

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

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

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

.ps-color .ps-color__swatch {
    display: inline-block;
    margin-right: 10px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    vertical-align: middle;
}

.ps-color .ps-color__left i {
    font-size: 14px;
    color: #999;
    font-style: normal;
}

.ps-color .ps-color__right i {
    color: #eaeaea;
}

.ps-color.black .ps-color__swatch {
    background-color: #000;
}

.ps-color.blue .ps-color__swatch {
    background-color: #70849d;
}

.ps-color.gold .ps-color__swatch {
    background-color: #cc9900;
}

.ps-color.nude .ps-color__swatch {
    background-color: #cfa58f;
}

.ps-color.orange .ps-color__swatch {
    background-color: #cc6600;
}

.ps-color.red .ps-color__swatch {
    background-color: #990000;
}

.ps-color.active .ps-color__right i {
    color: #191919;
}

.ps-color.active .ps-color__right i:before {
    content: '\e999';
}

.ps-variant {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    z-index: 10;
    border: 1px solid #999;
    cursor: pointer;
}

.ps-variant__tooltip {
    position: absolute;
    bottom: 100%;
    left: 50%;
    padding: 5px 10px;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 2px;
    color: #ffffff;
    font-size: 12px;
    transition: all .4s ease;
    visibility: hidden;
    opacity: 0;
}

.ps-variant__tooltip:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    height: 0;
    width: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #000;
}

.ps-variant:last-child {
    margin-right: 0;
}

.ps-variant.ps-variant--size {
    position: relative;
    vertical-align: top;
    border: none;
    background-color: #f1f1f1;
    transition: all .4s ease;
}

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

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

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

.ps-variant.ps-variant--size:hover .ps-variant__size {
    color: #ffffff;
}

.ps-variant.ps-variant--color {
    border: 1px solid #ccc;
}

.ps-variant.ps-variant--color:before {
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ps-variant.ps-variant--color.color--1:before {
    background-color: #70849d;
}

.ps-variant.ps-variant--color.color--2:before {
    background-color: #cfa58f;
}

.ps-variant.ps-variant--color.color--3:before {
    background-color: #F06292;
}

.ps-variant.ps-variant--image img {
    border-radius: 50%;
    max-width: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ps-variant:hover .ps-variant__tooltip {
    visibility: visible;
    opacity: 1;
}

.ps-variant.active:before {
    border-color: #000;
}

.ps-variant.active .ps-variant__tooltip {
    visibility: visible;
    opacity: 1;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

.custom-control-label::before,
.custom-control-label::after {
    top: 3px;
    width: 13px;
    height: 13px;
}

.custom-control-label::before {
    background-color: white;
    border: 1px solid #F2F2F2;
}

.br-theme-fontawesome-stars .br-widget a.br-selected::after {
    color: #FD8D27;
}

.form-check .form-check-input {
    margin-top: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    background-color: white;
    display: none;
}

.form-check .form-check-input:focus {
    box-shadow: none;
}

.form-check .form-check-input:checked+label:before {
    background-color: #D9121F;
}

.form-check .form-check-input:checked+label:after {
    opacity: 1;
}

.form-check .form-check-label {
    margin: 0;
    position: relative;
    display: block;
    line-height: 22px;
    -webkit-padding-start: 23px;
    padding-inline-start: 23px;
    transition: all .35s ease-in-out 0s;
    cursor: pointer;
}

.form-check .form-check-label::before {
    content: "";
    width: 16px;
    height: 16px;
    background-color: white;
    position: absolute;
    left: 0;
    top: 3px;
    border-radius: 4px;
    transition: all .35s ease-in-out 0s;
    border: 1px solid #E5E5E5;
}

.form-check .form-check-label::after {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8'%3E%3Cpath fill='%23fff' d='M9.942 1.35L3.535 7.758 0 4.209l1.353-1.348 2.185 2.193L8.59 0l1.35 1.35z'/%3E%3C/svg%3E");
    position: absolute;
    left: 3px;
    top: 0;
    opacity: 0;
}

.ps-post {
    padding-bottom: 100px;
}

.ps-post .ps-post__title {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 20px;
    color: #191919;
}

.ps-post .ps-post__box {
    max-width: 810px;
    margin: auto;
}

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

.ps-post .ps-blog__badge {
    margin-bottom: 10px;
}

.ps-post .ps-badge__item {
    margin: 0 5px 5px;
    font-size: 12px;
    line-height: 20px;
    padding: 0 10px;
    border-radius: 40px;
    display: inline-block;
    color: white;
    background-color: #191919;
    font-weight: 500;
}

.ps-post .ps-blog__date {
    font-size: 13px;
    margin-bottom: 0;
}

.ps-post .ps-blog__banner {
    padding: 60px 0;
}

.ps-post .ps-blog__banner img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 400px;
    max-height: 690px;
}

.ps-post .ps-blog__heading {
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 40px;
    color: #191919;
}

.ps-post .ps-blog__list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
}

.ps-post .ps-blog__list li {
    font-size: 15px;
    padding: 5px 0;
}

.ps-post .ps-blog__list li::before {
    content: '\f00c';
    color: #D9121F;
    font-size: 75%;
    display: inline-block;
    font-weight: 900;
    font: normal normal normal 14px/1 FontAwesome;
    margin: -3px 10px 0 0;
}

.ps-post .ps-blog__text-large {
    margin-bottom: 40px;
    font-size: 22px;
    color: #191919;
}

.ps-post .ps-blog__text {
    margin-bottom: 40px;
    color: #191919;
    font-size: 15px;
}

.ps-post .ps-blog__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.ps-post .ps-blog__row {
    margin-bottom: 40px;
}

.ps-post .ps-section--blog {
    padding: 90px 0;
}

.ps-post .ps-about--info .container {
    padding-top: 60px;
    padding-bottom: 60px;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}

.ps-post .ps-product--carousel .container,
.ps-post .ps-blog__promo .container {
    padding-top: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #E5E5E5;
}

.ps-post .ps-blog__promo .ps-social {
    margin-top: 60px;
    margin-bottom: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .ps-post .ps-post__title {
        font-size: 40px;
        line-height: 45px;
    }
    .ps-post .ps-blog__heading {
        font-size: 35px;
        line-height: 40px;
    }
}

@media (min-width: 1280px) {
    .ps-post .ps-post__title {
        font-size: 55px;
        line-height: 60px;
    }
    .ps-post .ps-blog__heading {
        font-size: 40px;
        line-height: 45px;
    }
    .ps-post .ps-section--blog .ps-blog--latset .ps-blog__title a {
        font-size: 25px;
        line-height: 30px;
    }
}

.ps-pagination {
    padding: 30px;
}

.ps-pagination .pagination {
    margin-bottom: 0;
    justify-content: center;
}

.ps-pagination .pagination a {
    width: 34px;
    height: 34px;
    margin: 0 4px;
    font-size: 14px;
    color: #191919;
    font-weight: bold;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.ps-pagination .pagination a i {
    font-weight: bold;
}

.ps-pagination .pagination .active a {
    background-color: #191919;
    color: white;
    border-radius: 50%;
}

.ps-breadcrumb {
    list-style: none;
    padding: 20px 0 !important;
    margin: 0;
}

.ps-breadcrumb__item {
    position: relative;
    display: inline-block;
    color: #191919;
    font-size: 14px;
}

.ps-breadcrumb__item:before {
    content: '\203A';
    display: inline-block;
    border-radius: 50%;
    margin: 0 10px;
    color: #191919;
}

.ps-breadcrumb__item a {
    color: #191919;
    font-size: 14px;
}

.ps-breadcrumb__item a:hover {
    color: #D9121F;
}

.ps-breadcrumb__item a.active {
    font-weight: 500;
}

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

.ps-bought .container {
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    padding-top: 90px;
    padding-bottom: 90px;
}

.ps-bought .ps-bought__title {
    font-size: 25px;
    line-height: 26px;
    color: #191919;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center;
}

.ps-bought .ps-bought__product .ps-product--standard {
    display: flex;
}

.ps-bought .ps-bought__product .ps-product--standard .ps-product__mobile {
    display: none;
}

.ps-bought .ps-bought__product .ps-product--standard .ps-product__thumbnail {
    flex: 0 0 90px;
}

.ps-bought .ps-bought__product .ps-product--standard .ps-product__content {
    flex-grow: 1;
    padding: 0 0 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ps-bought .ps-bought__product li {
    margin-bottom: 30px;
    position: relative;
}

.ps-bought .ps-bought__product li:last-child::after {
    display: none;
}

.ps-bought .ps-bought__product li::after {
    content: '+';
    color: #191919;
    width: 24px;
    height: 24px;
    line-height: 24px;
    left: 35px;
    bottom: -27px;
    font-weight: 700;
    font-size: 14px;
    position: absolute;
    z-index: 1;
    text-align: center;
}

.ps-bought .ps-bought__content .form-check {
    padding-left: 0;
}

.ps-bought .ps-bought__list {
    padding: 25px 30px 0;
    list-style: none;
    margin: 0;
}

.ps-bought .ps-bought__list li {
    font-size: 15px;
    line-height: 22px;
    padding: 3px 0 5px;
}

.ps-bought .ps-bought__name {
    color: #191919;
    font-size: 15px;
    font-weight: 500;
}

.ps-bought .ps-bought__price {
    color: #191919;
    font-size: 14px;
}

.ps-bought .ps-bought__price.sale {
    color: #D9121F;
}

.ps-bought .ps-bought__del {
    font-size: 13px;
    color: #191919;
    margin-right: 10px;
    text-decoration: line-through;
}

.ps-bought .ps-bought__submit {
    padding-top: 20px;
}

.ps-bought .ps-bought__submit label {
    color: #191919;
    font-weight: 500;
    font-size: 14px;
}

.ps-bought .ps-bought__submit .ps-btn {
    width: 100%;
    margin-top: 15px;
}

.ps-bought .ps-bought__submit .ps-btn img {
    margin-right: 10px;
    filter: brightness(0) invert(1);
}

.ps-bought .ps-bought__submit .ps-btn:hover {
    background-color: white !important;
    color: #191919 !important;
    border-color: #191919 !important;
}

.ps-bought .ps-bought__submit .ps-btn:hover img {
    filter: none;
}

.ps-bought .ps-bought__total .price {
    color: #D9121F;
    font-weight: 500;
    font-size: 30px;
}

.ps-bought .ps-bought__total .del {
    font-size: 15px;
    margin-left: 10px;
    text-decoration: line-through;
    color: #999999;
}

@media (min-width: 768px) {
    .ps-bought .ps-bought__content {
        display: flex;
        padding-top: 10px;
    }
    .ps-bought .ps-bought__list {
        width: 60%;
        flex-basis: 60%;
        padding: 17px 20px;
    }
    .ps-bought .ps-bought__submit {
        width: 40%;
        flex-basis: 40%;
        padding: 0 0 0 20px;
    }
    .ps-bought .ps-bought__product {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 30px;
    }
    .ps-bought .ps-bought__product .ps-product--standard {
        display: block;
    }
    .ps-bought .ps-bought__product .ps-product--standard .ps-product__content {
        padding: 20px 0;
    }
    .ps-bought .ps-bought__product li {
        margin-bottom: 0;
    }
    .ps-bought .ps-bought__product li::after {
        right: -27px;
        left: auto;
        top: 30%;
        bottom: auto;
    }
}

@media (min-width: 992px) {
    .ps-bought .ps-bought__submit {
        width: 25%;
        flex-basis: 25%;
        padding: 25px 30px 30px 0;
    }
    .ps-bought .ps-bought__list {
        padding: 17px 30px;
        width: 75%;
        flex-basis: 75%;
    }
    .ps-bought .ps-bought__wapper {
        display: flex;
    }
    .ps-bought .ps-bought__content {
        width: 50%;
        flex-basis: 50%;
        display: block;
        padding-top: 0;
    }
    .ps-bought .ps-bought__product {
        flex-grow: 1;
        padding-right: 30px !important;
    }
    .ps-bought .ps-bought__list {
        width: 100%;
    }
    .ps-bought .ps-bought__submit {
        width: 100%;
        padding: 20px 0 0;
    }
}

@media (min-width: 1280px) {
    .ps-bought .ps-bought__title {
        font-size: 30px;
        line-height: 30px;
    }
    .ps-bought .ps-bought__total .price {
        font-size: 35px;
    }
}

.titile-area {
    display: flex;
    justify-content: space-between;
}

.ps-section--default .ps-section__title {
    color: #191919;
    text-align: left;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 24px;
}

.ps-section--default .ps-section__link {
    margin-top: 30px;
    text-align: center;
}

.ps-section--default .ps-section__link a {
    font-size: 16px;
    display: inline-block;
    color: #191919;
    text-decoration: underline;
}

.ps-section--default .ps-section__link a:hover {
    color: #D9121F;
}

@media (min-width: 768px) {
    .ps-section--default .ps-section__title {
        font-size: 24px;
    }
}

@media (min-width: 992px) {
    .ps-section--default .col-lg-2dot4 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.ps-video--home .ps-video__grid {
    padding: 90px 0;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}

.ps-video--home .ps-video__title {
    font-size: 35px;
    font-weight: 500;
    color: #191919;
    margin-bottom: 20px;
    line-height: 40px;
}

.ps-video--home .ps-video__desc {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 20px;
}

.ps-video--home .ps-btn {
    font-size: 16px;
    padding: 5px 25px;
}

.ps-video--home .ps-video__thumnail {
    position: relative;
}

.ps-video--home .ps-video__image {
    width: 100%;
}

.ps-video--home .ps-video__play {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 62px;
    position: relative;
}

.ps-video--home .ps-video__play::before {
    content: '';
    position: absolute;
    left: 55%;
    top: 50%;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 13px solid #191919;
    transform: translate(-50%, -50%);
}

.ps-video--home .ps-video__play::after {
    content: '';
    position: absolute;
    left: 55%;
    top: 50%;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 12px solid white;
    transform: translate(-50%, -50%);
}

.ps-video--home .ps-video__gallery {
    width: 62px;
    height: 62px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border-radius: 50%;
}

.ps-video--home .ps-video__content {
    text-align: center;
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .ps-video--home .ps-video__title {
        font-size: 40px;
        line-height: 45px;
    }
    .ps-video--home .ps-video__desc {
        font-size: 20px;
    }
    .ps-video--home .ps-video__grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }
    .ps-video--home .ps-video__content {
        text-align: left;
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
}

@media (min-width: 1280px) {
    .ps-video--home .ps-video__title {
        font-size: 55px;
        line-height: 60px;
    }
    .ps-video--home .ps-video__desc {
        font-size: 22px;
    }
    .ps-video--home .ps-btn {
        font-size: 20px;
        padding: 10px 25px;
        min-width: 170px;
    }
}

.ps-video--home-full .ps-video__title {
    font-size: 35px;
    font-weight: 500;
    color: #191919;
    margin-bottom: 20px;
    line-height: 40px;
}

.ps-video--home-full .ps-video__desc {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 20px;
}

.ps-video--home-full .ps-btn {
    font-size: 16px;
    padding: 5px 25px;
}

.ps-video--home-full .ps-video__thumnail {
    position: relative;
}

.ps-video--home-full .ps-video__image {
    width: 100%;
}

.ps-video--home-full .ps-video__play {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 62px;
    position: relative;
}

.ps-video--home-full .ps-video__play::before {
    content: '';
    position: absolute;
    left: 55%;
    top: 50%;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 13px solid #191919;
    transform: translate(-50%, -50%);
}

.ps-video--home-full .ps-video__play::after {
    content: '';
    position: absolute;
    left: 55%;
    top: 50%;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 12px solid white;
    transform: translate(-50%, -50%);
}

.ps-video--home-full .ps-video__gallery {
    width: 62px;
    height: 62px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border-radius: 50%;
}

.ps-video--home-full .ps-video__content {
    text-align: center;
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .ps-video--home-full .ps-video__title {
        font-size: 40px;
        line-height: 45px;
    }
    .ps-video--home-full .ps-video__desc {
        font-size: 20px;
    }
    .ps-video--home-full .ps-video__content {
        text-align: left;
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        flex: 0 0 60%;
        padding: 90px 15px;
        background-color: #F2F2F2;
    }
    .ps-video--home-full .ps-video__body {
        display: flex;
        padding-top: 50px;
    }
    .ps-video--home-full .ps-video__thumnail {
        flex-grow: 1;
    }
    .ps-video--home-full .ps-video__image {
        height: 100%;
        max-width: none;
        width: calc(100% + 80px);
        position: relative;
        left: -80px;
        -o-object-fit: cover;
        object-fit: cover;
        top: -50px;
    }
    .ps-video--home-full .ps-video__gallery {
        left: calc(50% - 40px);
        top: calc(50% - 25px);
    }
}

@media (min-width: 960px) {
    .ps-video--home-full .ps-video__image {
        width: calc(100% + 150px);
        left: -150px;
    }
    .ps-video--home-full .ps-video__gallery {
        left: calc(50% - 75px);
    }
}

@media (min-width: 1230px) {
    .ps-video--home-full .ps-video__content {
        padding-left: calc(50vw - 615px);
    }
    .ps-video--home-full .ps-video__image {
        width: calc(100% + 180px);
        left: -180px;
    }
    .ps-video--home-full .ps-video__gallery {
        left: calc(50% - 90px);
    }
}

@media (min-width: 1280px) {
    .ps-video--home-full .ps-video__title {
        font-size: 50px;
        line-height: 65px;
    }
    .ps-video--home-full .ps-video__desc {
        font-size: 22px;
    }
    .ps-video--home-full .ps-btn {
        font-size: 20px;
        padding: 10px 25px;
        min-width: 170px;
    }
}

.ps-block--grid {
    position: relative;
}

.ps-block--grid .ps-block__content {
    text-align: center;
    padding-bottom: 90px;
}

.ps-block--grid .ps-block__thumbnail img {
    width: 100%;
    min-height: 280px;
    -o-object-fit: cover;
    object-fit: cover;
}

.ps-block--grid .ps-block__center {
    display: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
}

.ps-block--grid .ps-block__center img {
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
}

.ps-block--grid .ps-block__title {
    font-size: 35px;
    margin-bottom: 15px;
}

.ps-block--grid .ps-block__desc {
    font-size: 18px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .ps-block--grid {
        padding-bottom: 100px;
    }
    .ps-block--grid .ps-block__row {
        display: flex;
        width: calc(50vw + 50%);
    }
    .ps-block--grid .ps-block__row.row-reverse {
        flex-direction: row-reverse;
        margin-left: calc(-50vw + 50%);
    }
    .ps-block--grid .ps-block__row.row-reverse .ps-block__content {
        text-align: right;
        padding-right: 0;
        padding-left: 20px;
    }
    .ps-block--grid .ps-block__content {
        text-align: left;
        padding: 0 20px 0 0;
        flex: 0 0 40%;
    }
    .ps-block--grid .ps-block__thumbnail {
        flex: 0 0 60%;
    }
    .ps-block--grid .ps-block__center {
        display: block;
    }
    .ps-block--grid .ps-block__line {
        border-top: 1px solid #E5E5E5;
        padding-bottom: 60px;
    }
}

@media (min-width: 992px) {
    .ps-block--grid .ps-block__row.row-reverse .ps-block__content {
        padding-left: 30px;
        padding-right: 0;
        text-align: left;
    }
    .ps-block--grid .ps-block__row.row-reverse .ps-block__title,
    .ps-block--grid .ps-block__row.row-reverse .ps-block__desc,
    .ps-block--grid .ps-block__row.row-reverse .ps-block__link {
        padding-left: 130px;
    }
}

@media (min-width: 1230px) {
    .ps-block--grid .ps-block__center img {
        height: 280px;
    }
}

@media (min-width: 1280px) {
    .ps-block--grid .ps-block__title {
        font-size: 55px;
        line-height: 58px;
    }
    .ps-block--grid .ps-block__desc {
        font-size: 22px;
    }
    .ps-block--grid .ps-block__line {
        padding-bottom: 90px;
    }
    .ps-block--grid .ps-block__content {
        padding-right: 30px;
    }
    .ps-block--grid .ps-block__row.row-reverse .ps-block__title,
    .ps-block--grid .ps-block__row.row-reverse .ps-block__desc,
    .ps-block--grid .ps-block__row.row-reverse .ps-block__link {
        padding-left: 210px;
    }
}

@media (min-width: 1400px) {
    .ps-block--grid .ps-block__row.row-reverse .ps-block__title,
    .ps-block--grid .ps-block__row.row-reverse .ps-block__desc,
    .ps-block--grid .ps-block__row.row-reverse .ps-block__link {
        padding-left: 250px;
    }
}

.ps-discount--block .ps-discount__content {
    background-color: #FFEEEF;
    padding: 30px 0;
    text-align: center;
}

.ps-discount--block .ps-discount__desc {
    margin-bottom: 0;
    font-size: 17px;
    color: #D9121F;
}

.ps-discount--block .ps-discount__title {
    color: #D9121F;
    font-size: 25px;
    margin-bottom: 15px;
    font-weight: 600;
}

.ps-discount--block .ps-discount__code {
    margin-bottom: 15px;
    font-size: 13px;
    font-weight: 500;
    color: #D9121F;
    border: 1px dashed #D9121F;
    border-radius: 4px;
    display: inline-block;
    padding: 5px 25px;
    line-height: 13px;
}

@media (min-width: 768px) {
    .ps-discount--block .ps-discount__title {
        margin-bottom: 0;
    }
    .ps-discount--block .ps-discount__code {
        margin-bottom: 0;
        margin-left: 10px;
    }
    .ps-discount--block .ps-discount__header {
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (min-width: 1280px) {
    .ps-discount--block .ps-discount__title {
        font-size: 35px;
    }
}

.ps-gallery .ps-gallery__link {
    width: 100%;
    height: 100%;
    display: block;
}

.ps-gallery .ps-gallery__link img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.ps-gallery .owl-carousel .owl-dots {
    position: initial;
    margin-top: 10px;
}

.ps-gallery .ps-gallery__images {
    height: 100%;
}

.ps-gallery .ps-gallery__images img {
    height: 100%;
}

.ps-gallery .ps-gallery__images .col-6 {
    margin-bottom: 30px;
}

.ps-gallery .ps-gallery__images .col-6:nth-last-child(2),
.ps-gallery .ps-gallery__images .col-6:last-child {
    margin-bottom: 0;
}

.ps-gallery--layout .ps-gallery__thumbnail img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.ps-gallery--layout .ps-gallery__images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin-top: 20px;
}

.ps-gallery--layout .ps-gallery__item {
    flex-grow: 1;
}

.ps-gallery--layout .ps-gallery__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (min-width: 992px) {
    .ps-gallery--layout .ps-gallery__images {
        grid-gap: 30px;
        margin-top: 30px;
    }
}

.ps-video--full .ps-banner figure {
    height: 400px;
}

.ps-video--full .ps-banner video {
    min-width: 100%;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -9999;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (min-width: 768px) {
    .ps-video--full .ps-banner figure {
        height: 500px;
    }
}

@media (min-width: 1280px) {
    .ps-video--full .ps-banner .ps-banner__title {
        font-size: 60px;
        line-height: 65px;
    }
    .ps-video--full .ps-banner figure {
        height: 600px;
    }
}

.ps-widget .ps-widget__block {
    padding: 10px 0;
    border-bottom: 1px solid #E5E5E5;
    position: relative;
}

.ps-widget .ps-widget__block .ps-block-control {
    position: absolute;
    width: 30px;
    height: 30px;
    display: inline-block;
    right: 0;
    top: 10px;
    text-align: center;
    text-indent: 0;
    z-index: 8;
    line-height: 30px;
}

.ps-widget .ps-widget__block .ps-block-control i {
    color: #191919;
    font-weight: 600;
}

.ps-widget .ps-widget__block .ps-block-control.active {
    transform: rotate(180deg);
}

.ps-widget .ps-widget__block .ps-widget__content {
    padding: 20px 0;
    display: none;
    overflow: auto;
}

.ps-widget .ps-widget__title {
    color: #191919;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .ps-widget .ps-widget__title {
        font-size: 17px;
        line-height: 20px;
    }
    .ps-widget .ps-widget__block {
        padding: 40px 0;
        border-top: 1px solid #E5E5E5;
        border-bottom: none;
    }
    .ps-widget .ps-widget__block .ps-block-control {
        display: none;
    }
    .ps-widget .ps-widget__block .ps-widget__content {
        display: block !important;
        padding-bottom: 0;
    }
    .ps-widget .ps-widget__block:first-child {
        border-top: 0;
        padding-top: 0;
    }
}

.ps-widget--product {
    padding-right: 30px;
}

.ps-widget--product .ps-widget__block {
    padding: 40px 0;
    border-top: 1px solid #E5E5E5;
    border-bottom: none;
}

.ps-widget--product .ps-widget__block .ps-block-control {
    display: none;
}

.ps-widget--product .ps-widget__block .ps-widget__content {
    max-height: 300px;
    padding-bottom: 0;
    display: block !important;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
}

.ps-widget--product .ps-widget__block .ps-widget__content::-webkit-scrollbar {
    width: 5px;
}

.ps-widget--product .ps-widget__block .ps-widget__content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #E5E5E5;
    border-radius: 4px;
}

.ps-widget--product .ps-widget__block .ps-widget__content::-webkit-scrollbar-thumb {
    background: #F2F2F2;
    border-radius: 4px;
}

.ps-widget--product .ps-widget__block .ps-widget__content::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}

.ps-widget--product .ps-widget__block .ps-widget__category {
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
}

.ps-widget--product .ps-widget__block:first-child {
    border-top: none;
}

.ps-widget--product .ps-widget__block:first-child .ps-widget__content {
    padding: 0;
}

.ps-widget--product .ps-widget__promo {
    margin-top: 30px;
}

.ps-widget--product .ps-widget__promo img {
    width: 100%;
}

.ps-widget--product .ps-widget__item {
    padding: 8px 0;
}

.ps-widget--product .ps-widget__item .custom-control-label {
    display: flex;
    font-size: 14px;
    padding-left: 10px;
    color: #191919;
}

.ps-widget--product .ps-widget__item .custom-control-label::before,
.ps-widget--product .ps-widget__item .custom-control-label::after {
    top: 0;
    width: 20px;
    height: 20px;
}

.ps-widget--product .ps-widget__item .custom-control-label::before {
    background-color: white;
    border: 1px solid #E5E5E5;
}

.ps-widget--product .ps-widget__item .custom-control-label span {
    color: #F2F2F2;
    margin-left: 10px;
}

.ps-widget--product .ps-widget__item .custom-control-input:checked~.custom-control-label {
    font-weight: 600;
}

.ps-widget--product .ps-widget__item .custom-control-input:checked~.custom-control-label::before {
    background-color: #191919;
    border: 1px solid #191919;
}

.ps-widget--product .ps-widget__item .custom-label {
    display: flex;
    font-size: 14px;
    padding-left: 10px;
    color: #191919;
    font-size: 16px;
}

.ps-widget--product .ps-widget__item .custom-label span {
    color: #808080;
    margin-left: 10px;
    font-size: 13px;
}

.ps-widget--product .br-widget a {
    font-size: 16px;
}

.ps-widget--product .br-widget a.br-selected::after {
    color: #191919;
}

.ps-widget--product .ps-widget__color {
    display: flex;
    flex-wrap: wrap;
    padding-left: 1px;
}

.ps-widget--product .ps-widget__color .custom-checkbox {
    cursor: pointer;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-left: 0;
}

.ps-widget--product .ps-widget__color .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: var(--bg-color);
}

.ps-widget--product .ps-widget__color .custom-checkbox .custom-control-input:checked~.custom-control-label span {
    visibility: visible;
    opacity: 1;
}

.ps-widget--product .ps-widget__color .custom-checkbox:hover .custom-control-label span {
    visibility: visible;
    opacity: 1;
}

.ps-widget--product .ps-widget__color .custom-control-label {
    z-index: 2;
    width: 30px;
    height: 30px;
}

.ps-widget--product .ps-widget__color .custom-control-label::before,
.ps-widget--product .ps-widget__color .custom-control-label::after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    transition: 350ms ease 0s;
    z-index: 2;
}

.ps-widget--product .ps-widget__color .custom-control-label::before {
    background-color: var(--bg-color);
    border-color: transparent;
    border: none;
}

.ps-widget--product .ps-widget__color .custom-control-label span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border: 1px solid var(--bg-color);
    border-radius: 50%;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
}

.ps-widget--product .ps-widget__filter {
    background-color: transparent;
    border: none;
    color: #F2F2F2;
    font-size: 16px;
    text-decoration: underline;
    font-weight: bold;
    padding-top: 10px;
}

.ps-widget--product .menu--mobile>li {
    overflow: hidden;
}

.ps-widget--product .menu--mobile>li>a {
    font-weight: 500;
    font-size: 17px;
    line-height: 26px;
}

.ps-widget--product .menu--mobile .active .sub-menu {
    padding: 10px 0 8px 20px;
}

.ps-widget--product .menu--mobile .sub-toggle {
    width: 22px;
    height: 22px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

.ps-widget--product .menu--mobile .sub-menu>li {
    padding: 6px 0;
}

@media (min-width: 1280px) {
    .ps-widget--product .ps-widget__filter {
        font-size: 18px;
    }
}

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

.slick-slider .slick-slide:focus,
.slick-slider .slick-slide:active,
.slick-slider .slick-slide:hover {
    outline: none;
}

.owl-carousel {
    position: relative;
}

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

.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    width: 100%;
    height: 0;
    left: 0;
}

.owl-carousel .owl-nav>* {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 56px;
    height: 56px;
    background-color: rgba(255, 255, 255, 0.1) !important;
    transition: all .4s ease;
    border-radius: 50%;
    transform: translateY(-50%);
}

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

.owl-carousel .owl-nav>*:hover {
    background-color: white !important;
}

.owl-carousel .owl-nav>*:hover i {
    color: #191919;
}

.owl-carousel .owl-nav .owl-prev {
    margin-left: 40px;
}

.owl-carousel .owl-nav .owl-next {
    float: right;
    margin-right: 40px;
}

.owl-carousel .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 8px;
    border: 1px solid #bebebe;
    background-color: transparent;
    border-radius: 50%;
}

.owl-carousel .owl-dots .owl-dot:last-child {
    margin-right: 0;
}

.owl-carousel .owl-dots .owl-dot.active {
    background-color: #191919;
    border-color: #191919;
}

.ps-badge {
    display: inline-block;
    font-size: 12px;
    padding: 0 10px;
    font-weight: 500;
    text-align: center;
    line-height: 20px;
    border-radius: 10px;
    color: #ffffff;
}

.ps-badge.ps-badge--hot {
    background-color: #191919;
}

.ps-badge.ps-badge--sale {
    background-color: #D9121F;
}

.ps-badge.ps-badge--new {
    background-color: white;
    color: #191919;
}

.ps-badge.ps-badge--sold {
    background-color: #d6d8db;
}

.ps-badge.ps-badge--outstock {
    background-color: #752A2B;
}

.ps-badge.ps-badge--instock {
    background-color: #12a05c;
}

.ps-badge.ps-badge--leftstock {
    background-color: #00A198;
}

.ps-product {
    background-color: white;
    border: 1px solid #ebebeb;
    padding: 10px 11px;
}

.ps-product .ps-product__thumbnail {
    position: relative;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.ps-product .ps-product__thumbnail img {
    width: 100%;
    margin: auto;
    max-height: 380px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: opacity 600ms ease 0s;
}

.ps-product .ps-product__thumbnail .ps-product__image {
    display: block;
    transition: 600ms ease 0s;
    border-radius: 4px;
}

.ps-product .ps-product__thumbnail figure {
    position: relative;
    z-index: 2;
}

.ps-product .ps-product__thumbnail .ps-product__image-back {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.ps-product .ps-product__thumbnail .ps-product__image-default {
    position: initial;
    opacity: 1;
}

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

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

.ps-product .ps-product__actions {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 7;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: translateX(50px);
}

.ps-product .ps-product__actions .ps-product__item {
    width: 34px;
    height: 34px;
    border-radius: 100%;
    position: relative;
    transition: 350ms ease 0s;
    color: #ffffff;
    margin-top: 5px;
    background-color: #e63928;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.ps-product .ps-product__actions .ps-product__item:first-child {
    margin-top: 0;
}

.ps-product .ps-product__actions .ps-product__item:hover a {
    color: #D9121F;
}

.ps-product .ps-product__actions .ps-product__item.rotate {
    transform: rotate(-90deg);
}

.ps-product .ps-product__title {
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    visibility: visible;
    height: 40px;
}

.ps-product .ps-product__title a {
    display: block;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #191919;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 100%;
}

.ps-product .ps-product__title a:hover {
    color: #D9121F;
}

.ps-product .ps-product__rating {
    margin-bottom: 13px;
    display: flex;
    align-items: center;
}

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

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

.ps-product .ps-product__meta {
    margin-bottom: 8px;
}

.ps-product .ps-product__price {
    color: #191919;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 15px;
}

.ps-product .ps-product__price.sale {
    color: #D9121F;
}

.ps-product .ps-product__del {
    color: #999999;
    margin-left: 5px;
    text-decoration: line-through;
    font-weight: 500;
    font-size: 15px;
}

.ps-product .ps-product__badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
}

.ps-product .ps-product__badge .ps-badge {
    display: block;
    margin-bottom: 4px;
}

.ps-product .ps-product__badge .ps-badge:last-child {
    margin-bottom: 0;
}

.ps-product .ps-product__branch {
    color: #808080;
    margin-bottom: 6px;
    line-height: 18px;
    font-size: 13px;
    display: inline-block;
}

.ps-product .ps-product__review {
    display: none;
    margin-left: 5px;
    font-size: 13px;
    color: #191919;
}

.ps-product .ps-product__desc {
    display: none;
    margin-bottom: 6px;
}

.ps-product .ps-product__desc li {
    font-size: 15px;
    color: #191919;
    font-weight: 400;
    padding: 2px 0;
}

.ps-product .ps-product__desc li::before {
    content: '\f00c';
    color: #D9121F;
    font-size: 75%;
    display: inline-block;
    font-weight: 900;
    font: normal normal normal 14px/1 FontAwesome;
    margin: -3px 10px 0 0;
}

.ps-product .ps-product__quantity {
    min-width: 172px;
    display: none;
}

.ps-product .ps-product__quantity .number-input {
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 40px;
    border: 1px solid #E5E5E5;
}

.ps-product .ps-product__quantity .number-input input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.ps-product .ps-product__quantity .number-input input[type="number"] {
    text-align: center;
    max-width: 50%;
    font-size: 14px;
    color: #191919;
    flex-grow: 1;
    background-color: transparent;
    border-color: transparent;
}

.ps-product .ps-product__quantity .number-input input[type=number]:focus {
    box-shadow: none;
}

.ps-product .ps-product__quantity .number-input input[type=number]::-webkit-inner-spin-button,
.ps-product .ps-product__quantity .number-input input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.ps-product .ps-product__quantity .number-input button {
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    padding: 15px;
    cursor: pointer;
}

.ps-product .ps-product__quantity .number-input button i {
    color: #191919;
    font-weight: 600;
}

@media (min-width: 992px) {
    .ps-product__thumbnail:hover .ps-product__actions {
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
    }
}

.ps-product--standard .ps-product__content {
    padding: 20px 0;
}

.ps-product--standard .ps-product__thumbnail {
    background-color: #ffffff;
}

.ps-product--standard .ps-product__mobile {
    display: flex;
    align-items: center;
    padding-top: 6px;
}

.ps-product--standard .ps-product__mobile .ps-product__item {
    margin: 0 3px;
    background-color: #f3f3f3;
    flex-grow: 1;
    font-size: 18px;
    display: flex;
    justify-content: center;
    padding: 15px 0;
}

.ps-product--standard .ps-product__mobile .ps-product__item:first-child {
    margin-left: 0;
}

.ps-product--standard .ps-product__mobile .ps-product__item:last-child {
    margin-right: 0;
}

.ps-product--standard .ps-product__mobile .ps-product__item.rotate i {
    transform: rotate(-90deg);
}

.ps-product--standard .ps-product__cart {
    /* visibility: hidden; */
    opacity: 1;
    width: 100%;
    /* transform: translateY(30px); */
    position: relative;
    /* bottom: 0; */
    left: 0;
    z-index: 10;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    /* margin-bottom: 10px; */
}

.ps-product--standard .ps-product__footer {
    display: flex;
    flex-wrap: wrap;
}

.ps-product--standard .ps-product__footer .custom-checkbox {
    cursor: pointer;
    width: 25px;
    height: 25px;
    margin-right: 6px;
    margin-bottom: 5px;
    padding-left: 0;
    min-height: unset;
}

.ps-product--standard .ps-product__footer .custom-checkbox .custom-control-input:checked~.custom-control-label {
    border-color: var(--bg-color);
}

.ps-product--standard .ps-product__footer .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: var(--bg-color);
}

.ps-product--standard .ps-product__footer .custom-checkbox .custom-control-input:checked~.custom-control-label span {
    visibility: visible;
    opacity: 1;
}

.ps-product--standard .ps-product__footer .custom-checkbox:hover .custom-control-label span {
    visibility: visible;
    opacity: 1;
}

.ps-product--standard .ps-product__footer .custom-control-label {
    z-index: 2;
    width: 25px;
    height: 25px;
}

.ps-product--standard .ps-product__footer .custom-control-label::before,
.ps-product--standard .ps-product__footer .custom-control-label::after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transition: 350ms ease 0s;
    z-index: 2;
}

.ps-product--standard .ps-product__footer .custom-control-label::before {
    background-color: var(--bg-color) !important;
    border-color: transparent;
    border: none;
}

.ps-product--standard .ps-product__footer .custom-control-label span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border: 1px solid var(--bg-color);
    border-radius: 50%;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
}

.ps-product--standard .ps-product__footer .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: unset;
}

.ps-product--standard .ps-product__selected {
    font-size: 13px;
    color: #808080;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .ps-product--standard .ps-product__mobile {
        display: none;
    }
    .ps-product--standard .ps-product__thumbnail:hover .ps-product__cart {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }
}

.ps-product--pin {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.ps-product--pin .ps-product__thumbnail {
    width: 180px;
}

.ps-product--pin .ps-product__content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ps-product--pin .ps-product__price {
    font-weight: 400;
}

.ps-product--pin .ps-product__rating .br-widget a::after {
    color: #E5E5E5 !important;
}

.ps-product--pin .ps-product__rating .br-widget .br-selected::after {
    color: #666666 !important;
}

.ps-product--pin .ps-product__cart {
    padding: 5px 10px;
    font-size: 16px;
    min-width: 120px !important;
}

@media (min-width: 768px) {
    .ps-product--pin .ps-product__thumbnail {
        width: 200px;
    }
}

@media (min-width: 1280px) {
    .ps-product--pin .ps-product__cart {
        min-width: 150px !important;
    }
}

.ps-product--horizontal {
    display: flex;
    flex-flow: row nowrap;
    max-width: 100%;
}

.ps-product--horizontal .ps-product__price {
    font-weight: 400;
}

.ps-product--horizontal .ps-product__desc {
    font-size: 14px;
    color: #F2F2F2;
    opacity: 0.6;
    margin: 10px 0;
    display: block;
}

.ps-product--horizontal .ps-product__thumbnail {
    flex: 0 0 100px;
}

.ps-product--horizontal .ps-product__thumbnail .ps-product__image {
    display: block;
}

.ps-product--horizontal .ps-product__thumbnail .ps-product__image img {
    width: 100%;
    height: 145px;
    -o-object-fit: cover;
    object-fit: cover;
}

.ps-product--horizontal .ps-product__content {
    padding-left: 20px;
}

.ps-product--horizontal .ps-product__meta {
    margin-bottom: 0;
}

.ps-product--mini-cart {
    display: flex;
    position: relative;
}

.ps-product--mini-cart .ps-product__price {
    color: #191919;
    font-size: 13px;
    font-weight: 400;
}

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

.ps-product--mini-cart .ps-product__del {
    color: #999999;
    margin-left: 5px;
    text-decoration: line-through;
    font-weight: 400;
    font-size: 15px;
}

.ps-product--mini-cart .ps-product__name {
    display: block;
    font-size: 13px;
    color: #191919;
    line-height: 18px;
    margin-bottom: 10px;
    padding-right: 20px;
}

.ps-product--mini-cart .ps-product__name:hover {
    color: #D9121F;
}

.ps-product--mini-cart .ps-product__remove {
    font-size: 15px;
    color: #191919;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 20px;
    height: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: white;
}

.ps-product--mini-cart .ps-product__remove i {
    font-weight: 600;
}

.ps-product--mini-cart .ps-product__remove:hover {
    color: #D9121F;
}

.ps-product--mini-cart .ps-product__thumbnail {
    width: 90px;
    margin-bottom: 0;
    padding: 0;
}

.ps-product--mini-cart .ps-product__thumbnail img {
    max-height: 110px;
}

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

.ps-product--mini-cart .ps-product__quantity {
    display: flex;
    align-items: flex-end;
}

.ps-product--mini-cart .ps-product__quantity .number-input {
    flex: 0 0 110px;
    max-width: 110px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 40px;
    border: 1px solid #E5E5E5;
}

.ps-product--mini-cart .ps-product__quantity .number-input input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.ps-product--mini-cart .ps-product__quantity .number-input input[type="number"] {
    text-align: center;
    max-width: 50%;
    font-size: 14px;
    color: #191919;
    flex-grow: 1;
    background-color: transparent;
    border-color: transparent;
    min-width: 35px;
}

.ps-product--mini-cart .ps-product__quantity .number-input input[type=number]:focus {
    box-shadow: none;
}

.ps-product--mini-cart .ps-product__quantity .number-input input[type=number]::-webkit-inner-spin-button,
.ps-product--mini-cart .ps-product__quantity .number-input input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.ps-product--mini-cart .ps-product__quantity .number-input button {
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    padding: 10px;
    cursor: pointer;
}

.ps-product--mini-cart .ps-product__quantity .number-input button i {
    color: #191919;
    font-weight: 600;
}

.ps-product--mini-cart .ps-product__quantity .number-input button img {
    width: 20px;
}

.ps-product--mini-cart .ps-product__quantity .ps-product__total {
    flex-grow: 1;
    text-align: right;
}

.ps-product--mini-cart .ps-product__quantity .ps-product__total .ps-product__price {
    font-weight: 500;
}

.ps-product--sidebar {
    display: flex;
    flex-flow: row nowrap;
}

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

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

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

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

.ps-product--sidebar .ps-product__thumbnail {
    max-width: 70px;
}

.ps-product--sidebar .ps-product__content {
    padding-left: 20px;
    max-width: calc(100% - 70px);
}

.ps-product--sidebar .ps-product__content p {
    margin-bottom: 0;
}

.ps-product--countdown .ps-countdown {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-left: 5px;
    padding-right: 5px;
    height: 30px;
    margin: auto;
}

.ps-product--countdown .ps-countdown .ps-countdown__number span {
    font-size: 14px;
}

.ps-product--countdown .ps-countdown .ps-countdown__number .text {
    font-size: 10px;
}

.ps-product--countdown .ps-countdown .ps-countdown__block {
    margin-top: 4px;
    margin-bottom: 4px;
}

.ps-product--countdown .ps-product__thumbnail {
    padding-bottom: 10px;
}

@media (min-width: 992px) {
    .ps-product--countdown .ps-product__actions {
        top: 45px;
    }
    .ps-product--countdown .ps-product__thumbnail {
        padding-bottom: 0;
    }
    .ps-product--countdown .ps-countdown {
        position: absolute;
        top: 10px;
        right: 0;
        z-index: 11;
    }
}

.ps-product--detail .ps-product__title {
    margin-bottom: 10px;
}

.ps-product--detail .ps-product__title a {
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    color: #191919;
}

.ps-product--detail .ps-product__branch {
    margin-bottom: 10px;
}

.ps-product--detail .ps-product__branch a {
    font-size: 13px;
    line-height: 15px;
    color: #808080;
}

.ps-product--detail .ps-product__badge {
    position: initial;
    margin-bottom: 20px;
}

.ps-product--detail .ps-product__badge .ps-badge {
    display: inline-block;
    font-weight: 600;
    font-size: 75%;
    line-height: 18px;
}

.ps-product--detail .ps-product__meta {
    margin-bottom: 20px;
}

.ps-product--detail .ps-product__price {
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    color: #191919;
}

.ps-product--detail .ps-product__price.sale {
    color: #D9121F;
}

.ps-product--detail .ps-product__del {
    color: #999999;
    font-size: 15px;
    font-weight: 400;
    margin-left: 10px;
    text-decoration: line-through;
}

.ps-product--detail .ps-product__rating {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.ps-product--detail .ps-product__rating .ps-product__review {
    line-height: 18px;
    margin-left: 10px;
    color: #808080;
    font-size: 13px;
    display: inline-block;
    margin-right: 20px;
    position: relative;
}

.ps-product--detail .ps-product__rating .ps-product__review::after {
    content: '.';
    position: absolute;
    right: -15px;
    top: -4px;
    color: #808080;
    font-size: 20px;
    font-weight: 600;
}

.ps-product--detail .ps-product__rating .br-widget a {
    font-size: 14px;
}

.ps-product--detail .ps-product__rating .br-widget .br-selected:after {
    color: #191919;
}

.ps-product--detail .ps-product__rating .ps-product__write {
    font-size: 13px;
    color: #191919;
}

.ps-product--detail .ps-product__variations {
    padding-top: 10px;
}

.ps-product--detail .ps-product__social {
    margin-top: -10px;
}

.ps-product--detail .ps-product__link {
    color: #191919;
    line-height: 20px;
    font-size: 13px;
    margin-right: 25px;
    display: inline-block;
}

.ps-product--detail .ps-product__link:last-child {
    margin-right: 0;
}

.ps-product--detail .ps-product__link i {
    margin-right: 10px;
}

.ps-product--detail .ps-product__link.rotate i {
    transform: rotate(-90deg);
}

.ps-product--detail .ps-product__type {
    margin: 20px 0 25px;
}

.ps-product--detail .ps-product__type .ps-product__item {
    font-size: 13px;
}

.ps-product--detail .ps-product__type .ps-product__item .text {
    display: inline-block;
    width: 100px;
}

.ps-product--detail .ps-product__type .text-bold {
    font-weight: 500;
}

.ps-product--detail .ps-product__buy {
    color: #191919;
    border-color: #191919;
    margin-bottom: 15px;
}

.ps-product--detail .ps-product__buy:hover {
    color: white;
    background-color: #191919;
}

.ps-product--detail .ps-product__available {
    padding-bottom: 30px;
}

.ps-product--detail .ps-product__available .ps-product__text {
    font-weight: 500;
    font-size: 16px;
    color: #191919;
    margin-bottom: 7px;
}

.ps-product--detail .ps-product__available .ps-product__sale {
    font-size: 13px;
    color: #D9121F;
    font-weight: 500;
    margin-top: 10px;
}

.ps-product--detail .ps-product__available .ps-product__sale img {
    margin-right: 8px;
    margin-top: -5px;
}

.ps-product--detail .ps-product__available .progress {
    height: 5px;
}

.ps-product--detail .ps-product__available .progress .progress-bar {
    background-color: #D9121F;
}

.ps-product--detail .ps-btn {
    width: 100%;
}

.ps-product--detail .ps-product__size .custom-control {
    display: inline-block;
    margin-bottom: 10px;
    padding-left: 10px;
}

.ps-product--detail .ps-product__size .custom-control:first-child {
    padding-left: 0;
}

.ps-product--detail .ps-product__size .custom-control-label {
    background-color: white;
    color: #191919;
    font-weight: 500;
    padding: 3px 20px;
    border-radius: 40px;
    border: 1px solid #E5E5E5;
    font-size: 12px;
}

.ps-product--detail .ps-product__size .custom-control-label::before,
.ps-product--detail .ps-product__size .custom-control-label::after {
    display: none;
}

.ps-product--detail .ps-product__size .custom-control-input:checked~.custom-control-label {
    border-color: #191919;
}

.ps-product--detail .ps-product__color .custom-control {
    display: inline-block;
    margin-bottom: 10px;
    padding-left: 5px;
}

.ps-product--detail .ps-product__color .custom-control:first-child {
    padding-left: 0;
}

.ps-product--detail .ps-product__color .custom-control-label::before,
.ps-product--detail .ps-product__color .custom-control-label::after {
    left: 2px;
    top: 2px;
    opacity: 0;
}

.ps-product--detail .ps-product__color .custom-control-label img {
    width: 52px;
    height: 69px;
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid transparent;
}

.ps-product--detail .ps-product__color .custom-control-input:checked~.custom-control-label::before {
    background-color: #191919;
    opacity: 1;
}

.ps-product--detail .ps-product__color .custom-control-input:checked~.custom-control-label::after {
    opacity: 1;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.ps-product--detail .ps-product__color .custom-control-input:checked~.custom-control-label img {
    border-color: #191919;
}

.ps-product--detail .ps-product__feature {
    padding-bottom: 20px;
}

.ps-product--detail .ps-product__group {
    margin-bottom: 15px;
}

.ps-product--detail .ps-product__group:last-child {
    margin-bottom: 0;
}

.ps-product--detail h6 {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #191919;
}

.ps-product--detail h6 span {
    display: inline-block;
    margin-left: 10px;
    font-size: 13px;
    color: #808080;
}

.ps-product--detail .ps-product__quantity {
    padding-bottom: 30px;
}

.ps-product--detail .ps-product__quantity .number-input {
    background-color: white;
    display: flex;
    align-items: center;
    border: 1px solid #E5E5E5;
    justify-content: space-between;
    border-radius: 40px;
    margin-right: 10px;
    height: 44px;
}

.ps-product--detail .ps-product__quantity .number-input input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.ps-product--detail .ps-product__quantity .number-input input[type="number"] {
    text-align: center;
    max-width: 40px;
    font-size: 17px;
    color: #191919;
    background-color: transparent;
    border-color: transparent;
}

.ps-product--detail .ps-product__quantity .number-input input[type=number]:focus {
    box-shadow: none;
}

.ps-product--detail .ps-product__quantity .number-input input[type=number]::-webkit-inner-spin-button,
.ps-product--detail .ps-product__quantity .number-input input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.ps-product--detail .ps-product__quantity .number-input button {
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    padding: 16px 10px;
    cursor: pointer;
}

.ps-product--detail .ps-product__quantity .number-input button i {
    color: #191919;
    font-weight: 500;
}

.ps-product--detail .ps-product__quantity .number-input button img {
    width: 37px;
}

@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) and (stroke-color: transparent) {
        .ps-product--detail .ps-product__quantity .number-input.def-number-input.safari_only button:before, .ps-product--detail .ps-product__quantity .number-input.def-number-input.safari_only button:after {
            margin-top: -.3rem;
        }
    }
}

.ps-product--detail .ps-product__quantity .ps-btn img {
    margin-right: 10px;
    filter: brightness(0) invert(1);
}

.ps-product--detail .ps-product__quantity .ps-btn:hover {
    background-color: white !important;
    color: #191919 !important;
    border-color: #191919 !important;
}

.ps-product--detail .ps-product__quantity .ps-btn:hover img {
    filter: none;
}

.ps-product--detail .ps-product__info {
    margin-bottom: 90px;
}

@media (min-width: 768px) {
    .ps-product--detail .ps-product__quantity .number-input button {
        padding: 17px 8px;
    }
}

@media (min-width: 992px) {
    .ps-product--detail .ps-product__quantity .number-input {
        margin-right: 20px;
    }
    .ps-product--detail .ps-product__quantity .number-input button {
        padding: 16px 10px;
    }
}

@media (min-width: 1280px) {
    .ps-product--detail .ps-product__title {
        font-size: 30px;
        line-height: 35px;
    }
    .ps-product--detail .ps-product__price {
        font-size: 35px;
        line-height: 35px;
    }
}

.ps-product--gallery {
    margin-bottom: 90px;
    display: flex;
    height: 350px;
}

.ps-product--gallery .ps-product__thumbnail {
    flex: 0 0 75%;
    overflow: hidden;
}

.ps-product--gallery .ps-product__thumbnail img {
    width: 100%;
}

.ps-product--gallery .ps-gallery--image {
    flex: 0 0 20%;
    width: 20%;
    margin-right: 15px;
}

.ps-product--gallery .ps-gallery--image .ps-gallery__item {
    border-radius: 4px;
    border: 1px solid transparent;
    margin-bottom: 10px;
}

.ps-product--gallery .ps-gallery--image .ps-gallery__item img {
    width: 100%;
    height: 90px;
    -o-object-fit: cover;
    object-fit: cover;
}

.ps-product--gallery .ps-gallery--image .ps-gallery__item:hover {
    border-color: #191919;
}

.ps-product--gallery .ps-gallery--image .ps-gallery__item:hover img {
    border-radius: 4px;
}

.ps-product--gallery .ps-gallery--image .slick-current .ps-gallery__item {
    border-color: #191919;
}

.ps-product--gallery .ps-gallery--image .slick-current .ps-gallery__item img {
    border-radius: 4px;
}

.ps-product--gallery .ps-product__video {
    top: 10px;
    right: 10px;
    bottom: auto;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
}

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

.ps-product--gallery .ps-product__video a i {
    line-height: 1em;
    font-size: 16px;
    padding-left: 5px;
}

@media (min-width: 768px) {
    .ps-product--gallery {
        height: 450px;
    }
    .ps-product--gallery .ps-gallery--image {
        flex: 0 0 80px;
        width: 80px;
    }
    .ps-product--gallery .ps-product__thumbnail {
        flex-grow: 1;
    }
}

@media (min-width: 992px) {
    .ps-product--gallery {
        min-height: 600px;
        height: auto;
    }
    .ps-product--gallery .ps-gallery--image {
        margin-right: 30px;
    }
    .ps-product--gallery .ps-gallery--image .ps-gallery__item {
        margin-bottom: 20px;
    }
    .ps-product--gallery .ps-gallery--image .ps-gallery__item img {
        height: 120px;
    }
}

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

.ps-product--extension {
    margin-bottom: 60px;
}

.ps-product--extension .ps-product__delivery {
    background-color: #E5E5E5;
    padding: 40px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.ps-product--extension .ps-delivery__item {
    color: #F2F2F2;
    font-weight: 500;
    font-size: 14px;
}

.ps-product--extension .ps-delivery__item:not(:last-child) {
    margin-bottom: 20px;
}

.ps-product--extension .ps-delivery__item i {
    margin-right: 10px;
    font-weight: 600;
    font-size: 20px;
}

.ps-product--extension .ps-product__payment {
    background-color: #E5E5E5;
    padding: 40px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: 2px solid #E5E5E5;
}

.ps-product--extension .ps-product__payment img {
    width: 100%;
}

.ps-product--extension .ps-product__gif {
    border-radius: 4px;
    background-color: #F6F7E5;
    background: linear-gradient(94deg, #fcfcf0, #ebebd3);
    margin-top: 10px;
    position: relative;
}

.ps-product--extension .ps-gif__text {
    color: #12a05c;
    font-weight: 500;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    padding: 40px;
    position: absolute;
    top: 0;
    left: 0;
}

.ps-product--extension .ps-gif__text i {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 26px;
}

.ps-product--extension .ps-gif__thumbnail {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (min-width: 768px) {
    .ps-product--extension .ps-delivery__item i {
        font-size: 18px;
    }
    .ps-product--extension .ps-product__delivery,
    .ps-product--extension .ps-product__payment {
        padding: 20px;
    }
    .ps-product--extension .ps-gif__text {
        padding: 20px 10px;
    }
    .ps-product--extension .ps-gif__thumbnail {
        height: 350px;
    }
}

@media (min-width: 1280px) {
    .ps-product--extension .ps-product__delivery,
    .ps-product--extension .ps-product__payment {
        padding: 40px;
    }
}

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

.ps-product--video .ps-product__video {
    top: 60px;
    right: 0px;
    bottom: auto;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
}

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

.ps-product--video .ps-product__video a i {
    line-height: 1em;
    font-size: 16px;
    padding-left: 5px;
}

.ps-product--video .ps-product__video:hover a {
    color: #F2F2F2;
}

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

.ps-product--list {
    background-color: white;
}

.ps-product--list .ps-product__content {
    display: flex;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 20px;
}

.ps-product--list .ps-product__thumbnail {
    flex: 0 0 45%;
    margin-bottom: 0;
}

.ps-product--list .ps-product__image {
    display: block;
    width: 100%;
    height: 100%;
}

.ps-product--list .ps-product__image figure {
    height: 100%;
}

.ps-product--list .ps-product__image figure img {
    width: 100%;
    height: 100%;
}

.ps-product--list .ps-product__info {
    flex-grow: 1;
    padding: 15px;
}

.ps-product--list .ps-product__desc {
    display: block;
}

.ps-product--list .ps-product__rating {
    margin-bottom: 15px;
}

.ps-product--list .ps-product__review {
    display: inline-block;
    font-size: 75%;
}

.ps-product--list .ps-product__title {
    margin-bottom: 15px;
    line-height: 24px;
}

.ps-product--list .ps-product__title a {
    font-weight: 500;
    font-size: 25px;
    line-height: 26px;
}

.ps-product--list .ps-product__footer {
    padding: 15px;
}

.ps-product--list .ps-product__price {
    font-size: 35px;
    font-weight: 500;
    line-height: 35px;
}

.ps-product--list .ps-product__meta {
    margin-bottom: 10px;
}

.ps-product--list .ps-product__quantity {
    padding-bottom: 20px;
    display: block;
    min-width: 100%;
}

.ps-product--list .ps-product__quantity .number-input {
    margin-bottom: 10px;
}

.ps-product--list .ps-product__quantity .number-input input[type=number] {
    max-width: 50%;
    font-size: 17px;
}

.ps-product--list .ps-product__quantity .number-input input[type=number]:focus {
    box-shadow: none;
}

.ps-product--list .ps-product__quantity .number-input button {
    font-size: 12px;
    padding: 13px 15px;
}

.ps-product--list h6 {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #191919;
}

.ps-product--list .ps-product__link {
    color: #191919;
    line-height: 18px;
    font-size: 13px;
    margin-bottom: 10px;
    display: block;
}

.ps-product--list .ps-product__link i {
    margin-right: 10px;
}

.ps-product--list .ps-product__link.rotate i {
    transform: rotate(-90deg);
}

.ps-product--list .ps-product__link:last-child {
    margin-bottom: 0;
}

.ps-product--list .ps-btn {
    width: 100%;
}

.ps-product--list .ps-btn img {
    margin-right: 10px;
    filter: brightness(0) invert(1);
}

@media (min-width: 768px) {
    .ps-product--list {
        display: flex;
    }
    .ps-product--list .ps-product__thumbnail {
        flex: 0 0 40%;
    }
    .ps-product--list .ps-product__footer {
        flex: 0 0 30%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .ps-product--list .ps-product__content {
        flex-grow: 1;
        flex: 0 0 70%;
        border-bottom: none;
        border-right: 1px solid #E5E5E5;
        padding-bottom: 0;
    }
    .ps-product--list .ps-product__quantity .number-input input[type=number] {
        max-width: 40px;
    }
    .ps-product--list .ps-product__info {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

@media (min-width: 960px) {
    .ps-product--list .ps-product__quantity .number-input input[type=number] {
        max-width: 70px;
    }
}

@media (min-width: 1280px) {
    .ps-product--list .ps-product__thumbnail {
        flex: 0 0 30%;
    }
    .ps-product--list .ps-product__info {
        padding: 20px 30px;
    }
    .ps-product--list .ps-product__footer {
        padding: 20px;
    }
}

.ps-product--wishlist {
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    padding: 20px;
}

.ps-product--wishlist .ps-product__image {
    display: block;
    transition: 600ms ease 0s;
    max-width: 90px;
    margin: auto;
}

.ps-product--wishlist .ps-product__image figure {
    position: relative;
    z-index: 2;
}

.ps-product--wishlist .ps-product__image figure img:last-child {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    transition: opacity 600ms ease 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
}

.ps-product--wishlist .ps-product__image figure img:first-child {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: opacity 600ms ease 0s;
    position: initial;
    opacity: 1;
}

.ps-product--wishlist .ps-product__thumbnail {
    border-top: 1px solid #E5E5E5;
    padding: 15px 0;
}

.ps-product--wishlist .ps-product__remove {
    text-align: center;
    padding-bottom: 12px;
}

.ps-product--wishlist .ps-product__remove a {
    display: inline-block;
    width: 25px;
    color: #191919;
    font-size: 20px;
}

.ps-product--wishlist .ps-product__remove i {
    font-weight: 600;
}

.ps-product--wishlist .ps-product__title {
    border-top: 1px solid #E5E5E5;
    text-align: center;
    padding: 15px 0;
}

.ps-product--wishlist .ps-product__row {
    border-top: 1px solid #E5E5E5;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
}

.ps-product--wishlist .ps-product__cart {
    border-top: 1px solid #E5E5E5;
    padding-top: 15px;
    text-align: center;
}

.ps-product--wishlist .ps-product__label {
    font-weight: 500;
    color: #191919;
    font-size: 14px;
}

.ps-product--wishlist .ps-product__price {
    font-weight: 600;
}

.ps-product--wishlist .ps-product__value {
    font-size: 14px;
}

.ps-product--wishlist .ps-product__in-stock {
    color: #191919;
}

.ps-product--wishlist .ps-product__out-stock {
    color: #D9121F;
}

.ps-product--wishlist .ps-btn {
    text-transform: initial;
    background-color: white;
    color: #F2F2F2;
    border: 1px solid #E5E5E5;
    width: auto;
    font-size: 14px;
    padding: 3px 10px;
    min-width: 80px;
}

.ps-product--wishlist .ps-btn:hover {
    background-color: #F2F2F2;
    border-color: #F2F2F2;
    color: white;
}

.ps-product--wishlist .ps-product__quantity {
    display: none;
}

.ps-product--wishlist .ps-product__quantity input {
    width: 50px;
}

.ps-product--wishlist .ps-product__subtotal {
    display: none;
}

.ps-product--wishlist .ps-product__subtotal .ps-product__value {
    font-size: 18px;
    color: #191919;
    font-weight: 500;
}

.ps-banner {
    position: relative;
}

.ps-banner .ps-banner__content {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    z-index: 1;
    transform: translateY(-50%);
    text-align: center;
}

.ps-banner .ps-banner__title {
    font-weight: 500;
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 42px;
}

.ps-banner .ps-banner__title.text-dark {
    color: #191919 !important;
}

.ps-banner .ps-banner__desc {
    font-size: 17px;
    margin-bottom: 20px;
    line-height: 30px;
}

.ps-banner .ps-btn {
    min-width: 160px;
    text-align: center;
}

.ps-banner .ps-banner__thumnail img {
    width: 100%;
    min-height: 288px;
    -o-object-fit: cover;
    object-fit: cover;
}

.ps-banner figure {
    height: 420px;
}

.ps-banner video {
    height: 420px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

@media (min-width: 768px) {
    .ps-banner .ps-banner__title {
        font-size: 50px;
        line-height: 55px;
    }
    .ps-banner figure {
        height: 500px;
    }
    .ps-banner video {
        height: 500px;
    }
}

@media (min-width: 992px) {
    .ps-banner figure {
        height: 700px;
    }
    .ps-banner video {
        height: 700px;
    }
}

@media (min-width: 1280px) {
    .ps-banner .ps-banner__thumnail img {
        height: 800px;
    }
    .ps-banner .ps-banner__title {
        font-size: 45px;
        line-height: 40px;
        margin-bottom: 25px;
    }
    .ps-banner .ps-banner__desc {
        font-size: 22px;
    }
    .ps-banner figure {
        height: 900px;
    }
    .ps-banner video {
        height: 900px;
    }
}

.ps-section--banner {
    min-height: 297px;
    position: relative;
}

.ps-section--banner .ps-section__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    -webkit-animation: cssAnimation 0s ease-in 2s forwards;
    animation: cssAnimation 0s ease-in 2s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.ps-section--banner .ps-section__loading {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #F2F2F2;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

@-webkit-keyframes cssAnimation {
    to {
        width: 0;
        height: 0;
        overflow: hidden;
        z-index: -1;
    }
}

@keyframes cssAnimation {
    to {
        width: 0;
        height: 0;
        overflow: hidden;
        z-index: -1;
    }
}

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

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

.ps-section--banner .owl-nav {
    display: none;
}

.ps-section--banner .owl-dots {
    text-align: left;
    padding-left: 15%;
}

.ps-section--banner .owl-dots .owl-dot {
    background-color: #F2F2F2;
}

.ps-section--banner .owl-dots .owl-dot.active {
    background-color: #191919;
    border-color: #191919;
}

@media (min-width: 768px) {
    .ps-section--banner {
        min-height: 320px;
    }
}

@media (min-width: 1280px) {
    .ps-section--banner {
        min-height: 500px;
    }
    .ps-section--banner .owl-nav {
        display: block;
    }
}

.ps-banner--content .ps-banner__title {
    font-size: 30px;
    width: 60%;
    margin-bottom: 10px;
}

.ps-banner--content .ps-banner__desc {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 15px;
}

.ps-banner--content .ps-banner__content {
    padding-left: 30px;
}

.ps-banner--content .ps-banner__thumnail img {
    height: 280px;
    min-height: 280px;
}

.ps-banner--content .ps-btn {
    font-size: 16px;
    min-width: 130px;
}

@media (min-width: 768px) {
    .ps-banner--content .ps-banner__title {
        font-size: 45px;
        line-height: 55px;
    }
    .ps-banner--content .ps-banner__desc {
        font-size: 20px;
    }
    .ps-banner--content .ps-banner__content {
        padding-left: 40px;
    }
}

@media (min-width: 1280px) {
    .ps-banner--content .ps-banner__thumnail img {
        height: 420px;
    }
    .ps-banner--content .ps-banner__title {
        font-size: 55px;
        line-height: 60px;
        margin-bottom: 20px;
    }
    .ps-banner--content .ps-banner__desc {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .ps-banner--content .ps-btn {
        font-size: 20px;
        min-width: 160px;
    }
    .ps-banner--content .ps-banner__content {
        padding-left: 50px;
    }
}

.ps-banner--video figure {
    height: 400px;
}

.ps-banner--video video {
    min-width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

@media (min-width: 1280px) {
    .ps-banner--video figure {
        height: 500px;
    }
    .ps-banner--video video {
        height: 500px;
    }
    .ps-banner--video .ps-banner__title {
        font-size: 50px;
        line-height: 55px;
    }
}

.ps-banner--pins .ps-banner__title {
    font-size: 30px;
    margin-bottom: 10px;
}

.ps-banner--pins .ps-banner__desc {
    font-size: 17px;
    margin-bottom: 15px;
}

.ps-banner--pins .ps-banner__thumnail img {
    height: 500px;
    -o-object-position: 60%;
    object-position: 60%;
}

.ps-banner--pins .ps-banner__content {
    top: 20px;
    text-align: center;
    transform: translateY(0);
}

.ps-banner--pins .ps-banner__content .ps-btn {
    font-size: 16px;
    padding: 5px 25px;
    min-width: 130px;
}

.ps-banner--pins .ps-banner__desc {
    width: 100%;
}

.ps-banner--pins .ps-pin--item {
    z-index: 50;
    position: absolute;
    cursor: pointer;
}

.ps-banner--pins .ps-pin--item .ps-product--pin {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease-in-out;
    z-index: -1;
    bottom: 20px;
    height: 220px;
}

.ps-banner--pins .ps-pin--item:hover .ps-product--pin {
    visibility: visible;
    opacity: 1;
    z-index: 0;
}

.ps-banner--pins .ps-pin--0 {
    top: 60%;
    left: 50%;
}

.ps-banner--pins .ps-pin--0 .ps-product--pin {
    left: -48vw;
}

.ps-banner--pins .ps-pin--1 {
    bottom: 10%;
    left: 70%;
}

.ps-banner--pins .ps-pin--1 .ps-product--pin {
    right: -20vw;
}

@media (min-width: 768px) {
    .ps-banner--pins {
        height: 400px;
        overflow: hidden;
    }
    .ps-banner--pins .ps-banner__thumnail {
        position: relative;
        top: -250px;
    }
    .ps-banner--pins .ps-banner__thumnail img {
        height: 650px;
        -o-object-position: 40%;
        object-position: 40%;
    }
    .ps-banner--pins .ps-banner__content {
        top: 50%;
        transform: translateY(-50%);
        text-align: left;
    }
    .ps-banner--pins .ps-banner__title {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 15px;
    }
    .ps-banner--pins .ps-banner__desc {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .ps-banner--pins .ps-pin--0 {
        top: 50%;
        left: 63%;
    }
    .ps-banner--pins .ps-pin--0 .ps-product--pin {
        left: -150px;
        bottom: 10px;
    }
    .ps-banner--pins .ps-pin--1 {
        left: 80%;
    }
    .ps-banner--pins .ps-pin--1 .ps-product--pin {
        right: 10px;
        bottom: 10px;
    }
}

@media (min-width: 992px) {
    .ps-banner--pins .ps-pin--0 {
        left: 57%;
    }
    .ps-banner--pins .ps-pin--1 {
        left: 70%;
    }
}

@media (min-width: 1280px) {
    .ps-banner--pins {
        height: 600px;
    }
    .ps-banner--pins .ps-banner__thumnail {
        top: -350px;
    }
    .ps-banner--pins .ps-banner__thumnail img {
        height: 950px;
        -o-object-position: center;
        object-position: center;
    }
    .ps-banner--pins .ps-banner__title {
        font-size: 60px;
        line-height: 65px;
    }
    .ps-banner--pins .ps-banner__desc {
        font-size: 22px;
    }
    .ps-banner--pins .ps-banner__content .ps-btn {
        font-size: 20px;
        min-width: 170px;
        padding: 10px 25px;
    }
    .ps-banner--pins .ps-pin--0 {
        left: 55%;
    }
    .ps-banner--pins .ps-pin--0 .ps-product--pin {
        left: auto;
        right: 10px;
    }
}

@media (min-width: 1400px) {
    .ps-banner--pins .ps-pin--1 {
        left: 65%;
    }
}

.ps-pin--item {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: inline-block;
}

.ps-pin--item .ps-pin__rouded {
    width: 25px;
    height: 25px;
    background-color: #D9121F;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10;
    transition: transform 1s ease-in-out;
    -webkit-animation: animationScale 1s linear infinite;
    animation: animationScale 1s linear infinite;
}

.ps-pin--item .ps-pin__rouded::before {
    content: '';
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border-radius: 50%;
    z-index: 0;
    background-color: rgba(217, 18, 31, 0.3);
    top: -5px;
    left: -5px;
    position: absolute;
}

@-webkit-keyframes animationScale {
    0% {
        transform: scale(0.8);
    }
    20% {
        transform: scale(0.9);
    }
    40% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    60% {
        transform: scale(1);
    }
    80% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(0.8);
    }
}

@keyframes animationScale {
    0% {
        transform: scale(0.8);
    }
    20% {
        transform: scale(0.9);
    }
    40% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    60% {
        transform: scale(1);
    }
    80% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(0.8);
    }
}

.ps-pin--item .ps-pin__text {
    font-size: 16px;
    font-weight: 500;
    color: white;
    position: relative;
    z-index: 1;
}

.ps-pin--item:hover .ps-pin__rouded {
    background-color: #191919;
}

.ps-pin--item:hover .ps-pin__rouded::before {
    background-color: rgba(25, 25, 25, 0.3);
}

.ps-banner--slider .ps-banner__title {
    font-weight: 500;
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 20px;
}

.ps-banner--slider .ps-banner__desc {
    font-size: 17px;
    margin-bottom: 20px;
    line-height: 30px;
}

.ps-banner--slider .ps-btn {
    min-width: 160px;
    text-align: center;
}

.ps-banner--slider .ps-banner__thumnail img {
    width: 100%;
}

.ps-banner--slider .ps-banner__content {
    padding: 40px 15px;
    text-align: center;
    position: relative;
}

@media (min-width: 768px) {
    .ps-banner--slider {
        display: flex;
        padding-bottom: 50px;
    }
    .ps-banner--slider .ps-banner__content {
        flex: 0 0 60%;
        text-align: left;
        padding: 40px 0 40px 30px;
    }
    .ps-banner--slider .ps-banner__thumnail {
        flex-grow: 1;
    }
    .ps-banner--slider .ps-banner__thumnail img {
        position: relative;
        width: 140%;
        height: calc(100% + 40px);
        left: -40%;
        top: 40px;
        max-width: initial;
        -o-object-fit: cover;
        object-fit: cover;
        max-height: 700px;
    }
}

@media (min-width: 960px) {
    .ps-banner--slider .ps-banner__title {
        font-size: 50px;
        line-height: 55px;
    }
    .ps-banner--slider .ps-banner__desc {
        font-size: 20px;
    }
    .ps-banner--slider .ps-banner__content {
        padding: 0;
    }
    .ps-banner--slider .ps-banner__box {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-35%, -50%);
    }
}

@media (min-width: 1280px) {
    .ps-banner--slider .ps-banner__title {
        font-size: 70px;
        line-height: 75px;
    }
    .ps-banner--slider .ps-banner__desc {
        font-size: 22px;
    }
}

@media (min-width: 1500px) {
    .ps-banner--slider .ps-banner__box {
        transform: translate(-30%, -50%);
    }
}

.ps-table {
    border-radius: 4px;
    border-collapse: collapse;
    border-spacing: 0;
}

.ps-table thead tr th {
    padding: var(--space-md);
    border: none;
    border-bottom: 1px solid #E5E5E5;
    font-weight: 500;
    font-size: 15px;
}

.ps-table tbody tr td {
    border: none;
    margin: 0 auto;
    padding: var(--space-md);
    font-size: 15px;
}

@media (max-width: 767px) {
    .ps-table--responsive {
        border: none;
    }
    .ps-table--responsive thead {
        display: none;
    }
    .ps-table--responsive tbody {
        display: block;
    }
    .ps-table--responsive tbody tr {
        display: block;
        margin-bottom: var(--space-md);
        border: 1px solid #E5E5E5;
    }
    .ps-table--responsive tbody tr td[data-label] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: none;
        border-top: 1px solid #E5E5E5;
    }
    .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--product {
    border: none;
}

.ps-table--product thead tr th {
    background-color: white;
    font-weight: bold;
    font-size: 16px;
    color: #191919;
}

.ps-table--product tbody td {
    padding: 25px 20px;
    vertical-align: middle;
    border: none !important;
    border-bottom: 1px solid #E5E5E5 !important;
}

.ps-table--product .ps-table__status span {
    color: #D9121F;
    font-size: 14px;
}

.ps-table--product .ps-table__status span::before {
    content: '\f00c';
    color: #D9121F;
    font-size: 75%;
    display: inline-block;
    font-weight: 900;
    font: normal normal normal 14px/1 FontAwesome;
    margin: -3px 10px 0 0;
}

.ps-table--product .ps-table__status span.off {
    color: #191919;
}

.ps-table--product .ps-table__status span.off::before {
    display: none;
}

.ps-table--product .ps-table__price {
    font-weight: 500;
    color: #191919;
    font-size: 15px;
    display: block;
}

.ps-table--product .ps-table__price.sale {
    color: #D9121F;
}

.ps-table--product .ps-table__del {
    font-size: 15px;
    text-decoration: line-through;
    color: #999999;
    display: block;
}

.ps-table--product .ps-table__remove {
    padding-right: 20px;
}

.ps-table--product .ps-table__remove i {
    font-weight: 600;
    color: #191919;
}

.ps-table--product .ps-table__remove a {
    width: 25px;
    font-size: 14px;
}

.ps-table--product .ps-table__cart .ps-btn {
    font-size: 18px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.ps-table--product .ps-table__product .ps-table__box {
    display: flex;
    align-items: center;
}

.ps-table--product .ps-table__product .ps-product--standard {
    display: flex;
    align-items: center;
}

.ps-table--product .ps-table__product .ps-product--standard .ps-product__thumbnail img {
    width: 95px;
    height: 126px;
    -o-object-fit: cover;
    object-fit: cover;
}

.ps-table--product .ps-table__product .ps-product--standard .ps-product__thumbnail:hover .ps-product__actions,
.ps-table--product .ps-table__product .ps-product--standard .ps-product__thumbnail:hover .ps-product__cart {
    display: none;
}

.ps-table--product .ps-table__product .ps-product--standard .ps-product__meta,
.ps-table--product .ps-table__product .ps-product--standard .ps-product__footer,
.ps-table--product .ps-table__product .ps-product--standard .ps-product__mobile {
    display: none;
}

.ps-table--product .ps-table__product .ps-product--standard .ps-product__content {
    padding-left: 30px;
}

.ps-table--product tbody .ps-table__subtotal {
    padding: 25px;
}

.ps-table--product .ps-product__quantity {
    text-align: center;
    width: 160px;
}

.ps-table--product .ps-product__quantity span {
    color: #F2F2F2;
    font-size: 18px;
}

.ps-table--product .number-input {
    background-color: white;
    display: flex;
    align-items: center;
    border: 1px solid #191919;
    border-radius: 40px;
    justify-content: space-between;
    max-width: 120px;
}

.ps-table--product .number-input input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.ps-table--product .number-input input[type="number"] {
    text-align: center;
    max-width: 30px;
    font-size: 14px;
    color: #191919;
    flex-grow: 1;
    background-color: transparent;
    border-color: transparent;
}

.ps-table--product .number-input input[type=number]:focus {
    box-shadow: none;
}

.ps-table--product .number-input input[type=number]::-webkit-inner-spin-button,
.ps-table--product .number-input input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.ps-table--product .number-input button {
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    padding: 16px;
    cursor: pointer;
}

.ps-table--product .number-input button i {
    color: #191919;
    font-weight: 600;
}

@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) and (stroke-color: transparent) {
        .ps-table--product .number-input.def-number-input.safari_only button:before, .ps-table--product .number-input.def-number-input.safari_only button:after {
            margin-top: -.3rem;
        }
    }
}

.ps-quickview .modal-body {
    padding: 30px 40px 30px 30px;
    position: relative;
    border-radius: 4px;
}

.ps-quickview__close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
    font-size: 30px;
    line-height: 36px;
}

.ps-quickview .ps-product__quantity .number-input input[type="number"] {
    max-width: 50px;
}

.ps-quickview .ps-product__quantity .ps-btn {
    margin-left: 10px;
}

@media (min-width: 1200px) {
    .ps-quickview .ps-product--gallery {
        margin-bottom: 0;
    }
}

.ps-compare--popup .modal-body {
    padding: 0;
    position: relative;
    overflow-x: hidden;
}

.ps-compare--popup .ps-compare__close {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 36px;
    height: 36px;
    font-size: 30px;
    line-height: 36px;
    color: white;
    z-index: 10;
    opacity: 1;
}

.ps-compare--popup .ps-compare__close:hover {
    color: white !important;
}

.ps-addcart .modal-body {
    padding: 30px 40px 30px 30px;
    position: relative;
    border-radius: 4px;
}

.ps-addcart__close {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    font-size: 30px;
    line-height: 36px;
}

.ps-addcart .ps-product--standard .ps-product__actions,
.ps-addcart .ps-product--standard .ps-product__cart {
    display: none;
}

.ps-addcart .ps-addcart__noti {
    text-align: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 30px;
    border-radius: 40px;
    color: white;
    background-color: #D9121F;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px 25px;
    line-height: 16px;
}

.ps-addcart .ps-addcart__noti i {
    margin-right: 10px;
}

.ps-addcart .ps-addcart__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.ps-addcart .ps-addcart__content p {
    color: #191919;
}

.ps-addcart .ps-addcart__content .ps-addcart__total {
    font-weight: 500;
    margin-bottom: 30px;
}

.ps-addcart .ps-addcart__content .ps-btn {
    margin-bottom: 10px;
}

.ps-addcart .ps-addcart__header {
    border-top: 1px solid #E5E5E5;
    padding: 30px 0;
}

.ps-addcart .ps-addcart__header p,
.ps-addcart .ps-addcart__header h3 {
    color: #F2F2F2;
    text-align: center;
}

.ps-addcart .ps-addcart__header p {
    font-size: 16px;
}

.ps-addcart .ps-addcart__header h3 {
    font-size: 20px;
}

.ps-addcart .ps-addcart__footer {
    text-align: right;
    padding-top: 30px;
}

.ps-addcart .ps-addcart__footer .ps-btn {
    margin-bottom: 15px;
}

.ps-addcart .owl-nav {
    display: none;
}

.ps-addcart .owl-dots {
    position: initial;
    padding-top: 15px;
}

.ps-addcart .ps-addcart__product .ps-product--standard {
    border: none;
}

.ps-addcart .ps-addcart__product .ps-product__quantity {
    display: inline-block;
    margin-bottom: 10px;
    color: #F2F2F2;
    min-width: auto;
    margin-right: 10px;
}

.ps-addcart .ps-addcart__product .ps-product__meta {
    display: inline-block;
}

.ps-addcart .ps-addcart__product .ps-product__image img {
    max-width: 60px;
}

.ps-addcart .ps-addcart__body {
    position: relative;
    min-height: 350px;
}

.ps-addcart .ps-addcart__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    -webkit-animation: cssAnimation 0s ease-in 2s forwards;
    animation: cssAnimation 0s ease-in 2s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.ps-addcart .ps-addcart__loading {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #F2F2F2;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

@keyframes cssAnimation {
    to {
        width: 0;
        height: 0;
        overflow: hidden;
    }
}

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

@media (min-width: 768px) {
    .ps-addcart .ps-addcart__product .ps-product--standard {
        display: flex;
        align-items: center;
        padding-bottom: 20px;
    }
    .ps-addcart .ps-addcart__product .ps-product__thumbnail {
        padding: 0;
        margin: 0;
    }
    .ps-addcart .ps-addcart__product .ps-product__content {
        padding-bottom: 0;
    }
}

@media (min-width: 992px) {
    .ps-addcart .ps-addcart__product .ps-product__title {
        margin-bottom: 0;
        flex-grow: 1;
    }
    .ps-addcart .ps-addcart__product .ps-product__content {
        flex-grow: 1;
        display: flex;
    }
    .ps-addcart .ps-addcart__product .ps-product__quantity {
        margin: 0;
        flex: 0 0 50px;
        text-align: right;
    }
    .ps-addcart .ps-addcart__product .ps-product__meta {
        margin: 0;
        text-align: right;
        flex: 0 0 120px;
    }
    .ps-addcart .ps-addcart__header h3 {
        font-size: 25px;
    }
    .ps-addcart .ps-addcart__footer .ps-btn {
        width: auto;
        margin-right: 15px;
        margin-bottom: 0;
    }
    .ps-addcart .ps-addcart__footer .ps-btn:last-child {
        margin-right: 0;
    }
}

@media (min-width: 576px) {
    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.ps-tab {
    display: none;
}

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

.ps-promo {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.ps-promo .ps-promo__banner {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 800ms ease 0s;
    min-height: 200px;
}

.ps-promo .ps-promo__link {
    display: inline-block;
    overflow: hidden;
}

.ps-promo .ps-promo__link a {
    font-size: 17px;
    color: white;
    transition: transform 350ms ease;
    transform: translateX(-100%) translateX(22px);
    min-width: 0;
    display: inline-block;
}

.ps-promo .ps-promo__link img {
    margin-left: 10px;
    filter: brightness(0) invert(1);
}

.ps-promo .ps-promo__link.text-dark a {
    color: #191919;
}

.ps-promo .ps-promo__link.text-dark img {
    filter: none;
}

.ps-promo .ps-promo__content {
    position: absolute;
    left: 0;
    padding: 25px 13px;
}

.ps-promo:hover .ps-promo__link a {
    transform: translateX(0);
}

.ps-promo .ps-promo__title.text-dark,
.ps-promo .ps-promo__type.text-dark {
    color: #191919;
}

@media (min-width: 1280px) {
    .ps-promo .ps-promo__link a {
        font-size: 20px;
    }
}

.ps-promo--bottom {
    text-align: center;
}

.ps-promo--bottom .ps-promo__title {
    color: white;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
}

.ps-promo--bottom .ps-promo__type {
    font-size: 20px;
    color: white;
    line-height: 20px;
    margin-bottom: 10px;
}

.ps-promo--bottom .ps-promo__content {
    width: 100%;
    bottom: 0;
}

.ps-promo--bottom:hover .ps-promo__banner {
    transform: scale(1.15) rotate(6deg);
}

@media (min-width: 1280px) {
    .ps-promo--bottom .ps-promo__title {
        font-size: 40px;
        line-height: 40px;
    }
    .ps-promo--bottom .ps-promo__type {
        font-size: 22px;
        line-height: 22px;
    }
    .ps-promo--bottom .ps-promo__content {
        padding: 25px 40px;
    }
}

.ps-promo--left .ps-promo__content {
    top: 0;
}

.ps-promo--left .ps-promo__title {
    color: white;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 25px;
}

.ps-promo--left:hover .ps-promo__banner {
    transform: scale(1.1);
}

@media (min-width: 1280px) {
    .ps-promo--left .ps-promo__title {
        font-size: 27px;
    }
    .ps-promo--left .ps-promo__content {
        padding: 40px;
    }
}

.ps-promo--center .ps-promo__title {
    color: white;
    font-size: 23px;
    line-height: 40px;
}

.ps-promo--center .ps-promo__type {
    font-size: 20px;
    color: white;
}

.ps-promo--center .ps-promo__content {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

.ps-promo--center:hover .ps-promo__banner {
    transform: scale(1.1);
}

@media (min-width: 1280px) {
    .ps-promo--center .ps-promo__title {
        font-size: 24px;
        line-height: 55px;
    }
    .ps-promo--center .ps-promo__type {
        font-size: 22px;
    }
}

.ps-promo--default .ps-promo__content {
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.ps-promo--default .ps-promo__title {
    font-size: 30px;
    color: #191919;
    font-weight: 500;
    margin-bottom: 20px;
}

.ps-promo--default .ps-promo__type {
    color: #191919;
    margin-bottom: 10px;
    font-size: 20px;
}

.ps-promo--default .ps-btn {
    font-size: 16px;
    padding: 5px 25px;
}

.ps-promo--default:hover .ps-promo__banner {
    transform: scale(1.1);
}

@media (min-width: 1280px) {
    .ps-promo--default .ps-promo__title {
        font-size: 40px;
    }
    .ps-promo--default .ps-promo__type {
        font-size: 22px;
    }
}

.ps-blog--latset {
    position: relative;
}

.ps-blog--latset .ps-blog__badge {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 100%;
    z-index: 10;
}

.ps-blog--latset .ps-blog__badge .ps-badge__item {
    background-color: white;
    color: #191919;
    font-weight: 500;
    border-radius: 40px;
    margin: 0 5px 5px;
    font-size: 12px;
    line-height: 20px;
    padding: 0 10px;
    display: inline-block;
}

.ps-blog--latset .ps-blog__thumbnail {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.ps-blog--latset .ps-blog__thumbnail a {
    display: block;
}

.ps-blog--latset .ps-blog__thumbnail img {
    width: 100%;
    transition: 500ms ease;
}

.ps-blog--latset .ps-blog__thumbnail:hover::before {
    transform: scale(0, 1);
    opacity: 1;
}

.ps-blog--latset .ps-blog__thumbnail:hover::after {
    transform: scale(1, 0);
    opacity: 1;
}

.ps-blog--latset .ps-blog__thumbnail::before,
.ps-blog--latset .ps-blog__thumbnail::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    transition: transform .5s, opacity .2s ease-in-out 0s;
    opacity: 0;
}

.ps-blog--latset .ps-blog__content {
    color: #191919;
    text-align: center;
}

.ps-blog--latset .ps-blog__date {
    font-weight: 400;
    color: #191919;
    margin-bottom: 0;
    font-size: 13px;
}

.ps-blog--latset .ps-blog__title {
    margin-bottom: 10px;
}

.ps-blog--latset .ps-blog__title a {
    display: block;
    font-size: 20px;
    line-height: 24px;
    color: #191919;
    font-weight: 400;
}

.ps-blog--latset .ps-blog__title a:hover {
    color: #D9121F;
}

@media (min-width: 1280px) {
    .ps-blog--latset .ps-blog__title a {
        font-size: 30px;
        line-height: 34px;
    }
}

.ps-section--blog .owl-carousel .owl-dots {
    position: initial;
    padding-top: 30px;
}

.ps-post--grid .ps-post__thumbnail img {
    width: 100%;
    max-height: 330px;
    -o-object-fit: cover;
    object-fit: cover;
}

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

.ps-post--grid .ps-post__title {
    margin-bottom: 15px;
}

.ps-post--grid .ps-post__title a {
    font-size: 30px;
    color: #191919;
    line-height: 35px;
    font-weight: 500;
}

.ps-post--grid .ps-post__date {
    font-size: 13px;
    color: #191919;
    margin-bottom: 15px;
}

.ps-post--grid .ps-post__link {
    font-size: 16px;
    color: #191919;
    font-weight: 500;
    text-decoration: underline;
}

@media (min-width: 768px) {
    .ps-post--grid .ps-post__grid {
        display: grid;
        grid-template-columns: 55% 40%;
        grid-gap: 30px;
    }
}

@media (min-width: 960px) {
    .ps-post--grid .ps-post__grid {
        grid-gap: 40px;
    }
}

@media (min-width: 1280px) {
    .ps-post--grid .ps-post__title a {
        font-size: 40px;
        line-height: 45px;
    }
    .ps-post--grid .ps-post__grid {
        grid-gap: 60px;
    }
}


/*3. COMPONENTS */

.ps-cart--mini {
    background-color: white;
    width: auto;
    position: relative;
    top: 0;
    right: 0;
    z-index: 10;
    border-radius: 3px;
    padding: 35px 30px 30px 30px;
    transition: all .2s ease;
    opacity: 1;
}

.ps-cart--mini.active {
    opacity: 1;
    transform: scaleY(1);
}

.ps-cart--mini .ps-cart__items {
    overflow-y: auto;
    max-height: 326px;
    padding: 0;
    margin-bottom: 20px;
}

.ps-cart--mini .ps-cart__items .ps-cart__item {
    display: block;
    margin-bottom: 20px;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 15px;
}

.ps-cart--mini .ps-cart__items .ps-cart__item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.ps-cart--mini .ps-cart__total {
    color: #191919;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    padding: 10px 0 15px;
    border-top: 1px solid #E5E5E5;
}

.ps-cart--mini .ps-cart__total span {
    font-weight: 500;
}

.ps-cart--mini .ps-cart__footer .ps-btn {
    display: block;
    width: 100%;
    height: auto;
    font-size: 18px;
    text-transform: capitalize;
    margin-top: 10px;
}

.ps-cart--mini .ps-cart__empty {
    text-align: center;
    display: none;
}

.ps-cart--mini .ps-cart__empty img {
    max-width: 100%;
}

.ps-cart--mini .ps-cart__empty .ps-cart__text {
    color: #191919;
    margin: 20px 0;
}

.ps-shopping {
    padding-bottom: 90px;
}

.ps-shopping .ps-shopping__title {
    color: #191919;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 40px;
    position: relative;
}

.ps-shopping .ps-shopping__title .badge {
    font-size: 11px;
    line-height: 11px;
    color: white;
    border-radius: 50%;
    background-color: #191919;
    position: absolute;
    top: 0;
    z-index: 1;
}

.ps-shopping .ps-shopping__list li {
    margin-bottom: 10px;
}

.ps-shopping .ps-shopping__table {
    display: none;
}

.ps-shopping .ps-product--wishlist .ps-product__quantity,
.ps-shopping .ps-product--wishlist .ps-product__subtotal {
    display: flex;
}

.ps-shopping .ps-product--wishlist .ps-product__cart,
.ps-shopping .ps-product--wishlist .ps-product__stock {
    display: none;
}

.ps-shopping .ps-shopping__footer {
    padding-top: 50px;
    margin-bottom: 50px;
}

.ps-shopping .ps-shopping__footer .ps-shopping__action {
    font-weight: 500;
    font-size: 17px;
    text-decoration: underline;
}

.ps-shopping .ps-input {
    display: inline-block;
    padding: 5px 15px;
    max-width: 200px;
    border-radius: 40px;
    font-size: 17px;
    height: 44px;
    background-color: white;
    color: #191919;
    border-color: #191919;
}

.ps-shopping .ps-input::-moz-placeholder {
    color: #191919;
    font-size: 17px;
}

.ps-shopping .ps-input:-ms-input-placeholder {
    color: #191919;
    font-size: 17px;
}

.ps-shopping .ps-input::placeholder {
    color: #191919;
    font-size: 17px;
}

.ps-shopping .ps-shopping__coupon {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}

.ps-shopping .ps-shopping__coupon .ps-shopping__action {
    margin-left: 10px;
}

.ps-shopping .ps-shopping__button .ps-btn:first-child {
    margin-right: 10px;
}

.ps-shopping .ps-title {
    line-height: 20px;
    font-size: 20px;
    color: #191919;
    font-weight: 500;
    margin-bottom: 20px;
}

.ps-shopping .ps-shopping__label {
    line-height: 20px;
    font-size: 14px;
    color: #191919;
    font-weight: 500;
    margin-bottom: 0;
}

.ps-shopping .ps-shopping__box {
    color: #191919;
    border-radius: 4px;
    padding: 30px 20px;
    margin-bottom: 50px;
    background-color: #F2F2F2;
}

.ps-shopping .ps-shopping__row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #E5E5E5;
}

.ps-shopping .ps-shopping__checkout {
    padding-top: 20px;
}

.ps-shopping .ps-shopping__checkout .ps-btn {
    width: 100%;
}

.ps-shopping .ps-shopping__price {
    color: #191919;
    font-weight: 500;
    font-size: 14px;
}

.ps-shopping .ps-shopping__total {
    font-size: 26px;
    font-weight: 500;
}

.ps-shopping .ps-shopping__text {
    font-size: 14px;
    text-align: right;
}

@media (min-width: 768px) {
    .ps-shopping .ps-shopping__footer,
    .ps-shopping .ps-shopping__box {
        margin-bottom: 90px;
    }
    .ps-shopping .ps-shopping__list {
        display: none;
    }
    .ps-shopping .ps-shopping__table {
        display: block;
    }
    .ps-shopping .ps-shopping__footer {
        display: flex;
    }
    .ps-shopping .ps-shopping__coupon {
        flex-grow: 1;
        margin-bottom: 0;
    }
}

@media (min-width: 1280px) {
    .ps-shopping .ps-shopping__title {
        font-size: 40px;
        line-height: 60px;
    }
    .ps-shopping .ps-title {
        font-size: 30px;
        line-height: 35px;
    }
    .ps-shopping .ps-shopping__footer .ps-btn {
        padding: 10px 25px;
        font-size: 18px;
    }
    .ps-shopping .ps-input {
        padding: 10px 25px;
        max-width: 270px;
        font-size: 18px;
    }
    .ps-shopping .ps-input::-moz-placeholder {
        font-size: 16px;
    }
    .ps-shopping .ps-input:-ms-input-placeholder {
        font-size: 16px;
    }
    .ps-shopping .ps-input::placeholder {
        font-size: 16px;
    }
}

.ps-search-table {
    /* border-bottom: 1px solid #ddd9d9; */
    border-radius: 0px;
    overflow: hidden;
    background: #ffff;
    -webkit-border-radius: 7px 7px 7px 7px;
    border-radius: 7px 7px 7px 7px;
    height: 50px
}

.ps-search-table .form-control {
    border: none;
    color: #808080;
    height: 46px;
    font-size: 15px;
    height: 50px !important;
}

.ps-search-table .form-control:focus {
    box-shadow: none;
    background-color: transparent;
}

.ps-search-table .form-control::-moz-placeholder {
    color: #191919;
    font-size: 15px;
}

.ps-search-table .form-control:-ms-input-placeholder {
    color: #191919;
    font-size: 15px;
}

.ps-search-table .form-control::placeholder {
    color: #191919;
    font-size: 15px;
}

.ps-search-table .input-group-append {
    width: 60px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #e63929;
    -webkit-border-radius: 0 7px 7px 0;
    border-radius: 0 7px 7px 0;
    padding: 13px 0px;
}

.ps-search-table .input-group-append a i {
    color: #191919;
    font-size: 20px;
}

.ps-login--modal {
    background-color: white;
    width: 330px;
    position: absolute;
    top: 82%;
    right: -92px;
    z-index: 10;
    border-radius: 3px;
    padding: 35px 30px 30px 30px;
    overflow: hidden;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26) !important;
    transition: all .2s ease;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: center top 0;
}

.ps-login--modal.active {
    opacity: 1;
    transform: scaleY(1);
}

.ps-login--modal .form-control {
    background-color: white;
    border-radius: 50px;
    color: #191919;
    font-size: 18px;
    padding: 10px 25px;
    line-height: 26px;
    height: 46px;
}

.ps-login--modal .form-group {
    margin-bottom: 20px;
}

.ps-login--modal label {
    font-size: 16px;
    color: #191919;
    margin-bottom: 5px;
}

.ps-login--modal .form-check label {
    margin-bottom: 0;
}

.ps-login--modal .ps-login__footer {
    display: flex;
    align-items: center;
}

.ps-login--modal .ps-login__footer .form-group {
    margin-bottom: 0;
}

.ps-form--subscribe {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ps-form--subscribe .ps-form__control {
    width: 100%;
}

.ps-form--subscribe .ps-input {
    border-radius: 40px;
    width: 100%;
    height: 44px;
    background-color: #E5E5E5;
    color: #191919;
    font-size: 16px;
    margin-bottom: 10px;
}

.ps-form--subscribe .ps-input:focus {
    box-shadow: none;
    background-color: #E5E5E5;
    color: #191919;
}

.ps-form--subscribe .ps-input::-moz-placeholder {
    color: #191919;
    font-size: 16px;
}

.ps-form--subscribe .ps-input:-ms-input-placeholder {
    color: #191919;
    font-size: 16px;
}

.ps-form--subscribe .ps-input::placeholder {
    color: #191919;
    font-size: 16px;
}

.ps-form--subscribe .ps-btn {
    height: 44px;
    text-transform: capitalize;
    font-size: 16px;
    padding: 9px 15px;
}

@media (min-width: 768px) {
    .ps-form--subscribe .ps-form__control {
        display: inline-flex;
        align-items: center;
        max-width: 500px;
    }
    .ps-form--subscribe .ps-input {
        font-size: 18px;
        width: calc(100% - 160px);
        padding: 11px 25px 11px 25px;
        margin-bottom: 0;
        height: 48px;
    }
    .ps-form--subscribe .ps-btn {
        font-size: 18px;
        width: 150px;
        margin-left: 10px;
        height: 48px;
    }
}

.ps-form--newsletter .ps-input {
    padding: 9px 15px;
    height: 44px;
    color: #191919;
    background-color: white;
    border-radius: 40px !important;
    border-color: white;
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
}

.ps-form--newsletter .ps-input:focus {
    box-shadow: none;
}

.ps-form--newsletter .ps-input::-moz-placeholder {
    color: #191919;
    font-size: 16px;
}

.ps-form--newsletter .ps-input:-ms-input-placeholder {
    color: #191919;
    font-size: 16px;
}

.ps-form--newsletter .ps-input::placeholder {
    color: #191919;
    font-size: 16px;
}

.ps-form--newsletter .ps-btn {
    padding: 11px 35px;
    font-size: 16px;
    text-transform: capitalize;
}

@media (min-width: 768px) {
    .ps-form--newsletter .ps-btn {
        width: auto;
    }
}

@media (min-width: 1280px) {
    .ps-form--newsletter .ps-input {
        height: 46px;
        margin-bottom: 0;
        width: calc(100% - 140px);
        padding: 11px 15px;
        margin: 0;
        float: left;
    }
    .ps-form--newsletter .ps-btn {
        margin-left: 10px;
        width: 130px;
    }
}

.ps-form--review {
    color: #191919;
}

.ps-form--review input:focus {
    box-shadow: none;
}

.ps-form--review .ps-form__title {
    font-size: 22px;
    line-height: 26px;
    color: #191919;
    margin-bottom: 10px;
    font-weight: 500;
}

.ps-form--review .ps-form__desc {
    color: #191919;
    font-size: 16px;
    margin-bottom: 35px;
}

.ps-form--review .ps-form__label {
    color: #191919;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.ps-form--review .ps-form__input {
    height: 46px;
}

.ps-form--review .ps-form__input,
.ps-form--review .ps-form__textarea {
    color: #191919;
    font-size: 16px;
    padding: 9px 15px;
    border-radius: 40px;
    border-color: #191919;
}

.ps-form--review .ps-form__textarea {
    min-height: 100px;
    border-radius: 30px;
}

.ps-form--review .br-widget a {
    font-size: 32px;
}

.ps-form--review .br-widget .br-selected::after {
    color: #191919 !important;
}

.ps-form--review .ps-form__block {
    margin: 40px 0 30px;
}

.ps-form--review .ps-btn {
    max-width: 210px;
}

@media (min-width: 1280px) {
    .ps-form--review .ps-form__title {
        font-size: 24px;
        line-height: 30px;
    }
}

.ps-form--contact {
    padding-bottom: 90px;
}

.ps-form--contact .ps-form__title {
    color: #191919;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 30px;
}

.ps-form--contact .ps-form__group {
    margin-bottom: 20px;
}

.ps-form--contact .ps-form__input {
    border-radius: 0;
    color: #191919;
    background-color: white;
    padding: 9px 15px 9px 0;
    border: none;
    border-bottom: 1px solid #E5E5E5;
    line-height: 26px;
    height: 44px;
    font-size: 17px;
}

.ps-form--contact .ps-form__input:focus {
    box-shadow: none;
}

.ps-form--contact .ps-form__input::-moz-placeholder {
    color: #191919;
    font-size: 17px;
}

.ps-form--contact .ps-form__input:-ms-input-placeholder {
    color: #191919;
    font-size: 17px;
}

.ps-form--contact .ps-form__input::placeholder {
    color: #191919;
    font-size: 17px;
}

.ps-form--contact .ps-form__textarea {
    border-radius: 0;
    color: #191919;
    background-color: white;
    padding: 9px 15px 9px 0;
    border: none;
    border-bottom: 1px solid #E5E5E5;
    line-height: 26px;
    font-size: 17px;
}

.ps-form--contact .ps-form__textarea:focus {
    box-shadow: none;
}

.ps-form--contact .ps-form__textarea::-moz-placeholder {
    color: #191919;
    font-size: 17px;
}

.ps-form--contact .ps-form__textarea:-ms-input-placeholder {
    color: #191919;
    font-size: 17px;
}

.ps-form--contact .ps-form__textarea::placeholder {
    color: #191919;
    font-size: 17px;
}

.ps-form--contact .ps-btn {
    min-width: 208px;
    color: #191919;
    background-color: white;
    border: 1px solid #191919;
    height: 44px;
    margin-top: 20px;
}

@media (min-width: 1280px) {
    .ps-form--contact .ps-form__title {
        font-size: 30px;
        line-height: 40px;
    }
    .ps-form--contact .ps-btn {
        height: 46px;
    }
    .ps-form--contact .ps-form__input {
        height: 46px;
        padding: 10px 25px 10px 0;
    }
    .ps-form--contact .ps-form__textarea {
        padding: 10px 25px 10px 0;
    }
}

.ps-search {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1100;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

.ps-search:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s cubic-bezier(0.7, 0, 0.3, 1), visibility 0.2s cubic-bezier(0.7, 0, 0.3, 1);
}

.ps-search__content {
    width: 100%;
    max-width: 400px;
    height: 100%;
    padding: 30px 20px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background-color: white;
    transition: transform 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    transform: translateX(400px);
}

.ps-search__content h3 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
    color: #191919;
    font-weight: 500;
}

.ps-search .ps-search__close {
    position: absolute;
    right: 20px;
    top: 23px;
    color: #191919;
    width: 36px;
    height: 36px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    z-index: 10;
}

.ps-search .ps-search__close i {
    font-weight: bold;
}

.ps-search.active {
    visibility: visible;
    opacity: 1;
}

.ps-search.active::before {
    opacity: 0.3;
    visibility: visible;
}

.ps-search.active .ps-search__content {
    transform: translateX(0);
}

.ps-search .ps-search__result {
    padding-top: 50px;
    display: none;
}

.ps-search .ps-search__result.active {
    display: block;
}

.ps-search .ps-search__result .ps-product--horizontal {
    margin-bottom: 30px;
}

.ps-search .ps-search__more {
    text-align: center;
    padding: 20px 0;
}

.ps-search .ps-search__more a {
    color: #191919;
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline;
}

.ps-category--icon {
    padding: 50px 0;
}

.ps-category--icon .ps-category__content {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}

.ps-category--icon .ps-category__item {
    text-align: center;
}

.ps-category--icon .ps-category__name {
    margin-bottom: 0;
    margin-top: 10px;
}

.ps-category--icon .ps-category__name a {
    font-size: 16px;
    color: #191919;
    font-weight: 400;
}

.ps-category--icon .ps-category__title {
    font-size: 25px;
    color: #191919;
    text-align: center;
    margin-bottom: 58px;
    display: none;
    text-transform: capitalize;
}

@media (min-width: 768px) {
    .ps-category--icon .ps-category__content {
        display: flex;
        grid-gap: 20px;
        justify-content: center;
    }
    .ps-category--icon .ps-category__item {
        flex: 0 0 100px;
    }
    .ps-category--icon .ps-category__title {
        font-size: 24px;
    }
}

@media (min-width: 1280px) {
    .ps-category--icon .ps-category__content {
        grid-gap: 25px;
    }
}

.ps-category--section .ps-category__grid {
    display: grid;
    grid-gap: 40px;
}

@media (min-width: 768px) {
    .ps-category--section .ps-category__grid {
        grid-gap: 20px;
        grid-template-columns: repeat(2, 1fr);
    }
    .ps-category--section .ps-category--item:last-child {
        display: flex;
        flex-direction: column-reverse;
    }
    .ps-category--section .ps-category--item:last-child .ps-category__thumbnail {
        margin-top: 30px;
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .ps-category--section .ps-category__grid {
        grid-gap: 40px;
    }
}

.ps-category--item .ps-category__thumbnail {
    margin-bottom: 20px;
    position: relative;
}

.ps-category--item .ps-category__thumbnail img {
    max-height: 230px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.ps-category--item .ps-category__thumbnail::before,
.ps-category--item .ps-category__thumbnail::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    transition: transform .5s, opacity .2s ease-in-out 0s;
    opacity: 0;
}

.ps-category--item .ps-category__content {
    text-align: center;
}

.ps-category--item .ps-category__type {
    font-size: 17px;
    color: #191919;
    margin-bottom: 10px;
}

.ps-category--item .ps-category__name {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 15px;
}

.ps-category--item .ps-btn {
    font-size: 16px;
    padding: 2px 20px;
}

.ps-category--item .ps-category__link {
    display: inline-block;
    overflow: hidden;
}

.ps-category--item .ps-category__link a {
    font-size: 17px;
    color: #191919;
    transition: transform 350ms ease;
    transform: translateX(-100%) translateX(22px);
    min-width: 0;
    display: inline-block;
}

.ps-category--item .ps-category__link img {
    margin-left: 10px;
}

.ps-category--item:hover .ps-category__thumbnail::before {
    transform: scale(0, 1);
    opacity: 1;
}

.ps-category--item:hover .ps-category__thumbnail::after {
    transform: scale(1, 0);
    opacity: 1;
}

.ps-category--item:hover .ps-category__link a {
    transform: translateX(0);
}

@media (min-width: 768px) {
    .ps-category--item .ps-category__name {
        font-size: 30px;
    }
    .ps-category--item .ps-category__type {
        font-size: 20px;
    }
    .ps-category--item .ps-category__thumbnail img {
        max-height: 300px;
    }
}

@media (min-width: 1280px) {
    .ps-category--item .ps-category__name {
        font-size: 40px;
    }
    .ps-category--item .ps-category__type {
        font-size: 22px;
    }
    .ps-category--item .ps-category__thumbnail img {
        max-height: 400px;
    }
}

.ps-category--menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    row-gap: 40px;
}

.ps-category--menu .ps-category__thumbnail {
    position: relative;
    margin: 0 auto 20px;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.ps-category--menu .ps-category__thumbnail:hover .ps-category__overlay {
    visibility: visible;
    opacity: 1;
}

.ps-category--menu .ps-category__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    color: white;
    font-size: 20px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
}

.ps-category--menu .ps-category__overlay img {
    filter: brightness(0) invert(1);
    width: 15px;
}

.ps-category--menu .ps-category__image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.ps-category--menu .ps-category__name {
    margin-bottom: 0;
    text-align: center;
}

.ps-category--menu .ps-category__name a {
    font-weight: 500;
    font-size: 17px;
    color: #191919;
}

@media (min-width: 768px) {
    .ps-category--menu {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 0;
    }
}

@media (min-width: 960px) {
    .ps-category--menu .ps-category__image {
        width: auto;
        height: auto;
    }
}

@media (min-width: 1280px) {
    .ps-category--menu {
        grid-gap: 30px;
    }
}

.ps-category--promo .ps-category__content {
    padding-bottom: 70px;
}

.ps-category--promo .ps-category__title {
    color: #191919;
    font-weight: 500;
    font-size: 35px;
    line-height: 38px;
    margin-bottom: 15px;
}

.ps-category--promo .ps-category__desc {
    font-size: 20px;
    color: #191919;
    margin-bottom: 20px;
}

.ps-category--promo .ps-category__thumbnail {
    position: relative;
    padding-bottom: 180px;
}

.ps-category--promo .ps-category__position {
    width: 70%;
    height: 180px;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    bottom: 60px;
    left: 0;
}

.ps-category--promo .ps-category__position.ps-right {
    right: 0;
    left: auto;
}

.ps-category--promo .ps-category__image {
    width: 100%;
}

@media (min-width: 960px) {
    .ps-category--promo .ps-category__thumbnail {
        padding-bottom: 250px;
    }
    .ps-category--promo .ps-category__position {
        height: 250px;
    }
}

@media (min-width: 1280px) {
    .ps-category--promo .ps-category__position {
        height: 280px;
    }
    .ps-category--promo .ps-category__title {
        font-size: 55px;
        line-height: 60px;
    }
    .ps-category--promo .ps-category__desc {
        font-size: 22px;
    }
}

.ps-review {
    background-color: white;
    border-radius: 4px;
    padding: 30px;
    color: #191919;
    border: 1px solid #E5E5E5;
}

.ps-review .ps-review__title {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px;
}

.ps-review .ps-review__desc {
    font-size: 15px;
    margin-bottom: 15px;
}

.ps-review .ps-review__rating {
    margin-bottom: 3px;
}

.ps-review .ps-review__rating .br-widget {
    height: auto;
}

.ps-review .ps-review__rating .br-widget a {
    font-size: 14px;
}

.ps-review .ps-review__rating .br-widget .br-selected:after {
    color: #191919;
}

.ps-review .ps-review__info span {
    font-size: 13px;
    display: inline-block;
}

.ps-review .ps-review__name {
    font-weight: 500;
    margin-right: 10px;
}

.ps-review--product {
    padding: 30px 0;
    color: #191919;
    position: relative;
    border-bottom: 1px solid #E5E5E5;
}

.ps-review--product .ps-review__report {
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 12px;
    color: #808080;
}

.ps-review--product .ps-review__info {
    font-size: 13px;
    margin-bottom: 20px;
}

.ps-review--product .ps-review__name {
    font-weight: 500;
    margin-right: 15px;
}

.ps-review--product .ps-review__rating .br-widget a {
    font-size: 14px;
}

.ps-review--product .ps-review__rating .br-widget .br-selected::after {
    color: #191919;
}

.ps-review--product .ps-review__title {
    font-size: 17px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.ps-review--product .ps-review__desc {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0;
}

.ps-review--product.ps-review--post .ps-review__rating,
.ps-review--product.ps-review--post .ps-review__report {
    display: none;
}

.ps-review--product.ps-review--post .ps-review__actions {
    display: block;
}

.ps-review--product .ps-review__actions {
    position: absolute;
    right: 0;
    top: 10px;
    display: none;
}

.ps-review--product .ps-review__action {
    font-size: 12px;
    color: #808080;
    display: inline-block;
    margin-left: 20px;
}

.ps-review--product .ps-review__action:first-child {
    margin-left: 0;
}

@media (min-width: 768px) {
    .ps-review--product .ps-review__report {
        display: none;
    }
    .ps-review--product .ps-review__actions {
        display: block;
    }
    .ps-review--product .ps-review__content {
        flex-grow: 1;
    }
    .ps-review--product .ps-review__info {
        padding: 0 20px;
        flex: 0 0 200px;
        margin-bottom: 0;
    }
    .ps-review--product .ps-review__rating {
        flex: 0 0 80px;
    }
    .ps-review--product .ps-review__row {
        display: flex;
        align-items: flex-start;
    }
    .ps-review--product.ps-review--post .ps-review__info {
        padding-left: 0;
    }
}

@media (min-width: 1280px) {
    .ps-review--product .ps-review__info {
        padding: 0 25px;
        flex: 0 0 300px;
    }
}

.ps-section--review-product .ps-section__title {
    margin-bottom: 20px;
    border-top: 1px solid #E5E5E5;
    padding-top: 90px;
}

.ps-section--review-product .ps-section__header {
    text-align: center;
    margin-bottom: 30px;
}

.ps-section--review-product .ps-section__header .br-widget .br-selected::after {
    color: #191919;
}

.ps-section--review-product .ps-section__toggle {
    text-decoration: underline;
    color: #191919;
    font-size: 16px;
    display: inline-block;
}

.ps-section--review-product .ps-section__text {
    color: #191919;
    font-size: 16px;
    display: inline-block;
    position: relative;
    padding-right: 20px;
}

.ps-section--review-product .ps-section__text::after {
    content: '.';
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 30px;
    line-height: 10px;
}

.ps-section--review-product .ps-review--product:first-child {
    border-top: 1px solid #E5E5E5;
}

.ps-section--review-product .ps-pagination {
    padding: 100px 30px 90px;
    border-bottom: 1px solid #E5E5E5;
}

.ps-section--review-product .ps-form--review {
    display: none;
    padding-bottom: 50px;
}

.ps-section--review-product .ps-form--review .ps-form__title {
    display: none;
}

.ps-instagram .ps-section__content .col-6 {
    padding: 10px;
}

.ps-image--transition {
    position: relative;
    height: 100%;
    display: block;
    overflow: hidden;
    border: 1px solid #f5f2f2;
}

.ps-image--transition img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 800ms ease 0s;
}

.ps-image--transition .ps-image__overlay {
    font-size: 24px;
    line-height: 1;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform .3s ease;
    width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.ps-image--transition:hover::before {
    background-color: rgba(0, 0, 0, 0.4);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.ps-image--transition:hover .ps-image__overlay {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    z-index: 3;
}

.ps-image--transition:hover img {
    transform: scale(1.1, 1.1);
}

.ps-section--newsletter {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ps-section--newsletter .ps-section__title {
    margin-bottom: 15px;
    color: #191919;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    font-weight: 500;
}

.ps-section--newsletter .ps-section__desc {
    color: #191919;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

.ps-section--newsletter .ps-form--newsletter {
    max-width: 500px;
    margin: auto;
}

.ps-section--newsletter .ps-form--newsletter .ps-input {
    border-color: #E5E5E5;
}

.ps-section--newsletter .ps-form--newsletter .ps-btn {
    padding: 9px 25px;
}

@media (min-width: 768px) {
    .ps-section--newsletter .ps-form--newsletter .input-group {
        flex-wrap: nowrap;
    }
    .ps-section--newsletter .ps-form--newsletter .ps-input {
        margin-bottom: 0;
    }
    .ps-section--newsletter .ps-form--newsletter .ps-btn {
        margin-left: 20px;
    }
}

@media (min-width: 1024px) {
    .ps-section--newsletter .ps-section__title {
        font-size: 40px;
        line-height: 50px;
    }
    .ps-section--newsletter .ps-section__desc {
        font-size: 22px;
    }
}

.ps-blog {
    padding-bottom: 90px;
}

.ps-blog .ps-blog__title {
    color: #191919;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 22px;
}

.ps-blog .ps-pagination {
    padding: 20px 0 50px;
}

.ps-blog .ps-blog__list {
    margin-bottom: 40px;
    border: none;
}

.ps-blog .ps-blog__list .nav-link {
    font-size: 17px;
    color: #191919;
    border: none;
}

.ps-blog .ps-blog__list .nav-link.active,
.ps-blog .ps-blog__list .nav-link:hover {
    text-decoration: underline;
    font-weight: 500;
}

@media (min-width: 768px) {
    .ps-blog .ps-blog__title {
        font-size: 35px;
        line-height: 40px;
    }
}

@media (min-width: 1280px) {
    .ps-blog .ps-blog__title {
        font-size: 40px;
        line-height: 50px;
    }
}

.ps-blog--layout2 .ps-blog--latset {
    margin-bottom: 70px;
}

@media (min-width: 1280px) {
    .ps-blog--layout2 .ps-blog--latset .ps-blog__title a {
        font-size: 25px;
        line-height: 30px;
    }
}

.ps-blog--layout1 .ps-post--grid {
    padding: 70px 0;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 70px;
}

.ps-blog--layout1 .ps-blog--latset {
    margin-bottom: 70px;
}

.ps-page--notfound {
    padding-bottom: 100px;
}

.ps-page--notfound .ps-page__name {
    font-size: 100px;
    line-height: 100px;
    color: #191919;
    margin-bottom: 20px;
    font-weight: 500;
}

.ps-page--notfound .ps-page__content {
    text-align: center;
}

.ps-page--notfound .ps-page__content img {
    width: 50%;
    margin: auto;
    display: block;
}

.ps-page--notfound .ps-page__content h5 {
    font-size: 25px;
    color: #191919;
    margin-bottom: 20px;
    font-weight: 500;
}

.ps-page--notfound .ps-page__content p {
    color: #191919;
    margin-bottom: 30px;
    font-size: 15px;
}

.ps-page--notfound .ps-page__content .ps-btn {
    min-width: 220px;
    text-transform: initial;
}

.ps-page--notfound .ps-product--carousel {
    padding: 90px 0;
    margin-top: 90px;
    border-bottom: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
}

@media (min-width: 768px) {
    .ps-page--notfound .ps-page__content {
        text-align: left;
    }
    .ps-page--notfound .ps-page__content img {
        width: 55%;
    }
    .ps-page--notfound .ps-page__content h5 {
        font-size: 30px;
        line-height: 30px;
    }
    .ps-page--notfound .ps-page__name {
        font-size: 120px;
        line-height: 120px;
    }
}

@media (min-width: 992px) {
    .ps-page--notfound .ps-page__content h5 {
        font-size: 35px;
        line-height: 40px;
    }
    .ps-page--notfound .ps-page__name {
        font-size: 150px;
        line-height: 150px;
    }
}

@media (min-width: 1280px) {
    .ps-page--notfound .ps-page__name {
        font-size: 200px;
        line-height: 200px;
    }
    .ps-page--notfound .ps-page__content h5 {
        font-size: 40px;
        line-height: 50px;
    }
    .ps-page--notfound .ps-page__content .ps-btn {
        min-width: 270px;
    }
}

.ps-preloader {
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
}

.ps-preloader .ps-preloader-section {
    position: fixed;
    top: 0;
    height: 100vh;
    width: 50%;
    background-color: white;
    z-index: 1000;
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ps-preloader .ps-preloader-left {
    left: 0;
    transform: translateX(-100%);
    -webkit-animation: moveleft 0.5s;
    animation: moveleft 0.5s;
}

.ps-preloader .ps-preloader-right {
    right: 0;
    transform: translateX(100%);
    -webkit-animation: moveright 0.5s;
    animation: moveright 0.5s;
}

.ps-preloader .ps-preloader__icon {
    position: relative;
    height: 90px;
    width: 150px;
}

@-webkit-keyframes moveleft {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(-100%);
    }
}

@keyframes moveleft {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(-100%);
    }
}

@-webkit-keyframes moveright {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(100%);
    }
}

@keyframes moveright {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(100%);
    }
}

.ps-product--carousel .owl-carousel .owl-nav {
    top: 30%;
}

.ps-product--carousel .owl-carousel .owl-nav button {
    width: 36px;
    height: 36px;
    background-color: white !important;
    border-radius: 0;
}

.ps-product--carousel .owl-carousel .owl-nav button i {
    color: #191919;
    font-weight: 400;
    font-size: 15px;
}

.ps-product--carousel .owl-carousel .owl-nav .owl-prev {
    margin-left: 0;
}

.ps-product--carousel .owl-carousel .owl-nav .owl-next {
    margin-right: 0;
}

.ps-product--carousel .ps-product--standard .ps-product__footer {
    padding-left: 1px;
}

@media (min-width: 1024px) {
    .ps-product--carousel .owl-carousel .owl-nav {
        top: 40%;
    }
    .ps-product--carousel .owl-carousel .owl-nav button {
        opacity: 0.6;
    }
    .ps-product--carousel .owl-carousel .owl-nav button:hover {
        opacity: 1;
    }
    .ps-product--carousel .owl-carousel .owl-nav .owl-prev {
        margin-left: -50px;
    }
    .ps-product--carousel .owl-carousel .owl-nav .owl-next {
        margin-right: -50px;
    }
}

.ps-product--featured .ps-product__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}

.ps-product--featured .ps-section__link {
    display: none;
}

.ps-product--featured .ps-section__link a {
    text-decoration: none;
    padding: 5px 30px;
}

@media (min-width: 768px) {
    .ps-product--featured .ps-product__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1280px) {
    .ps-product--featured .ps-product__grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.ps-product--desc .ps-product__title {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 35px;
}

.ps-product--desc .ps-product__subtitle {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 20px;
}

.ps-product--desc .ps-product__text {
    font-size: 15px;
    margin-bottom: 15px;
}

.ps-product--desc .ps-product__thumbnail {
    margin-top: 30px;
}

.ps-product--desc .ps-product__thumbnail img {
    width: 100%;
}

.ps-product--desc .ps-product__item {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.ps-product--desc .ps-product__item i {
    margin-right: 20px;
    font-size: 24px;
}

.ps-product--desc .ps-product__item img {
    margin-right: 20px;
}

.ps-product--desc .ps-product__item span {
    font-size: 14px;
    width: 48%;
}

.ps-product--desc .ps-product__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ps-product--desc .ps-product__list li {
    font-size: 15px;
    color: #191919;
    font-weight: 400;
    padding: 2px 0;
}

.ps-product--desc .ps-product__list li::before {
    content: '\f00c';
    color: #D9121F;
    font-size: 75%;
    display: inline-block;
    font-weight: 900;
    font: normal normal normal 14px/1 FontAwesome;
    margin: -3px 10px 0 0;
}

@media (min-width: 768px) {
    .ps-product--desc .ps-product__grid {
        display: grid;
        grid-gap: 50px;
        grid-template-columns: repeat(2, 1fr);
    }
    .ps-product--desc .ps-product__title {
        font-size: 40px;
        line-height: 45px;
    }
    .ps-product--desc .ps-product__subtitle {
        font-size: 20px;
        line-height: 25px;
    }
    .ps-product--desc .ps-product__thumbnail {
        margin-top: 0;
    }
}

@media (min-width: 960px) {
    .ps-product--desc .ps-product__item span {
        flex-grow: 1;
    }
    .ps-product--desc .ps-product__title {
        font-size: 45px;
        line-height: 50px;
    }
}

@media (min-width: 1280px) {
    .ps-product--desc .ps-product__grid {
        grid-gap: 100px;
    }
    .ps-product--desc .ps-product__title {
        font-size: 55px;
        line-height: 60px;
    }
    .ps-product--desc .ps-product__subtitle {
        font-size: 22px;
        line-height: 28px;
    }
    .ps-product--desc .ps-product__item span {
        font-size: 16px;
    }
}

.ps-product--content-tabs .ps-product__tabreview {
    margin-bottom: 60px;
}

.ps-product--content-tabs .ps-product__tabreview .ps-review--product:not(:last-child) {
    border-bottom: none;
}

.ps-product--content-tabs .ps-product__tabreview .ps-review--product:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.ps-product--content-tabs .ps-product__tabreview .ps-review--product:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.ps-product--content-tabs .ps-form--review {
    margin-bottom: 60px;
}

.ps-product--content-tabs .ps-tab-list {
    margin-bottom: 90px;
    display: block;
}

.ps-product--content-tabs .ps-tab-list li {
    margin: 0 35px 20px 0;
}

.ps-product--content-tabs .ps-tab-list li a {
    font-size: 22px;
    line-height: 26px;
    color: #191919 !important;
    padding: 0;
    border: none;
    position: relative;
}

.ps-product--content-tabs .ps-tab-list li a:hover,
.ps-product--content-tabs .ps-tab-list li a.active {
    font-weight: 500;
}

@media (min-width: 768px) {
    .ps-product--content-tabs .ps-tab-list {
        display: flex;
        justify-content: center;
    }
    .ps-product--content-tabs .ps-tab-list li a::after {
        content: "";
        width: 0;
        height: 2px;
        background: #191919;
        transition: all .35s ease 0s;
        position: absolute;
        left: 0;
        bottom: -20px;
    }
    .ps-product--content-tabs .ps-tab-list li a:hover,
    .ps-product--content-tabs .ps-tab-list li a.active {
        font-weight: 400;
    }
    .ps-product--content-tabs .ps-tab-list li a:hover::after,
    .ps-product--content-tabs .ps-tab-list li a.active::after {
        width: 100%;
    }
}

@media (min-width: 1280px) {
    .ps-product--content-tabs .ps-tab-list li a {
        font-size: 30px;
        line-height: 30px;
    }
}

.ps-product--gallery-2 {
    margin-bottom: 30px;
}

.ps-product--gallery-2 .ps-product__thumbnail img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.ps-product--gallery-2 .ps-gallery--images {
    margin-top: 10px;
}

.ps-product--gallery-2 .ps-gallery--images .ps-gallery__item {
    margin-right: 10px;
}

.ps-product--gallery-2 .ps-gallery--images .ps-gallery__item img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid transparent;
}

.ps-product--gallery-2 .ps-gallery--images .slick-current img {
    border-color: #191919;
}

@media (min-width: 992px) {
    .ps-product--gallery-2 {
        margin-bottom: 0;
    }
}

.ps-section--tabs .nav-tabs {
    margin-bottom: 30px;
    justify-content: center;
    border: none;
}

.ps-section--tabs .nav-link {
    color: #191919 !important;
    padding: 0 15px 10px;
    font-size: 22px;
    line-height: 22px;
    border: none;
    position: relative;
}

.ps-section--tabs .nav-link.active {
    font-weight: bold;
}

.ps-section--tabs .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 73%;
    height: 2px;
    background-color: #191919;
    transform: translateX(-50%);
}

.ps-section--tabs .nav-item:first-child .nav-link {
    padding-left: 0;
}

.ps-section--tabs .nav-item:last-child .nav-link {
    padding-right: 0;
}

.ps-section--tabs .owl-nav {
    display: none;
}

.ps-section--tabs .owl-dots {
    bottom: -40px;
}

@media (min-width: 1024px) {
    .ps-section--tabs .nav-link {
        font-size: 30px;
        line-height: 30px;
    }
}

.ps-shop {
    padding-bottom: 100px;
}

.ps-shop .ps-shop__loading {
    text-align: center;
}

.ps-shop .ps-shop__loading p {
    color: #F2F2F2;
    text-align: center;
    font-size: 16px;
}

.ps-shop .ps-shop__loading .ps-btn {
    display: inline-block;
    max-width: 200px;
    margin: 10px auto;
    text-transform: initial;
    font-size: 18px;
    padding: 9px 25px;
}

.ps-shop .ps-shop__loading .load-wrapp {
    position: relative;
}

.ps-shop .ps-shop__loading .ring-2 {
    position: relative;
    width: 35px;
    height: 35px;
    margin: 0 auto;
    border: 3px solid #F2F2F2;
    border-radius: 100%;
}

.ps-shop .ps-shop__loading .ball-holder {
    position: absolute;
    width: 12px;
    height: 33px;
    left: 10px;
    top: -3px;
    -webkit-animation: loadingE 1.3s linear infinite;
    animation: loadingE 1.3s linear infinite;
}

.ps-shop .ps-shop__loading .ball {
    position: absolute;
    top: -5px;
    left: 0;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: white;
}

@-webkit-keyframes loadingE {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes loadingE {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.ps-shop .ps-shop__banner img {
    width: 100%;
    min-height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
}

.ps-shop .ps-shop__name {
    font-size: 30px;
    font-weight: 500;
    color: #191919;
}

.ps-shop .ps-shop__product {
    padding-top: 30px;
    flex: 0 0 100%;
}

.ps-shop .ps-shop__product .ps-product--standard {
    margin-bottom: 40px;
}

.ps-shop .ps-product--list {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E5E5E5;
}

.ps-shop .row-reverse {
    flex-direction: row-reverse;
}

.ps-shop .ps-shop__content {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    margin-right: -15px;
    padding-top: 20px;
}

.ps-shop .ps-shop__content .ps-shop__filter {
    transition: all 0.25s ease-in-out;
    max-width: 0;
    flex: 0 0 60%;
    overflow: hidden;
}

.ps-shop .ps-shop__content .ps-shop__filter.active {
    max-width: 60%;
}

@media (min-width: 768px) {
    .ps-shop .row-reverse {
        flex-direction: row;
    }
    .ps-shop .ps-shop__content .ps-shop__filter {
        flex: 0 0 35%;
    }
    .ps-shop .ps-shop__content .ps-shop__filter.active {
        max-width: 35%;
    }
}

@media (min-width: 992px) {
    .ps-shop .ps-shop__content {
        margin-right: 0;
    }
    .ps-shop .ps-shop__content .ps-shop__filter {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .ps-shop .ps-shop__product {
        flex: 0 0 75%;
        max-width: 75%;
    }
}

@media (min-width: 1280px) {
    .ps-shop .ps-shop__name {
        font-size: 40px;
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .ps-shop--grid .ps-shop__content .ps-shop__filter {
        flex: 0 0 0;
        max-width: 0;
    }
    .ps-shop--grid .ps-shop__product {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.ps-shop--promo {
    padding-bottom: 100px;
}

.ps-shop--promo .ps-categogy__banner .ps-banner .ps-banner__thumnail img {
    max-height: 500px;
}

.ps-shop--promo .ps-product--carousel {
    padding: 90px 0;
}

.ps-shop--promo .ps-categogy__promo {
    padding-bottom: 50px;
}

.ps-shop--promo .ps-categogy__promo .col-12 {
    margin-bottom: 30px;
}

.ps-shop--promo .ps-product--featured .ps-section__link {
    display: block;
}

.ps-shop--promo .ps-categogy__top {
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 90px;
    margin-bottom: 90px;
}

.ps-shop--promo .owl-dots {
    position: initial;
}

@media (min-width: 768px) {
    .ps-shop--promo .ps-categogy__banner .ps-banner .ps-banner__title {
        font-size: 50px;
        line-height: 55px;
    }
    .ps-shop--promo .ps-categogy__banner .ps-banner .container {
        padding-left: 30px;
    }
    .ps-shop--promo .ps-categogy__promo {
        padding-bottom: 90px;
    }
    .ps-shop--promo .ps-categogy__promo .col-12 {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .ps-shop--promo .ps-categogy__banner .ps-banner .container {
        padding-left: 60px;
    }
}

.ps-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.ps-wrapper span {
    margin-right: 5px;
}

.ps-wrapper .form-select {
    border: none;
    background-color: transparent;
    font-weight: bold;
    color: #191919;
}

.ps-wrapper .custom-control-label::before,
.ps-wrapper .custom-control-label::after {
    width: 20px;
    height: 20px;
    border-color: #E5E5E5;
    top: -1px;
}

.ps-wrapper .ps-wrapper__type {
    padding: 14px 30px 14px 0;
}

.ps-wrapper .ps-wrapper__type a {
    display: inline-block;
    margin-right: 20px;
}

.ps-wrapper .ps-wrapper__type a:last-child {
    margin-right: 0;
}

.ps-wrapper .ps-wrapper__type img {
    width: 15px;
    height: 15px;
}

.ps-wrapper .ps-wrapper__type .active img {
    filter: brightness(0%);
}

.ps-wrapper .ps-wrapper__sort,
.ps-wrapper .ps-wrapper__onsale {
    color: #191919;
    font-size: 14px;
    padding: 14px 0;
}

.ps-wrapper .ps-wrapper__sort select,
.ps-wrapper .ps-wrapper__onsale select {
    display: inline-block;
    max-width: 100px;
}

.ps-wrapper .ps-wrapper__show {
    padding: 14px 0 14px 30px;
    color: #191919;
    font-size: 14px;
}

.ps-wrapper .ps-wrapper__onsale {
    flex-grow: 1;
    padding: 18px 0 10px;
}

.ps-wrapper .ps-wrapper__onsale .custom-control-label {
    padding-left: 5px;
}

.ps-wrapper .ps-wrapper__onsale .custom-control-input:checked~.custom-control-label::before {
    background-color: #191919;
}

.ps-wrapper .ps-wrapper__filter {
    font-weight: 500;
    font-size: 14px;
    color: #191919;
    padding: 18px 20px 10px 0;
}

.ps-wrapper .ps-wrapper__filter i {
    margin-right: 10px;
}

.ps-wrapper .ps-wrapper__filter img {
    width: 15px;
    margin-top: -5px;
    margin-right: 10px;
}

.ps-wrapper .ps-wrapper__filter:hover,
.ps-wrapper .ps-wrapper__filter.active {
    color: #D9121F;
}

.ps-wrapper .ps-wrapper__filter .icon-cross {
    display: none;
}

.ps-wrapper .ps-wrapper__filter.active .icon-cross {
    display: inline-block;
}

.ps-wrapper .ps-wrapper__filter.active .icon-funnel {
    display: none;
}

@media (min-width: 768px) {
    .ps-wrapper {
        display: flex !important;
    }
    .ps-wrapper .ps-wrapper__sort select,
    .ps-wrapper .ps-wrapper__onsale select {
        max-width: 120px;
    }
}

@media (min-width: 992px) {
    .ps-wrapper .ps-wrapper__sort select,
    .ps-wrapper .ps-wrapper__onsale select {
        max-width: 150px;
    }
    .ps-wrapper .ps-wrapper__filter {
        display: none;
    }
}

.ps-wrapper--mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ps-wrapper--mobile .ps-wrapper__action {
    font-weight: 500;
    font-size: 14px;
    color: #191919;
    padding: 5px 0;
}

.ps-wrapper--mobile .ps-wrapper__action i {
    margin-right: 10px;
}

.ps-wrapper--mobile .ps-wrapper__action img {
    width: 15px;
    margin-top: -5px;
    margin-right: 10px;
}

.ps-wrapper--mobile .ps-wrapper__action:hover,
.ps-wrapper--mobile .ps-wrapper__action.active {
    color: #D9121F;
}

.ps-wrapper--mobile .ps-wrapper__action.filter .icon-cross {
    display: none;
}

.ps-wrapper--mobile .ps-wrapper__action.filter.active .icon-cross {
    display: inline-block;
}

.ps-wrapper--mobile .ps-wrapper__action.filter.active .icon-funnel {
    display: none;
}

@media (min-width: 768px) {
    .ps-wrapper--mobile {
        display: none;
    }
}

.ps-landing {
    background-color: #FAFAFA;
}

.ps-landing--block {
    padding-bottom: 100px;
}

.ps-landing--block .ps-landing__title {
    font-weight: 500;
    font-size: 30px;
    color: #191919;
    margin-bottom: 10px;
    text-align: center;
}

.ps-landing--block .ps-landing__decs {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}

.ps-landing--block .ps-landing__item {
    position: relative;
    padding-bottom: 80px;
}

.ps-landing--block .ps-landing__thumbnail {
    display: block;
}

.ps-landing--block .ps-landing__thumbnail img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.ps-landing--block .ps-landing__text {
    font-weight: 400;
    font-size: 16px;
    position: absolute;
    z-index: 1;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
}

.ps-landing--block .ps-landing__content {
    padding-top: 60px;
}

.ps-landing--block .col-12 {
    padding: 0;
}

.ps-landing--block .ps-landing__more {
    border-radius: 10px;
    background-color: white;
    height: calc(100% - 140px);
    margin: 0 30px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    min-height: 200px;
    font-size: 30px;
    text-align: center;
}

@media (min-width: 992px) {
    .ps-landing--block .col-lg-2dot4 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1280px) {
    .ps-landing--block .ps-landing__title,
    .ps-landing--block .ps-landing__more {
        font-size: 40px;
    }
    .ps-landing--block .ps-landing__decs {
        font-size: 22px;
    }
}

.ps-landing--footer {
    background-color: white;
    padding: 100px 0 50px;
}

.ps-landing--footer .ps-landing__title {
    font-weight: 500;
    font-size: 40px;
    color: #191919;
    margin-bottom: 10px;
    text-align: center;
}

.ps-landing--footer .ps-landing__decs {
    font-size: 25px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 50px;
    line-height: 25px;
}

.ps-landing--footer .ps-landing__link {
    text-align: center;
    margin-bottom: 50px;
}

.ps-landing--footer .ps-landing__thumbnail {
    display: flex;
    justify-content: center;
}

.ps-landing--footer .ps-landing__thumbnail img {
    max-width: 820px;
    -o-object-fit: cover;
    object-fit: cover;
}

.ps-landing--footer .ps-landing__thumbnail .desktop {
    display: none;
}

@media (min-width: 768px) {
    .ps-landing--footer .ps-landing__title {
        font-size: 50px;
    }
    .ps-landing--footer .ps-landing__decs {
        font-size: 28px;
        line-height: 28px;
    }
    .ps-landing--footer .ps-landing__thumbnail .desktop {
        display: block;
    }
    .ps-landing--footer .ps-landing__thumbnail .mobile {
        display: none;
    }
}

@media (min-width: 1280px) {
    .ps-landing--footer .ps-landing__title {
        font-size: 60px;
    }
    .ps-landing--footer .ps-landing__decs {
        font-size: 32px;
        line-height: 32px;
    }
}

.ps-landing--banner {
    margin-bottom: 80px;
    position: relative;
}

.ps-landing--banner .ps-landing__logo {
    margin-bottom: 70px;
}

.ps-landing--banner .ps-landing__logo img {
    max-width: 190px;
}

.ps-landing--banner .ps-landing__content {
    padding: 50px 0;
}

.ps-landing--banner .ps-landing__title {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 35px;
}

.ps-landing--banner .ps-landing__desc {
    font-size: 18px;
    margin-bottom: 50px;
}

.ps-landing--banner .ps-landing__meta {
    margin-bottom: 50px;
}

.ps-landing--banner .ps-landing__item {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-bottom: 10px;
}

.ps-landing--banner .ps-landing__item:last-child {
    margin-bottom: 0;
}

.ps-landing--banner .ps-landing__icon {
    margin-right: 10px;
    flex: 0 0 20px;
}

.ps-landing--banner .ps-landing__icon img {
    width: 20px;
}

.ps-landing--banner .ps-landing__text {
    margin-bottom: 0;
}

.ps-landing--banner .ps-landing__footer .ps-btn {
    font-size: 18px;
    margin-right: 10px;
}

.ps-landing--banner .ps-landing__footer .ps-btn:last-child {
    margin-right: 0;
}

.ps-landing--banner .ps-landing__thumbnail img {
    width: 100%;
}

@media (min-width: 768px) {
    .ps-landing--banner .ps-landing__thumbnail {
        position: absolute;
        right: 0;
        top: 0;
        width: 50%;
        height: 100%;
    }
    .ps-landing--banner .ps-landing__thumbnail img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media (min-width: 992px) {
    .ps-landing--banner .ps-landing__content {
        padding: 80px 0;
    }
    .ps-landing--banner .ps-landing__thumbnail {
        width: 60%;
    }
}

@media (min-width: 1280px) {
    .ps-landing--banner .ps-landing__title {
        font-size: 50px;
    }
    .ps-landing--banner .ps-landing__desc {
        font-size: 22px;
    }
    .ps-landing--banner .ps-landing__footer .ps-btn {
        font-size: 20px;
    }
    .ps-landing--banner .ps-landing__meta {
        display: flex;
        align-items: center;
    }
    .ps-landing--banner .ps-landing__item {
        margin-bottom: 0;
        margin-right: 25px;
    }
    .ps-landing--banner .ps-landing__item:last-child {
        margin-right: 0;
    }
    .ps-landing--banner .ps-landing__content {
        padding: 200px 0;
    }
    .ps-landing--banner .ps-landing__thumbnail {
        width: 48%;
    }
}

.ps-page {
    position: relative;
    overflow-x: hidden;
}

.ps-page--sticky {
    padding-top: 66px;
}

.ps-page--sticky hr {
    margin: 0;
}

@media (min-width: 768px) {
    .ps-page--sticky {
        padding-top: 100px;
    }
}

.ps-product--layout-1 {
    padding-bottom: 90px;
}

.ps-product--layout-1 .ps-product--detail {
    padding-top: 20px;
}

.ps-product--layout-1 .ps-product--desc {
    padding: 90px 0;
}

.ps-product--layout-1 .ps-gallery {
    padding-bottom: 90px;
}

.ps-product--layout-1 .ps-product--carousel {
    padding-top: 90px;
}

.ps-product--layout-2 {
    padding-bottom: 90px;
}

.ps-product--layout-2 .ps-product--carousel {
    padding-top: 90px;
    border-top: 1px solid #E5E5E5;
}

.ps-product--layout-2 .ps-bought .container {
    border-bottom: none;
}

.ps-product--layout-2 .ps-product--content-tabs {
    padding-bottom: 90px;
}

.ps-product--layout-3 {
    padding-bottom: 90px;
}

.ps-product--layout-3 .ps-gallery--layout {
    margin-bottom: 90px;
}

.ps-product--layout-3 .ps-product--desc {
    border-top: 1px solid #E5E5E5;
    padding-top: 90px;
    padding-bottom: 90px;
}

.ps-product--layout-3 .ps-product--desc .ps-product__title {
    font-size: 20px;
    line-height: 25px;
}

.ps-product--layout-3 .ps-product--desc .ps-product__subtitle {
    font-size: 17px;
    line-height: 24px;
}

.ps-product--layout-3 .ps-section--review-product .ps-pagination {
    border-bottom: none;
    padding: 50px 30px;
}

@media (min-width: 768px) {
    .ps-product--layout-3 .ps-product--desc .ps-product__grid {
        display: block;
    }
}

.ps-product--layout-4 {
    padding-bottom: 90px;
}

.ps-product--layout-4 .ps-product--carousel {
    padding-top: 90px;
    border-top: 1px solid #E5E5E5;
}

.ps-product--layout-4 .ps-bought .container {
    border: none;
}

.ps-product--layout-4 .ps-product--content-tabs {
    padding-bottom: 90px;
}

.ps-product--layout-4 .ps-product--detail {
    background-color: #F3F3F3;
    padding-top: 40px;
}

.ps-product--layout-4 .ps-product--detail .ps-product__info {
    background-color: white;
    padding: 30px 15px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0;
}

.ps-product--layout-4 .ps-product--gallery {
    margin-bottom: 0;
}

.ps-product--layout-4 .ps-product__content .ps-product__link {
    color: #191919;
    line-height: 20px;
    font-size: 13px;
    margin-right: 25px;
    display: inline-block;
}

.ps-product--layout-4 .ps-product__content .ps-product__link:last-child {
    margin-right: 0;
}

.ps-product--layout-4 .ps-product__content .ps-product__link i {
    margin-right: 10px;
}

.ps-product--layout-4 .ps-product__content .ps-product__link.rotate i {
    transform: rotate(-90deg);
}

.ps-product--layout-4 .ps-product__content .ps-social {
    margin-top: 10px;
}

@media (min-width: 768px) {
    .ps-product--layout-4 .ps-product--detail .ps-product__info {
        margin-right: 0;
        margin-bottom: 40px;
    }
    .ps-product--layout-4 .ps-product__content .ps-product__grid {
        padding: 10px 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #E5E5E5;
    }
    .ps-product--layout-4 .ps-product__content .ps-social {
        margin: 0;
    }
}

@media (min-width: 1280px) {
    .ps-product--layout-4 .ps-product--detail .ps-product__info {
        padding: 30px;
    }
}

.ps-about--info .ps-about__title {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 90px;
    text-align: center;
    color: #191919;
    font-weight: 500;
}

.ps-about--info .ps-about__grid {
    display: grid;
    grid-gap: 50px;
}

@media (min-width: 768px) {
    .ps-about--info .ps-about__grid {
        grid-gap: 30px;
        grid-template-columns: repeat(3, 1fr);
    }
    .ps-about--info .ps-about__title {
        font-size: 45px;
        line-height: 50px;
    }
}

@media (min-width: 1280px) {
    .ps-about--info .ps-about__title {
        font-size: 55px;
        line-height: 60px;
    }
}

.ps-block--about {
    text-align: center;
}

.ps-block--about .ps-block__icon {
    margin-bottom: 20px;
}

.ps-block--about .ps-block__icon i {
    font-size: 48px;
}

.ps-block--about .ps-block__icon img {
    width: 42px;
}

.ps-block--about .ps-block__title {
    font-size: 20px;
    line-height: 26px;
    color: #191919;
    font-weight: 500;
    margin-bottom: 20px;
}

.ps-block--about .ps-block__desc {
    font-size: 17px;
    color: #191919;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .ps-block--about {
        padding: 0 20px;
    }
}

@media (min-width: 1280px) {
    .ps-block--about {
        padding: 0 30px;
    }
}

.ps-about--content {
    padding-bottom: 90px;
}

.ps-about--content .ps-about__title {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 30px;
    text-align: center;
    color: #191919;
    font-weight: 500;
}

.ps-about--content .ps-about__content {
    margin: 0 auto;
    max-width: 800px;
    text-align: center;
}

.ps-about--content .ps-about__subtitle {
    font-size: 22px;
    color: #191919;
    margin-bottom: 20px;
}

.ps-about--content .ps-about__text {
    margin-bottom: 20px;
    color: #191919;
    font-size: 15px;
}

.ps-about--content .ps-about__extent {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid #E5E5E5;
    padding-top: 20px;
}

.ps-about--content .ps-about__item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ps-about--content .ps-about__item i {
    font-size: 23px;
    margin-right: 10px;
}

.ps-about--content .ps-about__item img {
    margin-right: 10px;
}

.ps-about--content .ps-about__item span {
    color: #191919;
    font-size: 16px;
}

@media (min-width: 768px) {
    .ps-about--content .ps-about__extent {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 30px;
    }
    .ps-about--content .ps-about__item i {
        margin-right: 20px;
    }
}

@media (min-width: 1280px) {
    .ps-about--content .ps-about__title {
        font-size: 55px;
        line-height: 60px;
    }
}

.ps-about--project .ps-about__grid {
    display: grid;
    grid-gap: 50px;
}

.ps-about--project .ps-about__title {
    font-size: 30px;
    font-weight: 500;
    color: #191919;
    line-height: 35px;
    margin-bottom: 20px;
}

.ps-about--project .ps-about__subtitle {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 20px;
}

.ps-about--project .ps-about__desc {
    font-size: 15px;
    margin-bottom: 20px;
}

.ps-about--project .ps-about__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ps-about--project .ps-about__list li {
    font-size: 15px;
    padding-bottom: 10px;
    color: #191919;
}

.ps-about--project .ps-about__list li::before {
    content: '\f00c';
    color: #D9121F;
    font-size: 75%;
    display: inline-block;
    font-weight: 900;
    font: normal normal normal 14px/1 FontAwesome;
    margin: -3px 10px 0 0;
}

.ps-about--project .ps-about__list li:last-child {
    padding-bottom: 0;
}

@media (min-width: 768px) {
    .ps-about--project .ps-about__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .ps-about--project .ps-about__grid {
        grid-gap: 70px;
    }
}

@media (min-width: 1280px) {
    .ps-about--project .ps-about__title {
        font-size: 40px;
        line-height: 45px;
    }
    .ps-about--project .ps-about__subtitle {
        font-size: 22px;
        line-height: 25px;
    }
    .ps-about--project .ps-about__grid {
        grid-gap: 90px;
    }
}

.ps-about .ps-video--home {
    background-color: white;
}

.ps-about .ps-video--home .ps-btn {
    display: none;
}

.ps-about .ps-about--info,
.ps-about .ps-about--project {
    padding: 90px 0;
    background-color: white;
}

.ps-about .ps-about__promo {
    padding-bottom: 50px;
    background-color: white;
}

.ps-about .ps-about__promo .col-12 {
    padding-bottom: 30px;
}

.ps-about .ps-instagram {
    padding: 90px 0;
}

.ps-about .ps-about--content {
    background-color: white;
    padding-top: 20px;
}

.ps-about .ps-about__breadcrumb,
.ps-about .ps-section--default {
    background-color: white;
}

.ps-contact {
    padding-bottom: 30px;
}

.ps-contact .ps-contact__content {
    padding: 0 0 90px;
    margin-bottom: 90px;
    border-bottom: 1px solid #E5E5E5;
}

.ps-contact .ps-contact__title-1 {
    font-size: 30px;
    line-height: 40px;
    color: #191919;
    margin-bottom: 20px;
    font-weight: 500;
}

.ps-contact .ps-contact__title-2 {
    font-size: 20px;
    line-height: 30px;
    color: #191919;
    margin-bottom: 20px;
    font-weight: 500;
}

.ps-contact .ps-contact__text {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
    color: #191919;
}

.ps-contact .ps-contact__address {
    font-size: 15px;
    color: #191919;
    margin-bottom: 20px;
}

.ps-contact .ps-contact__email {
    font-size: 16px;
    text-decoration: underline;
    color: #191919;
    display: inline-block;
    margin-left: 15px;
}

.ps-contact .ps-contact__email:hover {
    color: #D9121F;
}

.ps-contact .ps-contact__phone {
    font-size: 25px;
    font-weight: 500;
    display: inline-block;
}

.ps-contact .ps-social {
    margin-bottom: 40px;
    margin-top: 10px;
}

.ps-contact .ps-contact__company {
    padding-bottom: 90px;
    margin-bottom: 90px;
    border-bottom: 1px solid #E5E5E5;
}

.ps-contact .ps-contact__grid {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    grid-row-gap: 50px;
}

.ps-contact .ps-contact__work {
    font-size: 13px;
    color: #808080;
}

.ps-contact .ps-contact__item h6 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px;
}

.ps-contact .ps-contact__item .ps-contact__email {
    display: block;
    font-size: 14px;
    margin-left: 0;
}

.ps-contact .ps-contact__item .ps-contact__phone {
    font-size: 16px;
    display: block;
}

@media (min-width: 768px) {
    .ps-contact .ps-contact__grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .ps-contact .ps-social {
        margin-bottom: 0;
    }
}

@media (min-width: 1280px) {
    .ps-contact .ps-contact__title-1 {
        font-size: 40px;
        line-height: 50px;
    }
    .ps-contact .ps-contact__title-2 {
        font-size: 30px;
        line-height: 40px;
    }
    .ps-contact .ps-contact__text {
        font-size: 22px;
    }
    .ps-contact .ps-contact__grid {
        grid-gap: 40px;
    }
    .ps-contact .ps-contact__item .ps-contact__phone {
        font-size: 20px;
    }
}

.ps-wishlist .ps-wishlist__title {
    color: #191919;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 40px;
    position: relative;
}

.ps-wishlist .ps-wishlist__list li {
    margin-bottom: 10px;
}

.ps-wishlist .ps-wishlist__table {
    display: none;
}

.ps-wishlist .ps-wishlist__share {
    padding-top: 30px;
    margin-bottom: 100px;
}

.ps-wishlist .ps-wishlist__share label {
    color: #191919;
    font-weight: 500;
    margin-right: 10px;
    font-size: 16px;
}

.ps-wishlist .ps-social--color {
    display: inline-block;
}

.ps-wishlist .ps-social--color .ps-social__email,
.ps-wishlist .ps-social--color .ps-social__whatsapp {
    display: inline-block;
}

.ps-wishlist .ps-social--color .ps-social__linkedin,
.ps-wishlist .ps-social--color .ps-social__reddit {
    display: none;
}

.ps-wishlist .ps-social--color .ps-social__link {
    border-radius: 50%;
}

.ps-wishlist .ps-social--color li {
    margin: 0 2px 8px;
}

@media (min-width: 768px) {
    .ps-wishlist .ps-wishlist__list {
        display: none;
    }
    .ps-wishlist .ps-wishlist__table {
        display: block;
    }
}

@media (min-width: 1280px) {
    .ps-wishlist .ps-wishlist__title {
        font-size: 40px;
        line-height: 60px;
    }
}

.ps-account {
    min-height: 500px;
    padding: 60px 0 90px;
}

.ps-account .ps-form--review {
    margin: 30px 0 90px;
}

.ps-account .ps-form__group {
    margin-bottom: 25px;
}

.ps-account .ps-form__group .toogle-password {
    min-width: 30px;
    padding-right: 10px;
    background-color: transparent;
    display: inline-flex;
    align-items: center;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    font-size: 14px;
    border-top: 1px solid #191919;
    border-right: 1px solid #191919;
    border-bottom: 1px solid #191919;
}

.ps-account .ps-form__group .input-group .ps-form__input {
    border-right: none;
}

.ps-account .ps-form__title {
    margin-bottom: 30px;
}

.ps-account .ps-account__link {
    display: inline-block;
    margin-top: 25px;
    color: #191919;
    text-decoration: underline;
}

.ps-account .ps-form__label {
    font-weight: 400;
    font-size: 15px;
}

.ps-account .form-check {
    display: inline-block;
    margin-left: 30px;
}

.ps-account .form-check label {
    margin-top: 4px;
}

.ps-account .form-check label::before {
    margin-right: 10px;
    content: '';
}

.ps-account .ps-form__text {
    color: #191919;
    line-height: 20px;
    font-size: 15px;
    margin-top: 15px;
}

.ps-lost-password .ps-lost-password__content {
    padding-top: 20px;
    min-height: 500px;
}

.ps-lost-password .ps-lost-password__text {
    color: #191919;
    font-size: 15px;
    margin-bottom: 25px;
}

.ps-lost-password .ps-form__group {
    margin-bottom: 25px;
}

.ps-lost-password .ps-form__label {
    font-weight: 400;
    font-size: 16px;
}

@media (min-width: 960px) {
    .ps-lost-password .ps-form__group {
        width: 50%;
    }
}

.ps-checkout .ps-checkout__title {
    color: #191919;
    font-size: 34px;
    line-height: 40px;
}

.ps-checkout .ps-checkout__text {
    color: #191919;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;
}

.ps-checkout .ps-checkout__text a {
    color: #191919;
    font-weight: 500;
}

.ps-checkout .ps-checkout__wapper {
    margin-bottom: 30px;
}

.ps-checkout .ps-checkout__content {
    padding-top: 40px;
}

.ps-checkout .ps-checkout__group {
    margin-bottom: 20px;
}

.ps-checkout .ps-checkout__label {
    color: #191919;
    margin-bottom: 5px;
    font-size: 14px;
    display: block;
}

.ps-checkout .ps-checkout__heading {
    color: #191919;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px;
}

.ps-checkout .ps-input,
.ps-checkout .ps-textarea {
    border-radius: 40px;
    height: 44px;
    border: 1px solid #191919;
    width: 100%;
    background-color: white;
    color: #191919;
    font-size: 14px;
    padding: 10px 20px;
}

.ps-checkout .ps-input::-moz-placeholder,
.ps-checkout .ps-textarea::-moz-placeholder {
    color: #191919;
    font-size: 14px;
}

.ps-checkout .ps-input:-ms-input-placeholder,
.ps-checkout .ps-textarea:-ms-input-placeholder {
    color: #191919;
    font-size: 14px;
}

.ps-checkout .ps-input::placeholder,
.ps-checkout .ps-textarea::placeholder {
    color: #191919;
    font-size: 14px;
}

.ps-checkout .ps-input:focus,
.ps-checkout .ps-textarea:focus {
    box-shadow: none;
}

.ps-checkout .ps-textarea {
    height: auto;
}

.ps-checkout .ps-checkout__form {
    border: 1px solid #E5E5E5;
    padding: 15px 20px 20px;
    border-radius: 4px;
    margin-bottom: 50px;
}

.ps-checkout .ps-checkout__order {
    border: 3px solid #D9121F;
    border-radius: 4px;
    padding: 25px 20px 30px;
    margin-bottom: 50px;
}

.ps-checkout .ps-checkout__order .form-check label {
    color: #191919;
}

.ps-checkout .ps-checkout__row {
    display: flex;
    border-bottom: 1px solid #E5E5E5;
    padding: 15px 0;
    justify-content: space-between;
    align-items: center;
}

.ps-checkout .toogle-password {
    min-width: 30px;
    padding-right: 10px;
    background-color: transparent;
    display: inline-flex;
    align-items: center;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    font-size: 14px;
    border-right: 1px solid #191919;
    border-bottom: 1px solid #191919;
    border-top: 1px solid #191919;
}

.ps-checkout .input-group input {
    width: auto;
    flex-grow: 1;
    border-right: none;
}

.ps-checkout .ps-label--danger {
    color: #D9121F;
}

.ps-checkout .ps-hidden {
    display: none;
}

.ps-checkout .form-check label {
    margin-top: 4px;
    color: #191919;
    font-size: 14px;
}

.ps-checkout .form-check label::before {
    content: "";
    margin-right: 10px;
}

.ps-checkout .form-check label span {
    font-weight: 500;
    color: #191919;
}

.ps-checkout .form-check label img {
    max-width: 100px;
    margin: 0 5px;
}

.ps-checkout .form-check input:focus {
    box-shadow: none;
}

.ps-checkout .ps-title {
    color: #191919;
    font-weight: 500;
    font-size: 14px;
}

.ps-checkout .ps-product__price {
    color: #191919;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    min-width: 100px;
    text-align: right;
}

.ps-checkout .ps-product__name {
    color: #191919;
    font-size: 14px;
}

.ps-checkout .ps-product__name span {
    font-weight: 500;
}

.ps-checkout .ps-checkout__payment {
    padding-top: 15px;
}

.ps-checkout .ps-btn {
    margin-top: 15px;
    width: 100%;
}

.ps-checkout .payment-method {
    margin-bottom: 15px;
    position: relative;
}

.ps-checkout .payment-method .ps-note {
    background-color: #F2F2F2;
    color: #191919;
    border-radius: 4px;
    padding: 18px 25px;
    margin-top: 10px;
    position: relative;
}

.ps-checkout .payment-method .ps-note::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 10%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #F2F2F2;
}

.ps-checkout .paypal-method {
    margin-bottom: 15px;
}

.ps-checkout .paypal-method label {
    margin-top: 0;
}

.ps-checkout .ps-checkout__success {
    padding-bottom: 50px;
}

.ps-checkout .ps-checkout__success .ps-checkout__item {
    border-right: 1px dashed #d3ced2;
    padding: 0 25px;
}

.ps-checkout .ps-checkout__success .ps-checkout__item:first-child {
    padding-left: 0;
}

.ps-checkout .ps-checkout__success .ps-checkout__item:last-child {
    padding-right: 0;
    border-right: none;
}

.ps-checkout .ps-checkout__success .ps-checkout__box {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.ps-checkout .ps-checkout__success .ps-checkout__content,
.ps-checkout .ps-checkout__success .ps-table__th-empty {
    font-size: 14px;
    color: #191919;
    font-weight: 700;
}

.ps-checkout .ps-checkout__success .ps-checkout__label {
    font-size: 12px;
    color: #191919;
}

.ps-checkout .ps-checkout__success .ps-checkout__subtitle {
    font-size: 30px;
    color: #191919;
    margin-bottom: 20px;
    margin-top: 40px;
}

.ps-checkout .ps-checkout__success .ps-table td {
    font-size: 16px;
    color: #191919;
    border-right: none;
    padding: 20px;
}

.ps-checkout .ps-checkout__success .ps-table th {
    background-color: transparent;
}

.ps-checkout .ps-checkout__success .ps-table tbody {
    border: 1px solid rgba(16, 49, 120, 0.1);
}

.ps-checkout .ps-checkout__success .ps-table .ps-product__name {
    color: #191919;
    font-size: 16px;
}

@media (min-width: 767px) {
    .ps-checkout .ps-checkout__form {
        padding: 15px 20px 20px;
    }
}

@media (min-width: 992px) {
    .ps-checkout .ps-checkout__title {
        font-size: 45px;
        line-height: 50px;
    }
}

@media (min-width: 1280px) {
    .ps-checkout .ps-checkout__title {
        font-size: 50px;
        line-height: 60px;
    }
    .ps-checkout .ps-checkout__heading {
        font-size: 30px;
        line-height: 40px;
    }
    .ps-checkout .ps-input {
        font-size: 16px;
        height: 46px;
    }
    .ps-checkout .ps-input:hover {
        font-size: 16px;
    }
    .ps-checkout .ps-checkout__form {
        padding: 25px 30px 30px;
        margin-bottom: 90px;
    }
    .ps-checkout .ps-checkout__order {
        margin-bottom: 90px;
    }
}

.scroll-top {
    display: none;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 60px;
    right: 20px;
    padding: 0;
}

.scroll-top i {
    color: white;
    font-size: 22px;
    line-height: 40px;
    font-weight: 500;
}

.scroll-top:focus {
    outline: none;
    box-shadow: none;
}

.scroll-top:hover {
    background-color: #F2F2F2;
}

@media (min-width: 768px) {
    .scroll-top {
        bottom: 20px;
    }
}

.ps-compare .ps-compare__content {
    padding: 20px 0 40px;
}

.ps-compare--product .ps-compare__table {
    padding: 0;
}

.ps-compare--product .ps-compare__header {
    background-color: #191919;
    padding: 14px 20px;
}

.ps-compare--product .ps-compare__header h2 {
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 0;
    text-align: center;
}

.ps-compare--product .ps-table th {
    color: #191919;
    font-weight: 500;
    width: 150px;
    font-size: 14px;
    padding: 20px;
    border-color: #f0f2f5;
    text-transform: uppercase;
    border-right: 1px solid rgba(16, 49, 120, 0.1);
}

.ps-compare--product .ps-table td {
    padding: 20px;
    font-size: 14px;
    color: #191919;
    min-width: 220px;
    text-align: center;
}

.ps-compare--product .ps-table .ps-product__list li {
    color: #191919;
    padding: 8px 0;
    font-size: 14px;
}

.ps-compare--product .ps-table .ps-product__list li:first-child {
    padding-top: 0;
}

.ps-compare--product .ps-table .ps-product__list li:last-child {
    padding-bottom: 0;
}

.ps-compare--product .ps-table .ps-product__text {
    color: #191919;
    font-size: 14px;
    margin-bottom: 0;
}

.ps-compare--product .ps-table .ps-check-line::before {
    content: '\f00c';
    color: #191919;
    font-size: 75%;
    display: inline-block;
    font-weight: 900;
    font: normal normal normal 14px/1 FontAwesome;
    margin: -3px 10px 0 0;
}

.ps-compare--product .ps-table .ps-product__price {
    color: #191919;
    font-weight: 500;
    font-size: 18px;
}

.ps-compare--product .ps-table .ps-product__price.sale {
    color: #D9121F;
}

.ps-compare--product .ps-table .ps-product__del {
    color: #808080;
    margin-left: 5px;
    text-decoration: line-through;
    font-weight: 400;
    font-size: 15px;
    margin-left: 0;
    margin-right: 10px;
}

.ps-compare--product .ps-table .ps-product__title {
    line-height: 20px;
    margin-bottom: 12px;
    color: #191919;
    font-size: 16px;
}

.ps-compare--product .ps-table .ps-product__meta {
    margin-bottom: 12px;
}

.ps-compare--product .ps-table .ps-btn {
    font-size: 14px;
    padding: 4px 15px;
    width: auto;
    min-width: 145px;
}

.ps-compare--product .ps-table .ps-product__thumbnail {
    margin-bottom: 20px;
}

.ps-compare--product .ps-table .ps-product__thumbnail img {
    width: 250px;
}

.ps-compare--product .ps-table .ps-product__thumbnail figure {
    text-align: center;
}

.ps-compare--product .ps-table .ps-product__remove {
    padding: 5px 0 10px;
    text-align: center;
}

.ps-compare--product .ps-table .ps-product__remove a {
    width: 34px;
    height: 34px;
    line-height: 34px;
}

.ps-compare--product .ps-table .ps-product__remove i {
    font-size: 16px;
    line-height: 26px;
    color: #191919;
}

.ps-notify {
    background-color: #FFEEEF;
    position: relative;
}

.ps-notify .ps-notify__text {
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    padding: 8px 35px 8px 0;
    text-align: center;
    margin-bottom: 0;
}

.ps-notify .ps-notify__link {
    margin-left: 10px;
    font-weight: 500;
    font-size: 12px;
    color: #f0e63c;
}

.ps-notify .ps-notify__close {
    position: absolute;
    top: 8px;
    right: 10px;
    color: #191919;
    display: block;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

@media (min-width: 960px) {
    .ps-notify .ps-notify__text,
    .ps-notify .ps-notify__link {
        font-size: 14px;
    }
}

.ps-countdown {
    overflow: hidden;
    width: 100%;
    text-align: center;
    background-color: white;
    border-radius: 40px;
    height: 40px;
}

.ps-countdown .ps-countdown__days {
    display: none;
}

.ps-countdown__content {
    display: inline-block;
}

.ps-countdown__number span {
    color: #191919;
    display: inline-block;
    text-align: center;
    margin: 0 1px;
    font-weight: 500;
    font-size: 16px;
}

.ps-countdown__number span.first-1st {
    display: none;
}

.ps-countdown__number .text {
    font-size: 10px;
    font-weight: 500;
}

.ps-countdown__block {
    position: relative;
    margin: 8px;
    float: left;
    width: auto;
}

.ps-countdown__block:not(:last-child)::after {
    content: ".";
    display: inline-block;
    font-size: 16px;
    position: absolute;
    top: -5px;
    right: -12px;
    font-weight: 500;
}

.ps-countdown__ref {
    font-size: 12px;
    text-align: center;
    color: #191919;
    display: none;
}

.ps-social {
    padding: 0;
    margin-top: 30px;
    list-style: none;
}

.ps-social li {
    margin: 5px 9px;
    display: inline-block;
}

.ps-social__link {
    color: #191919;
    position: relative;
    font-size: 20px;
}

.ps-social__link .ps-tooltip {
    color: #fff;
    position: absolute;
    content: "";
    top: -30px;
    left: 50%;
    margin-left: -30px !important;
    height: 20px;
    opacity: 0;
    visibility: hidden;
    padding: 2px 5px;
    width: 60px;
    font-size: 10px;
    transition: 350ms ease 0s;
    text-align: center;
    line-height: 16px;
    white-space: nowrap;
}

.ps-social__link .ps-tooltip::before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -3px;
    border-top: 6px solid #F2F2F2;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.ps-social__link.facebook .ps-tooltip {
    background-color: #3B5998;
}

.ps-social__link.facebook .ps-tooltip::before {
    border-top-color: #3B5998;
}

.ps-social__link.instagram .ps-tooltip {
    background-color: #d95766;
}

.ps-social__link.instagram .ps-tooltip::before {
    border-top-color: #d95766;
}

.ps-social__link.youtube .ps-tooltip {
    background-color: #CC181E;
}

.ps-social__link.youtube .ps-tooltip::before {
    border-top-color: #CC181E;
}

.ps-social__link.pinterest .ps-tooltip {
    background-color: #cb2027;
}

.ps-social__link.pinterest .ps-tooltip::before {
    border-top-color: #cb2027;
}

.ps-social__link.linkedin .ps-tooltip {
    background-color: #176DBA;
}

.ps-social__link.linkedin .ps-tooltip::before {
    border-top-color: #176DBA;
}

.ps-social__link.twitter .ps-tooltip {
    background-color: #55acee;
}

.ps-social__link.twitter .ps-tooltip::before {
    border-top-color: #55acee;
}

.ps-social__link.reddit-alien .ps-tooltip {
    background-color: #f84301;
}

.ps-social__link.reddit-alien .ps-tooltip::before {
    border-top-color: #f84301;
}

.ps-social__link.envelope .ps-tooltip {
    background-color: #FBB102;
}

.ps-social__link.envelope .ps-tooltip::before {
    border-top-color: #FBB102;
}

.ps-social__link.whatsapp .ps-tooltip {
    background-color: #00A901;
}

.ps-social__link.whatsapp .ps-tooltip::before {
    border-top-color: #00A901;
}

.ps-social__link:hover .ps-tooltip {
    opacity: 1;
    visibility: visible;
    z-index: 10;
}

.ps-social__link:hover.facebook {
    color: #3B5998;
}

.ps-social__link:hover.instagram {
    color: #d95766;
}

.ps-social__link:hover.youtube {
    color: #CC181E;
}

.ps-social__link:hover.pinterest {
    color: #cb2027;
}

.ps-social__link:hover.linkedin {
    color: #176DBA;
}

.ps-social__link:hover.whatsapp {
    color: #FBB102;
}

.ps-social__link:hover.envelope {
    color: #00A901;
}

.ps-social--color li {
    margin: 0 4px 8px;
}

.ps-social--color .ps-social__link {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    display: block;
    border-radius: 4px;
}

.ps-social--color .ps-social__link.facebook {
    background-color: #3B5998;
}

.ps-social--color .ps-social__link.pinterest {
    background-color: #cb2027;
}

.ps-social--color .ps-social__link.linkedin {
    background-color: #176DBA;
}

.ps-social--color .ps-social__link.twitter {
    background-color: #55acee;
}

.ps-social--color .ps-social__link.reddit-alien {
    background-color: #f84301;
}

.ps-social--color .ps-social__link.whatsapp {
    background-color: #00A901;
}

.ps-social--color .ps-social__link.envelope {
    background-color: #FBB102;
}

.ps-social--color .ps-social__link:hover {
    color: white;
}

.ps-social--color .ps-social__email,
.ps-social--color .ps-social__whatsapp {
    display: none;
}

.sub-toggle {
    position: relative;
    display: inline-block;
    cursor: pointer;
    transform-style: preserve-3d;
    font-size: 10px;
    font-weight: 400;
    width: 15px;
    text-align: right;
}

.mega-menu {
    background-color: #fff;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 50px;
    z-index: 100;
    text-align: left;
    overflow: hidden;
    border-top: 1px solid #E5E5E5;
}

.mega-menu>* {
    width: 100%;
    min-width: 200px;
    padding: 10px 15px;
}

.mega-menu h4 {
    font-weight: 500;
    font-size: 16px;
    color: #677279;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.mega-menu .has-badge {
    background-color: #12a05c;
    color: white;
    font-size: 10px;
    padding: 1px 2px;
    line-height: 14px;
    text-align: center;
    min-width: 35px;
    border-radius: 4px;
    position: absolute;
    left: 70px;
    top: 0;
}

.mega-menu .has-badge::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 2px solid transparent;
    border-left: 6px solid #12a05c;
    border-bottom: 6px solid transparent;
    transform: rotate(15deg);
    position: absolute;
    left: 2px;
    bottom: -5px;
}

.mega-menu .sub-menu--mega {
    background-color: transparent;
    margin-bottom: 20px;
}

.mega-menu .sub-menu--mega li a {
    display: block;
    line-height: 24px;
    padding: 5px 5px 5px 0;
    font-size: 14px;
    color: #191919;
    background-color: transparent;
    font-weight: 400;
}

.mega-menu .sub-menu--mega li a:hover {
    color: #D9121F;
}

.mega-menu .sub-column--2 {
    -moz-column-count: 2;
    column-count: 2;
}

.mega-menu .sub-column--3 {
    -moz-column-count: 3;
    column-count: 3;
}

.mega-menu .mega-menu__thumbnail {
    position: relative;
    top: -50px;
    max-height: 320px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

.mega-menu .mega-menu__slider {
    position: relative;
    top: -100px;
    background-size: cover;
    background-position: center left;
    min-height: 240px;
    margin-bottom: -100px;
}

.mega-menu .mega-menu__slider .mega-menu__box {
    width: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.mega-menu .mega-menu__slider h3 {
    font-size: 32px;
    color: white;
    font-weight: 500;
    margin-bottom: 10px;
}

.mega-menu .mega-menu__slider .mega-menu__text {
    font-size: 20px;
    color: white;
    margin-bottom: 15px;
}

.mega-menu .mega-menu__other {
    width: 100%;
    position: relative;
    display: flex;
}

.mega-menu .mega-menu__other .mega-menu__image {
    position: absolute;
    top: -50px;
    left: -90px;
    z-index: -1;
}

.mega-menu .mega-menu__other .mega-menu__image img {
    max-width: 400px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

.mega-menu .mega-menu__promo {
    width: 300px;
    height: 300px;
    margin-right: 10px;
}

.mega-menu .mega-menu__promo .ps-promo {
    width: 100%;
}

.mega-menu .mega-menu__promo .ps-promo .ps-promo__title {
    font-size: 25px;
}

.mega-menu .mega-menu__product {
    width: 250px;
    margin-right: 10px;
}

.mega-menu .mega-menu__product .ps-product__title a {
    font-size: 16px;
    font-weight: 600;
}

.mega-menu .sub-menu--image {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -5px;
}

.mega-menu .sub-menu--image li {
    min-width: 14.28%;
    padding: 5px 5px 10px;
    position: relative;
}

.mega-menu .sub-menu--image li .image-title {
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    margin: 20px 0 25px;
    color: #F2F2F2;
}

.mega-menu .sub-menu--image li a {
    display: block;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #E5E5E5;
}

.mega-menu .sub-menu--image li img {
    max-width: calc(100% + 2px);
    width: calc(100% + 2px);
    margin-right: -1px;
    transition: 350ms ease;
}

.mega-menu .sub-menu--image li .has-badge {
    top: -20px;
    left: auto;
    right: 10px;
    font-size: 12px;
    padding: 2px 10px;
}

.mega-menu .sub-menu--image li .has-badge::before {
    border-top-width: 6px;
    border-left-width: 8px;
    border-bottom-width: 8px;
    bottom: -6px;
    left: 4px;
}

.mega-menu__row {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    min-width: 460px;
    margin-left: -15px;
    margin-right: -15px;
}

.mega-menu__column {
    padding-left: 15px;
    padding-right: 15px;
    min-width: 150px;
}

.mega-menu__column.column-flex {
    flex-grow: 1;
}

.mega-menu__column.w-50 {
    flex: 0 0 50%;
}

.mega-menu__column.column-bg {
    flex: 0 0 40%;
    background-position: top left;
    background-repeat: no-repeat;
    margin-top: -50px;
    padding-top: 50px;
    padding-bottom: 30px;
}

@media (min-width: 1200px) {
    .mega-menu {
        transition: all .4s ease;
    }
}

@media (min-width: 992px) {
    .mega-menu .mega-menu__promo {
        height: 333px;
    }
}

@media (min-width: 1280px) {
    .mega-menu .sub-menu--mega li a {
        font-size: 14px;
    }
    .mega-menu .mega-menu__thumbnail {
        max-height: 320px;
        width: 70%;
    }
    .mega-menu .mega-menu__slider {
        min-height: 340px;
    }
    .mega-menu .mega-menu__slider h3 {
        font-size: 40px;
    }
    .mega-menu .mega-menu__slider .mega-menu__text {
        font-size: 22px;
    }
    .mega-menu .mega-menu__product {
        flex: 0 0 45%;
    }
    .mega-menu .mega-menu__promo {
        margin-right: 20px;
        flex: 0 0 55%;
        height: 380px;
    }
    .mega-menu .mega-menu__promo .ps-promo .ps-promo__title {
        font-size: 30px;
    }
}

.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    transition: max-height 0.25s ease-in-out, opacity 0.25s ease-in-out;
    border: 1px solid #eee;
    visibility: hidden;
    opacity: 0;
}

.sub-menu:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    height: 0;
    width: 0;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: none;
}

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

.sub-menu>li>a {
    display: inline-block;
    padding: 10px 20px;
    width: 100%;
    font-size: 17px;
    color: #191919;
    text-transform: capitalize;
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

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

.sub-menu>li.menu-item-has-children {
    position: relative;
}

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

.sub-menu>li.menu-item-has-children>.sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    visibility: hidden;
    opacity: 0;
    transform: translateY(30px);
}

.sub-menu>li.menu-item-has-children>.sub-menu:before {
    display: none;
}

.sub-menu>li.menu-item-has-children:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.menu {
    text-align: left;
}

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

.menu>li>a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    color: #677279;
    text-transform: capitalize;
    transform-style: preserve-3d;
    padding: 30px 10px;
    font-family: 'Maax' !important;
}

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

.menu>li>a>i {
    margin-right: 10px;
}

.menu>li:first-child a {
    padding-left: 0;
}

.menu>li:last-child a {
    padding-right: 0;
}

.menu>li.menu-item-has-children {
    position: relative;
}

.menu>li.menu-item-has-children .sub-toggle {
    margin-left: 5px;
    display: none;
}

.menu>li.menu-item-has-children .sub-menu {
    visibility: hidden;
    opacity: 0;
    transform: scale3d(1, 1, 0) translateY(30px);
}

.menu>li.menu-item-has-children:hover .sub-toggle {
    color: #ffffff;
}

.menu>li.menu-item-has-children:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
    transform: scale3d(1, 1, 1) translateY(0);
}

.menu>li.has-mega-menu .mega-menu {
    position: absolute;
    top: 99%;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transform: scale3d(1, 1, 0) translateY(30px);
}

.menu>li.has-mega-menu:hover .mega-menu {
    visibility: visible;
    opacity: 1;
    transform: scale3d(1, 1, 1) translateY(0);
}

.mega-mobile {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 101;
    top: 0;
    left: 0;
    background-color: white;
    padding: 0 35px 60px;
}

.mega-mobile>.mega-mobile__header {
    padding: 20px 0;
    border-bottom: 1px solid #E5E5E5;
}

.mega-mobile .mega-mobile__heading {
    margin-bottom: 0;
}

.mega-mobile .mega-mobile__heading a {
    line-height: 25px;
    font-size: 17px;
    color: #191919;
    font-weight: 500;
}

.mega-mobile .mega-mobile__heading i {
    font-weight: 400;
    font-size: 12px;
    margin-right: 10px;
}

.mega-mobile .mega-mobile__content {
    padding: 20px 0;
}

.mega-mobile .mega-mobile__item {
    position: relative;
    padding: 10px 0;
}

.mega-mobile .mega-mobile__item .nav-item {
    display: block;
    line-height: 20px;
    font-weight: 500;
    font-size: 14px;
    color: #191919;
    text-transform: capitalize;
}

.mega-mobile .mega-mobile__item>.mega-mobile {
    display: none;
    z-index: 102;
}

.mega-mobile .mega-mobile__item>.mega-mobile .menu--mobile a {
    font-weight: 400;
}

.mega-mobile .mega-mobile__item.active>.mega-mobile {
    display: block;
}

.menu--mobile .sub-menu {
    border: none;
    width: 100%;
    position: relative;
    max-height: 0;
    overflow: hidden;
    padding: 15px 0 10px 30px;
}

.menu--mobile .sub-menu li {
    position: relative;
    padding: 10px 0;
}

.menu--mobile .sub-menu li a {
    padding: 0;
}

.menu--mobile .sub-menu li:first-child {
    padding-top: 0;
}

.menu--mobile .sub-menu li.active>.sub-toggle {
    transform: rotate(180deg);
}

.menu--mobile .sub-menu .sub-menu a {
    font-size: 15px;
    font-weight: 400;
}

.menu--mobile .sub-toggle {
    position: absolute;
    top: 9px;
    right: 0;
    width: 20px;
    height: 20px;
    z-index: 10;
    display: inline-block;
    font-size: 12px;
}

.menu--mobile>li {
    position: relative;
    padding: 10px 0;
    transition: all 0.25s ease;
}

.menu--mobile>li>a {
    position: relative;
    display: block;
    line-height: 20px;
    font-weight: 500;
    font-size: 17px;
    color: #191919;
    text-transform: capitalize;
}

.menu--mobile>li>.mega-mobile {
    display: none;
}

.menu--mobile>li.active>.mega-mobile {
    display: block;
}

.menu--mobile>li.active>.sub-menu {
    transform: translate(0, 0);
    visibility: visible;
    opacity: 1;
    overflow: auto;
    max-height: 100vh;
}

.menu--mobile>li.active>.sub-toggle {
    transform: rotate(180deg);
}

.ps-menu--slidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 84%;
    height: 100vh;
    z-index: 100;
    transform-style: preserve-3d;
    transition: all 0.75s cubic-bezier(0.7, 0, 0.3, 1);
    overflow-y: auto;
    background-color: white;
    padding: 40px 35px;
    display: none;
}

.ps-menu--slidebar.active {
    display: block;
}

.ps-menu--slidebar .ps-menu__footer {
    margin-bottom: 60px;
}

.ps-menu--slidebar .ps-menu__item {
    padding: 20px 0 0;
    margin: 20px 0 0;
    border-top: 1px solid #E5E5E5;
    color: #191919;
}

.ps-menu--slidebar .ps-menu__item .select2-selection--single {
    border: none;
}

.ps-menu--slidebar .ps-menu__item .select2-selection--single span {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 13px;
    color: #808080;
}

.ps-menu--slidebar .ps-menu__item .select2 {
    min-width: 60px;
    max-width: 70px;
    display: inline-block;
}

@media (min-width: 768px) {
    .ps-menu--slidebar {
        display: none;
    }
}

.menu-top .nav-item {
    display: inline-block;
    line-height: 32px;
    border-right: 1px solid #d9dee8;
}

.menu-top .nav-item a {
    font-size: 14px;
    padding: 0 15px;
    color: #191919;
}

.menu-top .nav-item:last-child {
    border-right: none;
}

.menu-top .nav-item:first-child a {
    padding-left: 0;
}

.ps-portfolio {
    padding-bottom: 90px;
}

.ps-portfolio .ps-portfolio__button {
    text-align: center;
}

.ps-portfolio .ps-portfolio__button .ps-btn {
    min-width: 180px;
}

.ps-portfolio .ps-blog--latset {
    padding-bottom: 60px;
}

@media (min-width: 768px) {
    .ps-portfolio .ps-portfolio__content {
        -moz-column-count: 2;
        column-count: 2;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
    .ps-portfolio .ps-portfolio__content .ps-blog--latset {
        display: inline-block;
    }
}

@media (min-width: 992px) {
    .ps-portfolio .ps-portfolio__content {
        -moz-column-count: 3;
        column-count: 3;
    }
}

@media (min-width: 1280px) {
    .ps-portfolio .ps-blog--latset .ps-blog__title a {
        font-size: 25px;
        line-height: 30px;
    }
}

.ps-portfolio--detail {
    padding-bottom: 90px;
}

.ps-portfolio--detail .ps-portfolio__thunmnail {
    padding-bottom: 90px;
}

.ps-portfolio--detail .ps-portfolio__thunmnail img {
    width: 100%;
}

.ps-portfolio--detail .ps-portfolio__thunmnail a {
    display: block;
    margin-bottom: 10px;
}

.ps-portfolio--detail .ps-portfolio__content {
    padding-top: 30px;
    padding-bottom: 90px;
}

.ps-portfolio--detail .ps-portfolio__title {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 20px;
    color: #191919;
    font-weight: 500;
}

.ps-portfolio--detail .ps-portfolio__date {
    font-size: 13px;
    margin-bottom: 50px;
    color: #191919;
}

.ps-portfolio--detail .ps-portfolio__subtitle {
    font-size: 20px;
    color: #191919;
    margin-bottom: 40px;
    line-height: 30px;
}

.ps-portfolio--detail .ps-portfolio__des {
    margin-bottom: 40px;
    font-size: 15px;
    color: #191919;
}

.ps-portfolio--detail .ps-section--blog {
    padding-top: 90px;
    border-top: 1px solid #E5E5E5;
}

@media (min-width: 1280px) {
    .ps-portfolio--detail .ps-portfolio__title {
        font-size: 55px;
        line-height: 60px;
    }
    .ps-portfolio--detail .ps-portfolio__subtitle {
        font-size: 22px;
    }
}

.ps-coming {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 100vh;
    height: 100vh;
}

.ps-coming .container {
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;
}

.ps-coming .ps-logo {
    position: absolute;
    top: 70px;
    left: 15px;
}

.ps-coming .ps-logo img {
    max-width: 200px;
}

.ps-coming .ps-countdown {
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 30px;
    padding-right: 30px;
}

.ps-coming .ps-countdown__ref {
    display: none;
}

@media (min-width: 1280px) {
    .ps-coming .ps-logo img {
        max-width: 220px;
    }
}

.ps-coming--v1 .container {
    justify-content: center;
    flex-direction: column;
}

.ps-coming--v1 .ps-coming__title {
    font-weight: 500;
    font-size: 80px;
    line-height: 90px;
    color: white;
}

.ps-coming--v1 .ps-coming__text {
    font-size: 22px;
    color: white;
    text-align: center;
}

.ps-coming--v1 .ps-logo {
    top: 180px;
    left: 50%;
    transform: translateX(-50%);
}

.ps-coming--v1 .ps-countdown {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 15px;
}

@media (min-width: 1280px) {
    .ps-coming--v1 .ps-coming__title {
        font-size: 100px;
        line-height: 110px;
    }
}

.ps-coming--v2 .ps-coming__content {
    flex: 0 0 100%;
}

.ps-coming--v2 .ps-countdown {
    background-color: #191919;
    margin-bottom: 20px;
}

.ps-coming--v2 .ps-countdown .ps-countdown__number span {
    color: white;
}

.ps-coming--v2 .ps-countdown .ps-countdown__block::after {
    color: white;
}

.ps-coming--v2 .ps-coming__title {
    font-size: 60px;
    line-height: 65px;
    color: #191919;
    padding-bottom: 40px;
}

.ps-coming--v2 .ps-coming__newsletter {
    color: #191919;
    font-weight: 500;
    font-size: 27px;
    line-height: 40px;
    margin-bottom: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-top: 40px;
    border-top: 1px solid #E5E5E5;
}

.ps-coming--v2 .ps-form--newsletter .ps-input {
    font-size: 17px;
    color: #191919;
}

.ps-coming--v2 .ps-form--newsletter .ps-input::-moz-placeholder {
    font-size: 17px;
    color: #191919;
}

.ps-coming--v2 .ps-form--newsletter .ps-input:-ms-input-placeholder {
    font-size: 17px;
    color: #191919;
}

.ps-coming--v2 .ps-form--newsletter .ps-input::placeholder {
    font-size: 17px;
    color: #191919;
}

@media (min-width: 768px) {
    .ps-coming--v2 .ps-form--newsletter .ps-input {
        max-width: 300px;
        margin-bottom: 0;
    }
    .ps-coming--v2 .ps-form--newsletter .ps-btn {
        margin-left: 20px;
    }
}

@media (min-width: 1280px) {
    .ps-coming--v2 .ps-coming__title {
        font-size: 80px;
        line-height: 85px;
    }
    .ps-coming--v2 .ps-coming__newsletter {
        font-size: 40px;
        line-height: 50px;
    }
    .ps-coming--v2 .ps-form--newsletter .ps-btn {
        margin-left: 30px;
        width: 150px;
    }
}


/*4. MODULES */

.ps-header {
    background-color: white;
    display: none;
    position: relative;
    z-index: 20;
    border-bottom: 1px solid #E5E5E5;
}

.ps-header .ps-header__inner {
    position: relative;
    padding: 0 30px;
    border-bottom: 0px solid #E5E5E5;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    background: #e55f7c;
}

.ps-header .ps-logo img {
    width: auto;
}

.ps-header .ps-header__center {
    min-height: 70px;
    display: flex;
    flex: 1 0 auto;
}

.ps-header .ps-header__center .mega-menu .container {
    padding-left: 30px;
    padding-right: 30px;
}

.ps-header .ps-header__left {
    position: relative;
    left: 0px;
    top: 0;
    height: 70px;
    display: flex;
    align-items: center;
    z-index: 1;
    padding-right: 44px;
}

.ps-header .ps-header__right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    right: 0px;
    top: 0;
    height: 70px;
    z-index: 1;
}

.ps-header .ps-language-currency {
    display: inline-flex;
    position: relative;
    margin-right: 25px;
    width: 120px;
}

.ps-header .ps-language-currency .select2-selection--single {
    border: none;
    background-color: transparent;
}

.ps-header .ps-language-currency .select2-selection--single span {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 500;
}

.ps-header .ps-language-currency .select2 {
    min-width: 60px;
}

.ps-header .ps-header__icons {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.ps-header .ps-header__icons .ps-header__item {
    display: inline-block;
    position: relative;
    padding: 22px 10px;
}

.ps-header .ps-header__icons .ps-header__item:first-child {
    padding-left: 0;
}

.ps-header .ps-header__icons .ps-header__item .ps-header__link {
    position: relative;
    font-size: 38px;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}

.ps-header .ps-header__icons .ps-header__item .ps-header__link::after {
    display: none !important;
}

.ps-header .ps-header__icons .ps-header__item .ps-header__link img {
    height: 25px;
}

.ps-header .ps-header__icons .ps-header__item .ps-header__link:hover {
    color: #D9121F;
}

.ps-header .ps-header__icons .ps-header__item .ps-header__link i {
    font-weight: 500;
}

.ps-header .ps-header__icons .ps-header__item .badge {
    position: absolute;
    bottom: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    font-size: 11px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e73929;
    color: white;
}

.ps-header .ps-header__icons .ps-header__item:hover.open-user .ps-login--modal {
    opacity: 1;
    transform: scaleY(1);
}

.ps-header .ps-header__icons .ps-header__item:hover.open-cart-mini .ps-cart--mini {
    opacity: 1;
    transform: scaleY(1);
}

.ps-header.ps-header--sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.ps-header.ps-header--sticky .ps-logo img {
    width: auto;
    height: 90px;
}

.ps-header--2.ps-header--sticky .ps-header__center .ps-logo {
    height: 119px;
}

.ps-header.ps-header--sticky .ps-notify {
    display: none;
}

.ps-header.ps-header--sticky::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    height: 15px;
    width: 100%;
    box-shadow: 0 4px 2px -2px #E5E5E5;
}

@media (min-width: 768px) {
    .ps-header {
        display: block;
    }
}

@media (min-width: 1280px) {
    .ps-header .ps-header__left,
    .ps-header .ps-header__right {
        height: 114px;
    }
    .ps-header .ps-header__center .mega-menu .container {
        padding-left: 60px;
        padding-right: 60px;
    }
    .ps-header .ps-header__left {
        left: 0px;
    }
    .ps-header .ps-header__right {
        right: 0px;
    }
    .ps-header .ps-header__inner {
        padding: 0 60px;
    }
    .ps-header .ps-header__icons .ps-header__item {
        padding: 32px 19px;
    }
}

.ps-navigation .menu>li>a {
    padding: 17px 21px;
}

.ps-navigation .menu>li:first-child>a {
    padding-left: 0;
}

.ps-navigation .menu>li:last-child>a {
    padding-right: 0;
}

.ps-navigation .mega-menu .container {
    padding-left: 30px;
    padding-right: 30px;
}

@media (min-width: 1280px) {
    .ps-navigation .mega-menu .container {
        padding-left: 12px;
        padding-right: 12px;
    }
}

.ps-header--mobile {
    display: block;
    border-bottom: 1px solid #E5E5E5;
    background: #e55f7c;
}

.ps-header--mobile .ps-header__inner {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
}

.ps-header--mobile .ps-header__left,
.ps-header--mobile .ps-header__right {
    position: initial;
}

.ps-header--mobile .ps-header__search {
    width: 100%;
    min-width: 180px !important;
    padding: 10px 10px;
}

.ps-header--mobile .ps-header__search .ps-input {
    height: 35px;
}

.ps-header--mobile .ps-header__search .ps-search--result {
    left: auto;
    right: 0;
    padding: 30px 20px;
}

@media (min-width: 768px) {
    .ps-header--mobile {
        display: none;
    }
}

.ps-search--result {
    position: absolute;
    top: 100%;
    left: -30px;
    background-color: white;
    z-index: 50;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    padding: 50px;
    width: 100vw;
    transition: all 0.4s ease;
    opacity: 0;
    visibility: hidden;
}

.ps-search--result .ps-result__content {
    width: 100%;
    margin: auto;
}

.ps-search--result .ps-result__content .col-12 {
    margin-bottom: 30px;
}

.ps-search--result .ps-result__viewall {
    text-align: center;
    margin-top: 20px;
}

.ps-search--result .ps-result__viewall a {
    font-size: 18px;
    line-height: 26px;
    color: #191919;
    text-decoration: underline;
    font-weight: 500;
}

.ps-search--result.active {
    opacity: 1;
    visibility: visible;
}

@media (min-width: 1280px) {
    .ps-search--result {
        left: -60px;
    }
    .ps-search--result .ps-result__content {
        max-width: 1270px;
    }
}

.ps-header--top {
    background-color: black;
}

.ps-header--top .ps-header__content {
    position: relative;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
}

.ps-header--top .ps-header__item {
    display: inline-block;
    margin-right: 20px;
    padding: 6px 0;
}

.ps-header--top .ps-header__item:last-child {
    margin-right: 0;
}

.ps-header--top .ps-header__item a {
    color: white;
    font-size: 13px;
}

.ps-header--top .ps-header__phone {
    color: white;
    font-size: 13px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    height: 100%;
    margin-right: 20px;
    padding: 6px 0;
}

.ps-header--top .ps-header__mail {
    color: white;
    font-size: 13px;
    padding: 6px 0;
    display: inline-block;
}

.ps-header--top .ps-language-currency {
    margin-right: 0 !important;
    border-left: 1px solid #333;
    margin-left: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.ps-header--top .ps-language-currency .select2-selection--single .select2-selection__rendered,
.ps-header--top .ps-language-currency .select2-selection--single .select2-selection__arrow {
    color: white;
}

@media (min-width: 1280px) {
    .ps-header--top .ps-header__content {
        padding: 0 60px;
    }
}

.ps-header--1 .ps-header__center .menu {
    display: none;
}

@media (min-width: 1280px) {
    .ps-header--1 .ps-header__center .menu {
        display: block;
    }
    .ps-header--1 .ps-navigation {
        display: none !important;
    }
}

.ps-header--2 .ps-notify {
    background-color: #9d3d52;
}

.ps-header--2 .ps-header__center .ps-logo {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ps-header--2 .ps-header__search {
    min-width: 230px;
}

.ps-header--2 .ps-header__center .ps-header__search {
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* width: 82%; */
    /* max-width: 400px; */
    /* width: 486px; */
    flex: 1 0 auto;
    padding-right: 40px;
    padding: 31px 40px 0px 0px;
}

.ps-header--2 .ps-header__search .ps-input {
    height: 40px;
}

.ps-header--2 .ps-header__search .input-group-append i {
    color: #808080;
}

.ps-header--2 .ps-header__icons .ps-sticky {
    display: none;
}

.ps-header--2.ps-header--sticky .ps-navigation {
    display: none;
}

.ps-header--2.ps-header--sticky .ps-header__icons .ps-sticky {
    display: inline-block;
}

@media (min-width: 1280px) {
    .ps-header--2 .ps-header__left .ps-logo {
        height: 114px;
        margin-top: 11px;
    }
}

.ps-header--3 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    background-color: transparent;
    border-bottom: none;
}

.ps-header--3 .ps-header__center .menu {
    display: none;
}

.ps-header--3 .menu>li>a {
    color: white;
}

.ps-header--3 .ps-header__icons .ps-header__item .ps-header__link {
    color: white;
}

.ps-header--3 .ps-header__icons .ps-header__item .ps-header__link img {
    filter: brightness(0) invert(1);
}

.ps-header--3 .ps-header__icons .ps-header__item .badge {
    background-color: white;
    color: #191919;
}

.ps-header--3 .ps-language-currency .select2-selection--single .select2-selection__rendered,
.ps-header--3 .ps-language-currency .select2-selection--single .select2-selection__arrow {
    color: white;
}

.ps-header--3 .ps-notify {
    background-color: black;
}

.ps-header--3 .ps-notify .ps-notify__close,
.ps-header--3 .ps-notify .ps-notify__text {
    color: white;
}

.ps-header--3 .ps-notify img {
    filter: brightness(0) invert(1);
}

.ps-header--3 .ps-header__inner {
    border-bottom: none;
}

.ps-header--3 .ps-logo .logo-sticky {
    display: none;
}

.ps-header--3 .ps-navigation {
    border-top: 1px solid rgba(229, 229, 229, 0.5);
    border-bottom: 1px solid rgba(229, 229, 229, 0.5);
}

.ps-header--3.ps-header--sticky {
    background-color: white;
}

.ps-header--3.ps-header--sticky .ps-logo img {
    display: none;
}

.ps-header--3.ps-header--sticky .ps-logo .logo-sticky {
    display: block;
}

.ps-header--3.ps-header--sticky .menu>li>a {
    color: #191919;
}

.ps-header--3.ps-header--sticky .ps-header__icons .ps-header__item .ps-header__link {
    color: #191919;
}

.ps-header--3.ps-header--sticky .ps-header__icons .ps-header__item .ps-header__link img {
    filter: none;
}

.ps-header--3.ps-header--sticky .ps-header__icons .ps-header__item .badge {
    background-color: #191919;
    color: white;
}

.ps-header--3.ps-header--sticky .ps-language-currency .select2-selection--single .select2-selection__rendered,
.ps-header--3.ps-header--sticky .ps-language-currency .select2-selection--single .select2-selection__arrow {
    color: #191919;
}

@media (min-width: 1280px) {
    .ps-header--3 .ps-header__center .menu {
        display: block;
    }
    .ps-header--3 .ps-navigation {
        display: none !important;
    }
}

.ps-header--4.ps-header--sticky .ps-header--top {
    display: none;
}

.ps-header--5 .ps-notify {
    background-color: white;
}

.ps-header--5 .ps-notify .ps-notify__text {
    font-weight: 500;
}

.ps-header--5 .ps-notify .ps-notify__link {
    font-weight: 600;
}

.ps-header--5 .ps-header__center {
    flex-grow: 1;
}

.ps-header--5 .ps-header__center .menu {
    display: none;
}

.ps-header--5 .ps-header__left,
.ps-header--5 .ps-header__right {
    position: initial;
}

.ps-header--5 .ps-header__inner {
    display: flex;
}

.ps-header--5 .ps-header__search {
    margin-right: 25px;
}

.ps-header--5.ps-header--sticky .ps-header--top {
    display: none;
}

.ps-header--5.ps-header--mobile .ps-header__search {
    margin-right: 0;
}

@media (min-width: 1280px) {
    .ps-header--5 .ps-header__center .menu {
        display: block;
    }
    .ps-header--5 .ps-navigation {
        display: none !important;
    }
}

.ps-header--6 .ps-notify {
    background-color: black;
}

.ps-header--6 .ps-notify .ps-notify__close,
.ps-header--6 .ps-notify .ps-notify__text {
    color: white;
}

.ps-header--6 .ps-notify img {
    filter: brightness(0) invert(1);
}

.ps-header--6 .ps-header__center .menu {
    display: none;
}

@media (min-width: 1280px) {
    .ps-header--6 .ps-header__center .menu {
        display: block;
    }
    .ps-header--6 .ps-navigation {
        display: none !important;
    }
}

.ps-navigation--footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    background-color: white;
    border-top: 1px solid #E5E5E5;
    display: flex;
    align-items: center;
    padding: 10px 0 5px;
}

.ps-navigation--footer .ps-nav__item {
    flex: 1;
    text-align: center;
    font-size: 22px;
}

.ps-navigation--footer .ps-nav__item a {
    color: #191919;
    display: inline-flex;
    width: 40px;
    height: 30px;
    margin: 0 auto;
    justify-content: center;
    align-items: flex-end;
    position: relative;
}

.ps-navigation--footer .ps-nav__item a:after {
    display: none;
}

.ps-navigation--footer .ps-nav__item i {
    font-weight: 600;
}

.ps-navigation--footer .ps-nav__item .badge {
    position: absolute;
    top: -2px;
    right: -2px;
    width: 20px;
    height: 20px;
    font-size: 11px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d9121f;
    color: white;
}

.ps-navigation--footer .ps-nav__item #close-menu {
    display: none;
    color: #D9121F;
}

.ps-navigation--footer .ps-nav__item.active #close-menu {
    display: inline-flex;
}

.ps-navigation--footer .ps-nav__item.active #open-menu {
    display: none;
}

@media (min-width: 768px) {
    .ps-navigation--footer {
        display: none;
    }
}

.ps-footer {
    padding-bottom: 11px;
}

.ps-footer__middle {
    padding-bottom: 35px;
}

@media (min-width: 768px) {
    .ps-footer {
        padding-bottom: 0;
    }
}

.ps-footer--widget .ps-footer__title {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 20px;
}

.ps-footer--widget .ps-footer__list li {
    padding: 6px 0;
}

.ps-footer--widget .ps-footer__list li a {
    display: block;
    color: #e1e1e1;
    font-weight: 400;
    font-size: 14px;
}

.ps-footer--widget .ps-footer__list li a:hover {
    text-decoration: underline;
}

.ps-footer--widget .ps-footer__list.column-count {
    -moz-column-count: 2;
    column-count: 2;
}

.ps-footer--widget .ps-footer__account li {
    padding: 6px 0;
}

.ps-footer--widget .ps-footer__account li a {
    display: block;
    font-size: 15px;
    color: #808080;
}

.ps-footer--widget .ps-footer__account li a:hover {
    text-decoration: underline;
}

.ps-footer--widget .ps-footer__account.column-count {
    -moz-column-count: 2;
    column-count: 2;
}

.ps-footer--bottom {
    padding: 20px 0;
}

.ps-footer--bottom .ps-footer__copyright {
    margin-bottom: 20px;
    color: #fff;
    font-size: 15px;
}

.ps-footer--bottom .ps-footer__phone {
    font-size: 25px;
    font-weight: 500;
    color: #fff;
}

.ps-footer--bottom .ps-footer__mail {
    font-size: 16px;
    color: #fff;
    display: block;
    margin-top: 15px;
    text-decoration: underline;
}

.ps-footer--bottom .ps-footer__contact {
    margin-bottom: 15px;
}

.ps-footer--bottom .ps-language-currency {
    display: flex;
    margin-top: 10px;
}

.ps-footer--bottom .ps-language-currency .select2-selection--single {
    border: none;
    background-color: transparent;
}

.ps-footer--bottom .ps-language-currency .select2-selection--single span {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 13px;
}

.ps-footer--bottom .ps-language-currency .select2 {
    min-width: 60px;
}

.ps-footer--bottom .img-white {
    display: none;
}

@media (min-width: 768px) {
    .ps-footer--bottom p {
        margin: 0;
    }
    .ps-footer--bottom .ps-language-currency {
        margin-top: 0;
        justify-content: flex-end;
    }
    .ps-footer--bottom .ps-social {
        display: inline-block;
        margin-left: 20px;
    }
    .ps-footer--bottom .ps-social li {
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media (min-width: 960px) {
    .ps-footer--bottom .ps-footer__mail {
        display: inline-block;
        margin-top: 0;
        margin-left: 25px;
    }
}

.ps-footer--service {
    padding: 30px 0;
}

.ps-footer--service .ps-footer__row {
    border-top: 1px solid #e55f7c;
    border-bottom: 1px solid #e55f7c;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.ps-footer--service .ps-footer__item {
    margin-bottom: 0;
    padding: 15px 10px;
    display: flex;
    justify-content: center;
}

.ps-footer--service .ps-footer__link {
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.ps-footer--service .ps-footer__link i {
    margin-right: 15px;
    font-size: 23px;
}

.ps-footer--service .ps-footer__link img {
    margin-right: 15px;
}

.ps-footer--service .ps-footer__link:hover {
    color: #D9121F;
}

@media (min-width: 768px) {
    .ps-footer--service .ps-footer__row {
        grid-template-columns: repeat(4, 1fr);
    }
}

.ps-footer--address p {
    font-size: 15px;
    line-height: 26px;
    color: #e1e1e1;
}

.ps-footer--address p a {
    text-decoration: underline;
    font-size: 13px;
    color: #e1e1e1;
}

.ps-footer--address .ps-logo {
    margin-bottom: 30px;
}

.ps-footer--address .ps-logo img {
    max-width: 144px;
}

.ps-footer--address .ps-logo .logo-white {
    display: none;
}

.ps-footer--address .ps-social li {
    margin: 5px;
}

.ps-footer--address .ps-social li:first-child {
    margin-left: 0;
}

@media (min-width: 1024px) {
    .ps-footer--address .ps-logo img {
        max-width: 144px;
    }
}

.ps-footer--contact {
    padding-top: 40px;
}

.ps-footer--contact .ps-footer__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
    color: #F2F2F2;
}

.ps-footer--contact .ps-footer__fax {
    margin-bottom: 5px;
    line-height: 36px;
    font-size: 22px;
    font-weight: 600;
    color: #F2F2F2;
}

.ps-footer--contact .ps-footer__fax i {
    color: #FD8D27;
    margin-right: 15px;
    font-size: 20px;
    font-weight: bold;
}

.ps-footer--contact .ps-footer__work {
    margin-bottom: 18px;
    padding-left: 40px;
    font-size: 14px;
    color: #191919;
}

.ps-footer--contact hr {
    margin-bottom: 18px;
}

.ps-footer--contact .ps-footer__email {
    font-weight: bold;
    color: #F2F2F2;
    font-size: 16px;
}

.ps-footer--contact .ps-footer__email i {
    margin-right: 15px;
    font-weight: bold;
}

@media (min-width: 768px) {
    .ps-footer--contact {
        padding-top: 0;
    }
}

@media (min-width: 1280px) {
    .ps-footer--contact .ps-footer__fax {
        font-size: 24px;
    }
    .ps-footer--contact .ps-footer__fax i {
        font-size: 22px;
    }
}

.ps-footer--banner .ps-promo__banner {
    min-height: 200px;
    border-radius: 0;
    -o-object-position: left;
    object-position: left;
}

.ps-footer--banner .ps-promo__name {
    color: white;
    font-size: 40px;
}

.ps-footer--banner .ps-promo__desc {
    color: white;
    font-size: 20px;
}

@media (min-width: 768px) {
    .ps-footer--banner .ps-promo__name {
        font-size: 50px;
    }
    .ps-footer--banner .ps-promo__desc {
        font-size: 22px;
    }
}

@media (min-width: 1280px) {
    .ps-footer--banner .ps-promo__name {
        font-size: 60px;
    }
    .ps-footer--banner .ps-promo__desc {
        font-size: 24px;
    }
}

.ps-footer--newsletter .ps-footer__title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
    color: #ffff;
    font-weight: 500;
}

.ps-footer--newsletter .ps-form--newsletter .ps-input {
    border: 1px solid #CCCCCC;
    width: 100%;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 25px;
    color: #191919;
    padding-left: 20px;
    padding-right: 20px;
    flex: 0 0 100%;
}

.ps-footer--newsletter .ps-form--newsletter .ps-input::-moz-placeholder {
    font-size: 17px;
    color: #191919;
}

.ps-footer--newsletter .ps-form--newsletter .ps-input:-ms-input-placeholder {
    font-size: 17px;
    color: #191919;
}

.ps-footer--newsletter .ps-form--newsletter .ps-input::placeholder {
    font-size: 17px;
    color: #191919;
}

.ps-footer--newsletter .ps-form--newsletter .ps-btn {
    padding: 10px 25px;
    margin-left: 0;
    width: 150px;
}

.ps-footer--1 {
    background-color: white;
}

.ps-footer--1 .ps-footer--newsletter {
    padding-top: 35px;
}

.ps-footer--1 .ps-footer--address {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .ps-footer--1 .ps-footer--address {
        height: 100%;
        border-right: 1px solid #e55f7c;
        margin-right: 15px;
        margin-bottom: 0;
        padding-right: 10px;
    }
}

@media (min-width: 960px) {
    .ps-footer--1 .ps-footer--newsletter {
        height: 100%;
        border-left: 1px solid #e55f7c;
        padding-left: 30px;
    }
}

@media (min-width: 1280px) {
    .ps-footer--1 .ps-footer--newsletter {
        padding-left: 32px
    }
}

.ps-footer--2 .ps-footer--newsletter {
    margin-bottom: 30px;
    margin-top: 50px;
}

.ps-footer--2 .ps-footer--newsletter .ps-footer__title {
    font-size: 25px;
    line-height: 30px;
    max-width: 400px;
}

.ps-footer--2 .ps-footer--newsletter .ps-form--newsletter .ps-input {
    flex-grow: 1;
    width: auto;
    margin-right: 30px;
}

.ps-footer--2 .ps-footer__category {
    padding-top: 20px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 50px;
}

.ps-footer--2 .ps-footer__category .ps-footer--widget {
    margin-bottom: 50px;
}

@media (min-width: 768px) {
    .ps-footer--2 .ps-footer--bottom .ps-footer__contact {
        text-align: right;
    }
    .ps-footer--2 .ps-footer--newsletter {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .ps-footer--2 .ps-footer--newsletter .ps-form--newsletter .ps-input {
        margin-bottom: 0;
        max-width: 300px;
    }
}

@media (min-width: 1280px) {
    .ps-footer--2 .ps-footer--newsletter .ps-footer__title {
        font-size: 30px;
        line-height: 35px;
    }
    .ps-footer--2 .ps-footer__category {
        padding-top: 50px;
        padding-bottom: 30px;
        margin-bottom: 90px;
    }
}

.ps-footer--3 {
    background-color: #F5F5F5;
}

.ps-footer--3 .ps-footer__category {
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 50px;
    margin-bottom: 30px;
}

.ps-footer--3 .ps-footer--widget {
    padding-top: 50px;
}

.ps-footer--3 .ps-footer__copyright {
    color: #808080;
}

.ps-footer--3 .ps-social li a {
    color: #808080;
}

@media (min-width: 768px) {
    .ps-footer--3 .ps-footer--bottom .ps-footer__mail {
        display: inline-block;
        margin-top: 0;
        margin-left: 20px;
    }
    .ps-footer--3 .ps-footer--bottom .ps-footer__contact {
        margin-bottom: 30px;
    }
    .ps-footer--3 .ps-footer--bottom .ps-footer__copyright {
        margin-bottom: 35px;
    }
}

@media (min-width: 1280px) {
    .ps-footer--3 .ps-footer--widget {
        padding-top: 90px;
    }
}

.ps-footer--4 {
    background-color: #191919;
}

.ps-footer--4 .ps-footer--widget .ps-footer__title {
    color: #B2B2B2;
}

.ps-footer--4 .ps-footer--widget .ps-footer__list li a {
    color: white;
}

.ps-footer--4 .ps-footer__category {
    border-color: #333;
}

.ps-footer--4 .ps-footer--bottom p,
.ps-footer--4 .ps-footer--bottom a {
    color: white;
}

.ps-footer--4 .ps-footer--bottom .select2-selection--single .select2-selection__rendered,
.ps-footer--4 .ps-footer--bottom .select2-selection--single .select2-selection__arrow {
    color: white;
}

.ps-footer--4 .ps-footer--bottom img {
    display: none;
}

.ps-footer--4 .ps-footer--bottom img.img-white {
    display: block;
}

.ps-footer--4 .ps-footer--bottom .ps-footer__copyright {
    color: white;
}

.ps-footer--4 .ps-social li a {
    color: #666666;
}

.ps-footer--5 {
    background-color: #9d3d52;
    padding-top: 90px;
}

.ps-footer--6 {
    background-color: #191919;
    padding-top: 90px;
}

.ps-footer--6 .ps-footer--address {
    border-color: #333;
}

.ps-footer--6 .ps-footer--address .ps-logo img {
    display: none;
}

.ps-footer--6 .ps-footer--address .ps-logo img.logo-white {
    display: inline-block;
}

.ps-footer--6 .ps-footer--address p {
    color: white;
}

.ps-footer--6 .ps-footer--address .ps-social .ps-social__link {
    color: white;
}

.ps-footer--6 .ps-footer--widget .ps-footer__list li a {
    color: white;
}

.ps-footer--6 .ps-footer--widget .ps-footer__list li a:hover {
    color: #D9121F;
}

.ps-footer--6 .ps-footer--newsletter .ps-footer__title,
.ps-footer--6 .ps-footer--service .ps-footer__link {
    color: white;
}

.ps-footer--6 .ps-footer--service .ps-footer__row,
.ps-footer--6 .ps-footer--newsletter {
    border-color: #333;
}

.ps-footer--6 .ps-footer--bottom p,
.ps-footer--6 .ps-footer--bottom a {
    color: white;
}

.ps-footer--6 .ps-footer--bottom img {
    display: none;
}

.ps-footer--6 .ps-footer--bottom img.img-white {
    display: inline-block;
}


/*5. HELPERS */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ps-bought .ps-bought__wapper ul,
.ps-widget .ps-widget__block .ps-widget__content ul,
.ps-product ul,
.ps-shopping .ps-shopping__content ul,
.ps-wishlist ul,
.ps-compare--product .ps-table ul,
.ps-menu--slidebar ul,
.ps-header ul,
.ps-footer ul,
.ps-bought .ps-bought__wapper ol,
.ps-widget .ps-widget__block .ps-widget__content ol,
.ps-product ol,
.ps-shopping .ps-shopping__content ol,
.ps-wishlist ol,
.ps-compare--product .ps-table ol,
.ps-menu--slidebar ol,
.ps-header ol,
.ps-footer ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ps-product--sidebar>* {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/*=====================
19. Add to cart popup
==========================*/

.add_to_cart {
    position: fixed;
    background-color: #ffffff;
    z-index: 10000001;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.add_to_cart ::-webkit-scrollbar {
    width: 3px;
    height: 7px;
}

.add_to_cart ::-webkit-scrollbar-track {
    background: #dddddd;
}

.add_to_cart ::-webkit-scrollbar-thumb {
    background: #888888;
}

.add_to_cart ::-webkit-scrollbar-thumb:hover {
    background: #555555;
}

.add_to_cart .theme-form {
    padding: 0 20px;
}

.add_to_cart .forget-class {
    margin-top: 10px;
    text-transform: capitalize;
    text-decoration: underline;
}

.add_to_cart .cart-inner {
    background-color: #ffffff;
    z-index: 10000000001 !important;
    position: relative;
    top: 0;
}

.add_to_cart .cart-inner .cart_media {
    padding: 0 20px;
}

.add_to_cart .cart-inner .cart_media li {
    position: relative;
    padding-bottom: 10px;
    width: 100%;
}

.add_to_cart .cart-inner .cart_media li .media {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
}

.add_to_cart .cart-inner .cart_media li .media img {
    height: 90px;
}

.add_to_cart .cart-inner .cart_media li .media .media-body {
    -ms-flex-item-align: center;
    align-self: center;
    margin-left: 20px;
    line-height: 2.1rem;
}

.add_to_cart .cart-inner .cart_media li .media .media-body h4 {
    color: #000000;
    font-size: 1.4rem;
    text-transform: capitalize;
    margin-bottom: 5px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.add_to_cart .cart-inner .cart_media li .media .media-body h4 span {
    color: #000000;
    font-size: 1.4rem;
    letter-spacing: 0.5px;
    font-weight: 400;
}

.add_to_cart .cart-inner .cart_media li .total {
    border-top: 1px solid #f1f5f4;
    border-bottom: 1px solid #f1f5f4;
    padding-top: 10px;
    padding-bottom: 10px;
}

.add_to_cart .cart-inner .cart_media li .total h5 {
    text-transform: capitalize;
    margin-bottom: 0;
    color: #000;
    letter-spacing: 0.5px;
    font-weight: 400;
}

.add_to_cart .cart-inner .cart_media li .total h5 span {
    float: right;
}

.add_to_cart .cart-inner .cart_media li .buttons {
    margin-top: 15px;
}

.add_to_cart .cart-inner .cart_media li .buttons a {
    font-size: 16px;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 400;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 50px;
    padding: 10px 10px;
    letter-spacing: 0.5px;
}

.add_to_cart .cart-inner .cart_media li .buttons .checkout {
    float: right;
    background-color: #53BBAF;
}

.add_to_cart .cart-inner .cart_media li .buttons .view-cart {
    background-color: #084F9D;
}

.add_to_cart .cart-inner .cart_media .close-circle {
    position: absolute;
    top: 0;
    right: 0;
}

.add_to_cart .cart-inner .cart_media .close-circle i {
    color: #888888;
    font-size: 13px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.add_to_cart .cart-inner .cart_media .close-circle i:hover {
    color: #000000;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.add_to_cart .cart-inner .cart_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.add_to_cart .cart-inner .cart_top h3 {
    font-size: 18px;
    color: #222222;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    letter-spacing: 0.5px;
}

.add_to_cart .cart-inner .cart_top .close-cart {
    margin-left: auto;
}

.add_to_cart .cart-inner .cart_top .close-cart i {
    color: black;
    font-size: 18px;
}

.add_to_cart .overlay {
    visibility: hidden;
    opacity: 0;
    background-color: #212331;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.add_to_cart.open-side {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.add_to_cart.open-side .overlay {
    opacity: 0.8;
    visibility: visible;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.add_to_cart.left {
    left: -300px;
    top: 0;
    height: 100vh;
    width: 300px;
}

.add_to_cart.left .cart-inner {
    height: 100vh;
    overflow: auto;
}

.add_to_cart.left.open-side {
    left: 0;
}

.add_to_cart.right {
    right: -400px;
    height: 100vh;
    width: 400px;
    top: 0;
}

.add_to_cart.right .cart-inner {
    height: 100vh;
    overflow: auto;
}

.add_to_cart.right.open-side {
    right: 0;
}

.add_to_cart.top,
.add_to_cart.bottom {
    height: 218px;
    width: 100%;
}

.add_to_cart.top .cart_media,
.add_to_cart.bottom .cart_media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.add_to_cart.top .cart_media .cart_product,
.add_to_cart.bottom .cart_media .cart_product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
    overflow-y: auto;
}

.add_to_cart.top .cart_media .cart_product li,
.add_to_cart.bottom .cart_media .cart_product li {
    min-width: 245px;
    max-width: 225px;
    margin-right: 18px;
    padding-bottom: 0;
}

.add_to_cart.top .cart_media .cart_total,
.add_to_cart.bottom .cart_media .cart_total {
    width: 25%;
}

.add_to_cart.top .cart-inner,
.add_to_cart.bottom .cart-inner {
    height: 218px;
}

.add_to_cart.top .cart-inner .cart_top,
.add_to_cart.bottom .cart-inner .cart_top {
    margin-bottom: 0;
    background-color: #fbfbfb;
    padding: 15px 44px;
    border-bottom: none;
}

.add_to_cart.top .cart-inner .cart_media,
.add_to_cart.bottom .cart-inner .cart_media {
    padding: 0;
}

.add_to_cart.top .cart-inner .cart_media .cart_product,
.add_to_cart.top .cart-inner .cart_media .cart_total,
.add_to_cart.bottom .cart-inner .cart_media .cart_product,
.add_to_cart.bottom .cart-inner .cart_media .cart_total {
    padding: 30px 44px;
}

.add_to_cart.top {
    top: -300px;
}

.add_to_cart.top.open-side {
    top: 0;
}

.add_to_cart.bottom {
    bottom: -300px;
}

.add_to_cart.bottom.open-side {
    bottom: 0;
}

@media screen and (min-width: 641px) {
    .hidden-tablet-and-up {
        display: none !important;
    }
}

@media screen and (max-width: 640px) {
    .hidden-phone-and-down {
        display: none!important;
    }
}

@media (max-width: 768px) {
    .ps-header .ps-logo img {
        width: auto;
        height: 60px;
    }
    .ps-navigation--footer .ps-nav__item img {
        height: 25px;
    }
    .ps-header.ps-header--sticky .ps-logo img {
        width: auto;
        height: 60px;
    }
    .add_to_cart.right {
        width: 328px;
    }
    .ps-banner .ps-banner__title {
        font-weight: 500;
        font-size: 25px;
        margin-bottom: 20px;
        line-height: 32px;
    }
    .ps-footer--widget {
        margin-bottom: 20px;
    }
    .ps-product--featured .ps-product__grid {
        grid-gap: 13px;
    }
    .ps-btn,
    button.ps-btn {
        padding: 10px 14px;
    }
    .ps-product--standard .ps-product__cart {
        font-size: 14px;
    }
    .ps-product .ps-product__del {
        font-size: 14px;
    }
    .ps-category--icon .col-12 {
        margin-bottom: 20px;
    }
    .ps-category--icon .mb-30 {
        margin-bottom: 0px;
    }
    .ps-category--icon .ps-category__title {
        margin-bottom: 30px;
    }
    .mosaic {
        display: block !important;
    }
    .mosaic__item {
        display: block;
        flex-direction: column;
        flex: none;
        padding: 0 0px 8px 0px !important;
    }
    .mosaic__column {
        display: block;
        flex-direction: column;
        flex: none;
    }
    .select2 .select2-selection--single .select2-selection__arrow:before {
        color: #000;
    }
}