@charset "UTF-8";

/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
::after,
::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
    width: device-width
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer::before {
    content: "\2014 \00A0"
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table .table {
    background-color: #fff
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #b8daff
}

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #9fcdff
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #d6d8db
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #c3e6cb
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #bee5eb
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #ffeeba
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #f5c6cb
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #fdfdfe
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background-color: #c6c8ca
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,
.table-active>td,
.table-active>th {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #212529
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #32383e
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, .075)
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(2.875rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple],
select.form-control[size] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, .9);
    border-radius: .25rem
}

.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
    border-color: #28a745
}

.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
    display: block
}

.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip,
.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip {
    display: block
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #28a745
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
    background-color: #71dd8a
}

.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip,
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
    background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid~.custom-file-label::after,
.was-validated .custom-file-input:valid~.custom-file-label::after {
    border-color: inherit
}

.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip,
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545
}

.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
    display: block
}

.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip,
.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip {
    display: block
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label::before,
.was-validated .custom-control-input:invalid~.custom-control-label::before {
    background-color: #efa2a9
}

.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip,
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked~.custom-control-label::before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid~.custom-file-label::after,
.was-validated .custom-file-input:invalid~.custom-file-label::after {
    border-color: inherit
}

.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip,
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width:576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:focus,
.btn:hover {
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

@media screen and (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.btn-group-vertical>.btn:hover,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus {
    z-index: 1
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group,
.btn-group-vertical .btn+.btn,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
    width: 100%
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control {
    margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-append,
.input-group-prepend {
    display: -ms-flexbox;
    display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
    height: calc(2.875rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #007bff
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:active~.custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff
}

.custom-control-input:disabled~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #007bff
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #007bff
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(128, 189, 255, .5)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    opacity: 0
}

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 125%
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input:focus~.custom-file-label::after {
    border-color: #80bdff
}

.custom-file-input:disabled~.custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse"
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    padding-left: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {

    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar>.container,
.navbar>.container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width:575.98px) {

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width:767.98px) {

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width:991.98px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width:1199.98px) {

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-group>.card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group>.card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:first-child .card-header,
    .card-group>.card:first-child .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:first-child .card-footer,
    .card-group>.card:first-child .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group>.card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:last-child .card-header,
    .card-group>.card:last-child .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:last-child .card-footer,
    .card-group>.card:last-child .card-img-bottom {
        border-bottom-left-radius: 0
    }

    .card-group>.card:only-child {
        border-radius: .25rem
    }

    .card-group>.card:only-child .card-header,
    .card-group>.card:only-child .card-img-top {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .card-group>.card:only-child .card-footer,
    .card-group>.card:only-child .card-img-bottom {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0
    }

    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
        border-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #545b62
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

.badge-success[href]:focus,
.badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

.badge-info[href]:focus,
.badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

.badge-light[href]:focus,
.badge-light[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

.badge-dark[href]:focus,
.badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item:focus,
.list-group-item:hover {
    z-index: 1;
    text-decoration: none
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (.5rem * 2));
    content: ""
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }

    .modal-dialog-centered::before {
        height: calc(100vh - (1.75rem * 2))
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        max-width: 800px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::after,
.popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top] .arrow,
.bs-popover-top .arrow {
    bottom: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=top] .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-top .arrow::before {
    border-width: .5rem .5rem 0
}

.bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top] .arrow::after,
.bs-popover-top .arrow::after {
    bottom: 1px;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] .arrow,
.bs-popover-right .arrow {
    left: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-right .arrow::before {
    border-width: .5rem .5rem .5rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right] .arrow::after,
.bs-popover-right .arrow::after {
    left: 1px;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow,
.bs-popover-bottom .arrow {
    top: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=bottom] .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-bottom .arrow::before {
    border-width: 0 .5rem .5rem .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom] .arrow::after,
.bs-popover-bottom .arrow::after {
    top: 1px;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] .arrow,
.bs-popover-left .arrow {
    right: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left] .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-left .arrow::before {
    border-width: .5rem 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left] .arrow::after,
.bs-popover-left .arrow::after {
    right: 1px;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease
}

@media screen and (prefers-reduced-motion:reduce) {

    .carousel-item-next,
    .carousel-item-prev,
    .carousel-item.active {
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {

    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.active.carousel-item-right,
.carousel-item-next {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {

    .active.carousel-item-right,
    .carousel-item-next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.active.carousel-item-left,
.carousel-item-prev {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {

    .active.carousel-item-left,
    .carousel-item-prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev,
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .5)
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators .active {
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0062cc !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #545b62 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #1e7e34 !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #117a8b !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #d39e00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #bd2130 !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
    color: #dae0e5 !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #1d2124 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark tbody+tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
    display: none
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale .1s ease;
    -moz-transition: scale .1s ease;
    -ms-transition: scale .1s ease;
    -o-transition: scale .1s ease;
    transition: scale .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.lg-sub-html,
.lg-toolbar {
    background-color: rgba(0, 0, 0, .45)
}

@font-face {
    font-family: lg;
    src: url(../fonts/lg.eot?n1z373);
    src: url(../fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(../fonts/lg.woff?n1z373) format("woff"), url(../fonts/lg.ttf?n1z373) format("truetype"), url(../fonts/lg.svg?n1z373#lg) format("svg");
    font-weight: 400;
    font-style: normal
}

.lg-icon {
    font-family: lg;
    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
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, .45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
    border: none;
    outline: 0
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: .5
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
    color: #fff
}

.lg-actions .lg-next {
    right: 20px
}

.lg-actions .lg-next:before {
    content: "\e095"
}

.lg-actions .lg-prev {
    left: 20px
}

.lg-actions .lg-prev:after {
    content: "\e094"
}

@-webkit-keyframes lg-right-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: -30px
    }
}

@-moz-keyframes lg-right-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: -30px
    }
}

@-ms-keyframes lg-right-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: -30px
    }
}

@keyframes lg-right-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: -30px
    }
}

@-webkit-keyframes lg-left-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: 30px
    }
}

@-moz-keyframes lg-left-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: 30px
    }
}

@-ms-keyframes lg-left-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: 30px
    }
}

@keyframes lg-left-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: 30px
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end .3s;
    -o-animation: lg-right-end .3s;
    animation: lg-right-end .3s;
    position: relative
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end .3s;
    -o-animation: lg-left-end .3s;
    animation: lg-left-end .3s;
    position: relative
}

.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: 0;
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear
}

.lg-toolbar .lg-icon:hover {
    color: #fff
}

.lg-toolbar .lg-close:after {
    content: "\e070"
}

.lg-toolbar .lg-download:after {
    content: "\e0f2"
}

.lg-sub-html {
    bottom: 0;
    color: #eee;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080
}

.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 700
}

.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0
}

#lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle
}

.lg-next,
.lg-prev,
.lg-toolbar {
    opacity: 1;
    -webkit-transition: -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
    -moz-transition: -moz-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
    -o-transition: -o-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
    transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear
}

.lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
}

.lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
}

.lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
    opacity: 0;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    -o-transition: -o-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1
}

.lg-outer .lg-thumb-outer {
    background-color: #0d0a0a;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    -moz-transition: -moz-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: -o-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px
}

.lg-outer .lg-thumb-item {
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 4px;
    margin-bottom: 5px
}

@media (min-width:1025px) {
    .lg-outer .lg-thumb-item {
        -webkit-transition: border-color .25s ease;
        -o-transition: border-color .25s ease;
        transition: border-color .25s ease
    }
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #a90707
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    -webkit-transition: bottom .25s ease;
    -o-transition: bottom .25s ease;
    transition: bottom .25s ease
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px
}

.lg-outer .lg-toogle-thumb {
    background-color: #0d0a0a;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px
}

.lg-outer .lg-toogle-thumb:hover,
.lg-outer.lg-dropdown-active #lg-share {
    color: #fff
}

.lg-outer .lg-toogle-thumb:after {
    content: "\e1ff"
}

.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px
}

.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative
}

.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
}

.lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer
}

.lg-outer .lg-has-iframe .lg-video {
    -webkit-overflow-scrolling: touch;
    overflow: auto
}

.lg-outer .lg-has-vimeo .lg-video-play {
    background: url(../img/vimeo-play.png) no-repeat
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url(../img/vimeo-play.png) 0 -58px no-repeat
}

.lg-outer .lg-has-html5 .lg-video-play {
    background: url(../img/video-play.png) no-repeat;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: .8
}

.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1
}

.lg-outer .lg-has-youtube .lg-video-play {
    background: url(../img/youtube-play.png) no-repeat
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url(../img/youtube-play.png) 0 -60px no-repeat
}

.lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0
}

.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    -webkit-transition: opacity 80ms ease 0s;
    -moz-transition: opacity 80ms ease 0s;
    -o-transition: opacity 80ms ease 0s;
    transition: opacity 80ms ease 0s
}

.lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0
}

.lg-progress-bar.lg-start .lg-progress {
    width: 100%
}

.lg-show-autoplay .lg-progress-bar {
    opacity: 1
}

.lg-autoplay-button:after {
    content: "\e01d"
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a"
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    -moz-transition: -moz-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: -o-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
    -moz-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
    transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    -moz-transition: -moz-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    -o-transition: -o-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

#lg-zoom-in:after {
    content: "\e311"
}

#lg-actual-size {
    font-size: 20px
}

#lg-actual-size:after {
    content: "\e033"
}

#lg-zoom-out {
    opacity: .5;
    pointer-events: none
}

#lg-zoom-out:after {
    content: "\e312"
}

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto
}

.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible
}

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px #fff inset
}

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #fff;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    -webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
    -moz-transition: opacity .15s ease 0s, -moz-transform .15s ease 0s;
    -o-transition: opacity .15s ease 0s, -o-transform .15s ease 0s;
    transition: opacity .15s ease 0s, transform .15s ease 0s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
}

.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%
}

.lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, .5);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
    display: block;
    height: 12px;
    -webkit-transition: box-shadow .3s ease 0s;
    -o-transition: box-shadow .3s ease 0s;
    transition: box-shadow .3s ease 0s;
    width: 12px
}

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
    box-shadow: 0 0 0 8px #fff inset
}

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0
}

.lg-fullscreen:after {
    content: "\e20c"
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d"
}

.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, .25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear .18s, opacity .18s linear 0s;
    -o-transition: visibility 0s linear .18s, opacity .18s linear 0s;
    transition: visibility 0s linear .18s, opacity .18s linear 0s
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible
}

.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -moz-transform: translate3d(0, 5px, 0);
    -o-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    -webkit-transition: -webkit-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    -moz-transition: -moz-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    -o-transition: -o-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s
}

.lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    right: 16px;
    top: -16px
}

.lg-outer .lg-dropdown>li:last-child {
    margin-bottom: 0
}

.lg-outer .lg-dropdown>li:hover .lg-icon,
.lg-outer .lg-dropdown>li:hover a {
    color: #333
}

.lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px
}

.lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, .07)
}

.lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle
}

.lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto
}

.lg-outer,
.lg-outer .lg,
.lg-outer .lg-inner {
    width: 100%;
    height: 100%
}

.lg-outer #lg-share {
    position: relative
}

.lg-outer #lg-share:after {
    content: "\e80d"
}

.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998
}

.lg-outer #lg-share-facebook .lg-icon:after {
    content: "\e901"
}

.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced
}

.lg-outer #lg-share-twitter .lg-icon:after {
    content: "\e904"
}

.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39
}

.lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\e902"
}

.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027
}

.lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\e903"
}

.lg-group:after {
    content: "";
    display: table;
    clear: both
}

.lg-outer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    text-align: left;
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.lg-outer.lg-visible {
    opacity: 1
}

.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1
}

.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg {
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%
}

.lg-outer .lg-inner {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap
}

.lg-outer .lg-item {
    background: url(../img/loading.gif) center center no-repeat;
    display: none !important
}

.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
    display: inline-block !important
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%
}

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

.lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.lg-outer .lg-item.lg-complete {
    background-image: none
}

.lg-outer .lg-item.lg-current {
    z-index: 1060
}

.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1
}

.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
    display: none
}

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-backdrop.in {
    opacity: 1
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
    -webkit-transition: none 0s ease 0s !important;
    -moz-transition: none 0s ease 0s !important;
    -o-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important
}

.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-css3.lg-fade .lg-item {
    opacity: 0
}

.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1
}

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
    -webkit-transition: opacity .1s ease 0s;
    -moz-transition: opacity .1s ease 0s;
    -o-transition: opacity .1s ease 0s;
    transition: opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    -webkit-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -moz-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -o-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.br-theme-fontawesome-stars .br-widget {
    height: 28px;
    white-space: nowrap
}

.br-theme-fontawesome-stars .br-widget a {
    font: normal normal normal 20px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    margin-right: 2px
}

.br-theme-fontawesome-stars .br-widget a:after {
    content: '\f005';
    color: #d2d2d2
}

.br-theme-fontawesome-stars .br-widget a.br-active:after {
    color: #edb867
}

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

.br-theme-fontawesome-stars .br-widget .br-current-rating {
    display: none
}

.br-theme-fontawesome-stars .br-readonly a {
    cursor: default
}

@media print {
    .br-theme-fontawesome-stars .br-widget a:after {
        content: '\f006';
        color: #000
    }

    .br-theme-fontawesome-stars .br-widget a.br-active:after,
    .br-theme-fontawesome-stars .br-widget a.br-selected:after {
        content: '\f005';
        color: #000
    }
}

/*! jQuery UI - v1.12.1 - 2017-12-21
* http://jqueryui.com
* Includes: core.css, datepicker.css, slider.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: 700;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td a,
.ui-datepicker td span {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333
}

.ui-widget-content a {
    color: #333
}

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: 700
}

.ui-widget-header a {
    color: #333
}

.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: 400;
    color: #454545
}

.ui-button,
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button {
    color: #454545;
    text-decoration: none
}

.ui-button:focus,
.ui-button:hover,
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
    border: 1px solid #ccc;
    background: #ededed;
    font-weight: 400;
    color: #2b2b2b
}

.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
a.ui-button:focus,
a.ui-button:hover {
    color: #2b2b2b;
    text-decoration: none
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6
}

.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: 400;
    color: #fff
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #fff
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #fff;
    text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: 700
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: 400
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url(images/ui-icons_444444_256x240.png)
}

.ui-widget-header .ui-icon {
    background-image: url(images/ui-icons_444444_256x240.png)
}

.ui-button:focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
    background-image: url(images/ui-icons_555555_256x240.png)
}

.ui-button:active .ui-icon,
.ui-state-active .ui-icon {
    background-image: url(images/ui-icons_ffffff_256x240.png)
}

.ui-button .ui-state-highlight.ui-icon,
.ui-state-highlight .ui-icon {
    background-image: url(images/ui-icons_777620_256x240.png)
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(images/ui-icons_cc0000_256x240.png)
}

.ui-button .ui-icon {
    background-image: url(images/ui-icons_777777_256x240.png)
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-caret-1-n {
    background-position: 0 0
}

.ui-icon-caret-1-ne {
    background-position: -16px 0
}

.ui-icon-caret-1-e {
    background-position: -32px 0
}

.ui-icon-caret-1-se {
    background-position: -48px 0
}

.ui-icon-caret-1-s {
    background-position: -65px 0
}

.ui-icon-caret-1-sw {
    background-position: -80px 0
}

.ui-icon-caret-1-w {
    background-position: -96px 0
}

.ui-icon-caret-1-nw {
    background-position: -112px 0
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-seek-first {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
    border-top-left-radius: 3px
}

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
    border-top-right-radius: 3px
}

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
    border-bottom-left-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
    border-bottom-right-radius: 3px
}

.ui-widget-overlay {
    background: #aaa;
    opacity: .3;
    filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ddd !important;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #000 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: 0 0;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
    background-repeat: repeat-x
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.masonry-wrapper .grid-item .grid-item__inner,
.setting .grid-item .grid-item__inner {
    position: relative
}

.masonry-wrapper.ac_masonry-grid .grid-item__content-wrapper,
.setting.ac_masonry-grid .grid-item__content-wrapper {
    position: absolute
}

.masonry-wrapper .grid-item .grid-item__inner .grid-item__content-wrapper,
.setting .grid-item .grid-item__inner .grid-item__content-wrapper {
    overflow: hidden
}

.masonry-wrapper.ac_masonry-grid .grid-item__content-wrapper,
.setting.ac_masonry-grid .grid-item__content-wrapper {
    margin: 0 !important
}

.masonry-wrapper.ac_masonry-grid .grid-item__inner {
    padding-top: 100%
}

.masonry-wrapper.ac_masonry-grid .grid-item.extra-large .grid-item__inner,
.masonry-wrapper.ac_masonry-grid .grid-item.wide .grid-item__inner {
    padding-top: 50%
}

.masonry-wrapper.ac_masonry-grid .grid-item.high .grid-item__inner {
    padding-top: 200%
}

.masonry-wrapper.ac_masonry-grid[data-ratio="4by3"] .grid-item__inner {
    padding-top: 75%
}

.masonry-wrapper.ac_masonry-grid[data-ratio="4by3"] .grid-item.extra-large .grid-item__inner,
.masonry-wrapper.ac_masonry-grid[data-ratio="4by3"] .grid-item.wide .grid-item__inner {
    padding-top: 37.5%
}

.masonry-wrapper.ac_masonry-grid[data-ratio="4by3"] .grid-item.high .grid-item__inner {
    padding-top: 150%
}

.masonry-wrapper.ac_masonry-grid[data-ratio="16by9"] .grid-item__inner {
    padding-top: 56.25%
}

.masonry-wrapper.ac_masonry-grid[data-ratio="16by9"] .grid-item.extra-large .grid-item__inner,
.masonry-wrapper.ac_masonry-grid[data-ratio="16by9"] .grid-item.wide .grid-item__inner {
    padding-top: 28.125%
}

.masonry-wrapper.ac_masonry-grid[data-ratio="16by9"] .grid-item.high .grid-item__inner {
    padding-top: 112.5%
}

.masonry-wrapper[data-col-xs="1"] .grid-item,
.masonry-wrapper[data-col-xs="1"] .grid-sizer {
    width: 100%
}

.masonry-wrapper[data-col-xs="2"] .grid-item,
.masonry-wrapper[data-col-xs="2"] .grid-sizer {
    width: 50%
}

.masonry-wrapper[data-col-xs="2"] .grid-item.large,
.masonry-wrapper[data-col-xs="2"] .grid-item.wide {
    width: 100%
}

.masonry-wrapper[data-col-xs="2"] .grid-item.extra-large {
    width: 100%
}

.masonry-wrapper[data-col-xs="3"] .grid-item,
.masonry-wrapper[data-col-xs="3"] .grid-sizer {
    width: 33.33333%
}

.masonry-wrapper[data-col-xs="3"] .grid-item.large,
.masonry-wrapper[data-col-xs="3"] .grid-item.wide {
    width: 66.66667%
}

.masonry-wrapper[data-col-xs="3"] .grid-item.extra-large {
    width: 100%
}

.masonry-wrapper[data-col-xs="4"] .grid-item,
.masonry-wrapper[data-col-xs="4"] .grid-sizer {
    width: 25%
}

.masonry-wrapper[data-col-xs="4"] .grid-item.large,
.masonry-wrapper[data-col-xs="4"] .grid-item.wide {
    width: 50%
}

.masonry-wrapper[data-col-xs="4"] .grid-item.extra-large {
    width: 100%
}

.masonry-wrapper[data-col-xs="5"] .grid-item,
.masonry-wrapper[data-col-xs="5"] .grid-sizer {
    width: 20%
}

.masonry-wrapper[data-col-xs="5"] .grid-item.large,
.masonry-wrapper[data-col-xs="5"] .grid-item.wide {
    width: 40%
}

.masonry-wrapper[data-col-xs="5"] .grid-item.extra-large {
    width: 100%
}

.masonry-wrapper[data-col-xs="6"] .grid-item,
.masonry-wrapper[data-col-xs="6"] .grid-sizer {
    width: 16.66667%
}

.masonry-wrapper[data-col-xs="6"] .grid-item.large,
.masonry-wrapper[data-col-xs="6"] .grid-item.wide {
    width: 33.33333%
}

.masonry-wrapper[data-col-xs="6"] .grid-item.extra-large {
    width: 100%
}

.masonry-wrapper[data-col-xs="7"] .grid-item,
.masonry-wrapper[data-col-xs="7"] .grid-sizer {
    width: 14.28571%
}

.masonry-wrapper[data-col-xs="7"] .grid-item.large,
.masonry-wrapper[data-col-xs="7"] .grid-item.wide {
    width: 28.57143%
}

.masonry-wrapper[data-col-xs="7"] .grid-item.extra-large {
    width: 100%
}

.masonry-wrapper[data-col-xs="8"] .grid-item,
.masonry-wrapper[data-col-xs="8"] .grid-sizer {
    width: 12.5%
}

.masonry-wrapper[data-col-xs="8"] .grid-item.large,
.masonry-wrapper[data-col-xs="8"] .grid-item.wide {
    width: 25%
}

.masonry-wrapper[data-col-xs="8"] .grid-item.extra-large {
    width: 100%
}

.masonry-wrapper[data-col-xs="9"] .grid-item,
.masonry-wrapper[data-col-xs="9"] .grid-sizer {
    width: 11.11111%
}

.masonry-wrapper[data-col-xs="9"] .grid-item.large,
.masonry-wrapper[data-col-xs="9"] .grid-item.wide {
    width: 22.22222%
}

.masonry-wrapper[data-col-xs="9"] .grid-item.extra-large {
    width: 100%
}

.masonry-wrapper[data-col-xs="10"] .grid-item,
.masonry-wrapper[data-col-xs="10"] .grid-sizer {
    width: 10%
}

.masonry-wrapper[data-col-xs="10"] .grid-item.large,
.masonry-wrapper[data-col-xs="10"] .grid-item.wide {
    width: 20%
}

.masonry-wrapper[data-col-xs="10"] .grid-item.extra-large {
    width: 100%
}

@media (min-width:768px) {

    .masonry-wrapper[data-col-sm="1"] .grid-item,
    .masonry-wrapper[data-col-sm="1"] .grid-sizer {
        width: 100%
    }
}

@media (min-width:768px) {

    .masonry-wrapper[data-col-sm="2"] .grid-item,
    .masonry-wrapper[data-col-sm="2"] .grid-sizer {
        width: 50%
    }

    .masonry-wrapper[data-col-sm="2"] .grid-item.large,
    .masonry-wrapper[data-col-sm="2"] .grid-item.wide {
        width: 100%
    }

    .masonry-wrapper[data-col-sm="2"] .grid-item.extra-large {
        width: 100%
    }
}

@media (min-width:768px) {

    .masonry-wrapper[data-col-sm="3"] .grid-item,
    .masonry-wrapper[data-col-sm="3"] .grid-sizer {
        width: 33.33333%
    }

    .masonry-wrapper[data-col-sm="3"] .grid-item.large,
    .masonry-wrapper[data-col-sm="3"] .grid-item.wide {
        width: 66.66667%
    }

    .masonry-wrapper[data-col-sm="3"] .grid-item.extra-large {
        width: 100%
    }
}

@media (min-width:768px) {

    .masonry-wrapper[data-col-sm="4"] .grid-item,
    .masonry-wrapper[data-col-sm="4"] .grid-sizer {
        width: 25%
    }

    .masonry-wrapper[data-col-sm="4"] .grid-item.large,
    .masonry-wrapper[data-col-sm="4"] .grid-item.wide {
        width: 50%
    }

    .masonry-wrapper[data-col-sm="4"] .grid-item.extra-large {
        width: 100%
    }
}

@media (min-width:768px) {

    .masonry-wrapper[data-col-sm="5"] .grid-item,
    .masonry-wrapper[data-col-sm="5"] .grid-sizer {
        width: 20%
    }

    .masonry-wrapper[data-col-sm="5"] .grid-item.large,
    .masonry-wrapper[data-col-sm="5"] .grid-item.wide {
        width: 40%
    }

    .masonry-wrapper[data-col-sm="5"] .grid-item.extra-large {
        width: 100%
    }
}

@media (min-width:768px) {

    .masonry-wrapper[data-col-sm="6"] .grid-item,
    .masonry-wrapper[data-col-sm="6"] .grid-sizer {
        width: 16.66667%
    }

    .masonry-wrapper[data-col-sm="6"] .grid-item.large,
    .masonry-wrapper[data-col-sm="6"] .grid-item.wide {
        width: 33.33333%
    }

    .masonry-wrapper[data-col-sm="6"] .grid-item.extra-large {
        width: 100%
    }
}

@media (min-width:768px) {

    .masonry-wrapper[data-col-sm="7"] .grid-item,
    .masonry-wrapper[data-col-sm="7"] .grid-sizer {
        width: 14.28571%
    }

    .masonry-wrapper[data-col-sm="7"] .grid-item.large,
    .masonry-wrapper[data-col-sm="7"] .grid-item.wide {
        width: 28.57143%
    }

    .masonry-wrapper[data-col-sm="7"] .grid-item.extra-large {
        width: 100%
    }
}

@media (min-width:768px) {

    .masonry-wrapper[data-col-sm="8"] .grid-item,
    .masonry-wrapper[data-col-sm="8"] .grid-sizer {
        width: 12.5%
    }

    .masonry-wrapper[data-col-sm="8"] .grid-item.large,
    .masonry-wrapper[data-col-sm="8"] .grid-item.wide {
        width: 25%
    }

    .masonry-wrapper[data-col-sm="8"] .grid-item.extra-large {
        width: 100%
    }
}

@media (min-width:768px) {

    .masonry-wrapper[data-col-sm="9"] .grid-item,
    .masonry-wrapper[data-col-sm="9"] .grid-sizer {
        width: 11.11111%
    }

    .masonry-wrapper[data-col-sm="9"] .grid-item.large,
    .masonry-wrapper[data-col-sm="9"] .grid-item.wide {
        width: 22.22222%
    }

    .masonry-wrapper[data-col-sm="9"] .grid-item.extra-large {
        width: 100%
    }
}

@media (min-width:768px) {

    .masonry-wrapper[data-col-sm="10"] .grid-item,
    .masonry-wrapper[data-col-sm="10"] .grid-sizer {
        width: 10%
    }

    .masonry-wrapper[data-col-sm="10"] .grid-item.large,
    .masonry-wrapper[data-col-sm="10"] .grid-item.wide {
        width: 20%
    }

    .masonry-wrapper[data-col-sm="10"] .grid-item.extra-large {
        width: 100%
    }
}

@media (min-width:992px) {

    .masonry-wrapper[data-col-md="1"] .grid-item,
    .masonry-wrapper[data-col-md="1"] .grid-sizer {
        width: 100%
    }
}

@media (min-width:992px) {

    .masonry-wrapper[data-col-md="2"] .grid-item,
    .masonry-wrapper[data-col-md="2"] .grid-sizer {
        width: 50%
    }

    .masonry-wrapper[data-col-md="2"] .grid-item.large,
    .masonry-wrapper[data-col-md="2"] .grid-item.wide {
        width: 100%
    }

    .masonry-wrapper[data-col-md="2"] .grid-item.extra-large {
        width: 100%
    }
}

@media (min-width:992px) {

    .masonry-wrapper[data-col-md="3"] .grid-item,
    .masonry-wrapper[data-col-md="3"] .grid-sizer {
        width: 33.33333%
    }

    .masonry-wrapper[data-col-md="3"] .grid-item.large,
    .masonry-wrapper[data-col-md="3"] .grid-item.wide {
        width: 66.66667%
    }

    .masonry-wrapper[data-col-md="3"] .grid-item.extra-large {
        width: 100%
    }
}

@media (min-width:992px) {

    .masonry-wrapper[data-col-md="4"] .grid-item,
    .masonry-wrapper[data-col-md="4"] .grid-sizer {
        width: 25%
    }

    .masonry-wrapper[data-col-md="4"] .grid-item.large,
    .masonry-wrapper[data-col-md="4"] .grid-item.wide {
        width: 50%
    }

    .masonry-wrapper[data-col-md="4"] .grid-item.extra-large {
        width: 100%
    }
}

@media (min-width:992px) {

    .masonry-wrapper[data-col-md="5"] .grid-item,
    .masonry-wrapper[data-col-md="5"] .grid-sizer {
        width: 20%
    }

    .masonry-wrapper[data-col-md="5"] .grid-item.large,
    .masonry-wrapper[data-col-md="5"] .grid-item.wide {
        width: 40%
    }

    .masonry-wrapper[data-col-md="5"] .grid-item.extra-large {
        width: 100%
    }
}

@media (min-width:992px) {

    .masonry-wrapper[data-col-md="6"] .grid-item,
    .masonry-wrapper[data-col-md="6"] .grid-sizer {
        width: 16.66667%
    }

    .masonry-wrapper[data-col-md="6"] .grid-item.large,
    .masonry-wrapper[data-col-md="6"] .grid-item.wide {
        width: 33.33333%
    }

    .masonry-wrapper[data-col-md="6"] .grid-item.extra-large {
        width: 100%
    }
}

@media (min-width:992px) {

    .masonry-wrapper[data-col-md="7"] .grid-item,
    .masonry-wrapper[data-col-md="7"] .grid-sizer {
        width: 14.28571%
    }

    .masonry-wrapper[data-col-md="7"] .grid-item.large,
    .masonry-wrapper[data-col-md="7"] .grid-item.wide {
        width: 28.57143%
    }

    .masonry-wrapper[data-col-md="7"] .grid-item.extra-large {
        width: 100%
    }
}

@media (min-width:992px) {

    .masonry-wrapper[data-col-md="8"] .grid-item,
    .masonry-wrapper[data-col-md="8"] .grid-sizer {
        width: 12.5%
    }

    .masonry-wrapper[data-col-md="8"] .grid-item.large,
    .masonry-wrapper[data-col-md="8"] .grid-item.wide {
        width: 25%
    }

    .masonry-wrapper[data-col-md="8"] .grid-item.extra-large {
        width: 100%
    }
}

@media (min-width:992px) {

    .masonry-wrapper[data-col-md="9"] .grid-item,
    .masonry-wrapper[data-col-md="9"] .grid-sizer {
        width: 11.11111%
    }

    .masonry-wrapper[data-col-md="9"] .grid-item.large,
    .masonry-wrapper[data-col-md="9"] .grid-item.wide {
        width: 22.22222%
    }

    .masonry-wrapper[data-col-md="9"] .grid-item.extra-large {
        width: 100%
    }
}

@media (min-width:992px) {

    .masonry-wrapper[data-col-md="10"] .grid-item,
    .masonry-wrapper[data-col-md="10"] .grid-sizer {
        width: 10%
    }

    .masonry-wrapper[data-col-md="10"] .grid-item.large,
    .masonry-wrapper[data-col-md="10"] .grid-item.wide {
        width: 20%
    }

    .masonry-wrapper[data-col-md="10"] .grid-item.extra-large {
        width: 100%
    }
}

@media (min-width:1200px) {

    .masonry-wrapper[data-col-lg="1"] .grid-item,
    .masonry-wrapper[data-col-lg="1"] .grid-sizer {
        width: 100%
    }
}

@media (min-width:1200px) {

    .masonry-wrapper[data-col-lg="2"] .grid-item,
    .masonry-wrapper[data-col-lg="2"] .grid-sizer {
        width: 50%
    }

    .masonry-wrapper[data-col-lg="2"] .grid-item.large,
    .masonry-wrapper[data-col-lg="2"] .grid-item.wide {
        width: 100%
    }

    .masonry-wrapper[data-col-lg="2"] .grid-item.extra-large {
        width: 100%
    }
}

@media (min-width:1200px) {

    .masonry-wrapper[data-col-lg="3"] .grid-item,
    .masonry-wrapper[data-col-lg="3"] .grid-sizer {
        width: 33.33333%
    }

    .masonry-wrapper[data-col-lg="3"] .grid-item.large,
    .masonry-wrapper[data-col-lg="3"] .grid-item.wide {
        width: 66.66667%
    }

    .masonry-wrapper[data-col-lg="3"] .grid-item.extra-large {
        width: 100%
    }
}

@media (min-width:1200px) {

    .masonry-wrapper[data-col-lg="4"] .grid-item,
    .masonry-wrapper[data-col-lg="4"] .grid-sizer {
        width: 25%
    }

    .masonry-wrapper[data-col-lg="4"] .grid-item.large,
    .masonry-wrapper[data-col-lg="4"] .grid-item.wide {
        width: 50%
    }

    .masonry-wrapper[data-col-lg="4"] .grid-item.extra-large {
        width: 100%
    }
}

@media (min-width:1200px) {

    .masonry-wrapper[data-col-lg="5"] .grid-item,
    .masonry-wrapper[data-col-lg="5"] .grid-sizer {
        width: 20%
    }

    .masonry-wrapper[data-col-lg="5"] .grid-item.large,
    .masonry-wrapper[data-col-lg="5"] .grid-item.wide {
        width: 40%
    }

    .masonry-wrapper[data-col-lg="5"] .grid-item.extra-large {
        width: 100%
    }
}

@media (min-width:1200px) {

    .masonry-wrapper[data-col-lg="6"] .grid-item,
    .masonry-wrapper[data-col-lg="6"] .grid-sizer {
        width: 16.66667%
    }

    .masonry-wrapper[data-col-lg="6"] .grid-item.large,
    .masonry-wrapper[data-col-lg="6"] .grid-item.wide {
        width: 33.33333%
    }

    .masonry-wrapper[data-col-lg="6"] .grid-item.extra-large {
        width: 100%
    }
}

@media (min-width:1200px) {

    .masonry-wrapper[data-col-lg="7"] .grid-item,
    .masonry-wrapper[data-col-lg="7"] .grid-sizer {
        width: 14.28571%
    }

    .masonry-wrapper[data-col-lg="7"] .grid-item.large,
    .masonry-wrapper[data-col-lg="7"] .grid-item.wide {
        width: 28.57143%
    }

    .masonry-wrapper[data-col-lg="7"] .grid-item.extra-large {
        width: 100%
    }
}

@media (min-width:1200px) {

    .masonry-wrapper[data-col-lg="8"] .grid-item,
    .masonry-wrapper[data-col-lg="8"] .grid-sizer {
        width: 12.5%
    }

    .masonry-wrapper[data-col-lg="8"] .grid-item.large,
    .masonry-wrapper[data-col-lg="8"] .grid-item.wide {
        width: 25%
    }

    .masonry-wrapper[data-col-lg="8"] .grid-item.extra-large {
        width: 100%
    }
}

@media (min-width:1200px) {

    .masonry-wrapper[data-col-lg="9"] .grid-item,
    .masonry-wrapper[data-col-lg="9"] .grid-sizer {
        width: 11.11111%
    }

    .masonry-wrapper[data-col-lg="9"] .grid-item.large,
    .masonry-wrapper[data-col-lg="9"] .grid-item.wide {
        width: 22.22222%
    }

    .masonry-wrapper[data-col-lg="9"] .grid-item.extra-large {
        width: 100%
    }
}

@media (min-width:1200px) {

    .masonry-wrapper[data-col-lg="10"] .grid-item,
    .masonry-wrapper[data-col-lg="10"] .grid-sizer {
        width: 10%
    }

    .masonry-wrapper[data-col-lg="10"] .grid-item.large,
    .masonry-wrapper[data-col-lg="10"] .grid-item.wide {
        width: 20%
    }

    .masonry-wrapper[data-col-lg="10"] .grid-item.extra-large {
        width: 100%
    }
}

.masonry-wrapper[data-gap="5"] {
    margin: -3px
}

.masonry-wrapper[data-gap="5"] .grid-item .grid-item__content-wrapper {
    margin: 3px;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px
}

.masonry-wrapper[data-gap="10"] {
    margin: -5px
}

.masonry-wrapper[data-gap="10"] .grid-item .grid-item__content-wrapper {
    margin: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px
}

.masonry-wrapper[data-gap="15"] {
    margin: -8px
}

.masonry-wrapper[data-gap="15"] .grid-item .grid-item__content-wrapper {
    margin: 8px;
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px
}

.masonry-wrapper[data-gap="20"] {
    margin: -10px
}

.masonry-wrapper[data-gap="20"] .grid-item .grid-item__content-wrapper {
    margin: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px
}

.masonry-wrapper[data-gap="25"] {
    margin: -13px
}

.masonry-wrapper[data-gap="25"] .grid-item .grid-item__content-wrapper {
    margin: 13px;
    top: 13px;
    right: 13px;
    bottom: 13px;
    left: 13px
}

.masonry-wrapper[data-gap="30"] {
    margin: -15px
}

.masonry-wrapper[data-gap="30"] .grid-item .grid-item__content-wrapper {
    margin: 15px;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button,
input,
select,
textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: 700
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

* {
    font-family: "Work Sans", sans-serif;
    font-weight: 400
}

html {
    font-size: 62.5%
}

body {
    font-size: 14px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    color: #000;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700
}

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

h1 {
    font-size: 48px
}

h2 {
    font-size: 36px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 12px
}

p {
    font-size: 1.4rem;
    line-height: 1.6em;
    color: #666
}

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

a {
    position: relative;
    color: inherit;
    text-decoration: none;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

a:hover {
    color: #70bcd9
}

a,
button,
input,
select,
textarea {
    outline: 0
}

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

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

img {
    max-width: 100%
}

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

figure {
    margin: 0
}

.ps-document ol,
.ps-document ul {
    margin-bottom: 10px
}

.ps-document ol ol,
.ps-document ol ul,
.ps-document ul ol,
.ps-document ul ul {
    margin-bottom: 0
}

.ps-document ol li,
.ps-document ul li {
    color: #666;
    font-size: 14px;
    line-height: 1.6em
}

.ps-document h5 {
    font-size: 16px;
    font-weight: 600
}

.ps-document p {
    margin-bottom: 4rem;
    line-height: 1.8em;
    color: #666
}

.ps-document p i {
    font-family: "Libre Baskerville", serif
}

.ps-document p strong {
    font-weight: 600;
    color: #666
}

.ps-document p strong i {
    font-weight: 400;
    color: #000
}

.ps-document blockquote {
    position: relative;
    margin-bottom: 3rem;
    padding: 3rem 2rem;
    padding-left: 6rem;
    background-color: #f1f1f1
}

.ps-document blockquote:before {
    content: "“";
    position: absolute;
    top: 10px;
    left: 30px;
    font-family: "Libre Baskerville", serif;
    font-size: 5rem;
    color: #666
}

.ps-document blockquote p {
    margin-bottom: 0;
    font-family: "Libre Baskerville", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
    color: #666;
    font-style: italic
}

.ps-document .ps-document__heading {
    position: relative;
    display: block;
    margin-bottom: 30px;
    text-align: center
}

.ps-document .ps-document__heading h4 {
    display: inline-block;
    padding: 0 3rem;
    margin-bottom: 0;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: .05em;
    background-color: #fff
}

.ps-document .ps-document__heading:before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ebebeb;
    z-index: -1
}

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

.ps-heading {
    margin-bottom: 1.5rem;
    font-size: 3.6rem;
    color: #000;
    font-weight: 600;
    line-height: 1.4em
}

.ps-heading--2 {
    font-size: 2.4rem
}

@media (max-width:767px) {
    .ps-heading {
        font-size: 2.4rem
    }
}

.ps-blockquote {
    border-left: 4px solid #70bcd9;
    padding-left: 60px
}

.ps-blockquote p {
    font-family: "Libre Baskerville", serif;
    font-size: 26px;
    font-weight: 400;
    color: #000
}

.ps-blockquote span {
    font-weight: 600;
    color: #000
}

.ps-tag {
    font-weight: 600
}

.ps-tag--in-stock {
    color: #690
}

.ps-tag--out-stock {
    color: #000
}

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

.ps-row {
    margin: 0 -15px
}

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

.ps-row .ps-column {
    float: left;
    width: 20%;
    padding: 0 15px
}

@media (max-width:1600px) {
    .ps-row .ps-column {
        width: 25%
    }
}

@media (max-width:991px) {
    .ps-row .ps-column {
        width: calc(100% / 3)
    }
}

@media (max-width:767px) {
    .ps-row .ps-column {
        width: calc(100% / 2)
    }
}

@media (max-width:479px) {
    .ps-row .ps-column {
        width: 100%
    }
}

@media (max-width:767px) {
    .ps-col-tiny .col-xs-12 {
        width: 50%
    }
}

@media (max-width:479px) {
    .ps-col-tiny .col-xs-12 {
        width: 100%
    }
}

body {
    overflow-x: hidden
}

.ps-container {
    max-width: 1650px;
    margin: 0 auto;
    padding: 0 15px
}

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

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

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

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

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

.ps-list--social li a {
    display: inline-block;
    font-size: 18px;
    color: #666
}

.ps-list--social li a:hover {
    color: #70bcd9
}

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

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

.ps-list--social li a.google-plus i {
    color: red
}

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

.ps-list--pricing li {
    position: relative;
    padding: 1.5rem 2rem;
    background-color: #fff;
    vertical-align: top;
    color: #000
}

.ps-list--pricing li:after {
    clear: both;
    content: "";
    display: table
}

.ps-list--pricing li span {
    float: right;
    vertical-align: top
}

.ps-list--pricing li:nth-child(2n) {
    background-color: #f7f4ee
}

.ps-list--checked li {
    margin-bottom: 20px
}

.ps-list--checked li a {
    position: relative;
    display: block;
    padding-left: 30px;
    font-size: 14px;
    color: #313131
}

.ps-list--checked li a:before {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 20px;
    height: 20px;
    border: solid 1px #8d8d8d;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.ps-list--checked li a:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 8px;
    color: #fff;
    width: 6px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    visibility: hidden;
    opacity: 0
}

.ps-list--checked li a:hover:before {
    background-color: #70bcd9;
    border-color: #70bcd9
}

.ps-list--checked li a:hover:after {
    visibility: visible;
    opacity: 1
}

.ps-list--checked li.current a:before {
    background-color: #70bcd9;
    border-color: #70bcd9
}

.ps-list--checked li.current a:after {
    visibility: visible;
    opacity: 1
}

.ps-list--checked.ps-list--checked-circle li a:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.ps-list--checked.ps-list--checked-circle li a:hover:before {
    background-color: #a7a7a7;
    border-color: #a7a7a7
}

.ps-list--arrow a {
    position: relative;
    display: block;
    padding-left: 15px;
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    letter-spacing: .5px;
    color: #626262
}

.ps-list--arrow a:before {
    content: "\f0da";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    font-family: FontAwesome
}

.ps-list--arrow a:hover {
    color: #70bcd9
}

.ps-list--arrow a:hover .circle {
    background-color: #222;
    border-color: #222
}

.ps-list--arrow a:hover .circle:before {
    color: #fff;
    visibility: visible;
    opacity: 1
}

.ps-list--arrow li {
    margin-bottom: 20px
}

.ps-list--arrow li.current a {
    color: #222
}

.ps-list--arrow li.current .circle {
    background-color: #222
}

.ps-list--arrow li.current .circle:before {
    visibility: visible;
    opacity: 1;
    color: #fff
}

.ps-list--dot {
    margin: 0;
    padding: 0;
    margin-bottom: 2rem;
    list-style-type: none
}

.ps-list--dot li {
    margin-bottom: 1rem;
    position: relative;
    padding-left: 20px;
    font-size: 1.4rem;
    color: #000;
    line-height: 20px
}

.ps-list--dot li:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

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

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

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

.ps-list--link li {
    display: block;
    padding: 4px 0
}

.ps-list--link li a {
    display: inline-block;
    color: #666;
    line-height: 20px;
    position: relative
}

.ps-list--link li a:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    -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 .4s cubic-bezier(.7, 0, .3, 1);
    transition: -webkit-transform .4s cubic-bezier(.7, 0, .3, 1);
    -o-transition: transform .4s cubic-bezier(.7, 0, .3, 1);
    transition: transform .4s cubic-bezier(.7, 0, .3, 1);
    transition: transform .4s cubic-bezier(.7, 0, .3, 1), -webkit-transform .4s cubic-bezier(.7, 0, .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%
}

.ps-list--link li a:hover: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: scale3d(1, 1, 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%
}

.ps-list--categories li {
    position: relative;
    padding: 6px 20px 6px 0
}

.ps-list--categories li a {
    display: block;
    line-height: 22px
}

.ps-list--categories li .sub-toggle {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px
}

.ps-list--categories li .sub-toggle i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.ps-list--categories li .sub-toggle i:before {
    content: "\e93a";
    font-family: Linearicons !important
}

.ps-list--categories li .sub-toggle:after,
.ps-list--categories li .sub-toggle:before {
    display: none
}

.ps-list--categories li .sub-menu {
    position: relative;
    padding-left: 20px;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
    background-color: transparent;
    border: none;
    display: none
}

.ps-list--categories li .sub-menu li a {
    background-color: transparent;
    padding: 0;
    border: none
}

.ps-list--categories li .sub-menu li.menu-item-has-children .sub-toggle {
    display: inline-block
}

.ps-list--categories li .sub-menu li.menu-item-has-children .sub-menu {
    position: relative;
    top: 0;
    left: 0;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.ps-list--blog-links {
    display: block;
    text-align: center
}

.ps-list--blog-links li {
    display: inline-block;
    margin-right: 20px
}

.ps-list--blog-links li a {
    font-size: 18px;
    font-weight: 600;
    color: #999;
    line-height: 1.2em
}

.ps-list--blog-links li a:hover {
    color: #000
}

.ps-list--blog-links li:last-child {
    margin-right: 0
}

.ps-list--blog-links li.active a {
    color: #000
}

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

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

.ps-list--social-color li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    width: 38px;
    height: 38px;
    color: #fff
}

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

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

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

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

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

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

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

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

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

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

button {
    cursor: pointer;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.menu-toggle,
.ps-btn--hamburger {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

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

.menu-toggle span,
.ps-btn--hamburger span {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.menu-toggle:after,
.menu-toggle:before,
.ps-btn--hamburger:after,
.ps-btn--hamburger:before {
    content: ''
}

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

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

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

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

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

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

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

@media (max-width:1199px) {

    .menu-toggle,
    .ps-btn--hamburger {
        display: inline-block
    }
}

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

.ps-btn--rounded,
button.ps-btn--rounded {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px
}

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

.ps-btn--outline,
button.ps-btn--outline {
    border: 2px solid #70bcd9;
    color: #70bcd9;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    font-weight: 500
}

.ps-btn--outline:hover,
button.ps-btn--outline:hover {
    color: #fff;
    background-color: #70bcd9
}

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

.ps-btn--sm,
button.ps-btn--sm {
    padding: .5rem 2rem;
    font-size: 1.2rem
}

.ps-btn--sm.ps-btn--curve,
button.ps-btn--sm.ps-btn--curve {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px
}

.ps-btn--lg,
button.ps-btn--lg {
    padding: 1.5rem 4rem
}

.ps-btn--xl,
button.ps-btn--xl {
    padding: 2rem 6rem;
    font-size: 1.6rem
}

.ps-btn.ps-btn--reverse,
button.ps-btn.ps-btn--reverse {
    background-color: #576391
}

.ps-btn.ps-btn--reverse:hover,
button.ps-btn.ps-btn--reverse:hover {
    background-color: #222
}

.ps-btn.ps-btn--gray,
button.ps-btn.ps-btn--gray {
    background-color: #e5e5e5;
    color: #000;
    font-size: 1.6rem
}

.ps-btn.ps-btn--black,
button.ps-btn.ps-btn--black {
    background-color: #000
}

.ps-btn.ps-btn--black.ps-btn--outline,
button.ps-btn.ps-btn--black.ps-btn--outline {
    background-color: transparent;
    border: 2px solid #000;
    color: #000
}

.ps-btn.ps-btn--black.ps-btn--outline:hover,
button.ps-btn.ps-btn--black.ps-btn--outline:hover {
    background-color: #000;
    color: #fff
}

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

.ps-btn:active.ps-btn--black,
.ps-btn:hover.ps-btn--black,
button.ps-btn:active.ps-btn--black,
button.ps-btn:hover.ps-btn--black {
    background-color: #70bcd9
}

.ps-btn--favorite {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    border: none;
    font-size: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    vertical-align: top
}

.ps-btn--favorite i {
    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%);
    color: #000;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.ps-btn--favorite:hover i {
    color: #222
}

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

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

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

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

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

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

#back2top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
    z-index: 10000;
    background-color: transparent;
    border: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    display: none
}

#back2top i {
    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%);
    color: #000;
    z-index: 10001;
    font-size: 30px
}

#back2top:hover {
    cursor: pointer;
    background-color: #e6e6e6
}

#back2top.active {
    bottom: 30px;
    visibility: visible;
    opacity: 1
}

@media (max-width:1199px) {
    #back2top {
        display: none
    }
}

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

.form-control::-webkit-input-placeholder {
    opacity: 1
}

.form-control::-moz-placeholder {
    opacity: 1
}

.form-control:-moz-placeholder {
    opacity: 1
}

.form-control:-ms-input-placeholder {
    opacity: 1
}

.form-control:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 #000;
    box-shadow: 0 0 0 #000;
    border-color: #70bcd9
}

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

.ps-input--has-icon {
    position: relative
}

.ps-input--has-icon>i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px
}

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

.ps-select .selectize-input {
    vertical-align: top
}

.ps-number {
    position: relative
}

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

.ps-number span:before {
    font-family: FontAwesome;
    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%);
    color: #000
}

.ps-number span.up {
    border-bottom: 1px solid #979797
}

.ps-number span.up:before {
    content: "\f106"
}

.ps-number span.down {
    top: auto;
    bottom: 0
}

.ps-number span.down:before {
    content: "\f107"
}

.ps-number span:hover {
    cursor: pointer;
    background-color: #70bcd9
}

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

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

.ps-checkbox>input {
    position: absolute;
    visibility: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.ps-checkbox label {
    margin-bottom: 0;
    position: relative;
    padding-left: 30px;
    font-family: "Work Sans", sans-serif;
    color: rgba(0, 0, 0, .5);
    font-weight: 400;
    cursor: pointer
}

.ps-checkbox label:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    width: 20px;
    z-index: 10;
    border: 1px solid #000;
    -webkit-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: 2px solid #fff;
    border-top: none;
    border-left: none;
    z-index: 10;
    opacity: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

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

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

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

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

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

.ps-checkbox--color>label:before {
    width: 20px;
    height: 20px;
    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%);
    border: none;
    border-radius: 50%
}

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

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

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

.ps-checkbox--color.color-1 label:before {
    background-color: #000
}

.ps-checkbox--color.color-1 input[type=checkbox]:checked~label:before {
    background-color: #000;
    border: 2px solid rgba(0, 0, 0, .2)
}

.ps-checkbox--color.color-2 label:before {
    background-color: #709abf
}

.ps-checkbox--color.color-2 input[type=checkbox]:checked~label:before {
    background-color: #709abf;
    border: 2px solid rgba(0, 0, 0, .2)
}

.ps-checkbox--color.color-3 label:before {
    background-color: #ad8111
}

.ps-checkbox--color.color-3 input[type=checkbox]:checked~label:before {
    background-color: #ad8111;
    border: 2px solid rgba(0, 0, 0, .2)
}

.ps-checkbox--color.color-4 label:before {
    background-color: #57d6db
}

.ps-checkbox--color.color-4 input[type=checkbox]:checked~label:before {
    background-color: #57d6db;
    border: 2px solid rgba(0, 0, 0, .2)
}

.ps-checkbox--color.color-5 label:before {
    background-color: #e5ac10
}

.ps-checkbox--color.color-5 input[type=checkbox]:checked~label:before {
    background-color: #e5ac10;
    border: 2px solid rgba(0, 0, 0, .2)
}

.ps-checkbox--color.color-6 label:before {
    background-color: #8ce84a
}

.ps-checkbox--color.color-6 input[type=checkbox]:checked~label:before {
    background-color: #8ce84a;
    border: 2px solid rgba(0, 0, 0, .2)
}

.ps-checkbox--color.color-7 label:before {
    background-color: #c9c9c9
}

.ps-checkbox--color.color-7 input[type=checkbox]:checked~label:before {
    background-color: #c9c9c9;
    border: 2px solid rgba(0, 0, 0, .2)
}

.ps-checkbox--color.color-8 label:before {
    background-color: #e664ef
}

.ps-checkbox--color.color-8 input[type=checkbox]:checked~label:before {
    background-color: #e664ef;
    border: 2px solid rgba(0, 0, 0, .2)
}

.ps-checkbox--color.color-8 label:before {
    background-color: #9d58e2
}

.ps-checkbox--color.color-8 input[type=checkbox]:checked~label:before {
    background-color: #9d58e2;
    border: 2px solid rgba(0, 0, 0, .2)
}

.ps-checkbox--color.color-8 label:before {
    background-color: #fff
}

.ps-checkbox--color.color-8 input[type=checkbox]:checked~label:before {
    background-color: #fff;
    border: 2px solid rgba(0, 0, 0, .2)
}

.ps-checkbox.color-sidebar>label:before {
    width: 26px;
    height: 26px;
    border: 1px solid #ddd
}

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

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

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

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

.ps-radio {
    position: relative
}

.ps-radio>input {
    position: absolute;
    visibility: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

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

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

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

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

.ps-radio input[type=radio]:checked~label:after {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1
}

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

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

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

.ps-radio--color>label:before {
    width: 16px;
    height: 16px;
    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%);
    border: none
}

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

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

.ps-radio--color.color-1 label:before {
    background-color: #35dccb
}

.ps-radio--color.color-1 input[type=radio]:checked~label {
    background-color: rgba(53, 220, 203, .5)
}

.ps-radio--color.color-1 input[type=radio]:checked~label:before {
    background-color: #21bdad
}

.ps-radio--color.color-2 label:before {
    background-color: #fec6df
}

.ps-radio--color.color-2 input[type=radio]:checked~label {
    background-color: rgba(254, 198, 223, .5)
}

.ps-radio--color.color-2 input[type=radio]:checked~label:before {
    background-color: #fd94c3
}

.ps-radio--color.color-3 label:before {
    background-color: #ffd980
}

.ps-radio--color.color-3 input[type=radio]:checked~label {
    background-color: rgba(255, 217, 128, .5)
}

.ps-radio--color.color-3 input[type=radio]:checked~label:before {
    background-color: #ffca4d
}

.ps-color {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px
}

.ps-color--1 {
    background-color: #000
}

.ps-color--2 {
    background-color: #ad4d4b
}

.ps-color--3 {
    background-color: #fdb201
}

.ps-color:last-child {
    margin-right: 0
}

.tooltip .tooltip-inner {
    font-size: 14px
}

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

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

.form-group--inline {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center
}

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

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

@media (max-width:1199px) {
    .form-group--inline {
        padding-left: 0
    }

    .form-group--inline label {
        position: static;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    .form-group--inline.textarea label {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

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

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

.form-group--number button {
    background: 0 0;
    border: none;
    background-color: transparent;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    max-width: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-size: 20px;
    line-height: 1em
}

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

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

.form-group--number .form-control {
    border: 1px solid #ccc;
    height: 40px;
    padding: 0 25px;
    text-align: center;
    font-size: 14px;
    color: #000;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    background-color: transparent
}

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

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

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

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

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

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

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

.form-group--nest {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

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

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

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

.form-group--icon i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px
}

.form-group--icon i:before {
    font-size: 10px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ps-variant.ps-variant--size .ps-variant__size {
    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%);
    color: #999;
    font-weight: 600
}

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

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

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

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

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

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

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

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

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

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

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

.select2 {
    display: block
}

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

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

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

.select2 .select2-selection--single .select2-selection__arrow:before {
    content: '\f107';
    font-family: FontAwesome;
    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%)
}

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

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

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

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

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

.select2-container .select2-dropdown {
    border-color: #ccc
}

.select2-container .select2-results li {
    color: #93969a
}

.slimScrollBar,
.slimScrollRail {
    border-radius: 0 !important
}

.slimScrollBar {
    opacity: 1 !important;
    background-color: #222 !important
}

.ps-progress {
    position: relative
}

.ps-progress span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    height: 100%
}

.ps-post {
    margin-bottom: 30px
}

.ps-post .ps-post__badge {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000
}

.ps-post .ps-post__badge i {
    color: #fff;
    font-size: 20px
}

.ps-post .ps-post__thumbnail {
    position: relative
}

.ps-post .ps-post__thumbnail img {
    width: 100%
}

.ps-post .ps-post__thumbnail .ps-post__badge {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 20
}

.ps-post .ps-post__thumbnail .ps-post__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10
}

.ps-post .ps-post__thumbnail:hover .ps-post__overlay {
    background-color: rgba(255, 255, 255, .25)
}

.ps-post .ps-post__meta {
    display: block;
    margin-bottom: 20px
}

.ps-post .ps-post__meta a {
    margin-right: 10px
}

.ps-post .ps-post__title {
    display: block;
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 600
}

.ps-post .ps-post__content {
    padding-top: 20px
}

.ps-post .ps-post__content p {
    color: #999
}

.ps-post .ps-post__content p a {
    color: #000
}

.ps-post .ps-post__content p a:hover {
    color: #70bcd9
}

.ps-post--small-thumbnail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

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

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

.ps-post--small-thumbnail .ps-post__meta {
    margin-bottom: 10px
}

.ps-post--small-thumbnail .ps-post__meta a:after {
    content: ','
}

.ps-post--small-thumbnail .ps-post__meta a:last-child:after {
    display: none
}

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

.ps-post--small-thumbnail .ps-post__bottom {
    padding-top: 10px;
    border-top: 1px solid #e1e1e1
}

.ps-post--small-thumbnail .ps-post__content {
    padding-top: 0;
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:767px) {
    .ps-post--small-thumbnail {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap
    }

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

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

    .ps-post--small-thumbnail .ps-post__bottom {
        margin-top: 10px
    }
}

.ps-post--horizontal {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.ps-post--horizontal .ps-post__thumbnail {
    width: 100%;
    max-width: calc(100% - 400px)
}

.ps-post--horizontal .ps-post__thumbnail img {
    width: 100%
}

.ps-post--horizontal .ps-post__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 400px;
    background-color: #f2f2f2;
    padding: 60px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:991px) {
    .ps-post--horizontal {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .ps-post--horizontal .ps-post__thumbnail {
        max-width: 100%
    }

    .ps-post--horizontal .ps-post__content {
        max-width: 100%
    }
}

@media (max-width:767px) {
    .ps-post--horizontal .ps-post__content {
        padding: 40px 30px
    }
}

@media (max-width:479px) {
    .ps-post--horizontal .ps-post__content {
        padding: 30px 20px
    }
}

.ps-post--detail .ps-post__header {
    padding-top: 110px;
    padding-bottom: 90px;
    text-align: center
}

.ps-post--detail .ps-post__header h1 {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 1.2em
}

.ps-post--detail .ps-post__header p {
    font-size: 16px;
    color: #666
}

.ps-post--detail .ps-post__header p a {
    margin-left: 10px
}

.ps-post--detail .ps-post__header p a:after {
    content: ','
}

.ps-post--detail .ps-post__header p a:last-child:after {
    display: none
}

.ps-post--detail .ps-post__header p a:hover {
    color: #70bcd9
}

.ps-post--detail .ps-post__content {
    padding: 85px 0;
    max-width: 960px;
    margin: 0 auto
}

.ps-post--detail .ps-post__content h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 1.4em
}

.ps-post--detail .ps-post__content p {
    margin-bottom: 20px
}

.ps-post--detail .ps-post__content p strong {
    color: #000;
    font-weight: 600
}

.ps-post--detail .ps-post__content ul li {
    line-height: 1.8em;
    color: #666
}

.ps-post--detail .ps-post__content .ps-blockquote {
    margin-bottom: 30px
}

.ps-post--detail .ps-post__footer {
    padding-bottom: 85px;
    text-align: center
}

.ps-post--detail .ps-post__tags {
    margin-bottom: 30px;
    font-weight: 600;
    color: #000
}

.ps-post--detail .ps-post__tags a {
    margin-left: 10px;
    color: #666
}

.ps-post--detail .ps-post__tags a:after {
    content: ','
}

.ps-post--detail .ps-post__tags a:last-child:after {
    content: ''
}

.ps-post--detail .ps-post__tags a:hover {
    color: #70bcd9
}

.ps-post--detail .ps-post__social {
    text-align: center
}

.ps-post--detail .ps-post__social a {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 45px;
    margin-right: 10px;
    vertical-align: top
}

.ps-post--detail .ps-post__social a i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-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;
    color: #fff
}

.ps-post--detail .ps-post__social a:last-child {
    margin-right: 0
}

.ps-post--detail .ps-post__social a.facebook {
    background-color: #3b5999
}

.ps-post--detail .ps-post__social a.twitter {
    background-color: #55acee
}

.ps-post--detail .ps-post__social a.google {
    background-color: #dd4b39
}

.ps-post--detail .ps-post__social a.linkedin {
    background-color: #0077b5
}

.ps-post--detail .ps-post__social a.pinterest {
    background-color: #bd081c
}

.ps-post--detail.sidebar .ps-post__header {
    padding: 0 0 30px;
    text-align: left
}

@media (max-width:991px) {
    .ps-post--detail .ps-post__header {
        padding: 90px 0
    }

    .ps-post--detail .ps-post__header h1 {
        font-size: 36px
    }

    .ps-post--detail .ps-post__header p {
        font-size: 14px
    }
}

@media (max-width:767px) {
    .ps-post--detail .ps-post__header {
        padding: 60px 0
    }

    .ps-post--detail .ps-post__header h1 {
        font-size: 32px
    }

    .ps-post--detail .ps-post__header h1 br {
        display: none
    }
}

@media (max-width:479px) {
    .ps-post--detail .ps-post__header {
        padding: 45px 0
    }

    .ps-post--detail .ps-post__header h1 {
        font-size: 24px
    }
}

.ps-post--parallax .ps-post__header {
    position: relative;
    z-index: 10;
    padding: 180px 0;
    text-align: center
}

.ps-post--parallax .ps-post__header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    z-index: -1;
    background-color: rgba(0, 0, 0, .25)
}

.ps-post--parallax .ps-post__header h4 {
    margin-bottom: 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600
}

.ps-post--parallax .ps-post__header h1 {
    margin-bottom: 20px;
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.3em
}

.ps-post--parallax .ps-post__header p {
    color: #fff;
    font-size: 16px
}

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

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

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

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

.pagination li>a:hover {
    color: #000;
    background-color: #70bcd9
}

.pagination li.active {
    border: none
}

.pagination li.active a {
    background-color: #70bcd9;
    color: #000
}

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

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

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

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

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

.ps-breadcrumb {
    padding: 20px 0;
    background-color: #f1f1f1
}

.ps-breadcrumb .breadcrumb {
    display: inline-block;
    margin: 0;
    padding: 0;
    background-color: transparent
}

.ps-breadcrumb .breadcrumb li {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #000
}

.ps-breadcrumb .breadcrumb li:before {
    content: "/";
    margin: 0 5px
}

.ps-breadcrumb .breadcrumb li:first-child {
    padding-left: 0
}

.ps-breadcrumb .breadcrumb li:first-child:before {
    display: none
}

.ps-breadcrumb .breadcrumb a {
    line-height: 20px;
    color: #09c
}

.ps-breadcrumb .breadcrumb a:hover {
    color: #70bcd9
}

.ps-breadcrumb .breadcrumb a i {
    margin-right: 5px
}

@media (max-width:991px) {
    .ps-breadcrumb {
        position: relative
    }

    .ps-breadcrumb .breadcrumb li {
        font-size: 12px
    }

    .ps-breadcrumb .breadcrumb a {
        font-size: 12px
    }
}

.ps-breadcrumb--2 {
    text-align: center
}

.ps-breadcrumb--2 .breadcrumb {
    display: inline-block;
    margin: 0;
    padding: 0;
    background-color: transparent
}

.ps-breadcrumb--2 .breadcrumb li {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #70bcd9
}

.ps-breadcrumb--2 .breadcrumb li:before {
    content: "/";
    margin: 0 5px
}

.ps-breadcrumb--2 .breadcrumb li:first-child {
    padding-left: 0
}

.ps-breadcrumb--2 .breadcrumb li:first-child:before {
    display: none
}

.ps-breadcrumb--2 .breadcrumb a {
    line-height: 20px;
    color: #000
}

.ps-breadcrumb--2 .breadcrumb a:hover {
    color: #70bcd9
}

.ps-breadcrumb--2 .breadcrumb a i {
    margin-right: 5px
}

.ps-block--download-app {
    background-color: #f8f8f8;
    padding: 80px 0 0
}

.ps-block--download-app h3 {
    margin-bottom: 12px;
    font-size: 30px;
    font-weight: 300;
    margin-top: 0
}

.ps-block--download-app p {
    margin-bottom: 30px;
    font-size: 16px;
    max-width: 480px
}

.ps-block--download-app form {
    margin-bottom: 30px;
    max-width: 480px
}

.ps-block--download-app form input {
    background-color: #fff
}

.ps-block--download-app .download-link a {
    margin-right: 18px
}

.ps-block--download-app .download-link a:last-child {
    margin-right: 0
}

@media (max-width:991px) {
    .ps-block--download-app .ps-block__thumbnail {
        margin-bottom: 30px
    }
}

@media (max-width:479px) {
    .ps-block--download-app h3 {
        font-size: 20px
    }

    .ps-block--download-app p {
        font-size: 14px
    }

    .ps-block--download-app .download-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap
    }

    .ps-block--download-app .download-link a {
        width: 100%
    }
}

.ps-block--category {
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #bfbfbf;
    text-align: center;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.ps-block--category a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10
}

.ps-block--category p {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 500
}

.ps-block--category:hover {
    border-color: #70bcd9
}

.ps-block--category:hover p {
    color: #09c
}

@media (max-width:479px) {
    .ps-block--category {
        padding: 20px 10px
    }
}

.ps-block--category-vertical h4 {
    font-weight: 400;
    font-size: 18px
}

.ps-block--category-vertical .ps-block__content {
    padding: 18px 10px 15px
}

.ps-block--category-vertical .ps-block__content ul li a {
    position: relative;
    display: inline-block;
    color: #666;
    line-height: 25px;
    position: relative
}

.ps-block--category-vertical .ps-block__content ul li a:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    -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 .4s cubic-bezier(.7, 0, .3, 1);
    transition: -webkit-transform .4s cubic-bezier(.7, 0, .3, 1);
    -o-transition: transform .4s cubic-bezier(.7, 0, .3, 1);
    transition: transform .4s cubic-bezier(.7, 0, .3, 1);
    transition: transform .4s cubic-bezier(.7, 0, .3, 1), -webkit-transform .4s cubic-bezier(.7, 0, .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%
}

.ps-block--category-vertical .ps-block__content ul li a:hover: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: scale3d(1, 1, 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%
}

.ps-block--category-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    border: 1px solid #bfbfbf;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.ps-block--category-2 h4 {
    font-weight: 400;
    font-size: 18px
}

.ps-block--category-2 .more i {
    padding-left: 6px
}

.ps-block--category-2 .ps-block__thumbnail {
    max-width: 175px
}

.ps-block--category-2 .ps-block__content {
    padding: 18px 10px 15px
}

.ps-block--category-2 .ps-block__content ul li a {
    position: relative;
    display: inline-block;
    color: #666;
    line-height: 25px;
    position: relative
}

.ps-block--category-2 .ps-block__content ul li a:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    -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 .4s cubic-bezier(.7, 0, .3, 1);
    transition: -webkit-transform .4s cubic-bezier(.7, 0, .3, 1);
    -o-transition: transform .4s cubic-bezier(.7, 0, .3, 1);
    transition: transform .4s cubic-bezier(.7, 0, .3, 1);
    transition: transform .4s cubic-bezier(.7, 0, .3, 1), -webkit-transform .4s cubic-bezier(.7, 0, .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%
}

.ps-block--category-2 .ps-block__content ul li a:hover: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: scale3d(1, 1, 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%
}

.ps-block--category-2.ps-block--category-auto-part h4 {
    font-weight: 600;
    font-size: 16px
}

.ps-block--category-2.ps-block--category-auto-part .ps-block__content ul li a {
    line-height: 20px
}

.ps-block--category-2.ps-block--category-auto-part .ps-block__content ul li.more a {
    color: #1069c9
}

.ps-block--category-2.ps-block--category-auto-part .ps-block__content ul li.more a i {
    font-size: 10px
}

.ps-block--category-2:hover {
    border-color: #70bcd9
}

.ps-block--category-2:hover p {
    color: #09c
}

@media (max-width:1680px) {
    .ps-block--category-2 .ps-block__thumbnail {
        max-width: 100px;
        padding-top: 20px
    }
}

.ps-block--user-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    text-align: left
}

.ps-block--user-header .ps-block__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ps-block--user-header .ps-block__left i {
    font-size: 30px;
    line-height: 1em
}

.ps-block--user-header .ps-block__right {
    padding-left: 10px
}

.ps-block--user-header .ps-block__right a {
    display: block;
    font-weight: 700;
    line-height: 18px
}

.ps-block--user-header .ps-block__right a:hover {
    color: #fff
}

.ps-block--site-features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 40px;
    width: 100%;
    border: 1px solid #d9d9d9
}

.ps-block--site-features .ps-block__left i {
    font-size: 40px;
    color: #70bcd9
}

.ps-block--site-features .ps-block__right {
    padding-left: 25px
}

.ps-block--site-features .ps-block__right h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 0;
    color: #000
}

.ps-block--site-features .ps-block__right p {
    margin-bottom: 0;
    color: #666
}

.ps-block--site-features .ps-block__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 40px;
    border-right: 1px solid #dadada;
    max-width: 20%;
    width: 100%
}

.ps-block--site-features .ps-block__item:first-child {
    padding-left: 0
}

.ps-block--site-features .ps-block__item:last-child {
    border-right: none;
    padding-right: 0
}

.ps-block--site-features.ps-block--site-features-2 {
    border: none;
    padding: 0
}

.ps-block--site-features.ps-block--site-features-2 .ps-block__item {
    max-width: 25%;
    padding: 10px 30px
}

@media (max-width:1440px) {
    .ps-block--site-features.ps-block--site-features-2 .ps-block__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        border-right: 1px solid #dadada
    }

    .ps-block--site-features.ps-block--site-features-2 .ps-block__item:last-child {
        border-right: none
    }

    .ps-block--site-features.ps-block--site-features-2 .ps-block__left {
        margin-bottom: 15px
    }

    .ps-block--site-features.ps-block--site-features-2 .ps-block__right {
        width: 100%;
        padding-left: 15px
    }
}

@media (max-width:991px) {
    .ps-block--site-features.ps-block--site-features-2 .ps-block__item {
        border-right: none
    }
}

@media (max-width:1680px) {
    .ps-block--site-features {
        padding: 30px
    }

    .ps-block--site-features .ps-block__item {
        padding: 0 15px
    }
}

@media (max-width:1440px) {
    .ps-block--site-features .ps-block__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        border-right: none
    }

    .ps-block--site-features .ps-block__left {
        margin-bottom: 15px
    }

    .ps-block--site-features .ps-block__right {
        width: 100%;
        padding-left: 0
    }
}

@media (max-width:1024px) {
    .ps-block--site-features {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .ps-block--site-features .ps-block__item {
        margin-bottom: 30px;
        max-width: 25%;
        padding: 0
    }
}

@media (max-width:991px) {
    .ps-block--site-features {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .ps-block--site-features .ps-block__item {
        max-width: 50%;
        max-width: 33.33333%
    }

    .ps-block--site-features.ps-block--site-features-2 .ps-block__item {
        max-width: 50%
    }
}

@media (max-width:420px) {
    .ps-block--site-features .ps-block__item {
        max-width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap
    }

    .ps-block--site-features .ps-block__item .ps-block__right {
        padding-left: 20px
    }

    .ps-block--site-features.ps-block--site-features-2 .ps-block__item {
        max-width: 100%
    }
}

.ps-block--countdown-deal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.ps-block--countdown-deal .ps-block__left h3 {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 400;
    margin-right: 70px
}

.ps-block--countdown-deal figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f14705;
    padding: 7px 20px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    border-radius: 3px;
    line-height: 1
}

.ps-block--countdown-deal figure figcaption {
    color: #fff;
    font-weight: 600;
    margin-right: 20px
}

.ps-block--countdown-deal .ps-countdown li {
    display: inline-block
}

.ps-block--countdown-deal .ps-countdown li span {
    font-weight: 600
}

.ps-block--countdown-deal .ps-countdown li:after {
    content: ':'
}

.ps-block--countdown-deal .ps-countdown li:last-child:after {
    display: none
}

@media (max-width:479px) {
    .ps-block--countdown-deal {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .ps-block--countdown-deal .ps-block__left {
        margin-bottom: 10px
    }

    .ps-block--countdown-deal .ps-block__left h3 {
        margin-right: 0
    }
}

.ps-block--shop-features {
    margin-bottom: 40px
}

.ps-block--shop-features .ps-block__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #f0f0f0
}

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

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

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

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

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

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

.ps-block--average-rating .ps-block__header .br-wrapper {
    margin-bottom: 0
}

.ps-block--average-rating .ps-block__header .br-wrapper a {
    font-size: 20px
}

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

.ps-block--average-rating .ps-block__star {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 6px;
    width: 100%;
    max-width: 360px
}

.ps-block--average-rating .ps-block__star>span {
    min-width: 40px;
    color: #666
}

.ps-block--average-rating .ps-block__star .ps-progress {
    position: relative;
    height: 10px;
    width: 100%;
    max-width: 230px;
    background-color: #f1f1f1
}

.ps-block--average-rating .ps-block__star .ps-progress span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    height: 100%;
    background-color: #690
}

.ps-block--questions-answers h3 {
    margin-bottom: 30px;
    font-weight: 700;
    color: #000;
    font-size: 30px
}

.ps-block--questions-answers .form-control {
    font-size: 18px
}

.ps-block--testimonial {
    margin-top: 50px;
    position: relative;
    z-index: 1;
    background-color: #fff;
    padding: 0 40px
}

.ps-block--testimonial .ps-block__header {
    position: relative;
    top: -45px;
    margin-bottom: -45px;
    z-index: 10
}

.ps-block--testimonial .ps-block__header img {
    position: relative;
    max-height: 90px;
    border-radius: 50%;
    z-index: 10
}

.ps-block--testimonial .ps-block__content {
    position: relative;
    padding: 60px 0 40px
}

.ps-block--testimonial .ps-block__content>i {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 40px;
    color: #70bcd9
}

.ps-block--testimonial .ps-block__content h4 {
    font-size: 18px;
    font-weight: 600
}

.ps-block--testimonial .ps-block__content h4 span {
    margin-left: 10px;
    font-size: 14px;
    color: #999
}

@media (max-width:991px) {
    .ps-block--testimonial .ps-block__content {
        padding-top: 30px
    }
}

@media (max-width:767px) {
    .ps-block--testimonial .ps-block__content>i {
        display: none
    }
}

@media (max-width:479px) {
    .ps-block--testimonial {
        padding: 30px 20px
    }
}

.ps-block--deal-hot {
    padding: 13px 30px 30px;
    border: 2px solid #70bcd9
}

.ps-block--deal-hot .ps-block__header {
    padding: 10px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #e4e4e4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.ps-block--deal-hot .ps-block__header h3 {
    display: inline-block;
    line-height: 1;
    font-size: 20px;
    font-weight: 600
}

.ps-block--deal-hot .ps-block__navigation a {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #ccc;
    vertical-align: top
}

.ps-block--deal-hot .ps-block__navigation a i {
    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%);
    font-size: 8px
}

.ps-block--deal-hot .ps-block__navigation a:last-child {
    margin-right: 0
}

.ps-block--deal-hot .ps-block__navigation a:hover {
    border-color: #dd2400
}

.ps-block--deal-hot .ps-block__navigation a:hover i {
    color: #dd2400
}

.ps-block--deal-hot .ps-product--hot-deal {
    margin-bottom: 0
}

.ps-block--deal-hot .ps-product--detail .ps-product__thumbnail .ps-product__badge {
    width: 80px
}

.ps-block--deal-hot .ps-product--detail .ps-product__thumbnail .ps-product__badge span {
    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%)
}

@media (max-width:479px) {
    .ps-block--deal-hot {
        padding: 20px
    }
}

.ps-block--products-of-category {
    margin-bottom: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.ps-block--products-of-category>* {
    width: 100%
}

.ps-block--products-of-category .ps-block__categories {
    position: relative;
    padding: 30px 20px 40px 30px;
    background-color: #fff;
    max-width: 20%
}

.ps-block--products-of-category .ps-block__categories h3 {
    margin-bottom: 35px;
    font-weight: 400;
    font-size: 24px
}

.ps-block--products-of-category .ps-block__categories ul li a {
    display: block;
    padding: 3px 0;
    line-height: 20px;
    color: #000
}

.ps-block--products-of-category .ps-block__categories ul li a:hover {
    color: #70bcd9
}

.ps-block--products-of-category .ps-block__categories .ps-block__more-link {
    position: absolute;
    bottom: 45px;
    left: 30px;
    font-style: italic;
    color: #666
}

.ps-block--products-of-category .ps-block__slider {
    max-width: 24%
}

.ps-block--products-of-category .ps-block__slider a {
    display: block
}

.ps-block--products-of-category .ps-block__slider a img {
    width: 100%
}

.ps-block--products-of-category .ps-block__product-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.ps-block--products-of-category .ps-block__product-box>* {
    max-width: 33.333333%
}

.ps-block--products-of-category .ps-product--simple {
    background-color: #fff;
    border-right: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1
}

.ps-block--products-of-category .ps-product--simple:hover {
    border-color: #e1e1e1;
    border-left-color: transparent
}

@media (max-width:1199px) {
    .ps-block--products-of-category .ps-block__slider {
        display: none
    }
}

@media (max-width:991px) {
    .ps-block--products-of-category {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .ps-block--products-of-category .ps-block__categories {
        max-width: 100%
    }

    .ps-block--products-of-category .ps-block__categories h3 {
        margin-bottom: 20px
    }

    .ps-block--products-of-category .ps-block__categories ul li {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 10px
    }

    .ps-block--products-of-category .ps-block__categories ul li:last-child {
        margin-right: 0
    }

    .ps-block--products-of-category .ps-block__categories .ps-block__more-link {
        position: relative;
        bottom: 0;
        left: 0
    }

    .ps-block--products-of-category .ps-block__product-box {
        width: 100%
    }
}

@media (max-width:767px) {
    .ps-block--products-of-category {
        margin-bottom: 50px
    }

    .ps-block--products-of-category .ps-block__product-box {
        border-bottom: 1px solid #e1e1e1;
        border-right: 1px solid #e1e1e1
    }

    .ps-block--products-of-category .ps-block__product-box>* {
        max-width: 50%
    }

    .ps-block--products-of-category .ps-product--simple {
        padding: 20px;
        border: 1px solid #e1e1e1;
        border-right: none;
        border-bottom: none
    }
}

@media (max-width:479px) {
    .ps-block--products-of-category {
        margin-bottom: 35px
    }

    .ps-block--products-of-category .ps-product--simple {
        padding: 10px
    }
}

.ps-block--recent-viewed .ps-block__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 30px
}

.ps-block--recent-viewed .ps-block__header h3 {
    font-size: 24px;
    font-weight: 400
}

.ps-block--recent-viewed .ps-block__header a {
    text-decoration: underline
}

.ps-block--recent-viewed .ps-block__header a:hover {
    color: #70bcd9
}

.ps-block--recent-viewed .ps-block__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    background-color: #fff;
    padding: 20px
}

.ps-block--recent-viewed .ps-block__content a {
    margin-right: 20px;
    max-width: 7%;
    border: 2px solid transparent
}

.ps-block--recent-viewed .ps-block__content a:hover {
    border-color: #70bcd9
}

.ps-block--categories-tabs {
    background-color: #fff
}

.ps-block--categories-tabs .ps-block__header {
    padding: 0 80px
}

.ps-block--categories-tabs .ps-tab-list a {
    display: block;
    padding: 20px 0;
    text-align: center;
    border-bottom: 2px solid transparent
}

.ps-block--categories-tabs .ps-tab-list a i {
    font-size: 36px
}

.ps-block--categories-tabs .ps-tab-list a span {
    display: block
}

.ps-block--categories-tabs .ps-tab-list a:hover {
    border-color: #70bcd9
}

.ps-block--categories-tabs .ps-tab-list a:hover i {
    color: #70bcd9
}

.ps-block--categories-tabs .ps-tab-list a.active {
    border-color: #70bcd9
}

.ps-block--categories-tabs .ps-tab-list a.active i {
    color: #70bcd9
}

.ps-block--categories-tabs .ps-block__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.ps-block--categories-tabs .ps-block__item a {
    display: block;
    width: 150px;
    max-width: calc(100% / 8);
    margin-bottom: 40px;
    overflow: hidden
}

.ps-block--categories-tabs .ps-block__item a img {
    max-height: 120px;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out
}

.ps-block--categories-tabs .ps-block__item a span {
    display: block;
    color: #666
}

.ps-block--categories-tabs .ps-block__item a:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.ps-block--categories-tabs .ps-tabs {
    border-top: 1px solid #e1e1e1
}

.ps-block--categories-tabs .ps-tab {
    padding: 20px 60px 60px
}

@media (max-width:1680px) {
    .ps-block--categories-tabs .owl-slider .owl-nav .owl-prev {
        margin-left: -30px
    }

    .ps-block--categories-tabs .owl-slider .owl-nav .owl-next {
        margin-right: -30px
    }
}

@media (max-width:1199px) {
    .ps-block--categories-tabs .ps-block__header {
        padding: 0 30px
    }

    .ps-block--categories-tabs .ps-block__header .ps-tab-list a {
        border: none
    }

    .ps-block--categories-tabs .ps-block__header .ps-tab-list a i {
        margin-bottom: 10px;
        font-size: 30px
    }

    .ps-block--categories-tabs .ps-block__header .ps-tab-list a span {
        font-size: 12px
    }

    .ps-block--categories-tabs .ps-tab {
        padding: 20px 30px
    }
}

@media (max-width:991px) {
    .ps-block--categories-tabs .ps-block__item {
        margin-bottom: 30px
    }

    .ps-block--categories-tabs .ps-block__item a {
        max-width: calc(100% / 5)
    }
}

@media (max-width:767px) {
    .ps-block--categories-tabs .ps-tab {
        padding: 20px 15px
    }

    .ps-block--categories-tabs .ps-block__item {
        margin-bottom: 30px;
        padding: 0 10px
    }

    .ps-block--categories-tabs .ps-block__item a {
        max-width: 25%
    }
}

@media (max-width:479px) {
    .ps-block--categories-tabs .ps-block__header {
        padding: 0 15px
    }

    .ps-block--categories-tabs .ps-block__item a {
        max-width: 33.3333%
    }

    .ps-block--categories-tabs .ps-tab {
        padding: 20px 10px
    }
}

.ps-block--product-box {
    background-color: #fff
}

.ps-block--product-box .owl-slider .owl-item img {
    width: 100%
}

.ps-block--product-box .ps-block__header {
    border-bottom: 1px solid #e1e1e1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 20px
}

.ps-block--product-box .ps-block__header h3 {
    margin-bottom: 0;
    display: inline-block;
    font-weight: 400;
    color: #000;
    font-size: 20px
}

.ps-block--product-box .ps-block__header h3 i {
    margin-right: 10px
}

.ps-block--product-box .ps-block__header ul li {
    display: inline-block;
    margin-right: 15px
}

.ps-block--product-box .ps-block__header ul li:last-child {
    margin-right: 0
}

.ps-block--product-box .ps-block__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.ps-block--product-box .ps-block__content .ps-block__left {
    padding: 20px;
    max-width: calc(100% - 320px);
    border-right: 1px solid #e1e1e1
}

.ps-block--product-box .ps-block__content .ps-block__right {
    max-width: 320px;
    padding: 20px
}

.ps-block--product-box .ps-block__left .owl-slider {
    margin-bottom: 20px
}

.ps-block--product-box .ps-block__right figure figcaption {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    border-bottom: 1px solid #e1e1e1
}

.ps-block--product-box .ps-block__right .ps-product--horizontal {
    margin-bottom: 30px
}

.ps-block--product-box .ps-block__right .ps-product--horizontal .ps-product__thumbnail {
    max-width: 60px
}

.ps-block--product-box .ps-block__right .ps-product--horizontal .ps-product__rating {
    display: none
}

.ps-block--product-box .ps-block__products .ps-tab-list {
    display: block;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e1e1e1
}

.ps-block--product-box .ps-block__products .ps-tab-list li {
    display: inline-block;
    margin-right: 20px
}

.ps-block--product-box .ps-block__products .ps-tab-list li a {
    line-height: 20px;
    font-size: 16px;
    color: #666
}

.ps-block--product-box .ps-block__products .ps-tab-list li.active a {
    color: #000
}

.ps-block--product-box .ps-block__products .ps-tab-list li:last-child {
    margin-right: 0
}

.ps-block--product-box .ps-block__products .row {
    margin: 0
}

.ps-block--product-box .ps-block__products .row>* {
    padding: 0
}

@media (max-width:1199px) {
    .ps-block--product-box .ps-block__header {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .ps-block--product-box .ps-block__header h3 {
        margin-bottom: 10px;
        display: block
    }
}

@media (max-width:991px) {
    .ps-block--product-box .ps-block__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap
    }

    .ps-block--product-box .ps-block__content .ps-block__left,
    .ps-block--product-box .ps-block__content .ps-block__right {
        max-width: 100%
    }
}

.ps-block--categories-box {
    margin-bottom: 30px;
    padding: 20px;
    background-color: #fff
}

.ps-block--categories-box .ps-block__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e1e1e1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ps-block--categories-box .ps-block__header h3 {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 400;
    color: #000;
    line-height: 1em
}

.ps-block--categories-box .ps-block__header ul li {
    display: inline-block;
    margin-right: 20px
}

.ps-block--categories-box .ps-block__header ul li a {
    color: #000
}

.ps-block--categories-box .ps-block__header ul li a:hover {
    color: #70bcd9
}

.ps-block--categories-box .ps-block__header ul li:last-child {
    margin-right: 0
}

.ps-block--categories-box .ps-block__banner {
    width: 100%;
    max-width: calc(100% / 5 * 3)
}

.ps-block--categories-box .ps-block__item {
    position: relative;
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid transparent;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.ps-block--categories-box .ps-block__item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10
}

.ps-block--categories-box .ps-block__item img {
    margin-bottom: 10px;
    max-height: 190px
}

.ps-block--categories-box .ps-block__item p {
    margin-bottom: 0;
    color: #000;
    font-size: 16px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.ps-block--categories-box .ps-block__item span {
    color: #666
}

.ps-block--categories-box .ps-block__item:hover {
    border-color: silver
}

.ps-block--categories-box .ps-block__item:hover p {
    color: #70bcd9
}

.ps-block--categories-box .ps-block__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.ps-block--categories-box .ps-block__content .ps-block__item {
    width: 100%;
    max-width: 20%
}

@media (max-width:1199px) {
    .ps-block--categories-box .ps-block__banner {
        max-width: 100%;
        margin-bottom: 30px
    }

    .ps-block--categories-box .ps-block__banner img {
        width: 100%
    }

    .ps-block--categories-box .ps-block__item {
        margin-bottom: 0
    }

    .ps-block--categories-box .ps-block__content .ps-block__item {
        max-width: 25%
    }
}

@media (max-width:991px) {
    .ps-block--categories-box .ps-block__content .ps-block__item {
        max-width: 33.333%
    }
}

@media (max-width:767px) {
    .ps-block--categories-box .ps-block__item {
        padding: 10px;
        text-align: center
    }

    .ps-block--categories-box .ps-block__item p {
        margin-bottom: 0;
        font-size: 14px
    }

    .ps-block--categories-box .ps-block__header h3 {
        font-size: 20px
    }
}

@media (max-width:580px) {
    .ps-block--categories-box .ps-block__content .ps-block__item {
        max-width: 50%
    }
}

@media (max-width:479px) {
    .ps-block--categories-box .ps-block__item {
        padding: 0;
        margin-bottom: 15px
    }

    .ps-block--categories-box .ps-block__item p {
        font-size: 13px
    }

    .ps-block--categories-box .ps-block__item span {
        font-size: 12px
    }

    .ps-block--categories-box .ps-block__header {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .ps-block--categories-box .ps-block__header h3 {
        display: block;
        margin-bottom: 10px;
        font-size: 18px
    }
}

.ps-block--category-room {
    margin-bottom: 20px;
    text-align: center
}

.ps-block--category-room .ps-block__thumbnail {
    overflow: hidden
}

.ps-block--category-room .ps-block__thumbnail img {
    width: 100%;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.ps-block--category-room .ps-block__thumbnail:hover img {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -moz-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    -o-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
}

.ps-block--category-room .ps-block__content {
    padding: 10px
}

.ps-block--category-room a {
    font-size: 16px;
    color: #000
}

.ps-block--category-room a:hover {
    color: #06c
}

.ps-block--container-hightlight .ps-section__header {
    padding: 16px 0;
    text-align: center;
    background-color: #70bcd9
}

.ps-block--container-hightlight .ps-section__header h3 {
    font-size: 22px;
    margin-bottom: 0;
    font-weight: 600;
    color: #000;
    line-height: 30px
}

@media (max-width:767px) {
    .ps-block--container-hightlight .ps-section__header h3 {
        font-size: 16px
    }
}

.ps-block--container-hightlight .ps-section__content {
    padding: 30px 20px;
    border: 2px solid #70bcd9;
    border-top: none
}

@media (min-width:1680px) {
    .ps-block--container-hightlight .ps-section__content .row {
        margin: 0
    }

    .ps-block--container-hightlight .ps-section__content .col-xl-3 {
        max-width: 20%;
        padding: 0
    }
}

.ps-block--categories-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    background-color: #fff
}

.ps-block--categories-grid .ps-block--category-2 {
    margin-bottom: 0;
    width: 100%;
    max-width: calc(100% / 3);
    border: none;
    border-right: 1px solid rgba(141, 141, 141, .15);
    border-bottom: 1px solid rgba(141, 141, 141, .15)
}

.ps-block--categories-grid .ps-block--category-2 .ps-block__thumbnail {
    max-width: 100px;
    padding: 10px
}

.ps-block--categories-grid .ps-block--category-2 .ps-block__content>a {
    color: #06c
}

.ps-block--categories-grid .ps-block--category-2:nth-child(4),
.ps-block--categories-grid .ps-block--category-2:nth-child(5),
.ps-block--categories-grid .ps-block--category-2:nth-child(6) {
    border-bottom: none
}

.ps-block--categories-grid .ps-block--category-2:nth-child(3),
.ps-block--categories-grid .ps-block--category-2:nth-child(6) {
    border-right: none
}

@media (max-width:991px) {
    .ps-block--categories-grid {
        border-top: 1px solid rgba(141, 141, 141, .15);
        border-left: 1px solid rgba(141, 141, 141, .15)
    }

    .ps-block--categories-grid .ps-block--category-2 {
        max-width: 50%
    }

    .ps-block--categories-grid .ps-block--category-2:nth-child(4),
    .ps-block--categories-grid .ps-block--category-2:nth-child(5),
    .ps-block--categories-grid .ps-block--category-2:nth-child(6) {
        border-bottom: 1px solid rgba(141, 141, 141, .15)
    }

    .ps-block--categories-grid .ps-block--category-2:nth-child(3),
    .ps-block--categories-grid .ps-block--category-2:nth-child(6) {
        border-right: 1px solid rgba(141, 141, 141, .15)
    }
}

@media (max-width:375px) {
    .ps-block--categories-grid .ps-block--category-2 {
        max-width: 100%
    }
}

.ps-block--menu-categories {
    position: relative;
    background-color: #fff;
    padding: 25px 20px
}

.ps-block--menu-categories .ps-block__header {
    padding-bottom: 20px
}

.ps-block--menu-categories .ps-block__header h3 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase
}

.ps-block--menu-categories .ps-list--menu-cateogories>li>a {
    display: block;
    padding: 10px 0;
    font-size: 16px;
    line-height: 26px;
    border-bottom: 1px solid #f0f0f0
}

.ps-block--menu-categories .ps-list--menu-cateogories>li:last-child>a {
    border-bottom: none
}

.ps-block--menu-categories .ps-list--menu-cateogories>li.menu-item-has-children .sub-menu {
    border: 1px solid transparent;
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px)
}

.ps-block--menu-categories .ps-list--menu-cateogories>li.menu-item-has-children:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
    border: 1px solid #70bcd9;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.ps-block--menu-categories .ps-list--menu-cateogories .sub-menu {
    top: 0;
    left: 100%;
    height: 100%;
    padding: 20px;
    z-index: 20;
    background-color: #fff
}

.ps-block--menu-categories .ps-list--menu-cateogories .sub-menu>li>a {
    padding: 5px 0;
    font-size: 14px;
    color: #666;
    border-bottom: none
}

.ps-block--menu-categories .ps-list--menu-cateogories .sub-menu>li>a:hover {
    background-color: #70bcd9
}

@media (max-width:1199px) {
    .ps-block--menu-categories {
        display: none
    }
}

.ps-block--author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding: 60px;
    background-color: #f0f0f0
}

.ps-block--author>* {
    width: 100%
}

.ps-block--author .ps-block__thumbnail {
    max-width: 130px
}

.ps-block--author .ps-block__content {
    padding-left: 30px
}

.ps-block--author .ps-block__content h4 {
    margin-bottom: 20px;
    color: #000;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2em
}

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

.ps-block--post--navigation .ps-block__link {
    width: 50%
}

.ps-block--post--navigation .ps-block__link:last-child {
    text-align: right
}

.ps-block--post--navigation .ps-block__link:last-child i {
    margin-left: 10px;
    vertical-align: middle
}

.ps-block--post--navigation .ps-block__arrow {
    display: block;
    margin-bottom: 10px;
    font-size: 24px
}

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

.ps-block--comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin-bottom: 0
}

.ps-block--comment>* {
    width: 100%
}

.ps-block--comment>.ps-block__thumbnail {
    max-width: 100px
}

.ps-block--comment>.ps-block__thumbnail img {
    max-width: 70px
}

.ps-block--comment>.ps-block__content {
    padding: 15px 0 30px 20px;
    border-top: 1px solid #e1e1e1
}

.ps-block--comment>.ps-block__content h5 {
    margin-bottom: 16px;
    font-weight: 600;
    color: #333;
    font-size: 14px
}

.ps-block--comment>.ps-block__content h5 small {
    display: inline-block;
    font-size: 12px;
    color: #666
}

.ps-block--comment>.ps-block__content h5 small:before {
    content: '-';
    margin: 0 10px
}

.ps-block--comment>.ps-block__content p {
    margin-bottom: 20px
}

.ps-block--comment>.ps-block__content>.ps-block__reply {
    font-style: italic;
    color: #09c
}

.ps-block--comment>.ps-block__content>.ps-block__reply:hover {
    color: #70bcd9
}

.ps-block--comment>.ps-block__content>.ps-block--comment {
    margin-top: 30px
}

.ps-block--comment>.ps-block__content>.ps-block--comment>.ps-block__content {
    padding: 15px 0 30px 0;
    border-top: 1px solid #e1e1e1
}

@media (max-width:767px) {
    .ps-block--comment>.ps-block__thumbnail {
        max-width: 90px
    }

    .ps-block--comment>.ps-block__content {
        padding: 10px 0 30px 0
    }
}

@media (max-width:479px) {
    .ps-block--comment {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap
    }

    .ps-block--comment>.ps-block__content>.ps-block--comment {
        margin-left: 30px
    }
}

.ps-block--icon-box {
    text-align: center
}

.ps-block--icon-box i {
    display: inline-block;
    margin-bottom: 30px;
    font-size: 88px;
    color: #70bcd9
}

.ps-block--icon-box h4 {
    font-size: 48px;
    color: #000;
    font-weight: 500;
    letter-spacing: .05em
}

.ps-block--icon-box p {
    font-size: 16px
}

@media (max-width:767px) {
    .ps-block--icon-box {
        margin-bottom: 20px;
        text-align: center
    }

    .ps-block--icon-box i {
        font-size: 60px;
        margin-bottom: 20px
    }

    .ps-block--icon-box h4 {
        font-size: 24px
    }

    .ps-block--icon-box p {
        font-size: 14px
    }
}

.ps-block--icon-box-2 {
    text-align: center
}

.ps-block--icon-box-2 .ps-block__thumbnail {
    margin-bottom: 30px;
    min-height: 130px
}

.ps-block--icon-box-2 .ps-block__desc {
    margin-bottom: 20px
}

.ps-block--icon-box-2 img {
    max-height: 130px
}

.ps-block--icon-box-2 h4 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.4em
}

.ps-block--icon-box-2 p {
    font-size: 16px
}

.ps-block--icon-box-2 a {
    text-decoration: underline;
    font-size: 16px
}

.ps-block--milestone {
    position: relative;
    margin-bottom: 300px
}

.ps-block--milestone .ps-block__dot {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ccc
}

.ps-block--milestone .ps-block__dot:before {
    content: '';
    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%);
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #70bcd9;
    visibility: hidden;
    opacity: 0
}

.ps-block--milestone .ps-block__year-number {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #000
}

.ps-block--milestone .ps-block__year {
    text-align: center
}

.ps-block--milestone .ps-block__journey {
    position: absolute;
    top: 100%;
    left: 0;
    margin-bottom: 50px;
    min-width: 500px;
    max-width: 500px;
    padding: 20px;
    display: none;
    background-color: #fff;
    padding: 20px;
    margin-top: 50px
}

.ps-block--milestone .ps-block__journey:after {
    clear: both;
    content: "";
    display: table
}

.ps-block--milestone .ps-block__journey:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    height: 0;
    width: 0;
    border-bottom: 50px solid gray;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent
}

.ps-block--milestone .ps-block__journey .ps-block__thumbnail {
    float: left;
    max-width: 100px
}

.ps-block--milestone .ps-block__journey .ps-block__thumbnail img {
    border-radius: 50%
}

.ps-block--milestone .ps-block__journey .ps-block__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: right;
    min-height: 100px;
    width: calc(100% - 100px)
}

.ps-block--milestone .ps-block__journey .ps-block__content h4 {
    font-weight: 500;
    color: #000;
    font-size: 20px
}

.ps-block--milestone.active .ps-block__dot:before {
    visibility: visible;
    opacity: 1
}

.ps-block--milestone.active .ps-block__journey {
    display: block
}

.ps-block--milestones {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.ps-block--milestones>* {
    width: 100%
}

.ps-block--contact-info {
    max-width: 270px;
    margin: 0 auto 50px;
    text-align: center
}

.ps-block--contact-info h4 {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 20px;
    color: #000
}

.ps-block--contact-info p a {
    display: block
}

.ps-block--vendor-milestone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    position: relative;
    padding-bottom: 90px
}

.ps-block--vendor-milestone:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%;
    width: 2px;
    background-color: #70bcd9
}

.ps-block--vendor-milestone .ps-block__left,
.ps-block--vendor-milestone .ps-block__right {
    width: 100%
}

.ps-block--vendor-milestone .ps-block__left {
    padding-right: 140px
}

.ps-block--vendor-milestone .ps-block__left h4 {
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 600;
    color: #000;
    line-height: 1.2em
}

.ps-block--vendor-milestone .ps-block__left ul {
    padding-left: 20px
}

.ps-block--vendor-milestone .ps-block__left ul li {
    margin-bottom: 20px;
    font-size: 16px;
    color: #666
}

.ps-block--vendor-milestone .ps-block__right {
    text-align: right
}

.ps-block--vendor-milestone .ps-block__number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    background-color: #fff;
    border: 2px solid #70bcd9;
    border-radius: 50%
}

.ps-block--vendor-milestone .ps-block__number span {
    font-size: 48px;
    color: #000
}

.ps-block--vendor-milestone.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse nowrap;
    flex-flow: row-reverse nowrap
}

.ps-block--vendor-milestone.reverse .ps-block__left {
    padding-left: 140px;
    padding-right: 0
}

.ps-block--vendor-milestone.reverse .ps-block__right {
    text-align: left
}

.ps-block--vendor-milestone:last-child:before {
    display: none
}

@media (max-width:991px) {
    .ps-block--vendor-milestone .ps-block__left {
        padding-right: 80px
    }

    .ps-block--vendor-milestone .ps-block__left h4 {
        font-size: 18px
    }

    .ps-block--vendor-milestone .ps-block__left ul li {
        font-size: 14px
    }

    .ps-block--vendor-milestone .ps-block__right {
        padding-left: 80px
    }

    .ps-block--vendor-milestone .ps-block__number {
        width: 80px;
        height: 80px
    }

    .ps-block--vendor-milestone .ps-block__number span {
        font-size: 24px
    }

    .ps-block--vendor-milestone.reverse .ps-block__left {
        padding-left: 80px
    }

    .ps-block--vendor-milestone.reverse .ps-block__right {
        padding-left: 0;
        padding-right: 80px
    }
}

@media (max-width:767px) {
    .ps-block--vendor-milestone {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse wrap;
        flex-flow: column-reverse wrap;
        padding-left: 100px
    }

    .ps-block--vendor-milestone:before {
        left: 40px
    }

    .ps-block--vendor-milestone .ps-block__number {
        left: 0;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    .ps-block--vendor-milestone .ps-block__left {
        padding: 0
    }

    .ps-block--vendor-milestone .ps-block__left h4 {
        font-size: 18px
    }

    .ps-block--vendor-milestone .ps-block__right {
        text-align: center;
        margin-bottom: 40px;
        padding: 40px 0 0
    }

    .ps-block--vendor-milestone .ps-block__right img {
        max-height: 150px
    }

    .ps-block--vendor-milestone.reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse wrap;
        flex-flow: column-reverse wrap
    }

    .ps-block--vendor-milestone.reverse .ps-block__left {
        padding: 0
    }

    .ps-block--vendor-milestone.reverse .ps-block__right {
        padding: 0;
        text-align: center
    }
}

@media (max-width:479px) {
    .ps-block--vendor-milestone {
        padding-left: 60px
    }

    .ps-block--vendor-milestone:before {
        left: 25px
    }

    .ps-block--vendor-milestone .ps-block__number {
        width: 50px;
        height: 50px
    }

    .ps-block--vendor-milestone .ps-block__number span {
        font-size: 20px
    }
}

.ps-block--shopping-total {
    margin-bottom: 30px;
    padding: 30px 35px;
    background-color: #f1f1f1;
    border: 1px solid #bfbfbf
}

.ps-block--shopping-total .ps-block__product li {
    margin-bottom: 10px;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.ps-block--shopping-total .ps-block__product span {
    display: block;
    font-size: 16px;
    line-height: 24px
}

.ps-block--shopping-total .ps-block__product .ps-block__shop {
    color: #000
}

.ps-block--shopping-total .ps-block__product .ps-block__shipping {
    color: #666
}

.ps-block--shopping-total .ps-block__product .ps-block__estimate strong {
    font-weight: 600
}

.ps-block--shopping-total .ps-block__product .ps-block__estimate a {
    display: block;
    margin-left: 40px;
    font-size: 14px
}

.ps-block--shopping-total h3 {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600
}

.ps-block--shopping-total h3 span {
    color: #f30;
    font-weight: 600;
    float: right
}

.ps-block--shopping-total .ps-block__header {
    display: block;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc
}

.ps-block--shopping-total .ps-block__header p {
    font-size: 16px
}

.ps-block--shopping-total .ps-block__header p span {
    float: right
}

.ps-block--bought-toggether {
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #e1e1e1
}

.ps-block--bought-toggether h4 {
    margin-bottom: 40px
}

.ps-block--bought-toggether .ps-block__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.ps-block--bought-toggether .ps-block__items .ps-block__item {
    max-width: 20%
}

.ps-block--bought-toggether .ps-block__item {
    position: relative;
    padding-right: 50px
}

.ps-block--bought-toggether .ps-block__item:first-child:after {
    content: '+';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    font-weight: 400;
    font-size: 26px;
    color: #666
}

.ps-block--bought-toggether .ps-block__item.ps-block__total:after {
    display: none
}

.ps-block--bought-toggether .ps-block__total p strong {
    color: red;
    font-size: 20px;
    font-weight: 500
}

.ps-block--bought-toggether .ps-block__total .ps-btn {
    padding: 10px 20px;
    margin-bottom: 10px;
    font-size: 14px;
    min-width: 180px;
    text-align: center;
    font-weight: 500
}

.ps-block--bought-toggether .ps-block__total .ps-btn--outline {
    color: #000;
    border: 1px solid #ccc
}

.ps-block--bought-toggether .ps-block__total .ps-btn--outline:hover {
    background-color: #70bcd9;
    border-color: #70bcd9
}

.ps-block--bought-toggether .ps-btn--outline {
    background-color: #fff
}

.ps-block--bought-toggether .ps-product--simple .ps-product__price {
    font-size: 16px;
    font-weight: 400
}

.ps-block--bought-toggether .ps-block__footer .ps-checkbox {
    margin-bottom: 10px
}

.ps-block--bought-toggether .ps-block__footer .ps-checkbox label strong {
    color: #000;
    font-weight: 600
}

.ps-block--bought-toggether .ps-block__footer .ps-checkbox label span {
    color: red;
    font-weight: 500
}

@media (max-width:1199px) {
    .ps-block--bought-toggether .ps-block__items .ps-block__item {
        max-width: 33.333%
    }
}

@media (max-width:767px) {
    .ps-block--bought-toggether .ps-block__items {
        margin-bottom: 20px
    }

    .ps-block--bought-toggether .ps-block__items .ps-block__item {
        max-width: 50%
    }
}

@media (max-width:479px) {
    .ps-block--bought-toggether .ps-block__item {
        padding-right: 0
    }

    .ps-block--bought-toggether .ps-block__item:first-child:after {
        display: none
    }
}

.ps-block--instagram {
    position: relative;
    z-index: 10;
    display: block
}

.ps-block--instagram:after,
.ps-block--instagram:before {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.ps-block--instagram:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    z-index: 10;
    background-color: rgba(0, 0, 0, .5)
}

.ps-block--instagram:before {
    content: "\f16d";
    font-family: FontAwesome;
    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;
    color: #fff;
    font-size: 30px
}

.ps-block--instagram:hover:after,
.ps-block--instagram:hover:before {
    visibility: visible;
    opacity: 1
}

.ps-block--instagram:hover:after {
    -webkit-transition-delay: .25s;
    -o-transition-delay: .25s;
    transition-delay: .25s
}

.ps-block--header-hotline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ps-block--header-hotline .ps-block__left i {
    font-size: 26px;
    color: #000
}

.ps-block--header-hotline .ps-block__right {
    padding-left: 20px
}

.ps-block--header-hotline .ps-block__right p {
    margin-bottom: 0;
    line-height: 1.4em
}

.ps-block--header-hotline .ps-block__right p strong {
    display: block;
    font-size: 16px;
    color: #000
}

.ps-block--header-hotline.inline p {
    margin-bottom: 0;
    font-size: 16px;
    color: #000
}

.ps-block--header-hotline.inline p i {
    margin-right: 10px
}

.ps-block--header-hotline.inline p strong {
    font-weight: 600;
    color: #000
}

.ps-block--promotion-header {
    padding: 10px 0
}

.ps-block--promotion-header p {
    margin-bottom: 0
}

.ps-block--promotion-header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ps-block--promotion-header .container>* {
    margin-right: 50px
}

.ps-block--promotion-header .ps-btn {
    background-color: #f14705;
    color: #fff;
    font-size: 14px;
    padding: 8px 20px
}

.ps-block--promotion-header .ps-btn:hover {
    background-color: #70bcd9
}

.ps-block--promotion-header .ps-block__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ps-block--promotion-header .ps-block__left h3 {
    line-height: 1;
    font-size: 48px;
    color: #f14705;
    font-weight: 300
}

.ps-block--promotion-header .ps-block__left h4 {
    font-weight: 400;
    font-size: 24px;
    margin: 0
}

.ps-block--promotion-header .ps-block__left figure {
    padding-left: 20px
}

.ps-block--promotion-header .ps-block__center span {
    display: block;
    font-weight: 400;
    font-size: 18px;
    color: #f14705
}

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

.ps-block--ourteam {
    position: relative;
    z-index: 10;
    overflow: hidden
}

.ps-block--ourteam img {
    width: 100%
}

.ps-block--ourteam:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(252, 184, 0, .95);
    z-index: 10;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    visibility: hidden;
    opacity: 0
}

.ps-block--ourteam .ps-block__content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 20px;
    z-index: 30;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    visibility: hidden;
    opacity: 0
}

.ps-block--ourteam .ps-block__content h4 {
    font-weight: 600
}

.ps-block--ourteam .ps-block__content p {
    color: #000
}

.ps-block--ourteam .ps-block__content ul li {
    display: inline-block;
    margin-right: 10px
}

.ps-block--ourteam .ps-block__content ul li a {
    font-size: 16px
}

.ps-block--ourteam .ps-block__content ul li a:hover {
    color: #fff
}

.ps-block--ourteam .ps-block__content ul li:last-child {
    margin-right: 0
}

.ps-block--ourteam.blank {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.ps-block--ourteam.blank:before {
    display: none
}

.ps-block--ourteam.blank a {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px
}

.ps-block--ourteam.blank a:hover {
    color: #70bcd9
}

.ps-block--ourteam:hover:before {
    visibility: visible;
    opacity: 1
}

.ps-block--ourteam:hover .ps-block__content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1
}

.ps-collection {
    display: block
}

.ps-collection img {
    width: 100%
}

@media (max-width:767px) {
    .ps-collection {
        margin-bottom: 30px
    }
}

.ps-block--vendor .ps-block__divider {
    display: block;
    padding-top: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #d5d5d5
}

.ps-block--vendor .ps-block__thumbnail img {
    width: 100%
}

.ps-block--vendor .ps-block__container {
    padding: 25px;
    background-color: #f1f1f1
}

.ps-block--vendor .ps-block__container .ps-block__header h4 {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase
}

.ps-block--vendor .ps-block__container .ps-block__header p strong {
    color: #690;
    font-weight: 600
}

.ps-block--vendor .ps-block__container p {
    color: #666
}

.ps-block--vendor .ps-block__container p strong {
    font-weight: 500;
    color: #000
}

.ps-block--vendor .ps-block__container figure {
    margin-bottom: 20px
}

.ps-block--vendor .ps-block__container figure figcaption {
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
    color: #000
}

.ps-block--vendor .ps-block__container .ps-block__footer p {
    margin-bottom: 16px
}

.ps-block--vendor .ps-block__container .ps-block__footer p strong {
    font-size: 20px;
    font-weight: 600;
    display: block;
    color: #000
}

.ps-block--vendor-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 10px;
    background-color: #f5f5f5
}

.ps-block--vendor-filter .ps-block__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ps-block--vendor-filter>* {
    width: 100%;
    max-width: 50%
}

.ps-block--vendor-filter .ps-block__left {
    padding: 0 5px
}

.ps-block--vendor-filter ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px
}

.ps-block--vendor-filter ul li a {
    font-size: 16px;
    color: #666
}

.ps-block--vendor-filter ul li a:hover {
    color: #000
}

.ps-block--vendor-filter ul li.active a {
    font-weight: 500;
    color: #000
}

.ps-block--vendor-filter ul li:last-child {
    margin-right: 16px
}

.ps-block--vendor-filter form {
    width: 100%;
    position: relative
}

.ps-block--vendor-filter form input {
    height: 30px;
    background-color: #fff
}

.ps-block--vendor-filter form button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    border: none;
    background-color: transparent
}

@media (max-width:479px) {
    .ps-block--vendor-filter {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .ps-block--vendor-filter>* {
        max-width: 100%
    }

    .ps-block--vendor-filter .ps-block__left {
        padding-bottom: 10px
    }
}

.ps-block--vendor-dashboard {
    margin-bottom: 40px
}

.ps-block--vendor-dashboard .ps-block__header {
    margin-bottom: 30px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e1e1e1
}

.ps-block--vendor-dashboard .ps-block__header h3 {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
    color: #000
}

.ps-block--vendor-status {
    margin-bottom: 60px
}

.ps-block--vendor-status figcaption {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    color: #000
}

.ps-block--vendor-status .ps-block__footer {
    padding-top: 20px
}

.ps-block--vendor-status .ps-block__footer a {
    color: #000
}

.ps-block--vendor-status .ps-block__footer a:hover {
    color: #70bcd9
}

@media (max-width:479px) {
    .ps-block--vendor-status {
        margin-bottom: 30px
    }
}

.ps-panel--sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 400px;
    height: 100vh;
    overflow-y: auto;
    z-index: 10001;
    background-color: #fff;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .5s cubic-bezier(.7, 0, .3, 1) 0s;
    -o-transition: all .5s cubic-bezier(.7, 0, .3, 1) 0s;
    transition: all .5s cubic-bezier(.7, 0, .3, 1) 0s
}

.ps-panel--sidebar .ps-panel__header {
    position: relative;
    text-align: center;
    padding: 15px 20px;
    background-color: #70bcd9
}

.ps-panel--sidebar .ps-panel__header h3 {
    margin-bottom: 0;
    font-weight: 600;
    color: #fff;
    font-size: 1.6rem;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: .05em
}

.ps-panel--sidebar .ps-panel__header .ps-btn--close {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px
}

.ps-panel--sidebar .ps-panel__header .ps-btn--close:after,
.ps-panel--sidebar .ps-panel__header .ps-btn--close:before {
    background-color: #fff;
    height: 60%
}

.ps-panel--sidebar .ps-panel__content {
    padding-top: 10px;
    padding-bottom: 70px
}

.ps-panel--sidebar.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

@media (max-width:479px) {
    .ps-panel--sidebar {
        width: 100%;
        max-width: 100%
    }
}

.widget {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.widget .widget-title {
    margin-bottom: 2.5rem;
    font-weight: 700
}

.widget:last-child {
    border-bottom: none
}

.widget_sidebar {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5
}

.widget_sidebar .widget-title {
    font-family: "Work Sans", sans-serif;
    display: block;
    margin-bottom: 2.5rem;
    font-size: 1.6rem;
    font-weight: 600;
    color: #222;
    text-transform: uppercase
}

.widget_sidebar ul li a {
    display: block;
    position: relative;
    padding: 5px 0;
    font-size: 1.4rem;
    line-height: 1.8em;
    color: #666
}

.widget_sidebar ul li a:before {
    content: '\f105';
    font-family: FontAwesome;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 10px;
    left: 0;
    line-height: 1em;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.widget_sidebar ul li a:hover {
    padding-left: 10px;
    color: #000
}

.widget_sidebar ul li a:hover:before {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.widget_shop {
    padding: 25px 20px;
    background-color: #f5f5f5
}

.widget_shop .widget-title {
    margin-bottom: 25px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    color: #000
}

.widget_shop .ps-checkbox {
    margin-bottom: 10px
}

.widget_shop .ps-checkbox>label {
    color: #000;
    line-height: 16px;
    padding-left: 25px
}

.widget_shop .ps-checkbox>label:before {
    width: 16px;
    height: 16px;
    border-radius: 2px
}

.widget_shop .ps-checkbox>label:after {
    top: 3px;
    left: 7px;
    width: 4px;
    height: 8px;
    border-width: 1px;
    border-color: #70bcd9
}

.widget_shop .ps-checkbox .fa-star {
    margin-right: 5px;
    color: #ccc
}

.widget_shop .ps-checkbox .fa-star.rate {
    color: #f2b309
}

.widget_shop .ps-checkbox small {
    color: #999;
    font-size: 14px
}

.widget_shop .ps-checkbox input[type=checkbox]:checked~label {
    font-weight: 500;
    color: #70bcd9
}

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

.widget_shop .ps-checkbox.ps-checkbox--color>label {
    margin: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    vertical-align: top
}

.widget_shop .ps-checkbox.ps-checkbox--color>label:before {
    width: 30px;
    height: 30px;
    border-radius: 50%
}

.widget_shop .ps-slider {
    display: block;
    margin-bottom: 10px;
    margin-left: 10px;
    height: 4px;
    background-color: #cecece;
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: none
}

.widget_shop .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_shop .ui-slider-handle {
    display: inline-block;
    top: 50%;
    height: 16px;
    width: 16px;
    outline: 0;
    cursor: pointer;
    border: none;
    background-color: #000;
    -webkit-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_shop .ps-slider__meta {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.8em;
    color: #999
}

.widget_shop .ps-slider__meta span {
    margin-left: 5px;
    margin-right: 5px
}

.widget_shop .ps-filter__btn {
    background-color: #888;
    color: #fff
}

.widget_shop .ps-filter__btn:hover {
    background-color: #222
}

.widget_shop figure {
    margin-top: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #ccc
}

.widget_shop figure:last-child {
    border-bottom: none
}

.widget_shop .sizes a {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 2px 20px;
    border: 1px solid #ccc;
    background-color: #fff
}

.widget_shop .sizes a:hover {
    border-color: #70bcd9
}

.widget_search {
    margin-bottom: 25px;
    border-bottom: none
}

.widget_size a {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 1rem 2rem;
    font-size: 1.4rem;
    line-height: 20px;
    color: #555;
    background-color: #f6f6f6
}

.widget_size a:hover {
    background-color: #a7a7a7;
    color: #fff
}

.widget_size .ps-checkbox--size label {
    margin-bottom: 10px;
    padding: 0;
    background-color: transparent
}

.widget_filter .ps-slider {
    display: block;
    margin-bottom: 10px;
    margin-left: 10px;
    height: 5px;
    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: #70bcd9;
    -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: 14px;
    width: 14px;
    outline: 0;
    cursor: pointer;
    background-color: #70bcd9;
    border: none;
    -webkit-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: 10px;
    font-size: 13px;
    line-height: 1.8em;
    color: #666;
    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: #222
}

.widget_tags a {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 15px;
    color: #303030;
    background-color: transparent;
    border: 1px solid #000;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px
}

.widget_tags a:hover {
    background-color: #222;
    color: #fff
}

.widget_footer .widget-title {
    font-size: 16px;
    margin-bottom: 30px;
    color: #000;
    font-weight: 600
}

.widget_contact-us .widget_content h3 {
    color: #70bcd9
}

.widget_contact-us .widget_content .ps-list--social {
    padding-top: 25px
}

.widget_features {
    margin-bottom: 30px;
    background-color: #f1f1f1;
    padding: 20px
}

.widget_features p {
    position: relative;
    margin-bottom: 20px;
    padding-left: 50px;
    color: #000;
    line-height: 1.4em
}

.widget_features p i {
    position: absolute;
    top: 0;
    left: 0;
    margin-right: 10px;
    font-size: 26px;
    color: #000
}

.widget_sell-on-site p {
    margin-bottom: 0;
    color: #000;
    vertical-align: middle
}

.widget_sell-on-site p i {
    font-size: 18px
}

.widget_sell-on-site p a {
    color: #06c
}

.widget_same-brand {
    border: 1px solid #e1e1e1
}

.widget_same-brand h3 {
    padding: 14px 20px;
    background-color: #f4f4f4;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    margin-top: 0;
    color: #000
}

.widget_same-brand .widget__content {
    padding: 20px
}

.widget_same-brand .ps-product {
    margin-bottom: 30px;
    border: 1px solid transparent;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.widget_same-brand .ps-product .ps-product__content {
    display: block
}

.widget_same-brand .ps-product:hover {
    border-bottom: 1px solid silver
}

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

.widget_same-brand .ps-product:hover .ps-product__content.hover {
    display: none
}

.widget_best-sale {
    padding: 15px 10px;
    border: 1px solid #d9d9d9;
    border-bottom: 5px solid red
}

.widget_best-sale .widget-title {
    font-weight: 600;
    color: #000;
    font-size: 20px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 15px
}

.widget_best-sale .ps-product--horizontal {
    margin-bottom: 15px
}

.widget_best-sale .ps-product--horizontal .ps-product__thumbnail {
    max-width: 60px
}

.widget_best-sale .ps-product--horizontal .ps-product__rating {
    display: none
}

.widget_best-sale .ps-product--horizontal .ps-product__price {
    font-size: 14px
}

.widget_best-sale .ps-product--horizontal .ps-product__price del {
    font-size: 12px
}

.widget--blog .widget__title {
    margin-bottom: 35px;
    margin-top: 0;
    font-size: 20px;
    font-weight: 600;
    color: #000
}

.widget--blog.widget--search .ps-form--widget-search input {
    height: 40px
}

.widget--blog.widget--categories ul li a {
    display: block;
    padding: 6px 0;
    line-height: 20px;
    color: #000
}

.widget--blog.widget--categories ul li a:hover {
    color: #70bcd9
}

.widget--blog.widget--recent-post .widget__content a {
    display: block;
    margin-bottom: 10px;
    color: #000;
    font-weight: 600;
    font-size: 16px
}

.widget--blog.widget--recent-post .widget__content a:hover {
    color: #70bcd9
}

.widget--blog.widget--recent-comments p a {
    color: #000
}

.widget--blog.widget--recent-comments p a:hover {
    color: #70bcd9
}

.widget--blog.widget--tags a {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    vertical-align: top;
    color: #999
}

.widget--blog.widget--tags a:after {
    content: ','
}

.widget--blog.widget--tags a:hover {
    color: #70bcd9
}

.owl-carousel {
    position: relative
}

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

.owl-carousel .ps-product {
    margin-bottom: 10px
}

.ps-carousel--nav {
    position: relative;
    z-index: 10
}

.ps-carousel--nav .owl-nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    width: 100%;
    height: 0
}

.ps-carousel--nav .owl-nav>* {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 40px;
    height: 40px;
    color: #ccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ps-carousel--nav .owl-nav>* i {
    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%);
    font-size: 30px
}

.ps-carousel--nav .owl-nav>:hover {
    color: #000
}

.ps-carousel--nav .owl-nav .owl-prev {
    margin-left: -70px
}

.ps-carousel--nav .owl-nav .owl-prev i {
    padding-right: 2px
}

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

.ps-carousel--nav .owl-nav .owl-next i {
    padding-left: 2px
}

.ps-carousel--nav .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none !important;
    text-align: center
}

.ps-carousel--nav .owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 8px;
    background-color: rgba(0, 0, 0, .3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

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

.ps-carousel--nav .owl-dots .owl-dot.active {
    background-color: #70bcd9
}

.ps-carousel--nav.inside .owl-nav {
    z-index: 20;
    height: 0
}

.ps-carousel--nav.inside .owl-nav>* {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ps-carousel--nav.inside .owl-prev {
    margin-left: 3rem
}

.ps-carousel--nav.inside .owl-prev i {
    padding-right: 5px
}

.ps-carousel--nav.inside .owl-next {
    float: right;
    margin-right: 3rem
}

.ps-carousel--nav.inside .owl-next i {
    padding-left: 5px
}

@media (max-width:1680px) {
    .ps-carousel--nav .owl-nav .owl-prev {
        margin-left: -40px
    }

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

@media (max-width:1199px) {
    .ps-carousel--nav {
        margin-bottom: 3rem;
        padding-bottom: 30px
    }

    .ps-carousel--nav .owl-nav {
        display: none
    }

    .ps-carousel--nav .owl-dots {
        display: block !important
    }
}

.ps-carousel--animate .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center
}

.ps-carousel--animate .slick-dots li {
    display: inline-block;
    vertical-align: top;
    line-height: 0;
    margin-right: 10px
}

.ps-carousel--animate .slick-dots li button {
    display: inline-block;
    border: 0;
    padding: 0;
    font-size: 0;
    width: 12px;
    height: 12px;
    vertical-align: top;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .5)
}

.ps-carousel--animate .slick-dots li.slick-active button {
    background-color: #000
}

.ps-carousel--animate .slick-dots li:last-child {
    margin-right: 0
}

@media (max-width:479px) {
    .ps-carousel--animate .slick-dots {
        bottom: 5px
    }

    .ps-carousel--animate .slick-dots li button {
        width: 8px;
        height: 8px
    }
}

.ps-carousel--responsive {
    position: relative;
    z-index: 10
}

.ps-carousel--responsive .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none !important;
    text-align: center
}

.ps-carousel--responsive .owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 6px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .3)
}

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

.ps-carousel--responsive .owl-dots .owl-dot.active {
    background-color: #70bcd9
}

@media (max-width:1199px) {
    .ps-carousel--responsive {
        margin-bottom: 3rem;
        padding-bottom: 30px
    }

    .ps-carousel--responsive .owl-nav {
        display: none
    }

    .ps-carousel--responsive .owl-dots {
        display: block !important
    }
}

.ps-carousel--product-box {
    overflow: hidden
}

.ps-carousel--product-box .owl-nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.ps-carousel--product-box .owl-nav>* {
    position: relative;
    background-color: rgba(0, 0, 0, .5);
    width: 30px;
    height: 40px
}

.ps-carousel--product-box .owl-nav>*>i {
    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%);
    color: #fff
}

.ps-carousel--product-box .owl-nav .owl-prev {
    padding-right: 2px;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.ps-carousel--product-box .owl-nav .owl-next {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.ps-carousel--product-box .owl-nav .owl-next i {
    padding-left: 2px;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

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

.ps-carousel--product-box .owl-dots .owl-dot {
    display: inline-block;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .5)
}

.ps-carousel--product-box .owl-dots .owl-dot.active,
.ps-carousel--product-box .owl-dots .owl-dot:hover {
    background-color: #fff
}

.ps-carousel--product-box .owl-dots .owl-dot:last-child {
    margin-right: 0
}

.ps-carousel--product-box:hover .owl-nav .owl-prev {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.ps-carousel--product-box:hover .owl-nav .owl-next {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.ps-carousel--nav-inside {
    overflow: hidden
}

.ps-carousel--nav-inside .owl-nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.ps-carousel--nav-inside .owl-nav>* {
    position: relative;
    background-color: rgba(0, 0, 0, .1);
    width: 40px;
    height: 40px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ps-carousel--nav-inside .owl-nav>*>i {
    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%);
    color: #000
}

.ps-carousel--nav-inside .owl-nav .owl-prev {
    padding-right: 2px
}

.ps-carousel--nav-inside .owl-nav .owl-next {
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.ps-carousel--nav-inside .owl-nav .owl-next i {
    padding-left: 2px
}

.ps-carousel--nav-inside .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    display: none;
    visibility: hidden;
    opacity: 0
}

.ps-carousel--nav-inside .owl-dots .owl-dot {
    display: inline-block;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .5)
}

.ps-carousel--nav-inside .owl-dots .owl-dot.active,
.ps-carousel--nav-inside .owl-dots .owl-dot:hover {
    background-color: #fff
}

.ps-carousel--nav-inside .owl-dots .owl-dot:last-child {
    margin-right: 0
}

.ps-carousel--nav-inside.second .owl-nav>* {
    width: 48px;
    height: 48px;
    background-color: rgba(0, 0, 0, .3)
}

.ps-carousel--nav-inside.second .owl-nav>* i {
    font-size: 18px;
    color: #fff
}

.ps-carousel--nav-inside.second .owl-nav>:hover {
    background-color: #000
}

.ps-carousel--nav-inside.second .owl-nav .owl-prev {
    margin-left: 20px
}

.ps-carousel--nav-inside.second .owl-nav .owl-next {
    margin-right: 20px
}

@media (max-width:1199px) {
    .ps-carousel--nav-inside .owl-nav {
        display: none
    }

    .ps-carousel--nav-inside .owl-dots {
        display: block;
        visibility: visible;
        opacity: 1
    }
}

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

.ps-carousel--dots .owl-dots .owl-dot {
    display: inline-block;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .5)
}

.ps-carousel--dots .owl-dots .owl-dot.active,
.ps-carousel--dots .owl-dots .owl-dot:hover {
    background-color: #70bcd9
}

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

.masonry-wrapper {
    margin: 0
}

.masonry-wrapper .grid-item,
.masonry-wrapper .grid-sizer {
    width: 100%
}

.masonry-wrapper .grid-item .grid-item__inner .grid-item__content-wrapper {
    background-color: #9ec3c3
}

.masonry-wrapper.ac_masonry-grid .grid-item__content-wrapper {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.setting {
    margin: 0;
    margin: -5px
}

.setting .grid-item,
.setting .grid-sizer {
    width: 100%
}

.setting .grid-item .grid-item__inner .grid-item__content-wrapper {
    background-color: #ccc
}

.setting.ac_masonry-grid .grid-item__content-wrapper {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.setting.ac_masonry-grid .grid-item__inner {
    padding-top: 60%
}

.setting.ac_masonry-grid .grid-item.extra-large .grid-item__inner,
.setting.ac_masonry-grid .grid-item.wide .grid-item__inner {
    padding-top: 30%
}

.setting.ac_masonry-grid .grid-item.high .grid-item__inner {
    padding-top: 120%
}

.setting .grid-item .grid-item__content-wrapper {
    margin: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px
}

.setting .grid-item,
.setting .grid-sizer {
    width: 100%
}

@media (min-width:768px) {

    .setting .grid-item,
    .setting .grid-sizer {
        width: 50%
    }

    .setting .grid-item.large,
    .setting .grid-item.wide {
        width: 100%
    }

    .setting .grid-item.extra-large {
        width: 100%
    }
}

@media (min-width:992px) {

    .setting .grid-item,
    .setting .grid-sizer {
        width: 33.33333%
    }

    .setting .grid-item.large,
    .setting .grid-item.wide {
        width: 66.66667%
    }

    .setting .grid-item.extra-large {
        width: 100%
    }
}

@media (min-width:1200px) {

    .setting .grid-item,
    .setting .grid-sizer {
        width: 33.33333%
    }

    .setting .grid-item.large,
    .setting .grid-item.wide {
        width: 66.66667%
    }

    .setting .grid-item.extra-large {
        width: 100%
    }
}

.ps-badge {
    position: absolute;
    padding: 5px 15px;
    top: 1rem;
    left: 1rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px
}

.ps-badge i {
    font-size: 1.4rem;
    color: #fff;
    font-weight: 500;
    line-height: 20px;
    font-style: normal
}

.ps-badge--red {
    background-color: #ea4040
}

.ps-product {
    position: relative;
    padding: 20px 20px 0;
    border: 1px solid transparent;
    border-bottom: none
}

.ps-product .ps-product__rating .br-wrapper {
    display: inline-block
}

.ps-product .ps-product__rating .br-wrapper a {
    font-size: 13px;
    color: #70bcd9
}

.ps-product .ps-product__rating span {
    color: #666;
    margin-left: 10px
}

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

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

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

.ps-product .ps-product__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 200px;
    padding: 10px 0;
    background-color: #fff;
    -webkit-transition: all .5s cubic-bezier(.7, 0, .3, 1) 0s;
    -o-transition: all .5s cubic-bezier(.7, 0, .3, 1) 0s;
    transition: all .5s cubic-bezier(.7, 0, .3, 1) 0s
}

.ps-product .ps-product__actions li {
    margin-right: 10px
}

.ps-product .ps-product__actions li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%
}

.ps-product .ps-product__actions li a:hover {
    background-color: #70bcd9;
    color: #fff
}

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

.ps-product .ps-product__vendor {
    display: block;
    padding-bottom: 8px;
    margin-bottom: 13px;
    line-height: 1.2;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    border-bottom: 1px solid #e1e1e1
}

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

.ps-product .ps-product__badge.out-stock {
    background-color: #000
}

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

.ps-product .ps-product__title {
    margin: 0;
    padding: 0 0 5px;
    font-size: 14px;
    line-height: 1.2em;
    color: #06c
}

.ps-product .ps-product__title:hover {
    color: #70bcd9
}

.ps-product .ps-product__progress-bar {
    display: block;
    width: 100%
}

.ps-product .ps-product__progress-bar .ps-progress__value {
    margin-bottom: 5px;
    position: relative;
    display: block;
    height: 11px;
    background-color: #e4e4e4
}

.ps-product .ps-product__progress-bar .ps-progress__value>span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    height: 100%;
    background-color: #70bcd9;
    width: 50%
}

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

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

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

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

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

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

.ps-product.ps-product--inner {
    padding: 0;
    border: none
}

.ps-product:hover {
    border-color: silver
}

.ps-product:hover .ps-product__thumbnail .ps-product__actions {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.ps-product:hover .ps-product__content {
    visibility: hidden;
    opacity: 0;
    height: 0
}

.ps-product:hover .ps-product__content.hover {
    height: auto;
    visibility: visible;
    opacity: 1
}

.ps-product:hover.ps-product--inner {
    border: none
}

.ps-product:hover.ps-product--inner .ps-product__content {
    display: block;
    visibility: visible;
    opacity: 1
}

@media (max-width:767px) {
    .ps-product {
        padding: 0
    }
}

.ps-product--simple .ps-product__vendor {
    display: none
}

.ps-product--simple .ps-product__content {
    padding-bottom: 10px
}

.ps-product--simple .ps-product__actions {
    display: none
}

.ps-product--simple:hover {
    border-color: transparent
}

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

.ps-product--wide {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    border: 1px solid transparent;
    border-bottom: 1px solid #f0f0f0;
    padding: 0
}

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

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

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

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

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

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

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

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

.ps-product--wide .ps-product__shopping {
    min-width: 260px
}

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

.ps-product--wide .ps-product__shopping .ps-product__actions {
    max-width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

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

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

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

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

.ps-product--wide .ps-product__thumbnail {
    max-width: 270px
}

.ps-product--wide .ps-product__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px
}

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

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

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

    .ps-product--wide .ps-product__container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

@media (max-width:479px) {
    .ps-product--wide {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

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

.ps-product--horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin-bottom: 30px;
    padding-right: 15px
}

.ps-product--horizontal .ps-product__rating .br-wrapper {
    display: inline-block
}

.ps-product--horizontal .ps-product__rating .br-wrapper a {
    font-size: 13px;
    color: #70bcd9
}

.ps-product--horizontal .ps-product__rating span {
    color: #666;
    margin-left: 10px
}

.ps-product--horizontal .ps-product__title {
    margin: 0;
    padding: 0 0 5px;
    font-size: 14px;
    line-height: 1.2em;
    color: #06c
}

.ps-product--horizontal .ps-product__title:hover {
    color: #70bcd9
}

.ps-product--horizontal .ps-product__price {
    font-size: 16px;
    color: #000
}

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

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

.ps-product--horizontal .ps-product__thumbnail {
    max-width: 100px;
    width: 100%
}

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

@media (max-width:1440px) {
    .ps-product--horizontal .ps-product__content {
        padding-right: 0
    }
}

@media (max-width:767px) {
    .ps-product--horizontal .ps-product__thumbnail {
        max-width: 75px
    }

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

.ps-product--hot-deal .ps-product__thumbnail .ps-product__variants {
    max-width: 52px;
    min-width: 52px
}

.ps-product--hot-deal .ps-product__thumbnail .ps-product__variants .item {
    border: 1px solid #ccc
}

.ps-product--hot-deal .ps-product__thumbnail .ps-product__variants .item img {
    opacity: 1
}

.ps-product--hot-deal .ps-product__thumbnail .ps-product__variants .item.slick-current {
    border-color: #dd2400
}

.ps-product--hot-deal .ps-product__thumbnail>figure {
    padding-left: 20px;
    max-width: calc(100% - 52px)
}

.ps-product--hot-deal .ps-product__badge {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background-color: #96b101
}

.ps-product--hot-deal .ps-product__badge span {
    font-weight: 500;
    color: #fff;
    font-size: 13px;
    line-height: 1.2em
}

.ps-product--hot-deal .ps-product__info h5 {
    font-size: 12px;
    margin-bottom: 7px;
    color: #000;
    font-weight: 400;
    text-transform: uppercase
}

.ps-product--hot-deal .ps-product__info .ps-product__name {
    font-weight: 600;
    color: #000;
    font-size: 18px
}

.ps-product--hot-deal .ps-product__price {
    margin-bottom: 10px
}

.ps-product--hot-deal .ps-product__processs-bar .ps-progress {
    margin-bottom: 10px;
    height: 17px;
    background: #e4e4e4
}

.ps-product--hot-deal .ps-product__processs-bar .ps-progress span {
    background-color: #dd2400
}

.ps-product--hot-deal .ps-product__processs-bar p strong {
    color: #690
}

.ps-product--hot-deal .ps-product__meta {
    border-bottom: none;
    display: block
}

.ps-product--hot-deal .ps-product__meta a {
    color: #06c
}

.ps-product--hot-deal .ps-product__expires {
    border-top: 1px solid #e4e4e4;
    padding-top: 20px
}

.ps-product--hot-deal .ps-product__expires p {
    margin-bottom: 0;
    line-height: 1.8em;
    color: #000
}

.ps-product--hot-deal .ps-product__expires .ps-countdown {
    margin-bottom: 10px
}

.ps-product--hot-deal .ps-product__specification p {
    margin-right: 0;
    padding-right: 0
}

.ps-product--hot-deal .ps-product__specification p:after {
    display: none
}

.ps-product--hot-deal .ps-countdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.ps-product--hot-deal .ps-countdown li {
    position: relative;
    padding-right: 30px;
    text-align: center
}

.ps-product--hot-deal .ps-countdown li:after {
    content: ':';
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 25px;
    color: #999
}

.ps-product--hot-deal .ps-countdown li span {
    display: inline-block;
    margin-bottom: 10px;
    width: 56px;
    height: 56px;
    border: 1px solid #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #dd2400;
    font-weight: 600;
    font-size: 20px
}

.ps-product--hot-deal .ps-countdown li:last-child {
    padding-right: 0
}

.ps-product--hot-deal .ps-countdown li:last-child:after {
    display: none
}

.ps-product--hot-deal .ps-product__header .ps-product__thumbnail {
    padding-right: 0
}

.ps-product--hot-deal .ps-product__header .ps-product__info {
    padding-left: 30px
}

@media (max-width:1199px) {
    .ps-product--hot-deal .ps-product__thumbnail .ps-product__variants {
        min-width: 100%;
        max-width: 100%
    }

    .ps-product--hot-deal .ps-product__thumbnail figure {
        max-width: 100%;
        padding-left: 0
    }
}

@media (max-width:991px) {
    .ps-product--hot-deal .ps-product__header .ps-product__info {
        padding-left: 10px
    }

    .ps-product--hot-deal .ps-countdown li span {
        width: 40px;
        height: 40px;
        font-size: 14px
    }
}

@media (max-width:479px) {
    .ps-product--hot-deal .ps-product__name {
        font-size: 16px
    }

    .ps-product--hot-deal .ps-product__expires>p {
        margin-bottom: 10px
    }

    .ps-product--hot-deal .ps-countdown li:after {
        top: 0;
        font-size: 20px
    }

    .ps-product--hot-deal .ps-countdown li span {
        width: 30px;
        height: 30px;
        font-size: 14px
    }

    .ps-product--hot-deal .ps-countdown p {
        font-size: 10px
    }
}

.ps-product--cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ps-product--cart>* {
    width: 100%
}

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

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

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

.ps-product--cart .ps-product__content a:hover {
    color: #70bcd9
}

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

.ps-product--detail {
    margin-bottom: 5rem
}

.ps-product--detail h1 {
    margin-bottom: 10px;
    font-size: 24px;
    color: #000;
    font-weight: 400;
    line-height: 1.2
}

.ps-product--detail .slick-slide {
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

.ps-product--detail .slick-slide:active,
.ps-product--detail .slick-slide:focus,
.ps-product--detail .slick-slide:hover {
    outline: 0
}

.ps-product--detail .ps-product__variants .item {
    margin-bottom: 10px;
    border: 1px solid #d9d9d9;
    cursor: pointer
}

.ps-product--detail .ps-product__variants .item img {
    opacity: .5;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.ps-product--detail .ps-product__variants .item .ps-video {
    position: relative;
    z-index: 10
}

.ps-product--detail .ps-product__variants .item .ps-video:before {
    content: "\f04b";
    font-family: FontAwesome;
    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%);
    color: #fff;
    z-index: 20
}

.ps-product--detail .ps-product__variants .item:last-child {
    margin-bottom: 0
}

.ps-product--detail .ps-product__variants .item.slick-current {
    border-color: #70bcd9
}

.ps-product--detail .ps-product__variants .item.slick-current img {
    opacity: 1
}

.ps-product--detail .ps-product__variants .item:hover img {
    width: 100%;
    opacity: 1
}

.ps-product--detail .ps-product__gallery {
    position: relative
}

.ps-product--detail .ps-product__gallery .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
    width: 35px;
    height: 35px;
    color: #000;
    font-size: 18px;
    background-color: rgba(255, 255, 255, .5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    visibility: hidden;
    opacity: 0
}

.ps-product--detail .ps-product__gallery .slick-arrow i {
    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%)
}

.ps-product--detail .ps-product__gallery .slick-arrow:first-child {
    left: 20px
}

.ps-product--detail .ps-product__gallery .slick-arrow:last-child {
    right: 10px
}

.ps-product--detail .ps-product__gallery .slick-arrow:hover {
    background-color: #70bcd9;
    color: #fff
}

.ps-product--detail .ps-product__gallery:hover .item:before {
    visibility: visible;
    opacity: 1
}

.ps-product--detail .ps-product__gallery:hover .slick-arrow {
    visibility: visible;
    opacity: 1
}

.ps-product--detail .ps-product__video a {
    vertical-align: middle
}

.ps-product--detail .ps-product__video a:hover.ps-btn--black {
    background-color: #70bcd9;
    border-color: #70bcd9
}

.ps-product--detail .ps-product__video i {
    font-size: 20px;
    font-weight: 700;
    vertical-align: middle
}

.ps-product--detail .ps-product__badge {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 30;
    padding: 0 5px;
    background-color: #fe9931
}

.ps-product--detail .ps-product__badge i {
    font-style: normal;
    color: #fff;
    text-align: center;
    line-height: 1.2em;
    font-size: 1.3rem;
    letter-spacing: .2em
}

.ps-product--detail .ps-product__info {
    text-align: left
}

.ps-product--detail .ps-product__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
    border-bottom: 1px solid #e1e1e1
}

.ps-product--detail .ps-product__meta p {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
    padding-right: 10px;
    line-height: 20px
}

.ps-product--detail .ps-product__meta p a {
    color: #06c
}

.ps-product--detail .ps-product__meta p:after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 14px;
    background-color: #ccc
}

.ps-product--detail .ps-product__meta .ps-product__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.ps-product--detail .ps-product__meta .ps-product__rating .br-wrapper a {
    font-size: 14px
}

.ps-product--detail .ps-product__meta .ps-product__rating span {
    margin-left: 10px;
    color: #666
}

.ps-product--detail .ps-product__price {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    color: #000
}

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

.ps-product--detail .ps-product__price.sale del {
    margin-right: 10px;
    font-size: 22px;
    color: #666
}

.ps-product--detail .ps-product__price del {
    font-style: normal;
    color: #bcbcbc;
    font-size: 1.3rem
}

.ps-product--detail .ps-product__price.sale del {
    margin-right: 0;
    font-size: 16px;
    font-weight: 500
}

.ps-product--detail .ps-product__price.sale small {
    font-size: 16px;
    font-weight: 500
}

.ps-product--detail .ps-product__desc {
    margin-bottom: 20px;
    border-bottom: 1px solid #e1e1e1
}

.ps-product--detail .ps-product__desc p {
    color: #000
}

.ps-product--detail .ps-product__desc p a {
    text-transform: uppercase;
    font-weight: 600;
    color: #09c;
    font-size: 16px
}

.ps-product--detail .ps-product__desc p strong {
    font-weight: 600
}

.ps-product--detail .ps-product__desc .ps-tag--in-stock {
    font-size: 14px
}

.ps-product--detail .ps-product__desc .ps-tag--out-stock {
    color: red;
    text-transform: none;
    font-size: 14px
}

.ps-product--detail .ps-product__desc ul {
    list-style-type: none
}

.ps-product--detail .ps-product__desc ul li {
    color: #666
}

.ps-product--detail .ps-product__desc ul li:before {
    top: 6px;
    background-color: #999;
    width: 6px;
    height: 6px
}

.ps-product--detail .ps-product__shopping {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3rem;
    padding-bottom: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 1px solid #e1e1e1
}

.ps-product--detail .ps-product__shopping>* {
    margin-right: 30px
}

.ps-product--detail .ps-product__shopping figure figcaption {
    margin-bottom: 4px
}

.ps-product--detail .ps-product__shopping .form-group--number {
    max-width: 115px
}

.ps-product--detail .ps-product__shopping .form-group--number input {
    border-radius: 0;
    border-color: rgba(0, 0, 0, .25)
}

.ps-product--detail .ps-product__shopping .form-group--number i {
    color: rgba(0, 0, 0, .25)
}

.ps-product--detail .ps-product__shopping .ps-btn {
    font-weight: 600;
    padding-left: 30px;
    padding-right: 30px;
    vertical-align: top;
    max-height: 50px
}

.ps-product--detail .ps-product__shopping .ps-btn--gray {
    background-color: rgba(0, 0, 0, .5);
    color: #fff
}

.ps-product--detail .ps-product__shopping .ps-product__favorite {
    position: relative;
    display: inline-block;
    margin-right: 0;
    width: 40px;
    height: 40px;
    vertical-align: top;
    border: 1px solid #000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.ps-product--detail .ps-product__shopping .ps-product__favorite i {
    padding-top: 2px;
    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%)
}

.ps-product--detail .ps-product__shopping .ps-product__favorite:hover {
    border-color: #70bcd9
}

.ps-product--detail .ps-product__shopping .ps-product__actions {
    margin-right: 0
}

.ps-product--detail .ps-product__shopping .ps-product__actions a {
    display: inline-block;
    margin-right: 20px;
    font-size: 26px;
    color: #999
}

.ps-product--detail .ps-product__shopping .ps-product__actions a:last-child {
    margin-right: 0
}

.ps-product--detail .ps-product__shopping.extend {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap
}

.ps-product--detail .ps-product__shopping.extend>* {
    margin-right: 0
}

.ps-product--detail .ps-product__shopping.extend .ps-product__btn-group {
    margin-bottom: 20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    max-width: 380px
}

.ps-product--detail .ps-product__shopping.extend .ps-product__btn-group .ps-btn {
    min-width: 180px;
    text-align: center
}

.ps-product--detail .ps-product__shopping.extend>.ps-btn {
    width: 100%;
    text-align: center
}

@media (max-width:1680px) {
    .ps-product--detail .ps-product__shopping {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .ps-product--detail .ps-product__shopping>* {
        margin-bottom: 10px
    }

    .ps-product--detail .ps-product__shopping .ps-btn {
        width: 50%;
        text-align: center
    }
}

.ps-product--detail .ps-product__links {
    margin-bottom: 3rem
}

.ps-product--detail .ps-product__links a {
    display: inline-block;
    margin-right: 20px;
    font-weight: 600;
    color: #000
}

.ps-product--detail .ps-product__links a:hover {
    color: #70bcd9
}

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

.ps-product--detail .ps-product__specification .report {
    text-decoration: underline
}

.ps-product--detail .ps-product__specification .in-stock {
    color: #8bc500;
    font-weight: 600
}

.ps-product--detail .ps-product__specification p {
    color: #000;
    margin-bottom: 0
}

.ps-product--detail .ps-product__specification p strong {
    font-weight: 400;
    margin-right: 5px
}

.ps-product--detail .ps-product__specification p a {
    color: #666
}

.ps-product--detail .ps-product__specification p a:hover {
    color: #70bcd9
}

.ps-product--detail .ps-product__specification p.categories a {
    color: #09c
}

.ps-product--detail .ps-product__sharing {
    padding-top: 2rem;
    margin-bottom: 0
}

.ps-product--detail .ps-product__sharing p {
    line-height: 30px;
    color: #000;
    font-weight: 500
}

.ps-product--detail .ps-product__sharing a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    vertical-align: top
}

.ps-product--detail .ps-product__sharing a i {
    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%);
    font-size: 20px;
    color: #fff
}

.ps-product--detail .ps-product__sharing a:last-child {
    margin-right: 0
}

.ps-product--detail .ps-product__sharing a:hover {
    color: #fff;
    background-color: #70bcd9
}

.ps-product--detail .ps-product__sharing a.facebook {
    background-color: #3b5999
}

.ps-product--detail .ps-product__sharing a.twitter {
    background-color: #55acee
}

.ps-product--detail .ps-product__sharing a.google {
    background-color: #dd4b39
}

.ps-product--detail .ps-product__sharing a.linkedin {
    background-color: #0077b5
}

.ps-product--detail .ps-product__bundle {
    margin-bottom: 2rem
}

.ps-product--detail .ps-product__bundle h4 {
    font-weight: 600;
    font-size: 2.1rem
}

.ps-product--detail .ps-product__bundle .form-group {
    margin-bottom: 15px
}

.ps-product--detail .ps-product__bundle p {
    margin-bottom: 15px
}

.ps-product--detail .ps-product__bundle p strong {
    font-weight: 600;
    color: #696969
}

.ps-product--detail .ps-product__bundle .ps-checkbox {
    margin-bottom: 10px
}

.ps-product--detail .ps-product__bundle-item p {
    margin-bottom: 0
}

.ps-product--detail .ps-product__bundle-item img {
    margin-bottom: 10px;
    max-width: 100px
}

.ps-product--detail .ps-product__bundle-item span {
    padding: 0 5px
}

@media (max-width:479px) {
    .ps-product--detail .ps-product__bundle-item img {
        max-width: 50px
    }
}

.ps-product--detail .ps-product__group img {
    max-width: 80px
}

.ps-product--detail .ps-product__group .form-group--number {
    min-width: 100px
}

.ps-product--detail .ps-product__group .form-group--number .form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}

.ps-product--detail .ps-product__group table tr td {
    padding: 10px
}

.ps-product--detail .ps-product__group table tr td a {
    color: #000
}

.ps-product--detail .ps-product__group table tr td a:hover {
    color: #666
}

.ps-product--detail .ps-product__group table tr td:nth-child(2) {
    min-width: 230px
}

.ps-product--detail .ps-gallery__item {
    display: block
}

.ps-product--detail .ps-product__variations {
    margin-bottom: 2rem
}

.ps-product--detail .ps-product__variations figure {
    margin-bottom: 15px
}

.ps-product--detail .ps-product__variations figure figcaption {
    margin-bottom: 15px;
    font-size: 14px;
    color: #666;
    font-weight: 400
}

.ps-product--detail .ps-product__variations figure figcaption strong {
    color: #000
}

.ps-product--detail .ps-product__progress-bar {
    display: block;
    width: 100%
}

.ps-product--detail .ps-product__progress-bar .ps-progress__value {
    margin-bottom: 5px;
    position: relative;
    display: block;
    height: 20px;
    background-color: #e4e4e4
}

.ps-product--detail .ps-product__progress-bar .ps-progress__value>span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    height: 100%;
    background-color: #70bcd9;
    width: 50%
}

.ps-product--detail .ps-product__progress-bar p {
    margin-bottom: 0
}

.ps-product--detail .ps-product__progress-bar p>b {
    color: #690
}

.ps-product--detail .ps-product__countdown {
    margin-bottom: 25px;
    padding: 20px;
    background-color: #f4f4f4
}

.ps-product--detail .ps-product__countdown figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

.ps-product--detail .ps-product__countdown figure>* {
    width: 100%
}

.ps-product--detail .ps-product__countdown figure figcaption {
    max-width: 260px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    padding-right: 20px
}

.ps-product--detail .ps-product__countdown .ps-countdown li {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    margin-right: 10px;
    text-align: center
}

.ps-product--detail .ps-product__countdown .ps-countdown li:after {
    content: ':';
    color: #666;
    font-size: 20px;
    position: absolute;
    top: 20px;
    right: 0;
    font-weight: 600
}

.ps-product--detail .ps-product__countdown .ps-countdown li span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 56px;
    height: 56px;
    background-color: #fff;
    border: 1px solid #ccc;
    font-size: 30px;
    color: red;
    font-weight: 600
}

.ps-product--detail .ps-product__countdown .ps-countdown li p {
    margin-bottom: 0
}

.ps-product--detail .ps-product__countdown .ps-countdown li:last-child {
    margin-right: 0
}

.ps-product--detail .ps-product__countdown .ps-countdown li:last-child:after {
    display: none
}

@media (max-width:1680px) {
    .ps-product--detail .ps-product__countdown figure {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap
    }

    .ps-product--detail .ps-product__countdown figure figcaption {
        margin-bottom: 10px
    }
}

@media (max-width:767px) {
    .ps-product--detail .ps-product__countdown figure figcaption {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.6em
    }

    .ps-product--detail .ps-product__countdown .ps-countdown {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 320px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .ps-product--detail .ps-product__countdown .ps-countdown li span {
        width: 40px;
        height: 40px;
        font-size: 20px
    }
}

@media (max-width:479px) {
    .ps-product--detail .ps-product__countdown .ps-countdown li p {
        display: none
    }
}

.ps-product--detail .ps-product__thumbnail {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row-reverse nowrap;
    -moz-flex-flow: row-reverse nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse nowrap;
    flex-flow: row-reverse nowrap;
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    align-content: flex-start;
    -ms-flex-line-pack: start
}

.ps-product--detail .ps-product__thumbnail>* {
    width: 100%
}

.ps-product--detail .ps-product__thumbnail .ps-product__badge {
    width: auto
}

.ps-product--detail .ps-product__thumbnail figure {
    position: relative;
    display: block;
    max-width: calc(100% - 60px);
    padding-left: 10px
}

.ps-product--detail .ps-product__thumbnail .ps-product__variants {
    max-width: 60px;
    width: 100%;
    min-width: 60px
}

.ps-product--detail .ps-product__thumbnail .ps-product__video {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 20
}

.ps-product--detail .ps-product__thumbnail .ps-wrapper {
    position: relative
}

.ps-product--detail .ps-product__heading {
    margin-bottom: 40px;
    margin-top: 10px;
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    border-bottom: 1px solid #e1e1e1
}

.ps-product--detail .ps-product__thumbnail[data-vertical=false] {
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.ps-product--detail .ps-product__thumbnail[data-vertical=false] figure {
    max-width: 100%;
    padding-left: 0
}

.ps-product--detail .ps-product__thumbnail[data-vertical=false] .ps-product__variants {
    max-width: 100%;
    text-align: center;
    width: 100%
}

.ps-product--detail .ps-product__thumbnail[data-vertical=false] .ps-product__variants .item {
    margin-bottom: 0;
    margin-right: 10px
}

.ps-product--detail .ps-product__thumbnail[data-vertical=false] .ps-product__variants .item.slick-active:last-child {
    margin-right: 0
}

.ps-product--detail .ps-product__thumbnail[data-vertical=false] .ps-product__variants .slick-list {
    margin-right: -10px
}

.ps-product--detail .ps-product__thumbnail[data-vertical=false] .ps-product__variants .slick-arrow {
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ps-product--detail .ps-product__thumbnail[data-vertical=false] .ps-product__variants .slick-arrow:first-child {
    left: -20px
}

.ps-product--detail .ps-product__thumbnail[data-vertical=false] .ps-product__variants .slick-arrow:first-child i:before {
    content: "\f104"
}

.ps-product--detail .ps-product__thumbnail[data-vertical=false] .ps-product__variants .slick-arrow:last-child {
    right: 0
}

.ps-product--detail .ps-product__thumbnail[data-vertical=false] .ps-product__variants .slick-arrow:last-child i:before {
    content: "\f105"
}

.ps-product--detail .ps-product__thumbnail[data-vertical=false] .ps-product__variants .slick-arrow:hover i {
    color: #000
}

.ps-product--detail .ps-product__thumbnail[data-vertical=false] .ps-product__gallery {
    margin-bottom: 10px
}

.ps-product--detail .ps-product__thumbnail[data-vertical=false] .ps-product__gallery img {
    width: 100%
}

.ps-product--detail .ps-product__header {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.ps-product--detail .ps-product__header>* {
    width: 100%
}

.ps-product--detail .ps-product__header .ps-product__thumbnail {
    max-width: 43%
}

.ps-product--detail .ps-product__header .ps-product__info {
    max-width: 57%;
    padding-left: 30px
}

.ps-product--detail>.ps-product__content {
    padding-top: 100px
}

.ps-product--detail .ps-tab-list {
    position: relative;
    display: block;
    margin: 0 0 50px;
    padding-left: 0;
    border-bottom: 1px solid #e1e1e1
}

.ps-product--detail .ps-tab-list li {
    display: inline-block
}

.ps-product--detail .ps-tab-list li a {
    position: relative;
    display: block;
    color: #999;
    font-size: 20px;
    padding: 15px 20px;
    line-height: 20px;
    font-weight: 600
}

.ps-product--detail .ps-tab-list li a:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #70bcd9;
    -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-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: -webkit-transform .75s cubic-bezier(.77, 0, .175, 1);
    transition: -webkit-transform .75s cubic-bezier(.77, 0, .175, 1);
    -o-transition: transform .75s cubic-bezier(.77, 0, .175, 1);
    transition: transform .75s cubic-bezier(.77, 0, .175, 1);
    transition: transform .75s cubic-bezier(.77, 0, .175, 1), -webkit-transform .75s cubic-bezier(.77, 0, .175, 1)
}

.ps-product--detail .ps-tab-list li a:hover {
    color: #000
}

.ps-product--detail .ps-tab-list li a:hover: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: scale3d(1, 1, 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%
}

.ps-product--detail .ps-tab-list li:last-child {
    margin-right: 0
}

.ps-product--detail .ps-tab-list li.active a {
    color: #000;
    border-color: #000
}

.ps-product--detail .ps-tab-list li.active a: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: scale3d(1, 1, 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%
}

.ps-product--detail .ps-tab p {
    margin-bottom: 25px
}

.ps-product--detail .ps-product .ps-product__price {
    font-size: 16px;
    font-weight: 400
}

.ps-product--detail.ps-product--thumbnail-right .ps-product__thumbnail {
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.ps-product--detail.ps-product--thumbnail-right .ps-product__thumbnail figure {
    padding-left: 0;
    padding-right: 10px
}

@media (max-width:1199px) {
    .ps-product--detail .ps-product__thumbnail {
        -webkit-flex-flow: column wrap;
        -moz-flex-flow: column wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap
    }

    .ps-product--detail .ps-product__thumbnail figure {
        margin-bottom: 30px;
        padding: 0;
        width: 100%;
        max-width: 100%
    }

    .ps-product--detail .ps-product__thumbnail .ps-product__variants {
        position: relative;
        padding: 0 40px;
        float: none;
        width: 100%;
        max-width: 100%
    }

    .ps-product--detail .ps-product__thumbnail .ps-product__variants .item {
        border: none;
        margin-right: 10px;
        margin-bottom: 0
    }

    .ps-product--detail .ps-product__thumbnail .ps-product__variants .slick-arrow {
        display: inline-block;
        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: 16px
    }

    .ps-product--detail .ps-product__thumbnail .ps-product__variants .slick-arrow:first-child {
        left: 0
    }

    .ps-product--detail .ps-product__thumbnail .ps-product__variants .slick-arrow:last-child {
        right: 0
    }

    .ps-product--detail.ps-product--thumbnail-right .ps-product__thumbnail {
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .ps-product--detail.ps-product--thumbnail-right .ps-product__thumbnail figure {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:991px) {
    .ps-product--detail .ps-product__header .ps-product__thumbnail {
        padding-right: 0
    }

    .ps-product--detail .ps-product__header .ps-product__info {
        padding-left: 3rem
    }

    .ps-product--detail .ps-product__shopping .form-group--number {
        max-width: 100px
    }

    .ps-product--detail .ps-product__thumbnail {
        padding-right: 0
    }

    .ps-product--detail>.ps-product__content {
        padding-top: 75px
    }

    .ps-product--detail>.ps-product__content .tab-list li {
        margin-right: 3rem
    }

    .ps-product--detail>.ps-product__content .tab-list li a {
        font-size: 1.4rem
    }
}

@media (max-width:767px) {
    .ps-product--detail .ps-product__header {
        -webkit-flex-flow: column wrap;
        -moz-flex-flow: column wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap
    }

    .ps-product--detail .ps-product__header .ps-product__thumbnail {
        max-width: 100%;
        margin-bottom: 3rem
    }

    .ps-product--detail .ps-product__header .ps-product__info {
        width: 100%;
        padding-left: 0;
        max-width: 100%
    }

    .ps-product--detail h1 {
        font-size: 2.4rem
    }

    .ps-product--detail .ps-product__sharing {
        text-align: left
    }

    .ps-product--detail>.ps-product__content {
        padding-top: 50px
    }

    .ps-product--detail>.ps-product__content .ps-tab-list li {
        display: block;
        margin-right: 0
    }

    .ps-product--detail>.ps-product__content .ps-tab-list li a {
        display: block;
        padding: 5px 0;
        font-size: 18px
    }

    .ps-product--detail>.ps-product__content .ps-tab-list li a:before {
        display: none
    }
}

@media (max-width:479px) {
    .ps-product--detail .ps-product__meta p {
        float: none;
        margin-bottom: 1rem
    }

    .ps-product--detail .ps-product__meta>a {
        display: block;
        float: none;
        padding-left: 0
    }

    .ps-product--detail .ps-product__shopping {
        display: block
    }

    .ps-product--detail .ps-product__shopping figure {
        width: 100%
    }

    .ps-product--detail .ps-product__shopping figure .form-group--number {
        width: 100%;
        max-width: 100%
    }

    .ps-product--detail .ps-product__shopping .ps-btn {
        width: 100%;
        margin-right: 0
    }
}

@media (max-width:375px) {
    .ps-product--detail .ps-product__shopping .ps-form--number {
        max-width: 100%;
        width: 100%;
        margin-bottom: 1rem
    }

    .ps-product--detail .ps-product__shopping .ps-btn {
        padding-left: 20px;
        padding-right: 20px
    }

    .ps-product--detail .ps-product__shopping button {
        width: 100%
    }
}

.ps-product--full-content .ps-product__price-right {
    padding: 30px;
    background-color: #f1f1f1
}

.ps-product--full-content .ps-product__price-right .ps-product__shopping {
    display: block;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.ps-product--full-content .ps-product__price-right .ps-product__shopping>* {
    margin-right: 0
}

.ps-product--full-content .ps-product__price-right .ps-product__shopping figure {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e1e1e1
}

.ps-product--full-content .ps-product__price-right .ps-product__shopping figure .form-group--number {
    max-width: 100%
}

.ps-product--full-content .ps-product__price-right .ps-product__shopping figure .form-group--number input {
    background-color: #fff
}

.ps-product--full-content .ps-product__price-right .ps-product__shopping .ps-btn {
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
    font-size: 16px
}

.ps-product--full-content .ps-product__price-right .ps-product__actions {
    border: none
}

.ps-product--full-content .ps-product__price-right .ps-product__actions a {
    display: block;
    margin-right: 0;
    font-size: 14px;
    text-align: center;
    color: #666
}

.ps-product--full-content .ps-product__price-right .ps-product__actions a:hover {
    color: #000
}

.ps-product--full-content .ps-product__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.ps-product--full-content .ps-product__top .ps-product__header {
    max-width: calc(100% - 270px);
    padding-right: 30px
}

.ps-product--full-content .ps-product__top .ps-product__price-right {
    width: 100%;
    max-width: 270px
}

@media (max-width:991px) {
    .ps-product--full-content .ps-product__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .ps-product--full-content .ps-product__top .ps-product__header {
        margin-bottom: 30px;
        max-width: 100%
    }

    .ps-product--full-content .ps-product__top .ps-product__price-right {
        max-width: 100%
    }
}

.ps-product--box .ps-product__box {
    background-color: #fff;
    padding: 30px 20px
}

.ps-product--cart-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.ps-product--cart-mobile>* {
    width: 100%
}

.ps-product--cart-mobile .ps-product__thumbnail {
    max-width: 56px
}

.ps-product--cart-mobile .ps-product__content {
    position: relative;
    padding-right: 30px;
    padding-left: 20px
}

.ps-product--cart-mobile .ps-product__content .ps-product__remove {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    color: #666
}

.ps-product--cart-mobile .ps-product__content a {
    color: #06c
}

.ps-product--cart-mobile .ps-product__content a:hover {
    color: #70bcd9
}

.ps-product--cart-mobile .ps-product__content p strong {
    color: #000;
    font-weight: 500
}

.ps-product--cart-mobile .ps-product__content small {
    font-size: 14px;
    color: #000
}

.ps-banner {
    position: relative
}

.ps-banner--1 {
    position: relative
}

.ps-banner--1 p {
    color: #09c;
    font-size: 16px
}

.ps-banner--1 h4 {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 500;
    color: #000;
    line-height: 1.1em
}

.ps-banner--1 h4 strong {
    color: #690
}

.ps-banner--1 .ps-btn {
    padding: 11px 24px;
    font-weight: 600
}

.ps-banner--1 .ps-banner__content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    padding: 0 240px
}

@media (max-width:1680px) {
    .ps-banner--1 .ps-banner__content {
        padding: 0 50px
    }
}

.ps-filter {
    margin-bottom: 50px
}

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

.ps-filter__header .form-group {
    display: inline-block;
    margin-right: 8rem;
    margin-bottom: 0
}

.ps-filter__header .form-group label {
    margin-right: 3rem;
    margin-bottom: 0;
    vertical-align: middle
}

.ps-filter__header .form-group .ps-select {
    min-width: 150px;
    vertical-align: middle
}

.ps-filter__header .form-group .ps-select .selectize-input {
    position: relative;
    vertical-align: top;
    padding: 10px 15px;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.ps-filter__header .form-group .ps-select .selectize-dropdown {
    cursor: pointer
}

.ps-filter__header figure {
    float: right
}

.ps-filter__header figure .ps-pagination {
    display: inline-block
}

.ps-filter__header figure .ps-pagination p {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    margin-right: 30px
}

.ps-filter__header figure .ps-pagination .pagination {
    vertical-align: middle
}

.ps-filter__header figure .ps-pagination .pagination li a {
    width: 40px;
    line-height: 40px
}

.ps-filter__trigger {
    position: relative;
    display: inline-block;
    cursor: pointer
}

.ps-filter__trigger>p {
    display: inline-block;
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 40px;
    color: #000
}

.ps-filter__trigger i {
    color: #999
}

.ps-filter__icon {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    vertical-align: top
}

.ps-filter__icon span,
.ps-filter__icon:after,
.ps-filter__icon:before {
    position: absolute;
    right: 10px;
    height: 2px;
    width: 20px;
    background-color: #303030;
    z-index: 100;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.ps-filter__icon span {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ps-filter__icon:after,
.ps-filter__icon:before {
    content: ''
}

.ps-filter__icon:before {
    top: 12px
}

.ps-filter__icon:after {
    bottom: 12px
}

.ps-filter__icon:hover {
    cursor: pointer
}

.ps-filter__icon.active span {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    visibility: hidden;
    opacity: 0
}

.ps-filter__icon.active:after,
.ps-filter__icon.active:before {
    top: 50%;
    bottom: auto;
    width: 20px;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-color: #fc354c
}

.ps-filter__icon.active:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.ps-filter__icon.active:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.ps-filter__result {
    text-align: right
}

.ps-filter__result p {
    margin-bottom: 0;
    line-height: 40px
}

.ps-filter__content {
    display: none;
    padding: 0
}

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

.ps-filter__column {
    float: left;
    width: 25%;
    padding: 0 15px
}

.ps-filter__column>h3 {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 1.8rem;
    color: #333;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: none
}

.ps-filter__column>h3:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100px;
    height: 1px;
    background-color: #c3c3c3
}

.ps-filter.active .ps-filter__content {
    display: block
}

@media (max-width:991px) {
    .ps-filter__column {
        width: 50%;
        max-width: 300px
    }
}

@media (max-width:767px) {
    .ps-filter__result {
        text-align: left
    }
}

@media (max-width:479px) {
    .ps-filter__column {
        width: 100%;
        max-width: 300px
    }
}

.ps-filter--sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 270px;
    height: 100vh;
    overflow-y: auto;
    z-index: 99999;
    background-color: #fff;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .5s cubic-bezier(.7, 0, .3, 1) 0s;
    -o-transition: all .5s cubic-bezier(.7, 0, .3, 1) 0s;
    transition: all .5s cubic-bezier(.7, 0, .3, 1) 0s
}

.ps-filter--sidebar .ps-filter__header {
    position: relative;
    text-align: center;
    padding: 15px 0;
    background-color: #000
}

.ps-filter--sidebar .ps-filter__header h3 {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 20px;
    letter-spacing: .1em;
    color: #fff;
    text-transform: uppercase
}

.ps-filter--sidebar .ps-filter__header .ps-btn--close {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px
}

.ps-filter--sidebar .ps-filter__header .ps-btn--close:after,
.ps-filter--sidebar .ps-filter__header .ps-btn--close:before {
    background-color: #fff;
    height: 60%
}

.ps-filter--sidebar .ps-filter__content {
    display: block;
    padding: 2rem
}

.ps-filter--sidebar .widget_shop {
    background-color: #fff;
    padding: 0
}

.ps-filter--sidebar .widget_shop .widget-title {
    padding-bottom: 0;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px
}

.ps-filter--sidebar .widget_shop .widget-title:before {
    display: none
}

.ps-filter--sidebar .widget_shop .form-group--select .form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}

.ps-filter--sidebar .widget_shop.widget_filter {
    text-align: center
}

.ps-filter--sidebar .widget_shop.widget_filter .widget-title {
    text-align: left
}

.ps-filter--sidebar .widget_shop.widget_filter .ps-slider {
    margin-bottom: 2rem
}

.ps-filter--sidebar .widget_shop.widget_filter .ps-btn--black {
    padding: 8px 35px;
    font-weight: 600;
    text-transform: none
}

.ps-filter--sidebar.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.ps-filter--shopping {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    padding: 3rem 0 0
}

.ps-filter--shopping .ps-filter__trigger {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    vertical-align: top
}

.ps-filter--shopping .ps-filter__trigger i {
    font-size: 20px;
    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%)
}

.ps-filter--shopping .ps-filter__column-switch a {
    display: inline-block;
    height: 26px;
    border: 1px solid #878787;
    margin-right: 20px
}

.ps-filter--shopping .ps-filter__column-switch a:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 10px;
    height: 20px;
    background-color: #878787;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.ps-filter--shopping .ps-filter__column-switch a.two {
    width: 29px
}

.ps-filter--shopping .ps-filter__column-switch a.two:before {
    -webkit-box-shadow: 13px 0 0 #878787, 13px 0 0 #878787;
    box-shadow: 13px 0 0 #878787, 13px 0 0 #878787
}

.ps-filter--shopping .ps-filter__column-switch a.two.active:before,
.ps-filter--shopping .ps-filter__column-switch a.two:hover:before {
    -webkit-box-shadow: 13px 0 0 #222, 13px 0 0 #222;
    box-shadow: 13px 0 0 #222, 13px 0 0 #222
}

.ps-filter--shopping .ps-filter__column-switch a.three {
    width: 42px
}

.ps-filter--shopping .ps-filter__column-switch a.three:before {
    -webkit-box-shadow: 13px 0 0 #878787, 26px 0 0 #878787;
    box-shadow: 13px 0 0 #878787, 26px 0 0 #878787
}

.ps-filter--shopping .ps-filter__column-switch a.three.active:before,
.ps-filter--shopping .ps-filter__column-switch a.three:hover:before {
    -webkit-box-shadow: 13px 0 0 #222, 26px 0 0 #222;
    box-shadow: 13px 0 0 #222, 26px 0 0 #222
}

.ps-filter--shopping .ps-filter__column-switch a.four {
    width: 55px
}

.ps-filter--shopping .ps-filter__column-switch a.four:before {
    -webkit-box-shadow: 13px 0 0 #878787, 26px 0 0 #878787, 39px 0 0 #878787;
    box-shadow: 13px 0 0 #878787, 26px 0 0 #878787, 39px 0 0 #878787
}

.ps-filter--shopping .ps-filter__column-switch a.four.active:before,
.ps-filter--shopping .ps-filter__column-switch a.four:hover:before {
    -webkit-box-shadow: 13px 0 0 #222, 26px 0 0 #222, 39px 0 0 #222;
    box-shadow: 13px 0 0 #222, 26px 0 0 #222, 39px 0 0 #222
}

.ps-filter--shopping .ps-filter__column-switch a.six {
    width: 81px
}

.ps-filter--shopping .ps-filter__column-switch a.six:before {
    -webkit-box-shadow: 13px 0 0 #878787, 26px 0 0 #878787, 39px 0 0 #878787, 52px 0 0 #878787, 65px 0 0 #878787;
    box-shadow: 13px 0 0 #878787, 26px 0 0 #878787, 39px 0 0 #878787, 52px 0 0 #878787, 65px 0 0 #878787
}

.ps-filter--shopping .ps-filter__column-switch a.six.active:before,
.ps-filter--shopping .ps-filter__column-switch a.six:hover:before {
    -webkit-box-shadow: 13px 0 0 #222, 26px 0 0 #222, 39px 0 0 #222, 52px 0 0 #222, 65px 0 0 #222;
    box-shadow: 13px 0 0 #222, 26px 0 0 #222, 39px 0 0 #222, 52px 0 0 #222, 65px 0 0 #222
}

.ps-filter--shopping .ps-filter__column-switch a.active {
    border-color: #222
}

.ps-filter--shopping .ps-filter__column-switch a.active:before {
    background-color: #222
}

.ps-filter--shopping .ps-filter__column-switch a:hover {
    border-color: #222
}

.ps-filter--shopping .ps-filter__column-switch a:hover:before {
    background-color: #222
}

.ps-filter--shopping .ps-filter__column-switch a:last-child {
    margin-right: 0
}

@media (max-width:767px) {
    .ps-filter--shopping .ps-filter__column-switch {
        display: none
    }
}

@media (min-width:1200px) {
    .table-responsive {
        overflow-x: initial
    }
}

.ps-table thead>tr>th {
    font-family: "Work Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #515356;
    text-transform: uppercase;
    border-bottom: 1px solid #e5e5e5
}

.ps-table tbody>tr>td {
    vertical-align: middle;
    padding: 20px 30px;
    border: 1px solid #ddd;
    color: #666
}

.ps-table--specification tbody tr td:first-child {
    background-color: #f4f4f4;
    font-weight: 500;
    color: #000;
    width: 150px
}

.ps-table--faqs {
    background-color: #fff
}

.ps-table--faqs h4 {
    color: #70bcd9
}

.ps-table--faqs tr td {
    border: none;
    padding: 30px 15px
}

.ps-table--faqs tr td.question {
    color: #000;
    font-size: 16px;
    width: 300px;
    font-weight: 500
}

.ps-table--faqs tr td.heading {
    width: 270px
}

.ps-table--compare {
    table-layout: fixed
}

.ps-table--compare tbody tr td {
    padding: 20px 30px
}

.ps-table--compare tbody tr td .price.sale {
    color: #ec0101
}

.ps-table--compare tbody tr td .price.sale del {
    color: #000
}

.ps-table--compare tbody tr td .ps-btn {
    width: 100%;
    text-align: center
}

.ps-table--compare tbody tr td .in-stock {
    color: #89aa01;
    font-weight: 600
}

.ps-table--compare tbody tr td .out-stock {
    font-weight: 600
}

.ps-table--compare tbody tr td .sold-by {
    text-decoration: underline;
    color: #06c
}

.ps-table--compare tbody tr td .sold-by:hover {
    color: #70bcd9
}

.ps-table--compare tbody tr td.heading {
    color: #000;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    background-color: #f4f4f4
}

@media (max-width:1199px) {
    .ps-table--compare {
        table-layout: initial
    }

    .ps-table--compare tbody tr td {
        min-width: 300px
    }
}

.ps-table--whishlist thead tr th {
    background-color: #f2f2f2;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    font-weight: 600
}

.ps-table--whishlist thead tr th:nth-child(2) {
    text-align: left
}

.ps-table--whishlist tbody tr td {
    padding: 30px 10px;
    vertical-align: middle;
    font-size: 16px
}

.ps-table--whishlist tbody tr td:last-child {
    text-align: right
}

@media (max-width:991px) {
    .ps-table--whishlist tbody tr td {
        min-width: 200px
    }

    .ps-table--whishlist tbody tr td:first-child {
        max-width: 50px;
        min-width: 50px;
        text-align: center
    }

    .ps-table--whishlist tbody tr td:nth-child(2) {
        min-width: 300px
    }
}

.ps-table--shopping-cart thead tr th {
    padding: 15px 20px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    font-weight: 600;
    background-color: #f2f2f2;
    border: none
}

.ps-table--shopping-cart thead tr th:first-child {
    text-align: left
}

.ps-table--shopping-cart tbody tr td {
    padding: 20px 10px;
    vertical-align: middle;
    font-size: 16px
}

.ps-table--shopping-cart tbody tr td .form-group--number {
    max-width: 100px;
    display: inline-block
}

.ps-table--shopping-cart tbody tr td .form-group--number input {
    border-radius: 0
}

.ps-table--shopping-cart tbody tr td .ps-product--cart {
    max-width: 500px
}

.ps-table--shopping-cart tbody tr td:last-child {
    text-align: right
}

.ps-table--shopping-cart tbody tr td:last-child a {
    font-size: 20px
}

@media (max-width:991px) {
    .ps-table--shopping-cart tbody tr td {
        min-width: 200px
    }

    .ps-table--shopping-cart tbody tr td:first-child {
        min-width: 400px
    }
}

.ps-table--product-groupped .ps-tag--out-stock {
    color: red;
    font-weight: 500
}

.ps-table--product-groupped .ps-btn {
    padding: 15px 20px;
    border-radius: 0
}

.ps-table--product-groupped .title {
    font-size: 16px
}

.ps-table--product-groupped tbody tr {
    vertical-align: middle
}

.ps-table--product-groupped tbody tr td {
    border: none;
    vertical-align: middle
}

@media (max-width:767px) {
    .ps-table--product-groupped .title {
        font-size: 14px
    }

    .ps-table--product-groupped tbody tr td {
        min-width: 200px
    }
}

.ps-table--vendor thead tr th {
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    background-color: #f4f4f4
}

.ps-table--vendor tbody tr td {
    padding: 8px 16px;
    color: #000
}

.ps-table--vendor tbody tr td a {
    color: #000;
    color: #06c
}

.ps-table--vendor tbody tr td a:hover {
    color: #70bcd9
}

.ps-table--vendor tbody tr td strong {
    text-transform: uppercase;
    color: #000
}

.ps-table--vendor-status tbody tr td {
    color: #000
}

.ps-table--vendor-status tbody tr td strong {
    color: #000;
    text-transform: uppercase;
    font-weight: 600
}

.ps-table--vendor-status tbody tr td:first-child {
    background-color: #f4f4f4
}

.ps-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fff;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-transition: all 1s cubic-bezier(.7, 0, .3, 1);
    -moz-transition: all 1s cubic-bezier(.7, 0, .3, 1);
    -o-transition: all 1s cubic-bezier(.7, 0, .3, 1);
    transition: all 1s cubic-bezier(.7, 0, .3, 1)
}

.ps-loading__content {
    height: 100vh;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.ps-loading__content>* {
    display: block;
    width: 25%;
    -webkit-transition: -webkit-transform 1s cubic-bezier(.7, 0, .3, 1);
    -moz-transition: -moz-transform 1s cubic-bezier(.7, 0, .3, 1);
    transition: -webkit-transform 1s cubic-bezier(.7, 0, .3, 1);
    -o-transition: transform 1s cubic-bezier(.7, 0, .3, 1);
    transition: transform 1s cubic-bezier(.7, 0, .3, 1);
    transition: transform 1s cubic-bezier(.7, 0, .3, 1), -webkit-transform 1s cubic-bezier(.7, 0, .3, 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%;
    background-color: #fcfaf6
}

.ps-loading.loaded {
    visibility: hidden;
    opacity: 0;
    background-color: transparent;
    -webkit-transition-delay: .7s;
    -moz-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s
}

.ps-loading.loaded .ps-loading__content>* {
    -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-delay: .5s;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    overflow: hidden
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #fff;
    z-index: 999
}

#loader-wrapper .loader-section.section-left {
    left: 0
}

#loader-wrapper .loader-section.section-right {
    right: 0
}

#loader-wrapper img {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    z-index: 999999999
}

.loaded #loader-wrapper img {
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

@-moz-keyframes spin {
    to {
        -moz-transform: rotate(360deg)
    }
}

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

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .7s .3s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .7s .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .7s .3s cubic-bezier(.645, .045, .355, 1)
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s .3s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .7s .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .7s .3s cubic-bezier(.645, .045, .355, 1)
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .3s 1s ease-out;
    -o-transition: all .3s 1s ease-out;
    transition: all .3s 1s ease-out
}

.ps-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.ps-modal__container {
    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%);
    padding: 2rem 4rem;
    z-index: 10;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    max-width: 945px;
    width: 100%
}

.ps-modal__close {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-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: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #5e6b9d
}

.ps-modal__close i {
    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%);
    font-size: 20px;
    color: #fff
}

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

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

    .ps-modal__close {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        background-color: transparent;
        width: 30px;
        height: 30px
    }

    .ps-modal__close i {
        color: #5e6b9d
    }
}

@media (max-width:767px) {
    .ps-modal {
        overflow: auto
    }

    .ps-modal__container {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        margin: 3rem auto;
        overflow: auto
    }
}

@media (max-width:479px) {
    .ps-modal__container {
        max-width: 300px
    }
}

#login .ps-modal__container {
    max-width: 600px
}

#login .ps-modal__container .ps-btn--close {
    position: absolute;
    top: 10px;
    right: 10px
}

.ps-popup {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    background-color: rgba(0, 0, 0, .5);
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center
}

.ps-popup__content {
    position: relative;
    max-width: 830px;
    width: 100%;
    -webkit-transition: tranform .4s ease;
    -moz-transition: tranform .4s ease;
    -o-transition: tranform .4s ease;
    transition: tranform .4s ease
}

.ps-popup__close {
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
    background-color: #000;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}

.ps-popup__close i {
    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%);
    font-size: 16px;
    color: #fff
}

.ps-popup__close:hover {
    background-color: #222
}

.ps-popup.active {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

@media (max-width:991px) {
    .ps-popup {
        padding: 100px 30px 20px
    }

    .ps-popup .ps-popup__content {
        position: relative;
        top: 0;
        left: 0;
        max-width: 800px;
        margin: 0 auto
    }

    .ps-popup.active .ps-popup__content {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@media (max-width:479px) {
    .ps-popup {
        padding-top: 50px;
        padding-left: 20px;
        padding-right: 20px
    }
}

.ps-accordion {
    margin-bottom: 20px
}

.ps-accordion__header {
    position: relative;
    background-color: #f6f6f8;
    padding: 10px 40px 10px 20px;
    cursor: pointer
}

.ps-accordion__header p {
    margin-bottom: 0;
    line-height: 20px;
    font-weight: 700;
    color: #000
}

.ps-accordion__header span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 40px;
    height: 40px;
    background-color: #222
}

.ps-accordion__header span i {
    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%);
    color: #fff
}

.ps-accordion__content {
    padding: 20px
}

.ps-tab {
    display: none
}

.ps-tab.active {
    display: block
}

.ps-cart--mini {
    position: relative
}

.ps-cart--mini .ps-cart__items {
    position: relative;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-bottom: none
}

.ps-cart--mini .ps-cart__items:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -8px;
    right: 30px;
    width: 16px;
    height: 16px;
    border-left: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.ps-cart--mini .ps-cart__items .ps-product--cart-mobile {
    margin-bottom: 30px
}

.ps-cart--mini .ps-cart__content {
    position: absolute;
    min-width: 370px;
    right: -30px;
    z-index: 30;
    padding-top: 10px;
    -webkit-transform: translate(0 20px);
    -moz-transform: translate(0 20px);
    -ms-transform: translate(0 20px);
    -o-transform: translate(0 20px);
    transform: translate(0 20px);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    visibility: hidden;
    opacity: 0
}

.ps-cart--mini .ps-cart__footer {
    padding: 10px 20px 20px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-top: 0
}

.ps-cart--mini .ps-cart__footer h3 {
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600
}

.ps-cart--mini .ps-cart__footer h3 strong {
    float: right;
    color: red
}

.ps-cart--mini figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ps-cart--mini figure .ps-btn {
    padding: 12px 25px
}

.ps-cart--mini:hover .ps-cart__content {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    visibility: visible;
    opacity: 1
}

.ps-cart--mobile .ps-cart__content {
    padding: 20px 10px 0;
    min-height: calc(100vh - 250px)
}

.ps-cart--mobile .ps-cart__footer {
    padding: 30px 20px;
    border-top: 1px solid #e1e1e1
}

.ps-cart--mobile .ps-cart__footer h3 {
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600
}

.ps-cart--mobile .ps-cart__footer h3 strong {
    float: right;
    color: red
}

.ps-cart--mobile figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ps-cart--mobile figure .ps-btn {
    padding: 12px 25px
}

.ps-form--newsletter h3 {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 24px
}

.ps-form--newsletter p {
    margin-bottom: 0
}

.ps-form--newsletter .form-group--nest button {
    padding-left: 45px;
    padding-right: 45px
}

@media (max-width:1199px) {
    .ps-form--newsletter p {
        margin-bottom: 10px
    }
}

.ps-form--quick-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.ps-form--quick-search .form-control {
    background-color: #fff;
    color: #000;
    height: 42px;
    border: none;
    border-radius: 0
}

.ps-form--quick-search .form-group--icon {
    background-color: #fff;
    border-radius: 4px 0 0 4px
}

.ps-form--quick-search .form-group--icon i {
    z-index: 1
}

.ps-form--quick-search select.form-control {
    border-right: 1px solid #ccc;
    border-radius: 4px 0 0 4px;
    padding: 0 10px;
    text-indent: 10px;
    position: relative;
    z-index: 2;
    background-color: transparent
}

.ps-form--quick-search select.form-control::-webkit-input-placeholder {
    color: #666
}

.ps-form--quick-search select.form-control::-moz-placeholder {
    color: #666
}

.ps-form--quick-search select.form-control:-moz-placeholder {
    color: #666
}

.ps-form--quick-search select.form-control:-ms-input-placeholder {
    color: #666
}

.ps-form--quick-search button {
    background-color: #000;
    color: #fff;
    border: none;
    font-weight: 700;
    padding: 0 24px;
    border-radius: 0 4px 4px 0
}

.ps-form--widget-search {
    position: relative;
    margin-bottom: 20px
}

.ps-form--widget-search input {
    height: 34px;
    background-color: #fff;
    border-radius: 0
}

.ps-form--widget-search button {
    border: none;
    background-color: transparent;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px
}

.ps-form--review h4 {
    margin-bottom: 20px;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2em;
    text-transform: uppercase
}

.ps-form--review p sup {
    margin-left: 5px;
    color: #ec0101
}

.ps-form--review .form-group__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ps-form--review .form-group__rating label {
    margin-bottom: 0;
    line-height: 20px;
    margin-right: 15px
}

.ps-form--review .form-group__rating .br-wrapper {
    line-height: 20px
}

.ps-form--review .form-group__rating .br-wrapper a {
    font-size: 14px
}

.ps-form--review .form-group__rating .br-wrapper.br-theme-fontawesome-stars .br-widget {
    height: auto;
    line-height: 20px
}

.ps-form--review .form-control {
    border-radius: 0
}

.ps-form--review button {
    border-radius: 0;
    font-weight: 600
}

.ps-form--post-comment h3 {
    margin-bottom: 40px;
    font-weight: 600;
    font-size: 24px;
    color: #000
}

.ps-form--post-comment .submit {
    text-align: center
}

.ps-form--post-comment .submit .ps-btn {
    padding: 0 30px;
    height: 50px
}

.ps-form--contact-us .form-control {
    background-color: #fff
}

.ps-form--contact-us .submit {
    text-align: center
}

.ps-form--contact-us .submit button {
    height: 50px;
    padding: 0 30px
}

.ps-form--account {
    max-width: 430px;
    margin: 0 auto;
    padding-top: 130px
}

.ps-form--account .ps-tab-list {
    text-align: center;
    margin-bottom: 30px
}

.ps-form--account .ps-tab-list li {
    display: inline-block;
    padding: 0 15px
}

.ps-form--account .ps-tab-list li a {
    font-size: 30px;
    color: #666;
    font-weight: 600
}

.ps-form--account .ps-tab-list li.active a {
    color: #000
}

.ps-form--account .form-forgot {
    position: relative
}

.ps-form--account .form-forgot input {
    padding-right: 100px
}

.ps-form--account .form-forgot>a {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    color: #06c
}

.ps-form--account .form-forgot>a:hover {
    color: #70bcd9
}

.ps-form--account .ps-checkbox>label {
    color: #000
}

.ps-form--account .ps-list--social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -5px
}

.ps-form--account .ps-list--social li {
    padding: 0 5px;
    width: 100%;
    text-align: center;
    margin-right: 0
}

.ps-form--account .ps-list--social li a {
    display: block;
    line-height: 20px;
    padding: 15px 0
}

.ps-form--account .ps-list--social li a i {
    color: #fff;
    text-align: center
}

.ps-form--account .ps-list--social li a.facebook {
    background-color: #3b5999
}

.ps-form--account .ps-list--social li a.google {
    background-color: #dd4b39
}

.ps-form--account .ps-list--social li a.twitter {
    background-color: #55acee
}

.ps-form--account .ps-list--social li a.instagram {
    background-color: #e4405f
}

.ps-form--account .ps-form__content {
    padding: 30px 30px 0
}

.ps-form--account .ps-form__content h5 {
    margin: 0 0 25px;
    font-size: 16px;
    font-weight: 400
}

.ps-form--account .ps-form__footer {
    padding: 30px 30px
}

.ps-form--account .ps-tab {
    background-color: #fff
}

.ps-form--order-tracking {
    max-width: 630px;
    margin: 0 auto 50px
}

.ps-form--order-tracking .form-group {
    margin-bottom: 30px
}

.ps-form--order-tracking .form-group>label {
    font-size: 18px;
    font-weight: 600;
    color: #000
}

.ps-form--order-tracking .form-group input {
    border-color: #bfbfbf
}

.ps-form--order-tracking .form-group input::-webkit-input-placeholder {
    color: #a9a9a9
}

.ps-form--order-tracking .form-group input::-moz-placeholder {
    color: #a9a9a9
}

.ps-form--order-tracking .form-group input:-moz-placeholder {
    color: #a9a9a9
}

.ps-form--order-tracking .form-group input:-ms-input-placeholder {
    color: #a9a9a9
}

@media (max-width:991px) {
    .ps-form--order-tracking .form-group>label {
        font-size: 16px;
        font-weight: 500
    }
}

.ps-form--search-mobile input {
    height: 40px;
    background-color: #fff;
    border: none;
    border-radius: 0
}

.ps-form--search-mobile button {
    width: 40px;
    height: 40px;
    background-color: #000;
    border: none
}

.ps-form--search-mobile button i {
    color: #fff
}

.ps-form--subscribe-popup {
    padding: 60px 50px
}

.ps-form--subscribe-popup h4 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 400
}

.ps-form--subscribe-popup h4 strong {
    color: #70bcd9
}

.ps-form--subscribe-popup p {
    margin-bottom: 20px
}

.ps-form--subscribe-popup input {
    margin-bottom: 20px;
    height: 40px;
    border: 2px solid #c9c9c9
}

.ps-form--subscribe-popup button {
    height: 40px;
    width: auto;
    padding: 0 30px
}

.ps-form--subscribe-popup .ps-checkbox>label {
    color: #000
}

.ps-form--subscribe-popup .ps-checkbox>label:before {
    border-radius: 3px
}

.ps-form--subscribe-popup .ps-form__content {
    max-width: 360px;
    text-align: center
}

.ps-form--vendor-datetimepicker {
    margin-bottom: 24px
}

.ps-form--vendor-datetimepicker .input-group {
    border: 1px solid #d0d0d0;
    border: none;
    margin-bottom: 10px
}

.ps-form--vendor-datetimepicker .input-group:after {
    content: "\e789";
    font-family: Linearicons;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    font-size: 16px
}

.ps-form--vendor-datetimepicker .input-group input {
    height: 40px
}

.ps-form--vendor-datetimepicker .input-group .input-group-text {
    padding: 0 20px;
    font-size: 14px;
    min-width: 60px;
    text-align: center;
    font-weight: 500;
    color: #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.ps-form--vendor-datetimepicker button {
    background-color: #8a0;
    border-radius: 0;
    height: 40px;
    padding: 0 30px;
    color: #fff
}

.ps-form--vendor-datetimepicker button i {
    vertical-align: middle;
    margin-right: 4px
}

.ps-form--vendor-datetimepicker button:hover {
    background-color: #9cc400
}

.ps-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .75s cubic-bezier(.7, 0, .3, 1);
    -moz-transition: all .75s cubic-bezier(.7, 0, .3, 1);
    -o-transition: all .75s cubic-bezier(.7, 0, .3, 1);
    transition: all .75s cubic-bezier(.7, 0, .3, 1);
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

.ps-search:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .95);
    -webkit-transition: -webkit-transform .6s cubic-bezier(.7, 0, .3, 1);
    -moz-transition: -moz-transform .6s cubic-bezier(.7, 0, .3, 1);
    transition: -webkit-transform .6s cubic-bezier(.7, 0, .3, 1);
    -o-transition: transform .6s cubic-bezier(.7, 0, .3, 1);
    transition: transform .6s cubic-bezier(.7, 0, .3, 1);
    transition: transform .6s cubic-bezier(.7, 0, .3, 1), -webkit-transform .6s cubic-bezier(.7, 0, .3, 1);
    -webkit-transform: scale3d(1, 0, 1);
    -moz-transform: scale3d(1, 0, 1);
    -ms-transform: scale3d(1, 0, 1);
    -o-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.ps-search__content {
    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%);
    max-width: 1200px;
    width: 100%;
    padding: 0 3rem;
    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%)
}

.ps-search .ps-form--primary-search {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .6s cubic-bezier(.7, 0, .3, 1);
    -moz-transition: all .6s cubic-bezier(.7, 0, .3, 1);
    -o-transition: all .6s cubic-bezier(.7, 0, .3, 1);
    transition: all .6s cubic-bezier(.7, 0, .3, 1);
    visibility: hidden;
    opacity: 0
}

.ps-search>.ps-btn--close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 50px;
    height: 50px;
    background-color: #000;
    z-index: 1000;
    -webkit-transform: scale(0, 0) rotate(0);
    -moz-transform: scale(0, 0) rotate(0);
    -ms-transform: scale(0, 0) rotate(0);
    -o-transform: scale(0, 0) rotate(0);
    transform: scale(0, 0) rotate(0);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .6s cubic-bezier(.7, 0, .3, 1);
    -moz-transition: all .6s cubic-bezier(.7, 0, .3, 1);
    -o-transition: all .6s cubic-bezier(.7, 0, .3, 1);
    transition: all .6s cubic-bezier(.7, 0, .3, 1);
    border: none
}

.ps-search>.ps-btn--close:after,
.ps-search>.ps-btn--close:before {
    background-color: #fff;
    height: 50%
}

.ps-search>.ps-btn--close:hover {
    background-color: #f44336
}

.ps-search.active {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.ps-search.active: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: scale3d(1, 1, 1);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0
}

.ps-search.active>.ps-btn--close {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1, 1) rotate(180deg);
    -moz-transform: scale(1, 1) rotate(180deg);
    -ms-transform: scale(1, 1) rotate(180deg);
    -o-transform: scale(1, 1) rotate(180deg);
    transform: scale(1, 1) rotate(180deg);
    -webkit-transition-delay: .75s;
    -moz-transition-delay: .75s;
    -o-transition-delay: .75s;
    transition-delay: .75s
}

.ps-search.active .ps-form--primary-search {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .35s;
    -moz-transition-delay: .35s;
    -o-transition-delay: .35s;
    transition-delay: .35s;
    visibility: visible;
    opacity: 1
}

@media (max-width:479px) {
    .ps-search__content {
        padding: 0 1.5rem
    }
}

.ps-section--default {
    margin-bottom: 80px
}

.ps-section--default .ps-section__header {
    margin-bottom: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e3e3
}

.ps-section--default .ps-section__header h3 {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 20px
}

.ps-section--default .ps-section__links {
    display: inline-block
}

.ps-section--default .ps-section__links li {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px
}

.ps-section--default .ps-section__links li a {
    color: #666
}

.ps-section--default .ps-section__links li a:hover {
    color: #70bcd9
}

.ps-section--default .ps-section__links li:last-child {
    margin-right: 0
}

.ps-section--gray {
    padding: 70px 0;
    background-color: #f4f5f5
}

@media (max-width:767px) {
    .ps-section--gray {
        padding: 50px 0
    }
}

@media (max-width:479px) {
    .ps-section--gray {
        padding: 35px 0
    }
}

.ps-section--vendor {
    padding: 100px 0
}

.ps-section--vendor .ps-section__header {
    text-align: center;
    padding-bottom: 90px
}

.ps-section--vendor .ps-section__header p {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase
}

.ps-section--vendor .ps-section__header h4 {
    font-weight: 400;
    color: #000;
    font-size: 30px
}

@media (max-width:991px) {
    .ps-section--vendor {
        padding: 75px 0
    }

    .ps-section--vendor .ps-section__header {
        padding-bottom: 50px
    }

    .ps-section--vendor .ps-section__header p {
        margin-bottom: 16px
    }
}

@media (max-width:767px) {
    .ps-section--vendor {
        padding: 60px 0
    }

    .ps-section--vendor .ps-section__header h4 {
        font-size: 24px
    }
}

@media (max-width:479px) {
    .ps-section--vendor {
        padding: 50px 0
    }

    .ps-section--vendor .ps-section__header p {
        font-size: 14px;
        margin-bottom: 10px
    }

    .ps-section--vendor .ps-section__header h4 {
        font-size: 24px
    }
}

.ps-section--shopping {
    padding: 100px 0
}

.ps-section--shopping .ps-section__header {
    text-align: center;
    padding-bottom: 100px
}

.ps-section--shopping .ps-section__header h1 {
    font-size: 48px;
    font-weight: 600
}

@media (max-width:991px) {
    .ps-section--shopping {
        padding: 75px 0
    }

    .ps-section--shopping .ps-section__header h1 {
        font-size: 36px
    }
}

@media (max-width:767px) {
    .ps-section--shopping {
        padding: 60px 0
    }

    .ps-section--shopping .ps-section__header {
        padding-bottom: 40px
    }

    .ps-section--shopping .ps-section__header h1 {
        font-size: 30px
    }
}

@media (max-width:479px) {
    .ps-section--shopping {
        padding: 50px 0
    }
}

.ps-newsletter {
    padding: 65px 0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1
}

@media (max-width:767px) {
    .ps-newsletter {
        padding: 50px 0
    }
}

.ps-product-list .ps-section__links {
    display: inline-block
}

.ps-product-list .ps-section__links li {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px
}

.ps-product-list .ps-section__links li a {
    color: #666
}

.ps-product-list .ps-section__links li a:hover {
    color: #70bcd9
}

.ps-product-list .ps-section__links li:last-child {
    margin-right: 0
}

.ps-product-list .ps-section__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 20px;
    background-color: #f4f4f4;
    border-bottom: 1px solid #e3e3e3
}

.ps-product-list .ps-section__header h3 {
    margin-bottom: 0;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    line-height: 1
}

.ps-product-list .ps-section__content {
    padding-top: 55px
}

.ps-product-list--2 .ps-section__header {
    background-color: transparent;
    border-bottom: 1px solid #e1e1e1
}

.ps-product-list--2 .ps-section__header h3 {
    font-size: 24px;
    font-weight: 600
}

@media (max-width:1199px) {
    .ps-product-list .ps-section__header {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

@media (max-width:991px) {
    .ps-product-list .ps-section__header h3 {
        padding-bottom: 10px
    }
}

@media (max-width:1440px) and (min-width:1200px) {
    .ps-new-arrivals .ps-section__content .row {
        margin: 0
    }

    .ps-new-arrivals .ps-section__content .col-12 {
        padding: 0
    }
}

@media (max-width:991px) {
    .ps-new-arrivals .ps-section__content .col-12 {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
}

@media (max-width:600px) {
    .ps-new-arrivals .ps-section__content .col-12 {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

.ps-top-categories h3 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1em;
    color: #000;
    font-weight: 600
}

@media (min-width:1680px) {
    .ps-top-categories .row .col-xl-2 {
        max-width: calc(100% / 8)
    }
}

.ps-deal-of-day .ps-section__header {
    margin-bottom: 65px;
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #ccc
}

.ps-deal-of-day .ps-section__header>a {
    display: inline-block;
    padding-bottom: 2px;
    color: #000;
    border-bottom: 1px solid #000;
    min-width: 60px
}

.ps-deal-of-day .ps-section__header>a:hover {
    color: #70bcd9;
    border-color: #70bcd9
}

.ps-shop-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:767px) {
    .ps-shop-brand {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .ps-shop-brand>* {
        max-width: 20%;
        padding: 5px 10px
    }
}

@media (max-width:479px) {
    .ps-shop-brand>* {
        max-width: 25%
    }
}

.ps-layout--shop {
    padding-bottom: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

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

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

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

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

@media (max-width:1199px) {
    .ps-layout--shop {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse wrap;
        flex-flow: column-reverse wrap
    }

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

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

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

.ps-shopping .select2 {
    display: inline-block
}

.ps-shopping .select2 .select2-selection__rendered {
    padding: 6px 20px
}

.ps-shopping .ps-shopping__view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ps-shopping .ps-shopping__view p {
    margin-bottom: 0;
    margin-right: 20px;
    color: #000
}

.ps-shopping .ps-shopping__view ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px
}

.ps-shopping .ps-shopping__view ul li a {
    font-size: 24px;
    color: #999
}

.ps-shopping .ps-shopping__view ul li:last-child {
    margin-right: 0
}

.ps-shopping .ps-shopping__view ul li.active a {
    color: #000
}

.ps-shopping .ps-shopping__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ps-shopping .ps-shopping__actions .ps-shopping__view {
    padding-left: 40px
}

.ps-shopping .ps-shopping__header {
    margin-bottom: 40px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #f5f5f5;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 15px
}

.ps-shopping .ps-shopping__header p {
    margin-bottom: 0;
    display: inline-block
}

.ps-shopping .ps-shopping__header p strong {
    color: #000
}

.ps-shopping .ps-shop__filter-mb {
    margin-bottom: 30px;
    font-size: 16px;
    vertical-align: top;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #000;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    text-transform: uppercase
}

.ps-shopping .ps-shop__filter-mb i {
    font-weight: 700;
    font-size: 18px;
    margin-right: 10px
}

@media (min-width:1200px) {
    .ps-shopping .ps-shop__filter-mb {
        display: none
    }
}

@media (max-width:1680px) and (min-width:1440px) {
    .ps-shopping .row .col-xl-2 {
        max-width: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%
    }
}

@media (max-width:1440px) and (min-width:1200px) {
    .ps-shopping .row .col-xl-2 {
        max-width: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }
}

@media (max-width:767px) {
    .ps-shopping .ps-shopping__header {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .ps-shopping .ps-shopping__header .ps-shopping__view {
        padding-left: 10px
    }

    .ps-shopping .ps-shopping__actions {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width:1680px) {
    .ps-customer-bought .ps-section__content .row .col-xl-3 {
        padding: 0;
        -ms-flex-preferred-size: calc(100% / 7);
        flex-basis: calc(100% / 7);
        max-width: calc(100% / 7)
    }
}

.ps-client-say {
    padding: 70px 0;
    background-color: #f5f5f5
}

.ps-client-say .ps-section__header {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.ps-client-say .ps-section__header h3 {
    display: inline-block;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px
}

.ps-client-say .ps-section__nav a {
    display: inline-block;
    margin-right: 20px;
    font-size: 18px;
    color: #999
}

.ps-client-say .ps-section__nav a:last-child {
    margin-right: 0
}

.ps-client-say .ps-section__nav a:hover {
    color: #000
}

.ps-best-sale-brands {
    padding: 70px 0
}

.ps-best-sale-brands .ps-section__header h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 20px;
    line-height: 1;
    color: #000
}

.ps-best-sale-brands .ps-image-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-item-align: center;
    align-self: center;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    border-right: 1px solid rgba(0, 0, 0, .15)
}

.ps-best-sale-brands .ps-image-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 20%;
    max-width: 20%;
    padding: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, .15);
    border-bottom: none;
    border-right: none
}

@media (max-width:991px) {
    .ps-best-sale-brands .ps-image-list {
        border: 1px solid rgba(0, 0, 0, .15)
    }

    .ps-best-sale-brands .ps-image-list li {
        min-width: 25%;
        max-width: 25%;
        border: none
    }
}

@media (max-width:767px) {
    .ps-best-sale-brands .ps-image-list li {
        min-width: 33.3333%;
        max-width: 33.3333%
    }
}

@media (max-width:479px) {
    .ps-best-sale-brands .ps-image-list li {
        min-width: 50%;
        max-width: 50%;
        border: 1px solid rgba(0, 0, 0, .15)
    }
}

.ps-deal-hot {
    padding: 70px 0
}

.ps-deal-hot .widget_best-sale {
    border-bottom: 1px solid #d9d9d9
}

.ps-home-categories .ps-section__header {
    margin-bottom: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1
}

.ps-home-categories .ps-section__header h3 {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 1em
}

.ps-search-trending {
    padding: 70px 0
}

.ps-search-trending .ps-section__header {
    margin-bottom: 20px
}

.ps-search-trending .ps-section__header h3 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400
}

.ps-search-trending .ps-section__header h3 span {
    font-size: 14px;
    margin-left: 10px;
    color: #666
}

@media (max-width:479px) {
    .ps-search-trending .ps-section__header h3 {
        font-size: 18px
    }

    .ps-search-trending .ps-section__header h3 span {
        font-size: 12px
    }
}

.ps-categories-box {
    background-color: #f5f5f5;
    padding: 70px 0
}

@media (max-width:767px) {
    .ps-categories-box {
        padding: 45px 0
    }
}

@media (max-width:479px) {
    .ps-categories-box {
        padding: 35px 0
    }
}

.ps-home-blog .ps-section__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 10px
}

.ps-home-blog .ps-section__header h3 {
    font-size: 24px
}

@media (max-width:767px) {
    .ps-home-blog .ps-section__header {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .ps-home-blog .ps-section__header h3 {
        display: block;
        margin-bottom: 10px
    }
}

.ps-blog {
    padding-bottom: 100px
}

.ps-blog .ps-blog__header {
    margin-bottom: 50px
}

@media (max-width:767px) {
    .ps-blog {
        padding-bottom: 50px
    }
}

.ps-blog--sidebar {
    padding-bottom: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.ps-blog--sidebar>* {
    width: 100%
}

.ps-blog--sidebar .ps-blog__left {
    padding-right: 70px
}

.ps-blog--sidebar .ps-blog__left .ps-pagination {
    text-align: left
}

.ps-blog--sidebar .ps-blog__right {
    max-width: 300px;
    min-width: 300px;
    padding-left: 30px
}

.ps-blog--sidebar.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse nowrap;
    flex-flow: row-reverse nowrap
}

.ps-blog--sidebar.reverse .ps-blog__left {
    padding-left: 100px;
    padding-right: 0
}

.ps-blog--sidebar.reverse .ps-blog__right {
    padding-left: 0
}

@media (max-width:1199px) {
    .ps-blog--sidebar .ps-blog__left {
        padding-right: 0
    }

    .ps-blog--sidebar.reverse .ps-blog__left {
        padding-left: 30px;
        padding-right: 0
    }
}

@media (max-width:991px) {
    .ps-blog--sidebar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap
    }

    .ps-blog--sidebar .ps-blog__left {
        margin-bottom: 50px
    }

    .ps-blog--sidebar .ps-blog__right {
        padding-left: 0
    }

    .ps-blog--sidebar.reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap
    }

    .ps-blog--sidebar.reverse .ps-blog__left {
        padding-left: 0
    }
}

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

@media (max-width:479px) {
    .ps-blog--sidebar {
        padding-bottom: 30px
    }
}

.ps-related-posts {
    padding-top: 60px
}

.ps-related-posts h3 {
    margin-bottom: 60px;
    text-align: center;
    font-size: 24px;
    color: #000
}

.ps-post-comments {
    max-width: 770px;
    margin: 0 auto
}

.ps-post-comments h3 {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin-bottom: 40px;
    line-height: 1.4em
}

.ps-about-intro {
    padding: 100px 0
}

.ps-about-intro .ps-section__header {
    max-width: 820px;
    margin: 0 auto 100px
}

.ps-about-intro .ps-section__header h4 {
    margin-bottom: 80px;
    font-size: 24px;
    color: #000;
    font-weight: 600
}

.ps-about-intro .ps-section__header h3 {
    margin-bottom: 40px;
    font-weight: 400;
    line-height: 1.3em;
    color: #000;
    font-size: 36px
}

.ps-about-intro .ps-section__header p {
    font-size: 18px;
    line-height: 1.6em
}

.ps-about-intro .ps-section__content {
    border-top: 1px solid #e1e1e1;
    padding-top: 90px
}

@media (max-width:1199px) {
    .ps-about-intro {
        padding: 80px 0
    }
}

@media (max-width:991px) {
    .ps-about-intro {
        padding: 70px 0
    }
}

@media (max-width:767px) {
    .ps-about-intro {
        padding: 50px 0
    }

    .ps-about-intro .ps-section__header h4 {
        margin-bottom: 50px
    }

    .ps-about-intro .ps-section__header h3 {
        font-size: 24px
    }

    .ps-about-intro .ps-section__header p {
        font-size: 14px
    }
}

.ps-our-team {
    padding: 120px 0
}

.ps-our-team .ps-section__header {
    padding-left: 180px;
    padding-bottom: 90px
}

.ps-our-team .ps-section__header h3 {
    margin-bottom: 0;
    font-size: 36px;
    font-weight: 400;
    color: #000
}

.ps-our-team .ps-section__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -15px
}

.ps-our-team .ps-section__content figure {
    margin-bottom: 30px;
    width: 100%;
    max-width: 25%;
    padding: 0 15px
}

@media (max-width:1199px) {
    .ps-our-team .ps-section__header {
        padding-left: 0;
        padding-bottom: 50px
    }
}

@media (max-width:991px) {
    .ps-our-team {
        padding: 90px 0
    }

    .ps-our-team .ps-section__header {
        padding-bottom: 40px
    }

    .ps-our-team .ps-section__header h3 {
        font-size: 28px
    }

    .ps-our-team .ps-section__content figure {
        max-width: 33.3333%
    }
}

@media (max-width:767px) {
    .ps-our-team {
        padding: 60px 0
    }

    .ps-our-team .ps-section__header {
        padding-bottom: 30px
    }

    .ps-our-team .ps-section__header h3 {
        font-size: 24px
    }

    .ps-our-team .ps-section__content figure {
        max-width: 50%
    }
}

.ps-about-milestone {
    padding: 120px 0
}

.ps-about-awards {
    padding: 120px 0;
    background-color: #f5f5f5
}

.ps-about-awards .ps-section__header {
    max-width: 820px;
    margin: 0 auto 100px
}

.ps-about-awards .ps-section__header h4 {
    margin-bottom: 65px;
    font-size: 36px;
    color: #000;
    font-weight: 400
}

.ps-about-awards .ps-section__header p {
    font-size: 18px;
    line-height: 1.6em
}

.ps-about-awards .ps-section__content .owl-slider a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:1199px) {
    .ps-about-awards {
        padding: 100px 0
    }
}

@media (max-width:991px) {
    .ps-about-awards {
        padding: 80px 0
    }
}

@media (max-width:767px) {
    .ps-about-awards {
        padding: 70px 0
    }

    .ps-about-awards .ps-section__header h4 {
        margin-bottom: 50px;
        font-size: 24px
    }

    .ps-about-awards .ps-section__header p {
        font-size: 14px
    }
}

@media (max-width:479px) {
    .ps-about-awards {
        padding: 50px 0
    }
}

.ps-contact-info {
    padding: 90px 0
}

.ps-contact-info h3 {
    margin-bottom: 60px;
    text-align: center;
    font-size: 36px;
    font-weight: 600
}

@media (max-width:991px) {
    .ps-contact-info {
        padding: 60px 0
    }

    .ps-contact-info h3 {
        font-size: 24px
    }
}

@media (max-width:479px) {
    .ps-contact-info {
        padding: 45px 0
    }

    .ps-contact-info h3 {
        font-size: 20px
    }
}

.ps-contact-form {
    padding: 100px 0;
    background-color: #f6f6f6
}

.ps-contact-form h3 {
    margin-bottom: 90px;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: #000;
    line-height: 1em
}

@media (max-width:991px) {
    .ps-contact-form h3 {
        font-size: 24px
    }
}

@media (max-width:479px) {
    .ps-contact-form h3 {
        font-size: 20px
    }
}

.ps-faqs {
    padding: 90px 0
}

.ps-faqs .ps-section__header {
    padding-bottom: 100px
}

.ps-faqs .ps-section__header h1 {
    text-align: center;
    font-size: 36px;
    font-weight: 600
}

@media (max-width:767px) {
    .ps-faqs .ps-section__header {
        padding-bottom: 50px
    }

    .ps-faqs .ps-section__header h1 {
        font-size: 24px
    }
}

.ps-call-to-action {
    background-color: #f1f1f1;
    padding: 130px 0;
    text-align: center
}

.ps-call-to-action h3 {
    font-size: 36px;
    color: #000;
    font-weight: 600
}

.ps-call-to-action h3 a {
    color: #70bcd9;
    font-weight: inherit
}

.ps-call-to-action h3 a:hover {
    color: #000
}

@media (max-width:991px) {
    .ps-call-to-action {
        padding: 100px 0
    }
}

@media (max-width:767px) {
    .ps-call-to-action {
        padding: 80px 0
    }
}

@media (max-width:479px) {
    .ps-call-to-action {
        padding: 65px 0
    }
}

.ps-vendor-banner {
    position: relative;
    text-align: center;
    z-index: 10;
    padding: 160px 0
}

.ps-vendor-banner:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    z-index: -1;
    background-color: rgba(0, 0, 0, .25)
}

.ps-vendor-banner h2 {
    color: #fff;
    font-size: 48px;
    margin: 0 auto 30px;
    max-width: 960px;
    font-weight: 600
}

.ps-vendor-banner .ps-btn {
    padding: 20px 40px;
    font-size: 24px;
    border-radius: 0
}

@media (max-width:1199px) {
    .ps-vendor-banner {
        padding: 120px 0
    }

    .ps-vendor-banner h2 {
        font-size: 36px
    }
}

@media (max-width:991px) {
    .ps-vendor-banner {
        padding: 100px 0
    }

    .ps-vendor-banner h2 {
        font-size: 28px
    }

    .ps-vendor-banner .ps-btn {
        font-size: 20px;
        padding: 15px 30px
    }
}

@media (max-width:767px) {
    .ps-vendor-banner {
        padding: 80px 0
    }

    .ps-vendor-banner .ps-btn {
        font-size: 16px
    }
}

@media (max-width:479px) {
    .ps-vendor-banner {
        padding: 60px 0
    }

    .ps-vendor-banner h2 {
        font-size: 24px
    }
}

@media (max-width:991px) {
    .ps-vendor-about .ps-block--icon-box-2 {
        max-width: 450px;
        margin: 0 auto 40px
    }

    .ps-vendor-about .ps-section__header h4 br {
        display: none
    }
}

.ps-vendor-milestone {
    background-color: #f6f6f6
}

.ps-vendor-best-fees .ps-section__numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 60px
}

.ps-vendor-best-fees .ps-section__numbers figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 170px;
    height: 170px;
    border: 2px solid #70bcd9;
    margin: 0 40px;
    border-radius: 50%
}

.ps-vendor-best-fees .ps-section__numbers figure h3 {
    display: block;
    margin-bottom: 0;
    width: 100%;
    font-size: 60px;
    font-weight: 400;
    line-height: 1em;
    color: #000
}

.ps-vendor-best-fees .ps-section__numbers figure span {
    font-size: 16px
}

.ps-vendor-best-fees .ps-section__desc {
    max-width: 550px;
    margin: 0 auto 30px
}

.ps-vendor-best-fees .ps-section__desc>figure figcaption {
    text-align: center;
    font-weight: 600;
    color: #000;
    margin-bottom: 40px;
    font-size: 16px
}

.ps-vendor-best-fees .ps-section__desc ul li {
    text-align: left;
    color: #666;
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 1.6em
}

.ps-vendor-best-fees .ps-section__highlight {
    margin-bottom: 40px;
    padding: 30px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f6f6f6
}

.ps-vendor-best-fees .ps-section__highlight figure {
    text-align: justify;
    padding-left: 60px;
    padding-right: 60px
}

.ps-vendor-best-fees .ps-section__highlight figure p {
    font-weight: 500;
    color: #000;
    font-size: 16px
}

.ps-vendor-best-fees .ps-section__content {
    max-width: 730px;
    margin: 0 auto;
    text-align: center
}

.ps-vendor-best-fees .ps-section__content>h5 {
    margin-bottom: 50px;
    font-size: 18px;
    font-weight: 400;
    color: #666;
    line-height: 1.4em
}

@media (max-width:767px) {
    .ps-vendor-best-fees .ps-section__content>h5 {
        font-size: 16px
    }

    .ps-vendor-best-fees .ps-section__desc ul li {
        font-size: 14px
    }

    .ps-vendor-best-fees .ps-section__highlight {
        padding: 30px 10px
    }

    .ps-vendor-best-fees .ps-section__highlight figure {
        text-align: left;
        padding: 0 20px
    }

    .ps-vendor-best-fees .ps-section__highlight figure p {
        font-size: 14px
    }
}

@media (max-width:479px) {
    .ps-vendor-best-fees .ps-section__numbers figure {
        width: 100px;
        height: 100px;
        margin: 0 10px
    }

    .ps-vendor-best-fees .ps-section__numbers figure h3 {
        font-size: 30px
    }

    .ps-vendor-best-fees .ps-section__highlight {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: left;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .ps-vendor-best-fees .ps-section__highlight img {
        margin-bottom: 30px;
        max-height: 100px
    }
}

.ps-vendor-testimonials {
    background-color: #f6f6f6
}

.ps-vendor-faqs figure {
    margin-bottom: 50px
}

.ps-vendor-faqs figure figcaption {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.4em
}

.ps-vendor-faqs figure p {
    font-size: 16px
}

.ps-vendor-faqs .ps-section__footer {
    padding-top: 100px;
    text-align: center;
    border-top: 1px solid #e1e1e1
}

.ps-vendor-faqs .ps-section__footer p {
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: 400;
    color: #000
}

.ps-vendor-faqs .ps-section__footer .ps-btn {
    padding: 20px 40px;
    font-size: 24px
}

@media (max-width:991px) {
    .ps-vendor-faqs .ps-section__footer {
        padding-top: 60px
    }

    .ps-vendor-faqs .ps-section__footer p {
        font-size: 20px
    }

    .ps-vendor-faqs .ps-section__footer .ps-btn {
        font-size: 16px;
        padding: 15px 30px
    }
}

@media (max-width:479px) {
    .ps-vendor-faqs .ps-section__footer {
        padding-top: 50px
    }

    .ps-vendor-faqs .ps-section__footer p {
        font-size: 18px
    }
}

.ps-my-account {
    min-height: 100vh;
    background-color: #f1f1f1
}

.ps-order-tracking {
    padding: 100px 0
}

.ps-order-tracking .ps-section__header {
    text-align: center;
    padding-bottom: 80px
}

.ps-order-tracking .ps-section__header h3 {
    margin-bottom: 40px;
    font-size: 48px;
    font-weight: 600;
    line-height: 1em
}

.ps-order-tracking .ps-section__header p {
    max-width: 960px;
    margin: 0 auto;
    font-size: 16px
}

@media (max-width:991px) {
    .ps-order-tracking {
        padding: 75px 0
    }

    .ps-order-tracking .ps-section__header {
        padding-bottom: 60px
    }

    .ps-order-tracking .ps-section__header h3 {
        margin-bottom: 20px;
        font-size: 36px
    }

    .ps-order-tracking .ps-section__header p {
        font-size: 14px
    }
}

@media (max-width:767px) {
    .ps-order-tracking {
        padding: 60px 0
    }
}

@media (max-width:479px) {
    .ps-order-tracking {
        padding: 50px 0
    }

    .ps-order-tracking .ps-section__header {
        padding-bottom: 40px
    }
}

.ps-shopping-cart .ps-section__cart-actions {
    padding-top: 30px;
    padding-bottom: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.ps-shopping-cart .ps-section__cart-actions .ps-btn i {
    margin-right: 6px;
    vertical-align: middle
}

.ps-shopping-cart .ps-section__cart-actions .ps-btn--outline {
    border-color: #000;
    color: #000;
    padding: 12px 20px;
    vertical-align: middle
}

.ps-shopping-cart .ps-section__cart-actions .ps-btn--outline i {
    margin-right: 6px;
    vertical-align: middle
}

.ps-shopping-cart .ps-section__cart-actions .ps-btn--outline:hover {
    background-color: #70bcd9;
    border-color: #70bcd9
}

.ps-shopping-cart .ps-section__footer figure figcaption {
    position: relative;
    display: block;
    font-size: 20px;
    color: #000;
    margin-bottom: 35px
}

.ps-shopping-cart .ps-section__footer figure figcaption:after {
    content: '\e93a';
    font-family: Linearicons;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0
}

.ps-shopping-cart .ps-section__footer figure .form-control {
    border-color: #ccc
}

.ps-shopping-cart .ps-section__footer .ps-btn--outline {
    border-color: #ccc;
    color: #000;
    border-radius: 0
}

.ps-shopping-cart .ps-section__footer .ps-btn--outline:hover {
    background-color: #70bcd9;
    border-color: #70bcd9;
    color: #fff
}

.ps-shopping-cart .ps-section__footer .select2 {
    min-width: 100%
}

.ps-shopping-cart .ps-section__footer .select2 .select2-selection--single .select2-selection__rendered {
    padding: 15px 20px;
    border: #ccc
}

@media (max-width:479px) {
    .ps-shopping-cart .ps-section__cart-actions {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .ps-shopping-cart .ps-section__cart-actions .ps-btn {
        width: 100%;
        margin-bottom: 10px;
        text-align: center
    }
}

.ps-vendor-store {
    padding: 40px 0
}

.ps-vendor-store .ps-section__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.ps-vendor-store .ps-section__container>* {
    width: 100%
}

.ps-vendor-store .ps-section__container .ps-section__left {
    max-width: 25%
}

.ps-vendor-store .ps-section__container .ps-section__right {
    max-width: 75%;
    padding-left: 30px
}

.ps-vendor-store .ps-block--vendor-filter {
    margin-bottom: 45px
}

@media (max-width:1199px) {
    .ps-vendor-store .ps-section__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap
    }

    .ps-vendor-store .ps-section__container .ps-section__left {
        max-width: 450px;
        margin-bottom: 30px
    }

    .ps-vendor-store .ps-section__container .ps-section__right {
        max-width: 100%;
        padding-left: 0
    }
}

.ps-vendor-best-seller .ps-section__header {
    margin-bottom: 30px;
    padding-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e1e1e1
}

.ps-vendor-best-seller .ps-section__header h3 {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 20px
}

.ps-vendor-dashboard .ps-section__header {
    padding: 100px 0;
    text-align: center
}

.ps-vendor-dashboard .ps-section__header h3 {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 30px
}

.ps-vendor-dashboard .ps-section__header p {
    color: #666;
    font-size: 16px;
    max-width: 860px;
    margin: 0 auto 30px
}

.ps-vendor-dashboard .ps-section__links {
    background-color: #f5f5f5;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 45px
}

.ps-vendor-dashboard .ps-section__links li {
    display: inline-block;
    margin-right: 30px
}

.ps-vendor-dashboard .ps-section__links li a {
    font-size: 18px;
    font-weight: 600;
    color: #666;
    line-height: 20px
}

.ps-vendor-dashboard .ps-section__links li a:hover {
    color: #000
}

.ps-vendor-dashboard .ps-section__links li:last-child {
    margin-right: 0
}

.ps-vendor-dashboard .ps-section__links li.active a {
    color: #000
}

@media (max-width:767px) {
    .ps-vendor-dashboard .ps-section__header {
        padding: 60px 0
    }

    .ps-vendor-dashboard .ps-section__header h3 {
        font-size: 36px
    }

    .ps-vendor-dashboard .ps-section__header p {
        font-size: 14px
    }

    .ps-vendor-dashboard .ps-section__links li {
        margin-bottom: 4px
    }

    .ps-vendor-dashboard .ps-section__links li a {
        font-size: 16px
    }
}

@media (max-width:479px) {
    .ps-vendor-dashboard .ps-section__header {
        padding: 50px 0
    }

    .ps-vendor-dashboard .ps-section__header h3 {
        margin-bottom: 20px;
        font-size: 28px
    }
}

#homepage-1 .ps-home-banner {
    padding-top: 30px;
    margin-bottom: 30px
}

#homepage-1 .ps-home-banner .owl-slider {
    max-width: 100%
}

#homepage-1 .ps-home-banner .ps-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

#homepage-1 .ps-home-banner .ps-container>* {
    width: 100%
}

#homepage-1 .ps-home-banner .ps-container .ps-section__left {
    padding-right: 30px;
    max-width: calc(100% - 390px)
}

#homepage-1 .ps-home-banner .ps-container .ps-section__right {
    max-width: 390px
}

#homepage-1 .ps-home-banner .ps-container .ps-section__right .ps-collection {
    display: block;
    margin-bottom: 30px
}

#homepage-1 .ps-home-banner .ps-container .ps-section__right .ps-collection:last-child {
    margin-bottom: 0
}

@media (max-width:1199px) {
    #homepage-1 .ps-home-banner .ps-container {
        display: block
    }

    #homepage-1 .ps-home-banner .ps-container .ps-section__left {
        max-width: 100%;
        margin-bottom: 30px
    }

    #homepage-1 .ps-home-banner .ps-container .ps-section__right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        margin: 0 -15px;
        max-width: 100%
    }

    #homepage-1 .ps-home-banner .ps-container .ps-section__right .ps-collection {
        width: 100%;
        max-width: 50%;
        padding: 0 15px
    }

    #homepage-1 .ps-home-banner .ps-container .ps-section__right .ps-collection img {
        width: 100%
    }
}

#homepage-1 .ps-site-features {
    padding-bottom: 90px
}

#homepage-1 .ps-deal-of-day {
    padding-bottom: 80px
}

#homepage-1 .ps-deal-of-day .ps-product .ps-product__price {
    color: #690;
    font-size: 18px;
    font-weight: 600
}

#homepage-1 .ps-deal-of-day .ps-product .ps-product__price del {
    margin-left: 10px;
    font-size: 14px
}

#homepage-1 .ps-deal-of-day .ps-product .ps-product__price small {
    margin-left: 10px;
    color: red
}

#homepage-1 .ps-top-categories {
    padding: 80px 0 50px
}

#homepage-1 .ps-top-categories h3 {
    text-transform: capitalize
}

@media (min-width:1440px) {
    #homepage-1 .ps-top-categories .row .col-xl-2 {
        max-width: calc(100% / 8)
    }
}

@media (max-width:1199px) {
    #homepage-1 .ps-top-categories {
        padding: 60px 0
    }
}

@media (max-width:991px) {
    #homepage-1 .ps-top-categories {
        padding: 50px 0
    }
}

@media (max-width:767px) {
    #homepage-1 .ps-top-categories {
        padding: 40px 0
    }
}

@media (max-width:479px) {
    #homepage-1 .ps-top-categories {
        padding: 35px 0
    }
}

#homepage-1 .ps-product-list {
    padding-bottom: 80px
}

@media (max-width:991px) {
    #homepage-1 .ps-product-list {
        padding-bottom: 50px
    }
}

@media (max-width:767px) {
    #homepage-1 .ps-product-list {
        padding-bottom: 40px
    }
}

@media (max-width:479px) {
    #homepage-1 .ps-product-list {
        padding-bottom: 0
    }
}

#homepage-1 .ps-download-app {
    margin-top: 80px;
    margin-bottom: 100px
}

@media (max-width:767px) {
    #homepage-1 .ps-download-app {
        margin-bottom: 50px
    }
}

#shop-carousel .ps-carouse--nav-inside {
    margin-bottom: 60px
}

@media (max-width:767px) {
    #shop-carousel .ps-carouse--nav-inside {
        margin-bottom: 40px
    }
}

#shop-carousel .ps-block--container-hightlight {
    margin-bottom: 60px
}

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

#shop-carousel .ps-product-list .ps-section__header {
    display: block;
    text-align: center
}

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

#shop-categories {
    background-color: #f5f5f5;
    padding-bottom: 90px
}

#shop-categories .ps-catalog-top {
    padding: 70px 0
}

#shop-categories .ps-product-list {
    margin-bottom: 20px;
    padding: 20px 20px 50px;
    background-color: #fff
}

#shop-categories .ps-product-list .ps-section__header h3 {
    font-weight: 400
}

#shop-categories .ps-more-categories .ps-section__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

#shop-categories .ps-more-categories .ps-section__content .ps-block--category-vertical {
    margin-bottom: 30px;
    max-width: 20%;
    padding: 30px 10px
}

@media (max-width:1199px) {
    #shop-categories .ps-more-categories .ps-section__content .ps-block--category-vertical {
        max-width: 25%
    }
}

@media (max-width:991px) {
    #shop-categories .ps-more-categories .ps-section__content .ps-block--category-vertical {
        max-width: calc(100% / 3)
    }
}

@media (max-width:767px) {
    #shop-categories .ps-more-categories .ps-section__content .ps-block--category-vertical {
        max-width: 50%
    }
}

@media (max-width:479px) {
    #shop-categories .ps-more-categories .ps-section__content .ps-block--category-vertical {
        max-width: 100%
    }
}

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

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

#contact-us .ps-breadcrumb {
    margin-bottom: 0
}

#contact-map {
    height: 100vh
}

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

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

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

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

.ps-page--404 .container {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

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

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

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

.ps-page--404 p a {
    color: #70bcd9
}

.ps-page--404 .ps-form--widget-search {
    max-width: 370px;
    margin: 0 auto
}

.ps-page--404 .ps-form--widget-search input {
    height: 50px;
    border-color: #fff
}

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

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

.ps-page--comming-soon {
    text-align: center;
    padding-bottom: 50px
}

.ps-page--comming-soon .ps-countdown li {
    display: inline-block;
    margin-right: 20px
}

.ps-page--comming-soon .ps-countdown li span {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 48px;
    color: #000;
    line-height: 1em
}

.ps-page--comming-soon .ps-countdown li p {
    margin-bottom: 0
}

.ps-page--comming-soon .ps-countdown li:last-child {
    margin-right: 0
}

.ps-page--comming-soon .ps-page__header {
    padding: 50px 0
}

.ps-page--comming-soon .ps-page__header .ps-logo {
    display: inline-block;
    margin-bottom: 50px
}

.ps-page--comming-soon .ps-page__header h1 {
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 600
}

.ps-page--comming-soon figure figcaption {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 600
}

.ps-page--comming-soon figure .ps-countdown {
    margin-bottom: 80px
}

.ps-page--comming-soon .ps-list--social li {
    margin-right: 30px
}

.ps-page--comming-soon .ps-list--social li a {
    color: #ccc
}

.ps-page--comming-soon .ps-list--social li a:hover {
    color: #70bcd9
}

.ps-page--shop .ps-shop-banner {
    padding: 30px 0 45px
}

.ps-page--shop .ps-shop-brand {
    margin-bottom: 45px
}

.ps-page--shop .ps-shop-categories {
    margin-bottom: 30px
}

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

.ps-page--product .ps-page__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 100%
}

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

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

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

.ps-page--product.reverse .ps-page__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse nowrap;
    flex-flow: row-reverse nowrap
}

.ps-page--product.reverse .ps-page__right {
    padding-right: 30px
}

@media (max-width:1199px) {
    .ps-page--product .ps-page__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap
    }

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

.ps-page--product-box {
    background-color: #f1f1f1
}

.ps-page--blog .ps-page__header {
    padding: 90px 0;
    text-align: center
}

.ps-page--blog .ps-page__header h1 {
    margin: 0 0 20px;
    font-size: 48px;
    font-weight: 600;
    line-height: 1em
}

@media (max-width:991px) {
    .ps-page--blog .ps-page__header {
        padding: 45px 0
    }

    .ps-page--blog .ps-page__header h1 {
        font-size: 36px
    }
}

@media (max-width:767px) {
    .ps-page--blog .ps-page__header {
        padding: 30px 0
    }

    .ps-page--blog .ps-page__header h1 {
        font-size: 32px
    }
}

@media (max-width:479px) {
    .ps-page--blog .ps-page__header {
        padding: 25px 0
    }

    .ps-page--blog .ps-page__header h1 {
        font-size: 24px
    }
}

.sub-toggle {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    cursor: pointer;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    display: none
}

.sub-toggle:after,
.sub-toggle:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 1px;
    background-color: #000
}

.sub-toggle:before {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.sub-toggle:after {
    -webkit-transform: translateX(-50%) rotate(90deg);
    -moz-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
    -o-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg)
}

.sub-toggle.active:after {
    display: none
}

.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 240px;
    z-index: 1000;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    background-color: #fff;
    border: 1px solid #ccc;
    visibility: hidden;
    opacity: 0
}

.sub-menu:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 0;
    width: 0;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: none
}

.sub-menu>li {
    display: block
}

.sub-menu>li>a {
    display: inline-block;
    padding: 6px 20px;
    width: 100%;
    font-size: 14px;
    color: #000;
    -webkit-transition: all .8s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: all .8s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all .8s cubic-bezier(.19, 1, .22, 1);
    transition: all .8s cubic-bezier(.19, 1, .22, 1)
}

.sub-menu>li>a:hover {
    color: #70bcd9
}

.sub-menu>li:last-child {
    border-bottom: none
}

.sub-menu>li:last-child a {
    border-bottom: 1px solid #eee
}

.sub-menu>li.menu-item-has-children {
    position: relative
}

.sub-menu>li.menu-item-has-children>.sub-toggle {
    display: none
}

.sub-menu>li.menu-item-has-children>.sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px)
}

.sub-menu>li.menu-item-has-children>.sub-menu:before {
    display: none
}

.sub-menu>li.menu-item-has-children:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.mega-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 30px 10px;
    background-color: #fff;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    border: 1px solid #ccc
}

.mega-menu>* {
    width: 100%;
    padding: 10px 15px
}

.mega-menu h4 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #000
}

.mega-menu .mega-menu__column {
    min-width: 180px
}

.mega-menu .mega-menu__list {
    background-color: transparent
}

.mega-menu .mega-menu__list li a {
    display: block;
    color: #000;
    line-height: 20px;
    padding: 5px 0;
    font-size: 14px;
    background-color: transparent
}

.mega-menu .mega-menu__list li a.has-badge {
    padding-right: 20px
}

.mega-menu .mega-menu__list li a.has-badge:after {
    content: 'New';
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 0;
    font-size: 9px;
    color: #fff;
    padding: 0 8px;
    line-height: 2em;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    background-color: #70bcd9
}

.mega-menu .mega-menu__list li a.has-badge.sale {
    color: #ec0101
}

.mega-menu .mega-menu__list li a.has-badge.sale:after {
    content: 'Sale';
    background-color: #ffa800
}

.mega-menu .mega-menu__list li a:hover {
    color: #70bcd9
}

.menu {
    text-align: left
}

.menu>li {
    display: inline-block
}

.menu>li>a {
    display: inline-block;
    padding: 15px 25px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #000
}

.menu>li>a:hover {
    color: #000
}

.menu>li:first-child {
    padding-left: 0
}

.menu>li:first-child>a {
    padding-left: 0
}

.menu>li:last-child {
    margin-right: 0;
    padding-right: 0
}

.menu>li .sub-toggle {
    margin-left: 5px;
    display: none
}

.menu>li .sub-menu {
    visibility: hidden;
    opacity: 0
}

.menu>li .mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    visibility: hidden;
    opacity: 0
}

.menu>li.menu-item-has-children {
    position: relative
}

.menu>li.menu-item-has-children>a:after {
    content: "\e93a";
    font: normal normal normal 12px/1 linearicons;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0
}

.menu>li.menu-item-has-children>a:before {
    content: '';
    width: 13px;
    height: 13px;
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 10000;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    -moz-transform: rotate(45deg) translate(-50%, -50%);
    -ms-transform: rotate(45deg) translate(-50%, -50%);
    -o-transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    visibility: hidden;
    opacity: 0
}

.menu>li.has-mega-menu {
    position: relative
}

.menu>li.has-mega-menu .mega-menu {
    position: absolute;
    top: 100%;
    left: 0
}

.menu>li.has-mega-menu:hover .mega-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.menu>li:hover .sub-toggle {
    color: #fff
}

.menu>li:hover>.sub-menu {
    visibility: visible;
    opacity: 1
}

.menu>li:hover.menu-item-has-children>a:before {
    visibility: visible;
    opacity: 1
}

.menu--product-categories {
    position: relative;
    height: 100%
}

.menu--product-categories .menu__toggle {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.menu--product-categories .menu__toggle i {
    font-size: 20px;
    margin-right: 10px
}

.menu--product-categories .menu__toggle span {
    font-size: 20px;
    color: #000;
    font-size: 16px;
    font-weight: 600
}

.menu--product-categories .menu__toggle:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    -webkit-transition: -webkit-transform .75s cubic-bezier(.7, 0, .3, 1);
    transition: -webkit-transform .75s cubic-bezier(.7, 0, .3, 1);
    -o-transition: transform .75s cubic-bezier(.7, 0, .3, 1);
    transition: transform .75s cubic-bezier(.7, 0, .3, 1);
    transition: transform .75s cubic-bezier(.7, 0, .3, 1), -webkit-transform .75s cubic-bezier(.7, 0, .3, 1);
    -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-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}

.menu--product-categories .menu__toggle.active:before,
.menu--product-categories .menu__toggle:hover:before {
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -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: scale3d(1, 1, 1)
}

.menu--product-categories .menu__content {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    min-width: 100%;
    padding-top: 2px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px)
}

.menu--product-categories .menu--dropdown {
    background-color: #fff;
    border: 1px solid #d3d3d3;
    min-width: 260px
}

.menu--product-categories:hover .menu__content {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.menu--dropdown>li {
    padding: 0 20px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.menu--dropdown>li>a {
    display: block;
    padding: 10px 0;
    color: #000
}

.menu--dropdown>li>a i {
    margin-right: 10px;
    font-size: 18px
}

.menu--dropdown>li.has-mega-menu .mega-menu {
    position: absolute;
    top: 0;
    left: 100%;
    width: auto;
    min-width: 530px;
    visibility: hidden;
    opacity: 0;
    border-left: none
}

.menu--dropdown>li:hover {
    background-color: #70bcd9
}

.menu--dropdown>li:hover.has-mega-menu .mega-menu {
    visibility: visible;
    opacity: 1
}

.menu--mobile .sub-menu {
    position: relative;
    display: none;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
    border: none
}

.menu--mobile .sub-menu>li>a {
    border: none;
    padding: 10px 20px
}

.menu--mobile .mega-menu {
    display: none;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 100%;
    padding-left: 15px;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease
}

.menu--mobile .mega-menu h4 {
    position: relative;
    display: block;
    margin-bottom: 0;
    padding: 10px 0;
    width: 100%;
    line-height: 20px
}

.menu--mobile .mega-menu .mega-menu__column {
    padding: 0
}

.menu--mobile .mega-menu .mega-menu__list {
    display: none;
    padding-left: 15px
}

.menu--mobile .mega-menu .mega-menu__list li a {
    color: #666;
    border: none
}

.menu--mobile .mega-menu .mega-menu__list li a:hover {
    color: #000
}

.menu--mobile>li {
    border-bottom: 1px solid #dedede
}

.menu--mobile>li>a {
    position: relative;
    z-index: 10;
    display: block;
    padding: 15px 20px;
    line-height: 20px;
    font-size: 15px
}

.menu--mobile>li>a:hover {
    padding-left: 5px;
    color: #000
}

.menu--mobile>li.menu-item-has-children {
    position: relative
}

.menu--mobile>li.menu-item-has-children .sub-toggle {
    position: absolute;
    top: 5px;
    right: 0;
    width: 40px;
    height: 40px;
    z-index: 20;
    display: inline-block
}

.menu--mobile .mega-menu {
    border: none
}

.menu--mobile .mega-menu h4 {
    font-weight: 500
}

.menu--mobile .mega-menu__list>li {
    border-bottom: 1px solid #dedede
}

.menu--mobile .mega-menu__list>li a {
    padding: 10px 0
}

.menu--mobile .mega-menu__list>li:last-child {
    border: none
}

.navigation {
    background-color: #70bcd9
}

.navigation>.container,
.navigation>.ps-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

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

.navigation__extra>li {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    padding-right: 20px
}

.navigation__extra>li:after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 2px;
    height: 15px;
    background-color: #000
}

.navigation__extra>li a {
    color: #000
}

.navigation__extra>li:last-child {
    margin-right: 0;
    padding-right: 0
}

.navigation__extra>li:last-child:after {
    display: none
}

.navigation__extra .ps-dropdown img {
    margin-right: 8px
}

.navigation .navigation__left {
    max-width: 260px
}

.navigation .navigation__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 35px
}

.header .header__extra {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 42px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.header .header__extra>i {
    font-size: 30px;
    line-height: 42px
}

.header .header__extra span {
    position: absolute;
    bottom: 0;
    right: -6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    vertical-align: top;
    width: 20px;
    height: 20px;
    color: #fff;
    background-color: #000;
    border-radius: 50%
}

.header .header__extra span i {
    font-size: 12px;
    font-style: normal;
    line-height: 1em;
    font-weight: 500
}

.header .header__extra:hover i {
    color: #fff
}

.header .header__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

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

.header .header__left {
    max-width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header .header__left .menu--product-categories {
    display: none
}

.header .header__right {
    max-width: 370px
}

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

.header .header__top .container,
.header .header__top .ps-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.header .header__top .container>*,
.header .header__top .ps-container>* {
    width: 100%
}

.header.header--sticky .menu--product-categories .menu__toggle i {
    font-size: 30px
}

.header.header--sticky .menu--product-categories .menu__toggle span {
    font-size: 16px
}

.header.header--sticky .header__top {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    border-bottom: none;
    padding: 10px 0
}

.header.header--sticky .header__left .ps-logo {
    display: none
}

.header.header--sticky .header__left .menu--product-categories {
    display: block;
    background-color: transparent
}

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

    .header.header--mobile {
        display: block
    }
}

.header--standard .ps-block--user-header a:hover {
    color: #70bcd9
}

.header--standard .header__top-links {
    width: 100%
}

.header--standard .header__top-links>li {
    display: inline-block;
    margin-right: 16px;
    padding-right: 15px;
    position: relative
}

.header--standard .header__top-links>li:after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    height: 15px;
    width: 0;
    border-right: 1px solid #e1e1e1
}

.header--standard .header__top-links>li>a {
    color: #666
}

.header--standard .header__top-links>li:last-child {
    margin-right: 0;
    padding-right: 0
}

.header--standard .header__top-links>li:last-child:after {
    display: none
}

.header--standard .header__top-links .language>a img {
    margin-right: 5px
}

.header--standard .header__top-links .ps-block--user-header .ps-block__left i {
    font-size: 14px
}

.header--standard .header__top-links .ps-block--user-header .ps-block__right a {
    display: inline-block;
    font-weight: 400;
    margin-right: 10px;
    color: #666
}

.header--standard .header__top-links .ps-block--user-header .ps-block__right a:first-child:after {
    content: '/';
    padding-left: 10px
}

.header--standard .header__top-links .ps-block--user-header .ps-block__right a:hover {
    color: #70bcd9
}

.header--standard .header__top {
    padding: 10px 0;
    background-color: #fff;
    border-bottom: none
}

.header--standard .header__top .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header--standard .header__top .header__left {
    max-width: 50%
}

.header--standard .header__top .header__left p {
    margin-bottom: 0;
    color: #666;
    line-height: 30px
}

.header--standard .header__top .header__left p strong {
    color: #000
}

.header--standard .header__top .header__right {
    text-align: right;
    max-width: 50%
}

.header--standard .header__content-left {
    max-width: 270px;
    padding-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header--standard .header__content-left .ps-logo {
    margin-right: 30px
}

.header--standard .header__content-center {
    max-width: 600px
}

.header--standard .menu--product-categories .menu__toggle i {
    font-size: 30px
}

.header--standard .ps-form--quick-search {
    width: 600px
}

.header--standard .ps-form--quick-search button {
    background-color: #70bcd9;
    color: #000
}

.header--standard .ps-form--quick-search .form-group--icon {
    border: 1px solid #e1e1e1;
    min-width: 80px;
    border-radius: 4px 0 0 4px
}

.header--standard .ps-form--quick-search .form-group--icon select {
    height: 40px;
    border: none
}

.header--standard .ps-form--quick-search input {
    border: 1px solid #e1e1e1;
    border-left: none
}

.header--standard .header__content {
    padding: 20px 0
}

.header--standard .header__content .menu--product-categories .menu__toggle:hover:before {
    display: none
}

.header--standard .header__content .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header--standard .header__content .container>* {
    width: 100%
}

.header--standard .header__extra span {
    background-color: #70bcd9
}

.header--standard .header__extra span i {
    color: #000;
    font-weight: 700
}

.header--standard.header--sticky .header__top {
    position: relative
}

.header--standard.header--sticky .header__content {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    background-color: #fff
}

.header--standard.header--sticky .header__content .menu--product-categories {
    display: block
}

.header--standard.header--sticky .ps-logo {
    display: none
}

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

.header--mobile {
    position: relative;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 9999;
    text-align: center;
    border-bottom: 0 none;
    background-color: #70bcd9;
    -webkit-transition: all .4s cubic-bezier(.455, .03, .515, .955);
    -moz-transition: all .4s cubic-bezier(.455, .03, .515, .955);
    -o-transition: all .4s cubic-bezier(.455, .03, .515, .955);
    transition: all .4s cubic-bezier(.455, .03, .515, .955)
}

.header--mobile:after {
    clear: both;
    content: "";
    display: table
}

.header--mobile .navigation__extra {
    display: inline-block
}

.header--mobile .navigation__extra li {
    margin-right: 5px;
    padding-right: 5px
}

.header--mobile .navigation__extra li:after {
    display: none
}

.header--mobile .header__extra span {
    background-color: #70bcd9
}

.header--mobile .header__actions i {
    font-size: 24px
}

.header--mobile .ps-block--user-header i {
    font-size: 24px
}

.header--mobile .header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #f4f5f5;
    padding: 15px 30px
}

.header--mobile .header__top>* {
    width: 100%
}

.header--mobile .header__top .header__left {
    max-width: 40%
}

.header--mobile .header__top .header__left p {
    margin-bottom: 0
}

.header--mobile .header__top .header__right {
    max-width: 60%;
    text-align: right
}

.header--mobile .header__top .header__right .navigation__extra {
    display: inline-block
}

.header--mobile .navigation--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 30px;
    border-bottom: none
}

.header--mobile .navigation--mobile .navigation__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header--mobile .header__extra span {
    background-color: #000
}

.header--mobile .header__extra span i {
    color: #fff;
    font-weight: 600
}

.header--mobile.active {
    -webkit-transform: translateX(270px);
    -moz-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px)
}

.header--mobile.header--sticky .navigation--mobile {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: #70bcd9;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .12);
    -ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .12)
}

@media (min-width:1200px) {
    .header--mobile {
        display: none
    }
}

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

    .modal-content.lokasi {
        max-height: 70vh;
        overflow-y: auto;
    }
}

@media (max-width:991px) {
    .header--mobile .header__top .header__left {
        display: none
    }

    .header--mobile .header__top .header__right {
        max-width: 100%;
        text-align: center
    }
}

@media (max-width:767px) {
    .header--mobile .navigation__extra li>a {
        display: none
    }
}

@media (max-width:479px) {
    .header--mobile .header__top {
        display: none
    }

    .header--mobile .header__actions>* {
        margin: 0;
        margin-right: 20px
    }

    .header--mobile .header__actions i {
        font-size: 24px
    }

    .header--mobile .ps-block--user-header {
        margin-right: 0
    }

    .header--mobile .ps-block--user-header i {
        font-size: 24px
    }

    /* .header--mobile .ps-block--user-header .ps-block__right {
        display: none
    } */

    .header--mobile .ps-search--mobile {
        display: block
    }
}

.navigation--sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 320px;
    height: 100vh;
    overflow-y: auto;
    z-index: 10001;
    background-color: #fff;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .5s cubic-bezier(.7, 0, .3, 1) 0s;
    -o-transition: all .5s cubic-bezier(.7, 0, .3, 1) 0s;
    transition: all .5s cubic-bezier(.7, 0, .3, 1) 0s
}

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

.navigation--sidebar .navigation__actions .ps-dropdown {
    margin-bottom: 10px
}

.navigation--sidebar .navigation__actions .ps-dropdown>a {
    font-size: 1.4rem;
    color: #666
}

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

.navigation--sidebar .navigation__header h3 {
    margin-bottom: 0;
    font-weight: 600;
    color: #fff;
    font-size: 1.6rem;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: .05em
}

.navigation--sidebar .navigation__header .ps-btn--close {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px
}

.navigation--sidebar .navigation__header .ps-btn--close:after,
.navigation--sidebar .navigation__header .ps-btn--close:before {
    background-color: #fff;
    height: 60%
}

.navigation--sidebar .navigation__content {
    padding-top: 10px;
    padding-bottom: 70px
}

.navigation--sidebar .header__actions a {
    display: inline-block;
    margin: 0 5px;
    line-height: 40px
}

.navigation--sidebar .header__actions a i {
    font-size: 24px;
    color: #000;
    vertical-align: middle
}

.navigation--sidebar .header__actions .ps-dropdown a {
    padding-right: 0
}

.navigation--sidebar .header__actions .ps-dropdown a:after {
    display: none
}

.navigation--sidebar .header__actions .ps-cart-toggle {
    position: relative;
    display: inline-block;
    padding: 5px 0;
    line-height: 30px
}

.navigation--sidebar .header__actions .ps-cart-toggle span {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(25%, -100%);
    -moz-transform: translate(25%, -100%);
    -ms-transform: translate(25%, -100%);
    -o-transform: translate(25%, -100%);
    transform: translate(25%, -100%);
    background-color: #000
}

.navigation--sidebar .header__actions .ps-cart-toggle span i {
    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%);
    color: #fff;
    font-style: normal;
    font-size: 11px
}

.navigation--sidebar.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

@media (min-width:1200px) {
    .navigation--sidebar .navigation__actions {
        display: none
    }
}

@media (max-width:479px) {
    .navigation--sidebar {
        width: 100%
    }
}

.navigation--list {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10002;
    padding: 10px 30px;
    border-top: 1px solid #ccc;
    background-color: #fff
}

.navigation--list .navigation__item {
    text-align: center
}

.navigation--list .navigation__item i {
    font-size: 24px
}

.navigation--list .navigation__item span {
    display: block
}

.navigation--list .navigation__item.active i {
    color: #70bcd9
}

.navigation--list .navigation__item.active span {
    color: #70bcd9
}

.navigation--list .navigation__content {
    max-width: 400px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:1200px) {
    .navigation--list {
        display: none
    }
}

.navigation--sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff
}

.navigation--sticky .navigation {
    background-color: #fff
}

.navigation--sticky .header__top {
    display: none
}

.navigation--sticky.navigation--pin {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.navigation--sticky.navigation--unpin {
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%)
}

.navigation--sticky.header--1.navigation--pin .navigation {
    background-color: rgba(0, 0, 0, .95)
}

.navigation--sticky.header--1.navigation--pin.header--black .navigation {
    background-color: rgba(255, 255, 255, .95)
}

.navigation--sticky.header--2.navigation--pin.active {
    background-color: #fff;
    -webkit-transform: translate(270px, 0);
    -moz-transform: translate(270px, 0);
    -ms-transform: translate(270px, 0);
    -o-transform: translate(270px, 0);
    transform: translate(270px, 0)
}

@media (max-width:1199px) {
    .navigation--sticky.navigation--unpin {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.ps-site-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    height: 100vh;
    background-color: rgba(0, 0, 0, .75);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    visibility: hidden;
    opacity: 0
}

.ps-site-overlay.active {
    visibility: visible;
    opacity: 1
}

.ps-search--mobile {
    max-width: 450px;
    margin: 0 auto;
    padding: 10px 20px
}

.ps-footer {
    padding-top: 70px
}

.ps-footer__widgets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 35px
}

.ps-footer__links {
    padding: 60px 0;
    border-top: 1px solid #e1e1e1
}

.ps-footer__links p strong {
    color: #000;
    margin-right: 20px;
    font-weight: 600
}

.ps-footer__links p a {
    display: inline-block;
    color: #666;
    line-height: 20px;
    margin-right: 10px;
    position: relative
}

.ps-footer__links p a:after {
    content: '|';
    margin-left: 5px
}

.ps-footer__links p a:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    -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 .4s cubic-bezier(.7, 0, .3, 1);
    transition: -webkit-transform .4s cubic-bezier(.7, 0, .3, 1);
    -o-transition: transform .4s cubic-bezier(.7, 0, .3, 1);
    transition: transform .4s cubic-bezier(.7, 0, .3, 1);
    transition: transform .4s cubic-bezier(.7, 0, .3, 1), -webkit-transform .4s cubic-bezier(.7, 0, .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%
}

.ps-footer__links p a:hover: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: scale3d(1, 1, 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%
}

.ps-footer__links p a:last-child:after {
    display: none
}

.ps-footer__copyright {
    padding: 35px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #e1e1e1
}

.ps-footer__copyright p {
    margin-bottom: 0;
    line-height: 30px;
    color: #000
}

.ps-footer__copyright p:last-child span {
    display: inline-block;
    line-height: inherit;
    vertical-align: middle
}

.ps-footer__copyright p:last-child a {
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle
}

@media (max-width:767px) {
    .ps-footer__widgets {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .ps-footer__widgets>* {
        width: 100%;
        max-width: 25%
    }

    .ps-footer__widgets .widget_contact-us {
        max-width: 100%;
        width: 100%
    }
}

@media (max-width:479px) {
    .ps-footer__widgets>* {
        max-width: 50%
    }

    .ps-footer__copyright {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        text-align: center
    }

    .ps-footer__copyright p {
        display: block;
        width: 100%
    }

    .ps-footer__copyright p span {
        display: block;
        padding-bottom: 10px
    }
}

.ps-footer--2 .widget_newletters .form-group--nest {
    margin-bottom: 30px
}

.ps-footer--3 {
    padding: 0;
    border-top: 1px solid #e1e1e1;
    background-color: #f8f8f8
}

.ps-footer--3 .ps-block--site-features {
    padding: 40px 0;
    margin-bottom: 70px;
    border-bottom: 1px solid #e1e1e1
}

@media (max-width:767px) {
    .ps-footer--3 .ps-block--site-features {
        margin-bottom: 40px
    }
}

.ma-0 {
    margin: 0
}

.pd-0 {
    padding: 0
}

.mt-0 {
    margin-top: 0
}

.mr-0 {
    margin-right: 0
}

.mb-0 {
    margin-bottom: 0
}

.ml-0 {
    margin-left: 0
}

.pt-0 {
    padding-top: 0
}

.pr-0 {
    padding-right: 0
}

.pb-0 {
    padding-bottom: 0
}

.pl-0 {
    padding-left: 0
}

.mt-5 {
    margin-top: 5px
}

.mr-5 {
    margin-right: 5px
}

.mb-5 {
    margin-bottom: 5px
}

.ml-5 {
    margin-left: 5px
}

.pt-5 {
    padding-top: 5px
}

.pr-5 {
    padding-right: 5px
}

.pb-5 {
    padding-bottom: 5px
}

.pl-5 {
    padding-left: 5px
}

.mt-10 {
    margin-top: 10px
}

.mr-10 {
    margin-right: 10px
}

.mb-10 {
    margin-bottom: 10px
}

.ml-10 {
    margin-left: 10px
}

.pt-10 {
    padding-top: 10px
}

.pr-10 {
    padding-right: 10px
}

.pb-10 {
    padding-bottom: 10px
}

.pl-10 {
    padding-left: 10px
}

.mt-15 {
    margin-top: 15px
}

.mr-15 {
    margin-right: 15px
}

.mb-15 {
    margin-bottom: 15px
}

.ml-15 {
    margin-left: 15px
}

.pt-15 {
    padding-top: 15px
}

.pr-15 {
    padding-right: 15px
}

.pb-15 {
    padding-bottom: 15px
}

.pl-15 {
    padding-left: 15px
}

.mt-20 {
    margin-top: 20px
}

.mr-20 {
    margin-right: 20px
}

.mb-20 {
    margin-bottom: 20px
}

.ml-20 {
    margin-left: 20px
}

.pt-20 {
    padding-top: 20px
}

.pr-20 {
    padding-right: 20px
}

.pb-20 {
    padding-bottom: 20px
}

.pl-20 {
    padding-left: 20px
}

.mt-25 {
    margin-top: 25px
}

.mr-25 {
    margin-right: 25px
}

.mb-25 {
    margin-bottom: 25px
}

.ml-25 {
    margin-left: 25px
}

.pt-25 {
    padding-top: 25px
}

.pr-25 {
    padding-right: 25px
}

.pb-25 {
    padding-bottom: 25px
}

.pl-25 {
    padding-left: 25px
}

.mt-30 {
    margin-top: 30px
}

.mr-30 {
    margin-right: 30px
}

.mb-30 {
    margin-bottom: 30px
}

.ml-30 {
    margin-left: 30px
}

.pt-30 {
    padding-top: 30px
}

.pr-30 {
    padding-right: 30px
}

.pb-30 {
    padding-bottom: 30px
}

.pl-30 {
    padding-left: 30px
}

.mt-35 {
    margin-top: 35px
}

.mr-35 {
    margin-right: 35px
}

.mb-35 {
    margin-bottom: 35px
}

.ml-35 {
    margin-left: 35px
}

.pt-35 {
    padding-top: 35px
}

.pr-35 {
    padding-right: 35px
}

.pb-35 {
    padding-bottom: 35px
}

.pl-35 {
    padding-left: 35px
}

.mt-40 {
    margin-top: 40px
}

.mr-40 {
    margin-right: 40px
}

.mb-40 {
    margin-bottom: 40px
}

.ml-40 {
    margin-left: 40px
}

.pt-40 {
    padding-top: 40px
}

.pr-40 {
    padding-right: 40px
}

.pb-40 {
    padding-bottom: 40px
}

.pl-40 {
    padding-left: 40px
}

.mt-45 {
    margin-top: 45px
}

.mr-45 {
    margin-right: 45px
}

.mb-45 {
    margin-bottom: 45px
}

.ml-45 {
    margin-left: 45px
}

.pt-45 {
    padding-top: 45px
}

.pr-45 {
    padding-right: 45px
}

.pb-45 {
    padding-bottom: 45px
}

.pl-45 {
    padding-left: 45px
}

.mt-50 {
    margin-top: 50px
}

.mr-50 {
    margin-right: 50px
}

.mb-50 {
    margin-bottom: 50px
}

.ml-50 {
    margin-left: 50px
}

.pt-50 {
    padding-top: 50px
}

.pr-50 {
    padding-right: 50px
}

.pb-50 {
    padding-bottom: 50px
}

.pl-50 {
    padding-left: 50px
}

.mt-55 {
    margin-top: 55px
}

.mr-55 {
    margin-right: 55px
}

.mb-55 {
    margin-bottom: 55px
}

.ml-55 {
    margin-left: 55px
}

.pt-55 {
    padding-top: 55px
}

.pr-55 {
    padding-right: 55px
}

.pb-55 {
    padding-bottom: 55px
}

.pl-55 {
    padding-left: 55px
}

.mt-60 {
    margin-top: 60px
}

.mr-60 {
    margin-right: 60px
}

.mb-60 {
    margin-bottom: 60px
}

.ml-60 {
    margin-left: 60px
}

.pt-60 {
    padding-top: 60px
}

.pr-60 {
    padding-right: 60px
}

.pb-60 {
    padding-bottom: 60px
}

.pl-60 {
    padding-left: 60px
}

.mt-65 {
    margin-top: 65px
}

.mr-65 {
    margin-right: 65px
}

.mb-65 {
    margin-bottom: 65px
}

.ml-65 {
    margin-left: 65px
}

.pt-65 {
    padding-top: 65px
}

.pr-65 {
    padding-right: 65px
}

.pb-65 {
    padding-bottom: 65px
}

.pl-65 {
    padding-left: 65px
}

.mt-70 {
    margin-top: 70px
}

.mr-70 {
    margin-right: 70px
}

.mb-70 {
    margin-bottom: 70px
}

.ml-70 {
    margin-left: 70px
}

.pt-70 {
    padding-top: 70px
}

.pr-70 {
    padding-right: 70px
}

.pb-70 {
    padding-bottom: 70px
}

.pl-70 {
    padding-left: 70px
}

.mt-75 {
    margin-top: 75px
}

.mr-75 {
    margin-right: 75px
}

.mb-75 {
    margin-bottom: 75px
}

.ml-75 {
    margin-left: 75px
}

.pt-75 {
    padding-top: 75px
}

.pr-75 {
    padding-right: 75px
}

.pb-75 {
    padding-bottom: 75px
}

.pl-75 {
    padding-left: 75px
}

.mt-80 {
    margin-top: 80px
}

.mr-80 {
    margin-right: 80px
}

.mb-80 {
    margin-bottom: 80px
}

.ml-80 {
    margin-left: 80px
}

.pt-80 {
    padding-top: 80px
}

.pr-80 {
    padding-right: 80px
}

.pb-80 {
    padding-bottom: 80px
}

.pl-80 {
    padding-left: 80px
}

.mt-85 {
    margin-top: 85px
}

.mr-85 {
    margin-right: 85px
}

.mb-85 {
    margin-bottom: 85px
}

.ml-85 {
    margin-left: 85px
}

.pt-85 {
    padding-top: 85px
}

.pr-85 {
    padding-right: 85px
}

.pb-85 {
    padding-bottom: 85px
}

.pl-85 {
    padding-left: 85px
}

.mt-90 {
    margin-top: 90px
}

.mr-90 {
    margin-right: 90px
}

.mb-90 {
    margin-bottom: 90px
}

.ml-90 {
    margin-left: 90px
}

.pt-90 {
    padding-top: 90px
}

.pr-90 {
    padding-right: 90px
}

.pb-90 {
    padding-bottom: 90px
}

.pl-90 {
    padding-left: 90px
}

.mt-95 {
    margin-top: 95px
}

.mr-95 {
    margin-right: 95px
}

.mb-95 {
    margin-bottom: 95px
}

.ml-95 {
    margin-left: 95px
}

.pt-95 {
    padding-top: 95px
}

.pr-95 {
    padding-right: 95px
}

.pb-95 {
    padding-bottom: 95px
}

.pl-95 {
    padding-left: 95px
}

.mt-100 {
    margin-top: 100px
}

.mr-100 {
    margin-right: 100px
}

.mb-100 {
    margin-bottom: 100px
}

.ml-100 {
    margin-left: 100px
}

.pt-100 {
    padding-top: 100px
}

.pr-100 {
    padding-right: 100px
}

.pb-100 {
    padding-bottom: 100px
}

.pl-100 {
    padding-left: 100px
}

.fw-300 {
    font-weight: 300
}

.fw-500 {
    font-weight: 500
}

.fw-700 {
    font-weight: 700
}

.fw-800 {
    font-weight: 800
}

.fw-900 {
    font-weight: 900
}

.ps-fullwidth {
    width: 100%
}

html .bg--parallax {
    position: relative;
    z-index: 10;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: 50% 50%
}

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

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

.header ol,
.header ul,
.navigation--sidebar ol,
.navigation--sidebar ul,
.ps-best-sale-brands ol,
.ps-best-sale-brands ul,
.ps-block--categories-box ol,
.ps-block--categories-box ul,
.ps-block--category-2 ol,
.ps-block--category-2 ul,
.ps-block--menu-categories .ps-block__content ol,
.ps-block--menu-categories .ps-block__content ul,
.ps-block--ourteam ol,
.ps-block--ourteam ul,
.ps-block--product-box ol,
.ps-block--product-box ul,
.ps-block--products-of-category .ps-block__categories ol,
.ps-block--products-of-category .ps-block__categories ul,
.ps-block--shopping-total ol,
.ps-block--shopping-total ul,
.ps-block--vendor-filter ol,
.ps-block--vendor-filter ul,
.ps-blog .ps-blog__header ol,
.ps-blog .ps-blog__header ul,
.ps-carousel--animate ol,
.ps-carousel--animate ul,
.ps-deal-of-day ol,
.ps-deal-of-day ul,
.ps-filter ol,
.ps-filter ul,
.ps-filter--sidebar ol,
.ps-filter--sidebar ul,
.ps-form--account ol,
.ps-form--account ul,
.ps-page--comming-soon ol,
.ps-page--comming-soon ul,
.ps-panel--sidebar ol,
.ps-panel--sidebar ul,
.ps-product ol,
.ps-product ul,
.ps-product--detail .ps-product__countdown figure ol,
.ps-product--detail .ps-product__countdown figure ul,
.ps-product--hot-deal .ps-product__header ol,
.ps-product--hot-deal .ps-product__header ul,
.ps-product-list ol,
.ps-product-list ul,
.ps-shopping .ps-shopping__header ol,
.ps-shopping .ps-shopping__header ul,
.widget--blog ol,
.widget--blog ul,
.widget_category ol,
.widget_category ul,
.widget_footer ol,
.widget_footer ul,
.widget_shop ol,
.widget_shop ul,
.widget_sidebar ol,
.widget_sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none
}