@charset "UTF-8";

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

}


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: 1650px;
    margin: 0 auto;
    padding: 0 15px

}


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

}


@media (max-width: 479px) {
    .ps-container {
        padding: 0 15px
    }

}


.ps-list--plus li {
    margin: 10px 0

}


.ps-list--plus li a {
    display: block;
    position: relative;
    padding-left: 15px;
    line-height: 20px

}


.ps-list--plus li a:before {
    content: '+';
    position: absolute;
    top: 0;
    left: 0;
    line-height: 20px

}


button {
    cursor: pointer;
    transition: all .4s ease

}


.ps-btn, button.ps-btn {
    display: inline-block;
    padding: 15px 45px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #000;
    border: none;
    font-weight: 600;
    border-radius: 4px;
    background-color: #fcb800;
    transition: all .4s ease;
    cursor: pointer

}


.ps-btn--rounded, button.ps-btn--rounded {
    border-radius: 50px

}


.ps-btn--sm, button.ps-btn--sm {
    padding: .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

}


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

}


.ps-select {
    display: inline-block;
    min-width: 120px;
    cursor: pointer

}


.ps-number {
    position: relative

}


.ps-number span {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 50%;
    border-left: 1px solid #979797;
    transition: all .4s ease

}


.ps-number span:before {
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000

}


.ps-number span:hover {
    cursor: pointer;
    background-color: #fcb800

}


.ps-number span:hover:before {
    color: #fff

}


.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

}


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

}


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

}


.ps-variant.ps-variant--size {
    position: relative;
    vertical-align: top;
    border-radius: 0;
    border-color: #d9d9d9

}


.ps-variant.ps-variant--size .ps-variant__size {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #999;
    font-weight: 600

}


.ps-variant.ps-variant--size.active .ps-variant__size {
    color: #000

}


.ps-variant.ps-variant--color {
    width: 30px;
    height: 30px

}


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

}


.ps-variant.ps-variant--color.color--1:before {
    background-color: #000

}


.ps-variant.ps-variant--color.color--2:before {
    background-color: #9e9e9e

}


.ps-variant.ps-variant--color.color--3:before {
    background-color: #f06292

}


.ps-variant.ps-variant--image {
    width: auto;
    height: auto;
    max-width: 50px;
    border-radius: 0;
    border-color: #d9d9d9

}


.ps-variant.ps-variant--image img {
    position: relative

}


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

}


.select2 {
    display: block

}


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

}


.ps-post--small-thumbnail {
    display: flex;
    flex-flow: row nowrap

}


.ps-post--small-thumbnail .ps-post__thumbnail {
    width: 100%;
    max-width: 260px

}


.ps-post--small-thumbnail .ps-post__thumbnail img {
    width: 100%

}


.ps-post--small-thumbnail .ps-post__top p {
    color: #666

}


.ps-post--small-thumbnail .ps-post__content {
    padding-top: 0;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between

}


@media (max-width: 767px) {
    .ps-post--small-thumbnail {
        flex-flow: column wrap
    }

    .ps-post--small-thumbnail .ps-post__thumbnail {
        margin-bottom: 30px;
        max-width: 100%
    }

    .ps-post--small-thumbnail .ps-post__content {
        padding-left: 0
    }

}


.pagination {
    margin: 0;
    display: inline-block;
    position: relative;
    vertical-align: top;
    font-size: 0

}


.pagination li {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top

}


.pagination li > a {
    padding: 0 14px;
    position: relative;
    display: inline-block;
    z-index: 30;
    color: #999;
    line-height: 32px;
    border: none;
    background-color: #f5f5f5;
    color: #000;
    vertical-align: middle;
    font-size: 14px

}


.pagination li > a i {
    font-size: 10px;
    font-weight: 600;
    margin-left: 4px

}


.pagination li > a:hover {
    color: #000;
    background-color: #fcb800

}


.pagination li.active {
    border: none

}


.pagination li.active a {
    background-color: #fcb800;
    color: #000

}


.pagination li:last-child {
    margin-right: 0

}


.ps-pagination {
    padding-top: 70px;
    text-align: center

}


.ps-pagination::after {
    clear: both;
    content: "";
    display: table

}


@media (max-width: 767px) {
    .ps-pagination .pagination > li {
        margin-bottom: 10px
    }

    .ps-pagination .pagination > li > a {
        min-width: 40px;
        line-height: 40px;
        font-size: 1.4rem
    }

}


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

}


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

    .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--shop-features {
    margin-bottom: 40px

}


.ps-block--shop-features .ps-block__header {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #f0f0f0

}


.ps-block--shop-features .ps-block__header h3 {
    font-weight: 400;
    font-size: 24px;
    color: #000

}


.ps-block--shop-features .ps-block__navigation a {
    display: inline-block;
    margin-right: 10px;
    color: #999

}


.ps-block--shop-features .ps-block__navigation a:last-child {
    margin-right: 0

}


.ps-block--shop-features .ps-block__navigation a:hover {
    color: #000

}


.ps-block--average-rating .ps-block__header {
    margin-bottom: 20px

}


.ps-block--average-rating .ps-block__header h3 {
    font-size: 58px;
    font-weight: 500;
    color: #690;
    line-height: 1

}


.ps-block--average-rating .ps-block__header span {
    display: block;
    color: #666

}


.ps-block--post--navigation {
    display: flex;
    justify-content: space-between;
    padding-bottom: 90px;
    border-bottom: 1px solid #e1e1e1

}


.ps-block--post--navigation .ps-block__title {
    font-size: 18px;
    font-weight: 600;
    color: #000

}


.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--icon i {
    margin-bottom: 30px;
    display: inline-block;
    color: #fcb800;
    font-size: 40px

}


.ps-block--icon h5 {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000

}


.ps-block--icon p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.2em

}


@media (min-width: 768px) {
    .ps-block--icon p {
        font-size: 16px
    }

    .ps-block--icon h5 {
        font-size: 18px
    }

}


.ps-block--store {
    margin-bottom: 20px;
    box-shadow: 0 0 4px 0 #ccc

}


.ps-block--store h4 {
    margin-bottom: 30px;
    font-size: 21px;
    color: #525252;
    font-weight: 600

}


.ps-block--store .ps-block__content {
    padding: 0 20px 20px;
    border-top: 3px solid #17a2b8

}


.ps-block--store-2 {
    box-shadow: 0 0 25px 0 #ddd

}


.ps-block--store-2 h4 {
    margin-bottom: 0;
    color: #526b6f

}


.ps-block--store-2 .ps-block__content {
    padding: 30px 20px 50px;
    border-bottom: 1px solid #eee

}


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

}


.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

}


@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--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, .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 .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

}


@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-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 .ps-product__rating span {
    color: #666;
}


.ps-product .ps-product__price {
    position: relative;
    font-size: 16px;
    color: #000

}


.ps-product .ps-product__price.sale {
    color: #f30

}


.ps-product .ps-product__price.sale del {
    color: #666

}


.ps-product .ps-product__actions {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    max-width: 200px;
    padding: 10px 0;
    background-color: #fff;
    transition: all .5s cubic-bezier(.7, 0, .3, 1) 0s

}


.ps-product .ps-product__actions li {
    margin-right: 10px;
    list-style: none

}


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

}


.ps-product .ps-product__actions:last-child {
    margin-right: 0

}


.ps-product .ps-product__badge {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 5px 10px;
    border-radius: 4px;
    background-color: #f14705

}


.ps-product .ps-product__badge.hot {
    background-color: #ff8c46;
    color: #fff

}


.ps-product .ps-product__title:hover {
    color: #fcb800

}


.ps-product .ps-product__thumbnail {
    position: relative;
    overflow: hidden

}


.ps-product .ps-product__thumbnail img {
    width: 100%

}


.ps-product .ps-product__thumbnail .ps-product__actions {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%)

}


.ps-product .ps-product__content > p {
    color: #000

}


.ps-product .ps-product__content.hover {
    display: block;
    position: absolute;
    top: 100%;
    right: -1px;
    width: calc(100% + 2px);
    padding: 0 20px 20px;
    border: 1px solid silver;
    border-bottom: 1px solid silver;
    border-top: none;
    visibility: hidden;
    opacity: 0

}


.ps-product .ps-product__container {
    padding-top: 10px

}


.ps-product:hover .ps-product__thumbnail .ps-product__actions {
    transform: translate(-50%, 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--wide {
    margin-bottom: 40px;
    display: flex;
    flex-flow: row nowrap;
    border: 1px solid transparent;
    border-bottom: 1px solid #f0f0f0;
    padding: 0

}


.ps-product--wide > * {
    width: 100%

}


.ps-product--wide .ps-product__price {
    font-size: 18px;
    font-weight: 600

}


.ps-product--wide .ps-product__vendor {
    text-transform: none;
    font-size: 14px;
    border: none

}


.ps-product--wide .ps-product__title {
    display: block;
    margin-bottom: 6px

}


.ps-product--wide .ps-product__title:hover {
    text-decoration: none

}


.ps-product--wide .ps-product__desc {
    position: relative

}


.ps-product--wide .ps-product__desc li {
    padding-left: 15px;
    position: relative;
    color: #999;
    line-height: 1em

}


.ps-product--wide .ps-product__desc li:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 0;
    background-color: #999

}


.ps-product--wide .ps-product__shopping {
    flex-basis: 180px

}


.ps-product--wide .ps-product__shopping .ps-btn {
    width: 100%;
    text-align: center;
    font-weight: 600;
    padding: 11px 20px

}


.ps-product--wide .ps-product__shopping .ps-product__actions {
    max-width: 100%;
    align-items: center

}


.ps-product--wide .ps-product__shopping .ps-product__actions li {
    width: 100%;
    margin-right: 0

}


.ps-product--wide .ps-product__shopping .ps-product__actions li a {
    width: auto;
    height: auto;
    border-radius: 0

}


.ps-product--wide .ps-product__shopping .ps-product__actions li a i {
    margin-right: 5px

}


.ps-product--wide .ps-product__shopping .ps-product__actions li a:hover {
    background-color: transparent;
    color: #fcb800

}


.ps-product--wide .ps-product__thumbnail {
    min-width: 150px;
    flex-basis: 150px

}


.ps-product--wide .ps-product__container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding: 20px

}


.ps-product--wide:hover {
    border: 1px solid #ccc

}


.ps-product--wide:hover .ps-product__content {
    display: block;
    height: auto;
    opacity: 1;
    visibility: visible

}


@media (max-width: 1024px) {
    .ps-product--wide .ps-product__shopping {
        margin-top: 20px
    }

    .ps-product--wide .ps-product__container {
        flex-flow: row wrap
    }

}


@media (max-width: 479px) {
    .ps-product--wide {
        flex-flow: row wrap
    }

    .ps-product--wide .ps-product__thumbnail {
        margin-bottom: 20px;
        max-width: 100%
    }

}


.ps-product--cart {
    display: flex;
    flex-flow: row nowrap;
    align-items: center

}


.ps-product--cart > * {
    flex-basic: 100%

}


.ps-product--cart .ps-product__thumbnail {
    max-width: 100px

}


.ps-product--cart .ps-product__content {
    padding-left: 30px

}


.ps-product--cart .ps-product__content a {
    font-size: 16px;
    color: #06c

}


.ps-product--cart .ps-product__content a:hover {
    color: #fcb800

}


.ps-product--cart .ps-product__content p strong {
    font-weight: 500

}


.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__shopping {
    border-bottom: 0;
    padding-bottom: 0

}


@media screen and (min-width: 1200px) {
    .ps-product--quickview {
        display: block
    }

}


.ps-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fff;
    flex-flow: row nowrap;
    transition: all 1s cubic-bezier(.7, 0, .3, 1)

}


.ps-loading__content > * {
    display: block;
    width: 25%;
    transition: transform 1s cubic-bezier(.7, 0, .3, 1);
    transform-origin: 0 50%;
    background-color: #fcfaf6

}


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

}


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

}


.ps-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: all .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.active {
    visibility: visible;
    opacity: 1

}


@media (max-width: 991px) {
    .ps-modal__container {
        max-width: 90%
    }

}


@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-tab {
    display: none

}


.ps-tab.active {
    display: block

}


.ps-shopping-product {
    min-height: 80vh

}


@media (max-width: 1199px) {
    .ps-shopping-product .ps-product {
        margin-bottom: 30px
    }

}


@media (max-width: 767px) {
    .ps-shopping-product .row {
        margin: 0 -2px
    }

    .ps-shopping-product .row > * {
        padding: 0 2px
    }

    .ps-shopping-product .ps-product {
        margin-bottom: 4px
    }

    .ps-shopping-product .ps-product .ps-product__badge {
        top: 5px;
        right: 5px
    }

}


.ps-layout--shop {
    padding-bottom: 90px;
    display: flex;
    flex-flow: row nowrap

}


.ps-layout--shop > * {
    width: 100%

}


.ps-layout--shop .ps-layout__left {
    width: 100%;
    min-width: 320px;
    max-width: 310px;
    padding-right: 30px

}


.ps-layout--shop .ps-layout__right {
    max-width: calc(100% - 320px)

}


.ps-layout--shop .ps-layout__right .owl-slider {
    max-width: 100%

}


@media (max-width: 1199px) {
    .ps-layout--shop {
        flex-flow: column-reverse wrap
    }

    .ps-layout--shop .ps-layout__left {
        max-width: 100%;
        padding-right: 0;
        /*display: none*/
    }

    .ps-layout--shop .ps-layout__right {
        max-width: 100%;
        margin-bottom: 50px
    }

}


@media (max-width: 767px) {
    .ps-layout--shop {
        padding-bottom: 45px
    }

}


.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-vendor-store {
    padding: 40px 0

}


.ps-store-list {
    padding-top: 60px

}


.ps-store-list .ps-block--store-2 {
    margin-bottom: 30px

}


#shop-carousel .ps-product-list {
    margin-bottom: 90px

}


@media (max-width: 767px) {
    #shop-carousel .ps-product-list {
        margin-bottom: 50px
    }

}


#shop-sidebar .ps-page__header {
    margin-bottom: 50px

}


#shop-sidebar .ps-page__header h1 {
    margin-bottom: 20px;
    font-weight: 700;
    color: #000;
    font-size: 24px

}


#shop-sidebar .ps-layout--shop {
    padding-top: 30px

}


#shop-carousel .ps-carousel--nav-inside {
    padding: 30px 0 50px

}


#shop-carousel .ps-carousel--nav-inside .owl-item img {
    width: 100%

}


@media (max-width: 767px) {
    #shop-carousel .ps-carousel--nav-inside {
        padding: 30px 0
    }

}


.ps-page--404 {
    position: relative;
    min-height: 100vh;
    background-color: #efeef0;
    text-align: center

}


.ps-page--404 .container {
    min-height: 100vh;
    display: flex;
    flex-flow: column wrap;
    justify-content: center

}


.ps-page--404 img {
    margin-bottom: 100px

}


.ps-page--404 h3 {
    margin-bottom: 20px;
    font-size: 36px;
    color: #000;
    font-weight: 600

}


.ps-page--404 p {
    margin-bottom: 20px;
    font-size: 18px

}


.ps-page--404 p a {
    color: #fcb800

}


@media (max-width: 767px) {
    .ps-page--404 h3 {
        font-size: 24px
    }

    .ps-page--404 p {
        font-size: 14px
    }

}


.ps-page--shop .ps-carousel--nav-inside .owl-item img {
    width: 100%

}


@media (min-width: 576px) and (max-width: 992px) {
    .ps-page--shop .container {
        max-width: 100%
    }

}


.ps-page--product {
    padding-top: 30px

}


.ps-page--product .ps-page__container {
    display: flex;
    flex-flow: row nowrap;
    width: 100%

}


.ps-page--product .ps-page__container > * {
    width: 100%

}


.ps-page--product .ps-page__container .ps-page__left {
    padding-right: 30px;
    max-width: calc(100% - 290px)

}


.ps-page--product .ps-page__container .ps-page__right {
    min-width: 290px;
    max-width: 290px

}


@media (max-width: 1199px) {
    .ps-page--product .ps-page__container {
        flex-flow: column wrap
    }

    .ps-page--product .ps-page__container .ps-page__left {
        max-width: 100%;
        padding-right: 0
    }

}


@media screen and (max-width: 479px) {
    .ps-page--product .ps-page__container .ps-page__right {
        max-width: 100%
    }

}


.navigation {
    background-color: #fcb800

}


.navigation > .container, .navigation > .ps-container {
    display: flex;
    flex-flow: row nowrap

}


.navigation > .container > *, .navigation > .ps-container > * {
    width: 100%

}


.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__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end

}


.header .header__actions > * {
    margin: 0 20px

}


.header .header__left {
    max-width: 300px;
    display: flex;
    align-items: center

}


.header .header__right {
    max-width: 370px

}


.header .header__top {
    padding: 25px 0;
    background-color: #fcb800;
    border-bottom: 1px solid rgba(0, 0, 0, .15)

}


.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%

}


@media (max-width: 1199px) {
    .header {
        display: none
    }

}


.header--product {
    visibility: hidden;
    opacity: 0;
    height: 0

}


.header--product .navigation {
    transition: transform .25s ease;
    transform: translateY(-50%)

}


.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 .5s cubic-bezier(.7, 0, .3, 1) 0s

}


.navigation--sidebar .navigation__actions {
    text-align: center

}


.navigation--sidebar .navigation__header {
    position: relative;
    text-align: center;
    padding: 15px 0;
    background-color: #fcb800

}


.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: .05em

}


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

}


.navigation--list .navigation__item.active span {
    color: #fcb800

}


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

}


.mt-0 {
    margin-top: 0

}


.mr-0 {
    margin-right: 0

}


.mb-0 {
    margin-bottom: 0

}


.mt-5 {
    margin-top: 5px

}


.mr-5 {
    margin-right: 5px

}


.mb-5 {
    margin-bottom: 5px

}


.mt-10 {
    margin-top: 10px

}


.mr-10 {
    margin-right: 10px

}


.mb-10 {
    margin-bottom: 10px

}


.mt-15 {
    margin-top: 15px

}


.mr-15 {
    margin-right: 15px

}


.mb-15 {
    margin-bottom: 15px

}


.mt-20 {
    margin-top: 20px

}


.mr-20 {
    margin-right: 20px

}


.mb-20 {
    margin-bottom: 20px

}


.mt-25 {
    margin-top: 25px

}


.mr-25 {
    margin-right: 25px

}


.mb-25 {
    margin-bottom: 25px

}


.mt-30 {
    margin-top: 30px

}


.mr-30 {
    margin-right: 30px

}


.mb-30 {
    margin-bottom: 30px

}


.mt-35 {
    margin-top: 35px

}


.mr-35 {
    margin-right: 35px

}


.mb-35 {
    margin-bottom: 35px

}


.mt-40 {
    margin-top: 40px

}


.mr-40 {
    margin-right: 40px

}


.mb-40 {
    margin-bottom: 40px

}


.mt-45 {
    margin-top: 45px

}


.mr-45 {
    margin-right: 45px

}


.mb-45 {
    margin-bottom: 45px

}


.mt-50 {
    margin-top: 50px

}


.mr-50 {
    margin-right: 50px

}


.mb-50 {
    margin-bottom: 50px

}


.mt-55 {
    margin-top: 55px

}


.mr-55 {
    margin-right: 55px

}


.mb-55 {
    margin-bottom: 55px

}


.mt-60 {
    margin-top: 60px

}


.mr-60 {
    margin-right: 60px

}


.mb-60 {
    margin-bottom: 60px

}


.mt-65 {
    margin-top: 65px

}


.mr-65 {
    margin-right: 65px

}


.mb-65 {
    margin-bottom: 65px

}


.mt-70 {
    margin-top: 70px

}


.mr-70 {
    margin-right: 70px

}


.mb-70 {
    margin-bottom: 70px

}


.mt-75 {
    margin-top: 75px

}


.mr-75 {
    margin-right: 75px

}


.mb-75 {
    margin-bottom: 75px

}


.mt-80 {
    margin-top: 80px

}


.mr-80 {
    margin-right: 80px

}


.mb-80 {
    margin-bottom: 80px

}


.mt-85 {
    margin-top: 85px

}


.mr-85 {
    margin-right: 85px

}


.mb-85 {
    margin-bottom: 85px

}


.mt-90 {
    margin-top: 90px

}


.mr-90 {
    margin-right: 90px

}


.mb-90 {
    margin-bottom: 90px

}


.mt-95 {
    margin-top: 95px

}


.mr-95 {
    margin-right: 95px

}


.mb-95 {
    margin-bottom: 95px

}


.mt-100 {
    margin-top: 100px

}


.mr-100 {
    margin-right: 100px

}


.mb-100 {
    margin-bottom: 100px

}


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

}


.header ul, .navigation--sidebar ul, .ps-block--store ul, .ps-product ul, .ps-product-list ul, .ps-shopping .ps-shopping__header ul {
    margin: 0;
    padding: 0;
    list-style: none

}
