:root {
    --color-success: #00c9a7;
    --color-info: #96ed89;
    --color-warning: #faa806;
    --color-danger: #ec2434;
    --color-border: #e4e4e4;
    --color-text: #707070;
    --color-contrast: #fff;
    --color-heading: #282828;
    --cowlor-dark: #8a8a8a
}

* {
    font-family: var(--primary-font)
}

html {
    font-size: 62.5%
}

body {
    font-size: 14px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    color: var(--color-heading);
    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: 20px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 12px
}

p {
    font-size: 14px;
    line-height: 1.6em;
    color: var(--color-text);
    margin-bottom: 0;
}

.product__content p {
    margin-bottom: 1rem;
}

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

a,
p span {
    color: inherit
}

a {
    position: relative;
    text-decoration: none;
    transition: all .4s ease
}

a:hover,
a:hover span {
    color: var(--color-1st)
}

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

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

iframe,
img {
    max-width: 100%
}

iframe {
    border: 0;
    width: 100%
}

.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: var(--color-text);
    font-size: 14px;
    line-height: 1.6em
}

.ps-document p {
    margin-bottom: 15px
}

.ps-document p strong {
    color: var(--color-heading)
}

figure {
    margin: 0
}

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

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

    .section--homepage .banner {
        max-width: 1200px
    }
}

body {
    overflow-x: hidden
}

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

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

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

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

.list--social li a:hover {
    color: var(--color-1st);
    border-color: var(--color-1st);
    background-color: var(--color-1st)
}

.list--social li a:hover i {
    color: #fff
}

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

.list--social li a.facebook i {
    color: #fff
}

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

.list--social li a.twitter i {
    color: #fff
}

.list--social li a.google-plus {
    background-color: red
}

.list--social li a.google-plus i {
    color: #fff
}

.list--social li a.instagram i {
    color: #c32aa3
}

.list--social.simple li,
.list--social li:last-child {
    margin-right: 0
}

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

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

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

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

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

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

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

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

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

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

.list--social-color li a.google-plus {
    background-color: #c00
}

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

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

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

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

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

.list--checked li {
    margin-bottom: 20px
}

.list--checked li a {
    position: relative;
    display: block;
    padding-left: 30px;
    font-size: 14px;
    color: #313131
}

.list--checked li a:before {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #8d8d8d;
    transition: all .4s ease
}

.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;
    transform: rotate(45deg);
    visibility: hidden;
    opacity: 0
}

.list--checked li a:hover:before {
    background-color: var(--color-1st);
    border-color: var(--color-1st)
}

.list--checked li a:hover:after {
    visibility: visible;
    opacity: 1
}

.list--checked li.current a:before {
    background-color: var(--color-1st);
    border-color: var(--color-1st)
}

.list--checked li.current a:after {
    visibility: visible;
    opacity: 1
}

.list--checked.list--checked-circle li a:before {
    border-radius: 50%
}

.list--checked.list--checked-circle li a:hover:before {
    background-color: #a7a7a7;
    border-color: #a7a7a7
}

.list--arrow a {
    position: relative;
    display: block;
    padding-left: 15px;
    font-size: 14px;
    letter-spacing: .5px;
    color: #555
}

.list--arrow a:before {
    content: "\F105";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    font-family: FontAwesome
}

.list--arrow a:hover {
    color: var(--color-1st)
}

.list--arrow a:hover .circle {
    background-color: var(--color-2nd);
    border-color: var(--color-2nd)
}

.list--arrow a:hover .circle:before {
    color: #fff;
    visibility: visible;
    opacity: 1
}

.list--arrow li {
    margin-bottom: 20px
}

.list--arrow li.current a {
    color: var(--color-2nd)
}

.list--arrow li.current .circle {
    background-color: var(--color-2nd)
}

.list--arrow li.current .circle:before {
    visibility: visible;
    opacity: 1;
    color: #fff
}

.list--dot {
    padding: 0;
    margin: 0 0 20px;
    list-style-type: none
}

.list--dot li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
    color: #000;
    line-height: 20px
}

.list--dot li:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: var(--color-1st);
    border-radius: 50px
}

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

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

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

.list--line li a {
    position: relative;
    display: inline-block;
    padding: 5px 0;
    line-height: 20px;
    color: var(--color-text)
}

.list--line li a:before {
    content: "";
    position: absolute;
    bottom: 2px;
    width: 100%;
    height: 1px;
    background-color: #000;
    transition: all .4s cubic-bezier(.7, 0, .3, 1);
    transform: scaleX(0);
    transform-origin: 0 50%
}

.list--line li a:hover {
    color: var(--color-heading)
}

.list--line li a:hover:before {
    transform-origin: 100% 50%;
    transform: scaleX(1)
}

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

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

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

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

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

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

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

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

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

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

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

@media (max-width:1199px) {

    .btn--hamburger,
    .menu-toggle {
        display: inline-block
    }
}

.btn--custom,
button.btn--custom {
    display: inline-block;
    padding: 10px 30px;
    font-size: 14px;
    line-height: 20px;
    border: none;
    font-weight: 600;
    transition: all .4s ease;
    text-transform: uppercase;
    color: #fff;
    background-color: var(--color-1st);
    cursor: pointer
}

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

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

.btn--custom.btn--outline,
button.btn--custom.btn--outline {
    padding: 14px 36px;
    font-size: 14px;
    color: var(--color-1st);
    border: 1px solid var(--color-1st);
    text-transform: uppercase;
    background-color: transparent
}

.btn--custom.btn--outline:hover,
button.btn--custom.btn--outline:hover {
    background-color: var(--color-1st);
    border-color: var(--color-1st);
    color: #fff
}

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

.btn--custom.btn--sm,
button.btn--custom.btn--sm {
    padding: .5rem 2rem;
    font-size: 1.2rem
}

.btn--custom.btn--sm.btn--curve,
button.btn--custom.btn--sm.btn--curve {
    border-radius: 3px
}

.btn--custom.btn--lg,
button.btn--custom.btn--lg {
    padding: 1.5rem 4rem
}

.btn--custom.btn--xl,
button.btn--custom.btn--xl {
    padding: 2rem 6rem;
    font-size: 1.6rem
}

.btn--custom.btn--reverse,
button.btn--custom.btn--reverse {
    background-color: #576391
}

.btn--custom.btn--reverse:hover,
button.btn--custom.btn--reverse:hover {
    background-color: var(--color-2nd)
}

.btn--custom.btn--gray,
button.btn--custom.btn--gray {
    background-color: #e5e5e5;
    color: #000;
    font-size: 1.6rem
}

.btn--custom.btn--black,
button.btn--custom.btn--black {
    background-color: var(--color-heading)
}

.btn--custom.btn--black.btn--outline,
button.btn--custom.btn--black.btn--outline {
    background-color: transparent;
    border: 2px solid var(--color-heading);
    color: var(--color-heading)
}

.btn--custom.btn--black.btn--outline:hover,
button.btn--custom.btn--black.btn--outline:hover {
    background-color: var(--color-heading);
    color: #fff
}

.btn--custom.btn--success,
button.btn--custom.btn--success {
    background-color: var(--color-success)
}

.btn--custom:active,
.btn--custom:hover,
button.btn--custom:active,
button.btn--custom:hover {
    color: #505050;
    background-color: var(--color-border)
}

.btn--custom:active.btn--black,
.btn--custom:hover.btn--black,
button.btn--custom:active.btn--black,
button.btn--custom:hover.btn--black {
    background-color: var(--color-1st)
}

.btn--remove {
    outline: none;
    font-size: 20px;
    border: none
}

.btn--remove:hover {
    color: var(--color-danger)
}

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

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

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

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

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

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

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

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

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

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

.form-control:focus {
    outline: none;
    box-shadow: 0 0 0 #000;
    border-color: var(--color-1st)
}

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

.checkbox {
    position: relative;
    display: block
}

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

.checkbox label {
    margin-bottom: 0;
    position: relative;
    padding-left: 30px;
    font-family: var(--primary-font);
    color: rgba(var(--color-heading), .5);
    font-weight: 400;
    cursor: pointer
}

.checkbox label:before {
    left: 0;
    top: 0;
    height: 20px;
    width: 20px;
    border: 1px solid var(--color-heading)
}

.checkbox label:after,
.checkbox label:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    transition: all .4s ease
}

.checkbox label:after {
    top: 4px;
    left: 7px;
    width: 6px;
    height: 10px;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    opacity: 0;
    transform: rotate(0deg)
}

.checkbox input[type=checkbox]:checked~label:before {
    background-color: var(--color-2nd);
    border-color: var(--color-2nd)
}

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

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

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

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

.checkbox--circle input[type=checkbox]:checked~label:after {
    background-color: var(--color-1st);
    border-radius: 50%;
    border: none;
    width: 14px;
    height: 14px;
    top: 3px;
    left: 3px
}

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

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

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

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

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

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

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

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

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

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

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

.radio {
    position: relative
}

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

.radio label {
    position: relative;
    margin-bottom: 0;
    padding-left: 30px;
    font-family: var(--primary-font);
    color: #737373;
    font-weight: 400;
    cursor: pointer
}

.radio label:before {
    left: 0;
    top: 0;
    height: 20px;
    width: 20px;
    z-index: 10;
    border: 1px solid rgba(19, 8, 1, .2);
    transition: all .4s ease;
    border-radius: 50%
}

.radio label:after,
.radio label:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #fff
}

.radio label:after {
    width: 8px;
    height: 8px;
    top: 6px;
    left: 6px;
    border-radius: 50%;
    z-index: 15;
    opacity: 0;
    transition: all .6s ease
}

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

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

.form-group {
    margin-bottom: 20px
}

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

.form-group>label sup {
    color: var(--color-danger)
}

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

.form-group--inline>label {
    margin-bottom: 0
}

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

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

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

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

.form-group--number button.up:after,
.form-group--number button.up:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    content: "";
    width: 14px;
    height: 1px;
    background-color: var(--color-text)
}

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

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

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

.form-group--number .form-control {
    height: 45px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    border: none;
    color: var(--color-heading);
    background-color: transparent;
    max-width: 111px
}

.form-group--number .form-control::-webkit-input-placeholder {
    color: var(--color-heading)
}

.form-group--number .form-control:-moz-placeholder,
.form-group--number .form-control::-moz-placeholder {
    color: var(--color-heading)
}

.form-group--number .form-control:-ms-input-placeholder {
    color: var(--color-heading)
}

.select--arrow {
    position: relative
}

.select--arrow i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px
}

.select--arrow .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none
}

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

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

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

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

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

.dropdown ul li a {
    display: block;
    font-size: 1.3rem;
    color: var(--color-heading);
    padding: 6px 10px
}

.dropdown.open ul,
.dropdown:hover ul {
    visibility: visible;
    opacity: 1
}

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

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

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

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

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

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

.variant.variant--size.active .variant__size {
    color: var(--color-heading)
}

.variant.variant--size:hover {
    background-color: var(--color-1st)
}

.variant.variant--size:hover .variant__size {
    color: #fff
}

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

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

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

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

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

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

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

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

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

.custom-checkbox input[type=checkbox],
.custom-checkbox input[type=radio],
.custom-radio input[type=checkbox],
.custom-radio input[type=radio] {
    display: none
}

.custom-checkbox label,
.custom-radio label {
    display: block
}

.custom-checkbox span,
.custom-radio span {
    display: block;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    position: relative;
    cursor: pointer
}

.custom-checkbox input[type=checkbox]:checked~span:before,
.custom-checkbox input[type=radio]:checked~span:before,
.custom-radio input[type=checkbox]:checked~span:before,
.custom-radio input[type=radio]:checked~span:before {
    content: "";
    display: block;
    border: 2px solid var(--color-1st);
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border-radius: 50%
}

.custom-checkbox.disabled label,
.custom-radio.disabled label {
    position: relative
}

.custom-checkbox.disabled label:after,
.custom-checkbox.disabled label:before,
.custom-radio.disabled label:after,
.custom-radio.disabled label:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 90%;
    background-color: var(--color-heading);
    transition: all .4s ease;
    transform-origin: 50% 50%;
    z-index: 20
}

.custom-checkbox.disabled label:before,
.custom-radio.disabled label:before {
    transform: translate(-50%, -50%) rotate(45deg)
}

.custom-checkbox.disabled label:after,
.custom-radio.disabled label:after {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.custom-checkbox.disabled span,
.custom-radio.disabled span {
    opacity: .9
}

.custom-checkbox.disabled input[type=checkbox]:checked~span:before,
.custom-checkbox.disabled input[type=radio]:checked~span:before,
.custom-radio.disabled input[type=checkbox]:checked~span:before,
.custom-radio.disabled input[type=radio]:checked~span:before {
    display: none
}

.collection {
    position: relative
}

.collection img {
    width: 100%
}

.collection .collection__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10
}

.collection .collection__more_link {
    left: 50%;
    min-width: 200px;
    display: flex;
    height: 50px;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    z-index: 20;
    font-size: 19px;
    transform: translateX(-50%)
}

.collection:hover .collection__overlay {
    background-color: rgba(0, 0, 0, .25)
}

.post .post__wrapper {
    background: unset;
    transition: all .3s ease-in-out;
    position: relative
}

.post .post__wrapper .post__content {
    padding: 0 0;
}

.post:hover .post__wrapper {
    transform: translateY(-5px);
    border-bottom: 2px solid #ddd
}

.post .post__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10
}

.post .post__title {
    font-weight: 600
}

.post .post__title a {
    font-weight: inherit
}

.post .post__thumbnail {
    position: relative;
    overflow: hidden
}

.post .post__thumbnail img {
    transition: all .25s ease
}

.post .post__header {
    padding-top: 10px
}

.post .post__content {
    padding-top: 0
}

.post:hover .post__overlay {
    background-color: rgba(0, 0, 0, .25)
}

@media screen and (min-width:480px) and (max-width:992px) {
    .post {
        display: flex;
        flex-flow: row nowrap
    }

    .post>* {
        flex-basis: 100%;
        max-width: 50%
    }

    .post .post__content {
        padding-left: 20px;
        display: flex;
        flex-flow: column wrap;
        justify-content: flex-start
    }
}

.post--detail .post__header {
    text-align: center;
    padding: 20px 0
}

.post--detail .post__header h1 {
    font-size: 20px;
    text-transform: uppercase
}

.post--detail .post__block {
    margin-bottom: 30px
}

.post--detail .post__block h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px
}

.post--detail .post__block .left {
    margin-bottom: 30px
}

@media screen and (min-width:768px) {
    .post--detail .post__header {
        padding: 30px 0
    }

    .post--detail .post__header h1 {
        font-size: 30px
    }

    .post--detail .post__block {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: center
    }

    .post--detail .post__block>* {
        flex-basis: 50%
    }

    .post--detail .post__block .left {
        margin-bottom: 0;
        padding-right: 50px
    }

    .post--detail .post__block .left img {
        width: 100%
    }

    .post--detail .post__block.reverse {
        flex-flow: row-reverse nowrap
    }

    .post--detail .post__block.reverse .left {
        padding-right: 0;
        text-align: right
    }

    .post--detail .post__block.reverse .right {
        padding-right: 50px
    }
}

.pagination .page-item.active span {
    background: var(--color-1st);
    color: #fff
}

.pagination .page-item .page-link {
    border: none;
    padding: 8px 15px;
    margin: 0 5px;
    background-color: #e9ecef;
    color: var(--color-text);
    outline: none
}

.pagination .page-item .page-link:hover {
    background: var(--color-1st);
    color: #fff
}

.pagination .page-item.disabled .page-link {
    background-color: #e9ecef !important
}

.shop__pagination {
    text-align: center;
    padding-top: 60px;
    justify-content: center;
    align-items: center;
    display: flex
}

.breadcrumb--custom {
    margin: 0;
    padding: 0;
    list-style: none
}

.breadcrumb--custom li {
    position: relative;
    display: inline-block;
    color: var(--color-heading);
    font-size: 14px
}

.breadcrumb--custom li:before {
    content: "/";
    margin: 0 5px
}

.breadcrumb--custom li a {
    color: var(--color-text);
    font-size: 14px
}

.breadcrumb--custom li a:hover {
    color: var(--color-heading)
}

.breadcrumb--custom li:first-child:before {
    display: none
}

.block--contact-info {
    margin-bottom: 30px
}

.block--contact-info h3 {
    font-size: 18px;
    text-transform: uppercase
}

.block--contact-info .block__image img {
    width: 100%
}

@media screen and (min-width:768px) {
    .block--contact-info h3 {
        font-size: 20px
    }
}

@media screen and (min-width:992px) {
    .block--contact-info {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: center
    }

    .block--contact-info>* {
        flex-basis: 100%
    }

    .block--contact-info .block__image {
        margin-bottom: 0
    }

    .block--contact-info .block__info {
        padding-left: 60px
    }
}

.block--method {
    margin-bottom: 30px
}

.block--method .block__message {
    padding: 10px 15px;
    border-radius: 4px;
    background-color: #f9f9f9
}

.block--method .block__message p {
    margin: 0
}

.block--method .block__header .radio label {
    font-weight: 600;
    color: var(--color-heading);
    padding-left: 40px;
    line-height: 30px
}

.block--method .block__header .radio label:before {
    width: 30px;
    height: 30px
}

.block--method .block__header .radio label:after {
    width: 20px;
    height: 20px
}

.block--method .block__header .radio input[type=checkbox]:checked~label:after {
    width: 20px;
    height: 20px;
    top: 5px;
    left: 5px
}

.block--method .block__content {
    display: none;
    padding: 10px
}

.block--method.active .block__content {
    display: block
}

@media screen and (min-width:768px) {
    .block--method {
        padding: 10px 10px 10px 40px
    }
}

.block--shipment-information {
    padding: 20px
}

.block--shipment-information figure {
    border: 1px dashed var(--color-heading);
    margin-bottom: 20px;
    padding: 20px
}

.block--shipment-information figure p strong {
    display: block;
    flex-basis: 120px;
    color: var(--color-heading);
    text-transform: uppercase
}

.block--shipment-information figure p:last-child {
    margin-bottom: 0
}

.block--shipment-information .block__footer .btn--custom {
    min-width: 175px;
    text-align: center
}

@media screen and (min-width:768px) {
    .block--shipment-information figure p {
        display: flex;
        flex-flow: row nowrap
    }

    .block--shipment-information figure p span {
        padding-left: 1em
    }
}

.block--order-step {
    position: relative;
    z-index: 10
}

.block--order-step:before {
    content: "";
    position: absolute;
    top: 50px;
    left: 50%;
    width: 100%;
    height: 3px;
    background-color: #cecece;
    z-index: -1
}

.block--order-step img.img-active {
    display: none
}

.block--order-step .block__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: #fff;
    border: 3px solid #cecece
}

.block--order-step .block__content {
    padding-top: 10px;
    text-align: center
}

.block--order-step .block__content p {
    margin-bottom: 0;
    font-weight: 600;
    line-height: 1.3em;
    color: var(--color-heading)
}

.block--order-step .block__content span {
    color: var(--color-text)
}

.block--order-step:last-child:before {
    display: none
}

.block--order-step.active:before {
    background-color: var(--color-1st)
}

.block--order-step.active img {
    display: none
}

.block--order-step.active img.img-active {
    display: block
}

.block--order-step.active .block__header {
    border-color: var(--color-1st)
}

.block--order-step.active .block__content p {
    color: var(--color-1st)
}

.block--order-steps {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd
}

.block--order-steps>.block__header {
    padding-bottom: 30px
}

.block--order-steps>.block__header a {
    color: var(--color-1st);
    font-weight: 400;
    font-size: 16px
}

.block--order-steps>.block__header a i {
    margin-right: .25em
}

@media screen and (min-width:768px) {
    .block--order-steps>.block__content {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: flex-start
    }

    .block--order-steps>.block__content .block--order-step {
        flex-basis: 20%
    }
}

@media screen and (max-width:767px) {
    .block--order-steps .block--order-step:before {
        display: none
    }

    .block--order-steps>.block__content {
        display: flex;
        flex-flow: row wrap;
        justify-content: center
    }

    .block--order-steps>.block__content .block--order-step {
        flex-basis: 33.3333%;
        margin-bottom: 10px
    }
}

@media screen and (max-width:467px) {
    .block--order-steps .block--order-step:before {
        display: none
    }

    .block--order-steps>.block__content {
        display: flex;
        flex-flow: row wrap;
        justify-content: center
    }

    .block--order-steps>.block__content .block--order-step {
        flex-basis: 50%;
        margin-bottom: 10px
    }
}

.block--order-summary .table--cart .total span {
    color: var(--color-heading)
}

.block--order-summary .block__header h4 {
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 20px
}

.block--order-summary .block__header h4:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 80px;
    height: 2px;
    background-color: var(--color-heading)
}

.block--order-summary .block__header h5 {
    color: var(--color-1st);
    font-weight: 400;
    font-size: 18px
}

.block--lookbook-large {
    text-align: center
}

.block--lookbook-large h3 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 20px
}

.block--lookbook-large img {
    margin-bottom: 20px
}

.block--lookbook-large p {
    max-width: 750px;
    margin: 0 auto
}

@media screen and (min-width:992px) {
    .block--lookbook-large h3 {
        margin-bottom: 50px;
        font-size: 30px
    }

    .block--lookbook-large img {
        margin-bottom: 50px
    }
}

.block--lookbook {
    max-width: 1000px;
    margin: 0 auto
}

.block--lookbook .block__image-left {
    padding-bottom: 30px
}

.block--lookbook .block__image-left span {
    margin-bottom: 20px
}

.block--lookbook .block__header {
    padding: 20px;
    background-color: #f9f9f9;
    text-align: center
}

.block--lookbook .block__header span {
    display: block
}

.block--lookbook .block__content {
    padding: 15px 30px
}

@media screen and (min-width:992px) {
    .block--lookbook .block__image-left {
        position: relative;
        padding-bottom: 0
    }

    .block--lookbook .block__image-left span {
        position: absolute;
        bottom: 0;
        right: 100%;
        margin-bottom: 0;
        transform: rotate(-90deg) translate(35%, 75%);
        transform-origin: 50% 50%;
        font-size: 20px;
        font-weight: 700
    }

    .block--lookbook .block__header {
        display: flex;
        padding: 50px
    }

    .block--lookbook .block__header>* {
        flex-basis: 100%
    }

    .block--lookbook .block__header>* img {
        width: 100%
    }

    .block--lookbook .block__header .block__image-left {
        padding-right: 25px
    }

    .block--lookbook .block__header .block__image-right {
        padding-left: 25px
    }
}

@media screen and (min-width:1200px) {
    .block--lookbook .block__header {
        padding: 80px
    }

    .block--lookbook .block__content {
        padding: 30px 80px
    }
}

.block--review .block__header {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.block--review .block__header img {
    border: 1px solid #ddd;
    border-radius: 50%
}

.block--review .block__header h5 {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6em;
    color: var(--color-heading)
}

.block--review .block__header .block__info {
    padding-left: 15px
}

.block--review .block__content {
    padding-top: 10px
}

.block--product-reviews>.block__header {
    padding-bottom: 15px
}

.block--product-reviews>.block__header p {
    color: var(--color-heading);
    font-weight: 600
}

.block--product-reviews>.block__header p i {
    margin-right: .5em;
    font-size: 16px
}

.block--product-reviews>.block__header p span {
    color: var(--color-heading);
    font-weight: inherit
}

.block--product-reviews .block--review {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e5e5e5
}

.block--product-reviews .block--review:last-child {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: none
}

.panel--sidebar {
    position: fixed;
    top: 90px;
    right: 0;
    width: 100%;
    max-width: 400px;
    height: 100vh;
    overflow: hidden;
    z-index: 10001;
    background-color: #fff;
    transform: translateX(100%);
    transition: transform .25s cubic-bezier(.7, 0, .3, 1) 0s
}

.panel--sidebar .panel__close {
    position: absolute;
    top: 10px;
    right: 0;
    width: 30px;
    height: 30px;
    cursor: pointer
}

.panel--sidebar .panel__close:after,
.panel--sidebar .panel__close:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 50%;
    background-color: #000;
    transform-origin: 50% 50%;
    transition: all .4s ease
}

.panel--sidebar .panel__close:before {
    transform: translate(-50%, -50%) rotate(45deg)
}

.panel--sidebar .panel__close:after {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.panel--sidebar .panel__close:hover:after,
.panel--sidebar .panel__close:hover:before {
    background-color: var(--color-danger)
}

.panel--sidebar .panel__header {
    position: relative;
    padding: 15px;
    background-color: transparent;
    min-height: 54px;
}

.panel--sidebar .panel__header h4 {
    margin-bottom: 0;
    font-weight: 500;
    color: #000;
    text-transform: capitalize
}

.panel--sidebar .panel__content {
    padding: 10px;
    max-height: calc(100vh - 50px)
}

.panel--sidebar.active {
    transform: translateX(0)
}

@media screen and (max-width:479px) {
    .panel--sidebar {
        max-width: 80%
    }
}

.widget--footer ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.widget--footer p strong {
    color: var(--color-heading)
}

.widget--footer .widget__title {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-heading);
    text-transform: unset
}

.widget--footer .widget__links li {
    margin-bottom: .5em
}

.widget--footer .widget__links li a {
    display: block;
    line-height: 20px
}

.widget--footer .widget__links li:last-child {
    margin-bottom: 0
}

.widget--shop .widget__title {
    position: relative;
    margin-bottom: 10px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000
}

.widget--shop .widget__links li a {
    font-weight: 500;
    font-size: 16px
}

.widget--sizes .widget__content a {
    display: block;
    font-size: 16px;
    font-weight: 500
}

.widget--tags .list--tags li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px
}

.widget--tags .list--tags li a {
    display: inline-block;
    padding: 3px 6px;
    border-radius: 50px;
    font-size: 11px;
    border: 1px solid #c4c4c4
}

.widget--tags .list--tags li a:hover {
    border-color: var(--color-1st)
}

.widget--colors .color-swatch li {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 5px
}

.widget--colors .color-swatch li label {
    margin-bottom: 0
}

.slick-slider .slick-slide {
    outline: none;
    box-shadow: 0 0 transparent
}

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

.owl-carousel .owl-item .slider-item {
    margin: 0;
    max-height: 650px
}

.carousel--nav .owl-nav>* i {
    color: var(--color-heading)
}

#nonlinear {
    width: 96%;
    margin: 10px auto
}

.noUi-connect {
    background-color: var(--color-1st)
}

.noUi-horizontal {
    height: 6px
}

.noUi-handle:after,
.noUi-handle:before {
    display: none
}

.noUi-horizontal .noUi-handle {
    width: 16px;
    height: 16px;
    left: -17px;
    top: -6px;
    outline: none;
    background-color: var(--color-1st)
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    right: -7px
}

.noUi-handle {
    border: 3px solid var(--color-1st);
    border-radius: 50%;
    box-shadow: none
}

.product .badge {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    padding: 0 10px;
    color: #fff
}

.product .badge i {
    font-style: normal;
    color: #fff;
    text-align: center;
    line-height: 1.2em;
    font-size: 1.3rem
}

.product .badge--sale {
    background-color: #fe9931
}

.product .badge--hot {
    background-color: var(--color-danger)
}

.product .badge--out-of-stock {
    background-color: #999
}

.product .product__badges {
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 30
}

.product .product__shopping {
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
    padding: 1.5rem 2rem;
    font-size: 1.3rem;
    text-align: center;
    color: var(--color-text);
    line-height: 2rem;
    background-color: #fff;
    transform: translateY(100%);
    transition: all .5s ease
}

.product .product__actions,
.product .product__shopping {
    position: absolute;
    z-index: 30;
    visibility: hidden;
    opacity: 0
}

.product .product__actions {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
    transition: all .25s ease;
    width: 100%
}

.product .product__actions li {
    margin-bottom: 10px;
    text-align: center
}

.product .product__actions li a {
    display: inline-block;
    padding: 10px 15px;
    line-height: 20px;
    text-align: center;
    color: #ffff;
    border-radius: 50%;
    background-color: transparent;
    font-size: 30px;
}

.product .product__actions li a:hover {
    background-color: transparent !important;
    color: #fff
}

.product .product__actions li:last-child {
    margin-bottom: 0
}

.product .product__overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10
}

.product .product__thumbnail {
    overflow: hidden;
    position: relative
}

.product .product__thumbnail img {
    width: 100%;
    transition: all .3s ease-in-out;
    max-width: 100%
}

.product .product__thumbnail:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    z-index: 1;
    background-color: #000000a1;
    transition: all .4s ease;
    visibility: hidden;
    opacity: 0
}

.product .product__thumbnail .product__actions {
    z-index: 11
}

.product .product__thumbnail .product__favorite {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 40;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: all .4s ease;
    font-size: 16px
}

.product .product__thumbnail .product__favorite.active,
.product .product__thumbnail .product__favorite:hover {
    color: var(--color-1st)
}

.product .product__thumbnail .product__size {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    z-index: 12;
    transition: all .25s ease
}

.product .product__thumbnail:hover .product__favorite,
.product .product__thumbnail:hover:before {
    visibility: visible;
    opacity: 1
}

.product .product__thumbnail:hover .product__shopping {
    visibility: visible;
    opacity: 1;
    transform: translateY(0)
}

.product .product__thumbnail:hover .product__actions {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, -50%)
}

.product .product__thumbnail:hover .product__size {
    visibility: visible;
    opacity: 1
}

.product .product__title {
    /* display: block; */
    font-size: 16px;
    font-weight: 700;
    line-height: unset;
    color: var(--color-heading)
}

.product .product__title:hover {
    color: var(--color-1st)
}

.product .product__variants {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center
}

.product .product__variants li {
    margin-right: 6px
}

.product .product__variants li:last-child {
    margin-right: 0
}

.product .product__content {
    padding: 15px 0 0
}

.product .product__price {
    margin-bottom: 5px;
    font-size: 1.5rem;
    font-weight: 400;
    color: #696969
}

.product .product__price del {
    font-size: 13px;
    color: var(--color-text)
}

.product .product__price.sale del span {
    font-weight: 500;
    color: var(--color-text)
}

.product .product__color .radio--color,
.product .product__color .radio--color:last-child {
    margin-right: 0
}

.product.product--inside {
    position: relative
}

.product.product--inside .product__thumbnail:hover>img {
    display: none
}

.product.product--inside .product__thumbnail:hover>img.product__img {
    display: block
}

.product.product--inside .product__content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2rem 5rem 1rem;
    text-align: center
}

.product.product--inside .product__title {
    font-size: 1.6rem
}

.product.product--inside .countdown {
    margin-bottom: 1rem;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between
}

.product.product--inside .countdown li {
    background-color: var(--color-heading);
    text-align: center;
    padding: 10px;
    border-radius: 50px;
    min-width: 60px
}

.product.product--inside .countdown li span {
    color: #fff
}

.product.product--inside .countdown li p {
    margin-bottom: 0
}

@media (max-width:767px) {
    .product {
        max-width: 350px;
        margin: 0 auto
    }
}

.product--on-cart {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center
}

.product--on-cart>* {
    flex-basis: 100%
}

.product--on-cart .product__thumbnail {
    max-width: 56px
}

.product--on-cart .product__content {
    position: relative;
    padding-right: 30px;
    padding-left: 20px
}

.product--on-cart .product__content .product__remove {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    color: var(--color-text)
}

.product--on-cart .product__content .product__remove:hover {
    text-decoration: none;
    color: var(--color-danger)
}

.product--on-cart .product__content a {
    display: block;
    color: var(--color-heading);
    font-size: 14px
}

.product--on-cart .product__content a:hover {
    text-decoration: underline
}

.product--on-cart .product__content small {
    font-size: 12px;
    color: var(--color-heading);
    font-style: italic
}

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

.product--cart .product__title {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-heading)
}

.product--cart .product__title:hover {
    color: var(--color-1st)
}

.product--cart .product__thumbnail {
    flex-basis: 110px
}

.product--cart .product__content {
    padding-left: 15px
}

.product--cart .product__content small {
    font-size: 14px
}

.product--detail figure.product__sharing figcaption,
.product--detail figure.product__tags figcaption {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--color-heading);
    margin-bottom: 10px
}

.product--detail .product__info-header {
    margin-bottom: 0
}

.product--detail .product__title {
    font-size: 24px;
    line-height: 1.3em;
    font-weight: 500;
    color: var(--color-heading);
    display: inline-block
}

.product--detail .product__variants .item {
    margin-bottom: 10px;
    border: 2px solid transparent;
    cursor: pointer
}

.product--detail .product__variants .item img {
    opacity: .5;
    transition: all .4s ease
}

.product--detail .product__variants .item:last-child {
    margin-bottom: 0
}

.product--detail .product__variants .item.slick-current img {
    opacity: 1
}

.product--detail .product__variants .item:hover img {
    width: 100%;
    opacity: 1
}

.product--detail .product__gallery {
    position: relative
}

.product--detail .product__gallery img {
    width: 100%
}

.product--detail .product__gallery .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    width: 35px;
    height: 35px;
    color: #000;
    font-size: 18px;
    background-color: hsla(0, 0%, 100%, .5);
    border-radius: 4px;
    visibility: hidden;
    opacity: 0
}

.product--detail .product__gallery .slick-arrow i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.product--detail .product__gallery .slick-arrow:first-child {
    left: 20px
}

.product--detail .product__gallery .slick-arrow:last-child {
    right: 10px
}

.product--detail .product__gallery .slick-arrow:hover {
    background-color: var(--color-1st);
    color: #fff
}

.product--detail .product__gallery:hover .item:before,
.product--detail .product__gallery:hover .slick-arrow {
    visibility: visible;
    opacity: 1
}

.product--detail .product__video a {
    vertical-align: middle
}

.product--detail .product__video a:hover.btn--black {
    background-color: var(--color-1st);
    border-color: var(--color-1st)
}

.product--detail .product__video i {
    font-size: 20px;
    font-weight: 700;
    vertical-align: middle
}

.product--detail .product__badge {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 30;
    padding: 0 5px;
    background-color: #fe9931
}

.product--detail .product__badge i {
    font-style: normal;
    color: #fff;
    text-align: center;
    line-height: 1.2em;
    font-size: 1.3rem;
    letter-spacing: .2em
}

.product--detail .product__info {
    text-align: left;
}

.btn_link_contact *{
text-align: center;
}

.product--detail .product__add-wishlist {
    font-size: 14px
}

.product--detail .product__add-wishlist span {
    padding-left: 5px;
    text-decoration: underline
}

.product--detail .product__price {
    /* display: flex; */
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
    color: var(--color-heading)
}

.product--detail .product__price del {
    font-style: normal;
    color: #bcbcbc;
    font-size: 1.3rem
}

.product--detail .product__price p {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-heading)
}

.product--detail .product__price p span {
    font-weight: inherit
}

.product--detail .product__price.sale {
    color: var(--color-heading)
}

.product--detail .product__price.sale del {
    margin-right: 20px;
    font-size: 22px
}

.product--detail .product__price.out-stock span {
    position: relative;
    font-size: 14px;
    color: var(--color-heading);
    margin-left: 40px
}

.product--detail .product__price.out-stock span:before {
    position: relative;
    top: -2px;
    display: inline-block;
    content: "\E935";
    font-family: Linearicons;
    vertical-align: middle;
    margin-right: 6px;
    color: #fff;
    padding: 4px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    font-size: 8px;
    background-color: #999
}

.product--detail .product__attribute {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between
}

.product--detail .product__attribute>* {
    /*flex-basis:100%*/
}

.product--detail .product__attribute label {
    margin-bottom: 0;
    max-width: 60px
}

.product--detail .product__attribute .form-control {
    border: none
}

.product--detail .product__color {
    padding-bottom: 10px
}

.product--detail .product__color .color-swatch li {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px
}

.product--detail .product__color .color-swatch li:last-child {
    margin-right: 0
}

.product--detail .product__color .color-swatch li span {
    margin-bottom: 0
}

.product--detail .product__modal {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.product--detail .product__modal a {
    text-decoration: underline
}

.product--detail .product__desc {
    margin-bottom: 20px
}

.product--detail .product__desc p {
    margin-bottom: 0;
    color: #777;
    font-size: 14px
}

.product--detail .product__shopping {
    margin-bottom: 25px
}

.product--detail .product__shopping figure {
    display: flex;
    justify-content: space-between;
    max-width: 470px;
    padding-bottom: 20px
}

.product--detail .product__shopping figure>* {
    margin-right: 10px
}

.product--detail .product__shopping figure .form-group--number {
    max-width: 150px
}

.product--detail .product__shopping figure .form-group--number input {
    border-radius: 0
}

.product--detail .product__shopping figure .btn {
    text-transform: uppercase;
    font-weight: 500;
    min-width: 250px;
    padding: 12px 30px 13px;
    vertical-align: top;
    text-align: center;
    font-size: 14px
}

.product--detail .product__shopping figure .btn.btn--gray {
    color: #fff;
    background-color: rgba(34, 34, 34, .5)
}

.product--detail .product__shopping figure .btn.btn--gray:hover {
    background-color: var(--color-heading)
}

.product--detail .product__shopping figure .product__favorite {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    min-width: 45px;
    height: 45px;
    vertical-align: top;
    color: #999;
    border: 2px solid #eaeaea
}

.product--detail .product__shopping figure .product__favorite i {
    padding-top: 2px;
    color: var(--color-text);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.product--detail .product__shopping figure .product__favorite:hover {
    border-color: var(--color-1st)
}

.product--detail .product__shopping figure .product__favorite:hover i {
    color: var(--color-1st)
}

.product--detail .product__shopping .btn--black {
    letter-spacing: .1em
}

.product--detail .product__links {
    margin-bottom: 3rem
}

.product--detail .product__links a {
    display: inline-block;
    margin-right: 20px;
    font-weight: 600;
    color: var(--color-heading)
}

.product--detail .product__links a:hover {
    color: var(--color-1st)
}

.product--detail .product__specification {
    margin-bottom: 2rem;
    padding-top: 20px;
    border-top: 1px solid #eaeaea
}

.product--detail .product__specification p {
    color: var(--color-heading)
}

.product--detail .product__specification p strong {
    margin-right: 5px;
    text-transform: uppercase
}

.product--detail .product__specification p a {
    color: var(--color-text);
    font-size: 15px
}

.product--detail .product__specification p a:after {
    content: ",";
    padding-right: 3px
}

.product--detail .product__specification p a:first-child {
    padding-left: 5px
}

.product--detail .product__specification p a:last-child:after {
    display: none
}

.product--detail .product__specification p a:hover {
    color: var(--color-1st)
}

.product--detail .product__sharing {
    margin-bottom: 0
}

.product--detail .product__sharing p {
    line-height: 30px;
    color: var(--color-heading);
    font-weight: 500
}

.product--detail .product__sharing a {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    vertical-align: top
}

.product--detail .product__sharing a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px
}

.product--detail .product__sharing a:last-child {
    margin-right: 0
}

.product--detail .product__sharing a:hover {
    color: #fff;
    background-color: var(--color-1st)
}

.product--detail .product__sharing p {
    margin-bottom: 0
}

.product--detail .product__sharing .list--social li {
    margin-right: 5px
}

.product--detail .product__sharing .list--social a {
    width: 40px;
    height: 40px
}

.product--detail .product__tags a {
    margin-right: 6px;
    margin-bottom: 6px;
    display: inline-block;
    padding: 3px 6px;
    border-radius: 50px;
    font-size: 11px;
    border: 1px solid #c7c7c7
}

.product--detail .product__tags a:hover {
    background: #000
}

.product--detail .product__bundle {
    margin-bottom: 2rem
}

.product--detail .product__bundle h4 {
    font-weight: 600;
    font-size: 2.1rem
}

.product--detail .product__bundle .form-group,
.product--detail .product__bundle p {
    margin-bottom: 15px
}

.product--detail .product__bundle p strong {
    font-weight: 600;
    color: #696969
}

.product--detail .product__bundle .checkbox {
    margin-bottom: 10px
}

.product--detail .product__bundle-item p {
    margin-bottom: 0
}

.product--detail .product__bundle-item img {
    margin-bottom: 10px;
    max-width: 100px
}

.product--detail .product__bundle-item span {
    padding: 0 5px
}

@media (max-width:479px) {
    .product--detail .product__bundle-item img {
        max-width: 50px
    }
}

.product--detail .product__group img {
    max-width: 80px
}

.product--detail .product__group .form-group--number-2 {
    min-width: 60px;
    max-width: 100px;
    display: inline-block
}

.product--detail .product__group .form-group--number-2 .form-control {
    border-radius: 0;
    border-color: #bbb;
    max-width: 60px;
    height: 36px
}

.product--detail .product__group table thead tr th {
    border: none;
    padding: 15px 20px;
    background-color: #efefef
}

.product--detail .product__group table thead tr th:last-child {
    text-align: right
}

.product--detail .product__group table tr td {
    padding: 10px 20px;
    border: none
}

.product--detail .product__group table tr td a {
    display: block;
    color: var(--color-heading)
}

.product--detail .product__group table tr td a:hover {
    color: var(--color-1st)
}

.product--detail .product__group table tr td span {
    color: var(--color-heading)
}

.product--detail .product__group table tr td span del {
    color: var(--color-text);
    margin-left: 10px
}

.product--detail .product__group table tr td:nth-child(2) {
    min-width: 230px
}

.product--detail .product__group table tr td:last-child {
    text-align: right
}

.product--detail .gallery__item {
    display: block
}

.product--detail .product__variations {
    margin-bottom: 2rem;
    padding-bottom: 20px
}

.product--detail .product__variations figure {
    margin-bottom: 30px
}

.product--detail .product__variations figure figcaption {
    margin-bottom: 10px;
    font-size: 14px;
    color: var(--color-heading)
}

.product--detail .product__variations figure:last-child {
    margin-bottom: 0
}

.product--detail .product__rating {
    display: flex;
    width: 100%
}

.product--detail .product__rating .br-wrapper {
    margin-right: 10px;
    display: inline-block
}

.product--detail .product__rating .br-wrapper a {
    font-size: 12px
}

.product--detail .product__rating span {
    color: var(--color-text);
    font-size: 14px
}

.product--detail .product__sku {
    display: block;
    margin-bottom: 20px;
    font-size: 12px;
    color: #bbb
}

.product--detail .product__thumbnail {
    margin-bottom: 30px;
    width: 100%
}

.product--detail .product__thumbnail>* {
    width: 100%
}

.product--detail .product__thumbnail figure {
    position: relative;
    display: block
}

.product--detail .product__thumbnail .product__variants {
    width: 100%;
}

.product--detail .product__thumbnail .product__video {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 20
}

.product--detail .product__thumbnail .wrapper {
    position: relative;
    margin-bottom: 10px
}

.product--detail .product__thumbnail.product__thumbnail[data-vertical=true] {
    flex-flow: column wrap
}

.product--detail .product__thumbnail.product__thumbnail[data-vertical=true] figure {
    max-width: 100%;
    padding-left: 0
}

.product--detail .product__thumbnail.product__thumbnail[data-vertical=true] .product__variants {
    max-width: 100%;
    text-align: center;
    width: 100%
}

.product--detail .product__thumbnail.product__thumbnail[data-vertical=true] .product__variants .item {
    margin-bottom: 0;
    margin-right: 10px
}

.product--detail .product__thumbnail.product__thumbnail[data-vertical=true] .product__variants .item.slick-active:last-child {
    margin-right: 0
}

.product--detail .product__thumbnail.product__thumbnail[data-vertical=true] .product__variants .slick-list {
    margin-right: -10px
}

.product--detail .product__thumbnail.product__thumbnail[data-vertical=true] .product__variants .slick-arrow {
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.product--detail .product__thumbnail.product__thumbnail[data-vertical=true] .product__variants .slick-arrow:first-child {
    left: -20px
}

.product--detail .product__thumbnail.product__thumbnail[data-vertical=true] .product__variants .slick-arrow:first-child i:before {
    content: "\F104"
}

.product--detail .product__thumbnail.product__thumbnail[data-vertical=true] .product__variants .slick-arrow:last-child {
    right: 0
}

.product--detail .product__thumbnail.product__thumbnail[data-vertical=true] .product__variants .slick-arrow:last-child i:before {
    content: "\F105"
}

.product--detail .product__thumbnail.product__thumbnail[data-vertical=true] .product__variants .slick-arrow:hover i {
    color: #000
}

.product--detail .product__thumbnail.product__thumbnail[data-vertical=true] .product__gallery {
    margin-bottom: 10px
}

.product--detail .product__thumbnail.product__thumbnail[data-vertical=true] .product__gallery img {
    width: 100%
}

.product--detail .tab-list {
    position: relative;
    display: block;
    margin: 0 0 50px;
    padding: 20px 0;
    text-align: left;

}

.product--detail .tab-list li {
    display: inline-block;
    margin-right: 30px;
    border-bottom: 1px solid #dddd;
}

.product--detail .tab-list li a {
    position: relative;
    padding: 10px 0;
    display: inline-block;
    line-height: 20px;
    font-weight: 700;
    font-size: 20px;
    border-radius: 50px;
    color: var(--color-text);
    border: 1px solid transparent;
    text-transform: uppercase
}

.product--detail .tab-list li a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--color-1st);
    visibility: hidden;
    opacity: 0
}

.product--detail .tab-list li a:hover {
    color: var(--color-heading)
}

.product--detail .tab-list li:last-child {
    margin-right: 0
}

.product--detail .tab-list li.active a {
    color: var(--color-1st)
}

.product--detail .tab-list li.active a:before {
    visibility: visible;
    opacity: 1
}

.product--detail .product__review h4 {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 18px;
    color: var(--color-heading)
}

.product--detail .product__content {
    padding-top: 50px
}

.product--detail.has-background .product__background {
    padding: 100px 0;
    background-color: #f2f1f0
}

.product--detail.has-background .product__nav {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding-bottom: 50px
}

.product--detail.has-background .product__content .tab-list {
    border-top: none
}

@media (max-width:480px) {
    .product--detail .product__shopping figure {
        flex-flow: row wrap
    }

    .product--detail .product__shopping figure .form-group--number {
        margin-right: 0;
        max-width: 100%;
        width: 100%
    }

    .product--detail .product__shopping figure>* {
        margin-bottom: 10px
    }

    .product--detail .product__shopping figure .btn {
        flex-grow: 2;
        text-align: center
    }
}

@media (min-width:768px) {
    .product--detail .product__thumbnail {
        max-width: 600px
    }
}

@media (min-width:992px) {
    .product--detail .product__title {
        font-size: 25px
    }

    .product--detail .product__desc p {
        font-size: 16px
    }

    .product--detail .product__price {
        margin-bottom: 10px;
        font-size: 24px
    }

    .product--detail .product__sharing {
        padding-top: 20px
    }

    .product--detail .product__header {
        display: flex;
        flex-flow: row nowrap
    }

    .product--detail .product__header>* {
        width: 100%;
        /* max-width: 60% */
    }

    .product--detail .product__header .product__thumbnails  {
        max-width: 80% !important
    }

    .product--detail .product__header .product__info  {
        max-width: 50% !important
    }

    .product--detail .product__header .product__thumbnail {
        padding-right: 30px
    }

    .product--detail .product__review h4 {
        font-size: 24px
    }

    .product--detail .product__content {
        padding-top: 100px
    }
}

@media (min-width:1200px) {
    .product--detail .product__thumbnail {
        flex-flow: nowrap;
        align-content: flex-start;
        max-width: 600px
    }

    .product--detail .product__thumbnail figure {
        padding-left: 10px
    }

    .product--detail .product__info {
        padding-left: 30px
    }
}

@media screen and (max-width:479px) {
    .product--detail .product__modal {
        padding-bottom: 10px
    }
}

.table--oriented .table__sub-toggle {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    cursor: pointer;
    transform-style: preserve-3d
}

.table--oriented .table__sub-toggle:after,
.table--oriented .table__sub-toggle:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 1px;
    background-color: var(--color-text)
}

.table--oriented .table__sub-toggle:before {
    transform: translateX(-50%)
}

.table--oriented .table__sub-toggle:after {
    transform: translateX(-50%) rotate(90deg)
}

.table--oriented .table__sub-toggle.active:after {
    display: none
}

.table--oriented .table__th-title {
    font-weight: 600;
    color: var(--color-heading);
    display: flex;
    justify-content: space-between;
    align-items: center
}

.table--oriented .table__item {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-top: var(--space-md);
    padding-top: var(--space-md);
    border-top: 1px solid var(--color-border)
}

.table--oriented .table__item .table__label {
    font-weight: 500;
    line-height: 1.6em
}

.table--oriented .table__th-inner {
    border-bottom: 1px solid var(--color-border);
    transition: all .4s ease
}

.table--oriented .table__th-inner .table__list {
    display: none
}

.table--oriented .table__th-inner:last-child {
    border-bottom: none
}

.table--oriented .table__th-inner.active .table__sub-toggle:after {
    display: none
}

.table--oriented .table__th-inner.active .table__list {
    display: block
}

.table--oriented tbody {
    display: none
}

.table--oriented.is-mobile thead tr {
    display: flex;
    flex-flow: column wrap
}

.table--oriented.is-mobile thead tr th {
    width: 100%
}

.table--oriented.is-mobile thead tr .table__th-empty {
    display: none
}

@media (min-width:768px) {
    .table--oriented .table__list {
        display: none;
        opacity: 0;
        transform: translate3d(1, 1, 0)
    }

    .table--oriented .table__sub-toggle {
        display: none
    }

    .table--oriented tbody {
        display: table-row-group
    }
}

.table--cart .form-group--number {
    max-width: 120px
}

.table--cart .total {
    color: var(--color-text);
    font-size: 18px
}

.table--cart .total strong {
    color: var(--color-heading);
    text-transform: uppercase
}

.table--cart .total span {
    font-size: .75em
}

.table--cart .total .total__price {
    font-size: 30px;
    color: var(--color-heading);
    font-weight: 600;
    line-height: 1.2em
}

.table--cart .total .total__price span {
    display: block;
    font-size: .6em
}

.table--cart thead tr th {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    border: none;
    border-bottom: 1px solid #e5e5e5
}

.table--cart tbody tr td {
    border: none;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 20px;
    padding-bottom: 20px;
    vertical-align: middle
}

.table--cart tbody tr td strong {
    font-weight: 600
}

.table--cart tbody tr td:first-child {
    padding-left: 0
}

.table--cart tbody tr td:last-child {
    padding-right: 0;
    text-align: right
}

.table--cart tbody tr td:last-child button {
    background-color: transparent
}

.table--orders .received {
    color: #8a8a8a
}

.table--orders .highlight {
    color: #078c97
}

.table--orders thead tr th {
    border: none
}

.table--orders tbody td {
    padding: 20px
}

.table--orders tbody td:first-child {
    padding-left: 0
}

.table--orders tbody td:last-child {
    padding-right: 0;
    text-align: right
}

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

.loaded #loader-wrapper {
    visibility: hidden;
    transform: translateY(-100%);
    transition: all .3s ease-out 1s
}

.loaded #loader-wrapper .loader-section.section-left {
    transform: translateX(-100%);
    transition: all .7s cubic-bezier(.645, .045, .355, 1) .3s
}

.loaded #loader-wrapper .loader-section.section-right {
    transform: translateX(100%);
    transition: all .7s cubic-bezier(.645, .045, .355, 1) .3s
}

.half-circle-spinner,
.half-circle-spinner * {
    box-sizing: border-box
}

.half-circle-spinner {
    width: 60px;
    height: 60px;
    margin: 20px auto;
    border-radius: 100%;
    position: relative
}

.half-circle-spinner .circle {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 6px solid transparent
}

.half-circle-spinner .circle.circle-1 {
    border-top-color: var(--color-1st);
    -webkit-animation: half-circle-spinner-animation 1s infinite;
    animation: half-circle-spinner-animation 1s infinite
}

.half-circle-spinner .circle.circle-2 {
    border-bottom-color: var(--color-1st);
    -webkit-animation: half-circle-spinner-animation 1s infinite alternate;
    animation: half-circle-spinner-animation 1s infinite alternate
}

@-webkit-keyframes half-circle-spinner-animation {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes half-circle-spinner-animation {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.ps-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    background-color: rgba(var(--color-heading), .7);
    transition: all .4s ease
}

.ps-modal__container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2rem 4rem;
    z-index: 10;
    border-radius: 3px;
    max-width: 945px;
    width: 100%;
    background-color: #fff
}

.ps-modal__close {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #5e6b9d;
    transform: translate(50%, -50%)
}

.ps-modal__close i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: #fff
}

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

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

    .ps-modal__close {
        transform: translate(0);
        width: 30px;
        height: 30px;
        background-color: transparent
    }

    .ps-modal__close i {
        color: #5e6b9d
    }
}

@media (max-width:767px) {
    .ps-modal {
        overflow: auto
    }

    .ps-modal__container {
        position: relative;
        top: 0;
        left: 0;
        margin: 3rem auto;
        overflow: auto;
        transform: translate(0)
    }
}

@media (max-width:479px) {
    .ps-modal__container {
        max-width: 300px
    }
}

.ps-popup {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99999;
    transition: all .4s ease;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .5);
    visibility: hidden;
    opacity: 0
}

.ps-popup__content {
    position: relative;
    max-width: 830px;
    width: 100%;
    padding: 67px 40px;
    transition: transform .4s ease
}

.ps-popup__close {
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
    border: none;
    border-radius: 0
}

.ps-popup__close:after,
.ps-popup__close:before {
    background-color: #000
}

.ps-popup__close:hover:after,
.ps-popup__close:hover:before {
    background-color: var(--color-danger)
}

.ps-popup.active {
    visibility: visible;
    opacity: 1;
    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 {
        transform: translate(0)
    }
}

@media (max-width:479px) {
    .ps-popup {
        padding-top: 50px;
        padding-left: 20px;
        padding-right: 20px
    }

    .ps-popup .ps-popup__content {
        padding: 50px 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: var(--color-heading)
}

.ps-accordion__header span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 40px;
    height: 40px;
    background-color: #222
}

.ps-accordion__header span i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff
}

.ps-accordion__content {
    padding: 20px
}

.tab {
    display: none
}

.tab.active {
    display: block
}

.cart--mini {
    position: relative
}

.cart--mini .cart__items {
    border-bottom: none;
    height: 100vh;
    overflow: auto;
    max-height: calc(100vh - 200px)
}

.cart--mini .cart__items .product--on-cart {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #eaeaea
}

.cart--mini .cart__summary p {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between
}

.cart--mini .cart__summary p strong {
    color: var(--color-heading);
    font-weight: 500
}

.cart--mini .cart__actions {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    padding-bottom: 20px
}

.cart--mini .cart__actions>span {
    flex-basis: 50%
}

.cart--mini .cart__actions>span:first-child {
    padding-right: 5px
}

.cart--mini .cart__actions>span:last-child {
    padding-left: 5px
}

.cart--mini .cart__actions .btn--custom {
    width: 100%;
    text-align: center;
    padding: 10px
}

.cart--mini .cart__footer {
    padding-top: 20px;
    padding-bottom: 10px;
    border-top: 1px solid #eaeaea
}

.cart--mini figure .btn {
    margin-bottom: 10px;
    padding: 12px 30px;
    text-align: center;
    width: 100%
}

.cart--mini figure .btn--black {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    min-height: 48px
}

.cart--mini:hover .cart__content {
    transform: translate(0);
    visibility: visible;
    opacity: 1
}

.form--subscribe {
    position: relative
}

.form--subscribe input {
    height: 40px
}

.form--subscribe button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-color: transparent;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--color-heading);
    height: 30px;
    padding: 0 20px
}

.form--primary-search {
    position: relative
}

.form--primary-search button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-color: transparent;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--color-heading);
    height: 30px;
    padding: 0 20px
}

.form--contact {
    margin-bottom: 30px
}

.form--contact .form-group {
    margin-bottom: 35px
}

.form--contact .form__submit .btn--custom {
    min-width: 175px;
    text-align: center
}

.form--auth .form__header {
    text-align: center;
    padding-bottom: 10px
}

.form--auth .form__header h3 {
    font-size: 20px;
    text-transform: uppercase
}

.form--auth .form__actions p a {
    color: var(--color-1st)
}

.form--auth .form__actions p a:hover {
    text-decoration: underline
}

.form--auth .form__actions button {
    min-width: 175px;
    width: 100%;
    text-align: center
}

@media screen and (min-width:992px) {
    .form--auth .form__header {
        padding-bottom: 20px
    }

    .form--auth .form__header h3 {
        font-size: 30px
    }

    .form--auth .form__actions {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 10px
    }

    .form--auth .form__actions button {
        width: auto
    }
}

.form--login .form__password {
    position: relative
}

.form--login .form__password a {
    display: block;
    margin-top: 20px
}

@media screen and (min-width:768px) {
    .form--login .form__password {
        position: relative
    }

    .form--login .form__password a {
        display: inline-block;
        vertical-align: top;
        margin-top: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 10px
    }
}

.form--shopping-cart .form__section h4 {
    margin-bottom: 20px;
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1em;
    padding-bottom: 5px
}

.form--shopping-cart .form__section h4:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100px;
    height: 2px;
    background-color: var(--color-heading)
}

.form--visa-method {
    padding: 10px 15px;
    background-color: #f9f9f9
}

.form--edit-shipment-information {
    padding: 10px 15px
}

.form--edit-shipment-information .form-control {
    background-color: #fff
}

@media screen and (min-width:768px) {
    .form--edit-shipment-information {
        padding: 20px 30px
    }
}

.form--review-product .form__submit button {
    min-width: 175px
}

.panel--search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding: 20px 15px;
    visibility: hidden;
    opacity: 0;
    transition-delay: 0;
    background-color: #fff;
    transition: all .25s cubic-bezier(.7, 0, .3, 1);
    transform-style: preserve-3d;
    border-bottom: 1px solid #ddd
}

.panel--search .panel__close {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 99;
    transition: all .4s ease
}

.panel--search .panel__close i {
    font-size: 22px
}

.panel--search .panel__close:hover i {
    color: var(--color-danger)
}

.panel--search__content {
    max-width: 1200px;
    width: 100%;
    padding: 0 3rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.panel--search.active {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s
}

.panel--search.active:before {
    transform: scaleX(1);
    transform-origin: 50% 0
}

.panel--search.active>.ps-btn--close {
    visibility: visible;
    opacity: 1;
    transform: scale(1) rotate(180deg);
    transition-delay: .75s
}

.panel--search.active .ps-form--primary-search {
    transform: translateY(0);
    transition-delay: .35s;
    visibility: visible;
    opacity: 1
}

@media (max-width:479px) {
    .panel--search {
        padding-right: 30px
    }

    .panel--search__content {
        padding: 0 1.5rem
    }
}

.section .section__header h3 {
    font-size: 20px;
    text-transform: uppercase
}

@media screen and (min-width:1200px) {
    .section .section__header h3 {
        font-size: 30px
    }
}

.section--homepage {
    padding-top: 30px
}

.section--homepage .section__header {
    text-align: center;
    padding-bottom: 20px;
}

.main-slider:not(.slick-initialized) {
    display: none !important
}

.section--homepage .section__header h3 {
    margin-bottom: .25em;
    color: var(--color-1st);
    font-size: 25px;
    font-weight: 700;
    text-transform: capitalize
}

.section--homepage .section__header p {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700
}

@media screen and (min-width:992px) {
    .section--homepage {
        padding-top: 40px
    }
}

@media screen and (min-width:1200px) {
    .section--homepage {
        padding-top: 60px
    }
}

.shop--sidebar {
    padding-top: 30px
}

.shop--sidebar .shop__header {
    display: flex;
    flex-flow: row nowrap;
    justify-content: end;
    align-items: center
}

.shop--sidebar .shop__header .panel-trigger {
    padding: 10px 30px
}

.shop--sidebar .shop__left {
    display: none;
    margin-top: 0px
}

.shop--sidebar .shop__left .widget--shop {
    margin-bottom: 20px;
    padding: 25px 20px;
    background-color: #f5f5f5
}

.shop--sidebar .shop__sort {
    display: none
}

.shop--sidebar .shop__sort .form-group--inline {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center
}

.shop--sidebar .shop__sort .form-group--inline label {
    min-width: 50px;
    font-size: 14px;
    font-weight: 500;
    margin-right: 10px
}

.shop--sidebar .shop__sort .form-group--inline .form-control {
    height: 34px;
    padding: 0 30px;
    border-radius: 50px;
    border-color: var(--color-heading)
}

@media screen and (min-width:992px) {
    .shop--sidebar .shop__left {
        padding-right: 30px
    }

    .shop--sidebar .shop__header .panel-trigger {
        display: none
    }

    .shop--sidebar .shop__sort {
        display: flex;
        flex-flow: row nowrap
    }
}

@media screen and (min-width:1200px) {
    .shop--sidebar {
        /*display:flex;flex-flow:row nowrap;*/
        padding-top: 50px
    }

    .shop--sidebar .shop__header {
        padding-bottom: 30px
    }

    .shop--sidebar .shop__left {
        max-width: 300px;
        display: block
    }

    .shop--sidebar .shop__content {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: flex-start
    }

    .shop--sidebar .shop__content>* {
        flex-basis: 100%;
        position: sticky;
        top: 90px
    }
}

.section--blog {
    padding: 0
}

.section--blog .section__header {
    text-align: center;
    padding: 30px 0;
    margin-bottom: 30px
}

.section--blog .section__header h1 {
    font-size: 33px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--color-heading)
}

.section--blog .section__content .post {
    margin-bottom: 30px
}

.section--blog .section__footer {
    padding-top: 30px
}

@media screen and (min-width:1200px) {
    .section--blog {
        padding: 0
    }

    .section--blog .section__header {
        padding: 100px 0 0
    }
}

.section--contact-us .section__header {
    padding: 30px 0 20px;
    text-align: center
}

.section--contact-us .section__header h1 {
    font-size: 30px;
    text-transform: uppercase
}

.section--contact-us .block--contact-info {
    margin-bottom: 20px
}

@media screen and (min-width:992px) {
    .section--contact-us .block--contact-info {
        margin-bottom: 40px
    }
}

@media screen and (min-width:1200px) {
    .section--contact-us {
        padding: 0 0 80px
    }
}

.section--related-posts {
    padding-top: 20px;
    border-top: 1px solid #ddd
}

.section--related-posts .post {
    margin-bottom: 30px
}

.section--related-posts .section__header {
    padding-bottom: 20px
}

.section--related-posts .section__header h3 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase
}

@media screen and (min-width:992px) {
    .section--related-posts .post {
        margin-bottom: 0
    }
}

.section--auth .form--auth {
    max-width: 600px;
    margin: 0 auto 100px
}

.section--shopping-cart .section__header {
    text-align: center;
    padding-bottom: 20px
}

@media screen and (min-width:992px) {
    .section--shopping-cart .section__header {
        padding-bottom: 40px
    }
}

.section--account .list--plus li a {
    font-size: 16px
}

.section--account .list--plus li.current {
    font-size: 20px
}

.section--account .section__left h3 {
    margin-bottom: 20px;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    line-height: 1em;
    padding-bottom: 5px
}

.section--account .section__left h3:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 80px;
    height: 2px;
    background-color: var(--color-heading)
}

.section--account .section__right {
    padding: 0 10px
}

@media screen and (min-width:992px) {
    .section--account {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-content: flex-start
    }

    .section--account>* {
        flex-basis: 100%
    }

    .section--account .section__left {
        max-width: 270px
    }
}

.section--lookbook .block--lookbook-large {
    margin-bottom: 20px
}

@media screen and (min-width:992px) {
    .section--lookbook .block--lookbook-large {
        margin-bottom: 50px
    }
}

.section--instagram {
    position: relative
}

.section--instagram figure h3 {
    color: #fff
}

.section--instagram .instagram-images {
    position: relative;
    display: flex;
    flex-flow: row wrap
}

.section--instagram .instagram-images>* {
    flex-basis: 33.3333%
}

.section--instagram .instagram-images .block--instagram {
    position: relative
}

.section--instagram .instagram-images .block--instagram .block__actions {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: hidden;
    opacity: 0;
    transition: all .25s ease;
    z-index: 10;
    text-align: center;
    color: #fff;
    overflow: hidden;
    width: 80%
}

.section--instagram .instagram-images .block--instagram .block__actions a {
    color: #fff;
    margin-right: 10px;
    font-size: 20px;
    margin-bottom: 10px;
    display: inline-block
}

.section--instagram .instagram-images .block--instagram .block__actions a i {
    margin-right: .5em
}

.section--instagram .instagram-images .block--instagram .block__actions a:last-child {
    margin-right: 0
}

.section--instagram .instagram-images .block--instagram .block__actions p {
    color: #fff
}

.section--instagram .instagram-images .block--instagram .block__overlay {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: transparent
}

.section--instagram .instagram-images .block--instagram .block__caption {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    max-height: 110px;
    overflow: hidden
}

.section--instagram .instagram-images .block--instagram:hover .block__actions {
    visibility: visible;
    opacity: 1
}

.section--instagram .instagram-images .block--instagram:hover .block__overlay {
    background-color: rgba(0, 0, 0, .4)
}

.section--instagram .section__follow-instagram {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    box-shadow: 0 .5px 1.5px 0 rgba(40, 40, 40, .3);
    background-color: #282828;
    z-index: 20;
    text-align: center;
    padding: 20px 30px;
    max-width: 90%
}

.section--instagram .section__follow-instagram h4 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase
}

.section--instagram .section__follow-instagram p {
    font-size: 12px;
    text-transform: uppercase;
    color: #8a8a8a;
    font-weight: 600
}

.section--instagram .section__follow-instagram a {
    font-size: 30px;
    font-weight: 700;
    color: var(--color-1st);
    text-transform: uppercase
}

.section--instagram .section__follow-instagram figure {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px
}

.section--instagram .section__follow-instagram figure:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 1px;
    background-color: #fff
}

@media screen and (min-width:480px) {
    .section--instagram .instagram-images>* {
        flex-basis: 33.3333%
    }
}

@media screen and (min-width:768px) {
    .section--instagram .instagram-images>* {
        flex-basis: 25%
    }

    .section--instagram .section__follow-instagram {
        padding: 20px 30px;
        max-width: 600px
    }

    .section--instagram .section__follow-instagram h4 {
        font-size: 30px
    }
}

@media screen and (min-width:1200px) {
    .section--instagram .instagram-images>* {
        flex-basis: 25%
    }
}

@media screen and (min-width:1366px) {
    .section--instagram .instagram-images>* {
        flex-basis: 16.66667%
    }
}

.home-blog {
    margin-bottom: 60px
}

@media screen and (max-width:1199px) {
    .home-blog .post {
        margin-bottom: 30px
    }
}

.page--blog,
.page--inner {
    padding: 0 0 30px
}

.page--blog .page__header,
.page--inner .page__header {
    padding-bottom: 30px
}

@media screen and (min-width:768px) {

    .page--blog,
    .page--inner {
        padding: 30px 0 50px
    }
}

@media screen and (min-width:1200px) {

    .page--blog,
    .page--inner {
        padding: 0 0 0px
    }
}

.page--shop {
    padding-bottom: 50px
}

.page--shop .page__hero {
    /* margin-bottom: 50px; */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 250px;
    text-transform: uppercase
}

.page--shop .page__hero:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, .25)
}

.page--shop .page__hero h1 {
    text-shadow: 1px 2px 3px #000000ad;
    position: relative;
    z-index: 10;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff
}

@media screen and (min-width:768px) {
    .page--shop .page__hero h1 {
        font-size: 30px
    }
}

@media screen and (min-width:992px) {
    .page--shop .page__hero h1 {
        font-size: 36px
    }
}

@media screen and (min-width:1200px) {
    .page--shop {
        padding-bottom: 90px
    }

    .page--shop .page__hero h1 {
        font-size: 33px
    }
}

.page--product--detail .breadcrumb--custom {
    margin-bottom: 30px
}

.page--product--detail .product--detail {
    margin-bottom: 50px
}

.sub-toggle {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    cursor: pointer;
    transform-style: preserve-3d
}

.sub-toggle:after,
.sub-toggle:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 1px;
    background-color: var(--color-heading)
}

.sub-toggle:before {
    transform: translateX(-50%)
}

.sub-toggle:after {
    transform: translateX(-50%) rotate(90deg)
}

.sub-toggle.active:after {
    display: none
}

.sub-menu {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.sub-menu:before {
    /* content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    height: 0;
    width: 0;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: none */
}

.sub-menu>li {
    display: block
}

.sub-menu>li>a {
    display: inline-block;
    padding: 10px 0;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    color: #052560;
    text-transform: capitalize;
    transition: all .8s cubic-bezier(.19, 1, .22, 1);
}

.sub-menu>li>a:hover {
    color: var(--color-1st)
}

.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 {
    background-color: transparent;
    border: none;
    display: none;
    opacity: 1;
    padding-left: 20px !important;
    position: relative;
    transition: all 0s ease;
    visibility: visible;
    z-index: unset;
}

.sub-menu>li.menu-item-has-children>.sub-menu:before {
    display: none
}

/* .sub-menu>li.menu-item-has-children:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0)
} */

.sub-menu>li:last-child {
    border-bottom: none
}

.menu>li {
    padding-right: 30px
}

.menu>li,
.menu>li>a {
    display: inline-block
}

.menu>li>a {
    position: relative;
    padding: 30px 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: white;
    text-transform: capitalize;
    transform-style: preserve-3d
}

.menu>li>a:hover {
    color: #ffff
}

.menu>li:first-child {
    padding-left: 0

}

.menu .menu-item.menu-item-has-children.position-relative{
    padding: 25px;
}

.menu>li:last-child {
    margin-right: 0;
    padding-right: 0
}

.menu>li .sub-toggle {
    display: none
}

.menu>li.menu-item-has-children .sub-toggle {
    margin-left: 5px;
    display: none
}

/* .menu>li.menu-item-has-children .sub-menu {
    visibility: hidden;
    opacity: 0;
    transform-origin: top;
    transition: opacity .5s, visibility .5s, transform .1s ease-in
} */

.menu>li.menu-item-has-children .mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000
}

.menu>li.menu-item-has-children:hover .sub-toggle {
    color: #fff
}

/* .menu>li.menu-item-has-children:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
    transition: transform .1s ease-in
} */

.menu>li.current-menu-item>a {
    color: #ffff
}

.menu>li.current-menu-item .sub-toggle {
    color: #fff
}

@media (max-width:1199px) {
    .menu>li {
        display: block;
        padding-right: 0;
        border-bottom: 1px dashed #e4e4e4
    }

    .menu>li>a {
        display: block;
        color: var(--color-heading);
        font-size: 1.5rem;
        padding: 1rem 0;
        line-height: 20px
    }

    .menu>li.menu-item-has-children {
        position: relative
    }

    .menu>li.menu-item-has-children>.sub-menu {
        display: none;
        visibility: visible;
        opacity: 1;
        transition: all 0s ease
    }

    .menu>li.menu-item-has-children>.sub-menu>.menu-item-has-children>.sub-toggle {
        height: 40px;
        width: 40px
    }

    .menu>li.menu-item-has-children .sub-toggle {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 10;
        height: 30px;
        width: 30px;
        margin-left: 0
    }

    .menu>li.menu-item-has-children .sub-toggle i {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .menu>li.current-menu-item {
        border-left: 2px solid var(--color-1st);
        padding-left: 1rem
    }

    .menu>li.current-menu-item>a:before {
        display: none
    }
}

.menu--mobile .sub-menu {
    position: relative;
    display: none;
    transform: translate(0);
    visibility: visible;
    opacity: 1;
    transition: all 0s ease;
    border: none
}

.menu--mobile .sub-menu>li>a {
    border: none;
    padding: 10px 20px
}

.menu--mobile .sub-toggle:after,
.menu--mobile .sub-toggle:before {
    background-color: var(--color-text)
}

.menu--mobile>li {
    padding-left: 1rem !important;
    border-bottom: 1px dashed #eaeaea
}

.menu--mobile>li>a {
    position: relative;
    z-index: 10;
    display: block;
    padding: 10px 20px 10px 0;
    line-height: 20px;
    font-weight: 500;
    font-size: 14px;
    color: var(--color-text);
    text-transform: capitalize
}

.menu--mobile>li>a:hover {
    padding-left: 5px;
    color: var(--color-1st)
}

.menu--mobile>li.menu-item-has-children:not(.has-mega-menu) {
    position: relative
}

.menu--mobile>li.menu-item-has-children:not(.has-mega-menu) .sub-toggle {
    position: absolute;
    top: 5px;
    right: 0;
    width: 40px;
    height: 40px;
    z-index: 20;
    display: inline-block
}

.menu--mobile>li.has-mega-menu {
    position: relative
}

.menu--mobile>li.has-mega-menu>.sub-toggle {
    position: absolute;
    top: 5px;
    right: 0;
    width: 40px;
    height: 40px;
    z-index: 20;
    display: inline-block
}

.menu--mobile>li.has-mega-menu .mega-menu {
    display: none
}

.navigation>.container {
    flex-flow: row nowrap
}

.navigation--mobile,
.top__header .navigation>.container {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.bottom__header .navigation>.container {
    display: flex;
    align-items: center
}

.navigation--mobile {
    padding: 10px 15px;
    border-bottom: 1px solid #ddd
}

@media screen and (min-width:1200px) {
    .navigation--mobile {
        display: none
    }
}

.header {
    display: none;
    border-bottom: 1px solid #eaeaea
}

.header .btn-shopping-cart {
    position: relative
}

.header .btn-shopping-cart>span {
    position: absolute;
    top: -10px;
    left: 10px;
    transform: translate(25%, 25%);
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 16px;
    height: 16px;
    background-color: var(--color-1st);
    border-radius: 50%;
    font-size: 10px;
    color: #fff
}

.header .header__actions {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end
}

.header .header__actions>* {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px
}

.header .header__actions>* i {
    font-size: 20px
}

.header.header--sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff
}

.header.header--sticky .ps-logo img {
    max-height: 50px
}

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

.header--mobile .logo {
    font-size: 20px
}

.header--mobile.header--sticky {
    padding: 15px 20px
}

.header--mobile.header--sticky .navigation--mobile {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: var(--color-1st);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .12)
}

@media screen and (max-width:1199px) {
    .header--mobile {
        display: block
    }
}

.navigation--list {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 30px;
    z-index: 100;
    background-color: var(--color-1st)
}

.navigation--list .navigation__item {
    text-align: center;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px
}

.navigation--list .navigation__item i {
    font-size: 20px;
    color: #fff
}

.navigation--list .navigation__item span {
    display: block
}

.navigation--list .navigation__item.active {
    background-color: #fff
}

.navigation--list .navigation__item.active i {
    color: var(--color-1st);
    font-size: 18px
}

.navigation--list .navigation__item.active span {
    color: var(--color-1st)
}

.navigation--list .navigation__content {
    max-width: 300px;
    margin: 0 auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center
}

@media (min-width:1200px) {
    .navigation--list {
        display: none
    }
}

.navigation--sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000
}

.navigation--sticky,
.navigation--sticky .navigation {
    background-color: #fff
}

.navigation--sticky .header__top {
    display: none
}

.navigation--sticky.navigation--pin {
    transform: translate(0)
}

.navigation--sticky.navigation--unpin {
    transform: translateY(-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: hsla(0, 0%, 100%, .95)
}

.navigation--sticky.header--2.navigation--pin.active {
    background-color: #fff;
    transform: translate(270px)
}

@media (max-width:1199px) {
    .navigation--sticky.navigation--unpin {
        transform: translate(0)
    }
}

.site-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    height: 100vh;
    transition: all .4s ease;
    visibility: hidden;
    opacity: 0
}

.site-mask.active {
    visibility: visible;
    opacity: 1
}

.ps-search--mobile {
    max-width: 450px;
    margin: 0 auto;
    padding: 10px 20px
}

.footer {
    padding: 0;
    background-color: #f9f9f9
}

.footer .widget--footer {
    margin-bottom: 20px
}

@media screen and (min-width:1200px) {
    .footer .widget--footer {
        margin-bottom: 40px
    }

    .footer .widget--footer:last-child {
        margin-bottom: 0;
        text-align: center;
    }
}

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

html .bg--parallax {
    position: relative;
    z-index: 10;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50%
}

.bg--cover,
html .bg--parallax {
    background-size: cover !important
}

.bg--cover {
    background-position: 50% 50% !important
}

.bg--top {
    background-position: 0 0 !important
}

.bg--top,
.bg--top-right {
    background-size: cover !important
}

.bg--top-right {
    background-position: 100% 100% !important
}

.bg--top-left {
    background-position: 0 100% !important
}

.bg--bottom,
.bg--top-left {
    background-size: cover !important
}

.bg--bottom {
    background-position: 100% 100% !important
}

.header ol,
.header ul,
.panel--sidebar ol,
.panel--sidebar ul,
.product--detail.has-background .product__background ol,
.product--detail.has-background .product__background ul,
.product--detail .product__color ol,
.product--detail .product__color ul,
.product ol,
.product ul,
.section--account ol,
.section--account ul,
.shop--sidebar .shop__left ol,
.shop--sidebar .shop__left ul,
.table--oriented ol,
.table--oriented ul {
    margin: 0;
    padding: 0;
    list-style: none
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes slideInLeft {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes slideInLeft {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes slideInRight {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideInDown {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

p:empty {
    margin-bottom: 0
}

.required:after {
    content: " *";
    color: red
}

.product-attributes ul {
    padding-left: 0;
    list-style: none
}

.product--detail .product__price.sale del {
    font-size: 14px
}

.btn--custom.btn-disabled {
    opacity: .7;
    color: var(--color-text);
    border: 1px solid var(--color-text)
}

.widget--tags .list--tags li.active a {
    color: var(--color-1st);
    border-color: var(--color-1st)
}

.widget__links li.active a {
    color: var(--color-1st)
}

.block--review .block__content {
    padding-top: 0
}

.block--review .block__header {
    align-items: start
}

.block--product-reviews>.block__header p i {
    margin-right: 0
}

.block--product-reviews>.block__header p span {
    margin-left: .5em
}

.star-yellow {
    color: #edb867
}

.product .product__wrapper {
    background: #fff;
    transition: all .3s ease-in-out
}

.product .product__wrapper .product__content {
    padding: 15px;
    margin-bottom: 30px;
}

.product:hover .product__wrapper {
    transform: translateY(-5px);
    background: #fff;
    box-shadow: 0 0 40px rgba(51, 51, 51, .1)
}

.product .product__thumbnail .product__variants {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center
}

.product .product__thumbnail .product__variants .custom-checkbox span {
    width: 20px;
    height: 20px;
    border-radius: 0;
    border: 1px solid #f2f2f2
}

.single-variation-wrap .error-message,
.single-variation-wrap .success-message {
    margin-top: 10px
}

body .cookie-consent .cookie-consent-body {
    max-width: 1200px
}

.panel--sidebar.panel__scroll .panel__content {
    overflow-y: scroll
}

.ps-slider__value {
    margin-top: 10px;
    display: inline-block
}

.product--detail .product__attribute .text-swatch li,
.widget--shop .widget-content .text-swatch li {
    display: inline-block;
    margin-right: 5px
}

.product--detail .product__attribute .text-swatch li input[type=checkbox],
.product--detail .product__attribute .text-swatch li input[type=radio],
.widget--shop .widget-content .text-swatch li input[type=checkbox],
.widget--shop .widget-content .text-swatch li input[type=radio] {
    display: none
}

.product--detail .product__attribute .text-swatch li input[type=checkbox]:checked~span,
.product--detail .product__attribute .text-swatch li input[type=radio]:checked~span,
.widget--shop .widget-content .text-swatch li input[type=checkbox]:checked~span,
.widget--shop .widget-content .text-swatch li input[type=radio]:checked~span {
    border: 1px solid var(--color-1st)
}

.product--detail .product__attribute .text-swatch li input[type=checkbox]:checked~span:after,
.product--detail .product__attribute .text-swatch li input[type=radio]:checked~span:after,
.widget--shop .widget-content .text-swatch li input[type=checkbox]:checked~span:after,
.widget--shop .widget-content .text-swatch li input[type=radio]:checked~span:after {
    width: 16px;
    height: 16px;
    content: "\E83F";
    font-family: feather !important;
    position: absolute;
    overflow: hidden;
    right: -8px;
    bottom: -5px;
    color: #fff;
    font-size: 8px
}

.product--detail .product__attribute .text-swatch li input[type=checkbox]:checked~span:before,
.product--detail .product__attribute .text-swatch li input[type=radio]:checked~span:before,
.widget--shop .widget-content .text-swatch li input[type=checkbox]:checked~span:before,
.widget--shop .widget-content .text-swatch li input[type=radio]:checked~span:before {
    border: 16px solid transparent;
    border-bottom: 16px solid var(--color-1st);
    content: "";
    position: absolute;
    right: -16px;
    bottom: -1px
}

.product--detail .product__attribute .text-swatch li span,
.widget--shop .widget-content .text-swatch li span {
    padding: 5px 15px;
    border: 1px solid #eee;
    cursor: pointer;
    transition: .2s;
    position: relative;
    overflow: hidden;
    display: inline-block
}

.widget--shop .widget-content .text-swatch li span {
    background: #fff
}

.grecaptcha-badge {
    display: none !important
}

.slider__content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    display: table
}

.slider__content .slider__content__wrapper {
    display: table-cell;
    vertical-align: middle
}

.slider__content .slider__content__wrapper .slider__content__wrapper__content {
    max-width: 1200px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px
}

.slider__content .slider__content__wrapper .slider__content__wrapper__content h2 {
    font-size: 50px;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    max-width: 50%
}

.slider__content .slider__content__wrapper .slider__content__wrapper__content p {
    margin-bottom: 30px;
    color: #fff;
    line-height: 28px;
    max-width: 50%;
    font-size: 16px
}

.widget-filter-item {
    padding: 20px 0;
    border-top: 1px solid #ccc
}

.nonlinear-wrapper {
    padding-bottom: 20px
}

.panel__content .widget--shop {
    margin-bottom: 20px
}

@media screen and (max-width:1024px) {
    .slider__content .slider__content__wrapper .slider__content__wrapper__content h2 {
        font-size: 30px;
        margin-bottom: 10px
    }

    .slider__content .slider__content__wrapper .slider__content__wrapper__content p {
        margin-bottom: 10px;
        line-height: 24px
    }

    .slider__content .slider__content__wrapper .slider__content__wrapper__content .btn--custom,
    .slider__content .slider__content__wrapper .slider__content__wrapper__content button.btn--custom {
        padding: 10px 20px;
        font-size: 14px
    }
}

.fb-customerchat,
.fb_dialog {
    z-index: 9999 !important
}

.banner-effect {
    position: relative;
    overflow: hidden;
    display: block
}

.banner-effect:before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .3));
    transform: skewX(-25deg)
}

.banner-effect:hover:before {
    -webkit-animation: shine 1.1s;
    animation: shine 1.1s
}

@-webkit-keyframes shine {
    to {
        left: 125%
    }
}

@keyframes shine {
    to {
        left: 125%
    }
}

@media screen and (max-width:768px) {

    .slider__content .slider__content__wrapper .slider__content__wrapper__content h2,
    .slider__content .slider__content__wrapper .slider__content__wrapper__content p {
        display: none
    }

    .slider__content .slider__content__wrapper .slider__content__wrapper__content .btn--custom,
    .slider__content .slider__content__wrapper .slider__content__wrapper__content button.btn--custom {
        padding: 10px 20px;
        font-size: 14px
    }
}

.ps-block--feature {
    display: flex;
    flex-flow: row nowrap;
    max-width: 260px
}

.ps-block--feature>* {
    width: 100%
}

.ps-block--feature>.ps-block__left {
    max-width: 55px
}

.ps-block--feature>.ps-block__left i {
    color: var(--color-text);
    font-size: 3.5rem
}

.ps-block--feature>.ps-block__right p {
    font-size: 1.4rem;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.4em;
    color: var(--color-heading)
}

.ps-block--feature>.ps-block__right small {
    display: block;
    font-size: 1.4rem;
    color: var(--color-text)
}

@media (max-width:991px) {
    .ps-block--feature {
        margin: 0 auto 3rem
    }
}

@media (max-width:767px) {
    .ps-block--feature {
        max-width: 100%
    }
}

.ps-block--features {
    padding: 4rem 0
}