@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

@charset "UTF-8";
.masonry-wrapper[data-gap="5"] {
    margin: -3px;
}
.masonry-wrapper[data-gap="10"] {
    margin: -5px;
}
.masonry-wrapper[data-gap="15"] {
    margin: -8px;
}
.masonry-wrapper[data-gap="20"] {
    margin: -10px;
}
.masonry-wrapper[data-gap="25"] {
    margin: -13px;
}
.masonry-wrapper[data-gap="30"] {
    margin: -15px;
}
html {
      font-family: "Jost", sans-serif;
	    font-optical-sizing: auto;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
[hidden] {
    display: none;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
    outline-width: 0;
    color: #b9539d;
}
b,
strong {
    font-weight: inherit;
}
b,
strong {
    font-weight: bolder;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
button,
input,
select {
    font: inherit;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
* {
    font-family: "Jost", sans-serif;
    font-weight: 500;
}
html {
    font-size: 62.5%;
}
body {
    font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    color: #b9539d;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}
h1 {
    font-size: 48px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
p {
    font-size: 1.4rem;
    line-height: 1.6em;
    color: #666;
}
p span {
    font-family: inherit;
    color: inherit;
    font-size: inherit;
}
a {
    position: relative;
    color: inherit;
    text-decoration: none;
    transition: all 0.4s ease;
}
a:hover {
    color: #b9539d;
}
a,
button,
input,
select {
    outline: 0;
}
a:hover,
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus {
    text-decoration: none;
}
a:focus,
button:focus,
input:focus,
select:focus {
    outline: 0;
    text-decoration: none;
}
img {
    max-width: 100%;
}
.ps-document ol,
.ps-document ul {
    margin-bottom: 20px;
    margin-left: 30px;
}
.ps-document ol ol,
.ps-document ol ul,
.ps-document ul ol,
.ps-document ul ul {
    margin-bottom: 0;
}
.ps-document ol li,
.ps-document ul li {
    color: #666;
    font-size: 14px;
    line-height: 1.6em;
}
.ps-document h5 {
    font-size: 16px;
    font-weight: 600;
}
.ps-document p {
    margin-bottom: 4rem;
    line-height: 1.8em;
    color: #666;
}
.ps-document p i {
    font-family: "Libre Baskerville", serif;
}
.ps-document p strong {
    font-weight: 600;
    color: #666;
}
.ps-document p strong i {
    font-weight: 400;
    color: #000;
}
.ps-tag {
    font-weight: 600;
}
body,
html {
    min-height: 100%;
    position: relative;
}
.ps-row {
    margin: 0 -15px;
}
.ps-row::after {
    clear: both;
    content: "";
    display: table;
}
.ps-row .ps-column {
    float: left;
    width: 20%;
    padding: 0 15px;
}
@media (max-width: 1600px) {
    .ps-row .ps-column {
        width: 25%;
    }
}
@media (max-width: 991px) {
    .ps-row .ps-column {
        width: calc(100% / 3);
    }
}
@media (max-width: 767px) {
    .ps-row .ps-column {
        width: calc(100% / 2);
    }
}
@media (max-width: 479px) {
    .ps-row .ps-column {
        width: 100%;
    }
}
body {
    overflow-x: hidden;
}
.ps-container {
    max-width: 1540px;
    margin: 0 auto;
    padding: 0 15px;
}
@media (max-width: 1680px) {
    .ps-container {
        padding: 0 30px;
        max-width: 100%;
    }
}
@media (max-width: 479px) {
    .ps-container {
        padding: 0 15px;
    }
}
@media (min-width: 1200px) {
    .container {
        min-width: 1230px;
    }
}
.ps-list--social {
    margin: 0;
    padding: 0;
}
.ps-list--social li {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
}
.ps-list--social li a {
    display: inline-block;
    font-size: 18px;
    color: #666;
}
.ps-list--social li a:hover {
    color: #b9539d;
}
.ps-list--social li a.facebook i {
    color: #3b5998;
}
.ps-list--social li a.twitter i {
    color: #0084b4;
}
.ps-list--social li a.instagram i {
    color: #c32aa3;
}
.ps-list--arrow a {
    position: relative;
    display: block;
    padding-left: 15px;
    font-family: "Jost", sans-serif;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #626262;
}
.ps-list--arrow a:before {
    content: "\f0da";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    font-family: FontAwesome;
}
.ps-list--arrow a:hover {
    color: #b9539d;
}
.ps-list--arrow li {
    margin-bottom: 20px;
}
.ps-list--arrow li.current a {
    color: #222;
}
.ps-list--dot,
.ps-list--dot ul {
    margin: 0;
    padding: 0;
    margin-bottom: 2rem;
    list-style-type: none;
}
.ps-list--dot li {
    margin-bottom: 1rem;
    position: relative;
    padding-left: 20px;
    font-size: 1.4rem;
    color: #000;
    line-height: 20px;
}
.ps-list--dot li:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #000;
    border-radius: 50%;
}
.ps-list--link li {
    display: block;
    padding: 4px 0;
}
.ps-list--link li a {
    display: inline-block;
    color: #666;
    line-height: 20px;
    position: relative;
}
.ps-list--link li a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    transform: scale3d(0, 1, 1);
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
    transform-origin: 100% 50%;
}
.ps-list--link li a:hover:before {
    transform: scale3d(1, 1, 1);
    transform-origin: 0 50%;
}
.ps-list--categories li {
    position: relative;
    padding: 6px 20px 6px 0;
}
.ps-list--categories li a {
    display: block;
    line-height: 22px;
}
.ps-list--categories li .sub-toggle {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
}
.ps-list--categories li .sub-toggle i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ps-list--categories li .sub-toggle i:before {
    content: "\e93a";
    font-family: Linearicons !important;
}
.ps-list--categories li .sub-toggle:after,
.ps-list--categories li .sub-toggle:before {
    display: none;
}
.ps-list--categories li .sub-menu {
    position: relative;
    padding-left: 20px;
    visibility: visible;
    opacity: 1;
    transition: all 0s ease;
    background-color: transparent;
    border: none;
    display: none;
}
.ps-list--categories li .sub-menu li a {
    background-color: transparent;
    padding: 0;
    border: none;
}
.ps-list--categories li .sub-menu li.menu-item-has-children .sub-toggle {
    display: inline-block;
}
.ps-list--categories li .sub-menu li.menu-item-has-children .sub-menu {
    position: relative;
    top: 0;
    left: 0;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
.ps-list--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: #fff;
}
.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;
}
button {
    cursor: pointer;
    transition: all 0.4s ease;
}
.menu-toggle {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
}
.menu-toggle span,
.menu-toggle:after,
.menu-toggle:before {
    position: absolute;
    right: 10px;
    height: 2px;
    width: 20px;
    background-color: #303030;
    z-index: 100;
    transition: all 0.4s ease;
}
.menu-toggle span {
    top: 50%;
    transform: translateY(-50%);
}
.menu-toggle:after,
.menu-toggle:before {
    content: "";
}
.menu-toggle:before {
    top: 12px;
}
.menu-toggle:after {
    bottom: 12px;
}
.menu-toggle:hover {
    cursor: pointer;
}
.menu-toggle.active span {
    transform: translateX(100%);
    visibility: hidden;
    opacity: 0;
}
.menu-toggle.active:after,
.menu-toggle.active:before {
    top: 50%;
    bottom: auto;
    width: 20px;
    transform-origin: 50% 50%;
    background-color: #fc354c;
}
.menu-toggle.active:before {
    transform: rotate(45deg);
}
.menu-toggle.active:after {
    transform: rotate(-45deg);
}
@media (max-width: 1199px) {
    .menu-toggle {
        display: inline-block;
    }
}
.ps-btn,
button.ps-btn {
    display: inline-block;
    padding: 15px 40px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #ffffff;
    border: none;
    border-radius: 4px;

    background-color: #b9539d;

    transition: all 0.4s ease;
    cursor: pointer;
}
.ps-btn--fullwidth,
button.ps-btn--fullwidth {
    width: 100%;
    text-align: center;
}
.ps-btn--sm,
button.ps-btn--sm {
    padding: 0.5rem 2rem;
    font-size: 1.2rem;
}
.ps-btn--lg,
button.ps-btn--lg {
    padding: 1.5rem 4rem;
}
.ps-btn--xl,
button.ps-btn--xl {
    padding: 2rem 6rem;
    font-size: 1.6rem;
}
.del {
    color: #db1919;
    font-size: 12px;
}
.ps-btn.ps-btn--black,
button.ps-btn.ps-btn--black {
    background-color: #000;
}
.ps-btn:active,
.ps-btn:hover,
button.ps-btn:active,
button.ps-btn:hover {
    background-color: #222;
    color: #fff;
}
.ps-btn:active.ps-btn--black,
.ps-btn:hover.ps-btn--black,
button.ps-btn:active.ps-btn--black,
button.ps-btn:hover.ps-btn--black {
    background-color: #b9539d;
}
.ps-btn--close {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    transition: all 0.4s ease;
    border-radius: 50%;
}
.ps-btn--close:after,
.ps-btn--close:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 50%;
    background-color: #9f9a98;
    transform-origin: center center;
    transition: all 0.4s ease;
}
.ps-btn--close:before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.ps-btn--close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.ps-btn--close:hover {
    transform: rotate(180deg);
}
.ps-btn--close:hover:after,
.ps-btn--close:hover:before {
    background-color: #f44336;
    transition-delay: 0.3s;
}
#back2top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
    z-index: 10000;
    background-color: transparent;
    border: none;
    transition: all 0.5s ease;
    -ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease;
    display: none;
}
#back2top i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    z-index: 10001;
    font-size: 30px;
}
#back2top:hover {
    cursor: pointer;
    background-color: #e6e6e6;
}
#back2top.active {
    bottom: 30px;
    visibility: visible;
    opacity: 1;
}
@media (max-width: 1199px) {
    #back2top {
        display: none;
    }
}
.form-control {
    outline: 0;
    height: 50px;
    font-size: 14px;
    padding: 0 20px;
    border: none;
    height: 50px;
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: 0 0 transparent;
    transition: all 0.4s ease;
    box-shadow: 0 0 0 #000;
}
.form-control::-webkit-input-placeholder {
    opacity: 1;
}
.form-control::-moz-placeholder {
    opacity: 1;
}
.form-control:-moz-placeholder {
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    opacity: 1;
}
.form-control:focus {
    outline: 0;
    box-shadow: 0 0 0 #000;
    border-color: #b9539d;
}
.ps-input--has-icon {
    position: relative;
}
.ps-input--has-icon > i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}
.ps-select {
    display: inline-block;
    min-width: 120px;
    cursor: pointer;
}
.ps-color {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px;
}
.ps-color--1 {
    background-color: #000;
}
.ps-color--2 {
    background-color: #ad4d4b;
}
.ps-color--3 {
    background-color: #fdb201;
}
.ps-color:last-child {
    margin-right: 0;
}
.form-group {
    margin-bottom: 2.5rem;
}
.form-group > label {
    margin-bottom: 1.5rem;
    font-weight: 400;
    color: #000;
    line-height: 1em;
}
.form-group--select {
    position: relative;
}
.form-group--select i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}
.form-group--select select {
    height: 40px;
    padding: 0 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 50px;
}
.form-group--nest {
    display: flex;
    flex-flow: row nowrap;
}
.form-group--nest .ps-btn {
    border-radius: 0 4px 4px 0;
    padding-left: 25px;
    padding-right: 25px;
}
.form-group--nest input {
    border-radius: 4px 0 0 4px;
    border-color: #ccc;
    border-right: none;
}
.form-group--icon {
    position: relative;
}
.form-group--icon i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    font-size: 16px;
}
.form-group--icon .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.ps-dropdown {
    position: relative;
    display: inline-block;
}
.ps-dropdown > a {
    position: relative;
    display: block;
    padding-right: 20px;
}
.ps-dropdown > a:after {
    content: "\e93a";
    font: normal normal normal 12px/1 linearicons;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.ps-dropdown ul {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 100;
    min-width: 120px;
    max-width: 200px;
    width: 100%;
    padding: 4px 0;
    background-color: #fff;
    -ms-box-shadow: 0 1px 1px 2px rgba(204, 204, 204, 0.2);
    box-shadow: 0 1px 1px 2px rgba(204, 204, 204, 0.2);
    visibility: hidden;
    opacity: 0;
    text-align: left;
}
.ps-dropdown ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.ps-dropdown ul li a {
    display: block;
    font-size: 1.3rem;
    color: #000;
    padding: 6px 10px;
}
.ps-dropdown:hover ul {
    visibility: visible;
    opacity: 1;
}
.select2 {
    display: block;
}
.select2-container .select2-dropdown {
    border-color: #ccc;
}
.ps-post {
    margin-bottom: 30px;
}
.ps-post .ps-post__badge {
    width: 40px;
    height: 40px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background-color: #000;
}
.ps-post .ps-post__badge i {
    color: #fff;
    font-size: 20px;
}
.ps-post .ps-post__thumbnail {
    position: relative;
}
.ps-post .ps-post__thumbnail img {
    width: 100%;
}
.ps-post .ps-post__thumbnail .ps-post__badge {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 20;
}
.ps-post .ps-post__thumbnail .ps-post__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.ps-post .ps-post__thumbnail:hover .ps-post__overlay {
    background-color: rgba(255, 255, 255, 0.25);
}
.ps-post .ps-post__meta {
    display: block;
    margin-bottom: 20px;
}
.ps-post .ps-post__meta a {
    margin-right: 10px;
}
.ps-post .ps-post__title {
    display: block;
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 600;
}
.ps-post .ps-post__content {
    padding-top: 20px;
}
.ps-post .ps-post__content p {
    color: #999;
}
.ps-post .ps-post__content p a {
    color: #000;
}
.ps-post .ps-post__content p a:hover {
    color: #b9539d;
}
.ps-post--horizontal {
    margin-bottom: 50px;
    display: flex;
    flex-flow: row nowrap;
}
.ps-post--horizontal .ps-post__thumbnail {
    width: 100%;
    max-width: calc(100% - 400px);
}
.ps-post--horizontal .ps-post__thumbnail img {
    width: 100%;
}
.ps-post--horizontal .ps-post__content {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 400px;
    background-color: #f2f2f2;
    padding: 60px;
    justify-content: space-between;
}
@media (max-width: 991px) {
    .ps-post--horizontal {
        flex-flow: row wrap;
    }
    .ps-post--horizontal .ps-post__thumbnail {
        max-width: 100%;
    }
    .ps-post--horizontal .ps-post__content {
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .ps-post--horizontal .ps-post__content {
        padding: 40px 30px;
    }
}
@media (max-width: 479px) {
    .ps-post--horizontal .ps-post__content {
        padding: 30px 20px;
    }
}
.ps-post--detail .ps-post__header {
    padding-top: 110px;
    padding-bottom: 90px;
    text-align: center;
}
.ps-post--detail .ps-post__header h1 {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 1.2em;
}
.ps-post--detail .ps-post__header p {
    font-size: 16px;
    color: #666;
}
.ps-post--detail .ps-post__header p a {
    margin-left: 10px;
}
.ps-post--detail .ps-post__header p a:after {
    content: ",";
}
.ps-post--detail .ps-post__header p a:last-child:after {
    display: none;
}
.ps-post--detail .ps-post__header p a:hover {
    color: #b9539d;
}
.ps-post--detail .ps-post__content {
    padding: 85px 0;
    max-width: 960px;
    margin: 0 auto;
}
.ps-post--detail .ps-post__content h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 1.4em;
}
.ps-post--detail .ps-post__content p {
    margin-bottom: 20px;
}
.ps-post--detail .ps-post__content p strong {
    color: #000;
    font-weight: 600;
}
.ps-post--detail .ps-post__content ul li {
    line-height: 1.8em;
    color: #666;
}
.ps-post--detail .ps-post__footer {
    padding-bottom: 85px;
    text-align: center;
}
.ps-post--detail .ps-post__social {
    text-align: center;
}
.ps-post--detail .ps-post__social a {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 45px;
    margin-right: 10px;
    vertical-align: top;
}
.ps-post--detail .ps-post__social a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: #fff;
}
.ps-post--detail .ps-post__social a:last-child {
    margin-right: 0;
}
.ps-post--detail .ps-post__social a.facebook {
    background-color: #3b5999;
}
.ps-post--detail .ps-post__social a.twitter {
    background-color: #55acee;
}
.ps-post--detail .ps-post__social a.google {
    background-color: #dd4b39;
}
.ps-post--detail .ps-post__social a.pinterest {
    background-color: #bd081c;
}
.ps-post--detail.sidebar .ps-post__header {
    padding: 0 0 30px;
    text-align: left;
}
@media (max-width: 991px) {
    .ps-post--detail .ps-post__header {
        padding: 90px 0;
    }
    .ps-post--detail .ps-post__header h1 {
        font-size: 36px;
    }
    .ps-post--detail .ps-post__header p {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .ps-post--detail .ps-post__header {
        padding: 60px 0;
    }
    .ps-post--detail .ps-post__header h1 {
        font-size: 32px;
    }
    .ps-post--detail .ps-post__header h1 br {
        display: none;
    }
}
@media (max-width: 479px) {
    .ps-post--detail .ps-post__header {
        padding: 45px 0;
    }
    .ps-post--detail .ps-post__header h1 {
        font-size: 24px;
    }
}
.ps-block--download-app {
    background-color: #f8f8f8;
    padding: 80px 0 0;
    border-radius: 5px;
}
.ps-block--download-app h3 {
    margin-bottom: 12px;
    font-size: 30px;
    font-weight: 300;
    margin-top: 0;
}
.ps-block--download-app p {
    margin-bottom: 30px;
    font-size: 16px;
    max-width: 480px;
}
.ps-block--download-app form {
    margin-bottom: 30px;
    max-width: 480px;
}
.ps-block--download-app form input {
    background-color: #fff;
}
.ps-block--download-app .download-link a {
    margin-right: 18px;
}
.ps-block--download-app .download-link a:last-child {
    margin-right: 0;
}
@media (max-width: 991px) {
    .ps-block--download-app .ps-block__thumbnail {
        margin-bottom: 30px;
    }
}
@media (max-width: 479px) {
    .ps-block--download-app h3 {
        font-size: 20px;
    }
    .ps-block--download-app p {
        font-size: 14px;
    }
    .ps-block--download-app .download-link {
        display: flex;
        flex-flow: row nowrap;
    }
    .ps-block--download-app .download-link a {
        width: 100%;
    }
}
.ps-block--category {
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #bfbfbf;
    text-align: center;
    transition: all 0.4s ease;
}
.ps-block--category a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.ps-block--category p {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 500;
}
.ps-block--category:hover {
    border-color: #b9539d;
}
.ps-block--category:hover p {
    color: #b9539d;
}
@media (max-width: 479px) {
    .ps-block--category {
        padding: 20px 10px;
    }
}
.ps-block--category-vertical h4 {
    font-weight: 400;
    font-size: 18px;
}
.ps-block--category-vertical .ps-block__content {
    padding: 18px 10px 15px;
}
.ps-block--category-vertical .ps-block__content ul li a {
    position: relative;
    display: inline-block;
    color: #666;
    line-height: 25px;
    position: relative;
}
.ps-block--category-vertical .ps-block__content ul li a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    transform: scale3d(0, 1, 1);
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
    transform-origin: 100% 50%;
}
.ps-block--category-vertical .ps-block__content ul li a:hover:before {
    transform: scale3d(1, 1, 1);
    transform-origin: 0 50%;
}
.ps-block--category-2 {
    display: flex;
    margin-bottom: 30px;
    border: 1px solid #bfbfbf;
    transition: all 0.4s ease;
}
.ps-block--category-2 h4 {
    font-weight: 400;
    font-size: 18px;
}
.ps-block--category-2 .ps-block__thumbnail {
    max-width: 175px;
}
.ps-block--category-2 .ps-block__content {
    padding: 18px 10px 15px;
}
.ps-block--category-2 .ps-block__content ul li a {
    position: relative;
    display: inline-block;
    color: #666;
    line-height: 25px;
    position: relative;
}
.ps-block--category-2 .ps-block__content ul li a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    transform: scale3d(0, 1, 1);
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
    transform-origin: 100% 50%;
}
.ps-block--category-2 .ps-block__content ul li a:hover:before {
    transform: scale3d(1, 1, 1);
    transform-origin: 0 50%;
}
.ps-block--category-2:hover {
    border-color: #b9539d;
}
.ps-block--category-2:hover p {
    color: #09c;
}
@media (max-width: 1680px) {
    .ps-block--category-2 .ps-block__thumbnail {
        max-width: 100px;
        padding-top: 20px;
    }
}
.ps-block--user-header {
    display: flex;
    flex-flow: row nowrap;
    text-align: left;
}
.ps-block--user-header .ps-block__left {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}
.ps-block--user-header .ps-block__left i {
    font-size: 30px;
    line-height: 1em;
}
.ps-block--user-header .ps-block__right {
    padding-left: 10px;
}
.ps-block--user-header .ps-block__right a {
    display: block;
    font-weight: 600;
    line-height: 18px;
}
.ps-block--user-header .ps-block__right a:hover {
    color: #fff;
}
.ps-block--site-features {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding: 20px 40px;
    width: 100%;
    border: 1px solid #d9d9d9;
}
.ps-block--site-features .ps-block__left i {
    font-size: 40px;
    color: #b9539d;
}
.ps-block--site-features .ps-block__right {
    padding-left: 25px;
}
.ps-block--site-features .ps-block__right h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 0;
    color: #000;
}
.ps-block--site-features .ps-block__right p {
    margin-bottom: 0;
    color: #666;
}
.ps-block--site-features .ps-block__item {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding: 10px 40px;
    border-right: 1px solid #dadada;
    max-width: 20%;
    width: 100%;
}
.ps-block--site-features .ps-block__item:first-child {
    padding-left: 0;
}
.ps-block--site-features .ps-block__item:last-child {
    border-right: none;
    padding-right: 0;
}
.ps-block--site-features.ps-block--site-features-2 {
    border: none;
    padding: 0;
}
.ps-block--site-features.ps-block--site-features-2 .ps-block__item {
    max-width: 25%;
    padding: 10px 30px;
}
@media (max-width: 1440px) {
    .ps-block--site-features.ps-block--site-features-2 .ps-block__item {
        flex-flow: row nowrap;
        border-right: 1px solid #dadada;
    }
    .ps-block--site-features.ps-block--site-features-2 .ps-block__item:last-child {
        border-right: none;
    }
    .ps-block--site-features.ps-block--site-features-2 .ps-block__left {
        margin-bottom: 15px;
    }
    .ps-block--site-features.ps-block--site-features-2 .ps-block__right {
        width: 100%;
        padding-left: 15px;
    }
}
@media (max-width: 991px) {
    .ps-block--site-features.ps-block--site-features-2 .ps-block__item {
        border-right: none;
    }
}
@media (max-width: 1680px) {
    .ps-block--site-features {
        padding: 30px;
        border-radius: 5px;
    }
    .ps-block--site-features .ps-block__item {
        padding: 0 15px;
    }
}
@media (max-width: 1440px) {
    .ps-block--site-features .ps-block__item {
        flex-flow: row wrap;
        border-right: none;
    }
    .ps-block--site-features .ps-block__left {
        margin-bottom: 15px;
    }
    .ps-block--site-features .ps-block__right {
        width: 100%;
        padding-left: 0;
    }
}
@media (max-width: 1024px) {
    .ps-block--site-features {
        flex-flow: row wrap;
    }
    .ps-block--site-features .ps-block__item {
        margin-bottom: 30px;
        max-width: 25%;
        padding: 0;
    }
}
@media (max-width: 991px) {
    .ps-block--site-features {
        justify-content: flex-start;
    }
    .ps-block--site-features .ps-block__item {
        max-width: 50%;
        max-width: 33.33333%;
    }
    .ps-block--site-features.ps-block--site-features-2 .ps-block__item {
        max-width: 50%;
    }
}
@media (max-width: 420px) {
    .ps-block--site-features .ps-block__item {
        max-width: 100%;
        flex-flow: row nowrap;
    }
    .ps-block--site-features .ps-block__item .ps-block__right {
        padding-left: 20px;
    }
    .ps-block--site-features.ps-block--site-features-2 .ps-block__item {
        max-width: 100%;
    }
}
.ps-block--product-box {
    background-color: #fff;
}
.ps-block--product-box .owl-slider .owl-item img {
    width: 100%;
}
.ps-block--product-box .ps-block__header {
    border-bottom: 1px solid #e1e1e1;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 14px 20px;
}
.ps-block--product-box .ps-block__header h3 {
    margin-bottom: 0;
    display: inline-block;
    font-weight: 400;
    color: #000;
    font-size: 20px;
}
.ps-block--product-box .ps-block__header h3 i {
    margin-right: 10px;
}
.ps-block--product-box .ps-block__header ul li {
    display: inline-block;
    margin-right: 15px;
}
.ps-block--product-box .ps-block__header ul li:last-child {
    margin-right: 0;
}
.ps-block--product-box .ps-block__content {
    display: flex;
    flex-flow: row nowrap;
}
.ps-block--product-box .ps-block__content .ps-block__left {
    padding: 20px;
    max-width: calc(100% - 320px);
    border-right: 1px solid #e1e1e1;
}
.ps-block--product-box .ps-block__content .ps-block__right {
    max-width: 320px;
    padding: 20px;
}
.ps-block--product-box .ps-block__left .owl-slider {
    margin-bottom: 20px;
}
.ps-block--product-box .ps-block__right .ps-product--horizontal {
    margin-bottom: 30px;
}
.ps-block--product-box .ps-block__right .ps-product--horizontal .ps-product__thumbnail {
    max-width: 60px;
}
.ps-block--product-box .ps-block__right .ps-product--horizontal .ps-product__rating {
    display: none;
}
@media (max-width: 1199px) {
    .ps-block--product-box .ps-block__header {
        flex-flow: row wrap;
    }
    .ps-block--product-box .ps-block__header h3 {
        margin-bottom: 10px;
        display: block;
    }
}
@media (max-width: 991px) {
    .ps-block--product-box .ps-block__content {
        flex-flow: column wrap;
    }
    .ps-block--product-box .ps-block__content .ps-block__left,
    .ps-block--product-box .ps-block__content .ps-block__right {
        max-width: 100%;
    }
}
.ps-block--categories-box {
    margin-bottom: 30px;
    padding: 0px;
    background-color: #fff;
}
.ps-block--categories-box .ps-block__header {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e1e1e1;
    align-items: center;
}
.ps-block--categories-box .ps-block__header h3 {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 400;
    color: #000;
    line-height: 1em;
}
.ps-block--categories-box .ps-block__header ul li {
    display: inline-block;
    margin-right: 20px;
}
.ps-block--categories-box .ps-block__header ul li a {
    color: #000;
}
.ps-block--categories-box .ps-block__header ul li a:hover {
    color: #b9539d;
}
.ps-block--categories-box .ps-block__header ul li:last-child {
    margin-right: 0;
}
.ps-block--categories-box .ps-block__banner {
    width: 100%;
    max-width: calc(100% / 5 * 3);
}
.ps-block--categories-box .ps-block__item {
    position: relative;
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid transparent;
    transition: all 0.4s ease;
}
.ps-block--categories-box .ps-block__item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.ps-block--categories-box .ps-block__item img {
    margin-bottom: 10px;
    max-height: 190px;
}
.ps-block--categories-box .ps-block__item p {
    margin-bottom: 0;
    color: #000;
    font-size: 16px;
    transition: all 0.4s ease;
}
.ps-block--categories-box .ps-block__item span {
    color: #666;
}
.ps-block--categories-box .ps-block__item:hover {
    border-color: silver;
}
.ps-block--categories-box .ps-block__item:hover p {
    color: #b9539d;
}
.ps-block--categories-box .ps-block__content {
    display: flex;
    flex-flow: row wrap;
}
.ps-block--categories-box .ps-block__content .ps-block__item {
    width: 100%;
    max-width: 20%;
}
@media (max-width: 1199px) {
    .ps-block--categories-box .ps-block__banner {
        max-width: 100%;
        margin-bottom: 30px;
    }
    .ps-block--categories-box .ps-block__banner img {
        width: 100%;
    }
    .ps-block--categories-box .ps-block__item {
        margin-bottom: 0;
    }
    .ps-block--categories-box .ps-block__content .ps-block__item {
        max-width: 25%;
    }
}
@media (max-width: 991px) {
    .ps-block--categories-box .ps-block__content .ps-block__item {
        max-width: 33.333%;
    }
}
@media (max-width: 767px) {
    .ps-block--categories-box .ps-block__item {
        padding: 10px;
        text-align: center;
    }
    .ps-block--categories-box .ps-block__item p {
        margin-bottom: 0;
        font-size: 14px;
    }
    .ps-block--categories-box .ps-block__header h3 {
        font-size: 20px;
    }
}
@media (max-width: 580px) {
    .ps-block--categories-box .ps-block__content .ps-block__item {
        max-width: 50%;
        flex-basis: 50%;
    }
}
@media (max-width: 479px) {
    .ps-block--categories-box .ps-block__item {
        padding: 0;
        margin-bottom: 15px;
    }
    .ps-block--categories-box .ps-block__item p {
        font-size: 13px;
    }
    .ps-block--categories-box .ps-block__item span {
        font-size: 12px;
    }
    .ps-block--categories-box .ps-block__header {
        flex-flow: row wrap;
    }
    .ps-block--categories-box .ps-block__header h3 {
        display: block;
        margin-bottom: 10px;
        font-size: 18px;
    }
}
.ps-block--menu-categories {
    position: relative;
    background-color: #fff;
    padding: 25px 20px;
}
.ps-block--menu-categories .ps-block__header {
    padding-bottom: 20px;
}
.ps-block--menu-categories .ps-block__header h3 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
}
@media (max-width: 1199px) {
    .ps-block--menu-categories {
        display: none;
    }
}
.ps-block--author {
    display: flex;
    flex-flow: row nowrap;
    padding: 60px;
    background-color: #f0f0f0;
}
.ps-block--author > * {
    width: 100%;
}
.ps-block--author .ps-block__thumbnail {
    max-width: 130px;
}
.ps-block--author .ps-block__content {
    padding-left: 30px;
}
.ps-block--author .ps-block__content h4 {
    margin-bottom: 20px;
    color: #000;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2em;
}
.ps-block--post--navigation {
    display: flex;
    justify-content: space-between;
    padding-bottom: 90px;
    border-bottom: 1px solid #e1e1e1;
}
.ps-block--post--navigation .ps-block__link {
    width: 50%;
}
.ps-block--post--navigation .ps-block__link:last-child {
    text-align: right;
}
.ps-block--post--navigation .ps-block__link:last-child i {
    margin-left: 10px;
    vertical-align: middle;
}
.ps-block--post--navigation .ps-block__arrow {
    display: block;
    margin-bottom: 10px;
    font-size: 24px;
}
.ps-block--post--navigation .ps-block__title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.ps-block--icon-box {
    text-align: center;
}
.ps-block--icon-box i {
    display: inline-block;
    margin-bottom: 30px;
    font-size: 88px;
    color: #b9539d;
}
.ps-block--icon-box h4 {
    font-size: 48px;
    color: #000;
    font-weight: 500;
    letter-spacing: 0.05em;
}
.ps-block--icon-box p {
    font-size: 16px;
}
@media (max-width: 767px) {
    .ps-block--icon-box {
        margin-bottom: 20px;
        text-align: center;
    }
    .ps-block--icon-box i {
        font-size: 60px;
        margin-bottom: 20px;
    }
    .ps-block--icon-box h4 {
        font-size: 24px;
    }
    .ps-block--icon-box p {
        font-size: 14px;
    }
}
.ps-block--icon-box-2 {
    text-align: center;
}
.ps-block--icon-box-2 .ps-block__thumbnail {
    margin-bottom: 30px;
    min-height: 130px;
}
.ps-block--icon-box-2 .ps-block__desc {
    margin-bottom: 20px;
}
.ps-block--icon-box-2 img {
    max-height: 130px;
}
.ps-block--icon-box-2 h4 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.4em;
}
.ps-block--icon-box-2 p {
    font-size: 16px;
}
.ps-block--icon-box-2 a {
    text-decoration: underline;
    font-size: 16px;
}
.ps-block--contact-info {
    max-width: 270px;
    margin: 0 auto 50px;
    text-align: center;
}
.ps-block--contact-info h4 {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 20px;
    color: #000;
}
.ps-block--contact-info p a {
    display: block;
}
.ps-block--instagram {
    position: relative;
    z-index: 10;
    display: block;
}
.ps-block--instagram:after,
.ps-block--instagram:before {
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease;
}
.ps-block--instagram:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.5);
}
.ps-block--instagram:before {
    content: "\f16d";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
    color: #fff;
    font-size: 30px;
}
.ps-block--instagram:hover:after,
.ps-block--instagram:hover:before {
    visibility: visible;
    opacity: 1;
}
.ps-block--instagram:hover:after {
    transition-delay: 0.25s;
}
.ps-collection {
    display: block;
}
.ps-collection img {
    width: 100%;
    border-radius: 5px;
}
@media (max-width: 767px) {
    .ps-collection {
        margin-bottom: 30px;
    }
}
.ps-block--vendor .ps-block__thumbnail img {
    width: 100%;
}
.ps-block--vendor .ps-block__container {
    padding: 25px;
    background-color: #f1f1f1;
}
.ps-block--vendor .ps-block__container .ps-block__header h4 {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
}
.ps-block--vendor .ps-block__container .ps-block__header p strong {
    color: #690;
    font-weight: 600;
}
.ps-block--vendor .ps-block__container p {
    color: #666;
}
.ps-block--vendor .ps-block__container p strong {
    font-weight: 500;
    color: #000;
}
.ps-block--vendor .ps-block__container .ps-block__footer p {
    margin-bottom: 16px;
}
.ps-block--vendor .ps-block__container .ps-block__footer p strong {
    font-size: 20px;
    font-weight: 600;
    display: block;
    color: #000;
}
.ps-block--icon i {
    margin-bottom: 30px;
    display: inline-block;
    color: #b9539d;
    font-size: 40px;
}
.ps-block--icon h5 {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
}
.ps-block--icon p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.2em;
}
@media (min-width: 768px) {
    .ps-block--icon p {
        font-size: 16px;
    }
    .ps-block--icon h5 {
        font-size: 18px;
    }
}
.ps-panel--sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 400px;
    height: 100vh;
    overflow-y: auto;
    z-index: 10003;
    background-color: #fff;
    transform: translateX(-100%);
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}
.ps-panel--sidebar .ps-panel__header {
    position: relative;
    text-align: center;
    padding: 15px 20px;
    background-color: #b9539d;
}
.ps-panel--sidebar .ps-panel__header h3 {
    margin-bottom: 0;
    font-weight: 600;
    color: #fff;
    font-size: 1.6rem;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.ps-panel--sidebar .ps-panel__header .ps-btn--close {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}
.ps-panel--sidebar .ps-panel__header .ps-btn--close:after,
.ps-panel--sidebar .ps-panel__header .ps-btn--close:before {
    background-color: #fff;
    height: 60%;
}
.ps-panel--sidebar .ps-panel__content {
    padding-top: 10px;
    padding-bottom: 70px;
}
.ps-panel--sidebar.active {
    transform: translateX(0);
    z-index: 10003;
}
@media (max-width: 479px) {
    .ps-panel--sidebar {
        width: 100%;
        max-width: 100%;
    }
}
.widget {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.widget_ads img {
    width: 100%;
    border-radius: 5px;
}
.widget .widget-title {
    margin-bottom: 2.5rem;
    font-weight: 700;
}
.widget:last-child {
    border-bottom: none;
}
.widget_sidebar {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}
.widget_sidebar .widget-title {
    font-family: "Jost", sans-serif;
    display: block;
    margin-bottom: 2.5rem;
    font-size: 1.6rem;
    font-weight: 600;
    color: #222;
    text-transform: uppercase;
}
.widget_sidebar ul li a {
    display: block;
    position: relative;
    padding: 5px 0;
    font-size: 1.4rem;
    line-height: 1.8em;
    color: #666;
}
.widget_sidebar ul li a:before {
    content: "\f105";
    font-family: FontAwesome;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 10px;
    left: 0;
    line-height: 1em;
    transition: all 0.4s ease;
}
.widget_sidebar ul li a:hover {
    padding-left: 10px;
    color: #000;
}
.widget_sidebar ul li a:hover:before {
    visibility: visible;
    opacity: 1;
    transition-delay: 0.2s;
}
.widget_search {
    margin-bottom: 25px;
    border-bottom: none;
}
.widget_size a {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 1rem 2rem;
    font-size: 1.4rem;
    line-height: 20px;
    color: #555;
    background-color: #f6f6f6;
}
.widget_size a:hover {
    background-color: #a7a7a7;
    color: #fff;
}
.widget_footer .widget-title {
    font-size: 16px;
    margin-bottom: 30px;
    color: #000;
    font-weight: 600;
}
.widget_contact-us .widget_content h3 {
    color: #b9539d;
}
.widget_contact-us .widget_content .ps-list--social {
    padding-top: 25px;
}
.widget_features {
    margin-bottom: 30px;
    background-color: #f1f1f1;
    padding: 20px;
}
.widget_features p {
    position: relative;
    margin-bottom: 20px;
    padding-left: 50px;
    color: #000;
    line-height: 1.4em;
}
.widget_features p i {
    position: absolute;
    top: 0;
    left: 0;
    margin-right: 10px;
    font-size: 26px;
    color: #000;
}
.widget--vendor {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #d8d8d8;
}
.widget--vendor .widget-title {
    margin-bottom: 35px;
    font-size: 20px;
    color: #000;
    font-weight: 600;
}
.widget--vendor .form-control {
    background-color: #fff;
    border: none;
}
.widget--vendor .select2 {
    min-width: 100%;
}
.widget--vendor .ps-list--arrow a {
    color: #000;
}
.widget--vendor .ps-list--arrow a:before {
    content: "\f105";
    font-size: 20px;
}
.owl-carousel {
    position: relative;
}
.owl-carousel .owl-item img {
    width: auto;
}
.owl-carousel .ps-product {
    margin-bottom: 10px;
}
.ps-carousel--nav {
    position: relative;
    z-index: 10;
}
.ps-carousel--nav .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 100%;
    height: 0;
}
.ps-carousel--nav .owl-nav > * {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 40px;
    height: 40px;
    color: #ccc;
    border-radius: 50%;
    background-color: transparent;
    transition: all 0.4s ease;
    transform: translateY(-50%);
}
.ps-carousel--nav .owl-nav > * i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
}
.ps-carousel--nav .owl-nav > :hover {
    color: #000;
}
.ps-carousel--nav .owl-nav .owl-prev {
    margin-left: -70px;
}
.ps-carousel--nav .owl-nav .owl-prev i {
    padding-right: 2px;
}
.ps-carousel--nav .owl-nav .owl-next {
    float: right;
    margin-right: -70px;
}
.ps-carousel--nav .owl-nav .owl-next i {
    padding-left: 2px;
}
.ps-carousel--nav .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none !important;
    text-align: center;
}
.ps-carousel--nav .owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 8px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
}
.ps-carousel--nav .owl-dots .owl-dot:last-child {
    margin-right: 0;
}
.ps-carousel--nav .owl-dots .owl-dot.active {
    background-color: #b9539d;
}
.ps-carousel--nav.inside .owl-nav {
    z-index: 20;
    height: 0;
}
.ps-carousel--nav.inside .owl-nav > * {
    transform: translateY(-50%);
}
.ps-carousel--nav.inside .owl-prev {
    margin-left: 3rem;
}
.ps-carousel--nav.inside .owl-prev i {
    padding-right: 5px;
}
.ps-carousel--nav.inside .owl-next {
    float: right;
    margin-right: 3rem;
}
.ps-carousel--nav.inside .owl-next i {
    padding-left: 5px;
}
@media (max-width: 1680px) {
    .ps-carousel--nav .owl-nav .owl-prev {
        margin-left: -40px;
    }
    .ps-carousel--nav .owl-nav .owl-next {
        margin-right: -40px;
    }
}
@media (max-width: 1199px) {
    .ps-carousel--nav {
        margin-bottom: 3rem;
        padding-bottom: 30px;
    }
    .ps-carousel--nav .owl-nav {
        display: none;
    }
    .ps-carousel--nav .owl-dots {
        display: block !important;
    }
}
.ps-carousel--responsive {
    position: relative;
    z-index: 10;
}
.ps-carousel--responsive .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none !important;
    text-align: center;
}
.ps-carousel--responsive .owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 6px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.3);
}
.ps-carousel--responsive .owl-dots .owl-dot:last-child {
    margin-right: 0;
}
.ps-carousel--responsive .owl-dots .owl-dot.active {
    background-color: #b9539d;
}
@media (max-width: 1199px) {
    .ps-carousel--responsive {
        margin-bottom: 3rem;
        padding-bottom: 30px;
    }
    .ps-carousel--responsive .owl-nav {
        display: none;
    }
    .ps-carousel--responsive .owl-dots {
        display: block !important;
    }
}
.ps-carousel--product-box {
    overflow: hidden;
}
.ps-carousel--product-box .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 0;
    display: flex;
    justify-content: space-between;
}
.ps-carousel--product-box .owl-nav > * {
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);
    width: 30px;
    height: 40px;
}
.ps-carousel--product-box .owl-nav > * > i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}
.ps-carousel--product-box .owl-nav .owl-prev {
    padding-right: 2px;
    transform: translateX(-100%);
    transition: all 0.25s ease;
}
.ps-carousel--product-box .owl-nav .owl-next {
    transform: translateX(100%);
    transition: all 0.25s ease;
}
.ps-carousel--product-box .owl-nav .owl-next i {
    padding-left: 2px;
    transition: all 0.25s ease;
}
.ps-carousel--product-box .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
}
.ps-carousel--product-box .owl-dots .owl-dot {
    display: inline-block;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
}
.ps-carousel--product-box .owl-dots .owl-dot.active,
.ps-carousel--product-box .owl-dots .owl-dot:hover {
    background-color: #fff;
}
.ps-carousel--product-box .owl-dots .owl-dot:last-child {
    margin-right: 0;
}
.ps-carousel--product-box:hover .owl-nav .owl-prev {
    transform: translateX(0);
}
.ps-carousel--product-box:hover .owl-nav .owl-next {
    transform: translateX(0);
}
.ps-carousel--nav-inside {
    overflow: hidden;
}
.ps-carousel--nav-inside .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 0;
    display: flex;
    justify-content: space-between;
}
.ps-carousel--nav-inside .owl-nav > * {
    position: relative;
    background-color: rgba(0, 0, 0, 0.1);
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
}
.ps-carousel--nav-inside .owl-nav > * > i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
}
.ps-carousel--nav-inside .owl-nav .owl-prev {
    padding-right: 2px;
}
.ps-carousel--nav-inside .owl-nav .owl-next {
    transition: all 0.25s ease;
}
.ps-carousel--nav-inside .owl-nav .owl-next i {
    padding-left: 2px;
}
.ps-carousel--nav-inside .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    display: none;
    visibility: hidden;
    opacity: 0;
}
.ps-carousel--nav-inside .owl-dots .owl-dot {
    display: inline-block;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
}
.ps-carousel--nav-inside .owl-dots .owl-dot.active,
.ps-carousel--nav-inside .owl-dots .owl-dot:hover {
    background-color: #fff;
}
.ps-carousel--nav-inside .owl-dots .owl-dot:last-child {
    margin-right: 0;
}
@media (max-width: 1199px) {
    .ps-carousel--nav-inside .owl-nav {
        display: none;
    }
    .ps-carousel--nav-inside .owl-dots {
        display: block;
        visibility: visible;
        opacity: 1;
    }
}
.ps-carousel--dots .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
}
.ps-carousel--dots .owl-dots .owl-dot {
    display: inline-block;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
}
.ps-carousel--dots .owl-dots .owl-dot.active,
.ps-carousel--dots .owl-dots .owl-dot:hover {
    background-color: #b9539d;
}
.ps-carousel--dots .owl-dots .owl-dot:last-child {
    margin-right: 0;
}
.masonry-wrapper {
    margin: 0;
}
.ps-badge {
    position: absolute;
    padding: 5px 15px;
    top: 1rem;
    left: 1rem;
    border-radius: 3px;
}
.ps-badge i {
    font-size: 1.4rem;
    color: #fff;
    font-weight: 500;
    line-height: 20px;
    font-style: normal;
}
.ps-product {
    position: relative;
    padding: 5px 5px 0;
    border: 1px solid transparent;
    border-bottom: none;
}
.ps-product .ps-product__rating .br-wrapper {
    display: inline-block;
}
.ps-product .ps-product__rating .br-wrapper a {
    font-size: 13px;
    color: #b9539d;
}
.ps-product .ps-product__rating span {
    color: #666;
    margin-left: 10px;
}
.ps-product .ps-product__price {
    position: relative;
    font-size: 17px;
    color: #000;
}
.ps-product .ps-product__price.sale {
    color: #fc5100;
}
.ps-product .ps-product__price.sale del {
    color: #db1919;
    font-size: 12px;
}
.ps-product .ps-product__actions {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    max-width: 200px;
    padding: 10px 0;
    background-color: #fff;
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}
.ps-product .ps-product__actions li {
    margin-right: 10px;
    padding-left: 10px;
}
.ps-product .ps-product__actions li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
}
.ps-product .ps-product__actions li a:hover {
    background-color: #b9539d;
    color: #fff;
}
.ps-product .ps-product__actions:last-child {
    margin-right: 0;
}
.ps-product .ps-product__vendor {
    display: block;
    padding-bottom: 8px;
    margin-bottom: 13px;
    line-height: 1.2;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    border-bottom: 1px solid #e1e1e1;
}
.ps-product .ps-product__badge {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 5px 10px;
    border-radius: 4px;
    background-color: #f14705;
}
.ps-product .ps-product__title {
    margin: 0;
    display: block;
    padding: 0 0 5px;
    font-size: 14px;
    line-height: 1.2em;
    color: #827c75;
    --max-lines: 2;
    max-height: calc(1.2em * var(--max-lines));
    overflow: hidden;
    padding-right: 1rem;
}
.ps-product .ps-product__title:hover {
    color: #b9539d;
}
.ps-product .ps-product__thumbnail {
    position: relative;
    overflow: hidden;
}
.ps-product .ps-product__thumbnail img {
    width: 100%;
}
.ps-product .ps-product__thumbnail .ps-product__actions {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    border-radius: 20px 20px 0 0;
}
@media (max-width: 1280px) {
    .ps-product .ps-product__thumbnail .ps-product__actions {
        display: none;
    }
}
.ps-product .ps-product__content > p {
    color: #000;
}
.ps-product .ps-product__content.hover {
    display: block;
    position: absolute;
    top: 100%;
    right: -1px;
    width: calc(100% + 2px);
    padding: 0 5px 5px;
    border: 1px solid silver;
    border-top: none;
    visibility: hidden;
    opacity: 0;
}
.ps-product .ps-product__container {
    padding: 12px 0 0 0;
}
.ps-product:hover {
    border-color: silver;
}
.ps-product:hover .ps-product__thumbnail .ps-product__actions {
    transform: translate(-50%, 0);
}
.ps-product:hover .ps-product__content {
    visibility: hidden;
    opacity: 0;
    height: 0;
}
.ps-product:hover .ps-product__content.hover {
    height: auto;
    visibility: visible;
    opacity: 1;
}
.ps-product:hover.ps-product--inner {
    border: none;
}
.ps-product:hover.ps-product--inner .ps-product__content {
    display: block;
    visibility: visible;
    opacity: 1;
}
@media (max-width: 767px) {
    .ps-product {
        padding: 0;
    }
}
.ps-product--horizontal {
    display: flex;
    flex-flow: row nowrap;
    margin-bottom: 30px;
    padding-right: 15px;
}
.ps-product--horizontal .ps-product__rating .br-wrapper {
    display: inline-block;
}
.ps-product--horizontal .ps-product__rating .br-wrapper a {
    font-size: 13px;
    color: #b9539d;
}
.ps-product--horizontal .ps-product__rating span {
    color: #666;
    margin-left: 10px;
}
.ps-product--horizontal .ps-product__title {
    margin: 0;
    padding: 0 0 5px;
    font-size: 14px;
    line-height: 1.2em;
    color: #06c;
}
.ps-product--horizontal .ps-product__title:hover {
    color: #b9539d;
}
.ps-product--horizontal .ps-product__price {
    font-size: 16px;
    color: #000;
}
.ps-product--horizontal .ps-product__price.sale {
    color: #f30;
}
.ps-product--horizontal .ps-product__price.sale del {
    color: #666;
}
.ps-product--horizontal .ps-product__thumbnail {
    max-width: 100px;
    width: 100%;
}
.ps-product--horizontal .ps-product__content {
    width: 100%;
    padding-left: 20px;
}
@media (max-width: 1440px) {
    .ps-product--horizontal .ps-product__content {
        padding-right: 0;
    }
}
@media (max-width: 767px) {
    .ps-product--horizontal .ps-product__thumbnail {
        max-width: 75px;
    }
    .ps-product--horizontal .ps-product__content {
        padding-left: 10px;
    }
}
.ps-product--cart {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}
.ps-product--cart > * {
    width: 100%;
}
.ps-product--cart .ps-product__thumbnail {
    max-width: 100px;
}
.ps-product--cart .ps-product__content {
    padding-left: 30px;
}
.ps-product--cart .ps-product__content a {
    font-size: 16px;
    color: #06c;
}
.ps-product--cart .ps-product__content a:hover {
    color: #b9539d;
}
.ps-product--cart .ps-product__content p strong {
    font-weight: 500;
}
.ps-product--detail {
    margin-bottom: 5rem;
}
.ps-product--detail h1 {
    margin-bottom: 10px;
    font-size: 30px;
    color: #4f4444;
    font-weight: 400;
    line-height: 1.2;
}
.ps-product--detail .ps-product__badge {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 30;
    padding: 0 5px;
    background-color: #fe9931;
}
.ps-product--detail .ps-product__badge i {
    font-style: normal;
    color: #fff;
    text-align: center;
    line-height: 1.2em;
    font-size: 1.3rem;
    letter-spacing: 0.2em;
}
.ps-product--detail .ps-product__info {
    text-align: left;
}
.ps-product--detail .ps-product__meta {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    margin-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
}
.ps-product--detail .ps-product__meta p {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
    padding-right: 10px;
    line-height: 20px;
}
.ps-product--detail .ps-product__meta p a {
    color: #06c;
}
.ps-product--detail .ps-product__meta p:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 14px;
    background-color: #ccc;
}
.ps-product--detail .ps-product__meta .ps-product__rating {
    display: flex;
    flex-flow: row nowrap;
}
.ps-product--detail .ps-product__meta .ps-product__rating .br-wrapper a {
    font-size: 14px;
}
.ps-product--detail .ps-product__meta .ps-product__rating span {
    margin-left: 10px;
    color: #666;
}
.ps-product--detail .ps-product__price {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    color: #000;
}
.ps-product--detail .ps-product__price.sale {
    color: #ec0101;
}
.ps-product--detail .ps-product__price.sale del {
    margin-right: 10px;
    font-size: 22px;
    color: #666;
}
.ps-product--detail .ps-product__price del {
    font-style: normal;
    color: #bcbcbc;
    font-size: 1.3rem;
}
.ps-product--detail .ps-product__price.sale del {
    margin-right: 0;
    font-size: 16px;
    font-weight: 500;
}
.ps-product--detail .ps-product__desc {
    margin-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
}
.ps-product--detail .ps-product__desc p {
    color: #000;
}
.ps-product--detail .ps-product__desc p a {
    text-transform: uppercase;
    font-weight: 600;
    color: #b9539d;
    font-size: 16px;
}
.ps-product--detail .ps-product__desc p strong {
    font-weight: 600;
}
.ps-product--detail .ps-product__desc ul {
    list-style-type: none;
}
.ps-product--detail .ps-product__desc ul li {
    color: #666;
}
.ps-product--detail .ps-product__desc ul li:before {
    top: 6px;
    background-color: #999;
    width: 6px;
    height: 6px;
}
.ps-product--detail .ps-product__shopping {
    display: flex;
    margin-bottom: 3rem;
    padding-bottom: 30px;
    flex-flow: row nowrap;
    align-items: flex-end;
    border-bottom: 1px solid #e1e1e1;
}
.ps-product--detail .ps-product__shopping > * {
    margin-right: 30px;
}
.ps-product--detail .ps-product__shopping .ps-btn {
    font-weight: 600;
    padding-left: 30px;
    padding-right: 30px;
    vertical-align: top;
    max-height: 50px;
    font-size: 18px;
}
.ps-product--detail .ps-product__shopping .ps-btn.ps-btn--black {
    color: #fff;
}
.ps-product--detail .ps-product__shopping .ps-product__actions {
    margin-right: 0;
    margin-left: 15px;
}
@media (max-width: 767px) {
    .ps-product--detail .ps-product__shopping .ps-product__actions {
        margin-top: 15px;
    }
}
.ps-product--detail .ps-product__shopping .ps-product__actions a {
    display: inline-block;
    margin-right: 20px;
    font-size: 26px;
    color: #999;
}
.ps-product--detail .ps-product__shopping .ps-product__actions a:last-child {
    margin-right: 0;
}
@media screen and (max-width: 1365px) {
    .ps-product--detail .ps-product__shopping {
        flex-flow: row wrap;
    }
    .ps-product--detail .ps-product__shopping .ps-btn {
        margin-right: 10px;
    }
}
@media (max-width: 1679px) {
    .ps-product--detail .ps-product__shopping {
        flex-flow: row wrap;
    }
    .ps-product--detail .ps-product__shopping > * {
        margin-right: 10px;
    }
    .ps-product--detail .ps-product__shopping .ps-btn {
        margin-right: 10px;
        text-align: center;
    }
}
.ps-product--detail .ps-product__links {
    margin-bottom: 3rem;
}
.ps-product--detail .ps-product__links a {
    display: inline-block;
    margin-right: 20px;
    font-weight: 600;
    color: #000;
}
.ps-product--detail .ps-product__links a:hover {
    color: #b9539d;
}
.ps-product--detail .ps-product__group img {
    max-width: 80px;
}
.ps-product--detail .ps-product__thumbnail {
    width: 100%;
    display: flex;
    flex-flow: row-reverse nowrap;
    align-content: flex-start;
}
.ps-product--detail .ps-product__thumbnail > * {
    width: 100%;
}
.ps-product--detail .ps-product__thumbnail .ps-product__badge {
    width: auto;
}
.ps-product--detail .ps-product__thumbnail .ps-wrapper {
    position: relative;
}
.ps-product--detail .ps-product__thumbnail[data-vertical="false"] {
    flex-flow: row wrap;
}
.ps-product--detail .ps-product__header {
    display: flex;
    flex-flow: row nowrap;
}
.ps-product--detail .ps-product__header > * {
    width: 100%;
}
.ps-product--detail .ps-product__header .ps-product__thumbnail {
    max-width: 43%;
    padding-bottom: 40px;
}
.ps-product--detail .ps-product__header .ps-product__info {
    max-width: 57%;
    padding-left: 30px;
}
.ps-product--detail > .ps-product__content {
    padding-top: 100px;
}
.ps-product--detail .ps-product .ps-product__price {
    font-size: 16px;
    font-weight: 400;
}
.ps-product--detail.ps-product--thumbnail-right .ps-product__thumbnail {
    flex-flow: row nowrap;
}
@media (max-width: 1199px) {
    .ps-product--detail .ps-product__thumbnail {
        flex-flow: column wrap;
    }
    .ps-product--detail.ps-product--thumbnail-right .ps-product__thumbnail {
        flex-flow: row wrap;
    }
}
@media (max-width: 991px) {
    .ps-product--detail .ps-product__header .ps-product__thumbnail {
        padding-right: 0;
    }
    .ps-product--detail .ps-product__header .ps-product__info {
        padding-left: 3rem;
    }
    .ps-product--detail .ps-product__thumbnail {
        padding-right: 0;
    }
    .ps-product--detail > .ps-product__content {
        padding-top: 75px;
    }
}
@media (max-width: 767px) {
    .ps-product--detail .ps-product__header {
        flex-flow: column wrap;
    }
    .ps-product--detail .ps-product__header .ps-product__thumbnail {
        max-width: 100%;
        margin-bottom: 3rem;
    }
    .ps-product--detail .ps-product__header .ps-product__info {
        width: 100%;
        padding-left: 0;
        max-width: 100%;
    }
    .ps-product--detail h1 {
        font-size: 2.4rem;
    }
    .ps-product--detail > .ps-product__content {
        padding-top: 50px;
    }
}
@media (max-width: 479px) {
    .ps-product--detail .ps-product__meta p {
        float: none;
        margin-bottom: 1rem;
    }
    .ps-product--detail .ps-product__meta > a {
        display: block;
        float: none;
        padding-left: 0;
    }
    .ps-product--detail .ps-product__shopping {
        display: block;
    }
    .ps-product--detail .ps-product__shopping .ps-btn {
        width: 100%;
        margin-right: 0;
    }
}
@media (max-width: 375px) {
    .ps-product--detail .ps-product__shopping .ps-btn {
        padding-left: 20px;
        padding-right: 20px;
    }
    .ps-product--detail .ps-product__shopping button {
        width: 100%;
    }
}
.ps-product--box .ps-product__box {
    background-color: #fff;
    padding: 30px 20px;
}
.ps-product--cart-mobile {
    display: flex;
    flex-flow: row nowrap;
}
.ps-product--cart-mobile > * {
    width: 100%;
}
.ps-product--cart-mobile .ps-product__thumbnail {
    max-width: 56px;
}
.ps-product--cart-mobile .ps-product__content {
    position: relative;
    padding-right: 30px;
    padding-left: 20px;
}
.ps-product--cart-mobile .ps-product__content a {
    color: #06c;
}
.ps-product--cart-mobile .ps-product__content a:hover {
    color: #b9539d;
}
.ps-product--cart-mobile .ps-product__content p strong {
    color: #000;
    font-weight: 500;
}
.ps-product--header-sticky {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}
.ps-product--header-sticky > * {
    flex-basis: 100%;
}
.ps-product--header-sticky .ps-product__title {
    display: block;
    line-height: 1.4em;
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    margin: 0 0 5px;
}
.ps-product--header-sticky .ps-product__price span {
    font-size: 22px;
    color: #f30;
    font-weight: 600;
}
.ps-product--header-sticky .ps-product__price del {
    display: block;
    color: #666;
    font-size: 14px;
}
.ps-product--header-sticky .ps-product__thumbnail {
    max-width: 60px;
}
.ps-product--header-sticky .ps-product__shopping {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.ps-product--header-sticky .ps-product__shopping .ps-product__price {
    padding-right: 30px;
}
.ps-product--header-sticky .ps-product__shopping .ps-btn {
    padding: 10px 30px;
}
.ps-product--header-sticky .ps-product__wrapper {
    padding-left: 20px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}
.ps-product--quickview {
    display: none;
    margin-bottom: 0;
    max-height: 500px;
    overflow: auto;
}
.ps-product--quickview .owl-slider img {
    width: 100%;
    overflow: hidden;
}
.ps-product--quickview .owl-slider .owl-nav .owl-prev {
    margin-left: 0;
}
.ps-product--quickview .owl-slider .owl-nav .owl-next {
    margin-right: 0;
}
.ps-product--quickview .ps-product__images {
    position: relative;
    width: 570px;
    margin-left: 15px;
}
.ps-product--quickview .ps-product__images .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    width: 35px;
    height: 35px;
    color: #000;
    font-size: 18px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    visibility: hidden;
    opacity: 0;
}
.ps-product--quickview .ps-product__images .slick-arrow i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ps-product--quickview .ps-product__images .slick-arrow:first-child {
    left: 20px;
}
.ps-product--quickview .ps-product__images .slick-arrow:last-child {
    right: 10px;
}
.ps-product--quickview .ps-product__images .slick-arrow:hover {
    background-color: #b9539d;
    color: #fff;
}
.ps-product--quickview .ps-product__images:hover .item:before {
    visibility: visible;
    opacity: 1;
}
.ps-product--quickview .ps-product__images:hover .slick-arrow {
    visibility: visible;
    opacity: 1;
}
.ps-product--quickview .ps-product__shopping {
    border-bottom: 0;
    padding-bottom: 0;
}
@media screen and (min-width: 1200px) {
    .ps-product--quickview {
        display: block;
    }
}
#product-quickview .modal-dialog {
    max-width: 960px;
}
#product-quickview .modal-dialog .modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
}
#product-quickview .modal-dialog .modal-content {
    position: relative;
    padding: 40px 0 0 20px;
    border-radius: 5px;
}
.lg-outer {
    z-index: 10002;
}
.ps-banner {
    position: relative;
}
@media screen and (max-width: 500px) {
    .ps-banner {
        position: center;
        width: 200%;
    }
}
.ps-banner--1 {
    position: relative;
}
.ps-banner--1 p {
    color: #09c;
    font-size: 16px;
}
.ps-banner--1 h4 {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 500;
    color: #000;
    line-height: 1.1em;
}
.ps-banner--1 h4 strong {
    color: #690;
}
.ps-banner--1 .ps-btn {
    padding: 11px 24px;
    font-weight: 600;
}
.ps-banner--1 .ps-banner__content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    padding: 0 240px;
}
@media (max-width: 1680px) {
    .ps-banner--1 .ps-banner__content {
        padding: 0 50px;
    }
}
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    overflow: hidden;
}
#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #fff;
    z-index: 999;
}
#loader-wrapper .loader-section.section-left {
    left: 0;
}
#loader-wrapper .loader-section.section-right {
    right: 0;
}
#loader-wrapper img {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    z-index: 999999999;
}
.loaded #loader-wrapper img {
    opacity: 0;
    transition: all 0.3s ease-out;
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}
.loaded #loader-wrapper .loader-section.section-left {
    transform: translateX(-100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded #loader-wrapper .loader-section.section-right {
    transform: translateX(100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded #loader-wrapper {
    visibility: hidden;
    transform: translateY(-100%);
    transition: all 0.3s 1s ease-out;
}
.ps-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease;
}
.ps-modal__container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2rem 4rem;
    z-index: 10;
    background-color: #fff;
    border-radius: 3px;
    max-width: 945px;
    width: 100%;
}
.ps-modal__close {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #5e6b9d;
}
.ps-modal__close i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: #fff;
}
.ps-modal.active {
    visibility: visible;
    opacity: 1;
}
@media (max-width: 991px) {
    .ps-modal__container {
        max-width: 90%;
    }
    .ps-modal__close {
        transform: translate(0, 0);
        background-color: transparent;
        width: 30px;
        height: 30px;
    }
    .ps-modal__close i {
        color: #5e6b9d;
    }
}
@media (max-width: 767px) {
    .ps-modal {
        overflow: auto;
    }
    .ps-modal__container {
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0, 0);
        margin: 3rem auto;
        overflow: auto;
    }
}
@media (max-width: 479px) {
    .ps-modal__container {
        max-width: 300px;
    }
}
.ps-popup {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}
.ps-popup__content {
    position: relative;
    max-width: 830px;
    width: 100%;
    transition: tranform 0.4s ease;
    border-radius: 10px;
}
.ps-popup__close {
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
    background-color: #000;
    border: none;
    border-radius: 0;
}
.ps-popup__close i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    color: #fff;
}
.ps-popup__close:hover {
    background-color: #222;
}
.ps-popup.active {
    visibility: visible;
    opacity: 1;
    transition-delay: 0.5s;
}
@media (max-width: 991px) {
    .ps-popup {
        padding: 100px 30px 20px;
    }
    .ps-popup .ps-popup__content {
        position: relative;
        top: 0;
        left: 0;
        max-width: 800px;
        margin: 0 auto;
    }
    .ps-popup.active .ps-popup__content {
        transform: translate(0, 0);
    }
}
@media (max-width: 479px) {
    .ps-popup {
        padding-top: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }
}
.ps-cart--mini {
    position: relative;
}
.ps-cart--mini .ps-cart__content {
    position: absolute;
    min-width: 368px;
    right: -70px;
    z-index: 30;
    padding-top: 10px;
    transform: translate(0 20px);
    transition: all 0.4s ease;
    visibility: hidden;
    opacity: 0;
}
.ps-cart--mini .ps-cart__footer {
    padding: 0 20px 20px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-top: 0;
    margin-top: -10px;
}
.ps-cart--mini .ps-cart__footer h3 {
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
}
.ps-cart--mini .ps-cart__footer h3 strong {
    float: right;
}
.ps-cart--mini:hover .ps-cart__content {
    transform: translate(0, 0);
    visibility: visible;
    opacity: 1;
}
#favorilink {
    margin-right: 10px;
}
.ps-cart--mobile .ps-cart__footer {
    padding: 30px 20px;
    border-top: 1px solid #e1e1e1;
}
.ps-cart--mobile .ps-cart__footer h3 {
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
}
.ps-cart--mobile .ps-cart__footer h3 strong {
    float: right;
}
.ps-form--newsletter h3 {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 24px;
}
.ps-form--newsletter p {
    margin-bottom: 0;
}
.ps-form--newsletter .form-group--nest button {
    padding-left: 45px;
    padding-right: 45px;
}
@media (max-width: 1199px) {
    .ps-form--newsletter p {
        margin-bottom: 10px;
    }
}
.ps-form--quick-search {
    display: flex;
    flex-flow: row nowrap;
}
.ps-form--quick-search .form-control {
    background-color: #f7f7f7;
    color: #000;
    height: 50px;
    border: none;
    border-radius: 0;
}
.ps-form--quick-search .form-group--icon {
    background-color: #fff;
    border-radius: 4px 0 0 4px;
}
.ps-form--quick-search .form-group--icon i {
    z-index: 1;
}
.ps-form--quick-search select.form-control {
    border-right: 1px solid #ccc;
    border-radius: 4px 0 0 4px;
    padding: 0 10px;
    text-indent: 10px;
    position: relative;
    z-index: 2;
    background-color: transparent;
}
.ps-form--quick-search select.form-control::-webkit-input-placeholder {
    color: #666;
}
.ps-form--quick-search select.form-control::-moz-placeholder {
    color: #666;
}
.ps-form--quick-search select.form-control:-moz-placeholder {
    color: #666;
}
.ps-form--quick-search select.form-control:-ms-input-placeholder {
    color: #666;
}
.ps-form--quick-search button {
    background-color: #b9539d;
    color: #fff;
    border: none;
    font-weight: 700;
    padding: 0 24px;
    border-radius: 0 25px 25px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.ps-form--widget-search {
    position: relative;
    margin-bottom: 20px;
}
.ps-form--widget-search input {
    height: 34px;
    background-color: #fff;
    border-radius: 0;
}
.ps-form--widget-search button {
    border: none;
    background-color: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}
.ps-form--contact-us .form-control {
    background-color: #fff;
}
.ps-form--contact-us .submit {
    text-align: center;
}
.ps-form--contact-us .submit button {
    height: 50px;
    padding: 0 30px;
}
.ps-form--search-mobile input {
    height: 40px;
    background-color: #fff;
    border: none;
    border-radius: 0;
}
.ps-form--search-mobile button {
    width: 40px;
    height: 40px;
    background-color: #000;
    border: none;
}
.ps-form--search-mobile button i {
    color: #fff;
}
.ps-form--subscribe-popup {
    padding: 60px 50px;
}
.ps-form--subscribe-popup h4 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 400;
}
.ps-form--subscribe-popup h4 strong {
    color: #b9539d;
}
.ps-form--subscribe-popup p {
    margin-bottom: 20px;
}
.ps-form--subscribe-popup input {
    margin-bottom: 20px;
    height: 40px;
    border: 2px solid #c9c9c9;
}
.ps-form--subscribe-popup button {
    height: 40px;
    width: auto;
    padding: 0 30px;
}
.ps-form--subscribe-popup .ps-form__content {
    max-width: 360px;
    text-align: center;
}
.ps-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    transform-style: preserve-3d;
    visibility: hidden;
    opacity: 0;
    transition: all 0.75s cubic-bezier(0.7, 0, 0.3, 1);
    transition-delay: 0;
}
.ps-search:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    transition: transform 0.6s cubic-bezier(0.7, 0, 0.3, 1);
    transform: scale3d(1, 0, 1);
    transform-origin: 50% 100%;
}
.ps-search__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1200px;
    width: 100%;
    padding: 0 3rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ps-search .ps-form--primary-search {
    transform: translateY(100%);
    transition: all 0.6s cubic-bezier(0.7, 0, 0.3, 1);
    visibility: hidden;
    opacity: 0;
}
.ps-search > .ps-btn--close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 50px;
    height: 50px;
    background-color: #000;
    z-index: 1000;
    transform: scale(0, 0) rotate(0);
    border-radius: 50%;
    transition: all 0.6s cubic-bezier(0.7, 0, 0.3, 1);
    border: none;
}
.ps-search > .ps-btn--close:after,
.ps-search > .ps-btn--close:before {
    background-color: #fff;
    height: 50%;
}
.ps-search > .ps-btn--close:hover {
    background-color: #f44336;
}
.ps-search.active {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}
.ps-search.active:before {
    transform: scale3d(1, 1, 1);
    transform-origin: 50% 0;
}
.ps-search.active > .ps-btn--close {
    visibility: visible;
    opacity: 1;
    transform: scale(1, 1) rotate(180deg);
    transition-delay: 0.75s;
}
.ps-search.active .ps-form--primary-search {
    transform: translateY(0);
    transition-delay: 0.35s;
    visibility: visible;
    opacity: 1;
}
@media (max-width: 479px) {
    .ps-search__content {
        padding: 0 1.5rem;
    }
}
.ps-section--vendor {
    padding: 100px 0;
}
.ps-section--vendor .ps-section__header {
    text-align: center;
    padding-bottom: 90px;
}
.ps-section--vendor .ps-section__header p {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
}
.ps-section--vendor .ps-section__header h4 {
    font-weight: 400;
    color: #000;
    font-size: 30px;
}
@media (max-width: 991px) {
    .ps-section--vendor {
        padding: 75px 0;
    }
    .ps-section--vendor .ps-section__header {
        padding-bottom: 50px;
    }
    .ps-section--vendor .ps-section__header p {
        margin-bottom: 16px;
    }
}
@media (max-width: 767px) {
    .ps-section--vendor {
        padding: 60px 0;
    }
    .ps-section--vendor .ps-section__header h4 {
        font-size: 24px;
    }
}
@media (max-width: 479px) {
    .ps-section--vendor {
        padding: 50px 0;
    }
    .ps-section--vendor .ps-section__header p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .ps-section--vendor .ps-section__header h4 {
        font-size: 24px;
    }
}
.ps-section--shopping {
    padding: 40px 0;
}
.ps-section--shopping .ps-section__header {
    text-align: center;
    padding-bottom: 50px;
}
.ps-section--shopping .ps-section__header h1 {
    font-size: 48px;
    font-weight: 600;
}
@media (max-width: 991px) {
    .ps-section--shopping {
        padding: 35px 0;
    }
    .ps-section--shopping .ps-section__header h1 {
        font-size: 36px;
    }
}
@media (max-width: 767px) {
    .ps-section--shopping {
        padding: 30px 0;
    }
    .ps-section--shopping .ps-section__header {
        padding-bottom: 40px;
    }
    .ps-section--shopping .ps-section__header h1 {
        font-size: 30px;
    }
}
@media (max-width: 479px) {
    .ps-section--shopping {
        padding: 30px 0;
    }
}
.ps-newsletter {
    padding: 65px 0;
    border-top: 1px solid #e1e1e1;
}
@media (max-width: 767px) {
    .ps-newsletter {
        padding: 50px 0;
    }
}
.ps-product-list .ps-section__links {
    display: inline-block;
}
.ps-product-list .ps-section__links li {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
}
.ps-product-list .ps-section__links li a {
    color: #666;
}
.ps-product-list .ps-section__links li a:hover {
    color: #b9539d;
}
.ps-product-list .ps-section__links li:last-child {
    margin-right: 0;
}
.ps-product-list .ps-section__header {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    background-color: #b9539d;
    border-bottom: 1px solid #e3e3e3;
    border-radius: 5px;
}
.ps-product-list .ps-section__header h3 {
    margin-bottom: 0;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}
.ps-product-list .ps-section__content {
    padding-top: 25px;
}
.ps-product-list--2 .ps-section__header {
    background-color: transparent;
    border-bottom: 1px solid #e1e1e1;
}
.ps-product-list--2 .ps-section__header h3 {
    font-size: 24px;
    font-weight: 600;
}
@media (max-width: 1199px) {
    .ps-product-list .ps-section__header {
        flex-flow: row wrap;
    }
}
@media (max-width: 991px) {
    .ps-product-list .ps-section__header h3 {
        padding-bottom: 10px;
    }
}
.ps-shopping-product {
    min-height: 80vh;
}
@media (max-width: 1199px) {
    .ps-shopping-product .ps-product {
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .ps-shopping-product .row {
        margin: 0 -2px;
    }
    .ps-shopping-product .row > * {
        padding: 0 2px;
    }
    .ps-shopping-product .ps-product {
        margin-bottom: 50px;
    }
    .ps-shopping-product .ps-product .ps-product__badge {
        top: 5px;
        right: 5px;
    }
}
.ps-top-categories h3 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1em;
    color: #000;
    font-weight: 600;
}
@media (min-width: 1680px) {
    .ps-top-categories .row .col-xl-2 {
        max-width: calc(100% / 8);
    }
}
.ps-shopping .select2 {
    display: inline-block;
}
.ps-shopping .ps-shopping__view {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}
.ps-shopping .ps-shopping__view p {
    margin-bottom: 0;
    margin-right: 20px;
    color: #000;
}
.ps-shopping .ps-shopping__view ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}
.ps-shopping .ps-shopping__view ul li a {
    font-size: 24px;
    color: #999;
}
.ps-shopping .ps-shopping__view ul li:last-child {
    margin-right: 0;
}
.ps-shopping .ps-shopping__view ul li.active a {
    color: #000;
}
.ps-shopping .ps-shopping__actions {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}
.ps-shopping .ps-shopping__actions .ps-shopping__view {
    padding-left: 40px;
}
.ps-shopping .ps-shopping__header {
    margin-bottom: 40px;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    background-color: #f5f5f5;
    align-items: center;
    padding: 8px 15px;
}
.ps-shopping .ps-shopping__header p {
    margin-bottom: 0;
    display: inline-block;
}
.ps-shopping .ps-shopping__header p strong {
    color: #000;
}
@media (max-width: 1680px) and (min-width: 1440px) {
    .ps-shopping .row .col-xl-2 {
        max-width: 20%;
        flex-basis: 20%;
    }
}
@media (max-width: 1440px) and (min-width: 1200px) {
    .ps-shopping .row .col-xl-2 {
        max-width: 25%;
        flex-basis: 25%;
    }
}
@media (max-width: 1199px) {
    .ps-shopping {
        margin-top: 40px;
    }
}
@media (max-width: 767px) {
    .ps-shopping .ps-shopping__header {
        flex-flow: row nowrap;
        justify-content: space-between;
    }
    .ps-shopping .ps-shopping__header > * {
        flex-basis: 100%;
        max-width: 50%;
    }
    .ps-shopping .ps-shopping__header .ps-shopping__view {
        padding-left: 10px;
    }
    .ps-shopping .ps-shopping__actions {
        width: 100%;
        justify-content: flex-end;
    }
    .ps-shopping .ps-shopping__actions .select2 {
        display: none;
    }
}
.ps-home-categories .ps-section__header {
    margin-bottom: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
}
.ps-home-categories .ps-section__header h3 {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 1em;
}
.ps-categories-box {
    background-color: #f5f5f5;
    padding: 70px 0;
}
@media (max-width: 767px) {
    .ps-categories-box {
        padding: 45px 0;
    }
}
@media (max-width: 479px) {
    .ps-categories-box {
        padding: 35px 0;
    }
}
.ps-contact-info {
    padding: 90px 0;
}
.ps-contact-info h3 {
    margin-bottom: 60px;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
}
@media (max-width: 991px) {
    .ps-contact-info {
        padding: 60px 0;
    }
    .ps-contact-info h3 {
        font-size: 24px;
    }
}
@media (max-width: 479px) {
    .ps-contact-info {
        padding: 45px 0;
    }
    .ps-contact-info h3 {
        font-size: 20px;
    }
}
.ps-contact-form {
    padding: 100px 0;
    background-color: #f6f6f6;
}
.ps-contact-form h3 {
    margin-bottom: 90px;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: #000;
    line-height: 1em;
}
@media (max-width: 991px) {
    .ps-contact-form h3 {
        font-size: 24px;
    }
}
@media (max-width: 479px) {
    .ps-contact-form h3 {
        font-size: 20px;
    }
}
.ps-vendor-banner {
    position: relative;
    text-align: center;
    z-index: 10;
    padding: 160px 0;
}
.ps-vendor-banner:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.25);
}
.ps-vendor-banner h2 {
    color: #fff;
    font-size: 48px;
    margin: 0 auto 30px;
    max-width: 960px;
    font-weight: 600;
}
.ps-vendor-banner .ps-btn {
    padding: 20px 40px;
    font-size: 24px;
    border-radius: 0;
}
@media (max-width: 1199px) {
    .ps-vendor-banner {
        padding: 120px 0;
    }
    .ps-vendor-banner h2 {
        font-size: 36px;
    }
}
@media (max-width: 991px) {
    .ps-vendor-banner {
        padding: 100px 0;
    }
    .ps-vendor-banner h2 {
        font-size: 28px;
    }
    .ps-vendor-banner .ps-btn {
        font-size: 20px;
        padding: 15px 30px;
    }
}
@media (max-width: 767px) {
    .ps-vendor-banner {
        padding: 80px 0;
    }
    .ps-vendor-banner .ps-btn {
        font-size: 16px;
    }
}
@media (max-width: 479px) {
    .ps-vendor-banner {
        padding: 60px 0;
    }
    .ps-vendor-banner h2 {
        font-size: 24px;
    }
}
.ps-shopping-cart .ps-section__cart-actions {
    padding-top: 30px;
    padding-bottom: 90px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.ps-shopping-cart .ps-section__cart-actions .ps-btn i {
    margin-right: 6px;
    vertical-align: middle;
}
.ps-shopping-cart .ps-section__footer .select2 {
    min-width: 100%;
}
@media (max-width: 479px) {
    .ps-shopping-cart .ps-section__cart-actions {
        flex-flow: row wrap;
    }
    .ps-shopping-cart .ps-section__cart-actions .ps-btn {
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }
}
#homepage-1 .ps-home-banner {
    padding-top: 30px;
    margin-bottom: 30px;
}
#homepage-1 .ps-home-banner .owl-slider {
    max-width: 100%;
}
#homepage-1 .ps-home-banner .ps-container {
    display: flex;
    flex-flow: row nowrap;
}
#homepage-1 .ps-home-banner .ps-container > * {
    width: 100%;
}
#homepage-1 .ps-home-banner .ps-container .ps-section__left {
    padding-right: 30px;
    max-width: calc(100% - 390px);
}
#homepage-1 .ps-home-banner .ps-container .ps-section__right {
    max-width: 390px;
}
@media (max-width: 1366px) {
    #homepage-1 .ps-home-banner .ps-container .ps-section__right {
        max-width: 300px;
    }
    #homepage-1 .ps-home-banner .ps-container .ps-section__left {
        padding-right: 30px;
        max-width: calc(100% - 310px);
    }
}
#homepage-1 .ps-home-banner .ps-container .ps-section__right .ps-collection {
    display: block;
    margin-bottom: 30px;
}
#homepage-1 .ps-home-banner .ps-container .ps-section__right .ps-collection:last-child {
    margin-bottom: 0;
}
@media (max-width: 1199px) {
    #homepage-1 .ps-home-banner .ps-container {
        display: block;
    }
    #homepage-1 .ps-home-banner .ps-container .ps-section__left {
        max-width: 100%;
        margin-bottom: 10px;
        padding: 0 5px 0 0;
    }
    #homepage-1 .ps-home-banner .ps-container .ps-section__right {
        display: flex;
        flex-flow: row nowrap;
        margin: 0 0;
        max-width: 100%;
    }
    #homepage-1 .ps-home-banner .ps-container .ps-section__right .ps-collection {
        width: 100%;
        max-width: 50%;
        padding: 0 5px;
    }
    #homepage-1 .ps-home-banner .ps-container .ps-section__right .ps-collection img {
        width: 100%;
        border-radius: 10px;
    }
}
#homepage-1 .ps-site-features {
    padding-bottom: 40px;
}
@media (max-width: 1025px) {
    #homepage-1 .ps-site-features {
        display: none;
    }
}
#homepage-1 .ps-home-ads {
    padding-bottom: 40px;
}
#homepage-1 .ps-top-categories {
    padding: 80px 0 50px;
}
#homepage-1 .ps-top-categories h3 {
    text-transform: capitalize;
}
@media (min-width: 1440px) {
    #homepage-1 .ps-top-categories .row .col-xl-2 {
        max-width: calc(100% / 8);
    }
}
@media (max-width: 1199px) {
    #homepage-1 .ps-top-categories {
        padding: 60px 0;
    }
}
@media (max-width: 991px) {
    #homepage-1 .ps-top-categories {
        padding: 50px 0;
    }
}
@media (max-width: 767px) {
    #homepage-1 .ps-top-categories {
        padding: 40px 0;
    }
}
@media (max-width: 479px) {
    #homepage-1 .ps-top-categories {
        padding: 35px 0;
    }
}
#homepage-1 .ps-product-list {
    padding-bottom: 80px;
}
@media (max-width: 991px) {
    #homepage-1 .ps-product-list {
        padding-bottom: 50px;
    }
}
@media (max-width: 767px) {
    #homepage-1 .ps-product-list {
        padding-bottom: 40px;
    }
}
@media (max-width: 479px) {
    #homepage-1 .ps-product-list {
        padding-bottom: 0;
    }
}
#homepage-1 .ps-download-app {
    margin-top: 10px;
    margin-bottom: 100px;
}
@media (max-width: 767px) {
    #homepage-1 .ps-download-app {
        margin-bottom: 50px;
    }
}
.sub-toggle {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    cursor: pointer;
    transform-style: preserve-3d;
    display: none;
}
.sub-toggle:after,
.sub-toggle:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 1px;
    background-color: #000;
}
.sub-toggle:before {
    transform: translateX(-50%);
}
.sub-toggle:after {
    transform: translateX(-50%) rotate(90deg);
}
.sub-toggle.active:after {
    display: none;
}
.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 240px;
    z-index: 1000;
    transition: all 0.4s ease;
    background-color: #fff;
    border: 1px solid #ccc;
    visibility: hidden;
    opacity: 0;
}
.sub-menu:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    height: 0;
    width: 0;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: none;
}
.sub-menu > li {
    display: block;
}
.sub-menu > li > a {
    display: inline-block;
    padding: 6px 20px;
    width: 100%;
    font-size: 14px;
    color: #000;
    text-transform: capitalize;
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.sub-menu > li > a:hover {
    color: #b9539d;
}
.sub-menu > li:last-child {
    border-bottom: none;
}
.sub-menu > li:last-child a {
    border-bottom: 1px solid #eee;
}
.sub-menu > li.menu-item-has-children {
    position: relative;
}
.sub-menu > li.menu-item-has-children > .sub-toggle {
    display: none;
}
.sub-menu > li.menu-item-has-children > .sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    visibility: hidden;
    opacity: 0;
    transform: translateY(30px);
}
.sub-menu > li.menu-item-has-children > .sub-menu:before {
    display: none;
}
.sub-menu > li.menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
.mega-menu {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding: 15px 30px 10px;
    background-color: #fff;
    transition: all 0.4s ease;
    border: 1px solid #ccc;
}
.mega-menu > * {
    width: 100%;
    padding: 10px 5px;
}
.mega-menu h4 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.mega-menu .mega-menu__column {
    min-width: 180px;
}
.mega-menu .mega-menu__list {
    background-color: transparent;
}
.mega-menu .mega-menu__list li a {
    display: block;
    color: #000;
    line-height: 20px;
    padding: 5px 0;
    font-size: 14px;
    background-color: transparent;
}
.mega-menu .mega-menu__list li a.has-badge {
    padding-right: 20px;
}
.mega-menu .mega-menu__list li a.has-badge:after {
    content: "New";
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 0;
    font-size: 9px;
    color: #fff;
    padding: 0 8px;
    line-height: 2em;
    border-radius: 10px;
    background-color: #b9539d;
}
.mega-menu .mega-menu__list li a.has-badge.sale {
    color: #ec0101;
}
.mega-menu .mega-menu__list li a.has-badge.sale:after {
    content: "Sale";
    background-color: #ffa800;
}
.mega-menu .mega-menu__list li a:hover {
    color: #b9539d;
}
.menu {
    text-align: left;
}
.menu > li {
    display: inline-block;
}
.menu > li > a {
    display: inline-block;
    padding: 15px 17px;
    font-size: 19px;
    font-weight: 400;
    line-height: 20px;
    color: #ffffff;
}
.menu > li > a:hover {
    color: #fff8a9;
}
.menu > li:first-child {
    padding-left: 0;
}
.menu > li:first-child > a {
    padding-left: 0;
}
.menu > li:last-child {
    margin-right: 0;
    padding-right: 0;
}
.menu > li .sub-toggle {
    margin-left: 5px;
    display: none;
}
.menu > li .sub-menu {
    visibility: hidden;
    opacity: 0;
}
.menu > li .mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
}
.menu > li.menu-item-has-children {
    position: relative;
}
.menu > li.menu-item-has-children > a:after {
    content: "\e93a";
    font: normal normal normal 12px/1 linearicons;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.menu > li.menu-item-has-children > a:before {
    content: "";
    width: 13px;
    height: 13px;
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 10000;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    transform: rotate(45deg) translate(-50%, -50%);
    transform-origin: 0 0;
    visibility: hidden;
    opacity: 0;
}
.menu > li.has-mega-menu {
    position: relative;
}
.menu > li.has-mega-menu .mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
}
.menu > li.has-mega-menu:hover .mega-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
.menu > li:hover .sub-toggle {
    color: #fff;
}
.menu > li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
}
.menu > li:hover.menu-item-has-children > a:before {
    visibility: visible;
    opacity: 1;
}
.menu--product-categories {
    position: relative;
    height: 100%;
}
.menu--product-categories .menu__toggle {
    position: relative;
    height: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    cursor: pointer;
}
.menu--product-categories .menu__toggle i {
    font-size: 20px;
    margin-right: 10px;
}
.menu--product-categories .menu__toggle span {
    font-size: 20px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}
.menu--product-categories .menu__toggle:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    transition: transform 0.75s cubic-bezier(0.7, 0, 0.3, 1);
    transform: scale3d(0, 1, 1);
    transform-origin: 100% 50%;
}
.menu--product-categories .menu__toggle.active:before,
.menu--product-categories .menu__toggle:hover:before {
    transform-origin: 0 50%;
    transform: scale3d(1, 1, 1);
}
.menu--product-categories .menu__content {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    z-index: 1000;
    min-width: 100%;
    padding-top: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    transform: scale3d(1, 1, 0) translateY(30px);
}
.menu--product-categories .menu--dropdown {
    background-color: #fff;
    border: 1px solid #d3d3d3;
    min-width: 260px;
}
.menu--product-categories:hover .menu__content {
    visibility: visible;
    opacity: 1;
    transform: scale3d(1, 1, 1) translateY(0);
}
.menu--dropdown > li {
    padding: 0 20px;
    transition: all 0.4s ease;
}
.menu--dropdown > li > a {
    display: block;
    padding: 10px 0;
    color: #000;
}
.menu--dropdown > li > a i {
    margin-right: 10px;
    font-size: 18px;
}
.menu--dropdown > li.has-mega-menu .mega-menu {
    position: absolute;
    top: 0;
    left: 100%;
    width: auto;
    min-width: 50px;
    visibility: hidden;
    opacity: 0;
    border-left: none;
}
.menu--dropdown > li:hover {
    background-color: #b9539d;
}
.menu--dropdown > li:hover.has-mega-menu .mega-menu {
    visibility: visible;
    opacity: 1;
}
.menu--mobile .sub-menu {
    position: relative;
    display: none;
    transform: translate(0, 0);
    visibility: visible;
    opacity: 1;
    transition: all 0s ease;
    border: none;
}
.menu--mobile .sub-menu > li > a {
    border-bottom: 1px solid #dedede;
    padding: 10px 40px;
}
.menu--mobile .mega-menu {
    display: none;
    flex-flow: row wrap;
    max-width: 100%;
    padding-left: 15px;
    transition: all 0s ease;
}
.menu--mobile .mega-menu h4 {
    position: relative;
    display: block;
    margin-bottom: 0;
    padding: 10px 0;
    width: 100%;
    line-height: 20px;
}
.menu--mobile .mega-menu .mega-menu__column {
    padding: 0;
}
.menu--mobile .mega-menu .mega-menu__list {
    display: none;
    padding-left: 15px;
}
.menu--mobile .mega-menu .mega-menu__list li a {
    color: #666;
    border: none;
}
.menu--mobile .mega-menu .mega-menu__list li a:hover {
    color: #000;
}
.menu--mobile > li {
    border-bottom: 1px solid #dedede;
}
.menu--mobile > li > a {
    position: relative;
    z-index: 10;
    display: block;
    padding: 15px 20px;
    line-height: 20px;
    font-size: 15px;
}
.menu--mobile > li > a:hover {
    padding-left: 5px;
    color: #000;
}
.menu--mobile > li.menu-item-has-children {
    position: relative;
}
.menu--mobile > li.menu-item-has-children .sub-toggle {
    position: absolute;
    top: 5px;
    right: 0;
    width: 40px;
    height: 40px;
    z-index: 20;
    display: inline-block;
}
.menu--mobile .mega-menu {
    border: none;
}
.menu--mobile .mega-menu h4 {
    font-weight: 500;
}
.menu--mobile .mega-menu__list > li {
    border-bottom: 1px solid #dedede;
}
.menu--mobile .mega-menu__list > li a {
    padding: 10px 0;
}
.menu--mobile .mega-menu__list > li:last-child {
    border: none;
}
.navigation {

}
.navigation > .container,
.navigation > .ps-container {
    display: flex;
    flex-flow: row nowrap;
}
.navigation > .container > *,
.navigation > .ps-container > * {
    width: 100%;
}
.navigation__extra > li {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    padding-right: 20px;
}
.navigation__extra > li:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 2px;
    height: 15px;
    background-color: #000;
}
.navigation__extra > li a {
    color: #000;
}
.navigation__extra > li:last-child {
    margin-right: 0;
    padding-right: 0;
}
.navigation__extra > li:last-child:after {
    display: none;
}
.navigation__extra .ps-dropdown img {
    margin-right: 8px;
}
.navigation .navigation__left {
    max-width: 260px;
}
.navigation .navigation__right {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 35px;
}
.header .header__extra {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 42px;
    transition: all 0.4s ease;
}
.header .header__extra > i {
    font-size: 30px;
    line-height: 42px;
}
.header .header__extra span {
    position: absolute;
    bottom: 0;
    right: -6px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    vertical-align: top;
    width: 20px;
    height: 20px;
    color: #fff;
    background-color: #000;
    border-radius: 50%;
}
.header .header__extra span i {
    font-size: 12px;
    font-style: normal;
    line-height: 1em;
    font-weight: 500;
}
.header .header__extra:hover i {
    color: #fff;
}
.header .header__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header .header__actions > * {
    margin: 0 20px;
}
.header .header__left {
    max-width: 450px;
    display: flex;
    align-items: center;
}
.header .header__left .menu--product-categories {
    display: none;
}
.header .header__right {
    max-width: 500px;
}
.header .header__top {
    padding: 35px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    background-color: #fbfbfb;
}
.header .header__top .container,
.header .header__top .ps-container {
    display: flex;
    flex-flow: row nowrap;
}
.header .header__top .container > *,
.header .header__top .ps-container > * {
    width: 100%;
}
.header.header--sticky .menu--product-categories .menu__toggle i {
    font-size: 30px;
}
.header.header--sticky .menu--product-categories .menu__toggle span {
    font-size: 16px;
}
.header.header--sticky .header__top {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    border-bottom: 2px solid #768293;
    padding: 10px 0;
    background-color: #ffffff;
}
.header.header--sticky .header__left .ps-logo {
    display: none;
}
.header.header--sticky .header__left .menu--product-categories {
    display: block;
    background-color: transparent;
}
@media (max-width: 1199px) {
    .header {
        display: none;
    }
    .header.header--mobile {
        display: block;
    }
}
.header--product {
    visibility: hidden;
    opacity: 0;
    height: 0;
}
.header--product .navigation {
    transition: transform 0.25s ease;
    transform: translateY(-50%);
}
.header--product.header--sticky {
    visibility: visible;
    opacity: 1;
    height: auto;
}
.header--product.header--sticky .navigation {
    padding: 10px 0;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    border-bottom: 1px solid #eaeaea;
    transform: translateY(0);
}
.header--mobile {
    position: relative;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 9999;
    text-align: center;
    border-bottom: 0 none;
    background-color: #b9539d;
    transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.header--mobile::after {
    clear: both;
    content: "";
    display: table;
}
.header--mobile .navigation__extra {
    display: inline-block;
}
.header--mobile .navigation__extra li {
    margin-right: 5px;
    padding-right: 5px;
}
.header--mobile .navigation__extra li:after {
    display: none;
}
.header--mobile .header__extra span {
    background-color: #b9539d;
}
.header--mobile .header__actions i {
    font-size: 24px;
}
.header--mobile .ps-block--user-header i {
    font-size: 24px;
}
.header--mobile .header__top {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    background-color: #f4f5f5;
    padding: 15px 30px;
}
.header--mobile .header__top > * {
    width: 100%;
}
.header--mobile .header__top .header__left {
    max-width: 40%;
}
.header--mobile .header__top .header__left p {
    margin-bottom: 0;
}
.header--mobile .header__top .header__right {
    max-width: 60%;
    text-align: right;
}
.header--mobile .header__top .header__right .navigation__extra {
    display: inline-block;
}
.header--mobile .navigation--mobile {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding: 10px 30px;
    border-bottom: none;
}
.header--mobile .navigation--mobile .navigation__left {
    display: flex;
    align-items: center;
    margin-left: -15px;
}
.header--mobile .header__extra span {
    background-color: #000;
}
.header--mobile .header__extra span i {
    color: #fff;
    font-weight: 600;
}
.header--mobile.active {
    transform: translateX(270px);
}
.header--mobile.header--sticky .navigation--mobile {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: #b9539d;
    -ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12);
}
@media (min-width: 1200px) {
    .header--mobile {
        display: none;
    }
}
@media (max-width: 1199px) {
    .header--mobile .ps-search--mobile {
        display: none;
    }
}
@media (max-width: 991px) {
    .header--mobile .header__top .header__left {
        display: none;
    }
    .header--mobile .header__top .header__right {
        max-width: 100%;
        text-align: center;
    }
}
@media (max-width: 767px) {
    .header--mobile .navigation__extra li > a {
        display: none;
    }
}
@media (max-width: 479px) {
    .header--mobile .header__top {
        display: none;
    }
    .header--mobile .header__actions > * {
        margin: 0;
        margin-right: 20px;
    }
    .header--mobile .header__actions i {
        font-size: 24px;
    }
    .header--mobile .ps-block--user-header {
        margin-right: 0;
    }
    .header--mobile .ps-block--user-header i {
        font-size: 24px;
    }
    .header--mobile .ps-block--user-header .ps-block__right {
        display: none;
    }
    .header--mobile .ps-search--mobile {
        display: block;
    }
}
.header--mobile-product .header__back {
    vertical-align: middle;
    text-align: left;
}
.header--mobile-product .header__back strong {
    font-size: 18px;
    vertical-align: middle;
}
.header--mobile-product .header__back i {
    vertical-align: middle;
    margin-right: 16px;
    font-size: 24px;
    color: #000;
}
.header--mobile-product .navigation--mobile .navigation__left {
    justify-content: flex-start;
}
.header--mobile-categories .header__back {
    vertical-align: middle;
    text-align: left;
}
.header--mobile-categories .header__back strong {
    font-size: 18px;
    vertical-align: middle;
}
.header--mobile-categories .header__back i {
    vertical-align: middle;
    margin-right: 16px;
    font-size: 24px;
    color: #000;
}
.header--mobile-categories .navigation--mobile .navigation__left {
    justify-content: flex-start;
}
.navigation--sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 320px;
    height: 100vh;
    overflow-y: auto;
    z-index: 10001;
    background-color: #fff;
    transform: translateX(-100%);
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}
.navigation--sidebar .navigation__actions {
    text-align: center;
}
.navigation--sidebar .navigation__actions .ps-dropdown {
    margin-bottom: 10px;
}
.navigation--sidebar .navigation__actions .ps-dropdown > a {
    font-size: 1.4rem;
    color: #666;
}
.navigation--sidebar .navigation__header {
    position: relative;
    text-align: center;
    padding: 15px 0;
    background-color: #b9539d;
}
.navigation--sidebar .navigation__header h3 {
    margin-bottom: 0;
    font-weight: 600;
    color: #fff;
    font-size: 1.6rem;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.navigation--sidebar .navigation__header .ps-btn--close {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}
.navigation--sidebar .navigation__header .ps-btn--close:after,
.navigation--sidebar .navigation__header .ps-btn--close:before {
    background-color: #fff;
    height: 60%;
}
.navigation--sidebar .navigation__content {
    padding-top: 10px;
    padding-bottom: 70px;
}
.navigation--sidebar .header__actions a {
    display: inline-block;
    margin: 0 5px;
    line-height: 40px;
}
.navigation--sidebar .header__actions a i {
    font-size: 24px;
    color: #000;
    vertical-align: middle;
}
.navigation--sidebar .header__actions .ps-dropdown a {
    padding-right: 0;
}
.navigation--sidebar .header__actions .ps-dropdown a:after {
    display: none;
}
.navigation--sidebar .header__actions .ps-cart-toggle {
    position: relative;
    display: inline-block;
    padding: 5px 0;
    line-height: 30px;
}
.navigation--sidebar .header__actions .ps-cart-toggle span {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transform: translate(25%, -100%);
    background-color: #000;
}
.navigation--sidebar .header__actions .ps-cart-toggle span i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-style: normal;
    font-size: 11px;
}
.navigation--sidebar.active {
    transform: translateX(0);
}
@media (min-width: 1200px) {
    .navigation--sidebar .navigation__actions {
        display: none;
    }
}
@media (max-width: 479px) {
    .navigation--sidebar {
        width: 100%;
    }
}
.navigation--list {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10004;
    padding: 10px 30px;
    border-top: 1px solid #ccc;
    background-color: #fff;
}
.navigation--list .navigation__item {
    text-align: center;
}
.navigation--list .navigation__item i {
    font-size: 24px;
}
.navigation--list .navigation__item span {
    display: block;
}
.navigation--list .navigation__item.active i {
    color: #b9539d;
}
.navigation--list .navigation__item.active span {
    color: #b9539d;
}
.navigation--list .navigation__content {
    max-width: 400px;
    margin: 0 auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}
@media (min-width: 1200px) {
    .navigation--list {
        display: none;
    }
}
.navigation--mobile-product {
    position: fixed;
    bottom: 71px;
    left: 0;
    width: 100%;
    z-index: 10002;
    border-top: 1px solid #ccc;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
}
.navigation--mobile-product > * {
    width: 100%;
    flex-basis: 50%;
    font-size: 15px;
    border-radius: 0;
    text-align: center;
}
.navigation--mobile-product .ps-btn--black {
    color: #fff;
}
@media (min-width: 1200px) {
    .navigation--mobile-product {
        display: none;
    }
}
.navigation--sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
}
.navigation--sticky .navigation {
    background-color: #fff;
}
.navigation--sticky .header__top {
    display: none;
}
.ps-site-overlay.active {
    visibility: visible;
    opacity: 1;
}
.ps-search--mobile {
    max-width: 450px;
    margin: 0 auto;
    padding: 10px 20px;
}
.ps-footer {
    padding-top: 0;
}
.ps-footer__widgets {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding-bottom: 10px;
    padding-top: 35px;
}
.ps-footer__links {
    padding: 60px 0;
    border-top: 1px solid #e1e1e1;
}
.ps-footer__links p strong {
    color: #000;
    margin-right: 20px;
    font-weight: 600;
}
.ps-footer__links p a {
    display: inline-block;
    color: #666;
    line-height: 20px;
    margin-right: 10px;
    position: relative;
}
.ps-footer__links p a:after {
    content: "|";
    margin-left: 5px;
}
.ps-footer__links p a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    transform: scale3d(0, 1, 1);
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
    transform-origin: 100% 50%;
}
.ps-footer__links p a:hover:before {
    transform: scale3d(1, 1, 1);
    transform-origin: 0 50%;
}
.ps-footer__links p a:last-child:after {
    display: none;
}
.ps-footer__copyright {
    padding: 35px 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    border-top: 1px solid #e1e1e1;
}
.ps-footer__copyright p {
    margin-bottom: 0;
    line-height: 30px;
    color: #000;
}
.ps-footer__copyright p:last-child span {
    display: inline-block;
    line-height: inherit;
    vertical-align: middle;
}
.ps-footer__copyright p:last-child a {
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
}
@media (max-width: 767px) {
    .ps-footer__widgets {
        flex-flow: row wrap;
    }
    .ps-footer__widgets > * {
        width: 100%;
        max-width: 25%;
    }
    .ps-footer__widgets .widget_contact-us {
        max-width: 100%;
        width: 100%;
    }
}
@media (max-width: 479px) {
    .ps-footer__widgets > * {
        max-width: 50%;
        flex-basis: 50%;
    }
    .ps-footer__copyright {
        flex-flow: row wrap;
        text-align: center;
        margin-bottom: 100px;
    }
    .ps-footer__copyright p {
        display: block;
        width: 100%;
    }
    .ps-footer__copyright p span {
        display: block;
        padding-bottom: 10px;
    }
}
.ps-footer--3 {
    padding: 0;
    border-top: 1px solid #e1e1e1;
    background-color: #f8f8f8;
}
.ps-footer--3 .ps-block--site-features {
    padding: 40px 0;
    margin-bottom: 70px;
    border-bottom: 1px solid #e1e1e1;
}
@media (max-width: 767px) {
    .ps-footer--3 .ps-block--site-features {
        margin-bottom: 40px;
    }
}
.mb-0 {
    margin-bottom: 0;
}
.mb-5 {
    margin-bottom: 5px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-25 {
    margin-bottom: 25px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-35 {
    margin-bottom: 35px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-45 {
    margin-bottom: 45px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-55 {
    margin-bottom: 55px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-65 {
    margin-bottom: 65px;
}
.mb-70 {
    margin-bottom: 70px;
}
.mb-75 {
    margin-bottom: 75px;
}
.mb-80 {
    margin-bottom: 80px;
}
.mb-85 {
    margin-bottom: 85px;
}
.mb-90 {
    margin-bottom: 90px;
}
.mb-95 {
    margin-bottom: 95px;
}
.mb-100 {
    margin-bottom: 100px;
}
.ps-fullwidth {
    width: 100%;
}
.bg--cover {
    background-position: 50% 50% !important;
    background-size: cover !important;
}
.bg--top {
    background-position: 50% 50% !important;
    background-size: cover !important;
}
.header ol,
.header ul,
.navigation--sidebar ol,
.navigation--sidebar ul,
.ps-block--categories-box ol,
.ps-block--categories-box ul,
.ps-block--category-2 ol,
.ps-block--category-2 ul,
.ps-block--menu-categories .ps-block__content ol,
.ps-block--menu-categories .ps-block__content ul,
.ps-block--product-box ol,
.ps-block--product-box ul,
.ps-panel--sidebar ol,
.ps-panel--sidebar ul,
.ps-product ol,
.ps-product ul,
.ps-product-list ol,
.ps-product-list ul,
.ps-shopping .ps-shopping__header ol,
.ps-shopping .ps-shopping__header ul,
.widget--vendor ol,
.widget--vendor ul,
.widget_category ol,
.widget_category ul,
.widget_footer ol,
.widget_footer ul,
.widget_sidebar ol,
.widget_sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.pnotify-center {
    right: calc(50% - 150px) !important;
}

.col-5,
.col-7,
.col-12,
.col-md-4,
.col-md-12,
.col-lg-3,
.col-xxl-2 {
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-5 {
    flex: 0 0 100%;
    max-width: 50%;
}
.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 768px) {
    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 992px) {
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media (min-width: 1500px) {
    .col-xxl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
}
.o-productCard {
    padding-top: 15px;
    padding-bottom: 15px;
}
@media (max-width: 991px) {
    .o-productCard {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
.o-productCard__link {
    display: flex;
    border: solid 1px #eee;
    color: #000;
    border-radius: 4px;
}
@media (min-width: 768px) {
    .o-productCard__link {
        flex-direction: column;
    }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .o-productCard__link {
        display: block;
    }
}
.o-productCard__link:hover {
    box-shadow: 0 0 23px -3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 23px -3px rgba(0, 0, 0, 0.1);
}
.o-productCard__figure {
    position: relative;
    overflow: hidden;
    width: auto;
    padding: 0;
    margin: 0;
    border-radius: 4px 4px 0 0;
}
@media (max-width: 991px) {
    .o-productCard__figure {
        padding: 0;
        margin: 0;
        border-radius: 0;
    }
}
.o-productCard__figure--img {
    width: 100%;
}
@media (min-width: 768px) {
    .o-productCard__figure--img {
        width: 100%;
        height: auto;
    }
}
@media (max-width: 576px) {
    .o-productCard__figure--img {
        width: auto;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
}
.o-productCard__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    padding: 0.625rem 0;
    text-align: center;
}
@media (max-width: 991px) {
    .o-productCard__content {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        align-content: space-between;
        padding: 0.625rem;
        text-align: left;
    }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .o-productCard__content {
        display: block;
    }
}
.o-productCard__name {
    display: flex;
    overflow: hidden;
    height: 35px;
    padding: 0 0.9375rem;
    margin-bottom: 0.625rem;
    font-family: "Jost", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
}
@media (max-width: 991px) {
    .o-productCard__name {
        width: 100%;
        height: 31px;
        padding: 0;
        margin-bottom: 0.3125rem;
    }
}
.o-productCard__price {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    font-family: "productsansRegular";
}
.o-productCard__price--kdv {
    padding-top: 0.3125rem;
    color: #b7b7b7;
    font-size: 0.75rem;
}
@media (max-width: 376px) {
    .o-productCard__price--kdv {
        display: none;
    }
}
.o-productCard__priceContent {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    padding-bottom: 0.3125rem;
}
@media (max-width: 376px) {
    .o-productCard__priceContent {
        padding-bottom: 0;
    }
}
.o-productCard__priceContent:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20%;
    width: 60%;
    border-bottom: solid 1px #d7d9db;
}
@media (max-width: 376px) {
    .o-productCard__priceContent:before {
        display: none;
    }
}
.o-productCard__priceContent--salePrice {
    display: flex;
    font-size: 1.375rem;
}
.o-productCard__priceContent--value {
    font-size: 2.725rem;
}
.o-productCard__priceContent--currency {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 3px;
    font-size: 1.1875rem;
    line-height: 1;
}
.o-productCard__features {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0.625rem 0.9375rem 0 0.9375rem;
    margin: 0 -0.9375rem;
    margin-top: 0.625rem;
    border-top: solid 1px #eee;
}
@media (max-width: 991px) {
    .o-productCard__features {
        width: 100%;
        padding-left: 0;
        margin-top: 0.3125rem;
        margin-right: 0;
        margin-left: 0;
    }
}
.o-productCard__features--item {
    margin-top: 0.3125rem;
    font-size: 1.25rem;
}
@media (max-width: 376px) {
    .o-productCard__features--item {
        font-size: 0.6875rem;
    }
}
.o-productCard__features--item:first-child {
    margin-top: 0;
}
.o-productCard__features--item.-delivery::before {
    margin-right: 0.3125rem;
    font-size: 0.875rem;
}
.o-productCard__features--item.-green {
    color: #34c72a;
}

@media (min-width: 1200px) {
    .container {
        min-width: 1230px;
    }
}
.ps-breadcrumb {
    padding: 20px 0;
    background-color: #f1f1f1;
}
.ps-breadcrumb .breadcrumb {
    display: inline-block;
    margin: 0;
    padding: 0;
    background-color: transparent;
}
.ps-breadcrumb .breadcrumb li {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}
.ps-breadcrumb .breadcrumb li:before {
    content: "/";
    margin: 0 5px;
}
.ps-breadcrumb .breadcrumb li:first-child {
    padding-left: 0;
}
.ps-breadcrumb .breadcrumb li:first-child:before {
    display: none;
}
.ps-breadcrumb .breadcrumb a {
    line-height: 20px;
    color: #09c;
}
.ps-breadcrumb .breadcrumb a:hover {
    color: #fcb800;
}
@media (max-width: 991px) {
    .ps-breadcrumb {
        position: relative;
        padding: 10px 0;
    }
    .ps-breadcrumb .breadcrumb li {
        font-size: 12px;
    }
    .ps-breadcrumb .breadcrumb a {
        font-size: 12px;
    }
}

.spbtn {
    background: #09a936;
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 10px;
    font-family: "Quicksand", sans-serif;
    color: #ffffff;
    font-size: 20px;
    padding: 15px 20px 15px 20px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    font-family: "Quicksand", sans-serif;
    width: 70%;
    height: 60px;
}

*,
::after,
::before {
    box-sizing: border-box;
}
h1,
h2 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
.text-right {
    text-align: right !important;
}
a {
    color: #343a40;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:hover {
    color: #0056b3;
    text-decoration: underline;
}
img {
    vertical-align: middle;
    border-style: none;
}
ul {
    margin: 0;
    padding: 0;
    list-style: outside none none;
}
h1,
h2 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}
h1 {
    font-size: 2.5rem;
}
h2 {
    font-size: 2rem;
}
small {
    font-size: 80%;
    font-weight: 400;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1300px) {
    .container {
        max-width: 1240px;
    }
}
@media (min-width: 1600px) {
    .container {
        max-width: 1540px;
    }
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-lg-2,
.col-lg-4,
.col-md-12,
.col-md-3,
.col-md-6 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 768px) {
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 992px) {
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}
img:not(.initial) {
    transition: opacity 1s;
}
.single-split-banner__image__content {
    text-align: left;
    position: absolute;
    top: 50%;
    padding-left: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
*,
::after,
::before {
    box-sizing: border-box;
}
h1,
h2 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
a {
    color: #343a40;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:hover {
    color: #0056b3;
    text-decoration: underline;
}
img {
    vertical-align: middle;
    border-style: none;
}
h1,
h2 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}
h1 {
    font-size: 2.5rem;
}
h2 {
    font-size: 2rem;
}
small {
    font-size: 80%;
    font-weight: 400;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1300px) {
    .container {
        max-width: 1240px;
    }
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-lg-2,
.col-lg-4,
.col-md-12,
.col-md-3,
.col-md-6 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 768px) {
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 1600px) {
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}
.collapse:not(.show) {
    display: none;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.pr-1 {
    padding-right: 0.25rem !important;
}
.pl-1 {
    padding-left: 0.25rem !important;
}
.text-justify {
    text-align: justify !important;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.text-success {
    color: #28a745 !important;
}
@media print {
    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    a:not(.btn) {
        text-decoration: underline;
    }
    img {
        page-break-inside: avoid;
    }
    h2,
    p {
        orphans: 3;
        widows: 3;
    }
    h2 {
        page-break-after: avoid;
    }
    .container {
        min-width: 992px !important;
    }
}
.ion-ios-arrow-right:before {
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ion-ios-arrow-right:before {
    content: "\f3d3";
}
*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
h1,
h2 {
    font-family: "Jost", sans-serif;
    font-weight: 600;
    margin-top: 0;
    color: #333;
}
h1 {
    font-size: 36px;
    line-height: 42px;
}
h2 {
    font-size: 30px;
    line-height: 36px;
}
p:last-child {
    margin-bottom: 0;
}
a {
    line-height: inherit;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}
a,
img,
span {
    -webkit-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
}
:focus {
    outline: 0 !important;
}
a:focus {
    text-decoration: none;
    color: inherit;
    outline: 0;
}
a:hover {
    text-decoration: none;
    color: #ed2c7a;
}
ul {
    margin: 0;
    padding: 0;
    list-style: outside none none;
}
.single-split-banner__image__content {
    text-align: left;
    position: absolute;
    top: 50%;
    padding-left: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.single-split-banner__image__content p {
    margin-bottom: 0;
}
.single-split-banner__image__content p.split-banner-title--light {
    font-family: "Jost", sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 5px;
    color: #666;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-split-banner__image__content p.split-banner-title--light {
        font-size: 16px;
        line-height: 16px;
    }
}
@media only screen and (max-width: 479px) {
    .single-split-banner__image__content p.split-banner-title--light {
        font-size: 16px;
        line-height: 16px;
    }
}
.single-split-banner__image__content p.split-banner-title--bold {
    font-family: "Jost", sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 15px;
    color: #333;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-split-banner__image__content p.split-banner-title--bold {
        font-size: 22px;
        line-height: 22px;
    }
}
@media only screen and (max-width: 479px) {
    .single-split-banner__image__content p.split-banner-title--bold {
        font-size: 22px;
        line-height: 22px;
    }
}
.single-split-banner__image__content p.split-banner-title--price {
    font-family: "Jost", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    color: #666;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-split-banner__image__content p.split-banner-title--price {
        font-size: 15px;
        line-height: 15px;
    }
}
@media only screen and (max-width: 479px) {
    .single-split-banner__image__content p.split-banner-title--price {
        font-size: 15px;
        line-height: 15px;
    }
}
.single-split-banner__image__content p.split-banner-title--price .amount {
    font-family: "Jost", sans-serif;
    font-size: 15px;
    background: #ed2c7a;
    font-weight: 600;
    padding: 3px 15px !important;
    line-height: 24px;
    display: block;
    margin-top: 5px;
    color: #3a9943;
}
.single-split-banner__image__content p.split-banner-title--price .amount i {
    float: right;
    margin-left: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-split-banner__image__content p.split-banner-title--price .amount {
        font-size: 18px;
        line-height: 18px;
    }
}
@media only screen and (max-width: 479px) {
    .single-split-banner__image__content p.split-banner-title--price .amount {
        font-size: 18px;
        line-height: 18px;
    }
}
.page-wrapper-light-green .single-split-banner__image__content p.split-banner-title--price .amount {
    color: #fff;
}
.product-title {
    margin-bottom: 5px;
}
.product-title a {
    font-family: "Jost", sans-serif;
    font-family: "Jost", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #333;
}
.product-title a:hover {
    color: #3a9943;
}
.product-price {
    margin-bottom: 0;
}
.product-price .discounted-price {
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: #3a9943;
}
.single-slider-product {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    transition: all 0.3s ease-in-out;
}
.single-slider-product__image {
    border: 1px solid #d4d4d4;
    border-bottom: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    height: 250px;
    line-height: 330px;
    overflow: hidden;
}
.single-slider-product__image > a {
    display: block;
    border-radius: 10px;
    width: 100%;
    text-align: center;
}
.single-slider-product__image > a img:nth-child(1) {
    visibility: visible;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    opacity: 1;
    display: block;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}
.single-slider-product__content {
    position: relative;
    overflow: hidden;
    padding: 15px 20px 15px 20px;
    text-align: left;
    border: 1px solid #d4d4d4;
    border-top: 0;
    background: 0 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.single-slider-product:hover .single-slider-product__content,
.single-slider-product:hover .single-slider-product__image {
    border-color: #ed2c7a;
}
.page-wrapper-light-green .product-title a:hover {
    color: #ed2c7a;
}
.page-wrapper-light-green .product-price .discounted-price {
    color: #ed2c7a;
}
.product-title {
    text-align: center;
}
.product-title a {
    text-align: center;
    margin-bottom: 10px;
    height: 50px;
    text-transform: capitalize;
}
.product-price li .price.discounted-price:after {
    content: "";
    background-color: #999;
    height: 1px;
    position: absolute;
    right: 0;
    top: 14px;
    width: 100%;
    transform: rotate(-14deg);
}
.product-price li {
    width: 50%;
    float: left;
    font-size: 1.875rem;
    padding-top: 0;
    text-align: center;
}
.product-price li div {
    text-align: center;
}
.product-price .price span:first-child {
    display: inline-block;
    vertical-align: middle;
    font-size: 28px;
    margin-right: -5px;
    color: #ed2c7a;
}
.product-price .price span {
    display: inline-block;
    vertical-align: middle;
}
.product-price .price span small {
    color: #ed2c7a;
    display: block;
    font-size: 14px;
    letter-spacing: -1px;
    line-height: 14px;
    position: relative;
    top: 1px;
}
.product-price .price small:last-child {
    bottom: 0;
    top: auto;
}
.product-price {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.product-price li .price.discounted-price {
    color: #999;
    position: relative;
    font-weight: 400;
}
.product-price li .price.discounted-price span,
.product-price li .price.discounted-price span small {
    color: #999;
}
.p-ayni-gun-kargo {
    font-size: 13px;
    margin-bottom: 10px;
}
.single-slider-product {
    margin-bottom: 30px;
}
::selection {
    background: #ed2c7a;
    color: #fff;
}
.width100 {
    width: 100% !important;
}
.col-lg-4 .single-split-banner img {
    border-radius: 10px;
}
img:not(.initial) {
    transition: opacity 1s;
}
img.loaded {
    opacity: 1;
}
@media (min-width: 1600px) {
    .container {
        max-width: 1540px;
    }
}
@media (min-width: 1440px) and (max-width: 1600px) {
    .single-slider-product__image {
        height: 306px !important;
        line-height: 306px !important;
    }
}
@media screen and (max-width: 1366px) {
    .single-slider-product__image {
        height: 306px !important;
        line-height: 306px !important;
    }
    .single-slider-product__content {
        padding: 10px 5px 10px 5px;
    }
    .product-price .price span small {
        font-size: 12px;
    }
    .product-price .price span small {
        font-size: 12px;
    }
    .product-price .price span:first-child {
        font-size: 26px;
    }
    .single-slider-product__image {
        height: 330px;
        display: flex;
    }
    .single-split-banner {
        text-align: center;
    }
}
@media screen and (max-width: 1280px) {
    .container {
        max-width: 1200px;
    }
    .product-price .price span:first-child {
        font-size: 25px;
    }
}
@media screen and (max-width: 768px) {
    .mb-sm-20 {
        margin-bottom: 20px !important;
    }
    .single-slider-product__image {
        height: 180px !important;
        line-height: 180px !important;
    }
    .col-xs-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .single-slider-product__content {
        padding: 10px 5px;
    }
    .product-price .price span:first-child {
        font-size: 20px;
    }
    .product-price li .price.discounted-price {
        margin-right: 0;
    }
    .product-price .price span small {
        font-size: 12px;
        line-height: 12px;
    }
    .single-slider-product {
        margin-bottom: 15px;
    }
}
.text-justify {
    text-align: justify;
}
.single-split-banner__image__content p.split-banner-title--price .amount,
::selection {
    background-color: #18bc4f !important;
}
.single-slider-product:hover .single-slider-product__content,
.single-slider-product:hover .single-slider-product__image {
    border-color: #18bc4f;
}
.product-price .price span:first-child,
.product-price .price span small,
a:hover {
    color: #18bc4f;
}
.text-success,
.page-wrapper-light-green .product-title a:hover {
    color: #333333;
}


.menu-cart-total{border-top:1px solid #e1e1e1;}
.menu-cart-total{font-family:Nunito,sans-serif;}
.menu-cart-total{border-bottom:1px solid #e1e1e1;}
.menu-cart-total:after{clear:both;}
a{transition:.25s ease-in-out;}
a:active,a:focus{outline:0!important;}
img{max-width:100%;height:auto;}
.btn{border-radius:0;}
a{background-color:transparent;}
#topbar{padding:2px 0;background:#f7f7f7;}
#topbar .text-leftt{float:left;display:inline-block;}
#topbar .text-leftt a,#topbar .text-leftt p{display:inline-block;color:#333;font-size:12px;line-height:35px;}
#topbar .text-leftt p:first-child{padding-right:0;margin-right:0;}
#topbar .text-right{float:right;text-align:inherit;display:inline-block;}
#topbar .navbar-icons li,.menu-shopping-cart{position:relative;}
#topbar .navbar-icons li .submenu{z-index:99999;}
#topbar .navbar-icons li:first-child a.awemenu-icon:after{width:0;}
#topbar .navbar-icons li:last-child a.awemenu-icon,.menubar-cart .menu-shopping-cart{padding-right:0;}
#topbar .navbar-icons li a.awemenu-icon{height:30px;line-height:30px;font-weight:500;text-transform:capitalize;font-size:12px;position:relative;}
#topbar .navbar-icons li a.awemenu-icon:after{position:absolute;content:"";left:0;top:10px;width:1px;height:12px;background:#c0bfbf;}
.menubar-cart .text{vertical-align:middle;display:inline-block;}
.menubar-cart .text p{margin:0;line-height:20px;height:20px;font-weight:400;font-size:14px;}
.menubar-cart .text p:first-child{text-transform:none;font-weight:700;font-size:14px;}
.navbar-icons>li{float:left;}
.menu-cart-total{margin-bottom:15px;padding:15px 0;}
.menu-cart-total:after,.menu-cart-total:before{content:" ";display:table;}
.menu-cart-total>span{color:#333;font-size:14px;font-weight:700;}
.menu-cart-total>.price{color:#c8a165;float:right;}
:focus,a:active,a:hover{outline:0;}
.awemenu-icon{font-size:18px;}
.navbar-icons{float:right;list-style:none;margin:0;padding:0;}
.navbar-icons>li>a{display:inline-block;padding:0 15px;height:50px;line-height:50px;}
.navbar-icons>li .submenu{position:absolute;list-style:none;margin:0;padding:0;right:0;transition:.25s;-webkit-transform:translateY(15px);-ms-transform:translateY(15px);transform:translateY(15px);opacity:0;visibility:hidden;z-index:999;}
@media (max-width:1200px){
.navbar-icons>li .submenu{left:0;right:auto;}
}
.navbar-icons>li:focus .submenu,.navbar-icons>li:hover .submenu{opacity:1;visibility:visible;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}
.navbar-icons .submenu{right:0;background:#fff;box-shadow:1px 2px 3px rgba(0,0,0,.15);}
.navbar-icons .submenu>li{min-width:250px;}
.navbar-icons .submenu.megamenu>li{padding:20px 0;}
@media (max-width:1024px){
.menubar-cart .menu-shopping-cart{padding-left:0;}
}
@media (max-width:1199px){
.navbar-icons{float:left;}
.navbar-icons{border-left:none;border-right:none;}
.navbar-icons>li>a{height:45px;line-height:48px;}
}
ul{margin-top:0;}
.ustlinkler,.ustlinkler:hover{font-family:Nunito,sans-serif;font-size:12px;text-decoration:none;}
@media (max-width:1024px){
.navbar-icons>li .submenu{left:inherit;right:0;}
.header-style-1 .menubar-cart .menu-shopping-cart{height:auto;}
}
.ustlinkler{color:#999;}
.ustlinkler:hover{color:#ce2790;}
@media (max-width:1018px){
.ppp{display:none!important;}
}
@media (max-width:480px){
#topbar .text-right{float:left;}
#topbar .navbar-icons li:first-child a{padding-left:0;}
a{color:#333;}
*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box;box-sizing:border-box;}
::placeholder{color:#929da8;opacity:1;}
ul{margin-top:0;margin-bottom:1rem;}
.text-right{text-align:right!important;}
a{background-color:transparent;}
a:active,a:hover{outline:0;}
img{border:0;vertical-align:middle;}
@media print{
*,::after,::before{-webkit-box-shadow:none!important;text-shadow:none!important;box-shadow:none!important;}
a,a:not(.btn),a:visited{text-decoration:underline;}
img{page-break-inside:avoid;page-break-inside:avoid;max-width:100%!important;}
*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;}
a[href]:after{content:" (" attr(href) ")";}
p{orphans:3;widows:3;}
}
*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
a:focus,a:hover{color:#23527c;text-decoration:underline;}
a:focus{outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px;}
p{margin:0 0 10px;}
a:hover{color:#fc970a;}
a,a:focus,a:hover{text-decoration:none;outline:0;}
::selection{color:#fff;background-color:#000;}
::-webkit-scrollbar-track{background-color:#eee;}
::-webkit-scrollbar{width:10px;height:10px;}
::-webkit-scrollbar-thumb{cursor:pointer;background:#000;border-radius:0;}
}
a{color:#333;}
*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box;box-sizing:border-box;}
::placeholder{color:#929da8;opacity:1;}
ul{margin-bottom:1rem;}
.text-right{text-align:right!important;}
img{border:0;vertical-align:middle;}
@media print{
*,::after,::before{-webkit-box-shadow:none!important;text-shadow:none!important;box-shadow:none!important;}
a,a:not(.btn),a:visited{text-decoration:underline;}
img{page-break-inside:avoid;page-break-inside:avoid;max-width:100%!important;}
*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;}
a[href]:after{content:" (" attr(href) ")";}
p{orphans:3;widows:3;}
}
*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
a:focus,a:hover{color:#23527c;text-decoration:underline;}
a:focus{outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px;}
a:hover{color:#000;}
a,a:focus,a:hover{text-decoration:none;outline:0;}
div,p{padding:0;margin:0;}
div,p{border:0;vertical-align:baseline;}
::selection{background:#3dd535;color:#fff;text-shadow:none;}
@media (min-width:1200px){
.container{width:1540px;}
}



.btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  position: fixed;
bottom: 90px;
  right: 10px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}

.btn-whatsapp-pulse-border {
  bottom: 120px;
  right: 20px;
  animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid #25d366;
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }
  75% {
    padding: 50px;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
