body {
    color: #100f0f;
    font-size: 15;
    font-family: Nunito,sans-serif;
    background-color: #fff
}

    body.boxed-layout {
        background-color: #fff;
        background-image: none;
        background-repeat: repeat;
        background-attachment: scroll;
        background-position-x: center;
        background-position-y: top
    }

    body h1, body h2, body h3, body h4, body h5, body h6 {
        color: #000
    }

    body h1, body h2, body h3, body h4, body h5, body h6 {
        font-family: Nunito,sans-serif
    }

a, a:focus, a:visited {
    color: #000;
    cursor: pointer
}

    a:hover {
        color: #111
    }

.icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    fill: currentColor
}

.no-svg .icon {
    display: none
}

svg.icon:not(.icon--full-color) circle, svg.icon:not(.icon--full-color) ellipse, svg.icon:not(.icon--full-color) g, svg.icon:not(.icon--full-color) line, svg.icon:not(.icon--full-color) path, svg.icon:not(.icon--full-color) polygon, svg.icon:not(.icon--full-color) polyline, svg.icon:not(.icon--full-color) rect, symbol.icon:not(.icon--full-color) circle, symbol.icon:not(.icon--full-color) ellipse, symbol.icon:not(.icon--full-color) g, symbol.icon:not(.icon--full-color) line, symbol.icon:not(.icon--full-color) path, symbol.icon:not(.icon--full-color) polygon, symbol.icon:not(.icon--full-color) polyline, symbol.icon:not(.icon--full-color) rect {
    fill: inherit;
    stroke: inherit
}

@font-face {
    font-family: exist-font;
    src: url(exist-font.eot?yjbwlg);
    src: url(exist-font.eot?yjbwlg#iefix) format("embedded-opentype"),url(exist-font.ttf?yjbwlg) format("truetype"),url(exist-font.woff?yjbwlg) format("woff"),url(exist-font.svg?yjbwlg#exist-font) format("svg");
    font-weight: 400;
    font-style: normal
}

[class^=exist-], [class*=" exist-"] {
    font-family: exist-font !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.exist-compare:before {
    content: "\e900"
}

.exist-freeship:before {
    content: "\e901"
}

.exist-heart:before {
    content: "\e902"
}

.exist-hotline:before {
    content: "\e903"
}

.exist-leftarrow:before {
    content: "\e904"
}

.exist-minicart:before {
    content: "\e905"
}

.exist-money:before {
    content: "\e906"
}

.exist-notification:before {
    content: "\e907"
}

.exist-play .path1:before {
    content: "\e908";
    color: #000
}

.exist-play .path2:before {
    content: "\e909";
    margin-left: -1em;
    color: #9b9b9b
}

.exist-play .path3:before {
    content: "\e90a";
    margin-left: -1em;
    color: none
}

.exist-play .path4:before {
    content: "\e90b";
    color: #333;
    font-size: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -khtml-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.exist-quickview:before {
    content: "\e90c"
}

.exist-rightarrow:before {
    content: "\e90d"
}

.exist-search:before {
    content: "\e90e"
}

.exist-shipping:before {
    content: "\e90f"
}

.exist-support:before {
    content: "\e910"
}

.exist-user:before {
    content: "\e911"
}

.exist-zoom:before {
    content: "\e912"
}

.ps-section__header {
    text-align: center;
    margin-bottom: 80px
}

@media (max-width: 767px) {
    .ps-section__header {
        margin-bottom: 40px
    }
}

.ps-section__header h3 {
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.33em;
    text-align: center;
    color: #000;
    font-weight: 400;
    clear: both;
    overflow: hidden
}

.ps-section__header p {
    margin-bottom: 0
}

.ps-product-grid {
    clear: both;
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px
}

    .ps-product-grid .ps-product-column {
        padding: 0 15px;
        float: left
    }

    .ps-product-grid[data-items="5"] .ps-product-column {
        float: left;
        width: 20%
    }

@media (max-width: 1200px) {
    .ps-product-grid[data-items="5"] .ps-product-column {
        width: 25%
    }
}

@media (max-width: 991px) {
    .ps-product-grid[data-items="5"] .ps-product-column {
        width: calc(100% / 3)
    }
}

@media (max-width: 768px) {
    .ps-product-grid[data-items="5"] .ps-product-column {
        width: 50%
    }
}

@media (max-width: 420px) {
    .ps-product-grid .ps-product-column {
        width: 100% !important
    }
}

.ps-main {
    padding: 100px 0
}

.ps-columns {
    clear: both;
    overflow: hidden
}

    .ps-columns .ps-column {
        float: left
    }

    .ps-columns[data-column="2"] .ps-column {
        width: 50%
    }

    .ps-columns[data-column="3"] .ps-column {
        width: calc(100% / 3)
    }

* {
    margin: 0;
    padding: 0
}

body {
    line-height: 24px;
    -webkit-font-smoothing: antialiased
}

.body-wrapper {
    -webkit-transition: all .4s;
    -khtml-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

body.boxed-layout {
    background-color: #f4f4f4
}

    body.boxed-layout .body-wrapper {
        max-width: 1230px;
        margin: auto;
        background: #fff;
        overflow: hidden;
        box-shadow: 0 9px #fff,0 -9px #fff,0 0 8px 2px #dad5d5
    }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.clear, .clear-both {
    clear: both
}

.over {
    overflow: hidden
}

.flex-box {
    -webkit-display: flex;
    -khtml-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-align-items: center;
    -khtml-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    display: -ms-flexbox;
    -ms-flex-align: center
}

.banner img {
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.tx-left {
    text-align: left
}

    .tx-left > div, .tx-left > li {
        display: inline-block
    }

.tx-right {
    text-align: right
}

    .tx-right > div, .tx-right > li {
        display: inline-block
    }

.tx-center {
    text-align: center
}

    .tx-center > div, .tx-center > li {
        display: inline-block
    }

.hidden {
    display: none
}

.right {
    float: right
}

.left {
    float: left
}

.no-margin {
    margin: 0
}

@media (min-width: 992px) {
    .clear-both-lg {
        clear: both
    }
}

@media (max-width: 991px) {
    .clear-both-md {
        clear: both
    }
}

@media (max-width: 767px) {
    .clear-both-sm {
        clear: both
    }
}

img {
    border: 0;
    outline: none;
    max-width: 100%
}

a {
    -webkit-transition: all .5s;
    -khtml-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

    a:hover, a:active {
        text-decoration: none
    }

    a:focus {
        outline: 0
    }

.page ul, .page ol {
    margin: 0;
    padding: 0
}

ul, ol {
    padding-left: 0;
    list-style: none
}

ul {
    padding: 0;
    margin: 0
}

    ul li {
        list-style: none;
        padding: 0;
        margin: 0
    }

a, a:hover, a:active, a:focus {
    text-decoration: none
}

b, strong {
    font-weight: 600
}

.label {
    color: inherit;
    padding: 0;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    border-radius: 0
}

label {
    font-weight: 400
}

.hidden-label {
    display: none
}

.scroll-div {
    height: 335px
}

.form-list .input-box {
    position: relative;
    clear: both;
    display: block;
    line-height: 30px
}

.form-list select {
    width: 100%
}

input, textarea, select {
    max-width: 100%;
    border: 1px solid #f4f4f4
}

textarea {
    min-height: 152px
}

input, textarea {
    background-color: #0000;
    border-color: #ebebeb;
    box-shadow: none;
    color: #b6b6b6;
    font-weight: 700;
    font-size: 13px; 
    border-radius: 4px;
    line-height: 35px;
    padding: 10px 20px
}

textarea {
    height: auto
}

input, select {
    line-height: 18px;
    padding: 0 0 0 10px
}

    textarea, input.input-full, input.qty {
        width: 100%;
        margin-bottom: 20px
    }

        textarea:focus, input.input-full:focus, input.qty:focus {
            outline: 0
        }

    textarea, input.qty {
        line-height: 30px
    }

textarea {
    padding: 10px;
    height: 180px;
    max-height: 200px
}

select {
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 28px;
    text-indent: .01px;
    cursor: pointer;
    background-position: right center;
    background-image: url(../css/ico-select.svg?v=155563818344741998551627729975);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-color: transparent
}

.ie9 select, .lt-ie9 select {
    padding-right: 10px;
    background-image: none
}

select:focus {
    outline: 0
}

button {
    border: none
}

.float-none {
    float: none
}

.col-md-sm-5 {
    width: 20%;
    padding: 0 15px;
    float: left
}

.visible-tablet, .visible-phone {
    display: none
}

.is-transitioning {
    display: block !important;
    visibility: visible !important
}

a.btn-button:hover {
    color: #fff
}

.ps-product__divider {
    display: block;
    margin: 10px 0;
    height: 1px;
    width: 100%;
    background-color: #0000001a
}

@media (max-width: 767px) {
    .ps-product__divider {
        margin: 20px 0
    }
}

.ps-product__divider2 {
    display: block;
    margin: 25px 0;
    height: 1px;
    width: 100%;
    background-color: #0000001a
}

@media (max-width: 767px) {
    .ps-product__divider2 {
        margin: 20px 0
    }
}

input.btn-button, input.btn, input.button, input[type=submit] {
    height: auto;
    min-height: initial
}

p {
    margin-bottom: 15px;
    line-height: 1.7
}

blockquote {
    padding: 2rem 2rem 2rem 5.625rem;
    border: 1px solid #ddd;
    font-family: Georgia,Serif;
    font-style: italic;
    color: #000;
    background: #fafafa;
    position: relative
}

    blockquote:before {
        font-family: FontAwesome;
        color: #666;
        position: absolute;
        font-size: 2rem;
        top: 2rem;
        left: 2rem;
        content: "\f10d"
    }

    blockquote p {
        margin: 0;
        margin-top: 1.25rem;
        color: #000;
        font-size: 17px;
        line-height: 1.7
    }

        blockquote p:first-child {
            margin-top: 0
        }

.a-center {
    text-align: center
}

.a-left {
    text-align: left
}

.a-right {
    text-align: right
}

.no-padding {
    padding: 0 !important
}

#back2top {
    position: fixed;
    bottom: 50px;
    right: 100px;
    z-index: 9999;
    display: inline-block;
    height: 48px;
    box-shadow: 0 2px 4px #00000026;
    background-color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    color: #000;
    padding: 14px 40px 14px 35px;
    text-transform: uppercase;
    line-height: 20px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    -webkit-transform: translateY(30px);
    -khtml-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all .4s ease;
    -khtml-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

    #back2top i {
        position: absolute;
        width: 20px;
        font-size: 15px;
        -webkit-transform: rotate(-90deg) translateX(0);
        -khtml-transform: rotate(-90deg) translateX(0);
        -moz-transform: rotate(-90deg) translateX(0);
        -ms-transform: rotate(-90deg) translateX(0);
        -o-transform: rotate(-90deg) translateX(0);
        transform: rotate(-90deg) translate(0)
    }

    #back2top:hover {
        cursor: pointer;
        color: #ca2028
    }

    #back2top.active {
        -webkit-transform: translateY(0);
        -khtml-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

@media (max-width: 1200px) {
    #back2top {
        bottom: 50px;
        right: 50px
    }
}

@media (max-width: 992px) {
    #back2top {
        bottom: 30px;
        right: 30px
    }
}

body .ps-btn--black, body button.ps-btn--black {
    background-color: #000;
    color: #fff;
    -webkit-box-shadow: 0px 3px 20px 0px rgba(0,0,0,.2);
    -moz-box-shadow: 0px 3px 20px 0px rgba(0,0,0,.2);
    -ms-box-shadow: 0px 3px 20px 0px rgba(0,0,0,.2);
    box-shadow: 0 3px 20px #0003
}

    body .ps-btn--black:hover, body button.ps-btn--black:hover {
        background-color: #b19870
    }

body .ps-btn--outline, body button.ps-btn--outline {
    border: 1px solid black;
    background-color: transparent
}

body .ps-btn--underline {
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4em;
    letter-spacing: .12em;
    color: #111;
    text-transform: uppercase
}

    body .ps-btn--underline:before {
        content: "";
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 2px;
        z-index: 10;
        background-color: #111
    }

    body .ps-btn--underline:hover {
        color: #ca2028
    }

        body .ps-btn--underline:hover:before {
            background-color: #ca2028
        }

body .ps-btn--fullwidth {
    width: 100%;
    text-align: center
}

.ps-btn--rounded-30 {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px
}

.ps-btn--rounded-40 {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    border-radius: 40px
}

.ps-btn--rounded-50 {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px
}

.ps-btn, button.ps-btn {
    outline: none !important;
    display: inline-block;
    padding: 15px 35px 13px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px;
    background-color: #fff;
    border: none;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,.15);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,.15);
    -ms-box-shadow: 0px 3px 10px 0px rgba(0,0,0,.15);
    box-shadow: 0 3px 10px #00000026;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: all .6s ease-out;
    -khtml-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -ms-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    transition: all .6s ease-out
}

    .ps-btn.option, button.ps-btn.option {
        padding: 15px 28px 13px
    }

    .ps-btn:hover, .ps-btn:focus, button.ps-btn:hover, button.ps-btn:focus {
        background-color: #000;
        color: #fff
    }

.dropdown-menu, .dropdown-content {
    -webkit-box-shadow: 0 12px 30px 0 rgba(0,0,0,.12);
    -moz-box-shadow: 0 12px 30px 0 rgba(0,0,0,.12);
    -ms-box-shadow: 0 12px 30px 0 rgba(0,0,0,.12);
    box-shadow: 0 12px 30px #0000001f;
    border: 0;
    border-radius: 0
}

@media (max-width: 767px) {
    .dropdown-menu, .dropdown-content {
        right: 0;
        left: auto
    }
}

.dropdown-menu {
    padding: 10px 0 !important
}

    .dropdown-menu li a {
        padding: 10px 15px;
        font-size: 15px;
        line-height: 20px;
        color: #7f7f7f;
        font-weight: 400
    }

        .dropdown-menu li a:hover {
            background: #fff;
            color: #b19870
        }

.ps-form--subscribe {
    max-width: 570px;
    margin: 0 auto;
    text-align: center
}

@media (max-width: 767px) {
    .ps-form--subscribe {
        padding: 0 15px
    }
}

.ps-form--subscribe .password__input-group {
    max-width: 100%;
    margin-bottom: 20px
}

.ps-form--subscribe .input-group {
    display: block
}

.ps-form--subscribe h3 {
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.3em;
    color: #000
}

@media (max-width: 420px) {
    .ps-form--subscribe h3 {
        font-size: 26px
    }
}

.ps-form--subscribe p {
    color: #100f0f;
    margin-bottom: 55px;
    font-size: 15px
}

.ps-form--subscribe .form-group {
    margin-bottom: 20px;
    display: block
}

.ps-form--subscribe input.form-control {
    height: 48px;
    -webkit-box-shadow: inset 0 2px 5px rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 2px 5px rgba(0,0,0,.1);
    -ms-box-shadow: inset 0 2px 5px rgba(0,0,0,.1);
    box-shadow: inset 0 2px 5px #0000001a;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    -ms-border-radius: 48px;
    border-radius: 48px;
    padding: 0 20px;
    text-align: center;
    font-size: 15px;
    font-weight: 400
}

    .ps-form--subscribe input.form-control::-webkit-input-placeholder {
        color: #000
    }

    .ps-form--subscribe input.form-control::-moz-placeholder {
        color: #000
    }

    .ps-form--subscribe input.form-control:-ms-input-placeholder {
        color: #000
    }

    .ps-form--subscribe input.form-control:-moz-placeholder {
        color: #000
    }

    .ps-form--subscribe input.form-control:focus {
        border-color: #b19870
    }

.form-control {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    height: 48px;
    background-color: #fff;
    border: solid 1px #f3f3f3;
    text-indent: 10px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    -webkit-box-shadow: inset 0 2px 5px 0 rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 2px 5px 0 rgba(0,0,0,.1);
    -ms-box-shadow: inset 0 2px 5px 0 rgba(0,0,0,.1);
    box-shadow: inset 0 2px 5px #0000001a;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

h1, h2, h3, h4, h5, h6 {
    position: relative;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
    color: #000
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        color: inherit
    }

p {
    font-size: 15px;
    line-height: 1.6em;
    color: #100f0f
}

    p span {
        font-family: inherit;
        color: inherit;
        font-size: inherit
    }

    p strong {
        color: #000
    }

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all .4s ease;
    -khtml-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

    a:before {
        -webkit-transition: all .4s ease;
        -khtml-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease
    }

    a:hover {
        color: #b19870
    }

a, input, textarea, button, select {
    outline: none
}

    a:hover, h1:focus, h2:focus, h3:focus, h4:focus, h5:focus, h6:focus {
        text-decoration: none
    }

    a:focus, button:focus, select:focus, input:focus, textarea:focus {
        outline: none;
        text-decoration: none
    }

img {
    max-width: 100%
}

iframe {
    border: 0;
    max-width: 100%;
    width: 100%
}

.ps-heading {
    margin-bottom: 0;
    font-family: Nunito;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.3em;
    color: #000
}

@media (max-width: 420px) {
    .ps-heading {
        font-size: 23px
    }
}

.ps-content .ps-highlight {
    color: #000;
    font-size: 20px
}

.ps-content p {
    margin-bottom: 20px;
    color: #00000080;
    line-height: 1.67em
}

    .ps-content p strong {
        font-weight: 700;
        color: #000
    }

.ps-content blockquote {
    position: relative
}

    .ps-content blockquote p {
        font-size: 20px;
        color: #000;
        font-weight: 600;
        line-height: 1.3em
    }

.form-control {
    outline: none;
    height: 48px;
    background-color: #fff;
    border: solid 1px #f3f3f3;
    text-indent: 10px;
    border-radius: 25px !important;
    -webkit-box-shadow: inset 0 2px 5px 0 rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 2px 5px 0 rgba(0,0,0,.1);
    -ms-box-shadow: inset 0 2px 5px 0 rgba(0,0,0,.1);
    box-shadow: inset 0 2px 5px #0000001a;
    -webkit-transition: all .4s ease;
    -khtml-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 1
}

    .form-control:focus {
        outline: none;
        box-shadow: none
    }

textarea.form-control {
    height: auto;
    padding: 15px 10px
}

.ps-checkbox {
    position: relative;
    display: block
}

    .ps-checkbox > input {
        position: absolute;
        visibility: hidden
    }

    .ps-checkbox label {
        position: relative;
        padding-left: 30px;
        font-family: Nunito;
        color: #737373;
        font-weight: 400;
        cursor: pointer
    }

        .ps-checkbox label:before {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            top: 0px;
            height: 20px;
            width: 20px;
            z-index: 10;
            border: 2px solid #ccc;
            -webkit-transition: all .4s ease;
            -khtml-transition: all .4s ease;
            -moz-transition: all .4s ease;
            -ms-transition: all .4s ease;
            -o-transition: all .4s ease;
            transition: all .4s ease
        }

        .ps-checkbox label:after {
            content: "";
            display: block;
            position: absolute;
            top: 4px;
            left: 7px;
            width: 6px;
            height: 10px;
            border: 3px solid #ca2028;
            border-top: none;
            border-left: none;
            z-index: 5;
            opacity: 0;
            -webkit-transform: rotate(0deg);
            -khtml-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0);
            -webkit-transition: all .4s ease;
            -khtml-transition: all .4s ease;
            -moz-transition: all .4s ease;
            -ms-transition: all .4s ease;
            -o-transition: all .4s ease;
            transition: all .4s ease
        }

    .ps-checkbox input[type=checkbox]:checked ~ label:after {
        -webkit-transform: rotate(45deg);
        -khtml-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 1
    }

.bootstrap-select.ps-select .dropdown-toggle:hover {
    background-color: #fff;
    outline: none !important;
    box-shadow: none
}

.bootstrap-select.ps-select.open .dropdown-toggle:focus, .bootstrap-select.ps-select.open .dropdown-toggle:active, .bootstrap-select.ps-select.open .dropdown-toggle:hover {
    background-color: #fff;
    outline: none !important;
    box-shadow: none
}

.bootstrap-select.ps-select.open .dropdown-menu {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding: 0
}

    .bootstrap-select.ps-select.open .dropdown-menu li a {
        line-height: 30px
    }

.ps-radio {
    position: relative;
    line-height: 30px
}

    .ps-radio > input {
        position: absolute;
        visibility: hidden;
        display: none;
        box-sizig: border-box
    }

    .ps-radio label {
        margin: 0;
        position: relative;
        padding-left: 20px;
        font-family: Nunito;
        color: #737373;
        font-weight: 400;
        line-height: 30px;
        vertical-align: top;
        cursor: pointer
    }

        .ps-radio label:before {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            top: 0px;
            height: 20px;
            width: 20px;
            z-index: 10;
            background-color: #cddded;
            -webkit-transition: all .3s ease;
            -khtml-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -ms-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%
        }

        .ps-radio label:after {
            content: "";
            display: block;
            position: absolute;
            top: -3px;
            left: -3px;
            width: 26px;
            height: 26px;
            z-index: -1;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
            background-color: transparent;
            z-index: 20;
            opacity: 0;
            border: 2px solid #000;
            -webkit-transition: all .3s ease;
            -khtml-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -ms-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease
        }

    .ps-radio input[type=radio]:checked ~ label:before {
        top: 2px;
        left: 2px;
        width: 16px;
        height: 16px;
        -webkit-box-shadow: 0 0 30px 2px rgba(177,152,112,.3);
        -moz-box-shadow: 0 0 30px 2px rgba(177,152,112,.3);
        -ms-box-shadow: 0 0 30px 2px rgba(177,152,112,.3);
        box-shadow: 0 0 30px 2px #b198704d
    }

    .ps-radio input[type=radio]:checked ~ label:after {
        -webkit-transform: scale(1,1);
        -khtml-transform: scale(1,1);
        -moz-transform: scale(1,1);
        -ms-transform: scale(1,1);
        -o-transform: scale(1,1);
        transform: scale(1);
        opacity: 1
    }

    .ps-radio.black > label:before {
        background-color: #000
    }

    .ps-radio.white > label:before {
        background-color: #fff;
        border: 1px solid #979797
    }

    .ps-radio.white input[type=radio]:checked ~ label:before {
        border: none
    }

    .ps-radio.brown > label:before {
        background-color: #764d33
    }

.form-group--number {
    position: relative;
    width: 180px;
    margin: 0 auto 20px
}

    .form-group--number input {
        height: 48px;
        border: 1px solid #f3f3f3;
        -webkit-border-radius: 48px;
        -moz-border-radius: 48px;
        -ms-border-radius: 48px;
        border-radius: 48px;
        text-align: center;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: .1em;
        color: #000;
        -webkit-box-shadow: inset 0 2px 5px 0 rgba(0,0,0,.1);
        -moz-box-shadow: inset 0 2px 5px 0 rgba(0,0,0,.1);
        -ms-box-shadow: inset 0 2px 5px 0 rgba(0,0,0,.1);
        box-shadow: inset 0 2px 5px #0000001a
    }

        .form-group--number input:focus {
            border-color: #b19870
        }

    .form-group--number span {
        font-size: 18px;
        color: #00000059;
        cursor: pointer
    }

        .form-group--number span.up {
            right: 15px
        }

        .form-group--number span.down {
            left: 15px
        }

.owl-carousel.owl-style1 .owl-nav {
    display: inline-block;
    position: absolute;
    bottom: 100%;
    right: 0;
    padding-bottom: 80px
}

    .owl-carousel.owl-style1 .owl-nav > div {
        display: inline-block;
        margin-right: 10px;
        color: #00000080;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        transition: all .4s ease
    }

        .owl-carousel.owl-style1 .owl-nav > div.owl-prev {
            margin-right: 10px
        }

        .owl-carousel.owl-style1 .owl-nav > div:hover {
            color: #ca2028
        }

@media (max-width: 767px) {
    .owl-carousel.owl-style1 .owl-nav {
        right: 50%;
        padding-bottom: 10px;
        -webkit-transform: translateX(50%);
        -moz-transform: translateX(50%);
        -ms-transform: translateX(50%);
        -o-transform: translateX(50%);
        transform: translate(50%)
    }
}

.ps-footer__social {
    text-align: right
}

    .ps-footer__social li {
        display: inline-block;
        margin-right: 30px
    }

        .ps-footer__social li a {
            display: block;
            color: #100f0f;
            line-height: 40px;
            font-size: 15px;
            text-transform: lowercase
        }

            .ps-footer__social li a i {
                margin-right: 2px;
                color: #000
            }

            .ps-footer__social li a:hover {
                color: #b19870
            }

        .ps-footer__social li:last-child {
            margin-right: 0
        }

.ps-footer--1 {
    border-top: 1px solid rgba(0,0,0,.07)
}

    .ps-footer--1 .ps-footer__copyright p {
        margin-bottom: 0;
        font-size: 15px;
        line-height: 40px
    }

    .ps-footer--1 .ps-footer__nav {
        text-align: center
    }

        .ps-footer--1 .ps-footer__nav li {
            display: inline-block;
            margin-right: 50px
        }

            .ps-footer--1 .ps-footer__nav li a {
                display: inline-block;
                position: relative;
                padding: 10px 0;
                font-size: 12px;
                font-weight: 700;
                letter-spacing: .15em;
                text-align: left;
                color: #111;
                line-height: 20px;
                text-transform: uppercase
            }

                .ps-footer--1 .ps-footer__nav li a:before {
                    content: "";
                    position: absolute;
                    top: 100%;
                    left: 0;
                    width: 100%;
                    height: 2px;
                    background-color: #000;
                    margin-top: -10px;
                    -webkit-transform: scale3d(0,1,1);
                    -khtml-transform: scale3d(0,1,1);
                    -moz-transform: scale3d(0,1,1);
                    -ms-transform: scale3d(0,1,1);
                    -o-transform: scale3d(0,1,1);
                    transform: scale3d(0,1,1);
                    -webkit-transform-origin: 0 50%;
                    -khtml-transform-origin: 0 50%;
                    -moz-transform-origin: 0 50%;
                    -ms-transform-origin: 0 50%;
                    -o-transform-origin: 0 50%;
                    transform-origin: 0 50%
                }

                .ps-footer--1 .ps-footer__nav li a:hover:before {
                    -webkit-transform: scale3d(1,1,1);
                    -khtml-transform: scale3d(1,1,1);
                    -moz-transform: scale3d(1,1,1);
                    -ms-transform: scale3d(1,1,1);
                    -o-transform: scale3d(1,1,1);
                    transform: scaleZ(1)
                }

            .ps-footer--1 .ps-footer__nav li:last-child {
                margin-right: 0
            }

    .ps-footer--1.black {
        background-color: #202020
    }

        .ps-footer--1.black .ps-footer__copyright p {
            color: #ffffff80
        }

        .ps-footer--1.black .ps-footer__nav li > a {
            color: #fff
        }

            .ps-footer--1.black .ps-footer__nav li > a:hover {
                color: #ca2028
            }

        .ps-footer--1.black .ps-footer__social li a {
            color: #ffffff80
        }

            .ps-footer--1.black .ps-footer__social li a i {
                color: #fff
            }

            .ps-footer--1.black .ps-footer__social li a:hover {
                color: #ca2028
            }

    .ps-footer--1.ps-footer--white {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        border-top: none
    }

        .ps-footer--1.ps-footer--white .ps-footer__nav li a {
            color: #fff
        }

            .ps-footer--1.ps-footer--white .ps-footer__nav li a:before {
                background-color: #fff
            }

        .ps-footer--1.ps-footer--white .ps-footer__social li > a {
            color: #fff
        }

            .ps-footer--1.ps-footer--white .ps-footer__social li > a i {
                color: #fff
            }

@media (max-width: 1440px) {
    .ps-footer--1 .ps-container-fluid {
        padding: 0 30px
    }

    .ps-footer--1 .ps-footer__nav li {
        margin-right: 30px
    }

    .ps-footer--1 .ps-footer__social li {
        margin-right: 15px
    }
}

@media (max-width: 1200px) {
    .ps-footer--1 .ps-footer__copyright, .ps-footer--1 .ps-footer__copyright .ps-footer__social {
        text-align: center
    }
}

.instagram-index a {
    float: left;
    width: calc(100% / 3);
    -webkit-transition: all .3s ease;
    -khtml-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

    .instagram-index a img {
        width: 100%
    }

    .instagram-index a:hover {
        filter: alpha(opacity=70);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        -webkit-opacity: .7;
        -khtml-opacity: .7;
        -moz-opacity: .7;
        -ms-opacity: .7;
        -o-opacity: .7;
        opacity: .7
    }

.ps-footer--1 .ps-footer__content {
    padding: 10px 0 5px
}

@media (max-width: 767px) {
    .ps-footer--1 .ps-footer__content .row > div {
        margin-bottom: 30px
    }

        .ps-footer--1 .ps-footer__content .row > div:last-child {
            margin: 0
        }
}

.ps-footer--1 .ps-site-info {
    max-width: 520px
}

    .ps-footer--1 .ps-site-info .ps-logo {
        display: inline-block;
        margin-bottom: 20px;
        max-width: 100px
    }

    .ps-footer--1 .ps-site-info > p {
        margin-bottom: 40px;
        font-size: 15px;
        line-height: 1.67em
    }

.ps-footer--1 .ps-site-info__detail p {
    position: relative;
    text-align: left;
    padding-left: 120px;
    font-size: 15px;
    color: #000
}

    .ps-footer--1 .ps-site-info__detail p span {
        display: inline-block;
        min-width: 100px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        color: #00000080;
        line-height: 1.67em
    }

    .ps-footer--1 .ps-site-info__detail p a:hover {
        color: #ca2028;
        text-decoration: underline
    }

.ps-footer--1 .ps-footer__copyright {
    padding: 10px 0;
    border-top: 1px solid rgba(0,0,0,.07)
}

    .ps-footer--1 .ps-footer__copyright p {
        padding: 5px 0;
        margin-bottom: 0;
        line-height: 30px
    }

.ps-footer--1.gray {
    background-color: #fbfbfb;
    -webkit-box-shadow: 0 -2px 4px 0 rgba(0,0,0,.07);
    -moz-box-shadow: 0 -2px 4px 0 rgba(0,0,0,.07);
    -ms-box-shadow: 0 -2px 4px 0 rgba(0,0,0,.07);
    box-shadow: 0 -2px 4px #00000012
}

@media (max-width: 991px) {
    .ps-footer--1 .ps-footer__content {
        padding: 70px 0 50px
    }
}

@media (max-width: 768px) {
    .ps-footer--1 .ps-footer__content {
        padding: 50px 0 30px
    }

    .ps-footer--1 .ps-footer__copyright, .ps-footer--1 .ps-footer__social {
        text-align: center
    }
}

.ps-inner-footer.black {
    padding-top: 80px;
    background-color: #202020
}

    .ps-inner-footer.black .widget .widget-title {
        color: #fff
    }

    .ps-inner-footer.black .widget li a {
        color: #ffffff80
    }

        .ps-inner-footer.black .widget li a:hover {
            color: #ca2028
        }

#subscribe_footer {
    margin-bottom: 27px
}

    #subscribe_footer .actions {
        position: absolute;
        right: 0px;
        top: 0px
    }

    #subscribe_footer label {
        display: inline
    }

    #subscribe_footer .item {
        position: relative
    }

        #subscribe_footer .item .actions input {
            line-height: 43px;
            height: 43px;
            padding: 0 5px;
            border: 0;
            float: right;
            min-width: 90px;
            position: absolute;
            top: 0px;
            -webkit-transition: all .2s;
            -khtml-transition: all .2s;
            -moz-transition: all .2s;
            -ms-transition: all .2s;
            -o-transition: all .2s;
            transition: all .2s;
            right: 0px;
            border-radius: 0 8px 8px 0;
            background: black;
            text-transform: capitalize
        }

            #subscribe_footer .item .actions input:hover {
                color: #fff !important;
                background: #333 !important
            }

        #subscribe_footer .item .actions:before {
            color: #fff;
            content: "\e094";
            display: inline-block;
            position: absolute;
            height: 43px;
            right: 0;
            text-align: center;
            line-height: 40px;
            text-transform: uppercase;
            padding: 0 15px;
            font-weight: 700;
            font-family: simple-line-icons;
            font-size: 17px;
            display: none
        }

        #subscribe_footer .item #fc-email {
            background-color: #fff;
            border-radius: 8px;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            -ms-border-radius: 8px;
            -o-border-radius: 8px;
            height: 43px;
            line-height: 43px;
            width: 100%;
            border: 2px solid #eee;
            padding-left: 20px;
            color: #333
        }

            #subscribe_footer .item #fc-email::-webkit-input-placeholder {
                color: #aaa;
                font-weight: 700
            }

            #subscribe_footer .item #fc-email::-moz-placeholder {
                color: #aaa;
                font-weight: 700
            }

            #subscribe_footer .item #fc-email:-ms-input-placeholder {
                color: #aaa;
                font-weight: 700
            }

            #subscribe_footer .item #fc-email:-moz-placeholder {
                color: #aaa;
                font-weight: 700
            }

.contact-info-ul li {
    clear: both;
    line-height: 24px;
    margin-bottom: 10px;
    padding-left: 35px;
    position: relative;
    list-style: none !important;
    word-break: break-all
}

    .contact-info-ul li i {
        display: inline-block;
        left: 3px;
        position: absolute;
        width: 20px;
        font-size: 20px;
        top: 3px;
        text-align: center
    }

        .contact-info-ul li i.fa-envelope {
            font-size: 15px
        }

#back-top {
    position: fixed;
    right: 15px;
    z-index: 9;
    -webkit-transition: all .7s ease-in-out 0s;
    -khtml-transition: all .7s ease-in-out 0s;
    -moz-transition: all .7s ease-in-out 0s;
    -ms-transition: all .7s ease-in-out 0s;
    -o-transition: all .7s ease-in-out 0s;
    transition: all .7s ease-in-out 0s
}

    #back-top a .sticker-wrapper {
        -webkit-transition: all .1s ease-in-out 0s;
        -khtml-transition: all .1s ease-in-out 0s;
        -moz-transition: all .1s ease-in-out 0s;
        -ms-transition: all .1s ease-in-out 0s;
        -o-transition: all .1s ease-in-out 0s;
        transition: all .1s ease-in-out 0s
    }

        #back-top a .sticker-wrapper .sticker {
            width: 50px;
            text-align: center;
            font-size: 12px;
            border: 2px solid #eee !important;
            border-top: 0;
            border-radius: 8px;
            display: block;
            padding: 7px 0;
            font-weight: 700;
            text-transform: uppercase;
            color: #333;
            background: #fff;
            overflow: hidden
        }

            #back-top a .sticker-wrapper .sticker i {
                -webkit-transition: all .1s ease-in-out 0s;
                -khtml-transition: all .1s ease-in-out 0s;
                -moz-transition: all .1s ease-in-out 0s;
                -ms-transition: all .1s ease-in-out 0s;
                -o-transition: all .1s ease-in-out 0s;
                transition: all .1s ease-in-out 0s;
                color: #333;
                font-size: 18px
            }

            #back-top a .sticker-wrapper .sticker span {
                display: block;
                color: #333;
                margin-top: -5px
            }

            #back-top a .sticker-wrapper .sticker:hover {
                border: 2px solid #333;
                background: #333333 !important
            }

                #back-top a .sticker-wrapper .sticker:hover i, #back-top a .sticker-wrapper .sticker:hover span {
                    color: #fff
                }

.active div.effect-pageLeft {
    -webkit-animation: pageLeft .6s ease both;
    -khtml-animation: pageLeft .6s ease both;
    -moz-animation: pageLeft .6s ease both;
    -ms-animation: pageLeft .6s ease both;
    -o-animation: pageLeft .6s ease both;
    animation: pageLeft .6s ease both;
    -webkit-animation-delay: .3s
}

.active div.fadein {
    -webkit-animation: fade-out .5s ease-in;
    -khtml-animation: fade-out .5s ease-in;
    -moz-animation: fade-out .5s ease-in;
    -ms-animation: fade-out .5s ease-in;
    -o-animation: fade-out .5s ease-in;
    animation: fade-out .5s ease-in;
    -webkit-animation-delay: .3s
}

#resultLoading, .cartloading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    text-align: center
}

    #resultLoading .spinner, .cartloading .spinner {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 50px;
        width: 50px;
        margin-top: -25px !important;
        margin-left: -25px;
        text-align: center;
        font-size: 10px
    }

        #resultLoading .spinner .circle, .cartloading .spinner .circle {
            height: 40px !important;
            width: 40px !important;
            margin: 0 auto;
            border-bottom: 4px solid #dfdfdf;
            border-left: 4px solid #dfdfdf;
            border-right: 4px solid black;
            border-top: 4px solid black;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            -ms-border-radius: 100%;
            border-radius: 100%;
            -webkit-animation: circlespin .8s infinite linear;
            -khtml-animation: circlespin .8s infinite linear;
            -moz-animation: circlespin .8s infinite linear;
            -ms-animation: circlespin .8s infinite linear;
            -o-animation: circlespin .8s infinite linear;
            animation: circlespin .8s infinite linear
        }

.wrapper {
    padding-left: 0;
    padding-right: 0;
    margin: auto;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #fff
}

.cssload-loader {
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -khtml-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 49px;
    height: 49px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    background: black;
    margin-left: -25px
}

    .cssload-loader, .cssload-loader:before, .cssload-loader:after {
        animation: 1.15s infinite ease-in-out;
        -o-animation: 1.15s infinite ease-in-out;
        -ms-animation: 1.15s infinite ease-in-out;
        -webkit-animation: 1.15s infinite ease-in-out;
        -moz-animation: 1.15s infinite ease-in-out
    }

        .cssload-loader:before, .cssload-loader:after {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            position: absolute;
            top: 0;
            left: 0
        }

.cssload-loader {
    animation-name: cssload-loader;
    -o-animation-name: cssload-loader;
    -ms-animation-name: cssload-loader;
    -webkit-animation-name: cssload-loader;
    -moz-animation-name: cssload-loader
}

@keyframes cssload-loader {
    0% {
        transform: scale(0);
        opacity: 1
    }

    to {
        transform: scale(1);
        opacity: 0
    }
}

@-o-keyframes cssload-loader {
    0% {
        -o-transform: scale(0);
        opacity: 1
    }

    to {
        -o-transform: scale(1);
        opacity: 0
    }
}

@-ms-keyframes cssload-loader {
    0% {
        -ms-transform: scale(0);
        opacity: 1
    }

    to {
        -ms-transform: scale(1);
        opacity: 0
    }
}

@-webkit-keyframes cssload-loader {
    0% {
        -webkit-transform: scale(0);
        opacity: 1
    }

    to {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@-moz-keyframes cssload-loader {
    0% {
        -moz-transform: scale(0);
        opacity: 1
    }

    to {
        -moz-transform: scale(1);
        opacity: 0
    }
}

.search-bar .form-search {
    width: 100%
}

.search-bar input[type=search] {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    height: 48px;
    background-color: #fff;
    border: solid 1px #f3f3f3;
    text-indent: 10px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    -webkit-box-shadow: inset 0 2px 5px 0 rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 2px 5px 0 rgba(0,0,0,.1);
    -ms-box-shadow: inset 0 2px 5px 0 rgba(0,0,0,.1);
    box-shadow: inset 0 2px 5px #0000001a;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    float: left;
    font-size: 20px;
    font-weight: 500;
    padding-left: 30px;
    width: calc(100% - 250px)
}

@media (max-width: 1200px) {
    .search-bar input[type=search] {
        width: calc(100% - 200px) !important
    }
}

@media (max-width: 600px) {
    .search-bar input[type=search] {
        width: 100% !important;
        margin-bottom: 10px;
        padding: 0 !important;
        text-align: center
    }
}

.search-bar input[type=search]:focus {
    outline: 0
}

.search-bar .btn-button {
    position: absolute;
    right: 0;
    float: right;
    width: 240px;
    text-align: center;
    background-color: #ca2028;
    color: #fff;
    border-radius: 30px;
    top: 0px
}

@media (max-width: 1200px) {
    .search-bar .btn-button {
        max-width: 180px
    }
}

@media (max-width: 600px) {
    .search-bar .btn-button {
        max-width: 180px;
        position: static !important;
        float: none !important;
        margin: 0 auto;
        display: block
    }
}

.search-bar .btn-button:hover {
    background: #333
}

.home-search {
    background: rgba(255,255,255,.95);
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999
}

    .home-search > div {
        height: 100%;
        width: 100%;
        display: table;
        table-layout: fixed
    }

.popup {
    display: table-cell;
    vertical-align: middle
}

.home-search form {
    max-width: 50%;
    margin: 0 auto
}

.home-search .input-group-field {
    border: 0;
    background: transparent;
    color: #262626;
    font-size: 4rem;
    line-height: 5rem;
    border-bottom: 2px solid #262626;
    height: 6rem;
    width: 100%;
    outline: invert none medium
}

.close-search {
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: #262626;
    font-size: 2rem;
    line-height: 4rem;
    width: 4rem;
    text-align: center;
    transition: color .25s,border-color .25s
}

    .close-search:hover {
        color: #999 !important;
        border-color: #999 !important
    }

.sh-featured .spr-badge-caption {
    display: none
}

.sh-featured .col-sm-4 .owl-stage-outer {
    overflow: hidden
}

    .sh-featured .col-sm-4 .owl-stage-outer .owl-item > div > div {
        border: 1px solid #ddd;
        margin-bottom: 20px;
        border-radius: 5px;
        overflow: hidden;
        -webkit-transition: all .4s;
        -khtml-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s
    }

        .sh-featured .col-sm-4 .owl-stage-outer .owl-item > div > div:hover {
            border: 1px solid black
        }

        .sh-featured .col-sm-4 .owl-stage-outer .owl-item > div > div:last-child {
            margin-bottom: 0
        }

        .sh-featured .col-sm-4 .owl-stage-outer .owl-item > div > div .row {
            margin: 0 -10px
        }

        .sh-featured .col-sm-4 .owl-stage-outer .owl-item > div > div .product-content {
            padding: 10px 10px 0
        }

            .sh-featured .col-sm-4 .owl-stage-outer .owl-item > div > div .product-content .product-name a {
                display: inline-block;
                margin-bottom: 19px;
                margin-top: 4px;
                font-weight: 500;
                font-size: 14px
            }

        .sh-featured .col-sm-4 .owl-stage-outer .owl-item > div > div .product-action {
            padding: 0 10px
        }

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #232528;
    overflow-x: hidden;
    padding-top: 60px;
    transition: .5s
}

.offcanvas .hover-content a {
    color: #fff
}

.offcanvas li.level-top {
    border-bottom: 1px solid #111112
}

.offcanvas .closebtn {
    color: #333;
    font-size: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 3px;
    line-height: 28px
}

    .offcanvas .closebtn:hover {
        background: black;
        color: #fff
    }

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

ul {
    list-style-type: none
}

.accordion li {
    margin-bottom: 20px;
    padding: 30px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
    -ms-box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
    box-shadow: 0 2px 4px #00000026;
    font-weight: 400
}

    .accordion li:last-child .link {
        border-bottom: 0
    }

    .accordion li .link {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.56em;
        text-align: left;
        color: #000;
        position: relative;
        margin-bottom: 30px;
        cursor: pointer
    }

        .accordion li .link i {
            position: absolute;
            top: 16px;
            left: 12px;
            font-size: 18px;
            color: #595959;
            -webkit-transition: all .4s ease;
            -o-transition: all .4s ease;
            transition: all .4s ease
        }

        .accordion li .link:first-child {
            border-radius: 5px 5px 0 0
        }

    .accordion li .sub-menu {
        font-size: 15px;
        line-height: 1.6em;
        color: #00000080
    }

    .accordion li i.fa {
        right: 0;
        left: auto;
        font-size: 14px;
        top: 0;
        color: #000
    }

    .accordion li.open i.fa {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .accordion li .submenu {
        display: none
    }

    .accordion li.default .submenu {
        display: block
    }

.categories .menu li.lv0 a.lv-top:hover:after {
    background: black
}

.categories .menu li.lv0 a.lv-top:hover:before {
    border-left: 4px solid black !important
}

.no-product {
    border: 1px solid #ddd
}

.hide-nav .owl-nav > div {
    display: none !important
}

.sh-lookbook .image-lookbook {
    position: relative
}

    .sh-lookbook .image-lookbook img {
        width: 100%
    }

.sh-lookbook .point > .fa {
    color: #333;
    background: #fff;
    border-radius: 50%;
    z-index: 1;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-indent: -9999px
}

.sh-lookbook .point .product-hot {
    position: absolute;
    width: 200px;
    height: 300px;
    background: #fff;
    display: none
}

.sh-lookbook .point:hover .product-hot {
    display: block
}

@media (min-width: 1200px) {
    .container {
        width: 100%;
        padding: 0 100px
    }
}

@media (max-width: 1200px) {
    .container {
        padding: 0 15px
    }
}

.box2 {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 768px) {
    .box2 {
        width: 750px
    }
}

@media (min-width: 992px) {
    .box2 {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .box2 {
        width: 1170px
    }
}

@media (max-width: 991px) {
    .zoomContainer {
        display: none
    }
}

h1, h2, h3, h4, h5, h6 {
    position: relative;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
    color: #000
}

p {
    font-size: 15px;
    line-height: 1.6em;
    color: #00000080
}

    p strong {
        color: #000;
        font-weight: 700
    }

.mb30 {
    margin-bottom: 30px
}

@media (max-width: 500px) {
    .full-xs {
        width: 100%
    }
}

.ps-btn--outline, button.ps-btn--outline {
    border: 1px solid #000;
    background-color: transparent
}

.ps-btn--underline {
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4em;
    letter-spacing: .12em;
    color: #111;
    text-transform: uppercase
}

    .ps-btn--underline:before {
        content: "";
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 2px;
        z-index: 10;
        background-color: #111
    }

    .ps-btn--underline:hover {
        color: #ca2028
    }

        .ps-btn--underline:hover:before {
            background-color: #ca2028
        }

.ps-btn, button.ps-btn {
    display: inline-block;
    padding: 15px 35px 13px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px;
    background-color: #fff;
    border: none;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,.15);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,.15);
    -ms-box-shadow: 0px 3px 10px 0px rgba(0,0,0,.15);
    box-shadow: 0 3px 10px #00000026;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    transition: all .6s ease-out
}

    .ps-btn:hover, button.ps-btn:hover {
        background-color: #000;
        color: #fff
    }

.ps-btn--black:hover, button.ps-btn--black:hover {
    background-color: #b19870
}

.ps-post--portfolio {
    margin-bottom: 40px
}

    .ps-post--portfolio .ps-post__thumbnail {
        margin-bottom: 30px;
        position: relative
    }

        .ps-post--portfolio .ps-post__thumbnail img {
            width: 100%
        }

        .ps-post--portfolio .ps-post__thumbnail:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 10;
            background-color: #ffffff80;
            -webkit-transition: all .4s ease;
            -khtml-transition: all .4s ease;
            -moz-transition: all .4s ease;
            -ms-transition: all .4s ease;
            -o-transition: all .4s ease;
            transition: all .4s ease;
            visibility: hidden;
            opacity: 0
        }

        .ps-post--portfolio .ps-post__thumbnail .ps-post__morelink {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%,-50%);
            -khtml-transform: translate(-50%,-50%);
            -moz-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            z-index: 20;
            min-width: 165px;
            text-align: center;
            visibility: hidden;
            opacity: 0
        }

        .ps-post--portfolio .ps-post__thumbnail:hover:before {
            visibility: visible;
            opacity: 1
        }

        .ps-post--portfolio .ps-post__thumbnail:hover .ps-post__morelink {
            visibility: visible;
            opacity: 1
        }

    .ps-post--portfolio .ps-post__content {
        text-align: center
    }

        .ps-post--portfolio .ps-post__content h3 {
            font-size: 24px;
            font-weight: 300;
            line-height: 1.46em;
            color: #000;
            cursor: default
        }

        .ps-post--portfolio .ps-post__content p {
            font-size: 12px;
            font-weight: 700;
            letter-spacing: .06em;
            text-align: center;
            color: #00000080;
            text-transform: uppercase
        }

.group {
    text-align: center
}

    .group #load-more {
        margin-top: 50px;
        background-color: #000;
        color: #fff;
        -webkit-box-shadow: 0px 3px 20px 0px rgba(0,0,0,.2);
        -moz-box-shadow: 0px 3px 20px 0px rgba(0,0,0,.2);
        -ms-box-shadow: 0px 3px 20px 0px rgba(0,0,0,.2);
        box-shadow: 0 3px 20px #0003;
        display: inline-block;
        padding: 15px 35px 13px;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 20px;
        border: none;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        border-radius: 25px;
        -webkit-transition: all .6s ease-out;
        -moz-transition: all .6s ease-out;
        transition: all .6s ease-out
    }

        .group #load-more:hover {
            color: #fff;
            background: #b19870
        }

.page-portfolio.style3 .ps-post__header {
    padding: 100px 0;
    background-color: #333
}

    .page-portfolio.style3 .ps-post__header p {
        color: #ffffff80
    }

    .page-portfolio.style3 .ps-post__header h3 {
        color: #fff;
        margin-bottom: 30px
    }

.page-portfolio.style3 .ps-post__project-info {
    text-align: left;
    max-width: 100%
}

.page-portfolio.style3 .ps-social {
    margin-top: 0
}

.page-portfolio.style3 .ps-col-tiny p {
    display: inline-block
}

.page-portfolio.style3 .ps-about-gallery {
    clear: both;
    margin-top: 100px
}

@media (max-width: 420px) {
    .page-portfolio.style3 .ps-about-gallery {
        margin-top: 50px
    }
}

.page-portfolio .button-group {
    text-align: center;
    margin-bottom: 50px;
    border-top: 1px solid rgba(0,0,0,.07);
    border-bottom: 1px solid rgba(0,0,0,.07);
    padding: 13px 0
}

    .page-portfolio .button-group button {
        display: inline-block;
        padding: 10px 0;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: .05em;
        color: #00000080;
        text-transform: uppercase;
        line-height: 20px;
        outline: none !important;
        position: relative;
        background: #fff;
        margin-right: 50px
    }

        .page-portfolio .button-group button:last-child {
            margin: 0
        }

        .page-portfolio .button-group button:before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 40%;
            width: 5px;
            height: 5px;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translate(-50%);
            background-color: #ca2028;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
            visibility: hidden;
            opacity: 0;
            -webkit-transition: all .4s ease;
            -moz-transition: all .4s ease;
            transition: all .4s ease
        }

        .page-portfolio .button-group button.is-checked, .page-portfolio .button-group button:hover {
            color: #333
        }

            .page-portfolio .button-group button.is-checked:before, .page-portfolio .button-group button:hover:before {
                visibility: visible;
                opacity: 1
            }

.page-portfolio .wrap .image-project {
    position: relative;
    margin-bottom: 30px
}

    .page-portfolio .wrap .image-project img {
        width: 100%;
        -webkit-transition: all .3s;
        -khtml-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

    .page-portfolio .wrap .image-project a {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        z-index: 20;
        min-width: 165px;
        text-align: center;
        visibility: hidden;
        opacity: 0
    }

    .page-portfolio .wrap .image-project:hover a {
        visibility: visible;
        opacity: 1
    }

    .page-portfolio .wrap .image-project:hover img {
        opacity: .6
    }

.page-portfolio .wrap .ps-post__content {
    text-transform: capitalize;
    text-align: center
}

    .page-portfolio .wrap .ps-post__content h3 {
        font-size: 24px;
        font-weight: 300;
        line-height: 1.46em;
        color: #000;
        cursor: default
    }

    .page-portfolio .wrap .ps-post__content p {
        font-size: 12px;
        font-weight: 700;
        letter-spacing: .06em;
        text-align: center;
        color: #00000080;
        text-transform: uppercase
    }

.ps-post--portfolio-single .ps-post__header {
    margin-bottom: 100px;
    text-align: center
}

    .ps-post--portfolio-single .ps-post__header .ps-heading {
        margin-bottom: 30px
    }

.ps-post--portfolio-single .ps-post__project-info {
    max-width: 760px;
    margin: 0 auto;
    padding: 100px 0;
    text-align: center
}

    .ps-post--portfolio-single .ps-post__project-info h4 {
        margin-bottom: 20px;
        font-size: 20px;
        letter-spacing: .1em;
        font-weight: 500;
        color: #000
    }

.ps-post--portfolio-single .ps-social {
    margin: 50px 0
}

@media (max-width: 420px) {
    .ps-post--portfolio-single .ps-social {
        margin: 30px 0 !important
    }
}

.ps-post--portfolio-single .ps-social strong {
    margin-right: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 2em;
    text-align: center;
    color: #000
}

.ps-post--portfolio-single .ps-social a {
    margin-right: 15px;
    color: #000
}

    .ps-post--portfolio-single .ps-social a:hover {
        color: #ca2028
    }

    .ps-post--portfolio-single .ps-social a:last-child {
        margin-right: 0
    }

.ps-post--portfolio-single .ps-product__footer {
    padding: 30px 0;
    border-top: 1px solid rgba(0,0,0,.1)
}

    .ps-post--portfolio-single .ps-product__footer a {
        display: inline-block;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: .08em;
        color: #000;
        text-transform: uppercase
    }

        .ps-post--portfolio-single .ps-product__footer a i {
            margin-right: 5px;
            font-size: 14px;
            vertical-align: middle
        }

        .ps-post--portfolio-single .ps-product__footer a:hover {
            color: #ca2028
        }

        .ps-post--portfolio-single .ps-product__footer a.next {
            float: right
        }

            .ps-post--portfolio-single .ps-product__footer a.next i {
                margin-right: 0;
                margin-left: 5px
            }

.ps-post--portfolio-single.second .ps-post__header {
    margin-bottom: 50px
}

.ps-post--portfolio-single.second .ps-post__project-info {
    padding-top: 0
}

.ps-post--portfolio-single.third .ps-post__header {
    padding: 100px 0;
    background-color: #333
}

    .ps-post--portfolio-single.third .ps-post__header .ps-heading {
        color: #fff
    }

    .ps-post--portfolio-single.third .ps-post__header p {
        color: #ffffff80
    }

.ps-post--portfolio-single.third .ps-post__project-info {
    padding-top: 0;
    max-width: 100%;
    text-align: left
}

.ps-post--portfolio-single.third .ps-social {
    margin-top: 0
}

    .ps-post--portfolio-single.third .ps-social a:hover {
        color: #ca2028
    }

.ps-post--portfolio-single.third .ps-product__footer {
    margin-top: 150px;
    margin-bottom: 100px
}

.ps-collection--4 {
    padding: 0 110px 5px;
    clear: both;
    overflow: hidden
}

    .ps-collection--4:hover .ps-collection__name {
        transform: translateY(-16px)
    }

    .ps-collection--4 .ps-collection__overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10
    }

    .ps-collection--4 .ps-collection__thumbnail {
        position: relative;
        margin-bottom: 40px
    }

    .ps-collection--4 img {
        width: 100%
    }

    .ps-collection--4 .ps-collection__name {
        position: relative;
        float: left;
        margin-bottom: 0;
        margin-left: 50px;
        padding-top: 5px;
        font-size: 30px;
        font-weight: 300;
        line-height: 1.5em;
        color: #000;
        -webkit-transition: all .4s;
        -khtml-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
        text-transform: uppercase
    }

        .ps-collection--4 .ps-collection__name span {
            position: absolute;
            bottom: 100%;
            left: 2px;
            width: 2px;
            height: 50px;
            background-color: #000
        }

    .ps-collection--4 .ps-btn--underline {
        float: right
    }

    .ps-collection--4.large {
        padding: 0 23px
    }

    .ps-collection--4:hover .ps-collection__overlay {
        background-color: #ffffff80
    }

@media (max-width: 1200px) {
    .ps-collection--4 {
        padding: 0 50px
    }
}

.search-bar .form-search {
    width: 100%
}

.search-bar input[type=search] {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    height: 48px;
    background-color: #fff;
    border: solid 1px #f3f3f3;
    text-indent: 10px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    -webkit-box-shadow: inset 0 2px 5px 0 rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 2px 5px 0 rgba(0,0,0,.1);
    -ms-box-shadow: inset 0 2px 5px 0 rgba(0,0,0,.1);
    box-shadow: inset 0 2px 5px #0000001a;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    float: left;
    font-size: 20px;
    font-weight: 500;
    padding-left: 30px;
    width: calc(100% - 250px)
}

    .search-bar input[type=search]:focus {
        outline: 0
    }

.search-bar .btn-button {
    position: absolute;
    right: 0;
    float: right;
    width: 240px;
    text-align: center;
    background-color: #111;
    color: #fff;
    border-radius: 30px;
    top: 0px
}

    .search-bar .btn-button:hover {
        background: #b19870
    }

.home-search {
    background: rgba(255,255,255,.95);
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999
}

    .home-search > div {
        height: 100%;
        width: 100%;
        display: table;
        table-layout: fixed
    }

.popup {
    display: table-cell;
    vertical-align: middle
}

.home-search form {
    max-width: 70%;
    margin: 0 auto
}

@media (max-width: 600px) {
    .home-search form {
        max-width: 90%
    }
}

.home-search .input-group-field {
    border: 0;
    background: transparent;
    color: #262626;
    font-size: 4rem;
    line-height: 5rem;
    border-bottom: 2px solid #262626;
    height: 6rem;
    font-style: italic;
    width: 100%;
    outline: invert none medium
}

.close-search {
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: #262626;
    font-size: 2rem;
    line-height: 4rem;
    width: 4rem;
    text-align: center;
    transition: color .25s,border-color .25s
}

    .close-search:hover {
        color: #999 !important;
        border-color: #999 !important
    }

.home-newsletter .newsletter-box {
    padding: 100px 0 90px;
    text-align: left;
    max-width: 50%
}

@media (max-width: 1700px) {
    .home-newsletter .newsletter-box {
        max-width: 70%
    }
}

@media (max-width: 1200px) {
    .home-newsletter .newsletter-box {
        max-width: 80%
    }
}

@media (max-width: 991px) {
    .home-newsletter .newsletter-box {
        max-width: 100%
    }
}

@media (max-width: 580px) {
    .home-newsletter .newsletter-box {
        text-align: center
    }

        .home-newsletter .newsletter-box .password__input-group input, .home-newsletter .newsletter-box .password__input-group button {
            width: 100%;
            float: none
        }

        .home-newsletter .newsletter-box .password__input-group input {
            margin-bottom: 20px
        }
}

.home-newsletter h3 {
    margin-bottom: 20px
}

.home-newsletter p {
    margin-bottom: 50px;
    font-size: 15px;
    color: #00000080;
    line-height: 1.67em
}

.home-newsletter .password__input-group {
    clear: both;
    overflow: hidden;
    padding: 10px 0
}

.home-newsletter input {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    height: 48px;
    background-color: #fff;
    border: solid 1px #f3f3f3;
    text-indent: 10px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    -webkit-box-shadow: inset 0 2px 5px 0 rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 2px 5px 0 rgba(0,0,0,.1);
    -ms-box-shadow: inset 0 2px 5px 0 rgba(0,0,0,.1);
    box-shadow: inset 0 2px 5px #0000001a;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    float: left;
    width: calc(100% - 250px)
}

.home-newsletter button {
    float: right;
    width: 240px;
    text-align: center;
    background-color: #ca2028;
    color: #fff
}

.wrap-footer1 .ps-footer__content {
    padding: 120px 0 90px
}

.wrap-footer1 .ps-site-info {
    max-width: 520px
}

    .wrap-footer1 .ps-site-info .ps-logo {
        display: inline-block;
        margin-bottom: 20px;
        max-width: 100px
    }

    .wrap-footer1 .ps-site-info > p {
        margin-bottom: 40px;
        color: #100f0f;
        font-size: 15px;
        line-height: 1.67em
    }

.wrap-footer1 .ps-site-info__detail p {
    position: relative;
    text-align: left;
    padding-left: 120px;
    font-size: 15px;
    color: #000
}

    .wrap-footer1 .ps-site-info__detail p span {
        display: inline-block;
        min-width: 100px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        color: #00000080;
        line-height: 1.67em
    }

    .wrap-footer1 .ps-site-info__detail p a:hover {
        color: #ca2028;
        text-decoration: underline
    }

.wrap-footer1 .ps-footer__copyright {
    padding: 30px 0;
    border-top: 1px solid rgba(0,0,0,.07)
}

    .wrap-footer1 .ps-footer__copyright p {
        padding: 5px 0;
        margin-bottom: 0;
        line-height: 30px
    }

.wrap-footer1.gray {
    background-color: #fbfbfb;
    -webkit-box-shadow: 0 -2px 4px 0 rgba(0,0,0,.07);
    -moz-box-shadow: 0 -2px 4px 0 rgba(0,0,0,.07);
    -ms-box-shadow: 0 -2px 4px 0 rgba(0,0,0,.07);
    box-shadow: 0 -2px 4px #00000012
}

@media (max-width: 1200px) {
    .wrap-footer1 .ps-footer__content {
        padding: 70px 0 50px
    }
}

@media (max-width: 991px) {
    .wrap-footer1 {
        padding-top: 50px
    }

        .wrap-footer1 .ps-footer__content {
            padding: 50px 0
        }

        .wrap-footer1 .ps-footer__copyright, .wrap-footer1 .ps-footer__social {
            text-align: center
        }
}

.ps-inner-footer.black {
    padding-top: 80px;
    background-color: #202020
}

    .ps-inner-footer.black .widget .widget-title {
        color: #fff
    }

    .ps-inner-footer.black .widget li a {
        color: #ffffff80
    }

        .ps-inner-footer.black .widget li a:hover {
            color: #ca2028
        }

.widget .clear {
    position: absolute;
    right: 0;
    font-size: 13px;
    font-weight: 400;
    background: #333;
    color: #fff;
    margin: 0;
    padding: 0 10px;
    line-height: 22px;
    z-index: 11
}

    .widget .clear:hover {
        background: #b19870
    }

.widget.block-categories a {
    display: block;
    padding: 5px 0;
    font-size: 15px;
    line-height: 1.6em;
    text-align: left;
    color: #00000080
}

    .widget.block-categories a.active, .widget.block-categories a:hover {
        color: #ca2028
    }

.widget .widget-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 2em;
    text-align: left;
    color: #000;
    font-weight: 700;
    text-transform: capitalize
}

.widget:last-child {
    border: 0
}

.widget.last {
    border: 0
}

.widget_categories ul li a {
    font-size: 15px;
    line-height: 2.5em;
    text-align: left;
    color: #00000080
}

    .widget_categories ul li a:hover {
        color: #ca2028
    }

body {
    position: relative;
    overflow-x: hidden
}

.clearfix {
    clear: both
}

.btn {
    background-color: #000;
    padding: 10px 15px
}

.quick-view .overlay, .ajax-success-modal .overlay {
    height: 100%;
    width: 100%;
    position: fixed
}

.quickview-template, .quick-view {
    display: none;
    left: 0;
    outline: 0 none;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1050
}

    .quickview-template .content-wrap, .quick-view .content-wrap {
        position: relative;
        width: 90%;
        margin: 50px auto;
        background: #fff;
        padding: 30px
    }

@media (min-width: 1200px) {
    .quickview-template .content-wrap, .quick-view .content-wrap {
        width: 1000px
    }
}

header {
    position: relative;
    background: #fff
}

    header .header-logo img {
        max-width: 160px
    }

    header .header-sub {
        text-align: right;
        float: right
    }

        header .header-sub .currency {
            margin-right: 5px
        }

            header .header-sub .currency .fa {
                padding-left: 5px
            }

@media (min-width: 1600px) {
    header.style1 .header-logo {
        width: 15%
    }

    header.style1 .header-menu {
        width: 70%
    }

    header.style1 .header-sub {
        width: 15%;
        text-align: right
    }

        header.style1 .header-sub .search-wrap {
            min-width: 330px;
            position: absolute;
            top: -4px;
            right: 150px
        }

            header.style1 .header-sub .search-wrap input {
                height: 48px;
                -webkit-box-shadow: inset 0 2px 13px rgba(0,0,0,.1);
                -moz-box-shadow: inset 0 2px 13px rgba(0,0,0,.1);
                -ms-box-shadow: inset 0 2px 13px rgba(0,0,0,.1);
                box-shadow: inset 0 2px 13px #0000001a;
                -webkit-border-radius: 48px;
                -moz-border-radius: 48px;
                -ms-border-radius: 48px;
                border-radius: 48px;
                padding: 0 20px;
                text-align: left;
                font-size: 15px
            }

            header.style1 .header-sub .search-wrap button {
                position: absolute;
                right: 0;
                top: 0;
                border-radius: 0 30px 30px 0
            }
}

header .header-menu .nou_megamenu {
    margin: 0 auto;
    display: table
}

header .header-currency .currency-picker {
    font-size: 11px;
    color: #000;
    font-weight: 700
}

header .header-currency i {
    margin-left: 2px;
    font-size: 12px;
    color: #100f0f
}

header .header-sub > div {
    position: relative;
    display: inline-block
}

    header .header-sub > div:hover .icon {
        color: #b19870
    }

    header .header-sub > div .icon {
        cursor: pointer;
        color: #111;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        text-align: center
    }

header.header-sticky.fixed {
    position: fixed;
    z-index: 25;
    left: 0;
    right: 0;
    top: 0;
    -webkit-box-shadow: 0px 3px 2px 0px rgba(0,0,0,.1);
    -moz-box-shadow: 0px 3px 2px 0px rgba(0,0,0,.1);
    -ms-box-shadow: 0px 3px 2px 0px rgba(0,0,0,.1);
    box-shadow: 0 3px 2px #0000001a
}

    header.header-sticky.fixed .header-middle {
        padding: 18px 0
    }

    header.header-sticky.fixed .hd-sticky {
        display: none
    }

header.style2 .header-logo {
    text-align: center
}

@media (max-width: 1200px) {
    header.style2 .header-logo {
        text-align: left
    }
}

@media (max-width: 1400px) {
    header.style2 .nou_megamenu .nav-item {
        margin-right: 30px
    }
}

header.style3 .header-logo {
    text-align: center
}

header.style3 .nou_megamenu {
    display: table;
    margin: 0 auto
}

.header__bottom {
    text-align: center;
    border-top: 1px solid rgba(0,0,0,.07);
    padding: 15px 0
}

    .header__bottom p {
        margin-bottom: 0;
        font-size: 15px;
        line-height: 1.67em;
        color: #000;
        line-height: 20px
    }

@media (max-width: 479px) {
    .header__bottom p {
        font-size: 13px
    }
}

.header__bottom p span {
    font-weight: 700;
    color: #ca2028
}

.dropdown-content {
    display: none;
    text-align: left
}

.header .header-container .header-top {
    min-height: 42px;
    background-color: #000;
    color: #fff
}

    .header .header-container .header-top ul.socials {
        padding: 0;
        margin: 0
    }

        .header .header-container .header-top ul.socials li {
            display: inline-block
        }

            .header .header-container .header-top ul.socials li a {
                color: #fff;
                font-size: 16px;
                width: 42px;
                height: 42px;
                line-height: 42px;
                text-align: center;
                display: block
            }

                .header .header-container .header-top ul.socials li a:hover {
                    color: #000
                }

                .header .header-container .header-top ul.socials li a > span {
                    display: none
                }

    .header .header-container .header-top .language-currency .lang-block, .header .header-container .header-top .language-currency .currency-block, .header .header-container .header-top .language-currency .top-link {
        float: right
    }

    .header .header-container .header-top .language-currency .lang-block, .header .header-container .header-top .language-currency .currency-block {
        margin-left: 15px;
        line-height: 42px;
        position: relative
    }

        .header .header-container .header-top .language-currency .lang-block a, .header .header-container .header-top .language-currency .currency-block a {
            color: #fff
        }

            .header .header-container .header-top .language-currency .lang-block a i.fa, .header .header-container .header-top .language-currency .currency-block a i.fa {
                padding-left: 5px
            }

        .header .header-container .header-top .language-currency .lang-block .dropdown-menu, .header .header-container .header-top .language-currency .currency-block .dropdown-menu {
            right: 0;
            left: auto
        }

            .header .header-container .header-top .language-currency .lang-block .dropdown-menu a, .header .header-container .header-top .language-currency .currency-block .dropdown-menu a {
                color: #100f0f
            }

        .header .header-container .header-top .language-currency .lang-block:hover .dropdown-menu, .header .header-container .header-top .language-currency .currency-block:hover .dropdown-menu {
            display: block
        }

    .header .header-container .header-top .language-currency .link-myaccount {
        position: relative
    }

        .header .header-container .header-top .language-currency .link-myaccount a.dropdown-toggle i.fa {
            padding-left: 5px
        }

        .header .header-container .header-top .language-currency .link-myaccount ul.dropdown-menu li {
            width: 100%;
            margin: 0;
            padding: 0
        }

            .header .header-container .header-top .language-currency .link-myaccount ul.dropdown-menu li a {
                color: #100f0f;
                line-height: 22px
            }

        .header .header-container .header-top .language-currency .link-myaccount:hover ul.dropdown-menu {
            display: block
        }

    .header .header-container .header-top .language-currency .top-link ul {
        margin: 0;
        padding: 0
    }

        .header .header-container .header-top .language-currency .top-link ul li {
            float: left;
            margin-left: 10px;
            padding-left: 10px
        }

            .header .header-container .header-top .language-currency .top-link ul li a {
                color: #fff;
                line-height: 42px
            }

.header .header-container .header-middle {
    padding: 30px 0;
    -webkit-transition: all .3s ease;
    -khtml-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

    .header .header-container .header-middle .header-minicart .minicart-top {
        position: relative;
        padding-right: 20px
    }

        .header .header-container .header-middle .header-minicart .minicart-top i.fa {
            color: #000;
            font-size: 18px
        }

        .header .header-container .header-middle .header-minicart .minicart-top span#minicart-count {
            background-color: #ca2028;
            width: 20px;
            height: 20px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
            display: inline-block;
            color: #fff;
            text-align: center;
            font-size: 10px;
            line-height: 22px;
            position: absolute;
            right: 0;
            top: 5px
        }

    .header .header-container .header-middle .header-minicart .dropminicart-content {
        position: absolute;
        z-index: 99;
        right: 15px;
        top: 42px;
        background: #fff;
        -webkit-box-shadow: 0 12px 30px 0 rgba(0,0,0,.12);
        -moz-box-shadow: 0 12px 30px 0 rgba(0,0,0,.12);
        -ms-box-shadow: 0 12px 30px 0 rgba(0,0,0,.12);
        box-shadow: 0 12px 30px #0000001f;
        min-width: 300px;
        padding: 20px
    }

        .header .header-container .header-middle .header-minicart .dropminicart-content .no-items {
            display: none;
            text-align: center
        }

        .header .header-container .header-middle .header-minicart .dropminicart-content .minicart-products-list {
            display: block;
            overflow: hidden
        }

            .header .header-container .header-middle .header-minicart .dropminicart-content .minicart-products-list a.product-image {
                display: block;
                float: left;
                margin-right: 10px
            }

            .header .header-container .header-middle .header-minicart .dropminicart-content .minicart-products-list li.item {
                position: relative;
                padding-right: 10px;
                clear: both;
                margin-bottom: 10px;
                overflow: hidden
            }

            .header .header-container .header-middle .header-minicart .dropminicart-content .minicart-products-list .btn-remove {
                position: absolute;
                right: 0
            }

            .header .header-container .header-middle .header-minicart .dropminicart-content .minicart-products-list .product-info {
                overflow: hidden
            }

        .header .header-container .header-middle .header-minicart .dropminicart-content .minicart-actions .link-cart, .header .header-container .header-middle .header-minicart .dropminicart-content .minicart-totals .price-total {
            float: right
        }
         
.box-results {
    z-index: 8000;
    list-style-type: none;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    border: 1px solid #ccc;
    overflow: hidden
}

    .box-results .thumbnail {
        float: left;
        display: inline-block;
        width: auto;
        height: 50px;
        margin: 5px;
        padding: 0;
        text-align: center;
        overflow: hidden;
        border-radius: 0
    }

    .box-results .title_name {
        float: left;
        padding-left: 10px;
        overflow: hidden;
        margin-top: 10px;
        line-height: 100%
    }

@media (min-width: 768px) {
    .menu-fixed .nav-bar {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 99;
        padding: 0
    }
}

@media (max-width: 991px) {
    .section-home-slider .tp-caption .tp-caption-slide-1 {
        font-size: 38px !important
    }
}

@media (max-width: 420px) {
    .section-home-slider .tp-caption .tp-caption-slide-1 {
        font-size: 23px !important
    }
}

.section-home-slider .tp-caption .tp-caption-button a {
    display: inline-block;
    padding: 18.5px 40px;
    border-radius: 30px;
    margin-top: 60px;
    -webkit-transition: all .3s ease;
    -khtml-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: 0 2px 4px #00000026;
    line-height: 1
}

    .section-home-slider .tp-caption .tp-caption-button a:hover {
        background: #b19870 !important
    }

@media (max-width: 991px) {
    .section-home-slider .tp-caption .tp-caption-button a {
        margin-top: 30px
    }
}

@media (max-width: 420px) {
    .section-home-slider .tp-caption .tp-caption-button a {
        margin-top: 20px;
        padding: 15.5px 27px
    }
}

.tp-bullets {
    z-index: 33 !important
}

.banner img {
    -webkit-transition: all .3s ease;
    -khtml-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.banner:hover img {
    opacity: .7
}

.ps-home-1--collection {
    margin-bottom: -30px
}

    .ps-home-1--collection .banner {
        margin-bottom: 30px
    }

@media (max-width: 420px) {
    .ps-home-1--collection .banner {
        margin-bottom: 15px
    }
}

.ps-collection {
    position: relative;
    z-index: 10
}

    .ps-collection .ps-collection__morelink {
        display: inline-block;
        position: absolute;
        top: 90%;
        left: 15%;
        -webkit-transform: translate(-50%,-50%);
        -khtml-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        min-width: 100px;
        z-index: 10;
        padding: 5px;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 20px;
        background-color: #fff;
        text-align: center;
        -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,.15);
        -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,.15);
        -ms-box-shadow: 0px 3px 10px 0px rgba(0,0,0,.15);
        box-shadow: 0 3px 10px #00000026;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        border-radius: 25px;
        -webkit-transition: all .6s ease-out;
        -khtml-transition: all .6s ease-out;
        -moz-transition: all .6s ease-out;
        -ms-transition: all .6s ease-out;
        -o-transition: all .6s ease-out;
        transition: all .6s ease-out;
        color: #000
    }

@media (max-width: 420px) {
    .ps-collection .ps-collection__morelink {
        padding: 5px
    }
}

.ps-collection .ps-collection__morelink:hover, .ps-collection .ps-collection__morelink:focus {
    background-color: #000;
    color: #fff
}

.ps-collection--2 {
    position: relative;
    margin-bottom: 30px
}

    .ps-collection--2 .ps-collection__content {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -khtml-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        width: 50%;
        text-align: center
    }

@media (max-width: 991px) {
    .ps-collection--2 .ps-collection__content {
        right: 10px
    }
}

.ps-collection--2 .ps-collection__content h3 {
    margin-bottom: 25px;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.3em;
    color: #000
}

@media (max-width: 991px) {
    .ps-collection--2 .ps-collection__content h3 {
        font-size: 18px;
        margin-bottom: 5px
    }
}

.ps-collection--2 .ps-collection__content .ps-btn--outline {
    padding: 11px 28.5px 9px
}

.newsletter-wrap {
    position: relative
}

    .newsletter-wrap #colorbox {
        display: none;
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1080
    }

        .newsletter-wrap #colorbox .overlay {
            background: #000;
            opacity: .5;
            height: 100%;
            position: absolute;
            width: 100%
        }

        .newsletter-wrap #colorbox .newsletter-box {
            display: none;
            min-height: 300px;
            margin: 0 auto;
            position: relative;
            top: 25%;
            width: 700px
        }

            .newsletter-wrap #colorbox .newsletter-box .newsletter-inner {
                position: relative;
                background: #fff;
                padding: 20px
            }

                .newsletter-wrap #colorbox .newsletter-box .newsletter-inner .btn.close {
                    padding: 0;
                    width: 30px;
                    height: 30px;
                    position: absolute;
                    right: 0px;
                    top: 0px;
                    z-index: 9;
                    border: 0;
                    cursor: pointer;
                    opacity: 1;
                    line-height: 30px;
                    text-align: center;
                    border-radius: 0
                }

                .newsletter-wrap #colorbox .newsletter-box .newsletter-inner .block-title {
                    display: block;
                    text-align: center;
                    font-size: 150%;
                    font-weight: 700;
                    margin-bottom: 20px
                }

                .newsletter-wrap #colorbox .newsletter-box .newsletter-inner .intro {
                    text-align: center;
                    font-size: 116.7%;
                    margin-bottom: 20px
                }

                .newsletter-wrap #colorbox .newsletter-box .newsletter-inner .subscibe-action input.input-group-field {
                    height: 46px;
                    line-height: 46px;
                    width: 100%
                }

                .newsletter-wrap #colorbox .newsletter-box .newsletter-inner .social-network {
                    margin-top: 30px;
                    text-align: center
                }

                    .newsletter-wrap #colorbox .newsletter-box .newsletter-inner .social-network ul li {
                        display: inline-block
                    }

                        .newsletter-wrap #colorbox .newsletter-box .newsletter-inner .social-network ul li a {
                            width: 30px;
                            height: 30px;
                            border: 1px solid #ccc;
                            line-height: 30px;
                            text-align: center;
                            border-radius: 100%;
                            display: inline-block
                        }

                            .newsletter-wrap #colorbox .newsletter-box .newsletter-inner .social-network ul li a > span {
                                display: none
                            }

                .newsletter-wrap #colorbox .newsletter-box .newsletter-inner .hidden-popup {
                    margin-top: 20px;
                    text-align: center
                }

.nav-mobile .nou_megamenu .nav-item .megamenu-dropdown, .nav-mobile .nou_megamenu .nav-item .sub-menu-dropdown {
    opacity: 1;
    visibility: visible
}

.nou_megamenu .nav-item {
    display: inline-block;
    position: relative;
    margin-right: 50px
}

    .nou_megamenu .nav-item:hover > a.site-nav-link:before, .nou_megamenu .nav-item.active > a.site-nav-link:before {
        -webkit-transform: scale3d(1,1,1);
        -moz-transform: scale3d(1,1,1);
        -ms-transform: scale3d(1,1,1);
        -o-transform: scale3d(1,1,1);
        transform: scaleZ(1);
        -webkit-transform-origin: 0 50%;
        -moz-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
        -o-transform-origin: 0 50%;
        transform-origin: 0 50%
    }

    .nou_megamenu .nav-item.dropdown {
        position: relative !important
    }

    .nou_megamenu .nav-item.megamenu-full {
        position: static
    }

    .nou_megamenu .nav-item > a.site-nav-link {
        position: relative;
        display: inline-block;
        padding: 10px 0;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: .15em;
        line-height: 20px;
        text-transform: uppercase
    }

        .nou_megamenu .nav-item > a.site-nav-link:before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 2px;
            background-color: #111;
            -webkit-transform: scale3d(0,1,1);
            -moz-transform: scale3d(0,1,1);
            -ms-transform: scale3d(0,1,1);
            -o-transform: scale3d(0,1,1);
            transform: scale3d(0,1,1);
            -webkit-transition: -webkit-transform 1s cubic-bezier(.2,1,.3,1);
            -moz-transition: -moz-transform 1s cubic-bezier(.2,1,.3,1);
            transition: transform 1s cubic-bezier(.2,1,.3,1);
            -webkit-transform-origin: 100% 50%;
            -moz-transform-origin: 100% 50%;
            -ms-transform-origin: 100% 50%;
            -o-transform-origin: 100% 50%;
            transform-origin: 100% 50%
        }

        .nou_megamenu .nav-item > a.site-nav-link > .fa {
            display: none
        }

    .nou_megamenu .nav-item > a {
        color: #fff
    }

    .nou_megamenu .nav-item.has-new-label > a:before {
        content: "New";
        position: absolute;
        top: -17px;
        left: 15px;
        color: #fff;
        font-size: 9px;
        text-transform: uppercase;
        line-height: 18px;
        height: 18px;
        width: 35px;
        text-align: center;
        background: #000000
    }

    .nou_megamenu .nav-item.has-hot-label > a:after {
        content: "Hot";
        position: absolute;
        top: -17px;
        right: 0;
        background-color: #fb7349 !important;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        border-radius: 20px;
        display: inline-block;
        padding: 0 10px;
        font-size: 10px;
        font-weight: 700;
        color: #fff;
        height: 18px;
        text-transform: uppercase;
        text-align: center;
        min-width: 43px
    }

    .nou_megamenu .nav-item .megamenu-dropdown {
        width: 100%;
        padding: 20px !important;
        border: 0;
        left: -50%;
        right: -50%
    }

        .nou_megamenu .nav-item .megamenu-dropdown .megamenu-wrap > a {
            text-transform: uppercase;
            font-size: 12px;
            display: block;
            padding: 10px 0;
            border-bottom: 1px solid #999;
            color: #111;
            font-weight: 700;
            letter-spacing: 2px
        }

        .nou_megamenu .nav-item .megamenu-dropdown .megamenu-wrap .dropdown {
            margin-top: 10px
        }

        .nou_megamenu .nav-item .megamenu-dropdown.megamenu .megamenu-wrap > a {
            border: 0;
            padding: 0;
            border-bottom: 1px solid #eeeeee;
            font-size: 12px;
            font-weight: 700;
            color: #111
        }

            .nou_megamenu .nav-item .megamenu-dropdown.megamenu .megamenu-wrap > a span.site-nav-title {
                display: block;
                margin-bottom: 10px
            }

        .nou_megamenu .nav-item .megamenu-dropdown.megamenu .megamenu-wrap ul li a {
            line-height: 30px;
            color: #7f7f7f
        }

        .nou_megamenu .nav-item .megamenu-dropdown.style_4 .megamenu-wrap > a {
            text-transform: none;
            font-size: 100%
        }

    .nou_megamenu .nav-item.megamenu-left .megamenu-dropdown {
        left: 0;
        right: auto
    }

    .nou_megamenu .nav-item.megamenu-right .megamenu-dropdown {
        right: 0;
        left: auto
    }

    .nou_megamenu .nav-item.megamenu-full .megamenu-dropdown {
        width: 200%;
        padding: 20px;
        border: 0;
        left: -50%;
        right: -50%
    }

    .nou_megamenu .nav-item.megamenu-full.megamenu-left .megamenu-dropdown, .nou_megamenu .nav-item.megamenu-full.megamenu-right .megamenu-dropdown {
        left: -50%;
        right: -50%
    }

    .nou_megamenu .nav-item .megamenu-dropdown, .nou_megamenu .nav-item .sub-menu-dropdown {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        background-color: #fff;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px)
    }

@media (max-width: 1200px) {
    .nou_megamenu .nav-item .megamenu-dropdown .block-banner, .nou_megamenu .nav-item .sub-menu-dropdown .block-banner {
        margin: 20px 0
    }
}

.nou_megamenu .nav-item .megamenu-dropdown .block-banner img, .nou_megamenu .nav-item .sub-menu-dropdown .block-banner img {
    -webkit-transition: all .3s ease;
    -khtml-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.nou_megamenu .nav-item .megamenu-dropdown .block-banner a, .nou_megamenu .nav-item .sub-menu-dropdown .block-banner a {
    display: block;
    position: relative
}

    .nou_megamenu .nav-item .megamenu-dropdown .block-banner a:hover img, .nou_megamenu .nav-item .sub-menu-dropdown .block-banner a:hover img {
        opacity: .8
    }

    .nou_megamenu .nav-item .megamenu-dropdown .block-banner a span, .nou_megamenu .nav-item .sub-menu-dropdown .block-banner a span {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -khtml-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        min-width: 152px;
        background: #fff;
        text-align: center;
        padding: 14px 35px 12px;
        top: 73%
    }

        .nou_megamenu .nav-item .megamenu-dropdown .block-banner a span:hover, .nou_megamenu .nav-item .sub-menu-dropdown .block-banner a span:hover {
            background: #333;
            color: #fff
        }

@media (max-width: 1200px) {
    .nou_megamenu .nav-item .megamenu-dropdown, .nou_megamenu .nav-item .sub-menu-dropdown {
        box-shadow: none !important
    }
}

@media (min-width: 1200px) {
    .nou_megamenu .nav-item .megamenu-dropdown, .nou_megamenu .nav-item .sub-menu-dropdown {
        -webkit-transition: all .4s cubic-bezier(.165,.84,.44,1);
        -moz-transition: all .4s cubic-bezier(.165,.84,.44,1);
        transition: all .4s cubic-bezier(.165,.84,.44,1);
        -webkit-box-shadow: 0 12px 30px 0 rgba(0,0,0,.12);
        -moz-box-shadow: 0 12px 30px 0 rgba(0,0,0,.12);
        -ms-box-shadow: 0 12px 30px 0 rgba(0,0,0,.12);
        box-shadow: 0 12px 30px #0000001f
    }
}

.nou_megamenu .nav-item .megamenu-dropdown a, .nou_megamenu .nav-item .sub-menu-dropdown a {
    color: #7f7f7f
}

    .nou_megamenu .nav-item .megamenu-dropdown a:hover, .nou_megamenu .nav-item .sub-menu-dropdown a:hover {
        color: #b19870
    }

.nou_megamenu .nav-item .megamenu-dropdown img, .nou_megamenu .nav-item .sub-menu-dropdown img {
    width: 100%
}

.nou_megamenu .nav-item .sub-menu-dropdown {
    min-width: 250px;
    max-width: 250px;
    position: absolute;
    padding: 10px 0 !important;
    top: 100%;
    left: 0;
    z-index: 1000;
    background-color: #fff;
    -webkit-box-shadow: 0 12px 30px 0 rgba(0,0,0,.12);
    -moz-box-shadow: 0 12px 30px 0 rgba(0,0,0,.12);
    -ms-box-shadow: 0 12px 30px 0 rgba(0,0,0,.12);
    box-shadow: 0 12px 30px #0000001f;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px)
}

@media (min-width: 1200px) {
    .nou_megamenu .nav-item .sub-menu-dropdown {
        -webkit-transition: all .4s cubic-bezier(.165,.84,.44,1);
        -moz-transition: all .4s cubic-bezier(.165,.84,.44,1);
        transition: all .4s cubic-bezier(.165,.84,.44,1)
    }
}

.nou_megamenu .nav-item .sub-menu-dropdown li {
    line-height: 30px
}

    .nou_megamenu .nav-item .sub-menu-dropdown li a {
        display: block;
        position: relative;
        z-index: 10;
        padding: 5px 5px;
        font-size: 15px;
        line-height: 20px;
        color: #7f7f7f;
        font-weight: 400;
        -webkit-transition: all .5s cubic-bezier(.165,.84,.44,1);
        -moz-transition: all .5s cubic-bezier(.165,.84,.44,1);
        transition: all .5s cubic-bezier(.165,.84,.44,1);
        text-transform: capitalize
    }

        .nou_megamenu .nav-item .sub-menu-dropdown li a i.fa {
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%)
        }

        .nou_megamenu .nav-item .sub-menu-dropdown li a:hover {
            color: #b19870
        }

    .nou_megamenu .nav-item .sub-menu-dropdown li .sub-menu-dropdown {
        left: 100%;
        top: -1px
    }

    .nou_megamenu .nav-item .sub-menu-dropdown li:hover > .sub-menu-dropdown {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

.nou_megamenu .nav-item:hover .megamenu-dropdown, .nou_megamenu .nav-item:hover > .sub-menu-dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.block-sidebar {
    margin-bottom: 20px
}

.filter-toggle {
    font-size: 20px
}

    .filter-toggle i {
        cursor: pointer;
        color: #000
    }

        .filter-toggle i:hover {
            color: #b19870
        }

.toolbar {
    margin-bottom: 30px;
    border: 1px solid #d8d8d8;
    border-width: 1px 0 1px 0;
    clear: both;
    overflow: hidden
}

    .toolbar .modes {
        display: inline-block;
        vertical-align: top;
        margin-right: 30px;
        height: 30px
    }

        .toolbar .modes .mode-label, .toolbar .modes .modes-mode span {
            display: none
        }

        .toolbar .modes a.modes-mode {
            display: inline-block;
            width: 30px;
            height: 30px;
            line-height: 30px;
            font-size: 18px;
            text-align: center;
            color: #444;
            background-color: #f0f0f0
        }

            .toolbar .modes a.modes-mode.active, .toolbar .modes a.modes-mode:hover {
                background-color: #000;
                color: #fff;
                opacity: 1
            }

    .toolbar .toolbar-sorter {
        display: inline-block;
        vertical-align: top
    }

        .toolbar .toolbar-sorter .sorter-label {
            font-weight: 700;
            color: #000;
            font-size: 12px;
            padding-right: 36px;
            display: inline-block
        }

@media (max-width: 420px) {
    .toolbar .toolbar-sorter .sorter-label {
        display: none
    }
}

.toolbar .toolbar-sorter .sorter-options {
    height: 66px;
    border: none;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    padding-left: 12px;
    border-left: 1px solid #d8d8d8
}

    .toolbar .toolbar-sorter .sorter-options:hover {
        background-color: #00000012
    }

.toolbar select {
    height: 30px
}

.toolbar .menu-category ul {
    padding: 13px 0
}

    .toolbar .menu-category ul li {
        display: inline-block;
        margin-right: 50px
    }

@media (max-width: 1400px) {
    .toolbar .menu-category ul li {
        margin-right: 30px
    }
}

.toolbar .menu-category ul li.active a {
    color: #000
}

    .toolbar .menu-category ul li.active a:before {
        visibility: visible;
        opacity: 1
    }

.toolbar .menu-category ul li a {
    display: inline-block;
    padding: 10px 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .05em;
    color: #00000080;
    text-transform: uppercase;
    line-height: 20px;
    position: relative
}

    .toolbar .menu-category ul li a:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 40%;
        width: 5px;
        height: 5px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translate(-50%);
        background-color: #ca2028;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        transition: all .4s ease
    }

    .toolbar .menu-category ul li a:hover {
        color: #000
    }

@media (max-width: 991px) {
    .toolbar.toolbar-masonry .flex-box {
        display: block;
        text-align: center
    }

        .toolbar.toolbar-masonry .flex-box .a-left, .toolbar.toolbar-masonry .flex-box .a-right {
            text-align: center !important
        }

        .toolbar.toolbar-masonry .flex-box .sorter-options {
            border: 1px solid #d8d8d8;
            margin-bottom: 25px;
            height: 45px
        }
}

.ps-shop--category {
    padding: 100px 0
}

@media (max-width: 1200px) {
    .ps-shop--category {
        padding: 70px
    }
}

@media (max-width: 768px) {
    .ps-shop--category {
        padding: 50px 0
    }
}

.ps-collection__morelink {
    display: inline-block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    min-width: 180px;
    z-index: 10;
    padding: 15px 35px 13px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px;
    background-color: #fff;
    text-align: center;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,.15);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,.15);
    -ms-box-shadow: 0px 3px 10px 0px rgba(0,0,0,.15);
    box-shadow: 0 3px 10px #00000026;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: all .6s ease-out;
    -khtml-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -ms-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    transition: all .6s ease-out
}

    .ps-collection__morelink:hover, .ps-collection__morelink:focus {
        background-color: #000;
        color: #fff
    }

.ps-collection--bottom img {
    width: 100%
}

.ps-collection--bottom .ps-collection__morelink {
    position: absolute;
    top: auto;
    bottom: 50px;
    -webkit-transform: translate(-50%,0);
    -khtml-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%)
}

.home-newsletter .newsletter-box {
    padding: 100px 0 90px;
    text-align: left;
    max-width: 50%
}

@media (max-width: 1700px) {
    .home-newsletter .newsletter-box {
        max-width: 70%
    }
}

@media (max-width: 1200px) {
    .home-newsletter .newsletter-box {
        max-width: 80%
    }
}

@media (max-width: 991px) {
    .home-newsletter .newsletter-box {
        max-width: 100%
    }
}

@media (max-width: 580px) {
    .home-newsletter .newsletter-box {
        text-align: center
    }

        .home-newsletter .newsletter-box .password__input-group input, .home-newsletter .newsletter-box .password__input-group button {
            width: 100%;
            float: none
        }

        .home-newsletter .newsletter-box .password__input-group input {
            margin-bottom: 20px
        }
}

.home-newsletter h3 {
    margin-bottom: 20px
}

.home-newsletter p {
    margin-bottom: 50px;
    font-size: 15px;
    color: #00000080;
    line-height: 1.67em
}

.home-newsletter .password__input-group {
    clear: both;
    overflow: hidden;
    padding: 10px 0
}

.home-newsletter input {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    height: 48px;
    background-color: #fff;
    border: solid 1px #f3f3f3;
    text-indent: 10px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    -webkit-box-shadow: inset 0 2px 5px 0 rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 2px 5px 0 rgba(0,0,0,.1);
    -ms-box-shadow: inset 0 2px 5px 0 rgba(0,0,0,.1);
    box-shadow: inset 0 2px 5px #0000001a;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    float: left;
    width: calc(100% - 250px)
}

.home-newsletter button {
    float: right;
    width: 240px;
    text-align: center;
    background-color: #ca2028;
    color: #fff
}

.widget {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,.1)
}

    .widget.block-sidebar {
        margin-bottom: 0;
        padding: 0;
        border: 0
    }

    .widget .widget-title {
        font-size: 18px;
        font-weight: 600;
        line-height: 2em;
        text-align: left;
        color: #000;
        font-weight: 700
    }

        .widget .widget-title h3 {
            font-size: 18px
        }

    .widget:last-child {
        padding-bottom: 0;
        border: none
    }

    .widget .filter-tag {
        position: relative;
        margin-bottom: 35px;
        padding-bottom: 50px;
        border-bottom: 1px solid rgba(0,0,0,.1)
    }

        .widget .filter-tag:last-child {
            margin: 0;
            padding: 0;
            border: 0
        }

        .widget .filter-tag h3 {
            font-size: 18px;
            font-weight: 600;
            line-height: 2em;
            text-align: left;
            color: #000;
            font-weight: 700;
            margin-bottom: 10px
        }

        .widget .filter-tag ul li {
            position: relative
        }

            .widget .filter-tag ul li input {
                height: auto;
                margin: 0 7px 0 0;
                cursor: pointer;
                display: inline-block;
                width: 0px;
                height: 0px;
                vertical-align: middle
            }

                .widget .filter-tag ul li input.checked:before {
                    opacity: 1
                }

                .widget .filter-tag ul li input:after {
                    content: "";
                    position: absolute;
                    top: 4px;
                    left: 0;
                    width: 13px;
                    height: 13px;
                    border: 1px solid #000000;
                    box-shadow: inset 0 0 1px #e0e0e0;
                    background-color: #fff;
                    cursor: pointer;
                    border-radius: 50%
                }

                .widget .filter-tag ul li input:before {
                    content: "";
                    position: absolute;
                    left: 1px;
                    z-index: 1;
                    top: 7px;
                    left: 3px;
                    width: 7px;
                    height: 7px;
                    opacity: 0;
                    background: #000000;
                    border-radius: 50%;
                    border-color: #ffc107
                }

            .widget .filter-tag ul li label {
                padding-left: 20px;
                text-transform: capitalize;
                position: relative;
                float: left;
                z-index: 1;
                cursor: pointer
            }

    .widget .widget_tags ul li {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 10px
    }

        .widget .widget_tags ul li a {
            display: inline-block;
            padding: 9px 10px;
            font-size: 13px;
            line-height: 16px;
            text-align: left;
            color: #000;
            border: 1px solid #000;
            -webkit-border-radius: 36px;
            -moz-border-radius: 36px;
            -ms-border-radius: 36px;
            border-radius: 36px;
            text-transform: capitalize
        }

    .widget .color input[type=checkbox], .widget .color input[type=radio] {
        display: none
    }

    .widget .color ul {
        clear: both;
        overflow: hidden
    }

        .widget .color ul li {
            display: inline-block;
            float: left
        }

            .widget .color ul li a {
                margin-right: 10px;
                height: 20px;
                width: 20px;
                z-index: 10;
                -webkit-transition: all .3s ease;
                -moz-transition: all .3s ease;
                transition: all .3s ease;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                border-radius: 50%;
                overflow: hidden;
                display: block
            }

                .widget .color ul li a img {
                    display: block;
                    width: 100%
                }

                .widget .color ul li a.active {
                    border: 1px solid #000 !important
                }

                .widget .color ul li a[title=white] {
                    border: 1px solid #ddd
                }

.widget_search .form-group {
    position: relative
}

.widget_search .form-control {
    background-color: #fff;
    -webkit-box-shadow: inset 0 2px 5px 0 rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 2px 5px 0 rgba(0,0,0,.1);
    -ms-box-shadow: inset 0 2px 5px 0 rgba(0,0,0,.1);
    box-shadow: inset 0 2px 5px #0000001a;
    border: solid 1px #f3f3f3;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    -ms-border-radius: 48px;
    border-radius: 48px;
    height: 48px;
    text-indent: 10px
}

.widget_search button {
    right: 10px;
    -webkit-transition: all .4s ease;
    -khtml-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    width: 40px;
    height: 40px;
    border: none;
    background: none;
    color: #00000080
}

    .widget_search button:hover {
        color: #ca2028
    }

.widget_categories ul li a {
    font-size: 15px;
    line-height: 2.5em;
    text-align: left;
    color: #00000080
}

    .widget_categories ul li a:hover {
        color: #ca2028
    }

.widget_tags ul li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px
}

    .widget_tags ul li a {
        display: inline-block;
        padding: 9px 10px;
        font-size: 13px;
        line-height: 16px;
        text-align: left;
        color: #000;
        border: 1px solid #000;
        -webkit-border-radius: 36px;
        -moz-border-radius: 36px;
        -ms-border-radius: 36px;
        border-radius: 36px
    }

        .widget_tags ul li a:hover {
            background-color: #ca2028;
            border-color: #ca2028;
            color: #fff
        }

.widget_filter .ps-slider {
    display: block;
    margin-bottom: 30px;
    height: 3px;
    background-color: #cecece;
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: none
}

.widget_filter .ui-slider-range {
    top: 0;
    left: 0;
    height: 100%;
    background-color: #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: none
}

.widget_filter .ui-slider-handle {
    display: inline-block;
    top: 50%;
    height: 18px;
    width: 18px;
    outline: none;
    cursor: pointer;
    background-color: #000;
    border: none;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.widget_filter .ps-slider__meta {
    margin-bottom: 30px;
    font-size: 13px;
    line-height: 1.9em;
    color: #00000080;
    text-align: center
}

    .widget_filter .ps-slider__meta span {
        margin-left: 5px;
        margin-right: 5px
    }

.widget_filter .ps-filter__btn {
    background-color: #888;
    color: #fff
}

    .widget_filter .ps-filter__btn:hover {
        background-color: #ca2028
    }

.widget_shop_categories ul li a {
    display: block;
    padding: 5px 0;
    font-size: 15px;
    line-height: 1.6em;
    text-align: left;
    color: #00000080
}

    .widget_shop_categories ul li a:hover {
        color: #ca2028
    }

.widget_shop_categories ul li ul {
    display: none
}

    .widget_shop_categories ul li ul li a {
        padding: 5px 30px;
        color: #00000080
    }

.widget_shop_categories ul li.has-sub > a {
    position: relative
}

    .widget_shop_categories ul li.has-sub > a:before {
        content: "\f107";
        font-family: FontAwesome;
        vertical-align: center;
        right: 10px
    }

.widget_shop_categories ul li.current > a {
    color: #000;
    border-bottom: 1px solid #000
}

.widget_shop_categories ul li.current ul {
    display: block
}

.product-list .grid-item {
    width: auto;
    float: none;
    margin: 30px 0 0;
    clear: both;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #f0f0f0;
    padding-top: 30px;
    text-align: left
}

    .product-list .grid-item .box-image {
        overflow: hidden;
        position: relative;
        text-align: left;
        float: left;
        margin-right: 30px;
        width: auto
    }

        .product-list .grid-item .box-image > a {
            float: left;
            max-width: 250px;
            position: relative;
            display: table-cell;
            line-height: 0;
            vertical-align: middle;
            width: 100% !important
        }

    .product-list .grid-item .box-info {
        overflow: hidden
    }

.ps-product--metro {
    position: relative
}

    .ps-product--metro .ps-product__thumbnail {
        margin-bottom: 0;
        position: relative;
        overflow: hidden
    }

        .ps-product--metro .ps-product__thumbnail img {
            width: 100%
        }

        .ps-product--metro .ps-product__thumbnail > a {
            display: block;
            overflow: hidden;
            position: relative
        }

            .ps-product--metro .ps-product__thumbnail > a img {
                width: 100%
            }

    .ps-product--metro .ps-product__actions {
        position: absolute;
        top: 20px;
        right: 20px;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateX(20px);
        -khtml-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translate(20px);
        -webkit-transform-origin: 50% 100%;
        -khtml-transform-origin: 50% 100%;
        -moz-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
        -o-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transition: all .4s ease;
        -khtml-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease
    }

    .ps-product--metro .nou-btn {
        margin-bottom: 5px;
        font-size: 16px;
        color: #000
    }

        .ps-product--metro .nou-btn:hover {
            color: #b19870
        }

    .ps-product--metro .ps-product__shopping {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 180px;
        text-align: center;
        -webkit-transform: translate(-50%,100%);
        -khtml-transform: translate(-50%,100%);
        -moz-transform: translate(-50%,100%);
        -ms-transform: translate(-50%,100%);
        -o-transform: translate(-50%,100%);
        transform: translate(-50%,100%);
        opacity: 0;
        vertical-align: middle;
        color: #333
    }

@media (max-width: 991px) {
    .ps-product--metro .ps-product__shopping {
        min-width: 155px;
        padding: 15px 10px 13px
    }
}

@media (max-width: 420px) {
    .ps-product--metro .ps-product__shopping {
        min-width: 165px
    }
}

.ps-product--metro .ps-product__shopping i {
    margin-right: 10px;
    font-size: 14px
}

.ps-product--metro .ps-product__title {
    display: block;
    font-size: 16px;
    line-height: 1.5em;
    color: #000
}

@media (max-width: 500px) {
    .ps-product--metro .ps-product__title {
        font-size: 15px
    }
}

.ps-product--metro .ps-product__price {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-align: center;
    color: #111;
    margin-bottom: 10px
}

.ps-product--metro .ps-product__content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 30px 30px;
    text-align: center;
    clear: both;
    overflow: hidden;
    float: left
}

@media (max-width: 1200px) {
    .ps-product--metro .ps-product__content {
        padding: 15px 15px 0
    }

        .ps-product--metro .ps-product__content .ps-product__title, .ps-product--metro .ps-product__content .ps-product__price {
            float: none !important;
            display: block;
            text-align: center;
            max-width: 100% !important
        }
}

.ps-product--metro .ps-product__content .ps-product__title {
    float: left;
    max-width: 80%
}

.ps-product--metro .ps-product__content .ps-product__price, .ps-product--metro .ps-product__price {
    float: right
}

.ps-product--metro:hover .ps-product__shopping {
    -webkit-transform: translate(-50%,0);
    -khtml-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%);
    opacity: 1
}

.ps-product--metro:hover .ps-product__actions {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -khtml-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translate(0);
    -webkit-transition: all .2s ease;
    -khtml-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.ps-product--1 {
    cursor: pointer;
    margin-bottom: 5px
}

    .ps-product--1 .ps-product__thumbnail {
        margin-bottom: 5px;
        position: relative;
        overflow: hidden;
        padding: 10px 10px 10px 10px
    }

        .ps-product--1 .ps-product__thumbnail > a {
            display: block;
            overflow: hidden;
            position: relative
        }

            .ps-product--1 .ps-product__thumbnail > a img {
                width: 100%
            }

    .ps-product--1 .wrap-label {
        position: absolute;
        z-index: 2;
        top: 10px;
        left: 10px
    }

        .ps-product--1 .wrap-label > span {
            margin-bottom: 10px
        }

    .ps-product--1 .ps-product__actions {
        position: absolute;
        top: 20px;
        right: 20px;
        visibility: hidden;
        opacity: 0;
        z-index: 2;
        -webkit-transform: translateX(20px);
        -khtml-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translate(20px);
        -webkit-transform-origin: 50% 100%;
        -khtml-transform-origin: 50% 100%;
        -moz-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
        -o-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transition: all .4s ease;
        -khtml-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease
    }

        .ps-product--1 .ps-product__actions .nou-btn {
            margin-bottom: 5px;
            font-size: 16px;
            position: relative;
            color: #333;
            background: transparent;
            padding: 0
        }

            .ps-product--1 .ps-product__actions .nou-btn:before {
                content: attr(data-label);
                display: inline-block;
                position: absolute;
                top: 0;
                right: 100%;
                margin-right: 5px;
                font-size: 11px;
                line-height: 20px;
                background-color: #000;
                color: #fff;
                -webkit-border-radius: 20px;
                -moz-border-radius: 20px;
                -ms-border-radius: 20px;
                border-radius: 20px;
                text-align: center;
                -webkit-transition: all .4s ease;
                -moz-transition: all .4s ease;
                transition: all .4s ease;
                visibility: hidden;
                opacity: 0;
                text-transform: capitalize;
                font-weight: 300;
                font-family: Lato;
                padding: 0 10px
            }

            .ps-product--1 .ps-product__actions .nou-btn:hover {
                color: #b19870
            }

                .ps-product--1 .ps-product__actions .nou-btn:hover:before {
                    visibility: visible;
                    opacity: 1
                }

    .ps-product--1 .ps-product__shopping {
        position: absolute;
        bottom: 30px;
        left: 50%;
        min-width: 180px;
        text-align: center;
        -webkit-transform: translate(-50%,100%);
        -khtml-transform: translate(-50%,100%);
        -moz-transform: translate(-50%,100%);
        -ms-transform: translate(-50%,100%);
        -o-transform: translate(-50%,100%);
        transform: translate(-50%,100%);
        opacity: 0;
        vertical-align: middle;
        color: #333
    }

@media (max-width: 420px) {
    .ps-product--1 .ps-product__shopping {
        min-width: 165px;
        padding: 15px 25px 13px
    }
}

.ps-product--1 .ps-product__shopping.option {
    min-width: 192px;
    z-index: 2
}

@media (max-width: 420px) {
    .ps-product--1 .ps-product__shopping.option {
        min-width: 168px;
        padding: 15px 10px 13px
    }
}

.ps-product--1 .ps-product__shopping i {
    margin-right: 10px;
    font-size: 14px
}

.ps-product--1 .ps-product__content {
    text-align: center
}

.ps-product--1 .ps-product__title {
    display: block;
    font-size: 16px;
    line-height: 1.5em;
    color: #000;
    font-weight: 400
}

@media (max-width: 500px) {
    .ps-product--1 .ps-product__title {
        font-size: 15px
    }
}

.ps-product--1 .ps-product__price {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-align: center;
    color: #111;
    margin-bottom: 10px
}

    .ps-product--1 .ps-product__price .price-old {
        opacity: .5;
        text-decoration: line-through
    }

.ps-product--1:hover .ps-product__shopping, .ps-product--1:active .ps-product__shopping, .ps-product--1:focus .ps-product__shopping {
    -webkit-transform: translate(-50%,0);
    -khtml-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%);
    opacity: 1
}

.ps-product--1:hover .ps-product__actions, .ps-product--1:active .ps-product__actions, .ps-product--1:focus .ps-product__actions {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    -khtml-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translate(0)
}

.img-second {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    display: block;
    background: #fff
}

ul.product-swatches {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
    position: absolute;
    width: 12px;
    bottom: 4px;
    left: 10px;
    z-index: 3
}

    ul.product-swatches li {
        cursor: pointer;
        display: inline-block
    }

        ul.product-swatches li label {
            margin: 0;
            width: 12px;
            height: 12px;
            border-radius: 100%;
            display: inline-block;
            cursor: pointer;
            -webkit-transition: all .2s ease;
            -khtml-transition: all .2s ease;
            -moz-transition: all .2s ease;
            -ms-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease
        }

            ul.product-swatches li label:hover {
                box-shadow: 1px 2px 3px #999
            }

.wrap-label {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 20;
    max-width: 55px
}

    .wrap-label span {
        margin-bottom: 10px;
        display: inline-block;
        padding: 0 10px;
        font-size: 11px;
        font-weight: 700;
        float: left;
        color: #fff;
        height: 20px;
        line-height: 21px;
        text-transform: uppercase;
        text-align: center;
        min-width: 50px;
        background-color: #fb7349;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        border-radius: 20px
    }

        .wrap-label span.sale-label {
            background-color: #8ec545
        }

        .wrap-label span.new-label {
            background-color: #3ecafb
        }

.show .sidebar-canvas {
    -webkit-transform: translatex(270px);
    transform: translate(270px);
    margin-left: 0
}

@media (max-width: 1200px) {
    .show .sb-canvas {
        -webkit-transform: translatex(270px);
        transform: translate(270px);
        margin-left: 0
    }
}

.sidebar-collection {
    -webkit-transition: all .4s ease;
    -khtml-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

    .sidebar-collection .filter-title {
        color: #000;
        border-bottom: 1px solid #ddd;
        font-weight: 500;
        position: relative;
        margin: 0 0 50px;
        padding: 20px 0
    }

        .sidebar-collection .filter-title .fa {
            position: absolute;
            top: 10px;
            right: 0px;
            font-size: 18px;
            cursor: pointer
        }

            .sidebar-collection .filter-title .fa:hover {
                color: #b19870
            }

.sb-canvas {
    -webkit-transition: all .4s ease;
    -khtml-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

    .sb-canvas h3 {
        color: #000;
        border-bottom: 1px solid #ddd;
        font-weight: 500;
        position: relative;
        margin: 0 0 35px;
        padding: 20px 0
    }

        .sb-canvas h3 i {
            position: absolute;
            top: 10px;
            right: 0px;
            font-size: 18px;
            cursor: pointer
        }

@media (max-width: 1200px) {
    .sb-canvas {
        position: fixed;
        display: block;
        margin: 0;
        background: #fff;
        list-style: none;
        z-index: 999999;
        top: 0;
        height: 100%;
        width: 270px;
        text-align: left;
        overflow: scroll;
        left: -270px
    }

        .sb-canvas::-webkit-scrollbar {
            width: 6px
        }

        .sb-canvas::-webkit-scrollbar-thumb {
            background-color: #000;
            width: 6px;
            outline: 1px solid slategrey
        }
}

.sidebar-canvas {
    position: fixed;
    margin: 0;
    background: #fff;
    list-style: none;
    z-index: 9999;
    top: 0;
    height: 100%;
    width: 270px;
    text-align: left;
    overflow: scroll;
    left: -270px
}

    .sidebar-canvas::-webkit-scrollbar {
        width: 6px
    }

    .sidebar-canvas::-webkit-scrollbar-thumb {
        background-color: #000;
        width: 6px;
        outline: 1px solid slategrey
    }

.show .overlay {
    display: block;
    transform: scale(1);
    -ms-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1)
}

.overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    text-align: center;
    background-color: #0006;
    top: 0;
    left: 0;
    z-index: 999;
    -webkit-transition: all .6s ease;
    -khtml-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    display: none
}

.toolbar label {
    padding-right: 36px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    letter-spacing: 1px
}

.toolbar .collection-view a {
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
    font-size: 12px;
    margin-right: 10px;
    letter-spacing: 1.3px;
    position: relative
}

    .toolbar .collection-view a:hover {
        color: #b19870
    }

    .toolbar .collection-view a.active:before {
        visibility: visible;
        opacity: 1
    }

    .toolbar .collection-view a:before {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 40%;
        width: 5px;
        height: 5px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translate(-50%);
        background-color: #ca2028;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        transition: all .4s ease
    }

.ps-product__iconbox {
    background-color: #f8f8f8;
    padding: 30px
}

.product-photo-container {
    position: relative;
    text-align: center;
    overflow: hidden
}

    .product-photo-container .no-carousel > div {
        margin-bottom: 20px
    }

    .product-photo-container img {
        width: 100%
    }

    .product-photo-container a {
        width: 100%;
        display: block;
        position: relative
    }

        .product-photo-container a > div {
            width: 32px !important;
            height: 32px !important;
            left: 50% !important;
            top: 50% !important;
            display: none;
            transform: translate(-50%,-50%)
        }

.more-view-image {
    float: none;
    width: 50%;
    margin: 20px auto
}

@media (max-width: 420px) {
    .more-view-image {
        width: 100%
    }
}

.more-view-image .product-photo-thumbs a.elevatezoom-gallery {
    display: block;
    -webkit-transition: all .3s ease;
    -khtml-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

    .more-view-image .product-photo-thumbs a.elevatezoom-gallery:hover, .more-view-image .product-photo-thumbs a.elevatezoom-gallery.actived {
        opacity: .5
    }

.more-view-image-vertical {
    width: 120px;
    float: left;
    margin-right: 30px
}

    .more-view-image-vertical .jcarousel-clip-vertical {
        height: 498px
    }

@media (max-width: 420px) {
    .more-view-image-vertical .jcarousel-clip-vertical {
        height: 358px
    }
}

@media (max-width: 420px) {
    .more-view-image-vertical {
        width: 90px;
        margin-right: 10px
    }
}

.ps-product--detail {
    padding-top: 40px
}

    .ps-product--detail .sidebar-button {
        color: #fff;
        background: #000;
        font-size: 14px;
        border-radius: 30px;
        text-align: center;
        display: inline-block;
        padding: 3px 10px 2px;
        margin-bottom: 15px;
        -webkit-transition: all .3s ease;
        -khtml-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        text-transform: capitalize
    }

        .ps-product--detail .sidebar-button .fa {
            padding-right: 5px
        }

        .ps-product--detail .sidebar-button:hover {
            color: #fff;
            background: #b19870
        }

    .ps-product--detail .product-shop .product-item {
       /* max-width: 600px;*/
        margin: 0 auto
    }

@media (min-width: 1200px) {
    .ps-product--detail .product-shop .product-item .tab-product {
        padding: 60px 50px;
        margin-top: 25px
    }
}

@media (max-width: 1200px) {
    .ps-product--detail .product-shop .product-item {
        max-width: 100%;
        margin-top: 30px
    }
}

.ps-product--detail .product-shop .product-item .ps-product__thumbnail {
    clear: both;
    overflow: hidden;
    padding-bottom: 80px
}

.ps-product--detail .product-shop .product-item .ps-product__info {
    text-align: center;
    max-width: 600px;
    margin: 0 auto
}

@media (max-width: 1200px) {
    .ps-product--detail .product-shop .product-item .ps-product__info {
        max-width: 750px;
        margin: 0 auto 30px
    }
}

.ps-product--detail .product-shop .product-item .ps-product__title {
    font-size: 30px;
    font-weight: 300;
    line-height: 1.3em;
    color: #000
}

@media (max-width: 420px) {
    .ps-product--detail .product-shop .product-item .ps-product__title {
        font-size: 26px
    }
}

.ps-product--detail .product-shop .product-item .ps-product__price {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3;
    color: #ca2028;
    margin-bottom: 10px
}

@media (max-width: 767px) {
    .ps-product--detail .product-shop .product-item .ps-product__price {
        font-size: 20px
    }
}

.ps-product--detail .product-shop .product-item .ps-product__price .compare-price {
    color: #00000080;
    text-decoration: line-through
}

.ps-product--detail .product-shop .product-item .ps-product__rating {
    position: relative;
    margin-bottom: 20px
}

    .ps-product--detail .product-shop .product-item .ps-product__rating span {
        font-size: 14px;
        color: #000;
        padding-left: 7px
    }

    .ps-product--detail .product-shop .product-item .ps-product__rating .br-wrapper {
        display: inline-block;
        margin-right: 10px
    }

        .ps-product--detail .product-shop .product-item .ps-product__rating .br-wrapper .br-widget a {
            font-size: 12px
        }

.ps-product--detail .product-shop .product-item .ps-product__short-desc {
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 1.6em;
    text-align: center;
    color: #00000080
}

.ps-product--detail .product-shop .product-item .ps-product__shopping p {
    margin-bottom: 0;
    line-height: 2em;
    text-align: center;
    font-size: 15px;
    color: #00000080
}

    .ps-product--detail .product-shop .product-item .ps-product__shopping p strong {
        margin-right: 5px;
        font-size: 18px;
        font-weight: 600;
        color: #000
    }

.ps-product--detail .product-shop .product-item .ps-product__shopping .ps-product__cart-action {
    margin: 30px 0
}

.ps-product--detail .product-shop .product-item .ps-product__cart-action li {
    margin-right: 10px;
    display: inline-block
}

    .ps-product--detail .product-shop .product-item .ps-product__cart-action li a {
        font-size: 15px;
        line-height: 1.6em;
        color: #111
    }

        .ps-product--detail .product-shop .product-item .ps-product__cart-action li a i {
            margin-right: 5px
        }

        .ps-product--detail .product-shop .product-item .ps-product__cart-action li a:hover {
            color: #ca2028
        }

    .ps-product--detail .product-shop .product-item .ps-product__cart-action li:last-child {
        margin-right: 0
    }

.ps-product--detail .product-shop .product-item .ps-product__sharing {
    color: #000
}

    .ps-product--detail .product-shop .product-item .ps-product__sharing a {
        display: inline-block;
        margin-right: 20px
    }

        .ps-product--detail .product-shop .product-item .ps-product__sharing a:first-child {
            margin-left: 15px
        }

        .ps-product--detail .product-shop .product-item .ps-product__sharing a:hover {
            color: #ca2028
        }

.ps-product--detail .tab-product.ps-product__content {
    background-color: #f8f8f8;
    padding: 20px 0;
    margin-top: 10px
}

    .ps-product--detail .tab-product.ps-product__content .nav-pills {
        border: 0;
        text-align: center
    }

        .ps-product--detail .tab-product.ps-product__content .nav-pills li {
            cursor: default;
            z-index: 5;
            display: inline-block;
            margin-right: 50px;
            float: none
        }

@media (max-width: 479px) {
    .ps-product--detail .tab-product.ps-product__content .nav-pills li {
        display: block;
        text-align: center;
        margin-right: 0
    }
}

.ps-product--detail .tab-product.ps-product__content .nav-pills li a {
    cursor: default;
    position: relative;
    padding: 0 0 5px;
    font-size: 20px;
    line-height: 2;
    text-align: center;
    color: #00000080;
    background: transparent !important;
    border: 0
}

@media (max-width: 479px) {
    .ps-product--detail .tab-product.ps-product__content .nav-pills li a {
        display: block;
        padding: 5px 20px
    }
}

.ps-product--detail .tab-product.ps-product__content .nav-pills li a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #000;
    z-index: 10;
    -webkit-transition: all .4s ease-out;
    -khtml-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out
}

.ps-product--detail .tab-product.ps-product__content .nav-pills li a:hover {
    color: #000
}

    .ps-product--detail .tab-product.ps-product__content .nav-pills li a:hover:before {
        width: 100%
    }

.ps-product--detail .tab-product.ps-product__content .nav-pills li:last-child {
    margin-right: 0
}

.ps-product--detail .tab-product.ps-product__content .nav-pills li.active a {
    color: #000
}

    .ps-product--detail .tab-product.ps-product__content .nav-pills li.active a:before {
        width: 100%
    }

.ps-product--detail .tab-product.ps-product__content .tab-content {
    margin-top: 50px
}

.ps-product--detail .tab-product.ps-product__content .tab-pane {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 10px
}

    .ps-product--detail .tab-product.ps-product__content .tab-pane label {
        text-align: left
    }

    .ps-product--detail .tab-product.ps-product__content .tab-pane p {
        color: #00000080
    }

        .ps-product--detail .tab-product.ps-product__content .tab-pane p strong {
            color: #000
        }

@media (max-width: 1200px) {
    .ps-product--detail .product-shop .ps-product__thumbnail, .ps-product--detail .product-shop .ps-product__info {
        max-width: 750px;
        margin: 0 auto 30px
    }

    .ps-product--detail .product-shop .ps-product__thumbnail {
        padding-bottom: 30px
    }
}

@media (max-width: 992px) {
    .ps-product--detail {
        padding-top: 50px
    }

        .ps-product--detail .product-shop .ps-product__thumbnail .ps-product__nav {
            width: 100%
        }

            .ps-product--detail .product-shop .ps-product__thumbnail .ps-product__nav .slick-track {
                margin-left: -10px
            }

            .ps-product--detail .product-shop .ps-product__thumbnail .ps-product__nav .item {
                padding: 0 10px
            }

                .ps-product--detail .product-shop .ps-product__thumbnail .ps-product__nav .item img {
                    width: 100%
                }

        .ps-product--detail .product-shop .ps-product__thumbnail .ps-product__images-large {
            width: 100%;
            padding-left: 0;
            margin-bottom: 20px
        }
}

@media (max-width: 500px) {
    .ps-product--detail .ps-product__content .tab-list li {
        display: block;
        margin-right: 0
    }

        .ps-product--detail .ps-product__content .tab-list li a {
            display: block;
            padding: 5px 20px
        }
}

.ps-product--detail-group .ps-product__content {
    padding: 60px 50px;
    margin-top: 25px
}

.ps-product--inside {
    position: relative
}

    .ps-product--inside .ps-product__content {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        padding: 50px
    }

        .ps-product--inside .ps-product__content p {
            font-size: 18px;
            line-height: 1.4em;
            color: #fff
        }

        .ps-product--inside .ps-product__content > span {
            display: block;
            margin-bottom: 15px;
            font-size: 30px;
            font-weight: 600;
            line-height: 1.33em;
            color: #fff
        }

    .ps-product--inside .ps-product__title {
        display: block;
        margin-bottom: 15px;
        font-size: 30px;
        font-weight: 600;
        line-height: 1.33em;
        color: #fff;
        -webkit-transition: all .4s ease;
        -khtml-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease
    }

        .ps-product--inside .ps-product__title:hover {
            color: #ca2028
        }

.product-shop.no-sidebar {
    text-align: center
}

    .product-shop.no-sidebar .swatch {
        display: block;
        float: none;
        margin: 0 auto
    }

        .product-shop.no-sidebar .swatch .swatch-element {
            padding-bottom: 0
        }

        .product-shop.no-sidebar .swatch .header {
            display: block;
            margin-bottom: 0
        }

        .product-shop.no-sidebar .swatch:last-child {
            margin-top: 5px
        }

    .product-shop.no-sidebar .product-quantity {
        margin: 0 auto 12px;
        float: none;
        clear: both
    }

    .product-shop.no-sidebar .actions {
        float: none;
        margin: 0 auto;
        clear: both;
        display: block
    }

    .product-shop.no-sidebar p {
        text-align: left /*sacer1*/
    }

.product-shop .product-inventory label, .product-shop .product-type label, .product-shop .product-vendor label {
    text-transform: uppercase;
    min-width: 110px;
    padding-right: 10px;
    display: inline-block
}

.product-shop .swatch {
    display: block
}

    .product-shop .swatch .header {
        display: block;
        position: relative;
        margin-top: -2px;
        line-height: 30px;
        vertical-align: top;
        margin-bottom: 10px;
        font-weight: 700;
        color: #000
    }

    .product-shop .swatch input {
        display: none
    }

        .product-shop .swatch input:checked + label {
            border-color: #000
        }

    .product-shop .swatch .swatch-element {
        padding: 0 10px 10px 0;
        display: inline-block
    }

        .product-shop .swatch .swatch-element.soldout {
            text-decoration: line-through
        }

    .product-shop .swatch label[title=white] {
        background: #fff !important;
        border: 1px solid #ccc
    }

    .product-shop .swatch label {
        min-width: 24px;
        height: 24px;
        line-height: 22px;
        border-radius: 100%;
        display: block;
        text-align: center;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 1px;
        color: #000;
        text-transform: uppercase;
        font-family: Nunito Sans,sans-serif;
        border: 1px solid transparent;
        position: relative
    }

        .product-shop .swatch label.white {
            border: 1px solid #ccc
        }

.product-shop .product-quantity {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-right: 10px;
    float: left
}

@media (max-width: 320px) {
    .product-shop .product-quantity {
        margin-bottom: 15px
    }
}

.product-shop .dec, .product-shop .inc {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    color: #00000059;
    cursor: pointer
}

.product-shop .dec {
    left: 15px
}

.product-shop .inc {
    right: 15px
}

.product-shop .quantity {
    height: 48px;
    border: 1px solid #f3f3f3;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    -ms-border-radius: 48px;
    border-radius: 48px;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em;
    color: #000;
    -webkit-box-shadow: inset 0 2px 5px 0 rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 2px 5px 0 rgba(0,0,0,.1);
    -ms-box-shadow: inset 0 2px 5px 0 rgba(0,0,0,.1);
    box-shadow: inset 0 2px 5px #0000001a;
    padding: 6px 12px
}

@media (max-width: 320px) {
    .product-shop .quantity {
        padding: 6px 7px
    }
}

.product-shop .total-price {
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
    width: 100%
}

    .product-shop .total-price label {
        display: inline-block;
        padding-right: 15px
    }

    .product-shop .total-price span {
        font-weight: 700;
        font-size: 16px
    }

.product-shop .product-tags {
    padding: 20px 0
}

.product-shop .actions {
    display: inline-block;
    float: left
}

.product-shop .product-sub {
    margin-bottom: 0;
    line-height: 2em;
    text-align: left;
    font-size: 15px;
    color: #00000080;
    clear: both;
    overflow: hidden
}

    .product-shop .product-sub.sku strong {
        text-transform: uppercase
    }

    .product-shop .product-sub strong {
        margin-right: 5px;
        font-size: 18px;
        font-weight: 600;
        color: #000;
        text-transform: capitalize
    }

.product-shop .product-addto-links {
    float: left;
    margin: 10px 5px 10px 0;
    width: 100%
}

    .product-shop .product-addto-links a {
        font-size: 15px;
        line-height: 1.6em;
        color: #111
    }

.product-shop .social-sharing {
    color: #000
}

    .product-shop .social-sharing a {
        border: 0;
        display: inline-block;
        margin-right: 20px;
        padding: 0;
        background: transparent;
        color: #000;
        -webkit-transition: all .3s ease;
        -khtml-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        margin-bottom: 0;
        opacity: 1 !important
    }

        .product-shop .social-sharing a:hover {
            color: #ca2028
        }

        .product-shop .social-sharing a:first-child {
            margin-left: 15px
        }

.swatch .swatch-element .crossed-out {
    display: none
}

.product-single .container {
    position: relative
}

.product-single .product-tabs .tabs-left li {
    width: 100%
}

.product-form-product-template .selector-wrapper {
    display: none
}

.product-shop .product-item .spr-badge-starrating .spr-icon {
    font-size: 12px;
    color: #edb867
}

    .product-shop .product-item .spr-badge-starrating .spr-icon.spr-icon-star-empty {
        color: #d2d2d2
    }

.product-shop .product-item .spr-badge-starrating .spr-badge-caption {
    font-size: 14px;
    color: #000
}

.ps-section--product-video {
    background-color: #221911;
    padding: 150px 0 310px
}

    .ps-section--product-video .ps-video {
        position: relative;
        max-width: 1100px;
        margin: 0 auto
    }

        .ps-section--product-video .ps-video img {
            width: 100%
        }

        .ps-section--product-video .ps-video .ps-video__play {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%,-50%);
            -khtml-transform: translate(-50%,-50%);
            -moz-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            display: inline-block;
            width: 120px;
            height: 120px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
            background-color: #fff
        }

            .ps-section--product-video .ps-video .ps-video__play i {
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%,-50%);
                -khtml-transform: translate(-50%,-50%);
                -moz-transform: translate(-50%,-50%);
                -ms-transform: translate(-50%,-50%);
                -o-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%);
                font-size: 20px
            }

                .ps-section--product-video .ps-video .ps-video__play i:before {
                    color: #333
                }

            .ps-section--product-video .ps-video .ps-video__play:hover {
                background-color: #ca2028bf
            }

                .ps-section--product-video .ps-video .ps-video__play:hover i:before {
                    color: #fff
                }

.ps-section--product-video {
    background-color: #221911;
    padding: 150px 0 310px
}

    .ps-section--product-video .ps-video {
        position: relative;
        max-width: 1100px;
        margin: 0 auto
    }

        .ps-section--product-video .ps-video img {
            width: 100%
        }

        .ps-section--product-video .ps-video .ps-video__play {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%,-50%);
            -khtml-transform: translate(-50%,-50%);
            -moz-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            display: inline-block;
            width: 120px;
            height: 120px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
            background-color: #fff
        }

@media (max-width: 767px) {
    .ps-section--product-video .ps-video .ps-video__play {
        width: 80px;
        height: 80px
    }
}

.ps-section--product-video .ps-video .ps-video__play .path4:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -khtml-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.ps-section--product-video .ps-video .ps-video__play:hover {
    background-color: #ca2028bf
}

    .ps-section--product-video .ps-video .ps-video__play:hover .exist-play .path4:before {
        color: #fff
    }

.ps-section--relate-products {
    clear: both;
    overflow: hidden;
    padding: 120px 0 90px
}

@media (max-width: 991px) {
    .ps-section--relate-products {
        padding: 70px 0 40px !important
    }
}

.ps-block--iconbox {
    padding: 60px 30px;
    text-align: center;
    background-color: #fbfbfb
}

    .ps-block--iconbox > i {
        display: inline-block;
        margin-bottom: 30px;
        font-size: 30px
    }

    .ps-block--iconbox h3 {
        font-size: 24px;
        font-weight: 300;
        line-height: 1.4em;
        color: #000
    }

.ps-block--iconbox-2 {
    position: relative;
    padding-left: 35px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0,0,0,.05)
}

    .ps-block--iconbox-2 > i {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -khtml-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        font-size: 18px
    }

    .ps-block--iconbox-2 p {
        margin-bottom: 0
    }

        .ps-block--iconbox-2 p strong {
            font-size: 18px
        }

    .ps-block--iconbox-2:last-child {
        margin-bottom: 0;
        border-bottom: none
    }

#resultLoading {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

    #resultLoading .bg {
        background: #000000;
        opacity: .7;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0
    }

    #resultLoading > div:first-child {
        width: 250px;
        height: 75px;
        text-align: center;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        font-size: 16px;
        z-index: 10;
        color: #fff
    }

.back-top {
    cursor: pointer;
    bottom: 20px;
    right: 10px;
    top: auto !important;
    overflow: hidden;
    z-index: 11;
    position: fixed;
    display: block !important;
    position: fixed;
    bottom: 50px;
    right: 100px;
    z-index: 99;
    display: inline-block;
    height: 48px;
    box-shadow: 0 2px 4px #00000026;
    background-color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    line-height: 20px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    visibility: hidden;
    opacity: 0;
    padding: 14px 30px 14px 15px;
    border-radius: 0 !important
}

@media (max-width: 1200px) {
    .back-top {
        bottom: 30px;
        right: 30px
    }
}

@media (max-width: 767px) {
    .back-top {
        bottom: 30px;
        right: 15px
    }
}

.back-top.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.back-top:hover {
    color: #ca2028
}

.back-top i {
    position: absolute;
    width: auto;
    font-size: 15px;
    -webkit-transform: rotate(-90deg) translateX(0);
    -moz-transform: rotate(-90deg) translateX(0);
    -ms-transform: rotate(-90deg) translateX(0);
    -o-transform: rotate(-90deg) translateX(0);
    transform: rotate(-90deg) translate(0)
}

.ajax-loading, .loading-modal {
    background: black url(ajax-loading.gif) center center no-repeat;
    border: 1px solid rgba(0,0,0,.15);
    position: fixed;
    top: 50% !important;
    bottom: auto;
    left: 50%;
    right: auto;
    width: 56px;
    height: 56px;
    margin-left: -28px;
    margin-top: -28px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    text-indent: -999em;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.3);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.3);
    box-shadow: 0 1px 4px #0000004d;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.ajax-success-modal {
    opacity: 1
}

    .ajax-success-modal .modal-content {
        background: #fff;
        bottom: auto;
        left: 50%;
        margin-left: -270px;
        margin-top: -100px;
        padding: 30px;
        position: fixed;
        right: auto;
        top: 50% !important;
        width: 495px;
        border: none;
        border-radius: 0;
        box-shadow: none;
        -webkit-box-shadow: 0 12px 30px 0 rgba(0,0,0,.12);
        -moz-box-shadow: 0 12px 30px 0 rgba(0,0,0,.12);
        -ms-box-shadow: 0 12px 30px 0 rgba(0,0,0,.12);
        box-shadow: 0 12px 30px #0000001f
    }

@media (max-width: 479px) {
    .ajax-success-modal .modal-content {
        width: auto;
        right: 15px;
        margin: 0;
        left: 15px
    }

        .ajax-success-modal .modal-content .content-left {
            display: none
        }

        .ajax-success-modal .modal-content .content-right {
            margin-left: 0
        }
}

.ajax-success-modal .content-left {
    float: left;
    margin-right: 20px;
    max-width: 90px
}

.ajax-success-modal .content-right {
    margin-left: 110px
}

    .ajax-success-modal .content-right button {
        background: #222;
        color: #fff;
        padding: 5px 10px
    }

.ajax-error-modal {
    bottom: auto;
    left: 0;
    overflow: hidden;
    padding: 10px 20px;
    position: fixed;
    right: auto;
    top: 50%;
    width: 100%;
    text-align: center
}

    .ajax-error-modal .modal-inner {
        color: #fff;
        background: #e95144;
        display: inline-block;
        padding: 10px 20px
    }

.close-modal {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    display: inline-block;
    background-color: #000
}

    .close-modal:hover {
        background: #fff;
        color: #222
    }

.ps-section .ps-section__title {
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    font-family: Nunito;
    z-index: 10;
    font-size: 32px;
    line-height: 1.3em;
    color: #403c34
}

.ps-section .ps-section__header {
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 5px
}

    .ps-section .ps-section__header:before {
        content: "";
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 100px;
        height: 10px;
        background-color: #e4e4e4
    }

    .ps-section .ps-section__header p {
        font-size: 14px;
        color: #100f0f;
        font-weight: 400;
        line-height: 1.3em;
        font-style: italic
    }

.ps-home-1--collection {
    padding: 100px 0
}

@media (max-width: 768px) {
    .ps-home-1--collection {
        padding: 30px 0 70px
    }
}

.ps-section--collection-home-2 {
    padding: 100px 0
}

@media (max-width: 768px) {
    .ps-section--collection-home-2 {
        padding: 30px 0
    }
}

.ps-section--feature-products-1 {
    padding-bottom: 15px
}

@media (max-width: 1200px) {
    .ps-section--feature-products-1 {
        padding-bottom: 50px
    }
}

@media (max-width: 767px) {
    .ps-section--feature-products-1 {
        padding-bottom: 30px
    }
}

.ps-section--feature-products-1 .ps-section__header {
    max-width: 570px;
    margin: 0 auto 100px
}

@media (max-width: 1200px) {
    .ps-section--feature-products-1 .ps-section__header {
        margin-bottom: 70px
    }
}

@media (max-width: 991px) {
    .ps-section--feature-products-1 .ps-section__header {
        margin-bottom: 50px
    }
}

.ps-section--feature-products-1 .ps-section__header .ps-heading {
    margin-bottom: 15px
}


@media (max-width: 767px) {
    .ps-section--collection-1 {
        padding: 10px 0
    }
}

.ps-section--subscribe {
    padding: 75px 0 150px
}

@media (max-width: 1200px) {
    .ps-section--subscribe {
        padding: 25px 0 70px
    }
}

@media (max-width: 991px) {
    .ps-section--subscribe {
        padding: 0 0 40px
    }
}

.ps-subscribe--2 {
    padding: 100px 0
}

@media (max-width: 991px) {
    .ps-subscribe--2 {
        padding: 70px 0
    }
}

.ps-subscribe--2 .ps-heading {
    margin-bottom: 20px;
    line-height: 1.5em
}

.ps-subscribe--2 .ps-form--subscribe-2 {
    max-width: 750px;
    margin: 0 auto;
    text-align: center
}

@media (max-width: 991px) {
    .ps-subscribe--2 .ps-form--subscribe-2 {
        padding: 0 15px
    }
}

.ps-subscribe--2 .ps-form--subscribe-2 .form-group {
    margin-top: 50px
}

@media (max-width: 420px) {
    .ps-subscribe--2 .ps-form--subscribe-2 .form-group {
        margin-top: 10px
    }
}

.ps-subscribe--2 input {
    float: left;
    width: calc(100% - 170px);
    height: 48px;
    -webkit-box-shadow: inset 0 2px 5px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 2px 5px rgba(0,0,0,.05);
    -ms-box-shadow: inset 0 2px 5px rgba(0,0,0,.05);
    box-shadow: inset 0 2px 5px #0000000d;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    -ms-border-radius: 48px;
    border-radius: 48px;
    padding: 0 20px;
    font-size: 15px
}

@media (max-width: 420px) {
    .ps-subscribe--2 input {
        width: 100%;
        margin-bottom: 10px;
        float: none
    }
}

.ps-subscribe--2 .ps-btn {
    float: right;
    width: 160px;
    text-align: center;
    background-color: #ca2028;
    color: #fff
}

@media (max-width: 420px) {
    .ps-subscribe--2 .ps-btn {
        float: none;
        margin: 0 auto
    }
}

.ps-subscribe--2 .form-group {
    margin-top: 50px
}

.ps-section--product-history {
    padding: 305px 0 260px
}

@media (max-width: 1200px) {
    .ps-section--product-history {
        padding: 150px 0
    }
}

.ps-section--product-history .ps-section__content {
    max-width: 780px;
    margin: 0 auto;
    text-align: center
}

.ps-section--product-history h3 {
    font-size: 60px;
    line-height: 1.42em;
    color: #fff
}

.ps-section--product-history p {
    font-size: 15px;
    line-height: 1.67em;
    color: #fff
}

@media (max-width: 768px) {
    .ps-section--product-history h3 {
        font-size: 35px
    }
}

.ps-section--product-quote {
    background-color: #f8f8f8
}

    .ps-section--product-quote img {
        position: relative;
        top: -150px;
        margin-left: 150px
    }

    .ps-section--product-quote h3 {
        margin-bottom: 30px;
        font-size: 40px;
        font-weight: 300;
        line-height: 1.5em
    }

    .ps-section--product-quote a {
        display: inline-block;
        position: relative;
        padding-bottom: 5px;
        font-size: 11px;
        font-weight: 700;
        line-height: 1.45em;
        letter-spacing: .08em;
        color: #111;
        text-transform: uppercase
    }

        .ps-section--product-quote a:before {
            content: "";
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            height: 2px;
            background-color: #111
        }

        .ps-section--product-quote a:hover {
            color: #b19870
        }

            .ps-section--product-quote a:hover:before {
                background-color: #b19870
            }

    .ps-section--product-quote .ps-section__content {
        position: relative;
        max-width: 680px;
        top: 230px;
        margin: 0 auto
    }

@media (max-width: 1850px) {
    .ps-section--product-quote img {
        margin-left: 100px
    }
}

@media (max-width: 1750px) {
    .ps-section--product-quote img {
        margin-left: 50px;
        top: -100px
    }

    .ps-section--product-quote .ps-section__content {
        top: 100px
    }
}

@media (max-width: 1600px) {
    .ps-section--product-quote img {
        margin-left: 0;
        top: -75px
    }
}

@media (max-width: 1200px) {
    .ps-section--product-quote img {
        top: 0
    }

    .ps-section--product-quote .ps-section__content {
        top: 100px
    }

        .ps-section--product-quote .ps-section__content h3 {
            line-height: 1.2em
        }
}

@media (max-width: 992px) {
    .ps-section--product-quote .ps-section__content {
        top: 0;
        margin-top: 80px;
        margin-left: 0
    }
}

@media (max-width: 768px) {
    .ps-section--product-quote img {
        width: 100%
    }

    .ps-section--product-quote .ps-section__content {
        position: relative;
        margin: 50px 0
    }
}

@media (max-width: 768px) {
    .ps-section--product-quote h3 {
        font-size: 30px
    }
}

.ps-section--relate-products {
    padding: 120px 0 90px
}

.ps-section--product-video {
    background-color: #221911;
    padding: 150px 0 310px
}

@media (max-width: 1200px) {
    .ps-section--product-video {
        padding: 100px 0
    }
}

.ps-section--product-video .ps-video {
    position: relative;
    max-width: 1100px;
    margin: 0 auto
}

    .ps-section--product-video .ps-video img {
        width: 100%
    }

    .ps-section--product-video .ps-video.play {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -khtml-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        display: inline-block;
        width: 120px;
        height: 120px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        background-color: #fff
    }

        .ps-section--product-video .ps-video.play i {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%,-50%);
            -khtml-transform: translate(-50%,-50%);
            -moz-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            font-size: 20px
        }

            .ps-section--product-video .ps-video.play i:before {
                color: #333
            }

        .ps-section--product-video .ps-video.play:hover {
            background-color: #ca2028bf
        }

            .ps-section--product-video .ps-video.play:hover i:before {
                color: #fff
            }

.ps-section--instagram {
    margin-bottom: 200px
}

    .ps-section--instagram .ps-section__header {
        text-align: center;
        margin-bottom: 80px
    }

        .ps-section--instagram .ps-section__header h3 {
            margin-bottom: 20px;
            font-size: 30px;
            font-weight: 300;
            line-height: 1.3em;
            color: #000
        }

        .ps-section--instagram .ps-section__header p {
            font-size: 15px;
            line-height: 1.6em;
            color: #00000080
        }

.ps-comments {
    clear: both;
    overflow: hidden;
    background-color: #f8f8f8;
    padding: 100px 0
}

@media (max-width: 768px) {
    .ps-comments {
        padding: 50px 0
    }
}

@media (max-width: 768px) {
    .ps-section--blog-comment-form {
        padding: 50px 0
    }
}

.ps-section--home-3-featured-product {
    padding: 150px 0
}

    .ps-section--home-3-featured-product .ps-section__header {
        margin-bottom: 100px
    }

        .ps-section--home-3-featured-product .ps-section__header ul li {
            display: inline-block;
            margin-right: 50px
        }

            .ps-section--home-3-featured-product .ps-section__header ul li a {
                position: relative;
                display: inline-block;
                padding: 10px 0;
                font-size: 20px;
                font-weight: 700;
                line-height: 30px;
                letter-spacing: .12em;
                color: #00000080
            }

                .ps-section--home-3-featured-product .ps-section__header ul li a:before {
                    content: "";
                    position: absolute;
                    top: 100%;
                    left: 0;
                    width: 0;
                    height: 2px;
                    z-index: 10;
                    background-color: #000;
                    -webkit-transition: all .4s ease;
                    -khtml-transition: all .4s ease;
                    -moz-transition: all .4s ease;
                    -ms-transition: all .4s ease;
                    -o-transition: all .4s ease;
                    transition: all .4s ease
                }

                .ps-section--home-3-featured-product .ps-section__header ul li a:hover {
                    color: #000
                }

                    .ps-section--home-3-featured-product .ps-section__header ul li a:hover:before {
                        width: 100%
                    }

            .ps-section--home-3-featured-product .ps-section__header ul li:last-child {
                margin-right: 0
            }

            .ps-section--home-3-featured-product .ps-section__header ul li.active a {
                color: #000
            }

                .ps-section--home-3-featured-product .ps-section__header ul li.active a:before {
                    width: 100%
                }

@media (max-width: 768px) {
    .ps-section--home-3-featured-product {
        padding: 50px 0
    }
}

.ps-section--big-collection {
    padding-bottom: 150px
}

@media (max-width: 768px) {
    .ps-section--big-collection {
        padding-bottom: 50px
    }
}

.ps-section--home-6-subscribe {
    padding: 80px 0
}

@media (max-width: 768px) {
    .ps-section--home-6-subscribe {
        padding: 50px 0
    }
}

.ps-section--home-6-features-product {
    padding: 150px 0
}

    .ps-section--home-6-features-product .ps-section__header {
        text-align: center;
        margin-bottom: 100px
    }

        .ps-section--home-6-features-product .ps-section__header .ps-heading {
            margin-bottom: 20px
        }

        .ps-section--home-6-features-product .ps-section__header p {
            margin: 0 auto;
            max-width: 570px
        }

@media (max-width: 768px) {
    .ps-section--home-6-features-product {
        padding: 50px 0
    }
}

.ps-home10-featured-products {
    padding: 120px 0
}

    .ps-home10-featured-products .ps-section__header {
        margin-bottom: 80px
    }

@media (max-width: 768px) {
    .ps-home10-featured-products .ps-section__header {
        margin-bottom: 50px
    }
}

.ps-home10--features {
    padding-bottom: 100px
}

@media (max-width: 768px) {
    .ps-home10--features {
        padding-bottom: 50px
    }
}

.ps-home11-featured-products {
    padding-bottom: 100px
}

    .ps-home11-featured-products .ps-section__header {
        margin-bottom: 100px
    }

@media (max-width: 768px) {
    .ps-home11-featured-products .ps-section__header {
        margin-bottom: 50px
    }
}

.ps-home11-category {
    padding: 150px 0
}

    .ps-home11-category .ps-section__header {
        text-align: center;
        margin-bottom: 100px
    }

.ps-subscribe--4 {
    padding-bottom: 100px
}

@media (max-width: 768px) {
    .ps-subscribe--4 {
        padding-bottom: 50px
    }
}

.widget_video {
    position: relative
}

@media (min-width: 1200px) {
    .widget_video {
        margin-bottom: 48px !important
    }
}

.widget_video .btn_video {
    top: 55%;
    left: 50%;
    position: absolute;
    font-size: 36px;
    color: #fff;
    -webkit-transform: translate(-50%,-50%);
    -khtml-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

    .widget_video .btn_video .icon-control-play {
        position: relative;
        right: -3px;
        font-weight: 700
    }

    .widget_video .btn_video:hover {
        color: #000;
        border-color: #000
    }

@media (min-width: 992px) {
    .widget_video .btn_video {
        font-size: 35px;
        width: 76px;
        height: 76px;
        border: 4px solid #fff;
        border-radius: 50%;
        text-align: center;
        line-height: 71px;
        top: 62%
    }
}

.widget_video .video_info {
    bottom: 55px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translate(-50%);
    text-align: center
}

    .widget_video .video_info h3 {
        font-size: 20px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        padding-bottom: 0;
        margin-bottom: 5px;
        display: inline-block
    }

    .widget_video .video_info p {
        font-size: 14px;
        color: #fff;
        margin: 0;
        display: block
    }

.YouTubePopUp-Wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-color: #000c;
    top: 0;
    left: 0;
    z-index: 9999999999999
}

    .YouTubePopUp-Wrap .YouTubePopUp-Content {
        max-width: 680px;
        display: block;
        margin: 0 auto;
        height: 100%;
        position: relative
    }

        .YouTubePopUp-Wrap .YouTubePopUp-Content .YouTubePopUp-Close {
            position: absolute;
            top: 0;
            cursor: pointer;
            bottom: 528px;
            right: 0px;
            margin: auto 0;
            width: 24px;
            height: 24px;
            background: url(btn-close.png) no-repeat;
            background-size: 24px 24px;
            -webkit-background-size: 24px 24px;
            -moz-background-size: 24px 24px;
            -o-background-size: 24px 24px
        }

        .YouTubePopUp-Wrap .YouTubePopUp-Content iframe {
            max-width: 100% !important;
            width: 100% !important;
            display: block !important;
            height: 480px !important;
            border: none !important;
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto 0
        }

.section-collection-tabs .tab-pane {
    display: none !important
}

    .section-collection-tabs .tab-pane.active {
        display: block !important
    }

.ps-filter {
    margin-bottom: 20px;
    border-top: 1px solid rgba(0,0,0,.07);
    border-bottom: 1px solid rgba(0,0,0,.07);
    clear: both;
    text-align: center;
    overflow: hidden;
    padding: 13px 0
}

@media (max-width: 767px) {
    .ps-filter {
        margin-bottom: 30px
    }
}

.ps-filter li {
    display: inline-block;
    margin-right: 50px;
    float: none
}

@media (max-width: 767px) {
    .ps-filter li {
        margin-right: 10px
    }
}

.ps-filter li:last-child {
    margin-right: 0
}

.ps-filter li a {
    display: inline-block;
    padding: 10px 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .05em;
    color: #00000080;
    text-transform: uppercase;
    line-height: 20px;
    border: 0 !important;
    background: #fff !important
}

    .ps-filter li a:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 40%;
        width: 5px;
        height: 5px;
        -webkit-transform: translateX(-50%);
        -khtml-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translate(-50%);
        background-color: #ca2028;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        visibility: hidden;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-opacity: 0;
        -khtml-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        opacity: 0;
        -webkit-transition: all .4s ease;
        -khtml-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease
    }

    .ps-filter li a:hover {
        color: #000
    }

        .ps-filter li a:hover:before {
            visibility: visible;
            opacity: 1
        }

.ps-filter li.active a {
    color: #000;
    border: 0;
    border-radius: 0
}

    .ps-filter li.active a:before {
        visibility: visible;
        opacity: 1
    }

@media (max-width: 767px) {
    .ps-filter li.active a:before {
        display: none
    }
}

.ps-filter .ps-filter__left {
    width: 50%;
    float: left
}

.ps-filter .ps-filter__right {
    float: right;
    width: 50%;
    text-align: right
}

.ps-filter .bootstrap-select.ps-select {
    position: relative;
    vertical-align: top
}

    .ps-filter .bootstrap-select.ps-select .dropdown-toggle {
        height: 66px;
        border: none;
        -webkit-transition: all .4s ease;
        -khtml-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 1px;
        text-align: center;
        color: #000;
        text-transform: uppercase
    }

        .ps-filter .bootstrap-select.ps-select .dropdown-toggle span {
            font-weight: 700
        }

        .ps-filter .bootstrap-select.ps-select .dropdown-toggle:before {
            content: "\f107";
            font-family: FontAwesome;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -khtml-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 30px;
            color: #0000004d;
            font-size: 16px
        }

        .ps-filter .bootstrap-select.ps-select .dropdown-toggle:hover {
            background-color: #00000012
        }

    .ps-filter .bootstrap-select.ps-select .bs-caret {
        display: none
    }

    .ps-filter .bootstrap-select.ps-select:first-child {
        margin-right: -4px;
        border-left: 1px solid rgba(0,0,0,.07);
        border-right: 1px solid rgba(0,0,0,.07)
    }

@media (max-width: 1440px) {
    .ps-filter .ps-filter__categories li {
        margin-right: 30px
    }
}

@media (max-width: 1200px) {
    .ps-filter .ps-filter__left {
        width: 100%;
        border-bottom: 1px solid rgba(0,0,0,.07);
        text-align: center
    }

    .ps-filter .ps-filter__right {
        width: 100%
    }

        .ps-filter .ps-filter__right .bootstrap-select.ps-select {
            width: 50%
        }

            .ps-filter .ps-filter__right .bootstrap-select.ps-select:first-child {
                border-left: 0
            }
}

@media (max-width: 640px) {
    .ps-filter .ps-filter__categories li {
        display: block
    }
}

.ps-filter--blog {
    text-align: center
}

.ps-filter--shop-sidebar .ps-filter__left p {
    margin-bottom: 0;
    line-height: 25px;
    padding: 20px 0
}

.ps-filter--shop-sidebar .ps-select {
    max-width: 200px
}

@media (max-width: 1200px) {
    .ps-filter--shop-sidebar .ps-select {
        max-width: 100%
    }
}

.template-blog .col-sidebar ul.links li a, .template-article .col-sidebar ul.links li a {
    color: #00000080;
    font-size: 15px;
    line-height: 2.5em
}

    .template-blog .col-sidebar ul.links li a:hover, .template-article .col-sidebar ul.links li a:hover {
        color: #b19870
    }

.blog-views .ps-post__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10
}

.blog-views .ps-post--primary {
    margin-bottom: 80px
}

@media (max-width: 420px) {
    .blog-views .ps-post--primary {
        margin-bottom: 40px
    }
}

.blog-views .ps-post__thumbnail {
    margin-bottom: 50px;
    position: relative
}

    .blog-views .ps-post__thumbnail:hover .ps-post__overlay {
        background-color: #ffffff80
    }

    .blog-views .ps-post__thumbnail img {
        width: 100%
    }

.blog-views .ps-post__content {
    text-align: center
}

@media (max-width: 767px) {
    .blog-views .ps-post__content {
        text-align: left
    }
}

.blog-views .ps-post__content p {
    text-align: left
}

.ps-post__posted {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 60px;
    height: 60px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff
}

@media (max-width: 991px) {
    .ps-post__posted {
        top: 10px;
        width: 50px;
        height: 50px;
        left: 10px
    }

        .ps-post__posted span {
            margin-top: 9px !important;
            margin-bottom: 1px !important
        }
}

.ps-post__posted {
    font-size: 10px;
    letter-spacing: .9px;
    text-align: center;
    color: #111;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1em
}

    .ps-post__posted span {
        margin-top: 12px;
        font-size: 20px;
        font-weight: 300;
        color: #000;
        line-height: 1em;
        display: block;
        margin-bottom: 6px
    }

.ps-post__title {
    margin-bottom: 15px
}

    .ps-post__title a {
        font-size: 24px;
        font-weight: 300;
        line-height: 1.4em;
        color: #000
    }

@media (max-width: 991px) {
    .ps-post__title a {
        font-size: 18px;
        line-height: 22px
    }
}

.ps-post__title a:hover {
    color: #ca2028
}

.ps-post--horizontal {
    margin-bottom: 50px;
    clear: both;
    overflow: hidden
}

    .ps-post--horizontal .ps-post__thumbnail {
        float: left;
        width: 370px
    }

    .ps-post--horizontal .ps-post__content {
        float: left;
        width: calc(100% - 370px);
        padding-left: 30px;
        text-align: left
    }

        .ps-post--horizontal .ps-post__content p {
            font-size: 15px;
            line-height: 1.6em;
            text-align: left;
            color: #00000080
        }

    .ps-post--horizontal .ps-post__title {
        margin-bottom: 15px
    }

        .ps-post--horizontal .ps-post__title a {
            font-size: 24px;
            font-weight: 300;
            line-height: 1.4em;
            color: #000
        }

            .ps-post--horizontal .ps-post__title a:hover {
                color: #ca2028
            }

    .ps-post--horizontal .ps-post__posted {
        position: absolute;
        top: 20px;
        left: 20px;
        width: 60px;
        height: 60px;
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        background-color: #fff
    }

@media (max-width: 991px) {
    .ps-post--horizontal .ps-post__posted {
        top: 10px;
        width: 50px;
        height: 50px;
        left: 10px
    }

        .ps-post--horizontal .ps-post__posted span {
            margin-top: 9px !important;
            margin-bottom: 1px !important
        }
}

.ps-post--horizontal .ps-post__posted .date {
    margin-top: 12px;
    font-family: Nunito;
    font-size: 20px;
    font-weight: 300;
    color: #000;
    line-height: 1em;
    display: block
}

.ps-post--horizontal .ps-post__posted .month {
    font-size: 10px;
    letter-spacing: .9px;
    text-align: center;
    color: #111;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1em
}

@media (max-width: 991px) {
    .ps-post--horizontal .ps-post__thumbnail {
        margin-bottom: 30px;
        width: 100%;
        float: none
    }

    .ps-post--horizontal .ps-post__content {
        width: 100%;
        float: none;
        padding-left: 0
    }
}

.ps-post--primary .ps-post__title a:hover {
    color: #ca2028
}

.ps-post--primary .ps-post__category {
    margin-bottom: 20px
}

    .ps-post--primary .ps-post__category a {
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: .12em;
        color: #00000080
    }

        .ps-post--primary .ps-post__category a:hover {
            color: #ca2028
        }

.widget_tags ul li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px
}

    .widget_tags ul li a {
        display: inline-block;
        padding: 9px 10px;
        font-size: 13px;
        line-height: 16px;
        text-align: left;
        color: #000;
        border: 1px solid #000;
        -webkit-border-radius: 36px;
        -moz-border-radius: 36px;
        -ms-border-radius: 36px;
        border-radius: 36px
    }

        .widget_tags ul li a:hover {
            background-color: #ca2028;
            border-color: #ca2028;
            color: #fff
        }

.ps-post--sidebar {
    margin-bottom: 30px;
    clear: both;
    overflow: hidden
}

    .ps-post--sidebar:hover img {
        filter: alpha(opacity=60);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
        -webkit-opacity: .6;
        -khtml-opacity: .6;
        -moz-opacity: .6;
        -ms-opacity: .6;
        -o-opacity: .6;
        opacity: .6
    }

    .ps-post--sidebar .ps-post__thumbnail {
        width: 100px;
        position: relative;
        float: left;
        margin-bottom: 0
    }

@media (min-width: 768px) and (max-width: 1200px) {
    .ps-post--sidebar .ps-post__thumbnail {
        width: 70px
    }
}

.ps-post--sidebar .ps-post__content {
    position: relative;
    float: left;
    width: calc(100% - 100px);
    padding-left: 20px
}

@media (min-width: 768px) and (max-width: 1200px) {
    .ps-post--sidebar .ps-post__content {
        width: calc(100% - 70px);
        padding-left: 10px
    }

        .ps-post--sidebar .ps-post__content .ps-post__posted, .ps-post--sidebar .ps-post__content .ps-post__title {
            line-height: 20px;
            font-size: 13x
        }
}

.ps-post--sidebar .ps-post__posted {
    position: static;
    display: block;
    margin-bottom: 10px;
    width: auto;
    height: auto;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #00000080;
    text-transform: uppercase;
    text-align: left
}

.ps-post--sidebar .ps-post__title {
    font-size: 16px;
    line-height: 1.56em;
    color: #000
}

    .ps-post--sidebar .ps-post__title:hover {
        color: #b19870
    }

.ps-post--vertical {
    margin-bottom: 100px
}

@media (max-width: 991px) {
    .ps-post--vertical {
        margin-bottom: 70px
    }
}

@media (max-width: 420px) {
    .ps-post--vertical {
        margin-bottom: 40px
    }
}

.ps-post--vertical .ps-post__posted {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    font-size: 10px;
    letter-spacing: .9px;
    text-align: center;
    color: #111;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1em
}

@media (max-width: 991px) {
    .ps-post--vertical .ps-post__posted {
        top: 10px;
        width: 50px;
        height: 50px;
        left: 10px
    }

        .ps-post--vertical .ps-post__posted span {
            margin-top: 9px !important;
            margin-bottom: 1px !important
        }
}

.ps-post--vertical .ps-post__posted span {
    margin-top: 12px;
    font-size: 20px;
    font-weight: 300;
    color: #000;
    line-height: 1em;
    display: block;
    margin-bottom: 6px
}

.ps-post--vertical .ps-post__thumbnail {
    margin-bottom: 30px;
    position: relative
}

    .ps-post--vertical .ps-post__thumbnail:hover .ps-post__overlay {
        background-color: #ffffff80
    }

.ps-post--vertical .ps-post__content {
    text-align: left
}

.ps-section--instagram {
    margin-bottom: 200px
}

@media (max-width: 1200px) {
    .ps-section--instagram {
        margin-bottom: 100px
    }
}

.ps-section--instagram .ps-section__header {
    text-align: center;
    margin-bottom: 80px
}

    .ps-section--instagram .ps-section__header h3 {
        margin-bottom: 20px;
        font-size: 30px;
        font-weight: 300;
        line-height: 1.3em;
        color: #000
    }

    .ps-section--instagram .ps-section__header p {
        font-size: 15px;
        line-height: 1.6em;
        color: #00000080
    }

.ps-section--instagram a:hover img {
    opacity: .7
}

.ps-section--instagram a .likes {
    display: none
}

.ps-section--instagram .owl-nav > div {
    top: 50%;
    position: absolute;
    -webkit-transition: all .3s ease;
    -khtml-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #000
}

    .ps-section--instagram .owl-nav > div:hover {
        color: #ca2028
    }

.ps-section--instagram .owl-nav .owl-prev {
    background-color: transparent;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -55px
}

.ps-section--instagram .owl-nav .owl-next {
    background-color: transparent;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -55px
}

.page-portfolio.style3 .ps-post__header {
    padding: 100px 0;
    background-color: #333
}

    .page-portfolio.style3 .ps-post__header p {
        color: #ffffff80
    }

    .page-portfolio.style3 .ps-post__header h3 {
        color: #fff
    }

.page-portfolio.style3 .ps-post__project-info {
    clear: both;
    text-align: left;
    max-width: 100%
}

.page-portfolio.style3 .ps-social {
    margin: 0
}

.page-portfolio.style3 .ps-col-tiny p {
    display: inline-block;
    line-height: 1.5em;
    margin-bottom: 35px
}

    .page-portfolio.style3 .ps-col-tiny p strong {
        padding-right: 10px
    }

.page-portfolio .button-group {
    text-align: center;
    margin-bottom: 50px;
    border-top: 1px solid rgba(0,0,0,.07);
    border-bottom: 1px solid rgba(0,0,0,.07);
    padding: 13px 0
}

    .page-portfolio .button-group button {
        display: inline-block;
        padding: 10px 0;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: .05em;
        color: #00000080;
        text-transform: uppercase;
        line-height: 20px;
        outline: none !important;
        position: relative;
        background: #fff;
        margin-right: 50px
    }

@media (max-width: 991px) {
    .page-portfolio .button-group button {
        margin-right: 30px
    }
}

.page-portfolio .button-group button:last-child {
    margin: 0
}

.page-portfolio .button-group button:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 40%;
    width: 5px;
    height: 5px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #ca2028;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

.page-portfolio .button-group button.is-checked, .page-portfolio .button-group button:hover {
    color: #333
}

    .page-portfolio .button-group button.is-checked:before, .page-portfolio .button-group button:hover:before {
        visibility: visible;
        opacity: 1
    }

.page-portfolio .wrap .image-project {
    position: relative;
    margin-bottom: 30px
}

    .page-portfolio .wrap .image-project img {
        width: 100%;
        -webkit-transition: all .3s;
        -khtml-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

    .page-portfolio .wrap .image-project a {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        z-index: 20;
        min-width: 165px;
        text-align: center;
        visibility: hidden;
        opacity: 0
    }

    .page-portfolio .wrap .image-project:hover a {
        visibility: visible;
        opacity: 1
    }

    .page-portfolio .wrap .image-project:hover img {
        opacity: .6
    }

.page-portfolio .wrap .ps-post__content {
    text-transform: capitalize;
    text-align: center
}

    .page-portfolio .wrap .ps-post__content h3 {
        font-size: 24px;
        font-weight: 300;
        line-height: 1.46em;
        color: #000;
        cursor: default
    }

    .page-portfolio .wrap .ps-post__content p {
        font-size: 12px;
        font-weight: 700;
        letter-spacing: .06em;
        text-align: center;
        color: #00000080;
        text-transform: uppercase
    }

.ps-post--portfolio-single .ps-post__header {
    margin-bottom: 100px;
    text-align: center
}

    .ps-post--portfolio-single .ps-post__header .ps-heading {
        margin-bottom: 30px
    }

.ps-post--portfolio-single .ps-post__project-info {
    max-width: 760px;
    margin: 0 auto;
    padding: 100px 0;
    text-align: center
}

@media (max-width: 991px) {
    .ps-post--portfolio-single .ps-post__project-info {
        padding: 70px 0
    }
}

@media (max-width: 420px) {
    .ps-post--portfolio-single .ps-post__project-info {
        padding: 50px 0
    }
}

.ps-post--portfolio-single .ps-post__project-info h4 {
    margin-bottom: 20px;
    font-size: 20px;
    letter-spacing: .1em;
    font-weight: 500;
    color: #000
}

.ps-post--portfolio-single .ps-social {
    margin: 50px 0
}

    .ps-post--portfolio-single .ps-social strong {
        margin-right: 10px;
        font-size: 18px;
        font-weight: 600;
        line-height: 2em;
        text-align: center;
        color: #000
    }

    .ps-post--portfolio-single .ps-social a {
        margin-right: 15px;
        color: #000
    }

        .ps-post--portfolio-single .ps-social a:hover {
            color: #ca2028
        }

        .ps-post--portfolio-single .ps-social a:last-child {
            margin-right: 0
        }

.ps-post--portfolio-single .ps-product__footer {
    padding: 30px 0;
    border-top: 1px solid rgba(0,0,0,.1)
}

    .ps-post--portfolio-single .ps-product__footer a {
        display: inline-block;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: .08em;
        color: #000;
        text-transform: uppercase
    }

        .ps-post--portfolio-single .ps-product__footer a i {
            margin-right: 5px;
            font-size: 14px;
            vertical-align: middle
        }

        .ps-post--portfolio-single .ps-product__footer a:hover {
            color: #ca2028
        }

        .ps-post--portfolio-single .ps-product__footer a.next {
            float: right
        }

            .ps-post--portfolio-single .ps-product__footer a.next i {
                margin-right: 0;
                margin-left: 5px
            }

.ps-post--portfolio-single.second .ps-post__header {
    margin-bottom: 50px
}

.ps-post--portfolio-single.second .ps-post__project-info {
    max-width: 760px;
    margin: 0 auto;
    text-align: center
}

.ps-post--portfolio-single.third .ps-post__header {
    padding: 100px 0;
    background-color: #333
}

    .ps-post--portfolio-single.third .ps-post__header .ps-heading {
        color: #fff
    }

    .ps-post--portfolio-single.third .ps-post__header p {
        color: #ffffff80
    }

.ps-post--portfolio-single.third .ps-post__project-info {
    padding-top: 0;
    max-width: 100%;
    text-align: left
}

.ps-post--portfolio-single.third .ps-social {
    margin-top: 0
}

    .ps-post--portfolio-single.third .ps-social a:hover {
        color: #ca2028
    }

.ps-post--portfolio-single.third .ps-product__footer {
    margin-top: 150px;
    margin-bottom: 100px
}

.template-collection .products-grid.normal > div {
    padding: 0 0px;
    float: left;
    -webkit-transition: all .3s ease;
    -khtml-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

@media (max-width: 767px) {
    .template-collection .products-grid.normal > div {
        width: 50% !important
    }
}

@media (max-width: 375px) {
    .template-collection .products-grid.normal > div {
        width: 100% !important
    }
}

.two > div {
    width: 50%
}

.three > div {
    width: 33.3333%
}

.four > div {
    width: 25%
}

@media (max-width: 991px) {
    .four > div {
        width: 33.33333%
    }
}

.five > div {
    width: 20%;
    font-size: x-small
}

    .five > div .ps-product--1 .ps-product__shopping {
        min-width: 157px;
        padding: 10px 10px 9px
    }

@media (max-width: 991px) {
    .five > div {
        width: 33.33333%
    }
}

.six > div {
    width: 16.666666%
}

@media (max-width: 991px) {
    .six > div {
        width: 25%
    }
}

@media (max-width: 991px) {
    .six > div {
        width: 33.33333%
    }
}

.ps-block--about {
    margin-bottom: 15px;
    padding: 50px 40px;
    text-align: center;
    background-color: #fbfbfb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px
}

    .ps-block--about .ps-heading {
        margin-bottom: 10px;
        font-size: 24px
    }

@media (max-width: 768px) {
    .ps-block--about {
        padding: 50px 30px
    }
}

@media (max-width: 420px) {
    .ps-block--about {
        padding: 30px 15px
    }
}

.ps-about-features {
    padding: 150px 0
}

    .ps-about-features .ps-section__header {
        text-align: center;
        margin-bottom: 100px
    }

@media (max-width: 768px) {
    .ps-about-features {
        padding: 75px 0
    }

        .ps-about-features .ps-section__header {
            text-align: center;
            margin-bottom: 50px
        }
}

.ps-block--testimonial {
    padding: 30px;
    background-color: #fff
}

    .ps-block--testimonial .ps-block__header {
        position: relative;
        margin-bottom: 30px;
        padding-left: 80px;
        min-height: 60px
    }

        .ps-block--testimonial .ps-block__header img {
            position: absolute;
            top: 0;
            left: 0;
            width: 60px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%
        }

        .ps-block--testimonial .ps-block__header h5 {
            margin-bottom: 0;
            line-height: 20px;
            font-size: 16px;
            line-height: 30px
        }

        .ps-block--testimonial .ps-block__header p {
            margin-bottom: 0;
            font-size: 13px
        }

.ps-about-testimonial {
    padding: 125px 0;
    background-position: 0 0 !important
}

    .ps-about-testimonial .ps-section__header {
        text-align: center;
        margin-bottom: 80px
    }

        .ps-about-testimonial .ps-section__header h3.ps-heading {
            margin-bottom: 10px
        }

.ps-about-gallery {
    padding: 150px 0
}

    .ps-about-gallery .ps-section__header {
        margin-bottom: 80px;
        text-align: center
    }

@media (max-width: 768px) {
    .ps-about-gallery {
        padding: 75px 0
    }

        .ps-about-gallery .ps-section__header {
            margin-bottom: 40px
        }
}

.ps-home8-partner {
    padding: 5px;
    background-color: #0000000a
}

.ps-about-me {
    height: 100vh;
    padding: 320px 0
}

    .ps-about-me .ps-about-me__info {
        max-width: 470px;
        text-align: center
    }

    .ps-about-me h3 {
        font-size: 60px;
        font-weight: 200;
        color: #000;
        line-height: 1.5em
    }

    .ps-about-me p {
        font-size: 15px;
        color: #00000080;
        text-align: center
    }

@media (max-width: 991x) {
    .ps-about-me {
        padding: 200px 0
    }
}

@media (max-width: 768px) {
    .ps-about-me {
        padding: 150px 0
    }

        .ps-about-me h3 {
            font-size: 40px
        }
}

@media (max-width: 420px) {
    .ps-about-me h3 {
        font-size: 35px
    }
}

.ps-list--social-2 {
    display: block;
    text-align: center;
    padding: 0
}

    .ps-list--social-2 li {
        display: inline-block
    }

        .ps-list--social-2 li a {
            position: relative;
            display: inline-block;
            width: 30px;
            height: 30px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            border-radius: 5px
        }

            .ps-list--social-2 li a i {
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%,-50%);
                -khtml-transform: translate(-50%,-50%);
                -moz-transform: translate(-50%,-50%);
                -ms-transform: translate(-50%,-50%);
                -o-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%);
                color: #000
            }

            .ps-list--social-2 li a:hover {
                background-color: #ca2028
            }

                .ps-list--social-2 li a:hover i {
                    color: #fff
                }

.nou-team {
    padding: 150px 0 70px
}

@media (max-width: 991px) {
    .nou-team {
        padding: 100px 0 20px
    }
}

@media (max-width: 420px) {
    .nou-team {
        padding: 80px 0 0
    }
}

.nou-apply {
    background-color: #f8f8f8;
    padding: 116px 0;
    text-align: center
}

@media (max-width: 991px) {
    .nou-apply {
        padding: 70px 0
    }
}

@media (max-width: 420px) {
    .nou-apply {
        padding: 50px
    }
}

.nou-apply .content {
    max-width: 675px;
    margin: 0 auto
}

.nou-apply h3 {
    font-size: 30px;
    font-weight: 300;
    font-style: normal;
    line-height: 1.33;
    margin: 0
}

.nou-apply p {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 1.67
}

.ps-user {
    max-width: 380px;
    margin: 0 auto 80px
}

    .ps-user .ps-user__thumbnail {
        margin-bottom: 30px;
        position: relative
    }

        .ps-user .ps-user__thumbnail:hover .ps-user__overlay {
            background: rgba(255,255,255,.3)
        }

        .ps-user .ps-user__thumbnail img {
            width: 100%
        }

    .ps-user .ps-user__overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10
    }

    .ps-user .ps-user__content {
        text-transform: capitalize;
        text-align: center
    }

        .ps-user .ps-user__content p {
            font-size: 15px;
            line-height: 1.67em;
            color: #00000080
        }

        .ps-user .ps-user__content ul {
            display: block;
            text-align: center
        }

            .ps-user .ps-user__content ul li {
                display: inline-block
            }

                .ps-user .ps-user__content ul li a {
                    position: relative;
                    display: inline-block;
                    width: 30px;
                    height: 30px;
                    -webkit-border-radius: 5px;
                    -moz-border-radius: 5px;
                    -ms-border-radius: 5px;
                    border-radius: 5px
                }

                    .ps-user .ps-user__content ul li a i {
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        -webkit-transform: translate(-50%,-50%);
                        -khtml-transform: translate(-50%,-50%);
                        -moz-transform: translate(-50%,-50%);
                        -ms-transform: translate(-50%,-50%);
                        -o-transform: translate(-50%,-50%);
                        transform: translate(-50%,-50%);
                        color: #000
                    }

                    .ps-user .ps-user__content ul li a:hover {
                        background-color: #ca2028
                    }

                        .ps-user .ps-user__content ul li a:hover i {
                            color: #fff
                        }

    .ps-user .ps-user__title {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.56em;
        text-align: center;
        color: #000
    }

        .ps-user .ps-user__title:hover {
            color: #b19870
        }

@media (max-width: 768px) {
    .ps-user {
        margin: 0 auto 40px
    }
}

.ps-subscribe {
    margin-bottom: 60px;
    background-color: #f6f6f6;
    padding: 45px 150px
}

    .ps-subscribe h3 {
        display: block;
        margin-bottom: 20px;
        color: #333;
        font-size: 24px;
        line-height: 1.45em;
        text-transform: uppercase;
        font-weight: 500;
        text-align: center
    }

        .ps-subscribe h3 i {
            color: #b19870
        }

    .ps-subscribe .ps-form--subscribe {
        position: relative;
        margin: 0 auto;
        max-width: 600px;
        clear: both;
        overflow: hidden
    }

        .ps-subscribe .ps-form--subscribe input.form-control {
            border: none;
            height: 50px;
            float: left;
            width: calc(100% - 120px);
            padding: 0 25px;
            -webkit-border-radius: 50px 0 0 50px;
            -moz-border-radius: 50px 0 0 50px;
            -ms-border-radius: 50px 0 0 50px;
            border-radius: 50px 0 0 50px
        }

        .ps-subscribe .ps-form--subscribe button {
            float: right;
            width: 120px;
            height: 50px;
            background-color: #b19870;
            border: none;
            color: #fff;
            text-transform: capitalize;
            letter-spacing: .05em;
            font-size: 14px;
            -webkit-transition: all .4s ease-out;
            -khtml-transition: all .4s ease-out;
            -moz-transition: all .4s ease-out;
            -ms-transition: all .4s ease-out;
            -o-transition: all .4s ease-out;
            transition: all .4s ease-out;
            -webkit-border-radius: 0 50px 50px 0;
            -moz-border-radius: 0 50px 50px 0;
            -ms-border-radius: 0 50px 50px 0;
            border-radius: 0 50px 50px 0
        }

            .ps-subscribe .ps-form--subscribe button:hover {
                background-color: #9a7f54
            }

@media (max-width: 1439px) {
    .ps-subscribe {
        padding: 45px 100px
    }
}

@media (max-width: 1200px) {
    .ps-subscribe {
        padding: 45px 50px
    }

        .ps-subscribe .ps-subscribe__content {
            margin-left: 0;
            padding-left: 70px
        }
}

@media (max-width: 991px) {
    .ps-subscribe .ps-subscribe__content {
        text-align: center;
        margin-bottom: 30px;
        padding-top: 60px;
        padding-left: 0
    }

        .ps-subscribe .ps-subscribe__content i {
            top: 0;
            left: 50%;
            -webkit-transform: translate(-50%,0);
            -khtml-transform: translate(-50%,0);
            -moz-transform: translate(-50%,0);
            -ms-transform: translate(-50%,0);
            -o-transform: translate(-50%,0);
            transform: translate(-50%)
        }

    .ps-subscribe .ps-form--subscribe {
        max-width: 450px;
        margin: 0 auto
    }
}

@media (max-width: 768px) {
    .ps-subscribe {
        padding: 45px 15px
    }
}

@media (max-width: 420px) {
    .ps-subscribe .form-group {
        padding-left: 0
    }

        .ps-subscribe .form-group .form-group__icon {
            display: none
        }
}

.ps-contact {
    clear: both;
    overflow: hidden
}

@media (min-width: 1900px) {
    .ps-contact #contact-map {
        height: 1024px
    }
}

.ps-contact iframe {
    width: 100%;
    height: 560px
}

.ps-contact .ps-contact__left, .ps-contact .ps-contact__right {
    float: left;
    width: 50%
}

.ps-contact .ps-contact__right {
    padding: 150px 30px
}

.ps-contact .ps-contact__info {
    max-width: 570px;
    margin: 0 auto;
    text-align: center
}

    .ps-contact .ps-contact__info .ps-heading {
        margin-bottom: 20px
    }

    .ps-contact .ps-contact__info p {
        font-size: 15px;
        color: #00000080;
        line-height: 1.67em
    }

.ps-contact .ps-contact__detail {
    margin: 50px auto;
    max-width: 400px
}

    .ps-contact .ps-contact__detail p {
        position: relative;
        text-align: left;
        padding-left: 120px;
        font-size: 15px;
        color: #000
    }

        .ps-contact .ps-contact__detail p span {
            display: inline-block;
            min-width: 100px;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 10;
            color: #00000080;
            line-height: 1.67em
        }

        .ps-contact .ps-contact__detail p a:hover {
            color: #ca2028;
            text-decoration: underline
        }

@media (max-width: 991px) {
    .ps-contact .ps-contact__left, .ps-contact .ps-contact__right {
        float: none;
        width: 100%
    }

    .ps-contact #contact-map {
        height: 500px
    }

    .ps-contact .ps-contact__right {
        padding: 50px 30px
    }
}

@media (max-width: 768px) {
    .ps-contact #contact-map {
        height: 300px
    }
}

@media (max-width: 420px) {
    .ps-contact .ps-contact__right {
        padding: 50px 15px
    }

    .ps-contact .ps-contact__detail {
        margin: 30px 0
    }

        .ps-contact .ps-contact__detail p {
            padding-left: 0
        }

            .ps-contact .ps-contact__detail p span {
                position: relative;
                display: block;
                top: 0;
                left: 0
            }
}

.contact-2.ps-main {
    padding: 0
}

    .contact-2.ps-main .style2 {
        height: 520px !important
    }

@media (max-width: 420px) {
    .contact-2.ps-main .style2 {
        height: 350px !important
    }
}

.contact-2.ps-main .form-contact {
    max-width: 570px;
    margin: 150px auto
}

    .contact-2.ps-main .form-contact .ps-btn--black {
        display: block;
        float: none;
        margin: 0 auto
    }

@media (max-width: 991px) {
    .contact-2.ps-main .form-contact {
        margin: 100px auto
    }
}

@media (max-width: 480px) {
    .contact-2.ps-main .form-contact {
        margin: 50px auto
    }
}

.contact-2.ps-main .ps-contact__info {
    text-align: center
}

    .contact-2.ps-main .ps-contact__info .ps-heading {
        margin-bottom: 30px
    }

    .contact-2.ps-main .ps-contact__info p {
        color: #00000080;
        font-size: 15px;
        line-height: 1.67em;
        margin-bottom: 100px
    }

@media (max-width: 991px) {
    .contact-2.ps-main .ps-contact__info p {
        margin-bottom: 70px
    }
}

@media (max-width: 480px) {
    .contact-2.ps-main .ps-contact__info p {
        margin-bottom: 40px
    }
}

.ps-contact--2 {
    padding: 150px 0 120px
}

    .ps-contact--2 .row.address {
        margin: 0 -7px
    }

        .ps-contact--2 .row.address > div {
            padding: 0 7px
        }

    .ps-contact--2 .ps-contact__info {
        text-align: center
    }

        .ps-contact--2 .ps-contact__info .ps-heading {
            margin-bottom: 30px
        }

        .ps-contact--2 .ps-contact__info p {
            color: #00000080;
            font-size: 15px;
            line-height: 1.67em
        }

.ps-block--contact {
    margin-bottom: 30px;
    background-color: #fbfbfb;
    padding: 70px 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    text-align: center
}

    .ps-block--contact img {
        margin-bottom: 40px
    }

    .ps-block--contact p {
        font-size: 15px;
        line-height: 1.67em;
        color: #00000080
    }

        .ps-block--contact p strong {
            font-weight: 400;
            color: #000
        }

    .ps-block--contact a {
        color: #000
    }

        .ps-block--contact a:hover {
            color: #ca2028
        }

.template-article .social-sharing {
    display: block;
    color: #000
}

    .template-article .social-sharing a {
        border: 0;
        display: inline-block;
        margin-right: 20px;
        padding: 0;
        background: transparent;
        color: #000;
        -webkit-transition: all .3s ease;
        -khtml-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        margin-bottom: 0;
        opacity: 1 !important
    }

        .template-article .social-sharing a:hover {
            color: #ca2028
        }

        .template-article .social-sharing a:first-child {
            margin-left: 15px
        }

.ps-post--single .ps-post__thumbnail {
    margin-bottom: 50px
}

.ps-post--single .ps-post__tags {
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin-bottom: 30px
}

    .ps-post--single .ps-post__tags a {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 10px;
        padding: 9px 10px;
        font-size: 13px;
        line-height: 16px;
        text-align: left;
        color: #000;
        border: 1px solid #000;
        -webkit-border-radius: 36px;
        -moz-border-radius: 36px;
        -ms-border-radius: 36px;
        border-radius: 36px
    }

        .ps-post--single .ps-post__tags a:hover {
            background-color: #ca2028;
            border-color: #ca2028;
            color: #fff
        }

        .ps-post--single .ps-post__tags a:last-child {
            margin-right: 0
        }

.ps-post--single .ps-post__navigation {
    margin-bottom: 30px;
    clear: both;
    overflow: hidden
}

    .ps-post--single .ps-post__navigation a {
        font-size: 11px;
        font-weight: 700;
        letter-spacing: .08em;
        color: #000;
        text-transform: uppercase
    }

        .ps-post--single .ps-post__navigation a:hover {
            color: #ca2028
        }

    .ps-post--single .ps-post__navigation i {
        font-size: 11px;
        color: #000
    }

    .ps-post--single .ps-post__navigation .right {
        float: right
    }

.ps-post--related {
    position: relative;
    text-align: left;
    margin-bottom: 30px
}

    .ps-post--related .ps-post__thumbnail {
        margin-bottom: 20px
    }

        .ps-post--related .ps-post__thumbnail img {
            width: 100%
        }

    .ps-post--related .ps-post__title {
        display: block;
        font-size: 16px;
        line-height: 1.56em;
        text-align: left;
        color: #000
    }

        .ps-post--related .ps-post__title:hover {
            color: #b19870
        }

@media (max-width: 991px) {
    .ps-block--comment {
        margin: 0 20px 10px !important
    }
}

.form-success {
    background-color: #fff;
    text-align: center;
    border: 0;
    margin: 0 auto 10px;
    padding: 10px;
    max-width: 760px
}

.ps-comments {
    background-color: #f8f8f8;
    padding: 100px 0
}

    .ps-comments h3.ps-heading {
        margin-bottom: 80px;
        text-align: center
    }

@media (max-width: 991px) {
    .ps-comments h3.ps-heading {
        margin-bottom: 50px
    }
}

@media (max-width: 991px) {
    .ps-comments {
        padding: 50px 0
    }
}

.ps-form--blog-comment {
    max-width: 760px;
    margin: 0 auto
}

.ps-section--blog-comment-form {
    padding: 100px 0 0
}

    .ps-section--blog-comment-form .ps-section__header {
        text-align: center;
        margin-bottom: 70px
    }

        .ps-section--blog-comment-form .ps-section__header p {
            font-size: 15px;
            color: #00000080
        }

@media (max-width: 991px) {
    .ps-section--blog-comment-form {
        padding: 50px 0
    }
}

@media (max-width: 767px) {
    .ps-section--blog-comment-form {
        padding-bottom: 0
    }
}

.ps-block--comment {
    margin: 0 auto 10px;
    padding: 30px;
    max-width: 760px;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px
}

    .ps-block--comment .ps-block__header {
        position: relative;
        margin-bottom: 30px;
        padding: 0 80px
    }

        .ps-block--comment .ps-block__header i {
            position: absolute;
            top: 0;
            left: 0;
            font-size: 46px
        }

        .ps-block--comment .ps-block__header p {
            margin-bottom: 0;
            font-size: 16px;
            font-weight: 600;
            line-height: 1.5em;
            color: #000
        }

        .ps-block--comment .ps-block__header > span {
            font-size: 13px;
            line-height: 1.9em;
            color: #00000080
        }

        .ps-block--comment .ps-block__header .ps-reply {
            display: inline-block;
            position: absolute;
            top: 0;
            right: 0;
            font-size: 11px;
            font-weight: 700;
            letter-spacing: .08em;
            color: #000;
            text-transform: uppercase
        }

            .ps-block--comment .ps-block__header .ps-reply:hover {
                color: #ca2028
            }

@media (max-width: 420px) {
    .ps-block--comment {
        padding: 30px 15px
    }

        .ps-block--comment .ps-block__header {
            padding-right: 0;
            padding-left: 50px
        }

            .ps-block--comment .ps-block__header img {
                width: 40px
            }
}

.ps-blog__posts-related {
    padding-top: 50px;
    padding-bottom: 70px;
    text-align: center
}

    .ps-blog__posts-related .ps-heading {
        margin-bottom: 80px
    }

@media (max-width: 767px) {
    .ps-blog__posts-related .ps-heading {
        margin-bottom: 50px;
        font-size: 30px
    }
}

.ps-blog__posts-related .ps-post__thumbnail {
    margin-bottom: 20px;
    position: relative
}

    .ps-blog__posts-related .ps-post__thumbnail:hover .ps-post__overlay {
        background-color: #ffffff80
    }

.ps-post__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10
}

.header .header-container .header-middle .header-minicart .minicart-products-list {
    max-height: 322px;
    overflow: hidden;
    display: block;
    overflow-y: auto !important
}

    .header .header-container .header-middle .header-minicart .minicart-products-list::-webkit-scrollbar {
        width: 10px;
        background-color: #f5f5f5
    }

    .header .header-container .header-middle .header-minicart .minicart-products-list::-webkit-scrollbar-thumb {
        background-color: #000;
        border: 2px solid #555555
    }

.header .header-container .header-middle .header-minicart .dropminicart-content .minicart-products-list .btn-remove {
    position: absolute;
    right: 6px
}

.ps-pagination .pagination li > a, .ps-pagination .pagination li span {
    z-index: unset
}

@media (max-width: 1600px) {
    .style2 .nou_megamenu .nav-item {
        margin-right: 15px
    }
}

@media (max-width: 1400px) {
    .ps-footer--1 .ps-footer__social li {
        margin-right: 9px
    }
}

.header .header-middle .header-minicart .dropminicart-content {
    height: auto !important
}

    .header .header-middle .header-minicart .dropminicart-content .minicart-products-list li.item {
        color: #111
    }

@media (max-width: 479px) {
    .header .header-middle .header-minicart .dropminicart-content {
        right: 0px !important
    }
}

@media (min-width: 767px) and (max-width: 1200px) {
    .ps-shop--category .ps-collection--bottom .ps-collection__morelink {
        padding: 12px 20px 10px;
        min-width: 144px
    }
}

.ps-product--detail .product-shop .product-item .ps-product__price {
    font-weight: 700
}

.ps-filter li a:before {
    display: block !important
}

.template-cart .btn {
    color: #fff;
    -webkit-transition: all .3s ease;
    -khtml-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

    .template-cart .btn:hover {
        opacity: .7
    }

.template-cart .section-header {
    margin-top: 60px
}

.template-cart .main-content {
    padding-bottom: 60px
}

.template-product .filter-toggle i {
    color: #fff
}

.template-product .ps-section--product-video .ps-video .ps-video__play .path4:before {
    margin-top: 3px
}

.product-shop .product-addto-links a:hover {
    color: #ca2028
}

.ps-product--detail .product-shop .product-item .ps-product__rating span {
    padding-left: 0
}

.ps-product--1 .ps-product__title {
    text-transform: capitalize
}

.ps-product--1 .product-swatches {
    position: static;
    width: auto;
    margin-top: 0;
    margin-bottom: 8px;
    height: 24px
}

.ps-product--1 label.white {
    border: 1px solid #ccc
}

#CustomerLoginForm .btn, .template-404 .btn {
    color: #fff !important;
    -webkit-transition: all .3s ease;
    -khtml-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

    #CustomerLoginForm .btn:hover, .template-404 .btn:hover {
        opacity: .7
    }

.page-wrap {
    padding: 80px 0
}

.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -khtml-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.cart__edit {
    display: none !important
}

.cart .cart__update-wrapper {
    display: block !important
} 
